/*!
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-top .logo-img {
    margin: 0 0 20px;
}
.footer-contacts-icons {
    display: flex;
        margin: 0 0 20px;
}
.footer-contacts-icons .contacts-icon{
    display: block;
    max-width: 21px;
    margin-right: 20px;
}
.footer-contacts-wrapp-br {
    width: 100%;
    background: #121212;
    height: 1px;
}
.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;
}

/**/

.category-slider-text h2 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 10px;
}
.category-slider-text ul{
    margin: 0 0 0 15px;
}
.category-slider-text ul li{
    margin: 0 0 10px;
    font-size: 16px;
    color: rgba(250, 250, 250, 0.6);
    position: relative;
}
.category-slider-text ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    background: #a1cde9;
    position: absolute;
    left: -15px;
    top: 9px;
    border-radius: 50%;
}
.category-slider-text b{
    font-weight: 600;
    color: rgb(250 250 250 / 80%);
}
.category-slider-text a{
    color: #a1cde9;
}
.category-slider-text a.btn{
        color: #070707;
}

/* 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;
        }

    }

}

.works-wrapp{
    /*left: 0 !important;*/
}



.block-forms-and-sizes {
    padding: 70px 0;
}

.block-forms-and-sizes .section-title-wrapp {
    text-align: center;
    margin-bottom: 70px;
}

.block-forms-and-sizes .page-title {
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #a1cde9;
    line-height: 175%;
}

.block-forms-and-sizes .forms-grid > div {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.block-forms-and-sizes .forms-grid-right > div {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.block-forms-and-sizes .forms-grid-right > div:nth-child(3),
.block-forms-and-sizes .forms-grid-right > div:nth-child(4) {
    margin-bottom: 0;
}

.block-forms-and-sizes .form-card {
    background: #a1cde9;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-repeat: no-repeat;
}

.block-forms-and-sizes .forms-grid > div:first-child .form-card {
    background-position: right bottom;
    background-size: 70%;
}

.block-forms-and-sizes.block-forms .forms-grid > div:first-child .form-card {
    background-position: center center;
    background-size: contain;
}


.block-forms-and-sizes .forms-grid-right .form-card {
    background-position: right bottom;
    background-size: contain;
}

.block-forms-and-sizes .form-card h3 {
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 20px;
}

.block-forms-and-sizes .form-card p {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #121212;
    margin-bottom: 20px;
    height: 100px;
}

.block-forms-and-sizes .form-card img {
    width: 100%;
    height: auto;
    margin-top: auto;
    object-fit: contain;
    border-radius: 10px;
}

a.contacts-item.contacts-item-mail {
    margin: 0;
}


@media (max-width: 1599px) {

    .block-forms-and-sizes.block-sizes .forms-grid .form-card.form-card-1{

    }
     .block-forms-and-sizes.block-sizes .forms-grid .form-card.form-card-2{
        background-size: 40%;
    }
    .block-forms-and-sizes.block-sizes .forms-grid .form-card.form-card-3{

    }
    .block-forms-and-sizes.block-sizes .forms-grid .form-card.form-card-4{

    }
    .block-forms-and-sizes.block-sizes .forms-grid .form-card.form-card-5{
        background-size: 40%;
    }


    .block-forms-and-sizes.block-forms .forms-grid .form-card.form-card-1{

    }
     .block-forms-and-sizes.block-forms .forms-grid .form-card.form-card-2{

    }
    .block-forms-and-sizes.block-forms .forms-grid .form-card.form-card-3{

    }
    .block-forms-and-sizes.block-forms .forms-grid .form-card.form-card-4{

    }
    .block-forms-and-sizes.block-forms .forms-grid .form-card.form-card-5{

    }

}

@media (max-width: 1230px) {
    .block-forms-and-sizes {
        padding: 50px 0;
    }
    
    .block-forms-and-sizes .section-title-wrapp {
        margin-bottom: 50px;
    }
    
    .block-forms-and-sizes .forms-grid > div {
        margin-bottom: 20px;
    }
    
    .block-forms-and-sizes .forms-grid-right > div {
        margin-bottom: 20px;
    }
    
    .block-forms-and-sizes .forms-grid-right > div:nth-child(3),
    .block-forms-and-sizes .forms-grid-right > div:nth-child(4) {
        margin-bottom: 20px;
    }
    
    .block-forms-and-sizes .form-card h3 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .block-forms-and-sizes .page-title {
        font-size: 30px;
        line-height: normal;
    }
    
    .block-forms-and-sizes .form-card {
        padding: 20px;
    }


    .block-forms-and-sizes.block-sizes .forms-grid .form-card.form-card-1{
        background-size: contain;
    }
    .block-forms-and-sizes.block-sizes .forms-grid .form-card.form-card-2{
        background-size: contain;
    }
    .block-forms-and-sizes.block-sizes .forms-grid .form-card.form-card-3{

    }
    .block-forms-and-sizes.block-sizes .forms-grid .form-card.form-card-4{

    }
    .block-forms-and-sizes.block-sizes .forms-grid .form-card.form-card-5{
        background-size: contain;
    }


    .block-forms-and-sizes.block-forms .forms-grid .form-card.form-card-1{

    }
     .block-forms-and-sizes.block-forms .forms-grid .form-card.form-card-2{

    }
    .block-forms-and-sizes.block-forms .forms-grid .form-card.form-card-3{

    }
    .block-forms-and-sizes.block-forms .forms-grid .form-card.form-card-4{

    }
    .block-forms-and-sizes.block-forms .forms-grid .form-card.form-card-5{

    }


    .block-forms-and-sizes .form-card p {
        max-width: 70%;
    }

}

@media (max-width: 576px) {
    .block-forms-and-sizes .page-title {
        font-size: 30px;
    }
    
    .block-forms-and-sizes .form-card h3 {
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    .block-forms-and-sizes .form-card p {
        font-size: 14px;
    }

    .block-forms-and-sizes.block-forms .forms-grid > div:first-child .form-card {
        background-position: right bottom;
        background-size: contain;
    }
}
.company_info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: rgba(250, 250, 250, 0.4);
}
.archive-description {
    margin: 50px 0;
    h2 {
        font-family: "Unbounded", sans-serif;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        color: #fafafa;
        margin-bottom: 20px;
        line-height: inherit;
    }
    p {
        margin-bottom: 15px;
    }
}