* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active,a:focus,a:visited {
    outline: 0;
    text-decoration: none
}

body,html {
    overflow-x: hidden;
    width: 100%
}

ul {
    list-style: none
}

button {
    border: none;
    box-shadow: none;
    outline: 0
}

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

body {
    min-height: 100%;
    line-height: 1
}

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

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

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

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 0
}

ol,p,ul {
    margin-bottom: 0
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Light.ttf) format("truetype");
    src: url(../fonts/OpenSans-Light.eot?) format("eot");
    src: url(../fonts/OpenSans-Light.woff) format("woff");
    font-weight: 300
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
    src: url(../fonts/OpenSans-Regular.eot?) format("eot");
    src: url(../fonts/OpenSans-Regular.woff) format("woff");
    font-weight: 400
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
    src: url(../fonts/OpenSans-SemiBold.eot?) format("eot");
    src: url(../fonts/OpenSans-SemiBold.woff) format("woff");
    font-weight: 600
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
    src: url(../fonts/OpenSans-Bold.eot?) format("eot");
    src: url(../fonts/OpenSans-Bold.woff) format("woff");
    font-weight: 700
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-ExtraBold.ttf) format("truetype");
    src: url(../fonts/OpenSans-ExtraBold.eot?) format("eot");
    src: url(../fonts/OpenSans-ExtraBold.woff) format("woff");
    font-weight: 800
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    color: #b5b6b7;
    font-size: 16px;
    font-family: OpenSans,sans-serif
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    color: #b5b6b7;
    font-size: 16px;
    font-family: OpenSans,sans-serif
}

input:-moz-placeholder,textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    color: #b5b6b7;
    font-size: 16px;
    font-family: OpenSans,sans-serif
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    color: #b5b6b7;
    font-size: 16px;
    font-family: OpenSans,sans-serif
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input:focus:-moz-placeholder,textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0
}

body::after {
    display: none;
    content: url(../icons/arrow-down-blue.svg) url(../icons/arrow-right-gray-big_h.svg) url(../icons/arrow-right-gray.svg)
}

body {
    font-family: OpenSans,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444c57;
    position: relative;
    -webkit-overflow-scrolling: touch
}

svg {
    display: initial;
}

.wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.all-content {
    flex: 1 0 auto
}

footer {
    flex: 0 0 auto
}

header {
    flex: 0 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 4
}

.header-block {
    padding: 30px 0;
}

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

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.header-logo {
    width: 200px;
    position: relative;
    z-index: 2
}
.footer-logo {
    width: 200px;
	position: relative;
    z-index: 2
    }
.footer-logo a,.footer-logo img {
    display: block;
    width: 100%
}
.header-logo a,.header-logo img {
    display: block;
    width: 100%
}

.header-content {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 148px
}

.header-tel a {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.3em;
    color: #fff
}

.header-city-selected {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: right;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    opacity: .6;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.header-city-selected::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 5px;
    background: url(../icons/arrow-down-white.svg) no-repeat center;
    background-size: contain;
    margin-left: 7px;
    transition: all .2s ease-in-out
}

.header-city-selected.active {
    opacity: 1
}

.header-city-selected.active::after {
    transform: rotate(-180deg)
}

.header-city-selected:hover {
    opacity: 1
}

.header-city-select {
    position: relative;
    text-align: right;
    width: 100%
}

.header-city-wrap {
    position: absolute;
    right: 0;
    top: 100%;
    width: 380px;
    background: #f6f6f6;
    opacity: .9;
    padding: 35px 50px;
    margin-top: 30px;
    text-align: left;
    display: none
}

.header-city-wrap.show {
    display: block
}

.header-city-list {
    display: flex;
    flex-wrap: wrap
}

.header-city-list li {
    width: 50%;
    padding: 1px 3px
}

.header-city-list li:nth-child(odd) {
    padding-right: 15px
}

.header-city-list li:nth-child(even) {
    padding-left: 15px
}

.header-city-list a {
    font-size: 12px;
    line-height: 16px;
    color: #444c57
}

.header-city-list a.active {
    font-weight: 700
}

.header-city-list-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px
}

.close-header-city-list.close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px
}

.close-header-city-list.close-icon::after,.close-header-city-list.close-icon::before {
    background: #444c57
}

section {
    position: relative
}

.section-main-video {
    position: relative;
    height: 909px
}

.main-video-block {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: no-repeat center;
    background-size: cover
}

.main-video-block video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-video-block::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.15);
    z-index: 1
}

.main-video-desc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2
}

.main-video-title h1 {
    font-size: 72px;
    line-height: 88px;
    color: #fff;
    font-weight: 400
}

.main-video-title .title-caption {
    font-weight: 300;
    font-size: 48px;
    line-height: 58px;
    color: #fff
}

.main-video-link {
    position: absolute;
    left: 50%;
    bottom: 70px;
    z-index: 2;
    margin: auto;
    transform: translateX(-50%)
}

.btn-white {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0 25px;
    text-align: center;
    height: 46px;
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    cursor: pointer
}

.main-video-social {
    position: absolute;
    right: calc(50% - 760px);
    bottom: 75px;
    z-index: 2
}

.social-list {
    display: flex;
    align-items: center
}

.social-list li:not(:first-child) {
    margin-left: 16px
}

.social-list-link {
    display: block;
    width: 32px;
    height: 32px;
    background: no-repeat center;
    background-size: contain;
    opacity: .6;
    transition: all .2s ease-in-out
}

.social-list-link.vk {
    background-image: url(../icons/vk.svg)
}

.social-list-link.tg {
    background-image: url(../icons/telegram.svg)
}

.social-list-link.Telegram {
    background-image: url(../icons/telegram.svg)
}

.social-list-link.youtube {
    background-image: url(../icons/youtube.svg)
}

.social-list-link.inst {
    background-image: url(../icons/inst.svg)
}

.social-list-link.odnok {
    background-image: url(../icons/odnok.svg)
}

.social-list-link.facebook {
    background-image: url(../icons/facebook.svg)
}

.social-list-link.Pinterest {
    background-image: url(../icons/Pinterest_white.svg)
}

.social-list-link:hover {
    opacity: 1
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* Ð·Ð°Ð´Ð°Ñ‘Ñ‚ Ð²Ñ‹ÑÐ¾Ñ‚Ñƒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° Ð´Ð»Ñ 16:9 (ÐµÑÐ»Ð¸ 4:3 â€” Ð¿Ð¾ÑÑ‚Ð°Ð²ÑŒÑ‚Ðµ 75%) */
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

#cleversite_widget_app svg {
    width: revert;
    height: revert;
}

.column {
    vertical-align: top;
    -webkit-columns: 250px 3;
    -moz-columns: 250px 3;
    columns: 250px 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
}

.column ul {
    vertical-align: top;
}

.footer-top {
    padding-top: 65px;
    padding-bottom: 50px;
    background: #72393f
}

.footer-bottom {
    padding: 10px 0;
    background: #72393f
}

.footer-copy {
    font-size: 14px;
    line-height: 19px;
    color: #fff
}

.footer-copy a {
    color: #fff
}

.footer-wrap {
    display: flex;
    justify-content: space-between
}

.footer-logo-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 237px
}

.footer-menu-block {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    padding-left: 250px
}

.footer-menu-list {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff
}

.footer-menu-list a {
    color: #fff
}

.footer-menu-list a:hover {
    text-decoration: underline;
}

.footer-menu-list li:not(:last-child) {
    margin-bottom: 16px
}

.footer-menu-three {
    max-width: 285px
}

.footer-social>p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .02em;
    color: #fff;
    opacity: .6;
    margin-bottom: 15px
}

.section-choose {
    height: 966px;
    position: relative;
    overflow: hidden
}

.choose-color-img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.choose-color-img {
    background: no-repeat center;
    background-size: cover;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s linear;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.choose-color-img.hidden {
    opacity: 0
}

.color-img-default {
    background: no-repeat center;
    background-size: cover;
    transition: all .3s linear;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.choose-color-content {
    position: relative;
    z-index: 2;
    padding-top: 65px;
    max-width: 653px;
    margin: auto
}

.center {
    text-align: center
}

h2 {
    font-family: OpenSans,sans-serif
}

.f_35 {
    font-size: 35px;
    line-height: 48px;
    font-weight: 600
}

.white {
    color: #fff
}

.choose-color-title .title-caption,.choose-color-title h2 {
    transition: all .3s linear
}

.title-caption {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    max-width: 653px;
    margin-left: auto;
    margin-right: auto
}

.choose-color-list {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.choose-color-item {
    padding: 0 16px;
    position: relative
}

.choose-color-link {
    display: block;
    width: 54px;
    height: 53px;
    margin: 0 auto;
    position: relative
}

.choose-color-link img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out
}

.choose-color-link:hover img {
    transform: scale(1.38,1.38)
}

.choose-color-name {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    position: absolute;
    left: -25px;
    right: -25px;
    margin: 0 auto;
    top: calc(100% + 15px);
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear
}

.color-bg-dark .choose-color-name {
    color: #fff
}

.color-bg-light .choose-color-name {
    color: #444c57
}

.choose-color-item.active .choose-color-link img {
    transform: scale(1.38,1.38)
}

.choose-color-item.active .choose-color-name {
    opacity: 1;
    visibility: visible
}

.section-choose.light .title-caption,.section-choose.light h2 {
    color: #444c57
}

.main-news {
    padding-top: 66px;
    padding-bottom: 58px
}

.gray {
    color: #444c57
}

.bg-gray {
    background: #FCF7F1;
}

.main-news-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px
}

.main-news-item {
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px
}

.main-news-item:nth-child(4) {
    display: none
}

.main-news-img {
    width: 100%;
    height: 492px;
    overflow: hidden;
    position: relative
}

.main-news-img-wrap {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover
}

.main-news-desc {
    height: 194px;
    background: #F6E6D9;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom-right-radius: 110px;
}

.main-news-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden
}

.main-news-info {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
}

.main-news-date {
    font-size: 14px;
    line-height: 19px
}

.blue-link {
    font-size: 14px;
    line-height: 19px;
    color: #2059ae;
    display: inline-block;
    transition: all .2s ease-in-out
}

.main-news-title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.all-link .blue-link {
    font-size: 18px;
    line-height: 22px
}

#map {
    width: 100%;
    height: 645px
}

.balloon-content {
    max-width: 360px;
    padding: 30px 0 30px 18px;
    font-family: OpenSans,sans-serif
}

.balloon-address {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .02em;
    color: #444c57;
    margin-bottom: 20px
}

.balloon-subway {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px
}

.balloon-subway span {
    display: inline-block;
    vertical-align: middle
}

.balloon-tel {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px
}

.balloon-tel a {
    color: #444c57
}

.balloon-time {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 40px
}

.balloon-all-shop a {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #2059ae
}

.icon-subway {
    width: 19px;
    height: 14px;
    margin-right: 7px
}

.layout-bg {
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,.1);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    display: none
}

.search-block {
    position: absolute;
    background: #fff;
    padding: 50px 0 60px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none
}

.search-form-content {
    display: flex;
    align-items: center
}

.close-search-block {
    flex: 0 0 17px
}

.close-icon {
    position: relative;
    width: 17px;
    height: 17px;
    cursor: pointer
}

.close-icon::after,.close-icon::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #b5b6b7
}

.close-icon::before {
    transform: rotate(45deg)
}

.close-icon::after {
    transform: rotate(-45deg)
}

.search-form-row {
    flex: 1 1 auto;
    padding-right: 30px;
    position: relative
}

.search-form-input {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #b5b6b7;
    font-size: 16px;
    line-height: 18px;
    color: #444c57;
    font-family: OpenSans,sans-serif;
    background: #fff;
    padding: 0 35px
}

.search-form-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 17px;
    background: url(../icons/search-dark.svg) no-repeat center;
    background-size: contain
}

.search-form-result {
    padding-top: 30px;
    padding-left: 35px;
    display: none
}

.search-form-result.result-show {
    display: block
}

.search-find-list a {
    font-size: 16px;
    line-height: 30px;
    color: #d5d6d7
}

.search-find-list a span {
    color: #444c57
}

#header-search-btn {
    width: 19px;
    height: 19px;
    background: rgba(255,255,255,0) url(uploads/searchheader.svg) no-repeat center;
    background-size: contain;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transition: all .2s ease-in-out
}

#header-search-btn:hover {
    opacity: .6
}

.header-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-search {
    margin-right: 30px
}

.header-city-content {
    display: inline-block
}

.footer-made {
    width: 103px
}

.footer-made a,.footer-made img {
    display: block;
    width: 100%
}

.footer-bottom .footer-wrap {
    align-items: center
}

.header-burger {
    display: none
}

.header-block.header-bg {
    padding-top: 25px;
    padding-bottom: 17px;
    background: #f6f6f6;
    box-shadow: 0 2px 5px rgba(116,118,120,.15)
}

.header-block.header-bg .header-city-selected::after {
    background-image: url(../icons/arrow-down-gray.svg)
}

.header-block.header-bg #header-search-btn {
    background-image: url(../icons/search-dark.svg)
}

.header-block.header-bg .header-city-wrap {
    opacity: 1
}

.header-block.header-bg .header-city-list a.active {
    color: #2059ae
}

.header-block.header-bg .header-city-selected,.header-block.header-bg .header-menu-first,.header-block.header-bg .header-menu-first span>a,.header-block.header-bg .header-tel a {
    color: #444c57
}

.header-block.header-bg .header-menu-first span::after {
    background: #444c57
}

.header-block.header-bg .header-menu-second-list,.header-block.header-bg .header-menu-second-list>li>a {
    color: #444c57
}

.header-block.header-bg .header-menu-second-list>li>a.active,.header-block.header-bg .header-menu-second-list>li>a:hover {
    color: #2059ae;
    opacity: 1
}

.header-block.header-bg .header-menu-first>li.active span {
    color: #2059ae
}

.header-block.header-bg .header-menu-first>li.active span::after {
    opacity: 1;
    background: #2059ae
}

.header-block.header-bg .header-menu-second::before {
    background: #f6f6f6
}

.header-block.header-bg .header-menu-first>li.show span::after {
    opacity: 0
}

.header-block.header-bg .header-menu-first>li.show span {
    color: #2059ae
}

.header-block.header-bg .header-menu-first>li.show span>a {
    color: #2059ae
}

.pTop {
    padding-top: 59px
}

.breadcrumbs-content {
    padding: 30px 0
}

.breadcrumbs-list {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .04em;
    color: #2059ae;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.breadcrumbs-list a {
    color: #444c57;
    transition: all .2s ease-in-out
}

.breadcrumbs-list a:hover {
    opacity: .6
}

.breadcrumbs-list li:not(:last-child) {
    padding-right: 12px;
    margin-right: 9px;
    position: relative
}

.breadcrumbs-list li:not(:last-child)::before {
    content: '/';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    line-height: 16px;
    color: #444c57
}

.breadcrumbs-list li:last-of-type {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 220px;
    overflow: hidden
}

.catalog-menu {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
    max-height: 310px;
    overflow: hidden
}

.catalog-menu-slider {
    margin-top: 75px
}

.catalog-menu-item {
    width: 33.3%;
    padding: 0 15px;
    display: inline-block
}

.catalog-menu-link {
    display: block;
    width: 100%;
    position: relative;
    max-height: 310px;
    overflow: hidden;
    cursor: pointer;
    border: 4px solid rgba(255,255,255,0)
}

.catalog-menu-link.active {
    border: 4px solid #2059ae
}

.catalog-menu-img {
    width: 100%;
    padding-top: 64%;
    background: no-repeat center;
    background-size: cover
}

.catalog-menu-name {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    display: flex;
    min-height: 120px;
    align-items: flex-end;
    font-weight: 600;
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    background: linear-gradient(180deg,rgba(68,76,87,0) 0,#444c57 100%);
    padding: 16px 25px
}

.catalog-menu-name sup {
    font-size: 14px
}

.catalog-content {
    margin-top: 20px;
    border-top: 1px solid #747678;
    padding-top: 30px
}

.catalog-info {
    font-size: 16px;
}

.catalog-info-title h2 {
    font-weight: 600;
    font-size: 1.6em;
    padding: 0.8em 0 0.5em 0;
}

.catalog-info-desc h3 {
    font-weight: 600;
    font-size: 1.3em;
    padding: 1em 0 0.6em 0;
}

.catalog-info-desc {
    line-height: 1.9
}

.catalog-info-desc a {
    color: #2059ae
}

.catalog-grid {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.catalog-grid-item {
    padding: 0 15px;
    margin-bottom: 140px;
    width: 25%
}

.catalog-grid-content {
    text-align: center;
    position: relative;
    padding: 0 10px 50px;
    height: 100%
}

.catalog-grid-img {
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto 40px;
    position: relative
}

.catalog-grid-img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.catalog-grid-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px
}

.catalog-grid-desc {
    font-size: 16px;
    line-height: 25px;
    color: #747678;
    margin-bottom: 25px;
    max-height: 75px;
    overflow: hidden
}

.catalog-grid-link {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0
}

.catalog-grid-link .blue-link {
    height: 46px;
    padding: 0 25px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #2059ae;
    border-radius: 30px;
    line-height: 44px
}

.catalog-grid-link .blue-link:hover {
    background: #2059ae;
    color: #fff
}

.more-btn {
    display: block;
    width: 100%;
    height: 80px;
    text-align: center;
    border-top: 1px solid #747678;
    border-bottom: 1px solid #747678;
    font-size: 16px;
    line-height: 22px;
    color: #747678;
    cursor: pointer;
    text-transform: uppercase;
    background: rgba(255,255,255,0);
    transition: all .2s ease-in-out
}

.more-btn:hover {
    opacity: .6
}

.header-menu-first {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    flex-wrap: wrap
}

.header-menu-first span {
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
    display: inline-block;
    z-index: 2
}

.header-menu-first span::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    background: #fff;
    opacity: 0;
    height: 1px;
    transition: all .2s ease-in-out
}

.header-menu-first span>a {
    color: #fff
}

.header-menu-first>li {
    position: relative
}

.header-menu-first>li:not(:last-child) {
    margin-right: 46px
}

.header-menu-second {
    position: absolute;
    left: 0;
    width: auto;
    top: 100%;
    padding-top: 20px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    transition: all .2s ease-in-out
}

.header-menu-second::before {
    content: '';
    display: block;
    margin-left: -5000px;
    margin-right: -5000px;
    padding-left: 5000px;
    padding-right: 5000px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(255,255,255,0)
}

.header-menu-first>li.show .header-menu-second {
    opacity: 1;
    visibility: visible
}

.header-menu-first>li.show span::after {
    opacity: 1
}

.header-menu-second-list {
    z-index: 5;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #fff
}

.header-menu-second-list>li {
    padding: 10px 0
}

.header-menu-second-list>li>a {
    color: #fff;
    transition: all .2s ease-in-out
}

.header-menu-second-list>li>a:hover {
    opacity: .7
}

.close-header-menu {
    display: none;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    margin-left: auto
}

.close-header-menu::after,.close-header-menu::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #444c57;
    border-radius: 1px
}

.close-header-menu::before {
    transform: rotate(45deg)
}

.close-header-menu::after {
    transform: rotate(-45deg)
}

.header-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity .3s ease-in-out;
    background: rgba(0,0,0,.2)
}

.header-overlay.menu_show {
    display: block;
    z-index: 5;
    opacity: 1
}

.header-block.header-bg .header-menu-first>li.active.show span::after {
    opacity: 1
}

.header-menu .header-tel-wrap {
    display: none
}

.header-menu .header-tel-wrap .social-list {
    display: none
}

.news-filter {
    margin-top: 6px
}

.clear-news-filter {
    text-align: right
}

.news-filter-list {
    margin-top: 15px;
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.news-filter-list button {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #444c57;
    padding: 10px 26px;
    border: 1px solid #444c57;
    border-radius: 30px;
    transition: all .2s ease-in-out;
    margin: 0 8px 16px;
    background: rgba(255,255,255,0);
    cursor: pointer
}

.news-filter-list button.active {
    background: #2059ae;
    color: #fff;
    border-color: #2059ae
}

.news-filter-list button:hover {
    background: #2059ae;
    color: #fff;
    border-color: #2059ae
}

.clear-news-filter-btn {
    display: inline-block;
    vertical-align: middle;
    background: rgba(255,255,255,0);
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .02em;
    color: #747678;
    transition: all .2s ease-in-out
}

.clear-news-filter-btn::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    background: url(../icons/close-gray.svg) no-repeat center;
    background-size: contain;
    margin-left: 9px
}

.clear-news-filter-btn:hover {
    opacity: .7
}

.news-page-grid {
    margin-top: 50px
}

.news-page-name {
    margin-bottom: 25px
}

.news-page-name h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 44px
}

.news-slider-wrap {
    margin-left: -15px;
    margin-right: -15px
}

.news-slider-content {
    width: 25%;
    padding: 0 15px;
    display: inline-block
}

.news-slider-content .main-news-img {
    height: 368px
}

.news-slider-content .main-news-desc {
    padding: 15px
}

.news-slider-content .main-news-text {
    font-size: 14px;
    line-height: 22px;
}

.pBotttom {
    padding-bottom: 70px
}

.arrow-gray .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff url(../icons/arrow-right-gray.svg) no-repeat center;
    background-size: 8px;
    box-shadow: 0 0 4px rgba(116,118,120,.51);
    font-size: 0;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.arrow-gray .slick-arrow.slick-prev {
    left: -52px;
    transform: rotate(180deg)
}

.arrow-gray .slick-arrow.slick-next {
    right: -52px
}

.arrow-gray .slick-arrow:hover {
    background-image: url(../icons/arrow-right-gray_h.svg);
    box-shadow: 0 0 4px rgba(116,118,120,.75)
}

.news-page-item:not(:last-child) {
    margin-bottom: 100px
}

.vacancy-block {
    display: flex
}

.vacancy-content {
    flex: 1 1 auto;
    padding-right: 60px
}

.vacancy-img-block {
    flex: 0 0 488px
}

.vacancy-img-item {
    position: relative;
    width: 100%;
    max-height: 294px;
    overflow: hidden
}

.vacancy-img-item:not(:last-child) {
    margin-bottom: 45px
}

.vacancy-img {
    background: no-repeat center;
    background-size: cover;
    width: 100%;
    padding-top: 61%
}

.vacancy-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    transition: all .2s ease-in-out
}

.vacancy-head span {
    display: block;
    width: 17px;
    height: 8px;
    background: url(../icons/arrow-down-gray.svg) no-repeat center;
    background-size: contain;
    transition: transform .2s ease-in-out
}

.vacancy-head:hover {
    color: #2059ae
}

.vacancy-head.active {
    color: #2059ae
}

.vacancy-head.active span {
    background-image: url(../icons/arrow-down-blue.svg);
    transform: rotate(-180deg)
}

.vacancy-item {
    border-top: 1px solid #747678
}

.vacancy-item:last-child {
    border-bottom: 1px solid #747678
}

.vacancy-block {
    margin-top: 45px
}

.vacancy-body {
    padding: 0 10px 30px;
    display: none
}

.vacancy-body-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #444c57;
    margin-bottom: 35px
}

.text-block {
    font-size: 16px;
    line-height: 1.6
}

.text-block p {
    margin-bottom: 1.25em
}

.text-block .img-text {
    margin-top: 7px;
    font-style: italic;
    font-size: 0.7em;
}

.text-block ul {
    padding-top: 8px;
    list-style: disc;
    padding-inline-start: 20px; margin-bottom: 20px
}

.text-block ul li {
    position: relative;
    padding: 2px 0 2px 18px
}

.text-block b,.text-block strong {
    font-weight: 600
}

.text-block img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 50px auto
}

.text-block h2 {
    font-weight: 600;
    font-size: 1.42em;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: 1.25em
}

.text-block h3 {
    font-weight: 600;
    font-size: 1.26em;
    line-height: 1.3;
    margin-top: 1.3em;
    margin-bottom: 1.25em
}

.text-block a {
    color: #2059ae
}

.vacancy-mail {
    margin-top: 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .03em
}

.text-block .img-block-right {
    margin-left: 25px;
    margin-top: 10px;
    vertical-align: top;
    max-width: 400px;
    float: right;
    text-align: center;
}

.text-block .img-block-right {
    margin-right: 25px;
    margin-top: 10px;
    vertical-align: top;
    max-width: 400px;
    float: left;
    text-align: center;
}

.vacancy-mail a {
    color: #2059ae
}

.header-logo img.mobile {
    display: none
}
.footer-logo img.mobile {
    display: none
}
.vacancy-block.vacancy-empty-block {
    margin-top: 35px;
    flex-direction: column
}

.vacancy-empty-text {
    font-size: 20px;
    line-height: 30px
}

.vacancy-empty-img {
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px
}

.vacancy-empty-img .vacancy-img-block {
    flex: auto;
    width: 100%;
    display: flex;
    align-items: flex-start
}

.vacancy-empty-img .vacancy-img-item {
    padding: 0 15px
}

.news-article-block {
    display: flex;
    align-items: flex-start
}

.news-article-other {
    flex: 0 0 512px
}

.news-article-wrap {
    flex: 1 1 auto;
    padding-right: 108px
}

.news-other-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 44px;
    margin-bottom: 30px
}

.news-other-grid .main-news-img {
    height: 324px
}

.news-other-grid .main-news-desc {
    height: 140px;
    background: #f6f6f6;
    padding: 25px 20px
}

.news-other-grid .main-news-text {
    font-size: 18px;
    line-height: 25px;
    max-height: 50px
}

.news-other-item:not(:last-child) {
    margin-bottom: 40px
}

.news-article-date {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #747678;
    margin-top: 16px
}

.news-article-content {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #747678
}

.news-article-share {
    margin-top: 40px
}

.news-article-share .social-list-link.vk {
    background-image: url(../icons/vk-dark.svg)
}

.news-article-share .social-list-link.tg {
    background-image: url(../icons/telegram-dark.svg)
}

.news-article-share .social-list-link.youtube {
    background-image: url(../icons/youtube-dark.svg)
}

.news-article-share .social-list-link.inst {
    background-image: url(../icons/inst-dark.svg)
}

.news-article-share .social-list-link.facebook {
    background-image: url(../icons/facebook-dark.svg)
}

.news-article-share .social-list-link {
    opacity: 1
}

.news-article-share .social-list-link:hover {
    opacity: .6
}

.news-share-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px
}

.header-block.header-bg .menu-social .social-list-link.vk {
    background-image: url(../icons/vk-red.svg)
}

.header-block.header-bg .menu-social .social-list-link.tg {
    background-image: url(../icons/telegram-red.svg)
}

.header-block.header-bg .menu-social .social-list-link.pn {
    background-image: url(../icons/Pinterest_red.svg)
}

.header-block.header-bg .menu-social .social-list-link {
    opacity: 1
}

.header-block.header-bg .menu-social .social-list-link:hover {
    opacity: .6
}

.header-block .menu-social {
    padding-right: 15px;
}

.dealer-info {
    margin-top: 65px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap
}

.dealer-info-item {
    padding: 0 15px;
    position: relative;
    width: 33.3%
}

.dealer-info-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 317px
}

.dealer-info-img-wrap {
    width: 100%;
    padding-top: 65%;
    background: no-repeat center;
    background-size: cover
}

.dealer-info-desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 162px;
    background: linear-gradient(180deg,rgba(68,76,87,0) 0,rgba(68,76,87,.35) 44.79%,#444c57 100%);
    display: flex;
    padding: 25px;
    align-items: flex-end;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    width: calc(100% - 30px);
    margin: auto
}

.dealer-block .title-caption {
    color: #747678
}

.company-block {
    margin-top: 180px
}

.cooperation-block {
    margin-top: 140px
}

.dealer-map {
    margin-top: 130px
}

.dealer-map .main-map {
    margin-top: 50px
}

.cooperation-grid {
    margin-top: 50px;
    max-width: 1264px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap
}

.cooperation-item {
    width: 25%;
    text-align: center;
    padding: 0 20px
}

.cooperation-icon {
    width: 102px;
    height: 77px;
    margin: 0 auto 25px;
    position: relative
}

.cooperation-icon img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.cooperation-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center
}

.cooperation-info {
    margin-top: 55px;
    text-align: center;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 28px;
    color: #747678
}

.cooperation-info a {
    color: #747678
}

.company-banner-content {
    width: 100%;
    position: relative;
    padding-bottom: 105px
}

.company-banner-img {
    position: relative;
    width: 100%;
    max-height: 478px;
    overflow: hidden
}

.company-banner-img::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(68,76,87,.5)
}

.company-banner-img-wrap {
    width: 100%;
    padding-top: 31.5%;
    background: no-repeat center;
    background-size: cover
}

.company-banner-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    text-align: center;
    z-index: 2;
    padding: 0 20px
}

.company-banner-title h2 {
    font-weight: 400;
    font-size: 62px;
    line-height: 69px;
    color: #fff
}

.company-banner-desc {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 794px;
    bottom: 0;
    background: #f6f6f6;
    padding: 58px 70px 70px;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    max-height: 260px;
    overflow: hidden
}

.company-info {
    margin-top: 70px
}

.company-info-desc {
    margin-top: 37px;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.company-info-desc-item {
    width: 437px;
    font-size: 16px;
    line-height: 26px
}

.company-info-desc-item:nth-child(odd) {
    margin-right: 63px
}

.company-info-desc-item:nth-child(even) {
    margin-left: 63px
}

.company-info-caption {
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #747678
}

.company-info-caption a {
    color: #2059ae;
    border-bottom: 1px solid #2059ae
}

.slider-link-wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px;
}

.slider-link-item {
    width: 33.3%;
    padding: 0 15px;
    display: inline-block
}

.slider-link-item a {
    display: block;
    width: 100%;
    height: 100%
}

.slider-link-picture {
    width: 100%;
    max-height: 365px;
    overflow: hidden;
    position: relative
}

.slider-link-picture-wrap {
    width: 100%;
    padding-top: 74%;
    background: no-repeat center;
    background-size: cover
}

.slider-link-name {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    min-height: 225px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px;
    background: linear-gradient(180deg,rgba(190,203,208,0) 0,rgba(68,76,87,.35) 70%,#444c57 100%)
}

.slider-link-name span {
    width: 16px;
    height: 37px;
    display: block;
    background: url(../icons/arrow-right-white.svg) no-repeat center;
    background-size: contain;
    margin-left: 20px
}

.company-slider {
    margin-top: 60px
}

.main-video-link .btn-white {
    opacity: .6;
    border-radius: 20px;
    padding: 0 20px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    transition: all .2s ease-in-out
}

.main-video-link .btn-white:hover {
    opacity: 1
}

.error-block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.error-block .container {
    position: relative
}

.error-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/error-bg.jpg) no-repeat center;
    background-size: cover
}

.error-img::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.4)
}

.error-wrap {
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
    max-width: 1390px;
    margin: 0 auto
}

.error-logo {
    width: 237px
}

.error-logo a,.error-logo img {
    display: block;
    width: 100%
}

.error-title {
    font-weight: 300;
    font-size: 207px;
    line-height: 163px;
    color: #fff;
    opacity: .6
}

.error-caption {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin-top: 25px
}

.error-text {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-top: 10px
}

.error-link {
    margin-top: 50px
}

.error-link .btn-white {
    min-width: 250px
}

.page-text-block {
    max-width: 100%;
    margin: auto
}

.padding {
    padding-bottom: 100px
}

.page-video-content {
    text-align: center;
}

#page-video {
    display: block;
    width: 70%;
    position: relative;
    padding-top: 43%;
    text-align: center;
    margin: 0 auto;
}

#page-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-title-h2 {
    margin-bottom: 10px;
    text-align: center
}

.page-title-h2 h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px
}

.page-content-title {
    margin-bottom: 25px;
    margin-top: 40px;
    text-align: center
}

.title-caption.left {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 30px;
    color: #747678;
    margin-top: 10px
}

.page-gallery-grid {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    justify-content: center
}

.gallery-item {
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px
}

.gallery-item-link {
    display: block;
    width: 100%;
    position: relative;
    max-height: 365px;
    overflow: hidden
}

.gallery-item-img {
    width: 100%;
    background: no-repeat center;
    background-size: cover;
    padding-top: 75.1%
}

.gallery-more {
    margin-top: 60px
}

.page-sliderImg-content {
    margin-left: -15px;
    margin-right: -15px
}

.sliderImg-item {
    padding: 0 15px;
    width: 25%;
    display: inline-block
}

.sliderImg-link {
    display: block;
    width: 100%;
    position: relative;
    height: 368px;
    overflow: hidden
}

.sliderImg-img {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover
}

.slick-track {
    margin-left: 0;
    margin-right: 0
}

.page-sliderImg-block .slick-track {
    margin-left: auto;
    margin-right: auto
}

.shop-wrap {
    margin-top: 40px
}

.shop-tabs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative
}

.shop-tabs-list::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(116,118,120,.3);
    width: 100%
}

.shop-tabs-list li {
    font-size: 18px;
    line-height: 28px;
    color: #444c57;
    display: block;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.shop-tabs-list li:not(:last-child) {
    margin-right: 35px
}

.shop-tabs-list li:hover {
    color: #2059ae
}

.shop-tabs-list li.active {
    color: #2059ae
}

.shop-tabs-list li.active span {
    border-bottom-color: #2059ae
}

.shop-tabs-list li span {
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0);
    transition: all .2s ease-in-out
}

.shop-item {
    display: none
}

.shop-item.active {
    display: block
}

.shop-map-wrap {
    flex: 1 1 auto;
    height: 655px
}

#shop-map {
    width: 100%;
    height: 100%
}

.shop-city-item {
    padding: 12px 20px 20px 15px;
    cursor: pointer
}

.shop-city-item.active {
    background: #f6f6f6
}

.shop-city-item:not(:last-child) {
    margin-bottom: 10px
}

.city-subway {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #444c57;
    margin-bottom: 6px
}

.city-subway span {
    display: inline-block;
    vertical-align: text-top
}

.subway-icon {
    width: 20px;
    height: 15px;
    margin-right: 5px
}

.subway-icon svg {
    display: block;
    width: 100%;
    height: 100%
}

.city-address {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .03em;
    color: #444c57;
    margin-bottom: 10px
}

.city-time {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #444c57;
    margin-bottom: 15px
}

.city-tel a {
    display: inline-block;
    padding: 3px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2059ae
}

.shop-city-grid-scroll {
    max-height: 583px;
    overflow: auto
}

.scrollbar-inner>.scroll-element.scroll-y {
    width: 4px;
    right: 0
}

.scrollbar-inner>.scroll-element .scroll-bar,.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-inner>.scroll-element .scroll-element_track {
    border-radius: 5px
}

.scrollbar-inner>.scroll-element .scroll-bar,.scrollbar-inner>.scroll-element .scroll-element_track {
    opacity: 1
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: #d5d6d7
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #444c57;
    opacity: .7
}

.select2-container .select2-selection--single {
    height: 53px;
    display: block;
    width: 100%
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d5d6d7;
    border-radius: 4px
}

.js-example-basic-single {
    display: block;
    width: 100%
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 50px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 53px;
    font-weight: 600;
    font-size: 18px;
    color: #747678
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    width: 15px;
    background: url(../icons/download.svg) no-repeat center;
    background-size: contain
}

.select2-dropdown {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 4px rgba(0,0,0,.13);
    margin-top: 5px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 522px;
    padding: 7px 0
}

.select2-results {
    padding-top: 10px
}

.select2-results__option {
    padding: 8px 15px;
    font-size: 18px;
    line-height: 28px;
    color: #747678
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f6f6f6;
    color: #2059ae
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2059ae;
    color: #fff
}

.shop-city-grid {
    margin-top: 20px
}

.balloon-shop .balloon-time {
    margin-bottom: 10px
}

.balloon-content a[href^=tel] {
    display: block
}

.balloon-content a {
    color: #444c57
}

.select2-search--dropdown {
    padding: 10px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 15px;
    font-size: 18px;
    line-height: 28px;
    color: #747678;
    font-family: OpenSans,sans-serif;
    background: rgba(246,246,246,.5);
    border: .5px solid rgba(68,76,87,.3);
    height: 45px
}

.shop-city-part:not(:last-child) {
    margin-bottom: 30px
}

.shop-city-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #444c57;
    margin-bottom: 10px;
    padding: 0 15px
}

.choose-color-mobile,.main-video-block.video-mobile {
    display: none
}

.shop-map-mobile {
    display: none
}

.search-wrap {
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start
}

.search-left-block {
    flex: 0 0 1000px
}

.search-right-block {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.search-right-img {
    width: 519px;
    height: 519px;
    background: url(../icons/search-page.svg) no-repeat center;
    background-size: contain;
    margin-left: 160px
}

.search-page-row {
    position: relative
}

.search-page-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 35px;
    border: none;
    border-bottom: 1px solid #b5b6b7;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #444c57;
    box-shadow: none;
    font-family: OpenSans,sans-serif
}

.search-page-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 17px;
    background: url(../icons/search-dark.svg) no-repeat center;
    background-size: contain
}

.search-result-count {
    margin-top: 20px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 19px;
    color: #747678
}

.search-content {
    margin-top: 15px
}

.search-result-item {
    padding: 35px 0 35px 35px
}

.search-result-item:not(:last-child) {
    border-bottom: 1px solid rgba(116,118,120,.3)
}

.search-result-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #444c57;
    margin-bottom: 12px
}

.search-result-name a {
    color: #444c57;
    transition: opacity .2s ease-in-out
}

.search-result-name a:hover {
    opacity: .6
}

span.blue-text {
    color: #2059ae
}

.search-result-text {
    font-size: 16px;
    line-height: 30px;
    color: #444c57;
    max-height: 90px;
    overflow: hidden
}

.search-result-color {
    height: 25px;
    width: 200px;
    margin: 10px 0
}

.pagination-block {
    margin-top: 60px
}

.pagination-block.center .pagination-list {
    justify-content: center
}

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

.pagination-list li {
    display: block;
    padding: 0 10px;
    font-size: 18px;
    line-height: 25px;
    color: #b5b6b7
}

.pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #b5b6b7;
    background: rgba(255,255,255,0);
    font-size: 18px;
    line-height: 25px;
    color: #b5b6b7;
    transition: opacity .2s ease-in-out
}

.pagination-link.active {
    background: #2059ae;
    color: #fff;
    cursor: default;
    border-color: #2059ae
}

.pagination-link.active:hover {
    opacity: 1
}

.pagination-link:hover {
    opacity: .6
}

.pagination-arrow {
    width: 20px;
    height: 20px;
    background: url(../icons/pagination-arrow.svg) no-repeat center;
    background-size: 7px 17px;
    display: block
}

.pagination-arrow.prev-arrow {
    transform: rotate(-180deg)
}

.pagination-arrow.disabled {
    background-image: url(../icons/pagination-arrow-disabled.svg)
}

.not-search .search-right-img {
    background-image: url(../icons/not-search.svg)
}

.not-result-link {
    font-size: 16px;
    line-height: 30px;
    color: #444c57
}

.not-result-link a {
    color: #2059ae;
    text-decoration: underline;
    transition: opacity .2s ease-in-out
}

.not-result-link a:hover {
    opacity: .6
}

.calc-block {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1133px
}

.calc-result-block {
    flex: 0 0 615px
}

.calc-content-block {
    flex: 1 1 auto;
    padding-right: 30px
}

.calc-result-info {
    font-size: 16px;
    line-height: 30px;
    color: #444c57
}

.calc-result-info p:first-of-type {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px
}

.calc-result-wrap {
    margin-bottom: 35px;
    background: #f6f6f6;
    border: 1px solid rgba(213,214,215,.5);
    height: 250px;
    width: 100%;
    position: relative
}

.calc-result-preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 60px;
    font-size: 18px;
    line-height: 28px;
    color: #747678
}

.calc-result-preview>* {
    position: relative;
    z-index: 2
}

.calc-result-preview::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 230px;
    height: 230px;
    background: url(../icons/paint.svg) no-repeat center;
    background-size: contain;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto
}

.calc-result-preview.hide {
    display: none
}

.calc-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #444c57;
    margin-bottom: 25px
}

.calc-tabs-list {
    display: flex;
    align-items: center
}

.calc-tabs-list li {
    border: 1px solid #2059ae;
    box-sizing: border-box;
    border-radius: 30px;
    width: 150px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    color: #2059ae;
    cursor: pointer;
    transition: opacity .2s ease-in-out
}

.calc-tabs-list li:hover {
    opacity: .6
}

.calc-tabs-list li.active {
    background: #2059ae;
    color: #fff;
    cursor: default
}

.calc-tabs-list li.active:hover {
    opacity: 1
}

.calc-tabs-list li:not(:last-child) {
    margin-right: 20px
}

.calc-tabs-item {
    display: none;
    margin-top: 70px
}

.calc-tabs-item.active {
    display: block
}

.calc-paint-row {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.calc-paint-cell {
    width: 50%;
    position: relative
}

.calc-paint-cell:nth-child(even) {
    padding-left: 12px
}

.calc-paint-cell:nth-child(odd) {
    padding-right: 12px
}

.calc-form-label {
    margin-bottom: 5px
}

.calc-form-label label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #444c57;
    opacity: .9
}

.calc-form-input {
    display: flex;
    align-items: center
}

.calc-form-input input {
    background: rgba(246,246,246,.5);
    border: .5px solid rgba(68,76,87,.3);
    display: block;
    padding: 0 20px;
    width: 128px;
    height: 54px;
    font-size: 18px;
    line-height: 28px;
    color: #444c57
}

.calc-form-input input.error {
    border-color: #ba0c2c
}

.calc-form-input span {
    font-size: 18px;
    line-height: 28px;
    color: #444c57;
    display: block;
    margin-left: 10px
}

.calc-form-btn {
    margin-top: 55px
}

.calc-form-btn button {
    width: 320px;
    height: 46px;
    font-size: 18px;
    line-height: 25px;
    color: #2059ae;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2059ae;
    border-radius: 30px;
    transition: all .2s ease-in-out;
    background: rgba(255,255,255,0);
    cursor: pointer
}

.calc-form-btn button:hover {
    background: #2059ae;
    color: #fff
}

.help-block-calc {
    margin-top: 10px
}

.help-block-link a {
    font-size: 14px;
    line-height: 19px;
    color: #747678
}

.help-block-content {
    margin-top: 55px;
    display: none
}

.help-block-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px
}

.help-block-desc {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px
}

.help-block-img {
    width: 363px
}

.help-block-img img {
    display: block;
    width: 100%
}

.close-help-block-calc {
    margin-top: 30px
}

.close-help-block-calc a {
    font-size: 12px;
    line-height: 17px;
    color: #747678
}

.calc-form-paint {
    max-width: 357px
}

.calc-paint-title {
    margin-bottom: 25px
}

.calc-paint-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px
}

.calc-paint-caption {
    font-size: 13px;
    line-height: 18px;
    color: #747678;
    margin-top: 6px
}

.calc-paint-part:not(:last-child) {
    margin-bottom: 60px
}

.extra-info-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px
}

.extra-info-desc {
    display: flex;
    align-items: center
}

.extra-info-item {
    font-size: 15px;
    line-height: 24px
}

.extra-info-item:not(:last-child) {
    margin-right: 20px
}

.extra-info-item span {
    color: #2059ae
}

.calc-extra-info {
    margin-top: 20px
}

.calc-result-content {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: none
}

.calc-result-content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    background: #d5d6d7;
    height: calc(100% - 40px)
}

.calc-result-content.show {
    display: flex
}

.calc-result-item {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    text-align: center
}

.calc-result-name {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px
}

.result-value {
    font-weight: 600;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 4px
}

.result-unit {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px
}

.calc-result-val-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -9px;
    margin-left: -9px
}

.calc-result-val-item {
    padding: 0 9px
}

.calc-result-gallon,.calc-result-quart {
    display: none
}

.help-block-form {
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
    position: absolute;
    left: 0;
    top: 100%;
    color: #ba0c2c;
    display: none
}

.shop-tabs-content {
    padding-top: 40px;
    display: flex
}

.shop-content {
    padding-right: 30px;
    flex: 0 0 520px
}

.color-block {
    margin-top: 40px
}

.color-type-list {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative
}

.color-type-list li {
    font-size: 18px;
    line-height: 28px;
    color: #444c57;
    display: block;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.color-type-list li span {
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0);
    transition: all .2s ease-in-out
}

.color-type-list li:not(:last-child) {
    margin-right: 35px
}

.color-type-list li.active {
    color: #2059ae
}

.color-type-list li.active span {
    border-bottom-color: #2059ae
}

.color-type-list li:hover {
    color: #2059ae
}

.color-type-item {
    display: none
}

.color-type-item.active {
    display: block
}

.color-view-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.color-view-list li {
    padding: 0 15px;
    display: block;
    cursor: pointer;
    margin-bottom: 30px
}

.color-view-img {
    display: block;
    width: 100%;
    max-width: 99px;
    margin: 0 auto 10px;
    transition: all .2s ease-in-out
}

.color-view-img img {
    display: block;
    width: 100%
}

.color-view-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #444c57;
    text-align: center;
    display: block;
    max-width: 99px;
    transition: all .2s ease-in-out
}

.color-view-list li.active {
    cursor: default
}

.color-view-list li.active .color-view-img {
    box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.color-view-list li.active .color-view-name {
    color: #2059ae
}

.color-view-list li:hover .color-view-img {
    box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.color-view-item {
    display: none
}

.color-view-item.active {
    display: block
}

.spectrum-block {
    margin-top: 30px;
    width: 100%;
    overflow-x: auto;
    font-size: 0;
    text-align: center;
    transition: all .3s linear;
    padding: 4px 0
}

.spectrum-container {
    position: relative;
    display: inline-block;
    margin: 5px 5px 11px;
    transition: transform .3s linear;
    transform-origin: 0 0 0
}

.spectrum-list {
    position: relative;
    z-index: 0;
    margin: 0;
    font-size: 0;
    white-space: nowrap
}

.spectrum-color {
    height: 7px;
    cursor: pointer
}

.spectrum-block.large .spectrum-color {
    width: 10px
}

.spectrum-block.small .spectrum-color {
    width: 54px
}

.spectrum-column {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.spectrum-selection {
    position: absolute;
    display: block;
    top: -4px;
    left: 0;
    bottom: -4px;
    z-index: 10;
    cursor: pointer;
    width: 80px
}

.spectrum-selection::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: -2px;
    bottom: 0;
    left: -2px;
    z-index: 10;
    border: 4px solid #747678
}

.color-view-content {
    padding-top: 10px
}

.selected-colors {
    width: 100%
}

.selected-colors p {
    margin-bottom: 25px;
}

.selected-colors-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 44px;
    margin-bottom: 20px
}

.selected-colors-palette {
    position: relative;
    width: 100%
}

.palette-rows {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap
}

.palette-item {
    margin: 0;
    padding: 0
}

.palette-line {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap
}

.palette-column {
    display: inline-block;
    border: 1px solid #fff
}

.palette-color {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 60px
}

.palette-color.active {
    box-shadow: -4px -4px 15px rgba(0,0,0,.1),4px 4px 15px rgba(0,0,0,.1);
    transform: scale(1.08)
}

.palette-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff url(../icons/arrow-right-gray.svg) no-repeat center;
    background-size: 8px;
    box-shadow: 0 0 4px rgba(116,118,120,.51);
    cursor: pointer;
    transition: all .2s ease-in-out;
    z-index: 10
}

.palette-arrow.palette-left {
    left: -52px;
    transform: rotate(180deg)
}

.palette-arrow.palette-right {
    right: -52px
}

.palette-arrow.disabled {
    opacity: .5;
    cursor: default
}

.palette-preview-block {
    padding: 35px 0;
    position: relative
}

.close-palette-preview {
    margin-bottom: 20px
}

.close-palette-preview button {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(../icons/close-gray.svg) no-repeat center;
    background-size: contain;
    margin-left: auto;
    display: block
}

.palette-preview {
    width: 100%;
    height: 364px;
    padding: 30px;
    position: relative
}

.palette-preview-name {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 7px;
    padding-right: 40px
}

.palette-preview-number {
    font-size: 25px;
    line-height: 30px
}

.palette-preview-block.dark .palette-preview-name,.palette-preview-block.dark .palette-preview-number {
    color: #444c57
}

.palette-preview-block.dark .palette-share-icon svg path {
    fill: #444c57
}

.palette-preview-block.light .palette-preview-name,.palette-preview-block.light .palette-preview-number {
    color: #fff
}

.palette-preview-block.light .palette-share-icon svg path {
    fill: #fff
}

.palette-preview-share {
    position: absolute;
    top: 30px;
    right: 30px
}

.palette-share-icon {
    width: 22px;
    height: 27px;
    background: url(../icons/share.svg) no-repeat center;
    background-size: contain;
    display: block;
    margin-left: auto
}

.palette-share-list {
    background: rgba(255,255,255,.6);
    margin-top: 15px;
    padding: 10px 15px;
    display: none
}

.palette-share-list .social-list-link {
    opacity: 1
}

.palette-share-list .social-list-link:hover {
    opacity: .6
}

.palette-share-list .social-list-link.vk {
    background-image: url(../icons/vk-dark2.svg)
}

.palette-share-list .social-list-link.youtube {
    background-image: url(../icons/youtube-dark2.svg)
}

.palette-share-list .social-list-link.inst {
    background-image: url(../icons/inst-dark2.svg)
}

.palette-share-list .social-list-link.facebook {
    background-image: url(../icons/facebook-dark2.svg)
}

.palette-share-list.show {
    display: block
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 0;
    height: 4px
}

.main-news-content {
    display: block;
    width: 100%;
    height: 100%;
    color: #444c57
}

.calc-result-no {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    font-size: 18px;
    line-height: 28px;
    flex-direction: column;
    justify-content: center;
    color: #444c57;
    display: none
}

.calc-result-no p:nth-child(2) {
    font-size: 15px;
    line-height: 28px
}

.calc-result-no.show {
    display: flex
}

.news-slider-init {
    max-height: 498px;
    overflow: hidden
}

.slider-link {
    max-height: 361px;
    overflow: hidden
}

.page-sliderImg-init {
    max-height: 368px;
    overflow: hidden
}

.drop, .drop2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.drop img, .drop2 img {
    width: 130px;
    margin: 0;
    display: inline-block;
}

.drop_caption, .drop2_caption {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.left-block-img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 30px;
}

.left-block-img img {
    width: auto;
    margin: 0 0 25px 0;
}

.left-block-img-caption {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 25px;
}

.color-block {
    background-color: #E8EFF9;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 40px;
    line-height: 1.5;
    font-size: 0.9em;
    vertical-align: top;
}

.color-block h2 {
    color: #001641;
    border-bottom: solid 2px #83abda;
    text-align: center;
    padding-bottom: 0.8em;
    margin-bottom: 0.5em;
    margin-top: 1em
}

.usefull {
    background: no-repeat 30px center url("/uploads/icons/icon_lightbulb.png") #E8EFF9;
    padding: 30px 10px 30px 150px;
    width: 100%;
    margin: 30px 0 20px 0;
}

.usefull h2 {
    color: #001641;
}

.number-circle {
    display: inline-block;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    border-radius: 50%;
    border: 2px solid #83abda;
    padding: 0.5em 0;
    width: 2em;
    height: 2em;
    margin-bottom: 15px;
}

@media screen and (max-width: 1679px) {
    .container {
        width:1360px
    }

    .main-video-social {
        right: calc(50% - 680px)
    }

    .arrow-gray .slick-arrow {
        top: -58px;
        bottom: auto;
        background-color: rgba(255,255,255,0);
        box-shadow: none;
        background-image: url(../icons/arrow-right-gray-big_h.svg);
        width: 20px;
        height: 25px;
        background-size: contain
    }

    .arrow-gray .slick-arrow:hover {
        background-image: url(../icons/arrow-right-gray-big.svg);
        box-shadow: none
    }

    .arrow-gray .slick-arrow.slick-prev {
        left: auto;
        right: 60px
    }

    .arrow-gray .slick-arrow.slick-next {
        right: 15px
    }

    .news-page-name {
        padding-right: 130px
    }

    .company-banner-title {
        top: 80px
    }

    .slider-link-wrap {
        padding-top: 40px
    }

    .error-wrap {
        padding-top: 45px
    }

    .page-sliderImg-content {
        padding-top: 60px
    }

    #page-video {
        padding-top: 53%
    }

    .search-left-block {
        flex: 0 0 850px
    }

    .search-right-img {
        width: 390px;
        height: 390px;
        margin-left: 120px
    }

    .catalog-menu-slider {
        margin-top: 15px;
        padding-top: 60px
    }

    .color-view-img {
        max-width: 82.5px
    }

    .palette-arrow.palette-left {
        left: -16px
    }

    .palette-arrow.palette-right {
        right: -16px
    }

    .selected-colors-title {
        padding-right: 100px
    }

    .color-view-content {
        padding-top: 20px
    }

    .close-palette-preview {
        position: absolute;
        z-index: 2;
        right: 30px;
        top: 65px;
        margin-bottom: 0
    }

    .palette-preview-block.light .close-palette-preview button {
        background-image: url(../icons/close-white.svg)
    }

    .palette-preview-block.dark .close-palette-preview button {
        background-image: url(../icons/close-gray.svg)
    }

    .palette-preview {
        padding-top: 30px
    }

    .palette-preview-share {
        top: auto;
        margin-top: 0;
        bottom: 30px;
        right: auto;
        left: 30px
    }

    .catalog-menu {
        max-height: 265px
    }

    .slider-link {
        max-height: 322px
    }

    .header-content {
        padding-left: 90px
    }
}

@media screen and (max-width: 1439px) {
    .container {
        width:1286px
    }

    .main-video-social {
        right: calc(50% - 643px)
    }

    .section-main-video {
        height: 700px
    }

    .section-choose {
        height: 835px
    }

    .news-article-other {
        flex: 0 0 430px
    }

    .news-article-wrap {
        padding-right: 70px
    }

    .error-wrap {
        max-width: 1180px
    }

    .color-view-img {
        max-width: 76.5px
    }

    .color-view-name {
        font-size: 13px;
        line-height: 17px
    }

    .slider-link {
        max-height: 303px
    }

    .header-content {
        padding-left: 66px
    }

    .header-menu-first {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width: 1365px) {
    .container {
        width:1200px
    }

    .header-block {
        padding: 20px 0
    }

    .header-menu-first {
        font-size: 16px;
        line-height: 22px
    }

    .header-content {
        padding-left: 36px
    }

    .header-tel a {
        font-size: 1em;
        line-height: 1.3em
    }

    .header-city-selected {
        font-size: 14px;
        line-height: 19px
    }

    .header-city-wrap {
        padding: 35px
    }

    .header-city-list-title {
        font-size: 16px;
        line-height: 23px
    }

    .section-main-video {
        height: 720px
    }

    .main-video-social {
        right: calc(50% - 600px)
    }

    .social-list li:not(:first-child) {
        margin-left: 10px
    }

    .social-list-link {
        width: 25px;
        height: 25px
    }

    .main-video-title h1 {
        font-size: 60px;
        line-height: 76px
    }

    .main-video-title .title-caption {
        font-size: 40px;
        line-height: 46px
    }

    .btn-white {
        height: 40px;
        font-size: 16px;
        line-height: 38px;
        border-radius: 20px
    }

    .section-choose {
        height: 800px
    }

    .f_35 {
        font-size: 27px;
        line-height: 37px
    }

    .choose-color-content {
        max-width: 570px
    }

    .title-caption {
        font-size: 18px;
        line-height: 28px;
        max-width: 570px
    }

    .choose-color-link {
        width: 49px;
        height: 48px
    }

    .choose-color-item {
        padding: 0 13px
    }

    .choose-color-link:hover img {
        transform: scale(1.3,1.3)
    }

    .choose-color-name {
        font-size: 14px
    }

    .main-news {
        padding-top: 65px;
        padding-bottom: 35px
    }

    .all-link .blue-link {
        font-size: 16px;
        line-height: 20px
    }

    .main-news-grid {
        margin-left: -10px;
        margin-right: -10px
    }

    .main-news-img {
        height: 390px
    }

    .main-news-desc {
        height: 179px;
    }

    .main-news-text {
        max-height: 96px
    }

    .main-news-date {
        font-size: 12px;
        line-height: 16px
    }

    .blue-link {
        font-size: 12px;
        line-height: 16px
    }

    #map {
        height: 570px
    }

    .footer-top {
        padding-top: 50px
    }

    .footer-social>p {
        font-size: 14px;
        line-height: 19px
    }

    .footer-social .social-list-link {
        width: 29px;
        height: 29px
    }

    .footer-menu-list {
        font-size: 14px;
        line-height: 19px
    }

    .footer-menu-block {
        padding-left: 170px
    }

    .footer-menu-list li:not(:last-child) {
        margin-bottom: 14px
    }

    .header-search {
        margin-right: 15px
    }

    .catalog-menu-name {
        font-size: 20px;
        line-height: 31px
    }

    .catalog-grid-img {
        width: 200px;
        height: 200px
    }

    .catalog-grid-name {
        font-size: 18px;
        line-height: 28px
    }

    .catalog-grid-desc {
        font-size: 14px;
        line-height: 23px;
        max-height: 69px
    }

    .catalog-grid-link .blue-link {
        font-size: 16px
    }

    .news-filter-list button {
        font-size: 16px;
        line-height: 23px;
        padding: 8px 22px
    }

    .news-slider-content .main-news-desc {
        height: 140px
    }

    .news-slider-content .main-news-text {
        max-height: 68px
    }

    .news-slider-content .main-news-img {
        height: 320px
    }

    .vacancy-img-block {
        flex: 0 0 415px
    }

    .vacancy-content {
        padding-right: 50px
    }

    .vacancy-body-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 28px
    }

    .vacancy-block {
        margin-top: 35px
    }

    .pTop {
        padding-top: 56px
    }

    .news-article-other {
        flex: 0 0 360px
    }

    .news-other-title {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .news-other-grid .main-news-desc {
        padding: 20px;
        height: 120px
    }

    .news-other-grid .main-news-text {
        font-size: 16px;
        line-height: 23px;
        max-height: 48px
    }

    .news-article-share .social-list-link {
        width: 30px;
        height: 30px
    }

    .dealer-info-desc {
        padding: 20px;
        font-size: 18px;
        line-height: 24px
    }

    .company-banner-title h2 {
        font-size: 50px;
        line-height: 62px
    }

    .company-banner-title {
        top: 56px
    }

    .slider-link-name span {
        height: 25px
    }

    .slider-link-name {
        font-size: 18px;
        line-height: 24px;
        padding: 20px
    }

    .shop-map-wrap {
        height: 620px
    }

    .shop-content {
        flex: 0 0 420px
    }

    .shop-tabs-list li {
        font-size: 16px;
        line-height: 22px
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
        font-size: 16px
    }

    .select2-container .select2-selection--single {
        height: 40px
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        font-size: 16px;
        line-height: 22px;
        height: 40px
    }

    .select2-results__option {
        font-size: 16px;
        line-height: 22px
    }

    .shop-city-name {
        font-size: 18px;
        line-height: 24px
    }

    .shop-city-grid-scroll {
        max-height: 560px
    }

    .select2-container--default .select2-results>.select2-results__options {
        max-height: 505px
    }

    .main-video-link .btn-white {
        padding: 0 15px;
        height: 35px;
        font-size: 12px;
        line-height: 32px
    }

    .main-video-link {
        bottom: 69px
    }

    .search-left-block {
        flex: 0 0 855px
    }

    .search-right-img {
        width: 300px;
        height: 300px;
        margin-left: 50px
    }

    .calc-block {
        max-width: 1105px
    }

    .calc-result-block {
        flex: 0 0 585px
    }

    .calc-title {
        font-size: 18px;
        line-height: 24px
    }

    .calc-tabs-item {
        margin-top: 50px
    }

    .calc-form-paint {
        max-width: 340px
    }

    .calc-paint-part:not(:last-child) {
        margin-bottom: 40px
    }

    .calc-paint-title {
        margin-bottom: 20px
    }

    .calc-paint-name {
        font-size: 18px;
        line-height: 24px
    }

    .calc-form-label label {
        font-size: 14px;
        line-height: 22px
    }

    .calc-form-input span {
        font-size: 16px;
        line-height: 26px
    }

    .calc-form-input input {
        width: 110px;
        height: 40px;
        font-size: 16px;
        line-height: 26px
    }

    .calc-form-btn button {
        width: 292px;
        height: 44px;
        font-size: 16px;
        line-height: 23px
    }

    .calc-result-info p:first-of-type {
        font-size: 16px;
        line-height: 23px
    }

    .calc-result-info {
        font-size: 14px;
        line-height: 26px
    }

    .calc-tabs-list li {
        width: 136px;
        height: 44px;
        font-size: 16px;
        line-height: 26px
    }

    .calc-result-preview::after {
        width: 203px;
        height: 186px
    }

    .result-unit {
        font-size: 16px;
        line-height: 23px
    }

    .result-value {
        font-size: 32px;
        line-height: 26px
    }

    .help-block-title {
        font-size: 16px;
        line-height: 23px
    }

    .help-block-desc {
        font-size: 14px;
        line-height: 28px
    }

    .color-view-img {
        max-width: 69px
    }

    .color-view-name {
        font-size: 12px;
        line-height: 16px
    }

    .color-type-list li {
        font-size: 16px;
        line-height: 22px
    }

    .color-type-list {
        margin-bottom: 30px
    }

    .palette-preview-name,.palette-preview-number {
        font-size: 20px;
        line-height: 26px
    }

    .catalog-menu {
        max-height: 247px
    }

    .news-slider-init {
        max-height: 460px
    }

    .slider-link {
        max-height: 282px
    }
}

@media screen and (max-width: 1279px) {
    .container {
        width:1120px
    }

    .main-video-social {
        right: calc(50% - 560px)
    }

    .calc-block {
        max-width: 1030px
    }

    .color-view-img {
        max-width: 59px
    }

    .catalog-menu {
        max-height: 230px
    }

    .slider-link {
        max-height: 262px
    }
}

@media screen and (max-width: 1199px) {
    #page-video {
        width:100%;
    }

    .container {
        width: 924px
    }

    .header-menu {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 350px;
        overflow: hidden;
        background: #f6f6f6;
        z-index: 10;
        padding: 30px 34px;
        transition: transform .3s ease-in-out;
        transform: translate(100%);
        overflow-y: auto
    }

    .header-menu.show-menu {
        transform: translate(0)
    }

    .header-menu-first {
        font-size: 18px;
        line-height: 25px;
        align-items: flex-end;
        flex-direction: column;
        color: #444c57;
        margin-top: 45px;
        text-align: right
    }

    .header-menu-first span>a {
        color: #1A3B58
    }

    .header-menu-first>li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }

    .close-header-menu {
        display: block
    }

    .header-menu-first span::after {
        display: none
    }

    .header-menu-second {
        position: relative;
        top: 0;
        padding-top: 10px;
        opacity: 1;
        visibility: visible;
        display: none
    }

    .header-menu-first>li.show .header-menu-second {
        display: block
    }

    .header-menu-second::before {
        display: none
    }

    .header-menu-first span.witharrow::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 8px;
        margin-right: 10px;
        background: url(../icons/arrow-down-gray.svg) no-repeat center;
        background-size: contain
    }

    .header-menu-first>li.show span {
        color: #2059ae
    }

    .header-menu-first>li.show span::before {
        transform: rotate(180deg);
        background-image: url(../icons/arrow-down-blue.svg)
    }

    .header-menu-second-list,.header-menu-second-list>li>a {
        color: #444c57
    }

    .section-main-video {
        height: 700px
    }

    .main-video-social {
        right: calc(50% - 462px);
        bottom: 50px
    }

    .main-video-title h1 {
        font-size: 56px;
        line-height: 72px
    }

    .main-video-title .title-caption {
        font-size: 35px;
        line-height: 42px
    }

    .header-burger {
        display: block
    }

    .burger {
        position: relative;
        width: 27px;
        height: 20px;
        cursor: pointer
    }

    .burger span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 1px
    }

    .burger span::after,.burger span::before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        left: 0;
        right: 0;
        position: absolute;
        border-radius: 1px
    }

    .burger span::before {
        top: -8px
    }

    .burger span::after {
        bottom: -8px
    }

    .header-content {
        justify-content: flex-end
    }

    .header-burger {
        margin-left: 25px
    }

    .main-news-item {
        width: 50%
    }

    .main-news-item:nth-child(4) {
        display: block
    }

    #map {
        height: 500px
    }

    .section-choose {
        height: 750px
    }

    .footer-wrap {
        flex-direction: column
    }

    .footer-logo-block {
        flex: auto;
        width: 100%;
        flex-direction: row;
        align-items: flex-start
    }

    .footer-social {
        width: 285px
    }

    .footer-social>p {
        font-size: 16px;
        line-height: 22px
    }

    .footer-menu-block {
        padding-left: 0;
        width: 100%;
        flex: auto;
        margin-top: 40px
    }

    .footer-menu-list {
        font-size: 16px;
        line-height: 22px
    }

    .footer-menu-three {
        width: 285px
    }

    .footer-bottom .footer-wrap {
        flex-direction: row
    }

    .footer-made {
        width: 95px
    }

    .header-block.header-bg .burger span {
        background: #444c57
    }

    .header-block.header-bg .burger span::after,.header-block.header-bg .burger span::before {
        background: #444c57
    }

    .catalog-menu-name {
        font-size: 18px;
        line-height: 28px;
        min-height: 80px;
        padding: 10px 16px
    }

    .catalog-grid-item {
        width: 33.3%
    }

    .more-btn {
        height: 60px
    }

    .header-menu-first>li.active span.witharrow::before {
        background-image: url(../icons/arrow-down-blue.svg)
    }

    .clear-news-filter-btn {
        font-size: 14px;
        line-height: 20px
    }

    .news-page-item:not(:last-child) {
        margin-bottom: 80px
    }

    .news-page-name h2 {
        font-size: 24px;
        line-height: 42px
    }

    .pBotttom {
        padding-bottom: 135px
    }

    .news-filter-list {
        margin-left: -5px;
        margin-right: -5px
    }

    .news-filter-list button {
        font-size: 14px;
        line-height: 21px;
        padding: 5px 16px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 14px
    }

    .news-page-grid {
        margin-top: 40px
    }

    .arrow-gray .slick-arrow {
        top: -40px;
        width: 14px;
        height: 22px
    }

    .news-slider-init.arrow-gray .slick-arrow {
        top: -58px
    }

    .catalog-menu-slider {
        padding-top: 40px
    }

    .news-slider-init .slick-arrow.slick-prev {
        right: 50px
    }

    .vacancy-img-block {
        flex: 0 0 325px
    }

    .vacancy-head {
        padding: 15px 10px
    }

    .vacancy-body-title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
        margin-top: 15px
    }

    .vacancy-block.vacancy-empty-block {
        margin-top: 25px
    }

    .vacancy-empty-text {
        font-size: 18px;
        line-height: 28px
    }

    .vacancy-empty-img {
        margin-top: 40px
    }

    .news-article-wrap {
        padding-right: 50px
    }

    .news-article-other {
        flex: 0 0 280px
    }

    .news-other-title {
        font-size: 20px;
        line-height: 24px
    }

    .news-other-grid .main-news-img {
        height: 170px
    }

    .news-other-item:not(:last-child) {
        margin-bottom: 30px
    }

    .news-other-grid .main-news-desc {
        padding: 15px;
        height: 110px
    }

    .news-other-grid .main-news-text {
        font-size: 14px;
        line-height: 21px;
        max-height: 44px
    }

    .dealer-info-img-wrap {
        padding-top: 77%
    }

    .dealer-info-desc {
        font-size: 16px;
        line-height: 22px
    }

    .company-block {
        margin-top: 110px
    }

    .dealer-info {
        margin-top: 40px
    }

    .company-banner-img-wrap {
        padding-top: 38%
    }

    .company-banner-title h2 {
        font-size: 46px;
        line-height: 58px
    }

    .company-banner-desc {
        width: 700px;
        padding: 50px;
        font-size: 16px;
        line-height: 31px;
        max-height: 245px
    }

    .company-info {
        margin-top: 50px
    }

    .company-info-desc-item {
        width: 355px
    }

    .company-info-desc-item:nth-child(even) {
        margin-left: 35px
    }

    .company-info-desc-item:nth-child(odd) {
        margin-right: 35px
    }

    .slider-link-name {
        min-height: 155px;
        font-size: 16px;
        line-height: 22px
    }

    .slider-link-picture-wrap {
        padding-top: 83%
    }

    .cooperation-item {
        padding: 0 10px
    }

    .cooperation-icon {
        width: 80px;
        height: 57px
    }

    .cooperation-name {
        font-size: 16px;
        line-height: 23px
    }

    .cooperation-info {
        max-width: 700px;
        font-size: 16px;
        line-height: 26px
    }

    .error-wrap {
        padding-top: 60px
    }

    .error-logo {
        width: 220px
    }

    .error-title {
        font-size: 146px;
        line-height: 114px
    }

    .page-text-block {
        max-width: 100%
    }

    .page-title-h2 h2 {
        font-size: 22px;
        line-height: 32px
    }

    .title-caption.left {
        font-size: 16px;
        line-height: 20px
    }

    .shop-content {
        flex: 0 0 340px
    }

    .main-video-link {
        bottom: 44px
    }

    .search-right-block {
        display: none
    }

    .search-left-block {
        flex: auto;
        width: 100%
    }

    .calc-result-block {
        flex: 0 0 535px
    }

    .help-block-desc {
        margin-bottom: 25px
    }

    .help-block-img {
        width: 300px
    }

    .close-help-block-calc {
        margin-top: 40px
    }

    .calc-result-preview {
        padding: 0 40px;
        font-size: 16px;
        line-height: 26px
    }

    .calc-result-preview::after {
        width: 190px;
        height: 165px;
        right: 40px
    }

    .result-value {
        font-size: 28px;
        line-height: 22px
    }

    .calc-block {
        max-width: 100%
    }

    .page-content-title,.page-title-h2 {
        text-align: left
    }

    .slider-link-wrap {
        padding-top: 40px
    }

    .color-view-img {
        max-width: 74px
    }

    .palette-preview-name,.palette-preview-number {
        font-size: 18px;
        line-height: 24px
    }

    .palette-share-icon {
        width: 18px;
        height: 24px
    }

    .selected-colors-title {
        font-size: 24px;
        line-height: 42px
    }

    .close-palette-preview button {
        width: 18px;
        height: 18px
    }

    .calc-result-no {
        padding: 0 40px;
        font-size: 16px;
        line-height: 26px
    }

    .calc-result-no p:nth-child(2) {
        font-size: 14px;
        line-height: 24px
    }

    .catalog-menu {
        max-height: 188px
    }

    .news-slider-content {
        width: 33.3%
    }

    .slider-link {
        max-height: 240px
    }

    .sliderImg-item {
        width: 33.3%
    }
}

@media screen and (min-width: 1024px) {
    .drop {
        display:inline-block;
        vertical-align: top;
        width: 16.66%;
        float: left;
    }

    .drop img {
        width: 130px;
        margin: 0;
        display: inline-block;
    }

    .drop_caption {
        display: inline-block;
        vertical-align: top;
        width: 80%
    }

    .drop2 {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        float: left;
    }

    .drop2 img {
        width: 130px;
        margin: 0;
        display: inline-block;
    }

    .drop2_caption {
        display: inline-block;
        vertical-align: top;
        width: 63%
    }

    .left-block-img {
        display: inline-block;
        vertical-align: top;
        width: 29.66%;
        float: left;
        padding-top: 30px;
    }

    .left-block-img img {
        max-width: 270px;
        margin: 0 0 25px 0;
    }

    .left-block-img-caption {
        display: inline-block;
        vertical-align: top;
        width: 69%;
        padding-left: 25px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        width:700px
    }

    .header-logo {
        width: 190px
    }
    .footer-logo {
        width: 190px
    }
    .header-tel-wrap {
        display: none
    }

    .header-city-select {
        width: auto;
        flex: 1 1 auto;
        margin-right: 20px
    }

    .company-banner-title h2 {
        font-size: 46px;
        line-height: 58px
    }

    .header-burger {
        order: 2
    }

    .header-search {
        margin-right: 0
    }

    .header-content {
        padding-left: 0;
        flex: 0 0 19px;
        order: 1
    }

    .header-city-selected {
        opacity: 1
    }

    .header-city-wrap {
        margin-top: 15px
    }

    .section-main-video {
        height: 640px
    }

    .main-video-desc {
        left: 0;
        right: 0;
        margin: auto;
        transform: translate(0,-50%);
        padding: 0 30px
    }

    .main-video-title h1 {
        font-size: 50px;
        line-height: 66px
    }

    .main-video-title .title-caption {
        font-size: 27px;
        line-height: 34px;
        margin-top: 3px
    }

    .main-video-link {
        margin-top: 30px
    }

    .btn-white {
        font-size: 14px
    }

    .main-video-social {
        right: calc(50% - 350px);
        bottom: 40px
    }

    .section-choose {
        height: 665px
    }

    .f_35 {
        font-size: 20px;
        line-height: 27px
    }

    .title-caption {
        margin-top: 12px;
        font-size: 16px;
        line-height: 26px;
        max-width: 500px
    }

    .choose-color-content {
        max-width: 500px;
        padding-top: 60px
    }

    .choose-color-list {
        margin-top: 30px
    }

    .all-link .blue-link {
        font-size: 14px;
        line-height: 17px
    }

    .main-news-text {
        font-size: 14px;
        line-height: 21px;
        max-height: 84px
    }

    .main-news-desc {
        height: 156px
    }

    .main-news-img {
        height: 348px
    }

    .main-news {
        padding-bottom: 45px
    }

    #map {
        height: 450px
    }

    .footer-menu-three,.footer-social {
        width: 280px
    }

    .footer-menu-list {
        font-size: 14px;
        line-height: 19px
    }

    .pTop {
        padding-top: 84px
    }

    .breadcrumbs-content {
        padding: 20px 0
    }

    .catalog-menu-name {
        padding: 15px 20px
    }

    .catalog-menu-item {
        width: 50%
    }

    .catalog-info {
        font-size: 14px;
    }

    .catalog-grid-name {
        font-size: 16px;
        line-height: 26px
    }

    .catalog-grid-content {
        padding-bottom: 40px
    }

    .catalog-grid-img {
        width: 160px;
        height: 160px
    }

    .catalog-grid-link .blue-link {
        height: 40px;
        font-size: 14px;
        border-radius: 20px;
        line-height: 38px
    }

    .catalog-grid-item {
        margin-bottom: 80px
    }

    .more-btn {
        height: 50px;
        font-size: 14px;
        line-height: 20px
    }

    .catalog-grid-desc {
        font-size: 13px;
        line-height: 22px;
        max-height: 88px
    }

    .header-menu {
        width: 400px
    }

    .header-menu .header-tel-wrap {
        display: block;
        margin-top: 60px;
        text-align: right;
        border-top: 1px solid #d5d6d7;
        padding-top: 30px
    }

    .header-tel a {
        color: #444c57
    }

    .news-slider-content .main-news-text {
        max-height: 63px
    }

    .news-page-name h2 {
        font-size: 18px;
        line-height: 34px
    }

    .news-page-name {
        margin-bottom: 20px;
        padding-right: 75px
    }

    .arrow-gray .slick-arrow {
        top: -30px;
        width: 10px;
        height: 19px
    }

    .catalog-menu-slider {
        padding-top: 30px
    }

    .news-filter-list button:hover {
        background: rgba(255,255,255,0);
        color: #444c57;
        border-color: #444c57
    }

    .news-filter-list button.active {
        background: #2059ae;
        color: #fff;
        border-color: #2059ae
    }

    .vacancy-content {
        padding-right: 0;
        flex: auto;
        width: 100%
    }

    .vacancy-img-block {
        flex: auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 40px
    }

    .vacancy-img-item {
        width: 49%
    }

    .vacancy-img-item:not(:last-child) {
        margin-bottom: 0
    }

    .vacancy-body-title {
        font-size: 18px;
        line-height: 28px
    }

    .vacancy-block {
        flex-direction: column
    }

    .vacancy-empty-text {
        font-size: 16px;
        line-height: 26px
    }

    .vacancy-empty-img {
        margin-top: 30px
    }

    .vacancy-empty-img .vacancy-img-block {
        flex-wrap: wrap;
        margin-top: 0
    }

    .vacancy-empty-img .vacancy-img-item {
        width: 50%;
        margin-bottom: 30px
    }

    .vacancy-empty-img .vacancy-img-item:not(:last-child) {
        margin-bottom: 30px
    }

    .news-article-block {
        flex-direction: column;
        margin-top: 20px
    }

    .news-article-wrap {
        flex: auto;
        width: 100%;
        padding-right: 0
    }

    .news-article-date {
        font-size: 14px;
        line-height: 23px;
        margin-top: 20px
    }

    .news-article-content {
        margin-top: 20px
    }

    .news-article-share {
        margin-top: 25px
    }

    .news-share-title {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .news-article-other {
        flex: auto;
        width: 100%;
        margin-top: 70px
    }

    .news-other-grid {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px
    }

    .news-other-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px
    }

    .news-other-item:not(:last-child) {
        margin-bottom: 30px
    }

    .news-other-grid .main-news-img {
        height: 280px
    }

    .news-other-grid .main-news-desc {
        height: 125px
    }

    .news-other-grid .main-news-text {
        font-size: 14px;
        line-height: 21px;
        max-height: 63px
    }

    .dealer-info-item {
        width: 50%;
        margin-bottom: 30px
    }

    .company-banner-title {
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .company-banner-desc {
        position: relative
    }

    .company-banner-content {
        padding-bottom: 0
    }

    .company-info {
        margin-top: 70px
    }

    .company-slider {
        margin-top: 45px
    }

    .slider-link-wrap {
        padding-top: 30px
    }

    .cooperation-block {
        margin-top: 90px
    }

    .cooperation-item {
        margin-bottom: 40px;
        width: 50%
    }

    .cooperation-info {
        margin-top: 20px
    }

    .dealer-map {
        margin-top: 100px
    }

    .company-block {
        margin-top: 100px
    }

    .error-img {
        background-position: left
    }

    .error-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2
    }

    .error-content {
        text-align: center;
        margin-top: 110px
    }

    .error-text {
        max-width: 250px
    }

    .page-title-h2 h2 {
        font-size: 18px;
        line-height: 28px
    }

    .title-caption.left {
        font-size: 14px;
        line-height: 20px
    }

    .page-sliderImg-content {
        padding-top: 45px
    }

    .sliderImg-link {
        height: 340px
    }

    .page-title-h2 {
        margin-bottom: 20px
    }

    .gallery-item {
        width: 50%
    }

    .gallery-more {
        margin-top: 40px
    }

    .shop-tabs-list li:not(:last-child) {
        margin-right: 18px
    }

    .shop-tabs-list li {
        font-size: 14px;
        line-height: 19px
    }

    .shop-wrap {
        margin-top: 30px
    }

    .shop-tabs-content {
        padding-top: 30px
    }

    .shop-content {
        flex: 0 0 305px
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px;
        font-size: 14px
    }

    .select2-container .select2-selection--single {
        height: 35px
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        font-size: 14px;
        line-height: 19px;
        height: 35px
    }

    .select2-results__option {
        font-size: 14px;
        line-height: 19px
    }

    .city-subway {
        font-size: 13px;
        line-height: 16px
    }

    .subway-icon {
        width: 15px;
        height: 14px
    }

    .city-address {
        font-size: 13px;
        line-height: 20px
    }

    .city-time {
        font-size: 13px;
        line-height: 19px
    }

    .city-tel a {
        font-size: 13px;
        line-height: 15px
    }

    .shop-city-name {
        font-size: 16px;
        line-height: 20px
    }

    .shop-city-part:not(:last-child) {
        margin-bottom: 20px
    }

    .main-video-link {
        bottom: 34px
    }

    .search-result-item {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .search-result-name {
        font-size: 16px;
        line-height: 20px
    }

    .search-result-text {
        font-size: 14px;
        line-height: 28px;
        max-height: 85px
    }

    .pagination-block {
        margin-top: 40px
    }

    .pagination-list li {
        padding: 0 8px;
        font-size: 12px;
        line-height: 19px
    }

    .pagination-link {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 19px
    }

    .search-wrap {
        margin-top: 30px
    }

    .not-result-link {
        font-size: 14px;
        line-height: 26px
    }

    .calc-result-block {
        flex: 0 0 335px
    }

    .calc-content-block {
        padding-right: 60px
    }

    .calc-result-wrap {
        margin-bottom: 20px;
        height: 365px
    }

    .calc-result-preview {
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .calc-result-preview::after {
        order: 0;
        width: 160px;
        height: 160px;
        right: 0;
        position: relative;
        margin: 0;
        margin-bottom: 35px
    }

    .calc-result-preview>* {
        order: 1
    }

    .calc-result-info {
        font-size: 13px;
        line-height: 24px
    }

    .calc-result-info p:first-of-type {
        font-size: 15px;
        line-height: 21px
    }

    .calc-title {
        font-size: 16px;
        line-height: 22px
    }

    .calc-tabs-list li {
        width: 110px;
        height: 40px;
        font-size: 14px;
        line-height: 24px
    }

    .calc-tabs-list li:not(:last-child) {
        margin-right: 15px
    }

    .calc-tabs-item {
        margin-top: 40px
    }

    .calc-form-paint {
        max-width: 275px
    }

    .calc-paint-title {
        margin-bottom: 15px
    }

    .calc-paint-name {
        font-size: 16px;
        line-height: 22px
    }

    .calc-form-label label {
        font-size: 13px;
        line-height: 20px
    }

    .calc-form-input input {
        width: 95px;
        height: 40px;
        font-size: 14px;
        line-height: 24px
    }

    .calc-form-input span {
        font-size: 14px;
        line-height: 24px
    }

    .calc-paint-caption {
        font-size: 12px;
        line-height: 16px
    }

    .extra-info-title {
        font-size: 13px;
        line-height: 18px
    }

    .extra-info-desc {
        flex-direction: column;
        align-items: flex-start
    }

    .extra-info-item:not(:last-child) {
        margin-right: 0
    }

    .extra-info-item {
        font-size: 14px;
        line-height: 23px
    }

    .calc-form-btn {
        margin-top: 35px
    }

    .calc-result-content {
        flex-direction: column;
        justify-content: center
    }

    .calc-result-item {
        width: 100%;
        height: 50%
    }

    .calc-result-content::before {
        width: calc(100% - 40px);
        height: 1px
    }

    .help-block-link a {
        font-size: 13px;
        line-height: 18px
    }

    .help-block-title {
        font-size: 15px;
        line-height: 22px
    }

    .help-block-desc {
        font-size: 13px;
        line-height: 24px
    }

    .help-block-content {
        margin-top: 40px
    }

    .help-block-img {
        width: 250px
    }

    .calc-form-btn button {
        width: 235px;
        height: 40px;
        font-size: 15px
    }

    .news-slider-init.arrow-gray .slick-arrow {
        top: -46px
    }

    .color-type-list li:not(:last-child) {
        margin-right: 20px
    }

    .color-type-list li {
        font-size: 14px;
        line-height: 19px
    }

    .color-view-name {
        max-width: 91px
    }

    .color-view-img {
        max-width: 91px
    }

    .palette-preview-name,.palette-preview-number {
        font-size: 16px;
        line-height: 20px
    }

    .color-block {
        margin-top: 30px
    }

    .palette-preview {
        height: 274px
    }

    .selected-colors-title {
        font-size: 18px;
        line-height: 34px
    }

    .catalog-menu {
        max-height: 220px
    }

    .news-slider-content {
        width: 50%
    }

    .slider-link {
        max-height: 280px
    }

    .slider-link-item {
        width: 50%
    }

    .sliderImg-item {
        width: 50%
    }

    .page-sliderImg-init {
        max-height: 340px
    }
}

@media screen and (max-width: 767px) {
    .container {
        width:536px
    }

    .header-block {
        padding: 15px 0
    }

    .header-logo {
        width: 160px
    }
    .footer-logo {
        width: 160px
    }
    .burger {
        width: 25px;
        height: 18px
    }

    .burger span::before {
        top: -7px
    }

    .burger span::after {
        bottom: -7px
    }

    .header-burger {
        margin-left: 15px
    }

    #header-search-btn {
        width: 18px;
        height: 18px
    }

    .section-main-video {
        height: 320px
    }

    .main-video-title h1 {
        font-size: 30px;
        line-height: 36px
    }

    .main-video-title .title-caption {
        font-size: 22px;
        line-height: 29px
    }

    .btn-white {
        font-size: 12px;
        line-height: 33px;
        height: 35px
    }

    .social-list-link {
        width: 22px;
        height: 22px
    }

    .social-list li:not(:first-child) {
        margin-left: 8px
    }

    .main-video-social {
        right: calc(50% - 273px);
        bottom: 30px
    }

    .section-choose {
        height: 588px
    }

    .choose-color-img,.color-img-default {
        background-position: bottom
    }

    .choose-color-content {
        max-width: 430px;
        padding-top: 30px
    }

    .f_35 {
        font-size: 17px;
        line-height: 23px
    }

    .title-caption {
        font-size: 14px;
        line-height: 24px;
        max-width: 430px
    }

    .choose-color-list {
        margin-top: 20px
    }

    .choose-color-link {
        width: 35px;
        height: 36px
    }

    .choose-color-name {
        font-size: 12px;
        line-height: 19px
    }

    .main-news {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .all-link .blue-link {
        font-size: 12px;
        line-height: 15px
    }

    .main-news-img {
        height: 250px
    }

    .main-news-desc {
        height: 143px
    }

    .main-news-text {
        font-size: 12px;
        line-height: 18px;
        max-height: 72px
    }

    .main-news-grid {
        margin-top: 15px
    }

    #map {
        height: 320px
    }

    .footer-logo-block {
        flex-direction: column
    }

    .footer-social {
        width: 100%;
        margin-top: 20px
    }

    .footer-social>p {
        display: none
    }

    .footer-menu-block {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .footer-menu-item {
        width: 50%
    }

    .footer-menu-item.footer-menu-three {
        width: 100%;
        max-width: 100%;
        margin-top: 40px
    }

    .footer-copy {
        font-size: 12px;
        line-height: 17px
    }

    .footer-made {
        width: 85px
    }

    .search-block {
        padding: 30px 0
    }

    .search-form-result {
        padding-top: 20px
    }

    .search-find-list a {
        font-size: 14px;
        line-height: 28px
    }

    .catalog-menu-name {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 26px;
        min-height: 70px
    }

    .catalog-content {
        padding-top: 20px
    }

    .catalog-info {
        font-size: 12px;
    }

    .catalog-grid {
        margin-top: 50px;
        margin-left: -10px;
        margin-right: -10px
    }

    .catalog-grid-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 50px
    }

    .catalog-grid-img {
        width: 130px;
        height: 130px;
        margin-bottom: 20px
    }

    .catalog-grid-name {
        font-size: 14px;
        line-height: 24px
    }

    .catalog-grid-desc {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 20px;
        max-height: 63px
    }

    .catalog-grid-link .blue-link {
        height: 35px;
        font-size: 12px;
        line-height: 33px;
        padding: 0 15px
    }

    .pTop {
        padding-top: 70px
    }

    .catalog-grid-content {
        padding-bottom: 35px
    }

    .header-city-list-title {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 5px
    }

    .close-header-city-list.close-icon {
        right: 8px;
        top: 8px
    }

    .header-city-wrap {
        padding: 15px
    }

    .main-video-social {
        display: none
    }

    .menu-social {
        display: none !important;
    }

    .menu-social .social-list .social-list-link {
        display: none !important;
    }

    .header-menu .header-tel-wrap .social-list {
        display: flex;
        justify-content: flex-end;
        margin-top: 20px
    }

    .header-menu .header-tel-wrap .social-list .social-list-link {
        width: 36px;
        height: 36px
    }

    .header-menu .header-tel-wrap .social-list .social-list-link.vk {
        background-image: url(../icons/vk-dark.svg)
    }

    .header-menu .header-tel-wrap .social-list .social-list-link.Telegram {
        background-image: url(../icons/telegram-dark.svg)
    }

    .header-menu .header-tel-wrap .social-list .social-list-link.youtube {
        background-image: url(../icons/youtube-dark.svg)
    }

    .header-menu .header-tel-wrap .social-list .social-list-link.inst {
        background-image: url(../icons/inst-dark.svg)
    }

    .header-menu .header-tel-wrap .social-list .social-list-link.odnok {
        background-image: url(../icons/odnok-dark.svg)
    }

    .header-menu .header-tel-wrap .social-list .social-list-link.facebook {
        background-image: url(../icons/facebook-dark.svg)
    }

    .news-slider-content .main-news-img {
        height: 250px
    }

    .news-slider-content .main-news-desc {
        height: 125px
    }

    .news-slider-content .main-news-text {
        font-size: 12px;
        line-height: 18px;
        max-height: 54px
    }

    .news-page-name h2 {
        font-size: 17px;
        line-height: 23px
    }

    .clear-news-filter-btn::after {
        width: 9px;
        height: 9px
    }

    .clear-news-filter-btn {
        font-size: 12px;
        line-height: 16px
    }

    .news-filter-list button {
        font-size: 12px;
        line-height: 19px;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 10px
    }

    .news-page-item:not(:last-child) {
        margin-bottom: 50px
    }

    .pBotttom {
        padding-bottom: 100px
    }

    .news-filter-list {
        margin-left: -3px;
        margin-right: -3px
    }

    .header-logo img {
        display: none
    }

    .header-logo img.mobile {
        display: block
    }

    .footer-logo img {
        display: none
    }

    .footer-logo img.mobile {
        display: block
    }

    .vacancy-head {
        font-size: 14px;
        line-height: 28px;
        padding: 13px 10px
    }

    .vacancy-body-title {
        font-size: 16px;
        line-height: 26px
    }

    .text-block {
        font-size: 14px;
    }

    .text-block ul li {
        padding-left: 14px
    }

    .text-block ul li::before {
        top: 14px;
        width: 5px;
        height: 5px
    }

    .vacancy-empty-text {
        font-size: 15px;
        line-height: 25px
    }

    .news-other-grid .main-news-img {
        height: 240px
    }

    .news-other-grid .main-news-text {
        font-size: 12px;
        line-height: 18px;
        max-height: 54px
    }

    .dealer-info {
        margin-top: 25px
    }

    .dealer-info-desc {
        padding: 10px 15px;
        min-height: 100px;
        width: calc(100% - 20px)
    }

    .company-block {
        margin-top: 70px
    }

    .company-banner-title h2 {
        font-size: 40px;
        line-height: 46px
    }

    .company-banner-img-wrap {
        padding-top: 45%
    }

    .company-banner-desc {
        width: 100%;
        padding: 30px;
        font-size: 14px;
        line-height: 29px;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    .company-info-desc {
        margin-top: 10px;
        flex-direction: column
    }

    .company-info-desc-item:nth-child(odd) {
        margin-right: 0
    }

    .company-info-desc-item {
        width: 100%
    }

    .company-info-desc-item:nth-child(even) {
        margin-left: 0
    }

    .company-info-caption {
        font-size: 14px;
        line-height: 24px
    }

    .slider-link-name {
        min-height: 100px;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 15px
    }

    .slider-link-name span {
        height: 20px
    }

    .cooperation-icon {
        width: 60px;
        height: 46px;
        margin-bottom: 15px
    }

    .cooperation-name {
        font-size: 14px;
        line-height: 21px
    }

    .cooperation-item {
        margin-bottom: 35px
    }

    .cooperation-grid {
        margin-top: 35px
    }

    .cooperation-info {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px
    }

    .dealer-map {
        margin-top: 60px
    }

    .dealer-map .main-map {
        margin-top: 20px
    }

    .main-news-item {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .catalog-menu-item {
        padding: 0 10px
    }

    .news-other-item {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .news-other-item:not(:last-child) {
        margin-bottom: 20px
    }

    .dealer-info-item {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .dealer-info {
        margin-left: -10px;
        margin-right: -10px
    }

    .vacancy-empty-img .vacancy-img-item {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .vacancy-empty-img .vacancy-img-item:not(:last-child) {
        margin-bottom: 20px
    }

    .vacancy-empty-img {
        margin-left: -10px;
        margin-right: -10px
    }

    .error-wrap {
        padding-top: 50px
    }

    .error-logo {
        display: none
    }

    .error-content {
        margin-top: 0
    }

    .error-title {
        font-size: 70px;
        line-height: 54px
    }

    .error-caption {
        font-size: 16px;
        line-height: 23px
    }

    .error-text {
        font-size: 14px;
        line-height: 23px
    }

    .error-link {
        margin-top: 30px
    }

    .error-link .btn-white {
        min-width: 145px
    }

    .page-title-h2 h2 {
        font-size: 16px;
        line-height: 20px
    }

    .padding {
        padding-bottom: 70px
    }

    .sliderImg-link {
        height: 270px
    }

    .page-gallery-grid,.page-sliderImg-content,.slider-link-wrap {
        margin-left: -10px;
        margin-right: -10px
    }

    .gallery-item,.slider-link-item,.sliderImg-item {
        padding: 0 10px
    }

    .gallery-item {
        margin-bottom: 20px
    }

    .main-video-block {
        display: none
    }

    .main-video-block video {
        display: none
    }

    .main-video-block.video-mobile {
        display: block;
        background: no-repeat center
    }

    .main-video-block.video-mobile video {
        display: none
    }

    .choose-color-decktop {
        display: none
    }

    .choose-color-mobile {
        display: block
    }

    .shop-tabs-list::after {
        display: none
    }

    .shop-tabs-list li:not(:last-child) {
        margin-right: 0
    }

    .shop-tabs-list li {
        width: 50%
    }

    .shop-map-wrap {
        display: none
    }

    .shop-content {
        flex: auto;
        width: 100%;
        padding-right: 0
    }

    .shop-city-item.active {
        background: rgba(255,255,255,0)
    }

    .shop-city-item:not(:last-child) {
        border-bottom: 1px solid rgba(116,118,120,.3)
    }

    .shop-city-grid-scroll {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    .select2-container--default .select2-results>.select2-results__options {
        max-height: 210px
    }

    .shop-city-part:not(:last-child) {
        margin-bottom: 30px
    }

    .shop-city-item,.shop-city-name {
        padding-left: 0;
        padding-right: 0
    }

    .shop-map-mobile {
        display: block;
        margin-top: 15px
    }

    .show-map {
        font-size: 14px;
        line-height: 17px;
        color: #2059ae
    }

    .show-map span {
        display: inline-block;
        border-bottom: 1px solid #2059ae
    }

    .map-mobile-wrap {
        width: 100%;
        height: 400px;
        display: none;
        margin-top: 20px;
        background: #f6f6f6
    }

    .map-mobile-wrap.show {
        display: block
    }

    .shop-city-item:not(:last-child) {
        margin-bottom: 20px
    }

    .shop-city-item {
        padding-bottom: 30px
    }

    .shop-city-grid {
        margin-top: 25px
    }

    .search-result-count {
        padding-left: 0
    }

    .calc-block {
        flex-direction: column
    }

    .calc-content-block {
        flex: auto;
        width: 100%;
        padding-right: 0
    }

    .calc-result-block {
        flex: auto;
        width: 100%;
        margin-top: 50px
    }

    .calc-paint-name,.calc-title {
        font-size: 15px;
        line-height: 21px
    }

    .calc-form-paint {
        max-width: 300px
    }

    .calc-title {
        margin-bottom: 15px
    }

    .catalog-menu {
        margin-left: -10px;
        margin-right: -10px
    }

    .news-slider-init.arrow-gray .slick-arrow {
        top: -40px
    }

    .news-slider-content {
        padding: 0 10px
    }

    .news-slider-wrap {
        margin-left: -10px;
        margin-right: -10px
    }

    .palette-preview {
        height: 234px
    }

    .selected-colors-title {
        font-size: 17px;
        line-height: 23px
    }

    .palette-arrow {
        width: 30px;
        height: 30px;
        background-size: 7px
    }

    .palette-arrow.palette-left {
        left: -5px
    }

    .palette-arrow.palette-right {
        right: -5px
    }

    .palette-preview-block {
        padding: 25px 0
    }

    .palette-preview {
        padding-left: 40px;
        padding-right: 40px
    }

    .close-palette-preview {
        right: 40px;
        top: 54px
    }

    .palette-preview-share {
        left: 40px
    }

    .catalog-menu {
        max-height: 170px
    }

    .news-slider-init {
        max-height: 375px
    }

    .slider-link {
        max-height: 215px
    }

    .page-sliderImg-init {
        max-height: 270px
    }
}

@media screen and (max-width: 575px) {
    .container {
        width:100%;
        padding: 0 20px
    }

    .header-logo {
        width: 150px
    }
	    .footer-logo {
        width: 150px
    }

    #header-search-btn {
        width: 16px;
        height: 16px
    }

    .burger span::after {
        bottom: -6px
    }

    .burger span::before {
        top: -6px
    }

    .burger {
        width: 23px;
        height: 16px
    }

    .header-burger {
        margin-left: 13px
    }

    #header-search-btn {
        width: 16px;
        height: 16px
    }

    .section-main-video {
        height: 480px
    }

    .main-video-title h1 {
        font-size: 28px;
        line-height: 30px
    }

    .main-video-title .title-caption {
        font-size: 20px;
        line-height: 26px
    }

    .main-video-link {
        margin-top: 20px
    }

    .main-video-social {
        display: none
    }

    .section-choose {
        height: 480px
    }

    .f_35 {
        font-size: 16px;
        line-height: 22px
    }

    .choose-color-content {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .choose-color-item {
        padding: 0 8px
    }

    .choose-color-link {
        width: 30px;
        height: 31px
    }

    .choose-color-name {
        font-size: 11px;
        line-height: 17px
    }

    .main-news-item {
        width: 100%
    }

    .main-news-item {
        margin-bottom: 30px
    }

    .main-news-img {
        height: auto;
        max-height: 240px
    }

    .main-news-img-wrap {
        height: 0;
        padding-top: 65%
    }

    .main-news-desc {
        height: 128px;
        padding: 10px 15px
    }

    #map {
        height: 440px
    }

    .footer-top {
        padding-top: 30px
    }

    .footer-menu-list li:not(:last-child) {
        margin-bottom: 8px
    }

    .footer-menu-list {
        font-size: 12px;
        line-height: 18px
    }

    .footer-bottom .footer-wrap {
        flex-direction: column;
        align-items: flex-start
    }

    .footer-copy a {
        display: block
    }

    .footer-made {
        width: 70px;
        margin-top: 20px
    }

    .title-caption {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%
    }

    .choose-color-item.active .choose-color-link img {
        transform: scale(1.3,1.3)
    }

    .search-form-icon {
        width: 12px;
        height: 12px
    }

    .search-form-input {
        height: 30px;
        padding: 0 20px
    }

    .search-find-list a {
        font-size: 12px;
        line-height: 26px
    }

    .search-form-result {
        padding-left: 20px
    }

    .breadcrumbs-content {
        padding-top: 10px
    }

    .breadcrumbs-list {
        font-size: 10px;
        line-height: 14px
    }

    .catalog-menu-item {
        width: 100%
    }

    .catalog-menu-img {
        padding-top: 65%
    }

    .catalog-grid {
        margin-top: 40px
    }

    .catalog-grid-item {
        margin-bottom: 25px;
        width: 100%
    }

    .catalog-grid-desc {
        margin-bottom: 10px;
    }

    .more-btn {
        height: 40px;
        font-size: 12px;
        line-height: 40px
    }

    .catalog-grid-content {
        padding-bottom: 35px;
        height: auto
    }

    .catalog-grid-link {
        position: relative
    }

    .header-content {
        order: 1;
        flex: 1 1 auto
    }

    .header-burger {
        order: 2
    }

    .header-city-select {
        width: 100%;
        order: 2;
        margin-right: 0;
        text-align: left;
        margin-top: 6px
    }

    .header-city-wrap {
        margin-top: 5px;
        right: auto;
        left: 0;
        width: 100%
    }

    .header-city-list {
        flex-direction: column;
        flex-wrap: nowrap
    }

    .header-city-list li {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .header-city-list li:nth-child(odd) {
        padding-right: 0
    }

    .header-city-list li:nth-child(even) {
        padding-left: 0
    }

    .header-menu {
        width: 280px;
        padding: 20px
    }

    .header-menu-first {
        margin-top: 25px
    }

    .header-tel a {
        font-size: 1em;
        line-height: 1.3em
    }

    .header-menu .header-tel-wrap {
        margin-top: 40px;
        padding-top: 20px
    }

    .header-menu .header-tel-wrap .social-list li:not(:first-child) {
        margin-left: 12px
    }

    .pTop {
        padding-top: 93px
    }

    .header-block.header-bg .header-city-wrap::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin-right: -5000px;
        margin-left: -5000px;
        padding-right: 5000px;
        padding-left: 5000px;
        background: #f6f6f6
    }

    .header-block.header-bg .header-city-list-title {
        position: relative
    }

    .header-block.header-bg .header-city-list {
        position: relative
    }

    .header-block.header-bg .header-city-wrap {
        padding: 15px 0
    }

    .header-block.header-bg .close-header-city-list.close-icon {
        right: 0
    }

    .close-header-city-list {
        z-index: 2
    }

    .news-slider-content .main-news-img {
        height: auto;
        max-height: 210px
    }

    .news-slider-content .main-news-desc {
        height: 110px;
        padding: 10px 15px
    }

    .news-page-name h2 {
        font-size: 16px;
        line-height: 22px
    }

    .news-filter {
        display: flex;
        flex-direction: column
    }

    .clear-news-filter {
        margin-top: 5px;
        order: 1;
        text-align: left
    }

    .news-filter-list button {
        font-size: 11px;
        line-height: 18px;
        padding: 3px 13px
    }

    .news-slider-init .slick-arrow.slick-prev {
        right: 40px
    }

    .news-page-name {
        padding-right: 45px
    }

    .pBotttom {
        padding-bottom: 70px
    }

    .vacancy-body-title {
        font-size: 15px;
        line-height: 25px
    }

    .text-block {
        font-size: 13px;
    }

    .text-block ul li::before {
        top: 12px
    }

    .text-block img {
        margin: 30px auto
    }

    .text-block .img-block-right {
        margin: 10px auto;
        vertical-align: top;
        max-width: 400px;
        float: none;
        text-align: center;
    }

    .text-block .img-block-right {
        margin: 10px auto;
        vertical-align: top;
        max-width: 400px;
        float: none;
        text-align: center;
    }

    .vacancy-mail {
        margin-top: 25px;
        font-size: 14px;
        line-height: 22px
    }

    .vacancy-img-item:not(:last-child) {
        margin-bottom: 20px
    }

    .vacancy-img-block {
        flex-direction: column
    }

    .vacancy-img-item {
        width: 100%
    }

    .vacancy-empty-text {
        font-size: 14px;
        line-height: 23px
    }

    .vacancy-block.vacancy-empty-block {
        margin-top: 15px
    }

    .vacancy-empty-img {
        margin-top: 25px
    }

    .vacancy-empty-img .vacancy-img-item {
        width: 100%
    }

    .news-article-date {
        font-size: 12px;
        line-height: 21px
    }

    .news-article-content {
        margin-top: 10px
    }

    .news-share-title {
        font-size: 14px;
        line-height: 21px
    }

    .news-article-share .social-list-link {
        width: 25px;
        height: 25px
    }

    .news-article-other {
        margin-top: 40px
    }

    .news-other-title {
        font-size: 16px;
        line-height: 22px
    }

    .news-other-item {
        width: 100%
    }

    .news-other-grid .main-news-img {
        height: auto
    }

    .news-other-grid .main-news-desc {
        height: 110px;
        padding: 10px 15px
    }

    .breadcrumbs-list li:last-of-type {
        max-width: 145px
    }

    .section-dealer .center {
        text-align: left
    }

    .dealer-info-item {
        width: 100%
    }

    .company-banner-title {
        padding: 0 10px
    }

    .company-banner-title h2 {
        font-size: 20px;
        line-height: 30px
    }

    .company-banner-desc {
        padding: 20px;
        font-size: 12px;
        line-height: 25px;
        text-align: left
    }

    .company-info {
        margin-top: 50px
    }

    .company-info-caption {
        font-size: 12px;
        line-height: 22px;
        text-align: left
    }

    .company-slider {
        margin-top: 27px
    }

    .slider-link-name {
        min-height: 140px;
        font-size: 16px;
        line-height: 22px;
        padding: 15px
    }

    .cooperation-block {
        margin-top: 60px
    }

    .cooperation-grid {
        margin-top: 30px
    }

    .cooperation-item {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        padding: 0;
        width: 100%
    }

    .cooperation-icon {
        height: 36px;
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 45px;
        margin-bottom: 0
    }

    .cooperation-name {
        text-align: left;
        flex: 1 1 auto;
        padding-left: 15px
    }

    .cooperation-info {
        font-size: 12px;
        line-height: 22px;
        text-align: left
    }

    .dealer-info-img-wrap {
        padding-top: 60%
    }

    .company-banner-img-wrap {
        padding-top: 60%
    }

    .error-wrap {
        padding-top: 60px
    }

    .error-img {
        background-position: center
    }

    .page-content-title {
        margin-bottom: 20px
    }

    .page-sliderImg-content {
        padding-top: 40px
    }

    .gallery-item {
        width: 100%
    }

    .gallery-more {
        margin-top: 20px
    }

    #page-video {
        padding-top: 70%
    }

    .sliderImg-link {
        height: 350px
    }

    .shop-wrap {
        margin-top: 20px
    }

    .shop-tabs-list li {
        width: 100%
    }

    .shop-tabs-list li:not(:last-child) {
        margin-bottom: 5px
    }

    .select2-container--default .select2-results>.select2-results__options {
        max-height: 280px
    }

    .search-wrap {
        margin-top: 20px
    }

    .search-page-input {
        padding: 0 25px;
        height: 30px
    }

    .search-page-icon {
        width: 12px;
        height: 12px
    }

    .search-result-count {
        margin-top: 15px;
        padding-left: 0;
        font-size: 12px;
        line-height: 17px
    }

    .search-content {
        margin-top: 20px
    }

    .search-result-item {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .search-result-name {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px
    }

    .search-result-text {
        font-size: 13px;
        line-height: 26px;
        max-height: 102px
    }

    .pagination-block {
        margin-top: 20px
    }

    .pagination-arrow {
        width: 15px;
        height: 15px;
        background-size: 5px 15px
    }

    .pagination-link {
        width: 30px;
        height: 30px;
        font-size: 10px;
        line-height: 16px
    }

    .pagination-list li {
        padding: 0 6px
    }

    .not-result-link {
        font-size: 13px;
        line-height: 22px
    }

    .calc-result-wrap {
        height: 295px;
        max-width: 300px
    }

    .calc-result-preview {
        padding: 0 20px;
        font-size: 14px;
        line-height: 24px
    }

    .calc-result-preview::after {
        width: 130px;
        height: 130px;
        margin-bottom: 15px
    }

    .calc-result-name {
        font-size: 12px;
        line-height: 17px
    }

    .result-value {
        font-size: 24px;
        line-height: 18px
    }

    .result-unit {
        font-size: 14px;
        line-height: 21px
    }

    .show-map {
        font-size: 13px;
        line-height: 16px
    }

    .color-block {
        margin-top: 20px
    }

    .color-type-list li:not(:last-child) {
        margin-right: 15px
    }

    .color-view-img,.color-view-name {
        max-width: 100%
    }

    .color-view-list li {
        width: 33.3%
    }

    .color-view-name {
        font-size: 11px;
        line-height: 15px
    }

    .palette-preview {
        height: 185px;
        padding: 20px 25px
    }

    .palette-preview-name,.palette-preview-number {
        font-size: 14px;
        line-height: 16px
    }

    .palette-share-icon {
        width: 14px;
        height: 20px
    }

    .selected-colors-title {
        font-size: 16px;
        line-height: 22px
    }

    .palette-arrow.palette-left {
        left: -10px
    }

    .palette-arrow.palette-right {
        right: -10px
    }

    .palette-preview-share {
        left: 25px;
        bottom: 20px
    }

    .close-palette-preview {
        right: 25px;
        top: 44px
    }

    .close-palette-preview button {
        width: 15px;
        height: 15px
    }

    .catalog-menu {
        max-height: 310px
    }

    .news-slider-init {
        max-height: 320px
    }

    .news-slider-content {
        width: 100%
    }

    .slider-link {
        max-height: 365px
    }

    .slider-link-item {
        width: 100%
    }

    .page-sliderImg-init {
        max-height: 350px
    }

    .sliderImg-item {
        width: 100%
    }
}

.page-gallery-block {
    padding-top: 40px;
}

.block {
    display: inline-block;
    margin: 0;
    background: white;
    border-top: 4px solid #C8D0C9;
    color: #3A3C55;
    padding: 30px 0px 30px 90px;
    position: relative;
}

.block:before {
    content: "\201C";
    font-family: serif;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #3d3b3b;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 1.35;
    text-align: center;
}

.block p {
    margin: 0 0 16px;
    line-height: 30px;
}

.block cite {
    font: italic 0.9em;
}

.catalog-grid-link {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0
}

.catalog-grid-link .terracote-link {
    height: 46px;
    padding: 0 25px;
    text-align: center;
    color: #cf563e;
    font-size: 18px;
    border: 1px solid #cf563e;
    border-radius: 30px;
    line-height: 44px
}

.catalog-grid-link .terracote-link:hover {
    background: #cf563e;
    color: #fff
}

.terracote-link {
    font-size: 14px;
    line-height: 19px;
    color: #cf563e;
    display: inline-block;
    transition: all .2s ease-in-out
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active,a:focus,a:visited {
    outline: 0;
    text-decoration: none
}

body,html {
    overflow-x: hidden;
    width: 100%
}

ul {
    list-style: none
}

button {
    border: none;
    box-shadow: none;
    outline: 0
}

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

body {
    min-height: 100%;
    line-height: 1
}

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

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

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

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 0
}

ol,p,ul {
    margin-bottom: 0
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Light.ttf) format("truetype");
    src: url(../fonts/OpenSans-Light.eot?) format("eot");
    src: url(../fonts/OpenSans-Light.woff) format("woff");
    font-weight: 300
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
    src: url(../fonts/OpenSans-Regular.eot?) format("eot");
    src: url(../fonts/OpenSans-Regular.woff) format("woff");
    font-weight: 400
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
    src: url(../fonts/OpenSans-SemiBold.eot?) format("eot");
    src: url(../fonts/OpenSans-SemiBold.woff) format("woff");
    font-weight: 600
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
    src: url(../fonts/OpenSans-Bold.eot?) format("eot");
    src: url(../fonts/OpenSans-Bold.woff) format("woff");
    font-weight: 700
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-ExtraBold.ttf) format("truetype");
    src: url(../fonts/OpenSans-ExtraBold.eot?) format("eot");
    src: url(../fonts/OpenSans-ExtraBold.woff) format("woff");
    font-weight: 800
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    color: #b5b6b7;
    font-size: 16px;
    font-family: OpenSans,sans-serif
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    color: #b5b6b7;
    font-size: 16px;
    font-family: OpenSans,sans-serif
}

input:-moz-placeholder,textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    color: #b5b6b7;
    font-size: 16px;
    font-family: OpenSans,sans-serif
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    color: #b5b6b7;
    font-size: 16px;
    font-family: OpenSans,sans-serif
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input:focus:-moz-placeholder,textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0
}

body::after {
    display: none;
    content: url(../icons/arrow-down-blue.svg) url(../icons/arrow-right-gray-big_h.svg) url(../icons/arrow-right-gray.svg)
}

body {
    font-family: OpenSans,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444c57;
    position: relative;
    -webkit-overflow-scrolling: touch
}

.wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.all-content {
    flex: 1 0 auto
}

footer {
    flex: 0 0 auto
}

header {
    flex: 0 0 auto;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

.header-block {
    padding: 30px 0;
}

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

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.header-logo {
    width: 200px;
    position: relative;
    z-index: 2
}
.footer-logo {
    width: 175px;
	position: relative;
    z-index: 2
    }
.header-logo a,.header-logo img {
    display: block;
    width: 100%
}
.footer-logo a,.footer-logo img {
    display: block;
    width: 100%
}
.header-content {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 148px
}

.header-tel a {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.3em;
    color: #1A3B58
}

.header-city-selected {
    font-size: 16px;
    line-height: 22px;
    color: #1A3B58;
    text-align: right;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    opacity: .6;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.header-city-selected::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 5px;
    background: url(../icons/arrow-down-white.svg) no-repeat center;
    background-size: contain;
    margin-left: 7px;
    transition: all .2s ease-in-out
}

.header-city-selected.active {
    opacity: 1
}

.header-city-selected.active::after {
    transform: rotate(-180deg)
}

.header-city-selected:hover {
    opacity: 1
}

.header-city-select {
    position: relative;
    text-align: right;
    width: 100%
}

.header-city-wrap {
    position: absolute;
    right: 0;
    top: 100%;
    width: 380px;
    background: #f6f6f6;
    opacity: .9;
    padding: 35px 50px;
    margin-top: 30px;
    text-align: left;
    display: none
}

.header-city-wrap.show {
    display: block
}

.header-city-list {
    display: flex;
    flex-wrap: wrap
}

.header-city-list li {
    width: 50%;
    padding: 1px 3px
}

.header-city-list li:nth-child(odd) {
    padding-right: 15px
}

.header-city-list li:nth-child(even) {
    padding-left: 15px
}

.header-city-list a {
    font-size: 12px;
    line-height: 16px;
    color: #444c57
}

.header-city-list a.active {
    font-weight: 700
}

.header-city-list-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px
}

.close-header-city-list.close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px
}

.close-header-city-list.close-icon::after,.close-header-city-list.close-icon::before {
    background: #444c57
}

section {
    position: relative
}

.section-main-video {
    position: relative;
    height: 760px
}

.main-video-block {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: no-repeat center;
    background-size: cover
}

.main-video-block video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-video-block::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.15);
    z-index: 1
}

.main-video-desc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2
}

.main-video-title h1 {
    font-size: 72px;
    line-height: 88px;
    color: #fff;
    font-weight: 400
}

.main-video-title .title-caption {
    font-weight: 300;
    font-size: 48px;
    line-height: 58px;
    color: #fff
}

.main-video-link {
    position: absolute;
    left: 50%;
    bottom: 70px;
    z-index: 2;
    margin: auto;
    transform: translateX(-50%)
}

.btn-white {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0 25px;
    text-align: center;
    height: 46px;
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    cursor: pointer
}

.main-video-social {
    position: absolute;
    right: calc(50% - 760px);
    bottom: 75px;
    z-index: 2
}

.social-list {
    display: flex;
    align-items: center
}

.social-list li:not(:first-child) {
    margin-left: 16px
}

.social-list-link {
    display: block;
    width: 32px;
    height: 32px;
    background: no-repeat center;
    background-size: contain;
    opacity: .6;
    transition: all .2s ease-in-out
}

.social-list-link.vk {
    background-image: url(../icons/vk.svg)
}

.social-list-link.vk.white {
    background-image: url(../icons/vk-white.svg)
}

.social-list-link.tg {
    background-image: url(../icons/telegram.svg)
}

.social-list-link.tg.white {
    background-image: url(../icons/tg-white.svg)
}

.social-list-link.Telegram {
    background-image: url(../icons/telegram.svg)
}

.social-list-link.youtube {
    background-image: url(../icons/youtube.svg)
}

.social-list-link.inst {
    background-image: url(../icons/inst.svg)
}

.social-list-link.odnok {
    background-image: url(../icons/odnok.svg)
}

.social-list-link.facebook {
    background-image: url(../icons/facebook.svg)
}

.social-list-link.Pinterest {
    background-image: url(../icons/Pinterest_white.svg)
}

.social-list-link:hover {
    opacity: 1
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* Ð·Ð°Ð´Ð°Ñ‘Ñ‚ Ð²Ñ‹ÑÐ¾Ñ‚Ñƒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° Ð´Ð»Ñ 16:9 (ÐµÑÐ»Ð¸ 4:3 â€” Ð¿Ð¾ÑÑ‚Ð°Ð²ÑŒÑ‚Ðµ 75%) */
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

#cleversite_widget_app svg {
    width: revert;
    height: revert;
}

.column {
    vertical-align: top;
    -webkit-columns: 250px 3;
    -moz-columns: 250px 3;
    columns: 250px 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
}

.column ul {
    vertical-align: top;
}

.footer-top {
    padding-top: 65px;
    padding-bottom: 50px;
    background: #72393f
}

.footer-bottom {
    padding: 10px 0;
    background: #72393f
}

.footer-copy {
    font-size: 14px;
    line-height: 19px;
    color: #fff
}

.footer-copy a {
    color: #fff
}

.footer-wrap {
    display: flex;
    justify-content: space-between
}

.footer-logo-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 200px
}

.footer-menu-block {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    padding-left: 250px
}

.footer-menu-list {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff
}

.footer-menu-list a {
    color: #fff
}

.footer-menu-list a:hover {
    text-decoration: underline;
}

.footer-menu-list li:not(:last-child) {
    margin-bottom: 16px
}

.footer-menu-three {
    max-width: 285px
}

.footer-social>p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .02em;
    color: #fff;
    opacity: .6;
    margin-bottom: 15px
}

.section-choose {
    height: 966px;
    position: relative;
    overflow: hidden
}

.choose-color-img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.choose-color-img {
    background: no-repeat center;
    background-size: cover;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s linear;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.choose-color-img.hidden {
    opacity: 0
}

.color-img-default {
    background: no-repeat center;
    background-size: cover;
    transition: all .3s linear;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.choose-color-content {
    position: relative;
    z-index: 2;
    padding-top: 65px;
    max-width: 653px;
    margin: auto
}

.center {
    text-align: center
}

h2 {
    font-family: OpenSans,sans-serif
}

.f_35 {
    font-size: 35px;
    line-height: 48px;
    font-weight: 600
}

.white {
    color: #fff
}

.choose-color-title .title-caption,.choose-color-title h2 {
    transition: all .3s linear
}

.title-caption {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    max-width: 653px;
    margin-left: auto;
    margin-right: auto
}

.choose-color-list {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.choose-color-item {
    padding: 0 16px;
    position: relative
}

.choose-color-link {
    display: block;
    width: 54px;
    height: 53px;
    margin: 0 auto;
    position: relative
}

.choose-color-link img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out
}

.choose-color-link:hover img {
    transform: scale(1.38,1.38)
}

.choose-color-name {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    position: absolute;
    left: -25px;
    right: -25px;
    margin: 0 auto;
    top: calc(100% + 15px);
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear
}

.color-bg-dark .choose-color-name {
    color: #fff
}

.color-bg-light .choose-color-name {
    color: #444c57
}

.choose-color-item.active .choose-color-link img {
    transform: scale(1.38,1.38)
}

.choose-color-item.active .choose-color-name {
    opacity: 1;
    visibility: visible
}

.section-choose.light .title-caption,.section-choose.light h2 {
    color: #444c57
}

.main-news {
    padding-top: 66px;
    padding-bottom: 58px
}

.gray {
    color: #444c57
}

.bg-gray {
    background: #FCF7F1;
}

.main-news-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px
}

.main-news-item {
    width: 30%;
    padding: 0 15px;
    margin-bottom: 30px
}

.main-news-item:nth-child(4) {
    display: none
}

.main-news-img {
    width: 100%;
    height: 492px;
    overflow: hidden;
    position: relative
}

.main-news-img-wrap {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover
}

.main-news-desc {
    height: 194px;
    background: #F6E6D9;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom-right-radius: 110px;
}

.main-news-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden
}

.main-news-info {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
}

.main-news-date {
    font-size: 14px;
    line-height: 19px
}

.blue-link {
    font-size: 14px;
    line-height: 19px;
    color: #2059ae;
    display: inline-block;
    transition: all .2s ease-in-out
}

.main-news-title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.all-link .blue-link {
    font-size: 18px;
    line-height: 22px
}

#map {
    width: 100%;
    height: 645px
}

.balloon-content {
    max-width: 360px;
    padding: 30px 0 30px 18px;
    font-family: OpenSans,sans-serif
}

.balloon-address {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .02em;
    color: #444c57;
    margin-bottom: 20px
}

.balloon-subway {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px
}

.balloon-subway span {
    display: inline-block;
    vertical-align: middle
}

.balloon-tel {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px
}

.balloon-tel a {
    color: #444c57
}

.balloon-time {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 40px
}

.balloon-all-shop a {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #2059ae
}

.icon-subway {
    width: 19px;
    height: 14px;
    margin-right: 7px
}

.layout-bg {
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,.1);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    display: none
}

.search-block {
    position: absolute;
    background: #fff;
    padding: 50px 0 60px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none
}

.search-form-content {
    display: flex;
    align-items: center
}

.close-search-block {
    flex: 0 0 17px
}

.close-icon {
    position: relative;
    width: 17px;
    height: 17px;
    cursor: pointer
}

.close-icon::after,.close-icon::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #b5b6b7
}

.close-icon::before {
    transform: rotate(45deg)
}

.close-icon::after {
    transform: rotate(-45deg)
}

.search-form-row {
    flex: 1 1 auto;
    padding-right: 30px;
    position: relative
}

.search-form-input {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #b5b6b7;
    font-size: 16px;
    line-height: 18px;
    color: #444c57;
    font-family: OpenSans,sans-serif;
    background: #fff;
    padding: 0 35px
}

.search-form-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 17px;
    background: url(../icons/search-dark.svg) no-repeat center;
    background-size: contain
}

.search-form-result {
    padding-top: 30px;
    padding-left: 35px;
    display: none
}

.search-form-result.result-show {
    display: block
}

.search-find-list a {
    font-size: 16px;
    line-height: 30px;
    color: #d5d6d7
}

.search-find-list a span {
    color: #444c57
}

#header-search-btn {
    width: 19px;
    height: 19px;
    background: rgba(255,255,255,0) url(../icons/search.svg) no-repeat center;
    background-size: contain;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transition: all .2s ease-in-out
}

#header-search-btn:hover {
    opacity: .6
}

.header-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-search {
    margin-right: 30px
}

.header-city-content {
    display: inline-block
}

.footer-made {
    width: 103px
}

.footer-made a,.footer-made img {
    display: block;
    width: 100%
}

.footer-bottom .footer-wrap {
    align-items: center
}

.header-burger {
    display: none
}

.header-block.header-bg {
    padding-top: 25px;
    padding-bottom: 17px;
    background: #f6f6f6;
    box-shadow: 0 2px 5px rgba(116,118,120,.15)
}

.header-block.header-bg .header-city-selected::after {
    background-image: url(../icons/arrow-down-gray.svg)
}

.header-block.header-bg #header-search-btn {
    background-image: url(../icons/search-dark.svg)
}

.header-block.header-bg .header-city-wrap {
    opacity: 1
}

.header-block.header-bg .header-city-list a.active {
    color: #2059ae
}

.header-block.header-bg .header-city-selected,.header-block.header-bg .header-menu-first,.header-block.header-bg .header-menu-first span>a,.header-block.header-bg .header-tel a {
    color: #444c57
}

.header-block.header-bg .header-menu-first span::after {
    background: #444c57
}

.header-block.header-bg .header-menu-second-list,.header-block.header-bg .header-menu-second-list>li>a {
    color: #444c57
}

.header-block.header-bg .header-menu-second-list>li>a.active,.header-block.header-bg .header-menu-second-list>li>a:hover {
    color: #2059ae;
    opacity: 1
}

.header-block.header-bg .header-menu-first>li.active span {
    color: #2059ae
}

.header-block.header-bg .header-menu-first>li.active span::after {
    opacity: 1;
    background: #2059ae
}

.header-block.header-bg .header-menu-second::before {
    background: #f6f6f6
}

.header-block.header-bg .header-menu-first>li.show span::after {
    opacity: 0
}

.header-block.header-bg .header-menu-first>li.show span {
    color: #2059ae
}

.header-block.header-bg .header-menu-first>li.show span>a {
    color: #2059ae
}

.pTop {
    padding-top: 59px
}

.breadcrumbs-content {
    padding: 30px 0
}

.breadcrumbs-list {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .04em;
    color: #2059ae;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.breadcrumbs-list a {
    color: #444c57;
    transition: all .2s ease-in-out
}

.breadcrumbs-list a:hover {
    opacity: .6
}

.breadcrumbs-list li:not(:last-child) {
    padding-right: 12px;
    margin-right: 9px;
    position: relative
}

.breadcrumbs-list li:not(:last-child)::before {
    content: '/';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    line-height: 16px;
    color: #444c57
}

.breadcrumbs-list li:last-of-type {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 220px;
    overflow: hidden
}

.catalog-menu {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
    max-height: 310px;
    overflow: hidden
}

.catalog-menu-slider {
    margin-top: 75px
}

.catalog-menu-item {
    width: 33.3%;
    padding: 0 15px;
    display: inline-block
}

.catalog-menu-link {
    display: block;
    width: 100%;
    position: relative;
    max-height: 310px;
    overflow: hidden;
    cursor: pointer;
    border: 4px solid rgba(255,255,255,0)
}

.catalog-menu-link.active {
    border: 4px solid #2059ae
}

.catalog-menu-img {
    width: 100%;
    padding-top: 64%;
    background: no-repeat center;
    background-size: cover
}

.catalog-menu-name {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    display: flex;
    min-height: 120px;
    align-items: flex-end;
    font-weight: 600;
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    background: linear-gradient(180deg,rgba(68,76,87,0) 0,#444c57 100%);
    padding: 16px 25px
}

.catalog-menu-name sup {
    font-size: 14px
}

.catalog-content {
    margin-top: 20px;
    border-top: 1px solid #747678;
    padding-top: 30px
}

.catalog-info {
    font-size: 16px;
}

.catalog-info-title h2 {
    font-weight: 600;
    font-size: 1.6em;
    padding: 0.8em 0 0.5em 0;
}

.catalog-info-desc h3 {
    font-weight: 600;
    font-size: 1.3em;
    padding: 1em 0 0.6em 0;
}

.catalog-info-desc {
    line-height: 1.9
}

.catalog-info-desc a {
    color: #2059ae
}

.catalog-grid {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.catalog-grid-item {
    padding: 0 15px;
    margin-bottom: 140px;
    width: 25%
}

.catalog-grid-content {
    text-align: center;
    position: relative;
    padding: 0 10px 50px;
    height: 100%
}

.catalog-grid-img {
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto 40px;
    position: relative
}

.catalog-grid-img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.catalog-grid-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px
}

.catalog-grid-desc {
    font-size: 16px;
    line-height: 25px;
    color: #747678;
    margin-bottom: 25px;
    max-height: 75px;
    overflow: hidden
}

.catalog-grid-link {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0
}

.catalog-grid-link .blue-link {
    height: 46px;
    padding: 0 25px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #2059ae;
    border-radius: 30px;
    line-height: 44px
}

.catalog-grid-link .blue-link:hover {
    background: #2059ae;
    color: #fff
}

.more-btn {
    display: block;
    width: 100%;
    height: 80px;
    text-align: center;
    border-top: 1px solid #747678;
    border-bottom: 1px solid #747678;
    font-size: 16px;
    line-height: 22px;
    color: #747678;
    cursor: pointer;
    text-transform: uppercase;
    background: rgba(255,255,255,0);
    transition: all .2s ease-in-out
}

.more-btn:hover {
    opacity: .6
}

.header-menu-first {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: #1A3B58;
    flex-wrap: wrap
}

.header-menu-first span {
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
    display: inline-block;
    z-index: 2
}

.header-menu-first span::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    background: #1A3B58;
    opacity: 0;
    height: 1px;
    transition: all .2s ease-in-out
}

.header-menu-first span>a {
    color: #1A3B58
}

.header-menu-first>li {
    position: relative
}

.header-menu-first>li:not(:last-child) {
    margin-right: 46px
}

.header-menu-second {
    position: absolute;
    left: 0;
    width: auto;
    top: 100%;
    padding-top: 20px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    transition: all .2s ease-in-out
}

.header-menu-second::before {
    content: '';
    display: block;
    margin-left: -5000px;
    margin-right: -5000px;
    padding-left: 5000px;
    padding-right: 5000px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(255,255,255,0)
}

.header-menu-first>li.show .header-menu-second {
    opacity: 1;
    visibility: visible
}

.header-menu-first>li.show span::after {
    opacity: 1
}

.header-menu-second-list {
    z-index: 5;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #1A3B58
}

.header-menu-second-list>li {
    padding: 10px 0
}

.header-menu-second-list>li>a {
    color: #1A3B58;
    transition: all .2s ease-in-out
}

.header-menu-second-list>li>a:hover {
    opacity: .7
}

.close-header-menu {
    display: none;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    margin-left: auto
}

.close-header-menu::after,.close-header-menu::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #444c57;
    border-radius: 1px
}

.close-header-menu::before {
    transform: rotate(45deg)
}

.close-header-menu::after {
    transform: rotate(-45deg)
}

.header-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity .3s ease-in-out;
    background: rgba(0,0,0,.2)
}

.header-overlay.menu_show {
    display: block;
    z-index: 5;
    opacity: 1
}

.header-block.header-bg .header-menu-first>li.active.show span::after {
    opacity: 1
}

.header-menu .header-tel-wrap {
    display: none
}

.header-menu .header-tel-wrap .social-list {
    display: none
}

.news-filter {
    margin-top: 6px
}

.clear-news-filter {
    text-align: right
}

.news-filter-list {
    margin-top: 15px;
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.news-filter-list button {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #444c57;
    padding: 10px 26px;
    border: 1px solid #444c57;
    border-radius: 30px;
    transition: all .2s ease-in-out;
    margin: 0 8px 16px;
    background: rgba(255,255,255,0);
    cursor: pointer
}

.news-filter-list button.active {
    background: #2059ae;
    color: #fff;
    border-color: #2059ae
}

.news-filter-list button:hover {
    background: #2059ae;
    color: #fff;
    border-color: #2059ae
}

.clear-news-filter-btn {
    display: inline-block;
    vertical-align: middle;
    background: rgba(255,255,255,0);
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .02em;
    color: #747678;
    transition: all .2s ease-in-out
}

.clear-news-filter-btn::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    background: url(../icons/close-gray.svg) no-repeat center;
    background-size: contain;
    margin-left: 9px
}

.clear-news-filter-btn:hover {
    opacity: .7
}

.news-page-grid {
    margin-top: 50px
}

.news-page-name {
    margin-bottom: 25px
}

.news-page-name h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 44px
}

.news-slider-wrap {
    margin-left: -15px;
    margin-right: -15px
}

.news-slider-content {
    width: 25%;
    padding: 0 15px;
    display: inline-block
}

.news-slider-content .main-news-img {
    height: 368px
}

.news-slider-content .main-news-desc {
    padding: 15px
}

.news-slider-content .main-news-text {
    font-size: 14px;
    line-height: 22px;
}

.pBotttom {
    padding-bottom: 70px
}

.arrow-gray .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff url(../icons/arrow-right-gray.svg) no-repeat center;
    background-size: 8px;
    box-shadow: 0 0 4px rgba(116,118,120,.51);
    font-size: 0;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.arrow-gray .slick-arrow.slick-prev {
    left: -52px;
    transform: rotate(180deg)
}

.arrow-gray .slick-arrow.slick-next {
    right: -52px
}

.arrow-gray .slick-arrow:hover {
    background-image: url(../icons/arrow-right-gray_h.svg);
    box-shadow: 0 0 4px rgba(116,118,120,.75)
}

.news-page-item:not(:last-child) {
    margin-bottom: 100px
}

.vacancy-block {
    display: flex
}

.vacancy-content {
    flex: 1 1 auto;
    padding-right: 60px
}

.vacancy-img-block {
    flex: 0 0 488px
}

.vacancy-img-item {
    position: relative;
    width: 100%;
    max-height: 294px;
    overflow: hidden
}

.vacancy-img-item:not(:last-child) {
    margin-bottom: 45px
}

.vacancy-img {
    background: no-repeat center;
    background-size: cover;
    width: 100%;
    padding-top: 61%
}

.vacancy-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    transition: all .2s ease-in-out
}

.vacancy-head span {
    display: block;
    width: 17px;
    height: 8px;
    background: url(../icons/arrow-down-gray.svg) no-repeat center;
    background-size: contain;
    transition: transform .2s ease-in-out
}

.vacancy-head:hover {
    color: #2059ae
}

.vacancy-head.active {
    color: #2059ae
}

.vacancy-head.active span {
    background-image: url(../icons/arrow-down-blue.svg);
    transform: rotate(-180deg)
}

.vacancy-item {
    border-top: 1px solid #747678
}

.vacancy-item:last-child {
    border-bottom: 1px solid #747678
}

.vacancy-block {
    margin-top: 45px
}

.vacancy-body {
    padding: 0 10px 30px;
    display: none
}

.vacancy-body-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #444c57;
    margin-bottom: 35px
}

.text-block {
    font-size: 16px;
    line-height: 1.6
}

.text-block p {
    margin-bottom: 1.25em
}

.text-block .img-text {
    margin-top: 7px;
    font-style: italic;
    font-size: 0.7em;
}

.text-block ul {
    padding-top: 8px;
    list-style: disc;
    padding-inline-start: 20px; margin-bottom: 20px
}

.text-block ul li {
    position: relative;
    padding: 2px 0 2px 18px
}

.text-block b,.text-block strong {
    font-weight: 600
}

.text-block img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 50px auto
}

.text-block h2 {
    font-weight: 600;
    font-size: 1.42em;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: 1.25em
}

.text-block h3 {
    font-weight: 600;
    font-size: 1.26em;
    line-height: 1.3;
    margin-top: 1.3em;
    margin-bottom: 1.25em
}

.text-block a {
    color: #2059ae
}

.vacancy-mail {
    margin-top: 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .03em
}

.text-block .img-block-right {
    margin-left: 25px;
    margin-top: 10px;
    vertical-align: top;
    max-width: 400px;
    float: right;
    text-align: center;
}

.text-block .img-block-right {
    margin-right: 25px;
    margin-top: 10px;
    vertical-align: top;
    max-width: 400px;
    float: left;
    text-align: center;
}

.vacancy-mail a {
    color: #2059ae
}

.header-logo img.mobile {
    display: none
}
.footer-logo img.mobile {
    display: none
}
.vacancy-block.vacancy-empty-block {
    margin-top: 35px;
    flex-direction: column
}

.vacancy-empty-text {
    font-size: 20px;
    line-height: 30px
}

.vacancy-empty-img {
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px
}

.vacancy-empty-img .vacancy-img-block {
    flex: auto;
    width: 100%;
    display: flex;
    align-items: flex-start
}

.vacancy-empty-img .vacancy-img-item {
    padding: 0 15px
}

.news-article-block {
    display: flex;
    align-items: flex-start
}

.news-article-other {
    flex: 0 0 512px
}

.news-article-wrap {
    flex: 1 1 auto;
    padding-right: 108px
}

.news-other-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 44px;
    margin-bottom: 30px
}

.news-other-grid .main-news-img {
    height: 324px
}

.news-other-grid .main-news-desc {
    height: 140px;
    background: #f6f6f6;
    padding: 25px 20px
}

.news-other-grid .main-news-text {
    font-size: 18px;
    line-height: 25px;
    max-height: 50px
}

.news-other-item:not(:last-child) {
    margin-bottom: 40px
}

.news-article-date {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #747678;
    margin-top: 16px
}

.news-article-content {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #747678
}

.news-article-share {
    margin-top: 40px
}

.news-article-share .social-list-link.vk {
    background-image: url(../icons/vk-dark.svg)
}

.news-article-share .social-list-link.tg {
    background-image: url(../icons/telegram-dark.svg)
}

.news-article-share .social-list-link.youtube {
    background-image: url(../icons/youtube-dark.svg)
}

.news-article-share .social-list-link.inst {
    background-image: url(../icons/inst-dark.svg)
}

.news-article-share .social-list-link.facebook {
    background-image: url(../icons/facebook-dark.svg)
}

.news-article-share .social-list-link {
    opacity: 1
}

.news-article-share .social-list-link:hover {
    opacity: .6
}

.news-share-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px
}

.header-block.header-bg .menu-social .social-list-link.vk {
    background-image: url(../icons/vk-red.svg)
}

.header-block.header-bg .menu-social .social-list-link.tg {
    background-image: url(../icons/telegram-red.svg)
}

.header-block.header-bg .menu-social .social-list-link.pn {
    background-image: url(../icons/Pinterest_red.svg)
}

.header-block.header-bg .menu-social .social-list-link {
    opacity: 1
}

.header-block.header-bg .menu-social .social-list-link:hover {
    opacity: .6
}

.header-block .menu-social {
    padding-right: 15px;
}

.dealer-info {
    margin-top: 65px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap
}

.dealer-info-item {
    padding: 0 15px;
    position: relative;
    width: 33.3%
}

.dealer-info-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 317px
}

.dealer-info-img-wrap {
    width: 100%;
    padding-top: 65%;
    background: no-repeat center;
    background-size: cover
}

.dealer-info-desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 162px;
    background: linear-gradient(180deg,rgba(68,76,87,0) 0,rgba(68,76,87,.35) 44.79%,#444c57 100%);
    display: flex;
    padding: 25px;
    align-items: flex-end;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    width: calc(100% - 30px);
    margin: auto
}

.dealer-block .title-caption {
    color: #747678
}

.company-block {
    margin-top: 180px
}

.cooperation-block {
    margin-top: 20px
}

.dealer-map {
    margin-top: 130px
}

.dealer-map .main-map {
    margin-top: 50px
}

.cooperation-grid {
    margin-top: 50px;
    max-width: 1264px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap
}

.cooperation-item {
    width: 25%;
    text-align: center;
    padding: 0 0px
}

.cooperation-icon {
    width: 102px;
    height: 77px;
    margin: 0 auto 25px;
    position: relative
}

.cooperation-icon img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.cooperation-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center
}

.cooperation-info {
    margin-top: 55px;
    text-align: center;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 28px;
    color: #747678
}

.cooperation-info a {
    color: #747678
}

.company-banner-content {
    width: 100%;
    position: relative;
    padding-bottom: 105px
}

.company-banner-img {
    position: relative;
    width: 100%;
    max-height: 478px;
    overflow: hidden
}

.company-banner-img::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(68,76,87,.5)
}

.company-banner-img-wrap {
    width: 100%;
    padding-top: 31.5%;
    background: no-repeat center;
    background-size: cover
}

.company-banner-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    text-align: center;
    z-index: 2;
    padding: 0 20px
}

.company-banner-title h2 {
    font-weight: 400;
    font-size: 62px;
    line-height: 69px;
    color: #fff
}

.company-banner-desc {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 794px;
    bottom: 0;
    background: #f6f6f6;
    padding: 58px 70px 70px;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    max-height: 260px;
    overflow: hidden
}

.company-info {
    margin-top: 70px
}

.company-info-desc {
    margin-top: 37px;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.company-info-desc-item {
    width: 437px;
    font-size: 16px;
    line-height: 26px
}

.company-info-desc-item:nth-child(odd) {
    margin-right: 63px
}

.company-info-desc-item:nth-child(even) {
    margin-left: 63px
}

.company-info-caption {
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #747678
}

.company-info-caption a {
    color: #2059ae;
    border-bottom: 1px solid #2059ae
}

.slider-link-wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px;
}

.slider-link-item {
    width: 33.3%;
    padding: 0 15px;
    display: inline-block
}

.slider-link-item a {
    display: block;
    width: 100%;
    height: 100%
}

.slider-link-picture {
    width: 100%;
    max-height: 365px;
    overflow: hidden;
    position: relative
}

.slider-link-picture-wrap {
    width: 100%;
    padding-top: 74%;
    background: no-repeat center;
    background-size: cover
}

.slider-link-name {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    min-height: 225px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px;
    background: linear-gradient(180deg,rgba(190,203,208,0) 0,rgba(68,76,87,.35) 70%,#444c57 100%)
}

.slider-link-name span {
    width: 16px;
    height: 37px;
    display: block;
    background: url(../icons/arrow-right-white.svg) no-repeat center;
    background-size: contain;
    margin-left: 20px
}

.company-slider {
    margin-top: 60px
}

.main-video-link .btn-white {
    opacity: .6;
    border-radius: 20px;
    padding: 0 20px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    transition: all .2s ease-in-out
}

.main-video-link .btn-white:hover {
    opacity: 1
}

.error-block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.error-block .container {
    position: relative
}

.error-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/error-bg.jpg) no-repeat center;
    background-size: cover
}

.error-img::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.4)
}

.error-wrap {
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
    max-width: 1390px;
    margin: 0 auto
}

.error-logo {
    width: 237px
}

.error-logo a,.error-logo img {
    display: block;
    width: 100%
}

.error-title {
    font-weight: 300;
    font-size: 207px;
    line-height: 163px;
    color: #fff;
    opacity: .6
}

.error-caption {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin-top: 25px
}

.error-text {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-top: 10px
}

.error-link {
    margin-top: 50px
}

.error-link .btn-white {
    min-width: 250px
}

.page-text-block {
    max-width: 100%;
    margin: auto
}

.padding {
    padding-bottom: 100px
}

.page-video-content {
    text-align: center;
}

#page-video {
    display: block;
    width: 70%;
    position: relative;
    padding-top: 43%;
    text-align: center;
    margin: 0 auto;
}

#page-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-title-h2 {
    margin-bottom: 10px;
    text-align: center
}

.page-title-h2 h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px
}

.page-content-title {
    margin-bottom: 25px;
    margin-top: 40px;
    text-align: center
}

.title-caption.left {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 30px;
    color: #747678;
    margin-top: 10px
}

.page-gallery-grid {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    justify-content: center
}

.gallery-item {
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px
}

.gallery-item-link {
    display: block;
    width: 100%;
    position: relative;
    max-height: 365px;
    overflow: hidden
}

.gallery-item-img {
    width: 100%;
    background: no-repeat center;
    background-size: cover;
    padding-top: 75.1%
}

.gallery-more {
    margin-top: 60px
}

.page-sliderImg-content {
    margin-left: -15px;
    margin-right: -15px
}

.sliderImg-item {
    padding: 0 15px;
    width: 25%;
    display: inline-block
}

.sliderImg-link {
    display: block;
    width: 100%;
    position: relative;
    height: 368px;
    overflow: hidden
}

.sliderImg-img {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover
}

.slick-track {
    margin-left: 0;
    margin-right: 0
}

.page-sliderImg-block .slick-track {
    margin-left: auto;
    margin-right: auto
}

.shop-wrap {
    margin-top: 40px
}

.shop-tabs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative
}

.shop-tabs-list::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(116,118,120,.3);
    width: 100%
}

.shop-tabs-list li {
    font-size: 18px;
    line-height: 28px;
    color: #444c57;
    display: block;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.shop-tabs-list li:not(:last-child) {
    margin-right: 35px
}

.shop-tabs-list li:hover {
    color: #2059ae
}

.shop-tabs-list li.active {
    color: #2059ae
}

.shop-tabs-list li.active span {
    border-bottom-color: #2059ae
}

.shop-tabs-list li span {
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0);
    transition: all .2s ease-in-out
}

.shop-item {
    display: none
}

.shop-item.active {
    display: block
}

.shop-map-wrap {
    flex: 1 1 auto;
    height: 655px
}

#shop-map {
    width: 100%;
    height: 100%
}

.shop-city-item {
    padding: 12px 20px 20px 15px;
    cursor: pointer
}

.shop-city-item.active {
    background: #f6f6f6
}

.shop-city-item:not(:last-child) {
    margin-bottom: 10px
}

.city-subway {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #444c57;
    margin-bottom: 6px
}

.city-subway span {
    display: inline-block;
    vertical-align: text-top
}

.subway-icon {
    width: 20px;
    height: 15px;
    margin-right: 5px
}

.subway-icon svg {
    display: block;
    width: 100%;
    height: 100%
}

.city-address {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .03em;
    color: #444c57;
    margin-bottom: 10px
}

.city-time {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #444c57;
    margin-bottom: 15px
}

.city-tel a {
    display: inline-block;
    padding: 3px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2059ae
}

.shop-city-grid-scroll {
    max-height: 583px;
    overflow: auto
}

.scrollbar-inner>.scroll-element.scroll-y {
    width: 4px;
    right: 0
}

.scrollbar-inner>.scroll-element .scroll-bar,.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-inner>.scroll-element .scroll-element_track {
    border-radius: 5px
}

.scrollbar-inner>.scroll-element .scroll-bar,.scrollbar-inner>.scroll-element .scroll-element_track {
    opacity: 1
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: #d5d6d7
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #444c57;
    opacity: .7
}

.select2-container .select2-selection--single {
    height: 53px;
    display: block;
    width: 100%
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d5d6d7;
    border-radius: 4px
}

.js-example-basic-single {
    display: block;
    width: 100%
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 50px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 53px;
    font-weight: 600;
    font-size: 18px;
    color: #747678
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    width: 15px;
    background: url(../icons/download.svg) no-repeat center;
    background-size: contain
}

.select2-dropdown {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 4px rgba(0,0,0,.13);
    margin-top: 5px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 522px;
    padding: 7px 0
}

.select2-results {
    padding-top: 10px
}

.select2-results__option {
    padding: 8px 15px;
    font-size: 18px;
    line-height: 28px;
    color: #747678
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f6f6f6;
    color: #2059ae
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2059ae;
    color: #fff
}

.shop-city-grid {
    margin-top: 20px
}

.balloon-shop .balloon-time {
    margin-bottom: 10px
}

.balloon-content a[href^=tel] {
    display: block
}

.balloon-content a {
    color: #444c57
}

.select2-search--dropdown {
    padding: 10px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 15px;
    font-size: 18px;
    line-height: 28px;
    color: #747678;
    font-family: OpenSans,sans-serif;
    background: rgba(246,246,246,.5);
    border: .5px solid rgba(68,76,87,.3);
    height: 45px
}

.shop-city-part:not(:last-child) {
    margin-bottom: 30px
}

.shop-city-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #444c57;
    margin-bottom: 10px;
    padding: 0 15px
}

.choose-color-mobile,.main-video-block.video-mobile {
    display: none
}

.shop-map-mobile {
    display: none
}

.search-wrap {
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start
}

.search-left-block {
    flex: 0 0 1000px
}

.search-right-block {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.search-right-img {
    width: 519px;
    height: 519px;
    background: url(../icons/search-page.svg) no-repeat center;
    background-size: contain;
    margin-left: 160px
}

.search-page-row {
    position: relative
}

.search-page-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 35px;
    border: none;
    border-bottom: 1px solid #b5b6b7;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #444c57;
    box-shadow: none;
    font-family: OpenSans,sans-serif
}

.search-page-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 17px;
    background: url(../icons/search-dark.svg) no-repeat center;
    background-size: contain
}

.search-result-count {
    margin-top: 20px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 19px;
    color: #747678
}

.search-content {
    margin-top: 15px
}

.search-result-item {
    padding: 35px 0 35px 35px
}

.search-result-item:not(:last-child) {
    border-bottom: 1px solid rgba(116,118,120,.3)
}

.search-result-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #444c57;
    margin-bottom: 12px
}

.search-result-name a {
    color: #444c57;
    transition: opacity .2s ease-in-out
}

.search-result-name a:hover {
    opacity: .6
}

span.blue-text {
    color: #2059ae
}

.search-result-text {
    font-size: 16px;
    line-height: 30px;
    color: #444c57;
    max-height: 90px;
    overflow: hidden
}

.search-result-color {
    height: 25px;
    width: 200px;
    margin: 10px 0
}

.pagination-block {
    margin-top: 60px
}

.pagination-block.center .pagination-list {
    justify-content: center
}

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

.pagination-list li {
    display: block;
    padding: 0 10px;
    font-size: 18px;
    line-height: 25px;
    color: #b5b6b7
}

.pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #b5b6b7;
    background: rgba(255,255,255,0);
    font-size: 18px;
    line-height: 25px;
    color: #b5b6b7;
    transition: opacity .2s ease-in-out
}

.pagination-link.active {
    background: #2059ae;
    color: #fff;
    cursor: default;
    border-color: #2059ae
}

.pagination-link.active:hover {
    opacity: 1
}

.pagination-link:hover {
    opacity: .6
}

.pagination-arrow {
    width: 20px;
    height: 20px;
    background: url(../icons/pagination-arrow.svg) no-repeat center;
    background-size: 7px 17px;
    display: block
}

.pagination-arrow.prev-arrow {
    transform: rotate(-180deg)
}

.pagination-arrow.disabled {
    background-image: url(../icons/pagination-arrow-disabled.svg)
}

.not-search .search-right-img {
    background-image: url(../icons/not-search.svg)
}

.not-result-link {
    font-size: 16px;
    line-height: 30px;
    color: #444c57
}

.not-result-link a {
    color: #2059ae;
    text-decoration: underline;
    transition: opacity .2s ease-in-out
}

.not-result-link a:hover {
    opacity: .6
}

.calc-block {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1133px
}

.calc-result-block {
    flex: 0 0 615px
}

.calc-content-block {
    flex: 1 1 auto;
    padding-right: 30px
}

.calc-result-info {
    font-size: 16px;
    line-height: 30px;
    color: #444c57
}

.calc-result-info p:first-of-type {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px
}

.calc-result-wrap {
    margin-bottom: 35px;
    background: #f6f6f6;
    border: 1px solid rgba(213,214,215,.5);
    height: 250px;
    width: 100%;
    position: relative
}

.calc-result-preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 60px;
    font-size: 18px;
    line-height: 28px;
    color: #747678
}

.calc-result-preview>* {
    position: relative;
    z-index: 2
}

.calc-result-preview::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 230px;
    height: 230px;
    background: url(../icons/paint.svg) no-repeat center;
    background-size: contain;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto
}

.calc-result-preview.hide {
    display: none
}

.calc-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #444c57;
    margin-bottom: 25px
}

.calc-tabs-list {
    display: flex;
    align-items: center
}

.calc-tabs-list li {
    border: 1px solid #2059ae;
    box-sizing: border-box;
    border-radius: 30px;
    width: 150px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    color: #2059ae;
    cursor: pointer;
    transition: opacity .2s ease-in-out
}

.calc-tabs-list li:hover {
    opacity: .6
}

.calc-tabs-list li.active {
    background: #2059ae;
    color: #fff;
    cursor: default
}

.calc-tabs-list li.active:hover {
    opacity: 1
}

.calc-tabs-list li:not(:last-child) {
    margin-right: 20px
}

.calc-tabs-item {
    display: none;
    margin-top: 70px
}

.calc-tabs-item.active {
    display: block
}

.calc-paint-row {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.calc-paint-cell {
    width: 50%;
    position: relative
}

.calc-paint-cell:nth-child(even) {
    padding-left: 12px
}

.calc-paint-cell:nth-child(odd) {
    padding-right: 12px
}

.calc-form-label {
    margin-bottom: 5px
}

.calc-form-label label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #444c57;
    opacity: .9
}

.calc-form-input {
    display: flex;
    align-items: center
}

.calc-form-input input {
    background: rgba(246,246,246,.5);
    border: .5px solid rgba(68,76,87,.3);
    display: block;
    padding: 0 20px;
    width: 128px;
    height: 54px;
    font-size: 18px;
    line-height: 28px;
    color: #444c57
}

.calc-form-input input.error {
    border-color: #ba0c2c
}

.calc-form-input span {
    font-size: 18px;
    line-height: 28px;
    color: #444c57;
    display: block;
    margin-left: 10px
}

.calc-form-btn {
    margin-top: 55px
}

.calc-form-btn button {
    width: 320px;
    height: 46px;
    font-size: 18px;
    line-height: 25px;
    color: #2059ae;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2059ae;
    border-radius: 30px;
    transition: all .2s ease-in-out;
    background: rgba(255,255,255,0);
    cursor: pointer
}

.calc-form-btn button:hover {
    background: #2059ae;
    color: #fff
}

.help-block-calc {
    margin-top: 10px
}

.help-block-link a {
    font-size: 14px;
    line-height: 19px;
    color: #747678
}

.help-block-content {
    margin-top: 55px;
    display: none
}

.help-block-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px
}

.help-block-desc {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px
}

.help-block-img {
    width: 363px
}

.help-block-img img {
    display: block;
    width: 100%
}

.close-help-block-calc {
    margin-top: 30px
}

.close-help-block-calc a {
    font-size: 12px;
    line-height: 17px;
    color: #747678
}

.calc-form-paint {
    max-width: 357px
}

.calc-paint-title {
    margin-bottom: 25px
}

.calc-paint-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px
}

.calc-paint-caption {
    font-size: 13px;
    line-height: 18px;
    color: #747678;
    margin-top: 6px
}

.calc-paint-part:not(:last-child) {
    margin-bottom: 60px
}

.extra-info-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px
}

.extra-info-desc {
    display: flex;
    align-items: center
}

.extra-info-item {
    font-size: 15px;
    line-height: 24px
}

.extra-info-item:not(:last-child) {
    margin-right: 20px
}

.extra-info-item span {
    color: #2059ae
}

.calc-extra-info {
    margin-top: 20px
}

.calc-result-content {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: none
}

.calc-result-content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    background: #d5d6d7;
    height: calc(100% - 40px)
}

.calc-result-content.show {
    display: flex
}

.calc-result-item {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    text-align: center
}

.calc-result-name {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px
}

.result-value {
    font-weight: 600;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 4px
}

.result-unit {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px
}

.calc-result-val-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -9px;
    margin-left: -9px
}

.calc-result-val-item {
    padding: 0 9px
}

.calc-result-gallon,.calc-result-quart {
    display: none
}

.help-block-form {
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
    position: absolute;
    left: 0;
    top: 100%;
    color: #ba0c2c;
    display: none
}

.shop-tabs-content {
    padding-top: 40px;
    display: flex
}

.shop-content {
    padding-right: 30px;
    flex: 0 0 520px
}

.color-block {
    margin-top: 40px
}

.color-type-list {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative
}

.color-type-list li {
    font-size: 18px;
    line-height: 28px;
    color: #444c57;
    display: block;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.color-type-list li span {
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0);
    transition: all .2s ease-in-out
}

.color-type-list li:not(:last-child) {
    margin-right: 35px
}

.color-type-list li.active {
    color: #2059ae
}

.color-type-list li.active span {
    border-bottom-color: #2059ae
}

.color-type-list li:hover {
    color: #2059ae
}

.color-type-item {
    display: none
}

.color-type-item.active {
    display: block
}

.color-view-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.color-view-list li {
    padding: 0 15px;
    display: block;
    cursor: pointer;
    margin-bottom: 30px
}

.color-view-img {
    display: block;
    width: 100%;
    max-width: 99px;
    margin: 0 auto 10px;
    transition: all .2s ease-in-out
}

.color-view-img img {
    display: block;
    width: 100%
}

.color-view-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #444c57;
    text-align: center;
    display: block;
    max-width: 99px;
    transition: all .2s ease-in-out
}

.color-view-list li.active {
    cursor: default
}

.color-view-list li.active .color-view-img {
    box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.color-view-list li.active .color-view-name {
    color: #2059ae
}

.color-view-list li:hover .color-view-img {
    box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.color-view-item {
    display: none
}

.color-view-item.active {
    display: block
}

.spectrum-block {
    margin-top: 30px;
    width: 100%;
    overflow-x: auto;
    font-size: 0;
    text-align: center;
    transition: all .3s linear;
    padding: 4px 0
}

.spectrum-container {
    position: relative;
    display: inline-block;
    margin: 5px 5px 11px;
    transition: transform .3s linear;
    transform-origin: 0 0 0
}

.spectrum-list {
    position: relative;
    z-index: 0;
    margin: 0;
    font-size: 0;
    white-space: nowrap
}

.spectrum-color {
    height: 7px;
    cursor: pointer
}

.spectrum-block.large .spectrum-color {
    width: 10px
}

.spectrum-block.small .spectrum-color {
    width: 54px
}

.spectrum-column {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.spectrum-selection {
    position: absolute;
    display: block;
    top: -4px;
    left: 0;
    bottom: -4px;
    z-index: 10;
    cursor: pointer;
    width: 80px
}

.spectrum-selection::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: -2px;
    bottom: 0;
    left: -2px;
    z-index: 10;
    border: 4px solid #747678
}

.color-view-content {
    padding-top: 10px
}

.selected-colors {
    width: 100%
}

.selected-colors p {
    margin-bottom: 25px;
}

.selected-colors-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 44px;
    margin-bottom: 20px
}

.selected-colors-palette {
    position: relative;
    width: 100%
}

.palette-rows {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap
}

.palette-item {
    margin: 0;
    padding: 0
}

.palette-line {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap
}

.palette-column {
    display: inline-block;
    border: 1px solid #fff
}

.palette-color {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 60px
}

.palette-color.active {
    box-shadow: -4px -4px 15px rgba(0,0,0,.1),4px 4px 15px rgba(0,0,0,.1);
    transform: scale(1.08)
}

.palette-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff url(../icons/arrow-right-gray.svg) no-repeat center;
    background-size: 8px;
    box-shadow: 0 0 4px rgba(116,118,120,.51);
    cursor: pointer;
    transition: all .2s ease-in-out;
    z-index: 10
}

.palette-arrow.palette-left {
    left: -52px;
    transform: rotate(180deg)
}

.palette-arrow.palette-right {
    right: -52px
}

.palette-arrow.disabled {
    opacity: .5;
    cursor: default
}

.palette-preview-block {
    padding: 35px 0;
    position: relative
}

.close-palette-preview {
    margin-bottom: 20px
}

.close-palette-preview button {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(../icons/close-gray.svg) no-repeat center;
    background-size: contain;
    margin-left: auto;
    display: block
}

.palette-preview {
    width: 100%;
    height: 364px;
    padding: 30px;
    position: relative
}

.palette-preview-name {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 7px;
    padding-right: 40px
}

.palette-preview-number {
    font-size: 25px;
    line-height: 30px
}

.palette-preview-block.dark .palette-preview-name,.palette-preview-block.dark .palette-preview-number {
    color: #444c57
}

.palette-preview-block.dark .palette-share-icon svg path {
    fill: #444c57
}

.palette-preview-block.light .palette-preview-name,.palette-preview-block.light .palette-preview-number {
    color: #fff
}

.palette-preview-block.light .palette-share-icon svg path {
    fill: #fff
}

.palette-preview-share {
    position: absolute;
    top: 30px;
    right: 30px
}

.palette-share-icon {
    width: 22px;
    height: 27px;
    background: url(../icons/share.svg) no-repeat center;
    background-size: contain;
    display: block;
    margin-left: auto
}

.palette-share-list {
    background: rgba(255,255,255,.6);
    margin-top: 15px;
    padding: 10px 15px;
    display: none
}

.palette-share-list .social-list-link {
    opacity: 1
}

.palette-share-list .social-list-link:hover {
    opacity: .6
}

.palette-share-list .social-list-link.vk {
    background-image: url(../icons/vk-dark2.svg)
}

.palette-share-list .social-list-link.youtube {
    background-image: url(../icons/youtube-dark2.svg)
}

.palette-share-list .social-list-link.inst {
    background-image: url(../icons/inst-dark2.svg)
}

.palette-share-list .social-list-link.facebook {
    background-image: url(../icons/facebook-dark2.svg)
}

.palette-share-list.show {
    display: block
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 0;
    height: 4px
}

.main-news-content {
    display: block;
    width: 100%;
    height: 100%;
    color: #444c57
}

.calc-result-no {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    font-size: 18px;
    line-height: 28px;
    flex-direction: column;
    justify-content: center;
    color: #444c57;
    display: none
}

.calc-result-no p:nth-child(2) {
    font-size: 15px;
    line-height: 28px
}

.calc-result-no.show {
    display: flex
}

.news-slider-init {
    max-height: 498px;
    overflow: hidden
}

.slider-link {
    max-height: 361px;
    overflow: hidden
}

.page-sliderImg-init {
    max-height: 368px;
    overflow: hidden
}

.drop, .drop2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.drop img, .drop2 img {
    width: 130px;
    margin: 0;
    display: inline-block;
}

.drop_caption, .drop2_caption {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.left-block-img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 30px;
}

.left-block-img img {
    width: auto;
    margin: 0 0 25px 0;
}

.left-block-img-caption {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 25px;
}

.color-block {
    background-color: #E8EFF9;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 40px;
    line-height: 1.5;
    font-size: 0.9em;
    vertical-align: top;
}

.color-block h2 {
    color: #001641;
    border-bottom: solid 2px #83abda;
    text-align: center;
    padding-bottom: 0.8em;
    margin-bottom: 0.5em;
    margin-top: 1em
}

.usefull {
    background: no-repeat 30px center url("/uploads/icons/icon_lightbulb.png") #E8EFF9;
    padding: 30px 10px 30px 150px;
    width: 100%;
    margin: 30px 0 20px 0;
}

.usefull h2 {
    color: #001641;
}

.number-circle {
    display: inline-block;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    border-radius: 50%;
    border: 2px solid #83abda;
    padding: 0.5em 0;
    width: 2em;
    height: 2em;
    margin-bottom: 15px;
}

@media screen and (max-width: 1679px) {
    .container {
        width:1360px
    }

    .main-video-social {
        right: calc(50% - 680px)
    }

    .arrow-gray .slick-arrow {
        top: -58px;
        bottom: auto;
        background-color: rgba(255,255,255,0);
        box-shadow: none;
        background-image: url(../icons/arrow-right-gray-big_h.svg);
        width: 20px;
        height: 25px;
        background-size: contain
    }

    .arrow-gray .slick-arrow:hover {
        background-image: url(../icons/arrow-right-gray-big.svg);
        box-shadow: none
    }

    .arrow-gray .slick-arrow.slick-prev {
        left: auto;
        right: 60px
    }

    .arrow-gray .slick-arrow.slick-next {
        right: 15px
    }

    .news-page-name {
        padding-right: 130px
    }

    .company-banner-title {
        top: 80px
    }

    .slider-link-wrap {
        padding-top: 40px
    }

    .error-wrap {
        padding-top: 45px
    }

    .page-sliderImg-content {
        padding-top: 60px
    }

    #page-video {
        padding-top: 53%
    }

    .search-left-block {
        flex: 0 0 850px
    }

    .search-right-img {
        width: 390px;
        height: 390px;
        margin-left: 120px
    }

    .catalog-menu-slider {
        margin-top: 15px;
        padding-top: 60px
    }

    .color-view-img {
        max-width: 82.5px
    }

    .palette-arrow.palette-left {
        left: -16px
    }

    .palette-arrow.palette-right {
        right: -16px
    }

    .selected-colors-title {
        padding-right: 100px
    }

    .color-view-content {
        padding-top: 20px
    }

    .close-palette-preview {
        position: absolute;
        z-index: 2;
        right: 30px;
        top: 65px;
        margin-bottom: 0
    }

    .palette-preview-block.light .close-palette-preview button {
        background-image: url(../icons/close-white.svg)
    }

    .palette-preview-block.dark .close-palette-preview button {
        background-image: url(../icons/close-gray.svg)
    }

    .palette-preview {
        padding-top: 30px
    }

    .palette-preview-share {
        top: auto;
        margin-top: 0;
        bottom: 30px;
        right: auto;
        left: 30px
    }

    .catalog-menu {
        max-height: 265px
    }

    .slider-link {
        max-height: 322px
    }

    .header-content {
        padding-left: 90px
    }
}

@media screen and (max-width: 1439px) {
    .container {
        width:1286px
    }

    .main-video-social {
        right: calc(50% - 643px)
    }

    .section-main-video {
        height: 700px
    }

    .section-choose {
        height: 835px
    }

    .news-article-other {
        flex: 0 0 430px
    }

    .news-article-wrap {
        padding-right: 70px
    }

    .error-wrap {
        max-width: 1180px
    }

    .color-view-img {
        max-width: 76.5px
    }

    .color-view-name {
        font-size: 13px;
        line-height: 17px
    }

    .slider-link {
        max-height: 303px
    }

    .header-content {
        padding-left: 66px
    }

    .header-menu-first {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width: 1365px) {
    .container {
        width:1200px
    }

    .header-block {
        padding: 20px 0
    }

    .header-menu-first {
        font-size: 16px;
        line-height: 22px
    }

    .header-content {
        padding-left: 36px
    }

    .header-tel a {
        font-size: 1em;
        line-height: 1.3em
    }

    .header-city-selected {
        font-size: 14px;
        line-height: 19px
    }

    .header-city-wrap {
        padding: 35px
    }

    .header-city-list-title {
        font-size: 16px;
        line-height: 23px
    }

    .section-main-video {
        height: 720px
    }

    .main-video-social {
        right: calc(50% - 600px)
    }

    .social-list li:not(:first-child) {
        margin-left: 10px
    }

    .social-list-link {
        width: 25px;
        height: 25px
    }

    .main-video-title h1 {
        font-size: 60px;
        line-height: 76px
    }

    .main-video-title .title-caption {
        font-size: 40px;
        line-height: 46px
    }

    .btn-white {
        height: 40px;
        font-size: 16px;
        line-height: 38px;
        border-radius: 20px
    }

    .section-choose {
        height: 800px
    }

    .f_35 {
        font-size: 27px;
        line-height: 37px
    }

    .choose-color-content {
        max-width: 570px
    }

    .title-caption {
        font-size: 18px;
        line-height: 28px;
        max-width: 570px
    }

    .choose-color-link {
        width: 49px;
        height: 48px
    }

    .choose-color-item {
        padding: 0 13px
    }

    .choose-color-link:hover img {
        transform: scale(1.3,1.3)
    }

    .choose-color-name {
        font-size: 14px
    }

    .main-news {
        padding-top: 65px;
        padding-bottom: 35px
    }

    .all-link .blue-link {
        font-size: 16px;
        line-height: 20px
    }

    .main-news-grid {
        margin-left: -10px;
        margin-right: -10px
    }

    .main-news-img {
        height: 390px
    }

    .main-news-desc {
        height: 179px;
    }

    .main-news-text {
        max-height: 96px
    }

    .main-news-date {
        font-size: 12px;
        line-height: 16px
    }

    .blue-link {
        font-size: 12px;
        line-height: 16px
    }

    #map {
        height: 570px
    }

    .footer-top {
        padding-top: 50px
    }

    .footer-social>p {
        font-size: 14px;
        line-height: 19px
    }

    .footer-social .social-list-link {
        width: 29px;
        height: 29px
    }

    .footer-menu-list {
        font-size: 14px;
        line-height: 19px
    }

    .footer-menu-block {
        padding-left: 170px
    }

    .footer-menu-list li:not(:last-child) {
        margin-bottom: 14px
    }

    .header-search {
        margin-right: 15px
    }

    .catalog-menu-name {
        font-size: 20px;
        line-height: 31px
    }

    .catalog-grid-img {
        width: 200px;
        height: 200px
    }

    .catalog-grid-name {
        font-size: 18px;
        line-height: 28px
    }

    .catalog-grid-desc {
        font-size: 14px;
        line-height: 23px;
        max-height: 69px
    }

    .catalog-grid-link .blue-link {
        font-size: 16px
    }

    .news-filter-list button {
        font-size: 16px;
        line-height: 23px;
        padding: 8px 22px
    }

    .news-slider-content .main-news-desc {
        height: 140px
    }

    .news-slider-content .main-news-text {
        max-height: 68px
    }

    .news-slider-content .main-news-img {
        height: 320px
    }

    .vacancy-img-block {
        flex: 0 0 415px
    }

    .vacancy-content {
        padding-right: 50px
    }

    .vacancy-body-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 28px
    }

    .vacancy-block {
        margin-top: 35px
    }

    .pTop {
        padding-top: 56px
    }

    .news-article-other {
        flex: 0 0 360px
    }

    .news-other-title {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .news-other-grid .main-news-desc {
        padding: 20px;
        height: 120px
    }

    .news-other-grid .main-news-text {
        font-size: 16px;
        line-height: 23px;
        max-height: 48px
    }

    .news-article-share .social-list-link {
        width: 30px;
        height: 30px
    }

    .dealer-info-desc {
        padding: 20px;
        font-size: 18px;
        line-height: 24px
    }

    .company-banner-title h2 {
        font-size: 50px;
        line-height: 62px
    }

    .company-banner-title {
        top: 56px
    }

    .slider-link-name span {
        height: 25px
    }

    .slider-link-name {
        font-size: 18px;
        line-height: 24px;
        padding: 20px
    }

    .shop-map-wrap {
        height: 620px
    }

    .shop-content {
        flex: 0 0 420px
    }

    .shop-tabs-list li {
        font-size: 16px;
        line-height: 22px
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
        font-size: 16px
    }

    .select2-container .select2-selection--single {
        height: 40px
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        font-size: 16px;
        line-height: 22px;
        height: 40px
    }

    .select2-results__option {
        font-size: 16px;
        line-height: 22px
    }

    .shop-city-name {
        font-size: 18px;
        line-height: 24px
    }

    .shop-city-grid-scroll {
        max-height: 560px
    }

    .select2-container--default .select2-results>.select2-results__options {
        max-height: 505px
    }

    .main-video-link .btn-white {
        padding: 0 15px;
        height: 35px;
        font-size: 12px;
        line-height: 32px
    }

    .main-video-link {
        bottom: 69px
    }

    .search-left-block {
        flex: 0 0 855px
    }

    .search-right-img {
        width: 300px;
        height: 300px;
        margin-left: 50px
    }

    .calc-block {
        max-width: 1105px
    }

    .calc-result-block {
        flex: 0 0 585px
    }

    .calc-title {
        font-size: 18px;
        line-height: 24px
    }

    .calc-tabs-item {
        margin-top: 50px
    }

    .calc-form-paint {
        max-width: 340px
    }

    .calc-paint-part:not(:last-child) {
        margin-bottom: 40px
    }

    .calc-paint-title {
        margin-bottom: 20px
    }

    .calc-paint-name {
        font-size: 18px;
        line-height: 24px
    }

    .calc-form-label label {
        font-size: 14px;
        line-height: 22px
    }

    .calc-form-input span {
        font-size: 16px;
        line-height: 26px
    }

    .calc-form-input input {
        width: 110px;
        height: 40px;
        font-size: 16px;
        line-height: 26px
    }

    .calc-form-btn button {
        width: 292px;
        height: 44px;
        font-size: 16px;
        line-height: 23px
    }

    .calc-result-info p:first-of-type {
        font-size: 16px;
        line-height: 23px
    }

    .calc-result-info {
        font-size: 14px;
        line-height: 26px
    }

    .calc-tabs-list li {
        width: 136px;
        height: 44px;
        font-size: 16px;
        line-height: 26px
    }

    .calc-result-preview::after {
        width: 203px;
        height: 186px
    }

    .result-unit {
        font-size: 16px;
        line-height: 23px
    }

    .result-value {
        font-size: 32px;
        line-height: 26px
    }

    .help-block-title {
        font-size: 16px;
        line-height: 23px
    }

    .help-block-desc {
        font-size: 14px;
        line-height: 28px
    }

    .color-view-img {
        max-width: 69px
    }

    .color-view-name {
        font-size: 12px;
        line-height: 16px
    }

    .color-type-list li {
        font-size: 16px;
        line-height: 22px
    }

    .color-type-list {
        margin-bottom: 30px
    }

    .palette-preview-name,.palette-preview-number {
        font-size: 20px;
        line-height: 26px
    }

    .catalog-menu {
        max-height: 247px
    }

    .news-slider-init {
        max-height: 460px
    }

    .slider-link {
        max-height: 282px
    }
}

@media screen and (max-width: 1279px) {
    .container {
        width:1120px
    }

    .main-video-social {
        right: calc(50% - 560px)
    }

    .calc-block {
        max-width: 1030px
    }

    .color-view-img {
        max-width: 59px
    }

    .catalog-menu {
        max-height: 230px
    }

    .slider-link {
        max-height: 262px
    }
}

@media screen and (max-width: 1199px) {
    #page-video {
        width:100%;
    }

    .container {
        width: 924px
    }

    .header-menu {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 350px;
        overflow: hidden;
        background: #f6f6f6;
        z-index: 15;
        padding: 30px 34px;
        transition: transform .3s ease-in-out;
        transform: translate(100%);
        overflow-y: auto
    }

    .header-menu.show-menu {
        transform: translate(0)
    }

    .header-menu-first {
        font-size: 18px;
        line-height: 25px;
        align-items: flex-end;
        flex-direction: column;
        color: #444c57;
        margin-top: 45px;
        text-align: right
    }

    .header-menu-first span>a {
        color: #444c57
    }

    .header-menu-first>li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }

    .close-header-menu {
        display: block
    }

    .header-menu-first span::after {
        display: none
    }

    .header-menu-second {
        position: relative;
        top: 0;
        padding-top: 10px;
        opacity: 1;
        visibility: visible;
        display: none
    }

    .header-menu-first>li.show .header-menu-second {
        display: block
    }

    .header-menu-second::before {
        display: none
    }

    .header-menu-first span.witharrow::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 8px;
        margin-right: 10px;
        background: url(../icons/arrow-down-gray.svg) no-repeat center;
        background-size: contain
    }

    .header-menu-first>li.show span {
        color: #2059ae
    }

    .header-menu-first>li.show span::before {
        transform: rotate(180deg);
        background-image: url(../icons/arrow-down-blue.svg)
    }

    .header-menu-second-list,.header-menu-second-list>li>a {
        color: #444c57
    }

    .section-main-video {
        height: 700px
    }

    .main-video-social {
        right: calc(50% - 462px);
        bottom: 50px
    }

    .main-video-title h1 {
        font-size: 56px;
        line-height: 72px
    }

    .main-video-title .title-caption {
        font-size: 35px;
        line-height: 42px
    }

    .header-burger {
        display: block
    }

    .burger {
        position: relative;
        width: 27px;
        height: 20px;
        cursor: pointer
    }

    .burger span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 1px
    }

    .burger span::after,.burger span::before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        left: 0;
        right: 0;
        position: absolute;
        border-radius: 1px
    }

    .burger span::before {
        top: -8px
    }

    .burger span::after {
        bottom: -8px
    }

    .header-content {
        justify-content: flex-end
    }

    .header-burger {
        margin-left: 25px
    }

    .main-news-item {
        width: 50%
    }

    .main-news-item:nth-child(4) {
        display: block
    }

    #map {
        height: 500px
    }

    .section-choose {
        height: 750px
    }

    .footer-wrap {
        flex-direction: column
    }

    .footer-logo-block {
        flex: auto;
        width: 100%;
        flex-direction: row;
        align-items: flex-start
    }

    .footer-social {
        width: 285px
    }

    .footer-social>p {
        font-size: 16px;
        line-height: 22px
    }

    .footer-menu-block {
        padding-left: 0;
        width: 100%;
        flex: auto;
        margin-top: 40px
    }

    .footer-menu-list {
        font-size: 16px;
        line-height: 22px
    }

    .footer-menu-three {
        width: 285px
    }

    .footer-bottom .footer-wrap {
        flex-direction: row
    }

    .footer-made {
        width: 95px
    }

    .header-block.header-bg .burger span {
        background: #444c57
    }

    .header-block.header-bg .burger span::after,.header-block.header-bg .burger span::before {
        background: #444c57
    }

    .catalog-menu-name {
        font-size: 18px;
        line-height: 28px;
        min-height: 80px;
        padding: 10px 16px
    }

    .catalog-grid-item {
        width: 33.3%
    }

    .more-btn {
        height: 60px
    }

    .header-menu-first>li.active span.witharrow::before {
        background-image: url(../icons/arrow-down-blue.svg)
    }

    .clear-news-filter-btn {
        font-size: 14px;
        line-height: 20px
    }

    .news-page-item:not(:last-child) {
        margin-bottom: 80px
    }

    .news-page-name h2 {
        font-size: 24px;
        line-height: 42px
    }

    .pBotttom {
        padding-bottom: 135px
    }

    .news-filter-list {
        margin-left: -5px;
        margin-right: -5px
    }

    .news-filter-list button {
        font-size: 14px;
        line-height: 21px;
        padding: 5px 16px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 14px
    }

    .news-page-grid {
        margin-top: 40px
    }

    .arrow-gray .slick-arrow {
        top: -40px;
        width: 14px;
        height: 22px
    }

    .news-slider-init.arrow-gray .slick-arrow {
        top: -58px
    }

    .catalog-menu-slider {
        padding-top: 40px
    }

    .news-slider-init .slick-arrow.slick-prev {
        right: 50px
    }

    .vacancy-img-block {
        flex: 0 0 325px
    }

    .vacancy-head {
        padding: 15px 10px
    }

    .vacancy-body-title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
        margin-top: 15px
    }

    .vacancy-block.vacancy-empty-block {
        margin-top: 25px
    }

    .vacancy-empty-text {
        font-size: 18px;
        line-height: 28px
    }

    .vacancy-empty-img {
        margin-top: 40px
    }

    .news-article-wrap {
        padding-right: 50px
    }

    .news-article-other {
        flex: 0 0 280px
    }

    .news-other-title {
        font-size: 20px;
        line-height: 24px
    }

    .news-other-grid .main-news-img {
        height: 170px
    }

    .news-other-item:not(:last-child) {
        margin-bottom: 30px
    }

    .news-other-grid .main-news-desc {
        padding: 15px;
        height: 110px
    }

    .news-other-grid .main-news-text {
        font-size: 14px;
        line-height: 21px;
        max-height: 44px
    }

    .dealer-info-img-wrap {
        padding-top: 77%
    }

    .dealer-info-desc {
        font-size: 16px;
        line-height: 22px
    }

    .company-block {
        margin-top: 110px
    }

    .dealer-info {
        margin-top: 40px
    }

    .company-banner-img-wrap {
        padding-top: 38%
    }

    .company-banner-title h2 {
        font-size: 46px;
        line-height: 58px
    }

    .company-banner-desc {
        width: 700px;
        padding: 50px;
        font-size: 16px;
        line-height: 31px;
        max-height: 245px
    }

    .company-info {
        margin-top: 50px
    }

    .company-info-desc-item {
        width: 355px
    }

    .company-info-desc-item:nth-child(even) {
        margin-left: 35px
    }

    .company-info-desc-item:nth-child(odd) {
        margin-right: 35px
    }

    .slider-link-name {
        min-height: 155px;
        font-size: 16px;
        line-height: 22px
    }

    .slider-link-picture-wrap {
        padding-top: 83%
    }

    .cooperation-item {
        padding: 0 10px
    }

    .cooperation-icon {
        width: 80px;
        height: 57px
    }

    .cooperation-name {
        font-size: 16px;
        line-height: 23px
    }

    .cooperation-info {
        max-width: 700px;
        font-size: 16px;
        line-height: 26px
    }

    .error-wrap {
        padding-top: 60px
    }

    .error-logo {
        width: 220px
    }

    .error-title {
        font-size: 146px;
        line-height: 114px
    }

    .page-text-block {
        max-width: 100%
    }

    .page-title-h2 h2 {
        font-size: 22px;
        line-height: 32px
    }

    .title-caption.left {
        font-size: 16px;
        line-height: 20px
    }

    .shop-content {
        flex: 0 0 340px
    }

    .main-video-link {
        bottom: 44px
    }

    .search-right-block {
        display: none
    }

    .search-left-block {
        flex: auto;
        width: 100%
    }

    .calc-result-block {
        flex: 0 0 535px
    }

    .help-block-desc {
        margin-bottom: 25px
    }

    .help-block-img {
        width: 300px
    }

    .close-help-block-calc {
        margin-top: 40px
    }

    .calc-result-preview {
        padding: 0 40px;
        font-size: 16px;
        line-height: 26px
    }

    .calc-result-preview::after {
        width: 190px;
        height: 165px;
        right: 40px
    }

    .result-value {
        font-size: 28px;
        line-height: 22px
    }

    .calc-block {
        max-width: 100%
    }

    .page-content-title,.page-title-h2 {
        text-align: left
    }

    .slider-link-wrap {
        padding-top: 40px
    }

    .color-view-img {
        max-width: 74px
    }

    .palette-preview-name,.palette-preview-number {
        font-size: 18px;
        line-height: 24px
    }

    .palette-share-icon {
        width: 18px;
        height: 24px
    }

    .selected-colors-title {
        font-size: 24px;
        line-height: 42px
    }

    .close-palette-preview button {
        width: 18px;
        height: 18px
    }

    .calc-result-no {
        padding: 0 40px;
        font-size: 16px;
        line-height: 26px
    }

    .calc-result-no p:nth-child(2) {
        font-size: 14px;
        line-height: 24px
    }

    .catalog-menu {
        max-height: 188px
    }

    .news-slider-content {
        width: 33.3%
    }

    .slider-link {
        max-height: 240px
    }

    .sliderImg-item {
        width: 33.3%
    }
}

@media screen and (min-width: 1024px) {
    .drop {
        display:inline-block;
        vertical-align: top;
        width: 16.66%;
        float: left;
    }

    .drop img {
        width: 130px;
        margin: 0;
        display: inline-block;
    }

    .drop_caption {
        display: inline-block;
        vertical-align: top;
        width: 80%
    }

    .drop2 {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        float: left;
    }

    .drop2 img {
        width: 130px;
        margin: 0;
        display: inline-block;
    }

    .drop2_caption {
        display: inline-block;
        vertical-align: top;
        width: 63%
    }

    .left-block-img {
        display: inline-block;
        vertical-align: top;
        width: 29.66%;
        float: left;
        padding-top: 30px;
    }

    .left-block-img img {
        max-width: 270px;
        margin: 0 0 25px 0;
    }

    .left-block-img-caption {
        display: inline-block;
        vertical-align: top;
        width: 69%;
        padding-left: 25px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        width:700px
    }

    .header-logo {
        width: 200px
    }
    .footer-logo {
        width: 180px
    }
    .header-tel-wrap {
        display: none
    }

    .header-city-select {
        width: auto;
        flex: 1 1 auto;
        margin-right: 20px
    }

    .company-banner-title h2 {
        font-size: 46px;
        line-height: 58px
    }

    .header-burger {
        order: 2
    }

    .header-search {
        margin-right: 0
    }

    .header-content {
        padding-left: 0;
        flex: 0 0 19px;
        order: 1
    }

    .header-city-selected {
        opacity: 1
    }

    .header-city-wrap {
        margin-top: 15px
    }

    .section-main-video {
        height: 640px
    }

    .main-video-desc {
        left: 0;
        right: 0;
        margin: auto;
        transform: translate(0,-50%);
        padding: 0 30px
    }

    .main-video-title h1 {
        font-size: 50px;
        line-height: 66px
    }

    .main-video-title .title-caption {
        font-size: 27px;
        line-height: 34px;
        margin-top: 3px
    }

    .main-video-link {
        margin-top: 30px
    }

    .btn-white {
        font-size: 14px
    }

    .main-video-social {
        right: calc(50% - 350px);
        bottom: 40px
    }

    .section-choose {
        height: 665px
    }

    .f_35 {
        font-size: 20px;
        line-height: 27px
    }

    .title-caption {
        margin-top: 12px;
        font-size: 16px;
        line-height: 26px;
        max-width: 500px
    }

    .choose-color-content {
        max-width: 500px;
        padding-top: 60px
    }

    .choose-color-list {
        margin-top: 30px
    }

    .all-link .blue-link {
        font-size: 14px;
        line-height: 17px
    }

    .main-news-text {
        font-size: 14px;
        line-height: 21px;
        max-height: 84px
    }

    .main-news-desc {
        height: 156px
    }

    .main-news-img {
        height: 348px
    }

    .main-news {
        padding-bottom: 45px
    }

    #map {
        height: 450px
    }

    .footer-menu-three,.footer-social {
        width: 280px
    }

    .footer-menu-list {
        font-size: 14px;
        line-height: 19px
    }

    .pTop {
        padding-top: 84px
    }

    .breadcrumbs-content {
        padding: 20px 0
    }

    .catalog-menu-name {
        padding: 15px 20px
    }

    .catalog-menu-item {
        width: 50%
    }

    .catalog-info {
        font-size: 14px;
    }

    .catalog-grid-name {
        font-size: 16px;
        line-height: 26px
    }

    .catalog-grid-content {
        padding-bottom: 40px
    }

    .catalog-grid-img {
        width: 160px;
        height: 160px
    }

    .catalog-grid-link .blue-link {
        height: 40px;
        font-size: 14px;
        border-radius: 20px;
        line-height: 38px
    }

    .catalog-grid-item {
        margin-bottom: 80px
    }

    .more-btn {
        height: 50px;
        font-size: 14px;
        line-height: 20px
    }

    .catalog-grid-desc {
        font-size: 13px;
        line-height: 22px;
        max-height: 88px
    }

    .header-menu {
        width: 400px
    }

    .header-menu .header-tel-wrap {
        display: block;
        margin-top: 60px;
        text-align: right;
        border-top: 1px solid #d5d6d7;
        padding-top: 30px
    }

    .header-tel a {
        color: #444c57
    }

    .news-slider-content .main-news-text {
        max-height: 63px
    }

    .news-page-name h2 {
        font-size: 18px;
        line-height: 34px
    }

    .news-page-name {
        margin-bottom: 20px;
        padding-right: 75px
    }

    .arrow-gray .slick-arrow {
        top: -30px;
        width: 10px;
        height: 19px
    }

    .catalog-menu-slider {
        padding-top: 30px
    }

    .news-filter-list button:hover {
        background: rgba(255,255,255,0);
        color: #444c57;
        border-color: #444c57
    }

    .news-filter-list button.active {
        background: #2059ae;
        color: #fff;
        border-color: #2059ae
    }

    .vacancy-content {
        padding-right: 0;
        flex: auto;
        width: 100%
    }

    .vacancy-img-block {
        flex: auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 40px
    }

    .vacancy-img-item {
        width: 49%
    }

    .vacancy-img-item:not(:last-child) {
        margin-bottom: 0
    }

    .vacancy-body-title {
        font-size: 18px;
        line-height: 28px
    }

    .vacancy-block {
        flex-direction: column
    }

    .vacancy-empty-text {
        font-size: 16px;
        line-height: 26px
    }

    .vacancy-empty-img {
        margin-top: 30px
    }

    .vacancy-empty-img .vacancy-img-block {
        flex-wrap: wrap;
        margin-top: 0
    }

    .vacancy-empty-img .vacancy-img-item {
        width: 50%;
        margin-bottom: 30px
    }

    .vacancy-empty-img .vacancy-img-item:not(:last-child) {
        margin-bottom: 30px
    }

    .news-article-block {
        flex-direction: column;
        margin-top: 20px
    }

    .news-article-wrap {
        flex: auto;
        width: 100%;
        padding-right: 0
    }

    .news-article-date {
        font-size: 14px;
        line-height: 23px;
        margin-top: 20px
    }

    .news-article-content {
        margin-top: 20px
    }

    .news-article-share {
        margin-top: 25px
    }

    .news-share-title {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .news-article-other {
        flex: auto;
        width: 100%;
        margin-top: 70px
    }

    .news-other-grid {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px
    }

    .news-other-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px
    }

    .news-other-item:not(:last-child) {
        margin-bottom: 30px
    }

    .news-other-grid .main-news-img {
        height: 280px
    }

    .news-other-grid .main-news-desc {
        height: 125px
    }

    .news-other-grid .main-news-text {
        font-size: 14px;
        line-height: 21px;
        max-height: 63px
    }

    .dealer-info-item {
        width: 50%;
        margin-bottom: 30px
    }

    .company-banner-title {
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .company-banner-desc {
        position: relative
    }

    .company-banner-content {
        padding-bottom: 0
    }

    .company-info {
        margin-top: 70px
    }

    .company-slider {
        margin-top: 45px
    }

    .slider-link-wrap {
        padding-top: 30px
    }

    .cooperation-block {
        margin-top: 0px
    }

    .cooperation-item {
        margin-bottom: 40px;
        width: 50%
    }

    .cooperation-info {
        margin-top: 20px
    }

    .dealer-map {
        margin-top: 100px
    }

    .company-block {
        margin-top: 100px
    }

    .error-img {
        background-position: left
    }

    .error-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2
    }

    .error-content {
        text-align: center;
        margin-top: 110px
    }

    .error-text {
        max-width: 250px
    }

    .page-title-h2 h2 {
        font-size: 18px;
        line-height: 28px
    }

    .title-caption.left {
        font-size: 14px;
        line-height: 20px
    }

    .page-sliderImg-content {
        padding-top: 45px
    }

    .sliderImg-link {
        height: 340px
    }

    .page-title-h2 {
        margin-bottom: 20px
    }

    .gallery-item {
        width: 50%
    }

    .gallery-more {
        margin-top: 40px
    }

    .shop-tabs-list li:not(:last-child) {
        margin-right: 18px
    }

    .shop-tabs-list li {
        font-size: 14px;
        line-height: 19px
    }

    .shop-wrap {
        margin-top: 30px
    }

    .shop-tabs-content {
        padding-top: 30px
    }

    .shop-content {
        flex: 0 0 305px
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px;
        font-size: 14px
    }

    .select2-container .select2-selection--single {
        height: 35px
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        font-size: 14px;
        line-height: 19px;
        height: 35px
    }

    .select2-results__option {
        font-size: 14px;
        line-height: 19px
    }

    .city-subway {
        font-size: 13px;
        line-height: 16px
    }

    .subway-icon {
        width: 15px;
        height: 14px
    }

    .city-address {
        font-size: 13px;
        line-height: 20px
    }

    .city-time {
        font-size: 13px;
        line-height: 19px
    }

    .city-tel a {
        font-size: 13px;
        line-height: 15px
    }

    .shop-city-name {
        font-size: 16px;
        line-height: 20px
    }

    .shop-city-part:not(:last-child) {
        margin-bottom: 20px
    }

    .main-video-link {
        bottom: 34px
    }

    .search-result-item {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .search-result-name {
        font-size: 16px;
        line-height: 20px
    }

    .search-result-text {
        font-size: 14px;
        line-height: 28px;
        max-height: 85px
    }

    .pagination-block {
        margin-top: 40px
    }

    .pagination-list li {
        padding: 0 8px;
        font-size: 12px;
        line-height: 19px
    }

    .pagination-link {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 19px
    }

    .search-wrap {
        margin-top: 30px
    }

    .not-result-link {
        font-size: 14px;
        line-height: 26px
    }

    .calc-result-block {
        flex: 0 0 335px
    }

    .calc-content-block {
        padding-right: 60px
    }

    .calc-result-wrap {
        margin-bottom: 20px;
        height: 365px
    }

    .calc-result-preview {
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .calc-result-preview::after {
        order: 0;
        width: 160px;
        height: 160px;
        right: 0;
        position: relative;
        margin: 0;
        margin-bottom: 35px
    }

    .calc-result-preview>* {
        order: 1
    }

    .calc-result-info {
        font-size: 13px;
        line-height: 24px
    }

    .calc-result-info p:first-of-type {
        font-size: 15px;
        line-height: 21px
    }

    .calc-title {
        font-size: 16px;
        line-height: 22px
    }

    .calc-tabs-list li {
        width: 110px;
        height: 40px;
        font-size: 14px;
        line-height: 24px
    }

    .calc-tabs-list li:not(:last-child) {
        margin-right: 15px
    }

    .calc-tabs-item {
        margin-top: 40px
    }

    .calc-form-paint {
        max-width: 275px
    }

    .calc-paint-title {
        margin-bottom: 15px
    }

    .calc-paint-name {
        font-size: 16px;
        line-height: 22px
    }

    .calc-form-label label {
        font-size: 13px;
        line-height: 20px
    }

    .calc-form-input input {
        width: 95px;
        height: 40px;
        font-size: 14px;
        line-height: 24px
    }

    .calc-form-input span {
        font-size: 14px;
        line-height: 24px
    }

    .calc-paint-caption {
        font-size: 12px;
        line-height: 16px
    }

    .extra-info-title {
        font-size: 13px;
        line-height: 18px
    }

    .extra-info-desc {
        flex-direction: column;
        align-items: flex-start
    }

    .extra-info-item:not(:last-child) {
        margin-right: 0
    }

    .extra-info-item {
        font-size: 14px;
        line-height: 23px
    }

    .calc-form-btn {
        margin-top: 35px
    }

    .calc-result-content {
        flex-direction: column;
        justify-content: center
    }

    .calc-result-item {
        width: 100%;
        height: 50%
    }

    .calc-result-content::before {
        width: calc(100% - 40px);
        height: 1px
    }

    .help-block-link a {
        font-size: 13px;
        line-height: 18px
    }

    .help-block-title {
        font-size: 15px;
        line-height: 22px
    }

    .help-block-desc {
        font-size: 13px;
        line-height: 24px
    }

    .help-block-content {
        margin-top: 40px
    }

    .help-block-img {
        width: 250px
    }

    .calc-form-btn button {
        width: 235px;
        height: 40px;
        font-size: 15px
    }

    .news-slider-init.arrow-gray .slick-arrow {
        top: -46px
    }

    .color-type-list li:not(:last-child) {
        margin-right: 20px
    }

    .color-type-list li {
        font-size: 14px;
        line-height: 19px
    }

    .color-view-name {
        max-width: 91px
    }

    .color-view-img {
        max-width: 91px
    }

    .palette-preview-name,.palette-preview-number {
        font-size: 16px;
        line-height: 20px
    }

    .color-block {
        margin-top: 30px
    }

    .palette-preview {
        height: 274px
    }

    .selected-colors-title {
        font-size: 18px;
        line-height: 34px
    }

    .catalog-menu {
        max-height: 220px
    }

    .news-slider-content {
        width: 50%
    }

    .slider-link {
        max-height: 280px
    }

    .slider-link-item {
        width: 50%
    }

    .sliderImg-item {
        width: 50%
    }

    .page-sliderImg-init {
        max-height: 340px
    }
}

@media screen and (max-width: 767px) {
    .container {
        width:536px
    }

    .header-block {
        padding: 15px 0
    }

    .header-logo {
        width: 200px
    }
    .footer-logo {
        width: 180px
    }
    .burger {
        width: 25px;
        height: 18px
    }

    .burger span::before {
        top: -7px
    }

    .burger span::after {
        bottom: -7px
    }

    .header-burger {
        margin-left: 15px
    }

    #header-search-btn {
        width: 18px;
        height: 18px
    }

    .section-main-video {
        height: 320px
    }

    .main-video-title h1 {
        font-size: 30px;
        line-height: 36px
    }

    .main-video-title .title-caption {
        font-size: 22px;
        line-height: 29px
    }

    .btn-white {
        font-size: 12px;
        line-height: 33px;
        height: 35px
    }

    .social-list-link {
        width: 22px;
        height: 22px
    }

    .social-list li:not(:first-child) {
        margin-left: 8px
    }

    .main-video-social {
        right: calc(50% - 273px);
        bottom: 30px
    }

    .section-choose {
        height: 588px
    }

    .choose-color-img,.color-img-default {
        background-position: bottom
    }

    .choose-color-content {
        max-width: 430px;
        padding-top: 30px
    }

    .f_35 {
        font-size: 17px;
        line-height: 23px
    }

    .title-caption {
        font-size: 14px;
        line-height: 24px;
        max-width: 430px
    }

    .choose-color-list {
        margin-top: 20px
    }

    .choose-color-link {
        width: 35px;
        height: 36px
    }

    .choose-color-name {
        font-size: 12px;
        line-height: 19px
    }

    .main-news {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .all-link .blue-link {
        font-size: 12px;
        line-height: 15px
    }

    .main-news-img {
        height: 250px
    }

    .main-news-desc {
        height: 143px
    }

    .main-news-text {
        font-size: 12px;
        line-height: 18px;
        max-height: 72px
    }

    .main-news-grid {
        margin-top: 15px
    }

    #map {
        height: 320px
    }

    .footer-logo-block {
        flex-direction: column
    }

    .footer-social {
        width: 100%;
        margin-top: 20px
    }

    .footer-social>p {
        display: none
    }

    .footer-menu-block {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .footer-menu-item {
        width: 50%
    }

    .footer-menu-item.footer-menu-three {
        width: 100%;
        max-width: 100%;
        margin-top: 40px
    }

    .footer-copy {
        font-size: 12px;
        line-height: 17px
    }

    .footer-made {
        width: 85px
    }

    .search-block {
        padding: 30px 0
    }

    .search-form-result {
        padding-top: 20px
    }

    .search-find-list a {
        font-size: 14px;
        line-height: 28px
    }

    .catalog-menu-name {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 26px;
        min-height: 70px
    }

    .catalog-content {
        padding-top: 20px
    }

    .catalog-info {
        font-size: 12px;
    }

    .catalog-grid {
        margin-top: 50px;
        margin-left: -10px;
        margin-right: -10px
    }

    .catalog-grid-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 50px
    }

    .catalog-grid-img {
        width: 130px;
        height: 130px;
        margin-bottom: 20px
    }

    .catalog-grid-name {
        font-size: 14px;
        line-height: 24px
    }

    .catalog-grid-desc {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 20px;
        max-height: 63px
    }

    .catalog-grid-link .blue-link {
        height: 35px;
        font-size: 12px;
        line-height: 33px;
        padding: 0 15px
    }

    .pTop {
        padding-top: 70px
    }

    .catalog-grid-content {
        padding-bottom: 35px
    }

    .header-city-list-title {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 5px
    }

    .close-header-city-list.close-icon {
        right: 8px;
        top: 8px
    }

    .header-city-wrap {
        padding: 15px
    }

    .main-video-social {
        display: none
    }

    .menu-social {
        display: none !important;
    }

    .menu-social .social-list .social-list-link {
        display: none !important;
    }

    .header-menu .header-tel-wrap .social-list {
        display: flex;
        justify-content: flex-end;
        margin-top: 20px
    }

    .header-menu .header-tel-wrap .social-list .social-list-link {
        width: 36px;
        height: 36px
    }

    .header-menu .header-tel-wrap .social-list .social-list-link.vk {
        background-image: url(../icons/vk-dark.svg)
    }

    .header-menu .header-tel-wrap .social-list .social-list-link.Telegram {
        background-image: url(../icons/telegram-dark.svg)
    }

    .header-menu .header-tel-wrap .social-list .social-list-link.youtube {
        background-image: url(../icons/youtube-dark.svg)
    }

    .header-menu .header-tel-wrap .social-list .social-list-link.inst {
        background-image: url(../icons/inst-dark.svg)
    }

    .header-menu .header-tel-wrap .social-list .social-list-link.odnok {
        background-image: url(../icons/odnok-dark.svg)
    }

    .header-menu .header-tel-wrap .social-list .social-list-link.facebook {
        background-image: url(../icons/facebook-dark.svg)
    }

    .news-slider-content .main-news-img {
        height: 250px
    }

    .news-slider-content .main-news-desc {
        height: 125px
    }

    .news-slider-content .main-news-text {
        font-size: 12px;
        line-height: 18px;
        max-height: 54px
    }

    .news-page-name h2 {
        font-size: 17px;
        line-height: 23px
    }

    .clear-news-filter-btn::after {
        width: 9px;
        height: 9px
    }

    .clear-news-filter-btn {
        font-size: 12px;
        line-height: 16px
    }

    .news-filter-list button {
        font-size: 12px;
        line-height: 19px;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 10px
    }

    .news-page-item:not(:last-child) {
        margin-bottom: 50px
    }

    .pBotttom {
        padding-bottom: 100px
    }

    .news-filter-list {
        margin-left: -3px;
        margin-right: -3px
    }

    .header-logo img {
        display: none
    }

    .header-logo img.mobile {
        display: block
    }
    .footer-logo img {
        display: none
    }

    .footer-logo img.mobile {
        display: block
    }

    .vacancy-head {
        font-size: 14px;
        line-height: 28px;
        padding: 13px 10px
    }

    .vacancy-body-title {
        font-size: 16px;
        line-height: 26px
    }

    .text-block {
        font-size: 14px;
    }

    .text-block ul li {
        padding-left: 14px
    }

    .text-block ul li::before {
        top: 14px;
        width: 5px;
        height: 5px
    }

    .vacancy-empty-text {
        font-size: 15px;
        line-height: 25px
    }

    .news-other-grid .main-news-img {
        height: 240px
    }

    .news-other-grid .main-news-text {
        font-size: 12px;
        line-height: 18px;
        max-height: 54px
    }

    .dealer-info {
        margin-top: 25px
    }

    .dealer-info-desc {
        padding: 10px 15px;
        min-height: 100px;
        width: calc(100% - 20px)
    }

    .company-block {
        margin-top: 70px
    }

    .company-banner-title h2 {
        font-size: 40px;
        line-height: 46px
    }

    .company-banner-img-wrap {
        padding-top: 45%
    }

    .company-banner-desc {
        width: 100%;
        padding: 30px;
        font-size: 14px;
        line-height: 29px;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    .company-info-desc {
        margin-top: 10px;
        flex-direction: column
    }

    .company-info-desc-item:nth-child(odd) {
        margin-right: 0
    }

    .company-info-desc-item {
        width: 100%
    }

    .company-info-desc-item:nth-child(even) {
        margin-left: 0
    }

    .company-info-caption {
        font-size: 14px;
        line-height: 24px
    }

    .slider-link-name {
        min-height: 100px;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 15px
    }

    .slider-link-name span {
        height: 20px
    }

    .cooperation-icon {
        width: 60px;
        height: 46px;
        margin-bottom: 15px
    }

    .cooperation-name {
        font-size: 14px;
        line-height: 21px
    }

    .cooperation-item {
        margin-bottom: 35px
    }

    .cooperation-grid {
        margin-top: 35px
    }

    .cooperation-info {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px
    }

    .dealer-map {
        margin-top: 60px
    }

    .dealer-map .main-map {
        margin-top: 20px
    }

    .main-news-item {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .catalog-menu-item {
        padding: 0 10px
    }

    .news-other-item {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .news-other-item:not(:last-child) {
        margin-bottom: 20px
    }

    .dealer-info-item {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .dealer-info {
        margin-left: -10px;
        margin-right: -10px
    }

    .vacancy-empty-img .vacancy-img-item {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .vacancy-empty-img .vacancy-img-item:not(:last-child) {
        margin-bottom: 20px
    }

    .vacancy-empty-img {
        margin-left: -10px;
        margin-right: -10px
    }

    .error-wrap {
        padding-top: 50px
    }

    .error-logo {
        display: none
    }

    .error-content {
        margin-top: 0
    }

    .error-title {
        font-size: 70px;
        line-height: 54px
    }

    .error-caption {
        font-size: 16px;
        line-height: 23px
    }

    .error-text {
        font-size: 14px;
        line-height: 23px
    }

    .error-link {
        margin-top: 30px
    }

    .error-link .btn-white {
        min-width: 145px
    }

    .page-title-h2 h2 {
        font-size: 16px;
        line-height: 20px
    }

    .padding {
        padding-bottom: 70px
    }

    .sliderImg-link {
        height: 270px
    }

    .page-gallery-grid,.page-sliderImg-content,.slider-link-wrap {
        margin-left: -10px;
        margin-right: -10px
    }

    .gallery-item,.slider-link-item,.sliderImg-item {
        padding: 0 10px
    }

    .gallery-item {
        margin-bottom: 20px
    }

    .main-video-block {
        display: none
    }

    .main-video-block video {
        display: none
    }

    .main-video-block.video-mobile {
        display: block;
        background: no-repeat center
    }

    .main-video-block.video-mobile video {
        display: none
    }

    .choose-color-decktop {
        display: none
    }

    .choose-color-mobile {
        display: block
    }

    .shop-tabs-list::after {
        display: none
    }

    .shop-tabs-list li:not(:last-child) {
        margin-right: 0
    }

    .shop-tabs-list li {
        width: 50%
    }

    .shop-map-wrap {
        display: none
    }

    .shop-content {
        flex: auto;
        width: 100%;
        padding-right: 0
    }

    .shop-city-item.active {
        background: rgba(255,255,255,0)
    }

    .shop-city-item:not(:last-child) {
        border-bottom: 1px solid rgba(116,118,120,.3)
    }

    .shop-city-grid-scroll {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    .select2-container--default .select2-results>.select2-results__options {
        max-height: 210px
    }

    .shop-city-part:not(:last-child) {
        margin-bottom: 30px
    }

    .shop-city-item,.shop-city-name {
        padding-left: 0;
        padding-right: 0
    }

    .shop-map-mobile {
        display: block;
        margin-top: 15px
    }

    .show-map {
        font-size: 14px;
        line-height: 17px;
        color: #2059ae
    }

    .show-map span {
        display: inline-block;
        border-bottom: 1px solid #2059ae
    }

    .map-mobile-wrap {
        width: 100%;
        height: 400px;
        display: none;
        margin-top: 20px;
        background: #f6f6f6
    }

    .map-mobile-wrap.show {
        display: block
    }

    .shop-city-item:not(:last-child) {
        margin-bottom: 20px
    }

    .shop-city-item {
        padding-bottom: 30px
    }

    .shop-city-grid {
        margin-top: 25px
    }

    .search-result-count {
        padding-left: 0
    }

    .calc-block {
        flex-direction: column
    }

    .calc-content-block {
        flex: auto;
        width: 100%;
        padding-right: 0
    }

    .calc-result-block {
        flex: auto;
        width: 100%;
        margin-top: 50px
    }

    .calc-paint-name,.calc-title {
        font-size: 15px;
        line-height: 21px
    }

    .calc-form-paint {
        max-width: 300px
    }

    .calc-title {
        margin-bottom: 15px
    }

    .catalog-menu {
        margin-left: -10px;
        margin-right: -10px
    }

    .news-slider-init.arrow-gray .slick-arrow {
        top: -40px
    }

    .news-slider-content {
        padding: 0 10px
    }

    .news-slider-wrap {
        margin-left: -10px;
        margin-right: -10px
    }

    .palette-preview {
        height: 234px
    }

    .selected-colors-title {
        font-size: 17px;
        line-height: 23px
    }

    .palette-arrow {
        width: 30px;
        height: 30px;
        background-size: 7px
    }

    .palette-arrow.palette-left {
        left: -5px
    }

    .palette-arrow.palette-right {
        right: -5px
    }

    .palette-preview-block {
        padding: 25px 0
    }

    .palette-preview {
        padding-left: 40px;
        padding-right: 40px
    }

    .close-palette-preview {
        right: 40px;
        top: 54px
    }

    .palette-preview-share {
        left: 40px
    }

    .catalog-menu {
        max-height: 170px
    }

    .news-slider-init {
        max-height: 375px
    }

    .slider-link {
        max-height: 215px
    }

    .page-sliderImg-init {
        max-height: 270px
    }
}

@media screen and (max-width: 575px) {
    .container {
        width:100%;
        padding: 0 20px
    }

    .header-logo {
        width: 200px
    }
    .footer-logo {
        width: 100px
    }
    #header-search-btn {
        width: 16px;
        height: 16px
    }

    .burger span::after {
        bottom: -6px
    }

    .burger span::before {
        top: -6px
    }

    .burger {
        width: 23px;
        height: 16px
    }

    .header-burger {
        margin-left: 13px;
        margin-right: 40px
    }

    #header-search-btn {
        width: 16px;
        height: 16px
    }

    .section-main-video {
        height: 480px
    }

    .main-video-title h1 {
        font-size: 28px;
        line-height: 30px
    }

    .main-video-title .title-caption {
        font-size: 20px;
        line-height: 26px
    }

    .main-video-link {
        margin-top: 20px
    }

    .main-video-social {
        display: none
    }

    .section-choose {
        height: 480px
    }

    .f_35 {
        font-size: 16px;
        line-height: 22px
    }

    .choose-color-content {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .choose-color-item {
        padding: 0 8px
    }

    .choose-color-link {
        width: 30px;
        height: 31px
    }

    .choose-color-name {
        font-size: 11px;
        line-height: 17px
    }

    .main-news-item {
        width: 100%
    }

    .main-news-item {
        margin-bottom: 30px
    }

    .main-news-img {
        height: auto;
        max-height: 240px
    }

    .main-news-img-wrap {
        height: 0;
        padding-top: 65%
    }

    .main-news-desc {
        height: 128px;
        padding: 10px 15px
    }

    #map {
        height: 440px
    }

    .footer-top {
        padding-top: 30px
    }

    .footer-menu-list li:not(:last-child) {
        margin-bottom: 8px
    }

    .footer-menu-list {
        font-size: 12px;
        line-height: 18px
    }

    .footer-bottom .footer-wrap {
        flex-direction: column;
        align-items: flex-start
    }

    .footer-copy a {
        display: block
    }

    .footer-made {
        width: 70px;
        margin-top: 20px
    }

    .title-caption {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%
    }

    .choose-color-item.active .choose-color-link img {
        transform: scale(1.3,1.3)
    }

    .search-form-icon {
        width: 12px;
        height: 12px
    }

    .search-form-input {
        height: 30px;
        padding: 0 20px
    }

    .search-find-list a {
        font-size: 12px;
        line-height: 26px
    }

    .search-form-result {
        padding-left: 20px
    }

    .breadcrumbs-content {
        padding-top: 10px
    }

    .breadcrumbs-list {
        font-size: 10px;
        line-height: 14px
    }

    .catalog-menu-item {
        width: 100%
    }

    .catalog-menu-img {
        padding-top: 65%
    }

    .catalog-grid {
        margin-top: 40px
    }

    .catalog-grid-item {
        margin-bottom: 25px;
        width: 100%
    }

    .catalog-grid-desc {
        margin-bottom: 10px;
    }

    .more-btn {
        height: 40px;
        font-size: 12px;
        line-height: 40px
    }

    .catalog-grid-content {
        padding-bottom: 35px;
        height: auto
    }

    .catalog-grid-link {
        position: relative
    }

    .header-content {
        order: 1;
        flex: 1 1 auto
    }

    .header-burger {
        order: 2
    }

    .header-city-select {
        width: 100%;
        order: 2;
        margin-right: 0;
        text-align: left;
        margin-top: 6px
    }

    .header-city-wrap {
        margin-top: 5px;
        right: auto;
        left: 0;
        width: 100%
    }

    .header-city-list {
        flex-direction: column;
        flex-wrap: nowrap
    }

    .header-city-list li {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .header-city-list li:nth-child(odd) {
        padding-right: 0
    }

    .header-city-list li:nth-child(even) {
        padding-left: 0
    }

    .header-menu {
        width: 280px;
        padding: 20px
    }

    .header-menu-first {
        margin-top: 25px
    }

    .header-tel a {
        font-size: 1em;
        line-height: 1.3em
    }

    .header-menu .header-tel-wrap {
        margin-top: 40px;
        padding-top: 20px
    }

    .header-menu .header-tel-wrap .social-list li:not(:first-child) {
        margin-left: 12px
    }

    .pTop {
        padding-top: 23px
    }

    .header-block.header-bg .header-city-wrap::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin-right: -5000px;
        margin-left: -5000px;
        padding-right: 5000px;
        padding-left: 5000px;
        background: #f6f6f6
    }

    .header-block.header-bg .header-city-list-title {
        position: relative
    }

    .header-block.header-bg .header-city-list {
        position: relative
    }

    .header-block.header-bg .header-city-wrap {
        padding: 15px 0
    }

    .header-block.header-bg .close-header-city-list.close-icon {
        right: 0
    }

    .close-header-city-list {
        z-index: 2
    }

    .news-slider-content .main-news-img {
        height: auto;
        max-height: 210px
    }

    .news-slider-content .main-news-desc {
        height: 110px;
        padding: 10px 15px
    }

    .news-page-name h2 {
        font-size: 16px;
        line-height: 22px
    }

    .news-filter {
        display: flex;
        flex-direction: column
    }

    .clear-news-filter {
        margin-top: 5px;
        order: 1;
        text-align: left
    }

    .news-filter-list button {
        font-size: 11px;
        line-height: 18px;
        padding: 3px 13px
    }

    .news-slider-init .slick-arrow.slick-prev {
        right: 40px
    }

    .news-page-name {
        padding-right: 45px
    }

    .pBotttom {
        padding-bottom: 70px
    }

    .vacancy-body-title {
        font-size: 15px;
        line-height: 25px
    }

    .text-block {
        font-size: 13px;
    }

    .text-block ul li::before {
        top: 12px
    }

    .text-block img {
        margin: 30px auto
    }

    .text-block .img-block-right {
        margin: 10px auto;
        vertical-align: top;
        max-width: 400px;
        float: none;
        text-align: center;
    }

    .text-block .img-block-right {
        margin: 10px auto;
        vertical-align: top;
        max-width: 400px;
        float: none;
        text-align: center;
    }

    .vacancy-mail {
        margin-top: 25px;
        font-size: 14px;
        line-height: 22px
    }

    .vacancy-img-item:not(:last-child) {
        margin-bottom: 20px
    }

    .vacancy-img-block {
        flex-direction: column
    }

    .vacancy-img-item {
        width: 100%
    }

    .vacancy-empty-text {
        font-size: 14px;
        line-height: 23px
    }

    .vacancy-block.vacancy-empty-block {
        margin-top: 15px
    }

    .vacancy-empty-img {
        margin-top: 25px
    }

    .vacancy-empty-img .vacancy-img-item {
        width: 100%
    }

    .news-article-date {
        font-size: 12px;
        line-height: 21px
    }

    .news-article-content {
        margin-top: 10px
    }

    .news-share-title {
        font-size: 14px;
        line-height: 21px
    }

    .news-article-share .social-list-link {
        width: 25px;
        height: 25px
    }

    .news-article-other {
        margin-top: 40px
    }

    .news-other-title {
        font-size: 16px;
        line-height: 22px
    }

    .news-other-item {
        width: 100%
    }

    .news-other-grid .main-news-img {
        height: auto
    }

    .news-other-grid .main-news-desc {
        height: 110px;
        padding: 10px 15px
    }

    .breadcrumbs-list li:last-of-type {
        max-width: 145px
    }

    .section-dealer .center {
        text-align: left
    }

    .dealer-info-item {
        width: 100%
    }

    .company-banner-title {
        padding: 0 10px
    }

    .company-banner-title h2 {
        font-size: 20px;
        line-height: 30px
    }

    .company-banner-desc {
        padding: 20px;
        font-size: 12px;
        line-height: 25px;
        text-align: left
    }

    .company-info {
        margin-top: 50px
    }

    .company-info-caption {
        font-size: 12px;
        line-height: 22px;
        text-align: left
    }

    .company-slider {
        margin-top: 27px
    }

    .slider-link-name {
        min-height: 140px;
        font-size: 16px;
        line-height: 22px;
        padding: 15px
    }

    .cooperation-block {
        margin-top: 60px
    }

    .cooperation-grid {
        margin-top: 30px
    }

    .cooperation-item {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        padding: 0;
        width: 100%
    }

    .cooperation-icon {
        height: 36px;
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 45px;
        margin-bottom: 0
    }

    .cooperation-name {
        text-align: left;
        flex: 1 1 auto;
        padding-left: 15px
    }

    .cooperation-info {
        font-size: 12px;
        line-height: 22px;
        text-align: left
    }

    .dealer-info-img-wrap {
        padding-top: 60%
    }

    .company-banner-img-wrap {
        padding-top: 60%
    }

    .error-wrap {
        padding-top: 60px
    }

    .error-img {
        background-position: center
    }

    .page-content-title {
        margin-bottom: 20px
    }

    .page-sliderImg-content {
        padding-top: 40px
    }

    .gallery-item {
        width: 100%
    }

    .gallery-more {
        margin-top: 20px
    }

    #page-video {
        padding-top: 70%
    }

    .sliderImg-link {
        height: 350px
    }

    .shop-wrap {
        margin-top: 20px
    }

    .shop-tabs-list li {
        width: 100%
    }

    .shop-tabs-list li:not(:last-child) {
        margin-bottom: 5px
    }

    .select2-container--default .select2-results>.select2-results__options {
        max-height: 280px
    }

    .search-wrap {
        margin-top: 20px
    }

    .search-page-input {
        padding: 0 25px;
        height: 30px
    }

    .search-page-icon {
        width: 12px;
        height: 12px
    }

    .search-result-count {
        margin-top: 15px;
        padding-left: 0;
        font-size: 12px;
        line-height: 17px
    }

    .search-content {
        margin-top: 20px
    }

    .search-result-item {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .search-result-name {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px
    }

    .search-result-text {
        font-size: 13px;
        line-height: 26px;
        max-height: 102px
    }

    .pagination-block {
        margin-top: 20px
    }

    .pagination-arrow {
        width: 15px;
        height: 15px;
        background-size: 5px 15px
    }

    .pagination-link {
        width: 30px;
        height: 30px;
        font-size: 10px;
        line-height: 16px
    }

    .pagination-list li {
        padding: 0 6px
    }

    .not-result-link {
        font-size: 13px;
        line-height: 22px
    }

    .calc-result-wrap {
        height: 295px;
        max-width: 300px
    }

    .calc-result-preview {
        padding: 0 20px;
        font-size: 14px;
        line-height: 24px
    }

    .calc-result-preview::after {
        width: 130px;
        height: 130px;
        margin-bottom: 15px
    }

    .calc-result-name {
        font-size: 12px;
        line-height: 17px
    }

    .result-value {
        font-size: 24px;
        line-height: 18px
    }

    .result-unit {
        font-size: 14px;
        line-height: 21px
    }

    .show-map {
        font-size: 13px;
        line-height: 16px
    }

    .color-block {
        margin-top: 20px
    }

    .color-type-list li:not(:last-child) {
        margin-right: 15px
    }

    .color-view-img,.color-view-name {
        max-width: 100%
    }

    .color-view-list li {
        width: 33.3%
    }

    .color-view-name {
        font-size: 11px;
        line-height: 15px
    }

    .palette-preview {
        height: 185px;
        padding: 20px 25px
    }

    .palette-preview-name,.palette-preview-number {
        font-size: 14px;
        line-height: 16px
    }

    .palette-share-icon {
        width: 14px;
        height: 20px
    }

    .selected-colors-title {
        font-size: 16px;
        line-height: 22px
    }

    .palette-arrow.palette-left {
        left: -10px
    }

    .palette-arrow.palette-right {
        right: -10px
    }

    .palette-preview-share {
        left: 25px;
        bottom: 20px
    }

    .close-palette-preview {
        right: 25px;
        top: 44px
    }

    .close-palette-preview button {
        width: 15px;
        height: 15px
    }

    .catalog-menu {
        max-height: 310px
    }

    .news-slider-init {
        max-height: 320px
    }

    .news-slider-content {
        width: 100%
    }

    .slider-link {
        max-height: 365px
    }

    .slider-link-item {
        width: 100%
    }

    .page-sliderImg-init {
        max-height: 350px
    }

    .sliderImg-item {
        width: 100%
    }
}

.page-gallery-block {
    padding-top: 40px;
}

.block {
    display: inline-block;
    margin: 0;
    background: white;
    border-top: 4px solid #C8D0C9;
    color: #3A3C55;
    padding: 30px 0px 30px 90px;
    position: relative;
}

.block:before {
    content: "\201C";
    font-family: serif;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #3d3b3b;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 1.35;
    text-align: center;
}

.block p {
    margin: 0 0 16px;
    line-height: 30px;
}

.block cite {
    font: italic 0.9em;
}

.catalog-grid-link {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0
}

.catalog-grid-link .terracote-link {
    height: 46px;
    padding: 0 25px;
    text-align: center;
    color: #cf563e;
    font-size: 18px;
    border: 1px solid #cf563e;
    border-radius: 30px;
    line-height: 44px
}

.catalog-grid-link .terracote-link:hover {
    background: #cf563e;
    color: #fff
}

.terracote-link {
    font-size: 14px;
    line-height: 19px;
    color: #cf563e;
    display: inline-block;
    transition: all .2s ease-in-out

}
.logo-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    color: #fff;
    text-align: right;
    font-size: 14px;
    line-height: 19px;
    width: 95% !important;
    margin-top: auto;
    opacity: .6;
}

svg.t-form-success-popup__close-icon {
    width: 1%;
    height: 1%;
}

.page-sliderImg-init.arrow-gray.slick-initialized.slick-slider {
    margin-right: 90px;
    margin-left: 90px;
}
.page-sliderImg-block {
    padding: 10px 20px 80px 20px;
    background-color: #fcf7f1;
}
.witharrowСотрудничество {
  -webkit-animation: blink_text 1s linear infinite;
  animation: blink_text 2s linear infinite;
  color: #444c57;
  }
 
@-webkit-keyframes blink_text {
  0% {
    color: #444c57; }
  50% {
    color: #ebebeb; }
  100% {
    color: #444c57; } }
 
@keyframes blink_text {
  0% {
    color: #444c57; }
  50% {
    color: #ebebeb; }
  100% {
    color: #444c57; } 
}