@font-face {
    font-family: "Kizo";
    src: url(/fonts/KIZO.OTF);
}
@font-face {
    font-family: "KizoBold";
    src: url(/fonts/KIZO-BOLD.OTF);
}
@font-face {
    font-family: "KizoLight";
    src: url(/fonts/kizo-light.OTF);
}
@font-face {
    font-family: "KizoMedium";
    src: url(/fonts/KIZO-MEDIUM.OTF);
}
body {
    font-family: "KizoBold";
}
.nav {
    background: white;
    padding: 10px;
    margin-left: -20px;
}
.scroll {
    box-shadow: 1px -1px 10px -4px rgb(0 0 0 / 50%);
    /*box-shadow: 1px 7px 10px -4px rgb(0 0 0 / 50%);*/
}
.nav-link {
    color: rgb(132, 132, 132);
    font-size: 20px;
    letter-spacing: 0.15rem;
}
.nav-link:hover {
    color: black;
    transition: 0.4s;
}
.active {
    color: black;
}
.pd {
    padding-left: 20px;
    padding-right: 20px;
}
.top-logo {
    width: 250px;
    margin-top: 5px;
}
.my-hr {
    background: black;
}
/*.point{
    background: red;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 4em;
    top: 45%;
}*/
.text-kizo {
    font-family: "Kizo";
    color: rgb(132, 132, 132);
    font-size: 24px;
    letter-spacing: 0.035em;
    text-align: justify;
}
h3 {
    font-family: "Kizo";
    font-size: 40px;
    letter-spacing: 0.15rem;
}

.sec-banner {
    width: 100%;
    height: 864px;
}

.image-portfolio {
    width: 100%;
    height: 25vh;
}
.image_p {
    width: 100%;
    height: 100%;
}
.main-button {
    font-size: 35px;
    border: 2px solid rgb(132, 132, 132);
    border-radius: 0px;
    font-family: "KizoMedium";
    display: block;
    margin: 0 auto;
    letter-spacing: 0.15rem;
    width: 50vh;
    position: relative;
}
.main-button:hover {
    background: rgb(132, 132, 132);
    color: white;
    transition: 0.4s;
}
.red_point {
    position: absolute;
    left: 0em;
    top: 0;
    width: 30px;
    height: 30px;
    background: red;
}
.blur {
    height: 25vh;
}
.bl1 {
    background: url("/images/blur-1.jpg") no-repeat;
    background-size: cover;
}
.bl2 {
    background: url("/images/blur-2.jpg") no-repeat;
    background-size: cover;
}
.bl3 {
    background: url("/images/blur-3.jpg") no-repeat;
    background-size: cover;
}
.text_in_blur {
    background: white;
    width: 80%;
    height: 40%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 30%;
}
.in-box {
    font-size: 24px;
    text-align: center;
    padding: 20px;
    letter-spacing: 0.1rem;
}
.social_icons {
    color: black;
    width: 5em;
}
.social_icons:hover {
    color: rgb(132, 132, 132);
    text-decoration: none;
    transition: 0.4s;
}
.company {
    font-size: 40px;
    letter-spacing: 0.15rem;
    font-family: "Kizo";
}
.modal-content {
    border-radius: 0px;
}
.no-border-radius {
    border-radius: 0px;
}

input {
    font-family: "KizoMedium";
    letter-spacing: 0.15rem;
}
textarea {
    font-family: "KizoMedium";
    letter-spacing: 0.15rem;
}
small {
    font-family: "Kizo";
    letter-spacing: 0.1rem;
    font-size: 14px;
}
.logo-modal {
    width: 30px;
}
.modal-title {
    font-family: "KizoMedium";
    letter-spacing: 0.15rem;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 25px;
}
.modal-header {
    border-bottom: 0px;
}
.modal-footer {
    border-top: 0px;
    display: unset;
}
.company-modal {
    font-size: 14px;
    letter-spacing: 0.1rem;
    font-family: "KizoMedium";
}
.main-button-modal {
    font-size: 16px;
    border: 1px solid rgb(132, 132, 132);
    border-radius: 0px;
    font-family: "KizoMedium";
    letter-spacing: 0.15rem;
    width: 100%;
}
.main-button-modal:hover {
    background: rgb(132, 132, 132);
    color: white;
    transition: 0.4s;
}
.mini-z {
    font-family: "Kizo";
    font-size: 30px;
    letter-spacing: 0.15rem;
}
.main-button-big {
    font-size: 24px;
    border: 1px solid rgb(132, 132, 132);
    border-radius: 0px;
    font-family: "KizoMedium";
    letter-spacing: 0.15rem;
    width: 100%;
}
.main-button-big:hover {
    background: rgb(132, 132, 132);
    color: white;
    transition: 0.4s;
}
.price-box {
    border: 1px solid black;
    height: 600px;
}
.mini-z-h6 {
    font-family: "Kizo";
    font-size: 24px;
    letter-spacing: 0.15rem;
}
.price-li {
    font-size: 24px;
    font-family: "Kizo";
    letter-spacing: 0.03rem;
}
.bot {
    width: 90%;
    position: absolute;
    bottom: 0em;
}
.gl {
    font-family: "KizoBold";
    letter-spacing: 0.1rem;
    font-size: 24px;
}
.text-relative {
    caption-side: relative;
}
.text-absolute {
    position: absolute;
    bottom: 0;
}
.press-images {
    height: 300px;
}
.press-href:hover {
    opacity: 0.6;
    transition: 0.4s;
}
.m-fl {
    width: 540px;
    height: 360px;
}
.f-fl {
    max-width: 1100px;
    max-height: 740px;
}
.image-portfolio:hover {
    opacity: 0.7;
    transition: 0.4s;
}
.steps {
    max-width: 600px;
    display: block;
    margin: 0 auto;
    border: 1px solid black;
    padding: 30px;
}
.form-lbl {
    font-size: 24px;
    letter-spacing: 0.035em;
    font-family: "KizoMedium";
}
.rou {
    width: 50px;
    height: 50px;
    border: 1px solid black;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.num {
    padding: 6px;
    text-align: center;
    font-size: 24px;
    font-family: "KizoBold";
}
.step-button {
    border: 1px solid black;
    font-family: "KizoMedium";
    font-size: 22px;
    letter-spacing: 0.2em;
}
/* TZ STYLES NEW 30.01.2022 */
.label__tz {
    font-size: 18px;
    letter-spacing: 1px;
}
.style__checbox {
    transform: scale(1.5);
    padding: 10px;
    float: right;
    position: relative;
    right: 10px;
    top: 10px;
}
.label__styles {
    font-size: 24px;
    letter-spacing: 3px;
}
.width__style__image {
    width: 100%;
}
/*tz start css */
.tz-box {
    width: 600px;
    height: 600px;
    border: 1px solid black;
    display: block;
    margin: 0 auto;
    background: black;
}
.tz-start {
    margin-top: 150px;
}
.tz-logo {
    width: 250px;
    display: block;
    margin: 0 auto;
}
.white-btn {
    border: 1px solid #959f3a;
    color: white;
    font-family: "KizoMedium";
    letter-spacing: 0.35rem;
    font-size: 20px;
    display: block;
    margin: 0 auto;
}
.round {
    position: relative;
    top: 30px;
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid white;
}
.list-page {
    color: white;
    font-size: 18px;
    text-align: center;
}
.counter {
    color: white;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
}
.input__box {
    padding: 80px;
}
.form-button {
    font-size: 24px;
    display: block;
    margin: 0 auto;
    border: 1px solid white;
    border-radius: 0px;
    width: 150px;
    color: white;
    font-family: "Kizo";
    letter-spacing: 4px;
}
.ff-k {
    font-family: "Kizo";
    letter-spacing: 4px;
}
.img-style {
    max-width: 100%;
    height: 900px;
}
.cocoen > img {
    height: 700px;
}
.houzz-icon {
    width: 30px;
    position: relative;
    top: -11px;
}
.banner-coffee {
    height: 737px;
}
.podushki {
    height: 545px;
}
.footer-link {
    color: black;
}
.footer-link:hover {
    text-decoration: none;
    color: black;
}
/*tz end css */
/* Lang switcher */
/* The switch - the box around the slider */
.switch {
    position: absolute;
    display: inline-block;
    width: 50px;
    right: 40px;
    height: 22px;
    top: 22px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider-switch:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider-switch {
    background-color: #848494;
}

input:focus + .slider-switch {
    box-shadow: 0 0 1px #848494;
}

input:checked + .slider-switch:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-switch.round-switcher {
    border-radius: 34px;
}

.slider-switch.round-switcher:before {
    border-radius: 50%;
}

/*End lang switcher*/
.eng-sub {
    margin: 0;
    position: absolute;
    right: 97px;
    top: 22px;
    letter-spacing: 4px;
    font-size: 16px;
}
.lang_button {
    z-index: 99999;
    position: absolute;
    top: 16px;
    right: 0;
    width: 100px;
}

@media screen and (max-width: 800px) {
    .eng-sub {
        margin: 0;
        position: absolute;
        left: 32px;
        top: 22px;
        letter-spacing: 4px;
        font-size: 16px;
    }
    .switch {
        position: absolute;
        display: inline-block;
        width: 50px;
        left: 68px;
        height: 22px;
        top: 22px;
    }
    .lang_button {
        z-index: 99999;
        position: absolute;
        top: -1px;
        right: 88px;
        width: 100px;
        color: white;
    }
}
