/*!
Theme Name: rkcopy
Theme URI: http://underscores.me/
Author: Rozmuar
Author URI: http://rozmuar.ru
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rkcopy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

pre {
    color: #fff;
}

.footer-contacts-icons {
    display: flex;
}
.footer-contacts-icons .contacts-icon{
    display: block;
    max-width: 21px;
    margin-right: 20px;
}
.callback-form-wrapper {
    background: #070707;
    padding: 25px;
}
.callback-form-form {
    background: #070707;
    padding: 0px;
}
.card {
    border: 0;
}
.contact-form-title {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
}
.contact_form .form-info p {
    font-size: 14px;
    margin-top: 15px;
}
.form_result {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_result .success_text {
    padding-left: 25px;
}

.permission_mess {
    margin-top: 10px;
}
.permission_mess .checkbox-other span {
    font-size: 14px;
}
.permission_mess .checkbox-other span a{
    font-size: 14px;
    color: #ffffff;
}
.permission_mess .checkbox-other span a:hover{
    color: #a1cde9;
}
.send_form_btn:disabled {
    cursor:not-allowed;
}

.checkbox-other {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    line-height: 22px;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.checkbox-other input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.checkbox-other span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
    line-height: 16px;
}
.checkbox-other span:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid rgb(227, 227, 227);
//box-shadow: inset 0 0 3px #8a8a8a;
}

/* Checked */
.checkbox-other input[type=checkbox] + span:after {
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
}
.checkbox-other input[type=checkbox]:checked + span:after {
    content: "✓";
    color: #000000;
    font-size: 10px;
    font-weight: 900;
    position: absolute;
    left: 5px;
    top: -1px;
    opacity: 1;
}
.checkbox-other input[type=checkbox]:checked + span:before {
    background-color: #a1cde9;
}

a .arch_equipments_text {
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.arch_equipments_text ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: disc;
}

.arch_equipments_text ul li {
    display: list-item;
    padding-bottom: 7px;
}

.phones-and-messengers-wrapper {
    display: flex;
    align-items: center;
    .contacts-item {
        margin-right: 15px;
    }
    .messengers {
        display: flex;
    }
    .messengers a{
        display: flex;
        height: 20px;
        margin-right: 7px;
        margin-bottom: 20px;
    }
}
.footer-contacts-wrapp {
    .messenger_icons {
        display: none;
    }
}

.contacts_item_pc {
    display: flex;
    .messenger_icons_pc {
        margin-left: 15px;
    }
}

@media (max-width: 680px) {
    .phones-and-messengers-wrapper {
        flex-wrap: wrap;
        .contacts-item {
            width: 100%;
        }
    }
    .contacts-item-phone-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        .contacts-item-phone {
            width: 100%;
        }
    }
    .footer-contacts-wrapp {
        .messenger_icons {
            display: block;
        }
        .messenger_icons_pc {
            display: none;
        }

    }

}