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

body {background: #fff; font-size: 17px; font-family: 'Montserrat', sans-serif; font-weight:400;}


a {color:#F0182F; transition: all .1s;}
a:hover {color:#D60017; transition: all .1s; text-decoration: none;}


.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {font-weight:700; margin-top:0; line-height: 1.3;}


.h1, h1 {font-size: 40px; margin-bottom: 30px;}
.h2, h2 {font-size: 36px; margin-bottom: 25px;}
.h3, h3 {font-size: 26px; margin-bottom: 20px; line-height: 1.2;}
.h4, h4 {font-size: 18px; margin-bottom: 18px;}
.h5, h5 {font-size: 16px; margin-bottom: 15px;}


h1.xl {font-size: 48px; line-height: 1.2;}

p {font-size: 17px; line-height:1.4; margin-bottom:17px;}
p.lead {font-size: 24px; margin-bottom:24px;}

.content-area ul, .content-area ol {padding:0 0 20px 20px;}
.content-area li {font-size:17px; line-height:1.2; margin-bottom:15px;}


.btn {border-radius: 40px;  font-weight: 700;}
a.btn-app, .btn-app {background: #F0182F; color:#fff;}
a.btn-app:hover, .btn-app:hover {background: #D60017; color:#fff;}

a.btn-app-outline, .btn-app-outline {background:#fff; border: solid 1px #F0182F; color:#F0182F;}
a.btn-app-outline:hover, .btn-app-outline:hover {background: #F0182F; color:#fff;}

header {margin-bottom: 20px;}

a.btn-blue, .btn-blue, .bg-blue a.btn-blue {background: #002666; color:#fff;}
a.btn-blue:hover, .btn-blue:hover, .btn-blue:active, a.btn-blue:active, .bg-blue a.btn-blue:hover  {background: #00348d; color:#fff;}


.bg-yellow {background:#ffdd46;}
.bg-l-grey {background:#F2F2F2;}
.bg-red-radial {background: rgba(240,24,47,1); 
;
background: radial-gradient(circle, rgba(240,24,47,1) 0%, rgba(186,16,34,1) 100%);}

.upper {text-transform: uppercase;}
.shadow-text {text-shadow: 1px 1px 2px rgba(0,0,0,.4);}
.shadow-box {box-shadow: 1px 1px 2px rgba(0,0,0,.3); background: #fff;}
.bg-cover {background-repeat:no-repeat; background-size:cover; background-position: center center;}

.categories {margin-bottom: 40px;}
.categories ul {list-style: none; padding:0; margin:0; display: flex;}
.categories ul li {margin-right: 15px;}
.categories ul li a {display: block; padding: 10px 15px; border: solid 1px #F0182F; color: #F0182F; font-weight:400; font-size: 17px; border-radius: 5px;}
.categories ul li a:hover, .categories ul li.active a {background:#F0182F; color:#fff;}
.categories.categories-light li a {font-weight: 400;}

.categories.categories-white {}
.categories.categories-white ul li a {border: solid 1px rgba(255,255,255,.3); color: #fff;}
.categories.categories-white ul li a:hover, .categories ul li.active a {background:#F0182F; color:#fff;}

.page-title {margin-bottom: 40px;}
.page-title  h1 {margin-bottom: 20px;}
.page-title  .introtext {font-size: 20px;}

.product {background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
.product .bl1 {padding: 15px; min-height: 180px;}
.product .title {font-size: 20px; color: #333; margin-bottom: 8px; line-height: 1.2;}
.product .desc {font-size: 13px; color: #999; line-height: 1.2; margin-bottom: 8px;}
.product .desc ul {margin:0; padding:0 0 0 20px;}
.product .desc li, .product .desc p {font-size: 14px; color: #444; line-height: 1.2; margin-bottom: 8px;}
.product .title a {display: inline-block; font-size: 20px; font-weight: 400; line-height: 1.2;}
.product .price .price {font-size: 24px; color: #F0182F;}
.product .image {padding: 10px;}

.menu-today .item {padding: 20px; border: solid 2px #F0182F; border-radius: 10px; height: 100%;}
.menu-today .item .title {font-size: 20px; font-weight: 700; margin-bottom: 15px;}
.menu-today .item .desc {min-height: 180px;}
.menu-today .item .price {font-size: 24px; font-weight: 400; color:#F0182F;}

.clients {display: flex; flex-wrap: wrap; justify-content: center;}
.clients .image {flex-basis: 33%;}

.btn-add-to-cart {position:relative;}
.btn-add-to-cart:before {content:""; display: block; width:24px; height: 24px; background: url(../img/icon-cart-sprite.svg) no-repeat;}
.btn-add-to-cart:hover::before {background-position: 0 -24px;}

#msMiniCart {padding: 10px; padding-left: 55px; height: 44px; position:relative; border: solid 3px #F0182F; border-radius: 32px; }
#msMiniCart .icon-cart {position: absolute; top: 4px; left: 12px; display: block; width: 30px; height: 30px; background: url(../img/icon-cart.svg) center center no-repeat; background-size: contain;}
#msMiniCart .h5 {margin-bottom: 0;}

.info-teaser {background: rgb(244,244,244); background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(236,236,236,1) 100%); padding: 20px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,.3); min-height: 200px;}

.phone {white-space: nowrap;}
.phone a {display: flex; font-size: 30px; font-weight: 700; align-content: center; line-height: 1; white-space: nowrap;}
.phone a i {display: block; height: 32px; width: 32px; margin-right: 10px; background: url(../img/icon-phone.svg) center center no-repeat; background-size: contain;}

.phone.phone-sm a {font-size: 20px;} 
.phone.phone-sm a i {height: 20px; width: 20px;} 

.mobile-navbar {padding: 15px 0; background: #fff; position:relative; box-sizing: border-box;}
.mobile-navbar.inner {background: #f6f6f6;}
.mobile-navbar .nav-toggle {display: none;}
.mobile-navbar .nav-toggle a.burger {display:block; padding: 8px 5px; width: 60px; height: 44px; border-radius: 24px; margin-right: 10px; position:relative; border: solid 3px #F0182F;}
.mobile-navbar .nav-toggle a.burger span {display:block; height:4px; width: 24px; margin:0 auto 4px auto; background: #F0182F; animation: all 200ms;}
.mobile-navbar .nav-toggle a.burger span:last-child {margin-bottom: 0;}

.mobile-navbar .nav-toggle a.burger.x span.bar-3 {display:none;}

.mobile-navbar .nav-toggle a.burger.x span.bar-1 {transform: rotate(45deg)  translateY(5px)  translateX(6px); animation: all 200ms;}
.mobile-navbar .nav-toggle a.burger.x span.bar-2 {transform: rotate(-45deg); animation: all 200ms;}
.mobile-navbar .logo {font-size: 18px; line-height: 32px; text-align: center;}
.mobile-navbar .name {font-size: 18px; line-height: 44px; margin-left: 30px;}
.mobile-navbar .phone {margin-right: 100px; text-align: right;}
.mobile-navbar .phone a {display: flex; flex-wrap: nowrap;}
.mobile-navbar .phone span {font-size: 24px; display: block; line-height: 32px; }
.mobile-navbar .phone i {display: block; height: 32px; width: 32px; margin-right: 10px; background: url(../img/icon-phone.svg) center center no-repeat; background-size: contain;}
.mobile-navbar .bar {}

.mobile-navbar .nav-content {position: relative; z-index: 20;}




.mobile-navbar nav {padding-top:15px; border-top: solid 1px #F0182F; margin-top: 15px;}

.mobile-navbar nav ul {list-style: none; margin:0; padding:0; display:flex;}
.mobile-navbar nav ul li {margin-right: 20px;}
.mobile-navbar nav ul li a {display:block; padding: 6px 0; font-size: 18px; font-weight: 700; line-height: 1.2; color:#555;}
.mobile-navbar nav ul li a:hover {color:#111;}
.mobile-navbar nav ul li.active a {color: #F0182F;}
.mobile-navbar nav li.parent span.toggler {display: block; position: absolute; background: #666; font-size:20px; color:#fff; width: 24px; line-height: 24px; text-align: center; height: 24px; right:0; top:10px; cursor: pointer;}

.mobile-navbar nav li.parent span.toggler.open {background: #ddd; color: #000;} 
.mobile-navbar nav ul ul {display: none; padding-left:20px;}

.mobile-navbar .nav-content .nav-footer {border-top: solid 1px #ddd; padding-top:20px; padding-bottom: 10px; }

.mobile-navbar .b-right {}

.mobile-navbar.m-d .logo img {width: 200px;}

#nav-box.collapse:not(.show) {display: block;}


.breadcrumb {background: #F2F2F2;}
.breadcrumb li {margin-bottom:0;}
.breadcrumb li.separator {margin:0 8px; color:#999;}


.landing-cover {padding:100px 0 ;}
.h-top {padding:20px 0 20px 0;}
.h-bottom {padding: 15px 0;}

.page-header {padding: 80px 10%; text-align: center; color: #fff; background-repeat: no-repeat; background-blend-mode: multiply; background-size: cover; background-position: center center; background-color: rgba(0,0,0,.4); text-shadow: 0 1px 2px rgba(0,0,0,.6); }

.address {position:relative;}
.address .call-icon {display:block; width:48px; height:48px; position:absolute; top:0px; right:0; background:url(../img/phone-blue.svg) center center no-repeat; background-size:contain;}

.rub {display: inline-block; white-space: nowrap;}

.modal-dialog.modal-custom {max-width: 355px;}
.modal-dialog.modal-custom .modal-header  {position: relative;}
.modal-dialog.modal-custom .modal-header .modal-title  {}
.modal-dialog.modal-custom .modal-header .close {position: absolute; background: #c30; color: #fff; right:6px; top: 6px; padding: 10px;}
.modal-dialog.modal-custom .modal-header .close span {display: block;}
.modal-upiter .modal-content  {padding:10px;}


.slick-dotted.slick-slider {margin-bottom:0;}
.slick-dots {bottom: -30px;}
.slick-dots li {width:10px; height: 10px; margin: 0 3px;}
.slick-dots li button {width:10px; height: 10px; padding:0;}
.slick-dots li button:before {font-size: 10px; line-height: 10px; color:#ccc;}
.slick-dots li.slick-active button:before {color:#F0182F;}

.bg-red-radial .slick-dots li button:before {color:#fff;}
.bg-red-radial .slick-dots li.slick-active button:before {color:rgb(126, 0, 13);}

.index-promo h1 {font-size: 48px; }

.promo .promo-item {padding: 20px; background: #f4f4f4; border-radius: 5px; box-shadow: 0 2px 4px rgba(0,0,0,.15); min-height: 177px; display: flex;
    flex-direction: column; justify-content: space-between;}
.promo .promo-item .title {font-weight: 700; line-height: 1.3; margin-bottom:15px; font-size: 22px;}
.promo .promo-item .title a {display: block;}
.promo .promo-item .text {font-weight: 400; font-size: 15px;}
.promo .promo-item.item-1 {background:url(../img/complex-bg.jpg) right center no-repeat; background-size: contain; background-blend-mode: multiply;}


.two-el .el {margin-bottom: 20px;}
.two-el .el:last-child {margin-bottom:0;}

.row-slider {margin: 0 -15px;}

.gallery {display: flex; flex-wrap: wrap;}
.gallery .item-gallery {width: 16.6%}
.gallery .item-gallery a {display: block; padding: 0 1px 1px 0;}

ul.icons-why {list-style:none; padding: 0; margin:0; display: flex; justify-content: space-around;}
ul.icons-why li i {display: block; height: 64px; width: 70px; margin: 0 auto 20px auto; background: url(../img/icons-like.svg) center 0 no-repeat;}
ul.icons-why li span {display: block; text-align: center; font-size: 15px; padding:0 10px; line-height: 1.2; }
ul.icons-why li.icon-1 i {background-position: center 0;}
ul.icons-why li.icon-2 i {background-position: center -264px;}
ul.icons-why li.icon-3 i {background-position: center -352px;}
ul.icons-why li.icon-4 i {background-position: center -528px;}
ul.icons-why li.icon-5 i {background-position: center -440px;}
ul.icons-why li.icon-6 i {background-position: center -84px;}
ul.icons-why li.icon-7 i {background-position: center -176px;}
ul.icons-why li.icon-8 i {background-position: center -84px;}

footer {background: #F0182F; color: #fff; padding: 30px 0;}
footer nav ul {list-style: none; padding:0; margin:0;}
footer a {color: yellow; display: inline-block;}
footer a:hover {color:#fff; text-decoration: underline;}


.social-icons {display: flex;}
.social-icons a {display:block; width: 32px; margin-right: 15px; height: 32px; background: url(../img/icon-social-white.svg) 0 0 no-repeat; opacity: .5;}
.social-icons a:hover {opacity: 1;}
.social-icons a.vk {background-position:0 0;}
.social-icons a.ig {background-position:-45px 0;}
.social-icons a.fb {background-position:-68px 0;}
.social-icons a.ok {background-position:-102px 0;}


.icon-item {display: flex; align-items: center;}
.icon-item__before:before {content:""; display: block;  width: 32px; height:32px; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url(../img/temp/icon.svg); margin-right: 6px;}
.icon-item__icon {display: block;  margin-right: 12px;}

.wpx-64 {max-width: 48px; max-height: 48px;}
.wpx-48 {max-width: 48px; max-height: 48px;}



.grid-24 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    min-height: 50vh;
}

.grid-item {background: #eee; border-radius: 5px !important;}

.g24-layout-1 .item-1 { grid-column: 1 / 3; grid-row: 1 / 2; }
.g24-layout-1 .item-2 { grid-column: 3 / 4; grid-row: 1 / 2; }
.g24-layout-1 .item-3 { grid-column: 4 / 5; grid-row: 1 / 2; }
.g24-layout-1 .item-4 { grid-column: 1 / 2; grid-row: 2 / 3; }
.g24-layout-1 .item-5 { grid-column: 2 / 3; grid-row: 2 / 3; }
.g24-layout-1 .item-6 { grid-column: 3 / 5; grid-row: 2 / 3; }


.g24-layout-2 .item-1 { grid-column: 1 / 2; grid-row: 1 / 3; }
.g24-layout-2 .item-2 { grid-column: 2 / 3; grid-row: 1 / 2; }
.g24-layout-2 .item-3 { grid-column: 2 / 3; grid-row: 2 / 3; }
.g24-layout-2 .item-4 { grid-column: 3 / 4; grid-row: 1 / 3; }
.g24-layout-2 .item-5 { grid-column: 4 / 5; grid-row: 1 / 2; }
.g24-layout-2 .item-6 { grid-column: 4 / 5; grid-row: 2 / 3; }


.g24-layout-3 .item-1 { grid-column: 1 / 3; grid-row: 1 / 2; }
.g24-layout-3 .item-2 { grid-column: 1 / 2; grid-row: 2 / 3; }
.g24-layout-3 .item-3 { grid-column: 2 / 3; grid-row: 2 / 3; }
.g24-layout-3 .item-4 { grid-column: 3 / 4; grid-row: 1 / 3; }
.g24-layout-3 .item-5 { grid-column: 4 / 5; grid-row: 1 / 2; }
.g24-layout-3 .item-6 { grid-column: 4 / 5; grid-row: 2 / 3; }



.gr-item-red {background: #E00A20; }
.gr-item-dark {background: #232323; }


.gr-item-img-filter-red {background-blend-mode: multiply;  background-color: #E00A20; background-size:cover; background-repeat: no-repeat; background-position: center center;}

.gr-item-img-filter-dark {background-blend-mode: multiply;  background-color: #777; background-size:cover; background-repeat: no-repeat; background-position: center center;}

.gr-item-content {padding: 30px; color: #fff; box-sizing: border-box; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.gr-item-content .title {text-transform: uppercase; font-size: 24px; line-height: 1.2; margin-bottom: 15px;}
.gr-item-content .desc {font-weight:300; opacity: .8; line-height: 1.2;}
.gr-item-content a {color:#fff;}
.gr-item-content .bottom {margin-top: 30px}

.gr-item-content.text-dark {color:#232323;}
.gr-item-content.text-dark a {color:#232323;}
.gr-item-content.text-dark .btn-1 {color:#fff;}

/* END GRIDS */




@media (max-width: 1200px) {

}

@media (max-width: 992px) {

    .g24-layout-1, .g24-layout-2, .g24-layout-3 {display:flex; flex-direction: column; flex-wrap: wrap;}
    .g24-layout-1 > .grid-item, .g24-layout-2 > .grid-item, .g24-layout-3 > .grid-item {margin-bottom: 20px;}

}

@media (max-width: 768px) {

}
    



@media (max-width: 576px) {
    
    .mobile-navbar .phone span, .mobile-navbar .f13 {display: none;}
    h1 {font-size: 30px; text-align:center;}
    h2, .h2 {font-size: 24px; margin-bottom: 10px;}
    h3, .h3 {font-size: 20px; margin-bottom: 10px;}
    h4, .h4 {margin-bottom: 8px;}
    .page-title .introtext { text-align:left;}
    .page-title .introtext ul li { font-size: 16px;}
    .logo, .phone {text-align: center;}
    .phone {display: flex; justify-content: center;}
    .col-form-label, .form-group {padding-bottom: 0; padding-top:0; margin-bottom:0;}
    .form-group {margin-bottom:10px;}
    .col-md-8 {margin-bottom: 10px;}

    .index-promo h1 {font-size: 30px; }

    .mobile-navbar {padding: 10px 0;}

    .mobile-navbar .nav-toggle {display: block;}

    .mobile-navbar .container {padding: 0 10px;}
    .mobile-navbar .phone {margin-right: 0;}
    .mobile-navbar nav ul {flex-direction: column;}
    .mobile-navbar nav {padding: 20px; margin-bottom:10px; border: solid 2px #F0182F; border-radius: 10px; background: #fff;}


    .mobile-navbar.m-d .logo img {width: 140px;}
    .mobile-navbar .nav-toggle a.burger {width: 46px; height: 36px; border: solid 2px #F0182F; padding:0; padding-top: 7px;}
    .mobile-navbar .phone i {width: 36px; height: 36px; margin-right:5px;}
    .mobile-navbar .nav-toggle a.burger span {width: 21px; margin-bottom: 3px;}

    #nav-box.collapse:not(.show) {display: none;}

    .icon-item {margin-bottom: 15px;}
    .icon-item .icon-item__icon {display: none;}

    .corp-menu .item {display: flex; flex-direction: column; justify-content: center; text-align: center;}

    .index-promo .btn-block {justify-content:center; flex-direction: column;}

    ul.icons-why {flex-wrap: wrap;}
    ul.icons-why li {width: 50%; margin-bottom: 15px;}
    ul.icons-why li:last-child {margin-bottom: 0;}
    ul.icons-why li span {font-size: 14px;}

    #msMiniCart  {padding-left: 36px; height: 36px; border: solid 2px #F0182F;}
    #msMiniCart .h5 {display: none;}
    #msMiniCart .icon-cart {top:3px; left: 11px; height: 24px; width: 24px;}
    .categories ul {flex-direction: column;}
    .categories ul li {margin-bottom: 5px;}

    .two-el {display: flex; justify-content: space-between;}
    .two-el .el {width: 48%; margin:0;}

    .promo .promo-item {min-height: auto;}

    .gallery .item-gallery {width:49.9%;}

    p.lead {font-size: 18px; font-weight: 400;}

    .index-promo {text-align: center; background-color: rgba(255,255,255,.3); background-blend-mode: lighten;}


    .gr-item-content .title {font-size: 22px; font-weight: 400;}

}

@media (max-width: 320px) {
    
    
    
}

