
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.55;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.55;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity: 0.55;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 0.55;
}

sup {
	font-size: 65%;
}

a, a:active, a:focus, a:hover {
	outline: none;
	text-decoration: none;
}

*:active, *:focus, *:hover {
	outline: none;
}

input, textarea, select {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

a {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

div {
	box-sizing: border-box;
}

html {
	height: 100%;
	overflow-x: hidden;
}
body, html {
	min-height: 100%;
	width: 100%;
	position: relative;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 400;
    margin: 0;
}

.head {
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background: rgba(255,255,255,1);
    z-index: 5;
    padding: 0;
    box-sizing: border-box;
}

.head .logo {
    height: 60px;
}

.head .logo img {
    height: 100%;
}

.wrapper {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    
}

.head .wrapper {

    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.head .menu {
    margin-right: 33px;
}

.head .menu a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px; 
    position: relative;
}

.head .menu a.phone {
    display: none;
}

.head .menu a.act {
    color: #000;
}

.head .menu a:before {
    position: absolute;
    top: calc(100% + 5px);
    content: " ";
    display: block;
    background: #FF8F27;
    width: 0;
    height: 4px;
    left: -5px;
    transition: all 0.3s;
}

.head .menu a.act:before, .head .menu a:hover:before {
    width: calc(100% + 10px);
}

.head .menu a span {
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0.5;
}

.head .menu a.btn {
    color: #fff;
}

.head .phone {
    color: #333;
    font-size: 20px;
    margin-left: 40px;
}

.head .phone img {
    position: relative;
    top: 3px;
}

.head .chlang {
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #999999;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    border: 1px solid #F7F7F7;
}


.head .chlang .cur {
    padding: 0 33px 0 9px;
    background: #fff;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    position: relative;
}

.head .chlang .cur:before {
    position: absolute;
    right: 12px;
    top: 15px;
    background: url(../images/list_arr.svg) center center no-repeat;
    content: " ";
    display: block;
    width: 14px;
    height: 8px;
}



.head .chlang .list {
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.11);
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    padding-left: 20px;

}

.head .chlang.open .list {
    display: block;
}

.head .chlang .list a {
    font-weight: 500;
    font-size: 16px;
    color: #999;
    display: block;
}

.head .chlang .list a.act {
    color: #FF8F27;
}



.btn {
    height: 50px;
    padding: 0 45px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    box-sizing: border-box;
    display: inline-block;
    background: url(../images/btn.svg) center center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.btn:hover {
    background: #FF8F27;
}

.block1 {
    position: relative;
    height: 941px;
    background: #F7F7F7;
}

.block1-slider .item {
    position: relative;
    height: 941px;
    padding-top: 250px;
}

.block1-slider .item .wrapper {
    z-index: 3;
    position: relative;
}

.block1-slider .item img {
    position: absolute;
    height: 100%;
    width: 60%;
    right: 0;
    top: 0;
    object-fit: cover;
}

.block1-slider .item .title {
    max-width: 685px;
    border-left: 6px solid #FF8F27;
    font-weight: bold;
    font-size: 72px;
    color: #333;
    line-height: 1;
    padding-left: 30px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin-bottom: 50px;
}

.block1-slider .item .desc {
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    max-width: 380px;
    margin-left: 35px;
}

.btn {
    
    height: 50px;
    line-height: 50px;
    background: #333;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.block1-slider .slick-prev {
    position: absolute;
    left: calc((100% - 1300px) / 2);
    bottom: 75px;
    background: url(../images/arrow-left_act.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    border: 0;
    text-indent: -9999px;
    z-index: 4;
    padding: 0;
    cursor: pointer;
}

.block1-slider .slick-next {
    position: absolute;
    left: calc((100% - 1200px) / 2);
    bottom: 75px;
    background: url(../images/arrow-right.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    border: 0;
    text-indent: -9999px;
    z-index: 4;
    padding: 0;
    cursor: pointer;
}

.block1-slider .item .btn {
    width: 235px;
    margin-left: 35px;
    margin-top: 45px;
}

.block1-slider-mini {
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    height: 155px;
}

.block1-slider-mini .wrapper {
    position: relative;
}


.block1-slider-mini-wrap {
    width: 750px;
    height: 155px;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 300px;
}

.block1-slider-mini-wrap .item {
    position: relative;
    width: 250px;
    height: 155px;
    transition: all 0.3s;
}

.block1-slider-mini-wrap .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block1-slider-mini-wrap .item.slick-current {
    top: -10px;
}

.block1-slider-mini-wrap .slick-list {
    padding: 10px 0;
}

.block1-slider-mini-wrap .item:before {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(203, 200, 196, 0.55);
    border-top: 5px solid #FF8F27;
    opacity: 0;
    transition: all 0.3s;
    box-sizing: border-box;
}

.block1-slider-mini-wrap .item.slick-current:before {
    opacity: 1;

}

.block2 {
    padding: 140px 0;
    position: relative;
    background: #fff;
}

.block2 .wrapper {
    position: relative;
}

.subtitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #999999;
    width: 275px;
    margin-bottom: 20px;
    padding-bottom: 6px;
    border-bottom: 2px solid #FF8F27;
}

.title {
    font-size: 36px;
    line-height: 1.3;
    color: #292D32;
    margin-bottom: 40px;
}

.block2:before {
    content: " ";
    display: block;
    left: 5px;
    top: 280px;
    height: 191px;
    width: 272px;
    background: url(../images/dots.svg) left top no-repeat;

    position: absolute;
}


.block2 .title {
    max-width: 690px;
}

.block2-wrap {
    font-size: 0;
}

.block2-wrap .img {
    display: inline-block;
    vertical-align: top;
    margin-left: -200px;
    width: 700px;
}

.block2-wrap .right {
    width: calc(100% - 500px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    padding-left: 25px;
    box-sizing: border-box;
}

.block2-wrap .right p {
    margin: 35px 0;
}

.block2-wrap .right .btn {
    margin-top: 40px;
    width: 235px;
}

.block2-wrap .list {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
}

.block2-wrap .right-wrap {
    display: flex;
    justify-content: space-between;
}

.block2-wrap .count {
    width: 300px;
    padding: 30px 0 0 40px;
    box-sizing: border-box;
    background: #F3F4F6;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #666666;
    height: 185px;
}

.block2-wrap .count font {
    font-weight: bold;
    font-size: 90px;
    display: block;
    line-height: 90px;
}

.block2-wrap .list div {
    padding-left: 40px;
    position: relative;
    margin-bottom: 23px;
}

.block2-wrap .list div:before {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 6px;
    background: url(../images/check.svg) center center no-repeat;
}

.block3 {
    background: #181818;
    padding: 140px 0 90px;
    position: relative;
}

.block3:before {
    content: " ";
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/building.svg) right top no-repeat;
    background-size: auto 100%;
    position: absolute;
}

.block3 .title {
    max-width: 945px;
    margin-bottom: 80px;
    color: #fff;
}

.block3-list {
    font-size: 0;
}

.block3-list .item {
    width: calc((100% - 110px) / 3);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 48px;
    margin-right: 55px;
}

.block3-list .item:nth-child(3n) {
    margin-right: 0;
}

.block3-list .item .num {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.block3-list .item .num span {
    color: #FF8F27;
}

.block3-list .item .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.block3-list .item .desc {
    font-size: 16px;
    line-height: 1.75;
    color: #CBC8C4;
}

.block4 {
    background: #fff;
    padding: 140px 0 200px;
    position: relative;
}

.block4:before {
    content: " ";
    display: block;
    background: url(../images/PROJECTS.svg) center center no-repeat;
    width: 100%;
    height: 390px;
    bottom: 0;
    left: 0;
    position: absolute;
}

.block4 .title {
    max-width: 670px;
}

.block4 .block4-list2 {
    width: calc((100% - 1300px) / 2 + 1300px);
    margin-left: calc((100% - 1300px) / 2);
}

.project-list .item {
    width: 386px;
    height: 525px;
    margin-right: 30px;
    position: relative;
}


.project-list .item .link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    left: 0;
    top: 0;
}

.project-list .item .link img {
    display: none;
}

.project-list .item .hidden-gal {
    display: none;
}


.project-list .item .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.project-list .item .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.project-list .item .info {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
    transition: all 0.3s;
}

.project-list .item:hover .info {
    opacity: 1;
}

.project-list .item .info .info-wrap {
    position: absolute;
    bottom: 40px;
    padding: 0 50px;
    width: 100%;
    
}

.project-list .item .info .info-wrap .name {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.project-list .item .info .info-wrap .addr {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.project-list .item .info .info-wrap .desc {
    font-size: 16px;
    color: #fff;

}


.block4 .block4-list2 .slick-prev {
    position: absolute;
    left: -80px;
    top: 250px;
    background: url(../images/arrow-left_act.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    border: 0;
    text-indent: -9999px;
    z-index: 4;
    padding: 0;
    cursor: pointer;
}

.block4 .block4-list2 .slick-next {
    position: absolute;
    left: -80px;
    top: 300px;
    background: url(../images/arrow-right.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    border: 0;
    text-indent: -9999px;
    z-index: 4;
    padding: 0;
    cursor: pointer;
}

.block5 {
    padding: 70px 0 40px;
    position: relative;
    background: #fff;
}
.block5 .wrapper {
    position: relative;
    z-index: 1;
}

.block5:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: calc((100% - 1300px) / 2);
    height: 100%;
    background: #F3F4F6 url(../images/Letterhead.png) right bottom no-repeat;
    border-right: 5px solid #FF8F27;
    
}

.block5 .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px;
}

.block5 .desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    max-width: 600px;
    margin-bottom: 50px;
}

.block5 .btn {
    width: 300px;
}

.footer {
    padding: 70px 0 50px;
    background: #181818;
}

.footer .wrapper {
    display: flex;
    justify-content: space-between;
    
}

.footer .left-footer .logo {
    display: block;
    margin-bottom: 50px;
}

.footer .left-footer .addr {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer .left-footer .email {
    margin-bottom: 10px;
}

.right-footer {
    position: relative;
}

.right-footer .copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    
}

.right-footer .menu {
    text-align: right;
    margin-top: 20px;
}

.right-footer .menu a {
    display: inline-block;
    margin-left: 20px;
    font-weight: 500;
    font-size: 14px;
}


.burger {
    display: none;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 30px;
    top: 27px;
    cursor: pointer;
    z-index: 4;
}

.burger div {
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: calc(50% - 1px);
    transition: all 0.3s;
}

.burger div:before {
    content: " ";
    display: block;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    transition: all 0.3s;
}

.burger div:after {
    content: " ";
    display: block;
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    transition: all 0.3s;
}

.breadcrumbs-wrap {
    margin-top: 90px;
    padding-top: 95px;
    padding-bottom: 95px;

    background: #181818 url(../images/building.svg) right center no-repeat;
}

.breadcrumbs-wrap h1.t {
    font-weight: 500;
    font-size: 56px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 25px 0 0;
}

.breadcrumbs {
    font-size: 14px;
    line-height: 48px;
    color: #FFFFFF;
}
.breadcrumbs a {
    font-size: 14px;
    line-height: 48px;
    color: #FFFFFF;
}
.breadcrumbs span {
    margin: 0 23px;
}

.contacts {
    padding: 95px 0 125px;
}

.contacts-list {
    font-size: 0;
    margin-bottom: 70px;
}

.contacts-list .item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 1.6;
    color: #000000;
    padding-right: 30px;
}

.contacts-list .item a {
    font-size: 20px;
    line-height: 1.6;
    color: #FF8F27;
}



.contacts-list .item .name {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
    margin-bottom: 10px;
}

.feedback-form .title {
    max-width: 1000px;
}

.feedback-form form {
    font-size: 0;
}

.feedback-form form .l {
    width: 490px;
    margin-right: 30px;
    vertical-align: top;
    display: inline-block;
}
.feedback-form form .r {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 520px);
    position: relative;
}

.feedback-form form .inp {
    width: 100%;
    height: 72px;
    line-height: 72px;
    background: #F5F6F7;
    padding-left: 73px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 25px;
}

.feedback-form form .inp .img {
    width: 73px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.feedback-form form .inp input {
    height: 72px;
    line-height: 72px;
    border: 0;
    width: 100%;
    background: none;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #9E9E9E;
}

.feedback-form form textarea {
    padding: 25px 25px 25px 73px;
    box-sizing: border-box;
    background: #F5F6F7;
    line-height: 1.2;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #9E9E9E;
    position: relative;
    border: 0;
    width: 100%;
    height: 266px;
    
    
}

.feedback-form form .img {
    width: 73px;
    height: 73px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.feedback-form .btn {
    height: 50px;
    line-height: 50px;
    width: 300px;
    margin-top: 50px;
    border: 0;
    cursor: pointer;
}

.map {
    height: 360px;
    width: 100%;
    margin-bottom: 80px;
}

.projects .project-list {
    font-size: 0;
}

.projects .project-list .item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 60px) / 3);
    margin-bottom: 40px;
}

.projects .project-list .item:nth-child(3n) {
    margin-right: 0;
}

.projects {
    padding: 85px 0 75px;
}

.projects h2.title {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.3;
    margin: 0 0 50px;
    color: #292D32;
}

.projects .desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.75;
    color: #000000;
    margin-bottom: 25px;
}

.projects .categories {
    font-size: 0;
    margin-bottom: 50px;
}

.projects .categories a {
    display: inline-block;
    width: 33%;
    font-weight: 500;
    font-size: 18px;
    line-height: 42px;
    color: #000;
    position: relative;
    transition: all 0.3s;
}

.projects .categories a:hover {
    color: #FF8F27;
}

.projects .categories a.act {
    color: #FF8F27;
}

.projects .categories a span {
    font-size: 70%;
    position: relative;
    top: -5px;
}

.projects .pagination {
    font-weight: 500;
    font-size: 20px;
    line-height: 2.1;
    color: #000000;
}

.projects .pagination a {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 2.1;
    color: #000000;
    margin: 0 15px;
    vertical-align: top;
}

.projects .pagination .prev {

    background: url(../images/arrow-left_act.svg) center center no-repeat;
    width: 40px;
    height: 42px;
    border: 0;
    margin: 0 15px 0 0;
    z-index: 4;
    padding: 0;
    cursor: pointer;
}

.projects .pagination .next {
    background: url(../images/arrow-right.svg) center center no-repeat;
    width: 40px;
    height: 42px;
    border: 0;
    margin: 0 0 0 15px;
    z-index: 4;
    padding: 0;
    cursor: pointer;
}

.about-bl1 {
    padding: 70px 0;
    
}

.abl1-list {
    background: #F5F6F7;
    position: relative;
}

.abl1-list .abl1-item {
    display: block;
    background: #F5F6F7;
    position: relative;
}

.abl1-list .abl1-item .img {
    width: 100%;
    height: 600px;
    display: block;
}

.abl1-list .abl1-item .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.abl1-list .abl1-item .info {
    padding: 60px 0 60px 210px;
    box-sizing: border-box;
    font-size: 0;
}

.abl1-list .abl1-item .info .txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 360px);
    font-size: 16px;
    line-height: 1.75;
    color: #000000;
    margin-right: 90px;
    
}

.abl1-list .abl1-item .info .numbers {
    width: 270px;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #666666;
}

.abl1-list .abl1-item .info .numbers font {
    font-weight: bold;
    font-size: 90px;
    line-height: 1;
    color: #666666;
}


.abl1-list .slick-prev {
    position: absolute;
    left: 75px;
    bottom: 130px;
    background: url(../images/arrow-left_act.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    border: 0;
    text-indent: -9999px;
    z-index: 4;
    padding: 0;
    cursor: pointer;
}

.abl1-list .slick-next {
    position: absolute;
    left: 75px;
    bottom: 70px;
    background: url(../images/arrow-right.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    border: 0;
    text-indent: -9999px;
    z-index: 4;
    padding: 0;
    cursor: pointer;
}

.about-bl2 {
    padding: 70px 0;
    box-sizing: border-box;
}

.about-bl2 .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.3;
    margin: 0 0 50px;
    color: #292D32;
}

.about-bl2 .desc {
    font-size: 16px;
    line-height: 1.75;
    color: #000000;
    margin-bottom: 60px;
}

.about-bl2 .desc p {
    margin-bottom: 30px;
}

.about-bl2 .desc2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.75;
    color: #000000;
}

.about-bl2 .desc2 .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.about-bl2-gal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-bl3 {
    padding: 75px 0;
    box-sizing: border-box;
}

.about-bl3 .title {
    font-weight: 500;
}


.about-bl3-list {
    font-size: 0;
}

.about-bl3-list .item {
    width: calc((100% - 110px) / 3);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 48px;
    margin-right: 55px;
}

.about-bl3-list .item:nth-child(3n) {
    margin-right: 0;
}

.about-bl3-list .item .num {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #292D32;
    margin-bottom: 10px;
}

.about-bl3-list .item .num span {
    color: #FF8F27;
}

.about-bl3-list .item .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #292D32;
}

.about-bl3-list .item .desc {
    font-size: 16px;
    line-height: 1.75;
    color: #292D32;
}

.about-bl4 {
    padding: 87px 0;
    background: #F5F6F7;
}

.about-bl4 .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.33;
    color: #292D32;
    margin-bottom: 50px;
}

.about-bl4 .info {
    font-size: 0;
    
}

.about-bl4 .info .desc {
    font-size: 16px;
    line-height: 1.75;
    color: #000000;
    width: 590px;
    margin-right: 30px;
    vertical-align: top;
    display: inline-block;
}

.about-bl4 .info .desc p {
    margin: 0 0 30px;
}

.about-bl4 .info .img {
    width: calc(100% - 620px);
    vertical-align: top;
    display: inline-block;
    text-align: right;
}

.about-bl4 .info .img img {
    max-width: 100%;
}

.about-bl5 {
    padding: 90px 0;
    position: relative;
    box-sizing: border-box;
}

.about-bl5 .wrapper {
    font-size: 0;
}

.about-bl5 .wrapper .info1 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 16px;
    padding-right: 30px;
    line-height: 1.5;
}

.about-bl5 .wrapper .info2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    color: #000;
    font-size: 16px;
}

.about-bl5 .wrapper a {
    color: #FF8F27;
}

.about-bl5 .wrapper .name {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin-bottom: 30px;
}


@media only screen and (max-width:1800px) { 
    .about-bl2-gal img {
        height: 300px;
    }
}


@media only screen and (max-width:1300px) {

    
    .wrapper {
        max-width: 100%;
        padding: 0 30px;
    }
    
    .block1-slider .slick-prev {
        left: 50px;
    }
    
    .block1-slider .slick-next {
        left: 100px;
    }
    
    .block4 .block4-list2 {
        margin-left: 0;
        width: 100%;
    }
    
    .block4:before {
        background-size: 100% auto;
    }
    
    .block5:before {
        right: 0;
    }
    
    .block4 .block4-list2 .slick-prev {
        left: 50px;
        bottom: -100px;
        top: auto;
    }
    
    .block4 .block4-list2 .slick-next {
        left: 100px;
        bottom: -100px;
        top: auto;
    }
    
    .about-bl2-gal img {
        height: 200px;
    }
    
    .about-bl2 .desc2 .desc2-item {
        padding-right: 40px;
    }
}

@media only screen and (max-width:1200px) {
    
    body {
        overflow-x: hidden;
    }
    .burger {
        display: block;
    }
    
    .head {
        height: 80px;
    }
    
    .head .logo {
        position: relative;
        z-index: 4;
        height: 40px;
    }
    
    .head .wrapper {
        padding-right: 90px;
    }
    
    .head .menu, .head .phone {
        display: none;
    }
    
    .head.open .burger div {
        background: transparent;
        
    }
    
    .head.open .burger div:before {
        top: calc(50% - 1px);
        left: 0;
        transform: rotate(45deg);
    }
    
    .head.open .burger div:after {
        top: calc(50% - 1px);
        left: 0;
        transform: rotate(-45deg);
    }
    
    .block1 {
        height: 741px;
    }
    
    .block1-slider .item .title {
        font-size: 60px;
    }
    
    .block1-slider .item {
        height: 741px;
        padding-top: 150px;
    }
    
    .block1-slider-mini-wrap {
      width: 600px;
      height: 155px;

      left: calc(50% - 300px);
    }
    
    .block1-slider-mini-wrap .item {
        width: 200px;
    }
    
    .block1-slider-mini {
        bottom: 30px;
        height: 120px;
    }
    
    .block1-slider-mini-wrap .item {
        height: 120px;
    }
    
    .block1-slider-mini-wrap .item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    
    .block2-wrap .img {
        width: 100%;
        display: block;
        max-width: 400px;
        margin-left: 0;
    }
    
    .block2-wrap .img img {
        width: 100%;
    }
    
    .block2-wrap .right {
        width: 100%;
        padding-left: 0;
    }
    
    .block5:before {
        background: #F3F4F6;
    }
    
    .projects .project-list .item {
        width: 386px;
    }
    
    .projects .project-list .item:nth-child(3n) {
        margin-right: 30px;
    }
    
    .projects .categories a {
        width: 50%;
    }
    
}

@media only screen and (max-width:900px) {
    .title {
        font-size: 28px;
    }
    
    .block1-slider .item .title {
        font-size: 50px;
        max-width: 455px;
    }
    
    .block1-slider .slick-prev {
        left: 65px;
        bottom: 175px;
    }
    
    .block1-slider .slick-next {
        left: 105px;
        bottom: 175px;
    }
    
    .block2 {
        padding: 70px 0;
    }
    
    .block3 {
        padding: 70px 0 40px;
    }
    
    .block3-list .item {
        width: calc((100% - 55px) / 2);
    }
    
    .block3-list .item:nth-child(3n) {
        margin-right: 55px;
    }
    
    .block3-list .item:nth-child(2n) {
        margin-right: 0;
    }
    
    .block4 {
        padding: 70px 0 200px;
    }
    
    .block4:before {
        height: 190px;
        background-size: 80% auto;
    }
    
    .block5 .title {
        font-size: 30px;
    }
    
    .right-footer .menu a {
        margin-left: 10px;
    }
    
    .right-footer .menu a:first-child {
        margin-left: 0;
    }
    
    .breadcrumbs-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .breadcrumbs-wrap h1.t {
        font-size: 40px;
        margin-top: 15px;
    }
    
    .contacts-list .item {
        width: 50%; 
        margin-bottom: 50px;
    }
    
    .contacts {
        padding: 50px 0 70px;
    }
    
    .contacts-list {
        margin-bottom: 20px;
    }
    
    .feedback-form form .l {
        width: 100%;
        margin-right: 0; 
    }
    
    .feedback-form form .r {
        width: 100%;
    }
    
    
    .about-bl3-list .item {
        width: calc((100% - 55px) / 2);
    }
    
    .about-bl3-list .item:nth-child(3n) {
        margin-right: 55px;
    }
    
    .about-bl3-list .item:nth-child(2n) {
        margin-right: 0;
    }
    
    .abl1-list .abl1-item .img {
        height: 400px;
    }
    
    .abl1-list .abl1-item .info .numbers {
        width: 200px;
    }
    
    .abl1-list .abl1-item .info {
        padding: 50px 0 50px 120px;
    }
    
    .abl1-list .slick-prev {
        left: 45px;
        
    }
    
    .abl1-list .slick-next {
        left: 45px;
    }
    
    .abl1-list .abl1-item .info .txt {
        margin-right: 40px;
        width: calc(100% - 255px);
    }
    
    .about-bl2 {
        padding-top: 0;
    }
    
    .about-bl2-gal {
        display: none;
    }
    
    .about-bl4 .info .desc {
        margin-right: 0;
        vertical-align: top;
        display: block;
        width: 100%;
    }
    
    .about-bl4 .info .img {
        width: 100%;
        text-align: center;
    }
    
    .about-bl5 .wrapper .info1 {
        width: 100%;
        margin-bottom: 50px;
    }
    
    .about-bl2 .desc2 {
        display: block;
    }
    
    .about-bl2 .desc2 .desc2-item {
        margin-bottom: 50px;
    }
    
    .about-bl2 .desc2 .desc2-item:last-child {
        margin-bottom: 0;
    }
    
    .about-bl3 {
        padding-top: 0;
    }
}

@media only screen and (max-width:760px) {
    .block1 {
      height: 550px;
    }
    
    .block1-slider .item .title {
        font-size: 30px;
    }

    .block1-slider .item {
      height: 550px;
      padding-top: 120px;
    }
    
    .block1-slider-mini {
        display: none;
    }
    
    .block1-slider .slick-next, .block1-slider .slick-prev {
        bottom: 25px;
        
    }
    
    .block1-slider .item .desc {
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
        color: #000;
    }
    
    .block1-slider .item img {
        width: 100%;
    }
    
    .title {
        font-size: 26px;
    }
    
    .block2-wrap .right-wrap {
        display: block;
    }
    
    .block3 .title {
        margin-bottom: 40px;
    }
    
    .block3-list .item {
        width: 100%;
        margin-right: 0;
    }
    
    .block3-list .item:nth-child(3n) {
        margin-right: 0;
    }
    
    .project-list .item {
        width: 300px;
        height: 400px;
    }
    
    .project-list .item .info {
        opacity: 1;
    }
    
    .project-list .item .info .info-wrap {
        padding: 0 25px;
    }
    
    .block4 {
        padding-bottom: 150px;
    }
    
    .block4 .block4-list2 .slick-prev {
        left: 33px;
        bottom: -132px;
    }
    
    .block4 .block4-list2 .slick-next {
        left: 80px;
        bottom: -132px;
    }
    
    .block5 .title {
      font-size: 26px;
      line-height: 1.25;
    }
    
    .footer .wrapper {
        display: block;
    }
    
    .right-footer .menu {
        text-align: left;
        margin-top: 40px;
    }
    
    .right-footer .menu a {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    .right-footer .copyright {
        position: relative;
        margin-top: 40px;
    }
    
    .head.open .menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;

        background: #fff;
        display: block;
        padding: 120px 20px 0;
    }
    
    .head .menu a {
        display: block;
        font-size: 16px;
        margin: 0 0 30px 0;
    }
    
    .head .menu a.phone {
        display: block;
    }
    
    .breadcrumbs-wrap h1.t {
        font-size: 32px;
        margin-top: 0;
    }
    
    .breadcrumbs-wrap {
      padding-top: 30px;
      padding-bottom: 30px;
    } 
    
    .contacts-list .item {
      width: 100%;
      margin-bottom: 25px;
    }
    
    .feedback-form .btn {
        width: 100%;
    }
    
    .projects {
        padding: 40px 0;
    }
    
    .projects h2.title {
        font-size: 32px;
    }
    
    .projects .categories a {
        width: 100%;
    }
    
    .projects .project-list .item {
        display: block;
        max-width: 386px;
        width: 100%;
        margin-right: 0;
    }
    
    .projects .project-list .item:nth-child(3n) {
        margin-right: 0;
    }
    
    .projects .pagination a {
        margin: 0 8px;
    }
    
    .about-bl3-list .item {
        width: 100%;
        margin-right: 0;
    }
    
    .about-bl3-list .item:nth-child(3n) {
        margin-right: 0;
    }
    
    .abl1-list .abl1-item .img {
        height: 300px;
    }
    
    .abl1-list .abl1-item .info {
      padding: 30px 0 60px 15px;
    }
    
    .abl1-list .abl1-item .info .txt {
        font-size: 13px;
        margin-right: 0;
        padding-right: 15px;
        width: 100%;
    }
    
    .abl1-list .abl1-item .info .numbers {
        margin-top: 20px;
    }
    
    .abl1-list .slick-prev {
        left: 15px;
        bottom: 10px;
    }
    
    .abl1-list .slick-next {
        left: 55px;
        bottom: 10px;
    }
    
    .about-bl1 {
        padding: 45px 0;
    }
    
    .about-bl2 .title {
        margin-bottom: 25px;
        font-size: 28px;
    }
    
    .about-bl2 .desc {
        font-size: 14px;
    }
    
    .about-bl2 .desc2 .desc2-item {
        font-size: 14px;
    }
    
    .about-bl3 {
        padding-bottom: 25px;
    }
    
    .about-bl4 {
        padding: 45px 0;
    }
    
    .about-bl4 .title {
        margin-bottom: 25px;
        font-size: 28px;
    }
    
    .about-bl5 {
        padding: 45px 0;
    }
    
    .about-bl5 .wrapper .info1 {
        font-size: 14px;
    }
    
    .about-bl5 .wrapper .info2 {
        width: 100%;
        font-size: 14px;
    }
    
    .about-bl5 .wrapper .info2 a {
        font-size: 14px;
    }
}