@charset "UTF-8";

@font-face {
    font-display: swap;
    font-family: "ALSRubl-Verdana";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/b-rub_verdana/alsrubl-verdana-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/b-rub_verdana/alsrubl-verdana-regular.woff") format("woff"), url("../fonts/b-rub_verdana/alsrubl-verdana-regular.ttf") format("truetype");
}




@font-face {
    font-display: swap;
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Italic.eot');
    src: local('Century Gothic Italic'), local('CenturyGothic-Italic'),
    url('../fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-Italic.woff') format('woff'),
    url('../fonts/CenturyGothic-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: local('Century Gothic'), local('CenturyGothic'),
    url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
    url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-Bold.woff') format('woff'),
    url('../fonts/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-BoldItalic.eot');
    src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'),
    url('../fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-BoldItalic.woff') format('woff'),
    url('../fonts/CenturyGothic-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


.header.header--fixed .header-logo{display: none!important;}
/*.ipc-card__price,.card-top__final {display:none!important;}*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.about_us_section .button {margin-left: 55px;}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

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

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

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

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
    background: #fff url("../img/slick/ajax-loader.gif") center center no-repeat;
}

@media(max-width: 1600px){
    html body.page-id-1479 .consultation-visual {
        position: absolute;
        bottom: -255px!important;
        right: 65px!important;
        height: 333px;
    }
}
/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/slick/slick.eot");
    src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.5;
}

.dropdown a {
    text-decoration: none;
}

.dropdown-toggle {
    background: #fff;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    padding: 8.75px 20px;
    margin: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.dropdown-toggle .dropdown-icon {
    height: 2px;
    width: 8px;
    opacity: .6;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.dropdown-toggle .dropdown-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
}

.dropdown-toggle .dropdown-text {
    display: inline-block;
    vertical-align: middle;
}

.dropdown-toggle img {
    vertical-align: middle;
}

.dropdown-menu-wrapper {
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.dropdown-menu-container {
    position: relative;
    width: 300px;
    max-width: 100%;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
}

.dropdown-menu-main, .dropdown-menu-open {
    display: block;
}

.dropdown-menu-open {
    position: relative;
}

.dropdown-menu-wrapper {
    position: absolute;
    z-index: 999;
    display: none;
    opacity: 0;
}

.dropdown-below .dropdown-menu-wrapper {
    top: 100%;
    bottom: auto;
    margin: 3px 0 0;
}

.dropdown-above .dropdown-menu-wrapper {
    bottom: 100%;
    top: auto;
    margin: 0 0 3px;
}

.dropdown-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.dropdown-animating .dropdown-mask {
    display: block;
}

.dropdown-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    opacity: 0;
}

.dropdown-header {
    position: relative;
    min-height: 25px;
    padding: 12.5px 50px;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.dropdown-menu-main .dropdown-header {
    display: none;
}

.dropdown-title {
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    padding: 0;
    margin: 0;
}

.dropdown-back, .dropdown-close {
    position: absolute;
    text-decoration: none;
    top: 0;
    font-weight: 700;
    color: #aaa;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.dropdown-back .dropdown-text, .dropdown-close .dropdown-text {
    display: none;
}

.dropdown-back {
    left: 0;
}

.dropdown-back .dropdown-icon:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid;
}

.dropdown-menu-main .dropdown-back {
    display: none;
}

.dropdown-close {
    display: none;
    right: 0;
}

.dropdown-close .dropdown-icon:after {
    font-family: sans-serif;
    content: '\00d7';
}

.dropdown-item, .dropdown-list {
    list-style-type: none;
    font-size: inherit;
}

.dropdown-list {
    overflow: hidden;
    text-align: left;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 10px 0;
}

.dropdown-item {
    padding: 0;
    margin: 0 0 1px;
}

.dropdown-item:last-child {
    margin-bottom: 0;
}

.dropdown-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    margin: 20px 0 0;
}

.dropdown-label:first-child {
    margin-top: 0;
}

.dropdown-divider {
    border-bottom: 1px solid #e0e0e0;
    margin: 10px 0;
}

.dropdown-divider:first-child, .dropdown-divider:last-child {
    display: none;
}

.dropdown-divider + .dropdown-label {
    margin-top: 10px;
}

.dropdown-divider:first-child + .dropdown-label {
    margin-top: 0;
}

.dropdown-link {
    display: block;
    position: relative;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 20px;
}

.dropdown-parent .dropdown-link:after {
    content: '';
    opacity: .6;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.dropdown-focused .dropdown-link, .dropdown-link:hover {
    background: rgba(0, 0, 0, 0.03);
    color: #0d659b;
}

.dropdown-selected .dropdown-link {
    background: #1d81c0;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .dropdown-overlay {
        z-index: -1;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
    }

    .dropdown-open .dropdown-overlay, .dropdown-opening .dropdown-overlay {
        z-index: 101;
        opacity: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .dropdown-menu-wrapper {
        width: auto !important;
        height: auto !important;
        position: fixed !important;
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        margin: 0;
        border: 0;
    }

    .dropdown-above .dropdown-menu-wrapper, .dropdown-below .dropdown-menu-wrapper {
        top: 10px;
        bottom: 10px;
        margin: 0;
    }

    .dropdown-menu-container {
        width: 100%;
    }

    .dropdown-close, .dropdown-menu-main .dropdown-header {
        display: block;
    }
}

@media all and (min-width: 601px) {
    .dropdown-overlay {
        display: none !important;
    }
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.icon-bacteria {
    font-size: 5.1rem;
    width: 1.01961em;
}

.icon-calendar {
    font-size: 5.8rem;
    width: 1em;
}

.icon-calendar-mini {
    font-size: 1.6rem;
    width: 1em;
}

.icon-checkmark {
    font-size: 1.3rem;
    width: 1.38462em;
}

.icon-chevron-left {
    font-size: 4rem;
    width: 0.6em;
}

.icon-chevron-right {
    font-size: 4rem;
    width: 0.575em;
}

.icon-coins {
    font-size: 3.6rem;
    width: 1em;
}

.icon-custom-check {
    font-size: 1.3rem;
    width: 1.38462em;
}

.icon-desinf {
    font-size: 5rem;
    width: 1em;
}

.icon-destination {
    font-size: 6.4rem;
    width: 1em;
}

.icon-fb {
    font-size: 3.2rem;
    width: 1.03125em;
}

.icon-gear {
    font-size: 4.4rem;
    width: 1.13636em;
}

.icon-gears {
    font-size: 4.6rem;
    width: 1em;
}

.icon-inst {
    font-size: 3.2rem;
    width: 1.03125em;
}

.icon-list-mark {
    font-size: 0.9rem;
    width: 1.22222em;
}

.icon-monitor {
    font-size: 4.1rem;
    width: 1.14634em;
}

.icon-phone {
    font-size: 2.4rem;
    width: 0.58333em;
}

.icon-ribbon {
    font-size: 6.4rem;
    width: 1em;
}

.icon-robotic-arm {
    font-size: 6.4rem;
    width: 1em;
}

.icon-shield {
    font-size: 5rem;
    width: 1em;
}

.icon-stopwatch {
    font-size: 3.6rem;
    width: 0.97222em;
}

.icon-telgr {
    font-size: 3rem;
    width: 1.03333em;
}

.icon-termometr {
    font-size: 5rem;
    width: 0.6em;
}

.icon-triangle-down {
    font-size: 0.6rem;
    width: 1.33333em;
}

.icon-trolley {
    font-size: 6.4rem;
    width: 1em;
}

.icon-viber {
    font-size: 3rem;
    width: 1.06667em;
}

.icon-vk {
    font-size: 3.2rem;
    width: 1em;
}

.icon-whatsApp {
    font-size: 3rem;
    width: 1.06667em;
}

/*main styles*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 18px;
}

html.freezed {
    overflow: hidden;
    width: 100%;
}

html.freezed body {
    overflow-y: hidden;
    width: 100%;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Century Gothic", sans-serif;
    font-weight: normal;
    font-size: 18px;
    min-width: 320px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .wrapper {
        padding-left: undefined;
        padding-right: undefined;
    }
}

@media screen and (max-width: 980px) {
    .wrapper {
        padding-left: undefined;
        padding-right: undefined;
    }
}

@media screen and (max-width: 960px) {
    .wrapper {
        padding-left: undefined;
        padding-right: undefined;
    }
}

@media screen and (max-width: 780px) {
    .wrapper {
        padding-left: undefined;
        padding-right: undefined;
    }
}

@media screen and (max-width: 560px) {
    .wrapper {
        padding-left: undefined;
        padding-right: undefined;
    }
}

@media screen and (max-width: 480px) {
    .wrapper {
        padding-left: undefined;
        padding-right: undefined;
    }
}

.title-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

.title-wrapper--subtitled h2 {
    margin-bottom: 0.55556rem;
}

.sect-gray {
    background-color: #EEEEEE;
}

.sect-dark {
    background-color: #37516a;
}

.sect-dark h2 {
    color: #fff;
}

.ipc-subtitle {
    font-family: "Century Gothic", sans-serif;
    font-size: 1.33333rem;
    text-transform: none;
}

.button-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    text-align: center;
}

.button {
    display: inline-block;
    border: 1px solid #ff9935;
    color: #fff;
    text-decoration: none;
    font-family: "Century Gothic", sans-serif;
    padding: 1.22222rem;
    font-size: 1rem;
    text-transform: uppercase;
    background-color: #ff9935;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 20px 40px rgb(255 153 53 / 20%);
    box-shadow: 0px 20px 40px rgb(255 153 53 / 20%);
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.button:hover {
    background-color: transparent;
    color: #000;
}

.button:active {
    background-color: transparent;
    color: #ff9935;
}

.button-empty {
    padding: 0.77778rem 2.22222rem;
    font-size: 14px;
    line-height: 14px;
    background-color: transparent;
    border-color: #ff9935;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Century Gothic", sans-serif;
}

.button-empty:hover {
    background-color: transparent;
    color: #ff9935;
}

.button-empty:active {
    background-color: #ff9935;
    color: #fff;
}

.button-empty-green {
    color: #000;
    border-color: #ff9935;
    font-family: "Century Gothic", sans-serif;
}

.button-mini {
    padding: 0.88889rem 0.83333rem;
    font-size: 14px;
    line-height: 14px;
}

.button-wide {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.button-on-black:hover, .button-on-black:active {
    color: #fff;
}

.slider-handlers__div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px;
    width: 1px;
    height: 50px;
    background-color: #DADADA;
}

.slider-handlers__prev,
.slider-handlers__next {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider-handlers__prev .icon,
.slider-handlers__next .icon {
    color: #DADADA;
    font-size: 38px;
}

.slider-handlers__prev:hover .icon, .slider-handlers__prev:active .icon,
.slider-handlers__next:hover .icon,
.slider-handlers__next:active .icon {
    color: #ff9935;
}

.ips-marked-item {
    position: relative;
    list-style-type: none;
}

.ips-marked-item:before {
    content: '';
    position: absolute;
    left: -33px;
    top: 1px;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff9935 url(../img/icons-svg/list-mark.svg) center no-repeat;
    background-size: 55%;
}

.ipc-shdw, .main-slider .main-slider__proposal:hover, .main-slider .main-slider__proposal:active {
    -webkit-box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.2);
    box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.2);
}

h2 {
    margin-top: 0;
    margin-bottom: 51px;
    font-size: 2.33333rem;
    line-height: 3.22222rem;
    font-family: "Century Gothic", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-weight: 600;
}

h3 {
    margin-top: 0;
    font-family: "Century Gothic", sans-serif;
    font-weight: normal;
    font-size: 1.33333rem;
}

.ipc-card {
    display: block;
    padding: 24px 30px 70px;
    position: relative;
    /* border: 1px solid #000; */
    /* -webkit-border-radius: 20px; */
    border-radius: 20px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.2);
    box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.2);
}

.ipc-card .button {
    width: calc(100% - 60px);
    left: 30px;
    position: absolute;
    bottom: 22px;
}

.ipc-card .ipc-card__title {
    margin-bottom: 10px;
    font-family: "Century Gothic", sans-serif;
    text-align: center;
}

.ipc-card .ipc-card__img {
    height: 200px;
    position: relative;
}

.ipc-card .ipc-card__img img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.ipc-card__info {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.2;
}

.ipc-card__info tr {
    vertical-align: top;
}

.ipc-card__info tr td {
    padding-bottom: 10px;
}

.ipc-card__info tr td:last-child {
    padding-left: 5px;
    font-family: "Century Gothic", sans-serif;
}

.ipc-card__info tr td:first-child {
    font-family: "Century Gothic", sans-serif;
    width: 140px;
}

.ipc-card__key {
    width: 140px;
}

.ipc-card__value {
    font-family: "Century Gothic", sans-serif;
}

.ipc-card__price {
    margin-bottom: 14px;
    font-size: 24px;
    font-family: "Century Gothic", sans-serif;
    text-align: center;
}

input {
    outline: none;
}

.ipc-form label {
    display: block;
}

.ipc-form label input {
    display: block;
    width: 100%;
    padding: 26px;
    border: none;
    line-height: 18px;
    background: #FFFFFF;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 18px;
    font-family: "Century Gothic", sans-serif;
}

.ipc-form label input::-webkit-input-placeholder {
    color: #BFBFBF;
    opacity: 1;
}

.ipc-form label input::-moz-placeholder {
    color: #BFBFBF;
    opacity: 1;
}

.ipc-form label input:-moz-placeholder {
    color: #BFBFBF;
    opacity: 1;
}

.ipc-form label input:-ms-input-placeholder {
    color: #BFBFBF;
    opacity: 1;
}

.ipc-form label .ipc-label-name {
    display: block;
    margin-left: 26px;
    margin-bottom: 20px;
    font-family: "Century Gothic", sans-serif;
}

.ipc-form .icp-custom-check {
    font-family: "Century Gothic", sans-serif;
}

.ipc-form .icp-custom-check a {
    text-decoration: none;
}

.ipc-form .icp-custom-check a:hover, .ipc-form .icp-custom-check a:active {
    text-decoration: underline;
}

.ipc-form .icp-custom-check input {
    position: absolute;
    left: -9999px;
}

.ipc-form .icp-custom-check input:checked ~ .ipc-custom-box .icon {
    display: block;
}

.ipc-form .icp-custom-check .ipc-custom-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    width: 26px;
    height: 29px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
}

.ipc-form .icp-custom-check .ipc-custom-box .icon {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    color: #000;
    font-size: 12px;
    display: none;
}

.ipc-soc-icon {
    margin-left: 20px;
    text-decoration: none;
    vertical-align: middle;
}

.ipc-soc-icon .icon {
    font-size: 30px;
    color: #ff9935;
}

.ipc-soc-icon:first-child {
    margin-left: 0;
}

.ipc-padded-left, .card-chars .wrapper .card-chars__tabs {
    padding-left: 68px;
}

.mark-icon {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 24px;
    height: 24px;
    background-color: #ff9935;
    -webkit-border-radius: 50em;
    border-radius: 50em;
    -webkit-box-shadow: 0px 10px 20px rgba(103, 212, 61, 0.2);
    box-shadow: 0px 10px 20px rgba(103, 212, 61, 0.2);
    margin-right: 9px;
    vertical-align: middle;
}

.mark-icon .icon {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    color: #fff;
    font-size: 14px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.ipc-link-green {
    color: #ff9935;
}

.ipc-link-green:hover, .ipc-link-green:active {
    text-decoration: none;
}

.ipc-list-marked-dash li {
    line-height: 28px;
}

.ipc-list-marked-dash li:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    background-color: #ff9935;
    height: 1px;
    width: 1.5em;
    margin: 0 .3em 0 0;
}

ul, li {
    margin: 0;
    padding: 0;
}

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

.text-right {
    text-align: right;
}

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

.toggle-mnu {
    display: none;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -14px;
}

.toggle-mnu span:after, .toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
}

.toggle-mnu span:after {
    top: 18px;
}

.toggle-mnu span {
    position: relative;
    display: block;
}

.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.toggle-mnu.on span {
    background-color: transparent;
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
    -ms-transform: rotate(45deg) translate(-1px, 0px);
    transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
}

.ruble {
    font-family: "ALSRubl-Verdana";
}

.hidden {
    display: none;
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 16px;
    }

    .ipc-padded-left, .card-chars .wrapper .card-chars__tabs {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1100px) {
    html {
        font-size: 15px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 980px) {
    .ipc-form label .ipc-label-name {
        font-size: 16px;
    }

    .ipc-form .icp-custom-check span, .ipc-form .icp-custom-check a {
        font-size: 16px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 780px) {
    html {
        font-size: 14px;
    }

    .ipc-card__info {
        font-size: 12px;
    }

    .ipc-card__info tr td:first-child {
        width: 130px;
    }

    /*Disable Animation on Mobile Devices*/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 560px) {
    html {
        font-size: 12px;
    }

    .ipc-card__info {
        font-size: 18px;
    }

    .contacts .contacts-map {
        height: 260px;
    }

    .ipc-form label .ipc-label-name {
        font-size: 14px;
    }

    .ipc-form .icp-custom-check span, .ipc-form .icp-custom-check a {
        font-size: 14px;
    }

    .button {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 10px;
    }

    .ipc-card__info {
        font-size: 14px;
    }

    .button {
        width: 100%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 375x) {
    html {
        font-size: 8px;
    }
}

/*end of main styles*/
/*--header--*/
.header {
    position: relative;
    z-index: 10;
}

.header-mini .wrapper {
    position: relative;
    z-index: 1;
}

.header .header-top {
    padding-top: 26px;
    padding-bottom: 22px;
    background-color: #37516a;
}

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

.header .header-top .wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-top .wrapper .button {
    text-transform: none;
}

.header .header-top .wrapper .header-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 68px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-top .wrapper .header-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-top .wrapper .header-logo p {
    max-width: 300px;
    line-height: 21px;
    color: #fff;
    margin: 0;
    margin-left: 30px;
}

.header .header-top .wrapper .header-coordinates {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-top .wrapper .header-tel {
    text-decoration: none;
    font-weight: bold;
    font-size: 19px;
}

.header .header-top .wrapper .header-tel .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    font-size: 30px;
    color: #ff9935;
    display: none;
}

.header .header-top .wrapper .header-tel span {
    color: #fff;
}

.header .header-top .wrapper .header-loc {
    margin-left: 49px;
}

.header .header-top .wrapper .header-loc .dropdown {
    width: 165px;
    margin-top: -5px;
}

.header .header-top .wrapper .header-loc .dropdown-toggle {
    padding: 0;
    background-color: transparent;
}

.header .header-top .wrapper .header-loc .dropdown-icon {
    position: absolute;
    top: 50%;
    right: -15px;
    color: #fff;
}

.header .header-top .wrapper .header-loc .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header .header-top .wrapper .header-loc .dropdown-toggle .dropdown-text {
    font-size: 18px;
    color: #fff;
}

.header .header-top .wrapper .header-loc .dropdown-selected .dropdown-link {
    background: #ff9935;
}

.header .header-top .wrapper .header-loc .dropdown-selected .dropdown-link {
    color: #000;
}

.header .header-bottom {
    position: relative;
    padding: 16px 0 21px 0;
    -webkit-box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.2);
    box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.2);
    background: #c9c9c9;
}

.header .header-bottom .button {
    display: none;
    width: 100%;
}

.header .header-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header .header-menu li {
    /* margin-left: 68px;*/
    list-style-type: none;
    margin-left: 63px;
}

.header .header-menu li a {
    position: relative;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.header .header-menu li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    display: none;
    width: 100%;
    height: 1px;
    background-color: #ff9935;
}

.header .header-menu li a:hover:after, .header .header-menu li a:active:after {
    display: block;
}

.header .header-menu li:first-child {
    margin-left: 0;
}

.header .header-menu li.active a:after {
    display: block;
}

.header--fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.2);
    box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.2);
}

.header--fixed .header-top {
    font-size: 15px;
}

.header--fixed .header-top .header-left {
    width:100%;
}

.header--fixed .header-top .header-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
}

.header--fixed .header-top .header-menu li {
    margin-left: 20px;
}

.header--fixed .header-top .header-menu li a {
    color: #fff;
}

.header--fixed .header-top .header-menu li:first-child {
    margin-left: 0;
}

.header--fixed .header-top .wrapper .header-right {
    flex-direction: column;
}

.header--fixed .header-top .wrapper .button {
    padding: 8px 16px;
    background-color: #ff9935;
    text-transform: uppercase;
}

.header--fixed .header-top .wrapper .button:hover, .header--fixed .header-top .wrapper .button:active {
    background-color: transparent;
    color: #fff;
}

.header--fixed .header-top .wrapper .header-coordinates {
    display: block;
    /* margin-left: auto;
     margin-right: auto;*/
}

.header--fixed .header-top .wrapper .header-loc {
    margin-left: 0;
}

.header--fixed .header-top .wrapper .header-loc .dropdown {
    margin-left: -10px;
    text-align: center;
}

.header--fixed .header-top .wrapper .header-loc .dropdown-toggle .dropdown-text {
    font-size: 12px;
}

.header--fixed .header-top .wrapper .header-logo img {
    max-width: 76px !important;
}

.header--fixed .header-top .wrapper .header-logo p {
    display: none;
}

.header--fixed .header-bottom {
    padding: 0;
}

.header--fixed .header-bottom .header-menu {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .header .header-top {
        font-size: 14px;
    }

    .header .header-top .header-logo img {
        max-width: 100px;
    }

    .header .header-top .button {
        padding: 8px 15px;
    }

    .header .header-top .wrapper .button {
        margin-right: 0;
    }

    .header .header-top .wrapper .header-loc .dropdown-toggle .dropdown-text {
        font-size: 14px;
    }

    .header .header-top .wrapper .header-logo p {
        max-width: 200px;
    }

    .header .header-top .wrapper .header-loc .dropdown {
        width: 150px;
        margin-top: -4px;
    }

    .header .header-top .wrapper .header-right {
        margin-left: 48px;
    }

    .header .header-top .wrapper .header-loc {
        margin-left: 30px;
    }

    .header--fixed .header-top .wrapper .header-loc {
        margin-left: 0;
    }

    .header .header-top .wrapper .header-coordinates {
        /*margin-left: auto;*/
    }

    .header .header-top .wrapper .header-loc .dropdown {
        margin-left: 15px;
    }

    .header .header-top .wrapper .header-loc .dropdown {
        margin-left: -5px;
    }

    .header--fixed .header-top .header-menu {
        margin-left: 25px;
    }

    .header--fixed .header-top .wrapper .header-right {
        margin-left: 15px;
    }

    .header--fixed .header-top .header-right {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1100px) {
    .header--fixed .header-top .wrapper .header-coordinates {
        display: block;
    }
}

@media only screen and (min-width: 781px) and (max-width: 980px) {
    .cleaners-top .wrapper {
        padding-bottom: 5rem;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 960px) {
    .header--fixed .header-top .button {
        display: none;
    }

    .header .header-top {
        padding: 10px 0;
    }

    .header .header-top .wrapper .header-logo p {
        max-width: 180px;
        margin-left: 10px;
        font-size: 12px;
        line-height: normal;
    }

    .header .header-top .wrapper .header-tel .icon {
        font-size: 20px;
        margin-right: 8px;
    }

    .header .header-top .wrapper .header-right {
        margin-left: 20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 900px) {
    .header .header-top .wrapper .header-logo p {
        display: none;
    }

    .header .header-top {
        padding: 10px 0;
    }

    .header--fixed .header-top {
        padding: 10px 0;
    }

    .header--fixed .header-top .header-menu {
        display: none;
    }

    .header .header-bottom {
        position: relative;
    }

    .header .header-bottom .header-menu {
        display: none;
        position: absolute;
        padding-bottom: 50px;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        height: -webkit-calc(100vh - 100px);
        height: calc(100vh - 100px);
        overflow: auto;
    }

    .header .header-bottom .header-menu li {
        margin-left: 0;
        border-bottom: 1px solid #ff9935;
    }

    .header .header-bottom .header-menu li a {
        display: block;
        padding: 10px 15px;
        font-size: 24px;
    }

    .header .header-bottom .header-menu li a:hover, .header .header-bottom .header-menu li a:active {
        color: #ff9935;
    }

    .header .header-bottom .header-menu li a:hover:after, .header .header-bottom .header-menu li a:active:after {
        display: none;
    }

    .header .header-bottom .header-menu li.active a {
        text-decoration: none;
        color: #ff9935;
    }

    .header .header-bottom .header-menu li.active a:after {
        display: none;
    }

    .header .header-bottom .header-menu li:last-child {
        border-bottom: none;
    }

    .header .header-bottom .header-menu.opened {
        display: block;
    }

    .header .header-bottom {
        padding: 5px 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 2;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header--fixed .header-bottom {
        padding: 0;
    }

    .header--fixed .header-top .wrapper .button {
        margin-left: 0;
    }

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

    .header .header-top .toggle-mnu {
        display: block;
        position: absolute;
        margin-top: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header .header-bottom .button {
        display: block;
    }

    .header .header-top .wrapper .header-right {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        flex-direction: row;
    }

    .header--fixed .header-bottom .button {
        display: none;
    }

    .header--fixed .header-bottom .header-menu {
        height: -webkit-calc(100vh - 59px);
        height: calc(100vh - 59px);
    }

    .header--fixed .header-left {
        display: none;
    }

    .header--fixed .header-top .button {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .header--fixed .header-top .wrapper .header-right {
        margin-left: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header .header-top .wrapper .header-coordinates {
        margin-left: 0;
        margin-right: 0;
    }

    .header--fixed .header-top .toggle-mnu {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .header--fixed .header-top .wrapper .button {
        margin-left: auto;
        margin-right: auto;
    }

    /*Disable Animation on Mobile Devices*/
}

@media only screen and (max-width: 560px) {
    .header .header-top .wrapper .header-coordinates {
        display: block;
    }

    .header .header-top .wrapper .header-loc {
        margin-left: 0;
    }

    .header .header-top .wrapper .header-loc .dropdown {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .header .header-top .wrapper .header-loc .dropdown-toggle .dropdown-text {
        font-size: 12px;
    }

    .header .header-top .wrapper .header-right {
        margin-left: 0;
    }

    .header .header-top .wrapper .header-coordinates {
        position: relative;
        left: -20px;
    }

    .header--fixed .header-top .wrapper .header-coordinates {
        left: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .header .header-top .header-logo img {
        max-width: 76px;
    }

    .header--fixed .header-top .button {
        width: auto;
        margin-left: 0;
        margin-right: 20%;
        font-size: 10px;
    }

    .header--fixed .header-top .header-coordinates {
        font-size: 12px;
    }

    .header--fixed .header-top .wrapper .header-loc .dropdown-toggle .dropdown-text {
        font-size: 12px;
    }

    .header--fixed .header-top .wrapper .header-loc .dropdown {
        width: 120px;
    }
}

@media only screen and (max-width: 375px) {
    .header--fixed .header-top .button {
        margin-right: 15%;
    }
}

@media only screen and (max-width: 320px) {
    .header .header-top .wrapper .header-right {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .header--fixed .header-top .wrapper .header-right {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 901px) {
    .header .header-bottom .header-menu {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .header--fixed .header-bottom .header-menu {
        display: none !important;
    }

    html.freezed {
        overflow: visible;
        width: auto;
        height: auto;
    }

    html.freezed body {
        overflow-y: visible;
        width: auto;
    }
}

/*--end of header--*/

/*--cards-slider-wrapper--*/
.cards-slider-container {
    display: block;
}

.cards-slider-container .cards-slider-wrapper {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow: hidden;
}
.cards-slider-container .cards-slider-wrapper .cards-slider .slick-track {
    display: flex;
}
.cards-slider-container .cards-slider-wrapper .slider-handlers-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    text-align: center;
}

.cards-slider-container .cards-slider-wrapper .slider-handlers-container .slider-handlers {
    display: inline-block;
}

.cards-slider-container .cards-slider-wrapper .slider-handlers__dots {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px;
}

.cards-slider-container .cards-slider-wrapper .slider-handlers__dots .slick-dots {
    position: static;
}

.cards-slider-container .cards-slider-wrapper .slider-handlers__dots .slick-dots li {
    margin-left: 10px;
    margin-right: 10px;
}

.cards-slider-container .cards-slider-wrapper .slider-handlers__dots .slick-dots li button {
    padding: 0;
}

.cards-slider-container .cards-slider-wrapper .slider-handlers__dots .slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #C4C4C4;
    -webkit-border-radius: 50em;
    border-radius: 50em;
    right: 0;
    margin: auto;
}

.cards-slider-container .cards-slider-wrapper .slider-handlers__dots .slick-dots li.slick-active button:before {
    background-color: #ff9935;
}

.cards-slider-container .cards-slider-wrapper .cards-slider .slick-list {
    margin-left: 10px;
    padding-right: 15px;
    overflow: visible;
}

.cards-slider-container .cards-slider-wrapper .cards-slider .slick-slide {
    margin: 0 5px;
    opacity: 0;
    display: block;
    height: auto;
}

.cards-slider-container .cards-slider-wrapper .cards-slider .slick-slide.slick-active {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .cards-slider-container .cards-slider-wrapper {
        width: 100%;
        margin-left: 0;
        padding: 0 15px;
    }

    .cards-slider-container .cards-slider-wrapper .cards-slider .slick-list {
        margin-left: 0;
    }
}

@media only screen and (max-width: 780px) {
    .cards-slider-container .cards-slider-wrapper .cards-slider .slick-list {
        padding-right: 0;
    }
}

@media only screen and (max-width: 560px) {
    .cards-slider-container {
        padding: 0;
    }

    .cards-slider-container .cards-slider-wrapper .slider-handlers__dots .slick-dots li {
        margin-left: 2px;
        margin-right: 2px;
    }

    .slider-handlers__prev .icon, .slider-handlers__next .icon {
        font-size: 24px;
    }

    .cards-slider-container .cards-slider-wrapper .slider-handlers__dots {
        margin-left: 0;
        margin-right: 0;
    }
}

/*--end cards-slider-wrapper--*/


/*--card-top--*/
.card-top {
    padding-top: 0;
    background-color: #F7F7F7;
}

.card-top .wrapper .card-view,
.card-top .wrapper .card-top__info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
}

@media screen and (max-width: 780px) {
    .card-top .wrapper .card-view,
    .card-top .wrapper .card-top__info {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
}

.card-top .wrapper .card-view .card-display {
    margin-bottom: 1.55556rem;
}

.card-top .wrapper .card-view .card-display__wrap {
    padding: 5px 10px 20px 10px;
}

.card-top .wrapper .card-view .card-display__slide {
    height: 449px;
    display: block;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.2);
    box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.2);
    overflow: hidden;
}

.card-top .wrapper .card-view .card-display__slide .card-display__sale {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 98px;
    height: 98px;
    background-color: #ff9935;
    -webkit-border-radius: 50em;
    border-radius: 50em;
    color: #fff;
    font-size: 36px;
    line-height: 98px;
    text-align: center;
    font-family: "Century Gothic", sans-serif;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.card-top .wrapper .card-view .card-display__slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card-top .wrapper .card-view .card-view__bottom {
    padding: 0 30px;
}

.card-top .wrapper .card-view .card-display-nav__inner {
    width: 88px;
    height: 82px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
}

.card-top .wrapper .card-view .card-display-nav__inner img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.card-top .wrapper .card-view .card-display-nav__inner:hover, .card-top .wrapper .card-view .card-display-nav__inner:active {
    border-color: #ff9935;
    -webkit-box-shadow: 0px 10px 20px rgba(103, 212, 61, 0.2);
    box-shadow: 0px 10px 20px rgba(103, 212, 61, 0.2);
}

.card-top .wrapper .card-view .card-display-nav .slick-list {
    padding-bottom: 20px !important;
}

.card-top .wrapper .card-view .card-display-nav .slick-prev,
.card-top .wrapper .card-view .card-display-nav .slick-next {
    height: 50px;
}

.card-top .wrapper .card-view .card-display-nav .slick-prev:before,
.card-top .wrapper .card-view .card-display-nav .slick-next:before {
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 50%;
    margin-top: -100%;
    content: '';
}

.card-top .wrapper .card-view .card-display-nav .slick-prev:hover:before, .card-top .wrapper .card-view .card-display-nav .slick-prev:active:before,
.card-top .wrapper .card-view .card-display-nav .slick-next:hover:before,
.card-top .wrapper .card-view .card-display-nav .slick-next:active:before {
    border-color: #ff9935;
}

.card-top .wrapper .card-view .card-display-nav .slick-prev:before {
    border-top: 4px solid #C4C4C4;
    border-left: 4px solid #C4C4C4;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.card-top .wrapper .card-view .card-display-nav .slick-next:before {
    left: -15px;
    border-top: 4px solid #C4C4C4;
    border-right: 4px solid #C4C4C4;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.card-top .wrapper .card-view .card-display-nav .slick-slide {
    text-align: center;
}

.card-top .wrapper .card-view .card-display-nav .slick-slide.slick-center .card-display-nav__inner {
    -webkit-box-shadow: 0px 10px 20px rgba(103, 212, 61, 0.2);
    box-shadow: 0px 10px 20px rgba(103, 212, 61, 0.2);
}

.card-top .wrapper .card-view .card-display-nav .card-display-nav__slide {
    text-align: center;
}

.card-top .wrapper .card-top__info .card-top__title {
    font-size: 2rem;
    font-family: "Century Gothic", sans-serif;
    margin-bottom: 1.66667rem;
}

.card-top .wrapper .card-top__info p {
    margin-top: 0;
    margin-bottom: 25px;
    font-family: "Century Gothic", sans-serif;
}

.card-top .wrapper .card-top__delivery {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1em;
}

.card-top .wrapper .card-top__delivery .card-top__onhold {
    margin-right: 70px;
}

.card-top .wrapper .card-top__delivery .card-top__onhold span,
.card-top .wrapper .card-top__delivery .card-top__del-date span {
    vertical-align: middle;
}

.card-top .wrapper .card-top__chars {
    margin-bottom: 35px;
}

.card-top .wrapper .card-top__chars .card-top__chars-title {
    margin-bottom: 18px;
    font-family: "Century Gothic", sans-serif;
}

.card-top .wrapper .card-top__chars .ipc-card__info {
    font-size: 18px;
}

.card-top .wrapper .card-top__chars .ipc-card__info tr td:first-child {
    width: 282px;
}

.card-top .wrapper .card-top__chars .ipc-card__info tr td:last-child {
    padding-left: 10px;
}

.card-top .wrapper .card-top__chars .ipc-card__info tr td {
    padding-bottom: 15px;
}

.card-top .wrapper .card-top__final {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 4em;
    align-items: center;
}

.card-top .wrapper .card-top__final .card-top__price,
.card-top .wrapper .card-top__final .card-top__request {
    width: 49%;
}

.card-top .wrapper .card-top__final .card-top__request {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.card-top .wrapper .card-top__final .card-top__request .button {
    margin-bottom: 23px;
}

.card-top .wrapper .card-top__final .card-top__order-request {
    color: #000;
    font-family: "Century Gothic", sans-serif;
    font-size: 16px;
}

.card-top .wrapper .card-top__final .card-top__order-request:hover, .card-top .wrapper .card-top__final .card-top__order-request:active {
    text-decoration: none;
}

.card-top .wrapper .card-top__final .card-top__price-val {
    margin: 15px;
    font-size: 2.3rem;
    font-family: "Century Gothic", sans-serif;
}

.card-top .wrapper .card-top__final .card-top__price-val--old {
    margin-bottom: -0.4em;
    margin-top: 0;
    font-size: 1.5rem;
    color: #8A8A8A;
    text-decoration: line-through;
}

.card-top .wrapper .card-top__buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.66667rem;
}

.card-top .wrapper .card-top__buttons .button {
    width: 49%;
}

.card-top .wrapper .card-top__chars-button {
    margin-bottom: 2.77778rem;
}

.card-top .wrapper .card-top__full-chars {
    font-size: 14px;
    line-height: 17px;
    font-family: "Century Gothic", sans-serif;
    cursor: pointer;
    text-decoration: initial;
    color: inherit;
}

.card-top .wrapper .card-top__full-chars .icon {
    margin-left: 15px;
    font-size: 8px;
}

.card-top .wrapper .card-top__full-chars span {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px dashed #ff9935;
}

.card-top .wrapper .card-top__full-chars:hover span, .card-top .wrapper .card-top__full-chars:active span {
    border-bottom-color: transparent;
}

.card-top .card-top__features {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 56px 70px;
    bottom: -123px;
    margin-top: -123px;
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.2);
    box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.2);
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.card-top .card-top__features .card-top__feature .icon {
    color: #ff9935;
    margin-bottom: 14px;
    font-size: 64px;
}

.card-top .card-top__features .card-top__feature p {
    margin: 0;
    font-family: "Century Gothic", sans-serif;
    left: 21px;
}

.card-top .card-top__features .card-top__feature p span {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .card-top .wrapper .card-view .card-display__slide {
        height: 360px;
    }

    .card-top .wrapper .card-top__buttons .button {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1100px) {
    .card-top .wrapper .card-top__buttons .button {
        font-size: 10px;
    }

    .card-top .wrapper .card-view {
        padding-left: 0;
    }

    .card-top .wrapper .card-top__info .card-top__descr {
        font-size: 16px;
    }

    .card-top .wrapper .card-top__delivery {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 14px;
    }

    .card-top .wrapper .card-top__delivery .card-top__onhold {
        margin-right: 0;
    }
}

@media only screen and (max-width: 980px) {
    .card-top .wrapper .card-top__buttons .button {
        font-size: 10px;
    }

    .card-top .wrapper .card-top__chars .ipc-card__info tr td:first-child {
        width: 50%;
    }

    .card-top .wrapper .card-top__final .card-top__price {
        margin-bottom: 15px;
    }

    .card-top .card-top__features {
        padding-left: 30px;
        padding-right: 30px;
    }

    .card-top .card-top__features .card-top__feature p {
        font-size: 16px;
    }

    .card-top .wrapper .card-top__final .card-top__price,
    .card-top .wrapper .card-top__final .card-top__request {
        width: auto;
    }
}

@media only screen and (max-width: 940px) {
    .card-top .wrapper .card-top__buttons {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .card-top .wrapper .card-top__buttons .button {
        width: auto;
    }

    .card-top .wrapper .card-top__buttons .button:first-child {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 780px) {
    .card-top .wrapper .card-top__buttons {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .card-top .wrapper .card-top__buttons .button {
        width: 49%;
        font-size: 12px;
    }

    .card-top .wrapper .card-top__buttons .button:first-child {
        margin-right: 0;
    }

    .card-top__chars-button {
        text-align: center;
    }

    .card-top .wrapper .card-view .card-display__slide {
        height: 320px;
    }

    .card-top .wrapper .card-view {
        padding-left: 15%;
        padding-right: 15%;
    }

    .card-top .card-top__features {
        display: none;
    }
}

@media only screen and (max-width: 560px) {
    .card-top .wrapper .card-view {
        padding-left: 10%;
        padding-right: 10%;
    }

    .card-top .wrapper .card-top__buttons {
        display: block;
    }

    .card-top .wrapper .card-top__buttons .button {
        width: 100%;
        font-size: 12px;
    }

    .card-top .wrapper .card-top__buttons .button:first-child {
        margin-bottom: 20px;
    }

    .card-top .wrapper .card-view .card-display__slide .card-display__sale {
        width: 48px;
        height: 48px;
        font-size: 18px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 480px) {
    .card-top .wrapper .card-view, .card-top .wrapper .card-top__info {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }


    .card-top .wrapper .card-view {
        padding-left: 0;
        padding-right: 0;
    }

    .card-top .wrapper .card-view .card-display-nav__inner {
        width: 78px;
        height: 76px;
    }

    .card-top .wrapper .card-top__delivery {
        display: block;
    }

    .card-top .wrapper .card-top__delivery .card-top__onhold {
        margin-bottom: 15px;
    }

    .card-top .wrapper .card-top__chars .ipc-card__info {
        font-size: 14px;
    }
}

@media only screen and (max-width: 375px) {
    .card-top .wrapper .card-view .card-display-nav__inner {
        width: 58px;
        height: 56px;
    }

    .card-top .wrapper .card-view .card-display__slide {
        height: 220px;
    }

    .card-top .wrapper .card-top__final {
        display: block;
        margin-bottom: 30px;
    }
}
/**/
.card-top .card-top__info .models_radios {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 25px;
}
.card-top .card-top__info .models_radios .model_radio_wrap {
    display: block;
    margin: 5px;
    position: relative;
}
.card-top .card-top__info .models_radios .model_radio_wrap .model_radio {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
}
.card-top .card-top__info .models_radios .model_radio_wrap .model_radio_subs {
    cursor: pointer;
    border: 2px solid #ff9935;
    background-color: #ffffff;
    padding: 5px 10px;
    transition: 0.3s;
    color: #ff9935;
    display: block;
    border-radius: 1em;
}
.card-top .card-top__info .models_radios .model_radio_wrap .model_radio:checked + .model_radio_subs,
.card-top .card-top__info .models_radios .model_radio_wrap:hover .model_radio_subs {
    box-shadow: 0px 20px 40px rgba(103, 212, 61, 0.2);
    background-color: #ff9935;
    color: #ffffff;
}
/*--end card-top--*/
/*--card-chars--*/
.card-chars {
    padding-top: 35px;
}

.card-chars .wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-chars .wrapper .card-chars__tabs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

.card-chars .wrapper .card-chars__tabs .tabs__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 4.27778rem;
}

.card-chars .wrapper .card-chars__tabs .tabs__list .card-chars__tabs-item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 60px;
    list-style-type: none;
    border: 1px solid #ff9935;
    border-left-color: transparent;
}

.card-chars .wrapper .card-chars__tabs .tabs__list .card-chars__tabs-item .card-chars__tabs-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
}

.card-chars .wrapper .card-chars__tabs .tabs__list .card-chars__tabs-item.tabs__item--active {
    border-bottom-color: transparent;
}

.card-chars .wrapper .card-chars__tabs .tabs__list .card-chars__tabs-item.tabs__item--active .card-chars__tabs-link {
    color: #ff9935;
}

.card-chars .wrapper .card-chars__tabs .tabs__list .card-chars__tabs-item a {
    color: #979797;
    font-family: "Century Gothic", sans-serif;
}

.card-chars .wrapper .card-chars__tabs .tabs__list .card-chars__tabs-item a:hover, .card-chars .wrapper .card-chars__tabs .tabs__list .card-chars__tabs-item a:active {
    color: #ff9935;
}

.card-chars .wrapper .card-chars__tabs .tabs__list .card-chars__tabs-item:first-child {
    border-left-color: #ff9935;
}

.card-chars .wrapper .card-chars__tabs .tabs__content {
    line-height: 21px;
}

.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__content {
    text-align: left;
}

.card-chars .wrapper .card-chars__tabs .tabs__content .tabs__item {
    display: none;
    list-style-type: none;
    text-align: center;
}

.card-chars .wrapper .card-chars__tabs .tabs__content .tabs__item .cards-chars__toggle {
    padding: 20px 0;
    display: none;
    color: #979797;
    font-family: "Century Gothic", sans-serif;
    text-decoration: none;
}

.card-chars .wrapper .card-chars__tabs .tabs__content .tabs__item .cards-chars__toggle:hover, .card-chars .wrapper .card-chars__tabs .tabs__content .tabs__item .cards-chars__toggle.active {
    color: #ff9935;
}

.card-chars .wrapper .card-chars__tabs .tabs__content .tabs__item.active {
    display: block;
    border-bottom-color: transparent;
}

.card-chars .wrapper .card-chars__tabs .tabs__content p {
    line-height: 21px;
}

.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block {
    margin-bottom: 2.77778rem;
}

.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block table {
    width: 100%;
    font-size: 14px;
}

.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block table h3 {
    margin: 10px 0;
}

.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block table tr:nth-child(odd), .card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block table th:nth-child(odd) {
    background-color: rgb(255 153 53 / 34%);
}

.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block table td, .card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block table th {
    padding: 15px 10px;
}

.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block h3 {
    text-align: left;
}

.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block li {
    list-style-type: none;
    text-align: left;
    font-family: "Century Gothic", sans-serif;
}

.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block p {
    text-align: left;
    line-height: 28px;
}

.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block ul.pdf_mark {
    list-style-image: url('/wp-content/uploads/2021/06/pdf-marker.png');
    margin-left: 40px;
}

@media only screen and (max-width: 1100px) {
    .card-chars .wrapper .card-chars__tabs .tabs__list .card-chars__tabs-item .card-chars__tabs-link {
        font-size: 13px;
    }
}

.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block ul {
    padding: 0;
    list-style-type: none;
}
.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block li {
    margin: 0 auto 1em;
}
.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block ul li:before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    height: 1px;
    width: 1.5em;
    background-color: #ff9935;
    content: '';
}

.card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block ul.pdf_mark li:before {
    display: none;
}

@media only screen and (max-width: 780px) {
    .card-chars .wrapper .card-chars__tabs .tabs__content .tabs__item {
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid #ff9935;
        border-bottom-color: transparent;
    }

    .card-chars .wrapper .card-chars__tabs .tabs__content .tabs__item:last-child {
        border-bottom-color: #ff9935;
    }

    .card-chars {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .card-chars__content {
        display: none;
    }

    .card-chars .wrapper .card-chars__tabs .tabs__list {
        display: none;
    }

    .card-chars .wrapper .card-chars__tabs .tabs__content .tabs__item {
        display: block;
    }

    .card-chars .wrapper .card-chars__tabs .tabs__content .tabs__item .card-chars__content {
        display: none;
    }

    .card-chars .wrapper .card-chars__tabs .tabs__content .tabs__item.active .card-chars__content {
        display: block;
    }

    .card-chars .wrapper .card-chars__tabs .tabs__content .tabs__item .cards-chars__toggle {
        display: block;
    }

    .card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block {
        font-size: 14px;
    }

    .card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block .ipc-list-marked-dash li {
        line-height: 24px;
    }

    .card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block p {
        line-height: 24px;
    }

    .card-chars .wrapper .card-chars__tabs {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block h3 {
        font-size: 16px;
    }

    .card-chars .wrapper .card-chars__tabs .tabs__content .tabs__item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block table {
        font-size: 12px;
    }

    .card-chars .wrapper .card-chars__tabs .tabs__content .card-chars__block table h3 {
        margin: 0;
        font-size: 14px;
    }

    .card-top .wrapper .card-top__buttons .button {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 13px;
    }
}

/*--end card-chars--*/
/*--similar-products--*/
.similar-products {
    padding-top: 3.5rem;
    padding-bottom: 3.33333rem;
}

.similar-products .wrapper h2 {
    margin-bottom: 52px;
}

/*--end similar-products--*/
/*--error-content--*/
.error-content {
    padding-top: 5.55556rem;
    padding-bottom: 250px;
    background-color: #37516a;
    min-height: 100vh;
    position: relative;
    z-index: 0;
    color: #fff;
}

.error-content h1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    position: relative;
    margin-bottom: 2.5rem;
    margin-top: 3.55556rem;
    line-height: 115px;
    font-size: 196px;
    font-family: "Century Gothic", sans-serif;
}

.error-content h1 div {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

.error-content h1 img {
    position: absolute;
    right: -400px;
    top: -376px;
}

.error-content .error-content__button {
    display: none;
    margin-bottom: 30px;
}

.error-content .error-content__button .button-empty {
    text-transform: uppercase;
}

.error-content .wrapper .error-text {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: -webkit-calc(66.66667% - 30px);
    width: calc(66.66667% - 30px);
}

.error-content .wrapper .error-text .error-message {
    line-height: 57px;
    font-size: 48px;
    font-family: "Century Gothic", sans-serif;
}

.error-content .wrapper .error-text p, .error-content .wrapper .error-text ul li {
    font-size: 24px;
}

.error-content .wrapper .error-text ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.error-content .wrapper .error-text ul li a {
    color: #fff;
}

.error-content .wrapper .error-text ul li a:hover, .error-content .wrapper .error-text ul li a:active {
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .error-content {
        padding-bottom: 50px;
    }

    .error-content h1 {
        font-size: 126px;
        line-height: 126px;
        width: -webkit-calc(66.66667% - 30px);
        width: calc(66.66667% - 30px);
    }

    .error-content h1 img {
        max-width: 895px;
        right: -50%;
        top: -250px;
    }

    .error-content h1 div {
        right: -15%;
    }

    .error-content .wrapper .error-text {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }

    .error-content .wrapper .error-text .error-message {
        font-size: 34px;
        line-height: normal;
    }
}

@media only screen and (max-width: 1100px) {
    .error-content h1 {
        font-size: 100px;
        width: -webkit-calc(83.33333% - 30px);
        width: calc(83.33333% - 30px);
    }

    .error-content h1 div {
        left: 600px;
    }

    .error-content h1 img {
        max-width: 700px;
        left: 200px;
        right: auto;
    }
}

@media only screen and (max-width: 960px) {
    .error-content .wrapper .error-text ul li {
        font-size: 18px;
    }

    .error-content .wrapper .error-text .error-message {
        font-size: 24px;
    }

    .error-content h1 {
        font-size: 80px;
    }

    .error-content h1 img {
        top: -200px;
        max-width: 600px;
        left: 90px;
    }

    .error-content h1 div {
        left: 400px;
    }
}

@media only screen and (max-width: 960px) {
    .error-content {
        overflow: hidden;
    }

    .error-content h1 div {
        position: static;
        display: inline-block;
    }

    .error-content h1 img {
        top: 100px;
    }

    .error-content .wrapper .error-text {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
}

@media only screen and (max-width: 780px) {
    .error-content {
        padding-top: 0;
    }

    .error-content .error-content__button {
        display: block;
    }

    .error-content h1 {
        font-size: 50px;
        line-height: normal;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .error-content h1 img {
        max-width: 500px;
        top: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .error-content .wrapper .error-text .error-message,
    .error-content .wrapper .error-text p {
        font-size: 18px;
    }

    .error-content h1 {
        font-size: 34px;
    }

    .error-content h1 img {
        left: 0;
    }
}

/*--end error-content--*/
/*--footer--*/
footer {
    padding-top: 3.55556rem;
    padding-bottom: 3.44444rem;
    background-color: #38516a;
    font-size: 14px;
    color: #DADADA;
}

footer .wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .wrapper .footer-column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
}

@media screen and (max-width: 1100px) {
    footer .wrapper .footer-column {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 480px) {
    footer .wrapper .footer-column {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
}

footer .wrapper .footer-column--without {
    padding-top: 45px;
}

footer .wrapper .footer-column--logo p {
    max-width: 196px;
    margin-bottom: 17px;
    font-family: "Century Gothic", sans-serif;
}

footer .wrapper .footer-column--logo .footer-menu a span {
    display: block;
}

footer .wrapper .footer-column--contacts {
    padding-left: 68px;
}

footer .wrapper .footer-title {
    margin-bottom: 30px;
    font-family: "Century Gothic", sans-serif;
}

footer .wrapper .footer-menu li {
    list-style-type: none;
    margin-bottom: 12px;
}

footer .wrapper .footer-menu a {
    color: #DADADA;
}

footer .wrapper .footer-menu a:hover, footer .wrapper .footer-menu a:active {
    text-decoration: none;
}

footer .wrapper .footer-phones {
    margin-bottom: 15px;
}

footer .wrapper .footer-phones a {
    display: block;
    text-decoration: none;
    font-family: "Century Gothic", sans-serif;
    color: #DADADA;
}

footer .wrapper .footer-email {
    margin-bottom: 15px;
}

footer .wrapper .footer-email span {
    font-family: "Century Gothic", sans-serif;
}

footer .wrapper .footer-email a {
    color: #DADADA;
    margin-left: 5px;
}

footer .wrapper .footer-email a:hover, footer .wrapper .footer-email a:active {
    text-decoration: none;
}

footer .wrapper .footer-socials {
    margin-bottom: 22px;
}

footer .wrapper address .footer-title {
    margin-bottom: 18px;
    font-style: normal;
}

footer .wrapper address p {
    max-width: 267px;
    font-style: normal;
}

@media only screen and (max-width: 1100px) {
    footer .wrapper .footer-column {
        margin-bottom: 50px;
    }

    footer .wrapper .footer-column--contacts {
        padding-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    footer .wrapper .footer-column {
        margin-bottom: 30px;
    }

    footer .wrapper .footer-column:last-child {
        margin-bottom: 0;
    }

    footer .wrapper .footer-column--without {
        padding-top: 0;
    }

    footer .wrapper address p,
    footer .wrapper .footer-column--logo p {
        max-width: initial;
    }
}

/*--end footer--*/
/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1100px) {
    html {
        font-size: 15px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 980px) {
    .ipc-form label .ipc-label-name {
        font-size: 16px;
    }

    .ipc-form .icp-custom-check span, .ipc-form .icp-custom-check a {
        font-size: 16px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 780px) {
    html {
        font-size: 14px;
    }

    .ipc-card__info {
        font-size: 12px;
    }

    .ipc-card__info tr td:first-child {
        width: 130px;
    }

    /*Disable Animation on Mobile Devices*/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 560px) {
    html {
        font-size: 12px;
    }

    .ipc-card__info {
        font-size: 18px;
    }

    .contacts .contacts-map {
        height: 260px;
    }

    .ipc-form label .ipc-label-name {
        font-size: 14px;
    }

    .ipc-form .icp-custom-check span, .ipc-form .icp-custom-check a {
        font-size: 14px;
    }

    .button {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 10px;
    }

    .ipc-card__info {
        font-size: 14px;
    }

    .button-wrapper {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .button {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ipc-subtitle {
        font-size: 20px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 375x) {
    html {
        font-size: 8px;
    }
}

@media only screen and (max-width: 320px) {
    /**/
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /**/
}

/*# sourceMappingURL=maps/main.css.map */
/*.breadcrumbs_section*/
.breadcrumbs_section {
    padding: 1em 0;
    font-size: 14px;
    background-color: #F7F7F7;
}
.breadcrumbs_section .link {
    color: #0F90B9;
    margin: 0 0.5em 0.5em 0;
}
.breadcrumbs_section .link:after {
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    box-sizing: border-box;
    border-right: 1px solid #0F90B9;
    border-top: 1px solid #0F90B9;
    transform: rotate(45deg);
    margin: 0 0 0 0.5em;
}
.breadcrumbs_section .link:hover {
    text-decoration: none;
}
@media(max-width: 1199px) {
    .breadcrumbs_section {
        font-size: 14px;
    }
}
@media(max-width: 767px) {
    .breadcrumbs_section {
        font-size: 14px;
        padding: 75px 0 20px;
    }
}
/**/
.fw-page-builder-content {
    overflow: hidden;
}
/*table_wrap*/
.table_wrap {
    overflow: auto;
    max-width: 100%;
}
.table_wrap table {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    min-width: 0;
    /* width: auto !important;*/
}
.table_wrap table h5 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.table_wrap table th {
    font-weight: inherit;
    box-sizing: border-box;
}
.table_wrap table tr:nth-child(2n) {
    background-color: #f0fafe;
}
.table_wrap table th,
.table_wrap table td {
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}
.table_wrap table tr:nth-child(2n) th,
.table_wrap table tr:nth-child(2n) td {
    background-color: #f0fafe;
}
.table_wrap table th:first-child,
.table_wrap table td:first-child {
    position: relative;
    z-index: 1;
    box-shadow: rgba(140, 140, 140, 0.1) 4px 0px 6px;
}
@media(max-width: 767px) {
    .slider-handlers__prev {
        position: absolute;
        left: 0px!important;
        top: 40%;
    }
    .slider-handlers__next {
        position: absolute;
        right: 0px!important;
        top: 40%;
    }
    .table_wrap table th:first-child,
    .table_wrap table td:first-child {
        width: 100px !important;
    }
}
/*lead hunter*/
html .roistat-lh-form .roistat-lh-submit {
    border-radius: 20px !important;
    border-color: #ff9935;
    background-color: #ff9935;
    color: #ffffff;
    background-image: none;
    transition: 0.3s;
}
html .roistat-lh-form .roistat-lh-submit:hover,
html .roistat-lh-form .roistat-lh-submit:focus,
html .roistat-lh-form .roistat-lh-submit:active {
    background-color: #ffffff;
    background-image: none;
    color: #000000;
}
html .roistat-lh-form .roistat-lh-submit:active {
    transform: scale(0.9);
}
html .roistat-lh-copyright {
    display: none;
}


.about_us_section .row0 {
    top: 54%;
    left: 63%;
}

body .fw-call-to-action{
    background: rgb(98 187 223);
}

body .main-slider .main-slider__proposal-icon{
    background:#ff9935;
}


body .main-slider .main-slider__proposal:hover .main-slider__proposal-icon, body .main-slider .main-slider__proposal:active .main-slider__proposal-icon{
    background-color: transparent;
    border-color: #ff9935;
}


body .kviz_section .row1 .slide{
    box-shadow: 0px 23px 40px rgb(255 153 53 / 34%);
}

body .managers-top .managers-slider .managers-slide:hover, body .managers-top .managers-slider .managers-slide:active{    border-color: #ff9935; }


body .contacts .contacts-text .contacts-info{
    border: 1px solid #ff9935;
}

body .contacts .contacts-text .contacts-info .contacs-column{
    border: none;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* text-align: center; */
    width: 43%;
}

.header .header-menu{
    width:100%;
    justify-content:space-between;
}
.header--fixed .header-top .header-menu{
    width:75%;
}


.fw-call-to-action {
    /*border: 1px solid #dbdbdb;*/
    border-radius: 3px;
    padding: 20px;
    /*display: table;
    border-radius: 3px;
    padding: 20px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    justify-content: center;
    background-color: #67d43d;
}
.fw-call-to-action > div {
    display: table-cell;
    vertical-align: middle;
}
.fw-call-to-action .fw-action-content h2 {
    margin-top: 0;
    margin-bottom:0;
    /*font-weight: bold;*/
    font-size:1.8rem;
}

.fw-call-to-action .fw-action-btn {
    padding-left: 40px;
}

a.button.button-mini.button-empty.button-empty-green {
    background-color: #ff9935!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    color: #fff;
    font-weight: 900;
}

@media only screen and (max-width: 1150px) {
    .fw-call-to-action .fw-action-btn {
        padding-left: 0px;
    }
}