@font-face {
    font-family: 'Museo Sans Cyrl 500';
    src: url("//fonts/MuseoSansCyrl-500.woff2") format("woff2"), url("//fonts/MuseoSansCyrl-500.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Museo Sans Cyrl 700';
    src: url("//fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("//fonts/MuseoSansCyrl-700.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Museo Sans Cyrl 900';
    src: url("//fonts/MuseoSansCyrl-900.woff2") format("woff2"), url("//fonts/MuseoSansCyrl-900.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Museo Sans Cyrl 300';
    src: url("//fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("//fonts/MuseoSansCyrl-300.woff") format("woff");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'Gotham Pro Light';
    src: url('//fonts/GothamPro-Light.woff2') format('woff2'),
        url('//fonts/GothamPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("//fonts/GothamPro.woff2") format("woff2"), url("//fonts/GothamPro.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Gotham Pro Bold';
    src: url('//fonts/GothamPro-Bold.woff2') format('woff2'),
        url('//fonts/GothamPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
.btn {
    border-radius: 0;
    height: 54px;
    line-height: 54px;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 2px
}

@media (max-width: 767px) {
    .btn {
        width: 100%;
        display: block;
        padding: 0 !important;
        text-align: center
    }
}

.btn.btn-about {
    padding: 0 60px !important;
    font-size: 15px;
    font-family: 'Museo Sans Cyrl 700'
}

@media (max-width: 767px) {
    .btn.btn-about {
        padding: 0 !important
    }
}

.btn.btn-white {
    background: #fff;
    color: #000;
    border: 2px solid #fff
}

.btn.btn-white:hover {
    background: transparent;
    color: #fff
}

.btn.btn-black {
    display: block;
    padding: 0 60px;
    background: #000;
    color: #fff;
    border: 2px solid #000
}

.btn.btn-black:hover {
    background: transparent;
    color: #000
}

.btn.btn-empty-white {
    font-family: 'Museo Sans Cyrl 300';
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    letter-spacing: 3px;
    font-size: 12px;
}
.btn.btn-empty-white:hover{
    background: #fff;
    color: #000;
}
.btn.btn-service {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

a:hover {
    text-decoration: none
}

:focus {
    outline: 0
}

* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

body {
    font-family: 'Museo Sans Cyrl 500';
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    color: #0e0e0e
}

ul {
    list-style-type: none
}

h2 {
    font-family: 'Museo Sans Cyrl 300';
    font-size: 76px;
    color: #0e0e0e;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 50px
}

h2.w-color {
    color: #fff
}

@media (max-width: 992px) {
    h2 {
        font-size: 56px
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 36px;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

h2 small {
    display: block;
    font-family: 'Gotham Pro';
    font-size: 17px;
    color: #d0d0d0
}

header {
    position: fixed;
    height: 115px;
    width: calc(100% - 90px);
    left: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 99;
    padding-top: 25px;
    transition: 0.5s
}

@media (max-width: 767px) {
    header {
        height: auto;
        padding-bottom: 20px;
        border: none;
        position: absolute
    }
}

header .contacts-phone {
    float: right;
    padding-right: 0px;
}

@media (max-width: 1440px) {
    header .contacts-phone {
        width: auto;
        margin-top: 8px;
        padding-right: 70px;
    }
}

@media (max-width: 1200px) {
    header .contacts-phone {
        margin-top:5px;
        width: auto
    }
}
header .contacts-phone.contacts-mobile{
    display: none;
}

@media (max-width: 810px) {
    header .contacts-phone {
        text-align: center;
        width: 100%;
        padding-top: 25px;
    }

    header .contacts-phone.contacts-mobile .phone-item {
        float: left;
        display: inline-block;
        font-family: 'Gotham Pro';
        display: block;
        font-size: 22px;
        font-weight: bold;
        color: #000;
        margin: 0;
        position: relative;
        bottom: -10px;
        font-weight: 500;
        text-align: left;
    }
    header .contacts-phone.contacts-mobile .btn{
        color: #000;
        border-color: #000;
        width: 220px;
    }
    header .contacts-phone.contacts-mobile .btn:hover{
        background: #000;
        color: #fff;
    }
}

header .contacts-phone .btn {
    display: inline-block;
    padding: 0 30px
}
@media (max-width: 810px) {
    header .contacts-phone {
        display: none;
    }
    header .contacts-phone.contacts-mobile{
        display: block !important;
        padding: 0 0px;
    }


}
@media (max-width: 1440px) {
    header .contacts-phone .btn {
        height: 44px;
        line-height: 42px
    }
}

@media (max-width: 810px) {
    header .contacts-phone .btn {
        display: block;
        width: 100%
    }
}

header .contacts-phone .phone-item {
    float: right;
    display: inline-block;
    font-family: 'Gotham Pro';
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0 20px;
    position: relative;
    bottom: -10px;
    font-weight: 500;
}

@media (max-width: 1440px) {
    header .contacts-phone .phone-item {
        font-size: 18px
    }
}

@media (max-width: 1200px) {
    header .contacts-phone .phone-item {
        float: right
    }
}

@media (max-width: 767px) {
    header .contacts-phone .phone-item {
        display: block;
        width: 100%;
        float: none;
        margin: 0
    }
}

#menu .main-menu {
    padding-top: 25px
}

#menu .main-menu li {
    display: inline-block;
    margin-right: 4%
}
@media (max-width: 1600px) {
    #menu .main-menu li {
        display: inline-block;
        margin-right: 5%
    }
}
@media (max-width: 1440px) {
    #menu .main-menu li {
        margin-right: 4%
    }
    #menu .main-menu {
        padding-top: 7px
    }
    header {
        height: 115px;
    }
}
@media (min-width: 1440px) {
    .contacts-phone{
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    #menu .main-menu {
        display: none
    }
}

#menu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /*
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.8) 100%);
    */
    background: #fff;
    padding: 15px 45px;
    height: auto;
    border-bottom: 0;
    -webkit-box-shadow: 0px 8px 47px 1px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 8px 47px 1px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 8px 47px 1px rgba(0, 0, 0, 0.52)
}

@media (max-width: 767px) {
    #menu.fixed {

    }
}

#menu.fixed .logo-top {
    opacity: 0;
    display: none
}

@media (max-width: 767px) {
    header{
        height: 95px !important;
    }
}

#menu.fixed .logo-sticky {
    opacity: 1;
    display: block
}



#menu.fixed .contacts-phone {
    float: right;
    margin: 0px 0 0 0
}

.contacts-phone .btn{
    height: 48px;
    line-height: 48px;
}



#menu.fixed .main-menu li{margin-top: 5px}
#menu.fixed .contacts-phone .btn {
    color: #000 ;
    border-color: #000
}
#menu.fixed .contacts-phone .btn:hover{
    background: #000;
    color: #fff
}


#menu.fixed .contacts-phone .phone-item {
    color: #000
}



#menu.fixed .main-menu {
    padding-top: 20px;
    margin: -10px 0 0 0;
}
@media (max-width: 1440px) {
    #menu.fixed .contacts-phone {
        float: right;
        margin: 8px 0 0 0
    }
    #menu.fixed .main-menu {
        padding-top: 0px;
        margin: 0px 0 0 0;
    }
}

@media (min-width: 1440px) {
    #menu.fixed .contacts-phone {
        float: right;
        margin: 5px 0 0 0
    }
}
#menu.fixed .main-menu li {
    display: inline-block
}

#menu.fixed .main-menu li span {
    color: #b0b0b0;
    margin-right: 5px
}

#menu.fixed .main-menu li a {
    color: #000
}
.logo img{
    width: 136px;
    height: 104px;
  }

@media (max-width: 1100px) {
  .logo img{
      width: 136px;
      height: 104px;
    }
}
.logo-top {
    opacity: 1
}

.logo-sticky {
    display: none
}


.logo {
    float: left;
    margin-right: 40px
}

@media (max-width: 1200px) {
    .logo {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .logo {
        float: left;
        margin-bottom: 20px;
        margin-left: -30px;
    }
}

.logo img {
    transition: 0.5s
}
@media (max-width: 1440px) {
    .main-menu {
        display: none
    }
}
.main-menu {
    padding-top: 30px
}

.main-menu li {
    display: inline-block;
    margin-right: 4%
}

.main-menu li span {
    color: #b0b0b0;
    margin-right: 3px
}

.main-menu li a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase
}


.main-menu li a {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
}
.main-menu li a:hover{
    color: #fff;
    text-decoration: none;
}

.main-menu li a:before, .main-menu li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    background: #fff;
}

.main-menu li a:before {
    left: 0;
}
.main-menu li a:after {
    right: 0;
    background: #fff;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main-menu li a:hover:before {
    background: #fff;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main-menu li a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}



#menu.fixed .main-menu li a {
    font-size: 13px;
    color: #000;
    text-transform: uppercase
}


#menu.fixed .main-menu li a {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 8px 0;
    color: #000;
    text-decoration: none;
}
#menu.fixed .main-menu li a:hover{
    color: #000;
    text-decoration: none;
}

#menu.fixed .main-menu li a:before, #menu.fixed .main-menu li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    background: #000;
}

#menu.fixed .main-menu li a:before {
    left: 0;
}
#menu.fixed .main-menu li a:after {
    right: 0;
    background: #000;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#menu.fixed .main-menu li a:hover:before {
    background: #000;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#menu.fixed .main-menu li a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}
















main {
    position: relative;
    width: calc(100% - 26px);
    margin: 13px auto 0
}
@media (max-width: 767px) {
    main {
        width:100%;
    }
}
.main-block {
    position: relative;
    overflow: hidden;
    clear: both;
    height: calc(100vh - 13px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 100vh;
}
.main-block.inner-main{
    margin-bottom: 7px;
}

.main-block .left-image:after,.main-block .center-image:after,.main-block .right-image:after,.main-block .full-image:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}

@media (max-width: 767px) {
    .main-block {
        min-height: 700px;
    }
    .main-block.inner-main{
        min-height: 500px;
        height: auto;
    }
}
.main-block .full-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: block;
}
.main-block .full-image img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: 10s;
    position: relative;
    z-index: 0;
    object-position: 50% 50%;
}
.main-block .full-image:hover img {
    transform: scale(1.1)
}
.inner-main-text {
    position: absolute;
    bottom: 70px;
    width: 100%;
    z-index: 98;
}
.inner-main-text .left-text {
    float: left;
    padding-left: 100px;
}
.inner-main-text .left-text:after{
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 10px;
    height: 100%;
    background: #fff;
    display: block;
}
.inner-main-text .title {
    font-family: 'Museo Sans Cyrl 500';
    display: block;
    font-size: 66px;
    color: #fff;
    line-height: 70px;
    margin-bottom: 20px;
}
@media (max-width:1440px) {
    .inner-main-text .title{
        font-size: 46px;
        line-height: 50px;
    }
}
.inner-main-text .city {
    font-family: 'Museo Sans Cyrl 300';
    display: block;
    font-size: 19px;
    color: #fff;
    letter-spacing: 4px;
    opacity: 0.7;
    text-transform: uppercase;
}
.inner-main-text .year {
    float: right;
    font-family: 'Gotham Pro Light';
    position: relative;
    right: 30px;
    font-size: 50px;
    color:#fff;
    top: 7px;
    padding-top: 50px;
    padding-left: 125px;
    background: url(../images/year.png) 0 0 no-repeat;
}

@media (max-width:767px) {
    .inner-main-text {
        bottom: 30px;
    }
    .inner-main-text .title{
        font-size: 26px;
        line-height: 30px;
    }
    .inner-main-text .year {
        float: right;
        font-family: 'Gotham Pro Light';
        position: relative;
        right: 15px;
        font-size: 20px;
        color:#fff;
        top: 7px;
        padding-top: 10px;
        padding-left:30px;
        background: url(../images/year-min.png) 0 0 no-repeat;
    }
    .inner-main-text .left-text {
        float: left;
        padding: 0 30px;
    }
    .inner-main-text .left-text:after{
        display: none;
        right: 0;
        padding-top: 30px;
    }
    .inner-main-text .city {
        font-size: 14px;
    }
}









.main-block .left-image {
    position: relative;
    overflow: hidden;
    width: 33.333333%;
    height: 100vh;
    display: block;
}

@media (max-width: 1024px) {
    .main-block .left-image {
        width: 100%
    }
}

.main-block .left-image img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: 1s;
    position: relative;
    z-index: 0;
    object-position: 5% 50%;
}

.main-block .left-image:hover img {
    transform: scale(1.1)
}

.main-block .center-image {
    position: relative;
    overflow: hidden;
    width: 33.333333%;
    text-align: left;
    height: 100vh;
}

.main-block .center-image img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: 25% 50%;
    transition: 1s
}

.main-block .center-image:hover img {
    transform: scale(1.1)
}

@media (max-width: 1024px) {
    .main-block .center-image {
        display: none
    }
}

.main-block .right-image {
    position: relative;
    overflow: hidden;
    width: 33.333333%;
    height: 100vh;
}

.main-block .right-image img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: 1s;
    object-position: 0% 50%;
}

.main-block .right-image:hover img {
    transform: scale(1.1)
}

@media (max-width: 1024px) {
    .main-block .right-image {
        display: none
    }
}

.promo {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -42.5px;
    padding: 50px 0px 40px 32px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9;
}

.promo h1 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0e0e0e;
}

/*.promo h1 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0e0e0e;
}*/

/*@media (min-width: 1440px) {
    .promo h1 {
        font-size: 48px
    }
}*/

/*@media (min-width: 1600px) {
.promo h1 {
font-size: 59px
}
}

@media (min-width: 1440px) {
.promo h1 {
font-size: 54px
}
}*/
@media (max-width: 1200px) {
    .promo h1 {
        font-size: 32px
    }
}
@media (max-width: 1024px) {
    .promo h1 {
        font-size: 54px
    }
    .promo{
        margin-top: -20px;
    }
}

@media (max-width: 767px) {
    .promo h1 {
        font-size: 20px;
    }
    .promo{
        margin-top: -60px;
		padding: 50px 0px 40px 15px;
    }
}

.promo small {
    font-size: 26px;
    display: block;
    font-family: 'Museo Sans Cyrl 300';
    font-weight: 300;
    color: #0e0e0e;
    margin-bottom: 20px;
    padding-top: 15px;
	letter-spacing: 0.5px;
}
@media (min-width: 1440px) {
    .promo small {
		word-spacing: 6px;
		font-size: 26px;
		display: block;
		font-family: 'Museo Sans Cyrl 300';
		font-weight: 300;
		color: #0e0e0e;
		margin-bottom: 20px;
		padding-top: 5px;
		text-transform: uppercase;
		font-weight: 500;
		color: #0e0e0e;
		letter-spacing: 0.5px;
    }
}

@media (max-width: 1750px) and (min-width: 1659px){
	.promo small {
		font-size: 24px;
		letter-spacing: 0.7px;
	}
	.promo h1 {
        font-size: 32px;
    }
}
@media (max-width: 1660px) and (min-width: 1469px){
	.promo small {
		font-size: 19px;
		letter-spacing: 1.3px;
	}
	.promo h1 {
        font-size: 27px;
    }
}
@media (max-width: 1470px) and (min-width: 1400px) {
	.promo small {
		font-size: 18px;
		letter-spacing: 1.4px;
		padding-top: 0px;
		word-spacing: 6px;
		display: block;
		font-family: 'Museo Sans Cyrl 300';
		font-weight: 300;
		color: #0e0e0e;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-weight: 500;
		color: #0e0e0e;
	}
	.promo h1 {
        font-size: 26px;
    }
}

@media (max-width: 1399px) and (min-width: 1355px) {
	.promo small {
		font-size: 17px;
		letter-spacing: 1.6px;
		padding-top: 0px;
		word-spacing: 6px;
		display: block;
		font-family: 'Museo Sans Cyrl 300';
		font-weight: 300;
		color: #0e0e0e;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-weight: 500;
		color: #0e0e0e;
	}
	.promo h1 {
        font-size: 25px;
    }
}


@media (max-width: 1354px) and (min-width: 1310px) {
	.promo small {
		font-size: 16px;
		letter-spacing: 1.7px;
		padding-top: 0px;
		word-spacing: 6px;
		display: block;
		font-family: 'Museo Sans Cyrl 300';
		font-weight: 300;
		color: #0e0e0e;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-weight: 500;
		color: #0e0e0e;
	}
	.promo h1 {
        font-size: 24px;
    }
}
@media (max-width: 1309px) and (min-width: 1280px) {
	.promo small {
		font-size: 15px;
		letter-spacing: 1.8px;
		padding-top: 0px;
		word-spacing: 6px;
		display: block;
		font-family: 'Museo Sans Cyrl 300';
		font-weight: 300;
		color: #0e0e0e;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-weight: 500;
		color: #0e0e0e;
	}
	.promo h1 {
        font-size: 23px;
    }
}
@media (max-width: 1279px) and (min-width: 1255px) {
	.promo {
		padding: 50px 0px 40px 15px;
	}
	.promo small {
		font-size: 17px;
		letter-spacing: 1px;
		padding-top: 0px;
		word-spacing: 6px;
		display: block;
		font-family: 'Museo Sans Cyrl 300';
		font-weight: 300;
		color: #0e0e0e;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-weight: 500;
		color: #0e0e0e;
	}
	.promo h1 {
        font-size: 24px;
    }
}

@media (max-width: 1254px) and (min-width: 1215px) {
	.promo {
		padding: 50px 0px 40px 15px;
	}
	.promo small {
		font-size: 16px;
		letter-spacing: 1.2px;
		padding-top: 0px;
		word-spacing: 6px;
		display: block;
		font-family: 'Museo Sans Cyrl 300';
		font-weight: 300;
		color: #0e0e0e;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-weight: 500;
		color: #0e0e0e;
	}
	.promo h1 {
        font-size: 23px;
    }
}

@media (max-width: 1214px) and (min-width: 1170px) {
	.promo {
		padding: 50px 0px 40px 15px;
	}
	.promo small {
		font-size: 15px;
		letter-spacing: 1.3px;
		padding-top: 0px;
		word-spacing: 6px;
		display: block;
		font-family: 'Museo Sans Cyrl 300';
		font-weight: 300;
		color: #0e0e0e;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-weight: 500;
		color: #0e0e0e;
	}
	.promo h1 {
        font-size: 22px;
    }
}
@media (max-width: 1169px) and (min-width: 1120px) {
	.promo {
		padding: 50px 0px 40px 15px;
	}
	.promo small {
		font-size: 13px;
		letter-spacing: 1.4px;
		padding-top: 0px;
		word-spacing: 6px;
		display: block;
		font-family: 'Museo Sans Cyrl 300';
		font-weight: 300;
		color: #0e0e0e;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-weight: 500;
		color: #0e0e0e;
	}
	.promo h1 {
        font-size: 21px;
    }
}
@media (max-width: 1119px) and (min-width: 1075px) {
	.promo {
		padding: 50px 0px 40px 15px;
	}
	.promo small {
		font-size: 13px;
		letter-spacing: 1.6px;
		padding-top: 0px;
		word-spacing: 6px;
		display: block;
		font-family: 'Museo Sans Cyrl 300';
		font-weight: 300;
		color: #0e0e0e;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-weight: 500;
		color: #0e0e0e;
	}
	.promo h1 {
        font-size: 20px;
    }
}
@media (max-width: 1074px) and (min-width: 1026px) {
	.promo {
		padding: 50px 0px 40px 15px;
	}
	.promo small {
		font-size: 13px;
		letter-spacing: 1.6px;
		padding-top: 0px;
		word-spacing: 6px;
		display: block;
		font-family: 'Museo Sans Cyrl 300';
		font-weight: 300;
		color: #0e0e0e;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-weight: 500;
		color: #0e0e0e;
	}
	.promo h1 {
        font-size: 20px;
    }
}


@media (max-width: 767px) {
    .promo small {
        font-size: 18px;
		word-spacing: 1px;
		padding-top: 0px;
    }
}



@media (max-width: 415px) {
    .promo small {
        font-size: 23px;
		word-spacing: 1px;
		padding-top: 0px;
    }
	.promo h1 {
		font-size: 25px;
	}
}
@media (max-width: 350px) {
    .promo small {
		font-size: 17px;
		word-spacing: 2px;
		padding-top: 0px;
    }
	.promo h1 {
		font-size: 19px;
	}
}
@media (min-width: 351px) and (max-width: 410px) {
    .promo small {
		font-size: 20px;
		word-spacing: 1px;
		padding-top: 0px;
    }
	.promo h1 {
		font-size: 22px;
	}
}

.promo span {
    font-family: 'Gotham Pro';
    display: block;
    font-size: 17px;
    color: #0e0e0e;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.anchor-down {
    font-family: 'Museo Sans Cyrl 300';
    position: absolute;
    bottom: 33px;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    z-index: 9;
}

.anchor-down a {
    font-size: 34px;
    color: #fff;
    display: inline-block;
    padding-bottom: 100px;
    text-transform: uppercase;
    background: url(../images/arrow-down.png) 50% 100% no-repeat
}

.infographics {
    overflow: hidden;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 80px 0;
    position: relative;
    z-index: 9;
}

@media (max-width: 992px) {
    .infographics {
        padding-bottom: 50px
    }
}

@media (max-width: 767px) {
    .infographics {
        padding: 30px 0 0 0
    }
}

@media (max-width: 992px) {
    .infographics .infographic-item {
        width: 50%;
        text-align: center;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .infographics .infographic-item {
        width: 100%
    }
}

.infographics .infographic-item__title {
    display: block;
    font-family: 'Gotham Pro';
    font-size: 67px
}

.infographics small {
    font-family: 'Museo Sans Cyrl 300';
    display: block;
    font-size: 15px;
    text-transform: uppercase
}

.about {
    overflow: hidden;
    clear: both;
    padding: 80px 80px 80px 215px;
    background: url(../images/about-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}

@media (max-width: 1440px) {
    .about {
        padding-left: 80px
    }
}

@media (max-width: 992px) {
    .about {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .about {
        padding: 20px 10px 40px 10px;
    }
}
.col-image{
    position: absolute;
    left: 0;
    width: 600px;
}
.col-image img{
    width: 100%;
}
.col-md-info{
    position: relative;
    padding-left: 520px;
}
.about .about-border {
    border: 3px solid #fff;
    width: 100%;
    height: 100%;
    padding: 110px 40px 70px 40px
}

@media (max-width: 1366px) {
    .col-md-info{
        position: relative;
        padding: 0 40px;
    }
    .col-image{
        position: relative;
        width: 100%;
        padding-top: 20px;
    }

}
@media (max-width: 992px) {
    .about .about-border {
        padding: 40px
    }

}
@media (max-width: 1366px) {
    .process .col-image{
        position: relative;
        width: 100%;
        padding-top: 20px;
        overflow: hidden;
        clear: both;
        margin-bottom: 20px;
    }
    .process .col-image img{
        max-width: 600px;
        width: 100%;
        float: left;
    }
    .process .col-md-info{
        position: relative;
        padding: 0px 20px;

    }
}


@media (max-width: 767px) {
    .about .about-border {
        padding: 0;
        border: none
    }
}

.about h2 {
    padding-left: 160px;
    background: url(../images/nomer1.png) 0 0 no-repeat;
    margin-left: -160px
}

.about h2 small {
    padding-top: 20px;
    letter-spacing: 2px;
}
@media (max-width: 1440px) {
    .about h2 {
        margin-left: 0
    }
}
@media (max-width: 992px) {
    .about h2 {
        margin-left: 0
    }
}
@media (min-width: 767px) {
    .about h2 {
        padding-left: 120px;

    }
}
@media (max-width: 767px) {
    .about h2 {
        padding-left: 0px;
        margin-bottom: 20px;
        padding-top: 65px;
        background: url(../images/nomer1-min.PNG) 0 0 no-repeat;
    }
}

.about-text {
    position: relative;
    padding-top: 40px;
    padding-right: 40px;left:-38px;
}

.about-text:after {
    content: "";
    position: absolute;
    width: 75%;
    height: 3px;
    background: #fff;
    display: block;
    top: 0;
    left: 0
}

.about-text .about_span {
    display: block;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px
}
.about-text .about_span span, .project-items .project-item .project-item__title span, .inner-main .full-image .inner-main-text .title span,.why-slider .item .slider-text span  {
    font-family: Arial;
}
@media (max-width: 992px) {
    .about-text .about_span {
        font-size: 20px
    }
}
@media (max-width: 767px) {
    .about-text .about_span {
        font-size: 14px
    }
    .about-text{
        padding-right: 0;
    }
}
.about-text p {
    font-family: 'Museo Sans Cyrl 300';
    font-size: 17px;
    color: #fff;
    margin-bottom: 80px;
    line-height: 28px;
    opacity: 0.8;
}

@media (max-width: 767px) {
    .about-text p {
        font-size: 14px;
        margin-bottom: 40px;
        line-height: 20px;
    }
}

.about-image {
    position: absolute;
    left: -200px
}

@media (max-width: 1440px) {
    .about-image {
        left: -90px;
    }
    .about-text{
        margin-left: 0px;
    }
}
@media (max-width: 1366px){
    .about-text{
        margin-left: 0px;
    }
    .about-image{
        position:relative;
        margin-bottom: 30px;
        left: -35px;
        text-align: left;
        width: 100%;
    }
}
@media (max-width: 992px){
    .about-text{
        margin-left: 0px;
    }
    .about-image{
        position:relative;
        margin-bottom: 30px;
        left: 0;
        text-align: left;
        width: 100%;
    }
}
.about-image img {
    max-width: 80%;
    -webkit-box-shadow: 17px 10px 0px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 17px 10px 0px 0px rgba(0, 0, 0, 0.53);
    box-shadow: 17px 10px 0px 0px rgba(0, 0, 0, 0.53);
    transition: 1s
}

.projects {
    overflow: hidden;
    clear: both;
    padding: 160px 0 80px 0;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .projects {
        padding: 40px 15px;
    }
    .about-image img {
        max-width: 100%;
    }
    .about-text{
        left: 0px;
    }
    .about-image{left: 0;}
    .col-md-info{padding: 0 20px;}
}
.projects h2 {
    padding-left: 160px;
    background: url(../images/nomer2.png) 0 0 no-repeat;
    padding-bottom: 20px;
    margin-left: 30px
}


@media (max-width: 1024px) {
    .projects h2 {
        line-height: 113px;
        padding-left: 120px;
    }
}
@media (max-width: 767px) {
    h2{
        padding-left: 0 !important;
    }
}
@media (max-width: 767px) {
    .projects h2 {
        margin-bottom: 20px;
        padding: 65px 0 20px 0px;
        margin-left: 0;
        background: url(../images/nomer2-min.PNG) 0 0 no-repeat;
        line-height: 50px;
    }
}
.project-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.project-item {
    float: left;
    width: 33.1%;
    margin-bottom: 30px;
    transition: 0.5s
}

@media (max-width: 1200px) {
    .project-item {
        width: 49.5%
    }
}

@media (max-width: 992px) {
    .project-item {
        width: 100%
    }
}

.project-item__image {
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    transition: 0.5s;
    min-height: 300px
}

.project-item__image img {
    transition: 6s;
    float: left;
    width: 100%;
    overflow: hidden;
    object-fit: cover
}

@media (max-width: 767px) {
    .project-item__image img {
        height: 300px
    }
}

.project-item .project-item__info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    height: 100%;
    transition: 1.5s;
    background: rgba(0, 0, 0, 0.7)
}

@media (max-width: 767px) {
    .project-item .project-item__info {
        padding: 10px
    }
}

.project-item .project-item__info .border {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border: 1px solid rgba(255,255,255,0.8);
    padding: 20px;
    width: 100%;
    height: 100%
}
@media (min-width: 1600px) {
    .project-item .project-item__info .border {
        padding: 45px;
    }
}
@media (min-width: 1440px) {
    .project-item .project-item__info .border {
        padding: 35px;
    }
}
@media (max-width: 1220px) {
    .project-item .project-item__info .border {
        padding: 30px;
    }
}
@media (max-width: 922px) {
    .project-item .project-item__info .border {
        padding: 20px;
    }
}
.project-item .project-item__info .project-item__title {
    color: #fff;
    padding-left: 0;
    letter-spacing: 2px;
}

.project-item .project-item__info .project-item__city {
    color: #fff;
    padding-left: 0;
    letter-spacing: 2px;
}

.project-item .project-item__info .area {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px
}

.project-item .project-item__info .area span {
    font-size: 26px
}

.project-item .project-item__info p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 40px
}

@media (max-width: 1600px) {
    .project-item .project-item__info p {
        font-size: 12px;
        overflow: hidden;
        height: 50px
    }
}

@media (max-width: 1200px) {
    .project-item .project-item__info p {
        height: auto
    }
}

@media (max-width: 767px) {
    .project-item .project-item__info p {
        margin-bottom: 20px
    }
}

@media (max-width: 480px) {
    .project-item .project-item__info p {
        font-size: 10px;
        height: 40px
    }
}

.project-item .project-item__info .project-bottom {
    overflow: hidden;
    clear: both;
    padding: 20px 0 10px 0;
    border-top: 1px solid #fff
}

.project-item .project-item__info .project-bottom a {
    font-size: 13px;
    color: #fff;
    letter-spacing: 2.5px;
    padding-right: 30px;
    background: url(../images/more-arrow.png) 100% 30% no-repeat;
    text-transform: uppercase;
    transition: 0.5s;
}
.project-item .project-item__info .project-bottom a:hover{
    opacity: 0.6;
}
.project-item:hover .project-item__info {
    opacity: 1
}

.project-item:hover img {
    transform: scale(1.1)
}

.project-item__title {
    text-transform: uppercase;
    font-family: 'Museo Sans Cyrl 700';
    display: block;
    padding-left: 30px;
    font-size: 15px;
    margin-bottom: 5px
}

.project-item__city {
    text-transform: uppercase;
    font-family: 'Museo Sans Cyrl 300';
    display: block;
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 5px
}

.services {
    overflow: hidden;
    clear: both;
    padding: 120px 0 90px 0;
    background: url(../images/service-bg.jpg) 50% 0 no-repeat;
    background-size: cover
}

@media (max-width: 992px) {
    .services {
        padding: 40px 0 40px 0
    }
}

.services h2 {
    padding-left: 160px;
    background: url(../images/nomer3.png) 0 0 no-repeat;
    padding-bottom: 50px;
    margin-left: 30px
}

@media (max-width: 767px) {
    .services h2 {
        margin-bottom: 20px;
        padding: 35px 0 20px 0px;
        margin-left: 15px;
        background: url(../images/nomer3-min.PNG) 0 0 no-repeat;
    }
}
@media (max-width: 1024px) {
    .services h2 {
        line-height: 113px;
        padding-left: 120px;
    }
}
.service-item {
    width: calc(100%);
    padding: 0px 100px 0px 190px;

}
.service-item.black-active{
    background: #000;
}
.service-item  .border{
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}
.service-item.black-active .border{
    border-bottom: none;
}
@media (max-width: 1440px) {
    .service-item {
        width: calc(100%);
        padding: 0 25px 0 25px
    }
    .service-item .col-lg-4{
        width: 100%;
    }
    .service-price{
        padding-left: 100px;
    }
    .service-item  .border{
        padding: 20px 0;
    }
}

@media (max-width: 767px){
    .service-item {
        width: calc(100%);
        padding: 0 20px;
    }
}
.service-item__title {
    display: block;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .service-item__title {
        font-size: 22px
    }
}

.service-item__title span {
    font-size: 16px
}

.service-item p {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    opacity: 0.8;
}

.service-item__info {
    padding-left: 100px;
    padding-right: 50px
}

@media (max-width: 767px) {
    .service-item__info {
        padding-left: 0;
        padding-top: 60px;
        padding-right: 0
    }
}

.service-item__info.service-item__info--icon1 {
    background: url(../images/service-icon1.png) 0 0 no-repeat
}

.service-item__info.service-item__info--icon2 {
    background: url(../images/service-icon2.png) 0 0 no-repeat
}

.service-item__info.service-item__info--icon3 {
    background: url(../images/service-icon3.png) 0 0 no-repeat
}

.service-item__info.service-item__info--icon4 {
    background: url(../images/service-icon4.png) 0 0 no-repeat
}

.service-item__info.service-item__info--icon5 {
    background: url(../images/service-icon5.png) 0 0 no-repeat
}

.service-item__info.service-item__info--icon6 {
    background: url(../images/service-icon6.png) 0 0 no-repeat
}

.service-item__info.service-item__info--icon7 {
    background: url(../images/service-icon7.png) 0 0 no-repeat
}

.service-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 54px
}
@media (max-width: 1440px) {
    .service-price {
        justify-content:flex-start
    }
    .service-price__item .title{
        margin-right: 30px;
    }
}
.service-price .service-price__item .title {
    font-family: 'Museo Sans Cyrl 300';
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 2px;
    opacity: 0.8;
}

.service-price .service-price__item .price {
    display: block;
    font-size: 34px;
    color: #fff;
    min-width: 200px;
}

.service-price .service-price__item .price span {
    font-size: 16px;
    opacity: 0.8;
}

.service-btns {
    text-align: center;
    overflow: hidden;
    clear: both;
    padding-top: 50px
}

.service-btns li {
    width: 25%;
    display: inline-block;
    margin: 0 40px
}

@media (max-width: 1240px) {
    .service-btns li {
        width: 40%;
        margin-bottom: 20px
    }

}

@media (max-width: 767px) {
    .service-btns li {
        width: calc(100% - 40px);
        margin: 0 auto 20px
    }
    .service-price{
        padding-left: 0px;
    }
}
.service-price .service-price__item {
    margin-bottom: 20px;
}
@media (max-width: 480px) {

    .service-price .service-price__item:last-child{margin-bottom: 0;}
    .service-price .service-price__item .price {
        display: block;
        font-size: 24px;
        color: #fff;
        min-width: 200px;
    }
}
.service-btns li a {
    font-size: 11px
}

.process {
    overflow: hidden;
    clear: both;
    padding: 120px 0
}

.why {
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 120px 0 240px 0;
    background: url(../images/why-bg.jpg) 50% 0 no-repeat;
    background-size: cover
}

.mask-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

@media (max-width: 992px) {
    .why {
        padding: 40px 0 200px 0
    }
}

.why h2 {
    padding-left: 160px;

    padding-bottom: 110px;
    margin-left: 30px;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .why h2 {
        margin-bottom: 20px;
        padding: 65px 0 20px 0px;
        margin-left: 15px;
        line-height: 50px !important;
    }
}
@media (max-width: 1024px) {
    .why h2 {
        line-height: 113px;
        padding-left: 120px;
    }
}
.why-items {
    overflow: hidden;
    clear: both;
    padding: 0 80px 0 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width: 1240px) {
    .why-items {
        padding: 0 45px
    }
}

@media (max-width: 767px) {
    .why-items {
        padding: 0 15px
    }
}

.why-items .why-item {
    position: relative;
    float: left;
    width: calc(33.33333% - 50px);
    margin-bottom: 50px;
    min-height: 290px;
    transition: 0.5s;
}
.why-items .item-content{

    padding: 70px 30px 30px 125px;

}


@media (max-width: 1440px) {
    .why-items .item-content{
        padding: 30px 30px 30px 95px;
    }
    .why-items .why-item {
        position: relative;
        float: left;
        width: calc(50% - 38px);
    }
    .why-items .why-item {
        min-height: auto;
    }

}
@media (max-width: 767px) {
    .why-items .why-item {
        width: 100%;
        height: auto
    }
    .why-items .item-content{
        position: relative;
        height: auto;
    }
}
.why-items .title {
    position: relative;
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}
.why-items .title:after{
    content: "";
    display: block;
    position: absolute;
    left: -65px;
    top: 11px;
    width: 36px;
    height: 3px;
    background: url(../images/tire.jpg) 0 0 no-repeat;
}
@media (min-width: 1600px) {
    .why-items .title {
        font-size: 24px
    }
}

@media (min-width: 992px) {
    .why-items .title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .why-items .title {
        font-size: 18px
    }
    .why-items .title:after{
        display: none;
    }
}

.why-items p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px !important;
}
.why-item span.more{
    font-family: 'Museo Sans Cyrl 700';
    font-size: 11px;
    color: #fff;
    letter-spacing: 2px;
    padding-right: 25px;
    background: url(../images/arrow3.png) 100% 30% no-repeat;
    text-transform: uppercase;
    opacity: 0;
    transition: 0.5s;
}
.why-item:hover span.more{
    opacity: 1;
}
@media (min-width: 1600px) {
    .why-items p {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .why-items p {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .why-items p {
        font-size: 12px
    }
    .why-items .item-content{
        padding: 20px;
    }
}

.contacts {
    overflow: hidden;
    clear: both;
    padding: 120px 0 0 0
}

.contacts h2 {
    padding-left: 160px;
    background: url(../images/nomer5.png) 0 0 no-repeat;
    padding-bottom: 20px;
    margin-left: 30px
}
.contacts--inner h2{
    position: relative;
    background: none;
    padding-left: 85px;
    margin-bottom: 0;
}
.contacts--inner h2:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 14px;
    height: 180px;
    background: #000;
    display: block;
}
@media (max-width: 767px) {
    .contacts h2 {
        margin-bottom: 20px;
        padding: 35px 0 20px 0px;
        margin-left: 15px;
        background: url(../images/nomer5-min.PNG) 0 0 no-repeat;
        line-height: 65px;
    }
}
.contacts-top .contacts-adress {
    padding-left: 190px
}
.contacts--inner .contacts-top .contacts-adress {
    padding-left: 120px
}
@media (max-width: 992px) {
    .contacts h2 {
        padding-left: 120px;
        line-height: 113px;
    }
    .contacts--inner h2:after{
        content: "";
        position: absolute;
        left: 0px;
        top: -20px;
        width: 9px;
        height: 60px;
        background: #000;
        display: block;
    }
    .contacts--inner h2{
        position: relative;
        background: none;
        padding-left: 40px !important;
        margin-bottom: 30px;
        line-height: 20px;
    }
    .contacts-top .contacts-adress {
        padding-left: 0px
    }
    .contacts--inner .contacts-top .contacts-adress {
        padding-left: 0px
    }
}
@media (max-width: 992px) {
    .contacts--inner h2:after{
        top: 0px;
    }
}
.contacts-top {
    padding-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}


@media (max-width: 1440px) {
    .contacts-top .contacts-adress {
        padding-left: 45px
    }

}

@media (max-width: 992px) {
    .contacts-top .contacts-adress {
        padding-left: 0;
        width: 100%
    }

}

.contacts-top .contacts-adress__item {
    display: inline-block;
    margin-right: 40px;
    border-right: 1px solid #cccccc;
    padding: 10px 40px 10px 0;
    height: 70px
}

@media (max-width: 992px) {
    .contacts-top .contacts-adress__item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding: 20px 0 20px 40px;
        text-align: left;
        height: auto;
        display: block
    }
}
@media (max-width: 480px) {
    .contacts-top .contacts-adress__item {
        padding: 30px 0 30px 60px;
    }
}
.contacts-top .contacts-adress__item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0
}

.contacts-top .contacts-adress__item .title {
    font-family: 'Museo Sans Cyrl 700';
    display: block;
    font-size: 17px;
    text-transform: uppercase
}

.contacts-top .contacts-adress__item .text {
    font-family: 'Museo Sans Cyrl 300';
    display: block;
    font-size: 17px
}

.contacts-top .contacts-phone {
    padding-right: 30px;
    position: relative;
    top: -30px;
}

@media (max-width: 1440px) {
    .contacts-top .contacts-phone {
        width: 100%;
        padding-top: 50px;
        text-align: left;
        padding-right: 0;
        margin-bottom: 30px;
        padding-left: 120px;
    }
    .contacts-top .contacts-phone .btn{

        min-width:200px;
        max-width: 350px;
        margin: 0
    }
}

.contacts-top .contacts-phone .phone-item {
    font-family: 'Gotham Pro';
    display: block;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media (max-width: 992px) {
    .contacts-top .contacts-phone {
        padding-left: 40px;
    }
}
@media (max-width: 767px) {
    .contacts-top .contacts-phone .phone-item {
        font-size: 24px;
        margin-bottom: 20px
    }
    .contacts-top .contacts-phone {
        padding-left: 40px;
    }
    .contacts-top .contacts-phone .btn{

        width:150px !important;
        margin: 0
    }
}

#map-canvas {
    height: 440px;
    width: 100%;
    margin-bottom: 13px
}

footer {
    overflow: hidden;
    clear: both;
    padding: 35px 45px 45px 45px;
    height: 120px;
    background: #000
}

@media (max-width: 767px) {
    footer {
        height: auto;
        padding: 30px 15px
    }
}

@media (max-width: 767px) {
    footer .social-list {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;

    }
}

footer .social-list li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    vertical-align: top;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 4px 0 0 0;
    margin-bottom: 0;
    opacity: 0.5;
    transition: 0.5s;
}

footer .social-list li:hover {
    opacity: 1;
}

footer .social-list li:hover img {
    transform: scale(1.1);
}

footer .social-list li img {
    transition: 0.5s;
}

@media (max-width: 767px) {
    footer .social-list li {
        margin: 0 0px 10px 0px;
        text-align: center;
        transform: scale(0.7);
    }
}

footer .social-list li:last-child {}

footer .copy {
    float: right;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px
}

@media (max-width: 767px) {
    footer .copy {
        width: 100%;
        display: block;
        text-align: center
    }
}

.anchor {
    position: relative;
    top: -160px
}

a:focus,
a:active {
    text-decoration: none
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none
}

#boxes .window {
    position: fixed;
    left: 0;
    top: 0;
    width: 820px;
    display: none;
    z-index: 9999
}

@media (max-width: 767px) {
    #boxes .window {
        width: 100%;
    }
}

#boxes #why-modal.window{
    width: 740px;
}


#boxes .window .close {
    display: block;
    position: absolute;
    top: -45px;
    right: -45px;
    width: 36px;
    height: 36px;
    background: url(../images/close2.png) 0 0 no-repeat
}

#boxes #why-modal.window .close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
    background: url(../images/close3.png) 0 0 no-repeat;
    opacity: 1;
    z-index: 9999;
}


.why-slider {
    width: 740px;
    height: 470px;
    background: #fff;
}
.why-item {
    position: relative;
}
.why-slider .number {
    font-family: 'Gotham Pro';
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 470px;
    padding-top: 60px;
    text-align: center;
    background: url(../images/about-bg.jpg) 50% 50% no-repeat;
    font-size: 63px;
    color: #fff;
}
.why-slider .number span{
    border-bottom: 5px solid #fff;
    padding-bottom: 5px;
}
.why-slider .slider-text {
    padding: 70px 70px 0 240px;
    height: 470px;
}
.why-slider .title {
    font-family: 'Museo Sans Cyrl 700';
    display: block;
    font-size: 36px;
    margin-bottom: 35px;
}
.why-slider p {
    font-family: 'Museo Sans Cyrl 500';
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    #boxes #why-modal.window {
        width: 100%;
        height: auto;
        left: 0 !important;
    }
    .why-slider .number  {
        width: 40px;
        height: 40px;
        padding-top: 5px;
        font-size: 24px;
    }
    .why-slider .number span{
        border: none;
    }
    .why-slider .slider-text {
        padding: 50px 10px 30px 10px;
        height: auto;
    }
    .why-slider{
        width: 100%;
        height: auto;
    }
    .why-slider .title {
        font-family: 'Museo Sans Cyrl 700';
        display: block;
        font-size: 28px;
        margin-bottom: 25px;
    }
    .why-slider p {
        font-family: 'Museo Sans Cyrl 500';
        display: block;
        font-size: 14px;
        margin-bottom: 15px;
    }
}













@media (max-width: 767px) {
    #boxes .window .close {
        right: 0
    }
}

.left-form {
    float: left;
    width: 400px;
    height: 430px;
    background: url(../images/about-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 110px 0 0 45px
}

@media (max-width: 767px) {
    .left-form {
        width: 100%;
        height: auto;
        padding: 20px
    }
}

.left-form .title {
    display: block;
    position: relative;
    padding-bottom: 40px;
    font-family: 'Museo Sans Cyrl 700';
    display: block;
    font-size: 54px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px
}

.left-form .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 125px;
    height: 3px;
    background: #fff
}

.left-form .title span {
    font-family: 'Museo Sans Cyrl 300';
    display: block;
    font-size: 22px
}

.left-form p {
    font-family: 'Museo Sans Cyrl 300';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.right-form {
    float: right;
    width: 420px;
    height: 430px;
    background: #fff;
    padding: 60px 40px 0 60px
}

@media (max-width: 767px) {
    .right-form {
        width: 100%;
        height: auto;
        padding: 20px
    }
}

.right-form .form-group {
    margin-bottom: 30px
}

.right-form .form-group label {
    font-family: 'Museo Sans Cyrl 300';
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase
}

.right-form .form-group .form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #7f7f7f;
    border-radius: 0;
    padding: 0
}

.right-form .form-group .form-control:focus {
    box-shadow: none
}

.right-form .btn {
    width: 100%;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    padding: 0;
    font-size: 13px;
    color: #fff;
    margin-top: 20px;
}

.right-form .btn:hover {
    background: transparent;
    color: #000
}

/*Р   Р  Р’В°Р  Р’В·Р  РЎВР  Р’ВµР РЋР вЂљ Р  РЎвЂќР  Р’В°Р РЋР вЂљР РЋРІР‚С™Р РЋРІР‚в„–*/

#map {
    width: 100%;
    height: 500px
}

/*Р  РЎвЂєР РЋРІР‚С™Р  РЎвЂўР  Р’В±Р РЋР вЂљР  Р’В°Р  Р’В¶Р  Р’ВµР  Р вЂ¦Р  РЎвЂР  Р’Вµ Р  РЎвЂќР  Р’В°Р РЋР вЂљР РЋРІР‚С™Р РЋРІР‚в„– Р  Р вЂ  Р РЋРІР‚РЋР  Р’ВµР РЋР вЂљР  Р вЂ¦Р  РЎвЂў-Р  Р’В±Р  Р’ВµР  Р’В»Р  РЎвЂўР  РЎВ Р РЋРІР‚ Р  Р вЂ Р  Р’ВµР РЋРІР‚С™Р  Р’Вµ */

.ymaps-glass-pane,
.ymaps-layers-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
    /* Firefox 3.5+ Chrome 19+ & Safari 6+ */
    -webkit-filter: grayscale(100%) !important;
}

/* process */

.process {
    overflow: hidden;
    clear: both;
    padding: 140px 80px 140px 215px;
    background-size: cover
}

@media (max-width: 1440px) {
    .process {
        padding-left: 80px
    }
}

@media (max-width: 992px) {
    .process {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .process {
        padding: 30px 10px;
    }
}

.process .process-border {
    border: 3px solid #000;
    width: 100%;
    /*height: 100%;*/
    padding: 110px 40px 40px 40px
}

@media (max-width: 992px) {
    .process .process-border {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .process .process-border {
        padding: 0;
        border: none
    }
}

.process h2 {
    position: relative;
    padding-left: 160px;
    background: url(../images/nomer4.png) 0 0 no-repeat;
    margin-left: 360px;
    min-height: 77px;
    margin-bottom: -82px;

}
.process h2 small{
    padding-top: 20px;
    letter-spacing: 2px;
}
@media (max-width: 1440px) {
    .process h2{
        margin-left: 480px;
        padding-left: 100px;
        font-size: 60px;
    }
}
@media (max-width: 1366px) {
    .process h2 {
        margin-left: 0;

    }
}
@media (max-width: 1200px) {
    .process h2 {
        margin-bottom: 60px;

    }
}

@media (max-width: 1024px) {
    .process h2 {
        line-height: 113px;
        padding-left: 120px;
        margin-bottom: 20px;

    }
}
@media (max-width: 767px) {

	.process .process-border .item .btn {display: none;}

    .process h2 {
        padding-left: 0px;
        margin-bottom: 20px;
        padding-top: 65px;
        background: url(../images/nomer4-min.PNG) 0 0 no-repeat;
        line-height: 50px !important;
		font-size: 36px;
    }
}

.process-image {
    position: absolute;
    left: 0px;
    top: 0;
}

@media (max-width: 1366px) {
    .process-image {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        left: 0;
        text-align: left;
    }
}

.process-image img {
    max-width: 80%;
    transition: 1s
}

.process-slider .item{
    position: relative;
    text-align: center;
    min-height: 400px;
    padding: 240px 0 0px 0px;
}
.process-slider .process-item {
    position: relative;
    float: right;
    width: calc(100% - 655px);
    padding: 100px 0 40px 0;
    margin-top: -100px;
}
@media (max-width: 1366px) {
    .process-slider .process-item {
        position: relative;
        float: right;
        width: 100% ;
        padding: 0px 0 40px 0 !important;
        margin-top: 0px;
    }
}
.process-slider .title {
    display: block;
    font-size: 32px;
    color: #0f0f0f;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.process-slider p {
    font-size: 16px;
    color: #0f0f0f;
    margin-bottom: 60px;
    padding: 0 25%;
}
.item .btn {
    width: 80%;
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 70px;
    z-index: 9999;
}
.process-slider .item .btn {
	margin-bottom: 0px;
}
.process-slider .item {
	padding: 240px 0 0px 0px;
}

.process-slider .number-bg-1 {
    font-family: 'Gotham Pro Bold';
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 530px;
    color: #000;
    opacity: 0.1;
    z-index: 0;
    font-weight: bold;
    line-height: 400px;
    letter-spacing: -30px;
}

.text-left {
	width: 200px;
    font-family: 'Museo Sans Cyrl 300';
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 55px;
}
.text-left span {
    position: absolute;
    left: 0;
    top: -10px;
    font-family: 'Gotham Pro';
    font-weight: 300;
    font-size: 36px;
}

.text-right {
	width: 200px;
    font-family: 'Museo Sans Cyrl 300';
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 55px;
    text-align:right;
}
.text-right span {
    position: absolute;
    right: 0;
    top: -10px;
    font-family: 'Gotham Pro';
    font-weight: 300;
    font-size: 36px;
}


@media (max-width: 993px) {
    .text-left ,.text-right {
        display: none;
    }
}








@media (max-width: 1200px) {
    .process-slider .number-bg-1{
        font-size: 400px;
        line-height: 300px;
    }
    .process-slider .item{
        text-align: center;
        min-height: 400px;
        padding: 0px 0 40px 0;
    }
}
@media (max-width: 580px) {
    .process-slider .number-bg-1{
        font-size: 80px;
        text-align: left;
        line-height: 120px;
        letter-spacing: 0;
    }
    .process-slider p {
        font-size: 14px;
        color: #0f0f0f;
        margin-bottom: 0px;
        padding: 0 0px;
    }
    .process-slider .title {
        font-size: 24px;
		min-height: 70px;
    }
    .process-image img {
        max-width: 100%;
    }
    .process-slider .btn{
        height: 48px;
        line-height: 48px;
    }
}








.process-slider .owl-theme{
    width: calc(100% + 280px);
    margin-left: -280px;
}
@media (max-width: 1440px) {
    .process-slider .owl-theme{
        width: calc(100% + 190px);
        margin-left: -190px;
    }
}
@media (max-width: 1366px) {
    .process-slider .owl-theme{
        width: 100%;
        margin-left: 0px;
    }
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    width: 82px;
    height: 36px;
    background: url(../images/left-arrow.png) 0 50% no-repeat;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 64%;
    margin-top: -18px;
    left: 655px;
    text-indent: -9999px;
    opacity: 1;
    transition: 0.5s;
    font-size: 0;
}

.owl-theme .owl-nav [class*='owl-']:last-child {
    left: auto;
    right: 0px;
    background: url(../images/right-arrow.png) 0 50% no-repeat;
}


@media (max-width:1366px) {
    .owl-theme .owl-nav [class*='owl-'] {
        top: auto;
        bottom: 180px;
        left: 0;

    }

    .owl-theme .owl-nav [class*='owl-']:last-child {
        left: auto;
        right: 0px;
    }
}


.why-slider .owl-theme .owl-nav [class*='owl-'] {
    width: 82px;
    height: 26px;
    background: url(../images/modal-arrow-left.png) 0 50% no-repeat;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -190px;
    text-indent: -9999px;
    opacity: 1;
    transition: 0.5s;
    font-size: 0;
}

.why-slider .owl-theme .owl-nav [class*='owl-']:last-child {
    left: auto;
    right: -190px;
    background: url(../images/modal-arrow-right.png) 0 50% no-repeat;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.7
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .item {
    position: relative
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 999;
    position: relative;
    top: -20px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 50%;
    border: 1px solid #000
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000
}


.why-slider .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 999;
    position: relative;
    top: -60px;
    left: 80px;
}

.why-slider  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.why-slider  .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0 7px;
    background: #b8b8b8;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 50%;
    border: 1px solid #fff
}

.why-slider  .owl-theme .owl-dots .owl-dot.active span,
.why-slider  .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
    border-color: #000;
}


@media (max-width: 767px) {
    .why-slider .owl-theme .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        z-index: 999;
        position: relative;
        top: -20px;
        left: auto
    }
}






#toTop {
    width: 60px;
    height: 60px;
    background: url(../images/top.png) 0 0 no-repeat;
    position: fixed;
    bottom: 50px;
    right: 30px;
    cursor: pointer;
    display: none;
    border-radius: 12px;
    box-shadow: 0 0 1px 1px #333;
    z-index: 90;
}

.fadeInUp {
    animation: fadeInUp 2s;
    /* animation: [Р  РЎвЂР  РЎВР РЋР РЏ] [Р  Р вЂ Р РЋР вЂљР  Р’ВµР  РЎВР РЋР РЏ Р РЋР вЂљР  Р’В°Р  Р’В±Р  РЎвЂўР РЋРІР‚С™Р РЋРІР‚в„–] [Р РЋРІР‚С›Р РЋРЎвЂњР  Р вЂ¦Р  РЎвЂќР РЋРІР‚ Р  РЎвЂР РЋР РЏ Р  Р’В°Р  Р вЂ¦Р  РЎвЂР  РЎВР  Р’В°Р РЋРІР‚ Р  РЎвЂР  РЎвЂ] [Р  РЎвЂќР  РЎвЂўР  Р’В»Р  РЎвЂР РЋРІР‚РЋР  Р’ВµР РЋР С“Р РЋРІР‚С™Р  Р вЂ Р  РЎвЂў Р  РЎвЂ”Р  РЎвЂўР  Р вЂ Р РЋРІР‚С™Р  РЎвЂўР РЋР вЂљР  РЎвЂўР  Р вЂ ]; */
}




.c-accordion__body {
    position: relative;
    overflow: hidden;
    min-height: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height 0.2s ease-in-out, min-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out, min-height 0.2s ease-in-out;
}
.js--active + .c-accordion__body {
    min-height: 1em;
    max-height: 40em;
}


.show-hide-text{
    position: relative;
    padding-bottom: 30px;
}
.show-hide-text:hover .btn-a{
    opacity: 1;
}
.btn-a{
    font-family: 'Museo Sans Cyrl 700';
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 11px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    /*opacity: 0;*/
    transition: 1s;
}
.btn-a:hover,.btn-a:active,.btn-a:focus{
    color: #fff;
}
.js-show-hide{
    padding-right: 15px;
    background: url(../images/arrow-bottom-s.png) 100% 50% no-repeat;
}
.btn--active {
    background: url(../images/arrow-top-s.png) 100% 50% no-repeat;
}
.btn--active:hover {
    background: url(../images/arrow-top-s.png) 100% 50% no-repeat;
}



.mobile-menu{
    display: none;
}
@media (max-width: 1440px) {
    .mobile-menu{
        display: block;
    }
}
/*#menu.fixed*/

/* menu button */

.menuBtn {
    height: 30px;
    width: 30px;
    position: fixed;
    right: 45px;
    top: 50px;
    z-index: 101;
}
@media (max-width: 767px) {
    .menuBtn {
        height: 30px;
        width: 30px;
        position: fixed;
        right: 20px;
        top: 50px;
        z-index: 101;
    }
}
.menuBtn > span {
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: height 100ms;
    transition: height 100ms;
}
.menuBtn > span:after,
.menuBtn > span:before {
    content: '';
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

#menu.fixed .menuBtn{
    top: 30px;
}
#menu.fixed .menuBtn > span{
    background-color: #000;
}
#menu.fixed .menuBtn > span:after,
#menu.fixed .menuBtn > span:before{
    background-color: #000;
}




.menuBtn > span:after {
    top: -7px;
}
.menuBtn > span:before {
    bottom: -7px;
}
.menuBtn.act > span {
    height: 0;
}
.menuBtn.act > span:after,
.menuBtn.act > span:before {
    background-color: #000;
    top: 1px;
}
.menuBtn.act > span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menuBtn.act > span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* main menu block */
.mainMenu {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    display: table;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    transform: scale(0);

}

.mainMenu.act {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mainMenu.act ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mainMenu ul {
    display: table-cell;
    vertical-align: middle;
    text-align: left;

}
#menu.fixed .mainMenu ul{
    padding-left: 0;
}


.mainMenu li {
    padding: 20px 20px;
    -webkit-transition: all 400ms 510ms;
    transition: all 400ms 510ms;
    opacity: 0;
}
.mainMenu li:nth-child(odd) {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
}
.mainMenu li:nth-child(even) {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}
.mainMenu li:last-child {
    -webkit-transform: none;
    transform: none;
}
.mainMenu a {
    color: #000;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}

.mainMenu a span {
    color: #b0b0b0;
    margin-right: 5px
}





















.section-inner {
    overflow: hidden;
    clear: both;
    margin-bottom: 7px;
}
.image-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 960px;
    display: block;
}
.image-inner img {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: 1s;
    position: relative;
    z-index: 0;
    object-position: 50% 50%;
}
@media (max-width:1366px) {
    .image-inner {
        width: 100%;
        height: auto;
        min-height: auto;
    }
    .image-inner img {
        float: left;
        width: 100%;
        height: auto;
        transition: 1s;

    }
}


.image-inner:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}
.row-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.row-inner .col-inner6 {
    width: calc(50% - 3.5px);
}
@media (max-width:992px) {
    .image-inner {
        min-height: auto;
        height: auto;
    }
    .image-inner img{

        height: auto;
    }
    .row-inner .col-inner6 {
        width: calc(100%);
    }
    .row-inner .col-inner6:first-child{margin-bottom: 7px;}
}


.project_description {
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 0px 0px 0px 560px;
    background: url(../images/about-bg.jpg) 0 0 repeat;
}
.project_description .appa__description {
    position: absolute;
    left: 0;
    top: 0;
    padding: 280px 60px 0 60px;
    width: 560px;
}
.project_description .appa__description p {
    font-family: 'Museo Sans Cyrl 300';
    font-size: 19px;
    line-height: 38px;
    margin-bottom: 60px;
    color: #fff;
}
.project_description .appa__description p span{font-family: Arial}
.project_description .top-logo {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.project_description .top-logo:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 145px;
    height: 7px;
    background: #fff;
    display: block;
}
.project_description .top-logo span {
}
.project_description .top-logo  img {
    width: 250px;
}
.project_description .appa-contacts {
}
.project_description .phone-item {
    font-family: 'Gotham Pro';
    font-size: 29px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}
.project_description .btn {
    width: 295px;
    height: auto;
    line-height: normal !important;
    padding: 15px 0;
}

.project_description .description{
    overflow: hidden;
    clear: both;
    padding: 80px 30px 80px 120px;
    background: #fff;
    min-height: 675px;
}
.project_description .description p {
    font-family: 'Museo Sans Cyrl 300';
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    line-height: 26px;
}
.project_description .description p strong {
    font-family: 'Museo Sans Cyrl 500';
    display: block;
}
.project_description .title {
    position: relative;
    display: block;
    font-family: 'Museo Sans Cyrl 700';
    font-size: 32px;
    color: #000;
    margin-bottom: 40px;
    text-transform: uppercase;
    padding-top: 65px;
}

.project_description .title:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    height: 7px;
    background: #000;
    display: block;
}
.project_description .more {
    padding-right: 20px;
    background: url(../images/more-arrow-black.png) 100% 50% no-repeat;
}
.project_description .more a {
    font-family: 'Museo Sans Cyrl 700';
    font-size: 11px;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 1s;
    cursor: pointer
}
.project_description .more a:hover{text-decoration: underline;}


@media (max-width:1200px) {
    .project_description {
        padding:  0px;
    }
    .project_description .appa__description {
        position: relative;
        left: 0;
        top: 0;
        padding:  50px 40px;
        width: 100%;
    }
    .project_description .description{
        padding:  50px 40px;
        min-height:auto
    }
}
@media (max-width:767px) {
    .project_description {
        padding:  0px;
    }
    .project_description .appa__description {
        position: relative;
        left: 0;
        top: 0;
        padding:  60px 15px;
        width: 100%;
    }
    .project_description .description{
        padding:  60px 15px;
        min-height:auto
    }
    .project_description .btn {
        width: 100%;
        max-width: 295px;
        padding: 15px 0 !important;
    }
    .project_description .description p {
        font-size: 16px;
        line-height: 26px;
    }
    .project_description .title {
        position: relative;
        display: block;
        font-family: 'Museo Sans Cyrl 700';
        font-size: 24px;
        color: #000;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    .project_description .appa__description p {
        font-family: 'Museo Sans Cyrl 300';
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 40px;
        color: #fff;
    }
    .project_description .phone-item {
        font-size: 22px;
    }
}














































.mess_ok {
	text-align: center;
	color: #fff;
	font-size: 80px;
	text-transform: uppercase;
	display: table-cell;
    vertical-align: middle;
}
.section-inner1 .row-inner .col-inner6 {
	margin-bottom: 7px;
}
.section-inner1 {
	overflow: hidden;
    clear: both;
}
.about .about-text {
	left: 0px;
}
.project-items .project-item .project-item__title span {
	font-weight: 600;
}
.right-form.actionform {
	background: url(../images/about-bg.jpg) 0 0 no-repeat;
    background-size: cover;
	width: 100%;
	display: table;
	padding: 0px;
}
.right-form.actionform form{
	display: none;
}

.blockelement .btn.btn-black {
	background: #fff;
    border: 2px solid #fff;
}





#menu.fixed .main-menu li {
	margin-right:1%;
}
#menu.fixed .main-menu li:last-child {
	margin-right:0;
}
.blog {
	padding:120px 0 0 0;
}
.blog h2 {
    padding-left: 160px;
    background: url(../images/nomer6.png) 0 0 no-repeat;
    background: url(../images/nomer6.png) 0 0 no-repeat;
    padding-bottom: 20px;
    margin-left: 30px;
}

.blog-list .project-item:nth-child(3n+1) .project-item__info {
    background: #b9b9b9;
}
.blog-list .project-item:nth-child(3n+1):hover .project-item__info {
    background: #bcbbbb;
}


.blog-list .project-item:nth-child(3n+2) .project-item__info {
    background: #707070;
}
.blog-list .project-item:nth-child(3n+2):hover .project-item__info {
    background: #989696;
}


.blog-list .project-item:nth-child(3n+3) .project-item__info {
    background: #232321;
}
.blog-list .project-item:nth-child(3n+3):hover .project-item__info {
    background: #444444;
}

/*.blog-list .project-item:nth-child(3n+1) .project-item__info {
    background: #bcbbbb;
}
.blog-list .project-item:nth-child(3n+1):hover .project-item__info {
    background: #b9b9b9;
}


.blog-list .project-item:nth-child(3n+2) .project-item__info {
    background: #989696;
}
.blog-list .project-item:nth-child(3n+2):hover .project-item__info {
    background: #707070;
}


.blog-list .project-item:nth-child(3n+3) .project-item__info {
    background: #71706f;
}
.blog-list .project-item:nth-child(3n+3):hover .project-item__info {
    background: #232321;
}*/


.blog-list .project-item .project-item__image {
    margin-bottom: 0px;
}
.blog-list .project-item .project-item__info .project-item__title {
	font-size:26px;
	margin-bottom: 35px;
}
.blog-list .project-item .project-item__info {
	opacity:1;
}
.blog-list .project-item .project-item__info p {
    height: 87px;
    overflow: hidden;
	font-family: 'Museo Sans Cyrl 300';
}
.blog-list .project-item .project-item__info .border {
    align-items: center;
	position:relative;
	transition: 1.5s;
}
.blog-list .project-item .project-item__info .border {
	border-color:transparent;
}

.blog-list .project-item:hover .project-item__info .border {
	border: 1px solid rgba(255,255,255,0.8);
}
.blog-list .project-item .project-item__info .date {
	position:absolute;
	bottom:15px;
	right:35px;
	color:#fff;
	font-size:26px;
}
.blog-list .project-item .project-item__info .date:before {
	width:1px;
	height:30px;
	background:#fff;
	display:inline-block;
	vertical-align:top;
	content:'';
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
	margin:3px 10px 0 0;
}
#boxes [id^="blog-popup"].window {
	width:920px;
    max-height: 100%;
    overflow: auto;
}
#boxes [id^="blog-popup"].window .close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
    background: url(//images/close3.png) 0 0 no-repeat;
    opacity: 1;
    z-index: 9999;
}
#boxes [id^="blog-popup"].window .why-slider .number {
    height: 100%;
    padding-top: 20px;
    text-align: left;
    background: #232321;
    font-size: 23px;
	box-sizing:border-box;
	padding:20px;
	width:auto;
}
#boxes [id^="blog-popup"].window .why-slider .number.bg-1 {
	background:#b9b9b9;
}
#boxes [id^="blog-popup"].window .why-slider .number.bg-2 {
	background:#707070;
}
#boxes [id^="blog-popup"].window .why-slider .number.bg-3 {
	background:#232321;
}
#boxes [id^="blog-popup"].window .why-slider .number .date {
	border:0;
	padding:0;
}
#boxes [id^="blog-popup"].window .why-slider .number .date:before {
	width:1px;
	height:30px;
	background:#fff;
	display:block;
	vertical-align:top;
	content:'';
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
	margin:3px 10px 0 0;
}
#boxes [id^="blog-popup"].window .why-slider {
	height:auto;
	width:auto;
	max-height:100%;
	overflow:auto;
}
#boxes [id^="blog-popup"].window .why-slider .slider-text {
	height:auto;
	padding:50px 70px 50px 220px;
	font-family: 'Museo Sans Cyrl 300';
	font-size:15px;
}
#boxes [id^="blog-popup"].window .why-slider .slider-text .title {
    font-family: 'Museo Sans Cyrl 500';
    font-size: 26px;
}
#boxes [id^="blog-popup"].window .why-slider .slider-text .medium-name {
	font-size:21px;
	margin:30px 0;
}
#boxes [id^="blog-popup"].window .why-slider .slider-text ul {
	margin:0 0 30px;
}
#boxes [id^="blog-popup"].window .why-slider .slider-text p {
	margin:0 0 30px;
	font-weight:normal;
	font-family: 'Museo Sans Cyrl 300';
}
#bottom_nav_p, #bottom_nav_p_blog {
	position:relative;
	z-index:9;
}
@media only screen and (max-width: 1480px) {
	.blog-list .project-item .project-item__info .project-item__title {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.blog-list .project-item .project-item__info .date {
		right: 20px;
		font-size: 15px;
	}
	.blog-list .project-item .project-item__info .date:before {
		height: 20px;
		margin: -1px 10px 0 0;
	}
	.blog-list .project-item .project-item__info p {
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 1200px) {
	.blog-list .project-item {
		width: 33.1%;
	}
	.blog-list .project-item .project-item__info .border {
		padding: 15px;
	}
	.blog-list .project-item .project-item__info {
		padding: 15px;
	}
	.blog-list .project-item .project-item__info .project-item__title {
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px) {
	.blog h2 {
		padding-left: 120px;
		line-height: 113px;
	}
	.blog-list .project-item {
		width: 100%;
		margin-bottom:30px;
	}
	.blog-list .project-item .project-item__image img {
		display:none;
	}
	.blog-list .project-item .project-item__info .project-bottom {
		padding: 20px 0 0px 0;
	}
	.blog-list .project-item .project-item__info .border .project-content {
		position:relative;
	}
	.blog-list .project-item .project-item__info .date {
		bottom: 0;
		right: 0px;
	}
	#boxes [id^="blog-popup"].window {
		width: 100%;
	}
	#boxes [id^="blog-popup"].window .why-slider .number {
		height: auto;
		padding:1px 7px 4px 10px;
	}
	#boxes [id^="blog-popup"].window .why-slider .number .date {
		font-size: 15px;
	}
	#boxes [id^="blog-popup"].window .why-slider .number .date:before {
		height: 20px;
		margin: 8px 10px 0 0;
		display:inline-block;
		vertical-align:top;
	}
	#boxes [id^="blog-popup"].window .why-slider .slider-text {
		padding: 60px 20px 20px 20px;
	}
	#boxes [id^="blog-popup"].window .why-slider .slider-text .title {
		font-size: 20px;
	}
	#boxes [id^="blog-popup"].window .why-slider .slider-text .medium-name {
		font-size: 18px;
		margin: 20px 0;
	}
	#boxes [id^="blog-popup"].window .why-slider .slider-text p, #boxes [id^="blog-popup"].window .why-slider .slider-text ul {
		margin: 0px 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.blog .blog-list {
		margin:0 15px;
	}
	.blog h2 {
		margin-bottom: 20px;
		padding: 35px 0 20px 0px;
		margin-left: 15px;
		background-size:55px;
	}
	.blog-list .project-item {
		width:100%;
	}
	.blog-list .project-item .project-item__info .project-bottom a {
		letter-spacing: 0.5px;
		padding-right:15px;
	}
}
.process .process-border .item .btn {
	background: none;
    border: 0px solid #000;
    cursor: default;
}
