body,html {
    font-family: 'Roboto',sans-serif;
    overflow-x: hidden;
    background-color: #f6f9fc
}

h1, .h1, h2, .h2{
    color: #041e41;
}

.header {
    width: 100%;
    box-sizing: border-box;
    padding: 0 100px 0 24px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #041e41;
    transition: all .4s ease
}

.header.hide {
    opacity: 0;
    pointer-events: none
}

.header .logo {
    width: 156px;
    /*height: 66px;*/
	background-position:center;
    /*height: 100px;*/
    height: 136px;
    background-image: url(../img/index/logoVezu.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 24px;
    float: left
}

.header .menu {
    /*float: left;*/
    /*margin-top: 25px;*/
    margin-top: 30px;
    margin-left: 40px
}

.header .menu a,.header .phone a {
    display: inline-block;
    /*font-size: 14px;*/
    font-size: 16px;
    text-decoration: none
}

.header .menu a {
    vertical-align: top;
    color: #b5b8c4;
    line-height: 50px;
    margin: 0 14px
}

.header .phone {
    margin-left: 40px;
    /*float: right;*/
    /*margin-top: 25px;*/
    margin-top: 15px;
    /*margin-bottom:0;*/
    margin-bottom:15px;
    padding: 0 10px;
    border: 1px dashed #eb3f57;
    border-radius: 51px
}

.header .phone a {
    font-size: 22px;
    line-height: 48px;
    margin: 0 13px;
    color: #fff;
    font-family: 'Roboto Mono',monospace;
    position: relative
}

.header .phone a:last-child:after,.send-mail-block .left .zakaz-list .item:last-child:before {
    display: none
}

.header .phone a:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #dc3d56;
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.header .price {
    float: right;
    width: 160px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid #fff;
    margin-top: 22px;
    margin-left: 22px;
    border-radius: 51px
}

.btn-mail,.btn-phone {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 1px solid #91324e;
    border-radius: 49px;
    background-image: url(../img/index/icone_phone.svg);
    background-size: 24px auto;
    background-position: center center;
    position: fixed;
    right: 24px;
    top: 24px;
    background-repeat: no-repeat;
    background-color: #041e41;
    z-index: 10
}

.btn-mail {
    background-image: url(../img/index/icone_email.svg);
    background-size: 26px auto;
    top: 84px
}

.open-menu,.popup-menu {
    position: fixed;
    background-color: #fff;
    transition: all .4s ease;
    opacity: 0
}

.open-menu {
    height: 48px;
    display: inline-block;
    border: 1px solid #48576f;
    border-radius: 52px;
    background-image: url(../img/index/menu-ic.png);
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 48px;
    left: 15px;
    top: 24px;
    z-index: 10
}

.open-menu.show {
    pointer-events: auto;
    opacity: 1
}

.open-menu.show.opened {
    background-image: url(../img/index/close.png)
}

.open-menu.show.opened+.popup-menu {
    transform: translate3d(0,0,0);
    opacity: 1
}

.popup-menu {
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.3);
    transform: translate3d(0,-100%,0)
}

.popup-menu .col,.popup-menu .top {
    display: inline-block;
    width: 100%
}

.popup-menu .top .logo {
    display: inline-block;
    width: 156px;
    height: 66px;
    background-size: contain;
    background-image: url(../img/index/logoVezu2.png);
    background-repeat: no-repeat;
    margin-top: 31px;
    float: left
}

.popup-menu .top .menu {
    float: left;
    margin-top: 31px;
    margin-left: 44px
}

.popup-menu .top .menu a {
    color: #334c5c;
    font-size: 16px;
    display: inline-block;
    line-height: 50px;
    margin: 0 14px;
    font-weight: 700;
    vertical-align: top;
    text-decoration: none
}

.popup-menu .top .price {
    float: right;
    display: inline-block;
    line-height: 46px;
    border-radius: 50px;
    border: 2px solid #eb3f57;
    padding: 0 36px;
    color: #eb3f57;
    font-size: 15px;
    text-decoration: none;
    margin-top: 30px
}

.popup-menu .col {
    width: 200px;
    margin-top: 40px;
    float: left;
    margin-right: 80px
}

.popup-menu .col.last {
    float: right;
    margin-right: 0;
    position: relative;
    border: 4px solid #041e41;
    text-align: center;
    padding: 35px 20px
}

.popup-menu .col.last:before,.top-block .item .left:before {
    content: '';
    display: inline-block;
    top: 0;
    position: absolute;
    background-color: #fff
}

.popup-menu .col.last:before,.to-top {
    background-position: center center;
    background-repeat: no-repeat
}

.popup-menu .col.last:before {
    transform: translate3d(-50%,-50%,0);
    left: 50%;
    background-image: url(../img/index/menu-hr.png);
    width: 100px;
    height: 50px
}

.popup-menu .col.last .text {
    color: #eb3f57;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px
}

.popup-menu .col .popup-mail,.popup-menu .col .popup-phone {
    display: inline-block;
    width: 100%;
    font-family: 'Roboto Mono',monospace;
    font-weight: 500
}

.popup-menu .col .popup-phone {
    margin-bottom: 10px;
    color: #eb3f57;
    font-size: 16px
}

.popup-menu .col .popup-mail {
    color: #041e41;
    font-size: 14px
}

.popup-menu .col .call {
    width: 100%;
    border: 1px solid #eb3f57;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 40px;
    color: #eb3f57;
    font-size: 15px;
    margin-top: 20px
}

.popup-menu .col .call.em {
    border: 1px solid #3c4c65;
    color: #3c4c65;
    margin-top: 63px
}

.to-top {
    left: 10px;
    bottom: 10px;
    background-image: url(../img/index/arrow__down.svg);
    background-size: 18px auto;
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 1px solid #91324e;
    border-radius: 49px;
    position: fixed;
    background-color: #fff;
    z-index: 10;
    transition: all .4s ease
}

.to-top.act-top {
    transform: rotate(-180deg)
}

.index_catalog_block{
    /*padding-top: 145px;*/
    padding-top: 185px;
}
.top-block {
    padding-top: 190px;
    background-color: #041e41;
    background-image: url(../img/index/site_grigvan_front_background2.jpg);
    background-position: center bottom;
    background-size: 100% auto;
    text-align: center;
    padding-bottom: 80px
}

.top-block .wrap {
    max-width: 1060px
}

.top-block .wrap-abs {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%,0,0);
    bottom: 0;
    z-index: 3;
    pointer-events: none
}

.top-block .wrap-abs .dost {
    width: 250px;
    padding: 30px 15px;
    box-sizing: border-box;
    background-color: #eb3f57;
    float: right;
    margin-top: 45px;
    margin-right: 40px
}

.top-block .wrap-abs .dost .text {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
}

.top-block .wrap-abs .gost {
    float: right;
    width: 190px;
    padding-top: 100px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/index/gost.png)
}

.top-block .wrap-abs .gost .text {
    color: #fff;
    font-size: 14px
}

.top-block .wrap-abs .gost .text strong {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin-top: 3px
}

.top-block .swiper-pagination {
    max-width: 1060px;
    display: inline-block;
    text-align: left;
    left: 50%;
    transform: translate3d(-50%,0,0);
    color: #fff;
    font-size: 14px;
    bottom: 0
}

.top-block .swiper-slide {
    overflow: hidden
}

.top-block .item {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 60px
}

.top-block .item .left {
    width: 50%;
    float: left;
    padding-top: 84px;
    padding-bottom: 73px;
    position: relative;
    background-color: #fff
}

.top-block .item .left:before {
    right: -170px;
    width: 4000px;
    height: 100%
}

.top-block .item .left .swiper-button-next {
    position: absolute;
    bottom: -32px;
    padding-left: 79px;
    top: auto;
    left: 0;
    right: auto;
    width: auto;
    /* background-image: url(../img/index/arr.png); */
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAB/ElEQVR4nO3cP6iOYRjH8es5HIqIdAaTkoFRmeVsyMKCxWAzSOxGi8lyMjDYDAZlMJgMSgadUjp1kjql/FlkoPz9GpzynsddMpxz3bq+n/l561e/3t7nvZ/reiIkSZIkSZIkSZIkSZIkSZIk6T8CHAPeAO+AU9l5ygOW+O0bcDo7U2nAS1b6ChzPzlUWcBT4MirlM3AkO1tZwInlb8akT8BsdraygDPA91EpH4GD2dnKAs4CP0alfAAOZGcrC7jAn94D+7OzlQVcbpTyFtiXna0s4EqjlFfA7uxsZQFXG6UsAbuys5UEDMD1RimLwM7sfCUtl3KzUcozYEd2vpKAdcDtRinzwPbsfCUB08C9RimPgS3Z+UoCNgD3G6U8AjZn5ysJ2AQ8bJTyANiYna8kYCvwpFHKXWA6O19JwDbgaaOUO8D67HwlATPA80Ypt4CpyWuHiQ8diogbEbFnjfNWNxcR54dhIGJlIQsRsTcrVXHXhmG4GBEx9bcrtbYmCzkXES+yghQ2FxGXskOU8i8/6lpl3vZ2xD+GHcGjk37g4WI/8Pi9H/iAqh/4CLcfOOTQFxwD6gcOyvUDR0n7gcPW/cB1hH7gwk4/cKWtH8BhXPrsB7AwKsO16EyjQnxxQDZgll8vD3gNnMzOI0mSJEmSJEmSJEmSJEmSJGl1/QQzUjeBCznmDQAAAABJRU5ErkJggg==");
    background-position: left center;
    line-height: 18px;
    background-repeat: no-repeat;
    font-size: 22px;
    height: auto;
    color: #fff;
    background-size: 70px 50px;
}

.top-block .item .left .sub-head {
    color: #b5b8c4;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.top-block .item .left .desc,.top-block .item .left .head,.top-block .item .left .sub-head {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1
}

.top-block .item .left .head {
    text-transform: uppercase;
    font-weight: 700;
    color: #041e41;
    font-size: 32px
}

.top-block .item .left .desc {
    line-height: 18px;
    color: #334c5c;
    font-size: 14px
}

.top-block .item .left .btn-wrap {
    width: 100%;
    margin-top: 45px;
    z-index: 1
}

.top-block .item .left .btn-wrap .btn {
    border-radius: 49px;
    width: 150px;
    text-align: center;
    line-height: 46px;
    border: 2px solid #eb3f57;
    color: #eb3f57;
    font-size: 15px;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    margin-right: 20px
}

.top-block .item .right {
    text-align: center;
    width: 50%;
    float: right;
    position: relative
}

.top-block .item .right img {
    width: 100%
}

.about,.about .left:before,.top-block .item .left .btn-wrap {
    display: inline-block;
    position: relative
}

.about .left {
    width: 50%;
    position: relative;
    padding-top: 90px
}

.about .left:before {
    width: 391px;
    height: 278px;
    position: absolute;
    top: 0;
    left: -104px;
    content: '';
    background-image: url(../img/index/about-head.png);
    z-index: -1
}

.about .left .about-head {
    color: #041e41;
    font-size: 32px;
    line-height: 39px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700
}

.about .left .desc,.about .slider-about .item .head {
    width: 100%;
    display: inline-block;
    color: #334c5c;
    font-size: 14px;
    line-height: 18px
}

.about .right {
    position: absolute;
    width: 48%;
    left: 52%;
    top: 50px;
    height: 371px;
    background-image: url(../img/index/about-img.png);
    background-position: right top;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.about .slider-about {
    width: 100%;
    margin-top: 80px;
    overflow: visible
}

.about .slider-about .as-next {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 44px;
    height: 18px;
    background-image: url(../img/index/arrow__slider.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.about .slider-about .item,.about .slider-about .swiper-slide {
    width: 360px;
    overflow: hidden
}

.about .slider-about .item {
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #b5b8c4
}

.about .slider-about .item .head {
    color: #041e41;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 17px;
    margin-bottom: 17px;
    position: relative
}

.about .slider-about .item .head:before {
    content: '';
    display: inline-block;
    background-color: #eb3f57;
    height: 1px;
    width: 64px;
    position: absolute;
    left: 0;
    bottom: 0
}

.about .slider-about .item .desc {
    color: #334c5c;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    display: inline-block;
    margin-bottom: 70px
}

.about .slider-about .item .num {
    color: #eb3f57;
    font-size: 78px;
    position: absolute;
    left: -9px;
    bottom: -27px;
    opacity: .25;
    font-family: 'Roboto Mono',monospace
}

.about,.product,.send-mail-block {
    width: 100%;
    text-align: center
}

.product {
    margin-top: 100px;
    margin-bottom: 50px
}

.product .product-head {
    display: inline-block;
    width: 100%
}

.product .product-head .text {
    color: #041e41;
    font-size: 32px;
    line-height: 50px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin-right: 30px
}

.product .product-head .btn {
    width: 161px;
    text-align: center;
    border: 2px solid #eb3f57;
    line-height: 46px;
    text-decoration: none;
    color: #eb3f57;
    font-size: 15px;
    display: inline-block;
    border-radius: 50px
}

.product .select-cat {
    margin-top: 37px;
    border: 1px solid #041e41;
    border-radius: 40px;
    display: inline-block
}

.product .select-cat .item {
    width: 290px;
    text-align: center;
    line-height: 38px;
    color: #041e41;
    font-weight: 700;
    border-radius: 40px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    transition: all .4s ease;
    float: left
}

.product .select-cat .item.act {
    background-color: #041e41;
    color: #fff
}

.product .select-cat .item.act:hover {
    background-color: #041e41
}

.product .select-cat .item:hover {
    background-color: #cfd8e1
}

.product .cat-list {
    width: 100%;
    margin-bottom: 36px
}

.product .cat-list a {
    display: inline-block;
    line-height: 40px;
    margin-top: 10px;
    margin-right: 30px;
    color: #041e41;
    font-size: 15px;
    position: relative;
    text-decoration: none
}

.cat-inner-control .select-cat-inner .select-cat-popup a:hover,.catalog-item-page .about-product .info .item .val strong,.product .cat-list a.act {
    font-weight: 700
}

.deliver-list-select a.act:before,.product .cat-list a.act:before,.send-mail-block .left .zakaz-list .item:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #eb3f57;
    bottom: 0;
    left: 0;
    position: absolute
}

.other-cat a .img,.product .sub-cat-list,.product .sub-cat-list a .img {
    width: 100%
}

.product .sub-cat-list a {
    display: inline-block;
    width: 156px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: top;
    margin-bottom: 20px
}

.product .sub-cat-list a:hover .img img {
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 40px 0 rgba(0,0,0,.4)
}

.product .sub-cat-list a .img img {
    width: 100%;
    border-radius: 50%;
    transition: all .4s ease
}

.other-cat a .name,.product .sub-cat-list a .name {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #041e41;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 700
}

.send-mail-block {
    background-image: url(../img/index/zakaz_fon.jpg);
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden
}

.send-mail-block .left {
    width: 450px;
    float: left
}

.send-mail-block .left .head {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700
}

.send-mail-block .left .head,.send-mail-block .left .zakaz-list {
    width: 100%;
    display: inline-block
}

.send-mail-block .left .zakaz-list .item {
    padding: 24px 0;
    display: flex;
    align-items: center;
    position: relative
}

.send-mail-block .left .zakaz-list .item:before {
    width: 20000px;
    height: 1px
}

.send-mail-block .left .zakaz-list .item .num {
    width: 60px;
    display: inline-block;
    color: #eb3f57;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Roboto Mono',monospace
}

.send-mail-block .left .zakaz-list .item .text {
    width: 330px;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.send-mail-block .right {
    width: 610px;
    float: right;
    position: relative
}

.form {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 45px;
    background-color: #fff
}

.form .head,.form .input-block {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px
}

.form .head {
    font-size: 17px;
    font-weight: 700;
    color: #041e41;
    text-transform: uppercase
}

.form .input-block {
    position: relative
}

.form .input-block.err input,.form .input-block.err textarea {
    border-bottom: 1px solid #eb3f57!important
}

.form .input-block.err .msg-err {
    opacity: 1
}

.form .input-block .msg-err,.form .input-block label {
    position: absolute;
    left: 0;
    pointer-events: none;
    transition: all .4s ease
}

.form .input-block .msg-err {
    margin-top: 3px;
    width: 100%;
    font-weight: 300;
    opacity: 0;
    top: 100%;
    color: #eb3f57;
    font-size: 12px
}

.form .input-block label {
    color: #797a8d;
    font-size: 14px;
    top: 10px;
    display: inline-block
}

.form .input-block.half {
    width: 48%
}

.form .input-block.half:nth-child(2n) {
    float: right
}

.form .input-block input[type=text] {
    border: 0;
    border-bottom: 1px solid #041e41;
    height: 32px;
    color: #041e41;
    font-size: 14px;
    outline: none;
    width: 100%
}

.form .input-block input[type=text].fill+label,.form .input-block input[type=text]:focus+label,.form textarea.fill+label,.form textarea:focus+label {
    top: -5px;
    font-size: 11px
}

.form textarea {
    resize: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #041e41;
    box-sizing: border-box;
    padding: 15px 26px;
    color: #797a8d;
    font-size: 14px;
    height: 110px;
    outline: none;
    background-image: url(../img/pen.png);
    background-position: left top;
    background-repeat: no-repeat
}

.form textarea+label {
    left: 26px!important
}

.form input[type=submit] {
    margin-top: 30px;
    width: 176px;
    line-height: 46px;
    display: inline-block;
    border: 2px solid #eb3f57;
    text-align: center;
    color: #eb3f57;
    font-size: 15px;
    background-color: transparent;
    border-radius: 50px
}

.dost-bet-block {
    width: 100%;
    text-align: center;
    background-image: url(../img/index/dostavka_fon.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.dost-bet-block .center {
    margin-top: 150px;
    margin-bottom: 150px;
    background-color: #fff;
    padding: 50px 90px;
    position: relative
}

.dost-bet-block .center .top {
    color: #041e41;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px
}

.dost-bet-block .center .bottom {
    width: 100%;
    display: inline-block;
    color: #eb3f57;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px
}

.dost-bet-block .center .img {
    width: 550px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.dost-bet-block .center .img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.dost-bet-block .center .price {
    position: absolute;
    left: -80px;
    top: -60px;
    width: 140px;
    height: 140px;
    border-radius: 140px;
    background-color: #eb3f57;
    z-index: 2
}

.dost-bet-block .center .price .top {
    width: 100%;
    text-align: right;
    color: #041e41;
    font-size: 19px;
    font-style: italic;
    display: inline-block;
    margin-top: 30px
}

.dost-bet-block .center .price .text {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: inline-block
}

.footer {
    text-align: center;
    background-color: #041e41
}

.footer .menu {
    display: inline-block
}

.footer .btn.price,.footer .menu a {
    display: inline-block;
    text-decoration: none
}

.footer .menu a {
    font-size: 14px;
    margin: 0 12px;
    color: #fff;
    line-height: 58px
}

.footer .btn.price {
    text-align: center;
    width: 164px;
    line-height: 36px;
    border: 2px solid #eb3f57;
    border-radius: 40px;
    margin-top: 10px;
    float: right;
    color: #eb3f57
}

.bottom-footer,.wrap {
    width: 100%;
    display: inline-block
}

.bottom-footer {
    background-color: #fff;
    box-sizing: border-box;
    padding: 32px 24px;
    vertical-align: bottom
}

.bottom-footer .wrap {
    display: inline-block!important;
    text-align: center
}

.bottom-footer .logo {
    background-image: url(../img/index/logoVezu2.png);
    display: inline-block;
    width: 156px;
    /*height: 66px;*/
    height: 156px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 50px
}

.bottom-footer .col {
    float: left;
    text-align: left;
    width: 300px;
    box-sizing: border-box;
    padding-right: 70px
}

.bottom-footer .col.col-mail {
    width: 200px;
    padding-right: 0
}

.bottom-footer .col.col-mail .btn {
    box-sizing: border-box;
    color: #041e41;
    border: 1px solid #041e41
}

.bottom-footer .col.col-mail .btn:hover {
    background-color: #041e41
}

.bottom-footer .col.col-phone {
    width: 370px;
    padding-right: 0
}

.bottom-footer .col.col-phone .btn {
    box-sizing: border-box;
    width: auto
}

.bottom-footer .col.col-mail {
    float: right
}

.bottom-footer .col .adr,.cat-inner-control .select-cat-inner .select-cat-popup a {
    color: #041e41;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-decoration: none
}

.bottom-footer .col .mail,.bottom-footer .col .phone {
    margin-bottom: 10px;
    color: #eb3f57;
    font-size: 16px;
    font-family: 'Roboto Mono',monospace;
    font-weight: 500;
    text-decoration: none
}

.bottom-footer .col .mail {
    color: #041e41
}

.bottom-footer .col .copy {
    display: inline-block;
    width: 100%;
    color: #b5b8c4;
    font-size: 13px;
    margin-top: 20px
}

.bottom-footer .col .btn {
    padding: 0 20px;
    border: 1px solid #eb3f57;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 40px;
    color: #eb3f57;
    font-size: 15px;
    margin-top: 20px
}

.wrap {
    max-width: 1240px;
    text-align: left
}

.breadcrumbs {
    width: 100%;
    text-align: center;
    margin-top: 185px
}

.breadcrumbs+.product {
    margin-top: 40px
}

.breadcrumbs a,.input-quantity a {
    color: #041e41;
    font-size: 12px;
    text-decoration: none
}

.breadcrumbs span {
    font-size: 12px;
    color: #334c5c
}

.rent-list {
    width: 100%;
    display: none;
    margin-top: 20px
}

.deliver-list .head,.deliver-list .sub-head,.rent-list .head {
    color: #041e41;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    width: 100%
}

.deliver-list,.table {
    width: 100%;
    margin-top: 50px
}

.deliver-list .sub-head {
    color: #eb3f57;
    font-size: 15px;
    margin-top: 20px
}

.table {
    margin-top: 24px
}

.table table {
    width: 100%;
    border-collapse: collapse
}

.cat-inner-control .select-cat-inner span,.table table tr th {
    border: 1px solid #b5b8c4;
    padding: 18px;
    color: #041e41;
    font-weight: 700;
    font-size: 15px
}

.table table tr td {
    border: 1px solid #b5b8c4;
    padding: 13px 18px;
    color: #041e41;
    font-size: 15px;
    background-color: #fff
}

.cat-inner-control {
    width: 100%;
    margin-top: 40px;
    z-index: 4
}

.cat-inner-control,.cat-inner-control .select-cat-inner {
    position: relative;
    display: inline-block
}

.cat-inner-control .select-cat-inner.act .select-cat-popup {
    display: block
}

.cat-inner-control .select-cat-inner span {
    min-width: 170px;
    display: inline-block;
    line-height: 38px;
    border-radius: 40px;
    padding: 0 48px 0 26px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer
}

.cat-inner-control .select-cat-inner span:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 7px;
    background-image: url(../img/selct-arr.png);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.cat-inner-control .select-cat-inner .select-cat-popup {
    position: absolute;
    top: 100%;
    margin-top: 6px;
    border: 1px solid #b5b8c4;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.3);
    padding: 15px;
    box-sizing: border-box;
    display: none
}

.cat-inner-control .select-cat-inner .select-cat-popup a {
    padding: 4px 0;
    font-size: 15px
}

.cat-inner-control .select-view {
    float: right
}

.cat-inner-control .select-view a {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-left: 4px;
    border: 1px solid #b5b8c4;
    background-position: center center;
    background-repeat: no-repeat
}

.cat-inner-control .select-view a.block-view {
    background-image: url(../img/view-t1.png)
}

.cat-inner-control .select-view a.line-view {
    background-image: url(../img/view-t2.png)
}

.cat-inner-control .select-view a.act {
    background-color: #041e41
}

.product-list {
    display: inline-block;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap
}

.product-list.line-view .catalog-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.product-list.line-view .catalog-item .img {
    width: 250px
}

.product-list.line-view .catalog-item .info {
    width: 300px
}

.product-list.line-view .catalog-item .price {
    width: 150px
}

.product-list.line-view .catalog-item .btn-wrap {
    width: 200px
}

.catalog-item {
    width: 264px;
    display: inline-block;
    float: left;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #b5b8c4;
    transition: box-shadow .4s ease;
    margin-left: -1px;
    margin-top: -1px;
    position: relative
}

.catalog-item:hover {
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.3);
    z-index: 1;
    position: relative
}

.catalog-item .click-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.catalog-item .img {
    width: 100%;
    box-sizing: border-box;
    padding: 15px
}

.catalog-item .img img {
    width: 100%;
    height: auto
}

.catalog-item .info {
    position: relative;
    z-index: 3
}

.catalog-item .name {
    display: inline-block;
    color: #041e41;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none
}

.catalog-item .name strong {
    font-weight: 700;
    font-size: 16px
}

.catalog-item .btn-wrap,.catalog-item .name,.catalog-item .price {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px
}

.catalog-item .price {
    color: #041e41;
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px
}

.catalog-item .price strong {
    font-weight: 700;
    font-size: 24px
}

.catalog-item .btn-wrap {
    margin-bottom: 20px;
    position: relative;
    z-index: 3
}

.catalog-item .btn-wrap .btn {
    line-height: 46px;
    border: 2px solid #eb3f57;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    color: #eb3f57;
    font-size: 16px;
    display: inline-block;
    width: 100%
}

.input-quantity {
    width: 145px;
    position: relative;
    text-align: center;
    margin-left: 20px;
    margin-top: 10px
}

.input-quantity a {
    position: absolute;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #b5b8c4;
    box-sizing: border-box;
    color: #152d4e;
    font-size: 26px
}

.input-quantity a.min {
    left: 0;
    top: 0
}

.input-quantity a.pl {
    right: 0;
    top: 0
}

.input-quantity span {
    width: 100%;
    display: inline-block;
    line-height: 35px
}

.other-cat {
    margin-top: 50px;
    margin-bottom: 70px
}

.other-cat .head {
    display: inline-block;
    width: 100%;
    color: #041e41;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.other-cat .slider-about {
    overflow: visible
}

.other-cat .slider-about .as-next {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 44px;
    height: 18px;
    background-image: url(../img/index/arrow__slider.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.other-cat .swiper-slide {
    width: 156px;
    padding-right: 20px
}

.other-cat a {
    width: 156px;
    vertical-align: top
}

.other-cat a .img img {
    width: 100%;
    border-radius: 50%
}

.catalog-item-page,.same-product {
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.catalog-item-page .about-product,.catalog-item-page .top-head {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #b2b5c1;
    background-color: #fff
}

.catalog-item-page .top-head,.other-cat a {
    display: inline-block
}

.catalog-item-page .top-head .text {
    color: #041e41;
    font-size: 20px;
    padding: 25px 20px;
    font-weight: 700;
    display: inline-block
}

.catalog-item-page .top-head .consult {
    margin-top: 12px;
    margin-right: 13px
}

.catalog-item-page .about-product {
    border-top: 0;
    display: flex;
    align-items: flex-start
}

.catalog-item-page .about-product .img {
    width: 30%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.catalog-item-page .about-product .img img {
    width: 100%
}

.catalog-item-page .about-product .info {
    width: 30%;
    margin-right: 20px;
    position: relative
}

.catalog-item-page .about-product .info.open .info-wrap {
    max-height: 1000px
}

.catalog-item-page .about-product .info .info-wrap {
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 300px
}

.catalog-item-page .about-product .info .reed-more {
    display: inline-block;
    left: 0;
    bottom: 10px;
    position: absolute;
    color: #334c5c;
    font-size: 14px;
    padding-right: 19px;
    background-image: url(../img/selct-arr.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: none
}

.catalog-item-page .about-product .info .item {
    width: 100%;
    display: inline-block;
    margin-top: 7px
}

.catalog-item-page .about-product .info .item .name {
    font-size: 14px;
    color: #334c5c;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px
}

.catalog-item-page .about-product .info .item .val {
    display: inline-block;
    width: 100%;
    color: #041e41;
    font-size: 14px;
    line-height: 17px
}

.catalog-item-page .about-product .right {
    margin-top: 22px;
    margin-bottom: 22px;
    width: 30%;
    margin-right: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.3)
}

.catalog-item-page .about-product .right .price {
    padding: 0 20px;
    width: 100%;
    display: inline-block;
    color: #041e41;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 18px
}

.catalog-item-page .about-product .right .price strong {
    color: #041e41;
    font-weight: 700;
    font-size: 30px
}

.catalog-item-page .about-product .right .btn-wrap,.catalog-item-page .about-product .right .iq-head {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px
}

.catalog-item-page .about-product .right .btn-wrap {
    margin-top: 17px;
    margin-bottom: 17px
}

.catalog-item-page .about-product .right .deliver {
    width: 100%;
    border-top: 1px solid #b5b8c4;
    box-sizing: border-box;
    padding: 20px
}

.catalog-item-page .about-product .right .deliver .head {
    width: 100%;
    display: inline-block;
    color: #334c5c;
    font-size: 14px;
    margin-bottom: 8px
}

.catalog-item-page .about-product .right .deliver .item,.same-product .head {
    width: 100%;
    color: #041e41;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px
}

.catalog-item-page .about-product .right .deliver .item strong {
    color: #eb3f57;
    font-weight: 700
}

.catalog-item-page .about-product .right .deliver .item a,.check-box label a {
    color: #041e41
}

.same-product {
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative
}

.same-product .head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 19px
}

.same-product .as-next,.same-product .as-prev {
    width: 45px;
    height: 14px;
    display: inline-block;
    transform: translate3d(0,50%,0);
    position: absolute;
    bottom: 50%
}

.same-product .as-next {
    right: 0;
    background-image: url(../img/product-right.png)
}

.same-product .as-prev {
    background-image: url(../img/product-left.png);
    left: 0
}

.same-product .slider-product {
    width: 796px
}

.same-product .slider-product .swiper-slide {
    width: 265px
}

.same-product .slider-product .catalog-item {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    text-align: left
}

.btn,.consult {
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    text-decoration: none
}

.btn {
    border: 2px solid #eb3f57;
    line-height: 46px;
    color: #eb3f57;
    font-size: 16px;
    width: 100%
}

.consult {
    width: 260px;
    float: right;
    line-height: 50px;
    background-color: #041e41;
    color: #fff;
    font-size: 15px
}

.btn {
    transition: .4s ease all
}

.btn:hover {
    background-color: #eb3f57!important;
    color: #fff!important
}

.about-deliver .dop-info .item.addr a,.check-box {
    width: 100%;
    display: inline-block
}

.check-box input {
    display: none
}

.check-box input:checked+label:after {
    display: block
}

.check-box label {
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    color: #797a8d;
    font-size: 13px;
    position: relative
}

.check-box label:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border: 1px solid #041e41;
    position: absolute;
    left: 0;
    top: 0
}

.check-box label:after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #041e41;
    display: none;
    position: absolute;
    left: 3px;
    top: 3px
}

.about-ysl .right {
    height: 466px;
    background-image: url(../img/ysl.png)
}

.ysl-page {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px
}

.ysl-page .rent-list {
    display: block
}

.about-page .slider-about {
    margin-top: 110px
}

.proposal {
    width: 100%;
    text-align: center;
    background-color: #041e41;
    margin-top: 80px;
    padding-bottom: 90px
}

.proposal .block-head {
    width: 100%;
    display: inline-block;
    margin-top: 55px;
    margin-bottom: 25px
}

.proposal .block-head .text {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase
}

.proposal .block-head .btn {
    float: right;
    width: auto;
    padding: 0 40px
}

.proposal .main {
    background-color: #fff;
    display: flex;
    width: 100%;
    border: 1px solid #b5b8c4
}

.proposal .main .item {
    padding: 25px;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative
}

.proposal .main .item:first-child {
    border-right: 1px solid #b5b8c4
}

.proposal .main .item.item1 {
    background-image: url(../img/ab1.png)
}

.proposal .main .item.item2 {
    background-image: url(../img/ab2.png)
}

.proposal .main .item:hover {
    background-color: #f6f9fc
}

.about-deliver .right:before,.proposal .main .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block
}

.proposal .main .item .top {
    width: 100%;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.proposal .main .item .top:before {
    content: '';
    display: inline-block;
    width: 65px;
    height: 1px;
    background-color: #eb3f57;
    position: absolute;
    left: 0;
    bottom: 0
}

.proposal .main .item .top .head {
    width: 100%;
    display: inline-block;
    color: #041e41;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.proposal .main .item .list span,.proposal .main .item .top .sub-head,.sertificat .head {
    width: 100%;
    display: inline-block;
    color: #041e41;
    font-size: 14px
}

.proposal .main .item .list {
    width: 100%
}

.proposal .main .item .list span {
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    color: #334c5c;
    margin-bottom: 10px
}

.proposal .main .item .list span:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0,-50%,0);
    border-radius: 4px;
    background-color: #334c5c
}

.sertificat {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #fff
}

.sertificat .head {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px
}

.sertificat .sert-list a {
    margin-right: 10px;
    display: inline-block
}

.sertificat .sert-list .sert-gost {
    float: right;
    width: 220px;
    height: 228px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/sert-gost.png)
}

.about-specialist {
    padding-bottom: 100px
}

.about-specialist .right {
    background-image: url(../img/spec.png)
}

.popup {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(4,30,65,.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    transition: all .4s ease;
    opacity: 0;
    transform: translate3d(0,-100%,0)
}

.popup.show {
    opacity: 1;
    transform: translate3d(0,0,0)
}

.popup .popup-inner {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    position: relative
}

.popup .popup-inner .close {
    position: absolute;
    right: 0;
    top: -19px;
    width: 15px;
    height: 15px;
    background-image: url(../img/close.png);
    display: inline-block
}

.popup .form {
    padding: 30px 45px
}

.popup .form textarea {
    height: 90px
}

.popup .form input[type=submit] {
    margin-top: 11px
}

.popup-zakaz .popup-inner {
    max-width: 620px
}

.popup-zakaz .popup-inner .red {
    color: #eb3f57;
    margin-bottom: 8px
}

.popup-zakaz .popup-inner .sub-head {
    width: 100%;
    display: inline-block;
    color: #041e41;
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 700
}

.popup-zakaz .popup-inner .input-quantity-wrap {
    border: 1px solid #b5b8c4;
    width: 100%;
    padding: 10px;
    display: inline-block;
    margin-bottom: 12px
}

.popup-zakaz .popup-inner .input-quantity-wrap .iq-head {
    width: 100%;
    display: inline-block;
    color: #041e41;
    font-size: 16px
}

.popup-zakaz .popup-inner .input-quantity-wrap .input-quantity {
    margin-left: 0;
    float: left
}

.popup-zakaz .popup-inner .input-quantity-wrap .price {
    float: right;
    color: #041e41;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px
}

.my_new_input-block {
    display: block;
    width: 2px;
    height: 3px;
    margin-bottom: -3px;
    opacity: .01
}

.fin-block,.fin-block .head {
    width: 100%;
    box-sizing: border-box
}

.fin-block {
    padding-top: 114px;
    background-position: center top;
    background-image: url(../img/fin-popup.png);
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 150px;
    min-height: 56vh
}

.fin-block .head {
    color: #041e41;
    font-size: 17px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 53px;
    padding: 0 10%
}

.fin-block .btn {
    padding: 0 40px;
    width: auto
}

.popup-fin .popup-inner {
    padding: 20px 40px
}

.about-deliver .left {
    padding-top: 60px
}

.about-deliver .right {
    height: 330px;
    background-image: url(../img/index/dostavka_fon.jpg)
}

.about-deliver .right:before {
    width: 487px;
    height: 475px;
    background-image: url(../img/deliver-right.png);
    -webkit-background-size: cover;
    background-size: cover;
    content: '';
    left: 43px;
    top: -50px
}

.about-deliver .dop-info {
    width: 100%;
    display: inline-block;
    margin-top: 14px
}

.about-deliver .dop-info .item {
    margin-bottom: 8px;
    width: 100%;
    font-size: 16px;
    color: #334c5c;
    font-weight: 900
}

.about-deliver .dop-info .item.addr {
    font-weight: 400;
    font-size: 14px
}

.about-deliver .dop-info .item strong {
    font-weight: 900;
    color: #eb3f57
}

.about-deliver .dop-info .item a {
    font-weight: 400;
    color: #334c5c;
    font-size: 14px
}

.price-deliver {
    text-align: center;
    margin-top: 62px;
    min-height: 70vh
}

.price-deliver.price-mb {
    margin-bottom: 62px
}

.price-deliver .head {
    display: inline-block;
    width: 100%;
    color: #041e41;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700
}

.price-deliver .deliver-list {
    margin-top: 0;
    display: none
}

.price-deliver .deliver-list.act {
    display: block
}

.price-deliver .deliver-list .table-head {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #041e41;
    font-weight: 700;
    font-size: 24px
}

.deliver-list-select,.payment {
    width: 100%;
    margin-bottom: 36px
}

.deliver-list-select a {
    display: inline-block;
    line-height: 40px;
    margin-top: 10px;
    margin-right: 30px;
    color: #041e41;
    font-size: 15px;
    position: relative;
    text-decoration: none
}

.deliver-list-select a.act {
    font-weight: 700
}

.payment {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px
}

.payment .wrap {
    border: 1px solid #bcbfca;
    padding: 34px 30px;
    box-sizing: border-box
}

.payment .wrap .head {
    color: #041e41;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    font-size: 32px;
    margin-bottom: 26px
}

.payment .wrap .desc {
    color: #334c5c;
    font-size: 14px;
    line-height: 18px
}

.contact,.contact .left .addr,.contact .left .block-head,.payment .wrap .desc {
    width: 100%;
    display: inline-block
}

.contact {
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    margin-top: 212px
}

.contact .left {
    max-width: 570px;
    width: 100%;
    padding-top: 60px;
    position: relative;
    z-index: 2
}

.contact .left .block-head {
    color: #041e41;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase
}

.contact .left .addr {
    color: #041e41;
    font-size: 14px;
    line-height: 16px;
    margin-top: 25px
}

.contact .left .phone {
    color: #041e41;
    font-size: 14px;
    margin-top: 14px
}

.contact .left .mail,.contact .left .phone a {
    color: #eb3f57;
    text-decoration: none;
    font-family: 'Roboto Mono',monospace
}

.contact .left .mail {
    width: 100%;
    display: inline-block;
    color: #041e41;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 30px
}

.contact .left .form {
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.3)
}

.contact .right {
    width: 57%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/map.png)
}


.icon-file {
	display:inline-block;
	padding:5px 0 6px 40px;
	font-size:17px;
	background-repeat:no-repeat;
	background-position:left 0;
	background-size:32px;
	color:#041e41;
}

.icon-file:hover {
	text-decoration:none;
}

.doc, .docx { background-image:url('/html/public/img/docx.svg'); }


@media screen and (max-width: 1440px) {
    .wrap {
        padding:0 80px;
        box-sizing: border-box
    }


    .header .phone a{
        font-size: 14px;
    }
    
    .header .phone {
        margin-right: 0;
        display: none;
    }

    .top-block .wrap {
        max-width: 1240px
    }
}

@media screen and (max-width: 1239px) {
    .about .right {
        background-position:top left
    }

    .popup {
        display: block;
        overflow-x: auto;
        padding-top: 30px;
        text-align: center
    }

    .popup .popup-inner {
        display: inline-block;
        text-align: left
    }

    .product .sub-cat-list a:nth-child(6n) {
        margin-right: 20px
    }

    .bottom-footer .col.col-adres {
        margin-bottom: 30px
    }

    .send-mail-block {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .send-mail-block .left {
        width: 100%;
        margin-bottom: 30px
    }

    .send-mail-block .right {
        width: 100%
    }

}

@media screen and (max-width: 1000px) {
    .header .phone {
        text-align:center;
        /*margin-right: -80px;*/
        display: block;
        margin-bottom:15px;
        font-size: 22px;   
        float: right;
        margin-top: 5px;
        padding: 0 10px;
        border: 1px dashed #eb3f57;
        border-radius: 51px
    }

    .wrap {
        padding:0 20px;
        box-sizing: border-box
    }

    .catalog-item-page .top-head {
        text-align: center;
        padding-bottom: 20px
    }

    .catalog-item-page .top-head .text {
        text-align: left
    }

    .catalog-item-page .top-head .consult {
        margin-right: 0;
        width: 80%;
        max-width: 340px;
        float: none
    }

    .catalog-item-page .about-product {
        flex-wrap: wrap
    }

    .catalog-item-page .about-product .img {
        width: 100%
    }

    .catalog-item-page .about-product .info {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
        padding: 0 15px
    }

    .catalog-item-page .about-product .info .reed-more {
        left: 15px
    }

    .catalog-item-page .about-product .right {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0
    }

    .contact {
        padding-bottom: 0
    }

    .contact .left {
        padding-top: 0
    }

    .contact .right {
        position: relative;
        width: 100%;
        height: 400px;
        background-position: center center
    }

    .cat-inner-control .select-view {
        display: none
    }

    .sertificat .sert-list {
        text-align: center;
        margin-right: 0
    }

    .sertificat .sert-list .sert-gost {
        float: none;
        display: inline-block
    }

    .proposal .block-head .btn {
        float: left;
        margin-top: 30px
    }

    .proposal .main {
        flex-wrap: wrap
    }

    .proposal .main .item {
        width: 100%;
        background-size: 43%
    }

    .header {
        position: fixed;
        z-index: 90
    }

    .header.hide {
        opacity: 1;
        pointer-events: auto
    }

    .header .menu,.header .price {
        display: none
    }

    .header .logo {
        width: 94px;
        height: 45px;
        margin-left: 90px;
        margin-bottom: 8px;
        margin-top: 8px
    }

    .btn-mail,.btn-phone {
        top: 8px;
        width: 40px;
        height: 40px;
        z-index: 91
    }

    .btn-mail {
        right: 10px
    }

    .btn-phone {
        right: 60px
    }

    .open-menu {
        pointer-events: auto;
        opacity: 1;
        width: 41px;
        height: 41px;
        left: 10px;
        top: 8px;
        z-index: 91
    }

    .open-menu.opened {
        background-image: url(../img/index/close.png)
    }

    .open-menu.opened+.popup-menu {
        transform: translate3d(0,0,0);
        opacity: 1
    }

    .popup-menu {
        width: 100%;
        /*padding-top: 57px;*/
        padding-top: 175px;
        box-sizing: border-box
    }

    .popup-menu .col,.popup-menu .top {
        text-align: center
    }

    .popup-menu .top .logo {
        display: none
    }

    .popup-menu .top .menu {
        width: 100%;
        margin-left: 0;
        margin-top: 20px
    }

    .popup-menu .top .menu a {
        width: 100%;
        display: inline-block;
        margin: 0;
        text-align: center;
        line-height: 27px
    }

    .popup-menu .top .price {
        float: none;
        margin-bottom: 20px
    }

    .popup-menu .col {
        margin-right: 0;
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px
    }

    .popup-menu .col .call,.popup-menu .col.last,.top-block .swiper-pagination {
        display: none
    }


	.index_catalog_block{
		padding-top: 50px;
	}
    .top-block {
        /*padding-top: 50px;*/
        padding-top: 175px;
        padding-bottom: 180px;
        background-repeat: repeat
    }

    .top-block .item .left {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .top-block .item .left .btn-wrap .btn {
        width: 130px;
        margin-right: 10px
    }

    .top-block .item .right {
        width: 100%;
        margin-top: 40px
    }

    .top-block .wrap-abs {
        position: relative
    }

    .top-block .wrap-abs .dost {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        text-align: center
    }

    .top-block .wrap-abs .gost {
        position: absolute;
        top: 100%;
        margin-top: 20px;
        left: 50%;
        transform: translate3d(-50%,0,0)
    }

    .top-block .swiper-container {
        overflow: visible
    }

    .about .left {
        width: 100%;
        padding-top: 40px
    }

    .about .right {
        position: relative;
        display: none
    }

    .about .slider-about {
        margin-top: 40px
    }

    .about .slider-about .swiper-slide {
        width: 300px
    }

    .about .slider-about .item {
        width: 100%
    }

    .product {
        margin-top: 50px
    }

    .product .select-cat {
        margin-top: 15px;
        border: 0
    }

    .product .select-cat .item {
        border: 1px solid #b5b8c4;
        margin-bottom: 20px
    }

    .product .cat-list a {
        line-height: 30px
    }

    .product .sub-cat-list a {
        margin-left: 5px;
        margin-right: 5px!important;
        width: 130px
    }

    .product .product-head .text {
        font-size: 22px
    }

    .dost-bet-block .center .img img,.product .product-head .btn,.product .product-head .consult {
        display: none
    }

    .form {
        padding-left: 20px;
        padding-right: 20px
    }

    .dost-bet-block .wrap {
        padding: 0
    }

    .dost-bet-block .center {
        background-color: #f6f9fc;
        margin: 0;
        padding: 40px 10px 180px;
        text-align: center
    }

    .dost-bet-block .center .img {
        width: 100%
    }

    .dost-bet-block .center .price {
        bottom: 20px;
        left: 50%;
        transform: translate3d(-50%,0,0);
        top: auto
    }

    .footer .wrap,.to-top {
        display: none
    }

    .footer .bottom-footer {
        text-align: center
    }

    .footer .bottom-footer .logo {
        margin-right: 0;
        float: none
    }

    .footer .bottom-footer .col {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .footer .bottom-footer .col .btn {
        width: auto
    }

    .footer .bottom-footer .col .adr {
        text-align: center;
        margin-top: 15px
    }

    .footer .bottom-footer .col .copy {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .footer .bottom-footer .col .mail,.footer .bottom-footer .col .phone {
        width: 100%;
        display: inline-block;
        text-align: center
    }

    .footer .bottom-footer .col .mail {
        margin-top: 20px
    }

    .footer .bottom-footer .col .btn-wrap {
        text-align: center
    }
}
@media screen and (max-width:737px){
    .index_catalog_block{
        padding-top:140px;
    }
}
@media screen and (max-width:550px){
    .index_catalog_block{
        padding-top:100px;
    }
    .header{
        padding: 0;
    }
    .header .phone{
        margin-left: 10px;
        margin-right:10px;
    }
}

@media screen and (max-width: 402px){
    .index_catalog_block{
        padding-top:230px;
    }
    .header .logo {
        transition: height linear .2s;
        width: 150px;
        height: 150px;
        margin-left: 80px;
    }
    .header .phone a:first-child::after{
        content:none;
    }
    .header .phone a{
        display: inline-block;
        line-height: 30px;
    }
}


@media screen and (min-width: 403px){
    .fix__soc{
        position:fixed;
        bottom:50px;
        right:24px;
        display:flex;
        flex-direction: column;
    }
    .fix__soc a{
        margin-bottom:10px;
        width:52px;
        height: 52px;
    }
    .fix__soc a img{
        width:100%;
        height:100%;
    }
}