/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    }
    ::-moz-focus-inner { border: 0; padding: 0; }
    body { margin:0; padding:0;}
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
      display: block;
    }
    
    div{ margin:0; outline:0;}
    ul {outline:0;}
    a, a:active,
    a:hover {
      outline: 0;
    }
    
    img, a:link img, a:visited img, a:hover img, a:active img { border: 0; }
    a:focus { border:0px; }
    a { color: #422E1A; text-decoration: none; }
    a:hover { color:#c597a0; text-decoration:underline; }
    
    
    html {background:#fff/* url(/images/fon.jpg) center top no-repeat*/; background-size:1920px;  width:100%; overflow-x:hidden;}
    body {min-width:1300px; font-size: 16px; line-height: 1.3; color:#333333; font-weight:normal;}
     
    
    .clear { height:0px; width:100%; clear:both; }
    
    
    div {
    	box-sizing: border-box;
    }
    a {
    	box-sizing: border-box;
    }
    input {
    	box-sizing: border-box;
    }
    
    
    body {
        color: #303030;
    }
    @font-face {
    font-family: 'Corinthia';
    src: url('Corinthia.eot');
    src: url('Corinthia.eot?#iefix') format('embedded-opentype'),
        url('Corinthia.woff2') format('woff2'),
        url('Corinthia.woff') format('woff'),
        url('Corinthia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

    
    
    body {font-family: 'Roboto', 'Arial', sans-serif;}

    
    .center {
        width:1200px;
        margin:0 auto;
        position:relative;
	    z-index:100;
    }
    .center:after {
        content: '';
        display: block;
        clear: both;
        width:100%;
        height:0px;
    }
    
    .header {
        height:230px;
        background:#fff url(/images/header.jpg) center no-repeat;
        background-size:cover;
        box-shadow:0 0 5px rgba(0,0,0,0.3);
        position:relative;
        z-index:100;
    }
    .header_content {
        padding:30px 0;
    }
    
    .logo {
        width: 300px;
        height: 110px;
        float:left;
    }
    .logo a {
        width: 300px;
        height: 110px;
        display:block;
        background:url(/images/logo.png) center no-repeat;
        background-size:contain;
    }
    .contacts {
        float: left;
        height: 110px;
        width: 600px;
        margin:0 50px;
        padding-top: 50px;
        line-height:24px;
    }
    .con_col {
        float: left;
        width:50%;
        text-align:left;
    }
    .show_tel {
        text-align:left; padding-left:60px
    }
    .soc {
        float: right;
        height: 110px;
        width: 200px;
        padding-top: 40px;
        text-align:right;
        line-height:32px;
    }
    .navigate {
        height:60px;
        padding:20px 0;
    }
    .mob-menu {
        display: none;
    }
    
    ul.menu {
        display:block;
        list-style:none;
        margin:0;
        padding:0;
        text-align:center;
        line-height: 20px;
        font-size: 20px;
    }
    ul.menu li {
        display:inline-block;
        list-style:none;
        margin:0;
        padding:0 20px;
        border-right:2px solid #303030;
    }
    ul.menu li:last-child {

        border-right:0;
    }
    
    .soc_vk {
        display:inline-block;
        width:32px;
        height:32px;
        margin-left:10px;
        background:url(/images/vk.png) center no-repeat;
        background-size:contain;
    }
    .soc_max {
        display:inline-block;
        width:32px;
        height:32px;
        margin-left:10px;
        background:url(/images/max.png) center no-repeat;
        background-size:contain;
    }
    .soc_tg {
        display:inline-block;
        width:32px;
        height:32px;
        margin-left:10px;
        background:url(/images/tg.png) center no-repeat;
        background-size:contain;
    }
    .b-header_cart {
        display:inline-block;
        width:32px;
        height:32px;
        margin-left:10px;
        background:url(/images/basket.png) center no-repeat;
        background-size:contain;
        position:relative;
    }
    .b-header_cart span{
        line-height: 10px;
        font-size: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 10px;
        padding: 3px 4px;
        border-radius: 3px;
        width: auto;
        background: #fff;
    }
    .telefon {
        display:inline-block;
        width:20px;
        height:20px;
        margin-right:10px;
        margin-bottom:-5px;
        background:url(/images/tel.png) center no-repeat;
        background-size:contain;
    }
    .mail {
        display:inline-block;
        width:20px;
        height:20px;
        margin-right:10px;
        margin-bottom:-5px;
        background:url(/images/mail.png) center no-repeat;
        background-size:contain;
    }
    .hero {
        height:600px;
        background:url(/images/hero3.jpg) center no-repeat;
        background-size:cover;
        position:relative;
        position: relative;
        overflow:hidden;
    }
    .hero_title {
        margin-top:150px;
        font-weight:500; 
        font-size:70px; 
        max-width:500px;
        font-family: 'Corinthia';
        text-align:center;
    }
    .hero_text {
        margin-top:30px; 
        font-weight:normal; 
        font-size:21px; 
        line-height:24px;
        max-width:500px;
        text-align:center;
    }
    .title_line {
        height: 95px;
        overflow: hidden;
        background:#808088;
    }
    .title_line h2 {
        font-size: 50px;
        line-height: 55px;
        margin: 0;
        padding: 20px 0;
        font-weight: 300;
        color: #fff;
        text-align: center;
    }
    .content_line {
        min-height:100px;
        background:url(/images/bg1.jpg) center top fixed;
        background-size:cover;
    }
    
    .cat_list {
        
        padding:60px 0;
    }
    .cat_item {
    margin: 30px 0.5%;
    width: 19%;
    float: left;
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
    .cat_item-img {
        width:100%;
        height:220px;
        background:#aaa;
        background-size:cover!important;
        
        border-bottom:3px dashed #fff;
    }
    .cat_item-title {
        width:100%;
        height:100px;
        background:#fff;
        text-align:center;
        line-height:25px;
        font-size:21px;
        padding:20px 10px;
        text-decoration:none;
        font-weight:bold;
        
    }
    
    .collect {
        font-size:40px; 
        font-family: 'Corinthia';
        width:980px;
        max-width:100%;
        padding:0;
        margin:0 auto;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .tov_list {
        
        padding:60px 0;
    }
    .tov_item {
        margin:30px auto;
        width:980px;
        min-height:550px;
        height:auto;
        padding:80px 40px 40px;
        padding-left:520px;
        border-radius:20px;
        /*overflow:hidden;*/
        background:#fff;
        box-shadow:0 0 5px rgba(0,0,0,0.3);
        position:relative;
    }
    .tov_item-desc {
        margin-top:-20px;
        margin-bottom:20px;
    }
    .tov_item-imgs {
        width:450px;
        height:450px;
        background:#fff;
        position:absolute;
        left:20px;
        top:80px;
        
        border-radius:20px;
        overflow:hidden;
    }
    .tov_item-img_left {
        float:left;
        height:450px;
        width:147px;
        overflow:auto;
        overflow:hidden;
    }
    .tov_item-im {
        float:none;
        height:148px;
        width:147px;
        margin-bottom:3px;
    }
    .tov_item-img {
        float:right;
        height:450px;
        width:300px;
    }
    .tov_item-title {
        line-height:25px;
        font-size:21px;
        text-decoration:none;
        font-weight:normal;
        margin-bottom:30px;
        
    }
    .tov_var {
        margin-bottom:10px;
        padding:10px;
        border:1px solid #eee;
        /*overflow:hidden;*/
        cursor:pointer;
        
    }
    .tov_color {
        margin-bottom:10px;
        padding:10px;
        border:1px solid #eee;
        overflow:hidden;
        cursor:pointer;
        
    }
    .tov_var.active {
        background:#c597a0;
        background:#e2e2e2;
    }
    .tov_var span {
        display:block;
        float:right;
        font-weight:bold;
        
    }
    .tov_btn {
        color:#fff;
        display:block;
        text-transform:uppercase;
        margin-top:30px;
        padding:15px 30px;
        border-radius:10px;
        background:#000;
        cursor:pointer;
        text-align:center;
    }
    
    .color_list {
        
        padding:30px 0;
    }
    .color_item {
        margin: 20px 10px;
        width: 100px;
        float: left;
        height: 140px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    .color_item-img {
        width: 100%;
        height: 100px;
        background: #fff;
        background-size: cover !important;
        border-bottom: 3px dotted #b9b9b9;
    }
    .color_item-title {
        width: 100%;
        height: 40px;
        background: #fff;
        text-align: center;
        line-height: 10px;
        font-size: 10px;
        padding: 10px 5px;
        text-decoration: none;
        font-weight: bold;
    }
    .tvar_col {
        position:relative;
    }
    .clocolor {
        display:none;
    }
    .active .clocolor {
        position:absolute; width:400px;padding:10px; background:#fff; border:1px solid #999;
        height:400px; overflow:auto;
        left: 0;
    z-index: 100;
    display:block;
    }
    
    .we_foto {
        width:400px;
        overflow:hidden;
        border-radius:20px;
        float:left;
        margin:30px 0;
        box-shadow:0 0 5px rgba(0,0,0,0.3);
    }
    .we_foto img {
        display:block;
        width:100%;
        height:auto;
    }
    .we_text {
        width:770px;
        padding:40px;
        border-radius:20px;
        background:#fff;
        min-height:300px;
        float:right;
        text-align:center;
        font-size:18px;
        
        margin:30px 0;
        box-shadow:0 0 5px rgba(0,0,0,0.3);
    }
    .we_btn1 {
        color:#fff;
        display:inline-block;
        text-transform:uppercase;
        margin-top:30px;
        padding:15px 30px;
        border-radius:10px;
        background:#7f8087;
        cursor:pointer;
    }
    .we_btn2 {
        color:#fff;
        display:inline-block;
        text-transform:uppercase;
        margin-top:30px;
        padding:15px 30px;
        border-radius:10px;
        background:#000;
        cursor:pointer;
    }
    
    
    
    .rek_list {
        
        padding:30px 0;
    }
    .rek_item {
        margin:5px 0.5%;
        width:32%;
        float:left;
        height:260px;
        border-radius:20px;
        overflow:hidden;
        box-shadow:0 0 5px rgba(0,0,0,0.3);
    }
    .rek_item-img {
        width:100%;
        height:100%;
        background:#fff;
        background-size:contain!important;
    }

    
    
    .adv_list {
        
        padding:30px 0;
    }
    .adv_item {
        margin:20px 20px;
        width:500px;
        float:left;
        height:110px;
        position:relative;
        padding:10px 0 10px 120px;
    }
    .adv_item-img {
        width:100px;
        height:110px;
        position:absolute;
        left:0;
        top:0;
    }
    .adv_item-title {
        height:90px;
        text-align:left;
        font-size:21px;
        font-weight:normal;
        
    }
    
    .bigname {
        font-size:40px;
    }
    .contact_text {
        overflow: hidden;
        margin: 30px 0 120px 10%;
        float:left;
        width:38%;
        font-size:21px;
    }
    .fos-box {
        float:right;
        margin: 60px 10% 120px 0;
        width:38%;
        
        padding:40px;
        background:#eeeeee;
        border-radius:20px;
        
        box-shadow:0 0 5px rgba(0,0,0,0.3);
    }
    
    
    .fos-box .fos-box-close {
        position: absolute;
        width: 32px;
        height: 32px;
        top: -32px;
        right: -32px;
        background: url(../images/fos-close.png) top center no-repeat;
        cursor: pointer;
        z-index:100;
    }
    .fos-box .fos-box-title {
        height: auto;
        font-weight:400;
        color:#193763;
        font-size: 40px;
        line-height: 40px;
        margin-bottom:10px;
        margin-right:-10px;
    }
    .fos-box .fos-box-success {
        height: auto;
        font-weight:400;
        color:#F38535;
        font-size: 18px;
        line-height: 18px;
        margin-bottom:10px;
        margin-right:-10px;
        padding: 10px 0;
    }
    .fos-box .fos-box-subtitle {
        height: auto;
        font-weight:500;
        color:#344738;
        font-size: 18px;
        line-height: 26px;
        padding: 10px 0;
        margin-bottom:10px;
    }
    .fos-box .blo {
        margin: 20px 0 0;
        padding:2px;
    }
    .fos-box .blo.error {
        background:#ff000033;   
    }
    
    .fos-box input[type="text"] {
        display: block;
        width: 100%;
        margin: auto;
        color: #344738;
        background: #F5F5F5;
        padding: 16px 20px;
        border-radius: 5px;
        border:0;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
        line-height:20px;
    }
    .fos-box textarea {
        display: block;
        width: 100%;
        height:60px;
        margin: auto;
        color: #344738;
        background: #F5F5F5;
        padding: 16px 20px;
        border-radius: 5px;
        border:0;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
        line-height:20px;
    }

    .fos-box input[type="submit"] {
        color:#fff;
        display:inline-block;
        text-transform:uppercase;
        margin-top:30px;
        padding:15px 30px;
        border-radius:10px;
        background:#000;
        cursor:pointer;
    }
    
    
    .footer {
        background:#000;
    }
    .footer .center {
        padding:60px;
    }
    .footer a {
        color:#fff;
        display:block;
        margin-bottom:10px;
    }
    
    /*корзина/оформление заказа*/
.basket-list {
    margin-bottom:10px;
}
.basket-list table {
    width:100%;
}



    .basket-list tr:nth-child(even) td {
        background:#f9f9f933;
    }
        .basket-list td {
            border-bottom:1px solid #a3a3a3;
            padding:20px!important;
        }
        .basket-list th {
            text-align:left;
            border-bottom:1px solid #a3a3a3;
            padding:20px;
            font-size: 21px;
            line-height: 28px;
            font-weight:normal;
        }

            .basket-list td .title {
                font-size:21px;
            }
            .subtitle {
                font-style: italic;
                color: #999;
                font-size: 14px;
            }
            .basket-list td .summ-cost {
                margin:10px 0;
                line-height:28px;
                
            }
                .basket-list td .summ-cost span {
                    font-weight:bold;
                    font-size:21px;
                }
            .basket-list td .colvo {
                margin:10px 0;
            }
            .count {
                display:inline-block;
                overflow:hidden;
                background:#fff;
                border:1px solid #a3a3a3;
                border-radius:5px;
                width:115px;
                height:30px;
                margin-bottom: -10px;
            }
                .count input {
                    display:block;
                    float:left;
                    background:#fff;
                    border:0;
                    outline:0;
                    width:60px;
                    height:30px;
                    font-size:18px;
                    line-height:18px;
                    padding:5px;
                    text-align:center;
                    margin: 0;
                }
                .count .count-button {
                    display:block;
                    float:left;
                    background:#fff;
                    outline:0;
                    width:25px;
                    height:28px;
                    
                    
                    line-height:28px;
                    text-align:center;
                }
                    .count .count-button .plus-to-basket {
                        display:block;
                        background:#fff;
                        width:23px;
                        height:28px;
                        cursor:pointer;
                        border-left:1px solid #a3a3a3;
                    }
                    .count .count-button .minus-to-basket {
                        display:block;
                        background:#fff;
                        width:23px;
                        height:28px;
                        cursor:pointer;
                        border-right:1px solid #a3a3a3;
                    }
                .basket-list td .delete-button {
                    display:inline-block;
                    background:#da251c url(/images/delete.png?1) center no-repeat;
                    border:0;
                    outline:0;
                    width:50px;
                    border:1px solid #a3a3a3;
                    border-radius:5px;
                    width:60px;
                    height:30px;
                    margin-left:10px;
                    margin-bottom: -10px;
                    cursor:pointer;
                }


.basket-total  {
    margin-bottom:50px;
    border-bottom:1px solid #a3a3a3;
    font-size:21px;
    line-height:28px;
    padding:20px;
}      
    .basket-total .summ {
        display:inline-block;
        font-size:21px;
        font-weight:bold;
        margin-left:50px;
    }
    .basket-total .promotext {
        display:none;
        font-size: 16px;
        color: #999;
    }
    .basket-total .promo_summ {
        display:inline-block;
        font-size:21px;
        font-weight:bold;
        margin-left:50px;
    }

    
/**/
.basket {
    padding:40px 0;
}
.basket-fos {
    padding: 20px;
    background: #808088;
}
    .basket-big-box {

    }
    .basket-fos input[type="text"], .basket-big-box input[type="email"] {
        display: block;
        width: 320px;
        margin: 10px 0;
        color: #4f4f4f;
        background: #fff;
        padding: 10px;
        border: 1px solid #4f4f4f;
        border-radius: 2px;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
    }
    .basket-fos input.error {
        border: 1px solid red;
    }
    
    .basket-fos .blo-check.error {
        border-bottom:1px solid red
    }
    
    .basket-fos textarea {
        display: block;
        width: 320px;
        margin: 10px 0;
        color: #4f4f4f;
        background: #fff;
        padding: 5px;
        border: 1px solid #4f4f4f;
        border-radius: 2px;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
    }
    .basket-fos .sendbasket {
        display:inline-block;
        font-weight: 500;
        font-size: 18px;
        line-height: 15px;
        color: #fff;
        background: #000;
        border-radius: 5px;
        padding: 12px 24px;
        cursor: pointer;
        border:0;
        margin:20px 0;
    }
    .basket-fos .sendbasket:hover {
        background: #333;
        color:#fff;
    }
    .basket-fos .requestbasket {
        border: 1px solid #4f4f4f;
        border-radius: 5px;
        background: #fff;
        padding: 15px 50px;
        text-align: center;
        width: auto;
        line-height: 21px;
        color: #4f4f4f;
        margin: 10px 0;
        cursor: pointer;
        display:inline-block;
        text-decoration:none;
    }
    .basket-fos .requestbasket:hover {
        background: #eee;
    }
    .basket-fos .request {
        border: 1px solid #4f4f4f;
        border-radius: 2px;
        background: #4f4f4f;
        padding: 5px 10px;
        text-align: center;
        text-transform: uppercase;
        width: auto;
        line-height: 21px;
        color: #fff;
        margin: 10px 0;
        cursor: pointer;
        display:inline-block;
        text-decoration:none;
    }
    .basket-fos .request:hover {
        background: #fff;
        color: #4f4f4f;
    }
    
    .basket-full {
        display:block;
    }
    
    
    
.basket-list img {
    width:120px;
    height:auto;
    display:block;
    border-radius:5px;
    overflow:hidden;
}

/* Контейнер для точек управления (индикаторов) */
        .controls {
            text-align: center; /* Размещаем точки по центру */
            margin-top: 10px; /* Добавляем отступ сверху */
            position:absolute;
            bottom:20px;
            left:50%;
            margin-left:-41px;
        }

        /* Стиль для точек переключения */
        .controls label {
            display: inline-block; /* Размещаем точки в строку */
            width: 15px; /* Размер точки */
            height: 15px;
            background: gray; /* Серый цвет точки */
            border-radius: 50%; /* Делаем точки круглыми */
            margin: 5px; /* Добавляем небольшой отступ между ними */
            cursor: pointer; /* Делаем курсор в виде руки при наведении */
        }

        /* Меняем цвет активной точки при выборе слайда */
        input:checked + label {
            background: black;
        }
        
        /* Контейнер, в котором будут находиться все слайды */
        .slides {
            display: flex; /* Располагаем слайды в ряд */
            /*width: 300%; /* Делаем ширину в три раза больше (по количеству слайдов) */
            width: auto; /* Делаем ширину в три раза больше (по количеству слайдов) */
            transition: transform 0.5s ease-in-out; /* Плавное переключение слайдов */
            height: 100%;
        }

        /* Каждый отдельный слайд */
        .slide {
            width: 100%; /* Каждый слайд занимает всю ширину контейнера */
            flex-shrink: 0; /* Запрещаем уменьшение элементов внутри flex-контейнера */
            background:url(/images/hero3.jpg) center no-repeat;
        background-size:cover;
        }
        
        /* Кнопки «Назад» и «Вперёд» */
        .prev, .next {
            position: absolute; /* Позволяет располагать кнопки поверх слайдов */
            top: 50%; /* Размещаем по вертикали по центру */
            transform: translateY(-50%); /* Сдвигаем кнопки вверх на половину их высоты */
            background: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон кнопок */
            color: white; /* Белый цвет текста */
            border: none; /* Убираем границы */
            padding: 10px; /* Отступы внутри кнопки */
            cursor: pointer; /* Изменяем курсор на указатель */
            font-size: 18px; /* Размер шрифта */
            font-weight: bold; /* Делаем текст жирным */
            z-index: 2; /* Размещаем кнопки выше всех элементов */
        }

        /* Позиционируем кнопку «Назад» слева */
        .prev {
            left: 10px;
        }

        /* Позиционируем кнопку «Вперёд» справа */
        .next {
            right: 10px;
        }
        
        /**/
.center table {
    border: 0;
    border-collapse: collapse;
    max-width: 100%;
    margin: 50px auto;
    width: 800px;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.catalog table {
    border: 0;
    border-collapse: collapse;
    max-width: 100%;
    margin: 0;
    background:#fafafa;
}
.basket table {
    width:100%;
}
.catalog table tr td {
/*transition: background 0.5s ease 0s;*/
}
.catalog table tbody tr:hover td {
/*transition: background 0.5s ease 0s;*/
background:#003464;
color:#fff;
}


.center table td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding:10px;
    width:auto;
    font-size:14px;
    /*white-space: nowrap;*/
}
.center table td span {
    font-size:12px;
    color:#666;
}
.center table td:nth-child(1) {
    white-space: normal;
}
.center table th {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding:10px;
    width:auto;
    background:#ecebf0;
    text-align:left;
    text-transform:uppercase;
    letter-spacing:1px;
}
.center table p {
    margin:0;
    padding:0;
}
.center table tr:nth-child(2n) {
    background:#fff;
}
