@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@300;400&display=swap');

*{font-family: 'Roboto';font-size: 16px;font-weight: 400;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.5;outline:0}
ul li{list-style:none;font-size: 18px;line-height: 1.8;}
.lang_selector{font-size: 12px;background-color: #fff;border: 0px;color: #7B7B7B;-webkit-appearance: button;-moz-appearance: button;appearance: button;}
input{border: 1px solid #7B7B7B;padding: 6px 15px;}

hr{color: #F3F3F3;margin: 25px 0px;}
  .plus,.minus{
    display: block;
width: 25px;
height: 25px;
text-align: center;
background: #D9D9D9;
cursor:hand;
border:1px solid #E00000;
}
.space-between{justify-content: space-between;}
.minus{border-radius: 5px 0px 0px 5px;}
.plus{border-radius: 0px 5px 5px 0px;}
.inputcount{
    font-size: 15px !important;
display: block;
background: #D9D9D9;border-width: 1px 0px 1px 0px; border-style:solid; border-color:#E00000;}
.inputcount>input{width: 40px;border:0px;font-size: 15px !important;padding: 0px 10px !important;height: 23px;}
.prod-elems-single__manage-count{display: flex;flex-direction: row;}

.sticky{position: sticky;top: 0px;z-index: 2; background-color: #fff;padding: 10px;}
.consultation{text-align: -moz-center;}
.consultation>.box{min-height: 80px;flex-wrap: wrap;}
.consultation>.box>.text{font-size: 18px;color: #464646;}
.header__btn_burger .burger {
    display: block;
    width: 30px;
    height: 30px;
    
}
.header__btn_burger{margin-right:0;display:block;border:0;cursor:pointer}.header__btn_burger.menu-open .burger{display:none}.header__btn_burger.menu-open .close{display:block}.header__btn_burger .burger{display:block;width:30px;height:30px}
.header__btn_burger .close{
    display: none;
    width: 30px;
height: 30px;
z-index: 10000;
position: absolute;
top: 110px;
right: 40px;}
.fixed{
    z-index: 2;
background-color: #fff;
padding: 10px;
clear: both;
position: fixed;
bottom: 0px;
width: 100%;
}
.header__btn_burger {
    cursor: pointer;
}
.header__bottom_mobile .menu__list{font-family: 'Roboto';
font-size: 16px;
text-transform: uppercase;
position:absolute;z-index:98;right:0;top:0;width:220px;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:.5px .5px 3px #000;box-shadow:.5px .5px 3px #000;border-radius:1px;padding: 23px 43px;display:none}
.header__bottom_mobile .menu__list{top: 60px;width: 100%;-webkit-box-shadow:none;box-shadow:none;padding: 23px 43px;}
                                                                        .header.mobile-menu_open{position:fixed;z-index:99;top:0;bottom:0;left:0;right:0;background:#27161C;}
       .popup-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.97);
  transition: opacity 500ms;
  z-index: 999;

}    

.menu-anchor {
    position: relative;
    top: -80px;
}
a{text-decoration:none;color:#000}
.clear-both{clear: both;}
.divider{width: 2px;height: 30px;background: #E30613;margin:6px auto 30px;}

h1,h2,h3{font-weight:700;white-space: nowrap;}
h1{font-size: 64px;}
h3{font-family: 'Noto Sans Georgian';font-weight:400; font-size: 40px;text-transform: uppercase;margin: 0px 0px 40px 0px;
max-width: 65vw;
display: inline-block;
position: relative;color: #3C3C3C;}
h4{font-family: 'Noto Sans Georgian';font-weight:400; font-size: 30px;text-transform: uppercase;color: #3C3C3C;}
.contacts h3{
    font-size: 18px;
    font-family: 'Noto Sans Georgian';
}
.contacts .text-grey,.contacts a{font-size: 14px;color: #3C3C3C;}
.contacts .text-red{font-family: 'Noto Sans Georgian';font-size: 14px;color: #E30613;}

h2{font-family: 'Noto Sans Georgian';font-weight:400; font-size: 40px;text-transform: uppercase;
display: inline-block;
position: relative;
color: #3C3C3C;

} 

h3.chief{font-size: 30px;margin: 0px 40px 30px 40px;}
.zportrait-afisha{width: 100%;min-height: 100px;background-color: #f3f3f3;}
.afisha_item>.title{font-family: 'Noto Sans Georgian';font-weight:400; font-size: 30px;color: #3C3C3C;margin-bottom: 20px;}
.afisha_item>.text{font-family: 'Noto Sans Georgian';font-weight:400; font-size: 14px;color: #3C3C3C;margin-bottom: 20px;}
.afisha_item>.date{font-size: 14px;color: #7B7B7B;}

h3.left::before {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #E30613;
    top: 50%;
    left: -2.8vw;
}
h3.right::after {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #E30613;
    top: 50%;
margin-top: -2px;
right: -3vw;
}
h4.left::before {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #E30613;
    top: 50%;
    left: -2.8vw;
}
h4.right::after {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #E30613;
    top: 50%;
margin-top: -2px;
right: -3vw;
}

h3.menu__title{font-family: 'Noto Sans Georgian';font-weight:400; font-size: 30px;text-transform: uppercase;
max-width: 65vw;
display: inline-block;
position: relative;
color: #3C3C3C;
width: 100%;

} 
h3.menu__title::after {
   display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #E30613;
    top: 50%;
margin-top: -2px;
right: -3vw;
}
h4{font-size: 24px;} 
/* BUTTONS */


.grey-menu-button {
    white-space: nowrap;
    background-color: #F3F3F3;
    display: inline-block;
    cursor: pointer;
    color: #3C3C3C;
    font-family: 'Roboto';
    font-size: 14px;
    padding: 12px 14px;
    text-decoration: none;
margin: 0px 4px 8px 0px;
min-width: 22%;
}
.grey-button {
    white-space: nowrap;
	background-color:#3c3c3c;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Roboto';
    font-size: 18px;
	padding:16px 31px;
	text-decoration:none;
        
text-align: center;
}
.white-grey-button {
    white-space: nowrap;
	background-color:#F3F3F3;
	display:inline-block;
	cursor:pointer;
	color:#7B7B7B;
	font-family: 'Roboto';
    font-size: 18px;
	padding:16px 31px;
	text-decoration:none;
       
text-align: center;
}
.grey-button:hover {
    color:#fff;
	background-color:#E30613;
}
.white-grey-button:hover {
    color:#fff;
	background-color:#E30613;
}


.myButton:hover {
	background-color:#696969;
}
.myButton:active {
	position:relative;
	top:1px;
}



.flex{display: flex;}
.justify-content-around{justify-content: space-around;}
.padding-right-10{padding-right: 10px;}
.padding-left-10{padding-left: 10px;}
.margin-bottom-10{margin-bottom: 10px;}
.margin-bottom-20{margin-bottom: 20px;}
.margin-bottom-30{margin-bottom: 30px;}
.margin-top-30{margin-top: 30px;}
.margin-bottom-60{margin-bottom: 60px;}
.margin-bottom-120{margin-bottom: 120px;}
.margin-bottom-300{margin-bottom: 300px;}
.margin-right-50{margin-right: 50px !important;}
.margin-0{margin-right: 0px !important;}
.max-midth{width:100%}
.container_main-section {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1700px;
}
.text-center{text-align: center;}
.header{display: flex;justify-content: space-around;background-color: #000000; height: 130px; }
.header{background-color: #E30613; height: 50px; padding: 3px 0px;}
.header a{padding: 10px 0px !important;text-transform: uppercase !important; text-decoration:underline !important; color:#fff !important;}
header .text-red{font-family: 'Noto Sans Georgian';
    font-size: 12px;color:#E30613;}
header .text-grey,header .text-grey>a{font-family: 'Roboto';
    font-size: 12px;color:#3C3C3C;}

.phones{height: 55px; padding-top: 16px;display: flex;    justify-content: space-between;
}

.arrow{height: 18px;margin-right: 10px;float: left;}


.logo{  margin: 0px 59px;
}

.main_menu{display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}
.main_menu>li>a{
    font-family: 'Roboto';
    color: #3C3C3C;
    list-style: none;
    font-weight: 400;
font-size: 14px;
text-transform: uppercase;}
.menu_item .name{font-family: 'Noto Sans Georgian';font-size: 20px;color:#3C3C3C;}
.menu_item .text{font-family: 'Noto Sans Georgian';
  font-size: 16px;color:#595959;}
.menu_item>.weight{line-height: 25px;
    font-size: 20px;color:#7B7B7B;}
.menu-header{text-transform: uppercase;white-space: nowrap;font-family: 'Noto Sans Georgian';
    font-size: 30px;color:#3C3C3C;}
.teni{    margin: -70px 0px;opacity: 1;}
.top-text{margin: -43px 81px;width: 87px;color: #ffffff;}


.main-index-benefits{
    position: relative;
    top: -185px;
    background: #fff;
    padding: 0px 90px 0px 90px;
}
.main-index-benefits2{
    position: relative;
    top: -185px;
    background: #fff;
}
.top-button{
width:100%; 
}
.top-button>a,.index-button>a,.menu-button>a{
color: #fff;
text-align: center;
text-transform: uppercase;
width: 100%;
display: inline-grid;
}
.index-button>a:hover,.menu-button>a:hover{border-bottom:10px solid #E30613;}

.top-button span{position: relative;
top: 34px;
  color: #ffffff;
font-size: 18px;
font-family: 'Noto Sans Georgian';
font-weight: 400;
line-height: 0px;
z-index: 1;}
#a1:hover ~ #b1,#a2:hover ~ #b2,#a3:hover ~ #b3,#a4:hover ~ #b4,#ai1:hover ~ #bi1,#ai2:hover ~ #bi2,#ai3:hover ~ #bi3,#ai4:hover ~ #bi4{
-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-o-filter: brightness(90%);
	-ms-filter: brightness(90%);
	filter: brightness(90%);
}
.rest_menu_sel.active{-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-o-filter: brightness(90%);
	-ms-filter: brightness(90%);
	filter: brightness(90%);border-bottom:10px solid #E30613;margin-bottom: 10px}
.bg-top-button{height: 70px;}
.bg-top-button,.bg-index-button{
-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(50%);
	filter: brightness(50%);
}
.bg-top-button:hover,.bg-index-button:hover{
-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-o-filter: brightness(90%);
	-ms-filter: brightness(90%);
	filter: brightness(90%);
}
.bg-top-button1{background-image: url("/img/header-hotel.png");  }
.bg-top-button2{background-image: url("/img/header-menu.png");}
.bg-top-button3{background-image: url("/img/header-wedding.png");}
.bg-top-button4{background-image: url("/img/header-banket.png");}

.index-button span{position: relative;
position: absolute;
top: 27%;
color: #ffffff;
font-size: 30px;
font-family: 'Noto Sans Georgian';
font-weight: 400;
line-height: 39px;
z-index: 1;
width: 90%;
left: 5%;}
.menu-button span{position: relative;
position: absolute;
top: 40%;
color: #ffffff;
font-size: 30px;
font-family: 'Noto Sans Georgian';
font-weight: 400;
line-height: 39px;
z-index: 1;
width: 90%;
left: 5%;}
.index-button1{background: url("/img/index-button-1.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.index-button2{background: url("/img/index-button-2.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.index-button3{background: url("/img/index-button-3.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.index-button4{background: url("/img/index-button-4.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.index-button5{background: url("/img/index-button-5.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.index-button6{background: url("/img/index-button-6.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.index-button7{background: url("/img/index-button-7.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.index-button10{background: url("/img/index-button-10.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.index-button11{background: url("/img/index-button-11.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.menu-button1{background: url(/img/index-button-1.png) no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.menu-button2{background: url(/img/index-button-2.png) no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.bg-index-button{height: 100px;}


.hall-button1{background: url("/img/hall-1.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.hall-button2{background: url("/img/hall-2.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.hall-button3{background: url("/img/hall-3.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.hall-button4{background: url("/img/hall-4.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.hall-button5{background: url("/img/hall-5.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.hall-button6{background: url("/img/hall-6.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

.index-text{font-family: 'Roboto';
    font-size: 14px;color: #7B7B7B;line-height: 1.6;text-align: justify;}
.index-about-img{position: absolute;
bottom: -90px;
right: 270px;}
.benefits{text-align: center;max-width: 305px;}
.benefits>.img{text-align: -moz-center;}
.benefits>.title{font-size: 20px;
font-family: 'Noto Sans Georgian';
font-weight: 400;color: #3C3C3C;}
.benefits>.text{font-size: 14px;
font-family: 'Noto Sans Georgian';
font-weight: 400;
color: #7B7B7B;}

.restaurant>.title{font-size: 30px;
font-family: 'Noto Sans Georgian';
font-weight: 400;color: #3C3C3C;}
.restaurant>.text{font-size: 18px;
font-family: 'Roboto';
font-weight: 400;
color: #7B7B7B;}

.afisha{text-align: center;}
.afisha>img{max-height: 263px;}
.afisha>.title{font-size: 30px;
font-family: 'Noto Sans Georgian';
font-weight: 400;color: #3C3C3C;}
.afisha>.date{font-size: 14px;font-family: 'Noto Sans Georgian';font-weight: 400;color: #7B7B7B;}
.teni{opacity:1;padding: 5px 0px;}
.margin-right-10{ margin-right: 10px;}

.index-main-banner{
    position: relative;
    display: inline-block;
    width: 100%;

}
.index-main-banner .bg{background: url("/img/theportrait.png") no-repeat center center;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(50%);
	filter: brightness(50%);
        height: 430px;
}
.index-main-banner .text1{font-size: 88px;font-family: 'Noto Sans Georgian';font-weight: 400;color: #fff;white-space: nowrap;}
.index-main-banner .text2{font-size: 32px;font-family: 'Noto Sans Georgian';font-weight: 400;color: #fff;}
.caption {
    z-index: 1;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: #fff;
    font-weight: bold;
}


.bg-grey{background-color: #F3F3F3;}
.breadcrumbs{background-color: #F3F3F3; height: 48px; margin-top: 20px }
.breadcrumbs>.text>a.active{color:  #7B7B7B !important; }
.text>a{padding:15px 0px; color:  #3C3C3C;  font-family: 'Roboto';font-size: 12px;
height: 100%;
line-height: 48px;}



.vertical-center {
display: table-cell;
      vertical-align: middle;
}

/* RESTAURANT */
.restoran_block1{
    position: relative;
    top: -90px;
    background: #fff;
    padding: 90px;
}
/* HOTEL */
 .desktop-float{float: left;}
.room-button-round{
                border: 0px;
                height: 30px;
                width: 30px;margin-right: 4px;}
            .room-button-round.active{background-color: #E30613; color: #fff;}
            .room-button-round2{
                border: 0px;
                height: 30px;
               
            padding: 4px 17px 5px 17px;
min-width: 92px;
            }
            .room-button-round2.active{background-color: #E30613; color: #fff;}
h3.right.hotel{margin: -10px 0px 40px 0px;}
.room>.title{color:  #3C3C3C;  font-family: 'Noto Sans Georgian';font-size: 30px; margin-bottom: 15px;text-transform: uppercase;}
.room>.corpus{color:  #3C3C3C; font-size: 14px; margin-bottom: 20px;}
.room>.room-price{color:  #7B7B7B; font-size: 14px; margin-bottom: 95px;}
.price-block{margin-top: 101px;}
.room>.slick-slider{
overflow: hidden;}
.room>.paginator {
    position: relative;
    top: -75%;
margin: 0px auto -87px;
}
.room>.paginator>ul>.prev.slick-arrow,.room>.paginator>ul>.next.slick-arrow{height: 70px;
width: 70px;
background-size: cover;
}
.hotel-title{white-space: nowrap;text-transform: uppercase;color:  #3C3C3C;  font-family: 'Noto Sans Georgian';font-size: 30px;    margin-top: 10px;}
.hotel-hr{display: block;
position: relative;
content: '';
width: 100%;
height: 2px;
background: #3C3C3C;
top: 33px;
margin: 0px 25px 0px 25px;}
.hr-red{display: block;
position: relative;
content: '';
width: 20px;
height: 2px;
background: #E30613;
top: 21px;
margin: 0px 14px 0px 14px;}
.menu-hr{display: block;
position: relative;
content: '';
width: 100%;
height: 2px;
background: #3C3C3C;
top: 18px;
margin: 0px 0px 0px 25px;}
/* SLICK */
.slick-list-photo{height: 770px;}
.slick-list-afisha{height: 330px;}
.slick-dots>li>button{background-color: #7B7B7B;
height: 5px;
width: 20px;
border: 0px;
margin-right: 5px;color: #f3f3f3;font-size: 0px;flex-wrap: wrap;}
.slick-dots>.slick-active>button{background-color: #E30613;}


.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	flex-wrap: wrap;
	list-style-type: none;
	
}
/* FOOTER */
.padding-100{padding: 100px 0px;}
footer{
    background-color: #1B1B1B;
    color: #fff;
}
footer a{color: #fff;}
footer ul>li{margin-bottom: 20px;}
footer ul>li>a{text-transform: uppercase;}
.footer__row{min-height: 105px;
background-color: #151515;
    width: 100%;

}
.footer-fb-icon{float: left;margin-right: 20px;}

.paginator,.paginator_afisha{position: relative;
top: -50%;
width: 90%;
}

.paginator>ul,.paginator_afisha>ul{width: 100%;
display: flex;
justify-content: space-between;
}
.prev.slick-arrow{
      display: block;
      height: 100px;
      width: 100px;
      background: url('/img/slick-arrow-left.png') no-repeat;
    }

    .next.slick-arrow{
      display: block;
      height: 100px;
      width: 100px;
      background: url('/img/slick-arrow-right.png') no-repeat;
    }
 .paginator_afisha .prev.slick-arrow{left: -75px;
position: relative;top: -60%;}  
    .paginator_afisha .next.slick-arrow{position: relative;
right: -50px;top: -60%;}
.tickerwrapper ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding:0;
  margin:0;
}

.tickerwrapper ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

.tickerwrapper ul.list li {
  float: left;
  padding-left: 20px;
  
}
.tickerwrapper span{
     font-family: 'Roboto';
    font-size: 10px;
    font-weight: 700;
    color: #fff;}

@media screen and (max-width: 767px){
    .index-main-banner .text1{font-size: 70px;}
    .mobile-margin-bottom-20{margin-bottom: 20px;}
    .slick-dots{display: none;}
    .menu_item .name {font-size: 16px;}
    .grey-menu-button {
    font-size: 12px;
    padding: 6px 6px;
    text-decoration: none;
    margin: 0px 2px 5px 0px;
    min-width: 10%;
}
    .row.menu{margin-top: 20px;}
    .mobile-flex-column{display: flex;flex-direction: column !important;}
    .menu_item > .weight{font-size: 13px;}
    .menu_item > .text {font-size: 16px;}
    .menu-header {font-size: 20px;white-space: normal;}
    h1,h2,h3,h4,h5,h6{white-space: normal;}
    h2{font-size: 25px;}.mobile_hidden{display:none}
.top-button span{
  color: #ffffff;
font-size: 13px;
font-family: 'Noto Sans Georgian';
font-weight: 400;
top: 22px;

}
.bg-top-button{height: 40px;}
.main-index-benefits {
    padding: 0px 20px 0px 20px;
}
.paginator_afisha{display:none !important;}
.desktop-float{float: none;}
.room>.room-price{margin-bottom: 10px;}
.price-block{margin-top: 10px;}
.fixed .bg-index-button{
    height: 60px;
}
.fixed .menu-button span{font-size: 14px;line-height: 1.2;top: 10%;}
.fast-click-menu{padding: 16px 20px;font-size: 16px;}
.desktop_hidden.weight{font-size: 12px;float: left;margin: 3px 18px 0px 0px;color: #7B7B7B;}
}

@media screen and (min-width: 768px){
    
    .desktop_hidden{display: none;}
    
}
.modal-content {
  background-color: #fefefe;
  
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 0px;
   /* Could be more or less, depending on screen size */
  display: flex;
flex-direction: column;
}
.warning{border-color: #f00 !important;}
@media (min-width: 1024px) {
 .modal-content { width: 40%;}
}
@media (max-width: 1023px) {
.modal-content {width: 90%;}
}
.edit-icon {
   
    font-size: 16px; /* Размер иконки */
    cursor: pointer; /* Курсор указателя */
    color: red; /* Цвет иконки */
margin: auto;
}
.cms{ border: 3px solid blue; /* Красная рамка толщиной 3px */
   
    height: 30px;
    width:30px;/* Отступ для содержимого */

}