

/* Start:/media/css/main.css?168363938830896*/
@charset "UTF-8";
@import url(/media/css/jquery.fancybox.min.css);
@import url(/media/css/bootstrap-reboot.min.css);
@import url(/media/css/bootstrap-grid.min.css);
@import url(/media/css/swiper.min.css);
@import url(/media/css/fonts.css);

* {
    outline: none !important;
}
html.over{
    overflow-y: scroll;
}
html, body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    height: 100%;
}
#licntF835{
    display: none;
}
html .no-overflow, body .no-overflow {
    overflow: hidden;
}
.header-slider .swiper-slide:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5); ;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 12px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5);
    z-index: 101;
}
.test-dev{
    position: relative;
    z-index: 1000000;
    background-color: #000;
    color: #f7f7f7;
}
header.no-opacity {
    background-color: #ffffff;
}

@-webkit-keyframes autofill {
    to {
        color: #000;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.breadcrumbs {
    margin-top: 40px;
}
.catalog-breadcrumbs ul {
    font-size: .875rem;
    list-style: none;
    padding: 0;
}

div[id^="wait_comp_"]{
    display: none !important;
}

.catalog-breadcrumbs ul a {
    color: #333;
    text-decoration: none;
    opacity: .8;
}

.catalog-breadcrumbs ul a:hover {
    color: #000000;
    text-decoration: none;
    opacity: 1;
}

.catalog-breadcrumbs ul li {
    display: inline;
    margin-right: 2px;
}

.catalog-breadcrumbs ul li:last-child a {
    opacity: 1;
    color: #000000;
}
.about__img{
    max-width: 100%;
    margin-bottom: 24px;
}
.about__img img{
    max-width: 100%;
    height: auto;
}
.file-download {
    margin-bottom: 24px;
    padding-left: 28px;
    position: relative;
}
.descrip-slider-wrap{
    margin: 24px 0;
    position: relative;
}
.descrip-slider .swiper-slide{
    /*width: auto;*/
}
.descrip-slider .swiper-slide:not(:last-child){
    /*margin-right: 24px;*/
}
.descrip-slider a{
    display: block;
    width: 100%;
}
.descrip-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.file-download a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 24px;
    background: url("/media/img/download.svg") 0 50% no-repeat;
    background-size: 20px;
}

.header__logo {
    width: 152px;
    height: 65px;
    margin-left: 16px;
}

.header__logo img {
    width: 100%;
}

.grecaptcha-badge {
    display: none;
}

.g-recap {
    margin-top: 12px;
    text-align: center;
    font-size: 10px;
}

.menu {
    display: none;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1001;
}

.menu.open {
    display: block;
}

.menu a {
    color: #ffffff;
    padding-bottom: 2px;
}

.menu a:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
}

.block__policy {
    /*margin-top: 48px;*/
}

.block__policy h1 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 24px;
}

main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.menu__wrap {
    background-color: #191919;
    max-width: 340px;
    width: 100%;
    height: 100%;
    padding: 36px;
    position: relative;
}

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

.menu__wrap ul li {
    line-height: 1.75rem;
}

.menu__wrap ul li.menu__title {
    font-weight: bold;
    font-size: 1.125rem;
}

.menu__wrap ul li.menu__title:not(:first-child) {
    margin-top: 24px;
}

.menu__close {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 36px;
    top: 36px;
    cursor: pointer;
}

.menu__close-line {
    background-color: #ff0808;
    height: 32px;
    width: 4px;
    position: absolute;
}

.menu__close-line:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu__close-line:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu__burger {
    width: 38px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.menu__burger_line {
    height: 4px;
    width: 100%;
    background-color: #000000;
    margin-bottom: 8px;
}

.menu__burger_line:nth-child(2) {
    width: 60%;
    margin-right: 40%;
}

.menu__burger_line:nth-child(2):after {
    content: '';
    position: absolute;
    height: 4px;
    width: 27%;
    background-color: #F50808;
    right: 0;
}

.menu__burger_line:last-child {
    margin-bottom: 0;
}

.header__links {
    list-style: none;
    padding: 0;
    margin-bottom: 36px;
}

.header__links li {
    display: inline-block;
    margin-right: 24px;
}

.header__links li:last-child {
    margin-right: 0;
}

.header__links a {
    color: #000000;
    font-size: 1.125rem;
    font-weight: bold;
}

.header__links a:hover {
    text-decoration: none;
    color: #f30000;
}

.header__search {
    width: 440px;
    height: 32px;
    position: relative;
    margin-right: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__search input {
    width: 100%;
    background: transparent;
    border: 1px solid #5e5e5e;
    border-radius: 50px;
    padding: 7px 24px 7px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
}

.header__search .search_enter {
    right: 16px;
    background: url("/media/css/../img/search.png") 0 50% no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    opacity: .5;
}

.search_enter {
    border: 0;
    position: absolute;
    cursor: pointer;
    outline: none;
}

.search_enter:focus {
    outline: none;
}

.menu__search {
    position: relative;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 240px;
}

.menu__search input {
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    padding: 4px 48px 4px 16px;
    width: 100%;
    color: #ffffff;
}

.menu__search .search_enter {
    background: url("/media/css/../img/search-white.png") 0 50% no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
    right: 16px;
}

.callback__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
    text-transform: uppercase;
    font-size: .875rem;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff0808), to(#f74f4f));
    background-image: -o-linear-gradient(bottom, #ff0808, #f74f4f);
    background-image: linear-gradient(to top, #ff0808, #f74f4f);
    color: #ffffff;
    border: 0;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    cursor: pointer;
}

.callback__btn:hover {
    -webkit-box-shadow: 0 0 4px 1px rgba(255, 8, 8, 0.3);
    box-shadow: 0 0 4px 1px rgba(255, 8, 8, 0.3);
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
}

.header__contacts {
    font-size: 1.25rem;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__contacts_item {
    position: relative;
    padding-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
}

.header__contacts_item a {
    color: #000000;
}

.header__contacts_item:before {
    content: '';
    position: absolute;
    left: 0;
}

.header__contacts_item--phone:before {
    background: url("/media/css/../img/icon-phone.svg") no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
}

.header__contacts_item--mail:before {
    background: url("/media/css/../img/icon-mail.png") 0 100% no-repeat;
    width: 20px;
    height: 16px;
    background-size: 20px;
}

.header-slider.swiper-container {
    height: 100%;
    width: 100%;
}

.header-slider.swiper-button-next:after,
.header-slider.swiper-button-prev:after {
    color: #fff;
    fill: #fff;
    opacity: 0;
    visibility: hidden;
}

.header-slider.swiper-button-next:hover:after,
.header-slider.swiper-button-prev:hover:after {
    opacity: 1;
    visibility: visible;
    transition-duration: .2s;
}

.news-slider.swiper-button-next:after,
.news-slider.swiper-button-prev:after {
    color: #000;
    line-height: 1;
    font-size: 28px;
}

.news-slider.swiper-button-next {
    right: 0;
}

.news-slider.swiper-button-prev {
    left: 0;
}

.news-slider.swiper-button-next,
.news-slider.swiper-button-prev {
    top: calc(50% + 20px);
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, .5);
}

.header-slider.swiper-button-next {
    right: 0;
}

.header-slider.swiper-button-prev {
    left: 0;
}

.header-slider.swiper-button-next,
.header-slider.swiper-button-prev {
    width: auto;
    padding: 0 30px;
    height: 100%;
    top: 0;
    margin-top: 0;
}

.header-slider.swiper-button-next:hover,
.header-slider.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, .5);
    transition-duration: .2s;
}
.descrip-slider.swiper-pagination{
    width: 100%;
}
.section-news .swiper-pagination {
    width: calc(100% - 30px);
}

.section-s1 .swiper-pagination {
    width: 100%;
    bottom: -12px;
}

.section-news .swiper-pagination-bullet,
.section-s1 .swiper-pagination-bullet,
.descrip-slider .swiper-pagination-bullet{
    margin: 0 4px;
    height: 3px;
    width: 48px;
    border-radius: 0;
}

.section-news .swiper-pagination-bullet-active,
.section-s1 .swiper-pagination-bullet-active,
.descrip-slider .swiper-pagination-bullet-active{
    background: #F50808;
}

.section-s1 .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-s1 {
    height: -webkit-calc(100vh - 35vh);
    height: calc(100vh - 35vh);
    position: relative;
    padding-bottom: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-s1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.section-s1 h2,
.section-s1 h2 a {
    color: #ffffff;
    font-weight: bold;
}
.section-s1 h2 a:hover {
    text-decoration: underline;
}
.section.section-s1 h2 {
    position: relative;
    font-size: 4rem;
}

.section h2 {
    text-align: center;
}

.container-fluid.s__container {
    padding-left: 7%;
    padding-right: 7%;
}

.category {
    position: relative;
    overflow: hidden;
    height: 280px;
    border-radius: 4px;
    margin-top: 24px;
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
}

.category a {
    color: #000000;
}

.category a:hover {
    color: #000000;
    text-decoration: none;
}

.category ul {
    padding: 0;
    margin: 24px 0 0 0;
    list-style: none;
}

.category ul li {
    display: inline;
}

.category__background {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.category__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.category .btn__more {
    position: absolute;
    bottom: 24px;
    left: 24px;
    text-align: center;
}

.category__wrap {
    width: 50%;
    height: 100%;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    border-radius: 4px 0 0 4px;
    display: inline-block;
}

a.btn__more {
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
    border-radius: 50px;
    padding: 8px 32px;
    background-color: #F50808;
    display: inline-block;
    z-index: 11;
    color: #ffffff;
}

a.btn__more:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 0 8px rgba(245, 8, 8, 0.6);
    box-shadow: 0 0 8px rgba(245, 8, 8, 0.6);
}

.category__description {
    font-size: .875rem;
}

.category .clicker {
    z-index: 10;
}

.clicker {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.category__title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 24px;
    line-height: 1.25rem;
}

.mt-section {
    margin-top: 64px;
}

.mb-section {
    margin-bottom: 64px;
}

.form__title {
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
}

.form__wrap {
    background-color: #ECECEC;
    width: 100%;
    padding: 48px 0 32px;
    border: 2px solid #F50808;
    border-radius: 8px;
}

.form__wrap .fields__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form__wrap .agree__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form__field_elipce input {
    margin-right: 24px;
    border: 1px solid #5e5e5e;
    background: #FFF;
    border-radius: 50px;
    padding: 8px 24px;
}

.text__center {
    text-align: center;
}

.btn-submit {
    border: 0;
    padding: 8px 24px;
    border-radius: 50px;
    color: #ffffff;
    pointer-events: none;
    opacity: .5;
    background-color: #5e5e5e;
}

.btn-submit.correct {
    background-color: #F50808;
    opacity: 1;
    pointer-events: auto;
}

.btn-submit:hover {
    -webkit-box-shadow: 0 0 8px rgba(255, 8, 8, 0.6);
    box-shadow: 0 0 8px rgba(255, 8, 8, 0.6);
}

.popup_phone {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1rem;
    width: 100%;
    background: #F50808;
    padding: 8px;
    border-radius: 50px;
}

.popup_phone:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-left: -24px;
    top: 5px;
}

.popup_phone a {
    color: #fff;
    font-weight: bold;
}

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

.news-item {
    position: relative;
    height: 212px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 24px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-item .main__news-title{
    font-size: 1.125rem;
    z-index: 2;
}

.news-item .main__news-title a {
    font-size: 1.125rem;
    color: #ffffff;
}
.section.section-s5 h1{
    font-size: 32px;
}
.news-item .main__news-title a:hover {
    color: #ffffff;
}

.news-item img {
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.news-data {
    margin-bottom: 12px;
    font-size: .875rem;
    margin-left: 24px;
}

.agree__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    font-size: .875rem;
    line-height: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.agree__wrap span {
    cursor: pointer;
}

.agree__wrap a {
    color: #000000;
}

.agree__wrap a:hover {
    color: #000000;
}

.agree__wrap input[type="checkbox"]:checked + label:after {
    content: '';
    background: url("/media/css/../img/check.svg") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px;
    left: 2px;
    position: absolute;
    cursor: pointer;
}

.agree__wrap label {
    padding-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.agree__wrap label:before {
    content: '';
    cursor: pointer;
    position: absolute;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #5e5e5e;
    margin-left: -24px;
}

/**************ФУТЕР********************/
.popup__callback,
.popup__catalog,
.popup__catalog-item {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.popup__callback.open,
.popup__catalog.open,
.popup__catalog-item.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.popup__callback_wrap {
    max-width: 380px;
    width: 100%;
    padding: 24px 48px 18px;
    border-radius: 8px;
    border: 4px solid #f50808d4;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.popup__callback_wrap.form__field_elipce input {
    margin-right: 0;
    margin-bottom: 24px;
    padding: 12px 24px;
    width: 100%;
}

.popup__callback_wrap .btn-submit {
    padding: 13px 24px;
    width: 100%;
}

.popup__callback_wrap .title {
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 20px;
    line-height: 1.13;
}

.close {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}

.close__line {
    height: 28px;
    width: 2px;
    background-color: #000000;
    position: absolute;
}

.close__line:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close__line:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

footer {
    background-color: #ececec;
    padding: 12px 0;
    position: relative;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul li {
    font-size: .875rem;
}

footer ul li a {
    color: #000000;
}

footer ul li a:hover {
    color: #000000;
    -webkit-text-decoration-color: #F50808;
    text-decoration-color: #F50808;
}

footer ul li:first-child {
    font-weight: bold;
}

footer .container-fluid {
    max-width: 1188px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}

.footer__copyright {
    font-size: .875rem;
    margin-bottom: 10px;
}

.footer__btn-up {
    height: 100%;
    width: -webkit-calc((100% - 1170px) / 2);
    width: calc((100% - 1170px) / 2);
    left: 0;
    top: 0;
    position: absolute;
    text-align: right;
    background-color: #ececec;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.footer__btn-up:hover {
    background-color: #F3F3F3;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.icon-arrow svg {
    width: 48px;
    height: 48px;
}

.footer__arrow-up {
    margin-top: 24px;
    margin-right: 64px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    color: #5e5e5e;
}

.footer__arrow-up:hover {
    color: #5e5e5e;
    text-decoration: none;
}

.footer__social {
    margin-top: 8px;
}

.footer__social-link:not(:last-child) {
    margin-right: 6px;
}

.container-fluid.content-container {
    max-width: 1188px;
    padding-left: 24px;
    padding-right: 24px;
}

.section__sup {
    margin-top: 18px;
}

.section__sup a {
    color: #3e1ca0;
    border-bottom: 2px solid #e5dfe8;
    text-decoration: none;
    padding-bottom: 1px;
}

.section__sup a:hover {
    color: #000000;
    border-bottom-color: #f3000099;
}

.section h1 {
    margin-top: 18px;
    font-size: 2.5rem;
    margin-bottom: 24px;
}

.section__contacts h1 {
    text-align: center;
}

.section__contacts {
    margin-bottom: 24px;
}
.contacts__block:not(:first-child){
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid gray;
}
.contacts__block_title {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 6px;
}

.contacts__block_element {
    margin-bottom: 2px;
    font-size: 1.125rem;
}

.contacts__block_element span {
    /*font-size: .875rem;*/
}

.contacts__block_element a {
    color: #1e7896;
    padding-bottom: 2px;
    border-bottom: 2px solid #e5dfe8;
}

.contacts__block_element a:hover {
    border-bottom: 2px solid #f3000099;
    color: #3e1ca0;
    text-decoration: none;
}

.contacts__block_element--phone a {
    color: #000000;
}

.contacts__block_element--phone a:hover {
    color: #000000;
}

.question__wrap {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
}

.question__wrap.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.question__block {
    position: relative;
}

.question__block_title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 12px;
}

.question__block .close {
    right: 24px;
}

.question__field_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.question__form {
    border-radius: 8px;
    margin: 0 auto;
    padding: 24px;
    max-width: 600px;
    width: 100%;
    background-color: #ffffff;
    border: 4px solid #f50808d4;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.question__form textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    padding: 12px 12px;
}

.question__form_field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 24px;
}

.question__form_field input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #d2d2d2;
    width: 100%;
    padding: 6px 12px;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
}

.question__form_field input:focus + label,
.question__form_field input.valid + label{
    margin-top: -24px;
    font-size: .875rem;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
}
.not-found__title span{
    font-size: 24px;
    font-weight: normal;
}
.not-found__page{
    margin-top: 24px;
    text-align: center;
}
.not-found__page ul{
    list-style: none;
    padding: 0;
    text-align: left;
}
.not-found__page ul li a{
    color: #000;
}
.link__section{
    font-weight: 500;
}
.question__form_field input:focus {
    border-bottom: 2px solid #ff6347;
}

.question__form_field:first-child {
    margin-right: 12px;
}

.question__form_field label {
    position: absolute;
    left: 12px;
    color: #838383;
    font-size: 1rem;
    margin-top: 0;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    cursor: text;
}

.question__form_field label.no-empty {
    margin-top: -24px;
    font-size: .875rem;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
}

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

.btn-submit--question {
    border-radius: 4px;
    margin-top: 12px;
}

.call__form_quest {
    margin-top: 48px;
    font-size: 1.5rem;
    position: relative;
    padding-left: 24px;
}

.call__form_quest span {
    cursor: pointer;
    padding-bottom: 2px;
    border-bottom: 2px dashed #dfe5e8;
}

.call__form_quest span:hover {
    border-bottom: 2px dashed #f3000099;
}

.call__form_quest:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("/media/css/../img/edit.svg") no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
}

.footer__social a:hover {
    text-decoration: none;
}

.svg-instagram,
.svg-vk {
    display: inline-block;
    width: 24px;
    height: 24px;
}
.svg-instagram {
    background: url("/media/svg/instagram.svg") 50% 0 no-repeat;
    background-size: 24px;
}
.svg-vk {
    background: url("/media/svg/vk.svg") 50% 0 no-repeat;
    background-size: 24px;
}
.svg-files {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.download__files {
    margin-bottom: 24px;
}

.download__files a {
    border-bottom: 0;
}

.section-form form {
    position: relative;
}

.sub-category-slider .swiper-slide{
    width: auto;
}
.sub-category-slider .swiper-slide:not(:last-child){
    margin-right: 24px;
}
.sub-category{
    position: relative;
    margin-top: 12px;
}
.sub-category a{
    color: #000;
    font-size: 24px;
}
.sub-category a.active{
    color: #ff0909;
}
.sub-category a:hover{
    text-decoration: none;
}
.sub-category-slider.swiper-container{
    width: 90%;
}
.sub-category-slider.swiper-button-next,
.sub-category-slider.swiper-button-prev{
    color: #000;
    top: 55%;
}

.descrip-slider.swiper-button-next,
.descrip-slider.swiper-button-prev {
    color: #000;
    top: 50%;
}
.descrip-slider.swiper-button-prev,
.descrip-slider.swiper-button-next{
    width: 14px;
}

.sub-category-slider.swiper-button-prev {
    left: 0;
}
.descrip-slider.swiper-button-prev {
    left: -32px
}
.descrip-slider.swiper-button-next{
    right: -32px;
}
.sub-category-slider.swiper-button-next{
    right: 0;
}
.sub-category-slider.swiper-button-prev:after,
.sub-category-slider.swiper-button-next:after,
.descrip-slider.swiper-button-prev:after,
.descrip-slider.swiper-button-next:after{
    font-size: 28px
}
#tabsSection{
    overflow: auto;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#tabsSection::-webkit-scrollbar,
#tabsSection::-webkit-scrollbar-thumb {
	background-color: transparent
}
#tabsSection .nav-link{
    white-space: nowrap;
}
/* End */


/* Start:/media/css/media.css?168363950110174*/
/*****************MEDIA*******************/
@media only screen and (max-width: 1690px) {
    .container-fluid.s__container {
        padding-left: 3%;
        padding-right: 3%;
    }

    .category__wrap {
        width: 70%;
    }

    .category__description {
        font-size: .875rem;
    }

    .header__search {
        width: 320px;
    }

    .footer__arrow-up {
        margin-left: 24px;
    }
}

@media only screen and (max-width: 1440px) {
    .catalog__block.catalog__block--big {
        height: 615px;
    }

    .catalog__block {
        height: 292px;
    }

    .catalog__block_list ul li {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 1366px) {
    .footer__arrow-up {
        margin-right: 24px;
    }

    footer .container-fluid {
        padding-left: 96px;
        padding-right: 96px;
        max-width: 1332px;
    }

    .section.section-s1 h2 {
        font-size: 3rem;
    }

    .header__contacts_item--phone:before {
        width: 16px;
        height: 16px;
        background-size: 16px;
    }

    .header__contacts_item--mail:before {
        width: 18px;
        height: 13px;
        background-size: 18px;
    }

    .header__contacts {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1126px) {
    .header__search {
        width: 240px;
    }
}

@media only screen and (max-width: 1050px) {
    .news-slider.swiper-button-next, .news-slider.swiper-button-prev {
        display: none;
    }

    .menu__burger {
        width: 32px;
        height: 32px;
    }

    .menu__burger_line {
        margin-bottom: 6px;
    }

    .header__logo {
        width: 114px;
        height: 48px;
    }

    .header__search {
        width: 240px;
    }

    .header__search input {
        font-size: .75rem;
    }

    .callback__btn {
        font-size: .75rem;
    }

    .category__wrap {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .mt-section {
        margin-top: 48px;
    }

    .footer__btn-up {
        display: none;
    }

    footer .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 960px;
    }

    .section-s1 {
        height: 50vh;
    }

    .catalog__block_list ul li {
        margin-top: 10px;
    }

    .catalog__block_title {
        font-size: 1.5rem;
    }

    .catalog__block_list ul {
        font-size: .875rem;
    }

    .catalog__block {
        height: 220px;
    }

    .catalog__block.catalog__block--big {
        height: 470px;
    }

    .catalog__block_list ul li.subtitle:not(:first-child) {
        margin-top: 20px;
    }

    .catalog__info {
        padding: 40px 0;
    }

    .catalog__info_title {
        font-size: 1.75rem;
    }

    .catalog__info_text {
        font-size: .875rem;
        margin-top: 20px;
    }
}

/*@media only screen and (max-width: 1024px) {*/
/*    .cd__nav{*/
/*        padding-right: 20px;*/
/*    }*/
/*}*/
@media only screen and (max-width: 991px) {
    .section-s1 .swiper-pagination {
        bottom: -10px;
    }

    footer .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 720px;
    }

    .header__search {
        display: none;
    }

    .category__wrap {
        padding: 12px;
    }

    .category .btn__more {
        left: 12px;
    }

    a.btn__more {
        width: -webkit-calc(100% - 24px);
        width: calc(100% - 24px);
    }

    .menu__search {
        max-width: 215px;
    }
}

@media only screen and (max-width: 767px) {
	#form-catalog #popup-field-email{
		display: none;
	}
    .section-form.section-form--white .form__wrap img {
        position: absolute;
        left: -46px;
        bottom: -48px;
        width: 180px;
        height: 180px;
        opacity: .5;
    }

    .sub-category a {
        font-size: 18px
    }


    .descrip-slider .swiper-pagination-bullet{
        width: 24px;
    }
    .sub-category-slider.swiper-button-prev:after,
    .sub-category-slider.swiper-button-next:after {
        font-size: 18px
    }

    .sub-category-slider.swiper-button-prev {
        left: -10px;
        width: 14px;
        height: 26px;
        top: 85%;
    }

    .sub-category-slider.swiper-button-next {
        right: -10px;
        width: 14px;
        height: 26px;
        top: 85%;
    }

    .header__contacts {
        display: none;
    }

    .header__logo {
        width: 43px;
        height: 46px;
    }

    .callback__btn {
        border-radius: 0;
        background-image: none;
        background-color: transparent;
        margin-right: 0;
        padding: 0;
        font-size: 1.25rem;
    }
    .callback__btn a{
        color: #000;
        font-weight: 500;
        text-decoration: none;
    }
    .section.section-s5 h1 {
        font-size: 24px;
    }
    .section.section-s1 h2 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .category__wrap {
        padding: 24px;
    }

    .category .btn__more {
        left: 24px;
    }

    a.btn__more {
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
    }

    .footer__mobile_category li {
        font-weight: bold;
    }

    .form__wrap {
        padding: 24px;
    }

    .form__title {
        font-size: 1rem;
    }

    .form__wrap .fields__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form__wrap .fields__wrap input {
        margin-right: 0;
        margin-bottom: 24px;
        background-color: #ffffff;
    }

    .category__description {
        font-size: 1rem;
    }

    .form__wrap {
        padding: 24px 48px;
    }

    .menu__wrap {
        max-width: 100%;
    }

    .section-s1 {
        height: 100vh;
    }

    .container-fluid.s__container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mt-section {
        margin-top: 32px;
    }

    .menu__wrap ul li.menu__title:not(:first-child) {
        margin-top: 16px;
    }

    .menu__wrap {
        overflow: auto;
    }

    /*.news-slider.swiper-button-next {*/
    /*  right: 14px;*/
    /*  background-color: rgba(255, 255, 255, 0.6); }*/
    /*  .news-slider.swiper-button-next:after {*/
    /*    font-size: 1.75rem; }*/
    /*.news-slider.swiper-button-prev {*/
    /*  left: 14px;*/
    /*  background-color: rgba(255, 255, 255, 0.6); }*/
    /*  .news-slider.swiper-button-prev:after {*/
    /*    font-size: 1.75rem; }*/
    .popup_phone:before {
        width: 16px;
        height: 16px;
        background-size: 16px;
    }

    .callback__btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .section h1 {
        margin-top: 32px;
        font-size: 2rem;
        margin-bottom: 24px;
    }

    .question__block_title {
        font-size: 1.25rem;
    }

    .question__form textarea {
        max-height: 90px;
        font-size: .875rem;
    }

    .question__field_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .question__form_field label {
        font-size: .875rem;
    }

    .question__form_field {
        margin-top: 18px;
    }

    .question__form_field:first-child {
        margin-right: 0;
    }

    .question__form_send {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .question__form {
        padding: 24px;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .question__wrap {
        padding: 0;
    }

    .question__block {
        width: 100%;
        height: 100vh;
    }

    .contacts__block_element:last-child {
        margin-bottom: 24px;
    }

    .call__form_quest {
        margin-top: 24px;
        font-size: 1.25rem;
    }

    .catalog__block.catalog__block--big {
        margin-top: 30px;
    }

    .section__catalog {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 567px) {
    .section-s1 {
        height: 50vh;
    }
    .descrip-slider.swiper-container{
        width: 95%;
    }
    .descrip-slider.swiper-button-prev {
        left: -6px
    }
    .descrip-slider .swiper-slide:not(:last-child) {
        margin-right: 0;
    }

    .descrip-slider.swiper-button-next {
        right: -6px
    }
    .descrip-slider .swiper-slide{
        width: 100%;
    }
    .descrip-slider a{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .header__logo {
        width: 34px;
        height: 36px;
    }

    header {
        padding: 10px 0;
    }

    .popup__callback {
        padding: 15px;
    }

    .popup__callback_wrap {
        padding: 48px 24px 18px;
    }

    .popup__callback_wrap .title {
        font-size: 1rem;
    }

    .popup__callback_wrap.form__field_elipce input {
        padding: 8px 24px;
    }

    .popup__callback_wrap .btn-submit {
        padding: 9px 24px;
    }
    #tabsSection{
        margin-right: -20px;
    }
}

@media only screen and (max-width: 370px) {
    .form__wrap {
        padding: 24px;
    }

    .menu__search {
        max-width: 200px;
    }

    .menu__wrap ul li.menu__title:not(:first-child) {
        margin-top: 5px;
    }

    .menu__wrap ul li.menu__title {
        font-weight: bold;
        font-size: .875rem;
    }

    .popup__callback_wrap {
        padding: 24px 24px;
    }

    .menu__wrap ul li {
        font-size: .875rem;
    }
}

@media only screen and (max-width: 320px) {
    .category__description {
        font-size: .875rem;
    }
    .popup__callback_wrap {
        padding: 20px;
    }
    .popup_phone {
        margin-bottom: 16px;
    }
    .popup__callback_wrap .title{
        margin-bottom: 12px;
    }
    .popup__callback_wrap.form__field_elipce input {
        margin-bottom: 16px;
    }
    .agree__wrap{
        margin-top: 16px;
    }
}

/* End */


/* Start:/media/css/style.css?176469876184508*/
@font-face {
    font-family: 'rublregular';
    src: url('/media/css/../fonts/rouble-webfont.eot');
    src: url('/media/css/../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('/media/css/../fonts/rouble-webfont.woff2') format('woff2'), url('/media/css/../fonts/rouble-webfont.woff') format('woff'), url('/media/css/../fonts/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}
.rub{
    font-family: 'rublregular';
    text-transform: none;
    font-weight: normal;
}

.row {
    margin-right: -11px;
    margin-left: -11px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 11px;
    padding-left: 11px;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav-link {
    display: block;
    padding: .5rem 1rem
}
.nav-link:focus,.nav-link:hover {
    text-decoration: none
}
.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.tab-content>.active {
    display: block
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}
.fade {
    opacity: 0;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1;
}
.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

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

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

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

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #505050;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    text-decoration: underline;
}

.dropdown-item.active,.dropdown-item:active {
    text-decoration: none;
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}
.navbar-toggler {
    display: none;
}

/* */
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page__fade,
.header-logo,
.nav-item__mobile,
.footer-menu__item__mobile,
.footer-menu__item__tablet,
.main-why__slider,
.main-new__slider,
.header-logo__mobile,
.header-phone__mobile,
.main-news__slider,
.header-nav__left,
.main-catalog__slider,
.catalog-filter__btn-mobile,
.catalog-filter__top,
.catalog-detail__img .badge-inStock,
.header-phone__tablet,
.catalog-delivery__slider,
.footer-menu__cert__tablet,
.catalog-articles__mobile/*,
.main-news__mobile*/{
	display: none;
}
body {
    color: #363636;
}
h1 {
	font-size: 30px;
    line-height: 36px;
    font-weight: 500;
	margin-bottom: 14px;
}
h2{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 20px;
	color: #363636;
}
.badge{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    padding: 4px 19px;
}
.badge-inStock {
    color: #fff;
    background-color: #55BA45;
}
.control-checkbox, .control-radio {
	display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 6px;
}
.control-checkbox .control-text,
.control-checkbox .control-radio{
	font-size: 14px;
    font-weight: 300;
    color: #363636;
}
.control-checkbox input,
.control-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control-checkbox .control-indicator,
.control-radio .control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
	height: 20px;
    width: 20px;
    background: #fff;
    display: block;
    border: 1px solid #C4C4C4;
}
.control-radio .control-indicator {
    border-radius: 50%;
}
.control-checkbox .control-indicator:after,
.control-radio .control-indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control-checkbox .control-indicator:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background: rgba(255, 0, 0, 0.65);
}
.control-radio .control-indicator:after {
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.control-checkbox:hover input:not([disabled]) ~ .control-indicator,
.control-radio:hover input:not([disabled]) ~ .control-indicator {
    /*border-color: #333;*/
}
.control-checkbox input:checked ~ .control-indicator,
.control-radio input:checked ~ .control-indicator {
   
}
.control-checkbox input:checked ~ .control-indicator:after,
.control-radio input:checked ~ .control-indicator:after {
    display: block;
}
.control-radio input:checked ~ .control-indicator:after {
    background-color: #fff;
}
.btn{
	
} 
.btn-primary{
	display: inline-block;
    font-weight: 400;
    line-height: 22px;
	text-decoration: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 37px;
    font-size: 18px;
    border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
	background-color: #FF0000;
    border-color: #FF0000;
	text-transform: uppercase;
}
.btn-primary:hover {
    color: #fff;
    /*background-color: #E93333;
    border-color: #E93333;
    background-color: rgba(255, 0, 0, 0.65);
    border-color: rgba(255, 0, 0, 0.65);*/
	-webkit-box-shadow: 0 0 4px 1px rgb(255 8 8 / 30%);
    box-shadow: 0 0 4px 1px rgb(255 8 8 / 30%);
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
	
}
.disabled-gray{
	background-color: #858585;
	border-color: #858585;
}
.disabled-gray:hover{
	-webkit-box-shadow: none;
    box-shadow: none;
}
.tabs-default{
	margin-bottom: 20px;
}
.tabs-default .nav-tabs{
	margin-bottom: 20px;
	border-bottom: 0;
}
.tabs-default .nav-link{
	font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #363636;
}
.tabs-default .nav-item{
	margin-bottom: 0;
	min-width: 195px;
	text-align: center;
	border: 1px solid #C4C4C4;
}
.tabs-default .nav-item + .nav-item{
	border-left: 0;
}
.tabs-default .nav-link.active{
	background-color: #F3F3F3;
	
}
html.over {
    overflow-y: inherit;
}
html .no-overflow{
	overflow: hidden;
}
@media (min-width: 1024px) {
	html .no-overflow{
		margin-right: 17px;
	}
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.breadcrumb{
	margin-bottom: 24px;
}
.breadcrumb ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	color: #505050;
	font-size: 12px;
	font-weight: 300;
}
.breadcrumb__item + .breadcrumb__item::before {
    display: inline-block;
    padding: 4px 13px;
    content: "";
	background: url('/media/css/../img/icons/breadcrumbs-arrows.svg') center center no-repeat;
	width: 4px;
	height: 6px;
}
.breadcrumb__item a{
	color: #505050;
}
.container{
	padding-left: 40px;
	padding-right: 40px;
}
.page__container {
    max-width: 1920px;
    padding-left: 345px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.nav-item__mobile__last{
	height: 50px;
}
.page__header{
	position: relative;
}
.header-top{
	padding-top: 30px;
	padding-bottom: 20px;
}
.header-top__content{
	display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.search-form{
	position: relative;
	width: 262px;
}
.search-form__input{
	display: block;
    width: 100%;
    padding: 5px 20px 5px 20px;
    height: 30px;
	line-height: 1;
    background-color: rgba(196, 196, 196, 0.1);
    border: 1px solid #363636;
    border-radius: 90px;
}
.search-form__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent url(/media/css/../img/icons/search-button.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    cursor: pointer;
    top: 0;
    right: 0;
}
.header-menu{
	background-color: #363636;
	margin-bottom: 24px;
}
.header-menu .nav{
	margin-left: -20px;
}
.header-menu .nav-link{
	font-weight: 400;
	color: #fff;
	padding: 15px 20px;
	line-height: 20px;
	position: relative;
}
.header-menu .nav-link:hover{
	text-decoration: none;
}
.header-menu .nav-link:after{
	content: '';
	display: block;
	background-color: transparent;
	height: 3px;
	bottom: -1px;
	left: 20px;
	position: absolute;
	width: calc(100% - 40px);
	-webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
    -moz-transition: background-color 0.5s ease, border-color 0.5s ease;
    /* please note that transitions are not supported in IE 9 and there is no -ms prefix */
    transition: background-color 0.5s ease, border-color 0.5s ease;
}
.header-menu .nav-link:hover:after,
.header-menu .nav-link.active:after{
	background-color: #FF0000
}
.header-menu__inner{
	display: flex;
    padding-left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.header-callback__btn{
	font-size: 14px;
	background: #FF0000 url(/media/css/../img/icons/callback.svg) 19px 16px no-repeat;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	padding: 15px 20px;
	padding-left: 42px;
}
.header-callback__btn:hover{
	/*background: #FF0000 url(/media/css/../img/icons/callback-hover.svg) 19px 16px no-repeat;*/
	/*color: #FF0000;*/
	/*-webkit-box-shadow: 0 0 4px 1px rgb(255 8 8 / 30%);
    box-shadow: 0 0 4px 1px rgb(255 8 8 / 30%);
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;*/
	background: rgba(255, 0, 0, 0.9) url(/media/css/../img/icons/callback.svg) 19px 16px no-repeat;
}

.default-horizontal.swiper-container {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	cursor: pointer;
	margin-bottom: 20px;
}
.content-detail .default-horizontal table{
	width: 900px !important;
}
.default-horizontal .swiper-slide {
	height: auto;
	width: auto;
}
.swiper-container .swiper-scrollbar-drag{
	background: rgba(255, 0, 0, 0.5);
}
.swiper-container-horizontal>.swiper-scrollbar{
	height: 4px;
}
.sidebar-contact__mail,
.sidebar-contact__phone{
	position: relative;
	margin-top: 5px;
}
.header-email,
.header-phone{
	position: relative;
	margin-top: 5px;
}
.header-city{
	margin-top: 3px;
}
.header-city,
.header-email,
.header-phone{
    margin-left: 11px;
}
.header-email a,
.header-phone a,
.sidebar-contact__mail a,
.sidebar-contact__phone a{
	color: #363636;
	font-size: 16px;
	line-height: 19px;
	padding-left: 28px;
    display: block;
}
.header-phone a{
	padding-left: 26px;
}
.header-email a:after,
.sidebar-contact__mail a:after{
	content: '';
    position: absolute;
    left: 0;
	background: url(/media/css/../img/icons/header-mail.svg) no-repeat;
    width: 21px;
    height: 14px;
	top: 3px;
}
.header-email a:hover,
.header-phone a:hover,
.header-city a.dropdown-toggle:hover,
.sidebar-contact__mail a:hover,
.sidebar-contact__phone a:hover{
	color: #FF0000;
	text-decoration: none;
}
.header-email a:hover:after,
.sidebar-contact__mail a:hover:after{
	background: url(/media/css/../img/icons/header-mail-red.svg) no-repeat;
}
.header-phone a:after,
.sidebar-contact__phone a:after{
	content: '';
    position: absolute;
    left: 0;
	background: url(/media/css/../img/icons/header-phone.svg) no-repeat;
    width: 21px;
    height: 22px;
	top: 0;
}
.header-phone a:hover:after,
.sidebar-contact__phone a:hover:after{
	background: url(/media/css/../img/icons/header-phone-red.svg) no-repeat;
}
.header-city .dropdown-toggle::after{
	display: none;
}
.sidebar-contact__phone a:after,
.sidebar-contact__mail a:after{
	display: none
}
.sidebar-contact__mail a, 
.sidebar-contact__phone a{
	padding-left: 0;
	font-weight: 500;
}
.sidebar-contact{
	padding: 10px;
	padding-bottom: 15px;
	padding-left: 107px;
	background: #F3F3F3;
	position: fixed;
	width: 344px;
	bottom: 0;
	left: 0;
	display: none;
}
.sidebar-contact__text{
	font-weight: 300;
    font-size: 12px;
	margin-top: 5px;
    color: #666;
	margin-bottom: 5px;
}
.sidebar__navbar .dropdown-item.active {
    /*text-decoration: underline;*/
	color: #FF0000;
}
.header-city .dropdown-menu{
	border: 1px solid #C4C4C4;
    border-radius: 0;
	padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 23px;
}
.header-city .dropdown-item{
	padding: 9px 11px;
	line-height: 19px;
	padding-right: 30px;
	color: #363636;
	cursor: pointer
}
.header-city .dropdown-item:focus, 
.header-city .dropdown-item:hover {
    text-decoration: none;
	background-color: #F3F3F3;
}
.header-city .navbar{
	width: 170px;
	padding: 0;
}
.header-city .dropdown-toggle{
	color: #363636;
    font-size: 16px;
    line-height: 19px;
    padding-left: 18px;
	border: 0;
}
.header-city .dropdown-toggle:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(/media/css/../img/icons/header-point.svg) no-repeat;
    width: 12px;
    height: 17px;
    top: 3px;
}
.header-city .dropdown-toggle:hover:before {
    background: url(/media/css/../img/icons/header-point-red.svg) no-repeat;
}

.main-slider{
	position: relative;
	padding-bottom: 12px;
}
.main-slider__swiper {
    /*height: -webkit-calc(100vh - 35vh);
    height: calc(100vh - 35vh);*/
	height: 230px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-slider .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-slider__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.main-slider .swiper-slide:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
.main-slider__title{
	text-align: center;
	position: relative
}
.main-slider__title a{
	font-size: 42px;
	color: #fff;
	line-height: 50px;
	font-weight: 500;
}
.main-slider__title a:hover{
	text-decoration: none;
}
.main-slider__pagination .swiper-pagination-bullet {
	margin: 0 10px;
    height: 3px;
    width: 45px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.main-slider__pagination .swiper-pagination-bullet-active {
    background: rgba(255, 0, 0, 0.5);
}
.main-slider__pagination{
	width: 100%;
    bottom: -10px;
}


.page__sidebar {
	direction: rtl;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 345px;
	border-right: 1px solid #C4C4C4;
    background-color: #ffffff;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: auto;
}
.sidebar__inner{
	direction: ltr;
	padding-left: 45px;
	padding-right: 25px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.sidebar__logo{
	padding-top: 30px;
    text-align: left;
    width: 257px;
    padding-left: 18px;
    margin-bottom: 30px;
}
.sidebar__navbar{
	padding-top: 0;
	padding-right: 0;
}
.sidebar__navbar .navbar-nav{
	padding-left: 47px;
}
.sidebar__logo img{
	width: 200px;
	max-width: 100%;
}
.sidebar__navbar .nav-link{
	color: #505050;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar__navbar .nav-link:hover{
	color: #FF0000;
}
.sidebar__navbar .show .nav-link{
	
}
.sidebar__navbar__last-nav-item{
	padding-top: 10px;
	margin-top: 10px;
}
.sidebar__navbar__last-nav-item:after{
	position: absolute;
	content: '';
	display: block;
	background-color: rgba(255, 0, 0, 0.5);
	top: 0;
	left: 0;
	width: 120px;
	height: 1px;
}
.sidebar__navbar .dropdown-menu{
	border-radius: 0;
	border: 0;
}
.sidebar__dropdown{
	position: relative;
}
.sidebar__dropdown:after{
	position: absolute;
	content: '';
	display: block;
	background-color: rgba(255, 0, 0, 0.5);
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
}
.sidebar__navbar .dropdown-toggle:before{
	background: url(/media/css/../img/icons/nav-arrow.svg) no-repeat;
	display: block;
	content: '';
	position: absolute;
	right: 0;
	width: 8px;
	top: 12px;
	height: 14px;
	-webkit-animation: rotate 6s linear infinite;
	animation: rotate 6s linear infinite;
}
.sidebar__navbar .sidebar__navbar__last-nav-item .dropdown-toggle:before{
	top: 21px;
}
.sidebar__navbar .dropdown.show .dropdown-toggle:before{
	-webkit-transform: rotate(90deg); 
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sidebar__navbar .dropdown-item{
	font-weight: 300;
    font-size: 14px;
    color: #363636;
    white-space: normal;
    line-height: 16px;
    padding: 10px;
}
.sidebar__navbar .dropdown-item:first-child{
	padding-top: 0
}
.sidebar__navbar .dropdown-item:last-child{
	padding-bottom: 0
}
.sidebar__navbar .dropdown-toggle::after{
	display: none;
}
.main-text h1{
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500
}
.main-text p{
	font-size: 18px;
	font-weight: 300;
}
.main-text b{
	font-weight: 500;
}
.main-why{
	background: url(/media/img/bg-main-why.jpg) no-repeat;
	height: 277px;
	width: 100%;
	position: relative;
	/*
	background-position: left center;
    background-repeat: no-repeat;
	*/
	margin-bottom: 25px;
}
.main-why:after{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
	z-index: -1
}
.main-why__item{
	text-align: center;
	width: 160px;
}
.main-why__advantages{
	display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-why__title{
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	padding-top: 30px;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.main-why__text{
	font-weight: 400;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	margin-top: 35px;
}
.main-title h2{
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 20px;
}
.main-news{
	margin-bottom: 3px;
}
.main-news__item{
	display: block;
	position: relative;
	height: 150px;
	margin-bottom: 22px;
}
.main-news__item__last{
	background: rgba(0, 0, 0, 0.6);
}
.main-news__all{
	text-align: center;
	margin-bottom: 25px;
}
.main-news__all a{
	color: #333333;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.3);
}
.main-news__all a:hover {
    border-bottom: 1px dashed rgb(51, 51, 51);
	text-decoration: none;
}
.main-news__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.main-news__bottom{
	display: flex;
	padding: 6px 10px 6px 20px;
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(54,54, 54,0.8);
	height: 53px;
	color: #fff;
	width: 100%;
}
.main-news__date{
	position: absolute;
	font-weight: 300;
	right: 10px;
    bottom: 10px;
	font-size: 12px;
}
.main-news__title{
	line-height: 20px;
	padding-right: 100px;
}
.main-services__item{
	display: block;
    position: relative;
    height: 150px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;
}
.main-services__item:hover {
    box-shadow: 4px 4px 16px 0 rgb(0 0 0 / 15%);
}
.main-services__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.main-services__bottom {
    padding: 10px 8px 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.75);
    height: 58px;
    color: #363636;
    width: 100%;
}
.main-services__title{
	font-weight: 500;
	display: block;
	line-height: 18px;
	margin-bottom: 5px;
}
.main-services__price{
	font-size: 12px;
	display: block
}
.main-text{
	margin-bottom: 10px;
}
.service-slider{
	margin-bottom: 25px;
}
.swiper-container-horizontal>.service-slider__pagination.swiper-pagination-progressbar{
	width: 265px;
    height: 2px;
	top: auto;
    bottom: 0;
	left: 50%;
    margin-left: -130px;
}
.service-slider__pagination.swiper-pagination-progressbar{
	background: rgba(0, 0, 0, 0.5);
}
.service-slider__pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: rgba(255, 0, 0, 0.5);
}
.service-slider .swiper-wrapper{
	padding-bottom: 13px;
}
.service-slider.swiper-container-horizontal>.swiper-scrollbar{
	width: 265px;
    height: 2px;
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -130px;
}
.service-slider .swiper-scrollbar-drag{
	background: rgba(255, 0, 0, 0.5);
}
.service-slider__scrollbar{
	background: rgba(0, 0, 0, 0.5);
}
.service-slider__button-prev.swiper-button-prev{
	left: 20px;
	margin-top: -28px;
}
.service-slider__button-next.swiper-button-next{
	right: 20px;
	margin-top: -28px;
}
.main-catalog{
	margin-top: 22px;
}
.main-catalog__item{
	display: block;
    position: relative;
    height: 150px;
    margin-bottom: 25px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;
}
.main-catalog__item:hover{
	box-shadow: 4px 4px 16px 0 rgb(0 0 0 / 15%);
	-webkit-transform: translate(0,-5px);
	transform: translate(0,-5px);
}
.main-catalog__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.main-catalog__bottom {
    padding: 10px 8px 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.75);
    height: 58px;
    color: #363636;
    width: 100%;
}
.main-catalog__title{
	font-weight: 500;
	display: block;
	line-height: 18px;
	margin-bottom: 5px;
}
.main-catalog__price{
	font-size: 12px;
	display: block
}
.page__content .swiper-button-prev:after{
    content: '';
	background: url(/media/css/../img/icons/arrow-left.svg) no-repeat;
	width: 14px;
    height: 28px;
    display: block;
	margin-top: -20px;
}
.page__content .swiper-button-next:after{
	content: '';
	background: url(/media/css/../img/icons/arrow-right.svg) no-repeat;
	width: 14px;
    height: 28px;
    display: block;
	margin-top: -20px;
}
.page__content .swiper-button-next.swiper-button-disabled, 
.page__content .swiper-button-prev.swiper-button-disabled{
	pointer-events: auto;
    cursor: pointer;
}
.main-slider .swiper-button-prev,
.main-slider .swiper-button-next{
	width: auto;
    padding: 0 30px;
    height: 100%;
    top: 0;
    margin-top: 0;
}
.main-slider .swiper-button-prev{
	left: 0
}
.main-slider .swiper-button-next{
	right: 0
}
.main-slider .swiper-button-prev:hover,
.main-slider .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, .5);
    transition-duration: .2s;
}
.main-slider .swiper-button-next:after, 
.main-slider .swiper-button-prev:after {
    opacity: 0;
    visibility: hidden;
}
.main-slider .swiper-button-next:hover:after, 
.main-slider .swiper-button-prev:hover:after {
    opacity: 1;
    visibility: visible;
    transition-duration: .2s;
}
.service-item{
	position: relative;
    height: 170px;
	border: 1px solid #C4C4C4;
	margin-bottom: 20px;
}
.service-item:before{
	position: absolute;
	content: '';
    left: 0;
    top: 0;
    background: #000000;
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
	width: 100%;
    height: 100%;
}
.service-item:hover:before{
	opacity: 0.3;
}
.service-item__img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.service-item__top{
	margin-bottom: 15px;
}
.service-item__title{
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	line-height: 26px;
	display: inline;
	border-bottom: 1px solid transparent;
}
.service-item__title:hover{
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}
.service-item__content{
	position: absolute;
	top: 48px;
	text-align: center;
    width: 100%;
}
.service-item__price{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-top: 8px;
}
.service-item__order{
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
	padding: 2px 28px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	display: inline-block;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.service-item__order:hover{
	text-decoration: none;
	color: #fff;
	background-color: #FF0000;
	border-color: #FF0000;
}
.service-item__last .service-item__content{
	top: 22px;
	padding: 0 60px;
}
.service-item__link{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.content-detail{
	color: #363636;
}
.content-detail .btn{
	font-size: 16px;
	padding: 8px 20px;
}
.content-detail table{
	caption-side: bottom;
    border-collapse: collapse;
	width: 100%;
    margin-bottom: 1rem;
    color: #363636;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.25);
	text-align: center;
	font-weight: 300;
}
.content-detail table tr td{
	border: 1px solid rgba(0, 0, 0, 0.25);
	padding: 2px 5px;
}
.content-detail table tr:nth-child(2n+1) td{
	background: #F9F9F9;
}
.content-detail__img img{
	max-width: 100%;
	width: 100%;
}
.content-detail ul{
	
}
.service-detail__small-text{
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}
.service-detail__small-text h3{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 20px;
}
.content-detail ul{
	list-style: none;
	padding: 0;
}
.content-detail ul li{
	position: relative;
	font-weight: 300;
	padding-left: 10px;
}
.content-detail ul li:before{
	content: '\2022';
	position: absolute;
	top: 50%;
	left: 0;
	top: 0;
}
.content-detail h2{
	color: #363636;
	font-weight: 400;
	margin-bottom: 8px;
}
.content-detail h3{
	color: #363636;
    font-weight: 300;
    margin-bottom: 10px;
	font-size: 22px;
	line-height: 26px;
}
.content-detail p,
.content-detail{
	font-weight: 300;
	font-size: 18px;
	line-height: 24px
}
.content-detail img{
	max-width:100%;
}
.service-detail__small-text ul{
	margin-bottom: 10px;
}
.service-detail__small-text ul li{
	font-size: 16px;
    line-height: 20px;
}
.slider-default{
	margin-bottom: 22px;
}
.slider-default .swiper-slide{
	width: 33.3333%;
}
.slider-default__item {
    display: block;
    position: relative;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;
}
.slider-default__bottom {
    display: flex;
    padding: 6px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(54,54, 54,0.8);
    height: 53px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    width: 100%;
}
.slider-default__title {
    line-height: 20px;
    font-size: 16px;
}
.slider-default__img {
    /*-o-object-fit: cover;
    object-fit: cover;
    z-index: -1;*/
}
.slider-default .swiper-pagination .swiper-pagination-bullet{
	margin: 0 10px;
    height: 3px;
    width: 45px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.slider-default .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 0, 0, 0.5);
}
.slider-default .swiper-wrapper{
	padding-bottom: 20px;
}
.slider-default.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0;
}
.page__content .slider-cert__button-prev.swiper-button-prev:after,
.page__content .slider-cert-2__button-prev.swiper-button-prev:after {
    background-color: #000;
    padding: 20px 15px;
	background-position: center;
	opacity: 0.5
}
.page__content .slider-cert__button-next.swiper-button-next:after,
.page__content .slider-cert-2__button-next.swiper-button-next:after {
    background-color: #000;
    padding: 20px 15px;
	background-position: center;
	opacity: 0.5
}
.page__content .slider-cert__button-prev.swiper-button-prev,
.page__content .slider-cert-2__button-prev.swiper-button-prev {
    left: 0;
}
.page__content .slider-cert__button-prev.swiper-button-next,
.page__content .slider-cert-2__button-prev.swiper-button-next{
	right: 0;
}
.slider-cert__item{
	max-width: 200px;
}
.service-detail__top{
	margin-bottom: 20px;
}
.service-detail__price{
	display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.service-detail__price .btn{
	padding: 10px 37px;
    font-size: 18px;
}
.service-desc{
	margin-top: 5px;
}
.service-price{
	font-size: 30px;
    font-weight: 500;
	line-height: 40px;
	color: #363636;
}
.service-price span{
	font-size: 26px;
    font-weight: 400;
}
.service-price__text{
	font-size: 22px;
}
.catalog-cat{
	margin-bottom: 15px;
}
.catalog-cat h2{
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #363636;
	margin-bottom: 10px;
}
.catalog-cat__link{
	display: block;
	position: relative;
    height: 100%;
	width: 100%;
    border: 1px solid #C4C4C4;
	min-height: 230px;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.catalog-cat__link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
}
.catalog-cat__link:hover:before{
	background: rgba(143, 0, 0, 0.5);
}
.catalog-cat__link img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.catalog-cat__link__text{
	position: relative;
	font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    display: block;
	padding: 0 20px;
}
.catalog-cat__link:hover .catalog-cat__link__text{
	text-decoration: underline;
}
.catalog-item{
	position: relative;
	border: 1px solid #C4C4C4;
	padding: 7px;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;
	display: flex;
    flex-grow: 1;
	align-items: flex-end;
    flex-direction: column;
}
.catalog-item__content{
	width: 100%;
}
.catalog-item:hover{
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.catalog-item__separate{
	margin-bottom: 30px;
}
.catalog-item__img{
	display: block;
	width: 100%;
}
.catalog-item__img img{
	max-width: 100%;
	width: 100%;
}
.catalog-item__title{
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #363636;
	margin-top: 5px;
	margin-top: 6px;
	display: block;
	margin-bottom: auto;
}
.catalog-item:hover .catalog-item__title{
	color: #363636;
	text-decoration: none;
}
.catalog-item__prop__item{
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #363636;
	margin-top: 5px;
}
.catalog-item__bottom{
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-item__price{
	font-weight: 500;
	font-size: 16px;
	color: #363636;
	line-height: normal;
}
.catalog-item__price-text{
	font-size: 12px;
    font-weight: 500;
	line-height: normal;
}
.btn-sm{
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	padding: 5px 6px;
}
.catalog-row{
	display: flex;
    flex-wrap: wrap;
    margin-right: -11px;
    margin-left: -11px;
}
.catalog-col {
    flex: 0 0 22%;
    max-width: 22%;
	padding-right: 11px;
    padding-left: 11px;
}
.catalog-col.catalog-col__cat{
	flex: 0 0 34%;
    max-width: 34%;
}
.catalog{
	margin-bottom: 25px;
}
.catalog-item__not-found{
	text-align: center;
}
.catalog-item__not-found__text{
	font-size: 10px;
	margin-top: 8px;
	color: #363636;
	text-transform: uppercase;
	margin-bottom: 36px;
}
.catalog-item__not-found .catalog-item__bottom{
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	position: absolute;
    bottom: 10px;
    left: 0;
}
.catalog-delivery{
	display: flex;
	margin-top: 60px;
	width: 100%
}
.catalog-delivery__item{
	width: 33.333%;
}
.catalog-delivery__wrap{
    width: 180px;
}
.catalog-delivery__img{
	height: 95px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
    align-content: flex-end;
    width: 100%;
    justify-content: center;
}
.content-detail .catalog-delivery__img img{
	width: auto;
	/*position: absolute;
    bottom: 0;*/
	max-width: 100%;
}
.catalog-delivery__title{
	font-size: 22px;
    line-height: 26px;
    color: #363636;
    font-weight: 400;
	margin-top: 35px;
}
.catalog-filter__collapse,
.bx-filter-parameters-box-title{
	position: relative;
	background: transparent;
    border: 0;
    font-size: 12px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
    margin-bottom: 11px;
    padding-left: 8px;
    padding-right: 30px;
	line-height: 14px;
	cursor: pointer
}
.bx-filter-parameters-box .bx-filter-block{
	display: none;
	-webkit-transition: padding .3s ease;
    -moz-transition: padding .3s ease;
    -ms-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
	margin-bottom: 30px;
    padding: 0 8px;
    margin-right: 15px;
}
.catalog-filter__content{
	margin-bottom: 30px;
	padding: 0 8px;
	margin-right: 15px;
}
.bx-filter-parameters-box.bx-active .bx-filter-block{
    display: block;
}
.filter-length__scroll-wr {
    height: 150px;
    padding-right: 18px;
    overflow: hidden;
}
.catalog-filter__collapse:after,
.bx-filter-parameters-box-title:after{
	position: absolute;
    right: 13px;
    top: 7px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.catalog-filter__collapse.collapsed:after,
.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title:after{
	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.catalog-filter__btn{
	width: 80%;
    margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
#modef{
	/*display: none !important*/
}
.contact__list{
	margin-top: 30px;
	margin-bottom: 50px;
}
.catalog-filter__btn .btn{
	text-transform: uppercase;
	width: 100%;
	font-size: 14px;
    padding: 8px 10px;
    margin-bottom: 5px;
}
.catalog-filter__reset{
	font-size: 14px;
	color: #333;
    text-decoration: none;
	border: 0;
	background: none
}
.catalog-filter__reset:hover {
    color: #333;
    text-decoration: underline;
}
.catalog-detail__head{
	display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
	-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin-bottom: 14px;
}
.catalog-detail__head .badge-inStock{
	margin-top: 5px;
}
.catalog-detail__head h1{
	margin-bottom: 0;
	max-width: 80%;
}
.catalog-detail__top{
	margin-bottom: 20px;
}
.catalog-detail__img img{
	width: 100%;
	max-width: 100%;
}
.stages-work{
	display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.stages-work__item{
	width: 91px;
	text-align: center;
	position: relative;
}
.stages-work__points{
	position: relative;
	width: 50px;
}
.stages-work__points:before{
	display: block;
	content: '';
	background: url(/media/css/../img/icons/stages-point.svg) no-repeat;
	position: absolute;
	width: 50px;
	height: 6px;
	top: 80px;
	left: 0;
    margin-left: 0
}
.stages-work__title{
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #6A6A6A;
	margin-bottom: 10px;
	height: 28px;
}
.catalog-stages{
	margin-bottom: 55px;
}
.catalog-stages h2{
	text-align: center;
}
.catalog-detail__spec{
	
}
.detail-spec__item:nth-child(2n){
	background: rgba(196, 196, 196, 0.25);
}
.detail-spec__item{
	display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	color: #363636;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 15px;
}
.detail-spec__text{
	padding-right: 10px;
}
.catalog-detail__back-link{
	color: #363636;
    border-radius: 5px;
    padding: 6px 12px;
	border: 1px solid #363636;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}
.catalog-detail__back-link:hover{
	text-decoration: none;
	color: #363636;
}
.catalog-detail__back-link svg{
	width: 12px;
    height: 12px;
    line-height: normal;
	display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.catalog-detail__back-link span{
	vertical-align: middle;
}
.catalog-detail__price{
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.catalog-price{
	font-size: 48px;
    font-weight: 500;
    line-height: 44px;
    color: #363636;
}
.catalog-section__item:hover:before {
    opacity: 0.3;
}
.catalog-section__item{
	position: relative;
    height: 170px;
    border: 1px solid #C4C4C4;
    margin-bottom: 20px;
}
.catalog-section__item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
}
.catalog-section__link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.catalog-section__order:hover {
    text-decoration: none;
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}
.catalog-section__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.catalog-section__content {
    position: absolute;
    top: 48px;
    text-align: center;
    width: 100%;
}
.catalog-section__top {
    margin-bottom: 15px;
}
.catalog-section__title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    display: inline;
    border-bottom: 1px solid transparent;
}
.catalog-section__order {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    padding: 2px 28px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    display: inline-block;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.catalog-section__price {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-top: 8px;
}
.catalog-filter__head{
	margin-bottom: 20px;
}
.catalog-filter__head h2{
	margin-bottom: 0;
	background-color: #ee1d24;
    color: #ffffff;
    display: inline-block;
}
.table-wrap{
	overflow-x: auto;
	margin-bottom: 20px;
}
.table-wrap__scroll{
	width: 860px;
}
.news__tags .swiper-slide.active{
	background-color: rgba(255, 0, 0, 0.65);
}
.news__tags ul li.active label{
	color: #fff;
}


.footer-form{
	background-color: #363636;
	padding-top: 20px;
	padding-bottom: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.footer-form .form__wrap{
	background: transparent;
    border: 0;
	padding-top: 0;
	text-align: center;
	padding-bottom: 0;
}
.footer-form__title{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 500;
	line-height: 38px;
	margin-bottom: 32px;
}
.footer-form .form__field_elipce input{
	border: 0;
    border-radius: 5px;
    height: 50px;
	background-color: #fff;
    padding: 14px 30px;
    font-size: 20px;
	margin-right: 27px;
}
.footer-form .agree__wrap{
	margin-top: 24px;
}
.footer-form .g-recap,
.footer-form .g-recap a{
	font-size: 12px;
	color: #fff;
	margin-bottom: 0;
}
.footer-form .g-recap{
	margin-top: 20px;
}
.footer-form .agree__wrap label,
.footer-form .agree__wrap a{
	font-size: 16px;
    color: #fff;
	margin-bottom: 0;
}
.footer-form .agree__wrap label:before{
	border-radius: 0;
    width: 26px;
    height: 26px;
	border: 0;
	background-color: #fff;
	margin-left: -36px;
}
.footer-form .agree__wrap label{
	padding-left: 36px;
}
.footer-form .agree__wrap input[type="checkbox"]:checked + label:after{
	width: 18px;
	height: 16px;
	background: url(/media/css/../img/icons/checked-black.svg) 0 0 no-repeat;
	left: 4px;
}
.footer-form .btn-submit{
	border: 0;
    border-radius: 5px;
    height: 50px;
    padding: 0px 25px;
    font-size: 20px;
    opacity: 1;
    background-color: #858585;
}
.footer-form .btn-submit.correct{
	background-color: #FF0000;
}
.footer-form .btn-submit.correct:hover{
	-webkit-box-shadow: none;
    box-shadow: none;
}
.page__footer{
	padding-bottom: 60px;
}
.footer-menu__title{
	font-weight: 700;
    font-size: 16px;
	line-height: 20px;
    margin-bottom: 16px;
	color: #363636 !important;
	display: block
}
.footer-menu__contacts__desktop .footer-menu__title{
	/*margin-top: 10px;*/
}
.footer-menu__cert{
	margin-bottom: 10px;
}
.footer-menu{
	display: flex;
    flex-wrap: wrap;
    margin-right: -11px;
    margin-left: -11px;
}
.footer-menu__item{
	position: relative;
    width: 100%;
	padding-right: 11px;
    padding-left: 11px;
	flex: 0 0 25%;
    max-width: 25%;
	margin-bottom: 20px;
}
.footer-menu .nav-link{
	font-size: 14px;
	color: #363636;
	padding: 5px 0;
	line-height: 16px;
}
.footer-menu .nav-link:hover{
	text-decoration: underline
}
.footer-menu__contacts{
	margin-top: 10px;
}
.footer-copyright{
	font-weight: 300;
	font-size: 12px;
}
.footer-menu__title__br{
	display: none;
}
.footer-menu__cert-logo img{
	width: 60px;
}
.btn-up{
	background: #505050 url('/media/css/../img/icons/arrow-up.svg') center center no-repeat;
	position: fixed;
	bottom: 50px;
    right: 50px;
	width: 63px;
	height: 63px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 100;
	display: none;
}
.popup__callback_wrap{
	border: 0;
    border-radius: 0;
	max-width: 500px;
	padding: 40px 80px;
}
.popup__callback_wrap .close{
	width: 20px;
    height: 20px;
	right: 20px;
    top: 20px;
}
.popup__callback_wrap .close__line{
	height: 20px;
}
.popup__callback_wrap .title.d-md-block{
	margin-bottom: 32px;
    font-size: 22px;
	font-weight: 500;
}
.popup__callback_wrap.form__field_elipce input{
	border-radius: 5px;
	border: solid 1px #333;
	padding: 10px 24px;
	margin-bottom: 22px;
}
.popup__callback_wrap.form__field_elipce input:focus,
.popup__callback_wrap.form__field_elipce input:hover{
	
}
.popup__callback_wrap .btn-submit{
	color: #fff;
    background-color: #999;
	opacity: 0.5;
	border-radius: 5px;
	text-transform: uppercase;
    font-size: 14px;
}
.popup__callback_wrap .btn-submit.correct{
	color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
	opacity: 1;
}
.popup__callback_wrap .btn-submit.correct:hover,
.popup__callback_wrap .btn-submit.correct:focus{
	color: #fff;
    background-color: #E93333;
    border-color: #E93333;
}
.popup__callback_wrap .btn-submit:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.popup__callback_wrap .g-recap,
.popup__callback_wrap .g-recap a{
	color: #999;
}
.popup__callback_wrap .g-recap{
	margin-top: 30px;
}
.footer-form .g-recap,
.popup__callback_wrap .g-recap{
	display: none;
}
.popup__callback_wrap .agree__wrap{
	margin: 0 auto;
    width: 300px;
	margin-top: 30px;
}
.popup__callback_wrap .agree__wrap label:before{
	height: 24px;
    width: 24px;
    border: 1px solid #333;
}
.popup__callback_wrap .agree__wrap input[type="checkbox"]:checked + label:after{
	left: 5px;
}
.popup__callback_wrap .agree__wrap input[type="checkbox"]:checked + label:before{
	
}
.popup__callback_wrap .agree__wrap span{
	padding-left: 10px;
}
.agree__wrap label{
	margin-bottom: 0;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.pagination .page-item{
	height: 40px;
    width: 40px;
	text-align: center;
    line-height: 40px;
	margin-left: -1px;
	position: relative
}
.pagination .page-item a{
	border: 1px solid #C4C4C4;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0 12px;
    line-height: 40px;
	/*margin-left: -1px;*/
	color: #333;
	display: block;
}
.pagination .page-item a:hover{
	text-decoration: none;
}
.pagination .page-item.active{
	background: rgba(255, 0, 0, 0.5);
	border-color: rgba(255, 0, 0, 0.5);
	color: #fff;
}
.pagination .page-item__next a,
.pagination .page-item__prev a{
	font-size: 0;
}
.pagination .page-item__next a:before{
	background: url(/media/css/../img/icons/nav-arrow.svg) no-repeat;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    width: 8px;
    top: 50%;
    height: 14px;
    margin-left: -4px;
    margin-top: -7px;
}
.pagination .page-item__prev a:before{
	background: url(/media/css/../img/icons/nav-arrow.svg) no-repeat;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    width: 8px;
    top: 50%;
    height: 14px;
    margin-left: -4px;
    margin-top: -7px;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.catalog-price__text{
	font-size: 22px;
}
.catalog-price em{
	font-style: normal;
    font-size: 24px;
    vertical-align: top;
    margin-top: -5px;
    display: inline-block;
}
.catalog-price__desc{
	color: #858585;
	font-size: 14px;
}
.catalog-item__price--text{
	font-size: 12px;
    line-height: 14px;
    display: block;
    font-weight: 400;
	width: 80%;
	font-weight: 600;
}
.catalog-item__content{
	/*position: absolute;
    bottom: 0;
    width: calc(100% - 14px);
    right: 7px;
    left: 7px;*/
}
.catalog-articles{
	margin-top: 20px;
}
.catalog-articles h2 {
    background-color: #ee1d24;
    color: #ffffff;
    display: inline-block;
}
.catalog-articles__item{
	display: block;
    position: relative;
    height: 160px;
    /*border-radius: 10px;*/
    margin-bottom: 22px;
}
.catalog-articles__img {
    /*border-radius: 10px;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.catalog-articles__bottom {
    display: flex;
    padding: 6px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(54,54, 54,0.8);
    height: 53px;
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    color: #fff;
    width: 100%;
}
.catalog-articles__title {
    line-height: 18px;
}
.catalog-articles__all{
	text-align: center;
    margin-bottom: 25px;
}
.catalog-articles__all a {
    color: #333333;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.3);
}
.catalog-articles__all a:hover {
    border-bottom: 1px dashed rgb(51, 51, 51);
    text-decoration: none;
}
.catalog__section-order{
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 900;
	display: none;
}
.btn-catalog-order{
	border: 0;
	background: transparent;
	outline: none;
	display: inline-block;
    cursor: pointer;
	height: 63px;
	width: 63px;
	position: relative;
	padding: 0;
	display: block;
}
.btn-catalog-order:hover{
	width: 160px;
}
.btn-catalog-order .circle{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	-webkit-border-radius: 63px;
    -moz-border-radius: 63px;
    border-radius: 63px;
    width: 63px;
    height: 63px;
    line-height: 63px;
    padding: 0;
    font-size: 28px;
	background-color: #FF0000;
    color: #fff;
}
.btn-catalog-order .circle .rub{
	right: 0;
    position: absolute;
	width: 63px;
    height: 63px;
}
.btn-catalog-order:hover{
	/*background-color: #E74C3C;*/
}
.btn-catalog-order .text {
    /*transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);*/
    position: absolute;
    top: 0;
    left: -17px;
    right: 0;
    bottom: 0;
    padding: 0;
    margin-right: 15px;
    color: #282936;
    font-weight: 600;
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
	color: transparent;
	font-size: 18px;
    opacity: 0;	
}
.btn-catalog-order:hover .circle {
    width: 100%;
	
}
.btn-catalog-order:hover .text{
	opacity: 1;
    transition: 0.5s all;
	color: #fff;
}
.catalog__section-question{
	margin-top: 70px;
}
.catalog__section-question .circle .question {
    right: 0;
    position: absolute;
    width: 63px;
    height: 63px;
	font-weight: bold;
}
.btn-catalog-order:hover.animation{
	animation: 0;
	border-radius: 0
}

.animation {
  animation: glowing 1500ms infinite;
  border-radius: 50%;
}
@keyframes glowing {
  0% { background-color: #FF0000; box-shadow: 0 0 2px #E74C3C; }
  50% { background-color: #FF0000; box-shadow: 0 0 9px #E74C3C; }
  100% { background-color: #FF0000; box-shadow: 0 0 2px #E74C3C; }
}
.top-bar__fixed{
	display: none;
	background-color: #363636;
	width: 100%;
	position: fixed;
	z-index: 1000;
	padding: 5px 90px 5px 107px;
}
.top-bar__content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	/*-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	
}
.top-bar__text{
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}
.top-bar__city,
.top-bar__phone a,
.top-bar__email a{
	color: #fff;
	font-size: 14px;
}
.svg-icon {
	position: relative;
	display: inline-block;
	fill: #333;
	vertical-align: inherit;
	line-height: normal;
	width: 18px;
	height: 18px;
}
svg:not(:root) {
	overflow: hidden;
}
.svg-icon > [class *= "svg"] {
	width: inherit;
	height: inherit;
	fill-rule: evenodd;
}
.svg--white{
	fill: #ffffff;
}
.svg-icon + span{
	margin-left: 10px;
}
.top-bar__city .svg-icon{
	width: 12px;
	height: 17px;
}
.top-bar__phone .svg-icon{
	width: 16px;
	height: 16px;
}
.footer-offer{
	font-weight: 300;
    font-size: 12px;
}


@media (max-width: 1600px) {
	.btn-up,
	.catalog__section-order{
		right: 20px;
	}
	.container{
		padding-left: 90px;
		padding-right: 90px;
	}
}
@media (max-width: 1430px) {
	
	.btn-up{
		width: 58px;
		height: 58px;
	}
	.btn-catalog-order{
		height: 58px;
		width: 58px;	
	}
	.btn-catalog-order .circle{
		-webkit-border-radius: 58px;
		-moz-border-radius: 58px;
		border-radius: 58px;
		width: 58px;
		height: 58px;
		line-height: 58px;
	}
	.btn-catalog-order .circle .rub,
	.btn-catalog--question .circle .question{
		width: 58px;
		height: 58px;
	}
	.btn-catalog-order .text {
		line-height: 58px;
	}
	.stages-work__item:before{
		margin-left: -15px;
	}	
}
@media (max-width: 1360px) {
	
	.header-menu .nav-link{
		padding: 15px 12px;
	}
	.header-menu .nav-link:after{
		width: calc(100% - 24px);
		left: 12px;
	}
	.header-menu .nav {
		margin-left: -12px;
	}
	.search-form {
		width: 220px;
	}
	.footer-menu__title__br{
		display: inline-block;
	}
	.btn-up,
	.catalog__section-order{
		right: 15px;
	}
	.detail-spec__item{
		margin-bottom: 10px;
	}
	.catalog-price {
		font-size: 46px;
	}
	.catalog-articles__bottom{
		height: 65px;
	}
}
@media (max-width: 1280px) {
	.search-form {
		width: 200px;
	}
	.header-callback__btn{
		background: #FF0000;
		padding-left: 20px;
	}
	.header-callback__btn:hover{
		background-image: none;
	}
	.main-why__text{
		font-size: 22px;
	}
	.main-news__bottom{
		padding-left: 10px;
	}
	.main-news__title{
		padding-right: 70px;
		font-size: 14px;
	}
	.footer-form__title{
		font-size: 30px;
	}
	.main-why__title{
		font-size: 36px;
	}
	.main-catalog__static{
		display: none;
	}
	.main-catalog__slider{
		display: block;
		margin-bottom: 25px;
	}
	.swiper-container-horizontal>.catalog-slider__pagination.swiper-pagination-progressbar{
		width: 265px;
		height: 2px;
		top: auto;
		bottom: 0;
		left: 50%;
		margin-left: -130px;
	}
	.catalog-slider__pagination.swiper-pagination-progressbar{
		background: rgba(0, 0, 0, 0.5);
	}
	.catalog-slider__pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
		background: rgba(255, 0, 0, 0.5);
	}
	.catalog-slider .swiper-wrapper{
		padding-bottom: 13px;
	}
	.catalog-slider.swiper-container-horizontal>.swiper-scrollbar{
		width: 265px;
		height: 2px;
		top: auto;
		bottom: 0;
		left: 50%;
		margin-left: -130px;
	}
	.catalog-slider .swiper-scrollbar-drag{
		background: rgba(255, 0, 0, 0.5);
	}
	.catalog-slider__scrollbar{
		background: rgba(0, 0, 0, 0.5);
	}
	.catalog-slider__button-prev.swiper-button-prev{
		left: 20px;
		margin-top: -28px;
	}
	.catalog-slider__button-next.swiper-button-next{
		right: 20px;
		margin-top: -28px;
	}
	.main-catalog__item{
		margin-bottom: 0;
	}
	.header-callback__btn{
		padding: 15px 12px;
	}
	.service-item__last .service-item__content{
		padding: 0 30px;
	}
	.catalog-col {
		flex: 0 0 23%;
		max-width: 23%;
	}
	.catalog-col.catalog-col__cat {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.catalog-cat__link__text{
		padding: 0 15px;
	}
	.catalog-price {
		font-size: 44px;
	}
	.catalog-price__text,
	.service-price__text{
		font-size: 20px;
	}
}
@media (max-width: 1240px) {
	.header-menu .nav-link {
		padding: 15px 8px;
	}
	.header-menu .nav-link:after {
		width: calc(100% - 16px);
		left: 8px;
	}
	.header-callback__btn{
		padding: 15px 10px;
	}
	.header-menu .nav {
		margin-left: -8px;
	}
	.search-form {
		width: 180px;
	}
	.main-slider__title a{
		font-size: 36px;
	}
	.footer-menu__title{
		font-size: 14px;
		line-height: 18px;
	}
	.page__sidebar{
		width: 300px;
	}
	.sidebar-contact{
		width: 299px;
		padding-left: 78px;
	}
	.page__container{
		padding-left: 300px;
	}
	.sidebar__navbar .navbar-nav {
		padding-left: 15px;
	}
	.footer-form .btn-submit,
	.footer-form .form__field_elipce input{
		height: 45px;
	}
	.sidebar__logo img{
		width: 200px;
	}	
	.catalog-price {
		font-size: 42px;
	}
	.catalog-item__price-text{
		display: block;
	}
	.catalog-item__bottom{
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
	}
}
@media (max-width: 1180px) {
	.search-form {
		width: 170px;
	}
	.container {
		padding-left: 60px;
		padding-right: 60px;
	}
	.catalog-price {
		font-size: 36px;
	}
	.top-bar__fixed{
		padding: 8px 60px 8px 124px;
	}
}
@media (max-width: 1100px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.page__sidebar{
		width: 270px;
	}
	.sidebar-contact {
		width: 269px;
		padding-left: 65px;
	}
	.sidebar__logo img {
		width: 170px;
		margin-left: -10px;
	}
	.sidebar__logo{
		margin-bottom: 20px;
	}
	.page__container{
		padding-left: 270px;
	}
	.sidebar__navbar .navbar-nav {
		padding-left: 0;
	}
	.footer-form__title {
		font-size: 26px;
	}
	.top-bar__fixed{
		padding: 8px 30px 8px 107px;
	}
}
@media (max-width: 1024px) {
	/*.main-news__desktop{
		display: none;
	}
	.main-news__mobile{
		display: block
	}*/
	.page__container {
		padding-left: 0;
	}
	.page__sidebar,
	.header-menu{
		display: none
	}
	.header-nav__left{
		display: block
	}
	.header-logo{
		display: block;
		padding-left: 20px;
	}
	.header-logo__desktop{
		width: 115px;
	}
	.navbar-toggler-icon {
		background: url(/media/css/../img/icons/navbar-burger.svg) no-repeat;
		width: 50px;
		height: 40px;
	}
	.navbar-toggler {
		display: block;
		padding: 0;
	}
	.page__sidebar{
		height: 100vh;
		z-index: 1001;
		overflow: auto;
		width: 100%;
		max-width: 360px;
		direction: inherit;
		box-shadow: -4px 3px 25px rgb(42 54 122 / 12%)
	}
	.page__sidebar.open{
		display: block;
	}
	.sidebar__inner{
		direction: inherit;
		position: relative
	}
	.page__fade,
	.page__fade-filter{
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(54,54,54, 0.8);
		display: none;
		top: 0;
		left: 0;
		z-index: 999;
		cursor: pointer;
	}
	.menu-active .page__fade,
	.filter-active .page__fade-filter{
		display: block;
	}
	.menu-active .page__container/*,
	.filter-active .page__container*/{
		overflow: hidden;
		height: 100%;
	}
	.navbar-close {
		right: auto;
		cursor: pointer;
		position: absolute;
		right: 15px;
		width: 30px;
		height: 29px;
		top: 15px;
		background: url(/media/css/../img/icons/close-side-bar.svg) center center no-repeat;
	}
	.filter-close{
		right: auto;
		cursor: pointer;
		position: absolute;
		right: 6px;
		width: 30px;
		height: 29px;
		top: 15px;
		background: url(/media/css/../img/icons/close-side-bar.svg) center center no-repeat;
	}
	.main-catalog__static{
		display: block !important;
		margin-bottom: 25px;
	}
	.main-catalog__slider,
	.header-search,
	.sidebar__logo{
		display: none !important
	}
	.header-email, .header-phone {
		margin-top: 10px;
	}
	.header-city {
		margin-top: 8px;
	}
	.nav-item__mobile{
		display: list-item
	}
	.sidebar__navbar{
		padding-top: 20px;
		padding-left: 0;
	}
	.sidebar__navbar .nav-link{
		line-height: 20px;
		font-size: 18px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.sidebar__navbar .dropdown-item{
		font-size: 16px;
		line-height: 18px;
		font-weight: 400;
		padding-left: 50px;
	}
	.sidebar__navbar__last-nav-item:after,
	.sidebar__dropdown:after{
		display: none;
	}
	.sidebar__navbar__last-nav-item {
		padding-top: 0;
		margin-top: 0;
	}
	.header-nav__left{
		display: flex
	}
	.page__header{
		box-shadow: -4px 3px 25px rgb(42 54 122 / 12%);
		background-color: #fff;
	}
	.page__content{
		margin-top: 30px;
	}
	.main-why {
		height: 360px;
	}
	.main-why__img img{
		height: 130px;
	}
	.main-why__item{
		width: 100%
	}
	.main-why__text {
		font-size: 32px;
		line-height: 38px;
		margin-top: 30px;
	}
	.main-why__title{
		padding-top: 22px;
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 30px;
	}
	.swiper-container-horizontal>.main-why-slider__pagination.swiper-pagination-progressbar{
		width: 265px;
		height: 2px;
		top: auto;
		bottom: 0;
		left: 50%;
		margin-left: -130px;
	}
	.main-why-slider__pagination.swiper-pagination-progressbar{
		background: rgba(0, 0, 0, 0.5);
	}
	.main-why-slider__pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
		background: rgba(255, 0, 0, 0.5);
	}
	.main-why-slider .swiper-wrapper{
		padding-bottom: 50px;
	}
	.main-why-slider.swiper-container-horizontal>.swiper-scrollbar{
		width: 230px;
		height: 4px;
		top: auto;
		bottom: 0;
		left: 50%;
		margin-left: -115px;
	}
	.main-why-slider .swiper-scrollbar-drag{
		background: #C4C4C4;
		border-radius: 6px;
	}
	.main-why-slider__scrollbar{
		background: #2F2F2F;
		border-radius: 6px;
	}
	.main-why-slider__button-prev.swiper-button-prev{
		left: 20px;
		margin-top: -50px;
	}
	.main-why-slider__button-next.swiper-button-next{
		right: 20px;
		margin-top: -50px;
	}
	.catalog-delivery__title{
		padding-right: 30px;
	}
	.detail-spec__item {
		margin-bottom: 15px;
	}
	.catalog-articles__bottom{
		height: 53px;
	}
	.sidebar-contact {
		width: 100%;
		padding-left: 45px;
		max-width: 358px;
	}
	.sidebar-contact{
		display: block;
	}
	.top-bar__fixed{
		display: none !important;
	}
}
@media (max-width: 992px) {
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-right: 10px;
		padding-left: 10px;
	}
	.row{
		margin-right: -10px;
		margin-left: -10px;
	}
	.container {
		padding-right: 12px;
		padding-left: 12px;
	}
	/*.header-phone a{
		font-size: 0;
	}*/
	.header-top {
		padding-top: 20px;
	}
	.header-city .dropdown-menu{
		margin-top: 12px;
	}
	.header-search{
		margin-top: 10px;
	}
	.header-city{
		margin-top: 13px;
	}
	.header-email{
		margin-top: 15px;
	}
	.header-phone{
		margin-top: 15px;
		font-weight: 500;
	}
	.main-text p{
		font-size: 16px;
		line-height: 20px;
	}
	.main-news__date{
		bottom: 8px;
		font-size: 11px;
	}
	.main-slider .swiper-button-prev, 
	.main-slider .swiper-button-next{
		display: none !important
	}
	.header-phone span{
		display: none;
	}
	.navbar-toggler{
		margin-top: 0;
	}
	.header-logo{
		
	}
	.main-catalog {
		margin-top: 30px;
	}
	.main-catalog__item{
		height: 280px;
		margin-bottom: 20px;
	}
	.main-title h2{
		font-size: 32px;
		text-align: center;
		margin-bottom: 25px;
	}
	.main-catalog__bottom{
		height: 100px;
		padding: 18px 26px;
	}
	.main-catalog__price{
		font-size: 18px;
		font-weight: 400;
	}
	.main-catalog__title{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 12px;
	}
	.main-services__item{
		height: 280px;
	}
	.main-text h1{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.main-text {
		margin-bottom: 30px;
	}
	.main-text p {
		font-size: 18px;
		line-height: 24px;
		font-weight: 400;
	}
	.main-services__title{
		font-size: 24px;
		color: #FFFFFF;
		text-align: center;
		font-weight: 500;
		margin-bottom: 0;
		line-height: 28px;
	}
	.main-services__price{
		display: none;
	}
	.main-services__bottom{
		height: 100px;
		padding: 35px 15px;
		background: rgba(0, 0, 0, 0.5);
	}
	.footer-menu__item{
		flex: 0 0 33.33%;
		max-width: 33.33%;
		margin-bottom: 0;
	}
	.main-slider__swiper {
		height: 356px;
	}
	.main-slider__title a {
		font-size: 48px;
		line-height: 56px;
	}
	.main-slider__title{
		padding: 0 50px;
	}
	.main-why{
		margin-bottom: 50px;
	}
	.sidebar__navbar .dropdown-toggle:before,
	.sidebar__navbar .sidebar__navbar__last-nav-item .dropdown-toggle:before{
		right: 40px;
		top: 14px;
	}
	.main-news__item{
		height: 280px;
		margin-bottom: 20px;
		border-radius: 0;
	}
	.main-news__img{
		border-radius: 0;
	}
	.main-news__bottom{
		height: 100px;
		padding: 15px 150px 6px 40px;
	}
	.main-news__title{
		font-size: 26px;
		line-height: 30px;
	}
	.main-news__date{
		font-size: 16px;
		right: 40px;
		bottom: 8px;
	}
	.footer-form__title {
		font-size: 32px;
		line-height: 38px;
		padding: 0 80px;
		margin-bottom: 35px;
	}
	.form__wrap .fields__wrap{
		flex-direction: column;
		align-items: center;
	}
	.footer-form .form__field_elipce input{
		margin-right: 0;
		padding-right: 70px;
		padding-left: 70px;
	}
	.footer-form .btn-submit, 
	.footer-form .form__field_elipce input {
		height: 70px;
		width: 410px;
		font-size: 32px;
	}
	.footer-form .btn-submit{
		margin-top: 36px;
		font-size: 26px
	}
	.footer-form .agree__wrap {
		margin-top: 35px;
	}
	.footer-form .g-recap, .footer-form .g-recap a{
		font-weight: 300;
		font-size: 14px;
	}
	.footer-form{
		padding-top: 30px;
		padding-bottom: 50px;
		margin-bottom: 35px;
	}
	.footer-menu__title{
		margin-bottom: 10px;
	}
	.footer-menu .navbar-nav{
		padding-right: 40px;
		margin-bottom: 20px;
	}
	.footer-menu__contacts__desktop{
		/*display: none;*/
	}
	.main-news__all a{
		font-size: 18px;
	}
	.footer-copyright__bottom{
		/*display: none;*/
	}
	.service-slider {
		margin-bottom: 50px;
	}
	
	.main-why__static,
	.main-news__static{
		display: none;
	}
	.main-why__slider,
	.main-news__slider{
		display: block
	}
	.main-news-slider.swiper-container-horizontal>.swiper-scrollbar{
		width: 230px;
		height: 4px;
		top: auto;
		bottom: 0;
		left: 50%;
		margin-left: -115px;
	}
	.service-slider.swiper-container-horizontal>.swiper-scrollbar{
		bottom: 0;
		height: 4px;
		border-radius: 6px;
	}
	.service-slider .swiper-wrapper,
	.main-news-slider .swiper-wrapper{
		padding-bottom: 24px;
	}
	.main-news__item{
		margin-bottom: 0
	}
	.main-news__all{
		margin-bottom: 50px;
	}
	.main-news-slider__scrollbar {
		background: rgba(0, 0, 0, 0.5);
	}
	.main-news-slider .swiper-scrollbar-drag {
		background: rgba(255, 0, 0, 0.5);
	}
	.page__footer {
		padding-bottom: 30px;
	}
	.footer-menu__item__tablet{
		display: block
	}
	.service-item__title{
		font-size: 28px;
	}
	.service-item__top{
		margin-bottom: 30px;
	}
	.service-item{
		height: 250px;
	}
	.service-item__price{
		font-size: 21px;
		margin-top: 25px;
	}
	.service-item__order{
		font-size: 21px;
		padding: 13px 40px;
	}
	h1{
		text-align: center;
	}
	.catalog-section__item{
		height: 250px;
	}
	.catalog-section__top {
		margin-bottom: 30px;
	}
	.catalog-section__title {
		font-size: 28px;
	}
	.catalog-section__order {
		font-size: 21px;
		padding: 13px 40px;
	}
	.catalog-cat h2{
		text-align: center;
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.catalog-col {
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.catalog-row {
		margin-right: -10px;
		margin-left: -10px;
	}
	.catalog-col.catalog-col__cat {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.catalog-item{
		padding: 0;
		
	}
	.catalog-cat .catalog-col{
		margin-bottom: 20px;
	}
	.catalog-item__title,
	.catalog-item__prop,
	.catalog-item__bottom{
		padding: 0 20px;
	}
	.catalog-item__title{
		font-size: 24px;
		line-height: 28px;
		margin-top: 13px;
		margin-bottom: 15px;
	}
	.catalog-item__prop__item{
		font-size: 18px;
		line-height: 21px;
	}
	.catalog-item__bottom{
		margin-top: 13px;
		margin-bottom: 12px;
	}
	.btn-sm{
		font-size: 16px;
		padding: 11px 40px;
	}
	.catalog-item__price{
		font-size: 25px;
	}
	.catalog-cat__link__text{
		font-size: 32px;
		line-height: 42px;
	}
	.catalog-filter__wrap{
		display: none;
		position: fixed;
		width: 100%;
		max-width: 360px;
		height: 100vh;
		z-index: 1000;
		top: 0;
		left: 0;
		box-shadow: 10px 0 20px 0 rgb(0 0 0 / 10%);
		padding: 16px;
	}
	.catalog-filter__wrap.active{
		display: block;
		background: #fff;
	}
	.catalog-item__not-found__text{
		padding: 0 20px;
		font-size: 18px;
		min-height: 140px;
		margin-top: 13px;
	}
	.catalog-filter__btn-mobile{
		display: block;
	}
	.catalog-filter__head h2{
		margin-bottom: 20px;
	}
	.catalog-filter__btn-mobile{
		background: url(/media/css/../img/icons/filter.svg) no-repeat;
		color: #363636;
		text-transform: uppercase;
		border-radius: 5px;
		padding: 10px 30px 10px 60px;
		background-position-x: 10px;
		background-position-y: 2px;
		border: 1px solid #363636;
	}
	.catalog-filter__collapse,
	.bx-filter-parameters-box-title{
		font-size: 18px;
		font-weight: 400;
		line-height: 20px;
		padding-bottom: 16px;
		margin-bottom: 16px;
		padding-right: 40px;
		border-bottom: 1px solid #e4e4e4;
	}
	.control-checkbox .control-text, 
	.control-checkbox .control-radio{
		font-size: 16px;
	}
	.catalog-filter__collapse:after,
	.bx-filter-parameters-box-title:after{
		display: none;
	}
	.catalog-filter__collapse:before,
	.bx-filter-parameters-box-title:before	{
		background: url(/media/css/../img/icons/nav-arrow.svg) no-repeat;
		display: block;
		content: '';
		position: absolute;
		right: 0;
		width: 8px;
		top: 3px;
		height: 14px;
		-webkit-animation: rotate 6s linear infinite;
		animation: rotate 6s linear infinite;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.catalog-filter__collapse.collapsed:before,
	.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title:before	{
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.catalog-filter__content,
	.bx-filter-parameters-box .bx-filter-block	{
		margin-bottom: 15px;
	}
	.catalog-filter__top{
		display: block;
		margin-bottom: 20px;
		border-bottom: 1px solid #e4e4e4;
		padding-bottom: 20px;
	}
	.catalog-filter__btn .btn{
		font-size: 16px;
		padding: 12px 20px;
		margin-bottom: 10px;
	}
	.catalog-filter__reset {
		font-size: 16px;
	}
	.catalog-filter__top__title{
		font-size: 20px;
		line-height: 30px;
	}
	.detail-spec__item{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 7px;
	}
	.header-city{
		display: none;
	}
	.header-phone a:after{
		display: none;
	}
	.header-phone__tablet{
		width: 42px;
		height: 42px;
		display: block;
		margin: 0;
	}
	.header-phone__tablet:after{
		content: '';
		position: absolute;
		left: 16px;
		background: url(/media/css/../img/icons/header-phone.svg) no-repeat;
		width: 25px;
		height: 26px;
		top: 8px;
	}
	.header-phone a {
		padding-left: 0;
	}
	.catalog-detail__head h1{
		text-align: left;
	}
	.catalog-item__price--text{
		font-size: 16px;
		line-height: 18px;
	}
	.footer-menu__cert__tablet{
		display: block
	}
	.footer-menu__cert__mobile{
		display: none;
	}
	.catalog-articles__item{
		height: 190px;
	}
	.catalog-articles__bottom{
		height: 63px;
	}
	.catalog-articles__title {
		line-height: 24px;
		font-size: 22px;
	}
	.btn-catalog-order:hover .text{
		display: none;
	}
	.btn-catalog-order:hover .circle{
		width: 58px;
	}
	.page__header{
		position: sticky;
		top: 0;
		position: -webkit-sticky;
		left: 0;
		z-index: 998;
	}
	.catalog-item__price-text {
		font-size: 18px;
	}
	
} /* end 992 */
@media (max-width: 767px) {
	.footer-menu__cert__mobile{
		display: block;
	}
	.footer-form__title{
		padding: 0;
	}
	.collapsing {
		/*transition: none !important;
		height: 100vh !important;*/
	}
	
	.btn-up{
		bottom: 40px;
	}
	.header-phone {
		margin-top: 5px;
	}
	.header-top{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.header-city,
	.header-email,
	.header-logo__desktop,
	.header-phone a:after{
		display: none;
	}
	.header-phone a{
		font-weight: 500;
		font-size: 20px;
	}
	.header-logo {
		margin-top: 0;
		margin-bottom: 0;
	}
	.callback__btn {
		border-radius: 0;
		background: none !important;
		margin-right: 0;
		padding: 0;
		font-size: 1.25rem;
		background-image: none !important;
	}
	.header-logo__mobile{
		display: inline-block;
		max-width: 30px;
	}
	.navbar-toggler-icon{
		width: 38px;
		height: 28px;
	}
	.main-slider__title a {
		font-size: 30px;
		line-height: 36px;
	}
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.main-why-slider__button-prev.swiper-button-prev,
	.service-slider__button-prev.swiper-button-prev{
		left: 0;
	}
	.main-why-slider__button-next.swiper-button-next,
	.service-slider__button-next.swiper-button-next	{
		right: 0;
	}
	.main-slider__swiper{
		height: 300px;
	}
	.main-why__title{
		font-size: 30px;
		padding-right: 0;
		padding-left: 0;
	}
	.main-why__img img {
		height: 100px;
	}
	.main-why__text {
		font-size: 30px;
		line-height: 32px;
		padding: 0 80px;
	}
	.main-news__bottom {
		height: 100px;
		padding: 15px 100px 6px 20px;
	}
	.main-news__title {
		font-size: 20px;
		line-height: 24px;
		padding-right: 10px;
	}
	.main-news__date {
		font-size: 14px;
		right: 20px;
	}
	.footer-form__title {
		font-size: 30px;
		line-height: 36px;
	}
	.footer-form .btn-submit, .footer-form .form__field_elipce input {
		height: 55px;
		width: 90%;
		font-size: 24px;
	}
	.footer-form .form__field_elipce input{
		padding-left: 30px;
	}
	.footer-form .btn-submit {
		margin-top: 20px;
	}
	.footer-form{
		padding-bottom: 40px;
	}
	.header-phone a:after{
		width: 32px;
		height: 31px;
	}
	.header-phone a:after{
		left: auto;
		right: 0;
	}
	.footer-form__title{
		padding: 0
	}
	.hidden-xs{
		display: none !important
	}
	.footer-menu__item__mobile {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.footer-menu__item__tablet {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.footer-menu .navbar-nav{
		padding-right: 0;
	}
	.footer-form{
		margin-bottom: 30px;
	}
	.page__footer {
		padding-bottom: 30px;
	}
	.footer-form .g-recap{
		padding: 0 20px;
	}
	.footer-form .g-recap, .footer-form .g-recap a{
		font-size: 12px;
	}
	.footer-menu__item{
		padding-right: 10px;
		padding-left: 10px;
	}
	.footer-menu{
		margin-right: -10px;
		margin-left: -10px;
	}
	.footer-menu__item__mobile{
		display: block;
		margin-top: -5px;
	}
	.footer-copyright__contacts{
		display: none
	}
	.footer-copyright__bottom {
		display: block
	}
	.sidebar__navbar .nav-link {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-text h1{
		font-size: 30px;
		line-height: 34px;
	}
	.service-item__last .service-item__content {
		padding: 0 20px;
	}
	.service-item__title {
		font-size: 24px;
	}
	.service-item__top{
		margin-bottom: 24px;
	}
	.service-item__price{
		margin-top: 22px;
	}
	.service-item__order{
		font-size: 18px;
		padding: 10px 40px;
	}
	.content-detail__img{
		margin-bottom: 20px;
	}
	.service-detail__small-text ul li {
		font-size: 18px;
		line-height: 24px;
	}
	.content-detail .btn-primary{
		width: 100%;
	}
	.slider-cert, .slider-cert-2{
		width: 60%;
	}
	.service-price {
		font-size: 28px;
	}
	.service-price span {
		font-size: 24px;
	}
	.btn-primary{
		padding: 8px 24px;
	}
	.page__content {
		margin-top: 20px;
	}
	.content-detail__order-price{
		display: flex;
		flex-flow: wrap;
	}
	.service-detail__small-text{
		order: 2;
	}
	.service-detail__price{
		order: 1;
	}
	.content-detail {
		margin-top: 10px;
	}
	.service-detail__img{
		margin-bottom: 15px;
	}
	.service-detail__price .btn-primary{
		width: auto;
	}
	.form__wrap {
		padding: 0;
	}
	.form__wrap .fields__wrap input{
		margin-bottom: 0;
	}
	.catalog-col,
	.catalog-col.catalog-col__cat{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.catalog-cat__link{
		height: 280px;
	}
	.btn-sm {
		font-size: 16px;
		padding: 11px 40px;
	}
	.catalog-cat__link__text {
		font-size: 30px;
		line-height: 34px;
	}
	.tabs-default .nav-item{
		width: auto;
	}
	.tabs-default .nav-link{
		font-size: 15px;
	}
	.catalog-delivery{
		flex-direction: column;
		margin-top: 30px;
	}
	.catalog-delivery__item {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.catalog-delivery__title {
		padding-right: 0;
		padding: 0;
		margin-top: 20px;
		text-align: center;
	}
	.catalog-delivery__img{
		height: auto;
	}
	.content-detail .catalog-delivery__img img{
		position: relative;
	}
	.catalog-detail__head{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	.catalog-detail__head .badge-inStock{
		display: none;
	}
	.catalog-detail__img .badge-inStock{
		display: inline-block;
		position: absolute;
		top: 5px;
		left: 5px;
	}
	.catalog-detail__img{
		position: relative;
		margin-bottom: 20px;
	}
	.stages-work__item{
		width: 33.33%;
		margin-bottom: 20px;
	}
	.stages-work__points{
		display: none
	}
	.stages-work{
		flex-wrap: wrap;
	}
	.stages-work__title{
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
		height: 32px;
		padding: 0;
	}
	.stages-work__img img{
		max-width: 80%;
	}
	.stages-work__item:first-child .stages-work__title{
		height: 32px;
	}
	.catalog-stages {
		margin-bottom: 30px;
	}
	.catalog-price {
		font-size: 36px;
	}
	.catalog-detail__spec {
		margin-bottom: 20px;
	}
	.slider-default .swiper-pagination .swiper-pagination-bullet{
		width: 26px;
	}
	.slider-default .swiper-pagination .swiper-pagination-bullet{
		margin: 0 8px;
	}
	.catalog-cat .catalog-col:not(.catalog-col__cat){
		display: none;
	}
	.popup__callback_wrap{
		max-width: 360px;
		padding: 30px 30px;
	}
	.popup__callback_wrap .agree__wrap{
		width: auto;
	}
	.popup__callback_wrap .title{
		font-size: 22px !important;
		font-weight: 500;
	}
	.popup__callback_wrap .popup_phone{
		background: #FF0000;
		border-radius: 5px;
	}
	.header-phone{
		display: none;
	}
	.header-phone.header-phone__mobile{
		display: block
	}
	.popup__callback_wrap .g-recap,
	.popup__callback_wrap .agree__wrap	{
		margin-top: 20px;
	}
	.catalog-delivery__wrap{
		width: 100%;
	}
	.slider-delivery{
		margin-top: 30px;
	}
	.swiper-slide:first-child .catalog-delivery__title{
		padding: 0 30px
	}
	.page__sidebar{
		width: 100vw;
		max-width: 100vw;
	}
	.sidebar__navbar .navbar-nav{
		padding-bottom: 40px;
	}
	.content-detail .default-horizontal table {
		width: 600px !important;
	}
	.catalog-filter__wrap{
		width: 100vw;
		max-width: 100vw;
	}
	.contact__list{
		margin-bottom: 30px;
	}
	.catalog-detail__head h1{
		text-align: center;
		max-width: 100%;
	}
	.breadcrumb {
		margin-bottom: 0;
	}
	.main-slider__title {
		padding: 0;
	}
	.news__title{
		line-height: normal;
	}
	.section-title h1{
		font-size: 28px;
	}
	.breadcrumb ul{
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.slider-default.slider-navigation .swiper-slide {
		width: auto;
	}
	.slider-default.slider-navigation {
		margin-bottom: 0;
	}
	.slider-default.slider-navigation .swiper-wrapper {
		padding-bottom: 0;
	}
	.catalog-detail__back-link{
		display: none
	}
	.footer-menu .navbar-nav{
		margin-bottom: 10px;
	}
	.catalog-articles__bottom {
		height: auto;
	}
	.catalog-articles__desc{
		display: none
	}
	.catalog-articles__mobile{
		display: block;
	}
	.catalog__section-order{
		display: none!important
	}
	.sidebar-contact{
		display: none;
	}
}/* end 767 */
@media (max-width: 420px) {
	.page__sidebar{
		/*max-width: 320px;*/
	}
	.main-why__title {
		font-size: 26px;
		line-height: 30px;
	}
	.main-news__title {
		font-size: 17px;
		line-height: 24px;
		padding-right: 0;
	}
	.main-why__text{
		padding: 0 60px;
	}
	.main-news__bottom {
		height: 100px;
		padding: 15px 80px 6px 20px;
	}
	.main-why__img img {
		height: 90px;
	}
	.footer-menu__item__mobile {
		flex: 0 0 55%;
		max-width: 55%;
	}
	.footer-menu__item__mobile:last-child {
		flex: 0 0 45%;
		max-width: 45%;
	}
	.footer-menu__item__tablet {
		flex: 0 0 45%;
		max-width: 45%;
	}
	.footer-form .btn-submit, .footer-form .form__field_elipce input {
		height: 55px;
		width: 90%;
		font-size: 20px;
	}
	.footer-form__title {
		font-size: 28px;
		line-height: 32px;
	}
	.catalog-item__price-text {
		font-size: 16px;
	}
}
@media (max-width: 360px) {
	.main-catalog__title {
		font-size: 22px;
	}
	.main-why__text {
		padding: 0 30px;
	}
	.main-news__bottom {
		height: 100px;
		padding: 15px 60px 6px 10px;
	}
	.main-news__date {
		font-size: 12px;
		right: 10px;
	}
	.main-slider__pagination .swiper-pagination-bullet{
		width: 35px;
	}
	.main-slider__title a {
		font-size: 24px;
		line-height: 30px;
	}
	.service-item__last .service-item__content {
		padding: 0 15px;
	}
	.service-item__title{
		font-size: 22px;
	}
	.tabs-default .nav-link {
		font-size: 13px;
		padding: 8px 12px;
	}
	.btn-sm{
		padding: 11px 30px;
	}
	.catalog-item__price {
		font-size: 22px;
	}
	.catalog__btn-item{
		padding: 11px 22px;
	}
	.catalog-item__not-found__text{
		font-size: 15px;
	}
	.catalog-price {
		font-size: 30px;
	}
	.popup__callback_wrap .close{
		right: 15px;
		top: 15px;
	}
	.catalog-cat__link__text {
		font-size: 25px;
		line-height: 30px;
	}
	.service-price {
		font-size: 24px;
	}
	.service-detail__price .btn{
		padding: 10px 20px;
	}
	.sidebar__navbar .dropdown-toggle:before, 
	.sidebar__navbar .sidebar__navbar__last-nav-item .dropdown-toggle:before{
		right: 30px;
	}
	.catalog-price__text,
	.service-price__text{
		font-size: 16px;
	}
}



/* End */


/* Start:/local/templates/russtal-new/components/bitrix/menu/top-menu-mobile/style.min.css?1570967793490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/russtal-new/components/bitrix/menu/top-menu-mobile/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/russtal-new/components/wapxaz/ajaxform/form-bottom-new/style.css?15771176873438*/
.form-box {
    -webkit-box-shadow: 0 0 46px rgba(1, 2, 2, .27);
    box-shadow: 0 0 46px rgba(1, 2, 2, .27);
}


.form-box .form {
    padding: 20px 20px 0;
}
.form-box .item {
    margin-top: 15px;
}
.form-box .item:first-child {
    margin-top: 0;
}
.form-box input[type=email], .form-box input[type=text] {
    height: 42px;
    padding: 0 18px;
    border-radius: 50px;
}
.form-box input[type=email], .form-box input[type=text], .form-box textarea {
    width: 85%;
    background: #dedede;
    border: 0;
    font-size: 18px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.form-box textarea {
    width: 85%;
    height: 126px;
    border-radius: 20px;
    padding: 10px 18px;
    resize: none;
}
.form-box .bt {
    margin-top: 24px;
}
.form-box button {
    width: 100%}
/*a.button, button {*/
/*    height: 42px;*/
/*    border-radius: 21px;*/
/*    background: #3cd247;*/
/*    font-size: 22px!important;*/
/*    color: #fff!important;*/
/*    text-transform: uppercase;*/
/*}*/
.form-box .title {
    padding: 0 40px;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
}
.form-box {
    margin: auto;
    background: #f5f4f4;
    width: 344px;
    padding: 30px 0;
    text-align: center;
}
* {
    outline: 0;
    max-height: 999999px;
}
.text_block {
    font-size: 16px;
    padding: 10px;
    background: #f5f4f4;
    border-radius: 5px;
    margin-top: 25px;
}
@media (max-width:992px) {
    .fon_scroll {
        background-image: none!important;
    }
    .form-box {
        width: 90%!important;
        margin: 45px auto!important;
    }
}
.modal_div {
    width: 300px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.6);
    background: #fff;
    position: fixed;
    display: none;
    opacity: 0;
    z-index: 110;
    padding: 30px 10px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_div .modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal_close_line{
    width: 2px;
    height: 21px;
    background-color: gray;
    position: absolute;
}
.modal_close_line:first-child{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal_close_line:last-child{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* Пoдлoжкa */
#overlay {
    z-index:109; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color: rgba(0,0,0,.6); /* чернaя */
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* End */


/* Start:/local/templates/russtal-new/components/wapxaz/ajaxform/form-ajax/style.css?16520246233438*/
.form-box {
    -webkit-box-shadow: 0 0 46px rgba(1, 2, 2, .27);
    box-shadow: 0 0 46px rgba(1, 2, 2, .27);
}


.form-box .form {
    padding: 20px 20px 0;
}
.form-box .item {
    margin-top: 15px;
}
.form-box .item:first-child {
    margin-top: 0;
}
.form-box input[type=email], .form-box input[type=text] {
    height: 42px;
    padding: 0 18px;
    border-radius: 50px;
}
.form-box input[type=email], .form-box input[type=text], .form-box textarea {
    width: 85%;
    background: #dedede;
    border: 0;
    font-size: 18px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.form-box textarea {
    width: 85%;
    height: 126px;
    border-radius: 20px;
    padding: 10px 18px;
    resize: none;
}
.form-box .bt {
    margin-top: 24px;
}
.form-box button {
    width: 100%}
/*a.button, button {*/
/*    height: 42px;*/
/*    border-radius: 21px;*/
/*    background: #3cd247;*/
/*    font-size: 22px!important;*/
/*    color: #fff!important;*/
/*    text-transform: uppercase;*/
/*}*/
.form-box .title {
    padding: 0 40px;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
}
.form-box {
    margin: auto;
    background: #f5f4f4;
    width: 344px;
    padding: 30px 0;
    text-align: center;
}
* {
    outline: 0;
    max-height: 999999px;
}
.text_block {
    font-size: 16px;
    padding: 10px;
    background: #f5f4f4;
    border-radius: 5px;
    margin-top: 25px;
}
@media (max-width:992px) {
    .fon_scroll {
        background-image: none!important;
    }
    .form-box {
        width: 90%!important;
        margin: 45px auto!important;
    }
}
.modal_div {
    width: 300px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.6);
    background: #fff;
    position: fixed;
    display: none;
    opacity: 0;
    z-index: 110;
    padding: 30px 10px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_div .modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal_close_line{
    width: 2px;
    height: 21px;
    background-color: gray;
    position: absolute;
}
.modal_close_line:first-child{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal_close_line:last-child{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* Пoдлoжкa */
#overlay {
    z-index:109; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color: rgba(0,0,0,.6); /* чернaя */
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* End */
/* /media/css/main.css?168363938830896 */
/* /media/css/media.css?168363950110174 */
/* /media/css/style.css?176469876184508 */
/* /local/templates/russtal-new/components/bitrix/menu/top-menu-mobile/style.min.css?1570967793490 */
/* /local/templates/russtal-new/components/wapxaz/ajaxform/form-bottom-new/style.css?15771176873438 */
/* /local/templates/russtal-new/components/wapxaz/ajaxform/form-ajax/style.css?16520246233438 */
