@font-face {
    font-family: DINB; 
    src: url(../fonts/DINPro-Bold.otf);
}
@font-face {
    font-family: DINR; 
    src: url(../fonts/DINPro.otf);
}
@font-face {
    font-family: DINM; 
    src: url(../fonts/dinpro-medium.otf);
}

.top-block.project .top-block-content{
	padding-top: 130px;
}

.title{
	font-family: DINB;
	color: #706F6F;
	letter-spacing: 0.05em;
	font-size: 40px;
	display: inline-block;
	/*border-bottom: 10px solid #FFCF53;*/
	line-height: 50px;
	padding-bottom: 10px;
	position: relative;
}
.title:after {
	border-bottom: 10px solid #FFCF53;
	display: inline-block;
	width: 170px;
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
}
.nav__list li a:hover:after{
	width: 100%;
}
.top-text{
	font-family: DINR;
	font-size: 25px;
	line-height: 31px;
	margin-bottom: 17px;
	color: #ffffff;
}
.nav__list li a:after{
	content: '';
    position: absolute;
    height: 3px;
    background-color: #FFCF53;
    -webkit-transition: width .4s ease;
    -o-transition: width .4s ease;
    transition: width .4s ease;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}
.left-sidebar{
	background: rgba(31, 69, 75, 0.7);
	height: 350px;
	display: -webkit-flex;
	margin-top: -175px;
	list-style-type: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	position: fixed;
	left: 0;
	padding: 0;
	top: 50%;
	z-index: 2;
}
.left-sidebar li a i svg path{
	fill: #ffffff;
	stroke:#ffffff;
}
.left-sidebar li a i svg{
	width: 100%;
}
.left-sidebar li.active a i svg path{
	fill: #FFCF53;
	stroke:#FFCF53;
}
.left-sidebar li:first-child a:hover svg path {
	stroke: none;
}

.left-sidebar li.active a svg path {
	fill: #FFCF53;
}

.left-sidebar li a:hover svg path {
	fill: #FFCF53;
	stroke: #FFCF53;
	transition: all .3s linear;
}
.left-sidebar li:not(:last-child){
	padding-bottom: 20px;
}
.left-sidebar li{
	padding: 20px 25px;
}
.left-sidebar a{
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
	min-height: 30px;
}
.left-sidebar a:before {
	content: '';
	width: 100%;
	position: absolute;
	 height: 2px;
	background: #FFCF53;
	/*border: 1px solid #FFCF53;*/
	left: -25px;
	top: 50%;
	max-width: 18px;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.left-sidebar li.active{
	background: rgba(31, 69, 75, 0.8);
}
.left-sidebar li.active a:before{
	opacity: 1;
}
.left-sidebar i{
	width: 100%;
	height: 100%;
	display: block;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container{
	position: relative;
}
.w1200{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.default-button{
	background: #FFCF53;
	color: #000000;
	font-family: DINB;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.05em;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	padding: 20px 45px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
}
/*.default-button:hover{
	opacity: .9;
}*/
.services__wrapper > span:after{
	content: '';
	width: 80%;
}
.services__wrapper > span{
	color: #ffffff;
	font-size: 18px;
	width: 20%;
	line-height: 22px;
}
body{
	font-family: DINR;
}
.nav__list li a{
	color: #ffffff;
	font-family: DINR;
	text-decoration: none;
	position: relative;
	line-height: 22px;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.nav__list li.current-menu-item a {
	font-family: DINM;
}
.nav__list li.active a:after,
.nav__list li.current-menu-item a:after{
	width: 100%;
}
.nav__list li {
	padding: 5px 18px;
}
.nav__list{
	display: -webkit-flex;
	display: -moz-flex;
	list-style-type: none;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;

}
.top-block.contact{
	background-size: contain;
	background-position: 0 -15px;
}
.top-block-content{
	/*margin-top: 65px;*/
	padding-top: 200px;
	position: relative;
}

.block-content__title{
	font-family: DINB;
	font-size: 55px;
	line-height: 69px;
	color: #ffffff;
	max-width: 780px;
	margin-bottom: 40px;
}
nav{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	/*padding-top: 60px;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.nav__number a{
	color: #ffffff;
	text-decoration: none;
	font-family: DINB;
	padding-left: 25px;
	background: url(../img/icons/phone.svg) no-repeat left;
}
.top-block{
	/*background: url(../img/header.jpg) no-repeat center;*/
	background-size: cover!important;
	height: 100vh;
}
.services{
	margin-top: 70px;
	padding-bottom: 30px;
}
.services__elements:after{
	content: '';
	position: absolute;
	top: -30px;
	width: 100%;
	max-width: 669px;
	right: 0;
	display: inline-block;
	height: 1px;
	background: #ffffff;
}
.services__elements:before{
	font-family: DINM;
	content: 'Послуги';
	position: absolute;
	top: -40px;
	left: 0;
	color: #ffffff;
	display: inline-block;
	width: 10%;
	letter-spacing: 0.1em;
	line-height: 21px;
}
.services__elements{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
    width: 64%;
    margin-left: auto;
    position: relative;
}
.services__item:hover:before{
	opacity: 1;
}
.services__item{
	position: relative;
}
.services__item:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
    opacity: 0;
}
/*.services__item:nth-of-type(1){*/
	/*background-image: url(../img/us-1-1.jpg);*/
/*}*/
/*.services__item:nth-of-type(2){*/
	/*background-image: url(../img/us-2-2.jpg);*/
/*}*/
/*.services__item:nth-of-type(3){*/
	/*background-image: url(../img/us-3-3.jpg);*/
/*}*/
/*.services__item:nth-of-type(4){*/
	/*background-image: url(../img/us-4-4.jpg);*/
/*}*/
.services__item:hover .services__text:before{
	opacity: 1;
}
.services__item:hover .services__text{
	font-size: 21px;
}
.services__item:hover .services__number{
	font-size: 100px;
	top: -30px;
} 
.services__text{
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.services__item:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	/*backdrop-filter: blur(5px);*/
	box-shadow: 0px 10px 10px 7px rgba(0, 0, 0, 0.3);
}
.services__item{
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

	transition: all .3s linear;
	min-height: 180px;
	text-decoration: none;
	padding: 0 20px 30px 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	max-width: 170px;
	width: 100%;
	overflow: hidden;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
}
.services__item:not(:last-child){
	margin-right: 29px;
}
.services__number{
	position: absolute;
	color: transparent;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-text-stroke: 1px #FFCF53;
	text-stroke: 1px #FFCF53;
	font-size: 79px;
	font-family: DINB;
	top: -23px;
	border-bottom: 3px solid transparent;
    left: -16px;
}
.top-block.project > .w1200{
	height: 100vh;
	position: relative;
}
.top-block.project{
	height: 100vh;
	/*background: url(../img/projects.jpg) no-repeat center;*/
	background-size: cover;
	background-position: 0 0;
}
.services__text{
	font-family: DINB;
	font-size: 18px;
	color: #ffffff;
	line-height: 23px;
	letter-spacing: 0.05em;
	position: relative;
}
.services__text:before{
	content: '';
	height: 3px;
	position: absolute;
	bottom: -8px;
	width: 57px;
	background: #FFCF53;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.services__block__wrapper .wrapper-big-title a {
	max-width: 270px;
	width: 100%;
	padding: 4px 35px 5px 33px;
}
 .top-block__soc a{
 	margin-bottom: 50px;
 }
.top-block__soc a i, .top-block__soc a{
	width: 20px;
	height: 20px;
	display: inline-block;
}
.top-block__soc svg path {
	transition: all .3s linear;
}
.top-block__soc a i svg:hover path{
	fill: #FFCF53;
}
.top-block__soc a i.linkedin{
	background: url(../img/icons/linkedin.svg) no-repeat center;
}
.top-block__soc a i.twitter{
	background: url(../img/icons/twitter.svg) no-repeat center;
}
.top-block__soc a i.facebook{
	background: url(../img/icons/facebook.svg) no-repeat center;
}
.top-block__soc{
	top: 50%;
	margin-top: -80px;
	display: -webkit-flex;
	height: 160px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	position: absolute;
	right: 15px;
	z-index: 1;
}
.about-us{
	padding-top: 115px;
}
.about-us .title{
	margin-bottom: 65px;
}
.about-us__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
/*.about-us:before{*/
	/*content: '';*/
	/*background: url(../img/horse_4.png) no-repeat center;*/
	/*width: 800px;*/
	/*height: 1000px;*/
	/*position: absolute;*/
	/*bottom: -650px;*/
	/*right: -59px;*/
	/*background-size: cover;*/
	/*opacity: .1;*/
/*}*/
.about-us__content{
	padding-left: 30px;
	z-index: 10;
}
.about-us__title{
	font-family: DINB;
	font-size: 55px;
	line-height: 65px;
	color: #000000;
	margin-bottom: 60px;
}
.about-us__text{
	font-family: DINR;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.services__block{
	margin-top: 140px;
	background: #1F454B;
	padding-top: 80px;
	padding-bottom: 140px;
}
.services__block .title{
	margin-bottom: 105px;
	color: #BBBBBB;
}
.wrapper-big-title{
	position: relative;
}

.wrapper-big-title a:hover{
	background-position: 96%; 
	background-color: #FFFFFF;
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
}
.wrapper-big-title a{
	position: absolute;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	right: 0;
	font-size: 18px;
	color: #1F454B;
	line-height: 16px;
	bottom: 0;
	background: #FFCF53;
	text-align: center;
	text-decoration: none;
	padding: 5px 45px 5px 35px;
	background-image: url(../img/icons/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: 95%;
	cursor: pointer;
}

.services-block__big-title{
	font-family: DINB;
	display: inline-block;
	font-size: 55px;
	line-height: 65px;
	color: #ffffff;
	max-width: 600px;
	position: relative;
}

.services-block__item{
	position: relative;
}
.services-block__item:hover:before{
	opacity: 1;
}
.services-block__item:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
opacity: 0;
}
.services-block__item:nth-of-type(1){
	background: url(../img/us-1.jpg);
}
.services-block__item:nth-of-type(2){
	background: url(../img/us-2.jpg);
}
.services-block__item:nth-of-type(3){
	background: url(../img/us-3.jpg);
}
.services-block__item:nth-of-type(4){
	background: url(../img/us-4.jpg);
}

.services-block__item:not(:last-child){
	margin-right: 30px;
}

.services-block__item:hover .services-block__text{
	font-size: 35px;
	line-height: 41px;
}
.services-block__item:hover .services-block__text:before{
	opacity: 1;
}

.services-block__item:hover{
-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	/*background: rgba(0, 0, 0, 0.3);*/
}
.services-block__item{
	min-height: 380px;
	padding: 0 20px 70px 20px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	width: 25%;
	background: url(../img/uslugi_2.jpg) no-repeat center;
	background-size: cover;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.services-block__elements{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin-top: 90px;
}
.services-block__text{
	color: #ffffff;
	font-size: 25px;
	line-height: 27px;
	font-family: DINB;
	letter-spacing: 0.05em;
	position: relative;
	max-width: 150px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.services-block__text:before{
	content: '';
	height: 3px;
	position: absolute;
	bottom: -15px;
	width: 57px;
	background: #FFCF53;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.founder{
	padding: 126px 15px 160px 15px;
}
.founder .title{
	margin-bottom: 90px;
}
.founder__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	/*justify-content: space-between;*/
}
.founder__title{
	font-size: 55px;
	line-height: 65px;
	font-family: DINB;
	letter-spacing: 0.05em;
	color: #000000;
	max-width: 580px;
	margin-bottom: 20px;
}
.founder__subtitle{
	font-size: 18px;
	line-height: 22px;
	color: #706F6F;
	margin-bottom: 30px;
}
.founder__content{
	padding-left: 30px;
	width: 70%;
}
.founder__image img{
	width: 100%;
	/*box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.35);*/
}
.founder__image{
	width: 30%;
}
.founder__line{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.founder__line .line{
	content: '';
	height: 1px;
	background: #000000;
	display: block;
	width: 77%;
}
.founder__line span{
	content: 'Засновник, адвокат';
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	font-family: DINM;
	width: 23%;
	text-align: right;
	display: block;
}
.tabs__caption li:nth-child(1){
	background-image: url(../img/project/img.jpg);
}
.tabs__caption li:nth-child(2){
	background-image: url(../img/project/imgs.jpg);
}
.tabs__caption li:nth-child(3){
	background-image: url(../img/project/imgm.jpg);
}
.tabs__caption li:nth-child(4){
	background-image: url(../img/project/imglast.jpg);
}
.tabs__caption li:not(:last-child){
	margin-right: 30px;
}
.tabs__caption li{
	width: 25%;
	padding: 0 22px 40px 22px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-size: cover;
	min-height: 180px;
	display: -webkit-flex;
	cursor: pointer;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	letter-spacing: 0.05em;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

}
.tabs__caption li{
	position: relative;
}
.tabs__caption li:hover:before, .tabs__caption li.active:before{
	opacity: 1;
}
.tabs__caption li:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
    opacity: 0;
}
.tabs__caption li.active span:before, .tabs__caption li.active span:after{
	opacity: 1;
}
.tabs__caption li.active{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.tabs__caption{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	list-style-type: none;
	margin-top: 25px;
}
.tabs__caption li:hover span, .tabs__caption li.active span{
	font-size: 22px;
}
.tabs__caption li:hover, .tabs__caption li.active{
-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.35);

}
.tabs__caption li span:after{
	height: 10px;
	content: '';
	width: 15px;
	background: url(../img/icons/arrow-down.svg) no-repeat center;
	display: block;
	position: absolute;
	bottom: -30px;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	letter-spacing: 0.05em;
}
.tabs__caption li span{
	position: relative;
		font-size: 18px;
	line-height: 23px;
	color: #ffffff;
	font-family: DINB;
		-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	letter-spacing: 0.05em;
}
.tabs__caption li span:before{
	content: '';
	height: 3px;
	position: absolute;
	bottom: -8px;
	width: 57px;
	background: #FFCF53;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.tabs__caption li:hover span:before{
	opacity: 1;
}
.tabs__content {
  display: none;
	height: 0;
	visibility: hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
  height:100%;
	visibility: visible;
}
.tabs__content{
	margin-top: 65px;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	min-height: 160px;
}
.contacts{
	/*background: url(../img/contacts__bg.jpg) no-repeat center;*/
	background-position: center!important;
	background-size: cover!important;
	padding: 60px;
}
.contacts__text .title{
	max-width: 600px;
	color: #ffffff;
	display: block;
	margin-bottom: 70px;
}
.contacts__subtitle{
	font-family: DINB;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.05em;
	color: #ffffff;
}
.contacts__text .title{
	border-bottom: 0;
	position: relative;
}
.contacts__text .title:before, .contacts__info .title:before {
	content: '';
	position: absolute;
	width: 170px;
	bottom: -15px;
	height: 10px;
	background: #FFCF53;
}
.contacts__text .title:after, .contacts__info .title:after {
	border: none;
}
.contacts__text{
	padding-right: 80px;
}
.contacts__text, .contacts__form{
	width: 50%;
}
.contacts__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items:  flex-start;
	justify-content: space-between;
}
.contacts__form input::placeholder, .contacts__form textarea::placeholder{
	font-size: 18px;
	color: #ffffff;
}
.contacts__form input{
	margin-bottom: 10px;
}
.contacts__form input, .contacts__form textarea{
	background: transparent;
	outline: none;
	border: 0;
	border-bottom: 1px solid #B2B2B2;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contacts__form textarea{
	border: 1px solid #B2B2B2;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.contacts__form button{
	outline: none;
	border: 0;
}
.reviews{
	padding: 140px 15px;
}
.reviews .title{
	margin-bottom: 105px;
}
.mini-slider__item img{
	width: 120px;
	height: 120px;
	cursor: pointer;
}
.big__date{
	font-family: DINR;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 10px;
line-height: 22px;
letter-spacing: 0.1em;

color: #706F6F;
}
.big__citata{
	font-size: 18px;
line-height: 22px;
letter-spacing: 0.05em;
font-style: italic;
color: #000000;
margin-bottom: 40px;
	position: relative;

color: #000000;

}
.big__sub:after {
	content: '';
	background: url(../img/rewiews-bg.png);
	width: 116px;
	height: 95px;
	position: absolute;
	left: -12px;
	top: 30px;
	display: inline-block;
	z-index: -1;
}
.big__sub{
	font-size: 18px;
line-height: 22px;
color: #706F6F;
font-family: DINR;
margin-bottom: 85px;
	position: relative;
}
.big__name{
	font-size: 25px;
	position: relative;
line-height: 31px;
letter-spacing: 0.05em;
color: #000000;
font-family: DINB;
margin-bottom: 8px;
}
.reviews .big__citata {
	height: 135px;
	overflow: hidden;
}
.big-slider__item img{
	width: 285px;
	height: 396px;
	min-width: 285px;
}
.big-slider__item > div{
	padding-left: 30px;
	width: 100%;
}
.reviews__wrapper .slick-prev, .reviews__wrapper .slick-next {
	display: none!important;
}
.big-slider__item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
}
.reviews__text{
	margin-bottom: 70px;
	font-size: 18px;
line-height: 22px;
color: #000000;
}
.num span:not(.current){
font-size: 20px;
    color: #706f6f;
}
.num{
	font-family: DINB;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 30px;
}
.reviews__title{
	font-size: 55px;
    line-height: 65px;
    font-family: DINB;
    /*letter-spacing: 0.05em;*/
    color: #000000;
    max-width: 580px;
    margin-bottom:51px;
}
.reviews__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/*-ms-align-items: center;*/
	/*align-items: center;*/
	/*justify-content: space-between;*/
}
.reviews__wrapper .slick-track {
	display: flex;
	flex-wrap: nowrap;
}
.reviews__wrapper .big-slider__item.slick-slide img {
	/*box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.35);*/
}
.reviews__right .slick-list.draggable {
	padding-left: 30px;
	margin-left: -30px;
}
.reviews__wrapper .mini-slider__item {
	/*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);*/
	max-width: 114px!important;
	width: 100%!important;
	margin-right: 30px;
}
.reviews__left{
	width: 30%;
	max-width: 275px;
	margin-right: 15px;
}
.reviews__right{
	width: 70%;
}
.footer{
	background: url(../img/footer.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.footer .title{
	color: #B2B2B2;
}
.footer .title{
	margin-bottom: 110px;
}
.footer_dop{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.footer__info{
	width: 40%;
}
.footer__text{
	width: 60%;
}
.footer__text .default-button:hover{
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
}
.info{
	background: #28585F;
	margin-bottom: 40px;
	padding: 15px 25px 15px 55px;
	max-width: 300px;
	width: 100%;
	min-width: 300px;
	display: block;
	color: #ffffff;
	font-family: DINB;
	letter-spacing: 0.05em;
	text-decoration: none;
	min-height: 72px; 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: 18px;
}
.footer__contacts .info:nth-child(1){
	background-image: url(../img/icons/house.svg);
}
.footer__contacts .info:nth-child(2){
	background-image: url(../img/icons/small-phone.svg);
}
.footer__contacts .info:nth-child(3){
	background-image: url(../img/icons/gmail.svg);
}
.footer__title{
	font-family: DINB;
	color: #ffffff;
	font-size: 55px;
	line-height: 65px;
	margin-bottom: 33px;
	max-width: 600px;
}
.footer__copyright{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.copyright{
	color: #ffffff;
	letter-spacing: 0.05em;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	display: inline-block;
}
.footer__line{
	height: 1px;
	background: #B2B2B2;
	display: inline-block;
	width: 50%;
}
.modal-wrap.active{
	opacity: 1;
	visibility: visible;
}
.modal-wrap{
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	visibility: hidden;
}
.modal form{
	display: block;
	position: relative;
}
.close:hover{
	opacity: .7;
	cursor: pointer;
}
.close{
	position: absolute;
    right: -18px;
    top: -15px;
}
.modal__title{
	font-size: 55px;
line-height: 69px;
color: #000000;
font-family: DINB;
margin-bottom: 15px;
}
.modal .default-button:hover{
	background: #706F6F;
	color: #FFCF53;
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
}
.modal .default-button{
	margin-top: 40px;
	outline: none;
	border: 0;
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
}

.modal__input{
	width: 100%;
	    background: transparent;
    outline: none;
    border: 0;
    border-bottom: 1px solid #B2B2B2;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-top: 13px;
    color: #000000;
}
.modal .modal__input {
	padding-left: 0;
}
.modal__sub{
	font-size: 18px;
line-height: 22px;
letter-spacing: 0.05em;
margin-bottom: 25px;
color: #706F6F;
}
.modal{
	max-width: 616px;
	width: 100%;
	background: #ffffff;
	min-height: 500px;
	display: block;
	padding: 57px;
}
.modal-wrap{
	position: fixed;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(31, 69, 75, .4);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 12;
}
.footer__soc a svg path{
	fill: #FFCF53;
	transition: all .3s linear;
}
/*.footer__soc a:nth-child(1) i {
	background: url(../img/icons/linkedin.svg) no-repeat center;
	background-size: contain;
}
.footer__soc a:nth-child(2) i {
	background: url(../img/icons/twitter.svg) no-repeat center;
	background-size: contain;
}
.footer__soc a:nth-child(3) i {
	background: url(../img/icons/facebook.svg) no-repeat center;
	background-size: contain;
}*/
.footer__soc a:not(:last-child){
	margin-right: 55px;
}
.footer__soc a, .footer__soc a i{
	width: 20px;
	height: 20px;
	display: inline-block;
}
.top-block.contact{
	height: 100%;
}
.content-contacts__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	/*-ms-align-items: center;*/
	/*align-items: center;*/

}
.content-contacts__wrapper .title{
	color: #B2B2B2;
	font-size: 40px;
	margin-bottom: 100px;
}
.contacts__info{
	width: 40%;
	margin-right: 150px;
}
.info__ul{
	list-style-type: none;
}
.info__ul li:nth-child(1) span{
	background: url(../img/contacts/il_house.svg) no-repeat 7%;
}
.info__ul li:nth-child(2) a{
	background: url(../img/contacts/Phone.svg) no-repeat 7%;
}
.info__ul li:nth-child(3) a{
	background: url(../img/contacts/gmail.svg) no-repeat 7%;
}
/*.info__ul li:nth-child(4) a{*/
	/*padding-left: 100px;*/
	/*background: url(../img/contacts/facebook.svg) no-repeat 7%, url(../img/contacts/telegram.svg) no-repeat 22%;*/
/*}*/
.info__ul li a, .info__ul li > span{
	font-family: DINB;
	font-size: 18px;
	line-height: 23px;
	color: #ffffff;
	letter-spacing: 0.05em;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 60px;
}
.info__ul li{
	margin-bottom: 30px;
	max-width: 350px;
	width: 100%;
	background: #28585F;
	min-height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}
.contacts__info .title{
	position: relative;
	border-bottom: 0;
}
.contact-form{
	background: #ffffff;
	margin-bottom: -80px;
	padding: 30px 30px 80px 30px;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.35);
	width: 100%;
	max-width: 700px;

	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-form form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.form__title{
	font-family: DINB;
	font-size: 55px;
	line-height: 65px;
	color: #000000;
	max-width: 460px;
	margin-bottom: 17px;
}
.form__subtitle{
	font-family: DINR;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #706F6F;
	margin-bottom: 8px;
}
.contact-form form input {
	padding: 14px 0 14px;
	margin-bottom: 8px;
}
.contact-form form input::placeholder, .contact-form form textarea::placeholder, .contact-form form input, .contact-form form textarea{
	font-family: DINR;
	font-size: 18px;
	line-height: normal;
	color:  #706F6F;
}
.contact-form form input, .contact-form form textarea{
	border: 0;
	border-bottom: 1px solid #B2B2B2;
	outline: none;
}
.contact-form form button{
	outline: none;
	border: 0;
	margin-top: 40px;
	max-width: 300px;
	display: inline-block;
}
.contact-form form textarea{
	padding: 40px 0 35px;
	line-height: normal;
}
.contact__map{
	min-height: 500px;
	height: 100%;
	background: url(../img/map.jpg) no-repeat center;
	background-size: cover;
	max-width: 2500px;
	margin: 0 auto;
}
.footer.mini{
	min-height: 80px;
	background: #1F454B;
	padding: 30px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	letter-spacing: 0.05em;
	font-family: DINR;
}
.footer.mini .w1200{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.footer.mini span{
	position: relative;
	width: 40%;
}
.footer.mini hr{
	width: 70%;
	height: 1px;
	border: 0;
	background: #ffffff;
}
.top-block.service{
	background: none;
	height: 100%;
}
.top-block.service .top-block-content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 0;
	padding-top: 0;
}
.block-content__button:hover{
	background: #FFFFFF;
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
	color: #000000;
}

.service__left, .service__right{
	width: 50%;
	min-height: 745px;
	position: relative;
	overflow: hidden;
}
.top-block.service > .container{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
	-ms-align-items: center;
	align-items: center;	
	justify-content: center;
}
.top-block.service > .container header, .top-block.blog > .container header{
	position: absolute;
	z-index:1;
	top: 0;
	right: 0;
	left: 0;
}
.service__right{
	/*background: #1F454B;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding-left: 85px;
	padding-right: 85px;
}
.service__left{
	background-position: center;
	background-size: cover!important;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}
.black-overflow{
	height: 180px;
	width: 100%;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	/*background: linear-gradient(180deg, #1F454B 0%, rgba(31, 69, 75, 0) 100%);*/
	background: linear-gradient(180deg, #121313 0%, rgba(22, 24, 24, 0.760393) 32.29%, rgba(27, 34, 35, 0) 99.99%, rgba(21, 22, 22, 0) 100%);
	display: block;	
	z-index: 1;
}
/*.top-block.service .black-overflow {*/
	/*background: linear-gradient(180deg, #121313 0%, rgba(22, 24, 24, 0.760393) 32.29%, rgba(27, 34, 35, 0) 99.99%, rgba(21, 22, 22, 0) 100%);*/
/*}*/
.nav-sidebar{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	z-index: 2;
}
.nav-sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-sidebar ul li:not(.active){
padding-left: 38px;
}
.nav-sidebar ul li, .nav-sidebar ul li a{
	font-family: DINB !important;
	letter-spacing: 0.05em;
	font-size: 18px !important;
line-height: 23px !important;
color: #ffffff !important;
	text-decoration: none;
}
.nav-sidebar ul li{

	margin-bottom: 50px !important;
}
.nav-sidebar ul li.active:before{
	content: '';
	width: 30px;
	display: inline-block;
	background: #FFCF53;
	height: 2px;
	margin-right: 8px;
	vertical-align: middle;
	position: static;
}
.nav-sidebar ul li.active, .nav-sidebar ul li.active a{
	color: #FFCF53 !important;
	font-size: 22px !important;
	line-height: 28px !important;
}
.service__right .title{
	max-width: 500px;
	color: #ffffff;
	margin-bottom: 65px;
}

.title.before:after{
	/*content: '';*/
    /*position: absolute;*/
    /*width: 195px;*/
    /*bottom: -25px;*/
    /*height: 10px;*/
    /*background: #FFCF53;*/
	bottom: -10px;
}
.title.before{
	border-bottom: 0;
}
.service__right > ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	max-width: 440px;
}
.service__right ul > li{
	font-size: 18px;
	line-height: 19px;
	color: #ffffff;
	font-family: DINR;
	margin-bottom: 20px;
}
.service__right ul > li{
	position: relative;
}
.service__right ul > li:before{
	content: '';
	width: 6px;
	height: 2px;
	background: #FFCF53;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	position: absolute;
	left: -17px;
	width: 6px;
	height: 2px;
	top: 8px;

}
.count.v2 .default-button:hover{
	background: #706F6F;
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
	color: #FFCF53;
}

.service__left > ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 1;
	max-width: 390px;
}
.service__left ul > li{
	font-size: 18px;
	line-height: 19px;
	color: #000000;
	font-family: DINM;
	margin-bottom: 20px;
	position: relative;
}
.service__left ul > li:before{
	content: '';
	position: absolute;
	left: -17px;
	width: 6px;
	height: 2px;
	top: 8px;
	background: #17444B;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;

}
.top-block.service .default-button.www {
	margin-top: 20px;
}
.service__right .default-button:hover{
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
}
section.count{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.count.v2 .service__left{
	/*background: #ffffff;*/
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
	padding-left: 95px;
}
.count.v2 .service__right li:not(.active){
	padding-left: 0;
	padding-right: 38px;
}
	
.count.v2 .service__right li:before{
	display: none;
}
.count.v2 .service__right li.active:after{
	content: '';
	width: 30px;
	display: inline-block;
	background: #FFCF53;
	height: 2px;
	margin-left: 8px;
	vertical-align: middle;
}
.count.v2 .service__right{
	-ms-align-items: flex-end;
	align-items: flex-end;
	padding-right: 0;
	position: relative;
}
.count.v2 .service__right{
	/*background: url(../img/720x745_2.jpg) no-repeat center;*/
	background-size: cover!important;
}
.nav-sidebar.right{
	text-align: right;
}
.count.v2 .title{
	margin-bottom: 60px;
}
.count.last .service__left:before{display: none;}
.count.v2 .service__left:before, .count.v2 .service__right:before, .count.v3 .service__left:before, .count.last .service__right:before{
	content: '';
	position: absolute;
	font-size: 370px;
	letter-spacing: -0.055em;
	font-family: DINB;
	-webkit-text-stroke: 1px #FFCF53;
    text-stroke: 1px #FFCF53;
    color: transparent;
    top: -40px;
    left: -40px;
}
.top-block.service .top-block-content .service__left:before {
	content: '01';
	position: absolute;
	font-size: 370px;
	letter-spacing: -0.055em;
	font-family: DINB;
	-webkit-text-stroke: 1px #FFCF53;
	text-stroke: 1px #FFCF53;
	color: transparent;
	top: auto;
	left: -90px;
	bottom: -125px;
	z-index: 2;
}
.count.last .service__right:before{
	content: '04' !important;
}
.count.v3 .service__left:before{
	content: '03';
	bottom: -142px;
	top: auto;
	left: -90px;
}
.count.v2 .service__right:before{
	bottom: -90px;
	content: '02';
	top: auto;
	left: -75px;
}
.count.last .title, .count.v2 .title{
	color: #000000;
}
.count.v3 .service__left{
	/*background: url(../img/720x745_3.jpg) no-repeat center;*/

	background-size: cover!important;
}
.count.last .service__right{
	/*background: url(../img/720x745_4.jpg) no-repeat center;*/
	background-size: cover!important;
}
.project__title{
	font-size: 55px;
	line-height: 64px;
	color: #ffffff;
	font-family: DINM;
	margin-top: 200px;
}
.bottom-arrow{
	font-family: DINR;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	letter-spacing: 0.05em;
	position: absolute;
	bottom: 85px;
	left: 50%;
	text-decoration: none;
	margin-left: -53.5px;
	text-align: center;
}

.bottom-arrow span{
	content: '';
	position: absolute;
	display: block;
	width: 15px;
	height: 10px;
	color: red;
	left: 50%;
	margin-left: -7.5px;
	bottom: -25px;
}
.last-projects{
	padding: 120px 0 70px 0;
}
.last-projects .title{
	margin-bottom: 60px;
}
.last-projects .tabs__content{
	background: #FFFFFF;
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
	padding: 40px 40px 40px 65px;
	margin-top: 0;
width: 85%;

}
.last-projects .tabs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.last-projects .tabs__caption{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 15%;
	margin-top: 0;
	background: transparent;
	margin-left: 42px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.last-projects .tabs__caption li{
	margin-right: 0;
	width: 100%;
	min-height: 120px;
	margin-bottom: 15px;
	width: 170px;
	padding-left: 15px;
	padding-bottom: 30px;
}
.last-projects .tabs__caption li.active span:before{
	left: -102px;
	width: 152px;
}
.last-projects .tabs__caption li.active span{
	font-size: 22px;
}
.last-projects .tabs__caption li.active{
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
.last-projects .tabs__caption li.active span:after{
	display: none;
}
.case__content .default-button:hover{
	background: #706F6F;
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
	color: #FFCF53;
}
.case__image img{
	width: 100%;
	max-width: 370px;
}
.case__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	width: 100%;
}
.slick-slide:focus {
    outline: none;
}
.case__image{
	width: 30%;
}
.item__content{
	width: 70%;
	padding-left: 30px;
}
.item__content .default-button{
	max-width: 300px;
	width: 100%;
}
.case__tag{
	font-family: DINR;
	font-size: 18px;
	line-height: 22px;
	color: #706F6F;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
.case__title.before:before{
	background: #1F454B;
	width: 149px;
}
.case__title{
	font-family: DINB;
	line-height: 47px;
	font-size: 40px;
	color: #000000;
	margin-bottom: 25px!important;
}
.case__text{
	/*font-family: DINR;*/
	/*font-size: 18px;*/
	/*line-height: 22px;*/
	/*color: #000000;*/
	/*max-width: 499px;*/
	/*margin-bottom: 35px;*/
	font-family: DINR;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	max-width: 650px;
	margin-bottom: 35px;
	height: 152px;
	overflow: hidden;
}
.arrows{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
.case__slider .slick-prev, .case__slider .slick-next{
	position: absolute;
	border: 0;
	outline: none;
	right: 0;
	width: 120px;
	height: 120px;
	font-size: 0;
	bottom: -105px;
	border-radius: 100%;
	z-index: 10;
}
.arrow-next{
	background-image: url(../img/icons/left-arrow-slider.png);
	background-repeat: no-repeat;
	background-position: center;
	/*background-color: #FFCF53;*/
}
.arrow-prev{
	background-image: url(../img/icons/right-arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 25px;
}
.arrow-prev:hover {
	/* background-color: #FFCF53; */
	background-image: url(../img/icons/r-arrow-slider.png);
}
.arrow-prev.slick-arrow.slick-disabled {
	width: 120px;
	height: 120px;
	background-position: 46% 41%;
	background-image: url(../img/icons/right-arrow-slider.svg);
}
.arrow-prev.slick-arrow{
	background-image: url(../img/icons/arrow-prew.png);
}
.arrow-next.slick-arrow:hover{
	background-image: url(../img/icons/arrow-h.png);
}
.arrow-prev.slick-arrow:hover{
	background-image: url(../img/icons/arrow-prew-h.png);
}
.arrow-prev.slick-arrow.slick-disabled:hover {
	background-image: url(../img/icons/right-arrow-slider.svg)!important;
}
.arrow-next, .arrow-prev{
    border: 0;
    outline: none;
    cursor: pointer;
    right: 0;
    width: 120px;
    height: 120px;
    font-size: 0;
    bottom: -105px;
    border-radius: 100%;
    z-index: 10;
	/*transition: all .3s linear;*/
}
.case__slider .slick-prev.slick-disabled{
	background-image: url(../img/icons/right-arrow-slider.svg)!important;
	background-repeat: no-repeat;
	width: 120px!important;
	height: 120px!important;
	background-position: 46% 41%!important;
	background-color: transparent;
}
.case__slider .slick-prev{
	width: 120px;
	height: 120px;
	right: 135px;
	background-color: transparent;

}

.case__slider .slick-prev.slick-arrow {
	background-image: url(../img/icons/arrow-prew.png);
	width: 120px;
	height: 120px;
}
.case__slider button.slick-prev.slick-arrow:hover {
	background-image: url(../img/icons/arrow-prew-h.png)!important;
}
.case__slider button.slick-prev.slick-arrow.slick-disabled:hover {
	background-image: url(../img/icons/right-arrow-slider.svg)!important;
}
.case__slider .slick-next{
	right:35px;
	background: url(../img/icons/left-arrow-slider.svg) no-repeat center;
	/*background-color: #FFCF53;*/
}
.case__slider .slick-arrow:hover{
	/*background-color: #FFCF53;*/
	z-index: 10;
	cursor: pointer;
}
.slider-project__num{
	padding-top: 60px;
	padding-bottom: 50px;
	font-family: DINB;
	font-size: 25px;
	line-height: 31px;
	letter-spacing: 0.05em;
	color: #000000;
}
.slider-project__num span:not(.current){
	font-size: 20px;
	color: #706f6f;
}
.blog .top-block-content{
display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 0;
}
.blog .service__right{
	/*background: url(../img/blog-bg.jpg) no-repeat center;*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
	position: relative;
}
.blog .service__left{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	padding-left: 133px;
	align-items: center;
	justify-content: center;
	background: #1F454B;
	padding-right: 100px;
}
.blog .service__left .nav-sidebar{
	display: block;
}
/*.blog .top-block-content{*/
	/*height: 100vh;*/
/*}*/
.blog .text{
	margin-bottom: 60px;
	line-height: 22px;
	font-size: 18px;
	color: #ffffff;
}
.blog .title{
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	max-width: 560px;
	margin-bottom: 85px;
}
.blog .date{
	font-size: 18px;
	line-height: 22px;
	color: #B2B2B2;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
.blog .default-button{
max-width: 300px;
width: 100%;
}
.blog .default-button:hover{
background: #FFFFFF;
box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
}

/*.list-news img{*/
	/*max-width: 370px;*/
	/*width: 100%;*/
	/*display: block;*/
	/*min-width: 370px;*/
/*}*/
.list-news{
	margin: 150px auto  140px auto;
}
.news-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

}
.news-item .title{
	color: #000000 !important;
}
.news-item .text{
	color: #000000 !important;
	max-width: 500px;
	margin-bottom: 45px !important;
}
.list-news .news-item:not(:last-child) {
	border-bottom: 1px solid #B2B2B2;
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.item-content{
	padding-left: 27px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
}
.news-item .default-button{
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
}
.news-item .default-button:hover{
	background: #706F6F !important;
/* big_shadow */
color: #FFCF53 !important;

box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15) !important;
}
.list-news .news-item:not(:last-child){
		border-bottom: 1px solid #B2B2B2;
	padding-bottom: 80px;
	margin-bottom: 80px;
}
/*NEW FIX */
header.header {
	position: absolute;
	z-index: 12;
	width: 100%;
	/*max-width: 1170px;*/
	top: 0;
	left: 50%;
	padding-top: 50px;
	transform: translateX(-50%);

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav__list li a {
	text-transform: uppercase;
}
.footer__soc a:hover svg path {
	fill: #fff;
}
footer .default-button:hover {
	background: #fff;
}
.default-button.bg-dark:hover {
	background: #fff;
}
.contact .default-button:hover {
	background: #706F6F;
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.15);
	color: #FFCF53;
}
.news-item .default-button:hover a {
	color: #FFCF53 !important;
}
.left-sidebar li:first-child a:before {
	left: -28px;
	top: 20px;
	height: 2px;
	max-width: 30px;
}
.modal-questions textarea{
	padding: 35px 0 20px;
	line-height: normal;
	font-family: DINR;
	font-size: 18px;
	line-height: normal;
	color: #706F6F;
	border: 0;
	border-bottom: 1px solid #B2B2B2;
	outline: none;
	width: 100%;
}
.count .default-button {
	margin-top: 20px;
}
header.header.nav-block.f-nav {
	position: fixed;
	background: rgba(31, 69, 75, 0.8);
	padding: 10px 0 10px;
	backdrop-filter: blur(70px);
	-webkit-backdrop-filter: blur(70px);
}
header.header.nav-block.f-nav .nav__list {
	margin: 5px 0;
}
.logo-scroll{
	display: none;
}
header.header.nav-block.f-nav .logo-scroll{
	display: inline-block;
}
header.header.nav-block.f-nav .custom-logo-link {
	display: none;
}
header.header.nav-block.f-nav .nav__list li a,
header.header.nav-block.f-nav .nav__number a {
	font-size: 14px;
}
/*.top-block.blog .service__left, .top-block.blog .service__right{*/
	/*min-height: 900px;*/
/*}*/


.last-projects {
	position: relative;
	overflow: hidden
}

.last-projects:before {
	content: '';
	background: url(../img/horse-projects.png);
	background-repeat: no-repeat;
	display: inline-block;
	max-width: 768px;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.case__image {
	max-width: 370px;
	width: 100%;
	overflow: hidden;
	height: 470px;
}
.case__image img {
    width: 100%;
    height: 100%;
}
.last-projects .tabs__content {
	min-height: 640px;
	max-height: 640px;
}
.list-news .title.before {
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	max-width: 560px;
	margin-bottom: 60px;
	padding-bottom: 15px;
	margin-top: 25px;
}

.list-news .text  {
	margin-bottom: 60px;
	line-height: 22px;
	font-size: 18px;
	color: #000000 !important;
	max-width: 500px;
	margin-bottom: 45px !important;
	margin-top: 0;
}
span.posted-on, span.posted-on a {
	font-size: 18px;
	line-height: 22px;
	color: #B2B2B2;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
	text-decoration: none;
}
.list-news .default-button {
	max-width: 300px;
	width: 100%;
}
.list-news .date{
	font-size: 18px;
	line-height: 22px;
	color: #B2B2B2;
	letter-spacing: 0.05em;
}
.top-block.blog .service__right img {
	width: 100%;
	height: auto;
	position: absolute;
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
	/* max-height: 100%; */
}
section.list-news.w1200 article:first-child {
	display: none;
}
.modal-wrap.active .modal {
	display: block;
}

.list-news .news-item .post-img-left img {
	width: auto;
	height: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
}
.list-news .news-item .post-img-left {
	position: relative;
	/*display: flex;*/
	max-width: 370px;
	height: 470px;
	overflow: hidden;
	width: 100%;
}
/*POPUP NEWS WINDOW*/
.modal-wrapper.styled .modal {
	width: 100%!important;
	max-width: 1170px;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.35);
	cursor: default;
	min-height: auto;
	padding: 0!important;
}
.modal-wrapper.styled.show {
	background: #1F454B;
	background-blend-mode: multiply;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.modal-wrapper.styled .modal .close-modal {
	width: 70px;
	height: 70px;
	background: #706F6F!important;
	right: -1px!important;
	top: -1px!important;
	margin-top: 0!important;
	display: flex!important;
	align-items: center;
	justify-content: center;
}
.modal-wrapper.styled.show svg path {
	fill: #FFCF53;
}
.modal-wrapper.styled .modal .close-modal:hover svg path {
	fill: #fff;
}
.modal-wrapper.styled .close-modal:focus {
	outline: none;
	border-radius: 0;
}
div#modal-ready p {
	font-family: DINR;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 20px;
}
.modal-wrapper.styled .modal h2 {
	font-size: 30px!important;
}
.modal-wrapper.styled .modal h3 {
	font-size: 25px!important;
}
.modal-wrapper.styled .modal h4 {
	font-size: 20px!important;
}
.modal-wrapper.styled .modal h3,
.modal-wrapper.styled .modal h2,
.modal-wrapper.styled .modal h4{
	font-family: DINB;
	font-style: normal;
	font-weight: bold;
	line-height: 31px;
	color: #000000;
}
.modal-wrapper.styled div#modal-content {
	padding-left: 97px;
	padding-right: 97px;
	padding-bottom: 40px;
}

.modal-wrapper.styled .modal-heading {
	padding-left: 97px;
	padding-right: 97px;
	/*padding-top: 40px;*/
	margin-bottom: 35px;
}
/*.modal-wrapper.styled .modal-heading, .modal-wrapper.styled div#modal-content {*/
	/*max-width: 870px;*/
/*}*/
.modal-wrapper.styled .date {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
	color: #706F6F;
	margin-bottom: 15px;
}

.modal-image-block img {
	width: 100%;
	height: 100%;
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*transform: translate(-50%, -50%);*/
	/*max-height: 100%;*/



	/*width: 100%;*/
	/*height: auto;*/
	/*display: flex;*/
	/*position: absolute;*/
	/*top: 0%;*/
	/*left: 50%;*/
	/*transform: translate(-50%, -50%);*/

}
.modal-image-block {
	height: 240px;
	overflow: hidden;
	/*display: flex;*/
	margin-top: -1px;
	margin-left: -1px;
	margin-right: -1px;
	position: relative;
}

.case__title.title.before {
	max-width: 620px;
}
.case__slider .slick-next:hover {
	background-image: url(../img/icons/arrow-h.png);
}
.case__slider .arrow-prev.slick-arrow {
	background-image: url(../img/icons/arrow-prew.png);
}
#post_form_success.succes-message,
div#post_form_succs.succes-message,
div#post_form_success_service.succes-message{
	display: block!important;
	font-family: DINB;
	font-size: 46px;
	line-height: 65px;
	color: #000000;
	margin-bottom: 0px;
	text-align: center;
}


.modal-wrap.modal-questions.active .modal {
	padding: 30px 57px 45px;
	display: flex;
	align-items: center;
}
.modal-wrap.modal-questions.active .close {
	position: absolute;
	right: 18px;
	top: 15px;
}



.count.v2 .service__left {
	padding: 0 40px 0 calc(50% - 570px);
}
.blog .service__left {
	padding: 0 40px 0 calc(50% - 585px);
}
.last-projects .tabs__content {
	padding: 40px 40px 40px calc(50% - 580px);
	z-index: 1;
}
.modal-news-bg{
	height: 240px;
	overflow: hidden;
	/* display: flex; */
	margin-top: -1px;
	margin-left: -1px;
	margin-right: -1px;
	position: relative;
	margin-bottom: 60px;
}
.modal-image-block {
	overflow: hidden;
	position: relative;
	float: left;
	width: 370px;
	height: 470px;
	margin-left: 100px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.reviews .big__citata {
    height: 110px;
    overflow: hidden;
}



.modal-wrap.modal-open-project .modal {
	width: 100%!important;
	max-width: 1170px;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.35);
	padding: 0;
	position: relative;
	/*height: 100%;*/
	padding-bottom: 40px!important;
	min-height: 870px;
}

.modal-wrap.modal-open-project .modal-news-bg {

	 margin-left: -1px;
}

.modal-wrap.modal-open-project .modal .close-modal {
	width: 70px;
	height: 70px;
	background: #706F6F!important;
	right: -1px!important;
	top: -1px!important;
	margin-top: 0!important;
	display: flex!important;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.modal-wrap.modal-open-project .modal .close-modal:hover {
	opacity: 1;
}
.modal-wrap.modal-open-project  svg path {
	fill: #FFCF53;
}
.modal-wrap.modal-open-project .modal .close-modal:hover svg path {
	fill: #fff;
}


.modal-wrapper.styled .modal-heading {
	padding-left: 97px;
	padding-right: 97px;
	/* padding-top: 40px; */
	margin-bottom: 35px;
}


.modal-wrap.modal-open-project.modal-wrapper.styled.active {
	display: block;
	overflow: auto;
	background: #1F454B;
	background-blend-mode: multiply;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
div#projectModalDesc {
	font-family: DINR;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 20px;
	padding-right: 97px;
	padding-left: 97px;
	padding-bottom: 20px;
}
.right__big-slider .big-slider__item:last-child .arrow-next.slick-arrow {
	width: 120px;
	height: 120px;
	background-position: 54% 60%;
	background-image: url(../img/icons/right-arrow-slider.svg);
	transform: rotate(180deg);
}
.case__slider button.slick-next.slick-arrow.slick-disabled {
    width: 120px;
    height: 120px;
    background-position: 54% 60%;
    background-image: url(../img/icons/right-arrow-slider.svg);
    transform: rotate(180deg);
}

