

/* Start:/calculators/vodostok-ru/bundle.css?1708598100380482*/
@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes progress {
    0% {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 360;
    }
}

@keyframes progress {
    0% {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 360;
    }
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    color: #e30613;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: none;
}

b,strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    color: inherit;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

* {
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    outline: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabs__colors label input:checked~span {
    border-color: #e1e1e1;
}
.hero__toggler input:checked~p {
    display: none;
}

.hero__toggler input:checked~p.rain {
    display: inline;
}

audio,canvas,video {
    display: inline-block;
}

.product__type input:checked+div,.product__type input:checked~div {
    border-color: #e31e24;
}

.product-tabs .tabs__buttons button.is-active {
    background: #f01616;
    color: #fff;
}

.p-spec-sys__image svg text {
}

.calc__types label input:checked~p {
    color: #e30613;
}

.mfp-figure small {
    font-size: 12px;
    line-height: 14px;
    display: block;
    color: #bdbdbd;
}

.guide__panel .row--middle .guide__col:last-child p {
    margin-top: -100px;
}

.guide__panel .row--middle .guide__col:last-child .no-margin {
    margin-top: 0;
}

.j-page__item-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.article table td,.article table th {
    padding: 10px 20px;
}

.input-checkbox label .checkbox::after {
    position: absolute;
    top: 5px;
    left: 50%;
    display: inline-block;
    width: 6px;
    height: 11px;
    content: '';
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    opacity: 0;
    border: 3px solid #fff;
    border-top: 0;
    border-left: 0;
}

.logistic-page__table tr {
    position: relative;
    vertical-align: top;
}

.cross-article ul p::before {
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    content: '—';
    color: #ed1c24;
}

.publication figure img {
    margin-bottom: 0;
}

.tree-instruction__item:nth-child(even) .tree-instruction__info p span {
    right: auto;
    left: 0;
}

.j-page {
    padding: 30px 0 45px;
}

.j-page__title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #ffe100;
}

.j-page__title--small {
    font-size: 30px;
    margin-top: 50px;
}

.j-page .news__tags-btn {
    color: #000;
    border-color: #000;
}

.j-page .news__tags-btn:hover {
    color: #e30613;
    border-color: #e30613;
}

.j-page__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
}

.j-page__large {
    width: 50%;
    padding-right: 25px;
}

.j-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.j-page__item-image {
    font-size: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.j-page__item-image span {
    width: 100%;
    height: 100%;
    -webkit-transition: .7s;
    transition: .7s;
}

.j-page__item-image img {
    width: 100%;
    pointer-events: none;
    opacity: 0;
    aspect-ratio: 1;
}

.j-page__item-image .site-image {
    opacity: 1;
}

.j-page__item-image img.play,.j-page__item-image span,.j-page__item-video img.play,.j-page__item-video span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.j-page__item-image img.play,.j-page__item-video img.play {
    z-index: 2;
    width: 59px;
    height: 41px;
    opacity: 1;
}

.j-page__item-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.j-page__item-video span {
    width: 100%;
    height: 100%;
    -webkit-transition: .7s;
    transition: .7s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.j-page__item:hover .j-page__item-image span,.j-page__item:hover .j-page__item-video span {
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}

.j-page__item-video-title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 55px;
}

.j-page__item-video-title img {
    position: absolute;
    top: 3px;
    left: 0;
    width: 23px;
    height: 16px;
}

.j-page__item-info {
    padding-top: 35px;
}

.j-page__item:hover .j-page__item-image {
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.2);
    box-shadow: 0 5px 25px rgba(0,0,0,.2);
}

.j-page__item-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    margin: 0;
    color: #000;
}

.j-page__item-about {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    margin: 50px 0 0;
    text-overflow: ellipsis;
    color: #959595;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.j-page__item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 35px;
    margin: auto -5px 0;
    width: calc(100% + 10px);
}

.j-page__item-row .j-page__item-date {
    white-space: nowrap;
    margin: 5px;
}

.j-page__item-row .news__tags-btn {
    margin: 5px;
}

.j-page__column {
    width: 50%;
    padding-left: 25px;
}

.j-page__column .j-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
    height: auto;
}

.j-page__column .j-page__item:last-child {
    margin-bottom: 0;
}

.j-page__column .j-page__item-image {
    width: 50%;
    margin-right: 15px;
}

.j-page__column .j-page__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding-top: 0;
    padding-left: 15px;
}

.j-page__column .j-page__item-about,.j-page__column .j-page__item-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.j-page__column .j-page__item-title {
    font-size: 20px;
    -webkit-line-clamp: 2;
}

.j-page__column .j-page__item-about {
    margin: 20px 0 0;
    -webkit-line-clamp: 4;
}

.j-page__column .j-page__item-row {
    padding-top: 20px;
    margin-top: auto;
}

.j-page__part:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.j-page__part:nth-child(even) .j-page__column {
    padding-right: 25px;
    padding-left: 0;
}

.j-page__part:nth-child(even) .j-page__large {
    padding-left: 25px;
    padding-right: 0;
}

.j-page__more {
    margin: 50px 0;
    text-align: center;
}

.j-page__more-button {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    display: inline-block;
    min-width: 280px;
    margin: 0 auto;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #ffe100;
    border-radius: 100px;
}

.j-page__more-button:hover {
    background: #ffe100;
}

.j-page__column--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 0;
}

.j-page__item-el {
    width: 25%;
    padding: 0 15px;
}

.j-page__item-el--large {
    width: 50%;
    margin-bottom: 50px;
}

.j-page__item-el--large .j-page__item-title {
    font-size: 30px;
}

.j-page__column--row .j-page__item-title {
    -webkit-line-clamp: 3;
}

.j-page__column--row .j-page__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-bottom: 0;
    border-bottom: none;
}

.j-page__column--row .j-page__item-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-right: 0;
}

.j-page__column--row .j-page__item-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    padding-top: 25px;
    padding-left: 0;
}

.publication {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.publication *,.publication ::after,.publication ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.publication h1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    margin: 48px 0 31px;
}

.publication p {
    margin: 18px 0;
}

.publication h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin: 22px 0;
    text-align: left;
}

.publication .container {
    max-width: 900px;
}

.publication h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin: 22px 0 18px;
}

.publication h4 {
    font-weight: 600;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 8px;
}

.publication a {
    text-decoration: none;
    color: #306aff!important;
}

.publication table {
    width: 100%;
    border-collapse: collapse;
}

.publication td,.publication th {
    padding-right: 40px;
    padding-bottom: 24px;
}

.publication td {
    vertical-align: baseline;
}

.publication th {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: rgba(0,0,0,.6);
}

.publication .text_right {
    text-align: right;
}

.publication .text_center {
    text-align: center;
}

.publication tr:not(:first-child) td {
    padding-top: 24px;
}

.publication th,.publication tr:not(:last-child) td {
    border-bottom: 1px solid #d9d9d9;
}

.publication figure {
    margin: 40px 0 0;
}

.publication figure+p {
    margin-top: 40px;
}

.publication figcaption {
    margin-top: 12px;
    color: rgba(0,0,0,.6);
}

.publication img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    margin-bottom: 37px;
    margin-right: 0!important;
    margin-left: 0!important;
}

.publication .card img,img.width_auto {
    width: auto;
}

.publication__grid,.publication__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}

.publication__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.publication__col {
    width: 50%;
    padding: 0 10px;
}

.publication__col>img {
    margin-bottom: 0;
}

.publication ul li::marker {
    color: #e2211c;
}

.publication ul li {
    padding: 0;
    margin: 0;
}

.publication ul {
    padding: 0 0 0 17px;
}

.publication .no-list {
    padding: 0;
}

.publication .no-list li {
    list-style: none;
}

.publication hr {
    margin: 53px 0;
    border-color: #d9d9d9;
}

.publication .card {
    margin: 20px 0;
    padding: 32px 40px;
    background-color: #f8f8f8;
}

.publication .card_border {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.publication .image_border {
    border: 1px solid #d9d9d9;
}

.publication .caption {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
    color: rgba(0,0,0,.6);
}

.publication table+.caption {
    padding-top: 15px;
    border-top: 1px solid #d9d9d9;
}

.publication .table_border {
    padding: 20px 40px;
    border: 1px solid #d9d9d9;
}

.publication .table_border td {
    padding: 0 40px 0 0;
    border: 0!important;
}

.publication .publication-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -1px 0 22px;
    border: 1px solid #d9d9d9;
}

.publication .publication-images._width-33 .publication-image {
    width: calc(100%/3);
}

.publication .publication-images._width-50 .publication-image {
    width: 50%;
}

.publication .publication-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding: 22px 37px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.publication .publication-image p {
    margin-top: auto;
}

.publication .publication-image:not(:last-child) {
    border-right: 1px solid #d9d9d9;
}

.publication-button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    height: 70px;
    padding: 0 27px;
    color: #e2211c!important;
    border: 1px solid #e2211c;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.publication-button a+a {
    margin-left: 20px;
}

.publication .list_dotted {
    padding-left: 0;
    margin-bottom: -5px;
}

.publication .list_dotted li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.publication .list_dotted li::after {
    flex-grow: 1;
    margin: 7px 8px;
    content: '';
    border-bottom: 1px dotted #c4c4c4;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.publication .list_dotted span:first-child {
    color: #8d8d93;
}

.publication .list_dotted span:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.publication .list_counter {
    counter-reset: list-item;
}

.publication .list-item_counter::before {
    counter-increment: list-item;
    content: counter(list-item) ". ";
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

h1 {
    font-size: 2em;
}

figure {
    margin: 1em 40px;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

svg:not(:root) {
    overflow: hidden;
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,input {
    overflow: visible;
}

button,select {
    text-transform: none;
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type=checkbox],[type=radio] {
    -webkit-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-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

[hidden] {
    display: none;
}

.swiper-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-slide,.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-slide {
    flex-shrink: 0;
    -ms-flex-negative: 0;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent);
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px 44px;
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    opacity: .35;
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    z-index: 10;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    opacity: .2;
    border-radius: 100%;
    background: #000;
}

button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    width: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
    transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
    transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
    transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0,0,0,.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    background: #007aff;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
}

.contacts iframe body,.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,.swiper-pagination-white .swiper-pagination-bullet-active,body,html {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25);
}

.swiper-pagination-black .swiper-pagination-bullet-active,.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25);
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    position: relative;
    border-radius: 10px;
    background: rgba(0,0,0,.1);
    -ms-touch-action: none;
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0,0,0,.5);
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

.swiper-lazy-preloader::after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

.swiper-lazy-preloader-white::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-container .swiper-notification {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube,.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    z-index: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    visibility: visible;
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background: #000;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-container-flip .swiper-slide {
    z-index: 1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

a:hover {
    color: #af151e;
}

h1,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
}

button.swiper-pagination-bullet,input {
    -moz-appearance: none;
    -webkit-appearance: none;
}

body,html {
    font-size: 16px;
    min-width: 320px;
    max-width: 100%;
    margin: 0;
    color: #35353a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page,.page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page {
    height: 100vh;
}

.page__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 123px;
}

.container {
    max-width: 1820px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.filter-loading {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 14px;
    position: fixed;
    z-index: 10000;
    top: 50%!important;
    left: 50%!important;
    padding: 15px 15px 15px 50px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: #35353a;
    border: 1px solid #ccc;
    background: url(/bitrix/js/main/core/images/wait.svg) 10px center no-repeat #fff;
}

.calc .btn,.input-container input,.input-container textarea {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 5px;
}

.calc .btn {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 13px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 18px 25px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    height: auto;
    color: #fff;
    border: 2px solid #e30613;
    outline: 0;
    background: #e30613;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.calc .btn:hover {
    background: #ca0511;
    border-color: #ca0511;
    color: #fff;
}

.calc .btn--empty {
    background: 0 0;
    color: #e30613;
}

.calc .btn--empty:hover {
    background: #e30613;
    border-color: #e30613;
    color: #fff;
}

.input-container {
    position: relative;
    margin-top: 29px;
}

.input-container input[type=text],
.input-container input[type=email],
.input-container input,
.input-container textarea {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    display: block;
    width: 100%;
    padding: 19px;
    resize: none;
    text-align: left;
    color: #000;
    height: unset;
    border: 1px solid #e1e1e1;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-container input::-webkit-inner-spin-button,.input-container input::-webkit-outer-spin-button,.input-container textarea::-webkit-inner-spin-button,.input-container textarea::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-checkbox input,.input-radio input {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: .1px;
    height: .1px;
    opacity: 0;
}

.input-checkbox input:checked+.checkbox {
    opacity: 1;
}

.input-checkbox input:checked+.checkbox::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    opacity: 1;
}

.input-checkbox label,.input-radio label {
    position: relative;
    display: block;
    width: 100%;
    min-height: 26px;
    cursor: pointer;
}

.input-checkbox label .checkbox {
    position: absolute;
    top: -1px;
    left: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    content: '';
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border: 1px solid #808089;
    border-radius: 5px;
}

.input-checkbox label span {
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 26px;
    padding-left: 36px;
    cursor: pointer;
    letter-spacing: .1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.input-radio input:checked+.checkbox::after {
    opacity: 1;
}

.input-radio label .checkbox,.input-radio label .checkbox::after {
    position: absolute;
    display: inline-block;
    content: '';
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 50%;
}

.input-radio label .checkbox {
    top: -5px;
    left: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.input-radio label .checkbox::after {
    top: 4px;
    left: 50%;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    background: #fbdc3b;
}

.input-radio label span {
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    padding-left: 36px;
    cursor: pointer;
    letter-spacing: .1px;
    color: #000;
}

.tabs__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.tabs__buttons a,.tabs__buttons button {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 18px;
    position: relative;
    margin-top: 10px;
    padding: 10px 30px;
    cursor: pointer;
    text-align: center;
    letter-spacing: .5px;
    color: #35353a;
    border: 0;
    outline: 0;
    background: 0 0;
}

.tabs__buttons a::after,.tabs__buttons button::after {
    position: absolute;
    z-index: 2;
    top: 7px;
    right: 0;
    display: block;
    width: 1px;
    height: 25px;
    content: '';
    background: #ccc;
}

.tabs__buttons a:last-child::after,.tabs__buttons button:last-child::after {
    display: none;
}

.tabs__buttons a::before,.tabs__buttons button::before {
    position: absolute;
    bottom: 0;
    left: 30px;
    display: block;
    width: calc(100% - 60px);
    height: 4px;
    content: '';
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: 0 0;
}

.tabs__buttons a.is-active::before,.tabs__buttons button.is-active::before {
    background: #e30613;
}

.tabs__buttons a span,.tabs__buttons button span {
    margin: 0 5px;
    white-space: nowrap;
    color: #959595;
}

.tabs__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs__colors p {
    font-size: 12px;
    line-height: 1.2;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #808089;
}

.tabs__colors label {
    margin: 0 2px;
}

.tabs__colors label input {
    display: none;
}

.tabs__colors label input:checked~span .color {
    -webkit-transform: translate(-50%,-50%) scale(1.3);
    -ms-transform: translate(-50%,-50%) scale(1.3);
    transform: translate(-50%,-50%) scale(1.3);
}

.tabs__colors .color,.tabs__colors a,.tabs__colors span {
    margin: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 50%;
}

.tabs__colors a,.tabs__colors span {
    position: relative;
    display: block;
    min-width: 32px;
    min-height: 32px;
    cursor: pointer;
    border: 2px solid transparent;
}

.tabs__colors a.is-active {
    border-color: #e1e1e1;
}

.tabs__colors a.is-active .color {
    -webkit-transform: translate(-50%,-50%) scale(1.3);
    -ms-transform: translate(-50%,-50%) scale(1.3);
    transform: translate(-50%,-50%) scale(1.3);
}

.tabs__colors .color {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    min-width: 14px;
    height: 14px;
    min-height: 14px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 1.5px rgba(0,0,0,.6);
    box-shadow: inset 0 0 1.5px rgba(0,0,0,.6);
}

.more__button,.more__paget {
    justify-content: center;
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.more__button .btn {
    max-width: 280px;
    width: 100%;
}

.cc-picker,.more__button,.more__paget,.more__paget a,.more__paget b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.more__paget a,.more__paget b {
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
    margin: 0 6px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    border: 2px solid #e30613;
    border-radius: 6px;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.more__paget b {
    background: #e30613;
    color: #fff;
}

.cc-picker {
    font-size: 12px;
    justify-content: flex-start;
    margin-top: -2px;
    padding-right: 0;
    cursor: default;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.cc-picker-flag {
    position: relative;
    display: inline-block;
    width: 16px;
    min-width: 16px;
    height: 11px;
    min-height: 11px;
    margin-right: 30px;
    margin-left: 3px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background: url(/calculators/vodostok-ru/../img/flags.png);
}

.cc-picker-code,.cc-picker-code-list li {
    font-family: 'Proxima Nova Semi',sans-serif;
    color: #35353a;
}

.cc-picker-code {
    font-size: 40px;
    line-height: 1;
}

.cc-picker-code-select-enabled {
    position: relative;
    cursor: pointer;
}

.cc-picker-code-select-enabled::after {
    position: absolute;
    top: 50%;
    left: 28px;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 5px solid #512b2b;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.cc-picker-code-filter,.cc-picker-code-list {
    position: absolute;
    z-index: 10!important;
    width: 100%;
    max-width: 286px;
}

.cc-picker-code-list {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    overflow-y: auto;
    max-height: 200px;
    margin: 22px 0 0;
    padding: 0!important;
    list-style: none;
    border: 1px solid #dad8d8;
    background-color: #fff;
}

.cc-picker-code-list .cc-picker-code {
    width: 38px;
    color: gray;
}

.cc-picker-code-list .cc-picker-flag {
    margin-right: 5px;
    margin-left: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cc-picker-code-list .cc-picker-code {
    font-size: 14px;
}

.cc-picker-code-list li {
    font-size: 14px;
    padding: 5px!important;
}

.cc-picker-code-filter {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    margin: 6px 0 0;
    padding: 10px;
    color: #35353a;
    border: 1px solid #ccc;
}

input[class=cc-picker-code-filter]::-webkit-input-placeholder {
    color: gray;
}

input[class=cc-picker-code-filter]:-moz-placeholder {
    color: gray;
}

input[class=cc-picker-code-filter]::-moz-placeholder {
    color: gray;
}

input[class=cc-picker-code-filter]:-ms-input-placeholder {
    color: gray;
}

.cc-picker-code-list>li,.hamburger {
    padding: 3px 15px 3px 3px;
    cursor: pointer;
}

.cc-picker-code-list>li:hover {
    background-color: #f5f6f9;
}

.cc-picker-code-list>li.cc-picker-selected-country {
    background-color: #f0f0f0;
}

.cc-picker-flag.by {
    background-position: -192px -88px;
}

.cc-picker-flag.ua {
    background-position: -48px -44px;
}

.cc-picker-flag.ru {
    background-position: -32px -88px;
}

.cc-picker-flag.kz {
    background-position: -144px -44px;
}

.hamburger {
    font: inherit;
    font-size: 0;
    display: inline-block;
    overflow: visible;
    height: 41px;
    margin: 0 -10px;
    padding: 10px;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 21px;
}

.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before {
    position: absolute;
    width: 36px;
    height: 3px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    background-color: #000;
    display: block;
}

.hamburger-inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hamburger-inner::after,.hamburger-inner::before {
    content: '';
}

.hamburger-inner::before {
    top: -9px;
}

.hamburger-inner::after {
    bottom: -9px;
}

.hamburger--spin .hamburger-inner {
    margin-top: -1px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top .1s .34s ease-in,opacity .1s ease-in;
    transition: top .1s .34s ease-in,opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .14s;
    transition-delay: .14s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top .1s ease-out,opacity .1s .14s ease-out;
    transition: top .1s ease-out,opacity .1s .14s ease-out;
    opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transition: bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.page-title .h2,.page-title h1.regular,.page-title h2 {
    padding: 70px 0 55px;
}

.hero .container {
    position: relative;
}

.hero__toggler {
    position: absolute;
    left: 50px;
    top: 32px;
    z-index: 2;
}

.hero__toggler p {
    font-size: 12px;
    line-height: 1;
    margin-left: 12px;
    white-space: nowrap;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hero__toggler .rain {
    display: none;
}

.hero__toggler .switch {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 60px;
    height: 32px;
    padding-left: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.hero__toggler .switch input {
    width: 0;
    height: 0;
    opacity: 0;
}

.hero__toggler .slider,.hero__toggler .slider::before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
}

.hero__toggler .slider {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    cursor: pointer;
    border: 1px solid #dcdde6;
    border-radius: 34px;
    background-color: #fff;
}

.hero__toggler .slider::before {
    bottom: 4px;
    left: 5px;
    width: 22px;
    height: 22px;
    content: '';
    border-radius: 50%;
    background-color: #e30613;
}

.hero__toggler input:checked+.slider::before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background: #75bdf9;
}

.hero__info {
    margin-left: 100px;
}

.hero__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 1083px;
    min-height: 1083px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.hero__item .btn {
    margin-top: 49px;
}

.hero__item-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

.hero__item-container-mobile {
    display: none;
}

.hero__slider {
    position: relative;
    overflow: hidden;
}

.hero__item-image {
    font-size: 0;
    position: absolute;
    right: 1.2%;
    bottom: 0;
    height: 96.7%;
}

.hero__title {
    font-size: 60px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.hero__line {
    width: 175px;
    height: 4px;
    margin: 55px 0 52px;
    background: #e30613;
}

.hero__text {
    font-size: 24px;
    line-height: 1.55;
    font-family: 'Proxima Nova Light',sans-serif;
    letter-spacing: .6px;
}

.hero__text--small {
    font-size: 19px;
    margin-bottom: 30px;
}

.hero__slider-controls {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.hero__slider-controls .button-next,.hero__slider-quentity {
    position: static;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.hero__slider-controls .button-next {
    width: 99px;
    height: 99px;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(0,0,0,.1);
}

.hero__slider-controls .button-next::after {
    position: absolute;
    top: 50%;
    left: 45%;
    display: block;
    width: 25px;
    height: 25px;
    content: '';
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    border: 4px solid #fff;
    border-bottom: none;
    border-left: none;
}

.hero__slider-quentity {
    font-size: 14px;
    margin-top: 20px;
    color: #000;
}

.hero__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero .progress {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(-1,1) rotate(-90deg);
    -ms-transform: scale(-1,1) rotate(-90deg);
    transform: scale(-1,1) rotate(-90deg);
}

.hero .progress__value.full {
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    -webkit-animation: progress 5s linear;
    animation: progress 5s linear;
}

.proposal {
    overflow: hidden;
    padding: 68px 0 40px;
}

.proposal__slider {
    position: relative;
    margin-top: 66px;
}

.proposal__item {
    position: relative;
    overflow: hidden;
    min-height: 450px;
    padding: 40px;
    background: #f5f6f9;
}

.proposal__info {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 100%;
    max-width: 200px;
    padding: 20px 20px 10px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: #e30613;
}

.proposal__info p {
    color: #fff;
}

.proposal__info:hover {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.35);
    box-shadow: 0 0 20px rgba(0,0,0,.35);
}

.proposal__title {
    font-size: 24px;
    margin: 10px 0 20px;
    text-transform: uppercase;
}

.proposal__description {
    font-size: 13px;
    line-height: 1.3;
    min-height: 64px;
}

.proposal__arrow,.proposal__slider-controls .slider-button {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.proposal__arrow {
    font-size: 0;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
}

.proposal__arrow,.proposal__item-image {
    position: absolute;
}

.proposal__item-image--1 {
    top: 50px;
    left: 20%;
    height: 308px;
}

.proposal__item-image--2 {
    top: 60px;
    left: 16%;
    height: 245px;
}

.proposal__item-image--3 {
    top: 60px;
    right: -6%;
    height: 330px;
}

.proposal__slider-controls {
    position: absolute;
    top: -84px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.proposal__slider-controls .slider-button {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 1px;
    cursor: pointer;
    background: #e30613;
}

.proposal__slider-controls .slider-button img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.proposal__slider-controls .slider-button:hover {
    background: #af151e;
}

.proposal__slider-controls .slider-button.disabled,.proposal__slider-controls .slider-button.swiper-button-disabled {
    background: #f5f6f9;
}

.proposal__slider-controls .slider-button.button-prev img {
    -webkit-transform: translate(-50%,-50%) rotate(225deg);
    -ms-transform: translate(-50%,-50%) rotate(225deg);
    transform: translate(-50%,-50%) rotate(225deg);
}

.proposal__slider-controls .slider-button.button-next img {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}

.proposal__slider-pagination {
    display: none;
}

.components {
    overflow: hidden;
    padding: 30px 0 121px;
}

.components__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 85px -10px 0;
    width: calc(100% + 20px);
}

.components__column {
    padding: 10px;
    width: 33.3333333%;
}

.component {
    position: relative;
    display: block;
    width: 100%;
    min-height: 560px;
    padding: 53px 60px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: #f5f6f9;
}

.component.new::after {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 79px;
    height: 31px;
    content: '';
    background: url(/calculators/vodostok-ru/../img/new.svg) center center no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
}

.component--catalog {
    border: 1px solid #f5f6f9;
    background: #fff;
}

.component__link {
    position: absolute;
    right: 60px;
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.component__link p {
    font-size: 50px;
    line-height: 1;
    text-align: right;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #e30613;
}

.component__link svg {
    margin-left: 30px;
    width: 64px;
    height: 64px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.component__link svg path,.services__item:hover .services__image svg circle,.services__item:hover .services__image svg path {
    stroke: #e30613;
}

.component__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
    max-width: calc(100% - 30px);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #35353a;
}

.component__size {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 18px;
    margin-top: 10px;
    color: #959595;
}

.component__buttons,.component__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.component__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 20px 50px 59px;
    pointer-events: none;
    opacity: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.component__buttons .btn.is-active {
    display: inline-block;
}

.component__buttons .btn {
    margin: 0 10px;
    width: 100%;
}

.component__buttons .btn--empty {
    width: auto;
    min-width: 130px;
}

.component__info {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 24px;
    line-height: 1.3;
    margin-top: auto;
    padding: 0 60px 60px;
}

.component__image,.component__image-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.component__image-container {
    width: 100%;
    max-width: 400px;
    height: 46%;
}

.component__image {
    width: 70%;
    height: 100%;
}

.component__colors {
    position: absolute;
    z-index: 2;
    top: 54px;
    right: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    pointer-events: none;
    opacity: 0;
}

.component__colors,.component__colors .tabs__colors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.component__colors .tabs__colors label {
    margin: 2px 0;
}

.component__colors .tabs__colors label span,.mfp-figure figure {
    margin: 0;
}

.component:hover {
    background: #fff;
    -webkit-box-shadow: 0 1px 27px 0 rgba(36,36,37,.26);
    box-shadow: 0 1px 27px 0 rgba(36,36,37,.26);
}

.component:hover .component__title {
    color: #e30613;
}

.component:hover .component__buttons,.component:hover .component__colors {
    pointer-events: all;
    opacity: 1;
}

.component:hover .component__info {
    pointer-events: none;
    opacity: 0;
}

.component.big {
    min-height: 1140px;
}

.component.big .component__image-container {
    width: 90%;
    height: 90%;
    max-width: 500px;
}

.services {
    overflow: hidden;
    padding: 100px 0 121px;
    background: #f5f6f9;
}

.services .container {
    position: relative;
}

.services__main-title {
    font-size: 265px;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: -190px;
    text-transform: uppercase;
    color: #fff;
}

.services__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services__item {
    position: relative;
    width: 25%;
    min-height: 472px;
    padding: 70px 50px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.services__item:hover {
    background: #fff;
    -webkit-box-shadow: 0 1px 51px 0 rgba(0,0,0,.24);
    box-shadow: 0 1px 51px 0 rgba(0,0,0,.24);
}

.services__item:hover .services__title {
    color: #e30613;
}

.services__item:hover .services__link {
    opacity: 1;
}

.services__link {
    font-size: 0;
    line-height: 1;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    opacity: 0;
    background: #e30613;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.services__link img {
    height: 17px;
    width: 17px;
}

.services__link span::before {
    display: block;
    width: 17px;
    height: 17px;
    content: '';
    background: url(/local/img/proposal-arrow.svg) no-repeat center;
}

.articles__image img,.services__link,.services__title {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.services__title {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 57px;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #35353a;
}

.services__info {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 15px;
    line-height: 1.6;
    max-width: 90%;
    margin-top: 33px;
    letter-spacing: .7px;
    color: #808089;
}

.services__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.services__image,.services__image--1 svg {
    width: 53px;
    height: 53px;
}

.services__image--2 svg {
    width: 81px;
    height: 43px;
}

.services__image--3 svg {
    width: 50px;
    height: 59px;
}

.services__image--4 svg {
    width: 69px;
    height: 47px;
}

.articles {
    padding: 0 0 30px;
}

.articles__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% + 50px);
    margin: 0 -25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.articles__item-container {
    position: relative;
}

.articles__item {
    padding: 25px;
}

.articles__item.w25 {
    width: 25%;
}

.articles__item.h25 .articles__image {
    min-height: 393px;
    max-height: 393px;
}

.articles__item.w50 {
    width: 50%;
}

.articles__item.h50 .articles__image {
    min-height: 836px;
    max-height: 836px;
}

.articles__item.h50 .articles__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 48px 55px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),to(rgba(0,0,0,.63)));
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.63) 100%);
}

.articles__item.h50 .articles__info-description,.articles__item.h50 .articles__info-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #fff;
}

.articles__item.h50 .articles__info-description {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 22px;
    letter-spacing: .8px;
}

.articles__item.w100 {
    width: 100%;
}

.articles__item.w100 .articles__item-container {
    overflow: hidden;
    background: #f5f6f9;
}

.articles__item.w100 .articles__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    max-height: 100%;
}

.articles__item.w100 .articles__image img {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.articles__item.w100 .articles__info {
    padding: 90px 100px 95px;
    width: 50%;
}

.articles__item.w100 .articles__info-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #000;
}

.articles__item.w100 .articles__info-description {
    max-width: 550px;
    margin-top: 40px;
}

.articles__info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
    width: calc(100% + 60px);
}

.articles__info-row .articles__info-description {
    padding: 0 30px;
    width: 50%;
}

.articles__image {
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.articles__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.articles__info {
    padding: 36px 39px;
}

.articles__info-title {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #000;
}

.articles__info-description {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 22px;
    letter-spacing: 1px;
    color: #707070;
}

.request {
    padding: 100px 0;
}

.request__container {
    position: relative;
    min-height: 470px;
    padding: 90px 130px 95px;
    background-color: #f5f6f9;
}

.request__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
}

.request__content {
    position: relative;
    z-index: 2;
}

.request__title {
    font-size: 40px;
}

.request__description {
    font-size: 14px;
    margin-top: 30px;
    letter-spacing: .7px;
    color: #808089;
}

.request__phone {
    font-size: 11px;
    margin-top: 70px;
    letter-spacing: .5px;
    color: #808089;
}

.request__phone--editable {
    margin: 0;
    width: 100px;
}

.gallery .tabs__colors,.request .input-checkbox {
    margin-top: 30px;
}

.request .input-checkbox span {
    display: inline-block;
    min-height: 1px;
}

.request .input-checkbox label,.request__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.request__row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.request__row--editable {
    margin-top: 25px;
}

.request__row-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.request__row--editable .request__row-input:first-child {
    position: absolute;
    left: -8000px;
}

.request__select {
    margin-right: 10px;
}

.request__input input,.request__number {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 40px;
    color: #35353a;
}

.request__number {
    line-height: 1;
    display: none;
    min-width: 50px;
    margin-right: 10px;
}

.request__input {
    margin-right: 40px;
    max-width: 300px;
}

.request__input input {
    width: 100%;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #35353a;
    outline: 0;
    background: 0 0;
}

.request__input input::-webkit-input-placeholder {
    color: #d8d8d8;
}

.request__input input::-moz-placeholder {
    color: #d8d8d8;
}

.request__input input::-ms-input-placeholder {
    color: #d8d8d8;
}

.request__input input:-ms-input-placeholder {
    color: #d8d8d8;
}

.request__input input::placeholder {
    color: #d8d8d8;
}

.request__ready {
    font-size: 20px;
    margin-top: 70px;
    color: #35353a;
}

.gallery {
    padding: 0 0 30px;
}

.gallery__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    width: calc(100% + 20px);
    margin: 60px -10px 0;
}

.gallery__column {
    display: block;
    width: 25%;
    padding: 10px;
}

.gallery__item {
    font-size: 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery__item span,.gallery__item-popup span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.gallery__item span,.gallery__item-popup {
    width: 100%;
    height: 100%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.gallery__item span {
    display: block;
    background-size: cover;
}

.gallery__item .image,.product__type input {
    display: none;
}

.gallery__item .placeholder {
    width: 100%;
}

.gallery__item:hover .gallery__item-popup,.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.gallery__item-popup {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    background: rgba(0,0,0,.5);
}

.gallery__item-popup span {
    font-size: 0;
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    border-radius: 50%;
    background: #e30613;
}

.gallery__item-popup span img {
    width: 30px;
    height: 30px;
}

.videos {
    padding: 0 0 30px;
}

.videos__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 60px -20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.videos__item-container {
    width: 50%;
    padding: 20px;
}

.videos__item {
    width: 100%;
}

.videos__badge-button {
    margin-top: 10px;
}

.videos__type-button {
    font-family: 'Proxima Nova','Proxima Nova Light',Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    padding: 7px 15px 6px;
    cursor: pointer;
    -webkit-transition: 180ms ease-in;
    transition: 180ms ease-in;
    letter-spacing: -.01em;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.videos__type-button.state-active,.videos__type-button:hover {
    background-color: #e30713;
    border: 1px solid #e30713;
    color: #fff;
}

.videos__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100%;
    margin-top: 30px;
}

.videos__tabs .videos__tabs-item:not(:last-of-type) {
    margin-right: 10px;
}

.videos__item--info p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 36px;
    line-height: 1.3;
    position: relative;
    padding-left: 100px;
    text-align: left;
    color: #35353a;
}

.videos__item--info p::before {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 60px;
    height: 1px;
    content: '';
    background: #35353a;
}

.videos__item-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin: 0 auto;
    max-width: 1920px;
}

.videos__item-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 1080px;
    border: 0;
    border-width: 0;
    outline: 0;
    outline-width: 0;
}

.product {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
    padding: 101px 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.product .tabs__colors {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 55px;
}

.product .tabs__colors p {
    display: none;
    text-align: left;
}

.product:hover {
    background: #f5f6f9;
}

.product--item {
    padding: 90px 0;
    margin-top: 55px;
}

.product--item:hover {
    background: 0 0;
}

.product--item .product__title {
    font-size: 50px;
    text-transform: uppercase;
}

.product--item .product__container {
    padding: 0 0 0 8%;
}

.product--item .tabs__colors {
    margin-top: 35px;
}

.product--item .product__image-container {
    background: #f5f6f9;
}

.product--item .product__image-container::before {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #f5f6f9;
}

.product--item .product__image-container::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #f5f6f9;
}

.product--bold .product__title {
    font-family: 'Proxima Nova Semi',sans-serif;
}

.p-advantages__specifications .logistic-page__table td.light,.product--bold .product__description {
}

.product__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.product__row--no-flex {
    display: block!important;
}

.product__calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
}

.product__calc--no-margin {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product__calc .btn {
    margin: 10px;
}

.product .container {
    position: relative;
}

.product__container {
    min-height: 400px;
    width: 50%;
    margin-left: 50%;
    padding: 45px 0 45px 8%;
}

.product__image-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 100%;
    max-height: 550px;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product__image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.product:last-child {
    margin-bottom: 0;
}

.product__title {
    font-size: 40px;
    line-height: 1.3;
    color: #35353a;
}

.product__sub-title {
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #808089;
}

.product__size {
    font-size: 18px;
    margin-top: 10px;
    color: #808089;
}

.product__size~.tabs__colors {
    margin-top: 30px;
}

.product__description {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 15px;
    line-height: 1.6;
    max-width: 80%;
    margin-top: 35px;
    color: #808089;
}

.product__types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 80%;
    width: 100%;
    margin: 30px -10px 0;
}

.product__type {
    font-size: 0;
    width: 33.3333%;
    padding: 10px 10px 0;
    cursor: pointer;
    text-align: center;
}

.product__type p {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 12px;
    text-align: center;
    color: #8d8d93;
}

.product__type.is-active div {
    border-color: #e31e24;
}

.product-tabs .tabs__buttons button,.product__type-image {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.product__type-image {
    font-size: 0;
    width: 100%;
    padding: 15px;
    border: 1px solid transparent;
}

.product__type-image img {
    width: 100%;
    height: auto;
}

.product__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 35px -20px 0;
    width: calc(100% + 40px);
}

.product__advantage {
    padding: 10px 20px;
    text-align: center;
}

.product__advantage p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 15px;
    color: #808089;
}

.product__advantage-icon {
    font-size: 0;
}

.product__advantage-icon img {
    height: 40px;
    width: auto;
}

.product__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 20px);
    margin-top: 27px;
    margin-right: -10px;
    margin-left: -10px;
}

.product__button .btn {
    margin: 0 10px;
    max-width: 200px;
    width: 100%;
}

.calc__colors label input,.calc__radioyn input,.calc__types label input,.product .change-color,.product-tabs .tabs__buttons button::after,.product-tabs .tabs__buttons button::before,.product-tabs .tabs__colors p {
    display: none;
}

.product .change-color.is-active,.product-tabs .tabs__colors p.is-active {
    display: block;
}

.product-tabs {
    overflow: hidden;
    padding: 75px 0 0;
}

.tabs__buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-tabs .tabs__buttons {
    position: relative;
    align-items: stretch;
    width: auto;
    margin: 0 0 50px;
    padding: 3px 1px;
    border: 1px solid #e0e2e9;
    border-radius: 4px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}

.p-advantages__title::before,.product-tabs .tabs__buttons::before {
    position: absolute;
    bottom: 0;
    height: 1px;
    content: '';
    background: #e1e1e1;
}

.product-tabs .tabs__buttons::before {
    left: 50%;
    display: none;
    width: 10000px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0;
}

.product-tabs .tabs__buttons button {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: 0 2px;
    padding: 27px 20px;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 4px;
}

.p-tab {
    overflow: hidden;
    height: 0;
    pointer-events: none;
    opacity: 0;
}

.p-tab.default {
    margin: 0!important;
    padding: 0!important;
}

.p-tab.is-active {
    display: block;
    overflow: visible;
    height: auto;
    pointer-events: all;
    opacity: 1;
}

.p-advantages {
    max-width: 1620px;
    margin: 0 auto;
}

.p-advantages--bold .p-advantages__title,.p-montazh__service-row p.attention span {
    font-family: 'Proxima Nova Semi',sans-serif;
}

.p-advantages__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 500px;
}

.p-advantages__image {
    font-size: 0;
    position: relative;
    z-index: 2;
    width: 50%;
    padding-left: 6.5%;
}

.p-advantages__image img {
    width: calc(100% + 50px);
}

.p-advantages__info {
    width: 50%;
    padding: 60px 6.5% 60px 0;
    max-width: 600px;
    margin-left: auto;
}

.p-advantages__number {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #e30613;
}

.p-advantages__title {
    font-size: 40px;
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #35353a;
}

.p-advantages__title::before {
    left: 0;
    width: calc(100% + 700px);
}

.p-advantages__description {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 35px;
    color: #808089;
}

.p-advantages__item {
    margin-top: -50px;
}

.p-advantages__item:first-child {
    margin-top: 0;
}

.p-advantages__item--reverse .p-advantages__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-advantages__item--reverse .p-advantages__info {
    padding: 60px 0 60px 6.5%;
    margin-left: 0;
    margin-right: auto;
}

.p-advantages__item--reverse .p-advantages__image {
    padding-left: 0;
    padding-right: 6.5%;
}

.p-advantages__item--reverse .p-advantages__image img {
    margin-left: -50px;
}

.p-advantages__item--reverse .p-advantages__title::before {
    right: 0;
    left: auto;
}

.p-spec__grid,.p-spec__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-spec__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px;
}

.p-spec__row p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 16px;
    padding: 0 25px;
    color: #808089;
}

.p-spec__row p span {
    margin-left: 15px;
    color: #35353a;
}

.p-spec__grid {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: calc(100% + 30px);
    margin: 90px -15px 0;
}

.p-spec__item {
    overflow: hidden;
    width: 33.333%;
    max-width: 420px;
    padding: 0 15px;
    text-align: center;
}

.p-spec__item-info {
    max-width: 350px;
    margin: 0 auto;
}

.p-spec__item-title {
    font-size: 18px;
    line-height: 1.3;
    min-height: 50px;
    margin-top: 57px;
    text-align: center;
    color: #35353a;
}

.p-spec__item-description {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 32px;
    text-align: left;
    color: #808089;
}

.p-spec__item-image {
    font-size: 0;
    margin: 0 25px;
    background: 0 0;
}

.p-spec__item-slider {
    position: relative;
}

.p-spec .p-spec__item-pagination {
    bottom: 0;
    margin-top: 40px;
}

.p-spec__item-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-spec__item-pagination .swiper-pagination-bullet,.p-spec__item-pagination>div,.p-spec__item-pagination>span {
    width: 50px;
    height: 3px;
    margin: 0 4px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 0;
    background: #959595;
}

.p-complect__pagination .swiper-pagination-bullet.active,.p-complect__pagination>div.active,.p-complect__pagination>span.active,.p-spec__item-pagination .swiper-pagination-bullet-active,.p-spec__item-pagination .swiper-pagination-bullet.active,.p-spec__item-pagination>div.active,.p-spec__item-pagination>span.active {
    background: #e30613;
}

.p-spec__docs,.p-spec__docs-chars,.p-spec__item-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-spec__docs {
    overflow: hidden;
    justify-content: center;
    margin-top: 112px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.p-spec__docs-chars {
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.p-spec__docs-files {
    width: 50%;
}

.p-spec__docs-left,.p-spec__docs-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}

.p-spec__docs-left {
    z-index: 2;
    align-items: center;
    justify-content: flex-end;
    height: 77px;
    min-height: 77px;
    padding: 19px 70px 18px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.p-spec__docs-left::before {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 20000px;
    height: 100%;
    content: '';
    background: #f5f6f9;
}

.article table tr:nth-child(odd),.p-spec__docs-left:nth-child(odd) {
    background: #f5f6f9;
}

.p-spec__docs-left:nth-child(odd)::before {
    display: block;
}

.p-spec__docs-info,.p-spec__docs-names {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-spec__docs-info {
    z-index: 2;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.p-spec__docs-info p {
    font-size: 16px;
    text-align: right;
    color: #808089;
}

.p-spec__docs-info p.bold {
    font-family: 'Proxima Nova Semi',sans-serif;
    display: inline-block;
    min-width: 140px;
    margin-left: 30px;
    text-align: left;
    color: #35353a;
}

.p-spec__docs-names {
    align-items: center;
    height: 77px;
    min-height: 77px;
    padding: 19px 0 18px 84px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.p-spec__docs-names p {
    font-size: 16px;
    margin-left: 20px;
    letter-spacing: .7px;
    color: #35353a;
}

.p-spec__docs-names::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20000px;
    height: 1px;
    content: '';
    background: #ebebeb;
}

.p-spec__docs-names:nth-child(even)::before {
    top: -1px;
}

.p-spec__docs-names:last-child::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20000px;
    height: 1px;
    content: '';
    background: #ebebeb;
}

.p-spec__docs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-spec__docs-image {
    font-size: 0;
}

.p-spec__docs-image img {
    width: 35px;
    height: 40px;
}

.p-spec__scheme {
    margin-top: 90px;
}

.p-spec__scheme-image {
    display: block;
    width: 100%;
}

.p-montazh {
    padding-top: 20px;
}

.p-montazh__title {
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: .5px;
}

.p-montazh__grid,.p-montazh__grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-montazh__grid-container {
    justify-content: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.p-montazh__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1300px;
    margin: 47px -50px 40px;
}

.p-montazh__item {
    width: 50%;
    padding: 22px 50px;
    max-width: 650px;
}

.p-montazh__image {
    font-size: 0;
    position: relative;
}

.p-montazh__image img {
    width: 100%;
}

.p-montazh__number {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 70px;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    background: #e30613;
}

.p-montazh__info {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 25px 50px 0;
    text-align: left;
    color: #808089;
}

.p-montazh__service {
    max-width: 1200px;
    margin: 11px auto 0;
    padding: 47px 49px 43px;
    border: 1px solid #e50000;
}

.p-montazh__service-title {
    font-size: 20px;
    font-family: 'Proxima Nova Semi',sans-serif;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.p-montazh__service-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.p-montazh__service-row p {
    line-height: 1.5;
    width: 47%;
    max-width: 495px;
    letter-spacing: .4px;
}

.p-montazh__service-row p.attention {
    color: #e30613;
}

.p-complect {
    margin-top: -50px;
}

.guide__input .input-checkbox label,.p-complect__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-complect__grid--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.p-complect__grid--reverse .p-complect__image-container {
    width: calc(50% + 50px);
    margin-left: -50px;
    margin-right: 0;
}

.p-complect__grid--reverse .p-complect__info-container {
    padding: 30px 0 30px 100px;
}

.p-complect__image-container {
    width: calc(50% + 50px);
    margin-right: -50px;
    margin-left: 0;
    padding: 65px 0 40px;
    background: #f5f6f9;
}

.p-complect__slider {
    overflow: hidden;
}

.p-complect__info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 100px 30px 0;
    width: 50%;
}

.p-complect__info {
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 480px;
    margin: 0 auto;
    -ms-flex-item-align: center;
}

.p-complect__info p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 30px 0 0;
    color: #808089;
}

.p-complect__info p.info-title {
    font-size: 40px;
    margin: 0;
    color: #35353a;
}

.p-complect__image {
    font-size: 0;
    width: 100%;
    padding: 0 70px;
    max-height: 450px;
}

.p-complect__image img {
    display: block;
    max-width: 100%;
    max-height: 450px;
    margin: 0 auto;
}

.p-complect .p-complect__pagination {
    margin-top: 50px;
}

.p-complect__pagination {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.p-complect__pagination .swiper-pagination-bullet,.p-complect__pagination>div,.p-complect__pagination>span {
    width: 50px;
    height: 3px;
    margin: 0 4px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 0;
    background: #959595;
}

.p-complect__pagination .swiper-pagination-bullet-active {
    background: #e30613;
}

.p-photo .gallery__grid,.p-video .videos__grid {
    margin-top: 0;
}

.p-spec-sys {
    position: relative;
    text-align: center;
}

.p-spec-sys__container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.p-spec-sys__image {
    font-size: 0;
    width: 100%;
}

.p-spec-sys__image img {
    width: 100%;
    height: auto;
}

.p-spec-sys__info {
    position: absolute;
    top: 35%;
    left: -4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 56%;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.p-spec-sys__info p {
    font-size: 14px;
    line-height: 1.3;
    position: relative;
    display: block;
    width: 50%;
    min-height: 28px;
    margin: 24px 0 0;
    padding: 0 15px 0 45px;
    cursor: pointer;
    text-align: left;
    color: #35353a;
}

.p-spec-sys__info p:last-child {
    width: 100%;
}

.p-spec-sys__info p span {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    border: 2px solid #cbcbd1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.p-serts__slider {
    position: relative;
    max-width: 1200px;
    margin: 150px auto 0;
}

.p-serts__image {
    font-size: 0;
}

.p-serts__image img {
    width: 38px;
    height: 42px;
}

.p-serts__item {
    max-width: 70%;
}

.p-serts__item p {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 20px;
    text-transform: uppercase;
    color: #35353a;
}

.p-serts__slider-controls {
    position: absolute;
    top: -120px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.p-serts__slider-controls .slider-button {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 1px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: #e30613;
}

.p-serts__slider-controls .slider-button img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.p-serts__slider-controls .slider-button:hover {
    background: #af151e;
}

.p-serts__slider-controls .slider-button.disabled,.p-serts__slider-controls .slider-button.swiper-button-disabled {
    background: #f5f6f9;
}

.p-serts__slider-controls .slider-button.button-prev img {
    -webkit-transform: translate(-50%,-50%) rotate(225deg);
    -ms-transform: translate(-50%,-50%) rotate(225deg);
    transform: translate(-50%,-50%) rotate(225deg);
}

.p-serts__slider-controls .slider-button.button-next img {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}

.calc__item {
    padding: 40px 0;
    border-top: 1px solid #e1e1e1;
}

.calc h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}

.calc__inputs-group {
    border-bottom: 1px solid #e1e1e1;
}

.calc__container {
    max-width: 1000px;
    margin: 0 auto;
}

.calc__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calc__grid--fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.calc__title-container {
    width: 50%;
}

.calc__title {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 18px;
    position: relative;
    width: 100%;
    padding-left: 70px;
    text-transform: uppercase;
}

.calc__radioyn,.calc__title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calc__title span {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e30613;
    border-radius: 50%;
    background: #f5f6f9;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.calc__title.is-active span,nav.tn-calculators .container a.is-active {
    background: #e30613;
    color: #fff;
}

.calc__radioyn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calc__radioyn label {
    width: 48%;
}

.calc__radioyn input:checked+span {
    background: #e30613;
    color: #fff;
}

.calc__radioyn span {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 13px;
    line-height: 1;
    display: block;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    background: #f5f6f9;
}

.calc__right {
    width: 50%;
}

.calc__colors,.calc__colors label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.calc__colors {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    width: calc(100% + 20px);
}

.calc__colors label {
    align-items: center;
    width: 50%;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.calc__colors label input:checked+.checkbox::after {
    opacity: 1;
}

.calc__colors label.snow_white .checkbox,.calc__colors label.white .checkbox {
    -webkit-box-shadow: inset 0 0 1.5px rgba(0,0,0,.6);
    box-shadow: inset 0 0 1.5px rgba(0,0,0,.6);
}

.calc__colors label.snow_white .checkbox::after,.calc__colors label.white .checkbox::after {
    border-color: #76767a;
}

.calc__colors .checkbox {
    position: relative;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-right: 20px;
    border-radius: 50%;
}

.calc__colors .checkbox::after {
    position: absolute;
    top: 47%;
    left: 50%;
    display: block;
    width: 7px;
    height: 14px;
    content: '';
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translate(-50%,-50%) rotate(40deg);
    -ms-transform: translate(-50%,-50%) rotate(40deg);
    transform: translate(-50%,-50%) rotate(40deg);
    opacity: 0;
    border: 5px solid #fff;
    border-top: none;
    border-left: none;
}

.calc__colors span {
    font-size: 16px;
    font-family: 'Proxima Nova Light',sans-serif;
    color: #8d8d93;
}

.calc__types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: calc(100% + 20px);
    margin: 0 -10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.calc__types label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 160px;
    padding: 0 10px;
    cursor: pointer;
}

.calc__types label input:checked+.checkbox {
    border-color: #e30613;
}

.calc__types .checkbox,.calc__types p {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.calc__types .checkbox {
    padding: 10px;
    border: 1px solid transparent;
}

.calc__types .checkbox-image {
    aspect-ratio: 1;
}

.calc__types p {
    font-size: 14px;
    margin-top: 18px;
    text-align: center;
    color: #8d8d93;
}

.calc__types p span,.calc__types span {
    white-space: normal!important;
}

.calc__plan-sticky {
    padding-top: 100px;
    margin-left: -50px;
    margin-right: 20px;
}

.calc__plan-image {
    font-size: 0;
    position: relative;
    padding-right: 0;
}

.calc__plan-image img {
    width: 100%;
    height: auto;
}

.calc__plan-type-images {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.calc__plan-type-images img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.calc__inputs-input input,.calc__inputs-item,.calc__inputs-item p {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.calc__inputs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
    padding: 10px 0 10px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.calc__inputs-input input,.calc__inputs-item p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 16px;
    color: #35353a;
}

.calc__inputs-item p {
    line-height: 1.2;
    margin: 0;
    padding-right: 10px;
}

.calc__inputs-item:hover {
    background: #e30613;
}

.calc__inputs-item:hover p,.calc__result-head p,.mfp-preloader a:hover {
    color: #fff;
}

.calc__inputs-item:hover input[type=text] {
    border-color: #e30613;
}

.calc__inputs-input {
    margin: -10px 0;
}

.calc__inputs-input input[type=text] {
    height: 42px;
    font-size: 16px;
    line-height: 1;
    max-width: 100px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    outline: 0;
}

.calc__inputs-input input::-webkit-input-placeholder {
    color: #ccc;
}

.calc__inputs-input input::-moz-placeholder {
    color: #ccc;
}

.calc__inputs-input input::-ms-input-placeholder {
    color: #ccc;
}

.calc__inputs-input input:-ms-input-placeholder {
    color: #ccc;
}

.calc__inputs-input input::placeholder {
    color: #ccc;
}

.calc__result {
    margin-top: 37px;
    border-bottom: 5px solid #e30613;
}

.calc__result-head {
    background: #e30613;
}

.calc__result-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 340px;
    height: 48px;
    min-height: 48px;
    padding: 10px 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.calc__result-row p {
    font-size: 14px;
    line-height: 1.2;
}

.calc__result-row p:last-child {
    min-width: 60px;
    margin-left: 15px;
    text-align: center;
}

.calc__result-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.calc__result-grid .calc__result-row {
    height: 52px;
    min-height: 52px;
    margin-bottom: -1px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-bottom: 1px solid #e1e1e1;
}

.calc__result-grid .calc__result-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.calc__result-grid .calc__result-row:hover {
    background: #fef2f3;
    border-bottom-color: #fef2f3;
}

.calc__result-rows {
    max-width: 340px;
    width: 100%;
}

.calc__result-image {
    font-size: 0;
    width: 66%;
    padding: 20px 50px 30px;
    text-align: center;
}

.calc__result-image img {
    width: 90%;
    height: auto;
}

.mfp-bg {
    position: fixed;
    z-index: 8000;
    overflow: hidden;
    background: rgba(215,215,215,.8);
}

.mfp-bg,.mfp-container,.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-wrap {
    position: fixed;
    z-index: 9000;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.mfp-container::before,.mfp-content {
    display: inline-block;
    vertical-align: middle;
}

.mfp-container::before {
    height: 100%;
    content: '';
}

.mfp-align-top .mfp-container::before {
    display: none;
}

.mfp-content {
    position: relative;
    z-index: 1045;
    margin: 0 auto;
    text-align: left;
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure,.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-hide {
    display: none!important;
}

.mfp-preloader {
    position: absolute;
    z-index: 1044;
    top: 50%;
    right: 8px;
    left: 8px;
    width: auto;
    margin-top: -.8em;
    text-align: center;
    color: #ccc;
}

.mfp-preloader a {
    color: #ccc;
}

button.mfp-arrow,button.mfp-close {
    z-index: 1046;
    display: block;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    font-size: 0;
    font-style: normal;
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.mfp-close::after,.mfp-close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    content: '';
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    background: #e30613;
}

.mfp-close::after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    right: -6px;
    width: 100%;
    padding-right: 6px;
    text-align: right;
    color: #fff;
}

.mfp-counter {
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    color: #ccc;
}

.mfp-arrow {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 110px;
    margin: -55px 0 0;
    padding: 0;
    opacity: .65;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow::after,.mfp-arrow::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin-top: 35px;
    margin-left: 35px;
    content: '';
    border: medium inset transparent;
}

.mfp-arrow::after {
    top: 8px;
    border-top-width: 13px;
    border-bottom-width: 13px;
}

.mfp-arrow::before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left::after {
    margin-left: 31px;
    border-right: 17px solid #fff;
}

.mfp-arrow-left::before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right::after {
    margin-left: 39px;
    border-left: 17px solid #fff;
}

.mfp-arrow-right::before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.mfp-figure::after,.mfp-iframe-scaler iframe {
    position: absolute;
    left: 0;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
}

.mfp-iframe-scaler iframe {
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}

img.mfp-img {
    line-height: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
}

.mfp-figure::after {
    z-index: -1;
    top: 40px;
    right: 0;
    bottom: 40px;
    width: auto;
    height: auto;
    content: '';
    background: #444;
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -36px;
    cursor: auto;
}

.mfp-title {
    line-height: 18px;
    padding-right: 36px;
    text-align: left;
    word-wrap: break-word;
    color: #f3f3f3;
}

.mfp-image-holder .mfp-content,img.mfp-img {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-zoom-in .mfp-with-anim {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-bg {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-fade.mfp-bg {
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
    opacity: 0;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing,.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
    opacity: 0;
}

.mfp-inline-holder {
    padding: 10px 50px;
}

.popup {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto auto 10px;
    background: #fff;
}

.popup--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
    min-height: 100vh;
    margin: -10px -50px;
    padding: 50px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.popup a {
    font-size: 14px;
    color: #e30613;
}

.popup .mfp-close {
    font-size: 0;
    position: absolute;
    top: 40px;
    right: 30px;
    width: 24px;
    height: 24px;
    color: transparent;
}

.popup .mfp-close::after,.popup .mfp-close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 24px;
    content: '';
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    background: #e93c46;
}

.popup .mfp-close::after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}

.popup__information {
    padding: 35px 100px 30px 140px;
}

.popup__pagination {
    font-size: 18px;
    position: absolute;
    top: 32px;
    left: 50px;
    width: auto;
    height: auto;
    color: #e30613;
}

.mfp-figure .mfp-counter .current,.popup__pagination .swiper-pagination-current {
    font-size: 30px;
    font-family: 'Proxima Nova Bold',sans-serif;
}

.popup__slider-image {
    font-size: 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,.1);
    box-shadow: inset 0 0 15px rgba(0,0,0,.1);
}

.popup__slider-image img {
    width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 0;
}

.popup__title {
    font-size: 18px;
    line-height: 1.35;
    padding: 0;
    color: #000;
}

.popup__title span {
    color: #959595;
}

.popup__parameters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.popup__parameters-item {
    position: relative;
    margin-right: 40px;
}

.popup__parameters-item::before {
    position: absolute;
    top: 0;
    right: -20px;
    content: '|';
}

.popup__parameters-item p,.popup__parameters-item::before {
    font-size: 12px;
}

.popup__parameters-item a,.popup__parameters-item span {
    font-size: 12px;
    margin-left: 5px;
}

.popup__parameters-item:last-child {
    margin-right: 0;
}

.popup__parameters-item:last-child::before {
    display: none;
}

.popup__slider {
    position: relative;
}

.popup__arrow,.popup__arrow::after {
    position: absolute;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.popup__arrow {
    z-index: 2;
    width: 70px;
    height: 70px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}

.popup__arrow::after {
    left: 50%;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    border: 5px solid #e30613;
}

.popup__arrow-prev {
    left: -35px;
}

.popup__arrow-prev::after {
    left: 55%;
    border-top: none;
    border-right: none;
}

.popup__arrow-next {
    right: -35px;
}

.popup__arrow-next::after {
    left: 45%;
    border-bottom: none;
    border-left: none;
}

.popup__arrow.swiper-button-disabled {
    background: #f5f5f5;
}

.popup__arrow.swiper-button-disabled::after {
    border-color: #c2c2c2;
}

.popup__comment {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ebebeb;
}

.popup__comment p {
    font-size: 14px;
    min-height: 17px;
}

.mfp-figure,.mfp-figure img.mfp-img {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mfp-figure {
    line-height: 1.25;
    position: relative;
    max-width: 1200px;
    margin: auto auto 10px;
    background: #fff;
}

.mfp-figure .mfp-counter {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 18px;
    position: absolute;
    top: 35px;
    right: auto;
    left: 40px;
    display: inline-block;
    width: auto;
    height: auto;
    color: #e30613;
}

.mfp-figure .mfp-close {
    font-size: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 24px;
    height: 24px;
    opacity: 1;
    color: transparent;
}

.mfp-figure .mfp-close::after,.mfp-figure .mfp-close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 24px;
    content: '';
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    background: #e93c46;
}

.mfp-figure .mfp-close::after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}

.mfp-figure img.mfp-img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1000%!important;
    height: 100%;
    max-height: 1000%!important;
    padding: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.mfp-figure::after {
    display: none;
}

.mfp-figure--image {
    padding: 40px;
}

.mfp-figure--image img.mfp-img {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    max-height: 650px!important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-object-fit: contain;
    object-fit: contain;
}

.mfp-gallery .mfp-content {
    width: 100%;
    padding: 0 40px;
}

.mfp-gallery button.mfp-arrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 0;
}

.contacts iframe .contact-page .wide-content-container {
    margin: 0 auto!important;
}

.hidden-block,.more-hidden-block {
    display: none;
}

.hidden-block.is-active {
    display: block;
}

.warranty {
    padding-bottom: 10px;
}

.warranty__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 960px;
    margin: 10px auto 0;
}

.warranty__image {
    font-size: 0;
    width: 50%;
    padding-top: 5px;
    padding-right: 130px;
    text-align: right;
}

.warranty__image img {
    max-width: 380px;
    width: calc(100% + 20px);
    margin-left: -20px;
    height: auto;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,.14);
    box-shadow: 0 0 50px rgba(0,0,0,.14);
}

.warranty__info {
    padding-left: 0;
    width: 50%;
}

.warranty__info p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 24px 0 0;
    letter-spacing: .5px;
    color: #808089;
}

.warranty__info p:first-child {
    margin-top: 0;
}

.warranty__files {
    padding-top: 20px;
}

.warranty__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 36px;
    margin-left: -5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.warranty__file img {
    width: 35px;
    height: 40px;
    margin-right: 20px;
}

.warranty__file span {
    font-size: 16px;
    color: #35353a;
}

.privacy {
    padding-bottom: 100px;
}

.privacy h3,.privacy h4 {
    font-family: 'Proxima Nova Semi',sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
}

.privacy h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.privacy h4 {
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
    letter-spacing: .4px;
}

.privacy p,.privacy ul li::before {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #707070;
}

.privacy p {
    margin: 0 0 10px;
}

.privacy ul {
    padding-left: 25px;
}

.privacy ul li {
    position: relative;
    padding-left: 20px;
}

.privacy ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '—';
}

.privacy__separator {
    margin: 25px 0;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
}

.page404 {
    padding: 188px 0 165px;
}

.page404__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page404__image {
    font-size: 0;
    width: 55%;
    text-align: right;
}

.page404__image img {
    max-width: 693px;
}

.page404__info {
    width: 44%;
    padding-left: 55px;
}

.page404__title {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #e30613;
}

.page404__text {
    font-size: 16px;
    line-height: 1.4;
    margin: 30px 0 0;
    color: #35353a;
}

.page404__info-image {
    display: none;
}
.page {
    overflow: auto!important;
}

.docs__container {
    max-width: 1200px;
    margin: 0 auto;
}

.docs__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 70px);
    margin: 0 -35px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}

.docs__item-image {
    font-size: 0;
}

.docs__item-image img,.page404__image img {
    width: 100%;
    height: auto;
}

.docs__el {
    width: 33.3333%;
    min-width: 270px;
    padding: 70px 35px 0;
    text-align: center;
}

.docs__item {
    width: 100%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border: 1px solid #ebebeb;
}

.docs__item:hover {
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,.18);
    box-shadow: 0 0 18px rgba(0,0,0,.18);
}

.docs__item-info {
    overflow: hidden;
    min-height: 46px;
    max-height: 46px;
    margin: 0;
    text-align: left;
}

.docs__item-info p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-width: 310px;
    text-overflow: ellipsis;
    color: #35353a;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.docs__item-button {
    margin-top: 23px;
    max-width: 130px;
}

.docs__item-button .btn,.montage-head__button a {
    min-width: 1px;
    width: 100%;
}

.docs__item-info-container {
    padding: 17px 25px 28px 30px;
}

.bg-grey {
    background: #f5f6f9;
}

.montage-head {
    overflow: hidden;
}

.montage-head__images,.montage-head__toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.montage-head__toggler,.montage-head__toggler .switch {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.montage-head__toggler {
    z-index: 2;
}

.montage-head__toggler p {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 20px;
    text-transform: uppercase;
    color: #35353a;
}

.montage-head__toggler .switch {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 32px;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: 0 0;
}

.montage-head__toggler .switch.is-active .slider::before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.montage-head__toggler .slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    cursor: pointer;
    border: 1px solid #dcdde6;
    border-radius: 34px;
    background-color: #fff;
}

.montage-head__image img,.montage-head__toggler .slider,.montage-head__toggler .slider::before {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.montage-head__toggler .slider::before {
    position: absolute;
    bottom: 4px;
    left: 5px;
    width: 22px;
    height: 22px;
    content: '';
    border-radius: 50%;
    background-color: #e30613;
}

.montage-head__images {
    align-items: flex-end;
    max-width: 1190px;
    margin: 35px auto 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.montage-head__image-container {
    position: relative;
    width: 50%;
    padding: 0 40px;
    text-align: center;
}

.montage-head__image .active,.montage-head__image-container::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.montage-head__image-container::before {
    bottom: 0;
    width: 30000px;
    height: 32%;
    content: '';
    background: #fff;
}

.montage-head__image {
    font-size: 0;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 476px;
    margin: 0 auto;
    cursor: pointer;
}

.montage-head__image img {
    width: 100%;
    height: auto;
}

.montage-head__image .active {
    top: 0;
    opacity: 0;
}

.montage-head__image.is-active img.active {
    opacity: 1;
}

.montage-head__buttons {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.montage-head__buttons,.montage-head__buttons.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.montage-head__button {
    padding: 0 30px;
    max-width: 280px;
    width: 100%;
}

.montage-head__button a {
    max-width: 220px;
}

.guide {
    padding-top: 80px;
}

.guide .guide__sub-title,.guide .guide__title {
    display: none;
}

.guide__panel {
    position: relative;
    z-index: 1;
    padding: 40px 0 0;
}

.guide__panel .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.guide__panel--instruction .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 40px;
}

.guide__panel .row--middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.guide__sub-title {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 14px;
    margin: 0!important;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a6a6ad;
}

.guide__title,h1.guide__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #35353a;
}

.guide__title {
    margin-bottom: 0!important;
}

h1.guide__title {
    margin: .67em 0!important;
}

.guide__metall,.guide__pvh {
    display: none;
}

.guide__metall.is-active,.guide__pvh.is-active {
    display: block;
}

.guide__body {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 16px;
    line-height: 1.7;
    max-width: 1200px;
    margin: 0 auto;
    color: #35353a;
}

.guide__body p {
    margin: 30px 0;
}

.guide__body p.no-margin {
    margin: 0;
}

.guide__body ol {
    padding: 6px 0 0 19px;
    margin: 0;
}

.guide__body ol>li {
    margin: 0;
    padding-left: 12px;
}

.guide__col {
    max-width: 50%;
    width: 50%;
}

.guide__col--w100 {
    max-width: 100%;
    width: 100%;
}

.guide__col--w33 {
    width: 33.3333%;
    max-width: 33.3333%;
}

.guide__col--w66 {
    width: 66.6666%;
    max-width: 66.6666%;
    margin-left: auto;
}

.guide__col--right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.guide__heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 31px 0 72px;
    padding: 0;
    text-align: left;
    letter-spacing: .9px;
    text-transform: none;
}

.guide__heading--editable {
    margin-bottom: 40px;
}

.guide__heading+.guide__subheading {
    margin: 0 0 40px;
}

.guide__subheading {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0 0 40px;
    padding: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.guide__item-desc mark,.guide__subheading mark {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #e30613;
}

.guide__subheading mark {
    line-height: 1;
    min-width: 105px;
    margin: 0 20px 0 0;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: none;
}

.guide__group .row {
    margin: 0 -4px!important;
}

.guide__group .row>.guide__col {
    padding: 0 4px!important;
}

.guide__group .guide__item {
    padding: 0 0 30px;
}

.guide__item {
    padding: 0 0 60px;
}

.guide__item .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.guide__montazh {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
}

.guide__montazh .guide__item-image {
    opacity: 0;
}

.guide__montazh p {
    font-size: 18px;
    position: absolute;
    color: #35353a;
}

.guide__montazh-h,.guide__montazh-j,.guide__montazh-panel {
    position: absolute;
    top: 45px;
    left: 20px;
    padding: 5px 20px;
    width: 30%;
}

.guide__montazh-h p {
    left: 33px;
    top: -22px;
}

.guide__montazh-h img,.guide__montazh-j img,.guide__montazh-panel img {
    width: 100%;
}

.guide__montazh-j,.guide__montazh-panel {
    top: 285px;
}

.guide__montazh-j p {
    left: 33px;
    top: 10px;
}

.guide__montazh-panel {
    top: 30px;
    left: 38%;
    width: 58%;
}

.guide__montazh-panel p {
    left: 28px;
    top: -7px;
}

.guide__item-image {
    position: relative;
    margin: 0;
}

.guide__item-image--editable {
    text-align: center;
}

.guide__item-image--editable img {
    max-width: 866px;
    margin: 0 auto;
}

.guide__item-image img {
    display: block;
    width: 100%;
}

.guide__item-desc {
    font-size: 18px;
    line-height: 30px;
    padding: 0 20px 0 0;
    letter-spacing: .3px;
    color: #000;
}

.guide__item-desc mark {
    font-weight: 600;
    line-height: 40px;
    min-width: 60px;
    margin: 0;
    padding: 0 15px;
    vertical-align: top;
}

.guide__item-desc p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.55;
    margin: 20px 0 30px;
}

.guide__item-desc p:last-child {
    margin-bottom: 0;
}

.guide__item-desc--editable {
    padding: 0;
}

.guide__item-desc--editable p {
    margin: 0 0 30px;
}

.guide__item-desc--editable .dark {
    color: #000;
}

.guide__item-desc--editable h3 {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 20px;
    margin-bottom: 40px;
    color: #35353a;
}

.guide__item-desc--middle {
    text-align: center;
}

.guide__item-desc--middle p {
    margin: 0;
}

.guide__item-desc ul {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.guide__item-desc ul>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 40px;
    margin: 0 0 20px;
    padding: 0 0 0 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.guide__item-desc ul>li::after {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    content: attr(data-letter) "";
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #e30613;
}

.guide__tooltip,.guide__tooltip::after {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.guide__tooltip {
    line-height: 1;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    margin: -12.5px 0 0 -12.5px;
    cursor: pointer;
}

.guide__tooltip::after {
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border: 5px solid #fff;
    background: #e30613;
}

.guide__tooltip:hover {
    z-index: 1001;
}

.guide__tooltip:hover .guide__tooltip-dropdown {
    visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}

.guide__tooltip-dropdown {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    position: absolute;
    z-index: 100;
    bottom: 100%;
    left: 50%;
    visibility: hidden;
    width: 294px;
    margin: 0 0 -12.5px -147px;
    padding: 40px 40px 50px;
    cursor: auto;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    transform: translate(0,-10px);
    text-align: center;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.35);
    box-shadow: 0 0 30px rgba(0,0,0,.35);
}

.guide__tooltip-dropdown img {
    display: inline-block;
    width: auto;
    margin: 0 0 40px;
    vertical-align: top;
}

.guide__tooltip-dropdown p {
    margin: 0;
    color: #e30613;
}

.guide__help {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    display: block;
    margin: 0 0 30px;
    padding: 20px 30px;
    color: #000;
    border: 3px solid #d7d7d7;
}

.guide__questions {
    margin-top: 50px;
}

.guide__form {
    max-width: 575px;
    margin: 30px auto 0;
}

.guide__form .input-container,.logistic-page__list ol {
    margin: 0;
}

.guide__input {
    margin: 0 0 20px;
}

.guide__input:first-child {
    position: absolute;
    left: -8000px;
}

.article__simple-image img,.guide__input .btn {
    width: 100%;
}

.guide__input .input-checkbox label span {
    display: inline-block;
    min-height: 1px;
}

.guide__input textarea {
    min-height: 100px;
}

.guide__video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.article__video .video iframe,.guide__video iframe,.production__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.article {
    padding: 0 0 50px;
    text-align: left;
}

.article h3 {
    font-size: 36px;
    margin: 15px 0;
}

.article .italic,.article h4 {
    font-size: 28px;
    font-family: 'Proxima Nova Light',sans-serif;
    font-weight: 300;
}

.article h3,.article h4 {
    font-weight: 400;
    line-height: 1.3;
    color: #35353a;
}

.article h4 {
    margin: 10px 0;
}

.article p {
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0;
}

.article .bold {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Proxima Nova Semi',sans-serif;
}

.article__simple-image,.article__video {
    max-width: 70%;
    width: 100%;
    margin: 30px auto;
}

.article__video .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0 auto;
    width: 100%;
}

.article__video .video iframe {
    border: 0;
    outline: 0;
}

.article__simple-image {
    font-size: 0;
    max-width: 850px;
}

.article__simple-image--small {
    max-width: 450px;
}

.article__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px -5px;
    width: calc(100% + 10px);
}

.article__images .image {
    padding: 0 5px;
    max-width: 50%;
    width: 100%;
}

.artice__head-image,.article__images img {
    width: 100%;
    height: 100%;
}

.article__images--small .image {
    max-width: 450px;
}

.article ul {
    padding-left: 25px;
}

.article ul li {
    position: relative;
    padding-left: 30px;
}

.article ul li::before {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    position: absolute;
    top: 0;
    left: 0;
    content: '—';
}

.article table {
    margin: 30px 0;
    border-spacing: 0;
    border-collapse: collapse;
    border: 2px solid #f5f6f9;
}

.article table p {
    font-size: 16px;
    margin: 0;
}

.artice__head-image {
    position: absolute;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.cookies {
    position: fixed;
    z-index: 10;
    bottom: 30px;
    left: 30px;
    width: 380px;
    padding: 25px 25px 0;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
}

.cookies p {
    font-size: 14px;
    line-height: 1.4;
}

.cookies .title {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 20px;
}

.cookies__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 15px;
}

.cookies .btn {
    margin-right: -25px;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.production {
    overflow: hidden;
    padding-bottom: 100px;
    background: #fff;
}

.production__hero {
    position: relative;
    z-index: 2;
    background-color: #f0f2f4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.production__hero-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 300px 0 280px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.production__hero-title {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 60px;
    line-height: 1.2;
    max-width: 1000px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.production__hero-bottom {
    text-align: center;
    background: #f0f2f4;
}

.production__hero-info {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin-top: -165px;
    margin-right: auto;
    margin-left: auto;
    padding: 42px 60px 51px;
    background: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.4);
    box-shadow: 0 0 35px rgba(0,0,0,.4);
}

.production__hero-info p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: .2px;
    color: #707070;
}

.production__line {
    position: relative;
    padding: 110px 0 140px;
    background: #f0f2f4;
}

.production__line-overlay {
    position: relative;
    overflow: hidden;
}

.production__line-pogruzchik {
    font-size: 0;
    position: absolute;
    z-index: 2;
    right: 48%;
    bottom: -120px;
    width: 49%;
    -webkit-transform: translateX(94%);
    -ms-transform: translateX(94%);
    transform: translateX(94%);
}

.production__line-pogruzchik img,.production__tech-image img {
    width: 100%;
    height: auto;
}

.production__line-container {
    max-width: 1000px;
    margin: 0 auto;
}

.production__line-content {
    position: relative;
    width: 60%;
    max-width: 400px;
    margin-left: 52px;
    padding-bottom: 25px;
    text-align: right;
}

.production__line-title {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #000;
}

.production__line-info {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.45;
    margin-top: 50px;
    letter-spacing: .2px;
}

.production__line-after,.production__line-before {
    position: absolute;
    top: 8px;
    width: 10000px;
    height: 100%;
    background-repeat: repeat-x;
    background-size: contain;
}

.production__line-after {
    left: calc(100% + 128px);
    background-position: left center;
}

.production__line-before {
    right: calc(100% + 50px);
    background-position: right center;
}

.production__tech-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.production__tech {
    background: #fff;
}

.production__tech-technolog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding-right: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.production__tech-image {
    font-size: 0;
    position: relative;
    z-index: 2;
    max-width: 451px;
    margin-top: -94px;
}

.production__tech-info {
    max-width: 400px;
    margin-top: 13px;
    width: 100%;
    text-align: left;
}

.production__tech-name {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: .3px;
    color: #707070;
}

.production__maked-info p,.production__tech-about p,.production__tech-func {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #707070;
}

.production__tech-about {
    padding-top: 237px;
    width: 50%;
    padding-left: 50px;
}

.production__maked-info p,.production__tech-about p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 87%;
    letter-spacing: .4px;
}

.production__tech-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 41px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.production__tech-icon {
    font-size: 0;
    margin: 30px 30px 0 0;
}

.production__tech-icon img {
    width: 88px;
    height: 88px;
}

.production__maked {
    position: relative;
}

.production__maked-grid,.production__maked-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.production__maked-grid {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
}

.production__maked-info {
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding-top: 95px;
    padding-right: 50px;
    padding-bottom: 100px;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.production__maked-info p {
    font-size: 20px;
    line-height: 1.8;
    max-width: 75%;
}

.production__maked-image-container {
    position: relative;
    width: 50%;
    height: 570px;
    margin-bottom: -195px;
    padding-left: 50px;
}

.production__maked-image {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 50px;
    width: 50vw;
    height: 100%;
}

.production__maked-russia {
    position: absolute;
    bottom: 121px;
    left: 50px;
    padding: 23px 38px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e30613;
}

.production__maked-russia p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
}

.production__maked-russia span {
    text-transform: uppercase;
}

.production__maked-russia::after {
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: transparent #e30615 transparent transparent;
}

.production__today {
    padding-top: 82px;
    background: #f0f2f4;
}

.production__today-director,.production__today-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.production__today-grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.production__today-director {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 50px);
    padding-right: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.production__today-director-info {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: 100%;
    max-width: 450px;
    padding-right: 50px;
}

.production__today-director-name {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: .3px;
    color: #707070;
}

.production__today-director-func {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #707070;
}

.production__today-larin {
    font-size: 0;
    position: relative;
    z-index: 2;
    max-width: 517px;
}

.production__today-larin img {
    width: 100%;
    height: auto;
}

.production__today-info {
    padding-top: 210px;
}

.production__today-info-p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 24px;
    line-height: 1.3;
    position: relative;
    padding-left: 100px;
    letter-spacing: .5px;
    color: #707070;
}

.production__today-info-p::before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 75px;
    height: 1px;
    content: '';
    background: #707070;
}

.production__today-info {
    position: relative;
    width: calc(50% + 50px);
}

.production__today-tonn {
    font-size: 0;
    position: relative;
    overflow: hidden;
    margin-top: 58px;
    margin-left: -14px;
}

.production__today-tonn img {
    width: 100%;
    max-width: 671px;
    height: auto;
}

.production__today-tonn-info {
    position: absolute;
    top: calc(100% + 15px);
    padding-left: 100px;
}

.production__today-tonn-info p {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 50px;
    letter-spacing: .5px;
    color: #e30613;
}

.production__today-container {
    padding-bottom: 100px;
}

.production__video-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    width: calc(100% + 40px);
    margin: 0 -15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.production__video-el {
    width: 50%;
    padding: 40px 15px 0;
}

.production__video-container {
    width: 100%;
}

.production__video-item p {
    font-size: 14px;
    margin-top: 15px;
}

.production__video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.production__lider {
    margin-top: 85px;
}

.production__lider-grid,.production__lider-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.production__lider-grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.production__lider-info {
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding-right: 50px;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.production__lider-about {
    font-size: 18px;
    line-height: 1.4;
    max-width: 460px;
    color: #707070;
}

.production__lider-company {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 100px;
    line-height: 1;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #707070;
}

.production__lider-company span {
    font-size: 24px;
    display: block;
    text-transform: uppercase;
    color: #b7b7b7;
}

.production__lider-image-container {
    position: relative;
    width: 50%;
    height: 630px;
    min-height: 630px;
}

.production__lider-image {
    position: absolute;
    left: 50px;
    top: 0;
    width: 50vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.production__begin {
    margin-top: 106px;
    text-align: center;
}

.production__begin-pre-title,.production__begin-title {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 60px;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #000;
}

.production__begin-pre-title {
    font-size: 24px;
    margin-bottom: 5px;
}

.production__begin-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 64px;
}

.production__begin-info-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1000px;
    margin: 10px auto 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.production__begin-info-item {
    width: 50%;
}

.production__begin-info-item p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 30px;
    text-align: left;
    color: #707070;
}

.production__begin-info-item:first-child {
    padding-right: 60px;
}

.production__begin-info-item:last-child {
    padding-left: 60px;
}

.production__begin-info-image {
    font-size: 0;
    margin: 55px auto 0;
    text-align: center;
}

.production__begin-info-image img {
    max-width: 810px;
    width: 100%;
    height: auto;
}

.production__begin-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    width: 50%;
    padding-right: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.production__begin-image {
    font-size: 0;
    position: relative;
    max-width: 550px;
}

.production__begin-image img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.production__begin-image img:last-child {
    z-index: 1;
    position: absolute;
    right: 50px;
    top: 50px;
}

.production__begin-info {
    width: 50%;
    padding-left: 50px;
}

.production__info {
    max-width: 620px;
    width: 100%;
    text-align: left;
}

.production__info p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 35px;
    color: #707070;
}

.production__info p:first-of-type,.production__item-info-container p:first-of-type {
    margin-top: 0;
}

.production__item-icon {
    padding: 20px 0;
}

.production__item-icon .icon-image {
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 18px 0 rgba(0,0,0,.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.production__red-arrow {
    position: relative;
    z-index: 2;
    display: block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin: 67px auto 0;
    border-radius: 50%;
    background: #e30613;
}

.production__red-arrow::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transform: translate(-50%,-70%) rotate(45deg);
    -ms-transform: translate(-50%,-70%) rotate(45deg);
    transform: translate(-50%,-70%) rotate(45deg);
    border: 3px solid #fff;
    border-top: none;
    border-left: none;
}

.production__item-title {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.production__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 585px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.production__item:last-of-type {
    padding-bottom: 0;
}

.production__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.production__item--reverse .production__item-info {
    padding-right: 0;
    padding-left: 150px;
}

.production__item--reverse .production__item-image {
    padding-left: 0;
    padding-right: 150px;
}

.production__item--reverse .production__item-image .item-image {
    left: auto;
    right: 150px;
}

.production__item--reverse .production__item-icons {
    right: auto;
    left: -50px;
}

.production__item--reverse .production__item-info-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.production__item--reverse .production__item-info {
    text-align: left;
}

.production__item::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 102%;
    content: '';
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #cbcbcb;
}

.production__item:last-of-type::before {
    top: 0;
    left: 50%;
    height: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.production__item-info {
    position: relative;
    width: 50%;
    padding-right: 150px;
    text-align: right;
}

.production__item-image {
    position: relative;
    width: 50%;
    padding-left: 150px;
}

.production__item-image .item-image {
    left: 150px;
    width: calc(50vw - 150px);
    height: 485px;
    min-height: 485px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.production__item-info-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.production__item-info-container p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 530px;
    margin: 40px 0 0;
    color: #707070;
}

.production__item-icons,.production__item-image .item-image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.production__item-icons {
    z-index: 2;
    right: -50px;
}

.production__item-icons-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.production__ready {
    max-width: 1200px;
    margin: 100px auto 0;
    width: 100%;
}

.production__ready-title {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    color: #000;
}

.production__ready-image {
    font-size: 0;
    margin-top: 100px;
}

.production__ready-image img,.production__ready-row-image img {
    width: 100%;
    height: auto;
}

.production__ready-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1000px;
    margin: 60px auto 0;
}

.production__ready-row-image {
    font-size: 0;
    width: 50%;
    padding-right: 50px;
}

.production__ready-row-info {
    width: 50%;
    padding-left: 50px;
}

.production__ready-row-info p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 24px;
    line-height: 1.5;
    color: #707070;
}

.production__ready-grid,.production__ready-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.production__ready-grid {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 30px auto 0;
}

.production__ready-item {
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    margin-top: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.production__ready-item:nth-child(odd) {
    padding-right: 50px;
}

.production__ready-item:nth-child(even) {
    padding-left: 50px;
}

.production__ready-item-icon {
    font-size: 0;
    align-self: flex-start;
    margin-right: 40px;
    -ms-flex-item-align: start;
}

.production__ready-item-icon img {
    width: 88px;
    min-width: 88px;
    height: 88px;
    min-height: 88px;
}

.plastic__middle-text p,.production__ready-item-info p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #707070;
}

[data-aos][data-aos][data-aos-duration='600'],body[data-aos-duration='600'] [data-aos] {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay='150'],[data-aos][data-aos][data-aos-delay='600'],body[data-aos-delay='150'] [data-aos],body[data-aos-delay='600'] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='150'].aos-animate,[data-aos][data-aos][data-aos-delay='600'].aos-animate,body[data-aos-delay='150'] [data-aos].aos-animate,body[data-aos-delay='600'] [data-aos].aos-animate {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

[data-aos^=fade][data-aos^=fade] {
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    opacity: 0;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}

[data-aos=fade-up] {
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

[data-aos=fade-down] {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

[data-aos=fade-right] {
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
}

[data-aos=fade-left-parkes],[data-aos=fade-left] {
    -webkit-transform: translate3d(30px,0,0);
    transform: translate3d(30px,0,0);
}

.plastic,.plastic__hero {
    overflow: hidden;
}

.plastic .container {
    max-width: 1500px;
}

.plastic__hero {
    position: relative;
    padding: 435px 0 144px;
}

.plastic__hero-title {
    padding-left: 100px;
}

.plastic__hero-eco,.plastic__hero-pro {
    line-height: 1;
    position: relative;
    display: inline-block;
    color: #fff;
}

.plastic__hero-pro {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 222px;
    font-weight: 900;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 -65px;
    padding: 26px 0 0;
}

.plastic__hero-pro span {
    position: relative;
    z-index: 2;
    margin: 0 -15px;
}

.plastic__hero-pro::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: #e60000;
}

.plastic__hero-eco {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 120px;
    z-index: 2;
    padding: 46px 260px 40px 80px;
    text-transform: uppercase;
    background: #000;
    background-image: url(/local/img/recycle.svg);
    background-repeat: no-repeat;
    background-position: right 75px center;
    background-size: 130px auto;
}

.plastic__hero-eco img {
    position: absolute;
    top: 50%;
    right: 75px;
    width: 130px;
    height: 130px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plastic__middle-text {
    padding: 103px 0;
}

.plastic__middle-text .container {
    max-width: 1300px;
}

.plastic__middle-text p {
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: .4px;
    color: #000;
}

.plastic__middle-text--large {
    padding: 75px 0;
}

.plastic__middle-text--large .container {
    max-width: 1500px;
}

.plastic__middle-text--large p {
    font-size: 40px;
    line-height: 1.4;
}

.plastic__parkes {
    margin-top: 100px;
}

.plastic__parkes-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 170px;
}

.plastic__parkes-image {
    font-size: 0;
    position: relative;
    width: 53.5%;
    padding: 0 100px;
}

.plastic__parkes-image img {
    width: 100%;
}

.plastic__parkes-year {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 286px;
    line-height: 1;
    position: absolute;
    top: -170px;
    left: -10%;
}

.plastic__parkes-about {
    position: relative;
    width: 46.5%;
    padding-left: 50px;
}

.plastic__parkes-about::before {
    position: absolute;
    top: -150px;
    left: 50px;
    width: 300px;
    height: 2px;
    content: '';
    background: #000;
}

.plastic__parkes-info {
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Proxima Nova Light',sans-serif;
    margin-top: 130px;
}

.plastic__parkes-name {
    font-size: 150px;
    line-height: .8;
    font-family: 'Proxima Nova Th',sans-serif;
    margin-top: 100px;
    margin-left: -230px;
}

.plastic__granuly {
    margin-top: 0;
}

.plastic__granuly-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plastic__granuly-info {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 20px;
    line-height: 1.8;
    width: 50%;
    margin-bottom: 50px;
    padding: 80px 50px 80px 0;
}

.plastic__granuly-image {
    font-size: 0;
    width: 50%;
    margin-top: -80px;
    padding-left: 50px;
}

.plastic__granuly-image img {
    width: calc(100% + 250px);
    height: auto;
}

.plastic__mark {
    margin-top: -100px;
}

.plastic__mark-container {
    padding: 0 100px;
}

.plastic__title {
    font-family: 'Proxima Nova Th',sans-serif;
    font-size: 60px;
    line-height: 1.2;
    text-transform: uppercase;
}

.plastic__graph-info span,.plastic__title span {
    font-family: 'Proxima Nova Bold',sans-serif;
}

.plastic__mark-slider {
    margin-top: 84px;
}

.plastic__mark-icon-container {
    width: 124px;
    max-width: 124px;
    text-align: center;
}

.plastic__mark-icon {
    position: relative;
    width: 100%;
}

.plastic__mark-icon img {
    width: 124px;
    height: 124px;
}

.plastic__mark-icon p {
    font-size: 36px;
    font-family: 'Proxima Nova Semi',sans-serif;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.plastic__mark-name {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 7px;
    text-transform: uppercase;
}

.plastic__mark-info {
    font-size: 16px;
    line-height: 1.55;
    margin-top: 35px;
    max-width: 95%;
}

.plastic__bottle {
    margin-top: 215px;
}

.plastic__bottle .container {
    max-width: 1920px;
}

.plastic__bottle-info {
    margin: auto 0;
    padding: 25px 0 25px 150px;
    width: 50%;
}

.plastic__bottle-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.plastic__bottle-image {
    font-size: 0;
    position: relative;
    width: 50%;
    min-height: 610px;
    margin-left: -50px;
}

.plastic__default-info {
    font-size: 20px;
    line-height: 1.7;
    margin-top: 55px;
}

.plastic__critic {
    margin-top: 125px;
}

.plastic__critic-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.plastic__critic-info {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 58px;
    line-height: 1.25;
    width: 50%;
}

.plastic__critic-right {
    width: 50%;
    padding-left: 50px;
    padding-top: 18px;
}

.plastic__critic-small {
    font-size: 24px;
    font-family: 'Proxima Nova Light',sans-serif;
    line-height: 1.2;
    display: inline-block;
}

.plastic__critic-quantity {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 250px;
    line-height: 1;
    position: relative;
    margin: 13px 0 0 -10px;
    white-space: nowrap;
    letter-spacing: -12px;
}

.plastic__critic-quantity .hidden {
    visibility: hidden;
    opacity: 0;
}

.plastic__critic-quantity .visible {
    position: absolute;
    left: 0;
    top: 0;
}

.plastic__critic-quantity-sub {
    font-size: 58px;
    line-height: 1;
    font-family: 'Proxima Nova Light',sans-serif;
    margin-top: -15px;
    margin-bottom: 32px;
}

.plastic__critic-bottles {
    position: relative;
    display: inline-block;
}

.plastic__critic-bottles-row {
    position: absolute;
    top: 50%;
    left: calc(100% + 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plastic__critic-bottles-row img {
    width: 68px;
    height: 234px;
}

.plastic__critic-bottles-row img+img {
    margin-left: 25px;
}

.plastic__greta {
    margin-top: 150px;
    margin-bottom: 40px;
}

.plastic__greta-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.plastic__greta-info {
    padding-bottom: 40px;
    width: 50%;
}

.plastic__greta-title {
    font-size: 160px;
    font-family: 'Proxima Nova Bold',sans-serif;
    line-height: .75;
    margin-top: -20px;
}

.plastic__greta-sub-title {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 54px;
    line-height: 1;
    max-width: 440px;
    margin-top: 90px;
}

.plastic__greta-image {
    width: 50%;
    padding-top: 130px;
    padding-left: 50px;
}

.plastic__greta-image img {
    width: calc(100% + 100px);
}

.plastic__greta-image p {
    font-size: 14px;
    font-family: 'Proxima Nova Light',sans-serif;
    margin-top: 10px;
}

.plastic__typical {
    padding: 75px 0;
}

.plastic__typical--graph {
    padding: 110px 0;
}

.plastic__typical--graph.aos-animate .plastic__typical-graph-item--100px {
    height: 100px;
}

.plastic__typical--graph.aos-animate .plastic__typical-graph-item--130px {
    height: 130px;
}

.plastic__typical--graph.aos-animate .plastic__typical-graph-item--150px {
    height: 150px;
}

.plastic__typical--graph.aos-animate .plastic__typical-graph-item--220px {
    height: 220px;
}

.plastic__typical--graph.aos-animate .plastic__typical-graph-item--250px {
    height: 250px;
}

.plastic__typical--graph.aos-animate .plastic__typical-graph-item--265px {
    height: 265px;
}

.plastic__typical--graph.aos-animate .plastic__typical-graph-item--380px {
    height: 380px;
}

.plastic__typical--graph.aos-animate .plastic__typical-graph-item--430px {
    height: 430px;
}

.plastic__typical--bottom {
    padding-bottom: 150px;
}

.plastic__typical .container {
    max-width: 1920px;
}

.plastic__typical-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.plastic__typical-grid--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.plastic__typical-grid--reverse .plastic__typical-image {
    margin-right: -50px;
    margin-left: 0;
    padding-right: 0;
    width: calc(50% - 50px);
}

.plastic__typical-grid--reverse .plastic__typical-about {
    padding-left: 0;
    padding-right: 150px;
}

.plastic__typical-grid--reverse .plastic__typical-about-container {
    margin-left: auto;
    margin-right: auto;
}

.plastic__typical-image {
    width: calc(50% + 50px);
    margin-left: -50px;
    padding-right: 70px;
    background-size: cover;
    background-position: center top;
}

.plastic__typical-image--paket {
    max-width: 50%;
    margin-left: auto;
}

.plastic__typical--parts .plastic__typical-image img,.plastic__typical-image--paket img {
    width: 100%;
    max-width: 730px;
    opacity: 1;
}

.plastic__typical-img {
    background-size: cover;
    background-position: center-top;
}

.plastic__recycle-larysa-image img,.plastic__typical-img img {
    width: 100%;
}

.plastic__typical-title {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 60px;
    line-height: 1;
    max-width: 100%;
}

.plastic__typical-about {
    -ms-grid-row-align: center;
    align-self: center;
    width: 50%;
    padding-left: 100px;
    -ms-flex-item-align: center;
}

.plastic__typical-about--no-title .plastic__default-info {
    margin: 0;
    padding: 27px 0;
}

.plastic__typical-about-container {
    max-width: 630px;
    width: 100%;
}

.cross-article ul li::before,.plastic__typical-mob,nav.tn-calculators .container a .mobile {
    display: none;
}

.plastic__typical-graph {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    height: 430px;
    min-height: 430px;
    margin-left: auto;
    padding-right: 70px;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.plastic__typical-graph-item {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 71px;
    padding: 15px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    background: #0c7cf9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.plastic__typical-graph-item--yellow {
    background: #ffd409;
    color: #000;
}

.plastic__typical-graph-el {
    position: relative;
    margin-left: 25px;
}

.plastic__typical-graph-el:first-child {
    margin-left: 0;
}

.plastic__typical-graph-el p {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 20px;
    line-height: 1.3;
    position: absolute;
    top: calc(100% + 25px);
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.plastic__graph-info,.plastic__recycle-bg p {
    font-size: 60px;
    font-family: 'Proxima Nova Light',sans-serif;
    line-height: 1;
}

.plastic__recycle {
    margin-top: 155px;
}

.plastic__recycle-title {
    font-size: 160px;
    font-family: 'Proxima Nova Bold',sans-serif;
    line-height: 1;
    margin-left: -25px;
}

.plastic__recycle-title span {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 100px;
    display: block;
    margin-left: 25px;
}

.plastic__recycle-info {
    font-size: 18px;
    line-height: 1.7;
    width: 50%;
    max-width: 650px;
    margin-top: -27px;
    margin-left: 50%;
    padding-left: 100px;
}

.plastic__recycle-bg {
    position: relative;
    height: 780px;
    min-height: 780px;
    margin-top: 90px;
    background-position: center;
    background-size: cover;
}

.plastic__recycle-bg p {
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    bottom: -8%;
    left: calc(50% + 100px);
    max-width: 900px;
    padding: 53px 50px 50px 100px;
    background: #e3e4e8;
}

.plastic__typical--parts {
    margin-top: 20px;
}

.plastic__typical--parts .plastic__typical-grid {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.plastic__typical--parts .plastic__default-info {
    font-size: 36px;
    line-height: 1.5;
    font-family: 'Proxima Nova Light',sans-serif;
}

.plastic__typical--parts .plastic__typical-image {
    margin-right: 0;
    padding-left: 50px;
    margin-bottom: -100px;
}

.plastic__recycle-larysa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 110px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.plastic__recycle-larysa-image {
    font-size: 0;
    width: 100px;
    min-width: 100px;
    margin-right: 30px;
}

.plastic__recycle-larysa-name {
    font-size: 18px;
    font-family: 'Proxima Nova Semi',sans-serif;
    line-height: 1.3;
}

.plastic__recycle-larysa-name span {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 16px;
    display: block;
    margin-top: 3px;
}

.calc__bottom-container {
    padding-top: 35px;
    padding-bottom: 60px;
}

.calc__bottom--wrap .calc__bottom-left,.calc__bottom-container .calc__title-container {
    width: 100%;
}

.calc__bottom,.calc__bottom-request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calc__bottom-request {
    margin-top: 30px;
}

.calc__bottom-request img {
    display: inline-block;
    width: 25px;
    min-width: 25px;
    height: 27px;
    min-height: 27px;
    margin-right: 12px;
}

.calc__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calc__bottom--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calc__bottom--wrap .calc__bottom-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.calc__bottom-left {
    width: 60%;
    min-height: 60px;
    height: 60px;
    margin-top: 30px;
}

.calc__bottom-left p {
    font-size: 18px;
    margin: 0;
}

.calc__bottom-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.calc__bottom-form .input-container {
    width: 100%;
    margin: 0 10px 0 0;
}

.calc__bottom-form .input-container input {
    border-radius: 0;
}

.calc__bottom-container .input-checkbox label .checkbox {
    border-color: #e1e1e1;
}

.calc__bottom-container .input-checkbox input:checked+.checkbox {
    background: 0 0;
    border-color: #e1e1e1;
}

.input-checkbox label .checkbox::after {
    border-color: #d91c21;
}

.input-checkbox label span {
    color: #3d3d43;
}

.calc__bottom-form .btn {
    font-size: 16px;
    margin-left: 0;
    white-space: nowrap;
    text-transform: none;
    border-radius: 0;
}

.calc__bottom-buttons,.calc__bottom-buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.calc__bottom-buttons {
    margin-left: auto;
    width: auto;
    margin-top: 30px;
}

.calc__bottom-buttons a {
    font-size: 16px;
    line-height: 1.2;
    align-items: center;
    margin-left: 25px;
    padding: 10px 5px;
    cursor: pointer;
    white-space: nowrap;
    color: #d91c21;
    outline: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.calc__bottom-buttons a:hover span {
    border-color: transparent;
}

.calc__bottom-buttons a span {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-bottom: 1px solid #d91c21;
}

.calc__bottom-btn-img {
    font-size: 0;
    margin-right: 10px;
}

.calc__bottom-description {
    padding: 0;
    margin-top: 65px;
}

.calc__bottom-description p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 12px;
    line-height: 1.3;
    color: #56555a;
}

.calc__bottom-description a {
    color: #d91c21;
}

.plastic__h1 {
    padding-left: 100px;
}

.faq {
    padding: 0 0 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.faq__link {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    display: block;
    padding: 30px 70px 30px 0;
    cursor: pointer;
    color: #35353b;
    border-top: 1px solid #e1e1e1;
}

.faq li:last-child .faq__link {
    border-bottom: 1px solid #e1e1e1;
}

.faq__link span,nav.tn-calculators .container a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.faq__link span {
    position: absolute;
    top: 37px;
    right: 30px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 4px solid #e60000;
    border-bottom: none;
    border-left: none;
}

.faq__videos,nav.tn-calculators .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq__videos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-bottom: 60px;
}

.faq__videos-link {
    cursor: pointer;
}

.faq__videos-wrapper {
    position: relative;
}

.faq__videos-link img,.tree-instruments__image .image img {
    display: block;
    max-width: 100%;
}

.faq__videos-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 67px;
    height: 67px;
}

.faq__videos-item {
    max-width: 33.33%;
    padding: 20px;
}

.faq__videos-preview {
    margin-bottom: 20px;
}

.faq__videos-paragraph {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -.01em;
    color: #000;
}

nav.tn-calculators .container {
    align-items: stretch;
    justify-content: space-between;
    max-width: 1100px;
    padding-bottom: 55px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

nav.tn-calculators .container a {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    width: 32%;
    padding: 23px 15px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #35353a;
    border-radius: 5px;
    background: #f5f6f9;
}

.promo-block {
    margin-top: 211px;
}

.promo-block__content {
    max-width: 1200px;
    margin: 0 auto;
}

.promo-block__bg {
    position: relative;
    padding: 42px 100px 30px;
    border-radius: 10px;
    background: #f5f6f9;
}

.promo-block__title {
    font-size: 44px;
    font-family: 'Proxima Nova Semi',sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
}

.promo-block__title span {
    color: #e40000;
}

.promo-block__button {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    min-width: 190px;
    margin-top: 20px;
    padding: 13px 25px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background: #e50000;
}

.promo-block__button:hover {
    color: #fff;
    background: #900;
}

.promo-block__man {
    position: absolute;
    z-index: 2;
    bottom: -23px;
    left: 47.9%;
    width: 420px;
    height: auto;
}

.promo-block__man-shadow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 54.5%;
    width: auto;
    height: 100%;
}

.promo-block__bottom {
    max-width: 1000px;
    margin: 0 auto;
}

.promo-block__bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    margin: 0 -50px;
    width: calc(100% + 100px);
}

.promo-block__bottom-item {
    width: 50%;
    padding: 0 50px;
}

.promo-block__bottom-item p {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Proxima Nova Light',sans-serif;
    font-weight: 300;
}

.promo-block__bottom-item p span {
    font-weight: 700;
}

.promo-block__bottom-list p {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-weight: 700;
    position: relative;
    padding: 8px 0 8px 40px;
}

.promo-block__bottom-list p::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 24px;
    height: 24px;
    content: '';
    border-radius: 50%;
    background: #e50000;
}

.promo-block__bottom-list p::after {
    position: absolute;
    top: 14px;
    left: 9px;
    width: 4px;
    height: 8px;
    content: '';
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
}

.im-icon.wa-icon svg {
    fill: #59d166;
}

.im-icon.tg-icon svg {
    fill: #2b98d2;
}

.im-icon.viber-icon svg {
    fill: #7b529b;
}

.im-panel {
    position: fixed;
    z-index: 800;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #fff;
}

.im-panel a.im-icon {
    margin: 0 16px;
}

.logistic-page {
    padding: 0 0 100px;
    max-width: 1200px;
    margin: 0 auto;
}

.logistic-page__title {
    font-size: 40px;
    margin: 55px 0;
    text-align: center;
    text-transform: uppercase;
}

.logistic-page__image {
    font-size: 0;
}

.logistic-page__image img {
    width: 100%;
    height: auto;
}

.logistic-page__container {
    max-width: 1020px;
    margin: 0 auto;
}

.logistic-page__border p,.logistic-page__list li {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 18px;
}

.logistic-page__list li {
    margin-top: 30px;
}

.logistic-page__list li p {
    margin-left: 10px;
}

.logistic-page__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
    padding-bottom: 30px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.logistic-page__btn .btn {
    display: inline-block;
    margin: 0 15px;
    border-width: 1px;
}

.logistic-page__border {
    margin-top: 40px;
    padding: 18px 20px;
    text-align: center;
    border: 1px solid #ec1c23;
}

.logistic-page__border p {
    line-height: 1.4;
    text-transform: uppercase;
    color: #ec1c23;
}

.logistic-page__border p span {
    font-family: 'Proxima Nova Bold',sans-serif;
}

.logistic-page__grid,.logistic-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.logistic-page__grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 55px;
}

.logistic-page__row {
    align-items: flex-start;
    justify-content: flex-start;
    width: 55%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.logistic-page__info {
    width: 45%;
    padding-left: 50px;
}

.logistic-page__info p {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
}

.logistic-page__el p,.logistic-page__info p span {
    font-family: 'Proxima Nova Bold',sans-serif;
    text-transform: uppercase;
    color: #ec1c23;
}

.logistic-page__el {
    margin-right: 50px;
    width: 33%;
    max-width: 160px;
}

.logistic-page__el p {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 15px;
    color: #000;
}

.logistic-page__el:last-child {
    margin-right: 0;
}

.logistic-page__el-image {
    font-size: 0;
}

.logistic-page__el-image img {
    width: 100%;
    height: auto;
    max-width: 114px;
}

.logistic-page__table-overflow {
    overflow: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.logistic-page__table {
    margin: 0 -50px;
}

.logistic-page__table table {
    min-width: 100%;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    border: 0;
    background: 0 0;
}

.logistic-page__table th {
    text-align: left;
}

.logistic-page__table td,.logistic-page__table th {
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 15px;
    background: #fff;
}

.logistic-page__table td:first-child,.logistic-page__table th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
}

.logistic-page__table td img,.logistic-page__table th img {
    margin-top: 5px;
}

.logistic-page__table tr:nth-child(even) td,.logistic-page__table tr:nth-child(even) th {
    background: #f7f7f9;
}

.logistic-page__table tr:hover td {
    background: #e30613;
    color: #fff;
}

.logistic-page__table th {
    font-family: 'Proxima Nova Bold',sans-serif;
    white-space: nowrap;
}

.logistic-page__table th span {
    display: block;
}

.logistic-page__table th:nth-child(1) {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    text-align: left;
    white-space: normal;
}

.logistic-page__table td {
    text-align: left;
    white-space: nowrap;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.logistic-page__table td:nth-child(1) {
    font-family: 'Proxima Nova Bold',sans-serif;
    text-align: left;
}

.cross-article {
    padding-bottom: 100px;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.cross-article__bg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 80vh;
    max-height: 1080px;
    margin-top: 25px;
    margin-bottom: 40px;
    padding: 100px 0;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.cross-article__bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,.5);
}

.cross-article__bg h1 {
    font-size: 64px;
    line-height: 1;
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
}

.cross-article h3 {
    font-size: 44px;
    line-height: 1.2;
    margin-top: 40px;
}

.cross-article h4 {
    font-size: 34px;
    line-height: 1.2;
    margin-top: 30px;
}

.cross-article p {
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    margin-top: 20px;
}

.cross-article a,.guide__info-tabs-btn.is-active span {
    color: #e30613;
}

.cross-article .bold {
    font-weight: 700;
    line-height: 1.4;
    font-size: 24px;
}

.cross-article ul {
    margin: 0;
    padding: 0;
}

.cross-article ul p {
    position: relative;
    padding-left: 30px;
}

.cross-article__inside {
    padding-left: 100px;
    padding-right: 100px;
}

.cross-article__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 20px -20px 0;
}

.cross-article__row--around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.cross-article__row-el--w33 {
    width: 33.3333%;
    padding: 0 15px;
}

.cross-article__image img,.cross-article__row-el--w33 img,.cross-article__row-el--w40 img,.p-advantages__box-item-img img {
    width: 100%;
    height: auto;
}

.cross-article__row-el--w40 {
    width: 40%;
    padding: 0 15px;
}

.cross-article__row p {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.cross-article__image {
    margin-top: 20px;
    text-align: center;
}

.cross-article__image+h3 {
    margin-top: 90px;
}

.product__image-container--optima {
    padding-right: 0;
    padding-left: 0;
}

.product__image-container--optima .product__image {
    background-size: cover;
    background-position: right center;
}

.p-advantages__aqueduct-info {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
    color: #35353a;
}

.p-advantages__aqueduct-info--small {
    font-size: 40px;
    margin-top: 100px;
}

.p-advantages__info--aqueduct {
    padding-right: 20px;
}

.p-advantages__item--aqueduct {
    padding-bottom: 40px;
}

.p-advantages__full-video {
    max-width: 1200px;
    margin: 0 auto;
}

.p-advantages__container {
    max-width: 1000px;
    margin: 0 auto;
}

.p-advantages__container--large,.p-advantages__container--large .logistic-page__table-overflow {
    max-width: 1260px;
}

.p-advantages__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 100px -20px 0;
    width: calc(100% + 40px);
}

.p-advantages__row-el {
    width: 25%;
    padding: 0 20px;
    margin-top: 100px;
}

.p-advantages__grid--aqueduct {
    min-height: 1px;
}

.p-advantages__row-img {
    position: absolute;
    bottom: calc(100% - 70px);
    left: 50%;
    height: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.p-advantages__row-img--percent {
    width: 80%;
}

.p-advantages__row-img--form {
    width: 96%;
}

.p-advantages__row-img--design {
    width: 64%;
}

.p-advantages__row-img--long {
    width: 60%;
}

.p-advantages__row-item {
    position: relative;
    width: 100%;
    padding: 120px 30px 30px;
    background: #f5f6f9;
}

.p-advantages__row-item p {
    font-size: 20px;
    line-height: 1.2;
}

.p-advantages__box {
    padding-top: 120px;
    padding-bottom: 200px;
}

.p-advantages__box-title,.p-advantages__row-item p {
    font-family: 'Proxima Nova Semi',sans-serif;
    text-transform: uppercase;
}

.p-advantages__box-title {
    font-size: 60px;
}

.p-advantages__box-image {
    width: 80%;
    margin: -50px auto 0;
}

.p-advantages__box-image-container {
    position: relative;
    text-align: center;
}

.p-advantages__box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 45%;
    max-width: 440px;
    margin-top: 40px;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.p-advantages__box-item p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}

.p-advantages__box-item-img {
    margin-right: 25px;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.p-advantages__box-item-img--instr img {
    width: calc(100% + 30px);
    margin-left: -30px;
}

.p-advantages__box-item--krovlya {
    position: absolute;
    left: 0;
    top: 40px;
    margin-top: 0;
}

.p-advantages__box-bottom {
    margin-left: 60%;
    margin-top: -200px;
}

.p-advantages__box-colors-title {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 40px;
    margin-left: 170px;
    text-transform: uppercase;
}

.p-advantages__box-colors-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
}

.p-advantages__box-color-item {
    width: 130px;
    margin-right: 40px;
}

.p-advantages__box-color-item p {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin: 30px 0 0;
}

.p-advantages__box-color-item span {
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    margin: 15px 0 0;
    color: #000;
}

.p-advantages__box-color {
    display: block;
    width: 130px;
    height: 130px;
}

.p-advantages__elements {
    font-size: 0;
    position: relative;
    width: calc(100% + 100px);
    margin: 95px -50px 0;
}

.p-advantages__elements img {
    width: 100%;
    height: auto;
}

.p-advantages__element-vector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.p-advantages__elements-container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.p-advantages__elements-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding-top: 45px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.p-advantages__elements-el {
    width: 20%;
    padding: 40px 10px 0;
    min-width: 200px;
    text-align: center;
}

.p-advantages__elements-el .image {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 40px;
    background: #f5f6f9;
}

.p-advantages__elements-el p {
    font-size: 18px;
    line-height: 1.3;
    max-width: 250px;
    margin: 25px auto 0;
    color: #35353a;
}

.p-advantages__elements-image {
    font-size: 0;
    position: relative;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    text-align: center;
}

.p-advantages__elements-image img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-advantages__elements-image .imgel1 {
    left: -10%;
    width: 105%;
    height: auto;
}

.p-advantages__elements-image .imgel2,.p-advantages__elements-image .imgel3,.p-advantages__elements-image .imgel4,.p-advantages__elements-image .imgel5 {
    left: 50%;
    width: 60%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.p-advantages__elements-image .imgel3,.p-advantages__elements-image .imgel4,.p-advantages__elements-image .imgel5 {
    width: 65%;
}

.p-advantages__elements-image .imgel4,.p-advantages__elements-image .imgel5 {
    width: 88%;
}

.p-advantages__elements-image .imgel5 {
    width: 55%;
}

.p-advantages__rain {
    font-family: 'Proxima Nova Semi',sans-serif;
    font-size: 110px;
    line-height: 1.2;
    margin-top: 100px;
    text-align: center;
    text-transform: uppercase;
    color: #ced1da;
}

.p-advantages__rain-img {
    position: relative;
    z-index: 2;
    width: calc(100% + 100px);
    height: auto;
    margin: -50px -50px 120px;
}

.p-advantages__element-info {
    position: absolute;
    z-index: 3;
    display: inline-block;
    max-width: 270px;
    padding: 8px 16px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    pointer-events: none;
    opacity: 0;
    background: red;
}

.p-advantages__element-info.is-visible {
    pointer-events: all;
    opacity: 1;
}

.p-advantages__element-info span {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: red;
}

.p-advantages__element-info p {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.p-advantages__element-info#voronka-zheloba-info {
    left: 27%;
    bottom: 72%;
}

.p-advantages__element-info#soed-zheloba-info {
    left: 24.5%;
    bottom: 55%;
}

.p-advantages__element-info#mufta-trubi-info {
    left: 19.5%;
    bottom: 28%;
}

.p-advantages__element-info#kronsht-zheloba-info {
    left: 45%;
    bottom: 90%;
}

.p-advantages__element-info#vodostok-zhelob-info {
    left: 50%;
    bottom: 72%;
}

.p-advantages__element-info#reshetka-zhelob-zashit-info {
    left: 63%;
    bottom: 66%;
}

.p-advantages__element-info#koleno-trubi135-info {
    left: 38%;
    bottom: 8%;
}

.p-advantages__element-info#homut-trubi-l140-info {
    left: 53%;
    bottom: 21%;
}

.p-advantages__element-info#sliv-trubi-info {
    left: 64%;
    bottom: 42%;
}

.p-advantages__element-info#khomut-kreplenia-trubi-info {
    left: 66%;
    bottom: 12%;
}

.p-advantages__element-info#ugol-zheloba90-info {
    left: 71.5%;
    bottom: 89%;
}

.p-advantages__element-info#trubad80-info {
    left: 72%;
    bottom: 56%;
}

.p-advantages__element-info#kronsht-zheloba-metall-info {
    left: 68%;
    bottom: 37%;
}

.p-advantages__element-info#zaglushka-zheloba-info {
    left: 79%;
    bottom: 25%;
}

.p-advantages__specifications {
    margin-top: 150px;
    text-align: center;
}

.p-advantages__specifications .p-advantages__title {
    margin: 0;
    padding: 0;
}

.p-advantages__specifications .p-advantages__title::before {
    display: none;
}

.p-advantages__specifications .logistic-page__table tr:nth-child(even) td,.p-advantages__specifications .logistic-page__table tr:nth-child(even) th {
    background: #fff;
}

.p-advantages__specifications .logistic-page__table tr th {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f5f6f9;
    border-bottom: none;
}

.p-advantages__specifications .logistic-page__table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.p-advantages__specifications .logistic-page__table tr:hover td {
    background: #f1f2f4;
    color: #000;
}

.p-advantages__specifications .logistic-page__table tr.no-border td,.p-advantages__specifications .logistic-page__table tr.no-border th {
    border-bottom: none;
}

.p-advantages__specifications .logistic-page__table td,.p-advantages__specifications .logistic-page__table th {
    white-space: normal;
    text-align: center;
}

.p-advantages__specifications .logistic-page__table td:first-child,.p-advantages__specifications .logistic-page__table th:first-child {
    width: 28%;
    padding-left: 80px;
    text-align: left;
}

.p-advantages__specifications .logistic-page__table td:last-child,.p-advantages__specifications .logistic-page__table th:last-child {
    padding-right: 80px;
    text-align: right;
}

.p-advantages__specifications .logistic-page__table td:nth-child(4),.p-advantages__specifications .logistic-page__table th:nth-child(4) {
    width: 30%;
}

.p-advantages__specifications .logistic-page__table--nowrap td,.p-advantages__specifications .logistic-page__table--nowrap th {
    white-space: nowrap;
}

.p-advantages__specifications-buttons {
    padding: 70px 0;
}

.p-advantages__specifications-buttons .tabs__buttons {
    margin-bottom: 0;
}

.p-advantages__specifications-table {
    display: none;
}

.mfp-content .components__column {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
}

.mfp-content .component {
    padding: 40px;
}

.mfp-content .component__info {
    padding: 0 40px 40px;
}

.mfp-content .component.new::after {
    top: 50px;
}

.mfp-content .component__buttons {
    padding: 20px 40px 40px;
}

.tree-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 100vh;
    max-height: 1080px;
    padding: 100px 0;
    background-position: center top;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.tree-hero .container {
    max-width: 1500px;
}

.tree-hero__info {
    position: relative;
    display: inline-block;
}

.tree-hero__info .paragraph,.tree-hero__info p {
    display: block;
    margin: 0;
    text-transform: uppercase;
}

.tree-hero__info .title {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 160px;
    font-weight: 700;
    line-height: 1;
    color: #40ba18;
}

.tree-hero__info .fs128 {
    font-size: 128px;
}

.tree-hero__info .desc,.tree-instruments__title {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0 0;
    color: #fff;
}

.tree-hero__info .fs80 {
    font-size: 80px;
}

.tree-hero__info .info {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0 0;
    color: #40ba18;
}

.tree-hero__info .fs34 {
    font-size: 34px;
}

.tree-instruments .container {
    max-width: 1300px;
}

.tree-instruments .container--small {
    max-width: 1100px;
}

.tree-instruments__title {
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    padding: 72px 0;
    text-transform: uppercase;
    color: #000;
}

.tree-instruments__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e5e5e5;
}

.tree-instruments__row:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.tree-instruments__el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    padding: 10px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.tree-instruments__el:nth-child(1) {
    padding-left: 0;
}

.tree-instruments__el:nth-child(2) {
    padding-right: 0;
}

.tree-instruments__el p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #959595;
}

.tree-instruments__image {
    font-size: 0;
    width: 100px;
    min-width: 100px;
    margin-right: 35px;
    text-align: center;
}

.tree-instruments__image .image {
    width: 100%;
    margin: 0 auto;
}

.tree-instruction {
    padding-top: 150px;
    padding-bottom: 150px;
}

.tree-instruction .container {
    max-width: 1500px;
}

.tree-instruction__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -50px;
    width: calc(100% + 100px);
}

.tree-instruction__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tree-instruction__item:nth-child(even) .tree-instruction__info {
    text-align: left;
}

.tree-instruction__item:nth-child(even) .tree-instruction__info p {
    margin-left: 0;
}

.tree-instruction__item--editable {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 70px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.tree-instruction__item--editable:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tree-instruction__item--editable:nth-child(even) .tree-instruction__info {
    text-align: center;
}

.tree-instruction__item--editable .tree-instruction__info {
    width: 100%;
    text-align: center;
}

.tree-instruction__item--editable .tree-instruction__info p {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 40px;
}

.tree-instruction__item--editable .tree-instruction__info p span {
    right: auto;
    left: 0;
}

.tree-instruction__image-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: calc(100% + 100px);
    margin: 0 -50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.tree-instruction__image-row .tree-instruction__image {
    margin: 0;
}

.tree-instruction__video {
    font-size: 0;
    width: 100%;
    margin: 100px auto 0;
}

.tree-instruction__video .video {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.tree-instruction__video .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tree-instruction__image {
    font-size: 0;
    position: relative;
    width: 50%;
    margin: -50px 0;
    padding: 0 50px;
    text-align: center;
}

.tree-instruction__image--no-margin {
    margin: 100px 0 0;
}

.tree-instruction__image img {
    width: 100%;
    height: auto;
}

.tree-instruction__image .margin-bottom {
    position: relative;
    margin: -60px auto -10%;
}

.tree-instruction__image .margin-bottom img {
    width: 50%;
}

.tree-instruction__image--editable {
    margin: -100px 0;
}

.tree-instruction__image .info9 {
    font-size: 18px;
    position: absolute;
    top: 30%;
    left: 75%;
    text-align: left;
    color: #959595;
}

.tree-instruction__info {
    padding: 0 50px;
    width: 50%;
    text-align: right;
}

.tree-instruction__info p {
    font-family: 'Proxima Nova Light',sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    max-width: 480px;
    margin-left: auto;
    padding: 60px 40px;
    color: #959595;
}

.tree-instruction__info p span {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 20px;
    right: 0;
    color: #000;
}

.tree-instruction__info .title,.tree-instruction__info p.large {
    font-family: 'Proxima Nova Bold',sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    padding: 30px 0 0;
    color: #000;
}

.tree-instruction__info .title {
    font-size: 60px;
    padding: 70px 0 0;
    text-align: right;
    text-transform: uppercase;
}

.tree-instruction__info .image {
    font-size: 0;
    position: static;
    display: block;
    margin-top: 30px;
    text-align: right;
}

.tree-instruction__info .image img {
    width: 70%;
    height: auto;
    max-width: 240px;
}

.breadcrumbs {
    padding-left: 5px;
}

.breadcrumbs__rails {
    overflow: hidden;
}

.breadcrumbs .container {
    width: auto;
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    gap: 10px;
    scrollbar-width: none;
}

.breadcrumbs__list::-webkit-scrollbar {
    display: none;
}

.breadcrumbs__item--separator,.breadcrumbs__link {
    font-weight: 300;
    font-size: 14px;
    line-height: 31px;
    color: #000;
}

.breadcrumbs__link--active {
    color: #999;
}

.guide__info-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: calc(100% + 20px);
    margin: 60px -10px 0;
    padding-bottom: 35px;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.guide__info-tabs-btn {
    max-width: 200px;
    padding: 0 10px;
    cursor: pointer;
}

.guide__info-tabs-btn span {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 1px dotted #000;
}

.guide__info-tabs-btn .ent {
    display: block;
}

.guide__info-tabs-content {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}

.guide__info-tabs-item,.guide__info-tabs-mobile {
    display: none;
}

.guide__info-tabs-item p {
    margin-top: 10px;
}

.swiper-slide--80 {
    height: 80%!important;
}

.p-relative {
    position: relative!important;
}

.site-image--bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.site-image--cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.site-image--contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.site-image--bg-stretch-y {
    top: 0;
    bottom: 0;
}

.site-image--bg-bottom-right {
    -o-object-position: bottom right;
    object-position: bottom right;
}

.site-image--bg-left-center {
    -o-object-position: left center;
    object-position: left center;
}

.site-image--bg-center {
    -o-object-position: center;
    object-position: center;
}

.site-image--bg-top-center {
    -o-object-position: top center;
    object-position: top center;
}

.is-mobile {
    display: none!important;
}

.is-desktop {
    display: block!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.d-inline-block {
    display: inline-block!important;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fs-18 {
    font-size: 18px!important;
}

.fs-20 {
    font-size: 20px!important;
}

.m-0 {
    margin: 0!important;
}

.mb-middle {
    margin-bottom: 15px!important;
}

.min-height-auto {
    min-height: auto!important;
}

.font-akrobat {
    font-family: 'Akrobat',sans-serif!important;
}

.font-weight-bold {
    font-weight: 700!important;
}

.font-weight-semi-bold {
    font-weight: 800!important;
}

.font-weight-extra-bold {
    font-weight: 900!important;
}

.font-color-white {
    color: #fff!important;
}

.hero__title--black {
    font-size: 52px;
}

.hero__text--black {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 348px;
    margin-top: 32px;
}

.hero__button--black {
    margin-top: 30px;
}

.btn--blue {
    background-color: #0b93cb!important;
    border: 2px solid #0b93cb!important;
    color: #fff!important;
}

.modalMess {
    position: relative;
    z-index: 901;
    width: 100%;
    height: auto;
}

.show-message {
    display: block;
}

.denial_partner_responsibility {
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 60px;
    padding: 0 8%;
    text-align: center;
    color: #ccc;
}

.tn-contacts {
    position: relative;
    min-height: 523px;
    margin-top: 50px;
}

@font-face {
    font-family:'Proxima Nova Th';src:url(/calculators/vodostok-ru/../fonts/ProximaNovaT-Thin.eot);src:url(/calculators/vodostok-ru/../fonts/ProximaNovaT-Thin.eot?#iefix) format("embedded-opentype"),url(/calculators/vodostok-ru/../fonts/ProximaNovaT-Thin.woff2) format("woff2"),url(/calculators/vodostok-ru/../fonts/ProximaNovaT-Thin.woff) format("woff"),url(/calculators/vodostok-ru/../fonts/ProximaNovaT-Thin.ttf) format("truetype"),url(/calculators/vodostok-ru/../fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin) format("svg");font-weight:100;font-style:normal;font-display:swap;
}

@font-face {
    font-family:'Proxima Nova Regular';src:url(/calculators/vodostok-ru/../fonts/ProximaNova-Regular.eot);src:url(/calculators/vodostok-ru/../fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Regular.woff2) format("woff2"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Regular.woff) format("woff"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Regular.ttf) format("truetype"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Regular.svg#ProximaNova-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
    font-family:'Proxima Nova Bold';src:url(/calculators/vodostok-ru/../fonts/ProximaNova-Bold.eot);src:url(/calculators/vodostok-ru/../fonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Bold.woff2) format("woff2"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Bold.woff) format("woff"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Bold.ttf) format("truetype"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Bold.svg#ProximaNova-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap;
}

@font-face {
    font-family:'Proxima Nova Light';src:url(/calculators/vodostok-ru/../fonts/ProximaNova-Light.eot);src:url(/calculators/vodostok-ru/../fonts/ProximaNova-Light.eot?#iefix) format("embedded-opentype"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Light.woff2) format("woff2"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Light.woff) format("woff"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Light.ttf) format("truetype"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Light.svg#ProximaNova-Light) format("svg");font-weight:300;font-style:normal;font-display:swap;
}

@font-face {
    font-family:'Proxima Nova Semi';src:url(/calculators/vodostok-ru/../fonts/ProximaNova-Semibold.eot);src:url(/calculators/vodostok-ru/../fonts/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Semibold.woff2) format("woff2"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Semibold.woff) format("woff"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Semibold.ttf) format("truetype"),url(/calculators/vodostok-ru/../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold) format("svg");font-weight:600;font-style:normal;font-display:swap;
}

@font-face {
    font-family:'Akrobat';src:url(/calculators/vodostok-ru/../fonts/Akrobat-Bold.woff2) format("woff2"),url(/calculators/vodostok-ru/../fonts/Akrobat-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap;
}

@font-face {
    font-family:'Akrobat';src:url(/calculators/vodostok-ru/../fonts/Akrobat-Extra-Bold.woff2) format("woff2"),url(/calculators/vodostok-ru/../fonts/Akrobat-Extra-Bold.woff) format("woff");font-weight:900;font-style:normal;font-display:swap;
}

@font-face {
    font-family:'Akrobat';src:url(/calculators/vodostok-ru/../fonts/Akrobat-Semi-Bold.woff2) format("woff2"),url(/calculators/vodostok-ru/../fonts/Akrobat-Semi-Bold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap;
}

.legacy-popup__header {
    font-weight: 400!important;
    font-size: 40px!important;
    line-height: 46px!important;
    margin-bottom: 30px!important;
    padding: 0;
    text-align: left;
}

.legacy-popup .mfp-content {
    width: 96%;
    max-width: 642px;
    padding: 30px 33px;
    text-align: left;
    background-color: #fff;
}

.legacy-popup .mfp-close {
    right: 22px;
    top: 20px;
}

.legacy-popup .mfp-close::after,.legacy-popup .mfp-close::before {
    height: 3px;
    background-color: #000;
}

.legacy-popup ::-webkit-input-placeholder {
    color: #b4b4b4;
}

.legacy-popup ::-moz-placeholder {
    color: #b4b4b4;
}

.legacy-popup :-ms-input-placeholder {
    color: #b4b4b4;
}

.legacy-popup ::-ms-input-placeholder {
    color: #b4b4b4;
}

.legacy-popup ::placeholder {
    color: #b4b4b4;
}

@media (min-width:1200px) {
    .guide__panel .row {
        margin: 0 -40px;
    }

    .guide__panel .row>.guide__col {
        padding: 0 40px;
    }

    .guide__panel .no-padding {
        margin: 0;
    }

    .guide__panel .no-padding>.guide__col {
        padding: 0;
    }

    .guide__panel .no-padding .guide__item {
        padding-bottom: 30px;
    }

    .guide__panel--instruction .row {
        gap: 0;
    }
}

@media only screen and (max-width:1568px) {
    .component.new .component__colors {
        top: 55px;
    }

    .component__buttons .btn {
        width: 48%;
        min-width: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .videos__item--info p {
        font-size: 30px;
        padding-left: 50px;
    }

    .videos__item--info p::before {
        left: 0;
        width: 35px;
    }

    .hero__info {
        margin-left: 0;
    }

    .hero__item {
        min-height: 750px;
        height: 750px;
    }

    .component {
        padding: 40px;
    }

    .component__title {
        font-size: 26px;
    }

    .component__info {
        font-size: 22px;
        padding: 0 40px 40px;
    }

    .component__colors {
        right: 30px;
        top: 25px;
    }

    .component__buttons {
        padding: 0 40px 40px;
    }

    .plastic__hero-title {
        padding-left: 0;
    }
}

@media only screen and (max-width:1336px) {

    .production__item-icon .icon-image img {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85);
    }

    .plastic__parkes-about::before {
        left: 0;
        top: -70px;
    }

    .plastic__critic-bottles-row img+img {
        margin-left: 20px;
    }

    .page__content {
        padding-top: 110px;
    }

    .proposal__item {
        min-height: 400px;
        padding: 35px;
    }

    .proposal__item-image {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }

    .components__column {
        padding: 10px;
        width: 50%;
    }

    .component.big {
        min-height: 560px;
    }

    .services {
        padding: 70px 0 90px;
    }

    .services__item {
        padding: 50px 30px 70px 40px;
        min-height: 1px;
    }

    .services__main-title {
        font-size: 185px;
        bottom: -140px;
        right: 0;
    }

    .articles__grid {
        margin: 0 -20px;
        width: calc(100% + 40px);
    }

    .articles__item {
        padding: 20px;
    }

    .articles__item.w25,.articles__item.w50 {
        width: 33.333333%;
    }

    .articles__item.h25 .articles__image,.articles__item.h50 .articles__image {
        min-height: 380px;
    }

    .articles__item.h50 .articles__info {
        position: static;
        width: 100%;
        padding: 30px 0 0;
        background: 0 0;
    }

    .articles__item.h50 .articles__info-title {
        font-family: 'Proxima Nova Semi',sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        color: #000;
    }

    .articles__item.h50 .articles__info-description {
        font-family: 'Proxima Nova Light',sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.5;
        margin-top: 22px;
        letter-spacing: 1px;
        text-transform: none;
        color: #707070;
    }

    .articles__item.w100 .articles__image {
        width: 48%;
    }

    .articles__item.w100 .articles__info {
        padding: 50px;
        width: 50%;
    }

    .articles__item.w100 .articles__info-title {
        font-size: 40px;
    }

    .articles__item.w100 .articles__info-description {
        margin-top: 30px;
    }

    .articles__info {
        padding: 30px 0 0;
    }

    .articles__info-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        width: 100%;
    }

    .articles__info-row .articles__info-description {
        padding: 0;
        width: 100%;
    }

    .request {
        padding: 80px 0;
    }

    .request__container {
        padding: 70px 90px;
        min-height: 425px;
    }

    .videos__grid {
        margin: 40px -15px 0;
        width: calc(100% + 30px);
    }

    .videos__item-container {
        padding: 15px;
    }

    .product {
        padding: 65px 0;
    }

    .product__container {
        min-height: 300px;
        padding: 30px 0 30px 40px;
    }

    .product__types {
        max-width: calc(100% + 20px);
        width: calc(100% + 20px);
    }

    .product__type-image {
        padding: 10px;
    }

    .product__advantages {
        margin: 25px -10px 0;
        width: calc(100% + 20px);
    }

    .product__advantage {
        padding: 10px;
    }

    .product--item {
        padding: 65px 0;
    }

    .product--item .product__title {
        font-size: 44px;
    }

    .product--item .product__container {
        padding: 0 0 0 40px;
    }

    .p-advantages__image {
        width: 50%;
        padding-left: 25px;
    }

    .p-advantages__info {
        width: 50%;
        padding: 50px 25px 50px 0;
    }

    .p-advantages__title {
        font-size: 36px;
        margin-top: 40px;
        padding-bottom: 25px;
    }

    .p-advantages__description {
        margin-top: 25px;
    }

    .p-advantages__item {
        margin-top: -40px;
    }

    .p-advantages__item--reverse .p-advantages__info {
        padding: 50px 0 50px 25px;
    }

    .p-advantages__item--reverse .p-advantages__image {
        padding-right: 25px;
    }

    .p-elements .component.big {
        min-height: 560px;
    }

    .page404 {
        padding: 80px 0;
    }

    .page404__image {
        width: 50%;
    }

    .page404__title {
        font-size: 28px;
    }

    .page404__info {
        width: 50%;
        padding-left: 25px;
    }

    .page404__text {
        margin: 25px 0 0;
    }

    .docs__grid {
        margin: 0 -20px;
        width: calc(100% + 40px);
    }

    .docs__el {
        width: 33.3333%;
        padding: 40px 20px 0;
    }

    .production__hero-container {
        padding: 200px 0;
    }

    .production__hero-info {
        margin-top: -100px;
    }

    .production__line-pogruzchik {
        width: 55%;
    }

    .production__tech-technolog {
        width: 40%;
    }

    .production__tech-about {
        width: 60%;
        padding-top: 150px;
    }

    .production__maked-info {
        width: 40%;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .production__maked-info p {
        font-size: 18px;
        max-width: 100%;
    }

    .production__maked-image-container {
        width: 60%;
    }

    .production__maked-image {
        width: 60vw;
    }

    .production__today-info {
        padding-top: 150px;
    }

    .production__today-info-p {
        font-size: 20px;
    }

    .production__lider {
        margin-top: 60px;
    }

    .production__lider-info {
        padding-right: 30px;
    }

    .production__lider-image {
        left: 30px;
    }

    .production__lider-company {
        font-size: 65px;
        padding: 30px 0;
    }

    .production__lider-image-container {
        height: 450px;
        min-height: 450px;
    }

    .production__begin-image-container {
        padding-right: 30px;
    }

    .production__begin-info {
        padding-left: 30px;
    }

    .production__item-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .production__item {
        padding-top: 50px;
        padding-bottom: 50px;
        min-height: 525px;
    }

    .production__item--reverse .production__item-info {
        padding-right: 0;
        padding-left: 100px;
    }

    .production__item--reverse .production__item-image,.production__item-info {
        padding-right: 100px;
    }

    .production__item--reverse .production__item-image .item-image {
        right: 100px;
    }

    .production__item--reverse .production__item-icons {
        right: auto;
        left: -40px;
    }

    .production__item-icons {
        right: -40px;
    }

    .production__item-info-container p {
        font-size: 15px;
        margin-top: 30px;
    }

    .production__item-icon .icon-image {
        width: 80px;
        min-width: 80px;
        height: 80px;
        min-height: 80px;
    }

    .production__item-image {
        padding-left: 100px;
    }

    .production__item-image .item-image {
        left: 100px;
        height: 425px;
        min-height: 425px;
        width: calc(50vw - 100px);
    }

    .production__begin-info-item:last-child {
        padding-left: 40px;
    }

    .production__begin-info-item:first-child {
        padding-right: 40px;
    }

    .production__ready {
        margin-top: 60px;
    }

    .production__ready-image {
        margin-top: 70px;
    }

    .plastic__hero {
        padding: 230px 0 120px;
    }

    .plastic__hero-pro {
        font-size: 160px;
        padding: 20px 0 0;
        margin-bottom: -45px;
    }

    .plastic__hero-pro span {
        margin: 0 -10px 0 -14px;
    }

    .plastic__hero-eco {
        font-size: 100px;
        padding: 35px 220px 35px 40px;
        background-size: 100px auto;
    }

    .plastic__hero-eco img {
        right: 60px;
        width: 110px;
        height: 110px;
    }

    .plastic__middle-text {
        padding: 65px 0;
    }

    .plastic__middle-text p {
        font-size: 20px;
    }

    .plastic__middle-text--large {
        padding: 25px 0;
    }

    .plastic__middle-text--large p {
        font-size: 28px;
    }

    .plastic__parkes {
        margin-top: 30px;
    }

    .plastic__parkes-grid {
        padding-top: 80px;
    }

    .plastic__parkes-image {
        padding: 0 25px;
    }

    .plastic__parkes-image img {
        width: 90%;
    }

    .plastic__parkes-year {
        font-size: 170px;
        right: auto;
        left: -30px;
        top: -90px;
    }

    .plastic__parkes-about {
        padding-left: 0;
    }

    .plastic__parkes-info {
        margin-top: 75px;
    }

    .plastic__parkes-name {
        font-size: 100px;
        margin-top: 50px;
        margin-left: -130px;
    }

    .plastic__mark {
        margin-top: -50px;
    }

    .plastic__mark-container {
        padding: 0;
    }

    .plastic__mark-info {
        max-width: 100%;
    }

    .plastic__critic {
        margin-top: 80px;
    }

    .plastic__critic-info {
        font-size: 36px;
        width: 40%;
    }

    .plastic__critic-right {
        width: 60%;
        padding-top: 10px;
    }

    .plastic__critic-quantity {
        font-size: 160px;
        line-height: 1.1;
        letter-spacing: -4px;
    }

    .plastic__critic-quantity-sub {
        font-size: 40px;
    }

    .plastic__critic-small {
        font-size: 22px;
    }

    .plastic__critic-bottles-row {
        left: calc(100% + 40px);
    }

    .plastic__critic-bottles-row img {
        width: 48px;
        height: 165px;
    }

    .plastic__greta {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .plastic__greta-info {
        width: 45%;
    }

    .plastic__greta-image {
        width: 55%;
        padding-top: 100px;
    }

    .plastic__greta-title {
        font-size: 110px;
        line-height: .85;
    }

    .plastic__greta-sub-title {
        font-size: 40px;
        margin-top: 50px;
    }

    .plastic__typical--graph {
        padding: 60px 0;
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--100px {
        height: calc(100px*.7);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--130px {
        height: calc(130px*.7);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--150px {
        height: calc(150px*.7);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--220px {
        height: calc(220px*.7);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--250px {
        height: calc(250px*.7);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--265px {
        height: calc(265px*.7);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--380px {
        height: calc(380px*.7);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--430px {
        height: calc(430px*.7);
    }

    .plastic__typical--bottom {
        padding-bottom: 100px;
    }

    .plastic__typical-image {
        padding-right: 50px;
    }

    .plastic__typical-about {
        padding-left: 50px;
    }

    .plastic__typical-title {
        font-size: 48px;
    }

    .plastic__typical-grid--reverse {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .plastic__typical-grid--reverse .plastic__typical-image {
        margin-right: -50px;
        width: 50%;
    }

    .plastic__typical-grid--reverse .plastic__typical-about {
        padding-left: 0;
        padding-right: 50px;
    }

    .plastic__typical-grid--reverse .plastic__typical-about-container {
        margin-left: 0;
        margin-right: auto;
    }

    .plastic__graph-info {
        font-size: 48px;
    }

    .plastic__typical-graph {
        padding-right: 20px;
        min-height: 301px;
        height: 301px;
    }

    .plastic__typical-graph-el {
        margin-left: 20px;
    }

    .plastic__typical-graph-el p {
        font-size: 14px;
        top: calc(100% + 15px);
    }

    .plastic__typical-graph-item {
        font-size: 24px;
        width: 68px;
        padding: 10px;
    }

    .plastic__typical-graph-item--yellow {
        background: #ffd409;
        color: #000;
    }

    .plastic__recycle {
        margin-top: 100px;
    }

    .plastic__recycle-title {
        font-size: 110px;
        margin-left: -10px;
    }

    .plastic__recycle-title span {
        font-size: 80px;
        margin-left: 15px;
    }

    .plastic__recycle-info {
        padding-left: 50px;
    }

    .plastic__recycle-bg {
        margin-top: 65px;
        height: 550px;
        min-height: 550px;
        margin-bottom: 50px;
    }

    .plastic__recycle-bg p {
        font-size: 18px;
        line-height: 1.5;
        position: absolute;
        bottom: -12%;
        left: 0;
        width: 100%;
        max-width: 100%;
        padding: 30px;
    }

    .plastic__typical--parts {
        margin-top: 30px;
        padding-bottom: 25px;
    }

    .plastic__typical--parts .plastic__default-info {
        font-size: 24px;
    }

    .plastic__typical--parts .plastic__typical-image {
        padding-left: 50px;
        margin-bottom: -50px;
    }

    .plastic__recycle-larysa {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-top: 60px;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .p-advantages__aqueduct-info {
        font-size: 40px;
    }

    .p-advantages__aqueduct-info--small {
        font-size: 36px;
        margin-top: 80px;
    }

    .p-advantages__rain {
        font-size: 90px;
        margin-top: 80px;
    }

    .p-advantages__rain-img {
        width: calc(100% + 100px);
        margin: -40px -50px 80px;
    }
}

@media only screen and (max-width:1124px) {
    h2.small {
        font-size: 25px;
    }

    .plastic__hero-pro span {
        margin: 0 -5px;
    }

    .cross-article p {
        font-size: 14px;
        line-height: 1.8;
    }

    h1.top {
        font-size: 30px;
    }

    .hero__item {
        min-height: 600px;
        height: 600px;
        padding: 100px 0;
    }

    .hero__title {
        font-size: 48px;
    }

    .hero__line {
        margin: 35px 0;
    }

    .hero__text {
        font-size: 20px;
    }

    .hero__text--small {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .services__item {
        width: 50%;
        padding: 40px 30px 70px 40px;
    }

    .services__title {
        margin-top: 35px;
    }

    .services__info {
        margin-top: 30px;
    }

    .plastic__hero {
        padding: 180px 0 100px;
    }

    .plastic__hero-pro {
        font-size: 90px;
        padding: 12px 0 0;
        margin-bottom: -25px;
    }

    .plastic__hero-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .plastic__hero-eco {
        font-size: 70px;
        padding: 25px 150px 25px 25px;
        background-size: 85px auto;
        background-position: right 31px center;
    }

    .plastic__granuly-info {
        font-size: 18px;
        line-height: 1.6;
        padding: 50px 0;
    }

    .plastic__granuly-image {
        padding-left: 20px;
        width: 50%;
        margin-top: -30px;
    }

    .plastic__granuly-image img {
        width: calc(100% + 150px);
    }

    .plastic__bottle {
        margin-top: 120px;
    }

    .plastic__bottle-info {
        padding: 20px 0 20px 40px;
        width: 45%;
    }

    .plastic__bottle-image {
        margin-left: -50px;
        width: 55%;
    }

    .promo-block {
        margin-top: 161px;
    }

    .promo-block__bg {
        padding: 42px 50px 30px;
    }

    .promo-block__title {
        font-size: 36px;
    }

    .promo-block__man {
        bottom: -19px;
        left: 52%;
        width: 340px;
    }

    .promo-block__man-shadow {
        left: 54.5%;
    }

    .cross-article {
        padding-bottom: 75px;
    }

    .cross-article__bg h1 {
        font-size: 54px;
    }

    .cross-article .bold {
        font-size: 22px;
    }

    .cross-article__inside {
        padding-left: 70px;
        padding-right: 70px;
    }

    .p-advantages__aqueduct-info {
        font-size: 32px;
    }

    .p-advantages__aqueduct-info--small {
        font-size: 28px;
        margin-top: 60px;
    }

    .p-advantages__box {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .p-advantages__rain {
        font-size: 70px;
        margin-top: 60px;
    }

    .p-advantages__rain-img {
        width: calc(100% + 100px);
        margin: -30px -50px 60px;
    }
}

@media only screen and (max-width:993px) {
    .hero__button--black {
        display: inline-block;
        margin-top: 10px;
    }
}

@media only screen and (max-width:992px) {
    h2.small {
        font-size: 20px;
        padding: 20px 0;
        letter-spacing: 1.3px;
    }

    .tabs__buttons a::before,.tabs__buttons button::before {
        left: 15px;
        width: calc(100% - 30px);
    }

    .component__link svg {
        width: 38px;
        height: 38px;
        margin-left: 20px;
    }

    .services__image svg circle,.services__image svg path {
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        stroke: #b1b1b7;
    }

    .articles__item.h25.w50 .articles__image img {
        height: 100%;
        width: auto;
    }

    .calc__bottom-form .input-container input {
        padding: 14px 15px;
    }

    .cross-article h4 {
        font-size: 28px;
        margin-top: 25px;
    }

    .mfp-content .component.new::after {
        top: 40px;
    }

    .tree-instruction__item:nth-child(even) .tree-instruction__info p {
        margin-left: 0;
        padding-left: 30px;
        padding-right: 0;
    }

    .tree-instruction__item:nth-child(even) .tree-instruction__info p span {
        right: auto;
        left: 0;
    }

    .tree-instruction__item--editable .tree-instruction__info p span {
        right: auto;
        left: 0;
    }

    .page__content {
        padding-top: 65px;
    }

    .calc .btn {
        font-size: 13px;
        padding: 13px;
        min-width: 150px;
    }

    .tabs__buttons a,.tabs__buttons button {
        padding: 10px 15px;
    }

    .hero__item {
        align-items: flex-start;
        height: 481px;
        min-height: 481px;
        padding: 0 0 40px;
        -webkit-box-align: start;
        -ms-flex-align: start;
    }

    .hero__toggler {
        display: none;
    }

    .hero__title {
        font-size: 36px;
        margin-top: 114px;
    }

    .hero__line {
        margin: 19px 0 17px;
    }

    .hero__text {
        font-size: 18px;
        line-height: 1.75;
        max-width: 270px;
    }

    .hero__text--small {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .hero .btn {
        margin-top: 49px;
    }

    .hero__info {
        padding-left: 27px;
    }

    .hero__slider {
        padding-bottom: 30px;
    }

    .hero__slider-controls {
        position: absolute;
        bottom: 5px;
        top: auto;
        right: auto;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .hero__slider-controls .button-next {
        display: none;
    }

    .hero__item-image {
        right: -38px;
        height: 94%;
    }

    .hero__slider-quentity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        width: 100%;
        padding: 0 10px;
    }

    .hero__slider-quentity .swiper-pagination-bullet,.hero__slider-quentity>div,.hero__slider-quentity>span {
        width: 70px;
        height: 4px;
        margin: 0 4px;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        border-radius: 5px;
        background: #959595;
    }

    .hero__slider-quentity .swiper-pagination-bullet-active,.hero__slider-quentity .swiper-pagination-bullet.active,.hero__slider-quentity>div.active,.hero__slider-quentity>span.active,.proposal__slider-pagination .swiper-pagination-bullet.active,.proposal__slider-pagination>div.active,.proposal__slider-pagination>span.active {
        background: #e30613;
    }

    .proposal {
        padding: 45px 0;
    }

    .proposal .container {
        padding: 0 30px;
    }

    .proposal__item {
        min-height: 440px;
        padding: 20px;
    }

    .proposal__item-image {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .proposal__item-image--1 {
        top: 40px;
        left: 10%;
        height: 204px;
    }

    .proposal__item-image--2 {
        top: 50px;
        left: -25px;
        height: 195px;
    }

    .proposal__item-image--3 {
        top: 30px;
        right: 20px;
        height: 230px;
    }

    .proposal__info {
        left: 30px;
        bottom: 30px;
    }

    .proposal__slider {
        margin-top: 12px;
    }

    .proposal__slider-controls {
        top: auto;
        right: auto;
        left: 50%;
        margin-top: 20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .proposal__slider-controls .slider-button {
        display: none;
    }

    .proposal__slider-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
    }

    .proposal__slider-pagination .swiper-pagination-bullet,.proposal__slider-pagination>div,.proposal__slider-pagination>span {
        width: 60px;
        height: 4px;
        margin: 0 4px;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        border-radius: 5px;
        background: #959595;
    }

    .proposal__slider-pagination .swiper-pagination-bullet-active {
        background: #e30613;
    }

    .components {
        padding-bottom: 78px;
    }

    .components .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .components__grid {
        margin-top: 62px;
        grid-gap: 8px;
        grid-template-columns: repeat(auto-fill,minmax(335px,1fr));
    }

    .component {
        padding: 29px;
        min-height: 355px;
    }

    .component__link {
        bottom: 30px;
        right: 30px;
    }

    .component__link p {
        font-size: 30px;
    }

    .component.big {
        min-height: 355px;
    }

    .component__title {
        font-size: 20px;
    }

    .component__size {
        font-size: 14px;
        margin-top: 5px;
    }

    .component__info {
        font-size: 14px;
        padding: 0 29px 25px;
    }

    .component__buttons {
        padding: 0 29px 20px;
    }

    .component__buttons .btn {
        font-size: 12px;
    }

    .component__colors {
        right: 20px;
        top: 30px;
    }

    .component.new .component__colors {
        top: 50px;
    }

    .component.new::after {
        top: 10px;
        right: 10px;
        width: 68px;
        height: 26px;
    }

    .component__colors .color {
        padding: 5px;
        width: 24px;
        height: 24px;
    }

    .component__colors .color span {
        width: 10px;
        height: 10px;
    }

    .services {
        padding: 30px 0 70px;
    }

    .services .container {
        padding: 0 20px;
    }

    .services__item {
        padding: 30px 30px 60px;
    }

    .services__title {
        margin-top: 35px;
    }

    .services__info {
        max-width: 100%;
    }

    .services__main-title {
        font-size: 155px;
        bottom: -120px;
        right: 20px;
    }

    .articles__grid {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .articles__info {
        padding: 20px 0 0;
    }

    .articles__image img {
        height: auto;
        width: 100%;
    }

    .articles__item {
        padding: 15px;
    }

    .articles__item.w100,.articles__item.w25,.articles__item.w50 {
        width: 50%;
    }

    .articles__item.h25 .articles__image,.articles__item.h50 .articles__image {
        min-height: 300px;
    }

    .articles__item.h50 .articles__info {
        padding: 20px 0 0;
    }

    .articles__item.h50 .articles__info-title {
        font-size: 18px;
        letter-spacing: .8px;
    }

    .articles__item.h50 .articles__info-description {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 15px;
        letter-spacing: .5px;
    }

    .articles__item.w100 .articles__item-container {
        background: 0 0;
    }

    .articles__item.w100 .articles__image {
        position: relative;
        width: 100%;
        height: 300px;
        min-height: 300px;
        background: #f5f6f9;
    }

    .articles__item.w100 .articles__image img {
        position: absolute;
        bottom: 0;
        right: 0;
        top: auto;
        left: auto;
        width: 90%;
    }

    .articles__item.w100 .articles__info {
        padding: 20px 0 0;
        width: 100%;
    }

    .articles__item.w100 .articles__info-title {
        font-size: 18px;
        font-family: 'Proxima Nova Semi',sans-serif;
        font-weight: 600;
        letter-spacing: .8px;
    }

    .articles__item.w100 .articles__info-description {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 15px;
        letter-spacing: .5px;
    }

    .request {
        padding: 70px 0;
    }

    .request__container {
        min-height: 378px;
        padding: 50px;
        background-image: none!important;
    }

    .gallery__grid {
        margin: 20px -5px 0;
        width: calc(100% + 10px);
    }

    .gallery__column {
        width: 50%;
        padding: 5px;
    }

    .videos__grid {
        margin: 20px -10px 0;
        width: calc(100% + 30px);
    }

    .videos__item-container {
        padding: 10px;
    }

    .videos__item--info p {
        font-size: 20px;
        padding-left: 35px;
    }

    .videos__item--info p::before {
        top: 12px;
        left: 0;
        width: 20px;
    }

    .product {
        padding: 50px 0;
        margin-bottom: 20px;
    }

    .product__container {
        min-height: 300px;
        padding: 25px 0;
    }

    .product__title {
        font-size: 32px;
    }

    .product__advantages {
        margin: 10px -10px 0;
        width: calc(100% + 20px);
    }

    .product__advantage {
        padding: 10px;
    }

    .product__advantage p {
        font-size: 12px;
        margin-top: 10px;
    }

    .product__advantage-icon img {
        height: 32px;
    }

    .product .tabs__colors {
        margin-top: 30px;
    }

    .product--item {
        padding: 60px 0;
    }

    .product--item .product__title {
        font-size: 36px;
    }

    .product--item .product__container {
        padding: 0 0 0 40px;
    }

    .product--item .tabs__colors {
        margin-top: 30px;
    }

    .product__calc {
        margin: 25px 0 -10px;
    }

    .product__row {
        max-width: 100%;
    }

    .p-advantages__image {
        width: 50%;
        padding-left: 20px;
    }

    .p-advantages__grid {
        min-height: 1px;
    }

    .p-advantages__info {
        width: 50%;
        padding: 70px 20px 70px 0;
    }

    .p-advantages__title {
        font-size: 28px;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .p-advantages__description {
        font-size: 15px;
        margin-top: 20px;
    }

    .p-advantages__item {
        margin-top: -40px;
    }

    .p-advantages__item--reverse .p-advantages__info {
        padding: 70px 0 70px 20px;
    }

    .p-advantages__item--reverse .p-advantages__image {
        padding-right: 20px;
    }

    .p-montazh {
        padding-top: 0;
    }

    .p-complect__info p.info-title,.p-montazh__title {
        font-size: 32px;
    }

    .p-montazh__grid {
        margin: 25px -25px 10px;
        width: calc(100% + 50px);
    }

    .p-montazh__item {
        padding: 20px 25px;
    }

    .p-montazh__info {
        padding: 20px 0 0;
    }

    .p-complect__grid--reverse .p-complect__info-container {
        padding-left: 50px;
    }

    .p-complect__info-container {
        padding-right: 50px;
    }

    .p-complect__info p {
        margin-top: 25px;
    }

    .p-spec-sys__info {
        top: 35%;
        left: -2%;
    }

    .p-spec-sys__info p {
        margin-top: 16px;
    }

    .request {
        padding-bottom: 70px;
    }

    .docs__el {
        width: 50%;
    }

    .guide__help,.guide__item-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .guide__body p,.guide__item-desc p {
        margin: 24px 0;
    }

    .guide__panel {
        padding: 40px 0 0;
    }

    .guide__subheading {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 30px;
    }

    .guide__heading {
        font-size: 20px;
    }

    .guide__body {
        font-size: 16px;
        line-height: 24px;
    }

    .production__hero-container {
        padding: 100px 0;
    }

    .production__hero-title {
        font-size: 36px;
    }

    .production__hero-info {
        margin-top: -30px;
        padding: 30px 20px;
        margin-bottom: 0;
    }

    .production__hero-info p {
        font-size: 15px;
        line-height: 1.5;
    }

    .production__line {
        padding-top: 70px;
    }

    .production__line-title {
        font-size: 24px;
    }

    .production__line-content {
        margin-left: 0;
        padding-bottom: 0;
        width: 56%;
    }

    .production__line-before {
        display: none;
    }

    .production__line-info {
        font-size: 16px;
        margin-top: 35px;
    }

    .production__line-after {
        left: calc(100% + 50px);
        top: 0;
    }

    .production__line-pogruzchik {
        right: 20px;
        bottom: -70px;
        width: 55%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .production__tech-technolog {
        width: 35%;
        padding-right: 20px;
    }

    .production__tech-image {
        margin-top: 30px;
    }

    .production__tech-about {
        width: 60%;
        padding-left: 20px;
        padding-top: 100px;
    }

    .production__tech-about p {
        font-size: 16px;
        max-width: 100%;
    }

    .production__tech-icons {
        padding-top: 15px;
    }

    .production__tech-icon {
        margin: 15px 15px 0 0;
    }

    .production__tech-icon img {
        width: 60px;
        height: 60px;
    }

    .production__maked-info {
        width: 40%;
        padding-top: 0;
        padding-bottom: 80px;
        padding-right: 20px;
    }

    .production__maked-info p {
        font-size: 15px;
        max-width: 100%;
    }

    .production__maked-grid {
        align-items: stretch;
        margin-top: 60px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
    }

    .production__maked-image-container {
        width: 60%;
        height: auto;
        padding-left: 20px;
        margin-bottom: 0;
    }

    .production__maked-image {
        left: 0;
        width: 60vw;
    }

    .production__maked-russia {
        bottom: 0;
        left: 20px;
        padding: 15px 25px;
    }

    .production__maked-russia p {
        font-size: 20px;
    }

    .production__maked-russia::after {
        top: auto;
        bottom: 100%;
        right: 0;
        border-width: 0 0 20px 20px;
        border-color: transparent transparent #e30615;
    }

    .production__today {
        padding-top: 30px;
    }

    .production__today-info {
        padding-top: 0;
    }

    .production__today-info-p {
        font-size: 16px;
        padding-left: 50px;
    }

    .production__today-info-p::before {
        top: 10px;
        width: 40px;
    }

    .production__today-tonn {
        margin-top: 40px;
    }

    .production__today-director-info {
        padding-right: 0;
    }

    .production__today-tonn-info {
        padding-left: 50px;
    }

    .production__lider {
        margin-top: 50px;
    }

    .production__lider-info {
        padding-right: 20px;
    }

    .production__lider-image {
        left: 20px;
    }

    .production__lider-company {
        font-size: 45px;
        padding: 20px 0;
    }

    .production__lider-image-container {
        height: 350px;
        min-height: 350px;
    }

    .production__begin-info p,.production__lider-about {
        font-size: 16px;
    }

    .production__begin {
        margin-top: 70px;
    }

    .production__begin-title {
        font-size: 40px;
    }

    .production__begin-image-container {
        padding-right: 20px;
        padding-bottom: 25px;
    }

    .production__begin-info {
        padding-left: 20px;
    }

    .production__begin-image img:last-child {
        right: 25px;
        top: 25px;
    }

    .production__item-title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .production__item {
        padding-top: 35px;
        padding-bottom: 35px;
        min-height: 370px;
    }

    .production__item--reverse .production__item-info {
        padding-right: 0;
        padding-left: 70px;
    }

    .production__item--reverse .production__item-image,.production__item-info {
        padding-right: 70px;
    }

    .production__item--reverse .production__item-image .item-image {
        right: 70px;
    }

    .production__item--reverse .production__item-icons {
        right: auto;
        left: -30px;
    }

    .production__item-icons {
        right: -30px;
    }

    .production__item-info-container p {
        font-size: 15px;
        margin-top: 30px;
    }

    .production__item-icon .icon-image,.production__ready-item-icon img {
        width: 60px;
        min-width: 60px;
        height: 60px;
        min-height: 60px;
    }

    .production__item-icon .icon-image img {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
    }

    .production__item-image {
        padding-left: 70px;
    }

    .production__item-image .item-image {
        left: 70px;
        height: 300px;
        min-height: 300px;
        width: calc(50vw - 70px);
    }

    .production__begin-info-item:last-child {
        padding-left: 25px;
    }

    .production__begin-info-item:first-child {
        padding-right: 25px;
    }

    .production__begin-info-item p {
        font-size: 15px;
    }

    .production__ready {
        margin-top: 40px;
    }

    .production__ready-title {
        font-size: 28px;
    }

    .production__ready-image {
        margin-top: 40px;
    }

    .production__ready-row-image {
        padding-right: 25px;
    }

    .production__ready-row {
        margin-top: 40px;
    }

    .cross-article ul p,.production__ready-row-info {
        padding-left: 25px;
    }

    .production__ready-row-info p {
        font-size: 20px;
    }

    .production__ready-item {
        margin-top: 30px;
    }

    .production__ready-item:nth-child(odd) {
        padding-right: 20px;
    }

    .production__ready-item:nth-child(even) {
        padding-left: 20px;
    }

    .production__ready-item-icon {
        margin-right: 25px;
    }

    .production__ready-item-info p {
        font-size: 15px;
    }

    .plastic__parkes {
        margin-top: 20px;
    }

    .plastic__parkes-grid {
        align-items: center;
        padding-top: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .plastic__parkes-image {
        padding: 0 15px;
    }

    .plastic__parkes-image img {
        width: 95%;
    }

    .plastic__parkes-year {
        font-size: 100px;
        right: auto;
        left: -20px;
        top: -50px;
    }

    .plastic__parkes-about {
        padding-left: 0;
    }

    .plastic__parkes-about::before {
        left: 0;
        top: -40px;
    }

    .plastic__parkes-info {
        font-size: 16px;
        margin-top: 35px;
    }

    .plastic__parkes-name {
        font-size: 70px;
        margin-top: 40px;
        margin-left: -70px;
    }

    .plastic__title {
        font-size: 40px;
    }

    .plastic__mark {
        margin-top: 0;
    }

    .plastic__mark-slider {
        margin-top: 45px;
    }

    .plastic__mark-icon-container {
        max-width: 100px;
        width: 100%;
    }

    .plastic__mark-icon img {
        width: 100px;
        height: 100px;
    }

    .plastic__mark-icon p {
        font-size: 24px;
    }

    .plastic__mark-name {
        font-size: 24px;
        margin-top: 10px;
    }

    .plastic__mark-info {
        margin-top: 25px;
    }

    .plastic__bottle {
        margin-top: 90px;
    }

    .plastic__bottle-info {
        padding: 15px 0 15px 50px;
        width: 40%;
    }

    .plastic__bottle-image {
        font-size: 0;
        margin-left: -50px;
        width: 60%;
        min-height: 480px;
        background-size: cover;
        background-position: center;
    }

    .plastic__default-info {
        font-size: 17px;
        line-height: 1.7;
        margin-top: 40px;
    }

    .plastic__critic {
        margin-top: 60px;
    }

    .plastic__critic-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plastic__critic-info {
        font-size: 34px;
        width: 100%;
    }

    .plastic__critic-right {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }

    .plastic__greta {
        margin-top: 100px;
    }

    .plastic__greta-grid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .plastic__greta-info {
        width: 40%;
        padding-bottom: 0;
    }

    .plastic__greta-image {
        width: 60%;
        padding-top: 0;
    }

    .plastic__greta-title {
        font-size: 60px;
        line-height: 1;
    }

    .plastic__greta-sub-title {
        font-size: 24px;
        max-width: 250px;
        margin-top: 30px;
    }

    .plastic__typical {
        padding: 30px 0;
    }

    .plastic__typical--graph {
        padding: 50px 0;
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--100px {
        height: calc(100px*.5);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--130px {
        height: calc(130px*.5);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--150px {
        height: calc(150px*.5);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--220px {
        height: calc(220px*.5);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--250px {
        height: calc(250px*.5);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--265px {
        height: calc(265px*.5);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--380px {
        height: calc(380px*.5);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--430px {
        height: calc(430px*.5);
    }

    .plastic__typical--bottom {
        padding-bottom: 70px;
    }

    .plastic__typical-grid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .plastic__typical-grid--reverse .plastic__typical-image {
        margin-right: -50px;
        width: calc(50% + 25px);
    }

    .plastic__typical-grid--reverse .plastic__typical-about {
        padding-left: 0;
        padding-right: 25px;
    }

    .plastic__typical-grid--reverse .plastic__typical-about-container {
        margin-left: 0;
        margin-right: auto;
    }

    .plastic__typical-image {
        width: calc(50% + 50px);
        padding-right: 25px;
    }

    .plastic__typical-about {
        padding-left: 25px;
        width: 50%;
    }

    .plastic__typical-about--no-title .plastic__default-info {
        margin: 0;
        padding: 20px 0;
    }

    .plastic__graph-info {
        font-size: 32px;
        margin-left: 50px;
    }

    .plastic__typical-graph-el {
        margin-left: 15px;
    }

    .plastic__typical-graph-el p {
        font-size: 12px;
        top: calc(100% + 10px);
    }

    .plastic__typical-graph {
        min-height: 215px;
        height: 215px;
    }

    .plastic__typical-graph-item {
        font-size: 20px;
        width: 55px;
        height: 43px;
        padding: 10px;
    }

    .plastic__recycle {
        margin-top: 60px;
    }

    .plastic__recycle-title {
        font-size: 90px;
        margin-left: -15px;
    }

    .plastic__recycle-title span {
        font-size: 60px;
        margin-left: 15px;
    }

    .plastic__recycle-info {
        padding-left: 25px;
        margin-top: -30px;
    }

    .plastic__recycle-larysa,.plastic__typical--parts {
        margin-top: 40px;
    }

    .plastic__typical--parts .plastic__typical-grid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .plastic__typical--parts .plastic__default-info {
        font-size: 18px;
        line-height: 1.3;
    }

    .plastic__typical--parts .plastic__typical-about {
        width: 60%;
    }

    .plastic__typical--parts .plastic__typical-image {
        width: 40%;
        margin-right: 0;
        padding-left: 25px;
        margin-bottom: -20px;
    }

    .plastic__recycle-larysa-image {
        width: 75px;
        min-width: 75px;
        margin-right: 25px;
    }

    .calc__bottom-container {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .calc__bottom-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calc__bottom-buttons a {
        margin-top: 5px;
    }

    .calc__bottom-form .btn {
        min-width: 170px;
    }

    .calc__bottom-description {
        margin-top: 30px;
    }

    .calc__bottom-btn-img {
        min-width: 30px;
        width: 30px;
    }

    .faq {
        padding: 0 0 75px;
    }

    .faq__link {
        font-size: 20px;
        padding: 20px 50px 20px 0;
    }

    .faq__link span {
        top: 23px;
        right: 20px;
        width: 13px;
        height: 13px;
        border-width: 3px;
    }

    .faq__videos-item {
        max-width: 50%;
        padding: 15px 20px;
    }

    .promo-block {
        margin-top: 121px;
    }

    .promo-block__bg {
        padding: 35px 40px 30px;
    }

    .promo-block__title {
        font-size: 28px;
    }

    .promo-block__button {
        font-size: 16px;
        min-width: 160px;
        padding: 12px 25px;
    }

    .promo-block__man {
        bottom: -16px;
        left: 50%;
        width: 290px;
    }

    .promo-block__man-shadow {
        left: 52.5%;
    }

    .promo-block__bottom-info {
        padding-top: 30px;
        margin: 0 -25px;
        width: calc(100% + 50px);
    }

    .promo-block__bottom-item {
        padding: 0 25px;
    }

    .logistic-page {
        padding: 0 0 75px;
    }

    .logistic-page__title {
        font-size: 30px;
        margin: 35px 0;
    }

    .logistic-page__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }

    .logistic-page__row,.tree-instruction__item--editable .tree-instruction__image img {
        width: 100%;
    }

    .logistic-page__info {
        padding: 30px 0 0;
        width: 100%;
    }

    .logistic-page__el {
        width: auto;
        max-width: 100%;
    }

    .cross-article {
        padding-bottom: 50px;
        margin-top: 20px;
    }

    .cross-article__bg {
        min-height: 60vh;
        margin-bottom: 30px;
    }

    .cross-article__bg h1 {
        font-size: 44px;
    }

    .cross-article h3 {
        font-size: 34px;
        margin-top: 30px;
    }

    .cross-article p {
        font-size: 14px;
        line-height: 1.8;
    }

    .cross-article .bold {
        font-size: 20px;
    }

    .cross-article__inside {
        padding-left: 40px;
        padding-right: 40px;
    }

    .cross-article__image+h3 {
        margin-top: 65px;
    }

    .p-advantages__aqueduct-info {
        font-size: 24px;
    }

    .p-advantages__aqueduct-info--small {
        font-size: 20px;
        margin-top: 50px;
    }

    .p-advantages__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px;
    }

    .p-advantages__row-el {
        width: 50%;
        padding: 0 20px;
        margin-top: 200px;
    }

    .p-advantages__row-img {
        bottom: calc(100% - 70px);
    }

    .p-advantages__row-img--percent {
        width: 60%;
    }

    .p-advantages__row-img--form {
        width: 74%;
    }

    .p-advantages__row-img--design,.p-advantages__row-img--long {
        width: 50%;
    }

    .p-advantages__row-item {
        width: 100%;
        padding: 120px 25px 25px;
    }

    .p-advantages__box-title {
        font-size: 40px;
    }

    .p-advantages__box-image {
        width: 100%;
        margin: 0;
    }

    .p-advantages__elements-row {
        padding-top: 25px;
    }

    .p-advantages__elements-el {
        width: 33.333%;
        padding: 30px 10px 0;
        min-width: 150px;
    }

    .p-advantages__rain {
        font-size: 60px;
        margin-top: 40px;
    }

    .p-advantages__rain-img {
        width: calc(100% + 100px);
        margin: -20px -50px 50px;
    }

    .p-advantages__elements {
        margin-top: 40px;
    }

    .tree-hero {
        height: auto;
        padding: 170px 0;
    }

    .tree-hero__info img {
        bottom: 80%;
        left: 95%;
        width: 120px;
    }

    .tree-hero__info .title {
        font-size: 100px;
    }

    .tree-hero__info .fs128 {
        font-size: 80px;
    }

    .tree-hero__info .desc {
        font-size: 30px;
    }

    .tree-hero__info .fs80 {
        font-size: 50px;
    }

    .tree-hero__info .info {
        font-size: 24px;
        margin: 25px 0 0;
    }

    .tree-hero__info .fs34 {
        font-size: 30px;
    }

    .tree-instruments__title {
        padding: 45px 0;
    }

    .tree-instruments__el {
        width: 50%;
        padding: 10px 15px;
    }

    .tree-instruments__el:nth-child(1) {
        padding-left: 0;
    }

    .tree-instruments__el:nth-child(2) {
        padding-right: 0;
    }

    .tree-instruction {
        padding-top: 90px;
    }

    .tree-instruction__item {
        margin: 0 -25px;
        width: calc(100% + 50px);
    }

    .tree-instruction__item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .tree-instruction__item:nth-child(even) .tree-instruction__image img {
        margin-left: -50px;
    }

    .tree-instruction__item:nth-child(even) .tree-instruction__info {
        text-align: left;
    }

    .tree-instruction__item--editable {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 40px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .tree-instruction__item--editable:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tree-instruction__item--editable:nth-child(even) .tree-instruction__info {
        text-align: center;
    }

    .tree-instruction__item--editable .tree-instruction__image {
        padding: 0;
    }

    .tree-instruction__item--editable .tree-instruction__image:nth-child(1) {
        padding-right: 25px;
    }

    .tree-instruction__item--editable .tree-instruction__image:nth-child(2) {
        padding-left: 25px;
    }

    .tree-instruction__item--editable .tree-instruction__info {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    .tree-instruction__item--editable .tree-instruction__info p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        max-width: 100%;
        padding: 20px 0;
    }

    .tree-instruction__image {
        padding: 0 25px;
        margin: -20px 0;
        width: 50%;
    }

    .tree-instruction__image--no-margin {
        margin: 50px 0 0;
    }

    .tree-instruction__image img {
        width: calc(100% + 50px);
    }

    .tree-instruction__image .info9 {
        font-size: 16px;
        top: 40%;
        left: 70%;
    }

    .tree-instruction__image--editable {
        margin: -20px 0;
    }

    .tree-instruction__info {
        padding: 0 25px;
    }

    .tree-instruction__info p {
        font-size: 18px;
        line-height: 1.5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 480px;
        padding: 45px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .tree-instruction__info p span {
        position: static;
        right: auto;
        top: auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 5px;
    }

    .tree-instruction__info p .image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .tree-instruction__info p.large {
        font-size: 32px;
    }

    .tree-instruction__info .title {
        font-size: 40px;
        padding: 40px 0 0;
    }

    .tree-instruction__text {
        font-size: 32px;
        padding: 100px 0 0;
    }

    .tree-instruction__video {
        margin: 50px -50px 0;
        width: calc(100% + 100px);
    }

    .breadcrumbs {
        padding: 5px 0 4px;
    }

    .guide__info-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around;
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding-top: 30px;
        -ms-flex-pack: distribute;
    }

    .guide__info-tabs-btn {
        margin-top: 30px;
        padding: 0 15px;
    }
}

@media screen and (max-width:992px) {
    .j-page {
        padding: 30px 0;
    }

    .j-page__title {
        font-size: 42px;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }

    .j-page__title--small {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .j-page__column .j-page__item,.j-page__part {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 25px 0;
    }

    .j-page__item-info {
        padding-top: 20px;
    }

    .j-page__item-about {
        margin-top: 25px;
    }

    .j-page__large {
        width: 100%;
        padding-right: 0;
    }

    .j-page__item {
        padding-bottom: 25px;
    }

    .j-page__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        width: calc(100% + 20px);
        margin: 0 -10px;
        padding-top: 25px;
        padding-left: 0;
    }

    .j-page__column .j-page__item {
        margin-bottom: 20px;
        width: 33.3333%;
        padding: 0 10px;
        border-bottom: none;
    }

    .j-page__column .j-page__item:last-child {
        margin-bottom: 0;
    }

    .j-page__column .j-page__item-image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 100%;
        margin-right: 0;
    }

    .j-page__column .j-page__item-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #e1e1e1;
    }

    .j-page__column .j-page__item-title {
        font-size: 16px;
    }

    .j-page__column .j-page__item-about {
        font-size: 14px;
        margin: 10px 0 0;
    }

    .j-page__column .j-page__item-row {
        padding-top: 10px;
        margin-top: auto;
    }

    .j-page__item-row {
        margin-left: -3px;
        margin-right: -3px;
        width: calc(100% + 6px);
        padding-top: 15px;
    }

    .j-page__item-row .news__tags-btn {
        font-size: 12px;
        line-height: 1.2;
        margin: 3px;
        padding: 5px 8px;
    }

    .j-page__item-row .j-page__item-date {
        font-size: 12px;
        margin: 3px;
    }

    .j-page__more {
        margin: 30px 0;
    }

    .j-page__part:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .j-page__part:nth-child(even) .j-page__column,.j-page__part:nth-child(even) .j-page__large {
        padding-left: 0;
        padding-right: 0;
    }

    .j-page__column--row {
        margin: 0 -10px;
        width: calc(100% + 20px);
    }

    .j-page__column--row .j-page__item {
        width: 100%;
    }

    .j-page__column--row .j-page__item-el:last-child {
        display: none;
    }

    .j-page__column--video .j-page__item-el:last-child {
        display: inline-block;
    }

    .j-page__item-video-title {
        font-size: 18px;
        padding-left: 40px;
    }

    .j-page__item-el {
        width: 33.3333%;
        padding: 0 10px;
    }

    .j-page__item-el--large {
        width: 50%;
    }
}

@media all and (max-width:992px) {
    .legacy-popup__header {
        font-size: 24px!important;
        line-height: 28px!important;
    }

    .legacy-popup .mfp-content {
        padding: 30px 20px;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding: 5px;
    }
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure::after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        position: fixed;
        top: auto;
        bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        background: rgba(0,0,0,.6);
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        line-height: 35px;
        position: fixed;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        padding: 0;
        text-align: center;
        background: rgba(0,0,0,.6);
    }
}

@media only screen and (max-width:767px) {
    html body .hide-on-mobile {
        display: none;
    }

    html body .only-mobile {
        display: block;
    }
}

@media (max-width:767px) {
    .publication img {
        height: auto;
    }

    .publication .card {
        padding: 24px;
    }

    .publication td {
        padding-right: 16px;
    }

    .publication .table_border {
        padding: 16px;
    }

    .publication .publication-image {
        font-size: 12px;
        line-height: 17px;
        padding: 8px;
    }
}

@media only screen and (max-width:760px) {

    .component__colors .color span {
        width: 8px;
        height: 8px;
    }

    .calc__colors label {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .guide__subheading mark {
        font-size: 18px;
        min-width: 102px;
        margin-right: 15px;
        padding: 8px 20px;
        text-align: left;
        white-space: nowrap;
    }

    .guide__panel .row--middle .guide__col:last-child p {
        margin-top: 0;
    }

    .article table,.article table td,.article table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .article table,.article table tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article table td {
        align-items: flex-start;
        border-bottom: 1px solid #f5f6f9;
        -webkit-box-align: start;
        -ms-flex-align: start;
    }

    .article table td:nth-child(1) {
        font-weight: 600;
        background: #f5f6f9;
    }

    .article table td::before {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        width: 105px;
        min-width: 105px;
        padding-right: 10px;
        content: attr(data-label) "";
    }

    .calc__bottom-buttons a.buy-btn:hover {
        background: #ca0511;
    }

    nav.tn-calculators .container a {
        font-size: 13px;
        width: 32.5%;
        padding: 20px 10px;
    }

    .logistic-page__list li {
        font-size: 15px;
        margin-top: 20px;
    }

    .logistic-page__table th:nth-child(1) {
        width: 135px;
        max-width: 135px;
        min-width: 135px;
    }

    .logistic-page__table td:nth-child(1) {
        white-space: normal;
    }

    .tree-instruction .container:last-of-type .tree-instruction__item:last-child {
        padding-bottom: 100px;
    }

    .tree-instruction__item:nth-child(even) .tree-instruction__info p {
        margin-left: 0;
        padding: 0;
    }

    .tree-instruction__item:nth-child(even) .tree-instruction__info p span {
        right: auto;
        left: 0;
    }

    .tabs__buttons a::after,.tabs__buttons a::before,.tabs__buttons button::after,.tabs__buttons button::before {
        display: none;
    }

    .product .tabs__colors p {
        text-align: center;
    }

    h1.top {
        font-size: 20px;
        letter-spacing: 1px;
    }

    h2.small {
        font-size: 18px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .more__button,.more__paget {
        margin-top: 40px;
    }

    .more__paget a,.more__paget b {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        margin: 0 4px;
        padding: 7px;
    }

    .tabs__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0;
    }

    .tabs__buttons a,.tabs__buttons button {
        width: 100%;
        margin-top: 0;
        margin-bottom: 8px;
        padding: 16px;
        text-align: left;
        color: #e30613;
        border: 1px solid #dadadf;
    }

    .tabs__buttons a,.tabs__buttons a span,.tabs__buttons button,.tabs__buttons button span {
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .tabs__buttons a.is-active,.tabs__buttons button.is-active {
        background: #e30613;
        border-color: #e30613;
        color: #fff;
    }

    .tabs__buttons a.is-active span,.tabs__buttons button.is-active span {
        color: #fff;
    }

    .components__tabs button:last-child,.tabs__buttons a:last-child,.tabs__buttons button:last-child {
        margin-bottom: 0;
    }

    .cc-picker-code {
        font-size: 24px;
        min-width: 30px;
        margin-right: 10px;
        text-align: center;
    }

    .cc-picker-code-filter,.cc-picker-code-list {
        max-width: 240px;
    }

    .page-title .h2,.page-title h1.regular,.page-title h2 {
        padding: 30px 0 25px;
    }

    .hero__item {
        height: 445px;
        min-height: 445px;
        padding: 23px 0 40px;
        background: 0 0!important;
    }

    .hero__title {
        font-size: 30px;
        margin-top: 0;
        letter-spacing: .7px;
    }

    .hero__line {
        margin: 11px 0 14px;
        width: 110px;
    }

    .hero__text {
        font-size: 14px;
        line-height: 1.35;
        max-width: 200px;
        letter-spacing: .3px;
    }

    .bottom-right {
        margin-top: auto;
    }

    .bottom-right,.bottom-right .hero__info {
        text-align: right;
    }

    .bottom-right .btn {
        margin-left: auto;
    }

    .bottom-right .hero__line {
        margin-left: auto;
        margin-right: 0;
    }

    .bottom-right .hero__text {
        max-width: 100%;
        text-align: right;
    }

    .hero__text--small {
        font-size: 14px;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .hero__item-container {
        top: 0;
        display: none;
    }

    .hero__item-container-mobile {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
    }

    .hero .btn {
        margin-top: 25px;
    }

    .article ul,.hero__info,.privacy ul {
        padding-left: 0;
    }

    .hero__item-image {
        right: -38px;
        height: 57%;
    }

    .hero__slider-quentity .swiper-pagination-bullet,.hero__slider-quentity>div,.hero__slider-quentity>span {
        width: 100%;
    }

    .proposal {
        padding: 30px 0;
    }

    .proposal .container {
        padding: 0 20px;
    }

    .proposal__slider {
        margin-top: -7px;
        padding-bottom: 25px;
    }

    .proposal__item {
        min-height: 390px;
    }

    .proposal__item-image--1 {
        top: 20px;
        right: -180px;
        left: auto;
        height: 180px;
    }

    .proposal__item-image--2 {
        top: 30px;
        right: -200px;
        left: auto;
        height: 175px;
    }

    .proposal__item-image--3 {
        top: 20px;
        right: 15px;
        height: 180px;
    }

    .components {
        padding-top: 5px;
        padding-bottom: 45px;
    }

    .components__tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 3px;
    }

    .components__tabs button {
        width: 100%;
        margin-bottom: 8px;
        padding: 16px;
        text-align: left;
        color: #e30613;
        border: 1px solid #dadadf;
    }

    .components__grid {
        margin-top: 30px;
    }

    .components__column {
        width: 100%;
    }

    .component {
        padding: 16px 19px;
        min-height: 281px;
    }

    .component__link {
        bottom: 28px;
        right: 25px;
    }

    .component__link p {
        font-size: 30px;
    }

    .component__link svg {
        width: 27px;
        height: 27px;
        margin-left: 20px;
    }

    .component.big {
        min-height: 281px;
    }

    .component.big .component__image-container {
        width: 100%;
        max-width: 400px;
        height: 46%;
    }

    .component__title {
        font-size: 16px;
        letter-spacing: .4px;
    }

    .component__info {
        font-size: 12px;
        padding: 0 20px 17px;
    }

    .component__buttons {
        padding: 0 10px 20px;
    }

    .component__buttons .btn {
        font-size: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .component__buttons .btn--empty {
        min-width: 80px;
    }

    .component__colors {
        right: 15px;
        top: 15px;
    }

    .component.new .component__colors {
        top: 40px;
    }

    .component.new .component__title {
        max-width: calc(100% - 40px);
    }

    .component.new::after {
        top: 8px;
        right: 8px;
        width: 60px;
        height: 24px;
    }

    .component__colors .color {
        padding: 4px;
        width: 18px;
        height: 18px;
        border-width: 1px;
    }

    .services {
        padding: 0 0 20px;
        background: #fff;
    }

    .services .container {
        padding: 0;
    }

    .services__item {
        width: 100%;
        padding: 40px 20px 32px;
        background: #fff;
    }

    .services__item:nth-child(odd),.services__item:nth-child(odd):hover {
        background: #f5f6f9;
    }

    .services__item:hover {
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .services__link {
        display: none;
    }

    .services__title {
        font-size: 18px;
        margin-top: 16px;
        color: #e30613;
    }

    .services__info {
        font-size: 14px;
        line-height: 1.75;
        max-width: 100%;
        margin-top: 16px;
    }

    .services__main-title {
        display: none;
    }

    .services__image,.services__image--1 svg {
        width: 44px;
        height: 44px;
    }

    .services__image--2,.services__image--2 svg {
        width: 67px;
        height: 35px;
    }

    .services__image--3,.services__image--3 svg {
        width: 41px;
        height: 48px;
    }

    .services__image--4,.services__image--4 svg {
        width: 57px;
        height: 39px;
    }

    .articles {
        padding: 0 0 15px;
    }

    .articles__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        width: 100%;
    }

    .articles__item {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .articles__item.w100,.articles__item.w25,.articles__item.w50,.request__button .btn {
        width: 100%;
    }

    .articles__item.w25 .articles__image,.articles__item.w50 .articles__image {
        min-height: 1px;
        max-height: 100%;
    }

    .articles__item.w25 .articles__image img,.articles__item.w50 .articles__image img {
        position: static;
        width: 100%;
        height: auto;
    }

    .articles__item.w100 .articles__image {
        min-height: 250px;
        height: 250px;
    }

    .articles__item.h25 .articles__info-title,.articles__item.h50 .articles__info-title {
        font-size: 16px;
        letter-spacing: .5px;
    }

    .articles__item.h25 .articles__info-description,.articles__item.h50 .articles__info-description {
        font-size: 13px;
        line-height: 1.4;
        margin-top: 15px;
    }

    .articles__info {
        padding: 20px 0 0;
    }

    .articles__info-title {
        font-size: 16px;
        letter-spacing: .5px;
    }

    .articles__info-description {
        font-size: 13px;
        line-height: 1.4;
        margin-top: 15px;
    }

    .articles__image img {
        position: static;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

    .request {
        padding: 50px 0;
    }

    .request__container {
        padding: 20px;
        min-height: 1px;
    }

    .request__input input,.request__title {
        font-size: 24px;
    }

    .request__description {
        font-size: 12px;
        margin-top: 15px;
        letter-spacing: .4px;
    }

    .p-advantages__title br,.p-elements .component__title br,.p-spec__docs-row::before,.product--item .product__image-container::after,.product--item .product__image-container::before,.product-tabs .tabs__buttons::before,.request__image {
        display: none;
    }

    .request__phone {
        margin-top: 30px;
    }

    .request__phone--editable {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .request__ready {
        margin-top: 30px;
    }

    .request__row {
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 7px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
    }

    .request__button {
        margin-top: 15px;
        width: 100%;
    }

    .request__number {
        font-size: 24px;
        min-width: 30px;
        margin-right: 10px;
        text-align: center;
    }

    .request__row-input {
        width: 100%;
    }

    .request__input {
        margin-right: 0;
    }

    .request__input--full {
        max-width: 100%;
        width: 100%;
    }

    .request__select {
        margin-right: 0;
    }

    .gallery__item-popup span {
        font-size: 0;
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
        border-radius: 50%;
        background: #e30613;
    }

    .gallery__item-popup span img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .videos {
        padding: 0 0 15px;
    }

    .videos__grid {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 20px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .videos__item-container {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .videos__item-container:last-child {
        margin-bottom: 0;
    }

    .videos__item {
        width: 100%;
    }

    .product,.videos__item--info {
        padding: 30px 0;
    }

    .videos__item--info p {
        font-size: 18px;
        padding-left: 35px;
    }

    .videos__item--info p::before {
        top: 12px;
        left: 0;
        width: 20px;
    }

    .product {
        margin-bottom: 40px;
    }

    .product__title {
        font-size: 22px;
    }

    .product__container {
        width: 100%;
        margin-left: 0;
        padding: 0;
        min-height: 1px;
    }

    .product .tabs__colors {
        justify-content: center;
        margin-top: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .product__image-container {
        position: static;
        width: 100%;
        max-width: 450px;
        height: auto;
        margin-top: 10px;
        padding: 10px;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

    .product__types {
        margin: 20px -5px 0;
        width: calc(100% + 10px);
    }

    .product__types p {
        font-size: 10px;
        margin-top: 10px;
    }

    .product__type-image {
        padding: 8px;
    }

    .product__type {
        padding: 0 5px;
    }

    .product__image,.product__image img {
        max-height: 400px;
    }

    .product__size {
        font-size: 14px;
        margin-top: 8px;
    }

    .product__advantages {
        justify-content: center;
        width: calc(100% + 20px);
        margin: 15px -10px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .product__advantage {
        padding: 10px 5px;
        min-width: 33.33333%;
        width: 33.33333%;
    }

    .product__advantage p {
        font-size: 12px;
        margin-top: 10px;
    }

    .product__advantage-icon img {
        height: 25px;
    }

    .product__description {
        font-size: 14px;
        margin-top: 20px;
        max-width: 100%;
    }

    .product__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product__calc {
        margin: 15px -5px 0;
        width: calc(100% + 10px);
    }

    .product__calc .btn {
        padding: 13px 10px;
        min-width: 1px;
        margin: 0 5px;
        width: 50%;
    }

    .product__button {
        margin-left: -5px;
        margin-right: -5px;
        width: calc(100% + 10px);
    }

    .product__button .btn {
        font-size: 12px;
        width: 100%;
        min-width: 1px;
        max-width: 100%;
        margin: 0 5px;
        padding-right: 6px;
        padding-left: 6px;
    }

    .product__sub-title {
        font-size: 14px;
    }

    .product--item {
        padding: 30px 0;
        margin-top: 0;
    }

    .product--item .product__title {
        font-size: 22px;
    }

    .product--item .product__container {
        padding: 0;
    }

    .product--item .tabs__colors {
        margin-top: 15px;
    }

    .product--item .product__image-container {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin: 20px -20px 0;
        padding: 30px;
        background: #f5f6f9;
    }

    .product-tabs {
        padding-top: 30px;
    }

    .product-tabs .tabs__buttons {
        margin-bottom: 35px;
        width: 100%;
        padding: 0;
        border: 0;
    }

    .product-tabs .tabs__buttons button {
        padding: 16px;
        margin: 0 0 8px;
        border-radius: 0;
    }

    .p-advantages__image {
        width: 100%;
        padding-left: 0;
        margin: 20px 0 0;
    }

    .p-advantages__image img {
        width: 100%;
    }

    .p-advantages__grid,.p-advantages__item--reverse .p-advantages__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-advantages__info {
        width: 100%;
        padding: 0;
    }

    .p-advantages__title {
        font-size: 24px;
        display: block;
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .p-advantages__description {
        font-size: 14px;
        margin-top: 15px;
    }

    .p-advantages__item {
        margin-top: 40px;
    }

    .p-advantages__item--reverse .p-advantages__image,.p-advantages__item--reverse .p-advantages__info {
        padding: 0;
    }

    .p-advantages__item--reverse .p-advantages__title::before {
        left: 0;
        right: auto;
    }

    .p-spec__row {
        justify-content: space-between;
        margin-top: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .p-spec__grid,.p-spec__row p {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .p-spec__row p {
        font-size: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }

    .p-spec__row p span {
        margin-left: 0;
        margin-top: 5px;
    }

    .p-spec__grid {
        width: 100%;
        margin: 0;
    }

    .p-spec__item {
        overflow: visible;
        width: 100%;
        max-width: 100%;
        margin: 35px 0 0;
        padding: 0;
    }

    .p-spec__item-title {
        min-height: 1px;
        margin-top: 25px;
    }

    .p-spec__item-description {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 15px;
    }

    .p-spec__docs {
        margin-top: 40px;
        padding-bottom: 0;
    }

    .p-spec__docs-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 -20px;
        width: calc(100% + 40px);
    }

    .p-spec__docs-row:first-child .p-spec__docs-left {
        border-top: 1px solid #ebebeb;
    }

    .p-spec__docs-row:nth-child(odd) {
        background: #f5f6f9;
    }

    .article table td:nth-child(1)::before,.article table tr:nth-child(1),.p-spec__docs-row:nth-child(odd) .p-spec__docs-left::before {
        display: none;
    }

    .p-spec__docs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-spec__docs-chars,.p-spec__docs-files {
        width: 100%;
    }

    .p-spec__docs-left {
        margin: 0;
        padding: 13px 0;
        width: 100%;
        min-height: 1px;
        height: auto;
    }

    .p-spec__docs-left::before,.p-spec__docs-names::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .p-spec__docs-left::before {
        display: none;
    }

    .p-spec__docs-info {
        width: 100%;
    }

    .p-spec__docs-info p {
        font-size: 15px;
    }

    .p-spec__docs-info p.bold {
        min-width: 1px;
        margin-left: auto;
    }

    .p-spec__docs-info--mobile-gap {
        padding: 0 30px;
    }

    .p-spec__docs-names {
        width: 100%;
        height: auto;
        min-height: 1px;
        margin: 0;
        padding: 11px 0;
        border-bottom: none;
    }

    .p-spec__docs-names p {
        font-size: 14px;
    }

    .p-spec__docs-names::before {
        top: auto;
        bottom: 0;
    }

    .p-spec__docs-names:nth-child(even)::before {
        top: auto;
    }

    .p-spec__docs-image img {
        width: 25px;
        height: 28px;
        margin-left: -4px;
    }

    .p-spec__scheme {
        margin-top: 35px;
    }

    .p-spec .p-spec__item-pagination {
        margin-top: 20px;
    }

    .p-montazh {
        padding-top: 0;
    }

    .p-complect__info p.info-title,.p-montazh__title {
        font-size: 20px;
    }

    .p-montazh__grid {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 10px 0 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .p-montazh__item {
        padding: 0;
        margin-top: 25px;
        width: 100%;
    }

    .p-montazh__info {
        font-size: 14px;
        line-height: 1.4;
        padding: 20px 0 0;
    }

    .p-montazh__service {
        margin-top: 0;
        padding: 20px;
    }

    .p-montazh__service-title {
        font-size: 16px;
    }

    .p-montazh__service-row {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .p-montazh__service-row p {
        font-size: 14px;
        width: 100%;
        margin-top: 20px;
    }

    .p-complect {
        margin-top: 0;
    }

    .p-complect__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .p-complect__grid:last-child {
        margin-bottom: 0;
    }

    .p-complect__grid--reverse .p-complect__image-container {
        width: calc(100% + 40px);
        margin: 30px -20px 0;
    }

    .p-complect__grid--reverse .p-complect__info-container {
        padding: 0;
    }

    .p-complect__info-container {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        padding: 0;
    }

    .p-complect__info p {
        font-size: 14px;
        margin-top: 15px;
    }

    .p-complect .p-complect__pagination {
        margin-top: 30px;
    }

    .p-complect__image {
        padding: 0 30px;
    }

    .p-complect__image-container {
        width: calc(100% + 40px);
        margin: 30px -20px 0;
        padding: 30px 0 25px;
    }

    .p-spec-sys__info {
        position: static;
        top: auto;
        left: auto;
        display: block;
        width: 100%;
        max-width: calc(100% - 60px);
        margin-top: -200px;
    }

    .p-spec-sys__info p {
        font-size: 12px;
        width: 100%;
        max-width: 160px;
        margin-top: 15px;
        padding-right: 0;
        padding-left: 35px;
    }

    .p-spec-sys__container {
        height: auto!important;
    }

    .p-spec-sys__info p span {
        font-size: 13px;
        line-height: 1.2;
        width: 24px;
        min-width: 24px;
        height: 24px;
        min-height: 24px;
    }

    .p-elements .component.big {
        min-height: 281px;
    }

    .p-serts__slider {
        margin: 100px auto 0;
    }

    .p-serts__item {
        max-width: 92%;
    }

    .p-serts__item p {
        font-size: 16px;
    }

    .p-serts__slider-controls {
        top: -80px;
    }

    .p-serts__slider-controls .slider-button {
        width: 32px;
        height: 32px;
    }

    .p-serts__slider-controls .slider-button img {
        width: 14px;
        height: 14px;
    }

    .calc__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calc__item {
        padding: 30px 0;
    }

    .calc__item:last-child {
        padding-bottom: 0;
    }

    .calc__title-container {
        width: 100%;
    }

    .calc__title {
        width: 100%;
        margin-bottom: 35px;
    }

    .calc__right {
        width: 100%;
    }

    .calc__colors {
        margin: 0;
        width: 100%;
    }

    .calc__colors .checkbox {
        margin: 0 0 10px;
    }

    .calc__types {
        margin: 0 -10px;
    }

    .calc__plan-image,.calc__plan-sticky {
        margin: 0;
        padding: 0;
    }

    .calc__plan-image {
        position: relative!important;
        top: 0!important;
        left: 0!important;
        width: 100%!important;
    }

    .calc__plan-image img {
        margin: 0;
    }

    .calc__inputs-item {
        padding: 5px 0 5px 8px;
    }

    .calc__inputs-item p {
        font-size: 14px;
        padding-right: 10px;
    }

    .calc__inputs-input {
        margin: -5px 0;
    }

    .calc__inputs-input input {
        min-width: 80px;
        max-width: 80px;
    }

    .calc__inputs {
        margin-top: 30px;
    }

    .calc__result-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calc__result-row {
        padding: 8px 15px;
        max-width: 100%;
    }

    .calc__result-grid .calc__result-row {
        min-height: 48px;
        height: 48px;
    }

    .calc__result-image {
        margin: 25px 0;
        padding: 0;
        width: 100%;
    }

    .calc__plan-image img,.calc__result-image img {
        max-width: 400px;
        width: 100%;
    }

    .mfp-figure--image {
        padding: 40px 15px;
    }

    .mfp-inline-holder {
        padding: 5px;
    }

    .popup--form {
        width: calc(100% + 10px);
        max-width: calc(100% + 10px);
        min-height: 100vh;
        margin: -5px;
        padding: 20px;
        text-align: center;
    }

    .popup .mfp-close {
        right: 10px;
        top: 17px;
        width: 20px;
        height: 20px;
    }

    .mfp-figure .mfp-close::after,.mfp-figure .mfp-close::before,.popup .mfp-close::after,.popup .mfp-close::before {
        width: 2px;
        height: 20px;
    }

    .popup__information {
        padding: 20px 35px 15px 20px;
    }

    .popup__title,.warranty__file span {
        font-size: 14px;
    }

    .popup__pagination {
        font-size: 14px;
        position: static;
        top: auto;
        left: auto;
        margin-top: 10px;
    }

    .mfp-figure .mfp-counter .current,.popup__pagination .swiper-pagination-current {
        font-size: 20px;
    }

    .popup__parameters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px;
    }

    .popup__parameters-item {
        margin-right: 0;
        padding-top: 5px;
    }

    .popup__parameters-item::before {
        display: none;
    }

    .popup__slider-image {
        -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
        box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    }

    .popup__slider-image .mfp-placeholder {
        width: 130%;
        margin-left: -15%;
    }

    .popup__arrow {
        width: 34px;
        height: 34px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,.15);
        box-shadow: 0 0 8px rgba(0,0,0,.15);
    }

    .popup__arrow::after {
        width: 8px;
        height: 8px;
        border: 3px solid #e30613;
    }

    .popup__arrow-prev {
        left: 10px;
    }

    .popup__arrow-prev::after {
        left: 55%;
        border-top: none;
        border-right: none;
    }

    .popup__arrow-next {
        right: 10px;
    }

    .popup__arrow-next::after {
        left: 45%;
        border-bottom: none;
        border-left: none;
    }

    .popup__comment {
        padding-top: 10px;
        margin-top: 10px;
    }

    .popup__comment a,.popup__comment p {
        font-size: 12px;
    }

    .mfp-figure .mfp-close {
        right: 10px;
        top: 17px;
        width: 20px;
        height: 20px;
    }

    .mfp-figure .mfp-counter {
        font-size: 14px;
        position: static;
        top: auto;
        left: auto;
        margin-top: 10px;
    }

    .mfp-gallery .mfp-content {
        padding: 0;
    }

    .contacts {
        padding-bottom: 50px;
    }

    .contacts iframe .contact-page .filter {
        margin: 0 0 30px;
    }

    .warranty {
        padding-bottom: 0;
    }

    .warranty__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .warranty__image {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .warranty__image img {
        max-width: 180px;
        width: 100%;
        margin: 0;
    }

    .warranty__info {
        width: 100%;
        margin-top: 30px;
    }

    .warranty__info p {
        font-size: 14px;
        margin: 20px 0 0;
    }

    .privacy h4,.warranty__files {
        padding-top: 0;
    }

    .warranty__file {
        margin-top: 25px;
    }

    .privacy {
        padding-bottom: 50px;
    }

    .privacy h3 {
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: .5px;
    }

    .privacy h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .privacy p {
        line-height: 1.5;
    }

    .privacy ul li {
        position: relative;
        padding-left: 20px;
    }

    .privacy p,.privacy ul li::before {
        font-size: 13px;
    }

    .page404 {
        padding: 40px 0;
    }

    .page404__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page404__title {
        font-size: 26px;
        text-align: center;
    }

    .page404__image {
        display: none;
    }

    .page404__info-image {
        display: block;
        width: 100%;
        margin-top: 35px;
        text-align: center;
    }

    .page404__info-image img {
        width: 90%;
        max-width: 500px;
    }

    .page404__info {
        width: 100%;
        padding: 0;
    }

    .page404__text {
        font-size: 16px;
        margin: 15px 0 0;
        text-align: center;
    }

    .docs__container {
        position: relative;
        z-index: 2;
    }

    .docs__grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
        padding-top: 30px;
        margin: 0 -10px;
        width: calc(100% + 20px);
    }

    .docs__el {
        max-width: 50%;
        padding: 20px 10px 0;
        min-width: 300px;
    }

    .docs__item {
        margin: 0;
        width: 100%;
    }

    .docs__item-info-container {
        padding: 10px 20px 20px;
    }

    .docs__item-button {
        margin-top: 20px;
    }

    .docs__item-info {
        overflow: hidden;
        min-height: 57px;
        max-height: 57px;
        margin: 0;
        text-align: left;
    }

    .docs__item-info p {
        -webkit-line-clamp: 3;
        font-size: 15px;
    }

    .montage-head__toggler p {
        font-size: 16px;
        margin: 0;
        min-width: 80px;
    }

    .montage-head__toggler p:first-child {
        text-align: right;
    }

    .montage-head__toggler p:last-child {
        text-align: left;
    }

    .montage-head__toggler .switch {
        margin: 0 15px;
    }

    .montage-head__images {
        margin: 25px -10px 0;
        width: calc(100% + 20px);
    }

    .montage-head__images img {
        max-width: 200px;
    }

    .montage-head__image-container {
        padding: 0 10px;
    }

    .montage-head__buttons {
        margin: 25px -10px 0;
        width: calc(100% + 20px);
    }

    .montage-head__button {
        padding: 0 10px;
    }

    .guide {
        overflow: hidden;
        padding-top: 0;
    }

    .guide__body {
        font-size: 14px;
        line-height: 1.4;
    }

    .guide__body ol {
        padding: 6px 0 0 10px;
    }

    .guide__body ol>li {
        margin-top: 8px;
        padding-left: 8px;
    }

    .guide__item-image {
        margin: 0 -20px;
    }

    .guide__title {
        font-size: 24px;
    }

    .guide__subheading {
        font-size: 18px;
        margin-left: -20px!important;
        letter-spacing: .7px;
    }

    .guide__heading,.guide__heading+.guide__subheading {
        margin: 0 0 25px;
    }

    .guide__panel {
        padding: 25px 0 0;
    }

    .guide__panel--instruction {
        padding-bottom: 40px;
    }

    .guide__panel--instruction .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 28px;
    }

    .guide__group .row {
        margin: 0!important;
    }

    .guide__group .row>.guide__col {
        padding: 0!important;
    }

    .guide__group .guide__item {
        padding: 0 0 15px;
    }

    .guide__item {
        padding: 0 0 25px;
    }

    .guide__item .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .guide__panel .row--mobile-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .guide__col {
        width: 100%;
        max-width: 100%;
    }

    .guide__col--instruction {
        margin-bottom: 40px;
    }

    .guide__col--right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .guide__item-desc {
        padding-right: 0;
    }

    .guide__item-desc p {
        font-size: 14px;
        line-height: 1.5;
        margin: 18px 0;
    }

    .guide__item-desc ul>li {
        font-size: 14px;
        line-height: 1.5;
        padding-left: 45px;
        min-height: 30px;
    }

    .guide__item-desc ul>li::after {
        font-size: 16px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }

    .guide__item-desc--editable p {
        margin: 0 0 20px;
    }

    .guide__item-desc--editable h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .guide__item-desc--middle {
        text-align: left;
    }

    .guide__item-desc--middle p,.guide__tooltip-dropdown p {
        margin: 0;
    }

    .guide__help {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 0!important;
        padding: 15px;
    }

    .guide__tooltip-dropdown {
        padding: 25px;
        width: 180px;
        margin: 0 0 -12.5px -90px;
    }

    .guide__tooltip-dropdown img {
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }

    .guide__questions {
        margin-top: 20px;
    }

    .guide__form {
        margin-top: 10px;
    }

    .guide__input input,.guide__input textarea {
        padding: 14px 20px;
    }

    .guide__input:last-child {
        margin-bottom: 0;
    }

    .guide__montazh {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .guide__montazh p {
        font-size: 14px;
        position: static;
    }

    .guide__montazh .guide__item-image {
        display: none;
    }

    .guide__montazh-h,.guide__montazh-j,.guide__montazh-panel {
        position: static;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .guide__montazh-h p,.guide__montazh-j p,.guide__montazh-panel p {
        left: 0;
        top: 0;
    }

    .guide__montazh-h img,.guide__montazh-j img,.guide__montazh-panel img {
        width: 100%;
        margin-top: -20px;
        max-width: 200px;
    }

    .guide__montazh-panel {
        order: -1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
    }

    .article {
        padding: 0 0 30px;
    }

    .article h3 {
        font-size: 22px;
        line-height: 1.25;
        margin: 10px 0;
    }

    .article .italic {
        font-size: 18px;
    }

    .article h4 {
        font-size: 20px;
        line-height: 1.2;
    }

    .article p {
        font-size: 14px;
        line-height: 1.5;
        margin: 7px 0;
    }

    .article .bold {
        font-size: 15px;
    }

    .article__video {
        max-width: 100%;
        margin: 20px 0;
    }

    .article ul li {
        position: relative;
        padding-left: 25px;
    }

    .article ul li::before {
        font-size: 14px;
        line-height: 1.4;
    }

    .article__simple-image {
        margin: 20px auto;
        max-width: 270px;
    }

    .article__simple-image--small {
        max-width: 270px;
    }

    .article__images {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 15px 0;
        width: 100%;
    }

    .article__images .image {
        padding: 5px 0;
        max-width: 100%;
        width: 100%;
    }

    .article__images img {
        width: 100%;
        height: 100%;
    }

    .article__images--small .image {
        max-width: 450px;
    }

    .article table tr:nth-child(odd) {
        background: 0 0;
    }

    .article table p {
        font-size: 14px;
        line-height: 1.4;
        align-self: flex-end;
        word-break: break-word;
        -ms-flex-item-align: end;
    }

    .cookies {
        right: auto;
        bottom: 80px;
        left: 10px;
        width: calc(100% - 20px);
        padding: 15px 15px 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .cookies p {
        font-size: 12px;
        line-height: 1.4;
    }

    .cookies .title {
        font-size: 16px;
    }

    .cookies .btn {
        margin-right: -15px;
    }

    .cookies__button {
        margin-top: 10px;
    }

    .production {
        padding-bottom: 50px;
    }

    .production__hero-container {
        padding: 70px 0;
    }

    .production__hero-title {
        font-size: 22px;
        text-shadow: 0 0 15px rgba(0,0,0,.7);
    }

    .production__hero-info {
        padding: 20px 10px;
        margin: -40px -10px 0;
        width: calc(100% + 20px);
    }

    .production__hero-info p {
        font-size: 14px;
    }

    .production__line {
        padding: 50px 0 130px;
    }

    .production__line-content {
        width: 100%;
        text-align: left;
    }

    .production__line-after,.production__line-before {
        display: none;
    }

    .production__lider-company span,.production__line-title {
        font-size: 20px;
    }

    .production__line-info {
        font-size: 14px;
    }

    .production__line-pogruzchik {
        right: 10px;
        bottom: -20px;
        width: 240px;
    }

    .production__tech-grid {
        position: relative;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
    }

    .production__tech-technolog {
        align-items: flex-start;
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
    }

    .production__tech-technolog::after {
        position: absolute;
        bottom: 0;
        left: 0;
        order: 2;
        width: 100%;
        height: 1px;
        content: '';
        background: rgba(112,112,112,.5);
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .production__tech-image {
        max-width: 150px;
        margin: 30px auto 0;
    }

    .production__tech-info {
        text-align: center;
    }

    .production__tech-name {
        font-size: 16px;
    }

    .production__tech-about {
        position: relative;
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }

    .production__tech-about p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .production__tech-icons {
        padding-top: 10px;
    }

    .production__tech-func {
        font-size: 12px;
    }

    .production__tech-icon {
        margin: 10px 10px 0 0;
    }

    .production__tech-icon img {
        width: 50px;
        height: 50px;
    }

    .production__maked-grid {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .production__maked-info {
        padding-right: 0;
        width: 100%;
        padding-bottom: 25px;
    }

    .production__maked-info p {
        font-size: 14px;
        text-align: left;
    }

    .production__maked-image-container {
        width: 100%;
        margin: 0 -20px;
        width: calc(100% + 40px);
        height: 250px;
    }

    .production__maked-image {
        width: 100%;
        background-position: left center;
    }

    .production__maked-russia {
        bottom: 20px;
        padding: 10px 20px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .production__maked-russia p {
        font-size: 14px;
    }

    .production__today-container {
        padding-bottom: 0;
    }

    .production__today-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .production__today-info {
        width: 100%;
    }

    .production__today-info-p {
        font-size: 16px;
    }

    .production__today-tonn {
        margin-top: 25px;
        margin-left: 0;
    }

    .production__today-tonn img {
        margin-bottom: 0;
    }

    .production__today-tonn-info {
        position: static;
        top: 0;
        padding-top: 5px;
        padding-left: 0;
    }

    .production__today-tonn-info p {
        font-size: 36px;
    }

    .production__today-director {
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        padding-top: 30px;
        padding-right: 0;
        padding-bottom: 30px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
    }

    .production__today-larin {
        max-width: 150px;
        margin: 0 auto;
    }

    .production__today-director-info {
        position: static;
        padding-top: 10px;
        text-align: center;
    }

    .production__today-director-func {
        font-size: 12px;
    }

    .production__lider {
        margin-top: 25px;
    }

    .production__lider-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .production__lider-info {
        align-items: flex-start;
        width: 100%;
        padding-right: 0;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
    }

    .production__lider-company {
        font-size: 40px;
        padding: 15px 0 10px;
    }

    .production__lider-image-container {
        height: 200px;
        min-height: 200px;
        margin: 20px -20px 0;
        width: calc(100% + 40px);
    }

    .production__lider-image {
        left: 0;
        width: 100%;
    }

    .production__lider-about {
        font-size: 14px;
    }

    .production__begin {
        margin-top: 35px;
    }

    .production__begin-title {
        font-size: 26px;
    }

    .production__begin-pre-title {
        font-size: 16px;
    }

    .production__begin-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }

    .production__begin-image-container,.production__begin-info {
        width: 100%;
        padding: 0;
    }

    .production__info {
        margin-top: 25px;
    }

    .production__info p,.production__item-info-container p {
        font-size: 14px;
        margin-top: 20px;
    }

    .production__begin-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .production__begin-image img {
        position: static;
        right: 0;
        top: 0;
        width: 48%;
        height: auto;
    }

    .production__begin-image img:last-child {
        right: 0;
        top: 0;
    }

    .production__red-arrow {
        margin: 35px auto 0;
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
    }

    .production__item-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .production__item {
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 1px;
        padding-top: 35px;
        padding-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .plastic__critic-quantity-sub br,.plastic__greta-sub-title br,.plastic__greta-title br,.plastic__parkes-about::before,.production__item::before {
        display: none;
    }

    .production__item--reverse .production__item-info {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }

    .production__item--reverse .production__item-image {
        padding-right: 0;
    }

    .production__item--reverse .production__item-image .item-image {
        right: 0;
    }

    .production__item--reverse .production__item-icons {
        right: 0;
        left: 0;
    }

    .production__item-info {
        padding-right: 0;
        width: 100%;
        text-align: left;
    }

    .production__item-icons {
        position: static;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% + 20px);
        margin: 0 -10px 20px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .production__item-icons,.production__item-icons-column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .production__item-info-container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .production__item-icon {
        padding: 0 10px;
    }

    .production__item-icon .icon-image {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
    }

    .production__item-icon .icon-image img {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }

    .production__item-image {
        padding-left: 0;
        width: calc(100% + 40px);
        margin: 25px -20px 0;
    }

    .production__item-image .item-image {
        position: static;
        left: 0;
        width: 100%;
        height: 200px;
        min-height: 200px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .production__begin-info-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        width: 100%;
    }

    .production__begin-info-item {
        padding: 0;
        width: 100%;
    }

    .production__begin-info-item:first-child {
        padding: 0;
    }

    .production__begin-info-item:last-child {
        padding: 0;
    }

    .production__begin-info-item p {
        font-size: 14px;
        margin-top: 15px;
    }

    .production__begin-info-image {
        margin: 25px -20px 0;
        width: calc(100% + 40px);
    }

    .production__ready-title {
        font-size: 18px;
    }

    .production__ready {
        margin-top: 25px;
    }

    .production__ready-image {
        margin: 25px -20px 0;
        width: calc(100% + 40px);
    }

    .production__ready-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }

    .production__ready-row-image {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .plastic__typical--parts .plastic__typical-mob img,.production__ready-row-image img {
        max-width: 200px;
    }

    .production__ready-row-info {
        padding: 15px 0 0;
        width: 100%;
    }

    .production__ready-row-info p {
        font-size: 15px;
    }

    .production__ready-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .production__ready-item {
        width: 100%;
        margin-top: 25px;
    }

    .production__ready-item:nth-child(even),.production__ready-item:nth-child(odd) {
        padding: 0;
    }

    .production__ready-item-info p {
        font-size: 14px;
    }

    .production__ready-item-icon {
        margin-right: 15px;
    }

    .production__ready-item-icon img {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
    }

    .calc__bottom-buttons a,.production__video-container {
        margin: 0;
    }

    .production__video-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        width: 100%;
    }

    .production__video-el {
        width: 100%;
        padding: 20px 0 0;
    }

    [data-aos=fade-left],[data-aos=fade-right],[data-aos=fade-up] {
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    [data-aos=fade-left-parkes] {
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    .plastic__hero {
        padding: 100px 0 60px;
    }

    .plastic__hero-pro {
        font-size: 60px;
        padding: 5px 0 0;
        margin-bottom: -18px;
    }

    .plastic__hero-pro span {
        margin: 0 -5px;
    }

    .plastic__hero-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .plastic__hero-eco {
        font-size: 28px;
        padding: 10px 60px 10px 10px;
        background-position: right 18px center;
        background-size: 30px auto;
    }

    .plastic__middle-text {
        padding: 35px 0;
    }

    .plastic__middle-text p {
        font-size: 14px;
        display: inline;
    }

    .plastic__middle-text--large {
        padding: 0;
    }

    .plastic__middle-text--large p {
        font-size: 18px;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        margin-top: 20px;
    }

    .plastic__critic::before,.plastic__middle-text--large p::before {
        position: absolute;
        top: -20px;
        left: 0;
        width: 150px;
        height: 1px;
        content: '';
        background: #b1b1b1;
    }

    .plastic__parkes {
        margin-top: 0;
    }

    .plastic__parkes-grid {
        position: relative;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .plastic__parkes-year {
        font-size: 70px;
        left: -20px;
        top: -35px;
    }

    .plastic__parkes-about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
    }

    .plastic__parkes-image {
        width: 100%;
        padding: 0;
    }

    .plastic__parkes-image img {
        width: 80%;
        max-width: 350px;
    }

    .plastic__parkes-info {
        font-size: 14px;
        position: relative;
        margin-top: 15px;
    }

    .plastic__parkes-name {
        font-family: 'Proxima Nova Light',sans-serif;
        font-size: 56px;
        line-height: .9;
        margin-top: -31px;
        margin-left: 31px;
    }

    .plastic__granuly-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .plastic__granuly-info {
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
        margin: 0;
        padding: 30px 0 0;
    }

    .plastic__granuly-image {
        width: 100%;
        margin-top: 0;
        padding: 30px 0 0;
        text-align: center;
    }

    .plastic__granuly-image img {
        width: 100%;
        max-width: 90%;
    }

    .cross-article__bg h1,.plastic__title {
        font-size: 28px;
    }

    .plastic__mark {
        margin-top: 35px;
    }

    .plastic__mark-slider {
        margin-top: 25px;
    }

    .plastic__mark-icon-container {
        max-width: 70px;
        width: 100%;
    }

    .plastic__mark-icon img {
        width: 70px;
        height: 70px;
    }

    .plastic__mark-icon p {
        font-size: 20px;
    }

    .plastic__mark-name {
        font-size: 20px;
        margin-top: 10px;
    }

    .plastic__mark-info {
        font-size: 14px;
        margin-top: 10px;
    }

    .plastic__bottle {
        margin-top: 30px;
    }

    .plastic__bottle-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plastic__bottle-info {
        padding: 25px 0 0;
        width: 100%;
    }

    .plastic__bottle-image {
        margin: 0 -20px;
        width: calc(100% + 40px);
        min-height: 1px;
        height: auto;
        background: 0 0!important;
    }

    .plastic__bottle-image img {
        position: relative;
        height: auto;
    }

    .plastic__default-info {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 15px;
    }

    .plastic__critic {
        position: relative;
        margin-top: 30px;
        padding-top: 30px;
    }

    .plastic__critic::before {
        top: 0;
        left: 20px;
    }

    .plastic__critic-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plastic__critic-info {
        font-size: 24px;
        width: 100%;
    }

    .plastic__critic-right {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }

    .plastic__critic-quantity {
        font-size: 70px;
        line-height: 1;
        margin: 10px 0 5px;
        letter-spacing: 0;
    }

    .plastic__critic-quantity-sub {
        font-size: 14px;
        margin: 0 0 15px;
    }

    .calc__bottom-buttons a,.plastic__critic-small {
        font-size: 14px;
    }

    .plastic__critic-bottles-row {
        position: static;
        top: 0;
        left: 0;
        margin-top: 5px;
        margin-bottom: 15px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .plastic__critic-bottles-row img {
        width: 32px;
        height: 110px;
    }

    .plastic__critic-bottles-row img+img {
        margin-left: 15px;
    }

    .plastic__critic-bottles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .plastic__greta {
        margin-top: 35px;
    }

    .plastic__greta-grid {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plastic__greta-info {
        width: 100%;
        padding-bottom: 0;
    }

    .plastic__greta-image {
        width: 100%;
        padding-top: 25px;
        padding-left: 0;
    }

    .plastic__greta-image img {
        width: 100%;
        max-width: 350px;
    }

    .plastic__greta-image p {
        font-size: 10px;
        line-height: 1.2;
        margin-top: 5px;
    }

    .plastic__greta-title {
        font-size: 32px;
        line-height: 1;
        max-width: 230px;
        margin-top: 0;
    }

    .plastic__greta-sub-title {
        font-size: 18px;
        max-width: 250px;
        margin-top: 10px;
    }

    .plastic__typical {
        padding: 20px 0;
    }

    .plastic__typical--graph {
        padding: 15px 0 35px;
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--100px {
        height: calc(100px*.4);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--130px {
        height: calc(130px*.4);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--150px {
        height: calc(150px*.4);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--220px {
        height: calc(220px*.4);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--250px {
        height: calc(250px*.4);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--265px {
        height: calc(265px*.4);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--380px {
        height: calc(380px*.4);
    }

    .plastic__typical--graph.aos-animate .plastic__typical-graph-item--430px {
        height: calc(430px*.4);
    }

    .plastic__typical--graph .plastic__typical-about {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }

    .plastic__typical--bottom {
        padding-bottom: 40px;
    }

    .plastic__typical-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calc__bottom-buttons a.buy-btn .calc__bottom-btn-img,.plastic__typical-grid--reverse .plastic__typical-image,.plastic__typical-image,nav.tn-calculators .container a .desktop {
        display: none;
    }

    .plastic__typical-grid--reverse .plastic__typical-about {
        padding-left: 0;
        padding-right: 0;
    }

    .plastic__typical-grid--reverse .plastic__typical-about-container {
        margin-left: 0;
        margin-right: 0;
    }

    .plastic__typical-about {
        padding-left: 0;
        width: 100%;
    }

    .plastic__typical-about--no-title .plastic__typical-mob {
        padding-bottom: 15px;
    }

    .plastic__typical-about--no-title .plastic__default-info {
        padding: 8px 0;
    }

    .plastic__typical-title {
        font-size: 24px;
    }

    .plastic__typical-mob {
        font-size: 0;
        display: block;
        width: calc(100% + 40px);
        margin-top: 20px;
        margin-right: -20px;
        margin-left: -20px;
    }

    .plastic__typical-mob img {
        width: 100%;
        height: auto;
    }

    .plastic__graph-info {
        font-size: 24px;
        margin-left: 0;
    }

    .plastic__typical-graph-el {
        margin: 0 5px;
    }

    .plastic__typical-graph-el:first-child {
        margin-left: 5px;
    }

    .plastic__typical-graph-el p {
        font-size: 11px;
        top: calc(100% + 8px);
        word-wrap: break-word;
    }

    .plastic__typical-graph {
        padding: 0;
        margin-left: 0;
        margin-top: 20px;
        min-height: 172px;
        height: 172px;
    }

    .plastic__typical-graph-item {
        font-size: 14px;
        width: 45px;
        height: 30px;
        padding: 5px;
        border-radius: 8px;
    }

    .plastic__typical-graph-item p {
        font-family: 'Proxima Nova Semi',sans-serif;
    }

    .plastic__recycle {
        margin-top: 30px;
    }

    .plastic__recycle-title {
        font-size: 36px;
        margin-left: -5px;
    }

    .plastic__recycle-title span {
        font-size: 24px;
        margin-left: 5px;
    }

    .plastic__recycle-info {
        font-size: 16px;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        padding-left: 0;
    }

    .plastic__recycle-bg {
        margin-top: 25px;
        height: auto;
        min-height: 1px;
        margin-bottom: 0;
        background: 0 0!important;
    }

    .plastic__recycle-bg img {
        position: relative!important;
        display: block;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .plastic__recycle-bg p {
        font-size: 14px;
        line-height: 1.6;
        position: static;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }

    .plastic__typical--parts {
        margin-top: 0;
        padding-top: 10px;
    }

    .plastic__typical--parts .plastic__typical-grid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .plastic__typical--parts .plastic__default-info {
        font-size: 14px;
        line-height: 1.6;
    }

    .plastic__typical--parts .plastic__typical-about {
        width: 100%;
    }

    .plastic__typical--parts .plastic__typical-mob {
        padding: 0 20px 10px;
        text-align: center;
    }

    .plastic__recycle-larysa {
        margin-top: 40px;
    }

    .plastic__recycle-larysa-image {
        width: 60px;
        min-width: 60px;
        margin-right: 20px;
    }

    .plastic__recycle-larysa-name {
        font-size: 16px;
    }

    .plastic__recycle-larysa-name span {
        font-size: 12px;
    }

    .calc__bottom-request {
        margin-top: 20px;
    }

    .calc__bottom,.calc__bottom--wrap .calc__bottom-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calc__bottom-form .input-container {
        margin: 10px 0 0;
    }

    .calc__bottom {
        margin-top: 0;
    }

    .calc__bottom-left {
        max-width: 100%;
        width: 100%;
        height: auto;
        min-height: 1px;
        margin-top: 20px;
    }

    .calc__bottom-buttons,.calc__bottom-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calc__bottom-form .btn {
        margin: 10px 0 0;
        width: 100%;
    }

    .calc__bottom-buttons {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .calc__bottom-buttons a.buy-btn {
        justify-content: center;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin: 15px 0 0;
        padding: 15px 10px;
        text-align: center;
        color: #fff;
        background: #e30613;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .calc__bottom-btn-img {
        margin-right: 5px;
    }

    .calc__bottom-buttons a.buy-btn span {
        border: 0;
    }

    .calc__bottom-description {
        margin-top: 20px;
    }

    .faq {
        padding: 0 0 50px;
    }

    .faq__link {
        font-size: 16px;
        padding: 15px 25px 15px 0;
    }

    .faq__link span {
        top: 20px;
        right: 8px;
        width: 10px;
        height: 10px;
        border-width: 3px;
    }

    .promo-block,nav.tn-calculators .container {
        padding-bottom: 25px;
    }

    nav.tn-calculators .container a .mobile {
        display: inline-block;
    }

    .promo-block {
        margin-top: 40px;
    }

    .promo-block__bg {
        margin-bottom: 15px;
        padding: 20px 20px 0;
        text-align: center;
    }

    .promo-block__info {
        text-align: left;
    }

    .promo-block__title {
        font-size: 20px;
        letter-spacing: .5px;
        text-align: left;
    }

    .promo-block__button {
        font-size: 16px;
        min-width: 160px;
        padding: 12px 25px;
    }

    .promo-block__man {
        position: relative;
        right: 0;
        bottom: -17px;
        left: -10px;
        width: 240px;
        margin: 20px auto 0;
    }

    .logistic-page__table th img,.promo-block__man-shadow {
        display: none;
    }

    .promo-block__bottom-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .promo-block__bottom-item {
        width: 100%;
        padding: 15px 0 0;
    }

    .promo-block__bottom-item p {
        font-size: 14px;
    }

    .promo-block__bottom-list p {
        line-height: 1.3;
        padding: 6px 0 6px 30px;
    }

    .promo-block__bottom-list p::before {
        top: 5px;
        width: 22px;
        height: 22px;
    }

    .promo-block__bottom-list p::after {
        left: 8px;
        top: 10px;
        width: 4px;
        height: 8px;
    }

    .logistic-page {
        padding: 0 0 50px;
    }

    .logistic-page__title {
        font-size: 18px;
        margin: 20px 0;
    }

    .logistic-page__image {
        margin: 0 -20px;
    }

    .logistic-page__list ol {
        margin: 0;
        padding-left: 20px;
    }

    .logistic-page__list li p {
        margin-left: 5px;
    }

    .logistic-page__border {
        margin-top: 25px;
        padding: 10px;
    }

    .logistic-page__border p {
        font-size: 14px;
        line-height: 1.4;
    }

    .logistic-page__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 0;
    }

    .logistic-page__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .logistic-page__info {
        width: 100%;
        padding: 25px 0 0;
    }

    .logistic-page__info p {
        font-size: 16px;
    }

    .logistic-page__btn {
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .logistic-page__btn .btn {
        width: 100%;
        margin: 20px 0 0;
    }

    .logistic-page__el {
        width: 47%;
        max-width: 100%;
        margin: 25px 0 0;
    }

    .cross-article p,.logistic-page__el p {
        font-size: 12px;
        margin-top: 15px;
    }

    .logistic-page__el:last-child {
        margin-right: 0;
    }

    .logistic-page__table {
        margin: 0 -20px;
    }

    .logistic-page__table th {
        vertical-align: bottom;
        font-size: 12px;
    }

    .logistic-page__table td {
        font-size: 12px;
    }

    .cross-article {
        padding-bottom: 30px;
        margin-top: 15px;
    }

    .cross-article__bg {
        min-height: 350px;
        padding: 30px 0;
        margin-bottom: 25px;
    }

    .cross-article h3 {
        font-size: 24px;
        margin-top: 20px;
    }

    .cross-article h4 {
        font-size: 20px;
        margin-top: 15px;
    }

    .cross-article ul p {
        padding-left: 20px;
    }

    .cross-article .bold {
        font-size: 16px;
    }

    .cross-article__inside {
        padding-left: 0;
        padding-right: 0;
    }

    .cross-article__row {
        width: calc(100% + 20px);
        margin: 15px -10px 0;
    }

    .cross-article__row p,.cross-article__row-el--w33 {
        padding: 0 10px;
    }

    .cross-article__row-el--w40 {
        width: 50%;
        padding: 0 5px;
    }

    .cross-article__image {
        margin-top: 15px;
    }

    .cross-article__image+h3 {
        margin-top: 35px;
    }

    .product--item .product__image-container--optima {
        padding: 0;
    }

    .product--item .product__image-container--optima .product__image {
        background-size: contain;
        background-position: right bottom;
    }

    .p-advantages__aqueduct-info {
        font-size: 18px;
    }

    .p-advantages__aqueduct-info--small {
        font-size: 16px;
        margin-top: 25px;
    }

    .p-advantages__row {
        margin: 0;
        width: 100%;
        padding-top: 20px;
    }

    .p-advantages__row-el {
        width: 100%;
        padding: 0;
        margin-top: 120px;
    }

    .p-advantages__row-el:last-child {
        margin-top: 180px;
    }

    .p-advantages__row-img {
        bottom: calc(100% - 70px);
        max-width: 200px;
    }

    .p-advantages__row-img--percent {
        width: 60%;
        max-width: 170px;
    }

    .p-advantages__row-img--form {
        width: 74%;
    }

    .p-advantages__row-img--design {
        width: 60%;
        max-width: 165px;
    }

    .p-advantages__row-img--long {
        width: 50%;
        max-width: 140px;
    }

    .p-advantages__row-item {
        width: 100%;
        padding: 100px 20px 20px;
    }

    .p-advantages__box {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .p-advantages__box-title {
        font-size: 32px;
    }

    .p-advantages__box-image {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .p-advantages__box-bottom {
        margin-left: 0;
        margin-top: 0;
    }

    .p-advantages__box-item {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .p-advantages__box-item p {
        font-size: 16px;
    }

    .p-advantages__box-item--krovlya {
        position: static;
        left: auto;
        top: auto;
        margin-top: 20px;
    }

    .p-advantages__box-item-img {
        margin-right: 20px;
        width: 90px;
        min-width: 90px;
        max-width: 90px;
    }

    .p-advantages__box-item-img--instr img {
        width: calc(100% + 20px);
        margin-right: -10px;
        margin-left: -10px;
    }

    .p-advantages__box-colors {
        padding-top: 40px;
    }

    .p-advantages__box-colors-title {
        font-size: 28px;
        margin-left: 125px;
    }

    .p-advantages__box-colors-row {
        margin-top: 20px;
    }

    .p-advantages__box-color-item {
        margin-right: 25px;
        width: 100px;
    }

    .p-advantages__box-color-item p {
        font-size: 16px;
        margin: 20px 0 0;
    }

    .p-advantages__box-color-item span {
        font-size: 14px;
        margin: 10px 0 0;
    }

    .p-advantages__box-color {
        width: 100px;
        height: 100px;
    }

    .p-advantages__elements-row {
        padding-top: 10px;
    }

    .p-advantages__elements-el {
        width: 50%;
        padding: 20px 10px 0;
        min-width: 1px;
    }

    .p-advantages__elements-el p {
        font-size: 14px;
        margin-top: 15px;
    }

    .p-advantages__specifications-buttons {
        padding: 25px 0;
    }

    .p-advantages__specifications {
        margin-top: 35px;
    }

    .p-advantages__specifications .logistic-page__table td:first-child,.p-advantages__specifications .logistic-page__table th:first-child {
        padding-left: 20px;
    }

    .p-advantages__specifications .logistic-page__table td:last-child,.p-advantages__specifications .logistic-page__table th:last-child {
        padding-right: 20px;
    }

    .p-advantages__rain-img {
        margin-bottom: 0;
        margin-top: -10px;
    }

    .p-advantages__rain {
        font-size: 26px;
        margin-top: 20px;
    }

    .p-advantages__elements {
        display: none;
    }

    .mfp-content .components__column {
        max-width: 600px;
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }

    .mfp-content .component {
        padding: 16px 19px;
    }

    .mfp-content .component__info {
        padding: 0 20px 19px;
    }

    .mfp-content .component.new::after {
        top: 38px;
    }

    .mfp-content .component__buttons {
        padding: 0 10px 20px;
    }

    .tree-hero {
        height: auto;
        padding: 120px 0 100px;
    }

    .tree-hero__info img {
        top: -90px;
        bottom: auto;
        left: 60%;
        width: 80px;
    }

    .tree-hero__info .title {
        font-size: 60px;
        margin-left: -4px;
    }

    .tree-hero__info .fs128 {
        font-size: 60px;
    }

    .tree-hero__info .desc {
        font-size: 24px;
        margin-top: 5px;
    }

    .tree-hero__info .fs80 {
        font-size: 32px;
    }

    .tree-hero__info .info {
        font-size: 16px;
        margin: 15px 0 0;
    }

    .tree-hero__info .fs34 {
        font-size: 20px;
    }

    .tree-instruments__title {
        font-size: 24px;
        padding: 25px 0 20px;
    }

    .tree-instruments__row {
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .tree-instruments__row:last-child {
        border-bottom: none;
    }

    .tree-instruments__row:last-child .tree-instruments__el:last-child {
        border-bottom: 1px solid #e5e5e5;
    }

    .tree-instruments__el {
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #e5e5e5;
    }

    .tree-instruments__el p {
        font-size: 14px;
    }

    .tree-instruments__image {
        min-width: 60px;
        width: 60px;
        margin-right: 25px;
    }

    .tree-instruction {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .tree-instruction__item {
        position: relative;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .tree-instruction__item--editable:nth-child(even),.tree-instruction__item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tree-instruction__item:nth-child(even) .tree-instruction__image img {
        margin-left: 0;
    }

    .tree-instruction__item:nth-child(even) .tree-instruction__info {
        text-align: left;
    }

    .tree-instruction__item--editable {
        margin: 0;
    }

    .tree-instruction__item--editable .tree-instruction__image,.tree-instruction__item--editable .tree-instruction__info p {
        padding: 0;
    }

    .tree-instruction__item--editable .tree-instruction__image:nth-child(1) {
        padding-right: 0;
    }

    .tree-instruction__item--editable .tree-instruction__image:nth-child(2) {
        padding-left: 0;
    }

    .tree-instruction__item--editable .tree-instruction__info {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }

    .tree-instruction__image-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 -20px;
        width: 100%;
    }

    .tree-instruction__image-row .tree-instruction__image {
        margin: 25px 0 0;
    }

    .tree-instruction__image {
        padding: 0;
        margin: 25px -20px 0;
        width: calc(100% + 40px);
    }

    .tree-instruction__image img {
        width: 100%;
    }

    .tree-instruction__image--editable {
        margin: 25px -20px 0;
    }

    .tree-instruction__image .info9 {
        font-size: 14px;
        left: 65%;
    }

    .tree-instruction__image .margin-bottom {
        margin: -50px auto 0;
    }

    .tree-instruction__image .margin-bottom--left {
        padding-left: 10%;
        text-align: left;
    }

    .tree-instruction__image .margin-bottom img {
        width: 60%;
    }

    .tree-instruction__info {
        width: 100%;
        padding: 25px 0 0;
    }

    .tree-instruction__info p {
        font-size: 14px;
        line-height: 1.4;
        max-width: 100%;
        padding: 0;
        text-align: left;
    }

    .tree-instruction__info p span {
        position: static;
        right: auto;
        top: auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 5px;
    }

    .tree-instruction__info p.large {
        font-size: 24px;
        padding-top: 15px;
    }

    .tree-instruction__info .image {
        text-align: center;
    }

    .tree-instruction__info .image img {
        width: 50%;
    }

    .tree-instruction__info .title {
        font-size: 28px;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .tree-instruction__text {
        font-size: 24px;
        padding: 50px 0 0;
    }

    .tree-instruction__video {
        margin: 25px -20px 0;
        width: calc(100% + 40px);
    }

    .guide__info-tabs-desktop {
        display: none;
    }

    .guide__info-tabs-mobile {
        display: block;
        padding-top: 25px;
    }

    .guide__info-tabs-btn {
        margin: 16px 0 0;
        padding: 0;
    }

    .guide__info-tabs-item {
        padding-top: 4px;
        padding-bottom: 10px;
    }

    .guide__info-tabs-item p {
        margin-top: 17px;
    }

    .hero__text--black,.hero__title--black {
        margin: 0 auto;
        text-align: center;
    }

    .hero__title--black {
        font-size: 44px!important;
        line-height: 1.1;
        max-width: 336px;
    }

    .hero__text--black {
        font-size: 39px;
        line-height: 1;
        max-width: 500px;
        margin-top: 10px;
    }

    .hero__info--black {
        text-align: center;
    }

    .hero__item--black {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .is-mobile {
        display: block!important;
    }

    .is-desktop {
        display: none!important;
    }

    .mobile-flex-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (max-width:760px) {
    .j-page {
        padding: 15px 0 25px;
    }

    .j-page .j-page__item-date,.j-page .news__tags-btn {
        font-size: 12px;
        margin: 3px;
    }

    .j-page .news__tags-btn {
        line-height: 1.2;
        padding: 5px 8px;
    }

    .j-page__title {
        font-size: 24px;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    .j-page__title--small {
        font-size: 20px;
        margin-top: 20px;
    }

    .j-page__part {
        padding: 20px 0;
    }

    .j-page__item-info {
        padding-top: 15px;
    }

    .j-page__item-el--large .j-page__item-title,.j-page__item-title {
        font-size: 16px;
    }

    .j-page__item-about {
        font-size: 14px;
        margin: 15px 0 0;
    }

    .j-page__item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .j-page__column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding-top: 20px;
    }

    .j-page__column .j-page__item {
        margin-bottom: 25px;
        height: auto;
        width: 100%;
        padding: 0;
        border-bottom: none;
    }

    .j-page__column .j-page__item-about {
        font-size: 14px;
        margin: 15px 0 0;
    }

    .j-page__column .j-page__item-row {
        padding-top: 15px;
        margin-top: auto;
    }

    .j-page__item-row {
        margin-left: -3px;
        margin-right: -3px;
        width: calc(100% + 6px);
        padding-top: 15px;
    }

    .j-page__more {
        margin: 20px 0 40px;
    }

    .j-page__more-button {
        width: 100%;
        padding: 15px;
    }

    .j-page__item-el {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .j-page__column .j-page__item-el .j-page__item {
        margin-bottom: 25px;
    }

    .j-page__column .j-page__item-el:last-child .j-page__item {
        margin-bottom: 0;
    }

    .j-page__item-el--large {
        margin-bottom: 0;
    }

    .j-page__item-video-title {
        margin-bottom: 10px;
    }

}

@media only screen and (max-width:580px) {
    .videos__tabs .videos__tabs-item {
        margin-bottom: 10px;
    }

    .videos__tabs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .videos__grid {
        margin-top: 10px;
    }

    .faq__videos-item {
        max-width: 100%;
    }
}

@media only screen and (max-width:560px) {
    .hero__title--black {
        font-size: 36px!important;
        max-width: 280px;
    }

    .hero__text--black {
        font-size: 30px;
        max-width: 320px;
    }
}

@media only screen and (max-width:480px) {
    .hero__title--black {
        font-size: 30px!important;
        max-width: 220px;
    }

    .hero__text--black {
        font-size: 24px;
    }
}

@media only screen and (max-width:370px) {
    .gallery {
        padding: 0;
    }

    .gallery__grid {
        margin: 20px -5px 0;
        width: calc(100% + 10px);
    }

    .gallery__column {
        width: 50%;
        padding: 5px;
    }
}



@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .page__content {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: block;
    }
}

.calc {
    width: auto!important;
    height: auto!important;
}
/* End */


/* Start:/calculators/vodostok-ru/style.css?17524990581719*/


table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border-bottom: 5px solid #e30613;
}

td {
    text-align: left;
    font-weight: normal;
}

table tr:nth-child(1) {
    background-color: #e30613;
}

table tr:nth-child(1) td {
    color: #ffffff;
    font-weight: 400;
    padding: 10px 25px;
    white-space: nowrap;
    text-align: left;
    border: none;
    height: 50px;
}

table tr:nth-child(1) td:nth-child(2) {
    padding: 10px;
    text-align: center;
}

table td {
    color: #000;
    font-weight: 400;
    padding: 0px 25px;
    text-align: left;
    height: 38px;
}

table td:nth-child(2) {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
    width: 60px;
}

table.parameters {
    text-align: left;
}

table.parameters tr:first-child {
    background: #fff;
    color: #000;
}

table.parameters tr:first-child td {
    color: #000;
}

table.parameters td {
    border: none !important;
}

table.parameters td:nth-child(1) {
    width: 105px !important;
}

table.parameters td:nth-child(2) {
    text-align: left !important;
}

table td:nth-child(1) {
    width: 205px !important;
    border-bottom: 1px solid #e1e1e1;
}

.img {
    padding: 15px 0;
    width: 100%;
    text-align: center;
}

.calc__types p span{
white-space: normal !important;
}

@media (max-width: 576px) {
  .calc__types {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .calc .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.img img {
    width: 100%;
    height: auto;
    min-width: 350px;
}

/* End */


/* Start:/local/media/css/content.css?17226052581424*/
.content_.-middle-text {
    font-size: 16px;
}

.content_.-with-paddings {
    padding: 20px 0;
}

.content_ p {
    font-size: inherit;
}

.content_ table {
    border: 1px solid #ececec;
    line-height: 1.4;
    width: 100%;
}

.content_ table td {
    border: 1px solid #ececec;
    padding: 10px;
}

.content_ table {
    margin-bottom: 15px;
}

.content_ table p {
    padding: 0;
    margin: 0;
}

.content_ .table {
    margin-bottom: 30px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.content_ ol,
.content_ ul {
    counter-reset: num;
    margin-bottom: 20px;
}

.content_ ol li,
.content_ ul li {
    padding-left: 23px;
    position: relative;
    margin-bottom: 5px
}

.content_ li ul,
.content_ li ol {
    padding-top: 5px;
}

.content_ ol li:before {
    content: counter(num) '.';
    counter-increment: num;
    color: #E63223;
    position: absolute;
    top: 0;
    left: 5px;
}
.content_ ul li:before {
    background: #E63223;
    border-radius: 2px;
    content: '';
    position: absolute;
    top: 5px;
    left: 7px;
    height: 5px;
    width: 5px;
}

.content_ a:hover {
    text-decoration: underline;
}

.content_ h3,
.content_ h2 {
    margin-bottom: 15px;
}
.content_ h3 {
    margin-bottom: 10px;
}

.content_ .i {
    font-style: italic;
}
.content_ .b {
    font-weight: 700;
}
/* End */


/* Start:/local/templates/tn/components/bitrix/breadcrumb/tn/style.css?1709107617870*/
/*.breadcrumbs li.breadcrumbs-show-btn {
    display: none;
}
@media screen and (max-width: 412px) {
    .breadcrumbs li {
        display: none;
    }
    .breadcrumbs li.active {
        display: inline;
    }
    .breadcrumbs li:last-child,
    .breadcrumbs li:first-child,
    .breadcrumbs li.breadcrumbs-show-btn {
        display: inline;
    }
    .breadcrumbs-show-btn {
        display: inline;
    }
    .breadcrumbs-show-btn button {
        border: none;
        border-radius: 4px;
        position: relative;
        top: -2px;
        height: 14px;
        width: 22px;
    }

    .breadcrumbs-show-btn button:before {
        content: '...';
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.1em;
        position: absolute;
        top: -6px;
        left: 1px;
        right: 0;
    }
}*/
/* End */
/* /calculators/vodostok-ru/bundle.css?1708598100380482 */
/* /calculators/vodostok-ru/style.css?17524990581719 */
/* /local/media/css/content.css?17226052581424 */
/* /local/templates/tn/components/bitrix/breadcrumb/tn/style.css?1709107617870 */
