.preloader {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.preloader {
  margin: 0;
  background: #FA3663;
}
.fla-amron-header .fla-amron-collection-tags-cloud {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.loader {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: fixed;
  z-index: 999999;
}

.loader .l_main {
  width: 172px;
  height: 128px;
  margin: 0;
}

@media screen and (max-width: 550px) {
  #wrapper #main .uslan > div p {
    word-break: break-word;
    font-size: 9px;
    margin-top: 4px; 
    margin-bottom: 4px;
  }
  #main .uslan > div p:first-child {
    margin: 0;
    font-size: 13px;
  }
  .loader {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  #main > div.main-left > div.slider-wrapper {
    display: none;
  }
  #wrapper #main .about {
    height: 220px;
  }
  #wrapper .header-right {
    display: none;
  }
  body #wrapper {
    min-height: auto;
  }
  #wrapper #main {
    min-height: auto;
  }
  #main .main-right {
    min-height: auto;
  }
  #main > .main-right > .ruslan > button.slick-arrow {
    visibility: hidden;
  }
}

@media (max-width: 440px) {
  .loader {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.l_square {
  position: relative;
}

.l_square:nth-child(1) {
  margin-left: 0px;
}

.l_square:nth-child(2) {
  margin-left: 44px;
}

.l_square:nth-child(3) {
  margin-left: 88px;
}

.l_square:nth-child(4) {
  margin-left: 132px;
}

.l_square span {
  position: absolute;
  top: 0px;
  left: 20px;
  height: 36px;
  width: 36px;
  border-radius: 2px;
  background-color: #93b393;
}

.l_square span:nth-child(1) {
  top: 0px;
}

.l_square span:nth-child(2) {
  top: 44px;
}

.l_square span:nth-child(3) {
  top: 88px;
}

.l_square:nth-child(1) span {
  -webkit-animation: animsquare1 2s infinite ease-in;
  animation: animsquare1 2s infinite ease-in;
}

.l_square:nth-child(2) span {
  -webkit-animation: animsquare2 2s infinite ease-in;
  animation: animsquare2 2s infinite ease-in;
}

.l_square:nth-child(3) span {
  -webkit-animation: animsquare3 2s infinite ease-in;
  animation: animsquare3 2s infinite ease-in;
}

.l_square:nth-child(4) span {
  -webkit-animation: animsquare4 2s infinite ease-in;
  animation: animsquare4 2s infinite ease-in;
}

.l_square span:nth-child(1) {
  -webkit-animation-delay: 0.00s;
  animation-delay: 0.00s;
}

.l_square span:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.l_square span:nth-child(3) {
  -webkit-animation-delay: 0.30s;
  animation-delay: 0.30s;
}

@-webkit-keyframes animsquare1 {
  0%, 5%, 95%, 100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30%, 70% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}

@keyframes animsquare1 {
  0%, 5%, 95%, 100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30%, 70% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}

@-webkit-keyframes animsquare2 {
  0%, 10%, 90%, 100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  35%, 65% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}

@keyframes animsquare2 {
  0%, 10%, 90%, 100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  35%, 65% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}

@-webkit-keyframes animsquare3 {
  0%, 15%, 85%, 100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}

@keyframes animsquare3 {
  0%, 15%, 85%, 100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}

@-webkit-keyframes animsquare4 {
  0%, 20%, 80%, 100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  45%, 55% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}

@keyframes animsquare4 {
  0%, 20%, 80%, 100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  45%, 55% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}

* {
  font-family: Roboto, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: #404040;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  overflow-x: hidden !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrapper {
  display: block;
  position: relative;
  width: 100vw;
  min-height: 963px;
  height: auto;
  overflow: hidden;
  padding-bottom: 40px;
}

#wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
}
#wrapper > img {
  z-index: -1;
}

header {
  width: 100vw;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

header .header-left {
  width: 545px;
  margin-left: 33px;
}

header .header-left h1 {
  color: #343332;
  position: relative;
  font-size: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 100;
  height: 23px;
  top: -20px;
  letter-spacing: 3.48px;
}

header .header-left > div {
  position: relative;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #7a7a7a;
}

header .header-left > div .header-left__line1, header .header-left > div .header-left__line2 {
  position: relative;
  background: #b2d4b2;
  height: 7px;
  width: 100%;
  top: -4px;
}

header .header-left > div .header-left__line2 {
  width: 222px;
}

header .header-left > div h2 {
  position: relative;
  top: 2px;
  font-size: 20px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #93b393;
  width: 144px;
  letter-spacing: 1.1px;
  margin-left: 37px;
  margin-right: 37px;
}

header .header-right {
  margin-left: 50px;
  width: 453px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-right .header-right__arrow {
  width: 25px;
  height: 100%;
}

header .header-right .header-right__arrow:before {
  content: '';
  position: relative;
  display: block;
  background: #689b68;
  -webkit-transform: translate(10px, -3px) rotate(-41deg);
          transform: translate(10px, -3px) rotate(-41deg);
  width: 3px;
  height: 35px;
}

header .header-right .header-right__arrow:after {
  content: '';
  position: relative;
  display: block;
  background: #689b68;
  -webkit-transform: translate(10px, -13px) rotate(41deg);
          transform: translate(10px, -13px) rotate(41deg);
  width: 3px;
  height: 35px;
}

header .header-right p {
  font-size: 12.3px;
  line-height: 22px;
  padding-left: 15px;
  letter-spacing: 1.4px;
  font-weight: 600;
  color: #3b3b3b;
  position: relative;
  top: -19px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 774px;
  height: auto;
  margin-top: 30px;
}

main .main-left {
  display: block;
  min-width: 516px;
  width: 516px;
  padding-left: 33px;
  margin-right: 62px;
}

main .main-left .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .main-left .about .about__bar {
  width: 133px;
  height: 170px;
  margin-top: 82px;
}

main .main-left .about .about__bar nav > p, main .main-left .about .about__bar nav > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #404040;
  font-size: 14.5px;
  cursor: pointer;
  line-height: .7;
  position: relative;
  top: -14px;
}

main .main-left .about .about__bar nav > p span, main .main-left .about .about__bar nav > a span {
  position: relative;
  margin-left: 3px;
  background: #93b393;
  color: #fff;
  padding: 3px;
  padding-top: 4px;
  top: -4px;
}

main .main-left .about .about__bar nav p::after, main .main-left .about .about__bar nav a::after {
  content: '';
  margin-left: 12px;
  height: 8px;
  width: 8px;
  position: relative;
  background: #93b393;
}

main .main-left .about .about__bar nav > p:hover, main .main-left .about .about__bar nav > a:hover {
  color: #689b68;
}

main .main-left .about .about__bar nav > p:hover > span, main .main-left .about .about__bar nav > a:hover > span {
  color: #689b68;
  background: transparent;
  outline: 1px solid #689b68;
}
#projects {
  display: flex;
  height: 0;
  position: absolute;
  background: #93b393;
  transition: .4s;
  width: 133px;
  z-index: 99;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  transform: translate(0px, -25px);
  overflow: hidden;
}
#projects > div:hover {
  color: #ffffff;
  cursor: pointer;
}
#projects:hover {
  height: 83px;
}
.about__bar_projects:hover + #projects {
  height: 83px;
}




main .main-left .about .about__bar .about__bar_tel-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -10px;
  height: 57px;
  padding-top: 20px;
  border-top: 1px solid #cdcdcd;
}

main .main-left .about .about__bar .about__bar_tel-mail > a {
  font-size: 15px;
  color: #585858;
  margin-top: 8px;
  text-align: right;
}

main .main-left .about .about__img {
  position: relative;
  right: 0;
  display: block;
  height: 344px;
  width: 281px;
}

main .main-left .about .about__img img {
  display: block;
  max-height: 344px;
  max-width: 281px;
  height: 344px;
  width: 281px;
}

main .main-left .slider-wrapper {
  position: relative;
  width: 450px;
  height: 435px;
}

main .main-left .slider-wrapper .slider-arrow {
  position: relative;
  left: 51px;
  height: 17px;
  width: 40px;
  cursor: pointer;
}

main .main-left .slider-wrapper .slider-arrow.prev {
  top: 20px;
}

main .main-left .slider-wrapper .slider-arrow.next {
  top: -75px;
}

main .main-left .slider-wrapper .slider-arrow.prev::before {
  content: '';
  position: relative;
  display: block;
  width: 2px;
  height: 25px;
  background: #868686;
  -webkit-transform: translate(30px, -5px) rotate(-49deg);
          transform: translate(30px, -5px) rotate(-49deg);
}

main .main-left .slider-wrapper .slider-arrow.prev::after {
  content: '';
  position: relative;
  display: block;
  width: 2px;
  height: 25px;
  background: #868686;
  -webkit-transform: translate(10px, -30px) rotate(49deg);
          transform: translate(10px, -30px) rotate(49deg);
}

main .main-left .slider-wrapper .slider-arrow.next::before {
  content: '';
  position: relative;
  display: block;
  width: 2px;
  height: 25px;
  background: #868686;
  -webkit-transform: translate(30px, -5px) rotate(49deg);
          transform: translate(30px, -5px) rotate(49deg);
}

main .main-left .slider-wrapper .slider-arrow.next::after {
  content: '';
  position: relative;
  display: block;
  width: 2px;
  height: 25px;
  background: #868686;
  -webkit-transform: translate(10px, -30px) rotate(-49deg);
          transform: translate(10px, -30px) rotate(-49deg);
}
/* #main .main-left {
  width: 450px !important;
}
#main .main-left .slider-wrapper {
  width: 450px !important;
}
#main .main-left .slider-wrapper .slider {
  width: 450px !important; 
} */
main .main-left .slider-wrapper .slider {
  position: relative;
  display: flex;
  justify-content: center;
  width: 450px;
  height: 440px;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.slider-wrapper .slider .slick-slide {
  height: 85px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.slider-wrapper .slider .slick-slide span {
  color: #d7b66f; 
  font-size: 14px;
  font-weight: 600;
  top: 20px;
  left: 141px;
  position: absolute;
  width: 216px;
}
.slider-wrapper .slider .slick-slide p {
  color: #393939;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 6px;
  top: 53px;
  left: 141px;
  position: absolute;
}
.slick-slide img {
  height: 85px;
  width: 135px; 
}
.slick-slide > a {
  display: flex;
  overflow: hidden;
  height: 85px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 85px;
  outline: none;
}
.slick-slide > a > img {
  height: auto !important;
  width: 135px !important;
}

#arhitecture > ul > div > div > .slick-slide > div > div > a {
  position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 100%;
    overflow: hidden;
    width: 100%;
    transition: .7s;
}
#arhitecture > ul > div > div > .slick-slide > div > div > a > img {
  filter: saturate(0);
  transition: .6s;
}
#arhitecture > ul > div > div > .slick-slide > div > div > a:hover > img {
  transform: scale(1.1);
  transition: .2s;
  filter: saturate(1);
}
#arhitecture > ul > div > div > .slick-slide > div > div > a:hover > p {
  bottom: 28px;
  transition: .2s .15s;
}
#arhitecture > ul > div > div > .slick-slide > div > div > a:hover > span {
  bottom: 0px;
  transition: .2s 0s; 
}
#arhitecture > ul > div > div > .slick-slide > div > div > a > span {
  bottom: 0px;
  transition: .2s 0s; 
}
.slick-slide > a > p {
  /* position: absolute; */
}
.slick-slide > a > span {
  /* position: absolute; */
}
main .main-left .slider-wrapper .slider .slider__item {
  list-style: none;
  position: relative;
}

main .main-left .slider-wrapper .slider .slider__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: auto;
}

main .main-left .slider-wrapper .slider .slider__item a .slider__item_img {
  margin-top: 6px;
  margin-bottom: 6px;
  width: 143px;
  height: 84px;
  outline: 1px solid grey;
  z-index: 9909;
}

main .main-left .slider-wrapper .slider .slider__item a .slider__item_img img {
  width: 100%;
  height: auto;
}

main .main-left .slider-wrapper .slider .slider__item a .slider__item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 249px;
}

main .main-left .slider-wrapper .slider .slider__item a .slider__item_text p {
  color: #393939;
  font-size: 15.4px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 6px;
}

main .main-left .slider-wrapper .slider .slider__item a .slider__item_text span {
  color: #d7b66f;
  font-size: 15px;
  font-weight: 600;
}

main .main-right {
  width: 100%;
  min-height: 774px;
  background: #fff;
  height: auto;
} 
.main-right > div:first-child {
  position: relative;
  top: 0;
  /* height: calc(100vh - 145px); */
  height: auto; 
  width: calc(100vw - 578px);   
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; 
  margin: 0; 
}
.main-right > div:nth-child(2) {
  display: block;
}
#wrapper .main-right > div img { 
  display: block;
  position: relative;  
  left: 0;
  /* height: calc(100vh - 145px); */
  height: auto;
  z-index: 9;
  object-fit: cover;
  -o-object-fit: cover;
}

#main > .main-right .ruslan .uslan  .wp-image-288 {
  object-position: bottom;
}
#main .main-right .ruslan .wp-image-407,
#main .main-right .ruslan .wp-image-408,
#main .main-right .ruslan .wp-image-215 {
  object-fit: contain;
} 
#main .main-right .ruslan .wp-image-397,
#main .main-right .ruslan .wp-image-293 {
  object-position: 50% 77%;
}
#main .main-right .ruslan .wp-image-412 {
  object-position: top;
} 



.lesha {
  width: 100%;
}
#main > .main-right > .ruslan > div > div > div:nth-child(2) > div > img,
#main .uslan > div:nth-child(2) > div > img {
  width: auto;
}
#main > div.main-right > div:first-child .slick-prev.slick-arrow,
#main > div.main-right > div:first-child .slick-next.slick-arrow {
  height: 100%;
  width: 50%;
  top: 50%;
  z-index: 999;
}
#main > div.main-right > div:first-child .slick-arrow:hover {
  /* background: rgba(255, 255, 255, 0.15); */
}
#main > div.main-right > div:first-child .slick-prev.slick-arrow {
  left: 0;
  cursor: url(../images/icons/prev_arrow.png), default;
}
#main > div.main-right > div:first-child .slick-next.slick-arrow {
  right: 0;
  cursor: url(../images/icons/next_arrow.png), default;
}
.slick-prev:before, .slick-next:before {
  content:none;
}
main .main-right > div {
  height: 100%;
  /* background: #EDE8DA; */
}

main .main-right #gallery {
  display: none;
  height: auto;
  background: #fff;
}

main .main-right #gallery > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 33%;
  width: 100%;
  height: 100%;
}

main .main-right #gallery > div > a {
  position: relative;
  outline: 3px solid #fff;
  z-index: 999;
  overflow: hidden;
  -webkit-transform-origin: preserve-3d;
          transform-origin: preserve-3d;
  -webkit-perspective: 400px;
          perspective: 400px;
}

main .main-right #gallery > div > a img {
  position: relative;
  z-index: 9;
  -webkit-transition: .2s;
  transition: .2s;
}

main .main-right #gallery > div > a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

main .main-right #gallery .gallery-row1 {
  width: 66.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  border-right: 2px solid #fff;
}
 #gallery .gallery-row1 a img, #gallery .gallery-row2 a img {
  filter: saturate(0);
}
#gallery .gallery-row1 a img:hover 
, #gallery .gallery-row2 a img:hover {
  filter: saturate(1);
}
main .main-right #gallery .gallery-row1 > a {
  min-width: 183px;
  width: auto;
  height: auto;
}

main .main-right #gallery .gallery-row1 > a img {
  height: 100%;
}

main .main-right #gallery .gallery-row1 > a img:nth-child(2) {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

main .main-right #gallery .gallery-row2 {
  width: 33.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

main .main-right #gallery .gallery-row2 > a {
  min-width: 144px;
}

main .main-right #gallery .gallery-row2 > a img:nth-child(1) {
  border-bottom: 2px solid #fff;
}

main .main-right #about, main .main-right #contacts {
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
}

main .main-right #gallery.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .main-right #about {
  display: none;
}

main .main-right #about.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .main-right #projects {
  display: none;
}

main .main-right #projects > div {
  width: 50%;
  height: calc(100vh - 145px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #404040;
  -webkit-transition: .1s;
  transition: .1s;
  cursor: pointer;
}

main .main-right #projects > div:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  color: #003b00;
}

main .main-right #projects.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .main-right #contacts {
  display: none;
}

main .main-right #contacts.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .main-right #arhitecture {
  display: none;
  z-index: 999999999;
}

#arhitecture .slider {
  width: 100%;
  padding: 0;
  height: calc(100vh - 145px);
  z-index: 999999999;
  margin: 0;
}
#wrapper #arhitecture .slider img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover; 
  flex-shrink: 0;
  transition: .7s;
}
#contacts > iframe {
  margin-left: -50px;
}
#main .uslan {
  display: flex; 
  /* height:  calc(100vh - 145px); */
  height: auto;
  background: rgb(237, 232, 218); 
}
#main .uslan > div:first-child {
  font-size: 15px;
  font-weight: 700;
  min-width: 270px;
  width: 50%;
  padding: 10px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  height: auto;
  padding: 10px;
  position: relative;
}
#main > div.main-right > div.ruslan.slick-initialized.slick-slider > div > div > div.slick-slide.slick-current.slick-active > .wp-image-437 {
  filter: grayscale(.5)
} 
#contacts > div:nth-child(2), #contacts > div:nth-child(3) {
  display: flex;
  align-items: center;
}
#contacts > div:nth-child(2) > P, #contacts > div:nth-child(3) > p {
  padding-right: 8px;
}

#main > .main-right > .ruslan > div > div > .uslan > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: calc(100vh - 145px); */
  height: auto;
  width: 100%;
  overflow: hidden;
}
#main > .main-right > .ruslan > div > div > .uslan > div:nth-child(2) img {
  width: 100% !important;
  /* height: 100%; */
  height: auto;
  align-self: flex-start;
  object-fit: cover;
  -o-object-fit: cover;
  flex-shrink: 0;
  width: auto;
}
/* #main .uslan > div img {
  width: 100%;
  height: auto;
  top: -25%; 
} */
#main .uslan > div p:first-child {
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 35px;
}
#main .uslan > div p {
  font-size: 11.7px;
  font-weight: 600;
  width: 50%; 
}

#arhitecture .slider .slick-slide span, #arhitecture .slider .slick-slide p {
  display: flex;
  align-items: center;
  z-index: 999;
  height: 28px; 
  color: #d7b66f;
  font-size: 12px;
  font-weight: 600;
  left: 141px;
  position: absolute;
  bottom: -28px;
}
#arhitecture .slider .slick-slide span {
  width: 100%;
  left: 0;
  background: #fff;
  padding-left: 12px;
  transition: .2s .15s;
  z-index: 99999;
}
#arhitecture .slider .slick-slide p {
  display: flex;
  align-items: center;
  height: 28px;
  background: #93b393;
  margin: 0;
  left: 0;
  width: 100%;
  padding-left: 12px;
  color: #393939;
  font-size: 11px;
  font-weight: 500;
  transition: .2s;
  z-index: 999;
}
#arhitecture .slick-list {
  width: 100%;
  height: 100%;
}
#arhitecture .slick-track {
  height: 100%;
  max-height: calc(100vh - 145px);
}
#arhitecture .slick-slide {
  height: 100%;
  width: auto;
}
#arhitecture .slick-slide > div:nth-child(1) {
  height: 50%;
}
#arhitecture .slick-slide > div:nth-child(2) {
  height: 50%;
}
#arhitecture .slick-slide > div:nth-child(1) > div, #arhitecture .slick-slide > div:nth-child(2) > div {
  height: 100%;
}

main .main-right #arhitecture.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: calc( 100vw - 595px);
}

main .main-right #painting {
  display: none;
}

main .main-right #painting.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .main-right #drawing {
  display: none;
}
.scrollDisabled {   
  position: fixed;
  margin-top: 0;
  width: 100%;
}
main .main-right #drawing.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1280px) {
  main .main-right #arhitecture.active {
    width: calc(100vw - 415px);
  }
  .main-right > div:first-child {
    width: calc(100vw - 394px);
  }
  #header .header-left { 
    width: 314px;
  }
  #header .header-left h1 {
    width: 314px;
    font-size: 19px;
    letter-spacing: normal;
  }
  #header .header-left h2 {
    font-size: 17px;
  }
  #main .main-left {
    min-width: 314px;
    width: 314px;
    margin-right: 80px;
  }
  #main .main-left .about {
    width: 314px;
  }
  #main .main-left .about .about__bar {
    margin-top: 0;
  }
  #main .main-left .about .about__img {
    width: 140.5px;
  }
  #main .main-left .slider-wrapper {
    width: 314px;
    top: -170px;
  }
  #main .main-left .slider-wrapper .slider-arrow {
    left: 35px;
  }
  #main .main-left .slider-wrapper .slider {
    width: 354px;
  }
  #main .main-left .slider-wrapper .slider .slider__item_text > * {
    padding-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  .main-right > div:first-child {
    width: 100%;
  }
  #gallery {
    width: 100vw;
  }
  #main .uslan {
    display: flex; 
  }
  #main .uslan > div:first-child {
    min-width: 120px;
    width: 50%;
  }
  main .main-right #arhitecture.active {
    width: 100vw;
  }
  #header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .header-left {
    margin-left: auto;
    margin-right: auto;
  }
  #header .header-right {
    position: relative;
    margin-left: 33px;
    top: 300px;
    top: 700px;
    min-width: 314px;
    width: 90%;
  }
  #header .header-right p {
    line-height: 17px;
  }
  #main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main .main-left {
    min-width: 314px;
    width: 314px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  #main .main-left .about {
    width: 314px;
  }
  #main .main-left .about .about__bar {
    margin-top: 0;
  }
  #main .main-left .about .about__img {
    width: 140.5px;
  }
}
/*# sourceMappingURL=style.css.map */