@charset "UTF-8";
/*==============================RESET==============================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr, img {
  border: none;
}

hr {
  border-bottom: 1px solid #ccc;
}

img {
  vertical-align: middle;
}

ol, ul {
  list-style-position: outside;
}

table td,
table th {
  vertical-align: top;
}

big {
  font-size: larger;
}

small {
  font-size: smaller;
}

sub, sup {
  font-size: smaller;
  line-height: 0;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input, textarea {
  -webkit-appearance: none;
}

input, select {
  vertical-align: middle;
  border: 0;
}

textarea {
  overflow: auto;
}

button {
  cursor: pointer;
  border: 0;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:-ms-input-placeholder {
  color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:-ms-input-placeholder {
  color: transparent !important;
}

/*==============================FORM==============================*/
input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input:-moz-placeholder {
  color: #000;
}

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

textarea::-webkit-input-placeholder {
  color: #000;
}

textarea::-moz-placeholder {
  color: #000;
}

textarea:-moz-placeholder {
  color: #000;
}

textarea:-ms-input-placeholder {
  color: #000;
}

/*==============================FONTS==============================*/
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansLight';
  src: url("../fonts/OpenSansLight.eot");
  src: url("../fonts/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*==============================COMMON==============================*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #fff;
  position: relative;
  font-family: 'OpenSansLight';
  line-height: 1;
  min-height: 915px;
}

.bx-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.bx-controls {
  display: none !important;
}

.index-page .main:after {
  display: none;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
}

.main {
  top: 0;
  left: 0;
  position: relative;
  z-index: 20;
  width: 1058px;
}
.main:after {
  content: '';
  display: block;
  position: fixed;
  left: 1058px;
  background-image: url(../images/shadow.png);
  width: 182px;
  bottom: 0;
  height: 100%;
  background-size: 182px 100vh;
  top: 0;
  right: -182px;
}

@media screen and (max-width: 1275px) {
  .main:after {
    display: none;
  }
}
.left-column {
  float: left;
  position: relative;
  padding: 33px 25px 10px 23px;
  width: 282px;
  background: rgba(0, 0, 0, 0.98);
  border-right: 1px solid #736357;
  height: 100vh;
  min-height: 915px;
}

.wrap {
  float: left;
  position: relative;
  width: 776px;
  height: 100vh;
  min-height: 915px;
  background: rgba(0, 0, 0, 0.9);
}

.content {
  position: relative;
  padding: 45px 20px 200px 50px;
  font-size: 18px;
  z-index: 10;
  background-repeat: no-repeat;
  background-image: url(../images/logo-gray.svg);
  background-position: center bottom;
  background-size: 100%;
}

.content svg {
    opacity: 0.3;
}

.content__title {
  margin-bottom: 35px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: normal;
}

h1, .h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #A99687;
}
h1 span {
  color: #fff;
}

h2, .h2 {
  font-size: 18px;
  color: #A99687;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

a {
  color: #fff;
}
a:hover {
  text-decoration: none;
}

/*==============================INDEX=============================*/
.index-page .left-column:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/shadow.png);
  width: 182px;
  background-size: 182px 100%;
  height: 100%;
  top: 0;
  right: -182px;
}

.top {
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #736357;
}

.top__logo {
  display: inline-block;
  margin-bottom: 25px;
}

.top__logo img {
  width: 100%;
}

a.top__phone {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  font-family: 'OpenSansLight';
  text-transform: uppercase;
  padding-left: 25px;
  color: #FFF;
  font-size: 14px;
}
a.top__phone span {
  font-size: 17px;
}
a.top__phone:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon-phone.png);
}

.top__mail {
  position: relative;
  padding-left: 28px;
  text-decoration: none;
  font-family: 'OpenSansLight';
  font-size: 13px;
  color: #fff;
}
.top__mail:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 17px;
  height: 14px;
  background-image: url(../images/icon-mail.png);
}

.menu {
  padding: 25px 0 45px 0;
}
.menu li {
  margin-bottom: 14px;
}
.menu li a {
  position: relative;
  padding-left: 33px;
  font-family: 'OpenSansLight';
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #A99687;
}
.menu li a:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/sprite.png);
}
.menu li a:hover, .menu li a.active {
  color: #fff;
}

.menu-icon1:before {
  top: 4px;
  left: 4px;
  width: 15px;
  height: 16px;
  background-position: -0px -16px;
}
.menu-icon1.active:before, .menu-icon1:hover:before {
  background-position: -0px -0px;
}

.menu-icon2:before {
  top: 2px;
  left: 0;
  width: 24px;
  height: 18px;
  background-position: -39px -0px;
}
.menu-icon2.active:before, .menu-icon2:hover:before {
  background-position: -15px -0px;
}

.menu-icon3:before {
  top: 1px;
  left: 0;
  width: 21px;
  height: 18px;
  background-position: -15px -18px;
}
.menu-icon3.active:before, .menu-icon3:hover:before {
  background-position: -63px -0px;
}

.menu-icon4:before {
  top: 2px;
  left: 0px;
  width: 22px;
  height: 19px;
  background-position: -15px -55px;
}
.menu-icon4.active:before, .menu-icon4:hover:before {
  background-position: -15px -36px;
}

.menu-icon5:before {
  top: 5px;
  left: 2px;
  width: 21px;
  height: 17px;
  background-position: -57px -18px;
}
.menu-icon5.active:before, .menu-icon5:hover:before {
  background-position: -36px -18px;
}

.menu-icon6:before {
  top: 1px;
  left: 2px;
  width: 20px;
  height: 18px;
  background-position: -15px -74px;
}
.menu-icon6.active:before, .menu-icon6:hover:before {
  background-position: -78px -18px;
}

.main-news__title {
  padding-bottom: 10px;
  margin-bottom: 8px;
  font-family: 'OpenSansLight';
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  border-bottom: 1px solid #736357;
}

.main-news {
  margin-bottom: 65px;
}

.main-news-content {
  font-family: 'OpenSansLight';
  font-size: 15px;
  line-height: 19px;
  padding: 2px 0;
}
.main-news-content a {
  text-decoration: none;
  color: #A99687;
}
.main-news-content a:hover {
  color: #fff;
}

/*==============================CONTACTS============================*/
.contacts {
  position: relative;
  padding: 0;
}

.contacts-inner {
  padding: 45px 0 0 50px;
}

.contacts-stats {
  margin-bottom: 35px;
  padding-bottom: 23px;
  border-bottom: 1px dashed #333;
}
.contacts-stats p {
  position: relative;
  margin-bottom: 15px;
  padding-left: 32px;
  font-size: 18px;
  color: #fff;
}
.contacts-stats p a {
  text-decoration: none;
  color: #fff;
}

.contact-icon-map:before {
  content: '';
  display: block;
  position: absolute;
  width: 19px;
  left: 2px;
  top: -3px;
  height: 26px;
  background-image: url(../images/icon-contact-map.png);
}

.contact-icon-mail:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 18px;
  background-image: url(../images/icon-contact-mail.png);
}

.contact-icon-phone:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  left: 2px;
  height: 19px;
  background-image: url(../images/icon-contact-phone.png);
}

.contacts-info__title {
  font-size: 18px;
  margin-bottom: 15px;
}

.contacts-info__logo {
  margin-bottom: 50px;
}

.contacts-info__map {
  font-size: 18px;
}

/*==============================COMPANY============================*/
.company-text p {
  margin-bottom: 10px;
  padding-right: 20px;
  font-size: 17px;
  line-height: 33px;
}
.company-text ul {
  list-style-type: disc;
  margin-left: 25px;
}
.company-text li {
  margin-bottom: 10px;
  padding-right: 20px;
  font-size: 17px;
  line-height: 33px;
}

.company-document__link {
  color: #A99687;
  font-size: 18px;
  text-decoration: underline;
}
.company-document__link:hover {
  text-decoration: none;
}

.company-documents-list {
  font-size: 0;
  padding-top: 30px;
}
.company-documents-list li {
  margin-right: 19px;
  display: inline-block;
  vertical-align: top;
}

/*==============================PROJECT============================*/
.projects-list li {
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 1px dashed #333;
}
.projects-list li:after {
  content: '';
  display: block;
  clear: both;
}

.project-item__image {
  float: left;
}

.project-item-content {
  padding-left: 337px;
}

.project-item__name {
  margin-bottom: 15px;
  font-size: 27px;
  text-transform: uppercase;
}

.project-item-stats p {
  line-height: 26px;
  font-size: 15px;
}
.project-item-stats span {
  color: #A99687;
  font-size: 15px;
  text-transform: uppercase;
}

/*==============================CLIENTS===========================*/
.hidden {
  display: none;
}

.clients-description {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 33px;
}

.partners__title {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #A99687;
}

.partners-slider {
  position: relative;
  padding-right: 10px;
  width: 690px;
}

#carousel .flex-direction-nav a {
  display: none;
}

#slider .flex-direction-nav a {
  display: block;
  position: absolute;
  width: 6px;
  top: -37px;
  height: 14px;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
  outline: none;
}

.flex-direction-nav .flex-prev {
  left: 0;
  text-indent: -10000px;
  background-image: url(../images/icon-partner-prev.png);
}

.flex-direction-nav .flex-next {
  right: 0;
  text-indent: -10000px;
  background-image: url(../images/icon-partner-next.png);
}

/*==============================Reviews============================*/
.reviews-list li {
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid #262626;
}
.reviews-list li:after {
  content: '';
  display: block;
  clear: both;
}

.reviews-item__image {
  float: left;
  border: 7px solid #262626;
}
.reviews-item__image:hover {
  border-color: #555;
}
.reviews-item__image-details {
  float: left;
  border: 7px solid #262626;
  margin: 0 25px 15px 0;
}
.reviews-item__image-details:hover {
  border-color: #555;
}

.reviews-item-content {
  padding-left: 165px;
}

.reviews-item__name {
  margin-bottom: 15px;
  font-size: 27px;
  text-transform: uppercase;
}
.reviews-item-stats p {
  line-height: 26px;
  font-size: 15px;
}
.reviews-item-stats span {
  color: #A99687;
  font-size: 15px;
  text-transform: uppercase;
}

/*--------------Навигация флекс-карусели----------------*/
#carousel .slides {
  border-bottom: 1px solid #5D534B;
  font-size: 0;
}

#carousel .slides li {
  display: inline-block;
  text-align: center;
  padding-bottom: 5px;
  cursor: pointer;
  line-height: 1.7;
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
}

#carousel li.flex-active-slide {
  padding-bottom: 3px;
  border-bottom: 3px solid #5D534B;
}

.partner {
  display: table-row;
}

.partner__image {
  width: 220px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.partner-content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  font-size: 15px;
  line-height: 26px;
  padding-right: 20px;
}

.partners-list {
  padding-right: 26px;
}
.partners-list li {
  display: none;
  margin-bottom: 40px;
}

.partners-block__name {
  font-size: 27px;
  text-transform: uppercase;
  border-bottom: 1px solid #5D534B;
}
.partners-block__name span {
  padding-right: 3px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 4px solid #5d534b;
}

.partners-block-stats {
  padding: 5px 0;
}
.partners-block-stats p {
  line-height: 26px;
  font-size: 15px;
}
.partners-block-stats span {
  text-transform: uppercase;
}

.partners-block__link {
  font-size: 15px;
}

.partners__show {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 165px;
  cursor: pointer;
  color: #7B7B7B;
  padding-bottom: 20px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  background-image: url(../images/arrow-show.png);
  background-position: 50% 20px;
  background-repeat: no-repeat;
}

/*==============================SERVICES==========================*/
.services-description {
  margin-bottom: 20px;
  line-height: 33px;
}

.services-tabs-list {
  font-size: 0;
  display: table;
}

.service-tab {
  text-align: center;
  padding: 25px 0 10px 0;
  display: table-cell;
  vertical-align: top;
  border: 1px solid #736357;
  cursor: pointer;
  width: 33.333%;
  text-decoration: none;
}
.service-tab.active {
  border: transparent;
  border-left: 2px solid #fff;
  border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.service-tab.active .service-text {
  color: #fff;
}
.service-tab.active .service-icon1 {
  background-image: url(../images/icon-service1-active.png);
}
.service-tab.active .service-icon2 {
  background-image: url(../images/icon-service2-active.png);
}
.service-tab.active .service-icon3 {
  background-image: url(../images/icon-service3-active.png);
}
.service-tab.active .service-icon4 {
  background-image: url(../images/icon-service4-active.png);
}

.service-text {
  display: block;
  color: #A99687;
  font-size: 15px;
  text-transform: uppercase;
}

.service-icon1 {
  display: inline-block;
  width: 65px;
  height: 54px;
  background-image: url(../images/icon-service1.png);
}

.service-icon2 {
  display: inline-block;
  width: 55px;
  height: 57px;
  background-image: url(../images/icon-service2.png);
}

.service-icon3 {
  display: inline-block;
  width: 47px;
  height: 56px;
  background-image: url(../images/icon-service3.png);
}
.service-icon4 {
  display: inline-block;
  width: 65px;
  height: 54px;
  background-image: url(../images/icon-service4.png);
}

.service-text {
  line-height: 21px;
  padding: 15px 30px 0;
}

.services-tabs-content {
  padding: 40px 0;
}

.service-list-wrapper {
  font-size: 15px;
  line-height: 26px;
}
.service-list-wrapper ol {
  counter-reset: myCounter;
}
.service-list-wrapper ol > li {
  margin-bottom: 10px;
  position: relative;
  vertical-align: middle;
  padding-left: 40px;
  font-size: 15px;
  line-height: 26px;
}
.service-list-wrapper ol > li:before {
  position: absolute;
  top: 1px;
  left: 0;
  vertical-align: middle;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  font-family: 'OpenSans-Semibold';
  color: #FFF;
  font-size: 13px;
  width: 26px;
  height: 26px;
  background-color: #4A4038;
  border-radius: 100%;
  text-align: center;
  line-height: 26px;
}
.service-list-wrapper ul li {
  position: relative;
  font-size: 15px;
  line-height: 26px;
}
.service-list-wrapper ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: -10px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 100%;
}

.news-photo a {
	display: block;
	width: 664px;
	border: 7px solid #262626;
	margin: 15px 0;
	
}
.news-photo a:hover {
	border-color: #555;
}


/*==============================Background change==========================*/
.bgstretcher-area {
  text-align: left;
}
.bgstretcher {
  background: black;
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 1;
}
.bgstretcher,
.bgstretcher ul,
.bgstretcher li {
  left: 0;
  top: 0;
}
.bgstretcher ul,
.bgstretcher li {
  position: absolute;
}
.bgstretcher ul,
.bgstretcher li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*  Compatibility with old browsers  */
.bgstretcher {
  _position: absolute;
}
.bgs-description-pane {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 10000;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
}

.mobile-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    background-image: url(/_dsg/images/bg-main-moscowcity.jpg);
    background-size: cover;
}

/*# sourceMappingURL=style.css.map */

.banner-text {
  position: fixed;
  margin-left: 282px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: 30px;
  background-color: #0000006b;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 1px 1px 8px #000;
  line-height: 1.2;
  text-align: right;
  padding: 30px 30px 0 0;
}

.top__our-service {
  margin-top: -13px;
  font-size: 13px;
  margin-bottom: 25px;
}

.contacts-map img {
  padding-right: 37px;
}