html,
body {
    padding: 0;
    margin: 0 auto;
    height: 100%;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    max-width: 1920px;
    color: #000;
    min-width: 1000px
}

a {
    color: #000;
    text-decoration: none
}

a:hover,
.quote__text .ya-phone {
    color: #e22c49;
    text-decoration: none
}

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

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

*:focus,
*:active {
    outline: none
}

.popups {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.fancybox-wrap {
    border: 2px solid #eee
}

.fancybox-inner {
    overflow-x: hidden !important
}

.popup {
    padding: 50px 0;
    color: #000
}

.popup__title {
    font-weight: bold;
    font-size: 30px;
    color: #000;
    margin-bottom: 40px
}

.popup-calc {}

.calc-popup__item {
    border-bottom: 2px solid #eee;
    padding: 20px 0
}

.calc-popup__send {
    padding: 20px 0;
    margin-bottom: -20px
}

.calc-popup__send-item {
    margin-bottom: 20px
}

.calc-popup__send .btn {
    width: 100%
}

.calc-popup__item:first-of-type {
    border-top: 2px solid #eee
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 13px 37px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 50px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s cubic-bezier(0.39, 0.58, 0.57, 1), opacity 0.15s ease-in-out;
    background: #e22c49;
    color: #fff
}

.btn:hover,
.option__btn:hover .btn {
    background: #f83352;
    border-color: #f83352;
    color: #fff;
    box-shadow: 0 10px 15px rgba(226, 44, 74, .3)
}

.btn[aria-expanded=true],
.btn[aria-expanded=false]:hover {
    background: #f83352 !important;
    color: #fff !important;
    border-color: #f83352 !important
}

.btn[aria-expanded=false] {
    background: #f5f5f5 !important;
    color: #f83352 !important
}

.btn:hover {
    text-decoration: none;
    color: #fff
}

.btn-lite {
    background: transparent;
    color: #f83352;
    border: 2px solid #eee
}

.btn-lite:hover {
    background: #f83352;
    border-color: #f83352;
    color: #fff
}

.btn-bordered {
    background: transparent;
    color: #f83352;
    border: 2px solid #f83352;
    padding: 11px 35px
}

.btn-bordered:hover {
    background: #f83352;
    border-color: #f83352;
    color: #fff
}

.btn-lite[aria-expanded=false] {
    border: 2px solid #eee !important
}

.btn:focus,
.btn.focus {
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-link {
    background: transparent;
    color: #e22c49;
    border: 0;
    border-radius: 0;
    padding: 0
}

.btn-link:hover {
    background: transparent;
    border-color: transparent;
    color: #f83352;
    box-shadow: none
}

ul.list-styled {
    margin: 0 0 30px 0;
    padding-left: 0;
    list-style: none
}

ul.list-styled li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px
}

ul.list-styled li:before {
    content: '';
    display: block;
    width: 15px;
    border-top: 2px solid #e22c49;
    position: absolute;
    left: 0;
    top: .8em
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

.h1,
.h2,
.h3,
.h4 {
    font-weight: bold
}

h2,
.h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 50px
}

.header {
    padding: 0;
    position: relative;
    z-index: 10;
    background: #fff;
    border-bottom: 2px solid #efefef
}

.wrap {
    padding: 0 30px
}

@media (min-width:1200px) {
    .wrap {
        padding: 0 40px
    }
}

.navbar {
    padding: 0;
    position: relative;
    z-index: 15;
    background: #fff;
    border-bottom: 2px solid #efefef
}

.navbar__holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: opacity .5s cubic-bezier(0.62, 0, 0.48, 1) 0s, transform .5s cubic-bezier(0.62, 0, 0.48, 1) 0s;
    transform: translate3d(0, -5px, 0);
    opacity: 0
}

.navbar__holder {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.navbar .navbar__holder {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width:1200px) {
    .navbar__holder {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width:767px) {
    .navbar__holder {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.navbar__menu {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    width: 100%
}

.navbar .navbar__menu {
    padding-left: 15px;
    padding-right: 15px
}

.navbar__search,
.navbar__user {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px
}

.navbar__user {
    text-align: right
}

@media (min-width:1200px) {

    .navbar__search,
    .navbar__user {
        -webkit-flex: 0 0 215px;
        -ms-flex: 0 0 215px;
        flex: 0 0 215px
    }
}

.navbar li {
    position: relative
}

.header__holder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: opacity .5s cubic-bezier(0.62, 0, 0.48, 1) .2s, transform .5s cubic-bezier(0.62, 0, 0.48, 1) .2s;
    transform: translate3d(0, -5px, 0);
    opacity: 0
}

.header__holder {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

@media (min-width:1200px) {
    .header__holder {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width:767px) {
    .header__holder {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 230px;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px
}

.header__logo img {
    max-width: 100%
}

@media (min-width:768px) {
    .header__logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:767px) {
    .header__logo img {
        max-height: 40px
    }
}

.header__menu {
    width: 100%
}

@media (min-width:768px) {
    .header .header__menu {
        -webkit-box-ordinal-group: 16;
        -webkit-order: 15;
        -ms-flex-order: 15;
        order: 15;
        margin-left: -10px
    }
}

@media (min-width:1200px) {

    .header__menu,
    .header .header__menu {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: 0;
        width: 100%;
        margin-top: -5px
    }
}

.header__contacts {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 230px;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

@media (min-width:768px) {
    .header__mobile {
        display: none
    }
}

.phones {
    text-align: right;
    white-space: nowrap
}

.phones__title {
    font-size: 15px;
    line-height: 25px
}

.phones__number {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold
}

.phones__number,
.phones__number a {
    color: #e22c49
}

.phones__title div,
.phones__number div {
    display: inline-block
}

.navbar-nav {
    margin: 0;
    padding: 0;
    font-weight: bold
}

.navbar .navbar-nav {
    font-weight: normal
}

.navbar-nav>li[hidden] {
    display: none
}

.navbar_header {
    font-size: 16px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: static;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.header .navbar_header {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.navbar .navbar_header {
    font-size: 14px
}

.header__menu {}

.header__menu.menu-inited {
    height: auto;
    overflow: visible
}

.navbar_header {
    width: 100%
}

.navbar-nav>li {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1200px) {
    .header .navbar_header {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

.navbar_header>li>a {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1300px) {
    .navbar_header>li>a {
        padding-left: 18px;
        padding-right: 18px
    }
}

.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 25px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #eee;
    margin-left: -2px;
    margin-bottom: -2px;
    transition: border-color .2s ease-in-out
}

.navbar .navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 8px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #eee;
    margin-left: -2px;
    margin-bottom: -2px;
    transition: border-color .2s ease-in-out
}

.navbar-nav>li:hover>a {
    border-bottom-color: #eee
}

.navbar-nav>li.menu-item-has-children:hover>a.root-item {
    border-color: #eee;
    border-bottom-color: #fff;
    z-index: 20;
    background: #fff
}

.navbar_header>li>a:hover,
.navbar_header>li>a:focus {
    background-color: #fff
}

.navbar_header li ul {
    list-style: none;
    padding: 0
}

.navbar_header ul a {
    display: block;
    padding: 8px 38px;
    font-size: 16px;
    line-height: 25px
}

.navbar_header>li>ul,
.navbar_header>li>.sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    transition: all .2s ease-in-out
}

.navbar_header>li:hover {
    z-index: 10
}

.navbar_header>li:hover>ul,
.navbar_header>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.navbar_header>li>ul {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    display: block;
    position: absolute;
    top: 100%;
    left: -22px;
    padding: 20px 0;
    margin: 0;
    background: #fff;
    width: 280px;
    font-size: 16px;
    border: 2px solid #eee
}

.navbar_header .sub-menu_wide {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-weight: normal;
    line-height: 25px;
    font-size: 16px
}

.navbar_header .sub-menu__holder {
    background: #fff;
    border: 2px solid #eee;
    padding: 55px 0 20px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.02)
}

.navbar_header ul a:hover {
    background: #f5f5f5
}

.navbar_header ul li:hover>a {
    background: #f5f5f5
}

.navbar_header>li>ul li {
    position: relative
}

.navbar_header .sub-menu {
    height: auto !important
}

.navbar_header>li>ul .sub-menu {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    display: block;
    padding: 15px 0;
    margin: 0;
    background: #fff;
    width: 280px;
    font-size: 16px;
    position: absolute;
    z-index: 999;
    left: -999em;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease
}

.navbar_header>li>ul .sub-menu:before,
.navbar_header>li>ul .sub-menu:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px
}

.navbar_header>li>ul .sub-menu:before {
    right: 100%
}

.navbar_header>li>ul .sub-menu:after {
    left: 100%
}

.navbar_header>li>ul.sub-menu li:hover>ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    left: calc(100% + 1px)
}

.navbar_header>li>ul.sub-menu li:hover>ul.left-side {
    left: auto;
    right: calc(100% + 1px)
}

.show-sub-menu {
    display: none
}

.sub-menu ol li {
    list-style-type: decimal-leading-zero
}

.sub-menu ol {
    counter-reset: li
}

.sub-menu ol li {
    list-style-type: none;
    counter-increment: li;
    position: relative;
    padding-left: 30px;
    margin-bottom: 45px
}

.sub-menu ol li:before {
    content: counter(li, decimal-leading-zero);
    position: absolute;
    left: 0;
    color: #e22c49;
    font-size: 14px
}

.sub-menu ol li a {
    display: contents;
    max-width: 140px
}

.sub-menu-toggle {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    margin-top: -5px
}

.sub-menu-toggle svg path {
    fill: none;
    stroke: #000;
    stroke-width: 1px;
    fill-rule: evenodd
}

a:hover .sub-menu-toggle svg path {
    stroke: #e22c49
}

.new-tab {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -4px
}

.new-tab svg path {
    fill: #000;
    fill-rule: evenodd
}

a:hover .new-tab svg path {
    fill: #e22c49
}

.animated .scene__car,
.animated .scene__car-pad,
.animated .scene__car-wheel,
.animated .scene__boxes_car,
.animated .scene__boxes_stand,
.animated .scene__boxes_stand .scene__box-line,
.animated .scene__boxes-block .scene__box,
.slick-current .scene__car,
.slick-current .scene__car-pad,
.slick-current .scene__car-wheel,
.slick-current .scene__boxes_car,
.slick-current .scene__boxes_stand,
.slick-current .scene__boxes_stand .scene__box-line,
.slick-current .scene__boxes-block .scene__box {
    animation-duration: 9300ms;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.62, 0, 0.48, 1);
    animation-delay: 0s;
    animation-fill-mode: both
}

.scenery {
    height: 567px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.scene {
    position: absolute;
    left: 50%;
    top: -1px;
    right: 0;
    height: 568px;
    overflow: hidden
}

.scene__car {
    position: absolute;
    left: 242px;
    top: -105px;
    width: 762px;
    height: 663px;
    z-index: 25;
    opacity: 0
}

.animated .scene__car,
.slick-current .scene__car {
    animation-name: car-move;
    opacity: 1
}

.scene__car-box {
    position: absolute;
    left: 319px;
    top: 0;
    width: 443px;
    height: 644px;
    background: url(/f/i/car1.png) left top no-repeat
}

.scene__car-pad {
    position: absolute;
    left: 3px;
    top: 400px;
    width: 319px;
    height: 146px;
    background: url(/f/i/car3.png) left top no-repeat
}

.animated .scene__car-pad,
.slick-current .scene__car-pad {
    animation-name: car-pad
}

.scene__car-wheel {
    position: absolute;
    top: 553px;
    width: 120px;
    height: 120px;
    background: url(/f/i/car2.png) left top no-repeat
}

.animated .scene__car-wheel,
.slick-current .scene__car-wheel {
    animation-name: car-wheel
}

.scene__car-wheel_front {
    left: 327px
}

.scene__car-wheel_rear {
    left: 639px
}

.scene__boxes {
    position: absolute;
    width: 290px;
    height: 246px;
    background: url(/f/i/car4.png) left top no-repeat;
    z-index: 30
}

.scene__boxes_stand {
    left: 240px;
    top: 322px;
    background: none;
    opacity: 0
}

.animated .scene__boxes_stand,
.slick-current .scene__boxes_stand {
    opacity: 1
}

.scene__boxes_stand:after {
    content: '';
    display: block;
    width: 290px;
    height: 38px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/f/i/box-stand.png) left bottom no-repeat
}

.scene__boxes_car {
    left: -2px;
    top: 315px
}

.scene__box-line {
    position: absolute;
    width: 284px;
    height: 75px
}

.scene__boxes .scene__box-line:nth-child(1) {
    left: 3px;
    top: 0;
    background: url(/f/i/box-line-1.png) left top no-repeat
}

.scene__boxes .scene__box-line:nth-child(2) {
    left: 3px;
    top: 69px;
    background: url(/f/i/box-line-2.png) left top no-repeat
}

.scene__boxes .scene__box-line:nth-child(3) {
    left: 3px;
    top: 138px;
    background: url(/f/i/box-line-3.png) left top no-repeat
}

.scene__boxes-block {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.scene__box {
    position: absolute;
    width: 86px;
    height: 75px;
    left: 242px;
    top: 381px;
    background: url(/f/i/box-v.png) left top no-repeat;
    opacity: 0
}

.scene__boxes-block .scene__box:nth-child(2) {
    left: 153px;
    top: 312px;
    animation-delay: 0.12s
}

.scene__boxes-block .scene__box:nth-child(3) {
    left: 242px;
    top: 312px;
    animation-delay: 0.24s
}

.scene__boxes-block .scene__box:nth-child(4) {
    left: 331px;
    top: 312px;
    animation-delay: 0.36s
}

.scene__boxes-block .scene__box:nth-child(5) {
    left: 420px;
    top: 312px;
    animation-delay: 0.48s
}

.scene__boxes-block .scene__box:nth-child(6) {
    left: 509px;
    top: 312px;
    animation-delay: 0.6s
}

.scene__boxes-block .scene__box:nth-child(7) {
    left: 598px;
    top: 312px;
    animation-delay: 0.72s
}

.scene__boxes-block .scene__box:nth-child(8) {
    left: 687px;
    top: 312px;
    animation-delay: 0.84s
}

.scene__boxes-block .scene__box:nth-child(9) {
    left: 776px;
    top: 312px;
    animation-delay: 0.96s
}

.scene__boxes-block .scene__box:nth-child(10) {
    left: 242px;
    top: 203px;
    animation-delay: 1.08s
}

.scene__boxes-block .scene__box:nth-child(11) {
    left: 509px;
    top: 203px;
    animation-delay: 1.2s
}

.scene__boxes-block .scene__box:nth-child(12) {
    left: 153px;
    top: 134px;
    animation-delay: 1.32s
}

.scene__boxes-block .scene__box:nth-child(13) {
    left: 242px;
    top: 134px;
    animation-delay: 1.44s
}

.scene__boxes-block .scene__box:nth-child(14) {
    left: 331px;
    top: 134px;
    animation-delay: 1.56s
}

.scene__boxes-block .scene__box:nth-child(15) {
    left: 420px;
    top: 134px;
    animation-delay: 1.68s
}

.scene__boxes-block .scene__box:nth-child(16) {
    left: 509px;
    top: 134px;
    animation-delay: 1.8s
}

.scene__boxes-block .scene__box:nth-child(17) {
    left: 598px;
    top: 134px;
    animation-delay: 1.92s
}

.scene__boxes-block .scene__box:nth-child(18) {
    left: 687px;
    top: 134px;
    animation-delay: 2.04s
}

.scene__boxes-block .scene__box:nth-child(19) {
    left: 776px;
    top: 134px;
    animation-delay: 2.16s
}

.scene__boxes-block .scene__box:nth-child(20) {
    left: 153px;
    top: 65px;
    animation-delay: 2.28s
}

.scene__boxes-block .scene__box:nth-child(21) {
    left: 242px;
    top: 65px;
    animation-delay: 2.4s
}

.scene__boxes-block .scene__box:nth-child(22) {
    left: 331px;
    top: 65px;
    animation-delay: 2.52s
}

.scene__boxes-block .scene__box:nth-child(23) {
    left: 420px;
    top: 65px;
    animation-delay: 2.64s
}

.scene__boxes-block .scene__box:nth-child(24) {
    left: 509px;
    top: 65px;
    animation-delay: 2.76s
}

.scene__boxes-block .scene__box:nth-child(25) {
    left: 598px;
    top: 65px;
    animation-delay: 2.88s
}

.scene__boxes-block .scene__box:nth-child(26) {
    left: 687px;
    top: 65px;
    animation-delay: 3s
}

.scene__boxes-block .scene__box:nth-child(27) {
    left: 776px;
    top: 65px;
    animation-delay: 3.12s
}

.scene__box_line1 {
    z-index: 7
}

.scene__box_line2 {
    z-index: 6
}

.scene__box_line3 {
    z-index: 5
}

.scene__box_line4 {
    z-index: 4
}

.scene__box_line5 {
    z-index: 3
}

.animated .scene__boxes-block .scene__box,
.slick-current .scene__boxes-block .scene__box {
    animation-name: stand-box-in
}

.animated .scene__boxes_car,
.slick-current .scene__boxes_car {
    animation-name: car-boxes
}

.animated .scene__boxes_stand,
.slick-current .scene__boxes_stand {
    animation-name: stand-boxes
}

.animated .scene__boxes_stand .scene__box-line,
.slick-current .scene__boxes_stand .scene__box-line {
    animation-name: stand-box
}

@keyframes car-move {
    0% {
        transform: translate(900px, 0px)
    }

    42% {
        transform: translate(0, 0)
    }

    55% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(900px, 0)
    }
}

@keyframes car-pad {
    0% {
        transform: translate(0, 0)
    }

    33% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 112px)
    }

    69% {
        transform: translate(0, 112px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes car-wheel {
    0% {
        transform: rotate(0)
    }

    42% {
        transform: rotate(-760deg)
    }

    55% {
        transform: rotate(-760deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes car-boxes {
    0% {
        transform: translate(0, 0);
        visibility: visible
    }

    33% {
        transform: translate(0, 0);
        visibility: visible
    }

    50% {
        transform: translate(0, 112px);
        visibility: visible
    }

    55% {
        transform: translate(0, 112px);
        visibility: hidden
    }

    56% {
        transform: translate(0, 112px);
        visibility: hidden
    }

    69% {
        transform: translate(0, 112px);
        visibility: hidden
    }

    100% {
        transform: translate(0, 0);
        visibility: hidden
    }
}

@keyframes stand-boxes {
    0% {
        transform: translate(0, 0);
        visibility: hidden
    }

    33% {
        transform: translate(0, 0);
        visibility: hidden
    }

    50% {
        transform: translate(0, 0);
        visibility: hidden
    }

    55% {
        transform: translate(0, 0);
        visibility: visible
    }

    56% {
        transform: translate(0, 0);
        visibility: visible
    }

    69% {
        transform: translate(0, 0);
        visibility: visible
    }

    90% {
        transform: translate(0, 0);
        visibility: visible;
        opacity: 1
    }

    100% {
        transform: translate(0, 0);
        visibility: visible;
        opacity: 0
    }
}

@keyframes stand-box {
    0% {
        transform: translate(0, 0);
        opacity: 1
    }

    73% {
        transform: translate(0, 0);
        opacity: 1
    }

    78% {
        transform: translate(0, -20px);
        opacity: 0
    }

    100% {
        transform: translate(0, -20px);
        opacity: 0
    }
}

@keyframes stand-box-in {
    0% {
        transform: translate(0, -20px);
        opacity: 0
    }

    82% {
        transform: translate(0, -20px);
        opacity: 0
    }

    87% {
        transform: translate(0, 0);
        opacity: 1
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes progress {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.scene__boxes .scene__box-line:nth-child(2) {
    animation-delay: 0.25s
}

.scene__boxes .scene__box-line:nth-child(3) {
    animation-delay: 0.5s
}

.scene__restart {
    text-align: center;
    margin-top: 30px
}

.pseudo {
    border-bottom: 1px dotted;
    color: #e22c49; //font-weight:bold;cursor:pointer}.scene__progress{font-size:0;line-height:0;width:0;height:3px;background:#e22c49;position:absolute;left:0;bottom:0;z-index:50;animation-duration:12300ms;animation-iteration-count:1;animation-timing-function:linear;animation-delay:0s;animation-fill-mode:both}.animated .scene__progress,.slick-current .scene__progress{animation-name:progress}.scene__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;min-height:100%;position:relative;z-index:40}.scene__text{width:100%}.scene__counter{padding-top:10px}.scene__title{margin-top:0;margin-bottom:30px}.scene__description{margin-bottom:40px}.search{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;margin:0}.search__submit{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;border:0;border-radius:0;background:transparent;padding:2px 0 0;margin-right:13px;cursor:pointer}.search__submit:active,.search__submit:focus{outline:0}.search__wrap{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.search__input{width:100%;padding:4px 0 0;border:0;border-bottom:1px solid #e2e2e2;font-weight:400;font-size:14px;line-height:14px}.search__input:active,.search__input:focus{outline:0}.search__input::-webkit-input-placeholder{color:#000;opacity:1}.search__input:-ms-input-placeholder{color:#000;opacity:1}.search__input::-ms-input-placeholder{color:#000;opacity:1}.search__input::placeholder{color:#000;opacity:1}[class^='icon-'],[class*=' icon-']{display:inline-block;width:14px;height:14px;line-height:14px;vertical-align:middle;background:url('/f/i/sprite.png?v2') -9999px -9999px no-repeat}@media (min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){[class^='icon-'],[class*=' icon-']{background-image:url('/f/i/sprite2x.png?v2');background-size:3500px 172px}}.icon-smallbox{width:63px;height:67px;background-position:-2909px -98px}.icon-metalbox{width:63px;height:67px;background-position:-2973px -98px}.icon-corona{width:63px;height:68px;background-position:-3037px -98px}.icon-siteorder{width:67px;height:67px;background-position:-3101px -98px}.icon-discount{width:67px;height:67px;background-position:-2771px -76px}.icon-verification{width:67px;height:67px;background-position:-2840px -76px}.icon-scanner-1{width:67px;height:67px;background-position:-3203px 0}.icon-scanner-2{width:67px;height:57px;background-position:-3272px 0}.icon-shredder{width:67px;height:67px;background-position:-3134px 0}.icon-2boxes{width:97px;height:97px;background-position:-2934px 0}.icon-values{width:67px;height:67px;background-position:-2628px -77px}.icon-calculator4{width:68px;height:67px;background-position:-2701px -76px}.icon-plus{width:14px;height:14px;background-position:-1192px -78px;margin-top:-2px}.btn .icon-plus{margin-right:20px}.btn:hover .icon-plus{background-position:-1210px -78px}.icon-area{width:24px;height:24px;background-position:-1480px -19px}.icon-capacity{width:24px;height:22px;background-position:-1480px -50px}.icon-quot{width:24px;height:20px;background-position:-1220px -53px}.icon-security{width:67px;height:66px;background-position:-2181px -75px}.icon-fire{width:67px;height:66px;background-position:-2256px -75px}.icon-conditions{width:67px;height:67px;background-position:-2332px -74px}.icon-online{width:67px;height:67px;background-position:-2409px -74px}.icon-search{width:18px;height:18px;background-position:-38px 0}.icon-user{width:19px;height:19px;background-position:0 0;margin-top:-3px;margin-right:11px}a:hover .icon-user{background-position:-19px 0}.icon-phone{width:20px;height:21px;background-position:-56px 0;margin:-2px 9px 0 0}.icon-arr{width:16px;height:10px;background-position:-637px 0}.btn-link .icon-arr{background-position:-653px 0}.icon-onlinebutton{width:20px;height:17px;background-position:-16px -24px;margin:-2px 16px 0 0}a:hover .icon-onlinebutton{background-position:-36px -24px}.icon-camera{width:20px;height:16px;background-position:0 -138px;margin:-2px 16px 0 0}a:hover .icon-camera{background-position:-20px -138px}.btn .icon-arr{margin-left:16px;transition:transform 0.15s ease-in-out}.btn:hover .icon-arr{transform:translate(10px,0)}.btn-round{width:50px;height:50px;padding:0;text-align:center}.btn-round i{margin:0!important}.icon-arr_back{transform:scaleX(-1)}.btn-round .icon-arr{transform:none!important}.btn-round .icon-arr_back{transform:scaleX(-1)!important}.btn-bordered .icon-arr{background-position:-653px 0}.btn-bordered:hover .icon-arr,.option__btn:hover .icon-arr{background-position:-637px 0}.icon-archive{width:68px;height:67px;background-position:-143px 0}.icon-shred{width:66px;height:67px;background-position:-211px 0}.icon-combine{width:67px;height:67px;background-position:-277px 0}.icon-scan{width:67px;height:67px;background-position:-1506px 0}.icon-optimize{width:67px;height:67px;background-position:-344px 0}.icon-service{width:67px;height:67px;background-position:-411px 0}.icon-storage{width:67px;height:67px;background-position:-76px 0}.icon-storage2{width:67px;height:67px;background-position:-478px 0}.icon-storage3{width:24px;height:22px;background-position:-1482px -75px}.icon-hub{width:24px;height:22px;background-position:-1513px -75px}.icon-finance{width:67px;height:67px;background-position:-1573px 0}.icon-insurance{width:67px;height:67px;background-position:-2691px 0}.icon-sale{width:67px;height:67px;background-position:-1640px 0}.icon-oil{width:67px;height:67px;background-position:-1707px 0}.icon-medical{width:67px;height:67px;background-position:-1774px 0}.icon-government{width:67px;height:67px;background-position:-1841px 0}.icon-automotive{width:67px;height:67px;background-position:-1908px 0}.icon-services{width:67px;height:67px;background-position:-1975px 0}.icon-industrial{width:67px;height:67px;background-position:-2042px 0}.icon-culture{width:57px;height:67px;background-position:-2109px 0}.icon-legal{width:67px;height:67px;background-position:-2166px 0}.icon-director{width:77px;height:67px;background-position:-2233px 0}.icon-bookkeeper{width:75px;height:67px;background-position:-2310px 0}.icon-lawyer{width:77px;height:67px;background-position:-2385px 0}.icon-administrative{width:77px;height:67px;background-position:-2462px 0}.icon-archivist{width:75px;height:67px;background-position:-2539px 0}.icon-technician{width:77px;height:67px;background-position:-2614px 0}.icon-quote{width:67px;height:54px;background-position:-545px 0}.icon-check{width:25px;height:25px;background-position:-612px 0}.icon-inteo{width:78px;height:14px;background-position:-1350px 0}a:hover .icon-inteo{width:78px;height:14px;background-position:-1428px 0}.icon-question{width:12px;height:18px;background-position:-1100px 0}.btn .icon-question{margin-left:-10px;margin-top:-2px;margin-right:15px}.icon-location{width:24px;height:24px;background-position:-1244px 0}.icon-subscribe{width:24px;height:20px;background-position:-1268px 0}.icon-confirm{width:17px;height:15px;background-position:-1333px 0}a:hover .icon-confirm,.btn:hover .icon-confirm,.icon-confirm_invert{background-position:-1316px 0}.btn .icon-confirm{margin-right:19px}.icon-poll{width:24px;height:22px;background-position:-1292px 0}.icon-list{width:24px;height:24px;background-position:-1124px 0}.icon-hall{width:24px;height:24px;background-position:-1148px 0}.icon-person{width:24px;height:24px;background-position:-1172px 0}.icon-logo{width:24px;height:28px;background-position:-1196px 0}.icon-addition{width:24px;height:24px;background-position:-1220px 0}.icon-popup{width:19px;height:16px;background-position:-669px 0}.btn .icon-popup{margin-left:15px;margin-top:-2px}.icon-calendar{width:24px;height:24px;background-position:-688px 0}.icon-answers{width:97px;height:97px;background-position:-712px 0}.icon-period{width:97px;height:97px;background-position:-809px 0}.icon-calculator{width:97px;height:97px;background-position:-906px 0}.icon-calculator2{width:97px;height:97px;background-position:-1003px 0}.icon-calculator3{width:67px;height:66px;background-position:-2556px -78px}.icon-calc{width:16px;height:18px;background-position:-1222px -26px;margin:-2px 20px 0 0}.icon-calc_invert{background-position:0 -24px}a:hover .icon-calc_invert{background-position:-1222px -26px}a:hover .icon-calc_invert_menu{background-position:0 -24px !important}.icon-numbers{width:67px;height:68px;background-position:0 -70px}.icon-abc{width:67px;height:67px;background-position:-67px -70px}.icon-index{width:67px;height:67px;background-position:-134px -70px}.icon-doc{width:67px;height:67px;background-position:-201px -70px}.icon-export{width:67px;height:67px;background-position:-268px -70px}.icon-post{width:67px;height:67px;background-position:-335px -70px}.icon-assessment{width:67px;height:67px;background-position:-402px -71px}.icon-agreement{width:67px;height:67px;background-position:-469px -71px}.icon-transport{width:67px;height:67px;background-position:-536px -71px}.icon-weighing{width:67px;height:67px;background-position:-603px -71px}.icon-act{width:67px;height:67px;background-position:-670px -105px}.icon-zoom{width:24px;height:24px;background-position:-687px -26px}.icon-subscriber{width:67px;height:67px;background-position:-737px -105px}.icon-gost{width:67px;height:66px;background-position:-877px -106px}.icon-temp{width:67px;height:67px;background-position:-807px -105px}.icon-jointing{width:67px;height:67px;background-position:-945px -98px}.icon-preparation{width:67px;height:67px;background-position:-1013px -98px}.icon-folding{width:67px;height:67px;background-position:-1081px -98px}.icon-insertion{width:67px;height:66px;background-position:-1114px -31px}.icon-pasting{width:67px;height:67px;background-position:-1149px -98px}.icon-access{width:67px;height:67px;background-position:-1504px -100px}.icon-preparation2{width:67px;height:67px;background-position:-1220px -99px}.icon-reception{width:67px;height:66px;background-position:-1291px -100px}.icon-topography{width:67px;height:66px;background-position:-1362px -100px}.icon-select-destruct{width:67px;height:66px;background-position:-1249px -28px}.icon-audit{width:67px;height:67px;background-position:-1328px -28px}.icon-provision{width:67px;height:67px;background-position:-1433px -100px}.icon-secret{width:67px;height:67px;background-position:-1403px -28px}.icon-public{width:66px;height:67px;background-position:-1577px -73px}.icon-model{width:67px;height:67px;background-position:-1651px -73px}.icon-new-soft{width:67px;height:67px;background-position:-1726px -73px}.icon-analysis{width:67px;height:67px;background-position:-1801px -73px}.icon-demonstration{width:67px;height:67px;background-position:-1873px -73px}.icon-adaptation{width:67px;height:67px;background-position:-1950px -73px}.icon-indicators{width:67px;height:67px;background-position:-2031px -73px}.icon-modification{width:67px;height:67px;background-position:-2108px -73px}.icon-download{width:16px;height:18px;background-position:-1195px -29px;margin:-2px 20px 0 0}.icon-sign{width:16px;height:18px;background-position:-1195px -55px;margin:-2px 15px 0 0}.icon-learning{width:63px;height:67px;background-position:-2486px -77px}.icon-twodocs{width:67px;height:67px;background-position:-2763px 0}.icon-folder{width:67px;height:67px;background-position:-2835px 0}.user__item{font-size:14px}.user__item a{display:inline-block;padding:12px 0 8px}.main-services{margin-bottom:100px;transition:opacity .5s cubic-bezier(0.62,0,0.48,1) .4s,transform .5s cubic-bezier(0.62,0,0.48,1) .4s;transform:translate3d(0,5px,0);opacity:0}.main-services{transform:translate3d(0,0,0);opacity:1}.main-services .nav{font-size:30px;line-height:40px;font-weight:bold;list-style:none;margin:0 0 60px -55px;padding:0;text-align:center}.main-services .nav-tabs_small.nav{font-size:20px;text-align:left;margin-bottom:50px}.main-services .nav-item{display:inline-block;margin-left:55px}@media (max-width:1100px){.main-services .nav{font-size:26px;line-height:36px } .main-services .nav-item{margin-left:30px }}.main-services .nav-link{border-bottom:1px dotted #b2b2b2}.main-services .nav-link:hover{border-bottom-color:#ecb5be}.main-services__links{border-left:2px solid #eee;border-top:2px solid #eee}.main-services__links-item{border-right:2px solid #eee;border-bottom:2px solid #eee;display:-webkit-box;display:-ms-flexbox;display:flex}.main-services__links-link{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:50px;text-align:center;transition:box-shadow .15s ease-in-out;margin:-2px;max-width:calc(100% + 4px)}.main-services_small .main-services__links-link{padding:40px 20px 50px}.main-services__links-link:hover{z-index:10}.main-services_small .main-services__links-image{height:25px}.main-services__num{font-size:16px;color:#e22c49;line-height:25px;font-weight:lighter;font-style:normal}.main-services__links-title{font-size:20px;line-height:30px;font-weight:bold;display:block}.main-services_small .main-services__links-title{font-size:16px;line-height:25px}.main-phrase{padding:80px 0 50px;min-height:722px;background-color:#f5f5f5}@media (min-width:768px){.main-phrase{background:#f5f5f5 url(/f/i/phrase.jpg) center bottom no-repeat}}.main-phrase__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.main-phrase__holder{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.main-phrase__text{font-size:30px;line-height:40px;font-weight:bold;max-width:440px;position:relative;margin-bottom:30px}.main-phrase__text .icon-quote{position:absolute;left:-97px;top:-24px}.main-phrase__author{padding-left:30px;position:relative}.main-phrase__author:before{content:'';display:block;width:15px;border-top:2px solid #000;position:absolute;left:0;top:.8em}.main-phrase .main-facts{margin-top:70px;padding-top:0}.main-facts{padding-top:10px}.main-facts__item dt{color:#e22c49;font-size:40px;font-weight:bold;white-space:nowrap}.main-facts__item dt span{font-size:14px;line-height:0}.main-facts__item dd{font-size:14px}.main-facts__item dd.invert{}@media (min-width:768px){.main-facts__item dd.invert{color:#fff}}.slick-slide{height:auto}.main-activity{background-color:#f5f5f5;padding:50px 0 150px}@media (min-width:768px){.main-activity{height:752px;padding:0 0 150px 0;background:#f5f5f5 url(/f/i/activity.jpg) center bottom no-repeat}}.main-activity ul.list-styled{margin-bottom:40px}.main-activity__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.main-activity__content{height:100%;min-height:645px}}.main-activity__holder{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.main-activity__text{font-size:30px;line-height:40px;font-weight:bold;max-width:440px;position:relative;margin-bottom:30px}.main-advantages{padding:50px 0 0}.main-advantages__title{margin-top:0;margin-bottom:30px}.main-advantages__title,.main-advantages__description{max-width:390px}.main-advantages__counter{padding-top:10px;text-align:center;margin-bottom:20px}@media (min-width:786px){.main-advantages__counter{text-align:left;margin-bottom:0}}.main-advantages__image{margin-top:-50px;text-align:center;margin-bottom:40px}@media (min-width:992px){.main-advantages__image{margin-bottom:0}}.main-advantages__image img{display:inline-block;vertical-align:top;max-width:100%}.main-advantages__item{padding:60px 0 0}@media (min-width:768px){.main-advantages__item{padding:60px 0 70px}}.main-advantages__navigation-holder{margin-bottom:60px;white-space:nowrap}@media (min-width:768px){.main-advantages__navigation-holder{position:absolute;bottom:115px;margin-bottom:0}}.main-advantages__navigation-holder .btn{margin-right:20px}.main-properties{background:#f5f5f5;padding:70px 0 40px}.main-properties__item{position:relative;padding-left:45px;margin-bottom:30px}.main-properties__item .icon-check{position:absolute;left:0;top:2px}.events{margin:0 0 100px}.events__content{border:2px solid #eee;padding-top:50px;padding-bottom:50px;background:#fff}.events__content .icon-calendar{margin-top:6px;margin-bottom:20px}@media (min-width:768px){.events__content .icon-calendar{margin-bottom:0}}.events__title{font-size:30px;line-height:40px;font-weight:bold;margin-bottom:10px}@media (min-width:768px){.events__title{margin-left:-30px}}.events__title a{display:inline-block}.events__date{font-weight:bold;color:#e22c49;text-transform:lowercase}@media (min-width:768px){.events__date{margin-left:-30px}}.events__text{margin-bottom:40px;padding-top:3px}.main-activity+.events{margin-top:-108px}.useful{margin-bottom:100px}.useful__item a{display:block;position:relative;border:2px solid #eee;padding:30px 30px 22px;transition:box-shadow .15s ease-in-out;line-height:25px}.useful__item a:hover{box-shadow:0 10px 30px rgba(0,0,0,.05)}.useful__item-icon{display:block;height:130px;margin-bottom:27px}.projects-row{overflow:hidden;margin:0 -20px;padding:0 20px;position:relative}.projects-row:before{content:'';display:block;position:absolute;z-index:10;width:20px;left:2px;top:0;bottom:0;background:url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACCAQAAADoM9SOAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiAggRDTpGagUeAAAAHElEQVQI12P8/5+BgYGBgZEBBtD5DKgyTAwkAgBHkgQCsC3ivwAAAABJRU5ErkJggg==') left top repeat-y}.projects-row:after{content:'';display:block;position:absolute;z-index:10;width:20px;right:2px;top:0;bottom:0;background:url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACCAQAAADoM9SOAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiAggREjqLMAuAAAAAHklEQVQI15XJoQEAAAgDIPT/n2fXJJVKQLn2BNrTAD2SBALfM9zKAAAAAElFTkSuQmCC') left top repeat-y}.projects-row .prev{position:absolute;left:-62px;top:50%;margin-top:-20px;z-index:20}@media (min-width:992px){.projects-row .prev{left:-82px}}.projects-row .next{position:absolute;right:-62px;top:50%;margin-top:-20px;z-index:20}@media (min-width:992px){.projects-row .next{right:-82px}}.projects-row .slick-list{overflow:visible}.projects-slider{padding:100px 0;overflow:hidden}.projects-slider h2{margin:0 0 50px 0}.projects-line{margin-bottom:60px;margin-left:-15px;margin-right:-15px}.projects-line__slide{padding:0 15px}.projects-line__item{display:block;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;height:308px;border:2px solid #f5f5f5;line-height:25px;padding:20px;margin-right:2px}@media (min-width:768px){.projects-line__item{margin-right:0}}.projects-line__item:before{content:"";position:absolute;top:-2px;right:-2px;width:0;height:0;border-bottom:60px solid #eee;border-right:60px solid #fff}.projects-line__item:after{content:"";position:absolute;top:2px;right:2px;width:0;height:0;border-bottom:54px solid #fff;border-right:54px solid transparent}.projects-line__item-title{-webkit-flex:0 0 25px;-ms-flex:0 0 25px;flex:0 0 25px;color:#e22c49;font-size:14px;opacity:0;transition:opacity .15s ease;padding-right:50px;margin-bottom:25px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.projects-line__item-image{-webkit-flex:0 0 109px;-ms-flex:0 0 109px;flex:0 0 109px;margin-bottom:29px;opacity:0;transition:opacity .15s ease;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.projects-line__item-description{-webkit-flex:0 0 76px;-ms-flex:0 0 76px;flex:0 0 76px;border-top:2px solid #eee;padding-top:20px;padding-bottom:4px;padding-right:15px;opacity:0;transition:opacity .15s ease;overflow:hidden;text-overflow:ellipsis}.projects-line__item-description-wrap{display:block;height:50px;overflow:hidden;text-overflow:ellipsis}.slick-active .projects-line__item-title,.slick-active .projects-line__item-image,.slick-active .projects-line__item-description{opacity:1}.footer{background:#eee;font-size:14px;color:#808080;padding:25px 0}.footer-links__item{margin-right:40px}.developer{float:right}.developer a{color:#808080!important}.developer .icon-inteo{margin-top:-2px;margin-left:15px;transform:scale(0.8)}.question{background:#f5f5f5;border-top:2px solid #eee;border-bottom:2px solid #eee}.question .container{position:relative;padding-top:68px;padding-bottom:30px;min-height:258px}.question_anna .container:before{content:'';display:none;width:241px;height:290px;position:absolute;left:32px;bottom:0;background:url(/f/i/anna.png);opacity:1;transition:opacity .5s ease}.question_anna .container:after{content:'';display:none;width:237px;height:290px;position:absolute;left:33px;bottom:0;background:url(/f/i/anna-hover.png);opacity:0;transition:opacity .5s ease}.question_tatiana .container:before{content:'';display:none;width:219px;height:290px;position:absolute;left:32px;bottom:0;background:url(/f/i/tatiana.png);opacity:1;transition:opacity .5s ease}.question_tatiana .container:after{content:'';display:none;width:219px;height:290px;position:absolute;left:33px;bottom:0;background:url(/f/i/tatiana-hover.png);opacity:0;transition:opacity .5s ease}.question_ekaterina .container:before{content:'';display:none;width:246px;height:289px;position:absolute;left:29px;bottom:0;background:url(/f/i/ekaterina.png);opacity:1;transition:opacity .5s ease}.question_ekaterina .container:after{content:'';display:none;width:246px;height:290px;position:absolute;left:29px;bottom:0;background:url(/f/i/ekaterina-hover.png);opacity:0;transition:opacity .5s ease}.question_olga .container:before{content:'';display:none;width:257px;height:289px;position:absolute;left:14px;bottom:0;background:url(/f/i/olga.png);opacity:1;transition:opacity .5s ease}.question_olga .container:after{content:'';display:none;width:256px;height:290px;position:absolute;left:15px;bottom:0;background:url(/f/i/olga-hover.png);opacity:0;transition:opacity .5s ease}@media (min-width:765px){.question .container:after{display:block} .question .container:before{display:block}}.question:hover .container:before{opacity:0}.question:hover .container:after{opacity:1}.question .quote{margin-left:0;max-width:440px}@media (max-width:1100px){.question .quote{max-width:470px;padding-right:30px}}@media (min-width:765px){.question .quote{margin-left:-40px}}.question__button{padding-top:10px;z-index:10;position:relative}@media (min-width:765px){.question__button{margin-left:-20px}}.quote__text{font-size:20px;line-height:35px;font-weight:bold;margin-bottom:19px}.quote__text a{white-space:nowrap;color:#e22c49}.quote__author{padding-left:30px;position:relative}.quote__author:before{content:'';display:block;width:15px;border-top:2px solid #000;position:absolute;left:0;top:.8em}.footer-menu{background:#f5f5f5;padding:70px 0 80px}.footer-menu__list{list-style:none;padding:0}.footer-menu__list li{margin-bottom:9px}.footer-extra-menu{background:#f5f5f5;border-bottom:2px solid #eee;margin-top:-28px}.footer-extra-menu__opener{text-align:center;margin-bottom:-27px}.footer-extra-menu__opener .btn{padding-left:45px;padding-right:45px}.footer-extra-menu__holder{padding-bottom:42px}.footer-contacts{background:#f5f5f5;padding:94px 0 44px}.footer-block{position:relative;padding-left:45px}.footer-block>i{position:absolute;left:0;top:1px}.footer-block>i.icon-subscribe{top:4px}.footer-block>i.icon-poll{top:2px}.footer-block__title{font-size:20px;line-height:35px;font-weight:bold;margin-bottom:30px}.contacts-address{margin-bottom:30px}.contacts-address__title{display:block;font-weight:bold;margin-bottom:10px}.subscribe-form{margin-top:40px}.subscribe-form__field{display:block;position:relative;margin-bottom:25px}.subscribe-form__field input{border:2px solid #eee;width:100%;padding:0 70px 0 25px;height:50px;line-height:50px;border-radius:50px}.subscribe-form__field button{position:absolute;right:0;top:0}.subscribe-form__agreement{font-size:14px;line-height:25px;opacity:.5}.subscribe-form__agreement a{color:#e22c49}.poll-form{margin-top:30px}.radio input[type=radio],.checkbox input[type=checkbox]{display:none}.radio label,.checkbox label{position:relative;padding-left:30px;cursor:pointer;margin-bottom:10px}.checkbox label{padding-left:35px}.radio label:before,.checkbox label:before{content:'';display:block;width:20px;height:20px;border:2px solid #eee;background:#fff;border-radius:20px;position:absolute;left:0;top:4px}.checkbox label:before{border-radius:5px}.radio input:checked+label:after{content:'';display:block;width:6px;height:6px;border:0;background:#e22c49;border-radius:20px;position:absolute;left:7px;top:11px}.checkbox input:checked+label:after{content:'';display:block;position:absolute;left:3px;top:8px;width:14px;height:12px;background:url('/f/i/sprite.png') no-repeat;background-position:-617px -33px}.button-toggle{padding:0;cursor:pointer;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:0.15s;transition-duration:0.15s;-webkit-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background:none;border:0;margin:0 15px 0 -5px;overflow:visible}.button-toggle,.button-toggle:active,.button-toggle:focus{outline:0}.button-toggle:hover{opacity:1}.button-toggle .button-toggle__inner{-webkit-transition-duration:0.1s;transition-duration:0.1s;-webkit-transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.button-toggle .button-toggle__inner::before{-webkit-transition:top 0.1s 0.14s ease,opacity 0.1s ease;transition:top 0.1s 0.14s ease,opacity 0.1s ease}.button-toggle .button-toggle__inner::after{-webkit-transition:bottom 0.1s 0.14s ease,-webkit-transform 0.1s cubic-bezier(0.55,0.055,0.675,0.19);transition:bottom 0.1s 0.14s ease,transform 0.1s cubic-bezier(0.55,0.055,0.675,0.19)}.btn[aria-expanded=true] .button-toggle__inner{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-delay:0.14s;transition-delay:0.14s;-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.btn[aria-expanded=true] .button-toggle__inner::before{top:0;opacity:0;-webkit-transition:top 0.1s ease,opacity 0.1s 0.14s ease;transition:top 0.1s ease,opacity 0.1s 0.14s ease}.btn[aria-expanded=true] .button-toggle__inner::after{bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom 0.1s ease,-webkit-transform 0.1s 0.14s cubic-bezier(0.215,0.61,0.355,1);transition:bottom 0.1s ease,transform 0.1s 0.14s cubic-bezier(0.215,0.61,0.355,1)}.button-toggle__box{width:12px;height:12px;display:inline-block;position:relative}.button-toggle__inner{display:block;top:50%;margin-top:-1px}.button-toggle__inner,.button-toggle__inner::before,.button-toggle__inner::after{width:12px;height:2px;background-color:#e22c49;border-radius:0;position:absolute;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-duration:0.15s;transition-duration:0.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.btn:hover .button-toggle__inner,.btn:hover .button-toggle__inner::before,.btn:hover .button-toggle__inner::after,.btn[aria-expanded=true] .button-toggle__inner,.btn[aria-expanded=true] .button-toggle__inner::before,.btn[aria-expanded=true] .button-toggle__inner::after{background-color:#fff}.button-toggle__inner::before,.button-toggle__inner::after{content:"";display:block}.button-toggle__inner::before{top:-5px}.button-toggle__inner::after{bottom:-5px}.preface{position:relative;z-index:8}#wrapper{opacity:0;transition:opacity .5s ease-out}.inited #wrapper{opacity:1}.body__progress-line{font-size:0;line-height:0;width:100%;height:3px;background:#f5f5f5;position:absolute;left:0;top:0}.body__progress{font-size:0;line-height:0;width:0;height:3px;background:#e22c49;position:absolute;left:0;top:0;z-index:50;animation-duration:12300ms;animation-iteration-count:1;animation-timing-function:linear;animation-delay:0s;animation-fill-mode:both;animation-name:progress}.inited .body__progress-line{display:none}.inited .body__progress{animation-name:none}.subtitle{}.subtitle__redline{height:2px;width:25px;background:#e22c49;margin:20px 0;display:none}.subtitle__ico{display:none;margin-top:8px}@media (min-width:576px){.subtitle__redline,.subtitle__ico{display:block}}.subtitle__main{}.list-checked{margin-bottom:50px}.list-checked__item{position:relative;padding-left:45px;margin-bottom:45px}.list-checked__item_boxes{margin-top:100px;padding-bottom:260px;z-index:1}.list-checked__item_boxes:after{content:'';position:absolute;left:-100px;right:-60px;top:-50px;bottom:0;background:#fff url(/f/i/boxes.png) no-repeat;background-position:100px bottom;z-index:-1}.list-checked__item a{color:#e12d48}.list-checked__item:before{position:absolute;content:'';left:0;top:2px;width:25px;height:25px;background:url('/f/i/sprite.png');background-position:-612px 0}.scrolled-content{padding-top:60px;margin-bottom:100px;background:#f5f5f5;position:relative;height:570px;overflow:hidden;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.scrolled-content:before{content:'';position:absolute;bottom:0;left:0;width:100%;border-bottom:3px solid #000;z-index:2}.scrolled-content__holder{width:2000px;position:absolute}.scrolled-content__item{margin-left:100px;display:inline-block;vertical-align:top;height:510px;line-height:510px;position:relative}.scrolled-content__item:before{content:'';display:inline-block;vertical-align:top}.scrolled-content__item img{display:inline-block;vertical-align:bottom}.scrolled-content__text{position:absolute;top:40%;left:0;line-height:30px}.scrolled-content__text span{color:#e22c49;display:block;font-weight:lighter;margin-bottom:15px}.scrolled-content__text b{font-size:20px}.services{margin-bottom:60px}.services__item{margin-bottom:40px}.services__item b{font-size:20px;font-weight:bold;line-height:35px;margin-bottom:20px;display:block}.services__ico{margin-bottom:30px;height:67px}.services__num{color:#e22c49;margin-bottom:20px}.services__note{margin-bottom:1rem;margin-top:1.5rem;color:rgba(0,0,0,.5);font-size:14px;position:relative;padding-left:35px}.services__note:before{display:block;content:'';width:22px;height:22px;position:absolute;left:0;top:.3em;background:url(/f/i/sprite.png) -2907px 0 no-repeat}@media (min-width:768px){.services__num{padding-top:100px;margin-bottom:0}}.photo-slider{overflow:hidden}.photo-slider .container{position:relative;padding-bottom:70px}@media (min-width:768px){.photo-slider .container{padding-bottom:60px}}.photo-slider__item{position:relative}.photo-slider__zoom{position:absolute;right:30px;top:30px;width:50px;height:50px;background:#fff;z-index:2;border-radius:50%;cursor:pointer}.photo-slider__zoom i{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.photo-slider__img{height:368px;-webkit-background-size:cover;background-size:cover;background-position:center;margin-bottom:40px}@media (min-width:768px){.photo-slider__img{height:468px}}@media (min-width:992px){.photo-slider__img{margin-bottom:70px;height:568px}}.photo-slider__counter{display:none}@media (min-width:992px){.photo-slider__counter{display:block}}.photo-slider__caption span{color:#e22c49}.photo-slider__navigation{position:absolute;bottom:0;left:15px;width:100%}@media (min-width:768px){.photo-slider__navigation{top:500px;bottom:auto}}@media (min-width:992px){.photo-slider__navigation{top:628px}}.photo-slider__navigation .btn{margin-right:20px}.option .photo-slider{margin:30px -40px 0;position:relative}@media (min-width:768px){.option .photo-slider{margin-top:0}}.option .btn{white-space:normal}.option .photo-slider__container{padding:0}.option .option__content-holder{//border:none;padding:55px 30px 60px}@media (min-width:992px){.option .option__content-holder{padding:55px 55px 60px}}.popup-form .option .option__content-holder{padding:40px 0 50px}.popup-form .option__item:hover{box-shadow:none!important}.option .icon-sign{display:none}@media (min-width:768px){.option .icon-sign{display:inline-block}}.option .photo-slider__img{margin-bottom:0}.option .photo-slider__navigation{top:0;bottom:0;margin:auto 0;height:50px;left:0;text-align:left}.option .photo-slider__navigation .btn{margin-left:40px}.option .photo-slider__navigation .btn:last-of-type{float:right;margin-right:40px}.options-container{background:#f5f5f5;padding:100px 0}.shred-options h2{margin-bottom:70px}.option{margin-bottom:30px}.option__counter{color:#e22c49;line-height:127px;display:none}@media (min-width:576px){.option__counter{display:block}}.option__item{background:#fff;border:2px solid #eee;transition:box-shadow .15s ease-in-out;padding:20px 40px;text-align:center}@media (min-width:768px){.option__item{text-align:left;padding:0 40px}}.option__item:hover{box-shadow:0 10px 30px rgba(0,0,0,.05)}.option_static .option__item:hover{box-shadow:none}.option_static .option__item:hover .option__name{color:#000}.option_static .option__btn{cursor:default}.option__btn{cursor:pointer;min-height:127px}.option__ico{margin-bottom:20px}.option__ico_small{padding-top:30px}@media (min-width:768px){.option__ico{margin-bottom:0}}.option__name{font-weight:bold;font-size:20px;line-height:35px;margin-bottom:20px;padding:10px 0}.option__btn:hover .option__name{color:#e22c49}.option__name p{font-weight:normal;margin-bottom:0;font-size:16px;padding-top:5px}.option__name p span{color:#e22c49;margin-left:10px}@media (min-width:768px){.option__name{margin-bottom:0}}@media (min-width:992px){.option__name{margin-left:-30px}}@media (min-width:768px){.option__arr{text-align:right}}.option__arr{pointer-events:none}.option__arr .btn-round{padding-top:20px}.option__arr .btn-bordered{border-color:#eee;pointer-events:none;padding-top:10px}.option__arr .icon-arr{transform:rotate(-90deg)!important}.option__arr_right .icon-arr{transform:none!important}.option__btn.collapsed .option__arr .icon-arr{transform:rotate(90deg)!important}.option__content-holder{padding:55px 55px 60px;border-top:2px solid #eee;margin-top:30px}@media (min-width:768px){.option__content-holder{margin-top:0}}.option__content .list-styled{margin-bottom:40px}.option__detail{padding-left:0;list-style:none}.option__detail li{margin-bottom:50px}.option__detail li i{margin-bottom:10px}.option__detail li b{color:#e22c49}.option__detail li sup{font-size:10px}.storage{padding:100px 0;background:#f5f5f5;margin-bottom:100px;overflow:hidden}@media (min-width:768px){.storage{background:#f5f5f5 url(/f/i/storage.png) no-repeat;background-position:center bottom}}.storage .btn{margin-bottom:20px}.breadcrumbs{list-style:none;padding-left:0;padding-top:60px;margin-bottom:40px}.breadcrumbs li{display:inline-block;vertical-align:top;font-size:14px}.breadcrumbs li i{padding:0 10px;color:#e02c47;font-style:normal}.margbot{margin-bottom:100px}.environment{min-height:280px;border:2px solid #eee;padding:50px 30px}@media (min-width:576px){.environment{padding:50px 0;background:url(/f/i/environment.png) center calc(100% - 60px) no-repeat}}.environment__title{font-size:20px;font-weight:bold;line-height:40px;margin-bottom:20px}.environment__text{margin-bottom:30px}.contacts .container{margin-bottom:50px}.contacts .nav{list-style:none;padding-left:0;margin-bottom:50px;border-radius:30px;display:inline-block;vertical-align:top}@media (min-width:576px){.contacts .nav{border:2px solid #eee}}@media (min-width:576px){.contacts .nav .nav-item{display:inline-block;vertical-align:top}}.contacts .nav .btn{min-width:195px;background:transparent;color:#000;border:2px solid #eee}@media (min-width:576px){.contacts .nav .btn{border:none}}.contacts .nav .btn span{border-bottom:1px dotted}.contacts .nav .btn:hover{background:#e22c49;color:#fff}.contacts .nav .btn:hover span{border-bottom:none}.contacts .nav .btn.active{background:#e22c49;color:#fff;border-color:transparent;z-index:2;position:relative}.contacts .nav .btn.active span{border-bottom:none}.contacts__item{margin-bottom:60px}.contacts__num{color:#e22c49}.contacts__title{font-size:20px;font-weight:bold;margin-bottom:15px;line-height:35px}.contacts__address{margin-bottom:10px}.contacts__coordinates{color:#e22c49}.contacts__phone{font-weight:bold;margin-bottom:10px}.contacts__mail{color:#e22c49}.contacts__map{height:568px;background-size:cover !important;background-position:center !important}.storage-facts{margin-bottom:40px}.storage-facts__text{margin-bottom:40px}.storage-facts .main-facts{margin-bottom:40px}.career{background:#f5f5f5}.career__holder{background:#fff;border:2px solid #eee;margin-bottom:100px;padding:0 0 50px 0}.career__title{padding:0 50px 0 30px;margin-bottom:60px}.career__title-holder{border-bottom:2px solid #eee;padding-bottom:30px}.career__title span{font-weight:bold;font-size:20px}.career__ico{margin-right:10px;margin-bottom:15px}@media (min-width:768px){.career__ico{margin-bottom:0}}.career__caption{margin-bottom:40px}.career__caption p,.career__caption span{color:#e22c49}.career__accept{opacity:.5;font-size:14px;line-height:25px}.career__send button{width:100%;max-width:195px;padding-left:0;padding-right:0;margin-bottom:20px}.form-control{margin-bottom:30px}.form-control label{margin-bottom:15px}@media (min-width:768px){.form-control label{margin-bottom:0}}.form-control label i{color:#e22c49;font-style:normal}.form-control textarea{min-height:230px;resize:none}.input{border:2px solid #eee;width:100%;padding:0 25px;min-height:50px;line-height:50px;border-radius:29px}.input-btn{position:relative}.input-btn .input{padding-right:190px}.input-btn button{position:absolute;right:0;top:0;bottom:0;height:auto;min-width:165px;background:#f5f5f5;color:#000;font-weight:normal}.team{background:#f5f5f5}.team .scenery{min-height:704px;margin-bottom:0;padding-top:50px;height:auto;background-position-y:bottom}@media (max-width:567px){.team .scenery{background-image:none !important}}.team .scene__content{height:auto;min-height:auto;padding-top:80px;padding-bottom:60px}.team .breadcrumbs{margin-bottom:-90px;z-index:3;position:relative}.team .scene__counter{padding-top:5px}.team .scene__title{margin-bottom:60px}.employee-name{position:relative;padding-left:30px;margin-top:30px}.employee-name b{display:block;margin-bottom:2px}.employee-name p{margin-bottom:2px}.employee-name:before{content:'';position:absolute;height:2px;background:#000;width:15px;left:0;top:13px}.employee:nth-of-type(even){background:#f5f5f5}.employee__content{min-height:645px;padding-bottom:60px}@media (min-width:992px){.employee__content{padding-bottom:0}}.employee__photo{text-align:center;padding-top:60px;margin-bottom:40px;border-bottom:2px solid #eee}@media (min-width:992px){.employee__photo{padding-top:0;margin-bottom:0;border:none}}.employee__photo img{max-width:50%}@media (min-width:567px){.employee__photo img{max-width:40%}}@media (min-width:992px){.employee__photo img{max-width:100%}}.employee__title{font-size:30px;line-height:40px;font-weight:bold;margin-bottom:60px}.employee__quot{padding-top:5px}.employee__text{margin-bottom:30px}.employee .employee-name{margin-top:0}.employee .employee-name b{margin-bottom:10px}.news{padding-left:0;list-style:none;margin-bottom:0}.news li{margin-bottom:60px}.news__date{color:#e22c49;margin-bottom:10px}.news__title{font-weight:bold;font-size:20px;margin-bottom:20px;display:inline-block;vertical-align:top}.subsribe{border:2px solid #eee;padding:50px 0;margin-bottom:60px}@media (min-width:768px){.subsribe{background:url(/f/i/environment2.png) center calc(100% - 60px) no-repeat}}.subsribe__title{font-weight:bold;font-size:20px;margin-bottom:20px}.subsribe .subscribe-form{margin-top:30px;margin-bottom:0}.subsribe .subscribe-form__field{margin-bottom:35px}.news-btn{margin-bottom:120px}.calc{margin-bottom:100px}.calc__size{margin-bottom:10px}.calc__size label{padding-top:11px}.calc__size .row .row{margin-bottom:20px}.calc__btns{padding-top:20px;margin-bottom:-20px}.calc__btns-item{margin-bottom:20px}.calc__btns .btn{width:195px}.calc__caption i{color:#e22c49}.calc__fromto{margin-bottom:20px}@media (min-width:768px){.calc__fromto_first{margin-right:10px}}@media (min-width:768px){.calc__fromto{margin-bottom:0}}.calc__fromto-item{display:inline-block;vertical-align:top;text-align:left}.calc__fromto .calc__fromto-item:first-of-type{width:30px;line-height:54px}.calc__fromto .calc__fromto-item:last-of-type{width:calc(100% - 30px)}.custom-select{}.dropup,.dropdown{position:relative}.bootstrap-select,.bootstrap-select>.dropdown-toggle{height:54px}.bootstrap-select>.dropdown-toggle{line-height:50px;border-radius:27px}.dropup .dropdown-toggle::after{border-top:0;border-bottom:0.3em solid}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;width:100%;max-width:100%;padding:0.5rem 0;margin:0.125rem 0 0;font-size:1rem;color:#292b2c;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:0.25rem}.dropdown-divider{height:1px;margin:0.5rem 0;overflow:hidden;background-color:#eceeef}.dropdown-item{display:block;width:100%;padding:3px 1.5rem;clear:both;font-weight:normal;color:#292b2c;text-align:inherit;white-space:nowrap;background:none;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1d1e1f;text-decoration:none;background-color:#f7f7f9}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0275d8}.dropdown-item.disabled,.dropdown-item:disabled{color:#636c72;cursor:not-allowed;background-color:transparent}.show>.dropdown-menu{display:block}.show>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#636c72;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.dropup .dropdown-menu{top:auto;bottom:100%;margin-bottom:0.125rem}.project-card{margin-bottom:20px}.project-card__main{border:2px solid #eee;padding:60px 0;margin-bottom:60px}.project-card__logo{padding-right:50px;margin-bottom:50px}@media (min-width:768px){.project-card__logo{margin-bottom:0;padding-top:30px}}.project-card__logo img{max-width:100%;margin:0 auto;display:block}@media (min-width:768px){.project-card__description{padding-left:50px;border-left:2px solid #eee}}.project-card__description b{margin-bottom:20px;font-size:20px;display:block}.project-card__description p{margin-bottom:0}.project-card__subtitle{font-size:20px;font-weight:bold;margin-bottom:30px;margin-top:30px}.project-card__text{padding-bottom:20px}.project-card__text p{margin-bottom:30px}.project-card__table{margin-bottom:55px}.project-card__table table{width:100%;border:2px solid #eee;table-layout:fixed}.project-card__table table tr{}.project-card__table table th{border:2px solid #eee;text-align:center;padding:15px 0}.project-card__table table td{color:#e22c49;border:2px solid #eee;text-align:center;padding:25px 30px;line-height:30px}@media (min-width:768px){.project-card__table table td{width:33.333333%}}.project-card__table table td:first-of-type{color:#000;text-align:left}@media (max-width:768px){.project-card__table table td,.project-card__table table tr{display:block} .project-card__table table thead tr{position:absolute;top:-9999px;left:-9999px} .project-card__table table td{border:none;border-bottom:2px solid #eee;position:relative;text-align:left} .project-card__table table tbody tr:last-of-type td:last-of-type{border:none} .project-card__table table td:first-of-type:before{display:none} .project-card__table table td:before{content:attr(data-label);display:inline-block;width:100%;white-space:nowrap;font-weight:bold;color:#000}}.calc-search .btn-round{width:100px}@media (min-width:992px){.calc-search .btn-round{width:195px}}.calc-search{margin-top:0}.calc-search .subscribe-form__field{margin-bottom:40px}.calc-search__subtitle{font-size:20px;font-weight:bold;margin-bottom:30px}.calc-search .checkbox label{margin-bottom:25px}.calc-search__checks{margin-bottom:-25px}.calc-table{padding-top:40px}.calc-table__title{font-weight:bold;font-size:20px;margin-bottom:50px}.calc-table table{width:100%;line-height:25px;margin-bottom:100px}.calc-table table th{font-weight:normal;padding:30px;border:2px solid #eee;text-align:center}.calc-table table td{padding:30px;border:2px solid #eee;vertical-align:top}.calc-table table th:first-of-type{text-align:left}@media (max-width:768px){.calc-table table th{display:none} .calc-table table td{display:block}}.useful__item{position:relative}.career__holder{margin-top:50px}.hide{display:none}.custom-file{position:relative;display:block;overflow:hidden;margin-bottom:0}.custom-file-input{position:absolute;top:0;right:0;direction:ltr;font-size:300px;margin:0;filter:alpha(opacity=0);opacity:0;cursor:pointer!important;height:auto!important;width:auto;bottom:0;max-width:165px;line-height:300px}.custom-file-control{position:relative;z-index:5;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.MultiFile-remove.close{float:none;display:inline-block;vertical-align:text-top;opacity:1;margin-left:3px;color:red;background:#fff;padding:0 5px;border:0;-webkit-appearance:none;position:absolute;right:0;font-size:34px}.MultiFile-label{position:relative;line-height:46px}.input-btn .btn{position:absolute;right:0;top:0;bottom:0;line-height:50px;height:auto;min-width:165px;background:#f5f5f5;color:#000;font-weight:normal;cursor:pointer}.custom-file-label{display:block}.input-btn .input{padding-right:170px}.help-block{color:#f83352;position:absolute;right:15px;top:-22px;font-size:12px;line-height:18px}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem;font-weight:bold}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.contacts .nav .btn{margin:-2px}.employee:nth-of-type(odd){background:#f5f5f5}.employee:nth-of-type(even){background:#fff}h1{font-size:30px;line-height:40px;margin:0 0 50px}.scenery{background-color:#f5f5f5;height:567px}.option__content-more{margin-top:40px}.photo-slider__zoom{display:block}.photo-slider_compact .container{padding-bottom:0!important}.photo-slider_compact{margin-bottom:10px}.page-404{padding:100px 0}.head-404{text-align:center;font-size:220px;line-height:220px;font-weight:bold;color:#233137}@media (max-width:767px){.head-404{font-size:120px;line-height:120px;margin-bottom:30px}}.preload{position:absolute;left:-9999px;top:-9999px;width:0;height:0;overflow:hidden}.popup-form{font:16px/30px 'Fira Sans',Arial,sans-serif;border:2px solid #eee;overflow:visible}.popup-form h3{text-align:center;font-size:30px;margin:20px 0 50px!important}.modify-close .fancybox-close-small{border:2px solid #eee;width:50px;height:50px;border-radius:50px;right:-27px;top:-27px;background:#fff;transition:all .3s ease}.modify-close .fancybox-close-small:after{top:3px;right:8px;width:30px;height:30px;font:normal 40px/40px Arial,Helvetica Neue,Helvetica,sans-serif;color:#f83352;background:transparent;transition:all .3s ease}.career__accept{opacity:.6;line-height:24px}.modify-close .fancybox-close-small:hover:after{color:#fff;background:transparent}.modify-close .fancybox-close-small:hover{background:#f83352;border-color:#f83352}.input[disabled],.input[readonly],fieldset[disabled] .input{background-color:#eee;opacity:1}.option__item_full{padding:0}.option__item_full .option__content,.option__item_full .option__btn{padding:0 40px}h4,.h4{font-size:24px;line-height:30px;margin:40px 0 30px}.table{width:100%;max-width:100%;margin-bottom:30px;background-color:transparent}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #e9ecef}.table thead th{vertical-align:bottom;border-bottom:2px solid #e9ecef}.table tbody+tbody{border-top:2px solid #e9ecef}.table .table{background-color:#fff}.table-sm th,.table-sm td{padding:0.3rem}.table-bordered{border:1px solid #e9ecef}.table-bordered th,.table-bordered td{border:1px solid #e9ecef}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,0.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#dddfe2}.table-hover .table-secondary:hover{background-color:#cfd2d6}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#cfd2d6}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>th,.table-dark>td{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,0.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,0.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,0.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{background-color:#e9ecef;border-color:#e9ecef}.table-dark{color:#fff;background-color:#212529}.table-dark th,.table-dark td,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,0.075)}@media (max-width:575px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar} .table-responsive-sm.table-bordered{border:0}}@media (max-width:767px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar} .table-responsive-md.table-bordered{border:0}}@media (max-width:991px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar} .table-responsive-lg.table-bordered{border:0}}@media (max-width:1199px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar} .table-responsive-xl.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive.table-bordered{border:0}.vote-note-box{border:2px solid #eee;background:#fff;padding:15px 20px;border-radius:25px}.option__name p{line-height:26px}.default a:not(.btn){color:#e22c49}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.calc .has-error input,.calc .has-error .dropdown-toggle,.calc .has-error .dropdown-toggle .bs-caret,.calc-popup .has-error input{border-color:#e22c49}.dropdown-toggle .bs-caret{width:54px}.btn.disabled,.btn:disabled{opacity:0.5;box-shadow:none!important}#pdfResult{margin-top:30px}#pdfResult:empty{display:none}.news__text p{margin:0}.news__date{text-transform:lowercase}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg)} to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0deg)} to{transform:rotate(360deg)}}.btn.loading>.icon-plus{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}.list-back{margin-top:35px}.btn .icon-arr_back{margin-right:16px;margin-left:0}.btn:hover .icon-arr_back{transform:translate(-10px,0) scaleX(-1)}#wrapper{will-change:opacity}h3,.h3,.default h2{font-size:24px;line-height:32px;margin:40px 0 25px}h3:first-child,.h3:first-child{margin-top:0}ol.list-styled{padding:0;list-style:none;counter-reset:ol-counter;margin-bottom:30px}ol.list-styled>li{margin:0 0 20px 0;padding:0 0 0 30px;position:relative}ol.list-styled ol{counter-reset:ol-counter-two}ol.list-styled ol ol{counter-reset:ol-counter-three}ol.list-styled ul,ol.list-styled ol{margin:0.7em 0;margin-bottom:45px}ol.list-styled ul li,ol.list-styled ol li{margin-bottom:0.7em}.certificates{margin-bottom:70px}.certificate{display:block;position:relative;border:2px solid #f5f5f5;line-height:25px;padding:20px;margin-bottom:30px;-webkit-flex:1 1 auto;flex:1 1 auto}.certificate:before{content:"";position:absolute;top:-2px;right:-2px;width:0;height:0;border-bottom:60px solid #eee;border-right:60px solid #fff}.certificate:after{content:"";position:absolute;top:2px;right:2px;width:0;height:0;border-bottom:54px solid #fff;border-right:54px solid transparent}.certificate__name{color:#e22c49;display:block;margin-bottom:20px;font-weight:bold;padding-right:50px}.certificate__organisation{display:block;color:#777;margin-bottom:20px;font-size:14px}.certificate__type{display:block;margin-bottom:10px}.certificate:hover{color:inherit}.flex-col{display:flex;display:-webkit-flex;flex:1 100%;flex-flow:column nowrap}.client{display:block;position:relative;margin-bottom:30px;height:420px;border:2px solid #f5f5f5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.client img{max-width:100%}.client__name{color:#fff}.client__name{display:inline-block;color:#e02c47;font-size:16px;position:absolute;left:0;bottom:0;background:#f5f5f5;padding:15px 25px;font-weight:bold;line-height:24px;border-left:2px solid #e02c47}.client__name>span{border-bottom:1px dotted}.form-horizontal .input{display:inline-block;width:auto}.search-page .form-horizontal{margin-bottom:50px}.search-page__item-title{font-weight:bold;font-size:20px;margin-bottom:20px}.search-page__item-title a{color:#000}.search-page__item-title a:hover{color:#e22c49}.search-page__item{margin-bottom:60px}.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px;vertical-align:top}.bx-pagination .bx-pagination-container ul li span{transition:all .3s ease;background:#eee;padding:0 8px;display:block;height:50px;min-width:50px;line-height:50px;color:#000;font-size:16px;border-radius:25px;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:25px;height:50px;min-width:50px;line-height:50px;color:#000;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#f83352;border-color:#f83352;color:#fff;box-shadow:0 10px 15px rgba(226,44,74,.3)}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#e22c49;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eee;line-height:45px;padding:0 18px;color:#000}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#ccc;background:#fff;border:2px solid #eee;line-height:45px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#f83352;border-color:#f83352;color:#fff;box-shadow:0 10px 15px rgba(226,44,74,.3)}div.search-popup{border:2px solid #eee;background:#FFFFFF;padding:0 25px;margin:-2px 0 0;border-radius:25px}div.search-popup-row,div.search-popup-row-active{position:relative;padding:10px 4px;margin:0;cursor:hand;cursor:pointer}div.search-popup-el-name,div.search-popup-el-cnt{position:relative;margin:0;padding:0;text-align:left}div.search-popup-el-cnt{text-align:right;float:right}div.search-popup-row-active div.search-popup-el-name{color:#e22c49}.client-logo-single{min-height:285px;display:block;position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:40px 40px 40px;text-align:center;max-width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.client-logo-single img{max-width:100%}.client-logo-single__name{display:block;opacity:0;position:absolute;left:0;bottom:0;right:0;padding:15px;font-size:14px;line-height:22px;transition:all .3s ease;background:rgba(255,255,255,.5)}.client-logo-single:hover .client-logo-single__name{opacity:1}.useful__item a{position:relative}.projects-line__item-image img{max-width:250px;transition:all .3s ease;max-height:110px;-webkit-filter:grayscale(100%) saturate(0%) brightness(70%) contrast(250%);-moz-filter:grayscale(100%) saturate(0%) brightness(70%) contrast(250%);-ms-filter:grayscale(100%) saturate(0%) brightness(70%) contrast(250%);-o-filter:grayscale(100%) saturate(0%) brightness(70%) contrast(250%);filter:gray saturate(0%) brightness(70%) contrast(250%)}.projects-line__item:hover .projects-line__item-image img{-webkit-filter:none;-moz-filter:none;-ms-filter:none;-o-filter:none;filter:none}.project-card__logo img{max-width:100%}.project-card__text p:last-child{margin-bottom:0}.projects-list .projects-line__item{margin-bottom:30px}.projects-list+.load_more{margin-top:50px}.bootstrap-select>select{width:0.1px!important}.projects__filter{margin-bottom:40px}.bootstrap-select.btn-group .dropdown-menu li a:hover{font-weight:normal}.option__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.popup-form_medium,.popup{width:100%;max-width:850px}.preface__holder{width:100%;overflow:hidden;position:relative;margin-bottom:100px}.preface__slider{height:567px}.preface__slider .scene__text{opacity:0;-webkit-filter:blur(0);filter:blur(0);-webkit-transform:translateY(0);transform:translateY(5px);transition:opacity .2s .1s,-webkit-filter .3s linear,-webkit-transform 0s .1s;transition:filter .3s linear,transform 0s .5s,opacity .2s .1s;transition:filter .3s linear,transform 0s .5s,opacity .2s .1s,-webkit-filter .3s linear,-webkit-transform 0s .1s}.preface__slider .slick-current .scene__text{opacity:1;-webkit-filter:blur(0);filter:blur(0);-webkit-transform:translateY(0px);transform:translateY(0px);transition:opacity .5s .3s,-webkit-filter .5s linear .5s,-webkit-transform .5s .3s;transition:filter .5s linear .5s,transform .5s .3s,opacity .5s .3s;transition:filter .5s linear .5s,transform .5s .3s,opacity .5s .3s,-webkit-filter .5s linear .5s,-webkit-transform .5s .3s}.scenery_first{background:url(/f/i/scenery_first.png) center top no-repeat}.scenery_first .scene__top{position:absolute;left:0;top:0;right:0;bottom:0;z-index:15;background:url(/f/i/scenery_first-hover.png) center top no-repeat}.scenery_second{background:url(/f/i/scenery_second.png) center top no-repeat}.scenery_second .scene__top{position:absolute;left:0;top:0;right:0;bottom:0;background:url(/f/i/scenery_second-hover.png) center top no-repeat}@keyframes leaf-in{0%{transform:translate(0,-20px);opacity:0} 67%{transform:translate(0,-20px);opacity:0} 72%{transform:translate(0,0);opacity:1} 100%{transform:translate(0,0);opacity:1}}@keyframes leaf-out{0%{transform:translate(0,0);opacity:0} 5%{transform:translate(0,0);opacity:1} 34%{transform:translate(0,0);opacity:1} 39%{transform:translate(0,-20px);opacity:0} 100%{transform:translate(0,-20px);opacity:0}}@keyframes leafs-in{0%{transform:translate(0,6px);opacity:1} 22%{transform:translate(0,0);opacity:1} 100%{transform:translate(0,0);opacity:1}}.slick-current .scene__leaf{animation-name:leaf-out}.slick-current .scene__pack{animation-name:leaf-in}.slick-current .scene__archive-leafs{animation-name:leafs-in;animation-duration:10300ms;animation-iteration-count:1;animation-timing-function:ease-out;animation-fill-mode:both}.slick-current .scene__leaf,.slick-current .scene__pack{animation-duration:10300ms;animation-iteration-count:1;animation-timing-function:cubic-bezier(0.62,0,0.48,1);animation-fill-mode:both}.scene__archive-leafs{position:absolute;left:488px;bottom:169px;width:365px;height:67px;overflow:hidden;animation-delay:1s;opacity:0}.scene__leaf{background-image:url('/f/i/leafs.png');position:absolute}.scene__leaf_1{width:78px;height:9px;background-position:0 0;left:0;bottom:1px;animation-delay:3.04s}.scene__leaf_2{width:78px;height:9px;background-position:0 -9px;left:231px;bottom:1px;animation-delay:2.92s}.scene__leaf_3{width:78px;height:9px;background-position:0 -18px;left:161px;bottom:1px;animation-delay:2.8s}.scene__leaf_4{width:96px;height:34px;background-position:0 -221px;left:165px;bottom:1px;animation-delay:2.68s}.scene__leaf_5{width:95px;height:38px;background-position:0 -348px;left:47px;bottom:1px;animation-delay:2.56s}.scene__leaf_6{width:96px;height:30px;background-position:0 -128px;left:104px;bottom:0;animation-delay:2.44s}.scene__leaf_7{width:96px;height:30px;background-position:0 -158px;left:107px;bottom:0;animation-delay:2.32s}.scene__leaf_8{width:96px;height:30px;background-position:0 -386px;left:73px;bottom:15px;animation-delay:2.2s}.scene__leaf_9{width:96px;height:30px;background-position:0 -318px;left:92px;bottom:12px;animation-delay:2.08s}.scene__leaf_10{width:91px;height:30px;background-position:0 -255px;left:142px;bottom:7px;animation-delay:1.96s}.scene__leaf_11{width:96px;height:33px;background-position:0 -188px;left:114px;bottom:0;animation-delay:1.84s}.scene__leaf_12{width:96px;height:23px;background-position:0 -105px;left:48px;bottom:0;animation-delay:1.72s}.scene__leaf_13{width:97px;height:24px;background-position:0 -51px;left:174px;bottom:0;animation-delay:1.60s}.scene__leaf_14{width:96px;height:16px;background-position:0 -35px;left:269px;bottom:1px;animation-delay:1.48s}.scene__leaf_15{width:87px;height:8px;background-position:0 -27px;left:55px;bottom:1px;animation-delay:1.36s}.scene__leaf_16{width:96px;height:33px;background-position:0 -285px;left:73px;bottom:2px;animation-delay:1.24s}.scene__leaf_17{width:94px;height:26px;background-position:0 -416px;left:118px;bottom:21px;animation-delay:1.12s}.scene__leaf_18{width:96px;height:30px;background-position:0 -75px;left:217px;bottom:0;animation-delay:1s}.scene__archive-packs{position:absolute;left:188px;top:399px}.scene__pack{background-image:url('/f/i/leafs.png');position:absolute;width:78px;height:15px;background-position:0 -442px;left:0;bottom:0;animation-delay:1s;opacity:0}.scene__pack_2{left:-4px;bottom:15px;animation-delay:1.12s}.scene__pack_3{left:-2px;bottom:30px;animation-delay:1.24s}.scene__pack_4{left:0;bottom:45px;animation-delay:1.36s}.scene__pack_5{left:-1px;bottom:60px;animation-delay:1.48s}.scene__pack_6{left:91px;bottom:0;animation-delay:1.60s}.scene__pack_7{left:94px;bottom:15px;animation-delay:1.72s}.scene__pack_8{left:91px;bottom:30px;animation-delay:1.84s}.scene__pack_9{left:97px;bottom:45px;animation-delay:1.96s}@keyframes hook-out{0%{transform:translate(-740px,0);opacity:1} 100%{transform:translate(0,0);opacity:1}}.slick-current .scene__hook{animation-duration:13000ms;animation-iteration-count:1;animation-timing-function:linear;animation-fill-mode:both;animation-name:hook-out}.slick-current .scene__bags{animation-duration:11300ms;animation-iteration-count:1;animation-timing-function:cubic-bezier(0.47,0,0.63,0.89);animation-fill-mode:both;animation-name:bags-out}.scenery_third .scene{margin-left:-31px}.scenery_third{background:url(/f/i/scenery_third.png) center top no-repeat}.scenery_third .scene__top{position:absolute;left:0;top:0;right:0;bottom:0;background:url(/f/i/scenery_third-hover.png) center top no-repeat}.scenery_third .scene__top-2{background:url(/f/i/scenery_third-hover2.png) center top no-repeat;z-index:30}.scene__bags{position:absolute;left:0;bottom:36px;opacity:0}.scene__bag{background:url('/f/i/leafs.png') 0 -457px no-repeat;position:absolute;left:0;bottom:0;width:318px;height:209px;background-position:0 -457px}.scene__bag_2{left:312px}.scene__bag_3{left:624px}.scene__hook{background:url('/f/i/leafs.png') 0 -666px no-repeat;position:absolute;left:900px;top:0;width:60px;height:162px;opacity:0}@keyframes scan-forward{0%{height:131px;opacity:1} 12%{height:131px;opacity:1} 64%{height:0;opacity:1} 66%{height:0;opacity:0} 100%{height:0;opacity:0}}.slick-current .scene__scan-forward{animation-duration:12300ms;animation-iteration-count:1;animation-timing-function:linear;animation-fill-mode:both;animation-name:scan-forward}@keyframes scan-backward{0%{height:0;opacity:1} 12%{height:0;opacity:1} 64%{height:118px;opacity:1} 65%{height:118px;opacity:1} 66%{height:118px;opacity:0} 100%{height:118px;opacity:0}}.slick-current .scene__scan-backward{animation-duration:12300ms;animation-iteration-count:1;animation-timing-function:linear;animation-fill-mode:both;animation-name:scan-backward}@keyframes scan-drop{0%{transform:translate(0,0);opacity:0} 12%{transform:translate(0,0);opacity:0} 64%{transform:translate(0,0);opacity:0} 65%{transform:translate(0,0);opacity:1} 78%{transform:translate(0,160px);opacity:1} 100%{transform:translate(0,160px);opacity:1}}.slick-current .scene__scan-drop-list{animation-duration:12300ms;animation-iteration-count:1;animation-timing-function:cubic-bezier(0.76,0.07,0.49,0.7);animation-fill-mode:both;animation-name:scan-drop}@keyframes scan-monitor{0%{height:0;opacity:1} 12%{height:0;opacity:1} 64%{height:68px;opacity:1} 100%{height:68px;opacity:1}}.slick-current .scene__monitor-scan{animation-duration:12300ms;animation-iteration-count:1;animation-timing-function:linear;animation-fill-mode:both;animation-name:scan-monitor}@keyframes scan-window{0%{opacity:0} 11%{opacity:0} 12%{opacity:1} 100%{opacity:1}}.slick-current .scene__monitor-window{animation-duration:12300ms;animation-iteration-count:1;animation-timing-function:linear;animation-fill-mode:both;animation-name:scan-window}@keyframes scan-indicator-holder{0%{opacity:1} 64%{opacity:1} 65%{opacity:0} 100%{opacity:0}}.slick-current .scene__monitor-indicator-holder{animation-duration:12300ms;animation-iteration-count:1;animation-timing-function:linear;animation-fill-mode:both;animation-name:scan-indicator-holder}@keyframes scan-indicator{0%{width:0} 12%{width:0} 64%{width:25px} 100%{width:25px}}.slick-current .scene__monitor-indicator{animation-duration:12300ms;animation-iteration-count:1;animation-timing-function:linear;animation-fill-mode:both;animation-name:scan-indicator}@keyframes scan-close{0%{opacity:0} 64%{opacity:0} 65%{opacity:1} 100%{opacity:1}}.slick-current .scene__monitor-close-holder{animation-duration:12300ms;animation-iteration-count:1;animation-timing-function:linear;animation-fill-mode:both;animation-name:scan-close}@-webkit-keyframes blinker{from{opacity:1.0} to{opacity:0.0}}.slick-current .scene__monitor-close{animation-name:blinker;animation-duration:0.6s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate}.scenery_fifth{background:url(/f/i/scenery_fifth.png) center top no-repeat}.scenery_fifth .scene__top{position:absolute;left:0;top:0;right:0;bottom:0;background:url(/f/i/scenery_fifth-hover.png) center top no-repeat}.scene__monitor{position:absolute;width:131px;height:68px;left:389px;top:283px}.scene__monitor-scan{position:absolute;width:131px;height:68px;left:0;top:0;background:url(/f/i/leafs.png) 0 -1080px no-repeat}.scene__monitor-window{position:absolute;left:47px;top:19px;width:37px;height:26px;background:url(/f/i/leafs.png) 0 -1148px no-repeat}.scene__monitor-close-holder{position:absolute;left:14px;top:19px}.scene__monitor-close{font-size:0;line-height:0;width:9px;height:4px;background:#e22c49}.scene__monitor-indicator-holder{position:absolute;left:6px;top:13px;font-size:0;line-height:0;width:25px;height:3px;background:#000;opacity:0}.scene__monitor-indicator{width:25px;height:3px;background:#e22c49}.scene__scan-backward{position:absolute;left:72px;top:375px;width:193px;height:0;overflow:hidden;opacity:0}.scene__scan-backward-list{position:absolute;left:0;bottom:0;width:193px;height:121px;background:url(/f/i/leafs.png) 0 -959px no-repeat}.scene__scan-forward{position:absolute;left:64px;top:352px;width:209px;height:0;overflow:hidden;opacity:0;border-top:1px solid #e22c49}.scene__scan-forward-list{position:absolute;left:0;bottom:0;width:209px;height:131px;background:url(/f/i/leafs.png) 0 -828px no-repeat}.scene__scan-drop{position:absolute;left:72px;bottom:66px;width:193px;height:127px;overflow:hidden}.scene__scan-drop-list{position:absolute;left:0;top:-3px;width:193px;height:121px;background:url(/f/i/leafs.png) 0 -959px no-repeat;opacity:0}.scene_second{z-index:20}.preface__slider .btn-round{position:absolute;top:50%;margin-top:-25px;background:#fff;z-index:20;opacity:0}.preface__slider .btn-round.prev{left:40px;transform:translate(-20px,0)}.preface__slider .btn-round.next{right:40px;transform:translate(20px,0)}.preface__slider:hover .btn-round{opacity:1;transform:translate(0,0)}.preface__slider .btn-round:hover{background:#f83352}.team .preface__holder{margin-bottom:0}.bx-ie .employee__content{height:645px}.bx-ie .client-logo-single img{max-width:200px}.employee+.footer-menu{border-top:2px solid #efefef}.slick-current .scene__bag_1{animation-duration:9300ms;animation-iteration-count:1;animation-timing-function:cubic-bezier(0.62,0,0.48,1);animation-delay:3.8s;animation-fill-mode:both;z-index:5}.scenery_third .scene_shredding{margin-left:-46px}.scene_shredding .scene__boxes_stand{display:block;width:345px;height:38px;position:absolute;top:auto;left:0;bottom:0;background:none}.scene_shredding .scene__boxes_stand:after{content:'';display:block;width:345px;height:38px;position:absolute;top:auto;left:0;bottom:0;background:url(/f/i/box-stand-wide.png) left bottom no-repeat}@keyframes car-move-shredding{0%{transform:translate(900px,0px)} 42%{transform:translate(-185px,0)} 60%{transform:translate(-185px,0)} 100%{transform:translate(900px,0)}}@keyframes car-pad-shredding{0%{transform:translate(0,90px)} 25%{transform:translate(0,112px)} 51%{transform:translate(0,112px)} 78%{transform:translate(0,0)} 100%{transform:translate(0,0)}}@keyframes stand-boxes-shredding{0%{visibility:visible;opacity:1} 50%{visibility:visible;opacity:1} 51%{visibility:hidden;opacity:0} 100%{visibility:hidden;opacity:0}}@keyframes car-boxes-shredding{0%{transform:translate(0,90px);visibility:hidden} 25%{transform:translate(0,112px);visibility:hidden} 50%{transform:translate(0,112px);visibility:hidden} 51%{transform:translate(0,112px);visibility:visible} 78%{transform:translate(0,0);visibility:visible} 100%{transform:translate(0,0);visibility:visible}}.animated .scene_shredding .scene__boxes_stand,.slick-current .scene_shredding .scene__boxes_stand,.slick-current .scene__bag_1{animation-name:stand-boxes-shredding}@keyframes bags-out{0%{transform:translate(450px,0);opacity:1} 35%{transform:translate(110px,0);opacity:1} 50%{transform:translate(0,0);opacity:1} 100%{transform:translate(0,0);opacity:1}}@keyframes car-wheel-shredding{0%{transform:rotate(0)} 42%{transform:rotate(-800deg)} 60%{transform:rotate(-800deg)} 100%{transform:rotate(0)}}.slick-current .scene_shredding .scene__car,.slick-current .scene_shredding .scene__car-pad,.slick-current .scene_shredding .scene__car-wheel,.slick-current .scene_shredding .scene__boxes_car,.slick-current .scene_shredding .scene__boxes_stand,.slick-current .scene_shredding .scene__boxes_stand .scene__box-line,.slick-current .scene_shredding .scene__boxes-block .scene__box{animation-delay:3.8s}.scene_shredding .scene__boxes_car{background:none}.scene_shredding .scene__boxes_car:after{content:'';display:block;position:absolute;width:345px;height:246px;background:url(/f/i/box-stand-wide.png) left bottom no-repeat;z-index:30;left:-55px}.scene_shredding .scene__boxes_car:before{content:'';background:url(/f/i/leafs.png) 0 -457px no-repeat;position:absolute;left:-40px;bottom:36px;width:318px;height:209px;background-position:0 -457px}.slick-current .scene_shredding .scene__boxes_car{animation-name:car-boxes-shredding}.slick-current .scene_shredding .scene__car-pad{animation-name:car-pad-shredding}.slick-current .scene_shredding .scene__car{animation-name:car-move-shredding;opacity:1}.slick-current .scene_shredding .scene__car-wheel{animation-name:car-wheel-shredding}.scenery_sixth{background:url(/f/i/scenery_sixth.png?) center top no-repeat}.scene__graph{width:293px;height:229px;position:absolute;left:139px;top:129px}.scene__graph-item{position:absolute;background:url(/f/i/leafs.png);opacity:0;overflow:hidden}.scene__graph-item_year1{width:23px;height:16px;background-position:0 -1891px;left:47px;top:195px}.scene__graph-item_year2{width:23px;height:16px;background-position:0 -1907px;left:97px;top:195px}.scene__graph-item_year3{width:23px;height:16px;background-position:0 -1923px;left:145px;top:196px}.scene__graph-item_year4{width:23px;height:16px;background-position:0 -1939px;left:188px;top:195px}.scene__graph-item_year5{width:25px;height:14px;background-position:0 -1955px;left:239px;top:197px}.scene__graph-item_line1{width:3px;height:67px;background-position:0 -1325px;left:56px;top:126px}.scene__graph-item_line2{width:3px;height:110px;background-position:0 -1392px;left:99px;top:83px}.scene__graph-item_line3{width:4px;height:112px;background-position:0 -1502px;left:147px;top:82px}.scene__graph-item_line4{width:4px;height:125px;background-position:0 -1614px;left:196px;top:65px}.scene__graph-item_line5{width:4px;height:115px;background-position:0 -1739px;left:257px;top:77px}.scene__graph-item_line6{width:3px;height:37px;background-position:0 -1854px;left:258px;top:40px}.scene__graph-item_old{width:205px;height:61px;background-position:0 -1174px;left:56px;top:62px}.scene__graph-item_new{width:209px;height:90px;background-position:0 -1235px;left:56px;top:35px}.scene__bubble{position:absolute;width:267px;height:149px;color:#e22c49;font-weight:bold;background:#f5f5f5;border:3px solid #e22c49;padding:10px 25px;text-align:center;border-radius:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:0}.scene__bubble:before{content:'';display:block;background:url(/f/i/leafs.png) 0 -1969px no-repeat;width:35px;height:35px;background-position:0 -1969px;position:absolute;bottom:-11px}.scene__bubble_1{left:126px;top:30px}.scene__bubble_1:before{left:-11px}.scene__bubble_2{left:169px;top:50px}.scene__bubble_2:before{right:-11px;transform:scaleX(-1);filter:fliph}.slick-current .scene__graph-item,.slick-current .scene__bubble{animation-duration:10300ms;animation-iteration-count:1;animation-timing-function:cubic-bezier(0.62,0,0.48,1);animation-delay:0.5s;animation-fill-mode:both;opacity:1}@keyframes year-in{0%{opacity:0} 23%{opacity:0} 25%{opacity:1} 100%{opacity:1}}@keyframes line-in-1{0%{height:0;opacity:1} 18%{height:0;opacity:1} 23%{height:67px;opacity:1} 100%{height:67px;opacity:1}}@keyframes line-in-2{0%{height:0;opacity:1} 18%{height:0;opacity:1} 23%{height:110px;opacity:1} 100%{height:110px;opacity:1}}@keyframes line-in-3{0%{height:0;opacity:1} 18%{height:0;opacity:1} 23%{height:112px;opacity:1} 100%{height:112px;opacity:1}}@keyframes line-in-4{0%{height:0;opacity:1} 18%{height:0;opacity:1} 23%{height:125px;opacity:1} 100%{height:125px;opacity:1}}@keyframes line-in-5{0%{height:0;opacity:1} 18%{height:0;opacity:1} 23%{height:115px;opacity:1} 100%{height:115px;opacity:1}}@keyframes line-in-6{0%{height:0;opacity:1} 18%{height:0;opacity:1} 23%{height:37px;opacity:1} 100%{height:37px;opacity:1}}@keyframes graph-old{0%{width:0;opacity:1} 18%{width:205px;opacity:1}}@keyframes graph-new{0%{width:0;opacity:1} 45%{width:0;opacity:1} 70%{width:209px;opacity:1}}@keyframes bubble-in{0%{opacity:0} 38%{opacity:0} 43%{opacity:1} 72%{opacity:1} 77%{opacity:0} 100%{opacity:0}}.slick-current .scene__graph-item_year1,.slick-current .scene__graph-item_year2,.slick-current .scene__graph-item_year3,.slick-current .scene__graph-item_year4,.slick-current .scene__graph-item_year5{animation-name:year-in}.slick-current .scene__graph-item_year1{animation-delay:.5s}.slick-current .scene__graph-item_year2{animation-delay:.8s}.slick-current .scene__graph-item_year3{animation-delay:1.1s}.slick-current .scene__graph-item_year4{animation-delay:1.4s}.slick-current .scene__graph-item_year5{animation-delay:1.7s}.slick-current .scene__graph-item_line1{animation-name:line-in-1}.slick-current .scene__graph-item_line2{animation-name:line-in-2;animation-delay:1s}.slick-current .scene__graph-item_line3{animation-name:line-in-3;animation-delay:1.3s}.slick-current .scene__graph-item_line4{animation-name:line-in-4;animation-delay:1.6s}.slick-current .scene__graph-item_line5{animation-name:line-in-5;animation-delay:1.9s}.slick-current .scene__graph-item_line6{animation-name:line-in-6;animation-delay:5.5s}.slick-current .scene__graph-item_old{animation-name:graph-old;animation-timing-function:linear}.slick-current .scene__graph-item_new{animation-name:graph-new}.slick-current .scene__bubble{animation-name:bubble-in}.slick-current .scene__bubble_2{animation-delay:4.6s}.news-detail__photos{margin-top:30px;margin-left:-15px}.news-detail__photos a{display:inline-block;vertical-align:top;margin:0 0 15px 15px}.scenery_fourth{background:url(/f/i/scenery_fourth.png) center top no-repeat}.scenery_fourth .scene__top{position:absolute;left:0;top:0;right:0;bottom:0;z-index:15;background:url(/f/i/scenery_fourth-hover.png) center top no-repeat}.scene__hover-1,.scene__hover-2,.scene__hover-3{background:url(/f/i/leafs.png) -9999px -9999px no-repeat;position:absolute}.scene__hover-1{left:787px;bottom:192px;width:88px;height:12px;background-position:0 -2077px;opacity:0}.scene__hover-2{left:434px;bottom:170px;width:88px;height:12px;background-position:0 -2089px;opacity:0}.scene__hover-3{left:252px;bottom:170px;width:88px;height:14px;background-position:0 -2101px;opacity:0}.scene__unbinded{position:absolute;left:557px;bottom:167px}.scene__unbinded-folder{position:absolute;left:0;bottom:0;width:88px;height:17px;background:url(/f/i/leafs.png) 0 -2130px no-repeat;opacity:0}.scene__unbinded-folder_2{left:3px;bottom:14px}.scene__unbinded-folder_3{left:1px;bottom:26px}.scene__unbinded-folder_4{left:76px;bottom:0}.scene__unbinded-folder_5{left:79px;bottom:14px}.scene__unbinded-folder_6{left:76px;bottom:26px}.scene__unbinded-folder_7{left:82px;bottom:40px}.scene__unbinded-folder_8{left:79px;bottom:52px}.scene__unbinded-folder_2,.scene__unbinded-folder_5,.scene__unbinded-folder_7,.scene__unbinded-folder_8{width:88px;height:15px;background-position:0 -2115px}.scene__binded{position:absolute;left:62px;bottom:120px}.scene__binded-folder{position:absolute;left:0;bottom:0;width:113px;height:19px;background:url(/f/i/leafs.png) 0 -2058px no-repeat;opacity:0}.scene__binded-folder_1{left:68px;bottom:47px}.scene__binded-folder_2{left:61px;bottom:64px}.scene__binded-folder_3{left:64px;bottom:78px}.scene__binded-folder_4{left:58px;bottom:95px}.scene__binded-folder_5{left:3px;bottom:0}.scene__binded-folder_6{left:7px;bottom:16px}.scene__binded-folder_7{left:0;bottom:30px}.scene__binded-folder_8{left:3px;bottom:44px}.scene__binded-folder_1,.scene__binded-folder_3{width:88px;height:20px;background-position:0 -2021px}.scene__binded-folder_2,.scene__binded-folder_4{width:88px;height:17px;background-position:0 -2004px}.scene__binded-folder_6,.scene__binded-folder_7{width:113px;height:17px;background-position:0 -2041px}@keyframes binded-in{0%{transform:translate(0,-20px);opacity:0} 5%{transform:translate(0,0);opacity:1} 100%{transform:translate(0,0);opacity:1} 100%{transform:translate(0,0);opacity:1}}@keyframes binded-out{0%{transform:translate(0,0);opacity:1} 5%{transform:translate(0,-20px);opacity:0} 100%{transform:translate(0,-20px);opacity:0} 100%{transform:translate(0,-20px);opacity:0}}@keyframes process-in{0%{opacity:0;transform:scale(1.3) } 7.5%{opacity:1;transform:scale(1) } 15%{opacity:1;transform:scale(1) } 22.5%{opacity:0;transform:scale(1) } 100%{opacity:0;transform:scale(1) }}.slick-current .scene__binded-folder,.slick-current .scene__unbinded-folder{animation-duration:10300ms;animation-iteration-count:1;animation-timing-function:cubic-bezier(0.62,0,0.48,1);animation-fill-mode:both}.slick-current .scene__binded-folder{animation-name:binded-in}.slick-current .scene__unbinded-folder{animation-name:binded-out}.slick-current .scene__hover-1,.slick-current .scene__hover-2,.slick-current .scene__hover-3{animation-duration:10300ms;animation-iteration-count:1;animation-timing-function:cubic-bezier(0.62,0,0.48,1);animation-fill-mode:both;animation-name:process-in}.slick-current .scene__hover-1{animation-delay:3s}.slick-current .scene__hover-2{animation-delay:5s}.slick-current .scene__hover-3{animation-delay:7s}.slick-current .scene__unbinded-folder_3{animation-delay:1.5s}.slick-current .scene__unbinded-folder_2{animation-delay:1.62s}.slick-current .scene__unbinded-folder_1{animation-delay:1.74s}.slick-current .scene__unbinded-folder_8{animation-delay:1.98s}.slick-current .scene__unbinded-folder_7{animation-delay:2.1s}.slick-current .scene__unbinded-folder_6{animation-delay:2.22s}.slick-current .scene__unbinded-folder_5{animation-delay:2.34s}.slick-current .scene__unbinded-folder_4{animation-delay:2.46s}.slick-current .scene__binded-folder_1{animation-delay:9.5s}.slick-current .scene__binded-folder_2{animation-delay:9.62s}.slick-current .scene__binded-folder_3{animation-delay:9.74s}.slick-current .scene__binded-folder_4{animation-delay:9.86s}.slick-current .scene__binded-folder_5{animation-delay:10.1s}.slick-current .scene__binded-folder_6{animation-delay:10.22s}.slick-current .scene__binded-folder_7{animation-delay:10.34s}.slick-current .scene__binded-folder_8{animation-delay:10.46s}.scene__fourth-border{width:734px;border-top:3px solid #000;position:absolute;left:15px;bottom:167px}.subsribe_extra{margin-top:40px;margin-bottom:0}.subsribe_extra .subsribe__title{font-size:25px;line-height:40px;margin-bottom:50px}.subscribe-form__fields{display:-ms-flexbox;display:flex;margin-bottom:35px}.subscribe-form__fields input{border:2px solid #eee;width:100%;padding:0 70px 0 25px;height:50px;line-height:50px;border-radius:50px}.subscribe-form__fields-item{position:relative}.subscribe-form__fields-item_input{-ms-flex:1 1 auto;flex:1 1 auto;margin-right:15px}.subscribe-form__fields-item_submit{-ms-flex:0 0 auto;flex:0 0 auto}.header__holder{min-height:80px}.container_bigger{padding-top:100px;padding-bottom:100px}.container_bigger h1{font-size:40px;line-height:50px}.container_bigger .subtitle__main{max-width:600px}.dropdown.show>.dropdown-menu{transform:none!important;top:100%!important}.dropdown .dropdown-toggle{background:#fff;border:2px solid transparent;padding:10px 40px 14px;border-bottom:0;margin-left:-42px;color:#e22c49;position:relative;cursor:pointer}.dropdown .dropdown-toggle:focus,.dropdown .dropdown-toggle:active{outline:0}.dropdown.show .dropdown-toggle{box-shadow:0 10px 30px rgba(0,0,0,.05);border-color:#eee;z-index:1002}.dropdown.show .dropdown-toggle:after{content:'';background:#fff;width:calc(100% + 30px);height:30px;position:absolute;display:block;left:-2px;top:100%;z-index:1010;border-left:2px solid #eee}.dropdown .dropdown-toggle .sub-menu-toggle{margin-top:-2px}.dropdown .dropdown-toggle svg{width:12px;height:8px}.dropdown .dropdown-toggle svg path{stroke:#e22c49;stroke-width:1px}.dropdown .dropdown-menu{top:100%;left:-42px!important;width:100%;max-width:800px;padding:30px 40px;margin:-2px 0 0;color:#000;border:2px solid #eee;border-radius:0;box-shadow:0 10px 30px rgba(0,0,0,.05)}.dropdown .dropdown-title{font-weight:bold;position:relative;margin-bottom:22px}.dropdown .dropdown-title:before{display:block;content:'';position:absolute;left:0;top:50%;width:100%;height:0;border-top:2px solid #eee}.dropdown .dropdown-title span{display:inline-block;background:#fff;position:relative;padding-right:20px}.dropdown .dropdown-menu ul{list-style:none;margin:0 0 20px;padding-left:0}.dropdown .dropdown-menu ul:last-child{margin-bottom:0}.dropdown .dropdown-menu ul li{margin-bottom:10px}.news__row{margin-bottom:60px}.news__count{color:#e22c49}.file{margin-bottom:50px}.file__icon{display:inline-block;width:57px;height:67px;margin-bottom:20px;background:url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAABDCAMAAAARf10QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAXVBMVEXiLEn////iLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEniLEn///9f7cFLAAAAHXRSTlMAAH/8V8nwDL2YBqO7D2rU91Q66yPZE8MHVrrgzv4mYYMAAAABYktHRAH/Ai3eAAAAB3RJTUUH4gYOEA06l0OWNQAAAPdJREFUSMft1tkOgjAQBdDBpbKJqGwi8/+/aW0V2iExnSJGEu5LIekJ5ZYmALplAyQBOMoRfcpABT4FcUups9xR6iyBUndJKUMSypE2ZUmL8qRJmdKgXDnQQZpfmp76urRlT/nyTdmr7amP1NRLKuon9VNpQ6oZgOFWy3G+IIGXxUo0i6ENzSSX1dC0bo1ufiKX1dBsci/2nlKgWOU/yUMYxUrGUXhgyQQxPUp5TBETlszkoTvlmJ/kmPHe85y/Dm9+5jZ0uSp4vfC7LUoJy8JnV6oa64q9KyrNrQE/STOrbO92WmcpyO+BcJadsNP9dUOrnCI94y8fDpZVVnO4GGIAAAAASUVORK5CYII=)}.file__title{font-size:20px;font-weight:bold;display:block}.videowrapper{max-width:640px}.videowrapper iframe{max-width:100%}.videowrap2{margin-bottom:0;float:none;clear:both;width:100%;position:relative;padding-bottom:56.25%;height:0;max-width:1042px}.videowrap2 iframe{position:absolute;top:0;left:0;width:100%;height:100%}.navbar__user{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}.user__item,.language-switcher{white-space:nowrap}.language-switcher{font-size:14px;margin-right:20px}.language-switcher a,.language-switcher span{display:inline-block;padding:6px 4px 4px}.language-switcher span.active{color:#f83352}.shownext .sub-menu-toggle{transition:all .3s ease}.shownext.active .sub-menu-toggle{transform:rotate(180deg)}.showitem{display:none}.stars{margin:0 10px 0 0!important;padding:0!important;float:left}.stars li{position:relative;margin:0;padding:0;display:block;width:24px;height:24px;float:left;background:#fff;cursor:pointer;list-style-type:none!important;overflow:hidden;border:2px solid #e22c49;border-radius:12px}.stars li:before{display:block;content:'';position:absolute;left:4px;top:4px;width:12px;height:12px;background:#e22c49;border-radius:6px;opacity:0}.stars .starcurrent:before,.stars .starcurrenti:before{opacity:1}.starsFlag{float:left;height:30px;margin-left:20px;margin-top:-3px;position:relative}div.un em{color:#fff;display:block;background-color:#e22c49;margin:0;padding:5px 10px;height:30px;font-weight:bold;text-align:center;line-height:20px;position:relative;font-size:17px;font-style:normal;white-space:nowrap;float:left}.starsFlag:before{position:absolute;display:block;content:"";left:-15px;top:0;width:1px;height:0;border-right:15px solid #e22c49;border-top:15px solid transparent;border-bottom:15px solid transparent}.count-sections{counter-reset:count-sections}.count-sections .career__title{list-style-type:none;counter-increment:count-sections;position:relative}.count-sections .career__title:before{content:counter(count-sections,decimal-leading-zero);position:absolute;left:-40px;top:3px;color:#e22c49;font-size:14px}.form-control+.career__title{margin-top:60px}.form-control .career__title{margin-top:30px}.client-logo-single img{max-height:200px}.partners-logo__name{font-weight:bold;font-size:20px;line-height:35px;padding-top:30px;margin-bottom:20px}.header-extra{position:fixed;top:-100px;left:0;width:100%;z-index:100;-webkit-transition:top .6s ease-in-out;transition:top .6s ease-in-out;border-bottom:0;box-shadow:0 0 8px rgba(0,0,0,.15)}.header-extra.active,.fixed-menu_active .header-extra{top:0}.header__buttons{text-align:center}.header__buttons .btn{margin-left:15px}.header__buttons .btn:first-child{margin-left:0}.scene__buttons .btn{margin:0 15px 20px 0}.scene__buttons .btn:last-child{margin:0}.contacts-soc{background:transparent;color:#e22c49;border:2px solid #e22c49;width:50px;height:50px;display:inline-block;border-radius:50%;text-align:center;font-size:24px;line-height:50px;transition:all .3s ease}.contacts-soc_vk:hover{color:#fff;border-color:#5a7fa6;background:#5a7fa6}.contacts-soc_fb:hover{color:#fff;border-color:#3e5b98;background:#3e5b98}.contacts-soc_ok:hover{color:#fff;border-color:#ee8208;background:#ee8208}.contacts-soc_ig:hover{color:#fff;border-color:#b32986;background:#b32986}.contacts-soc_yt:hover{color:#fff;border-color:#f00;background:#f00}.contacts-soc_kl:hover{color:black;border-color:#f00;background:#f00}.contacts-soc_mg:hover{color:black;border-color:#f00;background:#f00}.input-help-block{display:inline-block;vertical-align:text-top;margin:-2px 0 0 0}.bootstrap-select.show{z-index:10}.bootstrap-select.btn-group .dropdown-menu{padding-top:25px;padding-bottom:25px}.bootstrap-select.btn-group .dropdown-menu li{margin-bottom:0}.bootstrap-select.btn-group .dropdown-menu li a{display:block;padding-top:5px;padding-bottom:5px}.list-checked_links{font-size:18px}.list-checked_links a{font-weight:bold;color:#000}.list-checked_links a:hover{color:#e12d48}.phones__add{display:block;font-size:14px;line-height:20px;font-weight:bold;color:#e22c49;margin-bottom:2px}._bottom_DW svg path:first-child{fill:#e22c49!important}.jivo-online .jivo-bottom-left-square{background-color:#e22c49!important}.videowrap{margin-bottom:30px;float:none;clear:both;width:100%;position:relative;padding-bottom:75%;padding-top:25px;height:0}.videowrap iframe,.videowrap .iframe{position:absolute;top:0;left:0;width:100%;height:100%}.videowrap .iframe{background:#4b4b4b;color:#fff;padding:40px;font-size:20px;display:-ms-flexbox !important;display:flex !important;-ms-flex-pack:center !important;justify-content:center !important;-ms-flex-align:center !important;align-items:center !important}.container-wide{padding-left:40px;padding-right:40px}.video-send{float:right;padding-top:10px;color:#e22c49}#sessionlength{width:40px;display:inline-block}.rel{position:relative}#web_form_getsms label,#web_form_getaccess label{margin-bottom:6px}.sms-countdown{font-size:14px;margin:-20px 0 30px}.sms-countdown .pseudo{border-bottom:1px dashed}.sms-countdown .pseudo.disabled{border-bottom:none;cursor:default;opacity:.8}.sms-countdown a{color:#e22c49;text-decoration:underline}.small-form{padding:55px 80px;box-shadow:0 10px 30px rgba(0,0,0,.05);background:#fff;border:2px solid #eee}.background{background:#f5f5f5;padding-bottom:1px}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow{border-top:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow{border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow{border-left:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow{border-right:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-tooltip.light-theme{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-tooltip.light-theme .tippy-backdrop{background-color:#fff}.tippy-tooltip.light-theme .tippy-roundarrow{fill:#fff}.tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}.news__date-to{text-transform:lowercase;color:#e22c49;font-style:italic;margin:-5px 0 15px;font-weight:bold}.news-list__item-image{max-width:100%}.btn .icon-question_invert{background-position:-1112px 0;margin-left:0;margin-top:-2px;margin-right:24px}.btn:hover .icon-question_invert{background-position:-1100px 0}.event__buttons{margin:50px 0 50px -15px}.event__buttons .btn{margin-left:15px;display:inline-block;vertical-align:top}hr{border:0;border-top:2px solid #efefef;background:none;box-shadow:none;margin:60px 0}.news li hr{margin-top:0}.mainevent:empty{display:none}.mainevent{max-width:1140px;margin:0 auto 70px}.mainevent img{max-width:100%;display:block;margin:-40px auto 0}.header-tabs{list-style:none;margin:0 0 50px -55px;padding:0}.header-tabs h1,.header-tabs .h2{margin-bottom:0}.header-tabs li{display:inline-block;margin-left:55px;font-size:20px;font-weight:bold}.header-tabs a{border-bottom:1px dotted #b2b2b2}.btn-eco,.eco .subtitle__redline,.eco .btn{background:#43a047}.btn-eco:hover,.eco .btn:hover{background:#52b957;box-shadow:0 10px 15px rgba(82,185,87,.3)}.eco .btn-bordered{background:transparent;border:2px solid #43a047}.eco .btn-bordered:hover{border-color:#52b957}.eco-logos{margin-left:-30px;max-width:100%}.eco .photo-slider__zoom{display:none}.eco .photo-slider__caption span{color:#43a047}.eco__phrase-icon svg{width:100%;height:auto}.eco__phrase-title{font-size:30px;line-height:40px;font-weight:bold;padding-top:23px;margin-bottom:90px}.eco__phrase-author{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center}.eco__phrase-author-photo{margin-right:30px}.eco__phrase-author-photo img{border-radius:50%}.projects-slider_light{padding-top:0}.projects-slider_light .projects-line{margin-bottom:0;margin-top:20px}.projects-slider_light .projects-line__item{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.projects-slider_light .projects-line__item-image{margin-bottom:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.projects-slider_light .projects-line__item-image img{max-width:250px;max-height:130px;-webkit-filter:none;-moz-filter:none;-ms-filter:none;-o-filter:none;filter:none}[class^='eco-icon-'],[class*=' eco-icon-'],.projects-slider_light .icon-arr{display:inline-block;width:14px;height:14px;line-height:14px;vertical-align:middle;background:url('/f/i/ecosprite.png') -9999px -9999px no-repeat}.eco .list-checked__item:before{background:url(/f/i/ecosprite.png) -9999px -9999px no-repeat;background-position:0 -10px}.projects-slider_light .btn:hover .icon-arr{background:url(/f/i/sprite.png) -637px 0 no-repeat}@media (min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){[class^='eco-icon-'],[class*=' eco-icon-'],.projects-slider_light .icon-arr{background-image:url('/f/i/ecosprite2x.png');background-size:67px 436px} .eco .list-checked__item:before{background-image:url('/f/i/ecosprite2x.png');background-size:67px 436px}}.projects-slider_light .icon-arr{width:16px;height:10px;background-position:0 0}.eco-icon-order{width:67px;height:67px;background-position:0 -236px}.eco-icon-register{width:67px;height:66px;background-position:0 -303px}.eco-icon-delivery{width:67px;height:67px;background-position:0 -369px}.eco-icon-shredding{width:66px;height:67px;background-position:0 -169px}.eco-icon-recycle{width:67px;height:67px;background-position:0 -35px}.eco-icon-forest{width:67px;height:67px;background-position:0 -102px}.eco__steps{margin-bottom:20px}.eco__step{margin-top:20px;margin-bottom:50px}.eco__step-text-num{color:#43a047}.eco__step-icon{height:67px;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;margin-bottom:40px}.eco-variants__block{background:#f5f5f5}.eco-variants__block .subtitle__main{margin-bottom:70px}.eco-variants{background:#fff}.eco-variants__holder{padding:100px 0}.eco-variants__image{border-bottom:2px solid #000;margin-bottom:30px}.eco-variants__image img{display:block;margin:0 auto}.eco-variants__wwf-title b{color:#43a047}.eco-variants__wwf{display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex-pack:end !important;justify-content:flex-end !important;height:calc(100% - 90px)}.eco-variants__wwf-image{margin-bottom:50px}.mb-0{margin-bottom:0!important}.eco-phrase{background:#fff url(/about/ecology/eco-director.jpg) center top no-repeat;height:724px;padding:80px 0}.eco-phrase__icon svg{width:100%;height:auto}.eco-phrase__layout{height:522px;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex-pack:justify;justify-content:space-between}.eco-phrase__text{font-weight:bold;font-size:20px;line-height:35px;padding-top:30px;margin-bottom:30px}.eco-phrase__author{padding-left:30px;position:relative}.eco-phrase__author:before{content:'';display:block;width:15px;border-top:2px solid #000;position:absolute;left:0;top:.8em}.popup-form .p{text-align:center;font-weight:bold;margin-bottom:40px;margin-top:-10px}.scenery_eco .scene{left:0;top:0;height:567px;width:100%}.eco-clouds-back{position:absolute;left:-5px;top:303px;width:3840px;height:65px;background:url(/about/ecology/clouds-back.png)}.eco-clouds-middle{position:absolute;left:-9px;top:237px;width:3840px;height:93px;background:url(/about/ecology/clouds-middle.png)}.eco-clouds-front{position:absolute;left:-332pxpx;top:-26px;width:4306px;height:251px;background:url(/about/ecology/clouds-front.png)}.eco-trees{position:absolute;left:0;top:0;right:0;bottom:0;background:url(/about/ecology/trees.png) center bottom no-repeat;transform:skewX(0deg);transform-origin:center bottom}.eco-front{position:absolute;left:0;top:0;right:0;bottom:0;background:url(/about/ecology/front.png) center bottom no-repeat}@keyframes cloudmove{0%{transform:translate(-50%,0)} 100%{transform:translate(0,0)}}.inited .eco-clouds-back,.inited .eco-clouds-middle,.inited .eco-clouds-front{animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:0s;animation-fill-mode:both}.inited .eco-clouds-back{animation-duration:360000ms;animation-name:cloudmove}.inited .eco-clouds-middle{animation-duration:170000ms;animation-name:cloudmove}.inited .eco-clouds-front{animation-duration:100000ms;animation-name:cloudmove}.inited .eco-trees{animation-iteration-count:infinite;animation-timing-function:ease;animation-delay:0s;animation-fill-mode:both}@keyframes treesmove{0%{transform:skewX(0deg)} 20%{transform:skewX(0deg)} 30%{transform:skewX(-1deg)} 38%{transform:skewX(0deg)} 65%{transform:skewX(-3deg)} 90%{transform:skewX(0deg)}}.inited .eco-trees{animation-duration:8000ms;animation-name:treesmove}.eco-squirrel{position:absolute;left:50%;margin-left:285px;top:106px;width:119px;height:118px}.eco-squirrel-tail,.eco-squirrel-body,.eco-squirrel-head,.eco-squirrel-hands,.eco-squirrel-eye,.eco-squirrel-mouth,.eco-squirrel-eye-closed,.eco-squirrel-husk-1,.eco-squirrel-husk-2,.eco-squirrel-husk-3,.eco-squirrel-husk-4,.eco-squirrel-husk-5{position:absolute;background:url(/about/ecology/squirrel.png)}.eco-squirrel-tail{left:64px;top:6px;width:55px;height:112px;background-position:-162px -61px}.eco-squirrel-body{left:14px;top:36px;width:77px;height:82px;background-position:-25px -22px}.eco-squirrel-head{left:8px;top:0;width:40px;height:64px;background-position:-112px -61px}.eco-squirrel-hands{left:0;top:55px;width:67px;height:46px;background-position:-141px -5px}.eco-squirrel-head{left:8px;top:0;width:40px;height:64px;background-position:-112px -61px}.eco-squirrel-eye{left:18px;top:35px;width:8px;height:9px;background-position:-123px -5px}.eco-squirrel-mouth{left:10px;top:55px;width:10px;height:5px;background-position:-218px -5px;overflow:hidden}.eco-squirrel-eye-closed{left:18px;top:38px;width:8px;height:6px;background-position:-105px -5px}.eco-squirrel-husk-1{left:0;top:149px;width:10px;height:9px;background-position:-5px -5px;opacity:0}.eco-squirrel-husk-2{left:10px;top:142px;width:12px;height:7px;background-position:-25px -5px;opacity:0}.eco-squirrel-husk-3{left:20px;top:155px;width:8px;height:6px;background-position:-47px -5px;opacity:0}.eco-squirrel-husk-4{left:0;top:168px;width:14px;height:7px;background-position:-85px -5px;opacity:0}.eco-squirrel-husk-5{left:10px;top:158px;width:10px;height:7px;background-position:-65px -5px;opacity:0}.inited .eco-squirrel-eye,.inited .eco-squirrel-eye-closed,.inited .eco-squirrel-hands,.inited .eco-squirrel-head,.inited .eco-squirrel-tail{animation-iteration-count:infinite;animation-timing-function:ease;animation-delay:0s;animation-fill-mode:both}@keyframes squirreleyeblink{0%{opacity:1 } 20%{opacity:1 } 21%{opacity:0 } 22%{opacity:1 } 22.5%{opacity:1 } 23.5%{opacity:0 } 24.5%{opacity:1 } 100%{opacity:1 }}.inited .eco-squirrel-eye{animation-duration:8000ms;animation-name:squirreleyeblink}@keyframes squirreleyeunblink{0%{opacity:0 } 20%{opacity:0 } 21%{opacity:1 } 22%{opacity:0 } 22.5%{opacity:0 } 23.5%{opacity:1 } 24.5%{opacity:0 } 100%{opacity:0 }}.inited .eco-squirrel-eye-closed{animation-duration:8000ms;animation-name:squirreleyeunblink}.inited .eco-squirrel-hands{animation-duration:10000ms;animation-name:squirrelhandsmove;transform-origin:right top}@keyframes squirrelhandsmove{0%{transform:rotate(0) } 20%{transform:rotate(0) } 25%{transform:rotate(10deg) } 45%{transform:rotate(10deg) } 50%{transform:rotate(0) } 100%{transform:rotate(0) }}.inited .eco-squirrel-head{animation-duration:10000ms;animation-name:squirrelheadmove;transform-origin:right 50%}@keyframes squirrelheadmove{0%{transform:rotate(0) } 20%{transform:rotate(0) } 25%{transform:rotate(-6deg) } 45%{transform:rotate(-6deg) } 50%{transform:rotate(0) } 100%{transform:rotate(0) }}.inited .eco-squirrel-mouth{animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:0s;animation-fill-mode:both}.inited .eco-squirrel-mouth{animation-duration:10000ms;animation-name:squirrelmouthmove}@keyframes squirrelmouthmove{0%{width:10px } 24.2%{width:10px } 25%{width:7px } 25.8%{width:10px } 26.6%{width:7px } 27.4%{width:10px } 28.2%{width:7px } 29%{width:10px } 29.8%{width:7px } 30.6%{width:10px } 31.4%{width:7px } 32.2%{width:10px } 33%{width:7px } 33.8%{width:10px } 34.6%{width:7px } 35.4%{width:10px } 36.2%{width:7px } 37%{width:10px } 37.8%{width:7px } 38.6%{width:10px } 52.2%{width:10px } 53%{width:7px } 53.8%{width:10px } 54.6%{width:7px } 55.4%{width:10px } 56.2%{width:7px } 57%{width:10px } 57.8%{width:7px } 58.6%{width:10px } 59.4%{width:7px } 60.2%{width:10px } 61%{width:7px } 61.8%{width:10px } 100%{width:10px }}.inited .eco-squirrel-tail{animation-duration:12000ms;animation-name:squirreltalemove;transform-origin:30% 85%}@keyframes squirreltalemove{0%{transform:rotate(0) } 70%{transform:rotate(0) } 72%{transform:rotate(2deg) } 73%{transform:rotate(0) } 74%{transform:rotate(4deg) } 75%{transform:rotate(0) } 76%{transform:rotate(3deg) } 78%{transform:rotate(0) } 100%{transform:rotate(0) }}.inited .eco-squirrel-husk-1,.inited .eco-squirrel-husk-2,.inited .eco-squirrel-husk-3,.inited .eco-squirrel-husk-4,.inited .eco-squirrel-husk-5{animation-iteration-count:infinite;animation-timing-function:ease-in;animation-delay:0s;animation-fill-mode:both;animation-duration:10000ms}.inited .eco-squirrel-husk-1{animation-delay:0s;animation-name:squirrelhusk1move}.inited .eco-squirrel-husk-2{animation-delay:.1s;animation-name:squirrelhusk2move}.inited .eco-squirrel-husk-3{animation-delay:.2s;animation-name:squirrelhusk3move}.inited .eco-squirrel-husk-4{animation-delay:.3s;animation-name:squirrelhusk4move}.inited .eco-squirrel-husk-5{animation-delay:.4s;animation-name:squirrelhusk5move}@keyframes squirrelhusk1move{0%{opacity:0;transform:translate(0,-50px) scale(.8) } 25%{opacity:0;transform:translate(0,-50px) scale(.8) } 29%{opacity:.3 } 33%{opacity:0;transform:translate(5px,30px) scale(.5) } 100%{opacity:0;transform:translate(5px,30px) scale(.8) }}@keyframes squirrelhusk2move{0%{opacity:0;transform:translate(5px,-50px) scale(.7) } 25%{opacity:0;transform:translate(5px,-50px) scale(.7) } 27.5%{opacity:.3} 30%{opacity:0;transform:translate(0,70px) scale(.3) } 30.01%{opacity:0;transform:translate(5px,-50px) scale(.7) } 32.5%{opacity:.3} 35%{opacity:0;transform:translate(0,70px) scale(.3) } 35.01%{opacity:0;transform:translate(5px,-50px) scale(.7) } 37.5%{opacity:.3} 40%{opacity:0;transform:translate(0,70px) scale(.3) } 100%{opacity:0;transform:translate(0,70px) }}@keyframes squirrelhusk3move{0%{opacity:0;transform:translate(5px,-50px) scale(.7) } 25%{opacity:0;transform:translate(5px,-50px) scale(.7) } 27.5%{opacity:.3} 30%{opacity:0;transform:translate(0,80px) scale(.3) } 30.01%{opacity:0;transform:translate(5px,-50px) scale(.7) } 32.5%{opacity:.3} 35%{opacity:0;transform:translate(0,80px) scale(.3) } 100%{opacity:0;transform:translate(0,80px) }}@keyframes squirrelhusk4move{0%{opacity:0;transform:translate(5px,-50px) scale(.7) } 25%{opacity:0;transform:translate(5px,-50px) scale(.7) } 27.5%{opacity:.3} 30%{opacity:0;transform:translate(0,70px) scale(.3) } 30.01%{opacity:0;transform:translate(5px,-50px) scale(.7) } 32.5%{opacity:.3} 35%{opacity:0;transform:translate(0,70px) scale(.3) } 100%{opacity:0;transform:translate(0,70px) }}@keyframes squirrelhusk5move{0%{opacity:0;transform:translate(5px,-50px) scale(.7) } 25%{opacity:0;transform:translate(5px,-50px) scale(.7) } 27.5%{opacity:.3} 30%{opacity:0;transform:translate(0,60px) scale(.3) } 30.01%{opacity:0;transform:translate(5px,-50px) scale(.7) } 32.5%{opacity:.3} 35%{opacity:0;transform:translate(0,60px) scale(.3) } 35.01%{opacity:0;transform:translate(5px,-50px) scale(.7) } 37.5%{opacity:.3} 40%{opacity:0;transform:translate(0,60px) scale(.3) } 100%{opacity:0;transform:translate(0,60px) }}.price-variants{margin-bottom:70px}.price-variants__item{margin-bottom:30px;background:#fff;border:2px solid #eee;transition:box-shadow .15s ease-in-out;padding:38px}.price-variants__item:hover{box-shadow:0 10px 30px rgba(0,0,0,.05)}.price-variants__image{border-bottom:2px solid #eee;height:140px;margin-bottom:40px;position:relative}.price-variants__title{font-weight:bold;margin-bottom:15px}.price-variants__price{font-size:20px;line-height:34px;color:#e22c49}.price-variants__price b{font-size:30px}.price-variants__order{margin-top:20px}.price-variants__order .btn{display:block}.price-variants__discount{display:block;position:absolute;left:60px;top:-12px;background-size:100%;color:#e22c49;font-weight:bold;text-align:center;line-height:65px;width:65px;height:65px;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62 62"%3E%3Cpath d="M56.63,33.52,61,31l-4.37-2.52,3.79-3.33-4.77-1.63,3.07-4-5-.66L56,14.33l-5,.33,1.31-4.87-4.88,1.3.33-5L43.14,8.29l-.66-5-4,3.08L36.86,1.58,33.53,5.37,31,1,28.48,5.37,25.15,1.58,23.53,6.36l-4-3.08-.66,5L14.33,6.05l.33,5L9.79,9.79l1.3,4.87-5-.33,2.23,4.53-5,.66,3.08,4L1.58,25.15l3.79,3.33L1,31l4.37,2.52L1.58,36.85l4.78,1.62-3.08,4,5,.66L6.06,47.67l5-.33-1.3,4.87,4.87-1.3-.33,5,4.53-2.23.66,5,4-3.08,1.62,4.78,3.33-3.79L31,61l2.52-4.37,3.33,3.79,1.63-4.78,4,3.08.66-5,4.53,2.23-.33-5,4.87,1.31-1.3-4.88,5,.33-2.24-4.53,5-.66-3.07-4,4.77-1.62Z" style="fill:%23fff;stroke:%23e22c49;stroke-linejoin:round;stroke-width:2px"/%3E%3C/svg%3E')}.price-list{margin-top:80px;border:2px solid #eee}.price-list__item{border-top:2px solid #eee;margin:0 -2px;padding:22px 0}.price-list__item .sub-menu-toggle path{stroke:#e22c49}.price-list__item [data-toggle="collapse"]{cursor:pointer}.price-list .price-list__item:first-child{border-top:0}.price-list__price{font-size:20px;color:#e22c49;margin-right:5px}.price-list__counter{color:#e22c49}@media (min-width:576px){.text-sm-right{text-align:right }}.price-list__content-holder{padding-top:25px}.default-container{padding:100px 0}.icon-4boxes{width:97px;height:97px;background-position:-3036px 0}.price-table{margin-bottom:100px;margin-top:20px}.price-table__icon{display:block;margin-bottom:23px}.price-table__value{display:block;border-left:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #f5f5f5;text-align:center;padding:10px 15px;transition:background .3s ease}.price-table__head .price-table__value b{font-size:20px;line-height:30px}.price-table__title{display:block;opacity:.5;border-bottom:2px solid #f5f5f5;padding:10px 0;transition:opacity .3s ease}.price-table__value,.price-table__title{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;height:100%;min-height:100%}.price-table__head .price-table__title{border-top:2px solid #f5f5f5;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:32px}.price-table__head .price-table__value{border-top:2px solid #eee;padding-top:38px;padding-bottom:32px;-ms-flex-pack:end;justify-content:flex-end}.price-table__body:hover .price-table__title{opacity:1}.price-table__body:hover .price-table__value{background:#f5f5f5}.price-table .span{display:block}.price-table__body .price-table__title{-ms-flex-pack:center;justify-content:center}.price-table__price{color:#e22c49}.price-table .inactive{opacity:.5;transition:opacity .3s ease}.price-table .price-table__body:hover .inactive{opacity:1}.price-table__body_buttons .price-table__value{padding-top:38px;padding-bottom:38px}.price-table__body_buttons .price-table__value{border-bottom-color:#eee}.price-table__body_buttons:hover .price-table__value{background:#fff}.headline{overflow-x:hidden;background:#fff;padding:0;list-style:none;margin-bottom:30px}.headline li{display:table;width:100%;margin:0 0 10px;padding:0}.headline span:first-child{display:table-cell;padding-right:10px;width:100%;overflow:hidden;max-width:0;vertical-align:top}.headline span:first-child:after{content:'. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';display:inline-block;width:0;white-space:nowrap;margin-left:10px;color:#ccc}.headline span+span{display:table-cell;vertical-align:bottom;white-space:nowrap;padding-left:10px;background:#fff;text-align:right}.rouble{display:block;position:relative;padding-left:45px;margin-bottom:25px}.rouble:before{content:'';display:block;width:25px;height:25px;position:absolute;left:0;top:2px;background:url(/f/i/sprite.png) -1579px -144px no-repeat}.smi{padding-left:0;list-style:none;margin-bottom:0}.smi li{margin-bottom:60px}.smi__item-image-cell{min-width:180px}.smi__item-image{max-width:170px;max-height:170px;display:block;margin:0 auto}.smi__item a{text-decoration:underline;color:#e22c49}@media (max-width:767px){.smi li{margin-bottom:30px} .smi__item-image-cell{margin-top:20px}}.important{color:#e22c49}.rio-block{background-image:url(/f/i/rio.png);background-position:center bottom;background-repeat:no-repeat}.projects-line__item_small{padding-bottom:60px}.option__item.noborder{border:0!important;box-shadow:none!important}.help-add-block{color:#f83352;font-size:14px;line-height:20px;margin-top:20px;margin-bottom:10px;font-style:italic}.head{font-size:24px;line-height:32px;font-weight:bold;color:rgb(226,44,73)}@media (min-width:768px){.head{border:2px solid #eee;padding:40px 60px;text-align:center;background:rgba(0,0,0,.05);margin:70px 0;border-radius:58px }}.photo-line{margin-top:55px;margin-bottom:70px;position:relative}.photo-line__holder{margin:0 -1px}.photo-line__item{margin:0 1px}@media (max-width:767px){.photo-line__navigation{display:none}}.photo-line__navigation .btn{position:absolute;top:50%;margin-top:-25px}.photo-line__navigation .prev{left:15px}.photo-line__navigation .next{right:15px}.materialblock{text-align:center;margin:50px auto;width:93%;height:390px;overflow:hidden;border:2px solid;filter:grayscale(100%);border-top-color:#e22c49;border-left-color:#e22c49;border-bottom-color:#e22c49;border-right-color:#e22c49;position:relative;display:inline-block}.materialblock:hover{filter:grayscale(0%)}.img-office{max-width:798px;max-height:531px}.pmater{color:black}.thirdlvlmenu{visibility:hidden;opacity:0;position:absolute;display:none;z-index:1000;padding-left:0}.thirdlvlitem{z-index:1000;padding-right:30px;padding-left:30px;margin-top:15px;white-space:nowrap;float:left;margin-bottom:15px !important;margin-left:15px}div ol li:hover>.thirdlvlmenu,.thirdlvlmenu:hover{visibility:visible;opacity:1;display:block;border:1px solid #eee;background-color:white;text-align:center}.mtb{width:109% !important}.schemali{list-style-type:none;margin-top:-60px}.schemaol li i{padding:0 10px;color:#e02c47;font-style:normal}.schemaol li{font-size:14px}.schemaol{display:flex}.fourlvlmenu{visibility:hidden;opacity:0;position:absolute;display:none;z-index:10000;padding-left:0;margin-left:360px;margin-top:-41px}.fourlvlitem{z-index:10000;padding-right:30px;padding-left:30px;margin-top:15px;white-space:nowrap;float:left;margin-bottom:15px !important;margin-left:15px}div ol li ol li:hover>.fourlvlmenu,.fourlvlmenu:hover{visibility:visible;opacity:1;display:block;border:1px solid #eee;background-color:white;text-align:center}.bx-composite-btn-fixed{display:none}div ol li ol li:hover>.fourlvlmenu,.fourlvlmenu:hover{visibility:visible;opacity:1;display:block;border:1px solid #eee;background-color:white;text-align:center}.footer-menu__list li:hover>.thirdlvlmenu,.thirdlvlmenu:hover{visibility:visible;opacity:1;display:block;border:2px solid #eee;background-color:white;text-align:center}div ul li ol li:hover>.fourlvlmenu,.fourlvlmenu:hover{visibility:visible;opacity:1;display:block;border:2px solid #eee;background-color:white;text-align:center}.foomenu,.foomenufour{background:#f5f5f5 !important;padding-left:2em !important}.foomenufour{margin-top:-32px;margin-left:323px}.fooitem{background:#f5f5f5;margin:0 !important;padding:0;list-style:circle;color:#ff5752}@media screen and (min-width:770px) and (max-width:1441px){.thirdlvlmenu{margin-left:-40px}}.leftimg{float:left;margin:7px 20px 7px 0}.rightimg{float:right;margin:7px 0 7px 20px}.linkul>li{margin-bottom:5px;list-style-type:none}.linkul>li>.btn-bordered{display:block;width:370px}.linkul{display:contents}.rowlast{margin-bottom:30px}.video-adaptive{margin-bottom:15px;float:none;clear:both;width:100%;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.video-adaptive iframe{position:absolute;top:0;left:0;width:100%;height:100%}#web_form_83 .help-block{top:5px}.header__buttonz{text-align:center}.mt30{margin-top:30px}[data-bx-form-popup-cont]{border:2px solid #eee;width:850px}[data-bx-form-popup-close]{border:2px solid #eee;position:absolute;width:50px!important;height:50px!important;border-radius:50px;right:-17px;top:-17px;background:#fff!important;transition:all .3s ease}[data-bx-form-popup-close]:after{content:"\00d7";position:absolute;top:3px;right:8px;width:30px;height:30px;font:normal 40px/40px Arial,Helvetica Neue,Helvetica,sans-serif;color:#f83352;background:transparent;transition:all .3s ease;text-align:center;border-radius:50%;border-width:0;box-sizing:border-box;z-index:2}[data-bx-form-popup-close] svg{display:none!important}[data-bx-form-popup-close]:hover:after{color:#fff;background:transparent}[data-bx-form-popup-close]:hover{background:#f83352!important;border-color:#f83352}.main-services__links-item{display:block !important}.show-more{text-align:center;display:block}.show-service{display:none;text-align:center}.show-more:hover{color:#e22c49;cursor:pointer}.main-services__links-item:hover{box-shadow:0 10px 30px rgba(0,0,0,.05)}.preface,.main-services,.main-phrase,.main-advantages,.main-properties,.projects-slider,.main-activity,.events,.useful,. question{content-visibility:auto;contain-intrinsic-size:1000px}.ol-yakor{width:100%;color:#e22c49}html{scroll-behavior:smooth}.mb30{margin-bottom:30px}#button-up{z-index:2;background:#e22c49;width:40px;height:40px;border-radius:2px;position:fixed;bottom:20px;right:10px;cursor:pointer;transition:all .4s ease-in-out;opacity:.7;display:flex;justify-content:center;align-items:center}#button-up:hover{opacity:1}#button-up img{width:22px}@font-face{font-family:Firasans;font-weight:300;font-display:swap;font-style:normal;src:url('fonts/Firasansextralight.woff2') format("woff2")}@font-face{font-family:Firasans;font-weight:700;font-display:swap;font-style:normal;src:url('fonts/Firasansbold.woff2') format("woff2")}.main-services .nav-link.active:before{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-30px;width:0;height:0;border-style:solid;border-width:9px 9.5px 0 9.5px;border-color:#daab7f transparent transparent transparent}.main-services .nav-link.active:after{content:'';position:absolute;left:0;right:0;bottom:-21px;height:4px;background-color:#daab7f}.main-services .nav-link.active{position:relative;font-weight:700;font-family:'Firasans',sans-serif}.main-services .nav-link.active{color:rgba(218,171,127,1)}.main-services .nav-item{margin-left:0;width:33.3%}.main-services-first .main-services__links-link{padding-top:40px;padding-bottom:24px;padding-left:24px;padding-right:24px;align-items:flex-start}.main-services .nav{margin-left:0;margin-right:0}.main-services .nav-link{border-bottom:none;font-weight:300;font-size:30px;width:100%;line-height:30px;color:#BDBDBD;font-family:'Firasans',sans-serif;margin-left:0;display:flex;justify-content:center;align-items:center}.main-services .nav{display:flex;justify-content:space-between}.main-services-first .main-services__links-link{display:flex;height:137px;align-items:center;justify-content:flex-start}.show-more svg{margin-right:11px;position:absolute;left:-22px;top:50%;transform:translateY(-50%)}.show-more{position:relative;border-bottom:1px dashed #DAAB7F;display:inline-flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;margin-left:46px}.show-more.active svg{transform:rotate(180deg);top:11px}.main-services-first .main-services__links-image{height:auto;margin-bottom:0;padding-top:0}.main-services-first .main-services__links-title{text-align:left;margin-left:12px}.show-service a{margin-bottom:21px}.show-service{padding-left:21px;padding-right:21px}.show-service__link img{margin-left:11px}.show-service__link img{transition:all 0.2s ease}.show-service__link{padding-top:12px;margin-top:36px;padding-bottom:12px;display:flex;align-items:center;justify-content:center;background:#FFFFFF;border:1px solid #DAAB7F;border-radius:67px;font-weight:500;font-size:16px;line-height:1;max-width:232px;width:100%;color:#E22C49}.show-service__link:hover img{transform:translate(10px,0)}.main-services__links-item{padding-bottom:40px}.tab-pabe-sec .main-services__links-item{padding-bottom:0}.show-service a img{margin-right:11px}.show-service a{display:flex;align-items:flex-start;justify-content:flex-start;text-align:left;line-height:1.4}.show-service__col{padding-left:21px;padding-right:21px}.show-service__col img{margin-right:11px}.show-service__col a{display:flex;margin-bottom:21px;align-items:flex-start;justify-content:flex-start;text-align:left;line-height:1.4}.main-services__links-item{display:flex;justify-content:center;align-items:center}.main-services-first.main-services__links-item{display:flex !important;flex-direction:column;justify-content:space-between}.main-services__top{display:inline-flex;flex-wrap:wrap}.show-service__col{width:100%}.show-service{width:100%}@media (max-width:1200px){.show-service__link{margin-left:10px;margin-right:10px} .show-service__link{max-width:206px}}@media (max-width:990px){.show-more.active svg{top:7px} .main-services-first.main-services__links-item{padding-bottom:40px} .show-service__link img{display:none} .main-services-first .main-services__links-link{flex-direction:column;height:auto} .show-service__col a{display:flex;margin-bottom:15px} .main-services-first .main-services__links-image{margin-bottom:15px} .main-services-first .main-services__links-title{text-align:center;margin-left:0}}.unique-r__container{margin-top:70px}@media (max-width:990px){.unique-r__list{max-width:100%;width:100%;padding:40px 20px 20px 20px;border:none;flex-direction:column} .unique-r__container{margin-bottom:60px} .project-r__image img{max-width:100%} .youtube-mask img{max-width:100%} .project-r__title{text-align:center;font-size:28px} .project-r__title span{display:block} .project-r__subtitle{margin-bottom:20px} .unique-r__txt{margin-bottom:30px} .unique-r__image{position:relative;bottom:-80px;left:auto} .unique-r__container{flex-direction:column;align-items:center} .unique-r__container a{width:100%} .youtube{height:342px} .unique-r__txt{text-align:center}}@media (max-width:767px){.youtube{height:249px} .unique-r__list{padding:20px 20px 20px 20px} .youtube-list{padding-left:20px} .youtube-list__txt{font-size:14px;max-width:316px} .youtube-button img{max-width:136px;margin-bottom:10px;width:100%} .youtube-time{left:19px;top:17px;padding:4px 12px} .youtube-veiwe__container{font-size:16px} .youtube-height{max-width:378px} .unique-r__container{margin-bottom:40px}}@media (max-width:600px){.project-r__title{font-size:22px}}@media (max-width:550px){.youtube{height:209px} .youtube-list__txt{font-size:12px;max-width:316px;margin-bottom:0} .youtube-button img{max-width:91px;margin-bottom:0} .youtube-list{bottom:51px}}@media (max-width:500px){.youtube-list{position:absolute;bottom:19px}}@media (max-width:450px){.youtube{height:173px} .youtube-list{display:none} .youtube-height{position:absolute;left:50%;bottom:-55px}}@media (max-width:400px){.youtube-veiwe__container{padding:9px 13px} .youtube-height{max-width:318px}}@media (max-width:350px){.youtube-height{bottom:-26px}}.youtube-content-title{font-weight:700;max-width:550px;width:100%;margin-left:auto;margin-right:auto;font-size:30px;line-height:1.3;text-align:center;color:#000000}.youtube-content-title span{color:#E22C49}@media (max-width:990px){.youtube-content-title{font-size:25px}}.youtube-mask{position:absolute;left:0;top:0;bottom:0;right:0}.popup-rbye-wrap.success .popup-rbye__image{display:none}.popup-rbye-wrap.success .popup-rbye__subtitle{margin-bottom:9px}
span.socicon-vkontakte, span.socicon-odnoklassniki, span.socicon-youtube, span.socicon-telegram {font-size: 27px!important;}
.contacts-soc span {font-size:0}
.contacts-soc {
    width: 16.6%;
    margin-bottom: 4px;
    margin-right: 6px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b24-web-form-popup-btn-37 {
    margin: 0px 0px 26px;
}

#bx_3218110189_ {
    padding-top: 45px;
}

header {
    display: block;
}

footer {
    display: block;
}
/* Cookie Dialog */

#gdpr-cookie-message {
    position: fixed;
    background-color: var(--window-bg-color);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    font-family: system-ui;
}

#gdpr-cookie-message p {
    color: var(--window-text-color);
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
    border: none;
    background: var(--window-button-bg-color);
    color: var(--window-button-text-color);
    font-family: sans-serif;
    font-size: 14px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
    background: white;
    color: #000;
    transition: all 0.3s ease-in;
}

.scene__description_offset {
    margin-bottom: 20px;
}

.scene__collumn {
    margin-bottom: 40px;
}

.scene__list {
    display: flex;
    align-items: center;
}

.scene__list img {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}

@media (max-width: 990px) {
    .scene__description_offset {
        margin-bottom: 10px;
    }

    .scene__collumn {
        margin-bottom: 25px;
    }

    .scene__list {
        display: flex;
        align-items: flex-start;
    }

    .scene__list img {
        width: 20px;
        margin-right: 10px;
        height: 20px;
    }
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    height: 437px;
    overflow: hidden;
    transition: all .2s ease-out;
    cursor: pointer;
    border-radius: 18px;
    max-width: 880px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto 0 auto;
}

.youtube-mask {
    position: relative;
}

.youtube-list {
    position: absolute;
    bottom: 0;
    padding-left: 50px;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.youtube-list__txt {
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    line-height: 1.3;
    color: #FFFFFF;
    max-width: 489px;
    width: 100%;
    margin-bottom: 20px;
}

.youtube-mask:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(360deg, #E22C49 4.55%, rgba(226, 44, 73, 0) 66.25%);
}

.youtube-time img {
    margin-right: 8px;
}

.youtube-time {
    position: absolute;
    left: 50px;
    top: 22px;
    display: flex;
    align-items: center;
    background: rgba(218, 171, 127, 0.75);
    box-shadow: 0px 14.3333px 28.6667px rgba(27, 27, 27, 0.16);
    backdrop-filter: blur(57.3333px);
    border-radius: 8px;
    padding: 8px 19px;

    font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
    border: 2px solid rgba(245, 245, 245, 0.16);
}

.youtube-veiwe__container img {
    margin-right: 8px;
}

.youtube-veiwe p {
    margin-bottom: 0;
}

.youtube-veiwe {
    position: absolute;
    bottom: 0;
}

.youtube-border {
    border: 2px solid #f5f3f3;
    border-radius: 5px;
}

.youtube-veiwe {
    background-color: #fff;
    padding: 5px;
    filter: drop-shadow(0px 4px 22px rgba(0, 0, 0, 0.05));
    border-radius: 10px;
}

.youtube-veiwe__container span {
    color: #E22C49
}

.youtube-content {
    margin-bottom: 80px;
    position: relative;
}

.youtube-veiwe__container {
    display: flex;
    align-items: center;
    padding: 9px 26px;
    background: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    border-radius: 3px;
    line-height: 24px;
    color: #000000;
}

.youtube-veiwe__shadow {
    position: absolute;
    left: 11px;
    right: 11px;
    height: 58px;
    bottom: -10px;
    z-index: -1;
    background: #FFFFFF;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.youtube-height {
    position: absolute;
    left: 50%;
    bottom: -44px;
    transform: translateX(-50%);
    max-width: 447px;
    width: 100%;
}



@media (max-width: 1200px) {
    .unique-r__image {
        left: -86px;
        max-width: 360px;
    }

    .unique-r__txt {
        margin-right: 14px;
        font-weight: 700;
        font-size: 18px;
    }

    .unique-r__image img {
        width: 100%;
    }

    .project-r_offset {
        padding-top: 50px;
        padding-bottom: 90px;
        margin-bottom: 50px;
    }

    .project-r__title {
        font-size: 32px;
    }

}

@media (max-width: 1100px) {
    .unique-r__image {
        max-width: 308px;
        left: -32px;
    }

    .unique-r__list {
        padding: 20px 20px 20px 151px;
    }
}

/* mobile */

@media (max-width: 990px) {
    .unique-r__list {
        max-width: 100%;
        width: 100%;
        padding: 40px 20px 20px 20px;
        border: none;
        flex-direction: column;
    }

    .header-fixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 11;
    }

    .unique-r__container {
        margin-bottom: 60px;
    }

    .project-r__image img {
        max-width: 100%;
    }

    .youtube-mask img {
        max-width: 100%;
    }

    .project-r__title {
        text-align: center;
        font-size: 28px;
    }

    .project-r__title span {
        display: block;
    }

    .project-r__subtitle {
        margin-bottom: 20px;
    }

    .unique-r__txt {
        margin-bottom: 30px;
    }

    .unique-r__image {
        position: relative;
        bottom: -80px;
        left: auto;
    }

    .unique-r__container {
        flex-direction: column;
        align-items: center;
    }

    .unique-r__container a {
        width: 100%;
    }

    .youtube {
        height: 342px;
    }

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

@media (max-width: 767px) {
    .youtube {
        height: 249px;
    }

    .unique-r__list {
        padding: 20px 20px 20px 20px;
    }

    .youtube-list {
        padding-left: 20px;
    }

    .youtube-list__txt {
        font-size: 14px;
        max-width: 316px;
    }

    .youtube-button img {
        max-width: 136px;
        margin-bottom: 10px;
        width: 100%;
    }

    .youtube-time {
        left: 19px;
        top: 17px;
        padding: 4px 12px;
    }

    .youtube-veiwe__container {
        font-size: 16px;
    }

    .youtube-height {
        max-width: 378px;
    }

    .unique-r__container {
        margin-bottom: 40px;
    }
}


@media (max-width: 600px) {
    .project-r__title {
        font-size: 22px;
    }
}


@media (max-width: 550px) {
    .youtube {
        height: 209px;
    }

    .youtube-list__txt {
        font-size: 12px;
        max-width: 316px;
        margin-bottom: 0;
    }

    .youtube-button img {
        max-width: 91px;
        margin-bottom: 0;
    }

    .youtube-list {
        bottom: 51px;
    }
}

@media (max-width: 500px) {
    .youtube-list {
        position: absolute;
        bottom: 19px;
    }
}

@media (max-width: 450px) {

    .youtube {
        height: 173px;
    }

    .youtube-list {
        display: none;
    }

    .youtube-height {
        position: absolute;
        left: 50%;
        bottom: -55px;
    }
}

@media (max-width: 400px) {
    .youtube-veiwe__container {
        padding: 9px 13px;
    }

    .youtube-height {
        max-width: 318px;
    }
}

@media (max-width: 350px) {
    .youtube-height {
        bottom: -26px;
    }
}


.youtube-content-title {
    font-weight: 700;
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    color: #000000;
}

.youtube-content-title span {
    color: #E22C49;
}

@media (max-width: 990px) {
    .youtube-content-title {
        font-size: 25px;
    }

    #wrapper {
        padding-top: 130px;
    }
}
.footer-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-arrow .icon-arr {
    background-position: -652px 0;
}

.footer__container {
    display: none;
    padding-left: 18px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
}

.footer__container[style*="display: block"] {
    display: flex !important;
}

.footer__item {
    width: 100%;
}

.footer__item.active .footer__container {
    display: block;
}

.footer-arrow img {
    transform: rotate(180deg);
}

.footer-arrow.active img {
    transform: rotate(0);
}

.footer__container .thirdlvlitem {
    float: inherit;
}

.thirdlvlitem {
    white-space: normal;
}

.footer__container .thirdlvlitem {
    margin-bottom: 8px !important
}

.fooitem {
    line-height: 1.4;
    margin-bottom: 10px;
}

.fourlvlitem {
    white-space: normal;
}

.footer__dropdown {
    display: none;
    margin: 4px 0 !important;
    padding-left: 18px;
    flex-direction: column;
    align-items: flex-start;
}

.footer__dropdown[style*="display: block"] {
    display: flex !important;
}
.sub-menu ol li {
    width: 354px;
    text-align: left;
}
.archiv-banner__wrapper {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    width: 100%;
    position: relative;
}

.archiv-banner {
    padding-top: 18px;
    padding-bottom: 18px;
    position: fixed;
    left: 0;
    transition: all 0.4s ease;
    transform: translateY(150%);
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #45AEE5 0%, #2692DA 193.14%);
}

.show-top {
    transform: translateY(-78px);
}

.show-top.active {
    transform: translateY(0);
}

.archiv-banner__close {
    position: absolute;
    right: 20px;
    top: 12px;
    transition: all 0.2s ease;
}

.archiv-banner__close:hover {
    top: 10px;
}

.archiv-banner__title {
    font-weight: 700;
    font-size: 23px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.archiv-banner__subtitle {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    color: #FFFFFF;
}

.archiv-banner__subtitle p {
    margin-bottom: 0;
    margin-top: 0;
}

.archiv-banner__col {
    margin-right: 53px;
    position: relative;
}

.archiv-banner__rigth-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.archiv-banner__col:after {
    position: absolute;
    content: '';

    right: -47px;
    top: -10px;
    bottom: -10px;
    width: 1px;
    background-color: #93CEF0;
}

.archiv-banner__block {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
    display: flex;
    align-items: flex-start;
}

.archiv-banner__block p {
    max-width: 330px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 18px;
}

.archiv-banner__block p:last-child {
    margin-right: 0;
    padding-right: 41px;
}

.archiv-banner-btn {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    line-height: 1.2;
    color: #3DA7E2;

    padding: 17px 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(22, 51, 69, 0.1);
    border-radius: 54px;
}

.archiv-banner__logo {
    position: absolute;
    left: -38px;
    bottom: -73px;
}

.archiv-banner__left-side {
    position: relative;
    width: 168px;
}

.archiv-banner__rigth-side {
    width: calc(100% - 168px);
}

@media (max-width: 1570px) {
    .archiv-banner__col:after {
        right: -26px;
    }

    .archiv-banner__col {
        margin-right: 4px;
    }

    .archiv-banner__block p:last-child {
        padding-right: 0;
    }

    .archiv-banner__close {
        right: 8px;
        transition: all 0.2s ease;
        top: 5px;
    }

    .archiv-banner__close:hover {
        top: 2px;
    }
}

@media (max-width: 1550px) {
    .archiv-banner__col:after {
        display: none;
    }
}

@media (max-width: 1360px) {
    .archiv-banner__block {
        display: none;
    }

    .archiv-banner__logo {
        left: -38px;
        bottom: -56px;
    }

    .archiv-banner__logo img {
        height: 157px;
    }

    .archiv-banner__wrapper {
        max-width: 830px;
        width: 100%;
    }
}

@media (max-width: 810px) {
    .archiv-banner__left-side {
        display: none;
    }

    .archiv-banner__rigth-side {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .archiv-banner__button {
        width: 100%;
    }

    .archiv-banner__col {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .archiv-banner-btn {
        width: 100%;
        margin-top: 14px;
        text-align: center;
    }
}
.default-container-offset .subtitle {
    margin-bottom: 0px;
}
.option__name {
    margin-left: 0;
    width: 400px;
    display: block;
}

@media (max-width: 450px) {
    .archiv-banner__col {
        display: flex;
    }

    .archiv-banner__title {
        text-align: left;
        font-size: 18px;
        margin-bottom: 0;
        margin-right: 17px;
        max-width: 169px;
        width: 100%;
    }

    .archiv-banner__subtitle {
        max-width: 112px;
        width: 100%;
        font-size: 13px;
        text-align: left;
    }

    .archiv-banner__wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.news-block {
    display: flex;
    align-items: flex-start;
    padding: 18px 25px;
    padding-bottom: 27px;
    border: 1px solid #EEEEEE;
    border-bottom: none;
    transition: all 0.4s ease;
}

.news-block:hover {
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.06);
}

.news__image {
    margin-right: 20px;
    width: 162px;
}

.news__image img {
    max-width: 100%;
    object-fit: cover;
}

.news__col {
    width: calc(100% - 162px);
}

.news-data {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #E22C49;
    margin-bottom: 12px;
    margin-top: 10px;
}

.news-title {
    margin-top: 0;
    margin-bottom: 14px;
    max-width: 686px;
    width: 100%;

    font-weight: 700;
    transition: all 0.4s ease;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
}

.news-descript {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}

.news-descript p {
    margin: 0;
}
.news-block .news-descript {
    color: #000
}

.news-block:hover .news-title {
    color: #e22c49;
}

.row-position-left {
    position: relative;
    left: -90px;
}

.news-banner {
    margin-bottom: 29px;
    position: relative;
    background: linear-gradient(180deg, #45AEE5 0%, #2692DA 193.14%);
    border-radius: 9px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-banner .archiv-banner__left-side {
    width: 136px;
    left: 22px;
}

.news-banner .archiv-banner__logo img {
    width: 100%;
}

.news-banner .archiv-banner__logo {
    position: absolute;
    left: auto;
    bottom: -37px;
}

.news li {
    margin-bottom: 0;
}

.news li:last-child .news-block {
    border-bottom: 1px solid #EEEEEE;

}

.news-banner .archiv-banner__col {
    padding-left: 20px;
    margin-right: 0;
    padding-right: 10px;
}

.news-banner .archiv-banner__wrapper {
    justify-content: space-between;
}

.news-banner .archiv-banner__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.news-banner .archiv-banner__subtitle {
    font-size: 14px;
}

.news-banner .archiv-banner__col:after {
    display: none;
}

.container-resize {
    max-width: 1070px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.subsribe-redizine {
    border: none
}

.container-resize {
    margin-bottom: 20px;
}

@media (max-width: 1360px) {
    .news-banner .archiv-banner__wrapper {
        max-width: 100%;
    }
    .news-banner .archiv-banner__logo img {
        height: auto;
    }
}

@media (max-width: 990px) {
    .row-position-left {
        left: 0;
    }
}

@media (max-width: 820px) {
    .news-banner .archiv-banner__col {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .news-banner .archiv-banner__title {
        width: 50%;
        padding-right: 50px;
    }

    .news-banner .archiv-banner__subtitle {
        width: 50%;
    }
}


@media (max-width: 600px) {
    .news-banner .archiv-banner__title {
        text-align: left;
        font-size: 18px;
    }
    .news-banner .archiv-banner__subtitle {
        font-size: 13px;
        text-align: left;
    }
    .news-banner .archiv-banner-btn {
        padding: 13px 40px;
        font-size: 16px;
    }

    .news-banner .archiv-banner__wrapper {
        padding: 0;
    }
    .news-banner .archiv-banner__col {
        padding: 0;
    }
    .news-banner {
        padding: 12px;
    }

    .news-block {
        flex-direction: column;
    }

    .news__col {
        width: 100%;
    }
    .news__image {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 490px) {
    .news-banner .archiv-banner__title {
        width: 100%;
        text-align: center;
        max-width: 100%;
        padding: 0;
    }
    .news-banner .archiv-banner__subtitle {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .news-banner .archiv-banner__col {
        flex-direction: column;
    }

    .news-block {
        padding: 12px;
    }
}
.news-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #EEEEEE;
}

.news-row__link {
    width: 20%;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #9D9D9D;
    transition: all 0.4s ease;
}

.news-row__link:hover {
    color: #9D9D9D;
}

.news-row__link.active {
    color: #DAAB7F;
    position: relative;
}

.news-row__link.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #DAAB7F;
}

.news-row__link.active:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 14.5px 0 14.5px;
    border-color: #daab7f transparent transparent transparent;
}

.news-tab {
    display: none;
}

.news-tab.active {
    display: block;
}

.smi-red__image {
    width: 162px;
}

.smi-red__text {
    width: calc(100% - 162px);
    padding-left: 21px;
}

.smi-red__row {
    display: flex;
    align-items: center;
    border: 1px solid #EEEEEE;
    padding: 18px 37px 24px 18px;
    filter: drop-shadow(0px 4px 36px rgba(0, 0, 0, 0.06));
}

.smi-red__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin-top: 11px;
    color: #000000;
    margin-bottom: 12px;
}

.smi-red__txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.smi-red__txt a {
    color: #E22C49;
    text-decoration: underline;
    display: inline-block;
}

.smi-red__image img {
    max-width: 100%;
}

.news-photo-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news-photo-width{
    width: 33.3%;
    padding-left: 5px;
    padding-right: 5px;
}

.news-photo-item {
    border: 1px solid #EEEEEE;
    padding-top: 48px;
    padding: 48px 22px 32px 39px;
    transition: all 0.4s ease;
}

.news-photo-item:hover {
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.06);
}

.news-photo__image {
    margin-bottom: 23px;
}

.news-photo__title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
}

.news-photo__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 24px;
}

.news-photo__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #E22C49;
}

.news-photo__link img {
    margin-left: 5px;
}

.news-photo__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    margin-top: 25px;
}

.news-photo__text a {
    color: #E22C49;
}

.news-event__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.news-event__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    margin-top: 0;
    margin-bottom: 12px;
}

.news-event__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}

.news-events {
    margin-bottom: -50px;
}

.news-event__width {
    width: 33.3%;
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 50px;
}

.news-event__image {
    display: block;
    margin-bottom: 20px;
}

.news-event__data {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #E22C49;
}

.news-event__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 12px;
    display: block;
}

.news-event__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}

.news-events {
    margin-left: -11px;
    margin-right: -11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.news-event__meth {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    padding: 7px 12px;
}

.meth-green {
    color: #45CB85;
    background: rgba(69, 203, 133, 0.2);
    border-radius: 6px;
}

.meth-gray {
    background: rgba(176, 176, 176, 0.2);
    border-radius: 6px;
    color: #898989;
}

.news-event__meth img {
    margin-right: 5px;
}

.news-index__image {
    margin-bottom: 20px;
}

.news-index__text {
    display: block;
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.news-index__width {
    width: 33.3%;
}

.news-index__width {
    padding-left: 10px;
    padding-right: 10px;
}

.news-index {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid #EEEEEE;
}

.news-partners__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #000000;
}

.news-partners__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-left: -7px;
    margin-right: -7px;
}
.news-partners__width {
    padding-left: 7px;
    padding-right: 7px;
    width: 16.6%;
}

.news-partners {
    margin-bottom: 60px;
}

@media (max-width: 1100px) {
    .news-photo-width {
        width: 50%;
        margin-bottom: 10px;
    }
    .news-photo-list {
        margin-bottom: -10px;
    }
    .news-partners__item {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .news-partners__width {
        width: 25%;
        margin-bottom: 20px;
    }

    .news-partners__wrap {
        flex-wrap: wrap;
    }
}

@media (max-width: 990px) {
    .news-row__link {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .news-row__link.active::after {
        height: 2px;
    }
    .news-row__link.active::before {
        bottom: -9px;
        border-width: 9px 10.5px 0 10.5px;
    }
    .news-event__width {
        width: 50%;
    }
    .news-event__image img {
        width: 100%;
    }
}
@media(max-width: 340px) {
 .logo {
     width: 112px!important;
 }
 .header__mobile {
   position: relative!important;
   bottom: -3px!important;
 }
}
@media (max-width: 750px) {
    .news-photo-width {
        width: 100%;
    }
    .news-photo-item {
        padding: 32px 15px 21px 16px;
    }
.roistat-multiwidget-pulsator-holder{
display:none;
}
}

@media (max-width: 700px) {
    .news-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .news-row__link {
        text-align: left;
        width: auto;
    }
    .news-row__link.active:before {
        display: none;
    }

    .news-row__link {
        padding-bottom: 3px;
        margin-bottom: 10px;
    }
    .news-event__width {
        width: 100%;
    }
    .news-index__width {
        width: 50%;
        margin-bottom: 20px;
    }
    .news-partners__width {
        width: 33.3%;
    }
}

@media (max-width: 600px) {
    .smi-red__row {
        flex-direction: column;
        align-items: flex-start;
    }
    .smi-red__text {
        width: 100%;
        padding-left: 0;
    }
    .smi-red__image {
        width: 100%;
    }
    .smi-red__image img {
        width: 100%;
    }
    .smi-red__row {
        padding: 16px 12px;
        margin-bottom: 16px;
    }
}

@media (max-width: 550px) {
    .news-index__width {
        width: 100%;
    }
    .news-partners__width {
        width: 50%;
    }
    .news-partners__item img {
        max-width: 100%;
    }
}
.news-block {
    display: flex;
    align-items: flex-start;
    padding: 18px 25px;
    padding-bottom: 27px;
    border: 1px solid #EEEEEE;
    border-bottom: none;
    transition: all 0.4s ease;
}

.news-block:hover {
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.06);
}

.news__image {
    margin-right: 20px;
    width: 162px;
}

.news__image img {
    max-width: 100%;
    object-fit: cover;
}

.news__col {
    width: calc(100% - 162px);
}

.news-data {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #E22C49;
    margin-bottom: 12px;
    margin-top: 10px;
}

.news-title {
    margin-top: 0;
    margin-bottom: 14px;
    max-width: 686px;
    width: 100%;

    font-weight: 700;
    transition: all 0.4s ease;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
}

.news-descript {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}

.news-descript p {
    margin: 0;
}
.news-block .news-descript {
    color: #000
}

.news-block:hover .news-title {
    color: #e22c49;
}

.row-position-left {
    position: relative;
    left: -90px;
}

.news-banner {
    margin-bottom: 29px;
    position: relative;
    background: linear-gradient(180deg, #45AEE5 0%, #2692DA 193.14%);
    border-radius: 9px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-banner .archiv-banner__left-side {
    width: 136px;
    left: 22px;
}

.news-banner .archiv-banner__logo img {
    width: 100%;
}

.news-banner .archiv-banner__logo {
    position: absolute;
    left: auto;
    bottom: -37px;
}

.news li {
    margin-bottom: 0;
}

.news li:last-child .news-block {
    border-bottom: 1px solid #EEEEEE;

}

.news-banner .archiv-banner__col {
    padding-left: 20px;
    margin-right: 0;
    padding-right: 10px;
}

.news-banner .archiv-banner__wrapper {
    justify-content: space-between;
}

.news-banner .archiv-banner__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.news-banner .archiv-banner__subtitle {
    font-size: 14px;
}

.news-banner .archiv-banner__col:after {
    display: none;
}

.container-resize {
    max-width: 1070px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.subsribe-redizine {
    border: none
}

.container-resize {
    margin-bottom: 20px;
}

@media (max-width: 1360px) {
    .news-banner .archiv-banner__wrapper {
        max-width: 100%;
    }
    .news-banner .archiv-banner__logo img {
        height: auto;
    }
}

@media (max-width: 990px) {
    .row-position-left {
        left: 0;
    }
}

@media (max-width: 820px) {
    .news-banner .archiv-banner__col {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .news-banner .archiv-banner__title {
        width: 50%;
        padding-right: 50px;
    }

    .news-banner .archiv-banner__subtitle {
        width: 50%;
    }
}


@media (max-width: 600px) {
    .news-banner .archiv-banner__title {
        text-align: left;
        font-size: 18px;
    }
    .news-banner .archiv-banner__subtitle {
        font-size: 13px;
        text-align: left;
    }
    .news-banner .archiv-banner-btn {
        padding: 13px 40px;
        font-size: 16px;
    }

    .news-banner .archiv-banner__wrapper {
        padding: 0;
    }
    .news-banner .archiv-banner__col {
        padding: 0;
    }
    .news-banner {
        padding: 12px;
    }

    .news-block {
        flex-direction: column;
    }

    .news__col {
        width: 100%;
    }
    .news__image {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 490px) {
    .news-banner .archiv-banner__title {
        width: 100%;
        text-align: center;
        max-width: 100%;
        padding: 0;
    }
    .news-banner .archiv-banner__subtitle {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .news-banner .archiv-banner__col {
        flex-direction: column;
    }

    .news-block {
        padding: 12px;
    }
}
.pagination-archiv-arrow {
    display: inline-flex!important;
    padding: 30px 25px!important;
    padding-bottom: 18px!important;
    border: 1px solid #EEEEEE!important;
    transition: all 0.4s ease!important;
    color: #000!important;
    text-decoration: none!important;
}
.pagination-archiv {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.pagination-archiv__content {
    display: flex;
    align-items: center;
}

.pagination-archiv__content a {
    display: inline-flex;
    padding: 18px 25px;
    padding-bottom: 18px;
    border: 1px solid #EEEEEE;
    transition: all 0.4s ease;
    color: #000;
    text-decoration: none;
}



.pagination-archiv__content a.active {
    box-shadow: 0px 4px 36px rgb(0 0 0 / 6%);
    color: #e22c49;
}

.pagination-archiv__content a:hover {
    box-shadow: 0px 4px 36px rgb(0 0 0 / 6%);
    color: #e22c49;
}

.pagination-archiv-arrow svg {
    width: 15px;
    height: 18px;
}


@media (max-width: 990px) {

    .pagination-archiv-arrow {
        padding: 10px;
    }

    .pagination-archiv__content a {
        padding: 10px;
    }
}

table {
    line-height: 1.2;
    border-color: #ccc;
}

	table tr:first-child {
color: #F83352
}

.linkul .btn {
    white-space: pre-wrap;
    line-height: 1.2 !important;
	}

.linkul>li>.btn-bordered {
    display: inline-flex;
    height: 64px;
justify-content: center;
    align-items: center;
}

	@media (max-width: 650px) {
		table {font-size: 14px}
    table tr:first-child {font-size: 16px}
}

	@media (max-width: 400px) {

table {
    font-size: 11px;
}
table tr:first-child {
    font-size: 11px;
}
}

.event-under-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E6;
}

.event-under-list__left-side {
  display: flex;
  align-items: flex-start;
}

.event-under-list__line {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1;
}

.event-under-list__line img {
  margin-right: 10px;
}

.event-under-list__line span {
  color: #AEAEAE;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.event-under-list__name {
  line-height: 1.2;
  color: #000;
  font-size: 16px;
  padding-left: 28px;
  font-weight: bold;
}

.event-under-list__block {
  margin-right: 70px;
}

.event-under-list__block:last-child {
  margin-right: 0;
}

.event-under-list__block-btn {
  padding: 13px 32px;
  line-height: 1;
  color: #45CB85;
  font-size: 14px;

  background: #E1FAED;
  font-weight: 400;
}

.event-children {
  padding-top: 40px;
  padding-bottom: 40px;
}

.event-children__item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.event-children__item:last-child {
  margin-bottom: 0;
}

.event-children__art {
  background: #FFF4EA;
  display: inline-flex;
  padding: 13px 12px;
  margin-bottom: 12px;

  color: #DAAB7F;
  line-height: 1;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.event-children__title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.event-children__descript {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.event-children__image {
  margin-right: 32px;
}

.event-children__descript {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.event-webinar__wrapper {
  display: flex;
  align-items: flex-start;
}

.event-webinar__list {
  display: inline-flex;
  align-items: flex-start;

  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 32px;
}

.event-webinar__list:last-child {
  margin-bottom: 0;
}

.event-webinar__list img {
  margin-right: 12px;
}

.event-webinar__wrapper {
  margin-top: 40px;
}

.event-webinar__title {
  color: #000;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.event-webinar {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #E22C49;
  border-bottom: 1px solid #E22C49;
}

.event-text {
  margin-top: 76px;
}

.event-text__title {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.event-text__title p {
  margin-bottom: 30px;
}

.event-text__title p:last-child {
  margin-bottom: 0;
}

.event-text__container {
  margin-top: 40px;
}

.event-happy {
  position: relative;
  margin-top: 55px;
  background: #F8F8F8;
  padding: 36px 40px;
  overflow: hidden;
}

.event-happy__descript {
  max-width: 500px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

.event-happy__title {
  color: #DAAB7F;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.event-happy-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 0;
  z-index: 0;
}

.event-happy-img img {
  height: 100%;
}

.event-form {
  max-width: 411px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

.event-form__title {
  color: #000;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}

.event-form__container .form-control {
  margin-bottom: 16px;
}

.event-form__button .btn {
  width: 100%;
  margin-bottom: 12px;
}

.event-form__descript {
  color: #000;
  text-align: center;
  font-size: 12px;
  opacity: 0.5;
  font-weight: 400;
  line-height: 1.2 
}

.event-form__descript a {
  color: #E22C49;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.event-happy__col {
  position: relative;
  z-index: 1;
}

.event__image img {
  max-width: 100%;
}

@media (max-width: 1050px) {
  .event-happy__descript {
    max-width: 380px;
  }
}

@media (max-width: 990px) {
  .event-text {
    margin-top: 40px;
  }
  .event-text__container {
    margin-top: 20px;
  }

  .event-text__container p {
    margin-bottom: 5px;
  }

  .event-happy {
    margin-top: 35px;
  }

  .event-form {
    margin-top: 40px;
  }

  .event-form__title {
    margin-bottom: 20px;
  }

  .event-webinar__list {
    margin-bottom: 25px;
  }

  .event-webinar__wrapper {
    margin-top: 20px;
  }

  .event-webinar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .event-webinar__title {
    font-size: 22;
  }

  .event-text__title {
    font-size: 22px;
  }

  .event-webinar__title {
    font-size: 22px;
  }

  .event-form__title {
    font-size: 22px;
  }

  .event-happy-img {
    right: -50px;
  }
}

@media (max-width: 860px) {
  .event-happy-img {
    display: none;
  }

  .event-happy__descript {
    max-width: 100%;
  }

  .event-happy {
    padding: 20px 27px;
  }

  .event-happy__title {
    margin-bottom: 12px;
    font-size: 21px;
  }
}

@media (max-width: 850px) {
  .event-under-list__block {
    margin-right: 30px;
  }
}

@media (max-width: 700px) {
  .event-under-list__left-side {
    flex-direction: column;
  }

  .event-under-list__block {
    margin-right: 0;
  }

  .event-under-list__block:first-child {
    margin-bottom: 15px;
  }

  .event-under-list {
    align-items: flex-start;
  }
}

@media (max-width: 550px) {
  .event-children__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-children__image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .event-children__art {
    margin-bottom: 8px;
  }

  .event-webinar__wrapper {
    flex-direction: column;
  }

  .event-webinar__col:first-child {
    margin-bottom: 14px;
  }

  .container-resize {
    padding: 0 15px;
  }
}

@media (max-width: 400px) {
  .event-under-list__name {
    font-size: 13px;
  }

  .event-under-list__line span {
    font-size: 10px;
  }
}

.banner-event.close {
  display: none;
}

.news-event__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-event__image {
    height: 220px;
}

@media (max-width: 1600px) {
    .banner-event__wrapper {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
}

@media (max-width: 1330px) {
    .banner-event__txt {
        padding-right: 12px !important;
        margin-right: 12px !important;
    }
    .banner-event__txt {
        font-size: 22px !important;
    }
    
    .banner-event__wrapper {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .banner-event__content {
        justify-content: center;
    }
}

@media (max-width: 1240px) {
    .banner-event__wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .banner-event-close {
        right: 7px !important;
        top: 8px !important;
    }
}

@media (max-width: 1160px) {
    .banner-event__txt {
        font-size: 20px !important;
    }
    .banner-event__block {
        margin-right: 20px !important;
    }
    .banner-event__data {
        font-size: 18px !important;
    }
    .banner-event__free {
        font-size: 11px !important;
    }
}

@media (max-width: 1115px) {
    .banner-event__wrapper {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 1110px) {
    .banner-event__data {
        font-size: 17px !important;
    }
    .banner-event__day {
        font-size: 11px !important;
    }
    .banner-event__free {
        font-size: 11px !important;
    }
}


@media (max-width: 990px) {
    .banner-event__wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .banner-event {
        padding-bottom: 15px;
    }
}

@media (max-width: 650px) {
    .banner-event__txt {
        font-size: 18px !important;
    }
}


@media (max-width: 767px) {
    .photo-slider__navigation {
        position: relative;
    }
}



.author-item_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin: 15px 0;
}

.author-left {
  display: flex;
  align-items: center;
}

.author-left__image {
  max-width: 74px;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 13px;
}

.author-left__image img {
  width: 100%;
}

.author-art {
  background-color: #FFF4EA;
  color: #DAAB7F;
  padding: 7px 9px;
  line-height: 1;
  display: inline-flex;
  font-size: 10px;
  margin-bottom: 10px;
}

.author-name {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.3;
}

.author-desc {
  color: #979797;
  font-size: 13px;
}

.author-calendar {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.author-calendar img {
  margin-right: 10px;
}

@media (max-width: 650px) {
  .author-name {
    font-size: 14px;
  }
  .author-left__image {
    max-width: 56px;
  }

  .author-calendar {
    font-size: 12px;
  }
}

/* page */

.author__item {
  display: flex;
  flex-direction: column;
  padding: 11px;
  border: 1px solid #E6E6E6;
}

.author-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.author__width {
  width: 25%;
}

.author__label {
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

.author__img img {
  width: 100%;
}

.author__art {
  color: #E22C49;
  font-size: 14px;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 10px;
}

.author__desc {
  color: #AEAEAE;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2;
}

.author__stars {
  display: flex;
  align-items: center;
  line-height: 1.2;
    display: inline-flex;
}

.author__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.author__number {
  font-size: 20px;
  color: #DAAB7F;
  margin-right: 7px;
  font-weight: bold;
}

.author__stars span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.author__stars span img {
  height: 12px;
}

@media (max-width: 1200px) {
  .author__width {
    width: 33.3%;
  }
}

@media (max-width: 750px) {
  .author__width {
    width: 50%;
  }

  .author__label {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

/* item */

.author__wrap {
  display: flex;
  align-items: flex-start;
}

.author__col-img {
  width: 250px;
}

.author__col-content {
  width: calc(100% - 250px);
  padding-left: 24px;
}

.author-block__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}

.author-block__art {
  color: #E22C49;
  margin-bottom: 20px;
  font-size: 16px;
}

.author-block__desc {
  line-height: 1.2;
  color: #AEAEAE;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.author__cont {
  margin-top: 25px;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.author__cont-gray {
  text-transform: uppercase;
  color: #AEAEAE;
  font-size: 12px;
  margin-bottom: 14px;
  display: block;
}

.author__cont-numb {
  font-size: 16px;
  line-height: 1.2;
  color: #000
}

.author__cont-col {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.author__cont-col li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}

.author__cont-col li:last-child {
  margin-bottom: 0;
}

.author__cont-col li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 1px;
  background-color: #E22C49;
}

.author__cont-col_t {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.2;
}

.author__cont-col_b {
  color: #AEAEAE;
  font-size: 13px;
  line-height: 1.2;
}

.author__col-content .author__stars span img {
  height: 16px;
}

.author-sert {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 55px;
  padding-bottom: 55px;
  width: 100%;
}

.author-sert .swiper-slide {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.author-ser__item {
  position: relative;
  height: 250px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.swiper-wrapper.author-sert {
  box-sizing: border-box;
}

.author-ser__item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  background-color: #e22c49d4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-ser__item:hover span {
  visibility: visible;
  opacity: 1;
}

.author-ser__item img {
  max-width: 100%;
}

.navigate__title {
  color: #000000;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.navigate-bg {
  background: #FAFAFA;
  padding-top: 60px;
}

.pagination-archiv__content a {
  padding: 0 25px;
  height: 65px;
  justify-content: center;
  align-items: center;
}

.pagination-archiv-arrow {
  padding: 0 25px !important;
  height: 65px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .author__wrap {
    flex-direction: column;
  } 
  .author__col-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .author-sert .swiper-slide {
    width: 100%;
  }
  .author-sert {
    flex-wrap: nowrap;
  }

  .author-sert .swiper-slide {
    padding: 0;
  }

  .author-sert {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 25px;
  }

  .reset-offset {
    padding-left: 0;
    padding-right: 0;
  }

  .author-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigate-bg {
    padding-top: 40px;
  }

  .navigate__title {
    margin-bottom: 20px;
  }
}
.author-under {
    display: flex;
    flex-direction: column;
}
.author__column .author__label:hover {
color:red;
	}
.author__img {display:block}

.new_con {
    margin-bottom: 0;
    margin: 50px auto;
}

.preface {
    padding-top: 0 !important;
}

body {
    padding-top: 193px;
}
/* 
@media (max-width: 650px)
.body-offset {
    padding-top: 85px;
}
}

@media (max-width: 1200px)
.body-offset {
    padding-top: 125px;
} */
@media (max-width: 990px) {
.main-advantages__item {
z-index: 9!important;
	}
.main-advantages__navigation-holder button{
    display: block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0;
		} 
}
.main-facts__item dd {
    font-weight: bold;
    margin-inline-start: 6px;
}