@font-face {
  font-family: 'MalgunGothicRegular';
  src: url('MalgunGothicRegular.woff') format('eot'),
       url('MalgunGothicRegular.svg#MalgunGothicRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MalgunGothicRegular';
  src: url('../fonts/MalgunGothicRegular/MalgunGothicRegular.eot');
  src: url('../fonts/MalgunGothicRegular/MalgunGothicRegular.eot#iefix') format('embedded-opentype'),
       url('../fonts/MalgunGothicRegular/MalgunGothicRegular.woff') format('woff'),
       url('../fonts/MalgunGothicRegular/MalgunGothicRegular.ttf') format('truetype'),
       url('../fonts/MalgunGothicRegular/MalgunGothicRegular.svg#arial') format('svg');
}

@font-face {
  font-family: 'MalgunGothicRegular1';
  src: url('../fonts/MalgunGothicRegular1/MalgunGothicRegular1.eot');
  src: url('../fonts/MalgunGothicRegular1/MalgunGothicRegular1.eot#iefix') format('embedded-opentype'),
       url('../fonts/MalgunGothicRegular1/MalgunGothicRegular1.woff') format('woff'),
       url('../fonts/MalgunGothicRegular1/MalgunGothicRegular1.ttf') format('truetype'),
       url('../fonts/MalgunGothicRegular1/MalgunGothicRegular1.svg#arial') format('svg');
}

@font-face {
  font-family: 'cassandra';
  src: url('../fonts/cassandra/cassandra.eot');
  src: url('../fonts/cassandra/cassandra.eot#iefix') format('embedded-opentype'),
       url('../fonts/cassandra/cassandra.woff') format('woff'),
       url('../fonts/cassandra/cassandra.ttf') format('truetype'),
       url('../fonts/cassandra/cassandra.svg#arial') format('svg');
}



body {
	font-family: "MalgunGothicRegular1";
}

.about__chef-img {
  max-height: 875.5700325732899px;
}

.menuList__navigation.menuList__navigation_footer {
  display: none;
}

@media (max-width: 480px) {
  .menuList__navigation.menuList__navigation_footer {
    display: flex;
    justify-content: space-between;
  }

  .menuList__navigation.menuList__navigation_footer > a {
    background-color: #3d0805;
    padding: 20px 25px;
    border-radius: 50%;
  }

  .menuList__navigation.menuList__navigation_footer i {
    color: #fff;
    font-size: 27px;
    margin-top: -2px;
  }
  .menuList__navigation.menuList__navigation_footer i:hover {
    color: #fff;  
  }
  .menuList__navigation.menuList__navigation_footer i.fa-angle-double-left {
    margin-left: -2px;
  }
  .menuList__navigation.menuList__navigation_footer i.fa-angle-double-right {
    margin-right: -2px;
  }
}


.category-name-label {
  position: absolute;
  top: 45px;
  right: 41px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
  padding: 10px;
  background-color: #3d0805;
  color: #fff;
}

.link-defaut {
  color: #3d0805;
  text-decoration: underline;
}

.full-sz-sect_menu > * {
  position: relative;
  z-index: 1;
}
.full-sz-sect_menu::before {
  background-color: rgba(0,0,0,.6);
  z-index: 0;
}

.full-sz-sect_account {
  height: auto;
  padding: 100px 0;
}

.full-sz-sect_account p {
  margin: 0 0 10px;
  line-height: 1.4;
}

.full-sz-sect_account p:last-of-type {
  margin-bottom: 30px;
}

.full-sz-sect_intro {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top;
	position: relative;
	height: calc(100vh - 60px);
}
.full-sz-sect_intro .main_page_promo{
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  width:22%;
  min-width:200px;
}
@media (min-width:768px) and (max-width:1199px) and (orientation: portrait){
  .full-sz-sect_intro .main_page_promo{
    min-width:400px;
  }
}
@media (min-width:768px) and (max-width:1199px) and (orientation: landscape){
  .full-sz-sect_intro .main_page_promo{
    min-width:300px;
  }
}
.message-checkout p {
  margin: 10px 0 15px;
}

.intro-content {
	position: absolute;
	top: 430px;
	left: 50%;
	margin-left: -141px;
	line-height: 1.2;
}

.intro-content__title {
	text-transform: uppercase;
	margin: 15px 0 0;
	font-size: 1.2rem;
	font-family: Tahoma, "MalgunGothicRegular", sans-serif;
}

.full-sz-sect_news {
  height: auto;
  padding: 90px 0;
}

.full-sz-sect_reserv > p{
  margin: 30px 0;
}

.form_home-reserv .btn {
  margin-top: 65px;
}

p.intro-content__text {
	margin: 0;
	color: #000;
	font-weight: bold;
	font-size: 1.1rem;
}

.socials {
	margin: 20px 0 0;
}

.socials__item {
	margin: 0 5px;
}

.h2, h2 {
  margin-bottom: 10px;
}

h3 {
  font-size: 1.4rem;
  letter-spacing: 0;
}

.h2.bd-b::after, h2.bd-b::after {
  bottom: -10px;
}

.full-sz-sect p {
  max-width: 915px;
	line-height: 1.4;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .7;
}

.full-sz-sect_menu p {
  font-size: 1.3rem;
}

.category__products .product .link {
  border:none;
  border-radius:50px;
  padding:7px;
	cursor: pointer;
  margin-right:10px;
  margin-top:-10px;
  transition:0.3s all ease;
}
.category__products .product .link img {
  opacity:0.6;
  transition:0.5s all ease;
}
.category__products .product .link:hover{
  box-shadow:0 0 10px 0 gray;
  border:none;
  border-radius:50px;
  padding:7px;
  transition:0.3s all ease;
}
.category__products .product .link:hover img {
  opacity:1;
  transition:0.5s all ease;
}
.category__products_mobile {
  display: none;
}
.category__products_mobile .product .link img {
  opacity:1;
}
/*PRODUCT LABEL*/
.product-label {
  position: absolute;
  bottom: 70px;
  left: 70px;
  width: 275px;
  height: 275px;
  border-radius: 10em;
  background-color: #fff;
  padding: 35px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 20px solid rgba(255,255,255, .4);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 1.6;
  z-index: 1;
}
.product-label__name {
  color: #4a4a4a;
  line-height: 1.2;
}
.product-label__cat {
  font-family: "MalgunGothicRegular1", sans-serif;
  letter-spacing: 0;
  border-bottom: 5px;
  color: #3d0805;
  font-size: 1.3em;
  /*width: 190px;*/
   width:auto;
   display:inline;
}
.product-label__price {
  font-size: 1.8rem;
  color: #3d0805;
  font-weight: bold;
}
.product-label__special_price {
  font-size: 1.8rem;
  color: #9f0f0f;
  font-weight: bold;
}

.news__controls {
	margin-bottom: 30px;
}

.ui-datepicker .ui-datepicker-header {
	background-color: #f7f7f7;
	color: #3d0805;
}
.ui-datepicker th {
	color: #757575;
}
.information-arrangement .ui-datepicker-calendar {
  display: none;
}
.dcd-container_boxed {
	max-width: 1600px;
}


.swiper-container_menu .swiper-slide_menu {
	background-color: #fff;
	/*height: 100vh;*/
}

.mnu-controllers-wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.pseudo-btn-left,
.pseudo-btn-right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 99;
  cursor: pointer;
}
.pseudo-btn-left:hover + .btn-mnu-left .fa {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.pseudo-btn-right:hover + .btn-mnu-right .fa {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.pseudo-btn-left {
  left: 0;
}

.pseudo-btn-right {
  right: 0;
}

.mnu-controllers-line {
  margin-top: 20px;
  border-color: rgba(61, 8, 5, 0.09);
}

.mnu-controllers-wrap > * {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.mnu-controllers-wrap .fa {
  margin: 10px;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: transform .25s ease-out;
  -o-transition: transform .25s ease-out;
  transition: transform .25s ease-out;
}

.menu_controller {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	padding: 30px;
}

.slider-bot {
  max-width: 130px;
  margin: 15px auto 0;
}

.slider-bot .fa {
  font-size: 22px!important;
}

.category__bot .btn {
  padding: 6px 25px;
  letter-spacing: 0;
  font-size: 14px;
}

.counter {
  font-size: 15px;
}

.menu_controller h3 {
  font-family: roboto,sans-serif;
  margin-bottom: 20px;
}

.menu_controller ul {
	text-transform: uppercase;
	font-weight: bold;
}

.menu_controller ul li {
	margin-bottom: 10px;
}

.menu_controller a.active {
	border-bottom: 1px solid #000;
}

.mnu-control-btn {
	margin-top: 20px;
}

.category__products {
	margin-top: 15px;
}

.category__products .product {
  margin-bottom: 15px;
}
.category__products .product__title {
  font-size: 15px;
  margin: 5px 0 5px;
}
.category__products .product__title_sale {
  width:auto;
  position:relative;
}
.category__products .product_wrapper{
  position:relative;
  width:auto;
  display:inline-block;
}
.product-label .product_wrapper{
  position:relative;
  width:auto;
  display:inline-block;
}
.category__products .product_wrapper_common{
  width:100%;
}
.product_wrapper .sale_percent{
  background-color: #9c0e0d;
  color:white;
  font-size:10px;
  border:none;
  border-radius:50px;
  position:absolute;
  top:-13px;
  right:-28px;
  margin:0;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  cursor:default;
}
.product_wrapper .slider_sale{
  width:50px;
  height:50px;
  line-height:50px;
  bottom:-37px;
  right:-37px;
  top:auto;
  left:auto;
  font-size:14px;
}
@media (min-width:768px) and (max-width:991px){
  .product_wrapper .sale_percent{
    width:28px;
    height:28px;
    line-height:28px;
  }
}
@media (min-width:0px) and (max-width:767px){
  .product_wrapper .sale_percent{
    width:26px;
    height:26px;
    line-height:26px;
    top:-9px;
    right:-24px;
  }
}
.product_price_linethrough{
  position:relative;
}
.product_price_linethrough:before{
  content:'';
  width:110%;
  border-bottom:1px solid #9c0e0d;
  position:absolute;
  top:11px;
  left:-3px;
}
.product_label_price_linethrough{
  position:relative;
}
.product_label_price_linethrough:before{
  content:'';
  width:110%;
  border-bottom:2px solid #9c0e0d;
  position:absolute;
  top:23px;
  left:-5px;
}
.product__price_sale p{
  color: #9c0e0d;
  margin:0 0 0 5px;
  font-weight:bold;
}
.category__bot {
  margin-top: 20px;
}

.category__products .product__description {
  width: 100%;
  margin: 0 0 5px 0;
  font-family: "MalgunGothicRegular1";
  font-size: 15px;
  font-weight: 300;
  color: #444444;
}
/*NEWS ON HOME PAGE*/

.news-short-item {
  padding-bottom: 20px;
}

.news-short-item .info-pane{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-short-item .info-pane .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px 10px 5px;
	line-height: 1.6;
}
.news-short-item .info-pane .info img {
	margin-right: 10px;
}

.news-short-item .link {
  font-size: 1.25rem;
}

.news-short-item .link:hover {
  color: #d41115;
}

/*PAGINATION*/
.pagination-wrap ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.pagination-wrap ul a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin: 0 3px;
}

.pagination-wrap ul li {
	min-width: 15px;
	text-align: center;
}

.pagination-wrap ul .active {
	font-weight: bold;
}

.pagination-wrap ul img {
	max-width: 15px;
}

.news__controls .date-controls {
	margin-bottom: 50px;
}
.news__item_full .full-content .descr .form {
	margin-top: 20px;
}

/*arrangement*/
.news__item .preview {
  max-height: 600px;
  overflow-y: hidden;
}

.news__item .preview > img {
  width: 100%;
  height: 100%;
}

.news__item_full .full-content .descr .form .btn {
  margin-top: 20px;
}
/*RESERV FORM ON HOME PAGE*/
.form_home-reserv {
	max-width: 875px;
}
.form .two {
	display: none;
}
.form .two.on {
	display: -webkit-inline-flex !important;
	display: -moz-inline-flex !important;
	display: -ms-inline-flex !important;
	display: -o-inline-flex !important;
	display: inline-flex !important;
}

.form_home-reserv .two .input-cont {
	width: 300px;
}
.form_home-reserv label input[name="phone"] {
	max-width: 100%;
	width: 100%;
}

.form label .input-cont .help {
  bottom: -30px;
}

.warranty {
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-align-items: center !important;
  align-items: center !important;
  margin-bottom: 0 !important;
}

.warranty-home {
  margin: 30px auto 10px !important;
}

.warranty-arrg {
  width: 100%;
  margin-top: 10px;
}

.warranty__name {
  width: auto !important;
}

.warranty__name_small {
  font-size: 14px;
  line-height: 1;
}
.form_news-preview label.required .warranty__name_small::after {
  right: 0;
}

.news__item_full .full-content .descr .form label {
  width: auto;
  margin-right: 15px;
}

.warranty__check {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.warranty__check {
  width: 30px !important;
}

.form label .input-cont {
  position: static;
}

.form label {
  position: relative;
}

.form_reserv .annot {
  margin-top: 0;
}

.error-msg {
	display: none;
	margin: 0 auto;
	color: tomato;
}
.nav li:not(.active) {
	position: relative;
}

.nav li::before,
.nav li::after {
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	background-color: #3d0805;
	-webkit-transition: width .25s ease-in-out;
	-o-transition: width .25s ease-in-out;
	transition: width .25s ease-in-out;
}
.nav li::before {
	top: 0;
	left: 0;
}
.nav li::after {
	bottom: 0;
	right: 0;
}
.nav li:hover::before,
.nav li:hover::after{
	width: 100%;
}
.nav .active::before,
.nav .active::after {
	display: none;
}

.nav-footer li.active {
  border-top: 1px solid #3d0805;
  border-bottom: 1px solid #3d0805;
  font-weight: 700;
}

.form-makeorder {
	max-width: 100%;
	width: 100%;
}

.form_reserv .form__content {
		max-width: 800px;
		margin: 0 auto;
	}

.form__content_cart {

}

/*CART*/
.left-part,
.right-part  {
	width: 48%;
}

.form .radio {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	margin: 10px 0;
	padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.form .radio input {
	display: none;
}

.form .radio .check {
	border: 2px solid #3d0805;
	width: 20px;
	height: 20px;
	border-radius: 10em;
	position: relative;
	-webkit-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
	cursor: pointer;
}

.form .radio .check::after {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: transparent;
	top: 50%;
	left: 50%;
	margin-top: -4.9px;
	margin-left: -5.5px;
	border-radius: 10em;
	-webkit-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	transition: background-color .25 linear;
}

.form .radio input:checked ~ .check::after {
	background-color: #3d0805;
}


.form .adress__group{
  width: 40%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.form .adress__group label{
	width: 25%;
}
.form .time__group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.form .time__group label {
	width: 65px;
}

.form .time__group label:first-child {
	margin-right: 15px;
}

.form_reserv label select {
	width: 100%;
	max-width: 100%;
	border: none;
	background-color: #f5f5f5;
	padding: 10px;
	outline: none;
}

.right-part .custom {
	display: none;
}
.right-part .custom.active {
	display: block;
}


.form .guest-quanity input {
	width: 65px!important;
}

/*HEADER*/
header {
	position: relative;
}
header .msg {
	position: fixed;
	right: 0;
	top: 75px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	z-index: 999;
}
header .msg.on {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.msg-add-prod {
	background-color: #e7ffe7;
	padding: 10px;
	border-radius: 10px;
}

.nav li a {
  padding: 0 5px;
}

.phone-wrap {
  line-height: 1.2;
}

.header-phone-icon {
  margin-right: 10px;
}
.navigation-wrap__closer {
  display: none;
}

/*ACCOUNT-LOGIN STYLES*/

.account-login main {
	padding: 30px 0;
}

.loginPane {
	max-width: 1170px;
	width: 100%;
	margin: 50px auto 30px;
}

.loginPane__contols {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}


.loginPane__tabs {
	width: 100%;
	margin: 30px 0;
}

.form__head_login {
	margin: 0 0 15px 0;
}

.form__head_login h3 {
	font-size: 1rem;
}

.loginControl {
	text-align: center;
	width: calc(100% / 3);
}

.loginControl__img {
	background-color: #f5f5f5;
	border-radius: 10em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	border: 1px solid transparent;
	-webkit-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.loginControl__img img {
	width: 30px;
}

.loginControl:hover .loginControl__img{
	border-color: #3d0805;
}

.loginControl.active .loginControl__img {
	border-color: #3d0805;
}

.loginControl__text {
	display: block;
	margin-top: 5px;
	color: #3d0805;
	font-weight: bold;
}


/*ACCOUNT-LOGIN STYLES END*/


.category__title {
	max-width: 300px;
  display: inline-block;
  margin-bottom: 0;
}

.category__title::after,
.category__title::before {
  display: none;
}


/*CATERING*/
.catering {
  margin: 30px 0;
}

.catering__title {
  line-height: 1.2;
  font-size: 1.6em;
  letter-spacing: 0;
  margin: 20px 0;
}
.catering__text {
  color: #757575;
  font-size: 1.3rem;
}

.dcd-container_text {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

.catering-link {
  display: block;
  font-weight: bold;
  text-decoration: underline;
  color: #3d0805;
}
.catering-link:hover {
  color: #3d0805;
}

/*CATERING END*/

/*ABOUT PAGE*/
.about {
  width: 100%;
  max-width: 1450px;
  margin: 50px auto;
  padding: 0 25px;
  font-size: 24px;
  line-height: 1.4;
}
.hyphens {
  text-align: justify;
}
.fst-line-padding::first-letter {
  margin-left: 42px;
}
.decor-letter::first-letter {
  font-family: "cassandra";
  font-size: 200%;
  color: #3d0805;
  line-height: 1;
  margin-left: 15px;
}

.about__mainTitle {
  text-align: center;
  margin-bottom: 5px;
  font-family: "MalgunGothicRegular", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  color: #3d0805;
}
.about__subTitle {
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

.about__lobby {
  margin-top: 60px;
}

.about__title {
  color: #3d0805;
  letter-spacing: 0;
  font-size: 24px;
}

.about__sectionContent {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 15px;
  overflow: hidden;
}

.about__textPart {
  width: 50%;
}
.about__sectionContent .about__img  {
  width: 50%;
}

.about__sectionContent p:first-child {
  margin-top: 0;
}

.about__sectionContent_single img{
  margin: 5px;
}

.about__img_right {
  margin-left: 25px;
}
.about__img_left {
  margin-right: 25px;
}

.about__manhole {
  margin-top: 20px;
}

.about__hall {
  margin-top: 40px;
}

.about__bar {
  margin-top: 40px;
}

.about__decor {
  text-align: center;
  margin: 60px 0;
}

.grid-gallery {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-gallery__item {
  width: calc(100% / 5);
  padding: 2px;
  cursor: pointer;
}


.grid-gallery__item img{
  display: block;
  width: 100%;
}



.infoBlock {
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  position: relative;
}

.infoBlock__title {
  color: #3d0805;
  letter-spacing: 0;
  font-size: 1.3rem;
  border-bottom: 1px solid #3d0805;
}

.infoBlock__text {
  font-size: 1.1rem;
  margin: 5px 0 0;
}

.infoBlock__decor {
  display: none!important;
}

.infoBlock__pointer {
  position: absolute;
  opacity: 0;
}

.infoBlock__pointer_top {
  border: 20px solid transparent;
  border-bottom: 20px solid #fff;
  top: -40px;
  left: 50%;
  margin-left: -20px;
  opacity: 1;
}

.infoBlock__pointer_left {
  border: 20px solid transparent;
  border-right: 20px solid #fff;
  left: -40px;
  top: 50%;
  margin-top: -20px;
  opacity: 1;
}

.infoBlock__pointer_bottom {
	border: 20px solid transparent;
  border-top: 20px solid #fff;
  bottom: -40px;
  left: 50%;
  margin-left: -20px;
  opacity: 1;
}

.infoBlock__pointer_right {
  border: 20px solid transparent;
  border-left: 20px solid #fff;
  right: -40px;
  top: 50%;
  margin-top: -20px;
  opacity: 1;
}

.grid-gallery__itemText {
  display: none;
}
/*BANKET LIST*/
.right_banket {
  padding: 0 35px 30px;
}
.right_banket .menu_banket__item {
  justify-content: center;
  text-align: center;
}

.menu_banket__image {
  max-width: 80%;
  margin: 10px auto 20px;
}

.right_banket .dish-counter {
  display: none;
}
/*BANKET*/

.news__item_full .info-pane .info_banket {
  margin: 0;
}
.news__item_full .info-pane .info_banket img {
  margin-right: 10px;
  margin-left: 5px;
}

.news__item_full .full-content_banket {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news__item_full .form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  margin: 0;
}
/*.news__item_full .form label {
  width: 100%;
}*/
.news__item_full .form input:not([type=submit]) {
  width: 100%;
  text-align: left;
  max-width: 210px!important;
  padding-bottom: 10px;
  border: none;
  border-bottom: 2px solid #3d0805;
  outline: 0;
}

.news__item_full .full-content .menu-wrap_banket {
  margin: 50px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu_banket ul {
  max-width: 100%;
  margin: 15px 30px 0px;
  padding: 0 60px;
  font-weight: 700;
  text-align: left;
}

.menu_banket ul li {
  font-size: 1rem;
  text-transform: none;

}

.menu_banket ul li::before {
  display: none;
}
.menu_banket,
.menu_winemap {
  padding: 15px 60px 30px;
  font-size: 1.2rem;
}

.menu_banket__item {
  text-align: left;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px;
}

.menu_banket__item:first-child {
  margin-top: 20px;
}
.menu_banket__item:last-child {
  margin-bottom: 0;
}

.menu_banket__productName {
  width: 100%;
  text-align: center;
}
/*.menu_banket__productName::before {
  content: "-";
}*/
.dish-counter {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.dish-counter_banket {
  width: 30%;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  display: none;
}

.dish-counter__quantity {
  margin-right: 5px;
  font-weight: bold;
  font-size: 1.3rem;
}

.dish-counter__price {
  margin: 0 5px;
  font-weight: bold;
  font-size: 1.3rem;
}

.dish-counter__total {
  margin-left: 5px;
  font-weight: bold;
  font-size: 1.3rem;
}

.menu_banket__sub-title,
.menu__sub-title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.4rem;
  justify-content: center;
}


.menu_banket__excerpt {
  margin-top: 30px;
  padding: 0 50px;
  text-align: center;
  font-weight: bold;
}

/*WINEMAP ITEMS*/
.menu_winemap {
  max-width: 1200px;
  margin: 0 auto;
}
.winemap-item {
  text-align: left;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.winemap-item:nth-child(n+2) {
  margin-top: 20px;
}

.winemap-item__name {
  font-weight: bold;
  color: #3d0805;
  width: 70%;
  font-size: 23px;
}

.winemap-item__manufacturer {
  width: 15%;
  text-align: center;
  font-style: italic;
}

.winemap-item__price {
  width: 15%;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
}

.winemap-item__descr {
  padding-left: 10px;
  font-size: 16px;
}

.menu__sub-title {
  text-align: center;
  max-width: 420px;
  margin: 20px auto 0;
  color: #3d0805;
  font-size: 20px;
  text-transform: uppercase;
}


/*figure img {
  width: 100%;
  height: 100%;
}*/
/*ABOUT PAGE END*/
.swiper-container_menu {
  height: 900px;
}
.category__content {
  line-height: 1.2;
  padding: 5px 25px;
}
.category__content h1 {
  line-height: 1.2;
  font-size: 2.6em;
}
.mnu-control-btn {
  margin-top: 5px;
  font-size: .8rem;
}

/*FORM FLASH MSG*/
.form {
  margin: 0 auto;
}
.form_banket-list {
  margin: 0;
}
.form_arragement {
  margin: 0;
}
.form_msgOn {
  display: -webkit-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
__msg {
  font-size: 24px;
  color: #000;
  opacity: 0;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
  transition: all .3s ease;
  /*position: absolute;
  left: 50%;
  top: 40%;*/
}
.form__msg_title{
   font-size: 25px;
   font-weight: bold;
}
.form__msg.on {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

/*BTN*/
/*.form:not(.form_home-reserv) .btn {
  margin-left: 15px;
}*/

.marg-right {
  margin-right: 15px;
}

/*BACKY BTN*/
.backy {
  padding: 5px 10px;
  font-weight: bold;
  color: #3d0805;
  cursor: pointer;
}

.backy:hover {
  color: firebrick;
}

/*VIDEOTOUR*/

.videotour-wrap {
  margin: 30px auto;
}

/*BTN - MOVETOP*/

.btn-moveTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #3d0805;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  cursor: pointer;
}

.btn-moveTop:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.btn-moveTop:active {
  background-color: #9c1c15;
}

.btn-moveTop.on {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btn-moveTop__anglepart {
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -0.5px;
  height: 16px;
  width: 2px;
  background-color: #fff;
  -webkit-transition: transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
}

.btn-moveTop__anglepart_right {
  transform: rotate(0) translate(0);
}

.btn-moveTop__anglepart_left {
  transform: rotate(0) translate(0);
}

.btn-moveTop__anglepart_right.on{
  transform: rotate(-40deg) translate(4px, 3px);
}

.btn-moveTop__anglepart_left.on{
  transform: rotate(40deg) translate(-4px, 3px);
}

.menu-spec-list {
  margin: 10px 0 50px;
}

.menu-spec-list li a img {
  width: auto;
  height: auto;
}

/*DESCRIPTION IN ARAGG AND BANKET*/
.descr__content h3 {
  font-family: "MalgunGothicRegular1", sans-serif;
  color: #3d0805;
}

.descr__content h4 {
  color: #3d0805;
  margin: 10px 0;
}
.descr__content ul {
  list-style-type: circle;
  padding-left: 20px;
}
.descr__content p:first-child {
  margin: 0;
}

.menu ul {
  width: 100%;
}

.category__products .product__inf {
  font-size: 1rem;
}

/**
 * 27.09.2017
 * ======================= HEADER ======================
 */

.common-home header .logo img {
  opacity: 0;
}

header .logo img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.phone-wrap {
  padding-right: 25px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

header .links .fa {
  font-size: 17px;
}

header .links .phone {
  margin: 0 10px;
  display: inline-block;
}

/**
 * 27.09.2017
 * ======================= FOOTER ======================
 */

/* === footer icons === */
.footer-icons {
  background-image: url(../image/icons-footer/footerIcons.png);
  background-repeat: no-repeat;
  display: inline-block;
}


.footer-icons_mail {
    width: 17px;
    height: 13px;
    background-position: -7px -7px;
}

.footer-icons_map {
    width: 11px;
    height: 15px;
    background-position: -38px -7px;
}

.footer-icons_phone {
    width: 13px;
    height: 13px;
    background-position: -7px -36px;
}

.footer-icons_time {
    width: 14px;
    height: 14px;
    background-position: -34px -36px;
}

.footer-icons_user {
    width: 13px;
    height: 13px;
    background-position: -63px -7px;
}

/* === footer social icons === */

.footer-socials-icons {
    background-image: url(../image/icons-social/footer/footerSocialIcons.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.footer-socials-icons_fb {
    width: 15px;
    height: 26px;
    background-position: -7px -7px;
}

.footer-socials-icons_tw {
    width: 26px;
    height: 26px;
    background-position: -36px -7px;
}


.nav-footer {
   /*padding: 0px 15px 25px;*/ padding: 45px 15px 25px;
   background-color: #f7f7f7;
   border-bottom: 2px solid #EDEDED;
   font-size: 18px;
 }

.footer-blocks {
   padding: 45px 15px 60px;
   background-color: #f7f7f7;
 }

.footer-blocks__content {
   width: 100%;
   max-width: 1170px;
   margin: 0 auto;
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   justify-content: space-between;
 }

.footer-block {
   width: 190px;

 }

.footer-block__head {
  font-size: 19px;
  font-weight: bold;
  color: #393939;
}

.footer-block__content {
  line-height: 1.4;
  font-size: 14px;
  color: #000;
}

.footer-block__content_socials {
  padding-top: 10px;
  text-align: center;
}

.footer-block__content_socials a {
  margin: 0 5px;
  display: inline-block;
}

.footer-bottom {

  background-color: #3d0805;

}

.footer-bottom__content {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  color: #fff;
}

footer .dcd-banner {
  position: absolute;
  top: 13px;
  right: 0;
  width: auto;
  height: auto;
}

#workTime_popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;   
}

#form_reserv label.required span.warranty__name .red-star {
  display: none;
}

#news-form .btn_book {
  margin-top: 0;
}

#news-form label.required span.warranty__name .red-star {
  display: none;
}

.news__item .preview {
  font-size: 0;
  margin-top:25px;
}

.news__item .preview__content {
  font-size: 1rem;
}


/*MEDIA QUERIES*/
@media screen and (max-width: 1200px) and (max-height: 1024px) {
  .full-sz-sect {
    height: auto;
    padding: 20px 15px;
  }
  .full-sz-sect_intro {
    height: 700px;
  }
}

@media only screen and (max-height:900px){
  .swiper-container_menu {
    height: 900px;
  }
  .category__content {
    line-height: 1.2;
    padding: 5px 25px;
  }
  .category__content h1 {
    line-height: 1.2;
    font-size: 2.6em;
  }
  .mnu-control-btn {
    margin-top: 5px;
  }
}
@media only screen and (max-height: 650px) {
	.form-makeorder {
	-webkit-flex-direction: column !important;
		-moz-flex-direction: column !important;
		-ms-flex-direction: column !important;
		-o-flex-direction: column !important;
		flex-direction: column !important;
}
	.form_reserv .form__content {
		max-width: 600px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1450px) {
  .grid-gallery {
    max-width: 860px;
    margin: 0 auto;
  }
  .grid-gallery__item {
    width: calc(100% / 3);
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-main {
    display:none
  }
  header .links .header-phone-icon {
    margin: 0;
    font-size: 25px;
  }
  .nav-btn-mobile {
    display:block;
    cursor: pointer;
  }
  .navigation-wrap__closer {
    display: block;
  }
  .navigation-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: -webkit-flex;
    display: -ms-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .navigation-wrap__leftPart,
  .navigation-wrap__rightPart {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  .navigation-wrap__leftPart {
    left: 0;
    width: 50%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .navigation-wrap__rightPart {
    right: 0;
    width: 50%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
      transform: translateX(100%);
  }
  .navigation-wrap__closer {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 45px;
    font-weight: bold;
    color: firebrick;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    line-height: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .nav-main {
    display: block;
  }
  .nav-main li {
    display: block;
    padding: 0;
    text-align: center;
    margin: 10px 0;
    font-size: 25px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    transform: scale(0) translateY(10%);
  }

  .nav-main li.show,
  .navigation-wrap__closer.show,
  .navigation-wrap__leftPart.show,
  .navigation-wrap__rightPart.show {
    opacity: 1;
    transform: scale(1) translate(0);
  }

  .about__sectionContent {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about__img_right,
  .about__img_left {
    order: -1;
    margin: 20px auto;
  }

  .about__sectionContent_single {
    justify-content: center;
  }
  .about__sectionContent_single img {
    /*-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;*/
    width: 300px;
    height: 300px;

  }

  .winemap-item__name {
    width: 60%;
    font-size: 20px;
  }
  .winemap-item__manufacturer {
    width: 25%;
    font-size: 15px;
  }
  .winemap-item__price {
    font-size: 20px;
  }

  .about__sectionContent .about__img {
    width: 50%;
    height: 50%;
  }
  .about__textPart {
    width: 100%;
  }

  footer .dcd-banner {
    right: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  header .links .phone {
    display: none;
  }

  .phone-wrap {
    padding-right: 10px;
  }

  header .links .header-phone-icon {
    font-size: 17px;
  }

  .footer-blocks {
    padding: 45px 110px 60px;
  }

  .footer-blocks__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-block__content_socials {
    text-align: left;
  }

  .footer-block {
    width: calc(31%);
    margin-bottom: 20px;
    margin-right: 2px;
  }

  .footer-block:nth-child(n + 3) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 998px) {
  .infoBlock {
    display: none;
  }
  .menu_banket {
    padding: 0 30px 30px;
  }
  .swiper-container_menu .swiper-slide_menu {
		height: auto;
	}
	.swiper-wrapper_products {
    display: none;
	}
  .category__products_mobile {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
	.category__products {
		margin: 0;
	}
	.slider-bot {
		display: none;
	}
	.category__bot {
		margin: 30px 0;
	}
	.category__product-img {
		height: 600px;
    width: 100%;
	}
	.category__content h1 {
		font-size: 2.4rem;
	}
  .category {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category__content {
    width: 100%;
  }
  .product-label {
    display: none;
  }
  .swiper-container_menu {
    height: auto;
  }
  .mnu-control-btn {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .contacts p {
    padding: 0 5%;
  }
  .news__item_full .form {
    margin: 0 auto;
    justify-content: center;
  }
  .news__item_full .form label{
    justify-content: center;
  }
  .testimonial p::before {
    left: 0;
  }
  .testimonial p::after {
    right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .footer-blocks {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .full-sz-sect_intro {
    background-image: url(../image/mobile-intro-bg.27.09.2017.jpg);
    height: 450px;
    height: 85vh;
  }

  .category__product-img {
		height: 300px;
	}

	.full-sz-sect_news {
		height: auto;
		padding: 20px 5px;
	}
	.order__row .order__delete-btn button {
		margin: 10px 0 0;
	}
	.intro-content {
		margin-left: -155px;
	}

  .about__sectionContent_single {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .about__sectionContent_single img {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: 20px 0;
  }
  .swiper-container_menu {
    height: auto;
  }

  .menu_banket__item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu_banket__productName {
    width: 100%;
  }
  .dish-counter_banket {
    width: 100%;
    justify-content: flex-start;
  }
  .menu_banket__item:not(.menu_banket__sub-title) {
    border-bottom: 1px dotted;
    padding-bottom: 10px;
  }

  .winemap-item__name {
    width: 100%;
    font-size: 22px;
  }
  .winemap-item__descr {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 100%;
    margin-left: 0;
  }
  .winemap-item__manufacturer {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
    width: 70%;
    text-align: left;
  }
  .winemap-item__price {
    -webkit-order: 4;
    -ms-order: 4;
    order: 4;
    width: 30%;
    text-align: right;
  }
  .form-chekout {
    padding-right: 20px;
    padding-left: 20px;
  }

  footer .dcd-banner {
    position: static;
    margin-top: 10px;
    display: block;
  }
  .news__item_full .form {
    margin-top: 20px;
  }

}

@media only screen and (max-width: 480px) {
	.news-short-item {
		padding: 5px;
	}
	.news-short-item .info-pane {
		text-transform: none;
	}
	.news-short-item h3 {
		font-size: .9rem;
	}
	.order__row_header {
		display: none;
	}
	.order__row .order__product {
		width: 100%;
		justify-content: center;
	}
	.order__row {
		text-align: center;
		justify-content: center;
	}
	.order__row .order__price, .order__row .order__qun {
		text-align: center;
		margin: 15px 0;
	}
	.order__row .order__delete-btn {
		text-align: center;
	}
	.order__row .order__delete-btn button {
		margin: 0;
	}
	.order__row .order__product .name {
		margin: 0;
	}
	.order__buttons {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}
	.btn-makeOrder img {
		-webkit-order: -1;
		-moz-order: -1;
		-ms-order: -1;
		-o-order: -1;
		order: -1;
	}
	.order__buttons a {
		margin: 5px 0;
	}
  .grid-gallery__item {
    width: calc(100%/2);
    padding: 1%;
  }
  .about__img_right, .about__img_left {
    width: 100%;
    height: 100%;
  }
  .menu_winemap {
    padding: 15px 10px 30px;
  }
  .menu_banket__image {
    max-width: 100%;
  }

  .footer-blocks {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-block {
    width: 100%;
    text-align: center;
  }
  .footer-block__content_socials {
    text-align: center;
  }
  .testimonial p::before, .testimonial p::after{
    display: none;
  }
  .menu_banket__sub-title {
    text-align: center;
  }
  #news-form label.required span.warranty__name .red-star {
    display: inline;
    color: #b22222;
    font-size: 1.3rem;
  }
  #news-form label.required span.warranty__name .red-star::after {
    display: none;
  }
  #news-form label.required span.warranty__name::after {
    display: none;
  }
}

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

  .menu_banket__excerpt {
    padding: 0 10px;
  }

  .menu_banket__sub-title, .menu__sub-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .news__item_full .form-reservPlace {
    margin-top: 20px;
    justify-content: center;
  }

  .news__item_full .form-reservPlace label{
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form label.required span::after {
    right: 0;
  }

  .news__item_full > .btn-wrap {
    text-align: center;
  }

  #form_reserv label.required span::after {
    right: -10px;
  }

  #form_reserv label.required span.warranty__name::after {
    display: none;
  }

  #form_reserv label.required span.warranty__name .red-star {
    display: inline;
    color: #b22222;
    font-size: 1.3rem;
  }

  #form_reserv label.required span.warranty__name .red-star::after {
    display: none;
  }

}

@media only screen and (max-width: 320px) {
  .news-short-item .info-pane .info {
    margin: 15px 5px 5px;
  }
}
.mainScreen__buttons{
  position:absolute;
  bottom:115px;
  max-width: 470px;
}
.mainScreen__buttons a{
  margin:10px;
}
@media(min-width:320px) and (max-width:575px) and (orientation: portrait){
  .mainScreen__buttons{
    bottom:50px;
    left:0;
    max-width: 100%;
  }
  .mainScreen__buttons a:first-child{
    width:211px;
  }
  .mainScreen__buttons .btn_white{
    color: #000;
    background-color: #fff;
  }
}
@media(min-width:320px) and (max-width:575px) and (min-height:660px){
  .mainScreen__buttons{
    bottom:30px;
  }
  .mainScreen__buttons a:first-child{
    width:211px;
  }
}
@media (min-width:576px) and (max-width:768px){
  .mainScreen__buttons{
    bottom:100px;
  }
}
