
a, p, span, div, h1, h2, h3, h4, h5, h6, ul, li, label, input, form, table, td, figure, article {
  font-family: 'montserrat', sans-serif;
}



/***  Current-Related ***/
.current-related {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.current-related li {
  height: 360px;
  overflow: hidden;
}

.current-related li a {
  display: block;
  overflow: hidden;
}

.current-related li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.current-related li:nth-child(1), .current-related li:nth-child(6) {
  display: block;
  width: 50%;
  padding-bottom: 25%;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  position: relative;
}

.current-related li:nth-child(2), .current-related li:nth-child(3), .current-related li:nth-child(4), .current-related li:nth-child(5) {
  display: block;
  width: 25%;
  padding-bottom: 25%;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  position: relative;
}
/*** End ***/

/*Gallery style*/
    
.gallery.-c {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1400px, 1fr));
    gap: 15px;
    grid-auto-flow: dense;
    margin-bottom: 30px;
}


.gallery--fullwidth {
    width: 100%;
    margin-bottom: 15px;
    grid-column: 1 / -1;
}

.gallery--fullwidth img {
    width: 100%;
    height: auto;
    display: block;
}


.gallery--grid {
    display: flex;
    gap: 15px;
    flex-flow: row wrap;
}

.gallery--grid .column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gallery--grid .column img {
    width: 100%;
    height: auto;
    display: block;

}

.mainScreen {
  display: none;
}

.portfolioContent {
  display: flex;
  flex-flow: column-reverse;
  justify-content: flex-start;
  align-items: center;
}

.orderForm {
    max-width: 484px;
    width: 100%;
}
.orderForm input {
    margin-bottom: 10px;
}
.related-custom {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start; 
    margin: 25px auto;
}
.related-custom  li {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 360px;
}
.related-custom  li:nth-child(1) {
    width: 50%;
}
.related-custom  li:nth-child(2) {
    width: 25%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.related-custom  li:nth-child(3) {
    width: 25%;
}
.related-custom  li:nth-child(4) {
    width: 25%;
}
.related-custom  li:nth-child(5) {
    width: 25%;
}
.related-custom  li:nth-child(6) {
    width: 50%;
}

.relatedTitle {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 300px;
  margin-left: auto !important;
  margin-top: auto !important;
  margin: 0 auto;
}

.related-custom  li a {
    display: block;
    height: 360px;
    width: 100%;
}
.related-custom  li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reverse .box_in .-right .lr-block_title:after {
    right: 0;
    left: auto;
}
.reverse .box_in .-right {
    padding-right: 15px;
    margin-right: 26px;
    text-align: right;
}

.-left img, .-right img{
  
}

.common_photo-block br {
    display: none;
}

.reverse .box_in {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#vega-content {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
}
.our-command {
    display: flex;
    flex-flow: row wrap; 
    justify-content: center; 
    align-items: flex-start;
}
.our-command img {
    padding: 3.5px;
    max-width: 300px;
    width: auto;
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
}

.our-command .img {
    height: 410px;
    overflow: hidden;
    max-width: 275px;
    width: 100%;
}

.main-screen {
    position: relative;
    width:100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.main-screen:before  {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .5;
}

.main-screen h1 {
    font-size: 52px;
    color: #fff;
    font-weight: inherit;
    position: relative;
    text-shadow: 2px 1px 7px #333;
}
.-index {
    overflow: auto !important;
}
.dot {
    cursor: pointer;
}

/*** Ромбики на сайте ***/
.common-article-wrapper:after {
  display: none !important;
}
.about-awards:after {
  display: none !important;
}

.common-list-wrapper:after {
  display: none !important;
}

.contact-data-wrapper:after {
  display: none !important;
}

.lr-block.-romb:after {
  display: none !important;
}
/* Конец */

.disable-hover {
  pointer-events: none;
}

.content{
    text-align: center;
    padding-top: 85px;
    /*background-color: #fff !important;*/
    background-color: #fff !important;
}

.common_subtitle{
    color: #c0c0c0;
    font-size: 13px;
    font-style: normal;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 1px;
}
.common_h1{
  padding-top: 16px;
  font-size: 58px;
  text-transform: uppercase;
  font-family: 'montserrat', sans-serif;
    letter-spacing: 4px;
}
.common_h1:after{
  content: '';
  width: 50px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 30px auto 30px;
}
.common_h2{
    font-size: 28px;
    text-transform: uppercase;
    padding-top: 16px;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 1px;
}
.common_h2:after{
  content: '';
  width: 50px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 34px auto;
}

.common_text {
  line-height: 1.5;
  padding-bottom: 20px;
  font-size: 16px;
  font-family: 'montserrat', sans-serif;
}

.contact-data-wrapper {
  padding-bottom: 50px;
  margin-bottom: 30px;
  position: relative;
}
.contact-data-wrapper:after {
  content: '';
  background-color: #cbbeb9;
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  left: 50%;
  bottom: 2px;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-data{
    display: inline-block;
    width: 400px;
    vertical-align: top;
    font-family: 'montserrat', sans-serif;
}

.contact-data.-left{
    text-align: right;
    padding-right: 35px;

}
.contact-data.-right{
    text-align: left;
    padding-left: 35px;
}
.contact-data_text {
  padding-bottom: 10px;
  font-size: 16px;
}
.contact-data_text.email{
    color: #c0c0c0;
}
.contact-data_text.email a{
    color: #c0c0c0;
}
.contact-data_text a{
    text-decoration: none;
    color: #000;
}

.contacts_form{
    width: 500px;
    margin: 0 auto 30px;
}
.contacts_input{
    padding: 8px;
    display: block;
    width: 484px;
    border: 1px solid #c0c0c0;
    font-size: 16px;
    background-color: #fff !important;
    height: 18px;
    font-family: 'montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}
.contacts_input:focus,
.contacts_input:hover{
    background-color: #fff !important;
    outline: 0;
    border: 1px solid #cc9a83;
}
.contacts_input.error{
   border-color: #f00;
}

.required-lebel {
  margin-left: 510px;
  margin-top: 10px;
  font-size: 0px;
  vertical-align: top;
  display: block;
  height: 14px;
  position: relative;
}
.required-lebel.-required:after {
  content: '*';
  position: absolute;
  right: 16px;
  top: 18px;
  font-size: 16px;
}


.contacts_textarea{
    padding: 8px;
    font-size: 16px;
    display: block;
    width: 484px;
    border: 1px solid #c0c0c0;
    resize: none;
    background-color: #fff !important;
    font-family: 'montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}
.contacts_textarea:focus,
.contacts_input:hover{
    background-color: #fff !important;
    outline: 0;
    border: 1px solid #c0c0c0;
}

.common_button {
  margin-top: 36px;
  margin-bottom: 35px;
  height: 57px;
  width: 279px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 57px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-family: 'montserrat', sans-serif;
  cursor: pointer;
  z-index: 1;
  background: #c0c0c0;
  /*background: url(../img/bthover.png);*/
  /*background-size: 279px 57px;*/
}

.common_button span {
  display: block;
  background: #c0c0c0;
  max-width: 239px;
  margin: 0 auto;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.common_button:hover, .common_button span:hover {
    color: #fff;
    background: #cccccc;
}

.common_button:after {
  content: '';
  /*height: 57px;*/
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  /*background: url(../img/bt.png);*/
  /*background-size: 279px 57px;*/
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  /*background-size: 279px 57px;*/
  opacity: 1;
  border-top: 30px solid #fff;
  border-left: 20px solid #c0c0c0;
  border-bottom: 27px solid #fff;
  overflow: hidden;
}

.common_button:before{
    content: '';
    /*height: 57px;*/
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    /*background: url(../img/bt.png);*/
    /*background-size: 279px 57px;*/
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    /*background-size: 279px 57px;*/
    opacity: 1;
    border-top: 30px solid #fff;
    border-right: 20px solid #c0c0c0;
    border-bottom: 27px solid #fff;
    overflow: hidden;
}
.common_button:hover:after{
    background: #cccccc;
    opacity: 1;
    border-top: 30px solid #fff;
    border-left: 20px solid #cccccc;
    border-bottom: 27px solid #fff;
}

.common_button:hover:before{
    opacity: 1;
    border-top: 30px solid #fff;
    border-right: 20px solid #cccccc;
    border-bottom: 27px solid #fff;
}


.map-wrapper{
    height: 430px;
    width: 100%;
    background-color: #cbbeb9;
}

/*.map-wrapper:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 32px;
    background-color: #fff !important;
}*/

.contact-socail {
  padding-top: 0px;
}

.contact-socail-item {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 2px;
  transition: all 0.5s ease;
  vertical-align: top;
}
.contact-socail-item:hover{
    background-color: #eee4df;
}
.contact-socail-link{
    display: block;
    width: 100%;
    height: 100%;
    /*background: url(../img/social.png) no-repeat;*/

}
.contact-socail-link svg{
    height: 15px;
    width: 15px;
    padding: 8px;
}
.contact-socail-link.-vk{
    background-position: 0 0;
}
.contact-socail-link.-fb{
    background-position: -40px 0;
}
.contact-socail-link.-p{
    background-position: -80px 0;
}
.contact-socail-link.-in{
    background-position: -120px 0;
}
.contact-socail-link.-tw{
    background-position: -160px 0;
}

.lr-block{
    position: relative;
}

.lr-block_img-wrapper{
    width: 426px;
    display: inline-block;
    vertical-align: middle;
}
.lr-block_text-wrapper{
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}
.lr-block_text-wrapper.-left{
    text-align: right;
    margin-right: 26px;
}

.lr-block_text-wrapper.-right{
    text-align: left;
    margin-left: 26px;
}

.lr-block_img-wrapper.-left,
.lr-block_text-wrapper.-left{
    padding-right: 15px;
}

.lr-block_text-wrapper.-left p {
  font-family: 'montserrat', sans-serif;
}
.lr-block_text-wrapper.-right p {
  font-family: 'montserrat', sans-serif;
}

.lr-block_img-wrapper.-right,
.lr-block_text-wrapper.-right{
    padding-left: 15px;
}
.lr-block_text-wrapper img{
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
}
.lr-block_text-wrapper a{
    text-decoration: none;
    color: #000000;
}

.lr-block_post{
    color: #9f9f9f;
    font-size: 13px;
    font-style: italic;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 1px;
}


.lr-block_title{
    font-size: 28px;
    text-transform: uppercase;
    padding-top: 11px;
    position: relative;
    padding-bottom: 43px;
    line-height: 1.5;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 1px;
}
.lr-block_title:after{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background-color: #c0c0c0;
  display: block;
  bottom: 24px;
}
.lr-block_text-wrapper.-left .lr-block_title:after{
    right: 0;
}
.lr-block_text-wrapper.-right .lr-block_title:after{
    left: 0;
}
.lr-block_text {
  line-height: 1.5;
  font-family: 'montserrat', sans-serif;
}
.lr-block_text.-wedding{
  line-height: 1.8;
  margin-top: -2px;
}

.common_big-photo{
    width: 1400px;
    margin: 0 auto 60px;
}
.common_big-photo.-screen-width{
    width: 100%;
}
.common_big-photo img{
    width: 100%;
}
.common_single-photo{
    margin: 0 auto 60px;
}
.common_videowrapper{
  width: 100%;
  position: relative;
  /*padding-bottom: 56%;*/
  margin-bottom: 60px;
}



.common-article-wrapper {
    padding-bottom: 28px;
  margin-bottom: 58px;
    position: relative;
}
.common-article-wrapper:after {
  content: '';
  background-color: #cbbeb9;
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  left: 50%;
  bottom: 2px;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.common-article-wrapper.-photo-block{
    padding-top: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.common-article-wrapper.-photo-block:after {
  display: none;
}

.common-article{
    display: inline-block;
    width: 400px;
    vertical-align: top;
    text-align: left;
    font-family: 'montserrat', sans-serif;
}
.common-article strong{
    font-weight: bold;
}
.common-article.-onecolumn {
  width: 886px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 20px;
}
.common-article.-left{
    padding-right: 35px;

}
.common-article.-right{

    padding-left: 35px;
}
.common-article_text {
  padding-bottom: 23px;
  line-height: 1.6;
  font-family: 'montserrat', sans-serif;
  text-align: justify;
  word-spacing: 0px;
}
.common-article a{
    color: #777;
}

.about-awards{
    padding-bottom: 39px;
    margin: 25px auto;
    font-family: 'montserrat', sans-serif;
    vertical-align: top;
    max-width: 1000px;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}
.about-awards:after {
  content: '';
  background-color: #cbbeb9;
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  left: 50%;
  bottom: 2px;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-award{
    width: 250px;
    margin: 29px 20px;
    text-align: center;
    padding: 10px 0px;
    vertical-align: top;
}
.about-award:nth-child(3n){
    margin-right: 0;
}

.about-award_imgwrapper{
   height: 240px;
}
/*.about-award_imgwrapper:before {
  content: '';
  height: 240px;
  display: inline-block;
}*/
.about-award img{
    max-width: 200px;
    width: 100%;
    object-fit: cover;
}
.about-award p{
  font-size: 16px;
  line-height: 1.5;
  padding-top: 32px;
  text-align: center;
}
.about-slideshow-wrapper{
    position: relative;
    padding-top: 5px;
}
.about-slideshow{
  margin-bottom: 63px;
}
.about-slideshow img {
  width: 100%;
}

.slide_article .slide_text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.about-projects {
  padding-top: 3px;
  padding-bottom: 20px;
}

.about-projects_text {
  width: 866px;
  margin: 0 auto 60px;
  line-height: 1.6;
  font-family: 'montserrat', sans-serif;
  text-align: justify;
}
.about-slideshow_slide {
  margin: 0 10px;
  height: 412px;
}
.about-slideshow_slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.slide_content{
    position: relative;
    width: 100%;
    height: 100%;
}
.about-projects_svg{
    padding: 0 25px;
    display: inline-block;
    fill: #c0c0c0;
    transition: all 0.5s ease;
}
.about-projects_svg:hover{
     fill: #000;
}
.about-slideshow_slide:hover .slide_hover{
    opacity: 1;
}
.about-slideshow_slide:hover .slide_article{
    opacity: 1;
}

.slide_hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background-color: #c1b4b0;*/
  opacity: 0.6;
  color: #ffffff;
  transition: all 0.5s ease;
}

.slide_hover:after{
    content: '';
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.slide_hover:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #c0c0c0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.94;
}
.slide_article{
    vertical-align: middle;
    display: inline-block;
    width: 90%;
    position: relative;
    opacity: 0;
    font-family: 'montserrat', sans-serif;
}
.slide_date{
    font-style: italic;
    padding-bottom: 16px;
    font-family: 'montserrat', sans-serif;
}
.slide_title{
  text-transform: uppercase;
  font-size: 28px;
  position: relative;
  font-family: 'montserrat', sans-serif;
}
.slide_title:after{
  content: '';
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  display: block;
  margin: 30px auto;
}
.slide_text{
    line-height: 1.5;
    width: 60%;
    margin: 0 auto;
    font-family: 'montserrat', sans-serif;
}

#owl-demo .item{
  background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}
.btn{
  position: absolute;
  top: 50%;
  margin-top: -26px;
  display: block;
  width: 53px;
  height: 53px;
  cursor: pointer;
  opacity: 0.9;
}
.btn.prev{
    background: url("../img/prev.png");
    left: 20px;
}
.btn.next{
    background: url("../img/next.png");
    right: 20px;
}

.common_photo-block{
  width: 1400px;
  margin: 30px auto;
  font-size: 0;
}
.common_photo-block_column{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    height: 100%;
}
.common_photo-block_column.-left{
    text-align: left;
}
.common_photo-block_column.-right{
    text-align: right;
}
.common_photo-block_column img{
    padding-top: 33px;
    max-height: 913px;
    width: 98%;
    height: 100%;
}
.common_photo-block.-d img{
    width: 100%;
}


.common_photo-block_column img:first-child {
    padding-top: 0px
}

.wedding-header{
    font-size: 0;
    padding-bottom: 60px;
}
.wedding-mobile-header{
    display: none;
}
.wedding-header_block{
  width: 100%;
  padding-bottom: 0;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  position: relative;
}
.wedding-header_block.-big{
    width: 50%;
}
.wedding-header_block img{
    width: 100%;
}
.wedding-header_article{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  margin-top: -80px;
}

.wedding-header_color{
    display: inline-block;
    height: 86px;
}
.wedding-photos{
    padding-bottom: 40px;
}

.common-list-wrapper{
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
}
.common-list-wrapper:after{
  content: '';
  background-color: #cbbeb9;
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  left: 50%;
  bottom: 2px;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.common-list{
    display: inline-block;
    width: 400px;
    vertical-align: top;
    text-align: left;
    font-family: 'montserrat', sans-serif;
}
.common-list.-left{
    padding-right: 35px;

}
.common-list.-right{
    padding-left: 35px;
}

.common-list_item {
  font-size: 14px;
  line-height: 1.8;
}
.common-list_item:before{
  content: '';
  display: inline-block;
  height: 3px;
  width: 3px;
  margin: 0px 6px 3px 0px;
  border-radius: 50%;
  background-color: #000000;
}
.service_photo{
    width: 1400px;
    width: 100%;
    margin: 0 auto 30px;
    font-size: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}
.service_photo img{
    width: 18.3333333%;
    max-height: 515px;
    height: 100%;
    padding: 5px;
    min-height: 391.2px;
    object-fit: cover;
}
.service_list-title{
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'montserrat', sans-serif;
  letter-spacing: 1px;
  padding-bottom: 30px;
}


.service-article{
  width: 886px;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 40px;
  display: inline-block;
  font-family: 'montserrat', sans-serif;
}
.service-article a{
    color: #000000;
}

.wedding-slideshow{
    position: relative;
    display: none;
    margin-bottom: 60px;
}
.wedding-slideshow .item {
  width: 100%;
  height: calc(100vh - 76px);
  position: relative;
}
.wedding-slideshow img{
    height: 100%;
    position: absolute;
}
.wedding-slideshow_img{
    height: 100%;
    width: 100%;
}

.lr-block_mobiletext{
        display: none;
    }

.news-wrapper{
    padding-top: 10px;
}


.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    font-size:0;
}

.profile-photo{
    display: none !important;
}
.vimeo-title{
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 16px;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 1px;
}


.popup-menu_logo path{
    fill: #000;
}

.mobile-extra{
  display: none;
}

.common-article b{
  font-weight: bold;
}
.wedding-photos .common-article-wrapper{
    padding-bottom: 0;
    margin-bottom: 0;
}
.wedding-photos .common-article-wrapper:after{
  display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1400px){
    .common_big-photo{
        width: 100%;
    }
    .service_photo{
        width: 100%;
    }
    .common_photo-block{
        width: 100%;
    }

    .common_photo-block_column img {
        width: 100%;
    }
    .common_photo-block_column {
        width: 48.5%;
    }
    .common_photo-block_column.-left {
        padding-right: 1.5%;
    }
    .common_photo-block_column.-right {
        padding-left: 1.5%;
    }
    .common_photo-block_column img {
        padding-top: 5%;
    }
}

@media screen and (max-width: 1023px){
    .mobile-extra{
      display: block;
    }
    .content {
        padding-top: 80px;
    }
    .wedding-header{
        display: none;
    }

    .wedding-mobile-header{
        display: block;
        font-size: 0;
        padding-bottom: 70px;
    }
    .wedding-header_article {
          top: 0%;
          left: 0%;
          width: 300px;
          margin: 0 auto;
          position: relative;
          padding-top: 26px;
          padding-bottom: 16px;
    }
    .wedding-mobile-header_block {
      width: 100%;
      /*background-color: #fff !important;*/
      background-color: #fff;
      position: relative;
    }
    .wedding-mobile-header_block:after {
        top: 99%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        /*border-top-color: #f2f0ed;*/
        border-top-color: #fff !important;
        border-width: 30px;
        margin-left: -30px;
        z-index: 2;
    }
    .wedding-mobile-header_img{
        padding-bottom: 50%;
    }
    .wedding-header_color {
        height: 25px;
    }

    .wedding-photos{
        display: none;
    }
    .wedding-slideshow{
        display: block;
    }
    .common-article{
        text-align: center;
        width: 60%;
    }
    .common-article.-onecolumn{
        width: 80%;
        text-align: justify;
    }
    .common-article_text {
        text-align: justify;
    }
    .common-article.-left{
        padding-right: 0;
    }
    .common-article.-right{
        padding-left: 0;
    }
    .common_h1 {
      padding-top: 16px;
      font-size: 28px;
      letter-spacing: 1px;
    }

    .lr-block_text-wrapper{
        display: none;
    }
    .lr-block_img-wrapper.-right,
    .lr-block_img-wrapper.-left{
        padding: 0;
    }
    .lr-block_text{
        text-align: center;
    }

    .lr-block_mobiletext{
        display: block;
        padding-top: 30px;
        padding-bottom: 60px;
        width: 426px;
        margin: 0 auto;
        position: relative;
    }
    .lr-block.-romb{
        padding-bottom: 50px;
    }
    .lr-block.-romb:after{
    content: '';
    background-color: #cbbeb9;
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    left: 50%;
    bottom: 2px;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 50px;
    }

    .lr-block_mobiletext img{
        padding-bottom: 20px;
    }
    .lr-block_mobiletext a{
        text-decoration: none;
        color: #000000;
    }
    .lr-block_title:after {
      left: 50%;
      margin-left: -25px;
    }

    .common-list.-left{
        padding-right: 0px;
    }

    .common-list.-right{
        padding-left: 0px;
    }
    .service-article {
        width: 80%;
        text-align: justify;
    }
    .service_photo{
        width: 100%;
    }
    .service_photo img{
        display: none;
    }
    .service_photo img:first-child{
        display: block;
        width: 100%;
        object-fit: contain;
    }

    .service_photo img.mobile-hidden {
        display: none;
    }
    .service_photo img.mobile-show {
        display: block;
        width: 100%;
    }

    .common_big-photo{
        width: 100%;
    }
    .about-projects_svg{
        padding-bottom: 60px;
    }
     .contact-data.-left{
        text-align: center;
        padding-right: 0px;
        width: 100%;
     }
     .contact-data.-right{
        text-align: center;
        padding-left: 0px;
        width: 100%;
     }

     .contact-data_text {
         font-size: 18px;
     }
     .common_text.-mobile{
         font-size: 18px;
     }
     .about-projects_text{
         width: 80%;
     }
     .about-awards{
        width: 760px;
        margin-left: -380px;
    }
    .about-award {
        width: 300px;
        margin-right: 0;
        padding: 10px 39px;
    }

    .wedding-photos.-show-mobile{
      display: block;
    }
    .wedding-photos.-show-mobile .common_photo-block{
      width: 100%;
    }
    .common_photo-block_column img {
        width: 100%;
    }
    .common_photo-block_column {
        width: 48.5%;
    }
    .common_photo-block_column.-left {
        padding-right: 1.5%;
    }
    .common_photo-block_column.-right {
        padding-left: 1.5%;
    }
    .common_photo-block_column img {
        padding-top: 5%;
    }

}


body {
    -webkit-text-size-adjust: none;
}

.error-wrapper{
    max-width: 1000px;
    width: 100%;
    height: 100%;
    margin: 30px auto;
    padding: 15px;
  /*  position: absolute;
    left: 50%;
    top:50%;
    margin-left: -150px;
    margin-top: -50px;*/
}

.error-code{
  font-size: 42px;
  padding: 18px 0;
  text-align: left;
}

.error-text{
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
}

.server-video{
    opacity: 0;
    transition: opacity 0.5s ease;

}
.server-video.-show{
    opacity: 1;
}


.authors{
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.5em;
}

.photoGroup {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 995px) {
  .lr-block_img-wrapper {
    max-width: 426px;
    width: 100%;
  }
  .our-command img {
    max-width: 100% !important;
  }
  .lr-block_img-wrapper a {
    display: block;
  }
  .lr-block_img-wrapper img {
    width: 100%;
  }
  .lr-block_mobiletext {
    max-width: 426px;
    width: 100%;
  }
  .contacts_form {
    max-width: 500px;
    width: 100%;
    overflow: hidden;
  }
  .contacts_input, .contacts_textarea {
    max-width: 484px;
    width: 100%;
    padding: 10px;
  }
  .common_single-photo img {
    width: 100%;
    object-fit: cover;
  }

  .portfolio_big_photo {
    display: none;
  }
}
