﻿html, body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

button, textarea, input {
    font-family: 'Roboto', sans-serif;    
}

button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}

button {
    font-weight: 500;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.top-menu {
    padding:5px 0;
    background:#fff !important;
}
    .top-menu a {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    font-family: 'Roboto';
    text-transform: uppercase;
    margin:0 7px;
}
    .top-menu a.active {
        font-weight: 400 !important;
        color:gray !important;
    }
.nav-link-enter {
    font-size: 13px !important;
    cursor: pointer;
    font-weight: 400;
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.logo-header{
    text-align:center;
    margin:15px 0;
}
.logo-header img {
    max-width: 200px;
    width: 200px;
}

.slider-index{
    margin:20px 0 -10px 0;
}

.hr1{
    background: url('/ii/hr1.jpg') center center no-repeat;
    height:20px;
    margin:20px 0 40px 0;
}

.hr2 {
    background: url('/ii/hr2.jpg') center center no-repeat;
    height: 20px;
    margin: 40px 0 40px 0;
}

.video-index {
   text-align:center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed,
    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.about-index{
    margin:30px 0;
}

.img-about {
    max-height:308px;
}

.about-index2 {
    font-size: 20px;
}

.catalog-index-wrapper{
    margin: 10px 0 30px 0;
}

.catalog-index-title 
{
    margin-bottom: 40px;
    color: #333333;
    font-size: 42px;
    font-weight:bold;
}
.catalog-index-title-annot 
{
    font-size: 24px;
    margin-bottom: 90px;
    color: #333333;
    font-weight: 300;
}
.catalog-index-prod-img
{
    margin-bottom: 20px;
}
.catalog-index-prod-title {
    font-size: 20px;
    font-weight: 600;
}
.catalog-index-annot-title {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300;
}
.btn-more {
    color: #ffffff;
    background-color: #333333;
    border-radius: 1px;
    margin: 20px 0;
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
}
.btn-more:hover{
    color:#fff;
}

.header-soc img{
    width:32px;
}

.header-enter{
    padding-left:15px;    
}

.href-enter {
    color: #9a0000;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration:underline;
    font-size:11pt;
}

.foo-follow {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.23;
    margin: 30px 0;
    color: #000000;
}
.foo-contacts {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.55;
    color: #000000;
}

.main-contant input[type=text], .main-contant input[type=password] {
    width: 100%;    
    padding: 7px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #000;
    border: 1px solid #e0e0e0;
}

.btn-black {
    background: #333;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 10px 50px;
    border-radius: 30px;
    border: 1px solid transparent;
    font-size: 16px;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
    margin: 0 auto;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-black:hover {
    opacity:0.9;
}
    #cart a {
    color:#000;
}

.icitycdek {
    font-size: 14pt;
}

.gray {
    color: #999;
}

.small {
    font-size: 11pt !important;
}

.citySelector {
    margin: 10px 0;
}

.inpt-border {
    border: 1px solid #e0e0e0 !important;
    padding: 8px !important;
}
.h-title {
    margin:15px 0;
}
.wrapper-cart-delivery-payment {
    display:block;
}
.pickPointAreaDescr {
    padding: 5px 0 15px 0;
}

.ui-autocomplete-loading {
    background: url("/ii/download.gif") left center no-repeat;
}

.block-send-me {
    margin:15px 0;
}

.btn-red-gray {
    background:#710404 !important;
}

.font-120 {
    font-size: 15pt;
}
    .font-120 a {
        color: #710404 !important;
        text-decoration:underline;
    }

.SendMe label {
    padding-left: 3px;
}

/**/
.wrapper-all {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}
/**/

.g-s-f {
    color: whitesmoke;
}

.green-notice {
    color: green;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom: 20px;
}

.cart-notice-pay {
    text-align:center;
    font-size:16pt;
    padding:15px 0;
    line-height:35px;
}

.btn-bordo {
    text-transform: uppercase;
    background: #710404 !important;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 10px 50px;
    border-radius: 30px;
    border: 1px solid transparent;
    font-size: 16px;
}
    .btn-bordo:hover {
        color:#fff;
        opacity:0.9;
    }


#loading {
    display:none;
}

.header-phone {
    font-weight:bold;
    font-size:13pt;
}

.item-header-ico:last-child {
    margin-right: 0 !important;
}
.item-header-ico {
    margin-right: 25px;
    font-size: 16pt;
}
    .item-header-ico a {
        color:gray;
    }
        .item-header-ico a:hover {
            color: #000;
        }
.counticon {
    background: gray;
    padding: 0 0;
    text-align: center;
    color: #fff;
    font-size: 12pt;
    border-radius: 20px;
    width: 26px;
    display: inline-block;
}

.top-menu-wrapper {
    border-top: 2px black solid;
    border-bottom: 2px black solid;
    padding: 5px 0;
}

.slider-index-wrapper {
    background: #F1F1F1;    
}

.our-job-item {
    background: #fff;
    padding:20px 20px 40px 20px;
    margin-bottom:15px;
}

.our-job-title {
    height: 75px;
    line-height: 24px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 300px;
    font-size: 14pt;
    color: #6d6d6d;
    margin-bottom: 20px;
}
.our-job-item img {
    padding-top:10px;
}

.people-wrapper {
    display: flex;
    padding: 30px 0 30px 0;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.people-wrapper div {    
}
.people-title {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.people-wrapper div img {
    width: 125px;
}

.index-categories-wrapper {
    margin:20px 0 70px 0;
}
.index-categories-title-main {
    font-size: 22pt;
    font-weight: bold;
    color: #AEABAB;
}
.index-categories-title {
    background: #F1F1F1;
    text-align: center;
    padding: 20px 0;
    color: #7E7E7E;
    font-weight:bold;
}
.title-border {
    border: 2px #7E7E7E solid;
    padding:10px;
}

.about-index-new {
    background: #F1F1F1;
    padding: 30px 0;
    margin-bottom: -40px
}

.about-index-new-title{
    font-weight:bold;
    margin-bottom:30px;
}
.about-index-new-descr {
    font-size: 12pt;
}

.index-categories-item {
    margin-bottom:15px;
}

footer {
    margin-top: 40px;
    background: #333333;
}
.sup-footer {
    background: #2E2E2E;
    padding: 40px 0;
    color:#fff;
    font-weight:bold;
}
    .sup-footer span {
        display:inline-block;
    }
    .sup-footer img {
        width: 45px;
        vertical-align: bottom;
        margin-right:15px;
    }
.sub-footer {
    background: #333333;
    padding: 40px 0;
}
.text-sup-footer {
    line-height: 20px;
}

#mailfoo {
    border: 1px #555555 solid;
    padding: 5px;
    background: #2E2E2E;
    color: #999492;
    width: 280px;
}
.btnmailfoo {
    border: 1px #555555 solid;
    padding: 5px;
    background: #3A3A3B;
    color: #D8D8D8;
    padding: 5px 25px;
    text-transform: uppercase;    
    cursor:pointer;
}
.btnmailfoo:hover {
    opacity:0.8;
}

.sub-footer {
    color:#fff;
}

.menu-footer a {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 11pt;
    display: block;
}

.menu-footer-2 div {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 11pt;    
}
.menu-footer-2 a {    
    color: #929192;
    margin-bottom: 2px;
    font-weight: 300;
    font-size: 12pt;
    display: block;
}
.menu-footer-3 div, .menu-footer-3 a {
    display: block;
    color: #D9D9D9;
    margin-bottom:10px;
    font-size:12.5pt;
}
.soc-footer-3 {
    margin-top: 40px;
}
    .soc-footer-3 a {
        display: inline-block;
        margin-right: 15px;
        color: #999999;
        border: 1px #484848 solid;
        padding: 8px 13px;
        border-radius: 5px;
    }
        .soc-footer-3 a:hover {
            opacity:0.8;
        }

        .copy-footer {
            border-top: 1px #434343 solid;
            background: #333333;
            padding: 40px 0;
            color: #929192;
        }
    .copy-footer a {
        color: #929192;
    }
.foo-pay {
    width:100%;
    max-width:360px;
}

.wrapper-catalog-title {
    padding: 10px 0;
    text-align:center;
}
    .wrapper-catalog-title div, .wrapper-catalog-title a {
        color: #9A9A9A;
    }
.catalog-title-main {
    font-size:20pt;
    font-weight:bold;
}