.nav-menu ul,
.slider {
    -webkit-box-align: center
}

.nav-menu ul,
.slide ul,
.slide-dots {
    list-style-type: none
}

.c-btn-span,
.mob-menu-btn,
.proj .p-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.c-btn-text,
.contacts-mail-link,
.contacts-phone-btn,
.content h1,
.k-page h1,
.nav-menu ul li,
.p-content .p-link a,
.proj h1,
.tabs-item span {
    text-transform: uppercase
}

*,
.c-btn:active,
.c-btn:focus {
    outline: 0
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}

.logo img {
    max-width: 150px;
    margin-top: 25px;
}

.nav-menu ul {
    margin-top: 60px;
}

.contacts {
margin-top: 18px;
}

.nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px
}

.nav-menu ul li {
     padding: 0 5px;
       font-size: 13px;
}

.nav-menu ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    padding: 10px 0
}

.nav-menu ul li a:after {
    content: "";
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background-color: #e31f24;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s;
    transition: all .2s
}

.contacts-mail:after,
.contacts-phone:after {
    content: '';
    height: 19px;
    left: 0
}

.nav-menu ul li .nav-menu-active:after,
.nav-menu ul li a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.contacts-div {
    float: left;
    padding: 0 12px
}

.contacts-div a {
    display: block;
    font-weight: 400
}

.contacts-mail {
    padding-left: 35px;
    position: relative;
    font-size: 17px;
    text-decoration: none;
    color: #000
}

.contacts-mail:after {
    width: 25px;
    background: url(../img/mail.png);
    position: absolute
}

.contacts-mail:hover {
    color: #e31f24;
    text-decoration: none
}

.contacts-mail-link {
    text-align: right;
    font-size: 8px;
    text-decoration: underline;
    padding: 3px 0;
    color: #000
}

.contacts-mail-link:hover {
    color: #e31f24
}

.contacts-phone {
    padding-left: 30px;
    position: relative;
    font-size: 17px;
    text-decoration: none;
    color: #000
}

.contacts-phone:hover {
    color: #e31f24;
    text-decoration: none
}

.contacts-phone:after {
    width: 19px;
    background: url(../img/phone.png);
    position: absolute
}

.slider:after,
.slider:before {
    height: 100%;
    z-index: 1;
    content: ""
}

.contacts-phone-btn {
    text-align: right;
    font-size: 8px;
    text-decoration: underline;
    padding: 3px 0;
    color: #000
}

.content h1,
.content h2,
.slide {
    font-size: 36px
}

.content .product-item-link a:hover,
.p-content .p-link a {
    text-decoration: none
}

.contacts-phone-btn:hover {
    color: #e31f24
}

.slider {
    min-height: 66vh;
    background-position: center center;
    margin-top: 35px;
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.slider .img-slide,
.slider:after,
.slider:before {
    position: absolute;
    top: 0
}

.slide,
.slide img {
    display: none
}

.slider:after {
    width: 10%;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
    background: linear-gradient(to left, #fff, transparent)
}

.slider:before {
    width: 10%;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #fff), to(transparent));
    background: linear-gradient(to right, #fff 3%, transparent)
}

.slider .img-slide {
    width: 100%;
    bottom: 0;
    opacity: 0
}

.slide {
    color: #000;
    z-index: 2;
    font-weight: 500;
    padding: 30px 0
}

.slide ul li,
.slide-dots {
    display: -webkit-box;
    display: -ms-flexbox
}

.slide ul li {
    padding: 25px 0;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slide ul li:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #e31f24;
    border-radius: 50%;
    left: 0;
    margin-right: 25px
}

.slide-dots {
    padding: 0;
    position: absolute;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    bottom: 0;
    left: 0
}

.c-btn,
.container {
    position: relative
}

.slide-dots li {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer
}

.slide-dots .slick-active {
    background-color: #e31f24
}

.content h1 {
    padding: 0;
    margin: 100px 0 0;
    font-weight: 500
}

.content .index-text {
    font-size: 34px;
    line-height: 54px;
    padding-right: 255px;
    margin-bottom: 0
}

.content .index-text span {
    color: #e31f24;
    text-transform: uppercase
}

.content .product-item {
    min-height: 300px;
    border-radius: 7px;
    border: 2px solid #b4b4b4;
    margin-top: 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 20px 0
}

.content .product-item:hover {
    border: 2px solid #df2724
}

.content .product-item-img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content .product-item-img img {
    max-width: 300px;
    max-height: 250px;
    display: block;
    margin: 0 auto
}

.content .product-item-body h3 {
    font-size: 24px
}

.content .product-item-link {
    margin-bottom: 19px
}

.content .product-item-link a {
    color: #000;
    font-size: 18px;
    display: block;
    line-height: 22px;
    padding: 8px 0
}

.content .product-item-btn button {
    display: block;
    margin: 0 auto;
    padding: 18px 80px;
    background-color: transparent;
    border-radius: 10px;
    border: 3px solid #e31f24;
    color: #000;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 13px
}

.content .product-item-btn button:hover {
    color: #fff;
    background-color: #e31f24;
    font-size: 13px
}

.content .product-item-btn button:active,
.content .product-item-btn button:focus {
    font-size: 13px
}

.info-link {
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    padding: 45px 0 20px;
    margin-right: -15px;
    margin-left: -15px
}

.info-link a {
    color: #333
}

.tabs {
    margin-top: 40px
}

.tabs-item img {
    max-width: 220px;
    max-height: 220px;
    margin: 0 auto;
    display: block
}

.tabs-item span {
    display: block;
    text-align: center;
    font-size: 23px;
    padding: 30px 0
}

.footer {
    background-color: #ccc;
    margin-top: 70px
}

.footer-content {
    padding: 75px 0 110px
}

.footer-text {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    padding: 20px 20px 0 0
}

.footer-menu a,
.footer-menu a:active,
.footer-menu a:focus,
.footer-menu a:hover,
.footer-social a,
.footer-social a:active,
.footer-social a:focus,
.footer-social a:hover {
    font-size: 16px;
    line-height: 25px;
    padding: 15px 0
}

.footer-menu a,
.footer-social a {
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all .2s;
    transition: all .2s
}

.footer-menu a:hover,
.footer-social a:hover {
    color: #e31f24
}

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

.footer-social button {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    border: none;
    margin: 15px 0;
    cursor: pointer
}

.footer-social button:hover {
    background-color: #e31f24
}

.footer-social .social-vk {
    background: url(../img/social-vk.png) center center no-repeat #333
}

.footer-social .social-ok {
    background: url(../img/social-ok.png) center center no-repeat #333
}

.footer-social .social-fb {
    background: url(../img/social-fb.png) center center no-repeat #333
}

.footer-social .social-g {
    background: url(../img/social-g.png) center center no-repeat #333
}

.footer-social .social-tw {
    background: url(../img/social-tw.png) center center no-repeat #333
}

.footer-logo a img {
    max-width: 150px
}

.dark-line {
    background-color: #333;
    padding: 25px 0
}

.dark-line .copyright {
    font-size: 9px;
    color: #fff
}

.dark-line-ico img {
    float: right
}

.mob-menu-btn {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 35px;
    height: 28px;
    margin-top: 60px;
    margin-right: 20px
}

.container {
    max-width: 1450px;
    z-index: 2
}

.mob-menu-btn-item {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #e31f24;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition: all .2s;
    transition: all .2s
}

.m-close:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg)
}

.m-close:nth-child(2) {
    display: none
}

.m-close:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg)
}

.bc {
    margin-top: 40px
}

.bc a,
.bc span {
    font-size: 12px;
    color: #999
}

.bc a:hover {
    color: #e31f24
}

.p-content .p-cat-header {
    font-size: 36px;
    margin: 30px 0;
    display: block
}

.c-btn,
.p-content .p-link {
    display: -webkit-box;
    display: -ms-flexbox
}

.p-content h1 {
    color: #ff191f;
    font-size: 24px;
    font-weight: 500
}

.p-content .p-img img {
    max-width: 100%
}

.p-content .p-row {
    margin-top: 70px
}

.p-content .p-text p {
    font-size: 19px;
    font-weight: 400;
    line-height: 32px
}

.p-content .p-link {
    margin-top: 50px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-content .p-link a {
    color: #000;
    width: 340px;
    text-align: center;
    border: 2px solid #959595;
    border-radius: 10px;
    padding: 25px 0;
    font-weight: 900
}

.p-content .p-link a:hover {
    border: 2px solid #e31f24
}

.p-content .p-table {
    margin-top: 50px
}

.p-content .p-table tr {
    botrder-radius: 10px
}

.p-content .p-table tr td {
    border: none;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle
}

.p-content .p-table tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.p-content .p-table tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.p-content .p-table .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05)
}

.p-content .p-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0)
}

.p-content .p-table thead tr {
    background-color: #ff191f;
    color: #fff
}

.p-content .p-table thead tr td {
    padding: 15px
}

.p-content .p-table tfoot tr {
    background-color: #ccc
}

.p-content .p-table tfoot tr td {
    padding: 25px 30px
}

.p-content .drawing img {
    max-width: 100%;
    display: block;
    margin: 75px auto 25px
}

.c-btn {
    padding: 20px 30px;
    background-color: #e31f24;
    border-radius: 10px;
    border: none;
    color: #fff;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 340px;
    z-index: 3
}

.c-btn:hover {
    background-color: #d81b20
}

.c-btn-span {
    width: 28px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 20px
}

.c-btn-span span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-btn-text {
    font-size: 14px
}

.c-menu a,
.c-menu-drop a,
.c-pdf {
    font-size: 16px;
    color: #000
}

.c-btn:after {
    content: '';
    width: 40px;
    height: 22px;
    background: url(../img/arrow.png);
    display: block;
    margin-left: 20px;
    border: none
}

.c-btn .c-close:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg)
}

.c-btn .c-close:nth-child(2) {
    display: none
}

.c-btn .c-close:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg)
}

.c-head {
    margin-top: 60px
}

.c-search {
    border: 2px solid #bababa;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-search input {
    border: none;
    padding: 18px 10px 18px 40px;
    width: 94%;
    border-radius: 10px;
    max-width: calc(100% - 55px)
}

.c-search button {
    border: none;
    width: 32px;
    background: url(../img/serch.png) center center no-repeat;
    height: 32px;
    cursor: pointer
}

.c-page h1 {
    margin: 0
}

.c-title {
    margin-top: 50px
}

.c-pdf {
    text-decoration: underline
}

.c-menu-drop a:hover,
.c-pdf:hover,
.k-page .k-tel:hover {
    text-decoration: none
}

.c-pdf:hover {
    color: #000
}

.c-pdf img {
    margin-left: 15px
}

.c-menu {
    width: 340px;
    background-color: #ccc;
    border-radius: 10px 0 0 10px;
    padding: 20px 0;
    margin-top: 3px;
    left: 15px;
    font-weight: 500
}

.c-menu a {
    display: block;
    padding: 20px
}

.c-menu a:hover,
.c-menu-active {
    background-color: #aeaeae;
    text-decoration: none
}

.c-menu-div {
    position: absolute;
    width: 100%;
    z-index: 5;
    display: none
}

.c-menu-div-flex,
.proj .p-tabs {
    display: -webkit-box;
    display: -ms-flexbox
}

.c-menu-div-flex {
    display: flex
}

.c-menu-drop {
    background-color: #e8e8e8;
    width: calc(100% - 340px);
    margin-top: 3px;
    right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 0 10px 10px 0
}

.c-menu-drop a {
    display: block;
    margin-bottom: 20px;
    font-weight: 500
}

.c-menu-drop a:hover {
    color: #e31f24
}

.c-menu-drop-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.c-menu-drop .hidden {
    display: none
}

.proj {
    margin-top: 80px
}

.proj h1 {
    font-size: 32px;
    margin-bottom: 50px
}

.proj .p-tabs {
    margin-bottom: 20px;
    display: flex
}

.proj .p-tab {
    padding: 30px 30px 20px;
    width: 100%;
    border: 2px solid #c0bfc6;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.proj .p-tab:hover {
    border: 2px solid #e31f24
}

.proj .p-tab img {
    display: block;
    max-width: 80%;
    margin: 0 auto 20px
}

.proj .p-tab p {
    text-align: center;
    font-size: 22px
}

.k-page {
    margin-top: 80px
}

.k-page h1 {
    font-size: 32px;
    margin-bottom: 50px
}

.k-page p {
    font-size: 18px;
    margin-bottom: 40px
}

.k-page .k-tel {
    color: #000
}

.k-page .k-mail {
    color: #e31f24;
    text-decoration: underline
}

.k-page .k-mail:hover {
    text-decoration: none
}

.order-cell,
.props-cell {
    position: fixed;
    z-index: 6;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    width: calc(30% - 80px);
    min-width: 320px;
    top: 20%;
    background: #fff;
    padding: 50px 80px
}

.order-cell .title,
.props-cell .title {
    font-size: 34px;
    display: block;
    font-weight: 500;
    color: #000;
    text-align: center
}

.order-cell i,
.props-cell i {
    font-size: 13px;
    display: block;
    font-style: normal;
    color: #8497aa;
    text-align: center
}

.order-cell form,
.props-cell form {
    padding: 38px 0 0
}

.order-cell input,
.props-cell input {
    outline: 0;
    height: 45px;
    padding: 0 16px;
    margin: 0 0 11px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    background: #fff;
    border: 1px solid #bababa;
    color: #000
}

.order-cell input[type=submit],
.props-cell input[type=submit] {
    cursor: pointer;
    background-color: #eee
}

.order-cell .colse-dialog,
.props-cell .colse-dialog {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 17px;
    height: 17px;
    cursor: pointer
}

.order-cell .colse-dialog:after,
.props-cell .colse-dialog:after {
    content: '';
    display: block;
    height: 4px;
    border-radius: 5px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.order-cell .colse-dialog:before,
.props-cell .colse-dialog:before {
    content: '';
    display: block;
    height: 4px;
    border-radius: 5px;
    background-color: #000;
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg)
}

#close-dialog,
#close-menu {
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    display: none
}

#close-dialog {
    z-index: 5;
    background: rgba(15, 7, 7, .8)
}

#close-menu {
    left: 0;
    z-index: 2
}

.up {
    position: fixed;
    display: none;
    cursor: pointer;
    bottom: 10%;
    right: 2%;
    border: 3px solid #e31f24;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 98;
    opacity: .5
}

.up:before {
    content: '';
    width: 16px;
    height: 16px;
    border-top: 3px solid #707070;
    border-left: 3px solid #707070;
    z-index: 99;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 8px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s
}

.up:hover {
    opacity: 1
}

.up:hover:before {
    border-top: 3px solid #e31f24;
    border-left: 3px solid #e31f24
}

@media (min-width:1200px) and (max-width:1460px) {
    .container {
        max-width: 1140px
    }
    .nav-menu ul li {
        font-size: 14px
    }
    .contacts {
        margin-top: 30px
    }
    .contacts-div {
        padding: 12px;
        float: none
    }

    .contacts-phone-btn {
        font-size: 10px;
        padding: 5px 0 0
    }
    .order-cell,
    .props-cell {
        width: 450px;
        top: 10%
    }
}

@media (max-width:1460px) {
    .content h1,
    .content h2,
    .slide {
        font-size: 30px
    }
    .slider {
        min-height: 66vh;
        background-size: cover;
        background-position: center
    }
    .slide ul li {
        padding: 15px 0
    }
    .content .product-item-link a {
        font-size: 16px;
        padding: 5px 0
    }
    .content .product-item-body h3 {
        font-size: 20px
    }
    .content .product-item-btn button {
        padding: 18px 65px
    }
    .content .product-item-img img {
        max-width: 250px
    }
    .content .index-text {
        font-size: 26px;
        line-height: 44px
    }
    .p-link {

    }
    .p-link a {
        margin: 10px 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .nav-menu {
        display: none
    }
    .mob-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .slider {
        min-height: 65vh
    }
    .container {
        max-width: 960px
    }
    .product-item-btn {
        margin-bottom: 20px
    }
    .product-item-btn button {
        margin: 0!important
    }
    .content .index-text {
        padding-right: 0
    }
    .tabs {
        position: relative;
        padding-bottom: 50px
    }
    .footer {
        margin-top: 30px
    }
    .nav-menu ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .p-content .p-cat-header {
        font-size: 30px
    }
    .p-content h1 {
        font-size: 22px
    }
    .p-content .p-text p {
        font-size: 16px
    }
    .p-content .p-link a {
        font-weight: 500;
        padding: 20px 0
    }
    .c-menu a {
        padding: 20px 40px
    }
    .c-menu-drop-img {
        margin-bottom: 25px
    }
    .order-cell,
    .props-cell {
        width: 450px;
        top: 10%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .nav-menu {
        display: none
    }
    .mob-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .container {
        max-width: 90%
    }
    .slider {
        min-height: 65vh
    }
    .nav-menu ul {
        -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;
        margin-top: 40px
    }
    .nav-menu ul li {
        margin: 20px 0
    }
    .slide {
        font-size: 24px
    }
    .slide ul li {
        padding: 10px 0
    }
    .content h1 {
        font-size: 26px;
        margin: 60px 0 0
    }
    .content .product-item-body h3 {
        font-size: 18px
    }
    .content .product-item-link a {
        font-size: 15px;
        padding: 4px 0
    }
    .product-item {
        width: 90%;
        margin: 30px auto!important;
        padding: 20px
    }
    .info-link {
        padding: 20px 0
    }
    .content h2 {
        font-size: 26px
    }
    .content .index-text {
        font-size: 22px;
        line-height: 35px;
        padding: 0
    }
    .tabs {
        position: relative;
        padding-bottom: 50px
    }
    .footer-content {
        padding: 50px 0
    }
    .footer-text {
        font-size: 12px
    }
    .p-content .p-cat-header {
        font-size: 28px;
        line-height: 36px
    }
    .p-content h1 {
        font-size: 22px
    }
    .p-content .p-text p {
        font-size: 16px
    }
    .p-content .p-img {
        margin-bottom: 40px
    }
    .p-content .p-img img {
        max-width: 70%;
        display: block;
        margin: 0 auto
    }
    .p-content .p-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .p-content .p-link a {
        font-weight: 500;
        padding: 20px 0;
        margin: 0 15px
    }
    .c-menu a {
        padding: 20px 40px
    }
    .c-menu-drop-img {
        margin-bottom: 25px
    }
    .c-page h1 {
        margin: 0
    }
    .order-cell,
    .props-cell {
        width: 450px;
        top: 10%
    }
}

@media (min-width:576px) and (max-width:767px) {
    .nav-menu ul,
    .p-content .p-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }
    .nav-menu {
        display: none
    }
    .mob-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .up {
        display: none!important
    }
    .container {
        max-width: 90%
    }
    .slider {
        min-height: 57vw
    }
    .slider:before {
        width: 100%;
        background: rgba(255, 255, 255, .59)
    }
    .slider:after {
        width: 0
    }
    .nav-menu ul {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-top: 40px
    }
    .nav-menu ul li {
        margin: 20px 0
    }
    .slide {
        font-size: 24px
    }
    .slide ul li {
        padding: 10px 0
    }
    .content h1 {
        font-size: 26px;
        margin: 60px 0 0
    }
    .content .product-item-body h3 {
        font-size: 18px
    }
    .content .product-item-link a {
        font-size: 15px;
        padding: 4px 0
    }
    .product-item {
        width: 100%;
        margin: 30px auto!important;
        padding: 20px
    }
    .info-link {
        padding: 20px 0
    }
    .content h2 {
        font-size: 26px
    }
    .content .index-text {
        font-size: 22px;
        line-height: 35px;
        padding: 0
    }
    .tabs {
        position: relative;
        padding-bottom: 50px
    }
    .footer-content {
        padding: 50px 0
    }
    .contacts {
        display: none;
        margin-top: 10px;
        margin-left: 15px
    }
    .footer-text {
        font-size: 12px
    }
    .p-content .p-cat-header {
        font-size: 28px;
        line-height: 36px
    }
    .p-content h1 {
        font-size: 22px
    }
    .p-content .p-text p {
        font-size: 16px
    }
    .p-content .p-img {
        margin-bottom: 40px
    }
    .p-content .p-img img {
        max-width: 70%;
        display: block;
        margin: 0 auto
    }
    .p-content .p-link {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px
    }
    .p-content .p-link a {
        font-weight: 500;
        padding: 20px 0;
        margin: 10px 0
    }
    .c-btn {
        margin-top: 20px;
        display: none
    }
    .c-page h1 {
        margin: 0
    }
    .order-cell,
    .props-cell {
        width: 450px;
        top: 10%
    }
}

@media (max-width:575px) {
    .nav-menu ul,
    .p-content .p-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }
    .up {
        display: none!important
    }
    .nav-menu {
        display: none
    }
    .mob-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .container {
        max-width: 95%
    }
    .slider {
        min-height: 57vw
    }
    .slider:before {
        width: 100%;
        background: rgba(255, 255, 255, .59)
    }
    .slider:after {
        width: 0
    }
    .nav-menu ul {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-top: 40px
    }
    .nav-menu ul li {
        margin: 20px 0;
        padding: 0
    }
    .slide {
        font-size: 20px
    }
    .slide ul {
        padding: 0
    }
    .slide ul li {
        padding: 10px 0
    }
    .content h1 {
        font-size: 24px;
        margin: 60px 0 0;
        text-align: center
    }
    .content .product-item-body h3 {
        font-size: 16px;
        text-align: center
    }
    .content .product-item-link a {
        font-size: 14px;
        padding: 4px 0
    }
    .content .product-item-btn button {
        padding: 14px 0;
        width: 100%
    }
    .product-item {
        width: 100%;
        margin: 30px auto!important;
        padding: 10px
    }
    .info-link {
        padding: 10px 0 30px;
        text-align: center
    }
    .content h2 {
        font-size: 24px;
        text-align: center
    }
    .content .index-text {
        font-size: 18px;
        line-height: 30px;
        padding: 0;
        text-align: center
    }
    .content .product-item-img img {
        max-width: 200px
    }
    .tabs {
        position: relative;
        padding-bottom: 50px
    }
    .footer-content {
        padding: 50px 0
    }
    .contacts {
        display: none;
        margin-top: 10px
    }
    .contacts-div {
        float: none;
        margin-bottom: 40px
    }
    .contacts-mail-link,
    .contacts-phone-btn {
        display: none!important
    }
    .footer-social-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer-social-btn button {
        width: 40px;
        height: 40px;
        margin: 15px 8px
    }
    .footer-text {
        font-size: 12px
    }
    .p-content .p-cat-header {
        font-size: 26px;
        line-height: 32px;
        text-align: center
    }
    .p-content h1 {
        font-size: 20px;
        text-align: center
    }
    .p-content .p-text p {
        font-size: 16px
    }
    .p-content .p-img {
        margin-bottom: 40px
    }
    .p-content .p-img img {
        max-width: 70%;
        display: block;
        margin: 0 auto
    }
    .p-content .p-link {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px
    }
    .p-content .p-link a {
        font-weight: 500;
        margin: 10px 0;
        max-width: 100%;
        padding: 20px 30px
    }
    .c-btn {
        display: none
    }
    .c-page h1 {
        margin: 0
    }
    .proj h1 {
        font-size: 22px
    }
    .order-cell,
    .props-cell {
        width: 100%;
        top: 5%;
        padding: 50px 30px
    }
    .order-cell .title,
    .props-cell .title {
        font-size: 30px
    }
}

@media (max-height:400px) {
    .order-cell,
    .props-cell {
        top: 0;
        bottom: 0;
        overflow: scroll
    }
}

.nav-menu ul li a[href="/news00/"] {
    background: url(/upload/medialibrary/570/yt.png) no-repeat right 5px;
    padding-right: 45px;
}
.nav-menu ul li a[href="http://shop.arcus.pro2"] {
    background: url(/upload/medialibrary/871/cart-i.png) no-repeat right 7px;
    padding-right: 23px;
}

#rigth_fixed_click_buttons div:hover span {
    text-align: center;
}
#rigth_fixed_click_buttons div#price_rfcb {
   background: url(/upload/medialibrary/0bf/cart-i3.png) center -25px no-repeat !important;
}
#rigth_fixed_click_buttons div#price_rfcb:hover {
background: url(/upload/medialibrary/d6d/cart-i2.png) center -25px no-repeat #e31f24 !important;
}

@media (max-width: 1460px) and (min-width: 1200px) {

.contacts-div {
    float: left;
    padding: 0 12px;
}
.contacts {
    position: absolute;
    right: 0;
    margin-top: 12px;
}
.contacts-phone-btn {
    font-size: 8px;
    padding: 0px 0 0;
}
.nav-menu {
    margin-top: 10px;
}

}

@media (max-width: 1460px) and (min-width: 1336px) {

.contacts {
    margin-right: -100px;
}

}

.opros input, .opros select, .opros textarea, .new-select {
    display: block;
    height: 59px;
    border-radius: 4px;
    background-color: #f0f0f3;
    border: 1px solid #f0f0f3;
    font-size: 14px;
    line-height: 16px;
    color: #212529;
    font-weight: 400;
    font-family: "Roboto";
    width: calc(100% - 40px);
    margin-bottom: 26px;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 20px;
    margin-right: 20px;
}
.opros {
border-radius: 12px;
filter: drop-shadow(0px 10px 30px rgba(0,0,0,0.1));
background-color: #ffffff;
padding: 30px;
padding-top: 50px;
}
.opros .confirm, .confirm a {
    font-size: 14px;
    color: #212529;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.opros .confirm a {
   text-decoration: underline;
}
.opros .confirm img {
    cursor: not-allowed;
    margin-right: 6px;
    margin-top: -3px;
}
.opros select {
    height: 1px;
    margin: 0;
    border: none;
    opacity: 0;
}
.opr-list-submit {
    width: 231px;
    height: 70px;
    border-radius: 10px;
    background-color: #e11c29;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none !important;
    margin: 0 auto;
    margin-top: 17px;
}
.opr-list-submit:active {
    border: none !important;
}
.opros .col-xl-4.col-lg-4.col-md-6:nth-of-type(1), .opros .col-xl-4.col-lg-4.col-md-6:nth-of-type(2) {
    border-right: 1px solid #eaeaea;
}
.opros textarea {
    overflow: auto;
    resize: none;
    height: 146px !important;
    padding-top: 18px;
}
.opros input::placeholder, .opros textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #212529;
    opacity: 1; /* Firefox */
  }
  
  .opros input:-ms-input-placeholder, .opros textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #212529;
  }
  
  .opros input::-ms-input-placeholder, .opros textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #212529;
  }
.tt textarea {
    height: 315px !important;
}