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

* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

body{
    /*background-color: #fff !important;*/
    background-color: #fff !important;
    overflow-x: hidden;
}
body.-one-screen{
    overflow: hidden;
}
body.-index{
    overflow: hidden;
    height: 100%;
    min-height:100vh;
}
/*.preloader{*/
    /*display: block;*/
    /*position: fixed;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*background-color: #fff !important;*/
    /*z-index: 33;*/
    /*background-color: red;*/
    /*opacity: 0.5;*/
/*}*/


/*** Ромбики на сайте ***/

.footer_text.-phone:before {
  display: none !important;
}
.footer_text.-phone:after {
  display: none !important;
}

.popup-menu_item:before {
    display: none !important;
  }

  .popup-menu_item:after {
    display: none !important;
  }

/*Конец*/

.video-wrapper {
  display: none;
}

div#qLpercentage {
  line-height: 40px;
  font-size: 16px !important;
}
div#qLpercentage:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  animation: spin 1s infinite;
  animation-timing-function: linear;
  -webkit-animation: spin 1s infinite;
  -webkit-animation-timing-function: linear;
  z-index: -1;
}
@-webkit-keyframes spin {
	0% {transform: rotate(-45deg)}
    50% {transform: rotate(-45deg)}
	100% {transform: rotate(45deg)}
}

@keyframes spin {
	0% {transform: rotate(-45deg)}
    50% {transform: rotate(-45deg)}
	100% {transform: rotate(45deg)}
}
.popup-menu_button-wrapper{
  position: fixed;
  /*background-color: #fff !important;*/
  background-color: #fff !important;
  width: 100%;
  height: 85px;
  opacity: 0.9;
  z-index: 6;
}
body.-index .popup-menu_button-wrapper{
    opacity: 1;
    background: none;
}
.index-slide-wrapper{
    overflow: hidden;
    position: relative;
    height: 100vh;
}
/*.popup-menu{*/

  /*margin: 0 auto;*/
  /*width: 1024px;*/
  /*height: 50px;*/
  /*text-align: center;*/
  /*opacity: 0;*/
  /*overflow: hidden;*/
/*}*/
.popup-menu .video-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  line-height: 0;
  z-index: -1;
}
.popup-menu video{
    width: 100%;
}
.video-wrapper.js-video:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff !important;
  opacity: 0.8;
}

.popup-menu_button{
  background: url(../img/menu.png) no-repeat;
  background-size: contain;
  height: 25px;
  width: 70px;
  cursor: pointer;
  position: absolute;
  margin-top: 30px;
  margin-left: -35px;
  left: 50%;
  z-index: 3;

}

.video_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobileBox {
  display: none;
}
/*.button{*/
  /*height: 3px;*/
  /*width: 70px;*/
  /*cursor: pointer;*/
  /*position: absolute;*/
  /*margin-left: -35px;*/
  /*left: 50%;*/
  /*z-index: 3;*/
  /*background-color: #000000;*/
  /*opacity: 1;*/
/*}*/
/*.button:before{*/
  /*content: '';*/
  /*height: 3px;*/
  /*width: 70px;*/
  /*cursor: pointer;*/
  /*position: absolute;*/
  /*margin-top: -11px;*/
  /*margin-left: -35px;*/
  /*left: 50%;*/
  /*z-index: 3;*/
  /*background-color: #000000;*/
  /*opacity: 1;*/
/*}*/
/*.button:after{*/
  /*content: '';*/
  /*height: 3px;*/
  /*width: 70px;*/
  /*cursor: pointer;*/
  /*position: absolute;*/
  /*margin-top: 11px;*/
  /*margin-left: -35px;*/
  /*left: 50%;*/
  /*z-index: 3;*/
  /*background-color: #000000;*/
  /*opacity: 1;*/
/*}*/
.white-diamond{
  content: '';
  position: absolute;
  left: 50%;
  top: -125px;
  margin-left: -126px;
  background-color: #fff !important;
  width: 250px;
  height: 250px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

.popup-menu_close{

    height: 34px;
    width: 34px;
    cursor: pointer;
    margin: 34px auto 58px;
    opacity: 0;
    -webkit-transition: all 0.5s ease; transition: all 0.5s ease;
}
.popup-menu_close svg{
    fill: #c0c0c0;
}
.popup-menu_close:hover svg{
    fill:#000;
}
.popup-menu_close polygon{
    -webkit-transition: all 0.5s ease; transition: all 0.5s ease;
}
.popup-menu_close polygon{
    fill: #c0c0c0;
}
.popup-menu_close:hover polygon{
    fill:#000;
}
.popup-menu_close.-show{
    opacity: 1;
}

.dots{
  display: inline-block;
  padding: 0px 6px 0px 6px;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -50px;
}
.dot{
    width: 12px;
    height: 12px;
    padding-bottom: 10px;
    position: relative;
}
.dot:after {
	top: 50%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(80, 80, 79, 0);
	border-top-color: #50504f;
	border-width: 5px;
	margin-left: -5px;
}
.dot.-active:after {
    top: 65%;
	border-color: rgba(203, 190, 185, 0);
	border-top-color: #cbbeb9;
}
.dot.-active:before{
	bottom: 35%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(203, 190, 185, 0);
	border-bottom-color: #cbbeb9;
	border-width: 5px;
	margin-left: -5px;
}

.footer{
  margin: 0 auto;
  font-family: 'montserrat', sans-serif;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 60px;
}
.footer.-menu{
  position: fixed;
  width: 1024px;
  bottom: 10px;
  left: 50%;
  margin-left: -512px;
  opacity: 0;
  padding-top: 0;
  -webkit-transition: all 0.5s ease; transition: all 0.5s ease;
}
.footer.-menu.-show{
 opacity: 1;
}
.footer_text{
    color: #8a8a8a;
    display: inline-block;
    font-size: 11px;
    line-height: 1.5;
    position: relative;
    vertical-align: middle;
}

.footer_text strong{
    color: #000;
}
.footer_text a{
    text-decoration: none;
    color: #000;
}
.footer_text.-dd{
    padding-right: 120px;
    text-align: left;
}
.footer_text.-redis {
  padding-left: 185px;

}
.footer_text.-phone:before{
  content: '';
  display: block;
  position: absolute;
  left: -78px;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer_text.-phone:after{
  content: '';
  display: block;
  position: absolute;
  right: -78px;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.popup-menu{
    display: none;
    position: fixed;
    left: 4%;
    top: 10%;
    height: 80%;
    width: 92%;
    background:url(../img/wedding_istn_073.jpg) bottom no-repeat;
    background-size: cover;
    z-index: 7;
    overflow: hidden;
    opacity: 0;
}
.popup-menu:before {
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  opacity: .7;
}

.popup-menu_logo{
    /*background:url(../img/logo.png) no-repeat;*/
    /*background-position: 0px 13px;*/

   height: 95px;
   width: 200px;
    /*background-size: contain;*/

    /*height: 172px;*/
    /*width: 366px;*/
    margin: 0 auto;
    opacity: 0;
    transition: all 0.7s ease;
    /*padding-bottom: 20px;*/
    /*margin-bottom: -20px;*/

}
.popup-menu_logo svg{
    width: 100%;
    height: 100%;
    top: 13px;
    position: absolute;
    transition: all 0.7s ease;
}
.popup-menu_logo.-show svg{
    top: 0px;
}

.popup-menu_logo.-show{
   background-position: 0px 0px;
   opacity: 1;
}
.popup-menu_logo a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.popup-content-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.popup-menu_list {
  text-align: center;
  margin: 90px auto;
  margin-top: 100px;
  width: 300px;
  opacity: 0;
  -webkit-transition: all 0.5s ease; transition: all 0.5s ease;
}
.popup-menu_list.-show {
  margin-top: 90px;
  opacity: 1;
}
.popup-menu_item{
    margin-bottom: 40px;
    position: relative;
    transition: all 1s ease;
    font-family: 'montserrat', sans-serif;
}
.popup-menu_item:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: -22px;
  width: 6px;
  height: 6px;
  opacity: 0.5;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-menu_item:last-child:after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -26px;
  width: 6px;
  height: 6px;
  opacity: 0.5;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-menu_link {
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  display: block;
  padding: 6px 0px;
  text-align: center;
  position: relative;
  transition: all 1s ease;
  letter-spacing: 4px;
}
.popup-menu_link:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-width: 18px;
	margin-top: -18px;
    transition: all 1s ease;
}
.popup-menu_link:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
    border-width: 18px;
    margin-top: -18px;
    transition: all 1s ease;
}

.popup-menu_link:hover{
  background-color:  transparent;
  font-weight: bold;
}
.popup-menu_link:hover:before{
  border-right-color: transparent;
}
.popup-menu_link:hover:after{
  border-left-color: transparent;
}
.index-slide{
  display: block;
  position: absolute;
  top: 10%;
  width: 31%;
  height: 80%;
  margin-top: 0;
  margin-left: -689px;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-background-size:cover;
  background-size: cover !important;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;

}
.index-slide p{
    position: relative;
    z-index: 3;
}
.index-slide.-left{
  right: 50%;
  margin-right: 15px;
}
.index-slide.-right{
  left: 50%;
  margin-left: 15px;
}

.index-slide-text{
    font-family: 'montserrat', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    position: relative;
}
.index-slide.-left .index-slide-text{
  position: relative;
  left: 0;
  top: 0;
}
.index-slide.-right .index-slide-text{
  position: absolute;
  bottom: 58px;
  right: 38px;
  height: 71px;
  text-align: right;
  z-index: 2;
  letter-spacing: 3px;
}
.index-slide.-right .index-slide-text:before{
  content: '';
  position: absolute;
  bottom: -58px;
  right: -38px;
  width: 933px;
  height: 735px;
  background: url(../img/fog.png) no-repeat;
  z-index: 1;
}
.index-slide img{
    z-index: 2;
    position: relative;
}
.index-slide.-left .index-slide-text:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 933px;
  height: 735px;
  background: url(../img/fog2.png) no-repeat;
  z-index: 1;
}

.index-slide.-black.-left .index-slide-text:before{
  background: url(../img/bfog.png) no-repeat;

}
.index-slide.-black.-right .index-slide-text:before{
  background: url(../img/bfog2.png) no-repeat;
}

.index-slide.-black{
  color: #fff;
}
.index-slide.-black .index-slide-text path{
  fill: #fff;
}

.languge_change{
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    top: 40px;
    opacity: 0;
    -webkit-transition: all 0.5s ease; transition: all 0.5s ease;
}
.languge_change.-show{
    opacity: 1;
}
.languge_change.-active{
    color: #c0c0c0;
}
.languge_change:hover{
    color: #d1c6c1;
}
.languge_change.-en{
  margin-left: 40px;
  left: 50%;
}
.languge_change.-ru{
  margin-right: 40px;
  right: 50%;
}



.menu-socail {
  position: absolute;
  left: 50%;
  margin-left: -38px;
  bottom: 90px;
  opacity: 0;
  -webkit-transition: all 0.5s ease; transition: all 0.5s ease;
}
.menu-socail.-show{
    opacity: 1;
}


.menu-socail-item {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 2px;
  transition: all 0.5s ease;
}
.menu-socail-item:hover{
    background-color: #fff;
}
.menu-socail-link{
    display: block;
    width: 100%;
    height: 100%;
}
.menu-socail-link svg{
    height: 15px;
    width: 15px;
    padding: 8px;
}
.menu-socail-link.-vk{
    background-position: 0 0;
}
.menu-socail-link.-fb{
    background-position: -40px 0;
}
.menu-socail-link.-p{
    background-position: -80px 0;
}
.menu-socail-link.-in{
    background-position: -120px 0;
}
.menu-socail-link.-tw{
    background-position: -160px 0;
}

.index-slide-text svg{
    width: 315px;
    height: 148px;
    z-index: 1;
    position: relative;
    max-width: 90%;
    top: 34px;
    left: calc(50% - 157px);
}
.index-slide-text path{
    fill: #000;
}
@media screen and (min-width: 1601px) {
  .index-slide-text{
    font-size: 38px;
  }
}
@media screen and (max-width: 1800px){
    .index-slide{
      width: 35%;
    }
    .popup-menu_close {
      margin: 32px auto 32px;
    }
    .popup-menu_logo {
      /*background: url(../img/logo.png) no-repeat;*/
      /*background-position: 0px 19px;*/
      /*background-size: contain;*/
      /*background-repeat: no-repeat;*/
      height: 124px;
      width: 266px;
    }
    .popup-menu_logo svg{
        top: 19px;
    }
    .popup-menu_list {
      margin: 60px auto;
      width: 200px;
    }
    .popup-menu_link {
      font-size: 24px;
      padding: 6px 0px;
    }
    .popup-menu_item {
      margin-bottom: 28px;
    }
    .popup-menu_link:before{
      border-width: 18px;
      margin-top: -18px;
    }
    .popup-menu_link:after{
      border-width: 18px;
      margin-top: -18px;
    }
    .popup-menu_item:before {
      content: '';
      left: 50%;
      margin-left: -2px;
      top: -18px;
      width: 5px;
      height: 5px;

    }
    .popup-menu_item:last-child:after{
      content: '';
      left: 50%;
      margin-left: -2px;
      bottom: -18px;
      width: 5px;
      height: 5px;
    }

    .white-diamond {
        width: 200px;
        height: 200px;
        margin-left: -100px;
    }
}


@media screen and (max-width: 1600px){
       .index-slide {
      width: 37%;
    }
    .index-slide-text {
        font-size: 33px;
    }
    .index-slide.-right .index-slide-text {
      bottom: 46px;
      right: 25px;
      letter-spacing: 2px;
    }
}
@media screen and (max-width: 1280px){
    .index-slide {
      width: 41%;
    }
    .index-slide img {
      width: 280px;
    }
    .index-slide-text {
        font-size: 32px;
    }
    .index-slide.-right .index-slide-text {
      bottom: 38px;
      right: 20px;

    }
}

@media screen and (max-width: 1023px){

    .popup-menu_button-wrapper{
        height: 76px;
    }

    .popup-menu_button {
      height: 20px;
      width: 54px;
      margin-top: 30px;
      margin-left: -27px;
    }

    .index-slide-text {
      font-size: 22px;
      line-height: 1.2em;
      letter-spacing: 1.2px;
    }
    .index-slide-text svg{
      top: 21px;
      left: 5%;
    }
    .index-slide img {
        width: 240px;
    }
    .index-slide.-right .index-slide-text {
      bottom: 7px;
      right: 20px;
      letter-spacing: 1px;

    }
    .footer.-menu {
        width: 710px;
    }
    .footer {
        width: 710px;
    }
    .footer_text.-dd {
      padding-right: 90px;
      text-align: left;
    }
    .footer_text.-redis {
      padding-left: 140px;
    }
    .footer_text.-phone:before {
        left: -48px;
    }
    .footer_text.-phone:after {
        right: -50px;
    }
    .footer.-menu {
      margin-left: -380px;
    }

    .index-slide-wrapper {
      display: none;
    }
    .mobileBox {
      display: flex;
      position: relative;
      background-size: cover !important;
      justify-content: center;
      align-items: flex-start;
      height: 100vh !important;
    }

    .mobLogo {
      position: relative;
      padding: 50px;
      margin-top: 65.5px; 
      display: block;
      width: 100%;
      max-width: 375px;
    }

    .white-diamond {
      display: none;
    }

    .popup-menu_button-wrapper {
      background: #fff !important !important;
    }
    /*.footer{*/
        /*width: 100%;*/
        /*padding-top: 0px;*/
    /*}*/
    /*.footer_text{*/
        /*width: 100%;*/
    /*}*/
    /*.footer_text.-dd {*/
       /*padding-right: 0px;*/
       /*text-align: center;*/
    /*}*/
    /*.footer_text.-phone{*/
        /*padding-top: 30px;*/
        /*padding-bottom: 30px;*/
    /*}*/

    /*.footer_text.-phone:before {*/
      /*left: 50%;*/
      /*margin-left: -4px;*/
      /*width: 8px;*/
      /*height: 8px;*/
    /*}*/
    /*.footer_text.-phone:after{*/
      /*left: 50%;*/
      /*margin-left: -4px;*/
      /*width: 8px;*/
      /*height: 8px;*/
      /*top: 74px;*/
    /*}*/
    /*.footer_text.-redis {*/
        /*padding-left: 0px;*/
    /*}*/
    /*.footer.-menu {*/
        /*width: 400px;*/
        /*margin-left: -200px;*/
    /*}*/

}
@media screen and (max-width: 1800px) and (max-height: 800px) {
    .popup-menu_link{
        font-size: 24px;
    }
}


@media screen and (max-width: 1800px) and (max-height: 760px) {
    .popup-menu_logo {
      height: 95px;
      width: 200px;
    }
    .popup-menu_list {
      margin: 60px auto;
    }
    .popup-menu_list.-show {
      margin-top: 50px;
    }
    .popup-menu_item {
        margin-bottom: 18px;
    }
    .popup-menu_item:before {
        top: -12px;
    }
    .popup-menu_item:last-child:after {
        bottom: -14px;
    }
}

@media screen and (max-width: 1800px) and  (max-height: 600px){
    .popup-menu_list{
        width: 100%;
        top: 50%;
        margin-top: 0px;
        position: absolute;
    }
    .popup-menu_list.-show{
        top: 50%;
        margin-top: -10px;
        position: absolute;

    }
    .popup-menu_item{
        display: inline-block;
        margin: 20px;
    }
    .popup-menu_item:first-child:before {
      display: none;
    }
    .popup-menu_item:before {
      top: 12px;
      left: -22px;
    }
    .popup-menu_item:last-child:after {

      display: none;
    }
    .popup-menu_link {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .popup-menu_link:before {
      border-width: 15px;
      margin-top: -15px;
    }
    .popup-menu_link:after {
      border-width: 15px;
      margin-top: -15px;
    }

}

@media screen and (max-width: 1800px) and  (max-height: 400px){
    .popup-menu_close {
      margin: 22px auto 22px;
    }
    .popup-menu_logo {
      height: 72px;
      width: 150px;
    }

}

@media screen and (max-width: 800px) and  (min-height: 800px){
    .index-slide {
      width: 45%;
    }
}
@media screen and (max-width: 800px) and  (max-height: 800px){
    .index-slide {
      width: 41%;
    }
    .index-slide img {
      width: 170px;
    }
    .index-slide.-right .index-slide-text {
      bottom: -15px;
      right: 15px;
      font-size: 14px;
    }
}

@media screen and (max-width: 800px) and  (min-height: 1000px){
    .popup-menu_link {
      font-size: 28px;
    }
    .popup-menu_link:before {
      border-width: 20px;
      margin-top: -20px;
    }
    .popup-menu_link:after {
      border-width: 20px;
      margin-top: -20px;
    }

}

@media screen and (max-width: 1189px) {
  .our-command .photoGroup .img {
    flex: 30%;
  }

  .video-wrapper {
    display: block;
  }

}

@media screen and (max-width: 995px) {

  body {
    background-color: #fff;
  }
  .content {
    background-color: #fff !important;
  }

  .popup-menu_button-wrapper {
    background: #fff !important;
  }

  .popup-menu:before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#fff;
    opacity: .7;
  }


	.content {
	    padding: 0 15px;
	}

	  .footer {
	    padding-bottom: 10px;
	    width: 100%;
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    position: relative;
    	bottom: 10px;
	  }
	  .footer.-menu {
	      display: flex;
	      flex-flow: row wrap;
	      justify-content: center;
	      align-items: flex-start;
	      width: 100%;
	      max-width: 1024px;
	      margin-left: 0;
	      left: 0;
	      bottom: 10px;
	  }
	  .footer_text.-dd {
	    padding-right: 0;
	  }
	  .footer_text.-phone:before {
	    display: none;
	  }
	  .footer_text.-phone:after {
	    display: none;
	  }
	  .footer_text {
	    margin: 1px 0px;
	    padding: 0px 5px;
	    flex: 60%;
	    line-height: 1.25em;
	    text-align: center;
	  }

	  .footer_text.-dd {
	  	text-align: center;
	  }
	  .footer_text.-phone {
	    text-align: center;
	  }
	  .footer_text.-redis {
	    padding-left: inherit;
	    text-align: center;
	  }
	  .popup-menu_list.-show {
	    top: 20%;
	    display: flex;
	    flex-flow: column;
	    margin-top: 30px;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	  }
	  .popup-menu_item {
	    margin: 20px 0;
	    max-width: 200px;
	  }

	  .popup-menu_item {
	    margin: 20px 0;
	    width: 100%;
	    max-width: 200px;
	    text-align: center;
	  }

	  .menu-socail {
	    bottom: 15%;
	  }
	  /*** Pages style ***/

	  .about-awards {
	    left: 0 !important;
	    width: 100% !important;
	    margin-left: 0 !important;
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: center;
	    align-items: flex-start;
	  }

	  /*.our-command img {
	    margin: 7px;
	  }*/
	  .common-list {
	    max-width: 400px;
	    width: 100% !important;
	  }
	  .common_videowrapper iframe {
	    width: 100% !important;
	  }

	  .mobLogo {
	    position: relative;
	    padding: 50px;
	    margin-top: 15.5px;
	    display: block;
	    width: 100%;
	    max-width: 275px;
	  }
    .popup-menu_button-wrapper {
      height: auto;
      padding: 10px 0;
      display: flex;
      flex-flow: row;
      justify-content: center;
      align-items: center;
    }
    .popup-menu_button {
      margin-top: inherit;
      margin-left: inherit;
      position: relative;
      left: auto;
      width: 35px;
      height: 13px;
    }
}

@media screen and (max-width: 575px) {
	  .footer_text { 
	    text-align: left;
	  }
	  .common-article {
	    width: 100%;
	    padding: 0 15px;
	  }
	  .common-article.-left {
	    padding-left: inherit;
	  }
	  .common-article.-right {
	    padding-right: inherit;
	  }
	  .popup-menu_item {
	    margin: 3px;
	  }
	  .popup-menu_logo {
	    max-width: 200px;
	    width: 100%;
	  }
	  .common-article {
	    width: 90% !important;
	  }
	  .common_text.-mobile {
	    margin-top: 20px;
	  }
	  .popup-menu_list.-show {
	    top: 35%;
	  }
	  .popup-menu_item {
	    margin: 10px 0;
	    max-width: 200px;
	  }
}

@media screen and (max-width: 425px) {
  .popup-menu_item {
    margin: 3px 0;
    max-width: 200px;
  }
  .popup-menu_list.-show {
    top: 33%;
  }
  .popup-menu_link {
    padding: 3px 0;
  }
  .popup-content-wrapper {
    position: relative;
    top:auto;
    left: auto;
  }
  .mobLogo { 
    max-width: 270px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 425px) and (min-height: 575px) { 
	.popup-menu_item {
		margin: 10px 0;
	}
}