/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in 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 */
    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: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}

/**
 * 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"], /* 1 */
[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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

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

/**
 * 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 OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

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

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('fancybox.png');
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -35px;
    width: 29px;
    height: 30px;
    background: transparent url('fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url('fancybox.png');
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url('fancybox.png');
    background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('fancybox.png');
    background-position: -40px -162px;
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('fancybox-y.png');
    background-position: -20px 0px;
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('fancybox.png');
    background-position: -40px -182px;
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.png');
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('fancybox.png');
    background-position: -40px -142px;
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('fancybox.png');
    background-position: -40px -122px;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('fancy_title_over.png');
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
    position: absolute; margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }






@font-face {
    font-family: "Myriad-Pro";
    src: url("../fonts/MyriadProRegular.otf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "FedraSansPro";
    src: url("../fonts/FedraSansPro-LightLF.otf");
    font-style: normal;
    font-weight: normal;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
/*
    General
*/
body {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    color: #000;
    position: relative;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
    /*min-width: 1250px;*/
    max-width: 1921px;
    margin: 0 auto;
}
div, section, header, footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
a:hover {
    color: #000;
}
a:focus, input:focus, select {
    outline: none;
}
p {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 12px;
}
h1, .title {
    font-family: "FedraSansPro", "Roboto Condensed", sans-serif;
    font-size: 51.73px;
    line-height: 68.11px;
    margin: 0 0 24px 0;
    font-weight: 400;
}
h2, .subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    line-height: 40px;
    margin: 28px 0 12px -2px;
}
img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
sup {
    font-size: 60%;
}
.clearfix:after{
    content:'';
    display:table;
    clear:both;
}
.btn, .header__logo, .logo__info, .phone, .callback, .advantages__title, .advantages__items, .advantages__item, .pluses__item,
.quality__item, .products__item, .profit__item, .point__col, .setrificats__item, .company__col {
    display: inline-block;
    vertical-align: top;
}
.container {
    width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

/*
    Buttons
*/
.btn {
    background-color: rgb(255, 101, 0);
    -webkit-box-shadow: 0px 3px 0px 0px rgb(165, 65, 0);
    box-shadow: 0px 3px 0px 0px rgb(165, 65, 0);
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 250px;
    border-radius: 5px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.btn:hover, .btn:active {
    color: rgb(255, 255, 255);
    background: #ff7e00;
    -webkit-box-shadow: 0px 3px 0px 0px rgb(165, 65, 0);
    box-shadow: 0px 3px 0px 0px rgb(165, 65, 0);
}
.callback {
    width: 198px;
    height: 43px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #666360;
    color: rgba(255, 255, 255, 0.402);
    line-height: 42px;
    text-align: center;
    font-size: 16px;
}
.callback:hover, .callback:active {
    background: #fff;
}
/*
    Header
*/
.header {
//background: #000 url("../images/partners/header-bg.png") no-repeat;
//background: linear-gradient(to bottom, #101010, transparent);
    background-size: cover;
    background-position: center;
    height: 880px;
    position: relative;
    color: #fff;
    overflow: hidden;
}
header video{
    width: 100%;
    min-width: 1920px;
}
.container_absolute{
    background: linear-gradient(to bottom, #101010, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    padding-top: 26px;
}
.header__logo {
    margin-right: 36px;
}
.logo__info {
    position: relative;
    font-size: 16px;
    line-height: 21px;
    margin-top: 8px;
    
}
.logo__info:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    left: -29px;
    top: 10px;
}
.block-right {
    float: right;
}
.phone {
    /*background: url("../images/partners/phone-icon.png") no-repeat left 4px;*/
    line-height: 19px;
    padding: 3px 33px 0 21px;
    text-align: right;
}
.phone a {
    font-size: 1.4375rem;
    line-height: 1.1875rem;
    color: #fff;
}
.phone span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.402);
    display: block;
    padding-top: 1px;
}
.header__middle {
    margin-top: 130px;
    position: relative;
}
.note {
    font-size: 16px;
    line-height: 18.11px;
    margin-bottom: 12px;
}
.real-time {
    position: absolute;
    right: 0;
    top: 42px;
    font-size: 16px;
    line-height: 18.11px;
    width: 200px;
    height: 255px;
    color: rgba(255, 255, 255, 0.402);
    border: 1px solid #6a6967;
    border-radius: 5px;
    text-align: center;
    padding: 34px 10px 0;
}
.number {
    font-size: 50px;
    line-height: 68.11px;
    padding-bottom: 22px;
    font-weight: 300;
    color: #fff;
}
.header__bottom {
    margin-top: 235px;
    background: #1b1b1b;
    padding: 50px;
}
.advantages__title {
    font-size: 16px;
    line-height: 18.11px;
    padding-right: 74px;
}
.advantages__items {
    font-size: 0;
}
.advantages__item {
    background: url("../images/partners/check-icon.png") no-repeat left 1px;
    font-size: 16px;
    line-height: 21px;
    padding: 0 0 0 36px;
    margin: -2px 125px 0 0;
    cursor: default;
}
.advantages__item:last-child {
    margin: -2px 0 0 0;
}
.advantages__item:hover{
    color: #ff6500;
}
.header__down {
    background: transparent url("../images/partners/scrolling-decor.png") no-repeat center top;
    margin-left: -44px;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 88px;
    height: 32px;
}
.header__down:before, .header__down:after {
    content: '';
    position: absolute;
    top: 0;
    height: 32px;
    width: 2000px;
    background: #fff;
}
.header__down:before {
    right: 88px;
}
.header__down:after {
    left: 88px;
}
.scrolling-down {
    background: transparent url("../images/partners/scrolling-down.png") no-repeat center center;
    width: 24px;
    height: 37px;
    margin: -29px auto;
}
/*
    Pluses
*/
.pluses__wrap {
    padding-top: 44px;
}
.pluses__items {
    font-size: 0;
    padding-top: 32px;
}
.pluses__item {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    border: 2px solid #ff6500;
    width: 293px;
    height: 122px;
    border-radius: 34px 0 34px 0;
    background: #fff url("../images/partners/plus-icon.png") no-repeat 20px 20px;
    padding: 35px 0 0 77px;
    margin-left: 50px;
    margin-bottom: 50px;
    cursor: default;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.pluses__item:first-child {
    margin-left: 0;
}
.pluses__item:nth-child(4) {
    margin-left: 0;
}
.pluses__item:hover{
    background: #ff6500 url("../images/partners/plus-icon-hover.png") no-repeat 20px 20px;
    color: #fff;
}
/*
    Quality
*/
.quality__wrap {
    padding: 26px 0 28px;
}
.quality__items {
    font-size: 0;
    padding-top: 33px;
}
.quality__row {
    padding-bottom: 57px;
}
.quality__item {
    background: transparent url("../images/partners/small-plus-icon.png") no-repeat 1px 1px;
    font-size: 16px;
    line-height: 21px;
    padding: 0 0 10px 36px;
    width: 238px;
    margin-left: 14px;
}
.quality__item:first-child {
    margin-left: 0;
}
.quality__item:last-child {
    margin-left: 14px;
    width: 224px;
}
/*
    Products
*/
.products__wrap {
    background: #f6f6f6;
    padding: 76px 0 80px;
}
.products__wrap .title {
    margin: 0 0 14px 0;
}
.desc {
    font-size: 16px;
    line-height: 25px;
}
.products__items {
    font-size: 0;
    padding-top: 33px;
}
.products__item {
    width: 313px;
    height: 355px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 20px 20px;
    border: 3px #fff solid;
}
.products__item:first-child, .products__item:nth-child(4) {
    margin: 0 0 20px;
}
.products__item:hover{
    border: 3px #ff6500 solid;
}
.product__image {
    text-align: center;
    height: 312px;
    position: relative;
}
.product__image:before {
    content: '';
    position: absolute;
    bottom: 97px;
    right: 69px;
    background: transparent url("../images/partners/produst-logo-decor.png") no-repeat 1px 1px;
    width: 80px;
    height: 25px;
    z-index: 2;
}
.product__image img {
    display: block;
    bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
}
.product__name {
    font-size: 18px;
    line-height: 21px;
}
.last__produst {
    background:#ff6500 url("../images/partners/black-decor.png") no-repeat;
    padding: 106px 45px 0 51px;
    text-align: left;
    position: relative;
}
.last__produst:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    width: 40px;
    height: 48px;
    background: #ff6500 url("../images/partners/bulb-icon.png") no-repeat;
}
.last__produst p {
    color: #fff;
}
/*
    Flue
*/
.flue__wrap {
    padding-top: 76px;
}
.flue {
    background: url("../images/partners/flue.png") no-repeat 146px 36px;
    height: 1046px;
    padding-top: 56px;
}
.point__title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding-bottom: 7px;
    position: relative;
}
.flue__left {
    float: left;
    width: 262px;
}
.flue__right {
    float: right;
    width: 262px;
}
.flue__point {
    height: 359px;
}
.point__title:before {
    content: '';
    position: absolute;
}
.point1:before {
    background: url("../images/partners/point1.png") no-repeat;
    width: 171px;
    height: 82px;
    left: 162px;
    top: 11px;
}
.point2:before {
    background: url("../images/partners/point2.png") no-repeat;
    width: 259px;
    height: 5px;
    right: 272px;
    top: 7px;
}
.point3:before {
    background: url("../images/partners/point3.png") no-repeat;
    width: 241px;
    height: 5px;
    left: 169px;
    top: 9px;
}
.point4:before {
    background: url("../images/partners/point4.png") no-repeat;
    width: 182px;
    height: 5px;
    right: 271px;
    top: 9px;
}
/*
    Profit
*/
.profit__wrap {
//margin-top: -189px;
    padding-bottom: 101px;
}
.profit__items {
    font-size: 0;
    padding-top: 10px;
}
.profit__item {
    border: 2px solid #ff6500;
    width: 470px;
    border-radius: 34px 0 34px 0;
    padding: 35px 36px 0;
    min-height: 550px;
}
.profit__item:nth-child(2) {
    margin-left: 40px;
}
.profit__item:last-child {
    width: 980px;
    min-height: 440px;
    margin-top: 40px;
}
.profit__title, .profit__subtitle {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    padding: 0 0 0 72px;
}
.profit__title {
    background: url("../images/partners/profit1.png") no-repeat 4px 4px;
}
.profit__item:nth-child(2) .profit__title {
    background: url("../images/partners/profit2.png") no-repeat 5px 4px;
}
.profit__item:nth-child(3) .profit__title {
    background: url("../images/partners/profit__wrap.png") no-repeat 5px 4px;
}
.profit__subtitle {
    color: #ff6500;
}
.profit__points {
    padding: 11px 0 0 31px;
}
.profit__point {
    background: url("../images/partners/small-plus-white-icon.png") no-repeat 0 4px;
    padding: 4px 0 13px 41px;
    font-size: 16px;
    line-height: 21px;
    min-height: 48px;
}
.color__points .profit__point {
    color: #ff6500;
    background: url("../images/partners/small-plus-icon.png") no-repeat 0 4px;
}
.point__col {
    padding-top: 25px;
    width: 380px;
}
.point__col:first-child {
    margin-right: 61px;
}
.color__points .point__col {
    padding-top: 0;
}
/*
    Company
*/
.company__wrap {
//background: #000 url("../images/partners/company-bg.png") no-repeat;
    background: #000 url("../images/partners/6.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 100px 0 112px 0;
}
.company__wrap .logo__img {
    padding-bottom: 28px;
}
.company__info {
    font-size: 21px;
    line-height: 34px;
}
.company__cols {
    font-size: 0;
}
.company__col {
    width: 490px;
    padding-top: 42px;
}
.company__col:first-child {
    padding-right: 20px;
}
.company__col:last-child {
    padding-left: 20px;
    position: relative;
}
.company__col p {
    margin: 0 0 17px;
}
.setrificats__items {
    font-size: 0;
    position: absolute;
    top: 109px;
//width: 478px;
    width: 660px;
    left: 16px;
}
.setrificats__item {
    margin-left: 32px;
    width: 138px;
}
.setrificats__item:first-child {
    margin-left: 0;
}
.setrificats__item span {
    font-size: 14px;
    line-height: 21px;
    color: #a9a9a9;
    padding: 3px 0 0 3px;
    display: block;
}
/*
    Dealer
*/
.dealer__wrap {
    background: #000;
    padding: 76px 0 103px;
}
.dealer__wrap .title {
    margin: 0 0 18px 0;
}
.dealer__wrap .note {
    margin-bottom: 36px;
}
.dealer__wrap .title, .dealer__wrap .note {
    color: #fff;
}
.dealer__wrap .real-time {
    right: 10px;
    top: -7px;
}
/*
    Footer
*/
.footer {
    background: #201c17;
    color: #fff;
    padding: 60px 0;
}

/***popup****/

.overlay {
    background: rgba(0, 0, 0, 0.95);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 200;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
    outline: none;
}
.popup {
    max-width: 1250px;
    padding-top: 85px;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    opacity: 0;
    position: fixed;
    font-size: 14px;
    top: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    text-align: center;
    color: #fff;
}
.popup a {
    color: #ff6500;
    -webkit-transition: none;
    transition: none;
    border-bottom: 1px #ff6500 solid;
}
.overlay:target+.popup {
    top: 20%;
    opacity: 1;
    visibility: visible;
}
.popup_info {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30.78px;
    line-height: 39.57px;
    font-weight: 100;
    padding: 0 20px;
}
.popup_phone {
    font-family: "MyriadPro", sans-serif;
    font-size: 77px;
    line-height: 100px;
}
.popup_btn_wrap{
    padding: 70px 0;
}
.popup_btn {
    display: block;
    background: rgb(255, 101, 0) url(../images/partners/word-icon.png) no-repeat 25px 25px;
    -webkit-box-shadow: 0px 3px 0px 0px rgb(165, 65, 0);
    box-shadow: 0px 3px 0px 0px rgb(165, 65, 0);
    color: #fff !important;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    height: 105px;
    line-height: 26px;
    width: 350px;
    border-radius: 5px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin: 0 auto;
    padding: 25px 105px;
}
.popup_btn:hover, .popup_btn:active {
    color: rgb(255, 255, 255);
    background-color: #ff7e00;
    -webkit-box-shadow: 0px 3px 0px 0px rgb(165, 65, 0);
    box-shadow: 0px 3px 0px 0px rgb(165, 65, 0);
}
.popup .close-icon {
    position: absolute;
    top: 0;
    left: 50%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.popup .close-icon span {
    display: block;
    height: 2px;
    background: #fff;
    width: 20px;
}
.popup .close-icon-line1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 20px auto 0;
}
.popup .close-icon-line2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -2px auto 0;
}
.popup .close-icon:hover, .popup .close-icon:active {
    background: #fff;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.popup .close-icon:hover span, .popup .close-icon:active span {
    background: #333e6b;
}
/***popup end****/



.slider { background-color: #FFFFFF; margin: 0; padding: 0; }

/* Animations */
.dashboard_panels * { -webkit-transition: all 0.5s ease-out; }
.dashboard_panels { -webkit-transition: all 0.5s ease-out; }

/* Panels Container */
.dashboard_panels {
    height: 610px;
    position: relative;
    overflow: hidden;
    width: 100%;
//width: 1000px;
    margin: 0 auto;
    z-index: 100;
    -webkit-perspective: 500;
}

/* Panel Container */
.dashboard_panel {
    color: #FFFFFF;
//height: 22em;
    height: 396px;
    line-height: 1.6em;
    top: 3em;
    position: absolute;
    /*text-shadow: 1px 1px 1px rgba(0,50,0,0.4);*/
//width: 34%;
    width: 612px;
//width: 61%;
    -webkit-transform-style: preserve-3d;
    -webkit-border-radius: 12px;
}

.dashboard_panel .panel_image {
    border-radius: 35px 35px 35px 0;
    -webkit-border-radius: 35px 35px 35px 0;
    height: inherit;
    overflow: hidden;
    position: absolute;
    /*top: 3em;*/
    width: 100%;
    z-index: 2;
//border: 2px solid #ff6500;
    position:  relative;
    -webkit-box-shadow: 31px 0px 11px -11px rgba(0,0,0,0.62);
    -moz-box-shadow: 31px 0px 11px -11px rgba(0,0,0,0.62);
    box-shadow: 31px 0px 11px -11px rgba(0,0,0,0.62);
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* Toolbar */
.dashboard_panel .front .panel_toolbar { padding: 0.1em 0 0 0;  }
.dashboard_panel.outside { -webkit-transform: scale(1.5) translateX(-100px); }
.dashboard_panel .panel_toolbar {
    border: 5px solid #FFFFFF;
    background-color: #FFFFFF;
    height: 2.5em;
    left: 0px;
    position: absolute;
    top: 50px;
    width: 97%;
    z-index: 1;
}

/* Bottom Panel */
.dashboard_panel .panel_state {
    background-color: #FFFFFF;
    border: 5px solid #FFFFFF;
    bottom: 25px;
    height: 2.5em;
    position: absolute;
    width: 97%;
    z-index: 1;
}

.dashboard_panel:nth-child(1) .panel_image{
    background: url(../images/partners/slide_2.png) center center no-repeat;
    background-size: cover;
}

.dashboard_panel:nth-child(2) .panel_image{
    background: url(../images/partners/slide_1.png) 3% center no-repeat;
/*background: url(../images/slide_1.png) center center no-repeat;*/
    background-size: cover;
}

.dashboard_panel:nth-child(3) .panel_image{
    background: url(../images/partners/slide_3.png) center center no-repeat;
    background-size: cover;
}
.dashboard_panel:nth-child(4) .panel_image{
    background: url(../images/partners/slide_4.png) center center no-repeat;
    background-size: cover;
}
.dashboard_panel:nth-child(5) .panel_image{
    background: url(../images/partners/slide_5.png) center center no-repeat;
    background-size: cover;
}
.dashboard_panel:nth-child(6) .panel_image{
    background: url(../images/partners/slide_6.png) center center no-repeat;
    background-size: cover;
}
.dashboard_panel:nth-child(7) .panel_image{
    background: url(../images/partners/slide_7.png) center center no-repeat;
    background-size: cover;
}
.screen{
    background-color: rgba(255, 255, 255, 0.9) !important;
    background-blend-mode: lighten;
}
.circle{
    -moz-box-shadow: inset 2px 3px 10px rgba(0,0,0,.47);
    -webkit-box-shadow: inset 2px 3px 10px rgba(0,0,0,.47);
    box-shadow: inset 2px 3px 10px rgba(0,0,0,.47);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background: #ff6500;
    text-align: center;
    line-height: 65px;
    color: #fff;
    font-size: 18px;
}
.text,
.circle{
    display: inline-block;
    vertical-align: top;
}
.text{
    margin: 15px 10px;
}
.panel_image-text{
    display: block;
    position: absolute;
    margin: 5% 10% 0 5%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.panel_image-text h4{
    font-family: "Myriad-Pro";
    color: #fff;
    font-size:  34px;
    line-height: 34px;
    font-weight: normal;
    margin: 0 0 35px 0;
    text-transform: uppercase;
}
.panel_image-text p{
    color: #fff;
    font-family: "Myriad-Pro";
    transform: scale(1, 1.5);
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
}

.full{
//margin: 10% 10% 8% 10%;
    font-size: 16px;
    line-height: 25px;
}

.panel_image-why{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 175px;
    background-color: #ff6500;
    -moz-box-shadow: inset 2px 3px 7px rgba(0,0,0,.35);
    -webkit-box-shadow: inset 2px 3px 7px rgba(0,0,0,.35);
    box-shadow: inset 2px 3px 7px rgba(0,0,0,.35);
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    cursor: default;
}
.frontPanel > .panel_image > .panel_image-why:hover{
    background-color: #2d2d2d;
    -moz-box-shadow: inset 2px 3px 7px rgba(0,0,0,.35);
    -webkit-box-shadow: inset 2px 3px 7px rgba(0,0,0,.35);
    box-shadow: inset 2px 3px 7px rgba(0,0,0,.35);
    cursor: pointer;
}


.dashboard_panels .nav {/* Описываю внешний вид навигации (она будет выглядеть как панель с кнопками радио)*/
    position: absolute;
    bottom: 16px;
    left: 45%;
}
.dashboard_panels .nav span { /*Редактирую внешний вид каждой навигационной кнопки */
    display: block;
    margin-right:13px;
    background: #fff;
    border-radius: 9px;
    height: 16px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    float: left;
    -webkit-box-shadow: 1px 2px 3px #001;
    box-shadow: 1px 2px 3px #001;
}
.dashboard_panels .nav span.on { /*Изменяю фоновый цвет элемента навигации, если изображение, за которое он отвечает, отображается */
    background: #98FB98;
}

.panel_image-plus{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7%;
    left: 10%;
}

.nav li{
    display: inline-block;
    border-radius: 15px; /* border radius */
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-color: #ff6500; /* layer fill content */
    box-shadow: 0 3px 0 #a54100; /* drop shadow */
    -moz-box-shadow: 0 3px 0 #a54100; /* drop shadow */
    -webkit-box-shadow: 0 3px 0 #a54100; /* drop shadow */

}

.nav{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -30px;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.inf_title{
    display: flex;
    justify-content: space-between;

}
.li{
    display: flex;
    width: 14.3%;
    justify-content: center;

}
.nav_li{
    width: 10px;
    height: 10px;
    background: url(../images/partners/pount_icon.png) no-repeat;
    line-height: 80px;
    color: #9b9b9b;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.visited{
    position: relative;
    top: -10px;
    width: 30px;
    height: 33px;
    background: url(../images/partners/visited.png) no-repeat;
    padding-top: 13px;
    text-align: center;
    color: #000;
}

.nav_float{
    height: 100px;
    width: 100%;
    float: left;
    position: relative;
    top: -100px;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.nav_li_float{
    height: 100px;
    float: left;
    width: 16.3%;
    position: relative;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}
.nav_li_float:first-child{
    width: 9.5%;
}
.nav_li_float:last-child{
    width: 9%;
}

.inf_title-block{
    color: #9b9b9b;
    font-size: 18px;
    font-weight: bold;
    cursor: default;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    text-transform: uppercase;
}

.visited_inf{
    color: #000;
}


.line{
    width: 100%;
    height: 50px;
    background: url(../images/partners/line_icon.png) no-repeat;
    background-position: 50%;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.hide_text{
    display: none;
    color: #000;
    font-size: 22px;
    height: 95%;
    line-height: 30px;
    width: 100%;
    margin-left: 20px;
    font-weight: 400;
    font-family: "Myriad-Pro";
    transform: scale(1, 1.5);
    margin-top: 45px;
}

.disapp{
    display: none;
}
.app{
    display: inline-block;
}


@media screen and (max-width: 1720px){
/*body{width: 100%;}*/
}

@media screen and (max-width: 420px){
/*.container{width: 100%;}
.header__top{display: flex;}
.header__logo,.logo__info,.block-right{flex-direction: column;margin: 10px auto; width: 100%}*/
.header, .footer, section{max-width: 400px; overflow: hidden;}
}