@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;700&display=swap');

.pos_abs {
	position: sticky;
	top: 15%;
	z-index: 999;
	left: 0%;
}

.btn_abs {
	position: absolute;
	margin-top: 35px;
}

.btn_abs a {
	position: relative;
	width: 200px;
	height: 50px;
	display: flex;
	margin-bottom: 20px;
}

.btn_abs a p {
	display: flex;
	align-items: center;
	text-align: center;
	border: none;
	color: #000000;
	text-transform: uppercase;
	transition: 0.5s all ease;
	font-size: 14px;
	line-height: normal;
	padding: 0px 25px 0px 25px;
	position: relative;
	margin-bottom: 0 !important;
	width: 200px;
	justify-content: center;
	font-weight: 600;
}

.btn_abs a:nth-of-type(1) p {
	background: #ffd04c;
}

.btn_abs a:nth-of-type(2) p {
	background: #ffd04c;
}

.btn_abs a:nth-of-type(1) p:hover {
	background: #476772;
}

.btn_abs a:nth-of-type(2) p:hover {
	background: #476772;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

input, textarea, button {
	font-family: 'Exo 2';
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

* {
	margin: 0px;
	padding: 0px;
}

.agree {
	display: none;
}

img {
	vertical-align: middle;
}

:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
}

::-webkit-input-placeholder {
	color: #b2b3b4;
}

::-moz-placeholder {
	color: #b2b3b4;
}


/* Firefox 19+ */

:-moz-placeholder {
	color: #b2b3b4;
}


/* Firefox 18- */

:-ms-input-placeholder {
	color: #b2b3b4;
}

body {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	color: #000000;
	font-size: 14px;
	font-family: 'Exo 2';
}

.wrapper {
	height: auto;
	min-height: 100%;
}

.bgg {
	height: 200px;
}

footer {
	width: 100%;
	height: auto;
	margin: -200px 0px 0px 0px;
	background: #000000;
	z-index: 101;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
	width: 90%;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 768px) {
	.container {
		width: 90%;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
		position: relative;
		z-index: 1;
	}
}

@media screen and (min-width: 1025px) { 
	#toggle {
    	display: none;
	}
} 

@media screen and (max-width: 1024px) { 	
    #popout {
		position: fixed;
		height: 100%;
		width: 250px;
		background: rgba(26, 26, 26, .9);
		color: white;
		top: 0;
		left: -250px;
		overflow: auto;
		z-index: 1000;
	}
	
	#toggle {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -15px;
	}
	
	#toggle img {
		width: 80%;
		filter: grayscale(1) brightness(1000%);
	}

	.telephone {
		margin-right: 50px;
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 402;
	background-color: #344b53;
	padding: 10px 0;
	height: 90px;
	display: flex;
	align-items: center;
	transition: 0.2s linear
}

.header.header_fixed {
	height: auto;
}

.page .header {
	/* position: relative; */
}

.header__content {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header__right-content {
	display: flex;
	align-items: center
}

.header-logo {
	text-indent: inherit;
	display: flex;
	border-top: 3px solid #f2cf41;
	border-bottom: 3px solid #f2cf41;
	align-items: center;
}

.header-logo span {
	text-align: center;
	margin-left: 0px;
	color: #ffffff;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
}

.header-logo span div {
	font-size: 31px;
	text-transform: uppercase;
}

.header_fixed .header-logo img {
	height: 35px;
}

.header-logo img {
	height: 49px;
}

.header-nav {
	color: #fff;
	text-align: center;
	line-height: 19px
}

.header-nav ul {
	font-size: 0;
	margin: 0;
	padding: 0;
	display: flex;
}

.header-nav li {
	font-size: 15px;
	margin-right: 16px
}

.exterior-key,
.intro-order {
	font-size: 38px;
	white-space: nowrap
}

.header-nav li:last-child {
	margin-right: 0
}

.header-nav a:hover {
	color: #c1c1c1
}

.header-nav {
	text-align: left;
	overflow: visible;
	text-transform: uppercase
}

.header-nav ul:after {
	content: "";
	display: block;
	clear: both
}

.header-nav ul>li {
	display: inline-flex;
	width: auto;
	margin: 0px 5px;
	position: relative;
	overflow: visible;
	padding: 0 10px;
}

.header-nav ul>li a {
	color: #ffffff;
}

.telephone a.text-white {
	color: #fff
}

.telephone {
	font-size: 15px;
	margin-left: 50px;
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	text-align: center;
}

.telephone p {
	color: white;
	text-align: center;
	font-size: 13px;font-weight: 300;}

.header_fixed .telephone p {
	display: none
}

.telephone div {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-left: 20px;
}

.header_fixed .telephone div {
	flex-direction: row;
}

.telephone #callibri_phone {
	display: flex;
	width: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin: 5px 0px
;font-size: 21px;}

.header_fixed .telephone #callibri_phone {
	width: auto;
	margin: 5px 20px 5px 0px;
font-size: 24px;}

.header__right-content .design-request {
	background: #ffd04c;
	border-radius: 5px;
	text-transform: uppercase;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	width: 150px;
	height: 40px;
	border: none;
	/* margin-left: 13px; */
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.intro {
    background-image: url(images/main.jpg);
    background-position: 50% -60px;
}

.intro-slick {
	/* height: 600px; */
	display: flex;
	align-items: center;
	position: relative;
	transition: height 1s ease-in-out;
	transition-delay: 1s;
	justify-content: center;
padding-top: 110px;flex-wrap: wrap;}

.intro-slick .left {
	width: 40%;
}

.intro-slick .left:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/banner.png) no-repeat;
	background-size: 45%;
	background-position: bottom left 13%;
z-index: -1;}

.intro-slick .right {
	width: 31%;
margin-bottom: 40px;}

.intro-slick .right .form-heading h3 {
	color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    margin: 0px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}

.intro-slick .right .form-heading p {
	color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    margin: 20px 0px 20px 0px;
	text-align: center;
}

.intro-slick .wpcf7 h4 {
	display: none;
}

.intro-slick .wpcf7 input {
	width: 100%;
	margin-bottom: 11px;
	padding: 16px 20px;
	background-color: #ffffff;
	border: none;
	color: #838486;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	border-radius: 8px;
}

.intro-slick .wpcf7 input.wpcf7-submit {
	display: flex;
	width: 100%;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #ffd04c;
	color: #213548;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s;
	cursor: pointer;
	margin-top: 0px;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	line-height: 1;
	padding: 0;
}

.intro-slick .wpcf7 input.wpcf7-submit:hover {
	background-color: #ffffff;
	color: #213548;
}

.intro-slick .wpcf7 br {
	display: none;
}

.title-slider {
	width: 100%;
	margin-bottom: 50px;
}

.intro-slick .title-slider h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 72px;
    background: url(images/bg-min.png);
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: 0px 0px 2px rgb(57 81 91);
background-size: contain;}

.intro-slick .title-slider span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0px 0px 2px rgb(57 81 91);
}

.intro-order {
    position: absolute;
    bottom: 50px;
    right: 60px;
    line-height: .9;
    width: 260px;
    color: white;
}

.point2 {
	width: 15px;
	position: absolute;
	right: 330px;
	bottom: 50px;
	height: 273px;
	background: url(images/point1.png) no-repeat;
}

.intro-order .fancybox-inline {
    background: #ffd04c;
    border-radius: 5px;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-top: 20px;
}

#factyONas {
    color: #000000;
    margin-bottom: 40px;
}

#factyONas img {
    margin: 20px auto 15px;
    width: 50px;
}

#factyONas p {
    font-size: 17px;
    color: #000000;
}

#factyONas h4 {
    font-size: 35px;
    margin: 0px;
    padding-bottom: 40px;
}

.facty {
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.facty .block {
	width: 24%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 3%;
}

.big_title_type1 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #000000;
}

#factyONas .big_title_type1>span {
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}

.service{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service_col {
    width: 24%;
    overflow: hidden;
    padding-bottom: 10px;
    margin: 0px 0.5%;
}
  
.service_item {
    position: relative;
    overflow: hidden; 
}

.service_title {
    color: #fff;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    height: 60px;
    padding: 0px 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-shadow: 0px 0px 2px rgb(42 47 56);
}

.service_img {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(6 1 5), rgb(255 255 255 / 0%));
}
  
.service_preview {
    display: block;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
  
.service_item:before{
    content: "";
}

.service_detailed {
    text-decoration: none;
    cursor: pointer;

    color: #fff;

    font-weight: 600;
    font-size: 18px;
    line-height: 150%;

    float: left;
}

.service_detailed::after {
    background-color: #fff;
    display: block;
    content: "";
    height: 2px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.service_detailed:hover:after {
    width: 100%;
}

/*service_setting_img*/

.service_box .service_item:before{
    width: 100%;
    height: 100%;
    background: #ffd04c;
    opacity: 0;
    transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate3d(-50%,-50%,0);
}
  
.service_box:hover .service_item:before{
    opacity: 1;
}

.service_box:hover .service_title {
    opacity: 0;
    transition: .3s ease-in-out;
    transform: translateY(100px);
    

    -webkit-transition: .3s ease-in-out;
    -moz--transition:.3s ease-in-out;
    -o-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

/*service_setting_label*/

.service_label {
    color: #000000;
}

.service_label h2 {
    padding-bottom: 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;

}
  
.service_box .service_label{
    width: 100%;
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9), transform calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity, transform;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 200%);
    z-index: 2;
}
  
.service_box:hover .service_label{
    opacity: 1;
    transform: translate(-50%, -50%);
    transition-duration: calc(var(--photoboxAnimationDuration, .4s) / 2);
    transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 2);
}
  
.service_box .service_preview{
    transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity, transform;
    transform: scale(1) translate(0, 0);
}
  
.service_box:hover .service_preview{
    transform: scale(1.2) translate(4%, 4%);
}

.push li {
    position: relative;
    padding-top: 10px;
    font-size: 18px;
    line-height: 1.2;
}

.title {
    font-size: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 60px 0px 40px 0px
}

.guarantees {
	background: url(//dvormasterov.pro/wp-content/themes/Masterhouse/assets/css/../img/guarantees.jpg) bottom center no-repeat #324951;
	color: #fff;
	padding-bottom: 110px;
	max-height: 989px;
	padding: 50px 0;
	margin-top: 50px;
	position: relative;
}

.guarantees:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #334750db;
}

.guarantees * {
	position: relative;
	z-index: 1;
}

.guarantees-ul {
	padding: 0;
	margin: 0;
	font-size: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.guarantees-ul li {
	font-size: 15px;
	width: 24%;
	margin-bottom: 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.guarantees-ul h3 {
	font-size: 25px;
	margin: 0;
	font-weight: 400;
	text-shadow: 0px 0px 2px rgb(57 81 91);
}

.guarantees-ul p {
	font-weight: 300;
	line-height: 1;
	text-shadow: 0px 0px 2px rgb(57 81 91);
}

.guarantees-ul .icon {
	position: absolute;
	left: 0
}

.guarantees-vertical-ul {
	padding: 0;
	margin: 0px 0 0;
	font-size: 19px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.guarantees-vertical-ul li {
	padding: 30px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center
}

.guarantees-vertical-ul h3 {
	font-size: 25px;
	font-weight: 400;
	margin: 0;
	text-shadow: 0px 0px 2px rgb(57 81 91);
	line-height: 1;
}

.guarantees-vertical-ul .icon {
	float: left;
	margin-right: 15px
}

.guarantees__icon {
	padding-right: 15px;
	width: 70px;
}

.guarantees__desc {
	width: 70%;
}

.custom-title-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.custom-title-box__ico {
    margin-right: 27px;
}

.custom-title-box__ico img {
	width: 97px;
}

.custom-title-box__info {
	border-left: 1px solid #b4b4b2;
	padding-left: 31px;
}

.custom-title-box__text-1 {
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	font-size: 40px;
	line-height: 52px;
	text-shadow: 0px 0px 2px rgb(57 81 91);
}

.how-we-work {
	min-height: 422px;
	background: #ecf1f7;
	background-size: cover;
}

.how-we-work .container {
    padding-top: 50px;
    padding-bottom: 40px;
}

.how-we-work ul {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}

.how-we-work h2 {
	font-size: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 60px 0px 40px 0px;
}

.how-we-work article {
	display: flex;
	margin: 40px 0px;
}

.how-we-work article .left {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffd04c;
	color: #000000;
}

.how-we-work article .right {
	width: 80%;
	padding: 30px;
	background: #ffffff;
	box-shadow: 0px 12px 90px -10px rgba(171, 191, 216, 0.6);
}

.how-we-work h3 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
}

.how-we-work h4 {
	font-size: 20px;
	text-transform: uppercase;
}

.how-we-work p {
	margin-top: 10px;
	font-size: 16px;
}

.company {
	min-height: 423px;
	background-size: cover;
}

.company .container {
    padding: 65px 0 40px;
}

.company .flex-container {
	display: flex;
	margin-top: 45px;
	align-items: center;
	justify-content: space-between;
}

.company .flex-container div:first-child {
	width: 100%;
}

.company .contt h3 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: #000000;
	text-align: center;
	margin: 20px 0px;
}

.company .contt {
	/* box-shadow: 0px 12px 90px -10px rgba(171, 191, 216, 0.6) !important; */
	/* padding: 40px; */
	width: 40%;
}

.company .contt ul {
	margin: 10px 0px 30px 0px;
}

.company .contt li {
	position: relative;
	color: #152033;
	font-weight: 400;
	font-size: 16px;
	margin-top: 10px;
	padding-left: 35px;
}

.company .contt li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffd04c url(images/choose-icon.png) center center no-repeat;
}

.company img {
	flex-shrink: 0;
	width: 324px;
	margin-right: 34px;
}

.company p {
	margin: 0;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}

.company h2 {
    font-size: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 0px 0px 40px 0px;
}

.contacts {
	position: relative;
	z-index: 1;
}

.contacts .container {
	position: relative;
	padding: 40px 0 55px;
}

.contacts h2 {
    color: #000000;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 21px;
}

.contacts .flex-container {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.contacts form {
	width: 100%;
	padding: 35px 33px 40px;
	background-color: #ffffff;
	box-shadow: 0px 30px 120px 0px #dde5ee;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.contacts form p {
	margin: 10px 0 0;
	color: #213d49;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contacts form .flex-container {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 29px;
}

.contacts input {
	width: 100%;
	margin-bottom: 11px;
	padding: 16px 20px;
	background-color: #f2f6f7;
	border: none;
	color: #838486;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
}

.contacts br {
	display: none;
}

.contacts .btn, .contacts .our-works #nextpage a, .our-works #nextpage .contacts a, .contacts .reviews #nextpagereviews a, .reviews #nextpagereviews .contacts a {
	margin: 27px auto 0;
	cursor: pointer;
}

.contacts h3 {
	margin: 0;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	line-height: 22px;
}

.contacts .data {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 49%;
	padding: 40px 15px 30px 85px;
	/* box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); */
	/* background-color: #ffffff; */
}

.contacts .wpcf7 {
	width: 48%;
}

.contacts .data p,
.contacts .data a {
	margin: 0;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 14px;
	display: flex;
	margin-bottom: 9px;
}

.contacts .data p span,
.contacts .data a span {
	margin-right: 10px;
	color: #000000;
	font-weight: 600;
}

.contacts .data p + p,
.contacts .data a + p {
    /* margin-top: 10px; */
}

.contacts .address,
.contacts .phone,
.contacts .email {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.wrapper .contacts .address,
.wrapper .contacts .phone,
.wrapper .contacts .email {
	margin-bottom: 30px;
}

.contacts input.wpcf7-submit {
	display: flex;
	width: 191px;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background-color: #000000;
	color: #ffffff;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	transition: all 0.4s;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	cursor: pointer;
	text-transform: uppercase;
}

.contacts input.wpcf7-submit:hover {
	background-color: #ffd04c;
	color: #000000;
}

footer .container {
	display: flex;
	align-items: center;
	padding: 15px 0;
	justify-content: space-between;
}

footer .logo {
	text-indent: inherit;
	display: inline-flex;
	border-top: 3px solid #f2cf41;
	border-bottom: 3px solid #f2cf41;
	align-items: center;
	margin-bottom: 15px;
}

footer .logo span {
	text-align: center;
	margin-left: 0px;
	color: #ffffff;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
}

footer .logo span div {
	font-size: 31px;
	text-transform: uppercase;
}

footer .logo img {
	height: 49px;
}

footer .left {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	margin: 20px 0px;
}

footer .left span {
	color: #ffffff;
}

footer .left button.el {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 35px;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	background: #ffd04c;
	border-radius: 4px;
	transition: 0.5s all ease;
	position: relative;
	margin-top: 10px;
	cursor: pointer;
	min-width: 200px;
	padding: 0px 10px;
}

footer .left button.el:hover {
	background-color: #344b53;
}

footer .left button.el:hover span {
	color: #ffffff;
}

footer .left button.el span {
	color: #000000;
}

footer .left button.el .dropdown {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 300%;
	padding: 10px 0px;
	bottom: 180%;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0 rgb(13 32 50 / 50%);
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	z-index: 999;
}

footer .left button.el .dropdown:before {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 15px;
	width: 0;
	height: 0;
	box-shadow: -3px -2px 6px rgba(0, 0, 0, 0.05);
	border-top: 6px solid transparent;
	border-right: 6px solid #FFFFFF;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	mix-blend-mode: multiple;
}

footer .left button.el:focus .dropdown,
footer .left button.el:active .dropdown {
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	opacity: 1;
	visibility: visible;
}

footer .left button.el .dropdown a {
	display: flex;
	width: 23%;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	padding: 6px 10px;
	margin: 0px 1% 0px 1%;
	line-height: 1;
	color: #0d2032;
	transition: 0.2s linear;
	text-align: left;
}

footer .left button.el .dropdown a:hover {
	background: #fb9985;
	color: #ffffff;
}

footer p {
	color: #fefeff;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	margin: 4px 0px 4px 0px;
}

footer a {
	color: #ffffff;
}

footer .container > div:nth-child(2) {
	width: 23%;
}
footer .container > div:nth-child(3) {
	width: 17%;
}
footer .container > div:nth-child(4) {
	width: 20%;
}

#footer-logo {
	width: 30%;
	text-align: center;
}

.breadcrumb {
	padding-top: 40px;
	font-size: 14px;
	color: #838486;
	margin-top: 90px;
}

.breadcrumb a {
	color: #2a2f38;
}

.title-side {
	display: flex;
	align-items: center;
}

.title-side h1 {
	font-size: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 40px 0px 40px 0px;
}

.text-vn {
	padding-bottom: 100px;
}

.text-vn p {
	margin: 0px 0px 10px 0px;
	color: #213d49;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.text-vn h2 {
	color: #213d49;
	margin: 30px 0 30px 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.text-vn ul {
	margin: 0px 0px 10px 0px;
}

.text-vn li {
	margin: 0;
	color: #213d49;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
}

.text-vn li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ffd04c;
	background-size: 50%;
}

.services h3 {
    margin: 30px 0 0;
    color: #2a2f38;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
}

.services p {
	line-height: 1.2;
	font-size: 14px;
	margin: 10px 0px;
	padding: 0px 10px;
}

.services ul {
	display: flex;
	justify-content: space-between;
	margin: 40px 0px;
	flex-wrap: wrap;
}

.services li {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2%;
}

.services li > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.services .preview {
	width: 100%;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
}

.services .preview img {
	width: 100%;
}

.services li .fancybox {
	display: flex;
	width: 191px;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background-color: #ffd04c;
	color: #000000;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	position: relative;
	cursor: pointer;
}

.services li .fancybox:hover {
	background-color: #476772;
}

.accordion {
	position: relative;
	margin-bottom: 50px;
}

.accordion .trigger #checkbox-1,
.accordion .trigger #checkbox-2,
.accordion .trigger #checkbox-3,
.accordion .trigger #checkbox-4,
.accordion .trigger #checkbox-5,
.accordion .trigger #checkbox-6,
.accordion .trigger #checkbox-7,
.accordion .trigger #checkbox-8,
.accordion .trigger #checkbox-9,
.accordion .trigger #checkbox-10 {
	display: none;
}

.accordion .trigger #checkbox-1:checked+label,
.accordion .trigger #checkbox-2:checked+label,
.accordion .trigger #checkbox-3:checked+label,
.accordion .trigger #checkbox-4:checked+label,
.accordion .trigger #checkbox-5:checked+label,
.accordion .trigger #checkbox-6:checked+label,
.accordion .trigger #checkbox-7:checked+label,
.accordion .trigger #checkbox-8:checked+label,
.accordion .trigger #checkbox-9:checked+label,
.accordion .trigger #checkbox-10:checked+label {
	background-color: #060105;
	color: #ffffff;
}

.accordion .trigger #checkbox-1:checked+label i:before,
.accordion .trigger #checkbox-2:checked+label i:before,
.accordion .trigger #checkbox-3:checked+label i:before,
.accordion .trigger #checkbox-4:checked+label i:before,
.accordion .trigger #checkbox-5:checked+label i:before,
.accordion .trigger #checkbox-6:checked+label i:before,
.accordion .trigger #checkbox-7:checked+label i:before,
.accordion .trigger #checkbox-8:checked+label i:before,
.accordion .trigger #checkbox-9:checked+label i:before,
.accordion .trigger #checkbox-10:checked+label i:before {
	transform: translate(5px, 8px) rotate(45deg);
	background-color: #ffffff;
}

.accordion .trigger #checkbox-1:checked+label i:after,
.accordion .trigger #checkbox-2:checked+label i:after,
.accordion .trigger #checkbox-3:checked+label i:after,
.accordion .trigger #checkbox-4:checked+label i:after,
.accordion .trigger #checkbox-5:checked+label i:after,
.accordion .trigger #checkbox-6:checked+label i:after,
.accordion .trigger #checkbox-7:checked+label i:after,
.accordion .trigger #checkbox-8:checked+label i:after,
.accordion .trigger #checkbox-9:checked+label i:after,
.accordion .trigger #checkbox-10:checked+label i:after {
	transform: translate(-5px, 8px) rotate(-45deg);
	background-color: #ffffff;
}

.accordion .trigger {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	vertical-align: top;
}

.accordion .trigger .checkbox {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 20px;
	color: #333;
	cursor: pointer;
	background-color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	box-shadow: 0px 30px 120px 0px #dde5ee;
}

.accordion .trigger .checkbox i {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	right: 20px;
}

.accordion .trigger .checkbox i:before,
.accordion .trigger .checkbox i:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 2px;
	background-color: #000000;
	transition: transform 250ms ease;
}

.accordion .trigger .checkbox i:before {
	transform: translate(-5px, 8px) rotate(45deg);
}

.accordion .trigger .checkbox i:after {
	transform: translate(5px, 8px) rotate(-45deg);
}

.accordion .trigger .content {
	position: relative;
	max-height: 0px;
	overflow-y: auto;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	background-color: #f6f6f68a;
	transition: max-height 500ms ease-in-out;
}

.accordion .trigger .content p {
	margin: 0;
}

#checkbox-1:checked~.content,
#checkbox-2:checked~.content,
#checkbox-3:checked~.content,
#checkbox-4:checked~.content,
#checkbox-5:checked~.content,
#checkbox-6:checked~.content,
#checkbox-7:checked~.content,
#checkbox-8:checked~.content,
#checkbox-9:checked~.content,
#checkbox-10:checked~.content {
	max-height: none;
	transition: max-height 500ms ease-in-out;
}

.accordion table td {
	padding: 10px 10px;
	line-height: 1;
}

.accordion table td p {
	margin: 0;
}

.accordion table td.name {
	text-align: center;
	background: #3e5a650d;
}

.accordion table td.kol p {
	justify-content: space-between;
	display: inline-flex;
	width: 100%
}

.accordion table {
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
}

.accordion table td {
	border: 1px solid #eff3f7;
	padding: 5px;
}

.our-works ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 0 48px;
}

.our-works li {
	position: relative;
	width: 32%;
	margin: 0.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.our-works li a {
	opacity: 0.9;
	transition: 0.3s linear;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 12px 90px -10px rgba(171, 191, 216, 0.6);
}

.our-works .info {
	padding: 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.our-works .info .option {
	display: flex;
	width: 100%;
}

.our-works .info .option .text {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.our-works li a:hover {
	opacity: 1;
}

.our-works li img {
	width: auto;
	height: 269px;
}

.our-works #nextpage a {
	margin: 30px auto 0;
}

.fancybox-wrap .wpcf7 h4 {
	margin: 0;
	color: #3f454a;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
}

.fancybox-wrap .wpcf7 p {
	margin: 0px 0px 0px 0px;
	color: #3f454a;
	text-align: center;
	font-weight: 700;
	font-size: 19px;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-transform: uppercase;
}

.fancybox-wrap .wpcf7 form p:nth-of-type(1) {
	margin: 0px 0px 20px 0px;
}

.fancybox-wrap #form_popup5 .wpcf7 form p:nth-of-type(1) {
	margin: 0px 0px 0px 0px;
}

.fancybox-wrap .wpcf7 p br {
	display: none;
}

.fancybox-wrap .wpcf7 form {
	width: 100%;
	padding: 30px 30px 0px 30px;
}

.fancybox-wrap .wpcf7 input {
	margin-bottom: 15px;
	width: 100%;
	padding: 16px 20px;
	border: none;
	background-color: #e9e9e9;
	color: #838486;
	border: 1px solid #83848633;
	border-radius: 5px;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.fancybox-wrap .wpcf7 input.wpcf7-submit {
	display: flex;
	width: 100%;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background-color: #476772;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	cursor: pointer;
	text-transform: uppercase;
}

.fancybox-wrap .wpcf7 input.wpcf7-submit:hover {
	background-color: #ffd04c;
	color: #ffffff;
}

.features .prices {
	margin: 50px 0px 100px 0px
}

.features .prices ul {
	display: flex;
	justify-content: space-between;
}

.features .prices ul li {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 32%;
}

.features .prices.pri16 ul li {
	width: 23%;
}

.features .prices ul li:before {
	content: none;
}

.features .prices .preview {
	position: relative;
	height: 200px;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border-radius: 50%; */
	margin: 0 auto;
	/* border: 4px solid #000000; */
}

.features .prices .preview img {
	width: 150%;
	height: auto;
}

.features .prices h3 {
	margin: 30px 0 0;
	color: #2a2f38;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
}

.cost_block_top {
	padding: 20px 20px 0px 20px;
	text-align: center;
	color: #23282d;
	line-height: 1.2;
    font-size: 14px;
    margin: 10px 0px;
    padding: 0px 10px;
}

.features .prices .btn-container {
	display: flex;
	margin-top: 20px;
}

.features .prices .btn-container .btn {
	margin: 0 auto;
	transition: all 0.3s ease-out;
	font-size: 15px;
	width: 200px;
	height: 47px;
	background: #ffd04c;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #000000;
	border-radius: 5px;
	line-height: 1;
	border: none;
	cursor: pointer;
	font-weight: 600;
}

.newwork ul {
	display: flex;
	justify-content: space-between;
	margin-top: 50px
}

.newwork ul li {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 32%;
}

.home .newwork ul li {
	margin-bottom: 25px
}

.newwork li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
	/* border-radius: 50%; */
	/* border: 4px solid #000000; */
}

.newwork ul li img {
    height: auto;
    width: 150%;
    /* min-height: 100%; */
}

.newwork ul li:before {
	content: none;
}

.imagepis {
	padding: 20px 20px 0px 20px;
	text-align: center;
	color: #23282d;
}

.imagepis .btn-container {
	display: flex;
	margin-top: 20px;
}

.imagepis .btn-container .btn {
	margin: 0 auto;
	transition: all 0.3s ease-out;
	font-size: 15px;
	width: 200px;
	height: 47px;
	background: #ffd04c;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #000000;
	border-radius: 5px;
	line-height: 1;
	border: none;
	cursor: pointer;
	font-weight: 600;
}

.imagepis .btn-container .btn:hover,
.features .prices .btn-container .btn:hover {
	background: #060105;
	color: #ffffff;
}

.features .section_title {
	font-size: 26px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center;
}

.features .title {
	    font-size: 40px;
	    text-transform: uppercase;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    text-align: center;
	    margin: 60px 0px 40px 0px;
	    /* font-weight: bold; */
}

.features {
    margin-top: 50px;
    padding: 40px 0px;
    position: relative;
    z-index: 2;
}

.home .features {
	margin: 0;
	padding: 0
}

@media (max-width: 768px) {
	.header__right-content {
		margin-right: 50px
	}

	.telephone {
		margin-right: 0;
	}

	.intro-slick {
		height: auto;
		background-size: 48%;
		background: none;
		padding-bottom: 0px;
	padding-top: 0;}

	.intro-slick .left {
		display: none;
	}

	.intro-slick .right {
		width: 100%;
		margin: 20px 0px 0px 0px;
	}

	.intro {
		padding-top: 100px
	}

	.facty .block {
		width: 48%;
	}

	.service_col {
		width: 48%;
	}

	.accordion .trigger .checkbox {
		font-size: 14px;
		padding: 10px 50px 10px 20px;
		line-height: 1;
	}

	.accordion .trigger .checkbox i {
		top: 50%;
		margin-top: -6px;
	}

	.accordion table td {
		font-size: 12px
	} 

	.accordion table tr {
		width: 100%;
		max-width: 100%;
	}

	.accordion table td.w1 {
		width: 50%;
	}

	.accordion table td.w2 {
		width: 20%;
	}

	.accordion table td.w3 {
		width: 30%;
	}

	.accordion .trigger .content p {
		word-break: break-word;
	}

	.accordion table td.kol {
		word-break: break-word;
		text-align: center;
	}

	.accordion .trigger .content p.int {
		text-align: center;
	}

	.guarantees-ul {
		flex-wrap: wrap;
	}

	.guarantees-ul li {
		width: 48%;
	}

	.contacts .data {
		padding: 0;
	}

	.contacts .flex-container {
		align-items: center;
	}

	footer {
		height: auto;
	}

	footer .container {
		flex-wrap: wrap;
	}

	#footer-logo {
		width: 50%;
		order: 1;
	}

	footer .container > div.contacts {
		order: 2;
	}

	footer .container > div {
		width: 50%
	}

	footer .container > div:nth-of-type(2) {
		order: 3;
	}

	footer .container > div:nth-of-type(3) {
		order: 4;
	}

	footer .container > div.contacts > div {
		margin-bottom: 0;
		text-align: right;
		align-items: flex-end;
		justify-content: flex-end;
	}

	.features .prices.pri16 ul li,
	.newwork ul li {
		width: 48%;
	}

	.reviews__item-user-name {
		font-size: 16px !important;
	}
	
}

@media (max-width: 600px) {
	.header {
		height: auto;
		/* position: relative; */
	}

	.header__content {
		flex-direction: column;
		position: relative;
		align-items: flex-start;
	}

	.header__right-content {
		margin-right: 0;
		flex-direction: column;
		width: 100%;
	}

	.telephone {
		margin: 0;
	}

	.telephone p {
		font-size: 12px;
	}

	#toggle {
		top: 8%;
		margin-top: 0;
	}

	.custom-title-box__ico {
		display: none;
	}

	.custom-title-box__text-1 {
		font-size: 25px;
		line-height: 1.5
	}

	.guarantees-ul li {
		width: 100%;
	}

	.guarantees-vertical-ul {
		flex-wrap: wrap;
	}

	.guarantees-vertical-ul li {
		width: 100%;
	}

	.how-we-work h2 {
		font-size: 25px;
		margin: 0px 0px 40px 0px;
	}

	.how-we-work article {
		flex-wrap: wrap;
	}

	.how-we-work article .left,
	.how-we-work article .right {
		width: 100%;
	}

	.contacts .flex-container {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.contacts .data {
		width: 100%
	}

	.wrapper .contacts .address,
	.wrapper .contacts .phone,
	.wrapper .contacts .email {
        margin-bottom: 10px;
	}

	.contacts .data p, .contacts .data a {
		display: block;
	}

	.contacts .data p span, .contacts .data a span {
		margin-bottom: 10px;
		display: flex;
	}

	.contacts .wpcf7 {
		width: 100%;
		margin-bottom: 30px;
	}

	#footer-logo {
		width: 100%;
	}

	footer .container > div.contacts {
		width: 100%;
	}

	footer .container > div:nth-of-type(2) {
		width: 100%
	}

	footer .container > div:nth-of-type(3) {
		width: 100%
	}

	footer .container > div {
		text-align: center;
	}

	footer .container > div.contacts > div {
		text-align: center;
		align-items: flex-start;
		justify-content: center;
	}

	.intro-slick .title-slider h1 {
		font-size: 30px;
		background: none;
	}

	.intro {
		/* padding-top: 20px; */
	}

	.intro-slick .title-slider span {
		font-size: 25px;
	}

	.title-slider {
		margin-bottom: 0;
	}

	.intro-order {
		position: initial;
		bottom: auto;
		width: 100%;
		font-size: 16px;
	}

	.point2 {
		display: none;
	}

	.intro-order p {
		margin-top: 20px;
		width: 100%;
		display: flex;
		flex-direction: column;
		text-align: center;
		font-size: 20px;
	}

	.company h2 {
		font-size: 25px
	}

	.facty .block {
		width: 100%;
	}

	.big_title_type1,
	#factyONas .big_title_type1>span {
		font-size: 25px
	}

	.facty {
		padding: 20px 0px;
	}

	#factyONas h4 {
		font-size: 20px;
		padding-bottom: 0;
	}

	.title {
		font-size: 25px;
	}

	.service_col {
		width: 100%;
	}

	.service_img {
		height: 200px
	}

	.service_label h2 {
		padding-bottom: 10px
	}

	.push li {
		font-size: 16px;
		padding-top: 5px;
	}

	.contacts .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.btn_abs {
		display: none;
	}

	.services li {
		width: 100%;
		margin-bottom: 20px;
	}

	.services .preview img {
		height: 100%;
		width: auto;
		min-width: 100%;
	}

	.our-works li {
		width: 100%;
		margin-bottom: 20px;
	}

	.title-side h1 {
		font-size: 25px;
		margin: 20px 0px;
	}

	.features {
		margin-top: 0;
	}

	.features .prices {
		margin: 0;
	}

	.features .prices ul li,
	.features .prices.pri16 ul li {
		width: 100%;
		margin-bottom: 20px
	}

	.cost_block_top {
		font-size: 13px;
	}

	.newwork ul li {
		width: 100%;
		margin-bottom: 20px
	}

	.features .section_title {
		font-size: 20px
	}

	.works_all .textwidget {
		flex-wrap: wrap;
	}

	.works_all .textwidget .workzav {
		width: 48% !important;
		margin-top: 20px;
	}
}

@media all and (max-width: 980px) {
	header nav.header-nav ul {
		flex-direction: column;
		padding: 20px;
	}
	
	header nav.header-nav ul li { 
		border-bottom: 1px solid #dfdfdf; 
		padding: 20px !important;
		width: 100%;
		justify-content: center;
		display: inline-flex;
		align-items: center;
		width: 100%;
	}
	
	header nav.header-nav ul li a {
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		text-transform: uppercase;
		margin: 0;
	}
}

.action {
	min-height: 375px;
	padding: 30px 0px;
	background: #334750;
	display: flex;
	align-items: center;
}

.action .block {
	padding-top: 75px;
}

.action h2 {
	margin: 0;
	color: #ffffff;
	font-weight: 700;
	font-size: 43px;
	line-height: 43px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

.action p {
	margin: 0px auto;
	max-width: 600px;
	color: #ffffff;
	font-weight: 700;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
}

.action .btn {
	margin: 0 auto;
	transition: all 0.3s ease-out;
	font-size: 15px;
	width: 200px;
	height: 47px;
	background: #ffd04c;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #000000;
	border-radius: 4px;
	line-height: 1;
	border: none;
	cursor: pointer;
	font-weight: 600;
}

.action .btn:hover {
	background: #ffffff;
	color: #000000;
}

.action .container {
	text-align: center;
	align-items: center;
	justify-content: center;
}

.action .btn {
	margin: 32px auto 0;
}

.fancybox-inner > div {
	border-width: 0;
	width: 100%;
	background: url(https://abvpravo.ru/wp-content/uploads/2021/06/shutterstock_507689485.png);
	background-size: auto 100%;
	background-position: left 5% bottom;
	background-repeat: no-repeat;
}

.fancybox-inner > #form_popup5 {
	border-width: 0 !important;
	width: 600px;
	background: none;
}

.fancybox-inner .wpcf7 {
	width: 600px;
	padding-left: 36%;
}

.fancybox-inner #form_popup5 .wpcf7 {
	width: auto;
	padding-left: 0;
}

.works_all .textwidget {
	display: flex;
	justify-content: space-between;
	margin: 40px 0px 50px 0px
}

.works_all .textwidget .workzav {
	width: 24%;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	border-radius: 0px;
	padding: 20px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	background: url(images/faq.png) no-repeat center;
	background-size: auto 100%;
}

.workzav p {
	text-align: center;
	line-height: 1;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}

.workzav span {
	margin-top: 10px;
	display: block;
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
}

.img_op {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
}

.img_op img {
	width: 44%;
	margin-bottom: 10px;
	display: inline-flex;
}

.rews {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin: 0px auto 60px auto;
    background: url(images/faq.png) no-repeat center;
    background-size: 1340px;
}

.reviews__item {
	display: flex;
	margin-top: 40px;
}

.reviews__item-user {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffd04c;
	color: #000000;
	flex-direction: column;
}

.reviews__item-user div.reviews__item-user-avatar {
	width: 40px;
	height: 40px;
	display: flex;
	background-color: #353536;
	color: #ffffff;
	font-size: 20px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.reviews__item-content {
	padding-left: 15px;
	width: 80%;
	padding: 30px;
	background: #ffffff;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
}

.reviews__item-user-name {
	font-weight: 600;
	font-size: 16px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
}

.rating_size_m .rating__stars {
    width: 70px;
    height: 14px;
    margin: 10px 0px;
    position: relative;
    display: inline-block;
}

.rating__stars-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAZklEQVR4AWL4uYWZCdAJHVMBAIJAAG1DoAtjGarYxxjqwHADnA8HFuWL3E8puH8gAqILPaB34Qq4FAQ1yoo+8ES7NRWKe6u+Ogo0XjtaCmlSd6K/4OQQOF0JKYTsMasgOIRkBfDZATita/85jgoHAAAAAElFTkSuQmCC);
}

.reviews__item-text {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 20px;
}

@media all and (max-width: 600px) {
	.reviews__item {
		flex-wrap: wrap;
	}

	.reviews__item-user {
		width: 100%;
		flex-direction: row;
		padding: 10px 20px;
		justify-content: flex-start;
	}

	.reviews__item-content {
		width: 100%;
	}

	.reviews__item-user-name {
		margin-top: 0;
		margin-left: 20px;
	}
	
	.action h2 {
		font-size: 30px;
	}

	.intro {
		padding-top: 160px;
	}

	.header_fixed .header-logo {
		display: none;
	}

	.header_fixed .telephone p {
		display: none;
	}

	.header_fixed .telephone,
	.header_fixed .header__right-content {
		width: 100%;
	}

	.header_fixed .telephone div {
		flex-direction: row;
		justify-content: space-between;
		margin: 0;
	}

	.telephone #callibri_phone {
		font-size: 18px;
	}

	.header-logo span {
		font-size: 15px;
	}
	
	.header-logo span div {
		font-size: 23px;
		text-transform: uppercase;
	}

	.header_fixed .telephone #callibri_phone {
		width: auto;
		margin-right: 15px;
		font-size: 18px;
	}

	.header__right-content .design-request {
		animation: glowing 5s infinite linear;
		width: auto;
		padding: 0px 10px;
	}

	@keyframes glowing {
		0% { background-color: #ffd04c; }
		50% { background-color: #e91e1e; }
		100% { background-color: #ffca18; }
	}

	.breadcrumb {
		margin-top: 120px;
	}
}

.our_team {
	margin-top: 60px;
	margin-bottom: 60px;
}

.our_team .teams {
	align-items: normal !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.our_team .team {
	width: 24%;
	position: relative;
	margin-bottom: 1%;
	text-align: center;
}

.our_team .team .img {
	width: 100%;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	position: relative;
border-radius: 10px;}

.our_team .team .img img {
	max-height: 100%;
	position: relative;
}

.our_team .team .bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
	
	margin: 20px auto;bottom: 15px;
	
	
    padding: 15px;
	background: #ffd04c;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
border-radius: 5px;}

.our_team .team .bottom .name {
	font-size: 14px;
	text-transform: uppercase;margin-bottom: 5px;
	
	font-weight: 600;
	line-height: 1;
}

.our_team .team .bottom .position {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #808080;
	letter-spacing: -0.5px;
	font-weight: 400;
	line-height: 1;
}

.providers {
	margin-bottom: 40px;
}

.providers small {
	font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: -1px;
    margin-bottom: 20px;
text-align: center;display: block;margin: -30px 0px 40px 0px;}

.providers .swiper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
flex-wrap: wrap;}

.providers .swiper .block {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 19%;
}

@media all and (max-width: 768px) {
	.our_team .team {
		width: 48%;
		margin-bottom: 4%;
	}

	.our_team .team .img {
		height: 250px;
	}

	.providers .swiper .block {
		width: 28%;	
		margin: 3% 1% 0% 1%;
	}

	.providers .swiper {
		justify-content: center;
	}

	.our_team .team .img img {
		width: 100%;
		height: auto;
		max-height: none;
	}
}

@media all and (max-width: 600px) {
	.providers .swiper {
		justify-content: center;
	}

	.our_team .team .img img {
		width: auto;
		max-height: 100%;
	}

	.providers .swiper .block img {
		width: 90%;
	}

	.our_team .team .bottom {
		width: 100%
	}
}

.price_material {
	margin: 50px 0px 0px 0px;
}

.price_material table {
	font-size: 14px;
    width: 100%;
    border-collapse: collapse;
	margin: 40px 0px 40px 0px;
}

.price_material table th:first-child {
	width: 25%;
	background: #ffd04c;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
}

.price_material table th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #ffffff;
	width: 15%
}

.price_material table th a {
	color: #000000;
}

.price_material table td,
.price_material table th {
    border: none;
    padding: 10px 15px;
    box-sizing: border-box;
    vertical-align: middle;
}

.price_material table td {
	line-height: 1;
	text-align: center;
	border: 1px solid #eff3f7;
	padding: 10px;
}

.price_material th {
	background: #344b53;
}

.price_material table td a {
	color: #eb1661;
}

@media all and (max-width: 600px) {
  	.price_material table {
		border: 0;
  	}

	.price_material table thead tr {
		margin-bottom: 0px;
	}
  
  	.price_material table th {
		display: none;
  	}

	.price_material table th:first-child {
		display: block;
		width: 100%;
	}
  
  	.price_material table tr {
    	border-bottom: 1px solid #ddd;
    	display: block;
   		margin-bottom: 10px;
  	}
  
	.price_material table td {
    	display: block;
    	text-align: right;
	}

	.price_material table td:first-child {
		background: #344b53;
		text-align: center;
		font-size: 12px;
	    text-transform: uppercase;
		color: #ffffff;
	}
  
	.price_material table td::before {
	    content: attr(data-label);
	    float: left;
		font-size: 12px;
	    text-transform: uppercase;
	}
  
  	.price_material table td:last-child {
    	border-bottom: 0;
  	}
}

.countact_usss {
	padding: 50px 0px 50px 0px;
	background: #ecf1f7;
	background-size: cover;
	background-position: center;
}

.countact_usss .container {
	display: flex;
	justify-content: center;
}

.countact_usss .blocks:first-child {
	width: 50%;/* order: 2; */}

.countact_usss .blocks:last-child {
	width: 35%;position: relative;/* order: 1; */}

.countact_usss h3 {
	font-size: 21px;
	
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center;
}

.countact_usss .form-heading p {
	    font-size: 40px;
    font-weight: bold;
    
    margin-top: 6px;
    text-transform: uppercase;
    line-height: 1;
	text-align: center;
}

.countact_usss .form-description {
	text-align: center;
	margin-bottom: 15px;
	
	margin-top: 10px;
}

.countact_usss .flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.countact_usss .flex-container br {
	display: none;
}

.countact_usss .text-257 input,
.countact_usss .tel-785 input {
	margin-bottom: 15px;
    width: 100%;
    height: 47px;
    text-indent: 10px;
    border: none;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    
    font-family: 'Exo 2';
    font-weight: 400;
border-radius: 8px;}


.countact_usss .wpcf7-submit {
	width: 48%;
    min-width: 160px;height: 47px;
    border: none;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #ffd04c;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    transition: all 0.4s;
    box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
    cursor: pointer;
    line-height: 1;
	margin: 0 auto;
}

#form_popup5 .wpcf7 form {
	padding: 0;
	margin: 0px 0px 0px 0px;
}

#form_popup5 .timeOut {
	display: flex;
	justify-content: space-between;
}

#form_popup5 .timeOut .left {
	width: 50%;
	background: url(images/chad_2.png);
	background-size: auto 90%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#form_popup5 .timeOut .right {
	width: 50%;
	padding: 25px 25px 0px 25px;
}

#form_popup5 .timeOut .right h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	color: #0a3247;
	font-weight: 700;
	text-transform: uppercase;
}

#form_popup5 .timeOut .right h3 {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 20px 0px 20px 0px;
	font-size: 14px;
	line-height: 1;
	width: 100%;
	font-weight: 400;
	text-transform: unset;
	color: #000000;
}

.fancybox-wrap #form_popup5 .wpcf7 .timeOut input {
	padding: 0px 20px;
	height: 35px;
	margin-bottom: 5px;
}

.fancybox-wrap #form_popup5 .wpcf7 .timeOut textarea {
	padding: 10px 20px 10px 20px;
	height: 70px;
	margin-bottom: 5px;
	width: 100%;
	border: none;
	background-color: #e9e9e9;
	color: #838486;
	border: 1px solid #83848633;
	border-radius: 5px;
	resize: vertical;
}

.fancybox-wrap #form_popup5 .bl {
	margin-top: 10px;
	width: 100%;
}

.fancybox-wrap #form_popup5 i {
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	margin-bottom: 19px;
}

.countact_usss .wpcf7-submit:hover {
	background: #344b53;
}

.countact_usss .wpcf7 h4 {
	display: none;
}

.countact_usss .wpcf7-form-control-wrap {
	width: 48%;
}

.countact_usss .wpcf7 p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.countact_usss img {
	height: 382px;position: absolute;bottom: -50px;right: 0;left: 0%;margin: 0 auto;}

@media all and (max-width: 600px) {
	.countact_usss .blocks:first-child {
		width: 100%;}

	.countact_usss .container {
		
	justify-content: flex-start;}

	.countact_usss .wpcf7-form-control-wrap,
	.countact_usss .wpcf7-submit {
		width: 100%;
	}

	.countact_usss .blocks:last-child {
		display: none;
	}
}

@media all and (max-width: 768px) {
	footer .left button.el .dropdown {
		width: 100%;
	}

	footer .left button.el .dropdown a {
		width: 48%;
	}

	footer .left {
		width: 90%;
		margin: 0 auto 20px auto;
	}

	.fancybox-inner .wpcf7 {
		width: auto;
		padding-left: 0;
	}

	.fancybox-inner > div {
		background: none;
	}
}

.singleText .title-side {
	margin: 40px 0px
}

.singleText h2 {
	font-size: 18px;
	line-height: 1.2;
}

.singleText h5 {
	display: flex;
	width: 100%;
	margin: 40px 0px 20px 0px;
	color: #3f454a;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2;
	text-transform: uppercase;
}

.singleText h3 {
	margin: 30px 0px 30px 0px;
	color: #2a2f38;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.singleText .text-vn a {
	color: #f5085c;
	font-weight: 500;
}