/* fonts.css */
@font-face {
    font-family: "MuseoSansRegular";
    src: url("../fonts/MuseoSansRegular/MuseoSansRegular.eot");
    src: url("../fonts/MuseoSansRegular/MuseoSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansRegular/MuseoSansRegular.woff") format("woff"),
    url("../fonts/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MuseoSansBold";
    src: url("../fonts/MuseoSansBold/MuseoSansBold.eot");
    src: url("../fonts/MuseoSansBold/MuseoSansBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansBold/MuseoSansBold.woff") format("woff"),
    url("../fonts/MuseoSansBold/MuseoSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MuseoSansItalic";
    src: url("../fonts/MuseoSansItalic/MuseoSansItalic.eot");
    src: url("../fonts/MuseoSansItalic/MuseoSansItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansItalic/MuseoSansItalic.woff") format("woff"),
    url("../fonts/MuseoSansItalic/MuseoSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MuseoSansLight";
    src: url("../fonts/MuseoSansLight/MuseoSansLight.eot");
    src: url("../fonts/MuseoSansLight/MuseoSansLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansLight/MuseoSansLight.woff") format("woff"),
    url("../fonts/MuseoSansLight/MuseoSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MuseoSansMedium";
    src: url("../fonts/MuseoSansMedium/MuseoSansMedium.eot");
    src: url("../fonts/MuseoSansMedium/MuseoSansMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansMedium/MuseoSansMedium.woff") format("woff"),
    url("../fonts/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MuseoSansBlack";
    src: url("../fonts/MuseoSansBlack/MuseoSansBlack.eot");
    src: url("../fonts/MuseoSansBlack/MuseoSansBlack.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansBlack/MuseoSansBlack.woff") format("woff"),
    url("../fonts/MuseoSansBlack/MuseoSansBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MuseoSansBoldItalic";
    src: url("../fonts/MuseoSansBoldItalic/MuseoSansBoldItalic.eot");
    src: url("../fonts/MuseoSansBoldItalic/MuseoSansBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansBoldItalic/MuseoSansBoldItalic.woff") format("woff"),
    url("../fonts/MuseoSansBoldItalic/MuseoSansBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MuseoSansMediumItalic";
    src: url("../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic.eot");
    src: url("../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic.woff") format("woff"),
    url("../fonts/MuseoSansMediumItalic/MuseoSansMediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MuseoSansLightItalic";
    src: url("../fonts/MuseoSansLightItalic/MuseoSansLightItalic.eot");
    src: url("../fonts/MuseoSansLightItalic/MuseoSansLightItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansLightItalic/MuseoSansLightItalic.woff") format("woff"),
    url("../fonts/MuseoSansLightItalic/MuseoSansLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MuseoSansBlackItalic";
    src: url("../fonts/MuseoSansBlackItalic/MuseoSansBlackItalic.eot");
    src: url("../fonts/MuseoSansBlackItalic/MuseoSansBlackItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansBlackItalic/MuseoSansBlackItalic.woff") format("woff"),
    url("../fonts/MuseoSansBlackItalic/MuseoSansBlackItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

strong{
    font-family: "MuseoSansBold";
}
ul.abs_ul_text {
  position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 50%;
    height: 100%;
    background-color: rgb(233, 233, 233, 0.72);
    margin: 0;
}
ul.abs_ul_text li {
  padding: 3px 0px;
}
.text_sale_bg_topblock {
  display: block;
  width: 100%;
  padding: 15px 0px;
  background: transparent url('../images/bg_sale_topblock.jpg') top center no-repeat;
  color: #FFF;
}
.topblock_flex {
  display: flex;justify-content: space-between;
}
.topblock_title {
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
}
.topblock_more {
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  border: #ff0a83 solid 1px;
}
.pink_btn_arrow {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  background-color: #ff0a83;
  color: #FFF;
}
.pink_btn_arrow::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -19px;
  display: inline-block;
  vertical-align: top;
  border-left: #ff0a83 solid 19px;
  border-top: transparent solid 16px;
  border-bottom: transparent solid 19px;
  border-right: transparent solid 0px;
}

.page-header__phone_mob{
    display: none;
}

@media (max-width: 1230px) {
  .topblock_title {font-size: 15px;}
  .topblock_flex {font-size: 16px;}
}
@media (max-width: 1060px) {
  .topblock_title {font-size: 12px;}
  .topblock_flex {font-size: 14px;}
}
.page-header .text_sale_bg_topblock .wrapper {
  background: transparent;
}
.text_sale_title_bg {
  display: block;
  padding: 0px;
  margin: 0px;
  background: transparent url('../images/title_bg_sale.jpg') center top no-repeat;
  min-height: 640px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}
.text_sale_title_bg .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 640px;
}
.text_sale_title_bg .process-btn {
  display: inline-block;
  vertical-align: top;
  width: 210px;
}
.text_sale_info {
  padding-top: 60px !important;
}
.sale_info_ttl {
  font-size: 33px;
  line-height: 33px;
  margin-bottom: 25px !important;
}
.text_sale_info table {
  width: 100%;
  border-collapse: collapse;
}
.text_sale_info table td {
  width: 50%;
  text-align: left;
  vertical-align: top;
  padding: 30px 0px;
}
.text_sale_info table tr td:nth-child(1) {
  position: relative;
  min-height: 370px;
  display: block;
}
.text_sale_info table tr:nth-child(2) td:nth-child(1),
.text_sale_info table tr:nth-child(1) td:nth-child(1) {
  cursor: pointer;
}
.text_sale_info table tr:nth-child(1) td:nth-child(1) img,
.text_sale_info table tr:nth-child(2) td:nth-child(1) img {
  position: absolute;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: linear;
}
.text_sale_info table tr:nth-child(1) td:nth-child(1) img:nth-child(1),
.text_sale_info table tr:nth-child(2) td:nth-child(1) img:nth-child(1) {
  opacity: 1;
}
.text_sale_info table tr:nth-child(1) td:nth-child(1):hover img,
.text_sale_info table tr:nth-child(2) td:nth-child(1):hover img {
  opacity: 1;
}
.text_sale_info table tr:nth-child(1) td:nth-child(1):hover img:nth-child(1),
.text_sale_info table tr:nth-child(2) td:nth-child(1):hover img:nth-child(1) {
  opacity: 0;
}
.text_sale_info table td p {
  margin-bottom: 10px; 
}

/* global.css */
body {
  font-family: 'MuseoSansRegular', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #3a2f26;
	background-color: #ffffff;
  margin: 0;
}
.inner-page::before {
  content: '';
  display: block;
  width: 100%;
  height: 105px;
}
.page-header-w-topbanner.inner-page::before {
  height: 169px;
}
.wrapper {
  width: 100%;
  max-width: 1440px;
  /*min-width: 910px;*/
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footerprotector {
	height: 280px;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #d1d1d1;
  padding: 14px 17px;
}
.btn:hover {
  text-decoration: none;
}
.btn--more::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background-image: url("../images_new/icon-plus.png");
  background-position: center;
  background-repeat: no-repeat;
  margin: -1.5px 13px 0 0;
}
.block-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin: 60px 0 50px;
}
.block-title--with-ann {
  margin: 60px 0 0;
}
.block-title--black {
  color: #000000;
}
.block-title::before,
.block-title::after {
  content: '';
  display: block;
  height: 1px;
  width: 27px;
  flex: 0 27px;
  background-color: #ff0a83;
  margin: auto 19px;
}
.block-title-announce {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: center;
  margin: 0 0 40px;
}
.big-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  padding: 115px 0 15px;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
  min-width: 140px;
  background-image: url("../images_new/big-btn.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.big-btn--small {
  padding: 73px 0 12px;
  min-width: 98px;
  background-image: url("../images_new/big-btn-small.png");

}

.step-next .big-btn--small{
    width: 45%;
}

.big-btn--prev,
.big-btn--next {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}
.big-btn:hover {
  text-decoration: none;
}
.big-btn::before {
  content: '';
  display: block;
  width: 37px;
  height: 37px;
  background-image: url("../images_new/icon-plus-big.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16.5px 0 0 -18.5px;
}
.big-btn--up::before {
  content: '';
  display: block;
  width: 27px;
  height: 15px;
  background-image: url("../images_new/icon-up-big.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18.5px 0 0 -13.5px;
}
.big-btn--prev::before,
.big-btn--next::before {
  content: '';
  display: block;
  width: 29px;
  height: 19px;
  background-image: url("../images_new/icon-next-big.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24.5px 0 0 -14.5px;
}

.big-btn--prev::before{
    transform: rotate(180deg);
    margin: -33.5px 0 0 -14.5px;
}

.big-btn--prev span,
.big-btn--next span {
  display: block;
  font-family: "MuseoSansBold";
  color: #ff0a83;
}
.page-title {
  font-size: 33px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000000;
  margin: 60px 0 40px;
}

/* page-header.css */
.page-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 455;
  background-color: #000000;
}
.page-header::after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background-color: #ff0a83;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.5px 0 0;
  z-index: 1;
}
.page-header .wrapper {
  background-color: #000000;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.page-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 105px;
}
.page-header__logo {
  flex: 0 20%;
  margin: auto 15px auto 0;
}
.page-header__logo img {
  max-width: 100%;
  /*height: auto;*/
  height: 40px;
}
.page-header__menu {
    height: 100%;
  flex: 0 66%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
}
.page-header__menu-item {
  font-family: 'MuseoSansBold', Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}

.page-header__menu-item a {
    color: white;
}
.page-header__menu-item--active > a {
    color: #e20072;
}

@media screen and (min-width: 950px) {
    .page-header__menu-item {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 950px) {
    .page-header__menu  {
        overflow: scroll;
        height: calc(100% - 125px);
    }
}

.page-header__menu-item--active,
.page-header__menu-item:hover {
  color: #ff0a83;
  text-decoration: none;
}


.page-header__menu-item.open .page-header__submenu{
    display: block;
}

.page-header__submenu{
    display: none;
    position: absolute;
    top: calc(100% - 30px);
    left: 0;
    background-color: #000;
}

.page-header__submenu-item{
    padding: 10px;
    color: #fff;
    display: block;
}

.page-header__submenu-item:hover{
    color: #ff0a83;
    text-decoration: none;
}


.page-header__lang {
  flex: 0 3%;
  text-align: center;
  margin: auto 1%;
}
.page-header__lang-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
  width: 20px;
}
.page-header__lang-item:hover {
  color: #ff0a83;
}
.page-header__lang-item--active {
  color: #ff0a83;
  border: 1px solid #ff0a83;
}
.page-header__phone {
  flex: 0 9%;
  font-family: 'MuseoSansBold', Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 900;
  padding: 0 0 0 24px;
  background-image: url("../images_new/icon-phone.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.page-header__phone a{
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1180px) {
  .page-header__menu-item {
    font-size: 14px;
  }
  .page-header__lang {
    flex: 0 32px
  }
}
@media (max-width: 1085px) {
  .page-header__menu {
    flex: 0 80%;
  }
  .page-header__menu-item {
    font-size: 12px;
  }
}


/* page-footer.css */
.page-footer {
  background-color: #000000;
  background-image: url("../images_new/footer-pattern.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 0;
  margin-top: -280px;
  height: 280px;
  width: 100%;
  /*min-width: 910px;*/
}
.page-footer__inner {
  display: flex;
  justify-content: space-between;
}
/*.page-footer__col:first-child {
  flex: 0 310px;
  margin: 0 50px 0 0;
}
.page-footer__col:last-child {
  flex: 0 240px;
  margin: 0 70px 0 auto;
}*/
.page-footer__logo {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid #2f2f2f;
}
.page-footer__dev {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 300;
}
.page-footer__dev a {
  color: #e80086;
}
.page-footer__menu-item {
  display: block;
  font-family: 'MuseoSansBold', Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  margin: 0 0 20px;
}
.page-footer__menu-item--active,
.page-footer__menu-item:hover {
  color: #ff0a83;
  text-decoration: none;
}
.page-footer__phone {
  font-family: 'MuseoSansBold', Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 900;
  margin: 0 0 25px;
}

.page-footer__phone a{
    color: #ffffff;
    text-decoration: none;
}

.page-footer__address {
  border-left: 1px solid #ff0a83;
  padding: 0 0 0 17px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 300;
}

/* main-background.css */
.main-background {
  height: 100vh;
  width: 100%;
  /*min-width: 910px;*/
  background-image: url("../images_new/bg/1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.main-background .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-background__text {
  text-align: center;
  color: #ffffff;
}
.main-background__text-h1 {
  font-family: 'MuseoSansBold', Arial, sans-serif;
  font-size: 50px;
  line-height: 54px;
  font-weight: 900;
  text-transform: uppercase;
}
.topblock_title span,
.main-background__text-h1 span {
  color:#ff0a83;
}
.main-background__text-p {
  position: relative;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
}
.main-background__text-p::before,
.main-background__text-p::after {
  content: '';
  display: block;
  width: 125px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin: 2px 0 0;
  left: 0;
  background-color: #ff0a83;
}
.main-background__text-p::after {
  right: 0;
  left: auto;
}
.main-background__scroll {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background-color: transparent;
  background-image: url("../images_new/scroll-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  bottom: 160px;
  left: 50%;
  margin: 0 0 0 -20px;
  cursor: pointer;
  animation: shadow  2s infinite ease-in-out;
}
@keyframes shadow {
  from {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0);
    -moz-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0);
    box-shadow: 0px 0px 10px 2px rgba(255,255,255,0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(255,255,255,1);
    box-shadow: 0px 0px 10px 2px rgba(255,255,255,1);
  }
  to {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0);
    -moz-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0);
    box-shadow: 0px 0px 10px 2px rgba(255,255,255,0);
  }
}
.main-background__scroll:hover {
  border: 1px solid #ffffff;
}

/* content.css */
.content {
  min-height: 100%;
}

/* blog.css */
.blog {
  position: relative;
  margin: 70px 0 100px;
}
.blog::before {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background-color: #ff0a83;
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
}
.blog .wrapper {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.blog__title {
  display: flex;
  justify-content: space-between;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.blog__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
    flex-wrap: wrap;
}
.blog__item {
  flex: 0 22%;
  max-width: 315px;
}
.blog__item-image {
  display: block;
  position: relative;
  text-decoration: none;
  margin: 0 0 30px;
}
.blog__item-image::before {
  content: '';
  display: block;
  width: 1px;
  height: 38px;
  background-color: #ff0a83;
  position: absolute;
  bottom: -16px;
  left: 10px;
}
.blog__item-image:hover {
  text-decoration: none;
}
.blog__item-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.blog__item-title {
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  color: #000000;
  margin: 0 0 25px;
}
.blog__item-title:hover {
  color: #888888;
  text-decoration: none;
}
.blog__item-announce {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #000000;
  margin: 0 0 40px;
}
.blog__item-info {
  display: flex;
}
.blog__item-date {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #666666;
  margin: 0 15px 0 0;
}
.blog__item-view {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #666666;
  padding: 0 0 0 33px;
  background-image: url("../images_new/icon-view.png");
  background-position: left center;
  background-repeat: no-repeat;
}

/* services.css */
.services__inner-top {
  padding: 75px 0 495px;
  color: #ffffff;
  background-color: #000000;
  background-image: url("../images_new/block-pattern.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.services__info {
  display: flex;
}
.services__title {
  flex: 0 45%;
  margin: 0 5% 0 0;
  font-size: 33px;
  line-height: 37px;
  font-weight: 300;
}
.services__title span {
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  color: #ff0a83;
}
.services__text {
  flex: 0 50%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.services__inner-bottom {
  margin: -495px 0 0;
}
.services__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.services__item {
  display: block;
  position: relative;
  flex: 0 33.333%;
  height: 495px;
  overflow: hidden;
}
.services__item img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.services__item-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  margin: -40px 0 0;
}
.services__item-title span {
  display: inline-block;
  vertical-align: middle;
  background-color: #000000;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  padding: 30px 69px;
}

/* portfolio.css */
.portfolio {
  margin: 0 0 64px;
}
.portfolio-page__title {
  font-size: 33px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000000;
  margin: 60px 0 40px;
}
.portfolio__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
}
.portfolio__item {
  position: relative;
  margin: 5px 0;
  overflow: hidden;
}
.portfolio__item--50 {
  flex: 0 49.5%;
}
.portfolio__item--70 {
  flex: 0 69.5%;
}
.portfolio__item--30 {
  flex: 0 29.5%;
}
.portfolio__item--33 {
  flex: 0 32.7%;
}
.portfolio__item-title {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  font-family: 'MuseoSansBold', Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
}

@media screen and (min-width: 500px) {
    .portfolio__item-title {
        text-align: center;
        font-size: 22px;
        line-height: 24px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.portfolio__btn {
  text-align: center;
}

.stages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.stage {
  /*flex: 0 435px;*/
  flex: 0 30%;
  margin: 0 5px 55px;
}
.stage__img {
  margin: 0 0 25px;
}
.stage__img img {
  display: block;
  margin: 0 auto;
}
.stage__info {
  position: relative;
  padding: 0 0 0 40px;
}
.stage__info::before {
  content: '';
  display: block;
  width: 1px;
  height: 111px;
  background-color: #ff0a83;
  position: absolute;
  left: 20px;
  top: -44px;
}
.stage__title {
  font-family: 'MuseoSansBold', Arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #ff0a83;
  text-transform: uppercase;
}
.stage__text {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

/* prices.css */
.prices__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prices__item {
  flex: 0 435px;
  padding: 80px 75px 0;
  height: 335px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 10px 45px;
  background-position: center;
  background-repeat: no-repeat;
}
.prices__item:nth-child(1) {
  background-image: url('../images_new/prices/1.jpg');
}
.prices__item:nth-child(2) {
  background-image: url('../images_new/prices/2.jpg');
}
.prices__item:nth-child(3) {
  background-image: url('../images_new/prices/3.jpg');
}
.prices__item:nth-child(4) {
  background-image: url('../images_new/prices/4.jpg');
}
.prices__item-title {
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 17px;
}
.prices__item-title::after {
  content: '';
  display: block;
  width: 27px;
  height: 1px;
  background-color: #8b8b8b;
  margin: 17px auto 0;
}
.prices__item-text {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  height: 110px;
}
.prices__item-price {
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  font-style: italic;
}
.prices__item-price span {
  font-size: 30px;
}

.payment {
  margin: 0 0 110px;
}
.payment-title {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: center;
  text-transform: none;
  padding: 50px 0 0;
  margin: 0 0 80px;
  border-top: 1px solid #e5e5e5;
}

/* process-bg.css */
.process-bg {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  /*height: 678px;*/
  background-image: url('../images_new/process/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: auto 100%;*/
  background-size: cover;
}
.process-bg .wrapper {
  display: flex;
}
.process-bg__block {
  /*margin: auto;*/
  /*padding: 70px 55px 40px;*/
  padding: 10px 55px;
  max-width: 485px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  background-image: url('../images_new/process/text-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px auto;
}
.process-bg__price {
  font-size: 33px;
  line-height: 43px;
  margin: 0 0 20px;
}
.process-bg__text {
  margin: 0 0 30px;
}
.process-bg__list {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #4d4d4d;
}
.process-bg__list::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 auto 10px;
  background-image: url('../images_new/process/text-plus.png');
  background-position: center;
  background-repeat: no-repeat;
}
.process-bg__btn {
  margin: 40px 0 0;
}
.process-btn {
  display: block;
  font-family: "MuseoSansBold";
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  padding: 18px 0;
  width: 100%;
  text-transform: uppercase;
  background-color: #ff0a83;
}

/* step.css*/
.step-title {
  position: relative;
  height: 465px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.step-title--portfolio {
  height: unset;
}
.step-title::after {
  content: '';
  display: block;
  width: 1px;
  height: 165px;
  background-color: #ff0a83;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -0.5px;
  bottom: -35px;
}
.step-title--portfolio::after {
    content: none;
}
.step-title--1 {
  background-image: url('../images_new/step/bg-step-1.jpg');
}
.step-title--2 {
  background-image: url('../images_new/step/bg-step-2.jpg');
}
.step-title--3 {
  background-image: url('../images_new/step/bg-step-3.jpg');
}
.step-title--4 {
  background-image: url('../images_new/step/bg-step-4.jpg');
}
.step-title--5 {
  background-image: url('../images_new/step/bg-step-5.jpg');
}
.step-title--6 {
  background-image: url('../images_new/step/bg-step-6.jpg');
}
.step-title .wrapper {
  display: flex;
}
.step-title__inner {
  margin: auto;
  max-width: 570px;
}
.step-title__inner--portfolio {
  margin: 80px auto 50px;
  max-width: unset;
}
.step-title__inner span {
  display: block;
  font-family: 'MuseoSansBold', Arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #ff0a83;
  text-transform: uppercase;
  text-align: center;
}
.step-title__inner h1 {
  font-size: 33px;
  line-height: 43px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
}

.step-title__inner--portfolio h1 {
    color: black;
}

.step-text {
  padding: 100px 0 85px;
}
.step-text--portfolio {
  padding: 10px 0 50px;
}
.step-text .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.step-text__title {
  flex: 0 25%;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #000000;
}
.step-text__title span {
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  color: #ff0a83;
}
/*.step-text__text {*/
/*  flex: 0 45%;*/
/*}*/
.step-text__text p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 0 0 30px
}
.step-text__text--portfolio p {
  margin: 0;
}
.step-text__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.step-text__text li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  padding: 0 0 0 15px;
  margin: 10px;
}
.step-text__text li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #3b3b3b;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}
.step-text__price {
  flex: 0 210px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 0 0 15px;
  border-bottom: 1px solid #ff0a83;
  cursor: pointer;
}

.step-items {
  padding: 0 0 100px;
}
.step-items .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.step-item {
  flex: 0 49%;
  margin: 0 0 60px;
}
.step-item--full {
  flex: 0 100%;
}
.step-item__img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.step-item__text {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  padding: 15px 0 0 35px;
  /*width: 50%;*/
  box-sizing: border-box;
}
.step-item__text::before {
  content: '';
  display: block;
  width: 1px;
  height: 69px;
  background-color: #ff0a83;
  position: absolute;
  left: 12px;
  top: -18px;
}

.step-next {
  background-color: #000000;
  padding: 25px 0 65px;
}
.step-next .wrapper {
  text-align: center;
}


.step-form {
  padding: 30px 0;
}
.step-form .wrapper {
  max-width: 750px;
}
.step-form__title {
  font-size: 33px;
  line-height: 43px;
  color: #000000;
  text-align: center;
}
.step-form__text {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: center;
  margin: 0 0 50px;
}
.step-form__form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.step-form__form-field {
  flex: 0 49%;
  margin: 0 0 25px;
}
.step-form__form-field--captcha {
  display: flex;
  align-items: center;
}
.step-form__form-field--captcha img {
  flex: 0 80px;
  min-width: 80px;
  margin: 0 10px 0 0;
}
.step-form__form-field--captcha input[type="text"] {
  flex: 1;
}
.step-form__form-field--btn {
  flex: 0 100%;
}
.step-form__form-field input[type="text"] {
  padding: 15px 22px;
  border: 0;
  border-radius: 0;
  background-color: #e6e6e6;
  font-size: 16px;
  line-height: 18px;
  color: #808080;
  width: 100%;
  box-sizing: border-box;
}
.step-form__form-field input[type="submit"] {
  font-family: 'MuseoSansBold', Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff0a83;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  border: 0;
}

/* gallery-page.css */
.gallery-page {
  padding: 0 0 100px;
}
.gallery-page__title {
  font-size: 33px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000000;
  margin: 60px 0 40px;
}
.gallery-page__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.gallery-page__item {
  position: relative;
  flex: 0 50%;
}
.gallery-page__item-img {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.gallery-page__item-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}
.gallery-page__item-inner {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gallery-page__item-link {
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  padding: 30px 80px;
  background-color: #000000;
  text-decoration: none;
}
.gallery-page__item-link:hover {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}

/* album-page.css */
.album-page {
  padding: 0 0 100px;
}
.album-block {
    padding: 100px 0 0;
}
.album-page__head {
  display: flex;
  margin: 60px 0 40px;
}
.album-page__back {
  flex: 0 49px;
  margin: 0 25px 0 0;
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
  background-image: url('../images_new/gallery-back.png');
  background-position: left center;
  background-repeat: no-repeat;
  border-right: 1px solid #d9d9d9;
}
.album-page__title {
  font-size: 33px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000000;
  margin: 0 0 20px;
}
.album-page__title .album-page__title__inner p {
  font-size: 12px;
  line-height: 14px;
}
.album-page__tags {
  display: flex;
  align-items: center;
}
.album-page__tags-title {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000000;
  margin: 0 10px 0 0;
}
.album-page__tags-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  color: #000000;
  padding: 9px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  margin: 0 5px 0 0;
}
.album-page__tags-item span {
  font-size: 10px;
  line-height: 13px;
}
.album-page__tags-item:hover,
.album-page__tags-item--active {
  background-color: #ff0a83;
  border-color: #ff0a83;
  color: #ffffff;
  text-decoration: none;
}
.album-page__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.album-page__item {
  position: relative;
  flex: 0 33.3%;
  overflow: hidden;
  cursor: pointer;
}
.album-page__item-img {
  height: 100%;
  width: 100%;
}
.album-page__item-img img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.album-page__item-img video{
    height: 100%;
    object-fit: cover;
}
.album-page__item-info {
  position: absolute;
  bottom: -135px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 65px 35px 0;
  height: 135px;
  box-sizing: border-box;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
  -webkit-transition: bottom 1s;
  transition: bottom 1s;
}
.album-page__item:hover .album-page__item-info {
  bottom: 0;
}
.album-page__item-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.album-page__item-tag {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #999999;
}

.album-page__popups {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.album-page__popups--opened {
  display: flex;
}
.album-page__popup {
  display: none;
  position: relative;
  margin: auto;
  max-width: 90%;
  width: auto;
  max-height: 90%;
  height: auto;
}
.album-page__popup--active {
  display: block;
}
.album-page__popup-img {
  height: 600px;
  width: 100%;
}

.album-page__popup-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.album-page__popup-video{
    width: 100%;
    max-height: 100%;
}

.album-page__popup-video video{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.album-page__popup-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 65px 35px 0;
  height: 135px;
  box-sizing: border-box;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.video .album-page__popup-info{
    position: static;
    padding: 35px;
    background-color: #000;
    height: unset;
}
.album-page__popup-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.album-page__popup-tag {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #999999;
}
.album-page__popup-control {
  position: absolute;
  top: 0;
  height: 100%;
  width: 75px;
  overflow: hidden;
  text-indent: -9999px;
  text-decoration: none;
  background-image: url('../images_new/control-arrow.png');
  background-position: center;
  background-repeat: no-repeat;
}

.video .album-page__popup-control{
    height: 47px;
    top: calc(50% - 47px);
}

.album-page__popup-control--prev {
  left: 0;
}
.album-page__popup-control--next {
  right: 0;
  transform: scale(-1, 1);
}
.album-page__popup-close {
  position: absolute;
  border: 0;
  border-radius: 0;
  width: 24px;
  height: 24px;
  background-color: #000000;
  background-image: url('../images_new/popup-close.png');
  background-position: center;
  background-repeat: no-repeat;
  top: -24px;
  right: -24px;
  overflow: hidden;
  text-indent: -9999px;
}


/* изменения 23.05.19 */

.anin_run {
  animation: run 3s infinite ease-in-out;
}
@keyframes run {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
}
.main-background__text-p::before,
.main-background__text-p::after {
  animation: lines 3s infinite ease-out;

}
@keyframes lines {
  0% { 
    background-color: #ff0a83;
    transform: scaleY(1);
  }
  25% { 
    background-color: red;
    transform: scaleY(1.5);
  }
  50% { 
    background-color: green;
    transform: scaleY(3);
  }
  75% { 
    background-color: yellow;
    transform: scaleY(1.5);
  }
  100% { 
    background-color: #ff0a83;
    transform: scaleY(1); 
  }
}
.left_col {
  width: 100%;
}
.left_col .center {
   /* закомментирован important в style css*/
   width: 100%;
}
.blog_list {
  width: 100%;
}
.blog_list .blog_item {
  width: 33%;
  margin-right: 0;
  padding-left: 10px;
  box-sizing: border-box;
}
.blog_list .blog_item.medium {
  width: 66%;
  padding-left: 0;
}
.blog_list a img {
  width: 100%;
}
#search_block_blog .srch {
  width: 60%;
  margin-right: 9px;
}
.page-header__menu-item {
  padding: 5px;
}
.page-header__menu-item:hover {
  animation: shadow 2s infinite ease-in-out;
  padding: 5px;
}
.services__item-title span:hover {
  animation: shadow 2s infinite ease-in-out;
}

.slide_form_button {
  position: fixed;
  top: 50%;
  right: 0;
  width: 35px;
  padding: 12px 0;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 5px 0 0 5px;
  z-index: 990;
  cursor: pointer;
  box-shadow: 0px 0px 14px 8px rgba(226, 0, 114, 1);
  /*transition: box-shadow 0.3s ease-in-out;*/
  animation:spaceOutUp 10s infinite ease-in-out;
}

@keyframes spaceOutUp {
    0% {
        box-shadow: 0px 0px 14px 8px rgba(226, 0, 114, 0);
        /*transform: scaleY(1);*/
    }
    10% {
        box-shadow: 0px 0px 14px 8px rgba(226, 0, 114, 1);
    }
    20% {
        box-shadow: 0px 0px 14px 8px rgba(255, 0, 0, 0);
    }
    30% {
        box-shadow: 0px 0px 14px 8px rgba(255, 0, 0, 1);
    }
    40% {
        box-shadow: 0px 0px 14px 8px rgba(0, 128, 0, 0);
    }
    50% {
        box-shadow: 0px 0px 14px 8px rgba(0, 128, 0, 1);
    }
    60% {
        box-shadow: 0px 0px 14px 8px rgba(255, 255, 0, 0);
    }
    70% {
        box-shadow: 0px 0px 14px 8px rgba(255, 255, 0, 1);
    }
    80% {
        box-shadow: 0px 0px 14px 8px rgba(255, 255, 0, 0);
    }
    90% {
        box-shadow: 0px 0px 14px 8px rgb(0, 75, 226);
    }
    100% {
        box-shadow: 0px 0px 14px 8px rgba(255, 255, 0, 0);
    }
}

.slide_form_button:hover {
  background: #e20072;
}
.slide_form_button span{
  writing-mode:tb-rl;
  transform: rotate(180deg);
  cursor: pointer;
}
.slide_form_container {
  width: 100%;
  position: fixed;
  top: 50%;
  right: -100%;
  z-index: 995;
  background: #FFF;
  transform: translate(0, -50%);
  transition-duration: 0.5s;
}
.slide_form_cross {
  background: transparent url('../images/cross.png') no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
  cursor: pointer;
}
.slide_form_container_open {
  right: 0;
}


/* #slide-out {
  left: 0;
  width: 35px;
  padding: 12px 0;
  text-align: center;
  transition-duration: 0.3s;
}
#slide-out_inside {
  position: fixed;
  top: 40px;
  left: -250px;
  padding: 25px;

  transition-duration: 0.3s;
  text-align: left;
  border-radius: 0 0 5px 0;
}

#slide-out:hover {
  left: 250px;
}
#slide-out:hover #slide-out_inside {
  left: 0;
} */



/* адаптивная версия */
.page_header_mob_menu {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #ff0a83;
    transition: .4s;
    cursor: pointer;
    margin-left: 20px;
}
.page_header_mob_menu_icon {
    display: block;
    position: relative;
    background: #ff0a83;
    width: 45%;
    height: 3px;
    transition: .4s;
}
.page_header_mob_menu_icon:after,
.page_header_mob_menu_icon:before
{
    content: "";
    display: block;
    position: absolute;
    background: #ff0a83;
    width: 100%;
    height: 3px;
    transition: .2s;
}
.page_header_mob_menu_icon:before {
    top: -6px;
}
.page_header_mob_menu_icon:after {
    top: 6px;
}
.page_header_mob_menu-active .page_header_mob_menu_icon {
    background: 0 0;
}
.page_header_mob_menu-active .page_header_mob_menu_icon:before,
.page_header_mob_menu-active .page_header_mob_menu_icon:after
{
    top: 0;
}
.page_header_mob_menu-active .page_header_mob_menu_icon:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.page_header_mob_menu-active .page_header_mob_menu_icon:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
@media (max-width: 1280px) {
    .obj_title.show_page {
        border: 2px solid #e20072;
        margin-left: 0;
        z-index: 100;
        background: rgba(255,255,255,0.8);
        padding: 9px;
        position: fixed;
        top: 120px;
        width: 143px;
        font-size: 16px;
        line-height: 1;
    }

    .album-page__item {
        flex: 0 50%;
    }
}
@media (max-width: 950px) {
    .page_header_mob_menu {
        display: flex;
    }

    .step-text__text{
        flex: 0 100%;
    }

    .step-text{
        padding: 20px 0 30px;
    }

    .step-items{
        padding: 0 0 30px;
    }

    ul.abs_ul_text{
        width: 100%;
        padding: 0;
        overflow: hidden;
        font-size: 11px;
    }

    .step-item{
        flex: 0 100%;
    }

    .page-header__menu {
        display: none;
        position: fixed;
        top: 105px;
        right: 0;
        flex-direction: column;
        padding: 20px;
        background: #000;
        align-items: flex-start;
        justify-content: flex-start;
        flex: none;
    }
    .page-header__menu.page-header__menu_active {
        display: flex;
    }

    .page-header__submenu{
        position: static;
    }

    .page-header__inner {
        justify-content: flex-start;
    }
    .page-header__phone {
        margin-left: auto;
        flex: none;
    }
    .page-header__menu-item {
        font-size: 16px;
        line-height: 1.5;
    }
    .page-header__logo {
        flex: none;
        max-width: 170px;
    }
    .page-header__phone {
    }
    .wrapper {
         min-width: auto;
    }
    .main-background {
        min-width: auto;
    }
    .page-footer {
         min-width: auto;
    }
    .page-footer__inner {
        flex-wrap: wrap;
    }
    .page-footer__col:first-child {
        flex: none;
        margin: 0;
        order: 3;
    }
    .page-footer__col:last-child {
        flex: none;
        margin: 0;
        order: 2;
    }
    .page-footer__col {
        width: 50%;
        min-width: 280px;
        padding-right: 20px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .page-footer {
        background-size: cover;
        padding: 30px 0;
        height: auto;
        min-width: auto;
    }
    .page-footer__col:last-child {
        margin-bottom: 20px;
    }
    .gallery {
        max-width: 100%;
    }
    .center {
        max-width: 100%;
        width: 100%;
    }
    .center .left_col {
        max-width: 100%;
    }
    .default-styles-list .item_style_text p {
        overflow: hidden;
    }
    .left_gallery {
        width: 100%;
    }
    .right_gallery {
        width: 100%;
    }
    .slide_simple.gallery2 {
        width: 32.33333%;
        padding-right: 20px;
         margin-right: 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    .slide_simple img {
        height: 100%;
    }
    .right_gallery p {
        margin-bottom: 10px;
    }
    .table_prod td {
        width: auto!important;
        height: 100px!important;
    }
    .table_prod td img {
        max-width: 100%!important;
        max-height: 100%!important;
    }
    .blog_list .blog_item,
    .blog_list .blog_item.medium
    {
        width: 49%;
    }
    .lvnow-news-intro img,
    .lvnow-news-fulltext img
    {
        max-width: 100%;
        width: auto;
        height: auto;
    }
}
@media (max-width: 800px) {
/*    .portfolio__list > a {
        flex: 0 49.5%;
        height: 400px;
    }
    .portfolio__list > a img {

    }
    .portfolio__item-title {
        padding: 5px;
        background: #000;
    }*/
}
@media (max-width: 700px) {
    .services__info {
        flex-direction: column;
    }
    .services__title {
        margin-bottom: 20px;
    }
    .block-title {
        margin: 40px 0 25px;
    }
    .services__item {
        flex: 0 50%;
        height: 350px;
    }
    .services__item img {
        max-height: 100%;
    }
    .services__item-title span {
        padding: 15px 30px;
        font-size: 14px;
    }
    .portfolio {
        margin: 0 0 40px;
    }
    .portfolio__list > a {
        flex: 0 49.5%;
    }
    /*.portfolio__list > a img {
        height: 450px;
    }*/
    .big-btn {
        min-width: auto;
        background-image: none;
        animation: none;
        padding: 15px 10px;
    }
    .big-btn::before {
        left: 0;
        margin: -15.5px 0 0 -30px;
        width: 30px;
        height: 30px;
    }
    .blog__list {
        flex-wrap: wrap;
    }
    .blog__item {
        flex: 0 100%;
        max-width: 100%;
        display: flex;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .blog__item-image {
        width: 40%;
        margin: 0;
    }
    .blog__item_container {
        padding-left: 20px;
        width: 60%;
        box-sizing: border-box;
    }
    .blog__item-title {
        font-size: 18px;
        line-height: 1.1;
        margin: 0 0 10px;
    }
    .blog__item-announce {
        margin: 0 0 15px;
    }
    .blog__item-image::before {
        display: none;
    }
    .blog__title {
        align-items: center;
        margin: 0 0 30px;
    }
    .blog {
        position: relative;
        margin: 40px 0;
    }
    .page-header__phone {
        display: none;
    }
    .page-header__phone_mob {
        display: block;
        font-size: 14px;
        margin-left: 0;
        margin-top: 20px;
    }
    .page_header_mob_menu {
        margin-left: auto;
    }
    .main-background__text-p::before, .main-background__text-p::after {
        display: none;
    }
    .slide_simple.gallery2 {
        width: 48%;
    }

    .album-page__item {
        flex: 0 100%;
    }
}
@media (max-width: 500px) {
    /*.portfolio__list > a {
        flex: 0 50%;
        height: 200px;
    }*/
    .portfolio__list > a {
        flex: 0 100%;
        max-height: 200px;
        height: auto;
    }
    .portfolio__list > a img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }
    .portfolio__item-title {
        left: 10px;
        right: 10px;
        bottom: 10px;
        font-size: 14px;
        line-height: 1;
        padding: 5px;
        background: #000;
        top: auto;
    }
    .img_portfolio_block {
        height: 200px;
    }
    .services__item {
        flex: 0 100%;
        height: 150px;
    }
    .services__item img {
        max-height: none;
        max-width: 100%;
    }
    .services__item-title {
        top: 50%;
        transform: translate(0, -50%);
        margin: 0;
    }
    .services__inner-top {
        padding: 30px 0 200px;
    }
    .services__title {
        font-size: 24px;
        line-height: 1;
    }
    .services__inner-bottom {
        margin: -200px 0 0;
    }
    .slide_simple.gallery2 {
        width: 100%;
    }
    h1 {
        font-size: 26px;
        line-height: 1.2;
        margin: 30px 0 20px;
    }
    .obj_title {
        font-size: 18px;
        line-height: 1.1;
    }
    .table_prod td {
        height: 60px!important;
    }
    h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .blog_list .blog_item,
    .blog_list .blog_item.medium {
        width: 100%;
    }
    .outer_text_blog .outer_img_blog {
        float: none;
    }
    .default-styles-list .item_style_text p img {
        height: auto;
        width: auto;
        max-width: 100%;
    }
    .default-styles-list .item_style_text p {
        font-size: 14px;
        line-height: 1;
    }
    .default-styles-list .item_style_image {
        margin-bottom: 20px;
    }
    .blog_main_img img {
        max-width: 100%;
    }
}
@media (max-width: 400px) {
    .portfolio__list {
        margin: 0 0 20px;
    }
    .portfolio {
        margin: 0 0 20px;
    }
    .blog__item {
        flex-wrap: wrap;
    }
    .blog__item-image {
        width: 100%;
        margin-bottom: 10px;
    }
    .blog__item_container {
        padding-left: 0;
        width: 100%;
    }
    .step-form__form-field {
        flex: 0 100%;
        margin: 0 0 15px;
    }
    .step-form__title {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 10px;
        padding: 0 20px;
    }
    .step-form__text {
        font-size: 14px;
        line-height: 1.2;
        margin: 0 0 10px;
    }
    .step-form {
        padding: 20px 0;
    }
    .step-form__form-field input[type="text"] {
        padding: 10px 22px;
        font-size: 14px;
        line-height: 1.1;
    }
    .slide_form_cross {
        width: 20px;
        height: 20px;
        right: 10px;
        background-position: center;
        top: 10px;
    }
    .portfolio-page__title {
        font-size: 26px;
        line-height: 1.2;
        margin: 30px 0 20px;
    }
    .right_gallery p {
        font-size: 14px;
        line-height: 1;
    }
    .quotation {
        padding: 40px 7px 20px;
        font-size: 16px;
        line-height: 1.1;
    }
    .quote_img_sign {
        display: flex;
        align-items: center;
    }
    .q_signature {
        font-size: 16px;
        line-height: 1;
        padding-left: 20px;
        box-sizing: border-box;
        width: auto;
    }
    .blog__title {
        font-size: 20px;
        line-height: 20px;
    }
    .btn--more {
        padding: 5px 5px;
    }
    .btn--more::before {
        margin: -1.5px 13px 0 0;
    }
}
/* адаптивная версия */

/*Баннер на главной*/

.main-background__banner{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 35px 30px 35px 0;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    align-items: flex-start;
    height: 140px;
    background-image: url('../images/main_banners/banner-bg.png');
    background-position: center right;
    background-size: cover;
}

.main-background__banner *{
    box-sizing: border-box;
}

.main-background__banner_label{
    font-size: 12px;
    text-transform: uppercase;
    background-image: url('../images/main_banners/banner-label-bg.png');
    background-position: center right;
    background-size: cover;
    width: 135px;
    line-height: 1.2;
    padding: 10px;
    font-weight: bold;
    margin-right: 20px;
}

.main-background__banner--bold{
    font-weight: bold;
}

.main-background__banner_title{
    display: block;
    font-size: 30px;
    /*text-decoration: #ff0a83;*/
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
}

.main-background__banner_title:hover{
    text-decoration: none;
}

.main-background__banner_title span{
    border-bottom: 1px solid  #ff0a83;
    color: #fff;
}

.main-background__banner_text{
    text-align: right;
    font-size: 20px;
    line-height: 1.2;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 27px;
}

.main-background__banner_text-price{
    font-size: 24px;
    font-weight: bold;
}

.main-background__banner_text-price.old_price
{
    text-decoration: line-through;
    color: #e20072;
    font-size: 22px;
}

.main-background__banner_btn{
    background-color: #e20072;
    color: #fff;
    height: 100%;
    width: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1280px) {
    .main-background__banner{
        height: 160px;
    }
}

@media (max-width: 900px) {
    .main-background__banner{
        flex-direction: column;
        height: unset;
        align-items: center;
        position: relative;
        padding: 10px 5px;
        min-width: calc(100% + 40px);
        max-width: calc(100% + 40px);
    }

    .main-background__banner_label,
    .main-background__banner_title,
    .main-background__banner_text{
        margin-bottom: 20px;
    }

    .main-background__banner_label{
        width: 300px;
        text-align: center;
    }

    .main-background__banner_title{
        text-align: center;
        font-size: 24px;
    }

    .main-background__banner_text{
        text-align: center;
        margin-right: 0;
    }

    .main-background__banner_btn{
        padding: 10px 0;
    }

    .main-background .wrapper{
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .main-background__text{
        /*align-self: flex-start;*/
        margin-top: 130px;
    }

    .main-background__scroll{
        display: none;
    }

}

/*Баннер на главной*/

/*Стажерская мастерская*/

.workshop .wrapper{
    max-width: 1045px;
}

.workshop__header{
    color: #fff;
    background-image: url('../images/workshop-header-bg.png');
    background-size: cover;
    background-position: bottom center;
}

.workshop__header *{
    box-sizing: border-box;
}

.workshop__header .wrapper{
    display: flex;
    justify-content: flex-start;
    overflow: visible;
}

.workshop__header h1{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
}

.workshop__header p{
    font-size: 20px;
    line-height: 1.6;
}

.workshop__header_label{
    position: absolute;
    top: 50px;
    left: -170px;
    color: #fff;
    background-image: url('../images/workshop-label-bg.png');
    background-position: center left;
    background-size: cover;
    width: 140px;
    line-height: 1.2;
    padding: 10px 25px 10px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
}

.workshop__header_text,
.workshop__header_img{
    width: 50%;
}
.workshop__header_img img{
    max-width: 100%;
}


.workshop__header_text{
    padding: 50px 50px 0 50px;
}

.main_second{
    background: url('../images/main/s_bg.jpg');
    display: flex;
    justify-content: center;
    padding: 0 0 130px;
}

.workshop__content .main_second{
    padding:0;
}

.main_second *{
    line-height: normal;
}

.main_second > div{
    width: 455px;
}

.main_second .left{
    padding: 66px 0 0;
}

.main_second .left,
.main_second .right{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.main_second .label{
    color: #1c242c;
    width: 170px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    margin: 0 0 25px 0;
    background-color: #f8a608;
    text-transform: uppercase;
}

.main_second .left .title{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 0 0 44px;
}

.main_second .left .text p{
    font-size: 16px;
    color: #000;
    margin: 0 0 25px;
}

.main_second .left .text{
    margin: 0 0 25px;
}

.portfolio__btn.second{
    margin: 30px 0 0;
}

.portfolio__btn.second a{
    text-decoration: none;
}

.village_reviews_item .show_form,
.village_prices_item .show_form,
.step-text .show_form,
.portfolio__btn .show_form,
.portfolio__btn .catalog_more,
.portfolio_description .show_form,
.btn--pink,
.main_second .left .show_form{
    cursor: pointer;
}

.village_reviews_item .show_form,
.village_prices_item .show_form,
.step-text .show_form,
.portfolio__btn .show_form,
.portfolio_description .show_form,
.portfolio__btn .catalog_more,
.main_second .left .show_form,
.btn--pink,
.main_second .left .file_download{
    display: flex;
    width: 405px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px;
    align-items: center;
    justify-content: center;
}

.village_reviews_item .show_form,
.village_prices_item .show_form,
.portfolio_description .show_form
{
    padding: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.village_reviews_item .show_form {
    margin-top: auto;
}


.portfolio__btn .catalog_more{
    width: 100%;
    margin-bottom: 20px;
}

.step-item__img{
    position: relative;
}

.portfolio__btn .show_form,
.btn--pink{
    margin: 0 auto;
}

.village_reviews_item .show_form,
.village_prices_item .show_form,
.portfolio_description .show_form,
.step-text .show_form,
.portfolio__btn .show_form,
.portfolio__btn .catalog_more,
.btn--pink,
.main_second .left .show_form{
    background-color: #ff0a83;
    border: 1px solid #ff0a83;
}

.main_second .left .file_download{
    background-color: #000;
    border: 1px solid #000;
}
.village_prices_item .show_form:hover,
.portfolio_description .show_form:hover,
.step-text .show_form:hover,
.portfolio__btn .show_form:hover,
.portfolio__btn .catalog_more:hover,
.main_second .left .show_form:hover{
    background-color: #fff;
    color: #ff0a83;
}
.main_second .left .file_download:hover{
    background-color: #fff;
    color: #000;
}

.main_second .left .file_download img{
    margin-right: 12px;
    display: none;
}

.main_second .right{
    padding: 130px 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_second .right .small_text{
    color: #000;
    font-size:16px;
    text-transform: uppercase;
    margin: 0 0 10px;
    width:40%;
    order: 2;
}

.main_second .right .summ{
    font-size: 40px;
    margin: 0 0 30px;
    color: #000;
    width: 60%;
    order: 1;
    font-family: 'MuseoSansBold';
    text-align: right;
    padding-right: 25px;
    box-sizing: border-box;

}

.main_second .right .summ.small{
    font-size: 33px;
    margin: 0;
}

.main_second .right .summ span{
    font-size:20px;
}

.main_second .right .summ.old_price
{
    font-size:30px;
    color: #ff0a83;
    text-decoration: line-through;
    margin: 0 0 10px;
}

.main_second .right .faq{
    width: 424px;
    order: 3;
}

.faq-section{
    padding: 0 0 40px 0;
}

.faq{

    order: 3;
}

.faq .item{
    width: 100%;
    color: #000;
    background-color: #f2f2f2;
    margin: 0 0 6px;
    font-size: 16px;
}

.faq .item .title{
    padding: 0 0 0 30px;
    height: 80px;
    position: relative;
    cursor: pointer;
    line-height: 80px;
    color: #ff0a83;
    text-transform: uppercase;

}

.faq .item .title:after{
    content: '+';
    width: 14px;
    height: 14px;
    color: #ff0a83;
    position: absolute;
    right: 30px;
}

.faq .item.active .title:after{
    content: '-';
    width: 14px;
    height: 2px;
    color: #ff0a83;
}

.faq .item .data{
    color: #000;
    padding: 0 0 35px 30px;
    display: none;
}

@media (max-width: 1400px) {
    .workshop__header_label{
        top: 0;
        left: 70px;
    }
}

@media (max-width: 930px) {
    .main_second{
        flex-direction: column;
    }

    .main_second > div {
        margin: 0 auto;
    }

    .main_second .right {
        padding: 50px 0 0 0;
    }
}

@media (max-width: 830px) {
    .workshop__header_img{
        display: none;
    }

    .workshop__header_text{
        width: 100%;
    }
}

@media (max-width: 480px) {
    .workshop__header h1{
        font-size: 30px;
    }
    .main_second > div{
        width: 300px;
    }

    .main_second .left .show_form,
    .step-text .show_form,
    .portfolio__btn .show_form,
    .portfolio__btn .catalog_more,
    .main_second .left .file_download{
        width: 300px;
        line-height:normal;
    }
    .portfolio__btn .catalog_more {
        margin-left: auto;
        margin-right: auto;
    }

}

/* Всплывающие блоки */

.min_block_info {
    background-color: rgb( 255, 10, 131);
    box-shadow: 0px 0px 20px 0px rgba(11, 83, 109, 0.51);
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
    border-top-right-radius: 21px;
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: center;
    right: 20px;
    width: 290px;
    padding: 40px;
    z-index: 2;
}

.min_block_info a{
    text-decoration: none;
}

.min_block_info a:hover p{
    color: #000;
}

.min_block_info.min_zakaz_info {
    bottom: 150px;
}
.min_block_info.min_service_info {
    bottom: 20px;
}
.min_block_info .min_block_info_close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 31px;
    height: 31px;
    background: rgb( 255, 255, 255 ) url('../images/min_block_info_close.png') no-repeat center center;
    border-radius: 50%;
    cursor: pointer;
}
.min_block_info .min_block_info_close:hover {
    background-color: rgb(202, 202, 202);
}
.min_block_info p {
    font-size: 17px;
    /*color: rgb( 38, 38, 38 );*/
    color: #fff;
    margin: 0;
    font-weight: normal;
    font-style: normal;
}
.min_block_info p:first-child {
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .min_block_info {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        right: 0px;
        /*width: 100%;*/
        padding: 25px 20px;
        z-index: 1111;
    }
    .min_block_info.min_zakaz_info {
        bottom: 94px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .min_block_info.min_service_info {
        bottom: 0;
    }
    .min_block_info p {
        font-size: 12px;
    }
    .min_block_info.min_zakaz_info p:first-child {
        margin-right: 5px;
    }

}

/* Всплывающие блоки */


/*Стажерская мастерская*/
/* Отзывы */
.reviews {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 25px;
    margin-bottom: 50px;
}
.reviews-item {
    width: 33%;
    background-color: #ffffff;
    padding: 50px 40px;
}
.reviews-item:nth-child(even) {
    margin: 0 35px;
}
.reviews-text {
    border-bottom: 1px solid #dee5ed;
    padding-bottom: 20px;
}
.reviews-autor {
    padding-top: 20px;
}
.reviews-autor img {
    float: left;
    border-radius: 50px;
    margin-right: 15px;
}
.reviews-autor strong {
    display: block;
    margin-top: 10px;
}
.reviews-more-mobile {
    display: none;
}

.reviews-index {
    margin-top: 60px;
    margin-bottom: 60px;
}
.reviews-index .reviews-item {
    background-color: #e3f7ff;
}

.reviews-inner {
    flex-wrap: wrap;
    justify-content: space-between;
}
.reviews-inner .reviews-item:nth-child(even) {
    margin: 0px 0px 30px 0px;
}
.reviews-inner .reviews-item {
    width: 25%;
    background-color: #e3f7ff;
    margin: 0 0 30px;
    background-color: rgba( 255, 10, 131, 0.2);
}

.reviews-hr {
    border: 0px;
    border-bottom: 1px solid #acce3d;
}

.bx-reviews {
    display: block;
    margin-bottom: 30px;
}
/* Отзывы */

@media (max-width: 841px){
    /* Отзывы */
    .reviews-item {
        width: 50%;
    }
    .reviews-item:nth-child(3){
        display: none;
    }
    .reviews-item:nth-child(3){
        display: block;
    }
    .reviews-inner .reviews-item {
        width: 49%;
    }
    /* Отзывы */

    body #fancybox-thumbs{
        width: 100%;
        height: 150px;
        bottom: 0;
        top: initial;
    }
}

@media (max-width: 480px){
    /* Отзывы */
    .reviews {
        flex-wrap: wrap;
    }
    .reviews-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .reviews-item:nth-child(even) {
        margin: 0px 0px 20px 0px;
    }
    .reviews-more {
        display: none;
    }
    .reviews-more-mobile {
        display: inline-block;
        float: unset;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .reviews-inner .reviews-item:nth-child(even) {
        margin: 0px 0px 30px 0px;
    }
    .reviews-inner .reviews-item {
        width: 100%;
    }
    /* Отзывы */
}

/*Архитектура*/
.arch_top {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
}
.arch_top .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.arch_top h1 {
    padding: 20px;
    background: rgba(0, 0, 0, 0.38);
    color: #fff;
    font-size: 54px;
}
.arch_text {
    padding: 60px 0 0;
    font-size: 18px;
}
.arch_projects {
    padding: 30px 0;
}
.arch_projects_item {
    width: 100%;
    margin-bottom: 16px;
}
.arch_projects_item img {
    width: 100%;
}


@media (max-width: 768px) {
    .arch_top h1 {
        padding: 15px;
        font-size: 36px;
    }
    .arch_top {
        height: 400px;
    }
}
@media (max-width: 480px) {
    .arch_text {
        padding: 30px 0 0;
    }
    .arch_top h1 {
        font-size: 26px;
    }
    .arch_top {
        height: 340px;
    }
}
/*Архитектура*/

/*Колесо фортуны*/
.fortune {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 999;
    display: none;
}
.fortune * {
    box-sizing: border-box;
}
.fortune.open {
    display: flex;
}
.fortune_container {
    width: 950px;
    height: 460px;
    position: relative;
    max-width: calc(100% - 30px);
}
.fortune form {
    width: calc(100% - 164px);
    margin-left: auto;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 50px 50px 50px 227px;
}
.fortune .fortune_start,
.fortune .fortune_final {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fortune .fortune_start.open,
.fortune .fortune_final.open {
    display: flex;
}
.fortune form .comment {
    font-size: 12px;
    text-align: center;
    color: #8A8A8A;
    margin-bottom: 18px;
    line-height: 1;
}
.fortune form .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}
.fortune form .subtitle {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}
.fortune form input {
    background: #E6E6E6;
    border-radius: 4px;
    border: none;
    height: 56px;
    width: 373px;
    max-width: 100%;
    padding: 0 15px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 11px;
}
.fortune form input::placeholder {
    color: #757575;
}
.fortune form .fortune_submit {
    background: #FC1B84;
    border-radius: 4px;
    height: 56px;
    width: 373px;
    max-width: 100%;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}
.fortune form .fortune_submit.disabled {
    background: #8A8A8A;
    cursor: default;
}
.fortune form .confidence {
    text-align: center;
    font-size: 12px;
    color: #1C252B;
    line-height: 1;
}
.fortune .close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fortune .wheel {
    width: 354px;
    position: absolute;
    left: 0;
    top: 0;
    height: 460px;
}
.fortune .wheel_arrow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
}
.fortune .wheel_main {
    width: 100%;
    height: 354px;
    z-index: 2;
    position: relative;
    transition: all 5s ease 0s;
}
.fortune .wheel_main.go {
    transform: rotate(3648deg);
}
.fortune .wheel_main img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.fortune .wheel_leg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
.fortune .wheel_main img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.fortune form .smile {
    text-align: center;
    margin-bottom: 6px;
}
.fortune form .fortune_final .fortune_submit {
    cursor: pointer;
}
@media (max-width: 768px) {
    .fortune form .title {
        font-size: 36px;
    }
    .fortune form .comment {
        margin-bottom: 5px;
    }
    .fortune form .subtitle {
        font-size: 16px;
    }
    .fortune form {
        padding: 50px 20px 50px 200px;
    }
}
@media (max-width: 600px) {
    .fortune_container {
        height: auto;
        max-height: calc(100vh - 30px);
        overflow: auto;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        border-radius: 4px;
        padding: 20px;
    }
    .fortune form {
        width: 100%;
        margin-left: 0;
        background: #FFFFFF;
        border-radius: 0;
        padding: 20px 0 0;
    }
    .fortune .wheel {
        width: 280px;
        position: relative;
        left: auto;
        top: auto;
        height: 335px;
    }
    .fortune .wheel_main {
        height: 280px;
    }
    .fortune .wheel_arrow {
        height: 30px;
    }
    .fortune .wheel_arrow img {
        max-height: 100%;
    }
    .fortune .wheel_leg {
        width: 180px;
    }
    .fortune .wheel_leg img {
        width: 100%;
    }
}
/*end Колесо фортуны*/

.village_prices_item .show_form{
    height: unset;
}

.swiper-portfolio-1 .swiper-button-next{
    right: 5px;
}
.swiper-portfolio-1 .swiper-button-prev{
    left: 5px;
}

@media screen and (max-width: 500px){
    .step-title__inner--portfolio.block-title::before, .step-title__inner--portfolio.block-title::after{
        margin: auto 5px;
    }
}

@media screen and (max-width: 400px){
    .step-title__inner--portfolio.block-title::before, .step-title__inner--portfolio.block-title::after{
        margin: auto 0px;
    }
}

@media screen and (max-width: 1024px){
    .village_reviews_item .show_form {
        grid-column: span 2;
    }
}