@font-face {
    font-family: Muller;
    src: url(../fonts/MullerRegular.eot);
    src: url(../fonts/MullerRegular.eot?) format('eot'),url(../fonts/MullerRegular.woff) format('woff'),url(../fonts/MullerRegular.ttf) format('truetype'),url(../fonts/MullerRegular.svg#MullerRegular) format('svg');
    font-weight: 400
}

@font-face {
    font-family: Muller;
    src: url(../fonts/MullerMedium.eot);
    src: url(../fonts/MullerMedium.eot?) format('eot'),url(../fonts/MullerMedium.woff) format('woff'),url(../fonts/MullerMedium.ttf) format('truetype'),url(../fonts/MullerMedium.svg#MullerMedium) format('svg');
    font-weight: 500
}

@font-face {
    font-family: Muller;
    src: url(../fonts/MullerBold.eot);
    src: url(../fonts/MullerBold.eot?) format('eot'),url(../fonts/MullerBold.woff) format('woff'),url(../fonts/MullerBold.ttf) format('truetype'),url(../fonts/MullerBold.svg#MullerBold) format('svg');
    font-weight: 700
}

html {
    font-size: 10px
}

* {
    outline: 0
}

body,ol,p,ul {
    padding: 0;
    margin: 0
}

ul {
    list-style: none
}

body,input[type=text] {
    font-family: Muller,sans-serif
}

body,h1,h2 {
    color: #27303d
}

body {
    min-width: 320px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: subpixel-antialiased
}

body.opened {
    height: 100%;
    overflow: hidden
}

h1,h2 {
    font-size: 2rem;
    font-weight: 700
}

@media print,(min-width: 768px) {
    h1 {
        font-size:2.8rem
    }
}

h2 {
    font-size: 1.8rem
}

@media (max-width: 767px) {
    h2 {
        text-transform:uppercase
    }
}

@media print,(min-width: 768px) {
    h2 {
        font-size:2.4rem
    }
}

h3,input[type=text] {
    font-weight: 500
}

@media print,(min-width: 768px) {
    h3 {
        font-size:1.8rem
    }
}

.section-header {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 2rem;
    position: relative;
    margin-top: 0;
    margin-bottom: 3rem;
    line-height: 1.4
}

@media print,(min-width: 768px) {
    .section-header {
        margin-bottom:2.5rem
    }
}

@media print,(min-width: 1280px) {
    .section-header {
        font-size:2.8rem;
        padding-bottom: 3.3rem;
        margin-bottom: 2.8rem
    }
}

.section-header:after {
    bottom: 0;
    left: 0;
    right: 0;
    height: .3rem;
    background-color: #18181d;
    width: 9rem
}

a.pdf,p {
    line-height: 1.67
}

a.link,a.pdf,h3,input[type=text],p {
    font-size: 1.2rem;
    color: #27303d
}

@media print,(min-width: 768px) {
    p {
        line-height:2.08
    }
}

a.link,a.pdf {
    color: #18181d;
    text-decoration: none;
    position: relative
}

.section-header:after,a.link:before,a.pdf:before {
    content: '';
    position: absolute
}

a.link:before {
    bottom: 0;
    height: .1rem;
    width: 100%;
    background-color: #18181d
}

a.link:hover {
    color: #4a90e2
}

a.link:hover:before {
    background-color: #4a90e2
}

a.pdf {
    padding-left: 4.5rem;
    display: inline-block
}

a.pdf:before {
    top: 0;
    left: 0;
    width: 3.1rem;
    height: 100%;
    background-image: url(../img/icons/pdf.svg);
    background-size: contain;
    background-position: 50% 50%
}

.ui-line {
    padding: 1rem
}

.ui-line--black,header.opened {
    background-color: #27303d
}

.ui-line--black h2,header.opened a {
    color: #fff
}

.ui-line .input-line {
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align:center
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 112rem;
    padding-left: 2.3rem;
    padding-right: 2.3rem
}

@media print,(min-width: 1280px) {
    .container {
        padding-left:0;
        padding-right: 0
    }
}

@media print,(min-width: 768px) {
    footer .container,main .container {
        padding-left:5.6rem;
        padding-right: 5.6rem
    }
}

.button {
    display: inline-block;
    text-decoration: none;
    font-family: Muller,sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 3.4rem;
    border-radius: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: 0;
    cursor: pointer
}

@media print,(min-width: 768px) {
    .button {
        font-size:1.4rem;
        line-height: 4rem;
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.button--blue {
    color: #fff;
    background-color: #4a90e2
}

.button--blue:hover {
    background-color: #346eb2
}

.button--blue:active {
    background-color: #21599c
}

.button--white {
    color: #27303d;
    background-color: #fff
}

.button--white:hover {
    color: #fff;
    background-color: #4a90e2
}

.button--white:active {
    color: #fff;
    background-color: #21599c
}

.input-line {
    position: relative
}

input[type=text] {
    line-height: 3.2rem;
    border-radius: 2rem;
    border: .1rem solid #fff;
    color: #d6d6d6;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: transparent
}

@media print,(min-width: 768px) {
    input[type=text] {
        font-size:1.4rem;
        line-height: 3.8rem;
        border-radius: 3.35rem
    }
}

input[type=text]::-webkit-input-placeholder {
    color: #d6d6d6;
    opacity: 1
}

input[type=text]:-ms-input-placeholder,input[type=text]::-ms-input-placeholder {
    color: #d6d6d6;
    opacity: 1
}

input[type=text]::placeholder {
    color: #d6d6d6;
    opacity: 1
}

input[type=text]:focus,input[type=text]:hover {
    color: #4a90e2;
    border-color: #4a90e2
}

input[type=text].input--error {
    color: #d0021b;
    border-color: #d0021b
}

input[type=text].input--error::-webkit-input-placeholder {
    color: #d0021b
}

input[type=text].input--error:-ms-input-placeholder,input[type=text].input--error::-ms-input-placeholder {
    color: #d0021b
}

input[type=text].input--error::placeholder {
    color: #d0021b
}

.text--error {
    position: absolute;
    color: #d0021b
}

.swiper-pagination {
    z-index: 1
}

.swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    opacity: 1
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4a90e2
}

.swiper-button-black {
    width: 3.4rem;
    height: 3.4rem;
    background-size: 100%
}

.swiper-button-black.swiper-button-next,.swiper-button-black.swiper-button-prev {
    background-image: url(../img/icons/arrow-black-next.svg)
}

.swiper-button-black.swiper-button-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media print,(min-width: 768px) {
    .swiper-button-black {
        width:4.5rem;
        height: 4.5rem
    }
}

.zoom-btn {
    background-color: #fff;
    border-radius: 100%;
    width: 3.4rem;
    height: 3.4rem;
    background-image: url(../img/icons/zoom-in.svg);
    background-size: 1.5rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
    position: relative
}

@media print,(min-width: 768px) {
    .zoom-btn {
        background-size:2rem;
        width: 4.5rem;
        height: 4.5rem
    }
}

.tab-header-wrp .tab-link {
    margin-right: .5rem;
    display: inline-block;
    vertical-align: top
}

@media print,(min-width: 768px) {
    .tab-header-wrp .tab-link {
        margin-right:1.1rem
    }
}

.tab-header-wrp a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #f5f5f5;
    border: .2rem solid #f5f5f5;
    line-height: 3.2rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    border-radius: 2rem
}

@media print,(min-width: 768px) {
    .tab-header-wrp a {
        font-size:1.4rem;
        line-height: 3.8rem;
        padding-left: 2.8rem;
        padding-right: 2.8rem
    }
}

.tab-header-wrp a.active {
    background-color: #fff;
    color: #4a90e2;
    border-color: #4a90e2
}

.tab-content:not(.active) {
    display: none!important
}

.overlay,.popup-wrp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.7);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.overlay {
    opacity: 0;
    overflow: hidden;
    z-index: 11;
    bottom: auto
}

.overlay.active {
    bottom: 0;
    opacity: 1;
    overflow: visible
}

.popup-wrp {
    z-index: 1200;
    bottom: 0
}

.popup-wrp .close-btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    cursor: pointer
}

@media print,(min-width: 768px) {
    .popup-wrp .close-btn {
        width:3rem;
        height: 3rem
    }
}

.popup-wrp .close-btn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: .2rem;
    background-color: #fff
}

.popup-wrp .close-btn span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup-wrp .close-btn span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup-wrp .win,header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-wrp .win {
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup-wrp img {
    display: block;
    max-height: 90%;
    max-width: 90%
}

.popup-wrp iframe {
    height: 90%;
    width: 90%
}

header {
    background-color: #fff;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    position: relative;
    z-index: 50
}

header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print,(min-width: 768px) {
    header .part {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

header .tel-link {
    font-size: 1.2rem;
    font-weight: 700
}

@media print,(min-width: 1280px) {
    header .tel-link {
        font-size:1.4rem
    }
}

.main-menu-xs-wrp .menu-line a:before,header .tel-link:before {
    display: none
}

header:not(.opened) .main-menu-btn span:first-child {
    width: 2.1rem;
    top: -.7rem
}

header:not(.opened) .main-menu-btn span:nth-child(2) {
    width: 2.1rem
}

header:not(.opened) .main-menu-btn span:last-child {
    width: 2.1rem;
    top: .7rem
}

header.opened .main-menu-btn span:first-child {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 3.3rem;
    height: .3rem;
    border-radius: 2rem;
    background-color: #fff
}

header.opened .main-menu-btn span:nth-child(2) {
    width: 0!important
}

header.opened .main-menu-btn span:last-child {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    width: 3.3rem;
    height: .3rem;
    border-radius: 2rem;
    background-color: #fff
}

.main-menu-btn {
    background-color: transparent;
    border: 0;
    height: 5.7rem;
    padding: 0 .6rem 0 0;
    z-index: 1;
    cursor: pointer
}

@media print,(min-width: 768px) {
    .main-menu-btn {
        height:7.1rem
    }
}

@media print,(min-width: 1280px) {
    .main-menu-btn {
        height:9.1rem
    }
}

.main-menu-btn .logo {
    position: relative;
    width: 2.1rem
}

.main-menu-btn .logo span {
    -webkit-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    display: block;
    background-color: #18181d;
    height: .2rem;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 767px) {
    .main-menu--xl {
        display:none
    }
}

@media print,(min-width: 768px) {
    .main-menu--xl {
        margin-left:3rem
    }

    .main-menu--xl a {
        font-size: 12px;
        font-weight: 500;
        display: inline-block;
        vertical-align: top
    }

    .main-menu--xl a.link:not(:hover):before {
        display: none
    }

    .main-menu--xl a+a {
        margin-left: 2.2rem
    }
}

@media print,(min-width: 768px) and print,(min-width:1280px) {
    .main-menu--xl a+a {
        margin-left:2.5rem
    }
}

.main-menu-xs-wrp {
    background-color: #27303d;
    position: fixed;
    z-index: 20;
    top: 6rem;
    left: 0;
    right: 0;
    padding-bottom: 4rem;
    -webkit-transform: translateY(calc(-100% - 6rem));
    transform: translateY(calc(-100% - 6rem));
    -webkit-transition: all 200ms cubic-bezier(0,.9,.4,1);
    transition: all 200ms cubic-bezier(0,.9,.4,1)
}

@media (max-width: 767px) {
    .main-menu-xs-wrp {
        bottom:0;
        overflow-y: auto
    }
}

@media print,(min-width: 768px) {
    .main-menu-xs-wrp {
        padding-top:2rem
    }

    .main-menu-xs-wrp .container {
        padding-top: 5rem;
        position: relative
    }

    .main-menu-xs-wrp .container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 2.3rem;
        right: 2.3rem;
        height: .1rem;
        background-color: #556070
    }
}

@media print,(min-width: 768px) and print,(min-width:1280px) {
    .main-menu-xs-wrp .container {
        padding-top:3rem
    }
}

.main-menu-xs-wrp.opened {
    -webkit-transition-timing-function: cubic-bezier(.26,.92,.34,1);
    transition-timing-function: cubic-bezier(.26,.92,.34,1);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main-menu-xs-wrp .link {
    color: #fff
}

.main-menu-xs-wrp .main-menu--xs {
    border-bottom: .1rem solid #556070;
    margin-bottom: 4rem
}

@media print,(min-width: 768px) {
    .main-menu-xs-wrp .main-menu--xs {
        display:none
    }
}

.main-menu-xs-wrp .main-menu--xs a {
    display: block;
    border-top: .1rem solid #556070;
    line-height: 5rem
}

@media print,(min-width: 768px) {
    .main-menu-xs-wrp .bottom-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.main-menu-xs-wrp .logo-wrp {
    margin-bottom: 3rem;
    text-decoration: none
}

@media (max-width: 767px) {
    .main-menu-xs-wrp .logo-wrp {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media print,(min-width: 768px) {
    .main-menu-xs-wrp .logo-wrp {
        display:inline-block;
        width: 11.5rem;
        margin-right: 5rem;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.main-menu-xs-wrp .logo-wrp img {
    width: 11.5rem;
    display: block
}

@media (max-width: 767px) {
    .main-menu-xs-wrp .logo-wrp img {
        margin-right:2rem;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media print,(min-width: 768px) {
    .main-menu-xs-wrp .logo-wrp img {
        margin-bottom:2rem
    }
}

.main-menu-xs-wrp .logo-wrp p {
    color: #556070;
    font-weight: 500;
    line-height: normal
}

.main-menu-xs-wrp .menu-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media print,(min-width: 768px) {
    .main-menu-xs-wrp .menu-line.middle {
        width:31rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.main-menu-xs-wrp .menu-line ul {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.main-menu-xs-wrp .menu-line a {
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (max-width: 767px) {
    .main-menu-xs-wrp .menu-line+.menu-line {
        border-top:.1rem solid #556070;
        padding-top: 2rem;
        margin-top: 2rem
    }
}

@media print,(min-width: 768px) {
    .main-menu-xs-wrp .menu-line+.menu-line {
        display:block;
        border-left: .1rem solid #556070;
        padding-left: 5rem;
        margin-left: 5rem
    }

    .main-menu-xs-wrp .menu-line+.menu-line ul {
        width: 100%
    }
}

footer {
    background-color: #f2f8ff;
    text-align: center;
    padding-top: 4.5rem;
    padding-bottom: 5.5rem
}

@media print,(min-width: 768px) {
    footer {
        padding-top:21.5rem;
        padding-bottom: 4.5rem;
        margin-top: -17rem
    }

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

@media print,(min-width: 1280px) {
    footer {
        margin-top:-30rem;
        padding-top: 35rem
    }
}

footer .link,footer p {
    font-weight: 500
}

@media print,(min-width: 1280px) {
    footer .link {
        font-size:1.4rem
    }
}

footer .link:not(:hover):before {
    display: none
}

@media print,(min-width: 768px) {
    footer p {
        line-height:normal
    }
}

@media print,(min-width: 1280px) {
    footer p {
        font-size:1.4rem
    }
}

@media (max-width: 767px) {
    footer .left-part {
        margin-bottom:2.3rem
    }

    footer .left-part>div {
        margin-bottom: .7rem
    }
}

@media print,(min-width: 768px) {
    footer .left-part>div {
        display:inline-block;
        vertical-align: top
    }

    footer .left-part>div+div {
        margin-left: 4rem
    }
}

.top-slider {
    height: 51rem
}

@media (max-width: 767px) {
    .top-slider .swiper-button-black {
        display:none
    }
}

@media print,(min-width: 768px) {
    .top-slider {
        height:87rem
    }
}

@media print,(min-width: 1280px) {
    .top-slider {
        height:78.6rem
    }
}

.top-slider .swiper-slide {
    background-color: #666;
    background-position: 50% 50%;
    background-size: cover
}

.top-slider .swiper-slide .container {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media (max-width: 767px) {
    .top-slider .swiper-slide .container {
        padding-bottom:7.5rem
    }
}

.top-slider .swiper-slide .logo {
    display: block;
    max-width: 100%;
    margin: 0 auto .8rem
}

@media print,(min-width: 768px) {
    .top-slider .swiper-slide .logo {
        margin-bottom:1.3rem;
        max-width: 39rem
    }
}

@media print,(min-width: 1280px) {
    .top-slider .swiper-slide .logo {
        max-width:none
    }
}

.top-slider .swiper-slide .header {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 3rem
}

@media print,(min-width: 768px) {
    .top-slider .swiper-slide .header {
        font-size:2rem;
        margin-bottom: 6rem;
        max-width: 30rem;
        line-height: 1.4
    }
}

@media print,(min-width: 1280px) {
    .top-slider .swiper-slide .header {
        font-size:2.8rem;
        margin-bottom: 5rem;
        max-width: 39rem;
        line-height: 1.3
    }
}

.top-slider .swiper-pagination {
    bottom: 7.5rem
}

@media print,(min-width: 768px) {
    .top-slider .swiper-pagination {
        bottom:15.5rem
    }
}

@media print,(min-width: 1280px) {
    .top-slider .swiper-pagination {
        bottom:18rem
    }
}

.top-slider .control-wrp {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%
}

.top-slider .control-wrp .swiper-button-prev {
    left: 5.2rem
}

.top-slider .control-wrp .swiper-button-next {
    right: 5.2rem
}

.about-wrp {
    padding-left: 0!important;
    position: relative
}

@media print,(min-width: 1280px) {
    .about-wrp {
        padding-right:0!important
    }
}

.about-wrp .section-header:after {
    width: 11.5rem
}

.about-wrp .white-wrp {
    padding-top: 4rem;
    padding-left: 2.3rem;
    padding-bottom: 5rem;
    margin-top: -4rem;
    position: relative;
    z-index: 10;
    background-color: #fff
}

@media print,(min-width: 768px) {
    .about-wrp .white-wrp {
        padding-top:6.4rem;
        padding-left: 5.6rem;
        margin-top: -11rem
    }
}

@media print,(min-width: 1280px) {
    .about-wrp .white-wrp {
        padding-top:10rem;
        padding-left: 0
    }

    .about-wrp .white-wrp:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -999px;
        right: 100%;
        background-color: #fff
    }

    .about-wrp .text-wrp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.about-wrp .text-wrp p {
    margin-bottom: 2.6rem;
    color: #18181d
}

@media print,(min-width: 1280px) {
    .about-wrp .text-wrp p {
        padding-right:9rem;
        margin-bottom: 3.4rem
    }
}

@media (max-width: 767px) {
    .about-wrp .text-wrp .xl {
        display:none
    }
}

.about-wrp .text-wrp+.link {
    display: inline-block;
    margin-bottom: 3rem
}

@media print,(min-width: 768px) {
    .about-wrp .text-wrp+.link {
        margin-bottom:6rem
    }
}

@media print,(min-width: 1280px) {
    .about-wrp .text-wrp+.link {
        margin-bottom:7rem
    }
}

@media print,(min-width: 768px) {
    .about-wrp .icons-wrp {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.about-wrp .icons-wrp .img-wrp,.about-wrp .icons-wrp li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .about-wrp .icons-wrp li+li {
        margin-top:3rem
    }
}

@media print,(min-width: 768px) {
    .about-wrp .icons-wrp li {
        width:33.3333%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.about-wrp .icons-wrp .img-wrp {
    width: 7rem;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

@media print,(min-width: 1280px) {
    .about-wrp .icons-wrp .img-wrp {
        padding-left:0;
        padding-right: 2rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto
    }
}

.about-wrp .icons-wrp .img-wrp img {
    display: inline-block;
    max-height: 100%;
    max-width: 4.5rem
}

.about-wrp .icons-wrp p {
    line-height: normal;
    color: #18181d
}

@media print,(min-width: 768px) {
    .about-wrp .icons-wrp p {
        max-width:9rem
    }
}

@media print,(min-width: 1280px) {
    .about-wrp .icons-wrp p {
        max-width:17rem
    }
}

.wash-slider-wrp {
    padding-top: 5rem;
    padding-bottom: 6rem
}

@media print,(min-width: 768px) {
    .wash-slider-wrp {
        padding-top:7rem
    }
}

.wash-slider-wrp .section-header {
    margin-bottom: 4.4rem
}

@media print,(min-width: 1280px) {
    .wash-slider-wrp .section-header {
        width:38.5rem
    }

    .wash-slider-wrp .xl-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.wash-slider-wrp .swiper-container {
    height: 30rem;
    margin-left: -2.3rem;
    margin-right: -2.3rem;
    margin-bottom: 4.5rem
}

@media print,(min-width: 768px) {
    .wash-slider-wrp .swiper-container {
        height:35rem;
        margin-left: -5.6rem;
        margin-right: -5.6rem
    }
}

@media print,(min-width: 1280px) {
    .wash-slider-wrp .swiper-container {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 0;
        margin-right: 0;
        margin-top: -15rem;
        height: 45.5rem
    }
}

.wash-slider-wrp .swiper-container .swiper-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.wash-slider-wrp .swiper-container .control-wrp {
    position: absolute;
    bottom: 2rem;
    right: 0;
    left: auto
}

@media print,(min-width: 768px) {
    .wash-slider-wrp .swiper-container .control-wrp {
        left:0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        bottom: 4.2rem
    }
}

.wash-slider-wrp .swiper-container .control-wrp .swiper-button-black {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    top: auto
}

.wash-slider-wrp .swiper-container .control-wrp .swiper-button-black+.swiper-button-black {
    margin-left: .75rem
}

.wash-slider-wrp .swiper-container .control-wrp .nav-wrp {
    display: inline-block;
    vertical-align: top
}

.wash-slider-wrp .swiper-container .control-wrp .zoom-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: .75rem;
    cursor: pointer
}

@media print,(min-width: 1280px) {
    .wash-slider-wrp .left-xl-wrp {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        width: 38.5rem;
        padding-right: 5.3rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.wash-slider-wrp .text-wrp {
    margin-bottom: 5rem
}

@media print,(min-width: 768px) {
    .wash-slider-wrp .text-wrp {
        margin-bottom:3.7rem
    }
}

@media print,(min-width: 1280px) {
    .wash-slider-wrp .text-wrp {
        margin-bottom:6.3rem
    }
}

.wash-slider-wrp .text-wrp p {
    margin-bottom: 2.6rem;
    line-height: 1.67
}

.pluses-list {
    padding-bottom: 8rem
}

@media print,(min-width: 768px) {
    .pluses-list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media print,(min-width: 1280px) {
    .pluses-list {
        padding-bottom:15rem
    }
}

.pluses-list .item {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    text-align: right;
    padding: 1rem 5rem 1rem 0
}

@media print,(min-width: 1280px) {
    .pluses-list .item {
        text-align:left;
        background-size: auto 80%;
        background-position: 90% 50%;
        cursor: pointer
    }

    .pluses-list .item:hover .grey .xs {
        opacity: 1;
        visibility: visible
    }

    .pluses-list .item:hover .grey .lg {
        display: none
    }
}

.pluses-list .item .grey {
    line-height: 1.67;
    color: #18181d;
    margin-bottom: 0;
    max-width: 20rem;
    margin-left: auto;
    position: relative
}

@media print,(min-width: 1280px) {
    .pluses-list .item .grey {
        font-size:1.8rem;
        font-weight: 500;
        line-height: 1.39;
        max-width: 23rem;
        margin-bottom: .8rem
    }

    .pluses-list .item .grey .xs {
        opacity: 0;
        visibility: hidden
    }
}

.pluses-list .item .grey .lg {
    display: none
}

@media print,(min-width: 1280px) {
    .pluses-list .item .grey .lg {
        display:block;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.pluses-list .item .blue {
    font-size: 2.8rem;
    line-height: 1.1;
    color: #4a90e2;
    font-weight: 700
}

@media print,(min-width: 1280px) {
    .pluses-list .item .blue {
        font-size:4.8rem
    }
}

@media (max-width: 767px) {
    .pluses-list .item+.item {
        margin-top:4.5rem
    }
}

@media print,(min-width: 1280px) {
    .pluses-list .item+.item {
        margin-left:3.5rem
    }
}

.product-list {
    padding-bottom: 10rem
}

@media print,(min-width: 768px) {
    .product-list {
        padding-bottom:12rem
    }
}

@media print,(min-width: 1280px) {
    .product-list {
        padding-bottom:16rem
    }

    .product-list .list-wrp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.product-list .section-header {
    margin-bottom: 6.3rem
}

.product-list .item {
    background-color: #f2f8ff;
    padding: 4.7rem 3.2rem 4.1rem
}

@media print,(min-width: 768px) {
    .product-list .item {
        padding:5.2rem 4.8rem 3.6rem
    }
}

@media print,(min-width: 1280px) {
    .product-list .item {
        padding:14.5rem 4rem 5.7rem;
        width: 31.5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 64.5rem;
        position: relative
    }

    .product-list .item:hover {
        background-color: #27303d
    }

    .product-list .item:hover .header span,.product-list .item:hover .made-in,.product-list .item:hover .price,.product-list .item:hover .text {
        color: #fff
    }

    .product-list .item:hover .header .black {
        display: none
    }

    .product-list .item:hover .header .white {
        display: block
    }

    .product-list .item:hover.saturn {
        background-image: url(../img/saturn-black.svg)
    }

    .product-list .item:hover.jupiter {
        background-image: url(../img/jupiter-black.svg)
    }

    .product-list .item:hover.neptune {
        background-image: url(../img/neptune-black.svg)
    }
}

.product-list .item .header {
    margin-top: 0;
    margin-bottom: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,(min-width: 1280px) {
    .product-list .item .header {
        position:relative;
        display: block
    }

    .product-list .item .header img {
        display: block;
        position: absolute;
        bottom: 5rem
    }
}

.product-list .item .header .white {
    display: none
}

.product-list .item .header span {
    margin-left: 2rem;
    font-size: 1.8rem;
    line-height: 1.39;
    color: #18181d;
    font-weight: 700
}

@media print,(min-width: 1280px) {
    .product-list .item .header span {
        margin-left:0;
        font-size: 2.4rem
    }
}

.product-list .item .text {
    line-height: 1.67;
    margin-bottom: 3rem
}

.product-list .item .price {
    color: #4a90e2;
    font-size: 1.6rem;
    line-height: normal;
    margin-bottom: 3.6rem;
    font-weight: 700
}

@media print,(min-width: 1280px) {
    .product-list .item .price {
        font-size:2.8rem
    }
}

.product-list .item .price span {
    font-size: 2.8rem;
    display: block
}

@media print,(min-width: 1280px) {
    .product-list .item .price span {
        font-size:4.9rem
    }
}

.product-list .item .made-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-list .item .made-in span {
    font-size: 1.2rem;
    margin-left: 1.2rem
}

@media (min-width: 768px) and (max-width:1279px) {
    .product-list .item .bottom-line {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product-list .item .price {
        margin-bottom: 0
    }
}

@media print,(min-width: 1280px) {
    .product-list .item .bottom-line {
        position:absolute;
        bottom: 5.7rem
    }
}

.product-list .item.saturn {
    background-size: 22.5rem;
    background-position: 50% 89%;
    background-repeat: no-repeat;
    background-image: url(../img/saturn.svg)
}

@media print,(min-width: 768px) {
    .product-list .item.saturn {
        background-position:calc(100% - 4.2rem) 4.5rem
    }
}

@media print,(min-width: 1280px) {
    .product-list .item.saturn {
        background-position:calc(100% - 4.2rem) 4.8rem
    }
}

.product-list .item.jupiter {
    background-size: 17rem;
    background-position: calc(100% - 3.1rem) 89%;
    background-repeat: no-repeat;
    background-image: url(../img/jupiter.svg)
}

@media print,(min-width: 768px) {
    .product-list .item.jupiter {
        background-position:calc(100% - 5.1rem) 4.8rem
    }
}

@media print,(min-width: 1280px) {
    .product-list .item.jupiter {
        background-position:calc(100% - 4.2rem) 5.2rem
    }
}

.product-list .item.neptune {
    background-size: 19rem;
    background-position: calc(100% - 3rem) 89%;
    background-repeat: no-repeat;
    background-image: url(../img/neptune.svg)
}

@media print,(min-width: 768px) {
    .product-list .item.neptune {
        background-position:calc(100% - 3.7rem) 7.2rem
    }
}

@media print,(min-width: 1280px) {
    .product-list .item.neptune {
        background-position:calc(100% - 3.8rem) 5.8rem
    }
}

.product-list .item+.item {
    margin-top: 2rem
}

@media print,(min-width: 1280px) {
    .product-list .item+.item {
        margin-top:0
    }
}

.params-wrp {
    padding-bottom: 10.5rem
}

.params-wrp .section-header+p {
    margin-bottom: 1.1rem;
    font-weight: 500
}

@media print,(min-width: 768px) {
    .params-wrp .section-header+p {
        font-size:1.8rem
    }
}

.params-wrp .tab-header-wrp {
    margin-bottom: 2.8rem
}

@media print,(min-width: 768px) {
    .params-wrp .tab-header-wrp {
        margin-bottom:5.3rem
    }

    .params-wrp .tab-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 767px) {
    .params-wrp .scheme-wrp {
        margin-bottom:4.8rem
    }
}

@media print,(min-width: 768px) {
    .params-wrp .scheme-wrp {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 40rem
    }
}

@media print,(min-width: 1280px) {
    .params-wrp .scheme-wrp {
        margin-top:-23.5rem;
        max-width: none
    }
}

.params-wrp .scheme-wrp img {
    display: block;
    max-width: 100%
}

@media print,(min-width: 768px) {
    .params-wrp .descr-wrp {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        width: 30.5rem;
        padding-right: 3.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media print,(min-width: 1280px) {
    .params-wrp .descr-wrp {
        width:45rem;
        margin-right: 12rem;
        padding-right: 8.5rem
    }
}

.params-wrp .descr-wrp p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.67
}

.params-wrp .descr-wrp p span {
    font-weight: 700
}

.params-wrp .descr-wrp .pdf {
    margin-top: 3.5rem
}

.params-wrp .descr-wrp .text-center-xs {
    margin-top: 5rem
}

@media print,(min-width: 1280px) {
    .params-wrp .descr-wrp .text-center-xs {
        margin-top:7rem
    }
}

.configuration-wrp {
    padding-bottom: 7.5rem
}

@media print,(min-width: 768px) {
    .configuration-wrp {
        padding-bottom:10rem
    }
}

@media print,(min-width: 1280px) {
    .configuration-wrp {
        padding-bottom:12.5rem
    }
}

.configuration-wrp .section-header+p,.configuration-wrp .tab-header-wrp {
    margin-bottom: 1.1rem
}

@media print,(min-width: 768px) {
    .configuration-wrp .section-header+p,.configuration-wrp .tab-header-wrp {
        display:none
    }
}

.parameter-table {
    font-size: 1.2rem;
    display: table;
    width: 100%
}

@media print,(min-width: 768px) {
    .parameter-table {
        margin-top:-9.5rem
    }
}

@media print,(min-width: 1280px) {
    .parameter-table p {
        font-size:1.4rem
    }
}

.parameter-table .tr {
    display: table-row
}

.parameter-table .tr:first-child img {
    display: block;
    margin: 0 auto 1.2rem
}

@media (max-width: 767px) {
    .parameter-table .tr:first-child {
        display:none
    }
}

@media print,(min-width: 768px) {
    .parameter-table .tr:first-child .td {
        vertical-align:bottom;
        font-size: 1.4rem;
        font-weight: 500;
        color: #18181d;
        padding-bottom: 5rem
    }
}

@media print,(min-width: 1280px) {
    .parameter-table .tr:first-child .td {
        font-size:1.8rem
    }
}

.parameter-table .tr:not(:first-child) .td,.parameter-table .tr:not(:first-child) .th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media print,(min-width: 1280px) {
    .parameter-table .tr:not(:first-child) .td,.parameter-table .tr:not(:first-child) .th {
        padding-top:2.6rem;
        padding-bottom: 2.6rem
    }
}

.parameter-table .tr:not(:first-child) img {
    display: block;
    margin: 0 auto
}

.parameter-table .tr:not(:first-child):not(:last-child) .td,.parameter-table .tr:not(:first-child):not(:last-child) .th {
    border-bottom: .1px solid #e3e3e3
}

.parameter-table .td,.parameter-table .th {
    display: table-cell;
    vertical-align: middle
}

.parameter-table .th {
    line-height: 2.08
}

@media print,(min-width: 1280px) {
    .parameter-table .th {
        width:30%
    }
}

.parameter-table .th p {
    max-width: 14rem;
    font-weight: 500;
    color: #18181d;
    line-height: 1.79
}

@media print,(min-width: 1280px) {
    .parameter-table .th p {
        max-width:28rem
    }
}

.parameter-table .td {
    text-align: center;
    min-width: 12rem
}

@media (max-width: 767px) {
    .parameter-table .td:not(.active) {
        display:none
    }
}

.option-wrp {
    position: relative;
    padding-bottom: 7rem
}

@media print,(min-width: 768px) {
    .option-wrp {
        padding-bottom:12rem
    }
}

@media print,(min-width: 1280px) {
    .option-wrp {
        padding-bottom:15rem
    }
}

.option-wrp .section-header {
    margin-bottom: 3.8rem
}

@media print,(min-width: 768px) {
    .option-wrp .section-header {
        margin-bottom:4.8rem
    }
}

@media print,(min-width: 1280px) {
    .option-wrp .section-header {
        margin-bottom:6.3rem
    }
}

.option-wrp .swiper-container {
    margin-left: -2.3rem;
    margin-right: -2.3rem
}

.option-wrp .swiper-container .swiper-slide:first-child {
    margin-left: 2.3rem
}

.option-wrp .swiper-container .swiper-slide:last-child {
    margin-right: 2.3rem
}

.option-wrp .swiper-slide {
    width: 20.7rem
}

@media print,(min-width: 1280px) {
    .option-wrp .swiper-slide {
        width:25.5rem
    }
}

.option-wrp .swiper-slide img {
    max-width: 100%;
    display: block;
    margin-bottom: 2.4rem
}

@media print,(min-width: 1280px) {
    .option-wrp .swiper-slide img {
        margin-bottom:3.2rem
    }
}

.option-wrp .swiper-slide .header {
    font-size: 1.4rem;
    margin-bottom: 2.1rem;
    line-height: normal;
    font-weight: 700;
    color: #000
}

@media print,(min-width: 1280px) {
    .option-wrp .swiper-slide .header {
        font-size:1.8rem;
        margin-bottom: 1.5rem
    }
}

.option-wrp .swiper-slide .text {
    color: #2f3439;
    line-height: 1.67
}

.option-wrp .ctrl-wrp {
    position: absolute;
    top: 0;
    right: 2.3rem;
    z-index: 1
}

@media print,(min-width: 768px) {
    .option-wrp .ctrl-wrp {
        right:5.6rem
    }
}

.option-wrp .ctrl-wrp .swiper-button-black {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top
}

.option-wrp .ctrl-wrp .swiper-button-black+.swiper-button-black {
    margin-left: 1rem
}

.support-wrp {
    background-color: #27303d;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    margin-bottom: 10rem
}

@media print,(min-width: 768px) {
    .support-wrp {
        padding-top:5.5rem;
        padding-bottom: 4rem;
        margin-bottom: 12rem
    }
}

@media print,(min-width: 1280px) {
    .support-wrp {
        padding-top:8rem;
        padding-bottom: 2rem;
        margin-bottom: 13rem
    }

    .support-wrp .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.support-wrp .section-header {
    color: #fff;
    font-weight: 400
}

@media print,(min-width: 768px) {
    .support-wrp .section-header {
        margin-bottom:5rem
    }
}

@media print,(min-width: 1280px) {
    .support-wrp .section-header {
        margin-bottom:0;
        width: 27rem;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.support-wrp .section-header:after {
    background-color: #fff
}

@media print,(min-width: 768px) {
    .support-wrp .support-list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.support-wrp .support-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    margin-bottom: 3.5rem
}

@media print,(min-width: 768px) {
    .support-wrp .support-list li {
        width:33.3333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media print,(min-width: 1280px) {
    .support-wrp .support-list li {
        margin-bottom:6rem
    }

    .support-wrp .support-list li:nth-child(3),.support-wrp .support-list li:nth-child(6) {
        padding-left: 3rem
    }
}

.support-wrp .support-list li .img-wrp {
    width: 5rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.support-wrp .support-list li .img-wrp img {
    max-height: 100%;
    max-width: 4rem
}

.support-wrp .support-list li p {
    color: #fff;
    line-height: 1.3;
    max-width: 14rem
}

@media print,(min-width: 768px) {
    .support-wrp .support-list li p {
        max-width:none;
        padding-right: 2rem
    }
}

@media print,(min-width: 1280px) {
    .support-wrp .support-list li p {
        font-size:1.4rem;
        max-width: 20rem;
        padding-right: 2rem
    }
}

.blog-wrp {
    padding-bottom: 7rem
}

@media print,(min-width: 768px) {
    .blog-wrp {
        padding-bottom:12rem
    }
}

@media print,(min-width: 1280px) {
    .blog-wrp {
        padding-bottom:16rem
    }
}

.blog-wrp .section-header {
    margin-bottom: 4.3rem
}

@media print,(min-width: 1280px) {
    .blog-wrp .section-header {
        margin-bottom:6.5rem
    }

    .blog-wrp .content-wrp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.blog-wrp img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.blog-wrp .news-list {
    padding-bottom: 2rem;
    border-bottom: .2rem solid #f5f5f5;
    margin-bottom: 3rem
}

@media print,(min-width: 1280px) {
    .blog-wrp .news-list {
        border-bottom:none;
        border-right: .2rem solid #f5f5f5;
        padding-bottom: 0;
        padding-right: 8rem
    }
}

.blog-wrp .news-list .item {
    display: block;
    text-decoration: none
}

@media print,(min-width: 768px) {
    .blog-wrp .news-list .item {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.blog-wrp .news-list .item img {
    margin-bottom: 2rem
}

@media print,(min-width: 768px) {
    .blog-wrp .news-list .item img {
        width:20.8rem;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1.7rem;
        margin-bottom: 0
    }
}

@media print,(min-width: 1280px) {
    .blog-wrp .news-list .item img {
        width:25.7rem;
        margin-right: 3rem
    }
}

.blog-wrp .news-list .item .date {
    font-size: 1rem;
    color: #a2a2a2;
    margin-bottom: 1rem;
    line-height: 1.3
}

@media print,(min-width: 1280px) {
    .blog-wrp .news-list .item .date {
        line-height:2
    }
}

.blog-wrp .news-list .item .header {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    line-height: 1.43;
    font-weight: 700
}

@media print,(min-width: 768px) {
    .blog-wrp .news-list .item .header {
        margin-bottom:.7rem
    }
}

@media print,(min-width: 1280px) {
    .blog-wrp .news-list .item .header {
        max-width:60%
    }
}

.blog-wrp .news-list .item .text {
    color: #2f3439;
    line-height: 1.67
}

.blog-wrp .news-list .item+.item {
    margin-top: 4rem
}

@media print,(min-width: 1280px) {
    .blog-wrp .news-list .item+.item {
        margin-top:4.8rem
    }
}

@media print,(min-width: 768px) {
    .blog-wrp .video-list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media print,(min-width: 1280px) {
    .blog-wrp .video-list {
        display:block;
        width: 26rem;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 6rem
    }
}

.blog-wrp .video-list .item {
    display: block;
    text-decoration: none;
    cursor: pointer
}

@media print,(min-width: 768px) {
    .blog-wrp .video-list .item {
        margin-right:1.7rem
    }
}

@media print,(min-width: 1280px) {
    .blog-wrp .video-list .item {
        margin-right:0
    }
}

.blog-wrp .video-list .item img {
    margin-bottom: 1.1rem
}

.blog-wrp .video-list .item p {
    font-weight: 500;
    line-height: 1.5
}

@media print,(min-width: 1280px) {
    .blog-wrp .video-list .item p {
        font-size:1.4rem
    }
}

.blog-wrp .video-list .item+.item {
    margin-top: 4rem
}

@media print,(min-width: 768px) {
    .blog-wrp .video-list .item+.item {
        margin-top:0
    }
}

@media print,(min-width: 1280px) {
    .blog-wrp .video-list .item+.item {
        margin-top:4rem
    }
}

.blog-wrp .video-list .img-wrp,.contact-wrp {
    position: relative
}

.blog-wrp .video-list .img-wrp:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 5rem;
    height: 5rem;
    background-image: url(../img/icons/play.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.contact-wrp {
    z-index: 1
}

@media (max-width: 767px) {
    .contact-wrp .bg-image {
        display:none
    }
}

@media print,(min-width: 768px) {
    .contact-wrp .bg-image {
        position:absolute;
        left: 5.6rem;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url(../img/form-bg.jpg);
        background-position: 100% 50%;
        background-size: cover
    }
}

@media print,(min-width: 1280px) {
    .contact-wrp .bg-image {
        left:calc((100% - 112rem)/2)
    }
}

.contact-wrp .form-wrp {
    background-color: #27303d;
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
    position: relative;
    z-index: 1
}

@media (max-width: 767px) {
    .contact-wrp .form-wrp {
        margin-left:-2.3rem;
        margin-right: -2.3rem;
        padding-left: 2.3rem;
        padding-right: 2.3rem
    }
}

@media print,(min-width: 768px) {
    .contact-wrp .form-wrp {
        padding-left:4rem;
        padding-right: 4rem;
        margin-right: 50%
    }
}

@media print,(min-width: 1280px) {
    .contact-wrp .form-wrp {
        max-width:45rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8rem 6rem 7rem
    }
}

.contact-wrp .form-wrp.success-state>:not(.succes-wrp) {
    overflow: hidden;
    opacity: 0
}

.contact-wrp .form-wrp.success-state .succes-wrp {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center
}

.contact-wrp .form-wrp.success-state .succes-wrp img {
    display: inline-block;
    margin-bottom: 2rem
}

.contact-wrp .form-wrp.success-state .succes-wrp .text {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4
}

@media print,(min-width: 1280px) {
    .contact-wrp .form-wrp.success-state .succes-wrp .text {
        font-size:2.8rem
    }
}

.contact-wrp .form-wrp.success-state .succes-wrp .contacts {
    color: silver;
    line-height: 1.4
}

.contact-wrp .form-wrp.success-state .succes-wrp .contacts a {
    color: silver;
    display: inline-block
}

.contact-wrp .form-wrp:not(.success-state) .succes-wrp {
    display: none
}

.contact-wrp .section-header {
    color: #fff;
    font-weight: 700
}

@media print,(min-width: 1280px) {
    .contact-wrp .section-header {
        padding-bottom:4.5rem;
        margin-bottom: 3.5rem
    }
}

.contact-wrp .section-header:after {
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.contact-wrp .text {
    color: silver;
    line-height: 1.67;
    margin-bottom: 2.7rem
}

@media print,(min-width: 1280px) {
    .contact-wrp .text {
        margin-bottom:3.7rem;
        max-width: 25rem;
        margin-left: auto;
        margin-right: auto
    }

    .contact-wrp .input-line input {
        width: 80%
    }
}

.contact-wrp .input-line+.input-line {
    margin-top: 15px
}

.contact-wrp .button {
    margin-top: 3.1rem
}

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