:root {
    --clr-mn: #ae8887;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
}

.home {
    background: url(../images/home.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    min-height: 100vh;
    background-position: bottom center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.header {
    overflow: hidden;
    width: 1000px;
    margin: 10px auto 0;
    border-bottom: solid 1px #ffff;
    padding: 0 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: block;
    /* float: left; */
    color: #fff;
    font-size: 27px;
    width: 150px;
    text-shadow: 1px 0px 1px #000;
    text-transform: uppercase;
}

.logo:hover, .logo:focus {
    text-decoration:none;
    color:#fff;
}

.logo img {
    width: 100%;
    float: left;
    margin: 10px 15px 0 0;
}

.logo b {
    float: left;
}

.logo b span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    border-top: solid 1px;
    padding: 5px 0 0 0;
    margin: 3px 0 0 0;
}

.header-slogan {
    /* float: left; */
    color: #fff;
    text-shadow: 1px 0px 1px #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    /* margin: 30px 0 0 55px; */
}

.home-phone {
    display: block;
    /* float: right; */
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    /* margin: 17px 0 0 0; */
    text-shadow: 1px 0px 1px #000;
    width: 185px;
}

/*.home-phone:hover, .home-phone:focus {
    color:#fff;
    text-decoration:none;
}*/

.home-phone i {
    font-size: 18px;
    display: block;
    float: left;
    margin: 15px 15px 0 0;
    color: #fff;
    background: var(--clr-mn);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 4px 0 0 5px;
}

.home-phone a {
    display: block;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
}

.home-menu {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}

.home-menu a {
    display: block;
    float: left;
    color: #fff;
    font-size: 18px;
    margin: 10px 25px 0;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 0px 1px #000;
}

.home-menu a span {
    display: block;
    width: 30%;
    height: 1px;
    background: #fff;
    margin: 8px auto;
    transition: all 0.2s ease 0s;
}

.home-menu a:hover {
    text-decoration:none;
}

.home-menu a:hover span {
    width: 100%;
    transition:all 0.2s ease 0s;
}

.home-wrapper {
    width: 1000px;
    margin: 50px auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-wrapper-slogan {
    color: #fff;
    font-size: 27px;
    text-align: center;
    background: var(--clr-mn);
    padding: 15px 0;
}

.home-wrapper-slogan strong {
    text-transform: uppercase;
}

.home-wrapper-buttons {
    text-align: center;
    color: #fff;
    font-size: 21px;
    text-shadow: 1px 0px 1px #000;
    font-weight: 600;
    margin-top: 50px;
}

.home-wrapper-buttons span {

}

.home-wrapper-buttons a {
    display: block;
    background: var(--clr-mn);
    color: #fff;
    font-size: 16px;
    width: 350px;
    padding: 10px 0;
    margin: 20px auto 0;
    border-radius: 5px;
    text-transform: uppercase;
}

.about-wrapper {
    background:url("../images/about.jpg");
    padding:50px 0;
    background-position:center;
    background-size:cover;
}

.about {
    width: 1000px;
    margin: 0 auto;
    font-weight: 300;
}

.about h2 {
    margin: 50px 0;
    font-weight: 600;
}

.about p {
    font-style: italic;
    font-weight: 300;
    color: #222;
    font-size: 17px;
    text-shadow: 0px 0px 0px #999;
}

.about i {
    display: block;
    font-size: 55px;
    color: var(--clr-mn);
    margin: 20px;
}

.about .fa-quote-left {
    float:left;
}

.about .fa-quote-right {
    float:right;
}

.about-img {
    background: url(../images/olga.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-position: center;
    background-size: cover;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    margin: 150px auto 0;
}

.category {
    overflow: hidden;
    margin: 0 0 50px 0;
    background: #f9f9f9;
    padding: 100px 0;
}

.category .row {
    width: 1000px;
    margin: 0 auto;
}

.catgory-img {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-left: solid 7px var(--clr-mn);
    border-bottom: solid 7px var(--clr-mn);
    border-top: solid 3px var(--clr-mn);
    border-right: solid 3px var(--clr-mn);
}

.catgory-img span {
    display: table-cell;
    width: 100vh;
    height: 241px;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 0px 1px #000;
}

.category h2 {
    margin: 35px 0;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    color: #333;
}

.category a {
    display: block;
    background: var(--clr-mn);
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 7px 0;
    width: 200px;
    border-radius: 3px;
    margin: 0 auto;
    font-weight: 600;
    text-shadow: 1px 0px 1px #000;
    text-transform: uppercase;
}



#maincalc .modal-body a {
    display:block;
    width:100%;
    height:350px;
    background-position:center;
    background-size:cover;
}



#maincalc .modal-body a:hover, #maincalc .modal-body a:focus {
    text-decoration:none;
}



#maincalc .modal-body a span {
    display: table-cell;
    width: 100vh;
    height: 350px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.5);
}



#designer form {

}



#designer form .row {
    margin-bottom: 20px;
}



#designer form strong {
    display: block;
    margin: 0 0 5px;
}



#designer form input {

}



#designer form button {
    display: block;
    background: var(--clr-mn);
    color: #fff;
    padding: 12px 0;
    border-radius: 5px;
    margin: 10px auto 0;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    border: none;
    font-weight: 600;
}

.uslugi {
    width: 1000px;
    margin: 50px auto;
}

.uslugi h2 {
    text-align: center;
    font-weight: 600;
}

.uslugi h2 span {
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin: 10px auto 0;
    background: var(--clr-mn);
    color: #fff;
    padding: 7px 0;
    width: 545px;
}

.uslugi .row {
    margin-top: 35px;
}

.uslugi-img {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.uslugi h3 {
    text-transform: uppercase;
    border-left: solid 5px var(--clr-mn);
    border-bottom: solid 2px var(--clr-mn);
    padding: 5px 0 7px 10px;
    font-weight: 600;
    font-size: 21px;
}

.uslugi p {
    font-weight: 300;
    font-size: 16px;
    padding: 0 0 0 15px;
}

.reviews-wrapper {
    padding: 50px;
}

.reviews {
    width: 1000px;
    margin: 0 auto;
}

.reviews > h2 {
    text-align: center;
    font-weight: 600;
}

.reviews > p {
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
    width: 800px;
    text-align: center;
}

.revie {
    padding: 20px;
    margin: 30px 0;
}

.revie h3 {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 21px;
    border-left: solid 5px var(--clr-mn);
    border-bottom: solid 2px var(--clr-mn);
    padding: 10px;
}

.revie p {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    padding: 0 0 0 15px;
}

.revie-imgs {
    overflow: hidden;
}

.revie-imgs > a {
    width: 218px;
    height: 150px;
    background-size: cover;
    background-position: center;
    float: left;
    margin: 15px 10px 10px;
	display:block;
}

.revie p i {
    color: var(--clr-mn);
}

.revie p i.fa-quote-left {
    margin-right: 10px;
}

.revie p i.fa-quote-right {
    margin-left: 10px;
}

.bottom-cta-wrapper {
    background: url(../images/cta_bg.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-position: top center;
    background-size: cover;
    padding: 150px;
    background-position-y: -50px;
}

.bottom-cta {
    width: 1000px;
    margin: 50px auto;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
}

.bottom-cta p {
    height: 90px;
}

.bottom-cta a {
    display: block;
    background: var(--clr-mn);
    color: #fff;
    padding: 15px 0;
    border-radius: 5px;
    margin: 10px auto 0;
    text-transform: uppercase;
    font-size: 16px;
    width: 355px;
}

.map {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.map .col-xs-6 {
    margin: 0;
    padding: 0;
}

.map iframe {
    height: 400px;
}

.map-info {
    position:absolute;
    top:50px;
    right:50px;
    background:#fff;
    padding:20px;
}

.map-info h3 {
    margin: 0 0 20px;
}

.map-info p {

}

.map-info p strong {

}

.contact__content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 25px auto;
    padding: 20px;
    top: 60px;
    z-index: 999;
    background: var(--clr-mn);
    width: 325px;
    border: solid 1px #ddd;
    color: #fff;
    font-size: 16px;
}

.contact__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px 0;
}

.contact__content ul li {
}

.contact__content ul li strong {
    display: block;
    font-weight: 500;
    margin: 0 0 3px;
}

.contact__content ul li a {
    color: #fff;
}

.footer {
    background: #000;
    overflow: hidden;
    color: #fff;
    padding: 20px 50px;
}

.footer h3 {
    font-weight: 600;
    font-size: 18px;
    border-bottom: solid 1px #fff;
    max-width: 100px;
    padding: 0 0 15px;
}

.footer a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}

.socilas {
    display: block;
    overflow: hidden;
    margin: 25px 0 0 0;
}

.socilas a {
    display: block;
    float: left;
    font-size: 24px;
    margin: 0 20px 0 0;
}

.copyright {
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.copyright img {
    margin-top: 2px;
    float: left;
    margin-right: 10px;
}

.copyright a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    display: inline;
}

.reviews form {
    padding: 20px;
    overflow: hidden;
    background: #f9f9f9;
    width: 800px;
    margin: 0 auto;
    border: solid 1px #ddd;
}

.reviews form h2 {
    margin: 5px 0 20px;
    font-weight: 600;
    font-size: 21px;
}

.reviews form p {
    margin: 0 0 25px;
    font-size: 16px;
}

.reviews form .row {
    margin-bottom: 10px;
}

.reviews form input {
    width: 100%;
    padding: 10px;
    border-radius: 40px;
    border: none;
    border: solid 1px #ddd;
}

.reviews form label {

}

.reviews form textarea {
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 15px;
    padding: 20px;
}

.reviews form button {
    float: right;
    background: var(--clr-mn);
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    font-weight: 600;
    width: 200px;
    margin: 20px 0 10px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.salon-wrapper {
    background:url(../images/our.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.salon {
    width: 500px;
    margin-left: calc((100% - 1000px)/2);
}

.salon h2 {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.salon .row {
    margin-bottom: 35px;
}

.salon-img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 170px;
    border-left: solid 7px var(--clr-mn);
    border-bottom: solid 7px var(--clr-mn);
    border-top: solid 2px var(--clr-mn);
    border-right: solid 2px var(--clr-mn);
    border-radius: 0px 20px 0 10px;
}

.to_top {
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    margin: 0;
    background: rgba(0, 0, 0, 0.7);
}

.to_top .stick-block {
    width:1000px;
    margin:0 auto;
}

.about-bottom {
    width: 1000px;
    margin: 100px auto;
    font-weight: 300;
    font-size: 18px;
}

.about-bottom h2 {
    text-align: center;
    font-weight: 600;
    margin: 0 0 50px;
}

.about-bottom-info {
    text-align: center;
    width: 185px;
    float: right;
    font-size: 16px;
    border: solid 3px var(--clr-mn);
    padding: 20px 20px 0;
}

.about-bottom-info img {
    width: 100%;
    display: block;
    margin: 0 0 10px;
}

.about-bottom-info p {

}

.about-bottom .row {

}

.about-bottom .row img {
    width:100%;
}



/*kitchen*/

.home-menu-kitchen a {
    font-size: 16px;
    margin: 10px 12px 0;
}

.home-kitchen {
    background-image:url(../images/kitchen_bg.jpg);
}

.home-wrapper-kitchen {
    background: rgba(0, 0, 0, 0.5);
    margin: 20px 0 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0;
}

.home-wrapper-kitchen img {
    display: block;
    width: 50px;
    margin: 0 auto 15px;
}

.fsd {
    width: 1000px;
    margin: 100px auto;
}

.fsd h2 {
    text-align: center;
    font-weight: 600;
    margin: 0 0 50px;
}

.fsd-img {
    width:100%;
    height:150px;
    background-position:center;
    background-size:cover;
}

.fsd strong {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin: 15px 0 0;
}

.album-wrapper {

}

.albums {
    width: 1000px;
    margin: 100px auto;
}

.album {
    margin-bottom:25px;
}

.album h3 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--clr-mn);
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

.album ul {
    padding: 0;
    list-style: none;
    font-size: 18px;
}

.album ul li {
    margin: 0 0 10px;
    font-weight: 300;
}

.album ul li strong {
    background: var(--clr-mn);
    color: #fff;
    padding: 4px 10px;
    font-size: 16px;
}

.album > .row {
    padding: 30px 10px;
    box-shadow: 0 1px 2px 0 #5F5F5F;
}

.albums h2 {
    text-align: center;
    font-weight: 600;
    margin: 0 0 50px;
}

.albums h2 span {
    display: block;
    font-size: 21px;
    margin: 15px 0 0;
    font-weight: 600;
}

.album > a {
    display:none;
    text-decoration:none;
}



a.album-img-main {
    display: block;
    width: 100%;
    height: 370px;
    background-position: center;
    background-size: cover;
    text-decoration:none;
}



a.album-img-main:hover, a.album-img-main:focus {
    text-decoration:none;
}

.album-more {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    border: solid 2px var(--clr-mn);
    padding: 10px 0;
    text-align: center;
    margin: 20px 0 0 0;
    border-radius: 35px;
}

.album-more:hover, .album-more:focus {
	color:#fff;
	text-decoration:none;
	background:var(--clr-mn);
}

.carousel-control.left, .carousel-control.right {
    background:none;
}

.calc-block {
    width: 1000px;
    margin: 100px auto;
}

.calc-block h2 {
    text-align: center;
    font-weight: 600;
}

.calc-block p {
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
    width: 800px;
    text-align: center;
}

.calc-block img {
    width: 300px;
    display: block;
    margin: 0 auto;
}

.calc-block > form h4 {
    font-weight: 600;
    font-size: 18px;
}

.calc-block > form > .row {
    width: 800px;
    margin: 0 auto 20px;
}

.calc-block > form input {
    margin: 5px 0 0 0;
        margin-left: 0px;
    float: left;
}

.calc-block > form {
    font-size: 16px;
}

.calc-block > form select {
    margin-bottom: 5px;
}

.calc-block > form button {
    background: var(--clr-mn);
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    width: 770px;
    border-radius: 3px;
    margin: 25px auto 0;
    font-weight: 600;
    text-shadow: 1px 0px 1px #000;
    text-transform: uppercase;
    border: navajowhite;
    display: block;
}

.calcxs2 {
    padding-top: 30px;
}

.calcmeta input {
    width: 100%;
    height: 45px;
    font-size: 18px;
}

.info-wrapper {
    overflow: hidden;
    margin: 50px 0;
    background: #f9f9f9;
    padding: 100px;
}

.info {
    width: 1000px;
    margin: 0 auto;
}

.info .panel {
    border: none;
    margin: 0 0 10px;
    box-shadow: none;
    background:none;
}

.info .panel a {
    display: block;
    background: var(--clr-mn);
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
}

.info .panel a i {
    display: block;
    float: left;
    margin: 5px 10px 0 0;
}

.info .panel-body {
    font-size: 18px;
    font-weight: 300;
}

.salon2 {
    width: 1000px;
    margin: 50px auto;
    font-size: 16px;
    font-weight: 300;
}

.salon2 h3 {
    font-weight: 600;
    margin: 60px 0 20px;
}

.salon2 h3 span {
    display: block;
    height: 2px;
    width: 100px;
    background: var(--clr-mn);
    margin: 20px 0 0;
}

.salon2 img {
    width: 100%;
    border-radius: 25px;
}

.modalsizeform img {
    width: 200px;
    display: block;
    margin: 0 auto;
}

.modalsizeform h4 {
	font-weight:600;
}

.modalsizeform .modal-body > .row {
	margin-bottom:10px;
}

.modalsizeform .modal-footer button {
    display: block;
    background: var(--clr-mn);
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    float: right;
}



/*cabinet*/

.home-cabinet {
    background-image:url(../images/shkafi-bg.jpg);
}