.sprite-88 {
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    height: 39px;
    background: url(../img/sprites.png) 0 0/39px 39px no-repeat
}

@font-face {
    font-family: Proxima Nova;
    font-weight: 100;
    src: url(../fonts/Proxima_Nova_Thin.woff) format("woff")
}

@font-face {
    font-family: Proxima Nova;
    font-weight: 300;
    src: url(../fonts/Proxima_Nova_Light.woff) format("woff")
}

@font-face {
    font-family: Proxima Nova;
    src: url(../fonts/Proxima_Nova_Regular.woff) format("woff")
}

@font-face {
    font-family: Proxima Nova;
    font-weight: 600;
    src: url(../fonts/Proxima_Nova_Semibold.woff) format("woff")
}

@font-face {
    font-family: Proxima Nova;
    font-weight: 700;
    src: url(../fonts/Proxima_Nova_Bold.woff) format("woff")
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

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

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    color: #2e2e2e;
    font: 14px/1.7 Proxima Nova, sans-serif;
    min-width: 320px;
    overflow: hidden
}

body {
    overflow-x: hidden
}

img {
    max-width: 100%;
    vertical-align: middle
}

b,
strong {
    font-weight: 700
}

.container {
    margin: 0 auto;
    width: 1180px
}

.slider-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.4em 0
}

.slider-controls__nav {
    display: block;
    fill: #a6ed65
}

.slider-controls__counter {
    color: #a6ed65
}

#noScriptWarning,
#outdatedBrowserWarning {
    color: #fff;
    padding: 12px;
    position: relative;
    text-align: center;
    z-index: 6
}

#noScriptWarning a,
#outdatedBrowserWarning a {
    color: #fff
}

#noScriptWarning {
    background: red
}

#outdatedBrowserWarning {
    background: #ff4500
}

.is-hidden {
    display: none!important
}

.clearfix {
    overflow: auto
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.preloader {
    position: fixed;
    background: #1c89d5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .55s, visibility .55s;
    -o-transition: opacity .55s, visibility .55s;
    -moz-transition: opacity .55s, visibility .55s;
    transition: opacity .55s, visibility .55s;
    visibility: hidden;
    z-index: 4
}

.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader_active {
    opacity: 1;
    visibility: visible
}

.ext-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1179c1;
    color: #fff;
    fill: #fff;
    padding: 6px 16px;
    position: absolute;
    text-decoration: none;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s
}

.ext-link:hover {
    background: #1c89d5
}

.ext-link svg {
    margin-right: 10px
}

.ext-link_header {
    right: 40px;
    top: 81%
}

.ext-link_footer {
    bottom: 100%;
    right: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%)
}

.button-slide-down {
    background: #1179c1;
    color: #fff;
    fill: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 72px;
    padding: 0 35px 0 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1.28em;
    letter-spacing: .2em;
    line-height: 72px;
    text-decoration: none;
    text-transform: uppercase
}

.button-slide-down svg {
    height: 1.5em;
    width: 1em
}

.title {
    font-size: 2.6em;
    font-weight: 300;
    letter-spacing: .075em;
    margin: 0 0 37px;
    text-align: center;
    text-transform: uppercase
}

.title small {
    display: block;
    font-size: .45em;
    line-height: 1
}

.menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .36s;
    -o-transition: background-color .36s;
    -moz-transition: background-color .36s;
    transition: background-color .36s;
    height: 100%
}

.menu,
.menu__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.menu__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 26px;
    color: inherit;
    font-size: 1.28em;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 4px solid transparent;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}

.menu__item:hover {
    color: #1179c1
}

.menu__item_active {
    border-top-color: #fff
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    z-index: 3
}

.header__stuck {
    background: #ededed;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.header__stuck .header__logo {
    height: 80px
}

.header__container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__container,
.header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.header__logo {
    background: #1179c1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 245px;
    height: 113px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}

.header__logo img {
    width: 74%;
    margin: 10px 0 0 -10px
}

.header__nav {
    display: block;
    background: hsla(0, 0%, 93%, .9);
    width: 100%;
    position: relative
}

.header__trigger {
    display: none;
    height: 65px;
    margin-left: -20px;
    position: relative;
    width: 65px
}

.header__trigger span {
    background: #a6ed65;
    display: block;
    height: 2px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, -o-transform .35s;
    -moz-transition: opacity .35s, transform .35s, -moz-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s, -moz-transform .35s, -o-transform .35s
}

.header__trigger span:first-child {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0)
}

.header__trigger span:nth-child(2) {
    -webkit-transform: translate3d(0, -1px, 0);
    -moz-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0)
}

.header__trigger span:last-child {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.header__trigger_active span:first-child {
    -webkit-transform: translate3d(0, -1px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -1px, 0) rotate(-45deg);
    transform: translate3d(0, -1px, 0) rotate(-45deg)
}

.header__trigger_active span:nth-child(2) {
    opacity: 0
}

.header__trigger_active span:last-child {
    -webkit-transform: translate3d(0, -1px, 0) rotate(45deg);
    -moz-transform: translate3d(0, -1px, 0) rotate(45deg);
    transform: translate3d(0, -1px, 0) rotate(45deg)
}

.welcome {
    background-image: url(../img/welcome-bg.jpg);
    background-color: #4c4a4e;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 250px 0 39px
}

.welcome__container {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.welcome__header {
    width: 560px
}

.welcome__title {
    color: #1179c1;
    font-size: 4.5em;
    font-weight: 300;
    line-height: 1.25;
    margin: 0 0 55px;
    text-transform: uppercase
}

.welcome__description {
    font-size: 1.6em
}

.welcome__series {
    background: rgba(28, 137, 213, .85);
    margin-top: 154px;
    padding: 43px 39px 221px;
    width: 460px;
    max-height: 336px
}

.welcome__series h3 {
    color: #a6ed65;
    font-size: .8em;
    letter-spacing: .5em;
    margin: 0 0 7px;
    text-transform: uppercase
}

.welcome__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.welcome__item {
    border-bottom: 4px solid #a6ed65;
    color: #fff;
    display: block;
    font-size: 1.7em;
    font-weight: 300;
    letter-spacing: .16em;
    line-height: 1;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: border-bottom-color .2s;
    -o-transition: border-bottom-color .2s;
    -moz-transition: border-bottom-color .2s;
    transition: border-bottom-color .2s
}

.welcome__item:not(:last-child) {
    margin-right: 66px
}

.welcome__item:hover {
    border-color: transparent
}

.welcome__next {
    background: url(../img/arrow-down-first-screen.svg) 50% 50% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    left: 50%;
    position: absolute;
    bottom: -22px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.features {
    padding: 120px 0 80px
}

.features__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.features__item {
    width: 31%;
    margin-bottom: 35px
}

.features__img {
    position: relative
}

.features__img img {
    width: 100%
}

.features__inner {
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    background-color: rgba(28, 137, 213, .8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.features__inner img {
    height: 40%
}

.features__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.15em;
    text-align: center;
    height: 100px;
    padding: 0 15px;
    background-color: #eaeaea
}

.features__controls {
    display: none
}

.products {
    background: #ced5db url(../img/products-block-bg.jpg) 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 98px 0 150px
}

.products__title {
    color: #1179c1
}

.products__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products__item {
    width: 48.7%;
    background: rgba(28, 137, 213, .85);
    padding: 25px 43px 26px 25px;
    margin-top: 25px;
    position: relative
}

.products__series {
    border-bottom: 3px solid #a6ed65;
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: .16em;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase
}

.products__img {
    margin-top: 15px
}

.products__img img {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.products__description {
    color: #fff;
    background-color: #1179c1;
    padding: 27px;
    margin-top: 35px;
    position: relative;
    left: -28px;
    width: 109%;
    height: 297px
}

.products__caption {
    color: #a6ed65;
    font-size: .92em;
    letter-spacing: .2em;
    line-height: 1.84em;
    margin: 0 0 10px;
    text-transform: uppercase
}

.products__list {
    margin: 0;
    padding: 0 0 0 20px
}

.products__list li {
    line-height: 2.2
}

.products__button {
    position: absolute;
    bottom: 20px;
    right: 19px;
    border: 1px solid #fff;
    color: #fff;
    fill: #fff;
    height: 38px;
    line-height: 36px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: background-color .18s, color .18s, fill .18s;
    -o-transition: background-color .18s, color .18s, fill .18s;
    -moz-transition: background-color .18s, color .18s, fill .18s;
    transition: background-color .18s, color .18s, fill .18s
}

.products__button:hover {
    background: #fff;
    color: #153f7f;
    fill: #153f7f
}

.products__button svg {
    height: .6em;
    margin-left: .25em
}

.products__controls {
    display: none
}

.products__prev {
    left: 0;
    z-index: 1
}

.products__next,
.products__prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    cursor: pointer
}

.products__next {
    right: -18px
}

.scheme__inner {
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 720px
}

.scheme__inner_base {
    background-image: url(../img/base-bg.jpg)
}

.scheme__inner_norma {
    background-image: url(../img/norma-bg.jpg)
}

.scheme__container {
    padding: 145px 659px 0 0;
    position: relative
}

.scheme__img {
    position: absolute;
    right: -80px;
    top: 147px;
    z-index: 1
}

.scheme__img img {
    max-width: 100%
}

.scheme__img_base {
    width: 610px;
    height: 385px
}

.scheme__img_base .scheme__img-container {
    width: 340px;
    height: 100%
}

.scheme__img_norma {
    width: 610px;
    height: 389px
}

.scheme__img_norma .scheme__img-container {
    width: 340px;
    height: 100%
}

.scheme__badge {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 9px solid #1179c1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .6;
    -webkit-transition: opacity .36s, -webkit-transform .36s;
    transition: opacity .36s, -webkit-transform .36s;
    -o-transition: opacity .36s, -o-transform .36s;
    -moz-transition: opacity .36s, transform .36s, -moz-transform .36s;
    transition: opacity .36s, transform .36s;
    transition: opacity .36s, transform .36s, -webkit-transform .36s, -moz-transform .36s, -o-transform .36s
}

.scheme__badge_active {
    opacity: .87;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.scheme__tooltip {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: -115px;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .36s, -webkit-transform .36s;
    transition: opacity .36s, -webkit-transform .36s;
    -o-transition: opacity .36s, -o-transform .36s;
    -moz-transition: opacity .36s, transform .36s, -moz-transform .36s;
    transition: opacity .36s, transform .36s;
    transition: opacity .36s, transform .36s, -webkit-transform .36s, -moz-transform .36s, -o-transform .36s
}

.scheme__tooltip_active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.scheme__tooltip-img {
    background: #1c89d5;
    border: 4px solid #1179c1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    height: 160px;
    line-height: 160px;
    margin-right: 20px;
    overflow: hidden;
    width: 160px;
    position: relative;
}

.scheme__tooltip-img img {
    width: 105%;
    max-width: none;
    object-fit: contain;
    object-position: center top;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scheme__tooltip-text {
    color: #fff;
    font-size: 14px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.scheme__description {
    background: rgba(28, 137, 213, .8);
    color: #fff;
    height: 762px;
    padding: 66px 40px 72px 35px;
    position: relative
}

.scheme__series {
    font-size: 6.28em;
    font-weight: 300;
    letter-spacing: .16em;
    line-height: 1;
    margin: 0 0 .02em;
    text-transform: uppercase
}

.scheme__caption {
    background: #a6ed65;
    color: #1179c1;
    display: inline-block;
    font-size: .8em;
    font-weight: 700;
    height: 1.4em;
    letter-spacing: .5em;
    line-height: 1.55em;
    padding: 0 .6em 0 .9em;
    text-transform: uppercase
}

.scheme__subtitle {
    font-size: 2.15em;
    font-weight: 300;
    line-height: 1.5em;
    margin: 58px 0 0
}

.scheme__choice {
    position: absolute;
    top: 0;
    left: 0
}

.scheme__choice-item {
    width: 145px;
    height: 145px;
    border: 2px solid transparent;
    margin-bottom: 27px;
    background-color: hsla(0, 0%, 100%, .2);
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.scheme__choice-item_active {
    border-color: #1c89d5;
    background-color: transparent
}

.scheme__img-container {
    position: absolute;
    top: 0;
    right: 0
}

.scheme__item {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.scheme__item_active {
    opacity: 1;
    visibility: visible
}

.scheme__item[data-scheme=base-2],
.scheme__item[data-scheme=norma-2] {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.scheme__item[data-scheme=base-2] {
    transform: translate3d(-40px, -50%, 0);
}

.description_options {
    position: relative;
    top: -183px
}

.spec,
.spec_norma {
    padding: 70px 0 97px
}

.spec__title {
    color: #ededed;
    font-size: 10.8em;
    font-weight: 100;
    letter-spacing: .36em;
    line-height: 1;
    margin: 0 0 43px;
    text-align: right;
    text-transform: uppercase
}

.spec__title_norma {
    letter-spacing: .08em
}

.spec__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.spec__text {
    line-height: 1.75
}

.spec__caption {
    color: #1179c1;
    text-align: left;
    letter-spacing: .25em;
    margin: 0 0 23px;
    text-transform: uppercase;
    font-weight: 700
}

.spec__caption_select {
    color: #a6ed65;
    margin-left: 0
}

.spec__table {
    border-collapse: collapse;
    margin-top: 23px;
    width: 100%
}

.spec__table:only-child {
    margin: 0
}

.spec__table tr {
    background: #fdfdfd
}

.spec__table tr:nth-child(odd) {
    background: #ececec
}

.spec__table td,
.spec__table th {
    line-height: 1.5;
    padding: .8em .4em;
    vertical-align: top
}

.spec__table td:last-child,
.spec__table th:last-child {
    text-align: center;
}

.spec__table td {
    color: #1179c1
}

.spec__table th {
    background: #1c89d5;
    color: #fff;
    font-weight: 400;
    text-align: left
}

.spec__scroll {
    max-height: 22.4em;
    overflow: auto
}

.spec__scroll .mCSB_inside>.mCSB_container {
    margin-right: 0
}

.spec__scroll .mCSB_scrollTools {
    margin: 0 auto;
    opacity: 1;
    width: 6px
}

.spec__scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #a6ed65;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 6px
}

.spec__scroll .mCSB_scrollTools .mCSB_draggerRail {
    background: #e1e1e1;
    width: 6px
}

.select__container {
    margin: 15px 0 42px
}

.select__container .cs-box {
    color: #1179c1;
    position: relative
}

.select__container .cs-box__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f4f4f4;
    border: 1px solid #a6ed65;
    min-height: 4.42em;
    max-width: 100%;
    padding: 0 4.4em 0 1.6em;
    position: relative
}

.select__container .cs-box__toggle.is-active:before {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1)
}

.select__container .cs-box__toggle:before {
    background: url(../img/arrow-list.svg) 50% 50% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    content: "";
    display: block;
    height: .58em;
    margin: -.29em 0 0;
    position: absolute;
    right: 1.7em;
    top: 50%;
    -webkit-transition: -webkit-transform .36s;
    transition: -webkit-transform .36s;
    -o-transition: -o-transform .36s;
    -moz-transition: transform .36s, -moz-transform .36s;
    transition: transform .36s;
    transition: transform .36s, -webkit-transform .36s, -moz-transform .36s, -o-transform .36s;
    width: 1em
}

.select__container .cs-box__dropdown {
    background: #fff;
    border: 1px solid #a6ed65;
    margin: -1px 0 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity .36s;
    -o-transition: opacity .36s;
    -moz-transition: opacity .36s;
    transition: opacity .36s;
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    width: 100%;
    z-index: 5
}

.select__container .cs-box__dropdown.is-opened {
    pointer-events: auto;
    opacity: 1
}

.select__container .cs-box__option {
    padding: 1.4em 1.6em;
    -webkit-transition: background-color .18s;
    -o-transition: background-color .18s;
    -moz-transition: background-color .18s;
    transition: background-color .18s
}

.select__container .cs-box__option.is-active {
    background: #f4f5f9
}

.select__container select {
    display: none
}

.select__images {
    background-color: #fff;
    height: 390px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.select__images_spec {
    background: #f4f4f4
}

.select__img {
    display: none;
    max-height: 80%;
    max-width: 80%
}

.select__img_active {
    display: block
}

.select__img_options {
    max-width: 100%;
    max-height: none
}

.select__list {
    padding-left: 20px;
    margin-bottom: 60px
}

.options {
    padding: 25px 0 43px;
    background-color: #f4f4f4
}

.options__title {
    margin: 0;
    color: #fff;
    font-size: 7.857em;
    font-weight: 200;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: right
}

.options__title svg {
    margin: 0 0 0 73px
}

.options__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.options__header {
    background: rgba(28, 137, 213, .8);
    color: #fff;
    height: 370px;
    padding: 28px 60px 72px 41px;
    position: relative
}

.options__header h3 {
    font-size: 2.143em;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0
}

.options__list {
    padding: 63px 34px 53px;
    font-size: 1.143em;
    position: relative
}

.options__list:after {
    content: "";
    display: block;
    width: 90px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 34px;
    background-color: #1c89d5
}

.options__list h4 {
    color: #1179c1;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1.5;
    margin: 0 0 27px
}

.options__list ul {
    margin: 0;
    padding-left: 22px;
    line-height: 1.9
}

.media {
    background: url(../img/media-bg.jpg) 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 107px 0 149px
}

.media__info,
.media__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.media__info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #1c89d5;
    width: 385px;
    height: 655px;
    padding: 30px 30px 35px
}

.media__info,
.media__info p {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.media__info p {
    font-size: 1.286em;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 38px
}

.media__download span {
    display: block;
    margin-bottom: 24px
}

.media__button {
    display: inline-block;
    max-width: 123px;
    padding: 15px 16px 5px;
    text-decoration: none;
    color: inherit;
    background-color: #1073b8;
    font-size: .857em;
    position: relative
}

.media__button:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #1c89d5 #1c89d5 #4aaef3 #4aaef3
}

.media__file-name {
    line-height: 1.2;
    margin-bottom: 5px
}

.media__file-size {
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: 7px
}

.media__icon {
    width: 75px;
    margin-left: -8px
}

.gallery {
    width: 780px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gallery,
.gallery__thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gallery__thumb-slide {
    border-bottom: 4px solid #1179c1;
    background-color: #000;
    width: 150px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.gallery__thumb-slide:hover {
    border-color: #a6ed65
}

.gallery__thumb-slide img {
    opacity: .5
}

.gallery__thumb-slide img:hover {
    opacity: 1
}

.gallery__thumb-slide_active {
    border-color: #a6ed65
}

.gallery__thumb-slide_active img {
    opacity: 1
}

.gallery__controls {
    display: none
}

.package {
    padding: 92px 0 154px
}

.package__inner {
    margin-top: 108px;
    position: relative
}

.package__header {
    width: 520px;
    height: 223px;
    background: #1c89d5;
    color: #fff;
    margin: 0 0 64px;
    position: relative
}

.package__header p {
    margin: 0;
    padding: 35px 35px 0;
    font-size: 1.14em
}

.package__button {
    letter-spacing: .21em;
    font-size: 1.143em;
    font-weight: 300
}

.package__list {
    counter-reset: a;
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px;
    min-height: 200px
}

.package__list._active {
    display: none
}

.package__list li {
    color: #1179c1;
    font-size: 1.14em;
    counter-increment: a;
    margin-bottom: 30px;
    padding-left: 39px;
    position: relative
}

.package__list li:before {
    content: counter(a);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1c89d5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    font-size: .8em
}

.package__list li:last-child {
    margin: 0
}

.package__list span {
    border-bottom: 1px solid rgba(17, 121, 193, .3);
    padding-bottom: 6px
}

.package__img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.package__img_active {
    opacity: 1;
    visibility: visible
}

.package__img-container {
    width: 450px;
    height: 317px;
    position: absolute;
    top: 0;
    right: -20px
}

.package__anchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    background: #1c89d5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    font-size: 1.143em;
    position: absolute
}

.package__choice {
    position: absolute;
    top: 0;
    right: 447px
}

.package__choice-item {
    width: 145px;
    height: 145px;
    border: 2px solid transparent;
    margin-bottom: 27px;
    background-color: #ededed;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.package__choice-item_active {
    border-color: #1c89d5;
    background-color: transparent
}

.package__prev {
    left: -25px;
    z-index: 1
}

.package__next,
.package__prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0) scale(1.2);
    -moz-transform: translate3d(0, -50%, 0) scale(1.2);
    transform: translate3d(0, -50%, 0) scale(1.2);
    cursor: pointer
}

.package__next {
    right: -25px
}

.footer {
    background: #ededed
}

.footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 105px 0 115px;
    position: relative
}

.footer__logo {
    background: #1179c1;
    display: block;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 198px
}

.footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 924px
}

.footer__menu a {
    color: inherit;
    display: block;
    font-size: 1.28em;
    line-height: 2em;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color .18s;
    -o-transition: color .18s;
    -moz-transition: color .18s;
    transition: color .18s
}

.footer__menu a:hover {
    color: #1c89d5
}

.footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__creator {
    color: #1bbcef
}

.footer__creator a {
    color: #1bbcef;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

.footer__creator img {
    margin-left: .2em;
    position: relative;
    top: -.075em
}

@media screen and (min-width:1024px) {
    .spec__table td:first-child,
    .spec__table th:first-child {
        padding-left: 1.5em;
        width: 27%
    }
    .spec__table td:nth-child(2),
    .spec__table th:nth-child(2) {
        width: 27%
    }
    .spec__table td:last-child,
    .spec__table th:last-child {
        padding-right: 1.5em;
        width: 18%
    }
    .footer__logo img {
        width: 74%
    }
    .footer__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

@media (min-width:1025px) {
    .for-mobile {
        display: none!important
    }
}

@media screen and (min-width:1280px) {
    .description {
        width: 522px
    }
    .select {
        width: 560px
    }
}

@media screen and (max-width:1279px) {
    html {
        font-size: 12px
    }
    .header__stuck .header__logo {
        height: 65px
    }
    .welcome__next {
        height: 34px;
        width: 34px;
        bottom: -17px
    }
    .features__footer {
        height: 80px
    }
    .media__info {
        padding: 20px
    }
    .package__inner {
        margin-top: 0
    }
    .package__choice {
        right: 370px
    }
}

@media (max-width:1024px) {
    .for-desktop {
        display: none!important
    }
}

@media screen and (max-width:1023px) {
    .container {
        margin: 0 20px;
        width: auto
    }
    .ext-link_header {
        position: static;
        display: inline-block;
        margin-left: -20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .ext-link_footer {
        width: 140px;
        right: 10px;
        top: 20px;
        bottom: auto;
        background: none;
        color: #1179c1;
        fill: #1179c1;
        line-height: normal
    }
    .button-slide-down {
        font-size: 1em;
        height: 60px;
        line-height: 60px;
        padding: 0 34px 0 20px
    }
    .button-slide-down svg {
        height: 1.8em;
        width: 1.2em
    }
    .title {
        font-size: 1.5em;
        margin-bottom: 25px
    }
    .menu {
        display: block;
        padding: 15px 0;
        height: auto
    }
    .menu__item {
        border: none;
        margin: 0 0 10px;
        font-size: 1.664em
    }
    .header {
        background: #1179c1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .header__logo {
        height: 65px;
        margin-right: -20px;
        width: auto
    }
    .header__logo img {
        margin: 0
    }
    .header__nav {
        display: none;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 100%;
        padding: 0 20px 20px
    }
    .header__trigger {
        display: block
    }
    .welcome {
        padding: 260px 0 40px;
        background-position: 40% 50%
    }
    .welcome__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
    .welcome__header {
        width: auto
    }
    .welcome__title {
        font-size: 2em;
        margin: 0 0 10px
    }
    .welcome__description {
        font-size: 1em
    }
    .welcome__series {
        width: 100%;
        margin-top: 20px;
        padding: 16px 16px 80px
    }
    .welcome__item:not(:last-child) {
        margin-right: 30px
    }
    .welcome__item {
        border-bottom-width: 3px;
        font-size: 1.5em;
        padding: 5px 0
    }
    .features {
        padding: 45px 0 55px
    }
    .features__item {
        width: 100%
    }
    .features__item:last-child {
        margin-bottom: 0
    }
    .features__controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .products {
        padding: 45px 0 55px
    }
    .products__item {
        padding: 25px 20px;
        width: 100%
    }
    .products__description {
        margin-top: 27px;
        left: -20px;
        width: 102%
    }
    .products__controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .products__next {
        right: 0
    }
    .scheme__inner {
        height: 660px
    }
    .scheme__container {
        height: 100%;
        padding: 0
    }
    .scheme__img {
        right: 50%;
        top: 50px;
        -webkit-transform: scale(.7) translateX(50%);
        -moz-transform: scale(.7) translateX(50%);
        -ms-transform: scale(.7) translateX(50%);
        -o-transform: scale(.7) translateX(50%);
        transform: scale(.7) translateX(50%);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    .scheme__tooltip-text {
        font-size: 18px
    }
    .scheme__description {
        bottom: 0;
        height: 245px;
        left: -20px;
        padding: 25px 20px 60px;
        position: absolute;
        right: -20px
    }
    .scheme__series {
        font-size: 3.6em
    }
    .scheme__subtitle {
        font-size: 1.14em;
        margin-top: 22px
    }
    .description {
        margin: 0 0 35px
    }
    .description_options {
        position: static
    }
    .spec {
        padding: 30px 0 40px
    }
    .spec__title {
        display: none
    }
    .spec__inner {
        display: block
    }
    .spec__text {
        margin-left: 0
    }
    .spec__caption {
        font-size: 1em;
        margin-left: 0
    }
    .spec__table td,
    .spec__table th {
        font-size: .8em
    }
    .spec__table td:first-child,
    .spec__table th:first-child {
        width: 29%
    }
    .spec__table td:nth-child(2),
    .spec__table th:nth-child(2) {
        width: 27%
    }
    .spec__table td:last-child,
    .spec__table th:last-child {
        width: 17%
    }
    .spec__scroll {
        max-height: none
    }
    .select__container {
        margin-bottom: 21px
    }
    .select__container .cs-box__toggle {
        min-height: 4em;
        padding: 0 4.4em 0 1.4em
    }
    .select__container .cs-box__option {
        padding: 1em 1.4em
    }
    .select__images {
        height: 375px
    }
    .select__img_options {
        max-height: 100%
    }
    .options {
        padding: 0 0 43px
    }
    .options__title {
        display: none
    }
    .options__inner {
        display: block
    }
    .options__header {
        height: auto;
        padding: 30px 0
    }
    .options__header h3 {
        display: none
    }
    .options__list {
        font-size: 1em;
        padding: 29px 0 35px
    }
    .options__list:after {
        left: 0
    }
    .options__list ul {
        padding-left: 13px
    }
    .options__button {
        margin: 0 -20px
    }
    .media {
        padding: 36px 0
    }
    .media__container {
        margin: 0
    }
    .media__inner {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .media__info,
    .media__inner {
        -webkit-box-direction: normal;
        -moz-box-direction: normal
    }
    .media__info {
        width: 100%;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .media__info p {
        font-size: 1em;
        line-height: 1.7
    }
    .media__download span {
        font-size: 1.2em;
        margin-bottom: 15px
    }
    .media__button {
        font-size: 1em
    }
    .gallery {
        width: 100%
    }
    .gallery__thumb {
        display: none
    }
    .gallery__controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 20px;
        padding-right: 20px
    }
    .package {
        padding: 22px 0 50px
    }
    .package__header {
        margin: 0 0 80px -20px;
        width: 100vw;
        height: auto
    }
    .package__header p {
        padding: 30px 20px 45px
    }
    .package__button {
        bottom: -36px;
        padding: 0 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .package__button svg {
        margin-right: 15px
    }
    .package__scheme {
        padding: 200px 0 0;
        position: relative
    }
    .package__list {
        padding: 0
    }
    .package__list li {
        font-size: 1em
    }
    .package__img {
        visibility: visible;
        opacity: 1;
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .package__img img {
        margin: 0 auto
    }
    .package__img-container {
        left: 50%;
        -webkit-transform: scale(.7) translateX(-50%);
        -moz-transform: scale(.7) translateX(-50%);
        -ms-transform: scale(.7) translateX(-50%);
        -o-transform: scale(.7) translateX(-50%);
        transform: scale(.7) translateX(-50%);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        height: auto
    }
    .package__anchor {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }
    .package__choice {
        display: none
    }
    .footer__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 32px 0
    }
    .footer__logo {
        height: 58px;
        line-height: 58px;
        margin: 0 0 24px -20px;
        padding: 0 20px;
        width: auto
    }
    .footer__logo img {
        height: 48%
    }
    .footer__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }
    .footer__menu a {
        font-size: 1.02em
    }
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 140px
    }
    .footer__creator a {
        display: block
    }
}

@media screen and (max-width:575px) {
    .welcome {
        background-position: 50% 64px;
        background-repeat: no-repeat;
        -webkit-background-size: auto auto;
        -moz-background-size: auto;
        background-size: auto;
        background-image: url(../img/welcome-bg-575.jpg)
    }
    .products__description {
        width: 104%;
        height: 280px
    }
    .scheme__inner {
        height: 605px
    }
    .scheme__img {
        -webkit-transform: scale(.6) translateX(50%);
        -moz-transform: scale(.6) translateX(50%);
        -ms-transform: scale(.6) translateX(50%);
        -o-transform: scale(.6) translateX(50%);
        transform: scale(.6) translateX(50%)
    }
    .select__images {
        height: 240px
    }
    .select__images_options {
        height: auto
    }
}

@media screen and (max-width:425px) {
    .products__description {
        height: 380px
    }
    .scheme__inner {
        height: 550px
    }
    .scheme__img {
        -webkit-transform: scale(.5) translateX(50%);
        -moz-transform: scale(.5) translateX(50%);
        -ms-transform: scale(.5) translateX(50%);
        -o-transform: scale(.5) translateX(50%);
        transform: scale(.5) translateX(50%)
    }
    .package__button {
        font-size: .8em
    }
}

@media screen and (max-width:360px) {
    .package__img-container {
        -webkit-transform: scale(.6) translateX(-50%);
        -moz-transform: scale(.6) translateX(-50%);
        -ms-transform: scale(.6) translateX(-50%);
        -o-transform: scale(.6) translateX(-50%);
        transform: scale(.6) translateX(-50%)
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .container {
        width: 980px
    }
    .ext-link {
        padding: 5px 10px
    }
    .ext-link_header {
        right: 33px
    }
    .button-slide-down {
        height: 60px;
        line-height: 60px;
        padding: 0 20px
    }
    .title {
        margin-bottom: 45px
    }
    .menu__item {
        margin: 0 23px
    }
    .header {
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
        transform: translateY(25px)
    }
    .header__stuck {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    .header__logo {
        width: 204px;
        height: 94px
    }
    .welcome {
        padding: 208px 0 104px
    }
    .welcome__container {
        padding-right: 10px
    }
    .welcome__header {
        width: 500px
    }
    .welcome__series {
        margin-top: 125px;
        width: 391px;
        padding: 36px 33px 178px
    }
    .features {
        padding: 93px 0 66px
    }
    .features__item {
        margin-bottom: 59px
    }
    .products {
        padding: 81px 0 124px
    }
    .products__item {
        padding-bottom: 20px
    }
    .products__description {
        margin-top: 35px;
        height: 247px
    }
    .scheme__inner {
        height: 597px
    }
    .scheme__container {
        padding: 120px 547px 0 0
    }
    .scheme__img {
        right: 0;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    .scheme__description {
        height: 634px;
        padding: 50px 30px 60px
    }
    .description {
        width: 433px
    }
    .description_options {
        top: -160px
    }
    .spec__title {
        letter-spacing: .05em;
        margin: 0 0 40px 506px
    }
    .select {
        width: 460px
    }
    .select__images {
        height: 320px
    }
    .options {
        height: 660px;
        overflow-y: hidden
    }
    .options__title svg {
        margin-left: 37px
    }
    .media {
        padding: 90px 0 110px
    }
    .media__info {
        width: 204px
    }
    .gallery {
        width: 760px
    }
    .gallery__thumb-slide {
        width: 140px
    }
    .package {
        padding: 70px 0 110px
    }
    .package__header {
        width: 430px;
        height: 190px
    }
    .package__header p {
        padding: 30px
    }
    .package__img {
        top: 52px;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    .footer__logo {
        height: 76px;
        line-height: 76px;
        width: 164px
    }
    .footer__content {
        width: 766px
    }
}

@media (-o-min-device-pixel-ratio:2/1),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .sprite-88 {
        background-image: url(../img/sprites@2x.png)
    }
}


/*# sourceMappingURL=style.css.map */