/*!
Theme Name: Theme
Author: flatpik
Author URI: https://kwork.ru/user/flatpik
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
:root {
    --oran: #e84313;
}
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:focus,
*:active {
    outline: none;
} 
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
button,
input,
textarea {
    outline: none;
    font-family: inherit;
}
button {
    background: transparent;
    border: none;
    cursor: pointer;
}
ul {
    list-style: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
p {
    margin: 0;
}
.site {
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}
.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.head {
    background: #000;
    padding: 20px 0;
    position: relative;
}
.head_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    gap: 20px;
}
.logo {
    display: flex;
    width: 200px;
}
.nav {
    display: flex;
    align-items: center;
    gap: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.nav_link {
    transition: all 0.2s;
}
.nav_link:hover {
    color: var(--oran);
}
.cont_bl {
    font-weight: 600;
    font-size: 20px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}
.cont_adr {
    font-size: 14px;
}
.soc_icons {
    display:flex;
    gap: 8px;
    align-items:center;
}
.soc_icon img {
    width:24px;
    height:24px;
}
.soc_vk img,
.soc_wa img{
    width:30px;
    height:30px;
}
.head_cont_bl .cont_tel {
    display: inline-flex;
    color: var(--oran);
    border-bottom: 1px dashed var(--oran);
    transition: all 0.2s;
}
.head_cont_bl .cont_tel:hover {
    border-color: transparent;
}
.head_form_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 6px;
    background: #fff;
    color: #fff;
    background: var(--oran);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.2s;
}
.head_form_btn:hover {
    background: #fff;
    color: var(--oran);
}
.bann {
    padding: 100px 0;
    position: relative;
}
.bann_bg {
    position: absolute;
    right: 0;
    top: 50%;
    display: flex;
    transform: matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0) translateX(-50%);
    backdrop-filter: blur(27px);
    background-color: #e84313;
    width: 450px;
    height: 450px;
}
.bann_in {
    display: flex;
    align-items: center;
    gap: 30px;
}
.bann_col {
    width: 50%;
    position: relative;
    z-index: 1;
}
.bann_title {
    color: #e84313;
    font-size: 74px;
    line-height: 1.55;
    font-weight: 700;
}
.bann_items {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.bann_item {
    padding: 10px 25px;
    border-radius: 30px;
    background-color: #e84313;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.bann_btn {
    text-transform: uppercase;
    padding: 15px 25px;
    color: #fff;
    background-color: #e84313;
    font-weight: 600;
    margin-top: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    text-align:center;
}
.bann_btn:hover {
    opacity: 0.9;
}
.sect_padd {
    padding: 40px 0;
}
.sect_title {
    background: #e84313;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 50px;
}
.ab {
    margin-top: 50px;
}
.ab_in {
    font-size: 18px;
}
.ab_in p + p {
    margin-top: 10px;
}
.serv_in p + p {
    margin-top: 15px;
}
.serv_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}
.serv_item {
    width: calc(100% / 4 - 85px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    
}
.serv_item:hover {
    background: #f0f0f0;
}
.serv_icon {
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
}
.serv_name {
    font-size: 16px;
    font-weight: 600;
}
.serv_text_2 {
    margin-top: 50px;
    text-align: center;
}
.serv_yan {
	margin-top: 30px;
	gap: 30px;
	display:flex;
}

.map,
.revs {
	width: 50%;
	height:700px;
}
.map iframe {
	width: 100%;
	height:100%;
}
.foto_in {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.foto_item {
    width: calc(100% / 4 - 20px);
}
.preim_in {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.preim_item {
    width: calc(100% / 2 - 25px);
    display: flex;
    align-items: center;
    gap: 100px;
	justify-content:space-between;
}
.preim_item_title {
    font-weight: 600;
    margin-bottom: 10px;
}
.preim_item_desc {
    font-size: 16px;
}
.in_form {
    background: #000;
    background-size: 50%;
    position: relative;
    margin-top: 100px;
    
}
.in_form_bg {
    position: absolute;
    top: 0;
    height: 450px;
    right: 0;
    width: 50%;
    background: #e84313;
}
.in_form_img {
    position: absolute;
    top: 0;
    height: 450px;
    right: 50%;
}
.in_form_bl {
    display: flex;
    align-items: center;
    height: 450px;
}
.in_form_right {
    width: 50%;
    position: relative;
    padding-left: 100px;
}
.form_man_wrap {
    width: 50%;
}
.form_man {
    margin-top: -98px;
}
.in_form_title {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.in_form_desc {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}
.wpcf7-list-item {
	margin-left: 0;
}
.form_row {
    display: flex;
	flex-wrap: wrap;
    gap: 15px;
}
.form_num .wpcf7-text {
    border: 0;
    padding: 15px;
    width: 100%;
}
.form_btn .wpcf7-submit {
    padding: 14px 15px;
    background: #000;
    color: #f0f0f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.form_btn .wpcf7-submit:hover {
    opacity: 0.9;
}
.form_row .form_field_acc .wpcf7-list-item {
	color:#fff;
}
.form_row .form_field_acc a {
	color:#fff;
	text-decoration:underline;
}
.s_sect {
    margin-top: 50px;
}
.s_sect_top {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}
.s_sect_col {
    width: 50%;
}
.s_sect_title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.s_sect_title:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.s_sect_img {
    height: 200px;
}
.s_sect_bot {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}
.s_sect_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 3 - 50px);
    text-align: center;
}
.s_sect_item_title {
    font-size: 30px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 25px;
}
.s_sect_item_desc {
    font-size: 16px;
}
.foot {
    background: #000;
}
.foot_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.foot_logo {
    width: 200px;
}
.foot_menu {
    color: #fff;
    display: flex;
    gap: 30px;
}
.foot_menu .nav_link {
    font-size: 18px;
}
.foot_icons {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    justify-content: flex-end;
}
.foot_cont_bl {
    color: #fff;
}
.foot_bot {
    text-align: center;
    color:#fff;
    font-size: 16px;
    margin-top: 20px;
}
.form_pop_title {
    font-size: 30px;
    margin-bottom: 25px;
}
.form_field .wpcf7-text {
    padding: 15px;
    width: 100%;
}
.form_field {
    margin-bottom: 20px;
}
.form_field_btn .wpcf7-submit {
    background: transparent;
    border: 1px solid #e84313;
    color: #e84313;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.2s;
    cursor: pointer;
}
.form_field_btn .wpcf7-submit:hover {
    background: #e84313;
    color: #fff;
}
.burg {
    display: none;
}
.cont_bl_mob {
    display: none;
}
.wpcf7-list-item-label {
	font-size:14px;
}
.wpcf7-list-item-label a {
	color:red;
}


@media (max-width: 1400px) {
   .bann_bg {
        right: -10%;
   } 

}

@media (max-width: 1240px) {
    .container {
        max-width: 960px;
    }
    .bann_bg {
        right: -15vw;
    }
    .in_form_right {
        padding-left: 100px;
    }
}
@media (max-width: 992px) {
    .container {
        max-width: 740px;
    }
    .bann_bg {
        right: -43vw;
    }
    .burg {
        display: block;
        width: 40px;
    }
    .nav {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 20px 0;
        background: #000;
    }
    .nav.active {
        display: flex;
        z-index: 2;
    }
    .preim_item {
        gap: 20px;
    }
    .form_man {
        margin-top: 0;
    }
    .in_form {
        height: auto;
    }
    .in_form_bg {
        height: 100%;
    }
    .in_form_img {
        position: absolute;
        top: initial;
        bottom: 0;
        right: 50%;
        width: 50%;
        height: auto;
    }

}
@media (max-width: 768px) {
    .container {
        max-width: 100%;
        width: auto;
    }
    .cont_bl_desc {
        display: none;
    }
    .cont_bl_mob {
        display: flex;
        text-align: center;
        align-items: center;
        gap: 10px;
    }
    .bann_in {
        flex-wrap: wrap;
    }
    .bann_col {
        width: 100%;
    }
    .bann_bg {
        display: none;
    }
    .bann_title,
    .bann_desc {
        text-align: center;
    }
    .bann_btn {
        display: flex;
    }
    .serv_item {
        width: calc(100% / 2 - 75px);
    }
	.serv_yan {
		flex-direction:column-reverse;
	}
	.map {
		height:300px;
		width:100%;
	}
	.revs {
		width:100%;
		height:700px;
	}
    .foto_item {
        width: calc(100% / 2 - 20px);
    }
    .foto_item img {
        height: 250px;
        object-fit: cover;
        width: 100%;
    }
    .preim_item {
        width: 100%;
    }
    .form_man_wrap {
        display: none;
    }
    .in_form_bg {
        width: 100%;
    }
    .in_form_right {
        width: 100%;
        padding: 0;
    }
    .in_form_img {
        display:none;
    }
    .in_form_bl {
        padding: 30px 0 20px;
		height:300px;
    }
    .s_sect_top {
        flex-direction: column-reverse;
    }
    .s_sect_col {
        width: 100%;
    }
    .foot_in {
        flex-direction: column;
    }
}
@media (max-width: 578px) {
    .container {
        max-width: 100%;
    }
    .head_form_btn {
        font-size:12px;
    }
    .bann {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .bann_title {
        font-size:45px;
    }
    .s_sect_bot {
        flex-wrap: wrap;
		gap: 30px;
    }
    .s_sect_item {
        width: 100%;
    }
    .foot_icons {
        justify-content: center;
    }
    .foot_cont_bl {
        align-items: center;
    }
    .foot_menu {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .serv_item {
        width: 100%;
    }
    .sect_title {
        font-size: 22px;
        margin-bottom:20px;
    }
    .sect_padd {
        padding: 20px 0;
    }
    .serv_text,
    .ab_in {
        font-size:16px;
    }
    .foto_item {
        width: calc(100% / 2 - 10px);
    }
    .foto_item img {
        height: 150px;
    }
    .cont_adr {
        font-size: 12px;
    }
    .policy {
        font-size:12px;
    }
}