/*
  Theme Name: Экодин
  
  Author: ArtCly
  
  Version: 1.1
  */

@import 'fonts/fonts.css';

body {
    margin: 0;
    font-family: 'Inter', sans-serif;    
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
	background: #202124;
}

.page {
    overflow: hidden;
}

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

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


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

a:hover{
	text-decoration: underline;
}

/* Container */
.container {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
}

.inner{
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;    
}

/*header*/
.header{
    position: relative;	
	padding-top: 25px;
	padding-bottom: 22px;
	background: #161616;
}
.header.absolute{
    position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9999;
	padding-top: 25px;
	padding-bottom: 22px;
	background: transparent;
}
.header.fixed{
	padding-bottom: 0;
	background: #272727;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
.header .logo{
	width: 10%;
	max-width: 106px;
}
.header .logo .logo_img{
	width: 100%;
	height: auto;
}
.header .phones{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 49.9%;
	max-width: 690px;
}
.header .phones .avtobistro{
	width: 67%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.header .phones .avtobistro .adress, .header .phones .avto_center .adress {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #fff;
    text-decoration: none;
    display: block;
	width: 100%;
	text-align: center;
}
.header .phones .phone_item{
	text-align: center;
}
.header .phones .avto_center{
	width: 33%;
}
.header .phones .phone_item .service_name{
	text-align: center;
	font-family: 'Inter';
font-size: 18px;
font-weight: 600;
line-height: 19px;
letter-spacing: 0em;
color: #DCDCDC;
}
.header .phones .phone_item .phone{
	font-family: 'Inter';
font-size: 16px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0em;
color: #fff;
	text-decoration: none;
	display: block;

}
.header .phones .email_block{
	text-align: right;
	width: 11.3%;
	max-width: 155px;
}
.header .email_block .email_link{
	display: block;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
position: relative;
	display: block;	
	color: #DCDCDC;
	text-decoration: none;
}
.header .email_block .email_link span{
	position: relative;
}
.header .email_block .email_link span::after{
	position: absolute;
	top: 0;
	left: -30px;
	content: url(images/header/email.png);
}
.header .email_block .callback_link{
	display: block;
	text-decoration: underline; 
	cursor: pointer;
	display: block;
	font-family: 'Inter';
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;
color: #DCDCDC;
}
.header nav{
	background: #646464;
	margin-top: 22px;
}
.breadcrumbs{
	background: #161616;
}
/*menu*/
/* Стили меню */
#nav {
    display:inline-block;
    width:100%;
    margin:0px auto;
    padding:0;
    background:transparent;
	display: flex;
    justify-content: space-between;
}
#nav li {
        margin: 0;
    float:left;
    position:relative;
    list-style:none;
}
#nav a {
	font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;
    color:#fff;
    text-decoration:none;
    display:block;
    /*padding:16px 10px;*/
	padding:16px 24px;
}

/* Выбранный пункт меню */
#nav .current a, #nav li:hover > a, #nav .current_page_item a, #nav .current-menu-parent a{
    background: #F5E70C;
    color:#fff;
}

/* Подуровень */
#nav ul li:hover a, #nav li:hover li a {
    background:none;
    border:none;
    color:#000;
	color:#fff;
}
#nav ul li a:hover {
   background: #F5E70C;
    color:#fff;
}

#nav ul li:first-child > a {
    
}
#nav ul li:last-child > a {
   
}

/* выпадающий список */
#nav li:hover > ul {
    opacity:1;
    visibility:visible;
}
#nav ul {
	z-index: 999;
    opacity:0;
    visibility:hidden;
    padding:0;
    width:215px;
    position:absolute;
    background: #646464;

    -moz-transition:opacity .25s linear, visibility .1s linear .1s;
    -webkit-transition:opacity .25s linear, visibility .1s linear .1s;
    -o-transition:opacity .25s linear, visibility .1s linear .1s;
    transition:opacity .25s linear, visibility .1s linear .1s;
}
#nav ul li {
    float:none;
    margin:0;
}
#nav ul a {
    font-weight:normal;
    color: #fff;
}
#nav ul ul {
    left:215px;
    top:0px;
}
/*menu*/

/*footer*/
.footer{
	padding-top: 105px;
	background: #161616;
}
.footer .logo_block{
	width: 138px;
	margin-bottom: 15px;
}
.footer .logo_block img{
	width: 100%;
	height: auto;
	max-width: 106px;
}
.footer .logo_block .unp{
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
color: #fff;
}
.footer .f_company{
	width: 150px;
}
.footer .f_services{
	width: 90px;
}
.footer .f_title{
	margin-bottom: 30px;
	color: #fff;
	font-family: 'Inter';
font-size: 20px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
	color: #fff;
}
.footer .foot_link{
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
margin-bottom: 12px;
	color: #fff;
	display: block;
	text-decoration: none;
}

.footer .f_socials{
	width: 160px;
}
.footer .f_socials .email{
	display: block;
	color: #fff;
	margin-bottom: 25px;
	text-decoration: none;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}
.footer .f_socials .soc_links{
	display: flex;
}
.footer .f_socials .soc_links a{
	margin-left: 10px;
    margin-right: 10px;
	text-decoration: none;
}
.footer .f_socials .soc_links a img{
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.footer .border{
	margin-top: 55px;
	padding-top: 0;	
}
.footer .wrapper{	
	border-top: 1px solid #444444;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer .border .private_policy{
	font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0em;
text-decoration: none;
	color: #fff;
}
.footer .border .copyr{
	font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0em;
   width: 225px;
}
.footer .border .copyr a{
	text-decoration: none;
	color: #fff;
}
.footer .border .ecodin{
	font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0em;
}

/**главная страница**/
/*блок интро*/
.intro{
	background-size: cover;
	background-repeat: no-repeat;
	background: url(images/intro/bg.png);
	height: 100vh;
	padding-top: 15%;
	position: relative;	
}
.intro .inner{
	position: relative;
	z-index: 9;
}
.intro .inner .socials{
	width: 40px;
	height: 100%;
	position: absolute;
	top: -190px;
	right: 0;
	bottom: 0;
	z-index: 9;
	height: 100vh;
	display: flex;
	
	align-items: center;
}
.intro .inner .socials .soc_inner{
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	height: 100vh;
}
.intro .inner .socials .soc_inner::before{
	position: absolute;
	top: 0;
	bottom: 0;
	content: '';
	right: 10px;
	z-index: 8;
	width: 0.35px;
	height: 100%;	
    background: #eeeeee7a;;
	top: 55px;
}
.intro .inner .socials .soc_inner a.soc_links{
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 9;
	display: block;
}
.intro .inner .socials .soc_inner a.soc_links:first-child{
	margin-top: 0;	
}
.intro .inner .socials .soc_inner a.soc_links:last-child{
	margin-bottom: 0;	
}
.intro .inner .socials .soc_inner a.soc_links img{
	width: 21px;
	height: 21px;
	display: block!important;
}
.intro .bg{
	background: linear-gradient(0deg, #161616 0%, rgba(22, 22, 22, 0.0638053) 27.72%, rgba(22, 22, 22, 0) 100%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	position: absolute;
}
.intro .title{
	position: relative;
	width: 100%;
	font-family: 'KyivType Sans';
font-size: 100px;
font-weight: 500;
line-height: 120px;
letter-spacing: 0em;
text-align: left;
	color: #fff;
	margin-bottom: 50px;	
}
.intro .title p{
	max-width: 615px;
	text-transform: uppercase;
}
.intro .title span{
	font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    bottom: 20px;
    width: 240px;    
    left: 450px;
}
.intro .intro_btn{
	width: 300px;
height: 60px;
	display: flex;
	align-items: center;
	background: #F5E70C;
font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
	color: #484848;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	
}
.intro .intro_btn:hover{
	
}
/*блок интро*/
/*блок о на на главной*/
.about_us{
	padding-top: 50px;
    padding-bottom: 45px;
    background: #161616;
}
.about_us .title{
	width: 100%;
	margin-bottom: 30px;
}
.about_us .title p{
	display: block;
	font-family: 'KyivType Sans';
font-size: 70px;
font-weight: 500;
line-height: 84px;
letter-spacing: 0em;
text-align: left;
	max-width: 845px;
	margin-bottom: 70px;
	text-transform: uppercase;
}
.about_us .about_inner{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about_us .about_inner .cl_1{
	width: 40%;
}
.about_us .about_inner .cl_1 img{
	width: 100%;
	height: auto;
}
.about_us .about_inner .cl_2{
	width: 58%;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
}
.about_us .about_inner .cl_2 p{
	margin-bottom: 15px;
}
.about_us .about_inner .pr_items p{
	margin-bottom: 1px;
}
.about_us .about_inner .pr_items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 25px;
	margin-bottom: 25px;
	max-width: 635px;
}
.about_us .about_inner .item{
	width: 45%;
	position: relative;
	margin-bottom: 20px;
}
.about_us .about_inner .item p{
	position: relative;
	margin-left: 40px;
}
.about_us .about_inner .item.item-1 p::after{
	position: absolute;
	top: 3px;
    left: -45px;
	content: url(images/about/i-1.png);
}
.about_us .about_inner .item.item-2 p::after{
	position: absolute;
	top: 3px;
    left: -45px;
	content: url(images/about/i-2.png);
}
.about_us .about_inner .item.item-3 p::after{
	position: absolute;
	top: 3px;
    left: -45px;
	content: url(images/about/i-3.png);
}
.about_us .about_inner .item.item-4 p::after{
	position: absolute;
	top: 3px;
    left: -45px;
	content: url(images/about/i-4.png);
}
/*блок о на на главной*/

/*блок почему мы*/
.why_us{
	padding-top: 50px;
    padding-bottom: 45px;
    background: #161616;
}
.why_us .title{
	font-family: 'Inter';
font-size: 36px;
font-weight: 600;
line-height: 44px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 65px;
	text-transform: uppercase;
}
.why_us .why_items{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.why_us .why_items .item{
	width: 22.5%;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
}
.why_us .why_items .item p{
	position: relative;
	margin-left: 30px;
}
.why_us .why_items .item p::after{
	position: absolute;
	top: 4px;
    left: -35px;
    content: url(images/contacts_block/arr.png);
}
/*блок почему мы*/

/*блок наша работа*/
.our_work{
    padding-top: 60px;
    padding-bottom: 75px;
    background: #161616;
}
.our_work .title{
	width: 100%;
	margin-bottom: 30px;
}
.our_work .title p{
	display: block;
	font-family: 'KyivType Sans';
font-size: 70px;
font-weight: 500;
line-height: 84px;
letter-spacing: 0em;
text-align: left;
	max-width: 602px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.our_work .title span{
	display: block;
	font-family: 'Inter';
font-size: 36px;
font-weight: 600;
line-height: 44px;
letter-spacing: 0em;
text-align: left;
max-width: 700px;
	text-transform: uppercase;
}
.our_work .stitle{
	width: 100%;
	margin-bottom: 60px;
}
.our_work .stitle p{
font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
	text-align: left;
	max-width: 570px;
	margin-left: 34%;
}
.our_work .works{
	width: 100%;
	display: flex;
	/*display: block;*/
	justify-content: space-between;
	flex-wrap: wrap;
} 
.our_work .works::before{
    content: '';
    width: 32%; /*указывается ширина псевдоэлемента*/
    order: 1;
}
.our_work .works::after{
    content: '';
    width: 32%; /*указывается ширина псевдоэлемента*/
    order: 9999;
}

.twentytwenty-wrapper {
    width: 32%;
	margin-bottom: 25px;
	min-height: 290px!important;	
}
.twentytwenty-left-arrow {
	border-right: 6px solid #F5E70C!important;
}
.twentytwenty-right-arrow{
	border-left: 6px solid #F5E70C!important;
}
.twentytwenty-handle{
	border: 3px solid #F5E70C!important;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}
.twentytwenty-horizontal .twentytwenty-handle:before{
	-webkit-box-shadow: 0!important;
    -moz-box-shadow: 0!important;
    box-shadow: 0!important;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after{
	background: transparent!important;
}
.twentytwenty-after{
	position: relative;
}
.twentytwenty-after::before;{
	position: absolute;
	top: 0;
	left: 0;
	
}
.our_work .works .item{
	/*width: 32%;
	margin-bottom: 25px;*/
	min-height: 290px!important;
	width: 100%;
	height: auto;
	height: 290px!important;
}
.our_work .works .item .w_img{
	width: 100%;
	min-height: 290px!important;
	height: 100%;
	height: 290px!important;
} 
.twentytwenty-container img{
	height: 290px!important;
	width: 100%!important;
}
/*блок наша работа*/

/*контактная форма доверьте нам*/
.contact_form{
	background: #202124;
	padding-top: 120px;
	padding-bottom: 95px;
	position: relative;
	/*min-height: 990px;*/
}
.contact_form .auto_img{
	position: absolute;
	bottom: 0;
	left: 0;
}
.contact_form .title{
	font-family: 'KyivType Sans';
font-size: 70px;
font-weight: 500;
line-height: 84px;
letter-spacing: 0em;
margin-bottom: 32px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 65px;
}
.contact_form .title p{
	max-width: 970px;
}
.contact_form form{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 556px;
	margin-left: auto;
	margin-right: 0;
}
.wpcf7{
	width: 100%;
	max-width: 556px;
	margin-left: auto;
	margin-right: 0;
}
@media (max-width: 992px){
.wpcf7 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}
.contact_form form .form_title{
	font-family: 'Inter';
font-size: 20px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 30px;
	width: 100%;
}
.contact_form form .row{
	margin-bottom: 15px;
	width: 100%;
}
.contact_form form .row.btn_row{
	margin-bottom: 0;
	margin-top: 10px;
}
.contact_form form .row input[type="text"]{
	outline: none;
	width: 100%;
	background: #fff;
	border: 1px solid #D9D9D9;
	box-shadow: 0px 2px 12px 0px #00000026;
	height: 60px;
	padding-left: 25px;
	padding-top: 8px;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}
.contact_form form .row textarea{
	width: 100%;
	height: 120px;
	background: #fff;
	background: #fff;
	outline: none;
	resize: none;
	box-shadow: 0px 2px 12px 0px #00000026;
	padding-left: 25px;
	padding-top: 20px;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}
.contact_form form .row button, .contact_form form .row input[type="submit"]{
	width: 300px;
height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Inter';
font-size: 18px;
font-weight: 600;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
	background: #F5E70C;

}
.contact_form form .row button{
	cursor: pointer;
	border: 0;
}
/*custom checkbox*/
.custom-checkbox{
	position: relative;
	
}
.custom-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-checkbox span.before {
    display: inline-flex;
    align-items: center;
    user-select: none;
	position: absolute;
	left: -30px;
	top: 0;
}

.custom-checkbox span.before::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #fff;
    
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: transparent;
}

.custom-checkbox input:not(:disabled):not(:checked)+span.before:hover::before {
    border-color: #fff;
}

.custom-checkbox input:not(:disabled):active+span.before::before {
    background-color: transparent;
    border-color: #fff;
}

.custom-checkbox input:focus+span.before::before {
    /*box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)*/
}

.custom-checkbox input:focus:not(:checked)+span.before::before {
    border-color: transparent;
}

.custom-checkbox input:checked+span.before::before {
    border-color: #fff;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23F5E70C' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox input:disabled+span.before::before {
    background-color: transparent;
}

.accept span {
    font-size: 16px;
    color: rgb(0,0,0);
    line-height: 1.2;
    display: inline-block
}

.accept .wpcf7-list-item{
	margin: 0!important;
}

.accept {
    position: relative;
    height: 30px;
    /*margin-bottom: 35px;*/
	width: 100%; 
	/*margin-top: 10px; 
	margin-left: 0px;*/
}

.accept .acc_link {
    color: #DCDCDC;
    text-decoration: none
}

.accept input {
    width: 100%!important;
    max-width: 100%!important
}

.accept p {
    position: absolute;
    top: 0;
    left: 30px;
    max-width: 425px;
    margin-left: 0.25em;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;   
    color: #DCDCDC;
}
/*custom checkbox*/

/*контактная форма доверьте нам*/

/*блог*/
.blog{
	padding-top: 115px;
	padding-bottom: 65px;
	background: #161616;
}
.blog.blog_page{
	padding-top: 45px;
}
.blog .title{
	font-family: 'KyivType Sans';
font-size: 70px;
font-weight: 500;
line-height: 84px;
letter-spacing: 0em;
margin-bottom: 32px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
}
.blog .stitle{
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
margin-bottom: 50px;
	color: #DCDCDC;
	max-width:  930px;
}
.blog .items{
  width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog .items::before{
	content: '';
    width: 31.5%; /*указывается ширина псевдоэлемента*/
    order: 1;
}
.blog .items::after{
	content: '';
    width: 31.5%; /*указывается ширина псевдоэлемента*/
    order: 9999;
}
.blog .items .item{
	margin-bottom: 30px;
	width: 31.5%;
}
.pagination{
	width: 100%;
	text-align: center;
}
.pagination {
	margin-top: 50px;
}
.pagination .page-numbers{
	margin-left: 8px;
	margin-right: 8px;
	display: inline-block;
}
.pagination  a.page-numbers{
	font-family: 'Inter';
font-size: 18px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
color: #fff;
	text-decoration: none;
	
}
.pagination  .page-numbers.current{
	font-family: 'Inter';
font-size: 18px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
color: #fff;	
	text-decoration: underline;
}
.blog .items .item .img_block{
	
}
.blog .items .item .img_block .item_img{
	width: 100%;
	height: auto;
}
.blog .items .item .item_title{
	margin-bottom: 10px;
	font-family: 'Inter';
font-size: 20px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
text-transform: uppercase;
	color: #DCDCDC;
}
.blog .items .item .item_excerpt{
	margin-bottom: 10px;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
color: #DCDCDC;
}
.blog .items .item .item_excerpt p{
	
}
.blog .items .item .more{
	color: #F5E70C;
	text-decoration: none;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}
.blog .items .item .more span{
	position: relative;
}
.blog .items .item .more span::after{
	position: absolute;
	content: ">";
	top: 0;
	right: -25px;
}
/*блог*/

/*блок контакты на главной*/
.contacts_block{
	background: linear-gradient(to bottom, #202124 0%, #202124 92%, #161616 92%, #161616 100%);
	padding-top: 120px;
}
.contacts_block .title{
	font-family: 'KyivType Sans';
font-size: 70px;
font-weight: 500;
line-height: 84px;
letter-spacing: 0em;
text-align: left;
width: 100%;
	padding-left: 15px;
	padding-right: 15px; 
	margin-bottom: 65px;
	text-transform: uppercase;
}
.contacts_block .text{
	width: 40%;
}
.contacts_block .text .content, .contacts_block .text .content p a{
	position: relative;
	margin-left: 35px;
	font-family: 'Inter';
font-size: 20px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
	margin-bottom: 25px;
	color: #fff;
	text-decoration: none;
}
.contacts_block .text .content p a{
	margin-left: 5px;
}
.contacts_block .text .content p{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.contacts_block .text .content p:last-child{
	text-transform: capitalize;
}
.contacts_block .text .content::before{
	position: absolute;
	top: 4px;
	left: -35px;
	content: url(images/contacts_block/arr.png);
}
.contacts_block .map{
	width: 57.2%;
	max-width: 788px;
}
.contacts_block .map iframe{
	width: 100%;
	height: auto;
	min-height: 529px;
}
/*блок контакты на главной*/

/**главная**/

/**breadcrumbs**/
.breadcrumbs {
    padding-top: 35px;
	padding-bottom: 50px;
}
.breadcrumbs .breadcrumbs_inner{
    padding-left: 15px;
	padding-right: 15px;
}
.breadcrumbs .breadcrumbs_inner .breadcrumbs__link{
    color: #fff;
	text-decoration: none;
	margin-right: 30px;
	position: relative;
}
.breadcrumbs .breadcrumbs_inner span.breadcrumbs__current{
	color: #646464;
}
.breadcrumbs .breadcrumbs_inner a.breadcrumbs__link::after{
   	position: absolute;
	top: -3px;
    right: -20px;
	content: ">";
}
/**breadcrumbs**/

/**страница отзывы**/
.reviews{
	background: #161616;
	padding-bottom: 50px;
}
.reviews .title {
    font-family: 'KyivType Sans';
    font-size: 70px;
    font-weight: 500;
    line-height: 84px;
    letter-spacing: 0em;    
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
	width: 100%;
}
.reviews .stitle{
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 50px;
	width: 100%;
}
.reviews .review{
	max-width: 700px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reviews .review .rev_item{
	width: 48%;	
}
.reviews .review .rev_item .rev_bg{
	background: #202124;
	min-height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
	flex-wrap: wrap;
	padding-bottom: 25px;
}
.reviews .review .rev_item .rev_bg .img{
	width: 100%;
	text-align: center;
	margin-top: auto;
}
.reviews .review .rev_item .rev_bg .stars{
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin-top: 15px;*/
}
.reviews .review .rev_item .rev_bg .stars .star{
	width: 18px;
	height: 17px;
	background: url(images/reviews/star.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.reviews .review .rev_item .rev_bg .stars .star.empty{
	background: url(images/reviews/empty_star.png);
}
.reviews .review .rev_item img{
	margin: auto;
	display: block;
}
.reviews .review .rev_item .rev_btn{
	width: 300px;
height: 60px;
background: #F5E70C;
display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Inter';
font-size: 18px;
font-weight: 600;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
color: #484848;
	cursor: pointer;
	text-decoration: none;
}
/**страница отзывы**/

/**страница акции**/
.akzii{
	background: #161616;
    padding-bottom: 50px;
}
.akzii .title{
	font-family: 'KyivType Sans';
    font-size: 70px;
    font-weight: 500;
    line-height: 84px;
    letter-spacing: 0em;    
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
    width: 100%;
}
.akzii .akzii_items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.akzii .akzii_items .item{
	width: 48%;
	position: relative;
}
.akzii .akzii_items .item .akz_img{
	width: 100%;
	height: auto;
}
.akzii .akzii_items .item .content{
	position: absolute;
	bottom: 45px;
	left: 45px;
	background: #00000099;
	width: 385px;
	height: 150px;
}
.akzii .akzii_items .item .content .inn{
	padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: auto;
    height: 100%;
}
.akzii .akzii_items .item .content .inn .txt{
	margin-bottom: 15px;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
color: #fff;
}
.akzii .akzii_items .item .content .inn .ttl{
	font-family: 'Inter';
font-size: 20px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
	color: #fff;

}
/**страница акции**/

/**страница подарочный сертификат**/
.sertificate{
	background: #161616;
	padding-bottom: 50px;
}
.sertificate .title{
	font-family: 'KyivType Sans';
    font-size: 70px;
    font-weight: 500;
    line-height: 84px;
    letter-spacing: 0em;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
}
.sertificate .text{
	width: 100%;
	margin-bottom: 50px;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;

}
.sertificate .text p{
	margin-bottom: 15px;
	max-width: 675px;
	margin-left: auto;
	margin-right: auto;
}
.sertificate .sert{
	width: 100%;
	max-width: 1136px;
	margin-left: auto;
	margin-right: 0;
}
.sertificate .sert .sert_img{
	width: 100%;
	height: auto;
}
/**страница подарочный сертификат**/

/**страница подарочный вакансии**/
.vakansii{
	background: #161616;
	padding-bottom: 80px;
}
.vakansii .title{
	font-family: 'KyivType Sans';
    font-size: 70px;
    font-weight: 500;
    line-height: 84px;
    letter-spacing: 0em;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
}
.vakansii .vakansia{
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	background: #202124;
    margin-bottom: 45px;
}
.vakansii .vakansia .vakansia_inn{
	max-width: 975px
}
.vakansii .vakansia .vakansia_inn .vakansia_ttl{
	font-family: 'Inter';
font-size: 20px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #F5E70C;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.vakansii .vakansia .vakansia_inn .vakansia_desc{
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
	color: #FFFFFF;
}
.vakansii .text{
	width: 100%;
	max-width: 675px;
	margin-left: 150px;
	margin-right: auto;
}
.vakansii .text p{
	font-family: 'Inter';
font-size: 20px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #fff;
	margin-bottom: 35px;
	text-transform: uppercase;
}
.vakansii .text a{
	display: block;
	color: #fff;
	font-family: 'Inter';
font-size: 36px;
font-weight: 600;
line-height: 44px;
letter-spacing: 0em;
text-align: left;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
/**страница подарочный вакансии**/

/**страница о компании**/
.about{
	background: #161616;
	padding-bottom: 70px;
}
.about .title{
	font-family: 'KyivType Sans';
    font-size: 70px;
    font-weight: 500;
    line-height: 84px;
    letter-spacing: 0em;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
}
.about .text{
	width: 100%;
	max-width: 905px;
	margin-left: auto;
	margin-right: 0;
	font-family: Inter;
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 40px;
}
.about .text p{
	margin-bottom: 15px;
}
.about iframe{
	width: 100%;
	max-width: 1136px;
	margin-left: auto;
	margin-right: auto;
	height: auto; 
	min-height: 640px;
	margin-bottom: 50px
}
.about .about_items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
} 
.about .about_items .item{
	/*width: 48%;*/
	width: 100%;
	margin-bottom: 20px;
}
.about .about_items .col_1{
	width: 48%;
}
.about .about_items .col_1:nth-child(2){
	margin-top: 120px;
}
.about .about_items .item p{
	position: relative;
	margin-left: 30px;
	font-family: Inter;
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
}
.about .about_items .item p::before{
	position: absolute;
	top: 4px;
    left: -35px;
    content: url(images/contacts_block/arr.png);
}
/**страница о компании**/

/**страница ошибки**/
.error_pg{
	background: #161616;
	padding-top: 80px;
	padding-bottom: 60px;
}
.error_pg .error_inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.error_pg .error_inner .title{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	font-family: 'KyivType Sans';
font-size: 70px;
font-weight: 500;
line-height: 84px;
letter-spacing: 0em;
color: #fff;
	text-transform: uppercase;
}
.error_pg .error_inner .error_text{
	width: 100%;
	margin-bottom: 60px;
}
.error_pg .error_inner .error_text p{
	margin: 0 auto;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
max-width: 690px;
	margin-bottom: 5px;
}
.error_pg .error_inner .error_btn{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width: 300px;
height: 60px;
font-family: 'Inter';
font-size: 18px;
font-weight: 600;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
	text-decoration: none;
	color: #484848;
    background: #F5E70C;
}
.error_pg img{
	width: 100%;
	max-width: 806px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
}
/**страница ошибки**/

/**страница сотрудничество**/
.cooperation{
	padding-bottom: 100px;
	background: #161616;
}
.cooperation .title{
	width: 100%;
	font-family: 'KyivType Sans';
    font-size: 70px;
    font-weight: 500;
    line-height: 84px;
    letter-spacing: 0em;
    margin-bottom: 45px;
    color: #fff;
    text-transform: uppercase;
}
/*tabs*/
.cooperation .coop_tabs{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.cooperation .coop_tabs .tab_head{
	display: flex;
}
.cooperation .coop_tabs .tab{
	min-width: 220px;
	height: 40px;
    padding-left: 40px;
    padding-right: 40px;
border: 1px solid #F5E70C;
display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	font-family: 'Inter';
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;
color: #fff;
	text-decoration: none;
}
.cooperation .coop_tabs .tab.active{
	background: #F5E70C;
	color: #484848;
}
.cooperation .coop_tabs .tab_content_1, .cooperation .coop_tabs .tab_content_2{
	display: none;
}
.cooperation .coop_tabs .tab_content{
	padding-top: 50px;
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cooperation .coop_tabs .tab_content .row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 45px;
}
.cooperation .coop_tabs .tab_content.tab_content_2 .row{
	max-width: 1260px;
	margin-left: auto;
	margin-right: 0;	
}
.cooperation .coop_tabs .tab_content .row .cl_1{
	width: 57%;
}
.cooperation .coop_tabs .tab_content .row .cl_2{
	width: 41%;
	max-width: 558px;
}
.cooperation .coop_tabs .tab_content .row .cl_2 img{
	width: 100%;
	height: auto;
}
.cooperation .coop_tabs .tab_content_1.active, .cooperation .coop_tabs .tab_content_2.active{
	display: flex;
}
.cooperation .coop_tabs .tab_content .text{
	width: 100%;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
margin-bottom: 45px;
}
.cooperation .coop_tabs .tab_content .text p{
	max-width: 685px;
	margin-left: auto;
	margin-right: auto;
}
.cooperation .coop_tabs .tab_content .email_link{
	font-family: 'Inter';
font-size: 36px;
font-weight: 600;
line-height: 44px;
letter-spacing: 0em;
color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	max-width: 675px;
	margin-left: auto;
	margin-right: 0;
	display: block;
}
.cooperation .coop_tabs .tab_content .phone_link{
	font-family: 'Inter';
font-size: 36px;
font-weight: 600;
line-height: 44px;
letter-spacing: 0em;
color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	max-width: 675px;
	margin-left: auto;
	margin-right: 0;
	display: block;
}
.cooperation .coop_tabs .tab_content .ttl{
	font-family: 'Inter';
font-size: 20px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
color: #fff;
	text-transform: uppercase;
	max-width: 675px;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 40px;
}
.cooperation .coop_tabs .tab_content .ttl.no-margin{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 25px;
}
.cooperation .coop_tabs .tab_content ul{
	padding-inline-start: 30px;
	list-style: none; 
}
.cooperation .coop_tabs .tab_content ul li{
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
margin-bottom: 10px;
	color: #fff;
	position: relative;
}
.cooperation .coop_tabs .tab_content ul li::before{
	position: absolute;
    top: 5px;
    left: -35px;
    content: url(images/contacts_block/arr.png);
}
/*tabs*/

/**страница сотрудничество**/

/**страница галерея**/
.filters_buttons{
	margin-bottom: 40px;
	display: flex;
}
.filters_buttons button{
	width: 145px;
height: 39px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: 'Inter';
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;
	margin-right: 25px;
border: 1px solid #F5E70C;
	outline: none;
	cursor: pointer;
	background: transparent;
}
.filters_buttons button[val="on"], .filters_buttons button.focused, .filters_buttons button:hover{
	background: #F5E70C;
	color: #484848;
}

/**страница галерея**/

/**страница контакты**/
.contact_page{
	background: #161616;
	padding-bottom: 100px;
}
.contact_page .title {
    font-family: 'KyivType Sans';
    font-size: 70px;
    font-weight: 500;
    line-height: 84px;
    letter-spacing: 0em;
    margin-bottom: 32px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.contact_page .row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px;
}
.contact_page .row .adress_item{
	width: 45%;
	position: relative;
	/*margin-right: 35px;*/
}
.contact_page .row .adress_item .c_img{
	position: absolute;
	top:0;
	left: 0;
}
.contact_page .row .adress_item .text{
	
}
.contact_page .row .adress_item .text p, .contact_page .row .adress_item .text p a{
	text-transform: uppercase;
    margin-bottom: 5px;
	margin-left: 35px;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
}
.contact_page .row .adress_item .text p a{
    margin-left: 5px;
}
.contact_page .row .adress_item .adress{
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
	margin-left: 35px;
	margin-bottom: 5px;
}
.contact_page .row .adress_item .worktime{
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
	margin-left: 60px;
	margin-bottom: 5px;
}
.contact_page .row .adress_item .worktime span{
	position: relative;
}
.contact_page .row .adress_item .worktime span::before{
	content: url(images/contacts_block/clock.png);
	position: absolute;
	top: 0;
	left: -30px;
}
.contact_page .socials_inner{
	width: 100%;
	text-align: center;
}
.contact_page .socials_inner .email_link{
	font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    margin-bottom: 25px;
    color: #fff;
    text-decoration: none;
	text-transform: uppercase;
	margin-right: 45px;
	position: relative;
}
.contact_page .socials_inner .email_link::before{
    position: absolute;
    top: 0;
    left: -30px;
content: url(images/header/email.png);
}
.contact_page .socials_inner .link{
	margin-right: 15px;
	margin-left: 15px;
}
.contact_page .socials_inner .link:last-child{
	margin-left: 0;
}
.contact_page .map{
	width: 100%;
	margin-top: 35px;
}
.contact_page .map iframe{
	width: 100%;
	height: auto;
	min-height: 530px;
}
/**страница контакты**/

/**Детальная страница записи блога**/
.blog_detail{
	background: #161616;
	padding-bottom: 60px;
}
.blog_detail .title{
	font-family: 'KyivType Sans';
    font-size: 70px;
    font-weight: 500;
    line-height: 84px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.blog_detail .title p{
	/*max-width: 750px;*/
}
.blog_detail .text{
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
color: #fff;
	/*max-width: 1020px;*/
	margin-left: auto;
	margin-right: 0;
}
.blog_detail .text p{
	margin-bottom: 20px;
}
.blog_detail .text_row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px;
}
.blog_detail .text_row .text1, .blog_detail .text_row .text2{
	width: 48%;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
}
.blog_detail .text_row .text1 p, .blog_detail .text_row .text2 p{
	margin-bottom: 20px;
}
.blog_detail .text_row .text2{
	padding-top: 120px;
}
.blog_detail .img1, .blog_detail .img2{
	width: 100%;
	display: flex;
}
.blog_detail .img1 .b_img1{
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: auto;
	max-width: 1020px;
}
.blog_detail .img2 .b_img2{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: 0;
	max-width: 1020px;
}
.blog_detail .back_link{
	position: relative;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
	color: #DCDCDC;
	text-decoration: none;
	display: block;
	margin-top: 40px;
}
.blog_detail .back_link span{
	position: relative;
	margin-left: 25px;
}
.blog_detail .back_link span::before{
	position: absolute;
	top: 0;
	left: -25px;
	content: url(images/blog/arrow_back.png);
}
/**Детальная страница записи блога**/

/**Детальная страница услуги**/
.uslugi_detail{
	background: #161616;
	padding-bottom: 80px;
}
.uslugi_detail .first_row{
	margin-bottom: 50px;
} 
.uslugi_detail .col_1{
	width: 25%;
	max-width: 290px;
}
.uslugi_detail.page_services .col_1{
	width: 100%;
	max-width: 100%;
}
.uslugi_detail.page_services .col_2 {
    width: 100%;
}
.uslugi_detail.page_services .col_2 .content p{
	width: 100%;
	max-width: 100%;
}
.uslugi_detail.page_services .col_1 .title{
	margin-bottom: 5px;
}
.uslugi_detail .col_1 .title{
	 font-family: 'KyivType Sans';
    font-size: 70px;
    font-weight: 500;
    line-height: 84px;
    letter-spacing: 0em;
    margin-bottom: 32px;
    color: #fff;
    text-transform: uppercase;
}
.uslugi_detail .col_2{
	width: 72%;
}
.uslugi_detail .col_2 .stitle{
	font-family: 'Inter';
font-size: 36px;
font-weight: 600;
line-height: 44px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 45px;
	text-transform: uppercase;
	padding-top: 25px;
}
.uslugi_detail .col_2 .content{
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
color: #fff;
}
.uslugi_detail .col_2 .content p{
	margin-bottom: 15px;
	max-width: 790px;
}
.uslugi_detail .table{
	width: 100%;
	background: #202124;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.uslugi_detail .table table{
	width: 100%;
}
.uslugi_detail .table table tr:first-child td{
	width: 10%;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
color: #F5E70C;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}
.uslugi_detail .table table tr{	    
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #454545;
	display: flex;
    width: 100%;
    justify-content: space-between;
}
.uslugi_detail .table table tr:first-child td{
	text-transform: capitalize;
	    display: flex;
    align-content: center;
    justify-content: center;
}
.uslugi_detail .table table tr:first-child, .uslugi_detail .table table tr:last-child{
	border-bottom: 0;
}
.uslugi_detail .table table tr td{
	/*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
	text-align: center;
	font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #DCDCDC;
	text-transform: uppercase;	
	justify-content: center;
	
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.uslugi_detail .table table tr td{
	width: 100%;
}
.uslugi_detail .table table tr td p{
width: 100%;
	text-align: left;
}
.uslugi_detail .table table tr td:first-child{
	text-align: left;
}
.uslugi_detail .table table tr:first-child{
	padding-top: 10px;
	padding-bottom: 10px;
}
.uslugi_detail .table table tr td:nth-of-type(1){
	text-align: left;
	width: 40%!important;
}
.uslugi_detail .table table tr td{
	width: 10%!important;
}
.uslugi_detail .table .thead{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.uslugi_detail .table .thead .row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.uslugi_detail .table .tbody{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.uslugi_detail .table .tbody .row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.uslugi_detail .table .thead .row .td:first-child{
	width: 40%;
	text-align: left;
}
.uslugi_detail .table .thead .row .td{
	width: 10%;
	font-family: 'Inter';
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
color: #F5E70C;
	display: flex;
	align-items: center;
	justify-content: center;
}
.uslugi_detail .table .tbody .row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #454545;
}
.uslugi_detail .table .tbody .row:last-child{
	border-bottom: 0;
}
.uslugi_detail .table .tbody .row .td:first-child{
	width: 40%;
	text-align: left;
	text-transform: uppercase;
	flex-wrap: wrap;
}
.uslugi_detail .table .tbody .row .td:first-child p{
	width: 100%;	
}
.uslugi_detail .table .tbody .row .td{
	width: 10%;
	font-family: Inter;
font-size: 20px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
text-align: center;
color: #DCDCDC;
	display: flex;
    align-items: center;
    justify-content: center;
}
/**Детальная страница услуги**/

/*CF7*/
#popmake-266{
	padding-top: 5%;
    padding-bottom: 5%;
}
#popmake-266 .pum-title, .pum-theme-lightbox .pum-title{
	font-family: 'KyivType Sans'!important;
font-size: 70px!important;
font-weight: 500!important;
line-height: 84px!important;
letter-spacing: 0em!important;
text-align: center;
margin-bottom: 30px;
	text-transform: uppercase;
}
#popmake-266 .popmake-content p:first-child{
	font-family: 'Inter';
font-size: 20px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
width: 100%;
	margin-bottom: 50px;
	text-transform: uppercase;
}
#popmake-266 .popmake-content .popup_btn{
	width: 300px;
height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F5E70C;
	font-family: 'Inter';
font-size: 18px;
font-weight: 600;
line-height: 22px;
letter-spacing: 0em;
text-align: center;
color: #484848;
	margin: 0 auto;
	text-decoration: none;
}
@media(max-width: 1370px){
	#popmake-266 .pum-title, .pum-theme-lightbox .pum-title {
    font-size: 42px!important;
    line-height: 1.25!important;
    margin-bottom: 30px;
}
	#popmake-266 .popmake-content p:first-child{
		font-size: 16px;
        line-height: 18px;
	}
	#popmake-266 .popmake-content .popup_btn{
		font-size: 16px;
		line-height: 18px;
		height: 50px;
	}
}

@media(max-width: 780px){
	#popmake-266 .pum-title, .pum-theme-lightbox .pum-title {
        font-size: 25px!important;
     }
	#popmake-266 .popmake-content p:first-child{
		font-size: 14px;
        line-height: 16px;
	}
	#popmake-266 .popmake-content .popup_btn{
		font-size: 14px;
		line-height: 16px;
		height: 50px;
	}
}

#popmake-282{
	padding-top: 60px;
}
.pum-content.popmake-content .form_title{
	font-family: 'KyivType Sans';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
	text-transform: uppercase;
	text-align: center;
}
.pum-content.popmake-content .row{
	width: 100%;
	margin-bottom: 20px;
}
.pum-content.popmake-content input[type="text"], .pum-content.popmake-content input[type="text" i]{
	outline: none;
    width: 100%;
    background: #fff;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 2px 12px 0px #00000026;
    height: 60px;
    padding-left: 25px;
    padding-top: 8px;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}
.pum-content.popmake-content .row input[type="submit"]{
	width: 300px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    background: #F5E70C;	
	margin: 35px auto;
}
@media(max-width: 500px){
	.pum-content.popmake-content .form_title{
		font-size: 16px;
	   line-height: 1.25;
	}
	
	.popmake-content .row .input[type="text"]{
	   height: 50px;
	   font-size: 16px;
	   line-height: 1.25;
	}
	.pum-content.popmake-content .row input[type="submit"]{
	   height: 50px;
	   font-size: 16px;
	   line-height: 1.25;
		width: 100%;
	}
}
/*CF7*/
.text_page{
	padding-top: 40px;
	padding-bottom: 40px;
}

/**видеофон на главной**/
#demo {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*height: 600px;*/
  /*height: 100vh; */
  height: 92.5vh; 
  background: transparent;
}
.boke {
  position: absolute;
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
}
.ytplayer-container {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 56.25%;
}
 
.ytplayer-player {
  height: calc(100% + 250px) !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  margin-top: -125px;
}
.bg-image-cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;  
  background: linear-gradient(0deg, #161616 0%, rgba(22, 22, 22, 0.0638053) 27.72%, rgba(22, 22, 22, 0) 100%);	
}
/**видеофон на главной**/


















