/* ALL */

/* FONTS */

@font-face {
    font-family: "Furore";
    src: url("../fonts/Furore/Furore.otf");
}

@font-face {
    font-family: "Montserrat", sans-serif;
    src:
        url("../fonts/Montserrat/Montserrat-Thin.ttf"),
        url("../fonts/Montserrat/Montserrat-ExtraLight.ttf"),
        url("../fonts/Montserrat/Montserrat-Light.ttf"),
        url("../fonts/Montserrat/Montserrat-Regular.ttf"),
        url("../fonts/Montserrat/Montserrat-Medium.ttf"),
        url("../fonts/Montserrat/Montserrat-SemiBold.ttf"),
        url("../fonts/Montserrat/Montserrat-Bold.ttf"),
        url("../fonts/Montserrat/Montserrat-ExtraBold.ttf"),
        url("../fonts/Montserrat/Montserrat-Black.ttf");
}

/* PROCESSING M/P */

body {
    color: #ffffff;
    font-family: "Monthserrat", sans-serif;
    font-size: 15px;
    position: relative;
}

body::before {
    background: url("../images/intro/PhoneTwo.png") no-repeat center center;
    background-size: cover;
    content: ' ';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: -1;
}

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #ffffff;
}

li {
    list-style: none;
    display: inline;
}

button {
    border: none;
    outline: none;
}

/* WRAPPER */

.wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

/* HEADERS */

/* hamburger */

.hamburger {
    width: 30px;
    height: 3px;
    background-color: #009b9c;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    right: 30px;
    display: none;
    z-index: 105;
    transition: 0.2s linear;
}

.hamburger::before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #009b9c;
    border-radius: 5px;
    top: 10px;
    position: absolute;
}

.hamburger::after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #009b9c;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
}

.for-phone {
    background-color: rgb(241, 241, 241);
    color: #262626;
    font-weight: 900;
}

.for_hamburger {
    margin-right: 30%;
    margin-top: 15%;
}

.form_time {
    position: fixed;
    background-color: #f1f1f1;
    right: 20px;
    bottom: 20px;
    border-radius: 15px;
    border: 1px solid #19bd94;
    border-top-right-radius: 0px;
    padding: 13px 18px;
    box-shadow: 0px 0px 10px 0px #19bd94;
    opacity: 0;
    transform: translateY(20px);
    transition: 2s linear;
    display: block;
    margin-left: 20px;
    z-index: 1001;
    color: #000000;
}

.form_message-time-animation {
    opacity: 1;
    transform: translateY(0px);
}

.close_form_message {
    width: 20px;
    height: 20px;
    top: 2px;
    right: 2px;
    position: absolute;
    cursor: pointer;
}

.close_form_message::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #e42222;
    transform: rotate(45deg);
    top: 35%;
    left: 15%;
}

.close_form_message::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #e42222;
    transform: rotate(135deg);
    top: 35%;
    left: 15%;
}

.span_time-form {
    margin-left: 4px;
}

/* header phone orentation */

.header_for-phone {
    width: 0%;
    z-index: 100;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: "Monthserrat", sans-serif;
    font-weight: bold;
    background-color: #009b9c;
    transition: 0.2s linear;
    position: absolute;
    overflow: hidden;
    border-bottom-left-radius: 20px;
}

.link_header-phone {
    padding: 24px 25px;
    font-weight: 600px;
    border-bottom: 1px solid #505050;
    white-space: nowrap;
}

.link_header-phone:last-child {
    border-bottom: none;
}

.width_header-phone {
    width: 35%;
}

/* header top */

.header_top {
    width: 89%;
    margin: 10px auto 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.logo {
    width: 215px;
    height: 54px;
}

.header_block {
    position: relative;
}

.for-numver {
    display: flex;
    flex-direction: column;
}

.for_text-header {
    align-items: center;
    height: 60px;
    display: flex;
}

.icon {
    color: #f1f1f1;
    font-size: 25px;
    top: auto;
    margin-right: 10px;
    padding: 5px;
    background-color: #009b9c;
    border-radius: 50%;
}

.for_time {
    position: absolute;
    right: 0;
    top: 0;
}

.text_header {
    font-size: 11px;
    position: relative;
}

.number {
    font-size: 14px;
}

.number:hover {
    text-decoration: underline;
}

.zakazBtn {
    width: 180px;
    height: 40px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: #009b9c;
    transition: 0.2s linear;
    font-size: 18px;
    color: #ffffff;
    font-family: "Monthserrat", sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.zakazBtn:hover {
    background-color: #009b9c;
    box-shadow: 0px 0px 20px 0px #00ffff;
}

/* header bottom */

.header_bottom {
    width: 89%;
    margin: 0 auto;
    background-color: rgb(241, 241, 241);
    border-radius: 7px;
}

.navigation {
    position: relative;
}

.ul {
    display: flex;
    justify-content: space-evenly;
}

.li {
    position: relative;
    min-width: 15%;
}

.nav_link {
    height: 50px;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s linear;
    padding: 0px 10px;
    font-family: "Monthserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.nav_link:hover {
    background-color: #009b9c;
    color: #ffffff;
}

.for {
    background-color: #009b9c;
    color: #ffffff;
}

/* CONTACT */

.title_out {
    width: 50%;
    margin: 30px auto 0px;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    color: #f1f1f1;
}

.contact {
    width: 89%;
    margin: 0px auto 20px;
    background-color: rgb(241, 241, 241);
    border-radius: 7px;
    color: #262626;
    margin-top: 30px;
}

.form_index {
    width: 40%;
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 0px 2000px 2000px rgba(0, 0, 0, 0.451);
    z-index: 1000;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    display: none;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.icon_close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    padding: 4px;
    background-color: #f1f1f1;
    color: #f11e1e;
    cursor: pointer;
    z-index: 1001;
}

.title_form {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    color: #161616;
}

.sub_title-form {
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    color: #262626;
}

.for_input-text {
    color: #262626;
    margin: 15px 0px;
}

.form_btn {
    width: 30%;
    padding: 10px;
    background-color: #009b9c;
    color: #f1f1f1;
    font-size: 20px;
    font-weight: 700;
    border-radius: 17px;
    border: 1px solid #333333;
    margin-left: 50%;
    margin-bottom: 20px;
    transform: translateX(-50%);
    cursor: pointer;
}

.form_btn:hover {
    background-color: #046464;
}

.form_btn:active {
    background-color: #025555;
}

.input_index {
    margin: 0 auto;
    width: 70%;
    height: 30px;
    text-align: left;
    padding: 5px;
    border: 1px solid #333;
}

.input_index:active {
    outline: 1px solid #333;
}

.text_form {
    max-width: 70%;
    min-width: 70%;
    margin: 15px auto 15px;
    padding: 5px;
    border: 1px solid #333;
    text-align: left;
    min-height: 200px;
    max-height: 200px;
}

.contact_inner {
    padding: 20px 35px;
    display: flex;
    justify-content: space-between;
}

.contact_info {
    width: 45%;
}

.text_contact {
    color: #262626;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.number_contact {
    font-size: 13px;
    color: #262626;
    letter-spacing: 0.5px;
}

.number_contact:hover {
    text-decoration: underline;
}

.mail {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #262626;
}

.requisites {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.title_contact {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.font_weight {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.p_contact {
    font-size: 12px;
    letter-spacing: 0.5px;
}

.margin_time_main {
    margin-right: 9px;
}

.adress_fact {
    margin-top: 10px;
}

.form_contact {
    width: 40%;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.096);
}

.form_inner {
    padding: 20px;
}

.form_title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
}

.for_form_dara-message {
    display: flex;
    flex-direction: column;
}

.form_data {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.input {
    width: 38%;
    height: 30px;
    text-align: start;
    padding-left: 10px;
    border: 1px solid #333;
}

.input_name {
    margin-right: 2px;
}

.input_tel {
    margin-left: 2px;
}

.input_message {
    width: 80%;
    min-height: 140px;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    text-align: start;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 15px;
    border: 1px solid #333;
}

.send {
    width: 200px;
    height: 40px;
    background-color: none;
    border: none;
    color: #a0a0a0;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    cursor: no-drop;
}

.send:hover {
    background-color: #e73a48;
    color: #ffffff;
    border: 1px solid #333;
}

.approval {
    display: flex;
}

.approval_button {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    background-color: none;
    border-radius: 2px;
    border: 1px solid rgba(51, 51, 51, 0.507);
    cursor: pointer;
    transition: 0.2s linear;
}

.approval_button:hover {
    border: 1px solid rgb(43, 43, 43);
}

.approval_button:hover .icon_contact {
    color: #009b9c;
}

.approval_button:focus {
    background-color: #009b9c;
}

.approval_button:focus .icon_contact {
    color: #262626;
}

.icon_contact {
    font-size: 22px;
    color: #c7c7c7;
}

.approval_p {
    color: #505050;
}

.link_approval {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #262626;
}

.card_button {
    width: 94%;
    height: 400px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    background: url('../images/intro/card.jpg') center no-repeat;
    border: 1px solid #505050;
    background-size: cover;
    cursor: pointer;
    display: block;
}

.card {
    width: 94%;
    height: 400px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    display: none;
    border: 1px solid #505050;
}

.display_block {
    display: block;
}

.display_none {
    display: none;
}

/* FOOTER */

.footer {
    width: 85%;
    margin: auto auto 0px auto;
    background-color: rgb(241, 241, 241);
    padding: 30px 0px 30px 60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    bottom: 0;
}

.footer_margin-auto {
    display: flex;
    justify-content: space-between;
}

.footer_block {
    color: #262626;
    display: flex;
    flex-direction: column;
    width: 25%;
}

.footer_block:first-child {
    margin-right: 70px;
}

.footer_block:last-child {
    width: 20%;
}

.logo_footer {
    width: 195px;
    height: 49px;
    margin: -10px 0px 10px -10px;
}

.for_text-footer {
    align-items: center;
    display: flex;
    width: 100%;
    font-size: 13px;
}

.for_link_footer {
    display: flex;
    margin-top: 5px;
    max-width: 70px;
}

.link_footer {
    padding: 3px;
}

.icon_footer {
    color: #262626;
    font-size: 25px;
    margin-right: 10px;
    transition: 0.1s linear;
}

.icon_footer:hover {
    color: #009b9c;
}

.for_phone-footer {
    display: flex;
    flex-direction: column;
}

.title_footer {
    color: #262626;
    font-size: 18px;
    margin-bottom: 20px;
}

.link_footer-info {
    display: flex;
    flex-direction: column;
}

.link_footer_block {
    color: #262626;
    font-size: 12px;
    margin-bottom: 8px;
    transition: 0.1s linear;
}

.link_footer_block:hover {
    color: #009b9c;
}

.number_footer {
    font-size: 13px;
    color: #262626;
    margin-bottom: 8px;
    transition: 0.1s linear;
}

/* MEDIA SCREENS */

@media screen and (max-width: 1023px) {

    /* headers */
    .header_top {
        display: inline-block;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .header_block {
        width: 200px;
    }

    .logo {
        width: 195px;
        height: 49px;
    }

    .for_text-header {
        width: 200px;
    }

    .hamburger {
        display: block;
    }
    
    .title_message-time {
        font-size: 15px;
    }
    .span_message-time {
        font-size: 12px;
    }

    .header_bottom {
        display: none;
    }

    /* contact */
    .form_index {
        width: 80%;
    }

    .form_btn {
        width: 200px;
    }

    .text_form {
        max-height: 70px;
        min-height: 70px;
    }

    .contact_inner {
        display: flex;
        flex-direction: column;
    }

    .contact_info {
        width: 100%;
    }

    .input {
        font-size: 10px;
    }

    .form_data {
        flex-direction: column;
    }

    .form_contact {
        margin-top: 40px;
        width: 100%;
    }

    .input_name {
        width: 80%;
        margin: 0px auto 20px;
    }

    .input_tel {
        width: 80%;
        margin: 0 auto;
    }

    .card_button {
        width: 95%;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .card {
        width: 95%;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    /* footer */
    .footer {
        width: 70%;
        padding: 30px 60px;
    }

    .footer_margin-auto {
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    .footer_block {
        width: 100%;
        text-align: center;
    }

    .footer_block:last-child {
        width: 100%;
    }

    .logo_footer {
        margin: 0 auto;
    }

    .title_footer {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .for_link_footer {
        justify-content: center;
    }

    .icon_footer {
        margin-right: 0px;
    }

    .for_text-footer {
        margin: 10px auto 0px;
        justify-content: center;
    }

    .for_link_footer {
        margin: 10px auto 0;
    }
}

@media screen and (max-width: 400px) {
    .title_message-time {
        font-size: 13px;
    }
    .span_message-time {
        font-size: 11px;
    }
    .footer {
        width: 64%;
    }

    .logo_footer {
        width: 160px;
        height: 40px;
    }
}

@media screen and (min-width: 1920px) {
    .text_header {
        font-size: 14px;
    }

    .number {
        font-size: 16px;
    }

    .for_text-footer {
        font-size: 15px;
    }

    .link_footer_block {
        font-size: 13px;
    }
}