@import url('https://fonts.googleapis.com/css?family=Scada:400,700&subset=cyrillic-ext');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    outline: none !important;
    font-family: 'Scada', sans-serif !important;
    color: #252525;
}

html,
body {
    scroll-behavior: smooth;
}

a {
    color: #252525;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #2d74c6;
}

.btn {
    cursor: pointer;
    display: inline-block;
    line-height: 46px;
    padding: 0 35px;
    font-size: 14px;
}

.btn-primary {
    color: #fff !important;
    background: #2d74c6;
}
.btn-primary:hover {
    background: #225b9e;
    text-decoration: none;
}

.btn-secondary {
    color: #fff !important;
    background: #cd3b3b;
}
.btn-secondary:hover {
    background: #c00808;
    text-decoration: none;
}

.btn-default {
    color: #225b9e !important;
    background: transparent;
    border: 1px solid #225b9e;
    line-height: 36px;
    padding: 0 25px;
}
.btn-default:hover {
    background: #225b9e;
    color: #fff !important;
    text-decoration: none;
}

.btn__wrapper {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.btn__wrapper .btn {
    margin-right: 30px;
}

nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 280px;
    background: #252525;
    height: 100%;
    color: #fff;
    display: none;
    z-index: 999;
}
nav .close {
    position: absolute;
    right: -36px;
    width: 36px;
    height: 36px;
    background: #252525;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none !important;
}
.nav__wrapper {
    padding: 36px 0;
    height: 100%;
    overflow: auto;
}
.nav__wrapper .addr {
    background: rgba(255,255,255,.1) url(../images/icon/addr.svg) 10px center / 16px no-repeat;
    padding: 0 20px 0 30px;
    font-size: 12px;
    line-height: 40px;
}
.nav__wrapper .header__block {
    padding: 20px 10px;
    border-bottom: 1px solid #444;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nav__wrapper .header__block .image {
    width: 48px;
    height: 48px;
    background: rgba(250,250,250,.5);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    margin-right: 21px;
}
.nav__wrapper .header__block img {}
.nav__wrapper .header__block p {
    opacity: .7;
    font-size: 14px;
    margin: 0;
}
.nav__wrapper .header__block a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
}
.nav__wrapper .header__block a.callback {
    font-size: 14px;
    font-weight: 500;
    opacity: .8;
}
.nav__wrapper .header__block a.callback span {
    display: inline-block;
    line-height: 1.2;
    border-bottom: 1px dashed currentColor;
}
.nav__wrapper .header__block a.callback:hover {
    text-decoration: none;
}
.nav__wrapper .header__block a.callback:hover span {
    border-bottom-color: transparent;
}
.nav__wrapper .menu {
    margin-top: 30px;
}
.nav__wrapper .menu ul {
    text-align: left;
    margin: 0;
}
.nav__wrapper .menu ul a {
    font-size: 14px;
    opacity: .7;
    padding-left: 40px;
}
.nav__wrapper .menu li {
    text-align: left;
    width: 100%;
}
.nav__wrapper .menu a {
    font-size: 16px;
    color: #fff;
    padding: 15px 10px;
    border-bottom: 1px solid #444;
}
.nav__wrapper .menu a:hover {
    text-decoration: none;
    background: rgba(255,255,255,.1);
}

header {}
.header__top {
    background: #f8f8f8;
    line-height: 40px;
}
.header__top p {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #5f6872;
    background: url(../images/icon/map-marker.svg) left center / 20px no-repeat;
    padding-left: 30px;
    line-height: 40px;
}
.header__top a {
    padding: 0 30px;
    background: #2d74c6;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    height: 100%;
    float: right;
}
.header__top a:hover {
    background: #225b9e;
    text-decoration: none;
}

.header {
    padding: 30px 0;
}

.header .logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    text-decoration: none !important;
}
.header .logo img {
    flex: 0 0 38px;
    margin-right: 15px;
    width: 56px;
}
.header .logo div {}
.header .logo p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #252525 !important;
}
.header .logo span {
    font-size: 13px;
    color: #5f6872;
    letter-spacing: -.5px;
    white-space: nowrap;
}
.header .logo:hover span{
    color: #252525 !important;
}
.header .search {
}
.header .search form {
    position: relative;
}
.header .search form input {
    width: 100%;
    box-shadow: none !important;
    border: none;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    height: 40px;
    margin: 0;
    padding-right: 40px;
}
.header .search form button {
    width: 40px;
    height: 40px;
    background: url(../images/icon/search.svg) center / 23px no-repeat;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
}
.header .header__block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
}
.header .header__block .image {
    background: #f8f8f8;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 15px;
    flex: 0 0 60px;
}
.header .header__block img {}
.header .header__block p {
    font-size: 14px;
    color: #5f6872;
    margin: 0;
}
.header .header__block a {
    font-size: 16px;
    font-weight: 600;
}
.header .header__block a.callback {
    font-size: 14px;
    font-weight: 500;
    color: #2d74c6;
}
.header .header__block a.callback span {
    border-bottom: 1px dashed currentColor;
    display: inline-block;
    line-height: 1;
    color: #2d74c6;
}
.header .header__block a.callback:hover {
    text-decoration: none;
}
.header .header__block a.callback:hover span {
    border-bottom-color: transparent;
}

.header__nav {
    background: #252525;
}
.header__nav .menu {
    align-items: center;
    justify-content: space-between;
}
.header__nav .menu li {
    position: relative;
    width: calc(100% / 6);
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__nav .menu li a {
    color: #c4c4c4;
    font-size: 14px;
    padding: 0 20px;
    line-height: 1;
    border-right: 1px solid #444;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__nav .menu li:last-of-type a {
    border-right: none;
}
.header__nav .menu li a:hover {
    background: #2d74c6;
    text-decoration: none;
    color: #fff;
}
.header__nav .menu li.dropdown {}
.header__nav .menu li.dropdown li a {
    line-height: 40px;
    white-space: nowrap;
    border: none;
}
.header__nav .menu li.dropdown > a:before {
    content: '';
    border: 4px solid transparent;
    border-top-color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
}
.header__nav .menu li.dropdown:hover {}
.header__nav .menu li.dropdown ul {
    position: absolute;
    top: 60px;
    left: 0;
    background: #252525;
    width: auto;
    margin: 0;
    z-index: 199;
    display: none;
}
.header__nav .menu li.dropdown li {
    width: 100%;
    border-bottom: 1px solid #444;
    text-align: left;
}
.header__nav .menu li.dropdown a {
    padding: 0 30px 0 20px;
}
.header__nav .menu li.dropdown:hover ul {
    display: inline-block;
}

header#mobile {
    padding: 15px 0;
    background: #efefef;
    display: none;
}
header#mobile form {
    position: relative;
    margin-top: 15px;
    display: none;
}
header#mobile form input {
    margin: 0;
    width: 100%;
    padding: 0px 40px 0px 10px;
}
header#mobile form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
    background: url('../images/icon/search.svg') center / 20px no-repeat;
}

footer {
    background: #252525;
    margin: 0;
}
.footer {
    padding: 30px 0;
}
.footer a {
    font-size: 15px;
    color: #c4c4c4;
}
.footer strong {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #444;
    line-height: 50px;
}
.footer strong a {}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    columns: 2;
}
.footer ul li {
    margin-bottom: 10px;
}
.footer ul a {
    font-size: 14px;
    color: #fff;
}

.footer__copyright {
    color: #c4c4c4;
    line-height: 70px;
    border-top: 1px solid #444;
}
.footer__copyright a {
    font-size: 14px;
    color: #c4c4c4;
    line-height: 1;
    display: inline-block;
}
.footer__copyright p {
    margin: 0;
    font-size: 14px;
    color: #c3c3c3;
}

main {}
.box {
    padding: 35px 0 45px;
}
.box-small {
    padding-top: 0;
}
.box-small-nopadding {
    padding-bottom: 0;
}
.box__gray {
    background: #f8f8f8;
    padding: 50px 0;
}
.box p a {
    color: #2d74c6;
}
.title {
    margin-bottom: 60px;
}
.title-small {
    margin-bottom: 30px;
}
.title h1 {
    font-size: 22px;
    line-height: 1.4;
}
.title h2 {
    font-size: 22px;
    line-height: 1.4;
}
.title h3 {
    font-size: 22px;
    line-height: 1.4;
}
.title p {
    font-size: 15px;
    color: #252525;
    line-height: 1.4;
    margin-bottom: -10px;
}

.title h4 {
    margin-bottom: 0;
    font-size: 21px;
    color: #2d74c6;
}

.title-border {
    border-bottom: 1px solid  #f3f3f3;
}

.main__title {
    padding: 25px 0 0;
    margin-bottom: 0px;
}
.main__title ul {
    margin-bottom: 0px;
}
.main__title ul li {}
.main__title ul a {
    text-transform: none;
    color: #c4c4c4;
    font-size: 14px;
}
.main__title ul span {
    text-transform: none;
    font-size: 14px;
}
.breadcrumbs li:not(:last-child)::after {
    margin: 0px 5px;    
    font-size: 14px;
}
.main__title h1 {
    font-size: 24px;
    margin-top: 10px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
}

.work__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: flex-start;
    justify-content: space-between;
}
.work__items {
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -o-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: center;
}
.work__items .image {
    width: 110px;
    height: 110px;
    border: 1px solid  #252525;
    border-radius: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.work__items .image img {
    height: 40px;
}
.work__items .image span {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #2d74c6;
    color: #fff;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}
.work__items p {
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
}
.work__items p a {
    color: #2d74c6;
}
.work__items p a:hover {
    text-decoration: underline;
}
.work__items p a.callback {
    color: #2d74c6;
}
.work__items p a.callback:hover {
    text-decoration: none;
}
.work__items p a span {
    border-bottom: 1px dashed currentColor;
    display: inline-block;
    line-height: 1;
    color: #2d74c6;
}
.work__items p a:hover span {
    border-bottom-color: transparent;
}

.about__wrapper {
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 21px;
}
.about__items {
    text-align: center;
    margin: 0 40px;
    min-width: 110px;
}
.box__gray .about__wrapper {
    margin-bottom: 0;
}
.about__items .image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: #2d74c6;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.about__items .image img {
    filter: invert(1);
}
.about__items p {
    line-height: 1.3;
    margin: 0;
    font-size: 15px;
}

.about--main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 0 60px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}


.about__items--main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    margin: 0 20px 30px;
    min-width: 220px;
}
.about__items--main img {
    border-radius: 1100%;
    overflow: hidden;
    margin-right: 15px;
}
.about__items--main p {
    margin: 0;
    font-size: 15px;
    color: #252525;
    line-height: 1.5;
}

.partner-slick {
    width: 100%;
    margin-bottom: 60px !important;
}
.partner-slick .slick-list {
    margin: 0 -20px;
}

.partner__items {
    height: 145px;
    padding: 0 20px;
}
.partner__items div {
    width: 100%;
    height: 100%;
    border: 1px solid  #f3f3f3;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.partner__items img {
    max-width: 80%;
    opacity: .6;
    max-height: 80%;
    transition: all .3s linear;
}
.partner__items:hover img {
    opacity: 1;
}



.news-slick {
    width: 100%;
    margin-bottom: 60px !important;
}
.news-slick .slick-list {
    margin: 0 -20px;
}

.news__items {
    margin: 0 20px;
    border: 1px solid  #f3f3f3;
    text-decoration: none !important;
}
.news__items:hover {
    border-color: #2d74c6;
}
.news__items p {
    padding: 25px;
    margin: 0;
}
.news__items .image {
    width: 100%;
    height: 240px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.news__items .image span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    color: #f3f3f3;
    background: #252525;
    line-height: 36px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
}

.slick-dots {
    bottom: -50px;
}
.slick-dots li {}
.slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    border: 1px solid  #e3e3e3;
}
.slick-dots li button:before {
    display: none;
}
.slick-dots li.slick-active button {
    border-color: #2d74c6;
    background: #2d74c6;
}

.partner-slick .slick-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    top: -62px;
    right: 40px;
    left: inherit;
    background: #f3f3f3 url(../images/icon/angle-left.svg) center no-repeat;
}
.partner-slick .slick-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f3f3f3 url(../images/icon/angle-right.svg) center no-repeat;
    top: -62px;
    right: 0;
    left: inherit;
}

.news-slick .slick-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    top: -62px;
    right: 40px;
    left: inherit;
    background: #f3f3f3 url(../images/icon/angle-left.svg) center no-repeat;
}
.news-slick .slick-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f3f3f3 url(../images/icon/angle-right.svg) center no-repeat;
    top: -62px;
    right: 0;
    left: inherit;
}
.slick-next:before {
    display: none;
}
.slick-prev:before {
    display: none;
}


.layout__items {
    margin-bottom: 80px;
}
.layout__items .image {
    margin: 0 auto 30px;
    background: #f3f3f3;
    width: 100px;
    height: 100px;
    font-size: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: #2d74c6;
    border-radius: 100%;
}
.layout__items p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
}

.delivery__items {
    width: 100%;
    height: 90px;
    border: 1px solid  #f3f3f3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.delivery {
    margin-bottom: 20px;
}
.delivery__title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.delivery__title .image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    background: #f3f3f3;
    border-radius: 100%;
    flex: 0 0 100px;
}
.delivery__title .text {
    flex: 0 1 100%;
}
.delivery__title strong {
    font-weight: 500;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 11px;
}
.delivery__title strong:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    z-index: 9;
}
.delivery__title strong span {
    font-size: 18px;
    padding-right: 20px;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 11;
}
.delivery__title p {
    font-size: 15px;
    margin: 0;
}

.table {
    margin-bottom: 80px;
    overflow: auto;
}

table {
    min-width: 440px;
}
.table-small table {
    min-width: auto;
}
table thead {
    border: none;
}
table thead tr {
    line-height: 60px;
}
table thead th {
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
    padding: 0 15px;
    border: none;
}
table tbody {
    border: none;
    background: transparent;
}
table tbody tr {
    background: transparent !important;
    border-bottom: 1px solid #e3e3e3 !important;
    line-height: 60px;
}
table tbody td {
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
}
.table-small tbody tr {
    line-height: 42px;
}
.table-small tbody td {
    padding: 0;
}

.map {
    position: relative;
}
#map {
    height: 500px;
}

.contacts__wrapper {
    top: 30px;
    left: calc((100% - 1200px) / 2);
    position: absolute;
    padding: 30px;
    background: #fff;
    z-index: 99;
    line-height: 1;
    width: 25%;
    -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
}
.contacts__wrapper h3 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
}
.contacts__wrapper p {
    font-size: 15px;
    margin-bottom: 5px;
}
.contacts__wrapper a {
    color: #2d74c6;
}
.contacts__wrapper ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.contacts__wrapper ul li {
    display: inline-block;
    margin-right: 5px;
}
.contacts__wrapper ul li img {
    width: 36px;
}

.contacts__block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.contacts__block .image {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    background: #f3f3f3;
    border-radius: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.contacts__block a {
    color: #2d74c6;
    font-size: 16px;
}

.contacts {
    padding-left: 30px;
}

form {}
form h3 {
    font-size: 18px;
    color: #3b3b3b;
    margin-bottom: 20px;
}
form label {
    margin-bottom: 30px;
}
form label input {
    padding: 0 15px;
    border: 1px solid  #e3e3e3 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 44px !important;
}
form label select {
    padding: 0 15px;
    border: 1px solid  #e3e3e3 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 44px !important;
    -webkit-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>") 95% 50% / 8px no-repeat;
    margin: 0;
}
form label textarea {
    padding: 10px 15px;
    border: 1px solid  #e3e3e3;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    height: 110px;
}
form button {}

h4 {
    font-size: 18px;
    color: #3b3b3b;
    margin-bottom: 20px;
}

hr {
    border-color: #f3f3f3;
}

.goods__items {
    margin-bottom: 30px;
    border: 1px solid  #f3f3f3;
    display: inline-block;
    width: 100%;
    transition: all 0.2s linear;
    text-decoration: none !important;
    padding-top: 20px;
}
.goods__items:hover {
    border-width: 1px;
    border-color: #2d74c6;
}
.goods__items .image {
    width: 100%;
    height: 280px;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.goods__items {position:relative}

.goods__items strong {
    display: inline-block;
    line-height: 21px;
    padding: 5px 30px 5px 25px;
    background: #353535;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-left: 6px solid  #cd3b3b;
    max-width: 100%;
    overflow: hidden;
    position:absolute;
    bottom:20px;
    z-index: 999;
    left: 0;
    width: 100%;
}
.goods__items p {
    padding: 20px 20px 0;
    font-size: 15px;
    line-height: 1.4;
    color: #252525;
    margin: 0;
    height: 124px;
    overflow: hidden;
    margin-bottom: 20px;
}

.subscribe {
    background: url('../images/subs-bg.jpg') center / cover no-repeat;
    padding: 20px 20px 30px;
}
.subscribe h3 {
    font-size: 21px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.subscribe p {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
}
.subscribe a {
    color: #fff !important;
    text-decoration: underline;
}
.subscribe label {
    margin-bottom: 15px;
}

.filter__sidebar {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.filter__sidebar strong {
    display: inline-block;
    line-height: 48px;
    padding: 0 30px 0 25px;
    background: #353535;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-left: 6px solid  #cd3b3b;
}
.filter__sidebar ul {
    list-style: none;
    padding: 0px 0 0;
    margin: 0;
    background: #f3f3f3;
}
.filter__sidebar li {
    display: inline-block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid  #e3e3e3;
}
.filter__sidebar li:last-of-type {
    border-bottom: none;
}
.filter__sidebar a, .filter__sidebar p {
    padding: 10px 40px 10px 25px;
    display: inline-block;
    background: #f3f3f3;
    width: 100%;
    font-size: 16px;
    color: #161616;
    line-height: 1.2;
    margin: 0;
    cursor: pointer;
    position: relative;
}
.filter__sidebar li ul {
    width: 100%;
    display: none;
    padding: 0px 0 10px;
}
.filter__sidebar ul ul li {
    border: none;
}
.filter__sidebar ul ul li a {
    padding: 3px 0 3px 40px;
    font-size: 14px;
    border-bottom: 0;
    line-height: 1.5;
    color: #5f6872;
}
.filter__sidebar ul a:hover, .filter__sidebar ul p:hover {
    background: #2d74c6;
    color: #fff;
    text-decoration: none;
}
.filter__sidebar p:before {
    content:'';
    border: 4px solid transparent;
    border-top-color: #161616;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
}

.products__table {
    margin-bottom: 50px;
    overflow: auto;
}

.product-slick {
    margin-bottom: 30px;
}
.product-slick__items {
    height: 400px;
}
.product-slick__items a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border: 1px solid  #f3f3f3;
    height: 100%;
    width: 100%;
}
.product-slick__items img {
    max-width: 90%;
    max-height: 90%;
}
.product__thumbs-slick {
    margin-bottom: 50px;
}
.product__thumbs-slick .product-slick__items {
    border: 1px solid  #f3f3f3;
    margin: 0 5px;
    height: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    opacity: .6;
}
.product__thumbs-slick .slick-list {
    margin: 0 -5px;
}
.product__thumbs-slick .product-slick__items.slick-current {
    border-color: #3c7eca;
    opacity: 1;
}

.product__feature {
    margin-bottom: 50px;
}

.product__badge {
    background: #f3f3f3;
    padding: 40px 33% 40px 30px;
    /*margin-bottom: 30px;*/
    line-height: 1;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}
.product__badge strong {
    color: #252525;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.product__badge p {
    color: #5f6872;
    margin-bottom: 15px;
    font-size: 14px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.product__badge a {}

.catalog__items {
    height: 100%;
    margin-bottom: 30px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100%;
}
.catalog__items:hover strong {
    background: #000;
    padding-left: 40px;
}
.catalog__items strong {
    display: inline-block;
    line-height: 42px;
    padding: 0 30px 0 25px;
    background: #353535;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-left: 6px solid #cd3b3b;
    position: absolute;
    left: 0;
    bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    transition: all .2s linear;
}

.divider {
    display: inline-block;
    width: 100%;
    height: 30px;
    flex: 0 0 100%;
    order: 0;
}
.divider-large {
    height: 60px;
}

.color__items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.color__items img {
    margin-right: 15px;
}
.color__items p {
    margin: 0;
    font-size: 16px;
    color: #252525;
    line-height: 1;
}

.main-slick {
    width: 100%;
    margin: 0 !important;
}
.main-slick .slick-dots {
    bottom: 20px;
}
.main__items {
    padding: 50px 50px 70px;
    -webkit-background-size: cover;
    background-size: cover;
}
.main__items p {
    font-size: 30px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 30px;
    min-height: 100px;
}
.main__items p span {
    color: #e22;
    font-style: italic;
}

.hidden-large {
    display: none;
}

.modal {
    display: none;
    padding: 0;
}

.modal form {
    width: 100%;
    padding: 0px 20px 20px;
    max-width: 600px;
}
.modal form .title {
    background: #f3f3f3;
    margin: 0 -20px 30px;
    padding: 0 20px;
    line-height: 60px;
    height: 60px;
}
.modal form .title h3 {
    margin: 0;
    line-height: 60px;
}
.modal form label {
    margin-bottom: 20px;
}
.modal form strong {
    display: inline-block;
    color: #2d74c6;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.modal .fancybox-close-small {
    height: 60px;
}

.modal hr {
    margin-top: 0;
}

.modal img {
    margin-bottom: 30px;
    height: 150px;
}

.modal p {
    line-height: 1.2;
}

@media (max-width: 75em) {
    .slick-list {
        margin: 0 -10px !important;
    }
    .product-slick .slick-list {
        margin: 0 !important;
    }
    .footer a {
        font-size: 13px;
    }
    .footer ul a {
        font-size: 12px;
        line-height: 1.4;
        display: inline-block;
    }
    .header .header__block a {
        font-size: 14px;
    }
    .header .header__block p {
        font-size: 12px;
    }
    .contacts__wrapper {
        left: 15px;
        width: 50%;
    }
}

@media (max-width: 64em) {
    header {
        display: none;
    }
    header#mobile {
        display: inline-block;
        width: 100%;
    }
    .work__items .image {
        width: 70px;
        height: 70px;
    }
    .about__items {
        min-width: auto;
    }
    .work__items p {
        font-size: 12px;
    }
    .footer__copyright {
        line-height: 1.4;
        padding: 15px 0;
    }
    .footer__copyright .cell {
        text-align: center;
    }
    .footer__copyright a {
        line-height: 1;
        margin: 5px 0;
        opacity: .7;
    }
    .footer__copyright p {
        line-height: 1;
        margin: 5px 0;
    }
    .footer ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        -o-columns: 1;
        columns: 1;
    }
    .contacts__block a {
        font-size: 14px;
    }
    .delivery__items {
        margin-bottom: 30px;
    }
    .cell {
        -webkit-order: 0;
        -moz-order: 0;
        -ms-order: 0;
        -o-order: 0;
        order: 3;
    }
    .order-1 {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
    }
    .hidden-large {
        display: inline-block;
        width: 100%;
    }
    .hidden-large .filter__sidebar {
        display: inline-block;
        width: 100%;
    }
    .filter__sidebar {
        display: none;
    }
    .product__badge {
        margin-bottom: 30px;
    }
    .product__badges .divider {
        display: none;
    }
}

@media (max-width: 40em) {
    .about--main {
        padding: 0;
    }
    .footer {
        display: none;
    }
    .work__wrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    .work__items {
        margin-bottom: 30px;
        -webkit-flex: 0 0 33.3333%;
        -moz-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        -o-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    }
    .about__wrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about__items {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        -o-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 30px;
        min-width: auto;
        margin: 0 0 30px;
        padding: 0 30px;
        width: 50%;
    }
    .title p br {
        display: none;
    }
    .contacts {
        padding: 0;
        margin-top: 40px;
    }
    .contacts__wrapper {
        position: static;
        width: 100%;
    }
    table thead th, table tbody tr td {
        font-size: 13px;
    }
    .product-slick__items {
        height: 280px;
    }
    .layout__items p {
        font-size: 12px;
    }
    .main-slick {
        margin-top: -35px !important;
    }
    .main__items {
        padding: 30px 15px 50px;
    }
    .main__items br {
        display: none;
    }
    .product__badge {
        padding: 25px 40% 20px 20px;
    }
}

@media (max-width: 460px) {
    .about--main {
        justify-content: flex-start;
    }
    .work__items {
        margin-bottom: 30px;
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -o-flex: 0 0 100%;
        flex: 0 0 50%;
        width: 50%;
    }
    .delivery__title {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .delivery__title .image {
        margin: 0 0 30px;
    }
    .btn__wrapper {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .btn {
        width: 100%;
        text-align: center;
        margin: 0 auto 10px;
    }
    .logo img {max-width:40px;}
    .nav__wrapper .addr {color:#FFF}
}

/**/
.modal .fancybox-close-small:hover svg{opacity:0.6}
.label_search {float: left;width: 80%; margin-right: 20px;}
form.nc_search {overflow: hidden;}
.nc_search_list, .nc_search_range {margin-bottom: 20px;}
.nc_search_list a {color: #1779ba;}
.delivery__title .image img {width: 65px; height: 65px;}
.delivery__items {height: 110px;padding: 10px;}
.delivery__items img, .social img:hover {opacity: 0.8}
.delivery__items:hover img {opacity: 1}
textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {box-shadow: none;border-color: #ccc;}
.contacts__wrapper {-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);box-shadow: 0px 10px 20px rgba(0,0,0,0.1);}
.partner__items img {max-width: 50%;}
.subscribe p u {color: #FFF;}
.news_img {float: left; width: 300px; margin: 0 20px 20px 0;}
.inner_news {display: block; margin-bottom: 20px;}
.news__items p {min-height: 180px;}
.product__badge {-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;}
.product__badge:hover{-webkit-transform: scale(1.01); -moz-transform: scale(1.01); -o-transform: scale(1.01);}
.color_pin {width: 60px; display: block;margin-right: 20px;}