/*
  Theme Name: Belora
  
  Author: ArtCly
  
  Version: 1.0
  */

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;   
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}

.page {
    overflow: hidden;
}

*,
*:before,
*:after{
    box-sizing: border-box;
}

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

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
.wpcf7-spinner{
	position: absolute!important;
}
/* Container */
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.inner{
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

/*шапка*/
.header{
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.header .inner{
	padding-top: 30px;
	padding-bottom: 30px;
	align-items: center;
}
.header.not-absolute{
	position: relative;
	border-bottom: 1px solid #2D2B2B;
}
.header .logo{
	width: 236px;
}
.header .logo img{
	width: 100%;
	height: auto;
}
.header .nav{
	width: 40%;
	max-width: 560px;	
}
.header .nav .nav_link{
	color: #162623;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	transition: all 0.3s linear;
}
.header .nav .nav_link span{
	position: relative;
}
.header .nav .nav_link span::after{
	position: absolute;
	width: 100%;
	bottom: -3px;
	left: 0;
    right: 0;
	height: 1px;
	background: transparent;
	content: '';
	transition: all 0.3s linear;
}
.header .nav .nav_link:hover{
	font-weight: 600;
	transition: all 0.3s linear;
}
.header .nav .nav_link:hover span::after{
	background: #3223BE;;
	transition: all 0.3s linear;
}
.header .nav .nav_link:first-child{
	margin-left: 0;
}
.header .nav .nav_link:last-child{
	margin-right: 0;
}
.header .order_block{
	width: 31.4%;
	max-width: 430px;
	display: flex;
	justify-content: space-between;
}
.header .order_block .order_btn{
	width: 200px;
height: 46px;
	color: #3223BE;
	border: 1px solid #3223BE; 
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3223BE;
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
	text-decoration: none;
	transition: all 0.3s linear;
	background: transparent;
}
.header .order_block .order_btn:hover{
	transition: all 0.3s linear;
	border: 1px solid #3223BE;
box-shadow: 0px 0px 6px 0px rgba(50, 35, 190, 0.50);
}
.header .order_block .cnt{
	width: 210px;
}
.header .order_block .cnt a{
	display: block;
	text-decoration: none;
}
.header .order_block .cnt .mail_link{
	color: #5A5A5A;
font-family: 'Roboto', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 1.25;
}
.header .order_block .cnt .phone_link{
color: #162623;
font-family: Roboto;
font-size: 22px;
font-style: normal;
font-weight: 500;
	line-height: normal;
}
/*footer*/
.footer{
	background: #2D2B2B;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer .logo_slogan{
	width: 130px;
	color: #FFF;
font-family: 'Roboto', sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 1.25;
}
.footer .links{
	width: 300px;
}
.footer .links .private{
	display: block;
	text-align: right;
	text-decoration: none;
	color: #FFF;
text-align: right;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.footer .links p, .footer .links p a{
	color: #FFF;
text-align: right;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
	text-decoration: none;
}
/*intro*/
.intro{
	padding-top: 230px;
	min-height: 820px;
	position: relative;
}
.intro .intro_img{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
}
.intro .title{
	color: #162623;
font-family: 'Roboto', sans-serif;
font-size: 60px;
font-style: normal;
font-weight: 600;
line-height: 1.25;
	margin-bottom: 80px;
	position: relative;
	z-index: 10;
	width: 100%;
}
.intro .title p{
	max-width: 710px;
}
.intro .call_price{
	width: 220px;
    height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3223BE;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 10;
	transition: all 0.3s linear;
}
.intro .call_price:hover{
	transition: all 0.3s linear;
	background: #3223BE;
    box-shadow: 0px 0px 6px 0px rgba(50, 35, 190, 0.50);
}
/*about*/
.about{
	padding-top: 170px;
	padding-bottom: 140px;
}
.about .title{
	color: #3223BE;
font-family: 'Roboto', sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
	width: 23.5%;
}
.about .text{
	width: 74.1%;
	max-width: 1015px;
	color: #4A4A4A;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 1.25;
}
.about .text p{
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: 0;
	max-width: 782px;
}
/*detail*/
.detailes{
	padding-bottom: 150px;
}
.detailes .title{
	color: #3223BE;
font-family: 'Roboto', sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 1.25;
	margin-bottom: 70px;
	width: 100%;
}
.detailes .items_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.detailes .items_flex .item{
	width: 32%;
	max-width: 440px;
	height: 320px;
	border: 1px solid #DEDEDE;
    background: #FFF;
	transition: all 0.3s linear;
}
.detailes .items_flex .item:hover{
	transition: all 0.3s linear;
	box-shadow: 0px 0px 6px 0px rgba(50, 35, 190, 0.25);
}
.detailes .items_flex .item .img_block{	
	min-height: 235px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
/*.detailes .items_flex .item:nth-child(1) .img_block{
	background: url(images/choose/it1.png);
}
.detailes .items_flex .item:nth-child(2) .img_block{
	background: url(images/choose/it2.png);
}
.detailes .items_flex .item:nth-child(3) .img_block{
	background: url(images/choose/it3.png);
}*/
.detailes .items_flex .item .img_block img{
	width: 100%;
	height: auto;
}
.detailes .items_flex .item .ttl_block{
	color: #162623;
text-align: center;
font-family: Roboto;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 1.25;
}
.detailes .items_flex .item .ttl_block p{
	margin-left: auto;
	margin-right: auto;
	width: 245px;
	text-align: center
}
/*choose*/
.choose{
	padding-bottom: 68px;
}
.choose .content{
	border: 1px solid #DEDEDE;
	background: #FFF;
	width: 100%;
	padding-top: 80px;
    padding-left: 60px;
    padding-bottom: 80px;
	position: relative;
	min-height: 460px;
}
.choose .content .choose_img{
	position: absolute;
	bottom: 0;
	right: 44px;
}
.choose .content .text{
	max-width: 500px;
}
.choose .content .text .ttl{
	color: #3223BE;
font-family: Roboto;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 1.25;
	margin-bottom: 62px;
}
.choose .content .text .txt{
	color: #4A4A4A;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 1.25;
	margin-bottom: 30px;
}
.choose .content .text .txt p{
	margin-bottom: 10px;
}
.choose .content .more_btn{ 
	background: #3223BE;
	width: 220px;
height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.25;
	text-decoration: none;
	transition: all 0.3s linear;
}
.choose .content .more_btn:hover{
	transition: all 0.3s linear;
	background: #3223BE;
    box-shadow: 0px 0px 6px 0px rgba(50, 35, 190, 0.50);
}
.choose .cont_bg{
	margin-top: 68px;
	width: 100%;
	background: url(images/choose/preim_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 247px;
	border: 1px solid #DEDEDE;
	padding-top: 90px;
	padding-left: 60px;
}
.choose .cont_bg .txt{
	color: #162623;
font-family: 'Roboto', sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 1.25;
}
.choose .cont_bg .txt p{
	max-width: 708px;
}
/*dostavka*/
.dostavka{
	padding-bottom: 150px;
}
.dostavka .col_text{
	width: 32%;
	width: 440px;
	position: relative;
	z-index: 11;
}
.dostavka .col_text .ttl{
	color: #3223BE;
font-family: 'Roboto', sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 1.25;
	margin-bottom: 71px;
}
.dostavka .col_text .txt{
	color: #4A4A4A;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 1.25;
}
.dostavka .col_text .txt p{
	margin-bottom: 15px;
}
.dostavka .col_men{
	width: 32%;
}
.dostavka .col_men img{
	width: 100%;
	height: auto;
}
.dostavka .col_form{ 
	width: 32%;
	width: 440px;
	position: relative; 
	z-index: 11;
}
.dostavka .col_form form{
	border: 1px solid #DEDEDE;
    padding-top: 46px;
	padding-bottom: 46px;
	padding-left: 60px;
	padding-right: 60px;
    background: #FFF;
}
.dostavka .col_form form .ttl{
	color: #162623;
font-family: 'Roboto', sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 1.25;
	margin-bottom: 20px;
}
.dostavka .col_form form .sttl{
	color: #4A4A4A;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
	margin-bottom: 20px;
}
.dostavka .col_form form .apply{
	margin-bottom: 15px;
	color: #808080;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.dostavka .col_form form .row{
	width: 100%;
	margin-bottom: 15px;
}
.dostavka .col_form form .row input[type="text"]{
	border: 1px solid #DEDEDE;
background: #FFF;
	width: 100%;
height: 46px;
	color: #808080;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 1.25;
	padding-top: 5px;
	padding-left: 20px;
	outline: none;
}
.dostavka .col_form form .row button, .dostavka .col_form form .row input[type="submit"]{
	outline: none;
	border: 0;
	width: 220px;
height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.25;
	background: #3223BE;
	cursor: pointer;
	transition: all 0.3s linear;
}
.dostavka .col_form form .row button, .dostavka .col_form form .row input[type="submit"]:hover{
	transition: all 0.3s linear;
	background: #3223BE;
    box-shadow: 0px 0px 6px 0px rgba(50, 35, 190, 0.50);
}
.dostavka .men_img{
	position: absolute;
	top: 0;
	left: 30%;
	z-index: 9;
}
/*podbor*/
.podbor{
	padding-bottom: 175px;
}
.podbor .podbor_inn{
	border: 1px solid #DEDEDE;
	background: #FFF;
	padding-top: 80px;
	padding-left: 60px;
	padding-bottom: 82px;
	height: 463px;
	position: relative;
	z-index: 8;
	width: 100%;
	max-width: 1082px;
}
.podbor .podbor_inn .p_img{
	position: absolute;
	bottom: -50px;
	right: -31%;
	z-index: 9;
}
.podbor .podbor_inn .ttl{
	color: #3223BE;
font-family: 'Roboto', sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 1.25;
	margin-bottom: 72px;
}
.podbor .podbor_inn .txt{
	color: #4A4A4A;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
	max-width: 398px;
}
.podbor .podbor_inn .txt p{
	margin-bottom: 20px;	
}
.podbor .podbor_inn .p_btn{
	width: 240px;
height: 46px;
	background: #3223BE;
	color: #fff;
	text-decoration: none;
	color: #FFF;
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}
.podbor .podbor_inn .p_btn:hover{
	transition: all 0.3s linear;
	background: #3223BE;  
	box-shadow: 0px 0px 6px 0px rgba(50, 35, 190, 0.50);
}
.podbor .podbor_inn .p_btn span{
	position: relative;
	left: -10px;
}
.podbor .podbor_inn .p_btn span::after{
	position: absolute;
	top: -1px;
    right: -26px;
	content: url(images/podbor/camera.png);
}
/*brands*/
.brands{
	padding-bottom: 155px;
}
.brands .title{
	margin-bottom: 75px;
	color: #3223BE;
font-family: 'Roboto', sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 1.25;
}
.brands .brand_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.brands .brand_flex .item{
	width: 15.8%;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brands .brand_flex .item .brand_img{
	width: 100%;
	height: auto;
}
/*lost_order*/
.lost_order{
	padding-bottom: 150px;
}
.lost_order .form_bg{
	width: 100%;
	height: 369px;
	background: url(images/form/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 90px;
	padding-left: 60px;
	padding-bottom: 90px;
	background-position: center;
	border: 1px solid #DEDEDE;
}
.lost_order .form_bg form{
	max-width: 705px;
	width: 52%;
	margin-left: 0;
}
.lost_order .form_bg form .form_title{
	color: #162623;
font-family: 'Roboto', sams-serif;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
	margin-bottom: 20px;
}
.lost_order .form_bg form .column{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lost_order .form_bg form .column .row{
	width: 48%;
}
.lost_order .form_bg form .column .row input[type="text"]{
	border: 1px solid #DEDEDE;
background: #FFF;
	width: 100%;
height: 46px;
	color: #808080;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 1.25;
	padding-top: 5px;
	padding-left: 20px;
	outline: none;
}
.lost_order .form_bg form .column .row button, .lost_order .form_bg form .column .row input[type="submit"]{
	outline: none;
	border: 0;
	width: 220px;
height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.25;
	background: #3223BE;
}
.lost_order .form_bg form .column .row input[type="submit"]:hover{
	transition: all 0.3s linear;
	background: #3223BE;  
	box-shadow: 0px 0px 6px 0px rgba(50, 35, 190, 0.50);
}
.lost_order .form_bg form .notes{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #808080;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
/*contacts*/
.contacts{
	padding-bottom: 70px;
}
.contacts .title{
	color: #3223BE;
font-family: 'Roboto', sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 1.25;
	margin-bottom: 101px;
	width: 100%;
}
.contacts .map{
	width: 57.6%;
	max-width: 788px;
}
.contacts .map iframe{
	width: 100%;
	height: auto;
	min-height: 398px;
}
.contacts .info{
	width: 35%;
	max-width: 477px;
	
} 
.contacts .info .row{
	margin-left: 25px;
	margin-bottom: 30px;
}
.contacts .info .row .adress_title, .contacts .info .row .phone_title, .contacts .info .row .time_title, .contacts .info .row .email_title{
	color: #162623;
font-family: 'Roboto', sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 300;
line-height: 1.25;
	margin-bottom: 10px;
}
.contacts .info .row .adress_title span, .contacts .info .row .phone_title span, .contacts .info .row .time_title span, .contacts .info .row .email_title span{
	position: relative;
}
.contacts .info .row .adress_title span::before, .contacts .info .row .phone_title span::before, .contacts .info .row .time_title span::before, .contacts .info .row .email_title span::before{
	position: absolute;
	top: 0;
	left: -30px;
}
.contacts .info .row .adress_title span::before{
	content: url(images/contacts/tag.png);
}
.contacts .info .row .phone_title span::before{
	content: url(images/contacts/phone.png);
}
.contacts .info .row .time_title span::before{
	content: url(images/contacts/time.png);
}
.contacts .info .row .email_title span::before{
	content: url(images/contacts/email.png);
}
.contacts .info .row .adress, .contacts .info .row .phone_link, .contacts .info .row .worktime, .contacts .info .row .email_link{
	color: #162623;
font-family: 'Roboto', sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 1.25;
	text-decoration: none;
}
/*textpage*/
.textpage{
	padding-bottom: 40px;
	padding-top: 40px;
}
.textpage .title{
	color: #3223BE;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 30px;
    width: 100%;
	text-align: center
}
.textpage h2{
	margin-top: 20px;
	margin-bottom: 25px;
	color: #4A4A4A;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;	
}
.textpage p{
	color: #4A4A4A;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25;
}
/**CF7**/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    position: absolute;
    bottom: 0;
    max-width: 60%;
    font-size: 12px;
}
.wpcf7 form.sent .wpcf7-response-output{
	position: absolute;
    bottom: 0;
    max-width: 60%;
    font-size: 12px;
}
.lost_order .form_bg form .column .row input[type="text"].wpcf7-not-valid, .dostavka .col_form form .row input[type="text"].wpcf7-not-valid{
    border: 1px solid #FF5A5A;
}
.wpcf7-not-valid-tip{
	color: #FF5A5A!important;
font-family: 'Roboto', sans-serif;
font-size: 10px!important;
font-style: normal!important;
font-weight: 300!important;
line-height: 1.25!important;
	bottom: -25px;
	position: absolute;
}