﻿/* Настройка цвета и текста */

:root {
    --main-color-sale: #c9643b;
    --main-color-text: #000;
}

.textb {
    font-size: 40px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    text-decoration: none;
}

.text-slider-1 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800 !important;
}

.text-slider-2 {
    color: #efefef;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
}

.textl {
    font-size: 24px;
    font-weight: 300;
    color: rgba(255,255,255,1);
    text-decoration: none;
}

.text-call {
    font-size: 24px;
    font-weight: 600;
}

.text-title-zakaz {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    padding: 70px 0 30px 0;
    text-align: center;
    text-transform: uppercase;
}

.text-form {
    text-align: start;
    margin: 15px 0 5px 40px; 
    font-size: 14px;
}

/* Конец цвета и текста */

/* Главные настройки сайта */
html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
}

.hide-scroll {
    overflow: hidden;
}

.fixed {
    position: fixed;
}

p, h1, h2 {
    margin: 0;
    padding: 0;
}

.container {
    width: 1170px;
    margin: 0 auto;
}


/* Конец настроек сайта */

/* Анимация Начало*/
.circle:hover {
    border: 8px solid rgba(255,214,21,1);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.gr_box:hover {
    border: 8px solid rgba(255,214,21,1);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.menu a:hover {
    color: var(--main-color-sale);
}

.btn:hover {
    box-shadow: inset 0 0 3px rgba(0,0,0,0.8);
    background-color: #fff;
}

.input:active, .input:hover {
    background-color: #e4e4e4;
}

.knopka:hover, .btn_call:hover {
    background-color: rgb(245, 203, 19);
    cursor: pointer;
}

/* Анимация Конец */

.red_t {
    color: red;
}

.header {
    background-color: #fff;
    padding-top: 10px;
}

.header a {
    color: #111111;
    transition: 0.5s;
}

ul li {
    list-style-type: none; /*Отключаем маркеры*/
    margin: 0;
    padding: 0;
}

.menu {
    display: flex;
    padding-left: 30px;
}

.menu li {
    margin-right: 20px;
}

.menu li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.menu-show {
    display: none;
    background: none;
    border: none;
}

.tel {
    font-size: 18px;
    text-decoration: none;
    margin-left: auto;
    font-weight: 600;
}

.nav {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.slider1 {
    background: url(../img/bg-image/sd/bg-slider.jpg) no-repeat center top / cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    width: 100%;
}

.call_form {
    text-align: center;
    width: 350px;
    height: 400px;
    background: rgb(255, 255, 255);
    margin-left: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    border-radius: 10px;
    padding-top: 20px;
}

.input {
    width: 70%;
    height: 25px;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    outline: none;
}

button:active, button:focus {
    outline: none;
  }
  button::-moz-focus-inner {
    border: 0;
  }

.container-new {
    display: flex;
    margin: 0 auto;
    align-items: center;
    width: 1170px;
}

.textbox {
    width: 60%;
}

.sliderbg {
    background-color: rgba(20,20,20,0.7);
}

.sale {
    background-color: var(--main-color-sale);
}

.saleb {
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    align-items: center;
}

.salebox2 {
    margin-left: auto;
}

.btn {
    padding: 22px 36px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/* Всплывающее окно "посмотреть" */

.show {
    display: none;
    justify-content: center;
    background-color: rgb(0 0 0 / 80%);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.show-open {
    display: block;
}

.flex-wrapper {
    display: flex;
    justify-content: center;
    width: 850px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #f1f1f1;
    box-shadow: 10px 10px 40px -10px rgba(0, 0, 0, 0.75) ;
}

.slider-wrapper {
    max-width: 500px;
    width: 100%;
    height: 480px;
    position: relative;
}

.slide {
    display: none;
    width: 100%;
    height: 100%;
}

.slide.active {
    display: block;
}

.slide img {
    width: 100%;
    height: 100%;
}

.call-new {
    text-align: center;
    padding-top: 50px;
    width: 350px;
    background: rgb(255, 255, 255);
}

.call-new form {
    padding-top: 15px;
}

.exit-icon {
    position: fixed;
    top: 2%;
    right: 1%;
    cursor: pointer;
}

#btn-prev, #btn-next {
    display: flex;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0;
    width: 50px;
    background-color: rgb(132 132 132 / 17%);
    transition: 0.5s;
    cursor: pointer;
}

#btn-prev:hover, 
#btn-next:hover {
    background-color: rgb(0 0 0 / 20%);
}

#btn-prev {
    left: 0;
}

#btn-next {
    right: 0;
}

#btn-prev i,
#btn-next i {
    position: absolute;
    top: 50%;
}

.dots-wrapper {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 95%;
    left: 25%;
}

.dot {
    background-color: rgb(0 0 0 / 40%);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 2px;
    cursor: pointer;
}

.dot.active {
    background-color: rgba(0, 0, 0, 0.918);
}

/* Конец Show */

.meblcon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 100px;
    justify-content: center;
}

.mebelbox {
    margin: 10px;
    height: 280px;
    background-color: rgb(245 245 245);
    border: 1px solid rgba(221,221,221,1);
    text-align: center;
    border-radius: 10px;
}

.box_up > img {
    color: var(--main-color-sale);
}

.box_down button {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.btn_call {
    display: block;
    background-color: rgba(255,214,21,1);
    box-shadow: 0 4px 0 0 rgba(255,185,21,1);
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 92px; 
    border-radius: 8px;
    margin: auto;
    margin-top: 20px;
    border: none;
}

.knopka {
    background-color: rgba(255,214,21,1);
    box-shadow: 0 4px 0 0 rgba(255,185,21,1);
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 75px; 
    border-radius: 8px;
    margin: 10px 54px 35px 54px;
    border: none;
}

.text_u {
    font-size: 20px;
    font-weight: 800;
    padding: 10px 0 5px 0;
    text-transform: uppercase;
}

.box_up {
    margin-top: 30px;
}

.uslugi {
    background: url(../img/bg-image/sd/bg-uslugi.jpg) no-repeat center top / cover;
}


.uslugi-color-bg {
    background-color: rgb(20 20 20 / 89%);
}

.zakaz {
    background-color: var(--main-color-sale);
}

.zakaz_line {
    display: flex;
    padding-top: 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.zakaz_level {
    width: 200px;
}

.circle {
    background-color: #fff;
    border-radius: 50%;
    border: 8px solid #dddddd;
    transition: border 0.3s linear;
    padding: 20px;
}

.circle_title {
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 80px;
}

.about {
    background-color: #eaeaea;
    padding-top: 70px;
    padding-bottom: 160px;
}

.about_block {
    display: flex;
    justify-content: center;
}

.about_box {
    background-color: #fff;
    padding: 20px;
    margin-top: 100px;
    margin-right: 450px;
    width: 50%;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(112, 112, 112, 0.2);
    z-index: 2;
}

.about_img {
    position: absolute;
    z-index: 1;
    background: url(../img/bg-image/sd/img-about.jpg) no-repeat center top / cover;
    margin: 0 -550px 0 0;
    width: 500px;
    height: 500px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(123 123 123 / 52%)
}

.success {
    background: url(../img/bg-image/sd/bg-otziv.jpg) no-repeat center top / cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    width: 100%;
}

.otzivg {
    margin: 50px 20px 80px 20px;
}

.otziv_block {
    background-color: #fff;
    border-radius: 10px;
    height: 350px !important;
    text-align: center;
}

.otz_text {
    padding-top: 50px;
}

.single-slider {
    display: none !important;
}

.slick-dots {
    display: none !important;
}

.slick-dotted.slick-slider {
    margin: 0 !important;
}

.man_otziv {
    position: absolute;
    margin-left: 212px;
    width: 70px;
    height: 70px;
    top: 15px;
    border-radius: 50%;
    border: 6px solid #fff;
    transition: border 0.3s linear;
    padding: 20px;
}


/* Лица клиентов */
.mo1 {
    background: url(../img/otziv/1.jpg) no-repeat center top / cover;
}
.mo2 {
    background: url(../img/otziv/2.jpg) no-repeat center top / cover;
}
.mo3 {
    background: url(../img/otziv/3.jpg) no-repeat center top / cover;
}
.mo4 {
    background: url(../img/otziv/4.jpg) no-repeat center top / cover;
}

/* Лица клиентов конец*/

/* Грамоты*/

.gramota {
    background-color: var(--main-color-sale);
    padding-bottom: 15px;
}

.gr_box {
    background-color: #fff;
    border: 8px solid #dddddd;
    transition: border 0.3s linear;
    height: 400px;
}

.gr_level {
    margin: 0 10px 70px 10px;
}

.gr_line {
    display: flex;
    padding-top: 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
}

/* Грамоты конец*/

.contact {
    display: flex;

}

.fbox {
    display: block;
    width: 300px;
    height: 100px;
    margin-bottom: 50px;   
}

.fbox a {
    color: #000;
    text-decoration: none;
}

.footer {
    background-color: #fafafa;
}

.footer h4 {
    margin-bottom: 10px;
    color: var(--main-color-sale);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }