﻿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: 15px;
    color: #333333;
    font-weight: 400;
    font-family: 'Roboto';
    text-transform: uppercase;
    margin:0 7px;
}
    .top-menu a.active {
        font-weight: 300 !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:30px 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;
}

footer{
    margin:20px 0;
}
.foo-soc{

}

.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;
}

#cart a {
    color:#000;
}