html, body {
    max-width: 100%;
    overflow-x: hidden;
}
@font-face {
    font-family: 'Balkara Free Condensed';
    src: url('fonts/BalkaraFreeCondensed-npoekmume-Regular.woff2') format('woff2'),
        url('fonts/BalkaraFreeCondensed-npoekmume-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TriodPostnaja';
    src: url('fonts/TriodPostnaja.woff2') format('woff2'),
        url('fonts/TriodPostnaja.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.opaco {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    z-index: 999;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.container {
    max-width: 700px;
    margin: 0 auto 0 auto;
}
.wcmToolBar { position: relative; z-index: 10000; }

* { margin: 0px; padding: 0px; }

html, body { 
    font-family: 'TriodPostnaja';
    width: 100%; height: 100%; padding: 0; margin: 0; }
html { overflow-y: scroll; }

a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0; }


body {  font-size: 14px; color: #000; line-height: 1.1; }

a { text-decoration: underline; color: #000; }
a:hover { text-decoration: none; }

table { border-collapse: collapse; }
input {  font-size: 14px; color: #000; outline: none; }
textarea {  font-size: 14px; color: #000; outline: none; resize: none; }
select {  font-size: 14px; color: #000; outline: none; border: none; background: none; padding: 3px 0; }

h1 { color: #ad1c21; font-size: 32px; margin: 0 0 15px;  font-weight: normal; }
h1 a { color: #ad1c21; font-size: 32px; text-decoration: none; }
h2, h3 {  font-weight: normal; } 


/*------------------------------------------- header -------------------------------------------------*/
.header { 
    width: 100%; height: 250px; position: fixed; margin: 0px auto; z-index:  999;
    background: url('/img/headerbg.jpg');
    background-size: 100% auto;
    background-position: 0 50%;
    transition: top 0.3s;
}
.headersmall {
    height: 120px;
    background:  none;
}
.maincontent {
    padding-top:  250px;
}
.maincontent2 {
    padding-top:  130px;
    padding-bottom: 120px;
}
.bodyclass2 {
    background: url('/img/headerbg.jpg');
}
/* ----- logo ----- */
.logo { 
    
    left: 0px; top: 0px; width: 100%; height: 64px; display: block; background: url("/img/kablogo.png") 20px 50% no-repeat #3A0604; 
    background-size: 37px 37px;
    color:  #fff;
    font-weight:  700;
    z-index: 999;
    font-size: 18px;
    padding: 23px 0 0 140px;
    text-decoration: none;
}
.logo span:before{
    content: '';
    left: 100px;
    position:  absolute;
    text-decoration: none;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.999 8H20.999L23.999 4V10' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.999 10H13.999L17.4438 7.37903H17.4448C17.7878 7.02003 17.999 6.535 17.999 6C17.999 4.895 17.102 4 15.999 4C14.894 4 13.999 4.895 13.999 6' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66504 1L1.40088 3.90002L1.38086 3.91998C-0.0961363 5.39698 2.83214 10.729 7.99414 15.891C13.1561 21.057 18.6031 24.104 20.0801 22.627L20.1011 22.606L22.9981 19.309L17.9981 15L13.9981 16.998L6.99805 10L8.99805 6L4.66504 1Z' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
    width:  25px;
    height: 25px;
}
.headerinfo { 
    width: 100%; padding: 10px;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    
}

.headerinfo > a > img {
    width:  80px;
    height:  80px;
    margin-right: 0px;
}
.accountinfo {
    background-repeat: no-repeat;
    background-position: 2px 50%;
    background-color:#FFF9DE;
    border-radius: 8px;
    padding: 2px 2px 2px 40px;
    font-size: 10px;
    color:  #ccc;
}
.accountdetail {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top:  10px;
}
.accountdetail > div {
    width: 72px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    color:  #000;
}
.accountdetail > div > div{
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height, or 100% */

    text-align: center;

    color: #87A825;
    border-bottom: 1px solid #F5F5F5;
    padding: 6px 0 5px 0;
}
.accountdetail > div > div > a{
    color: #87A825;
}
.accountinfo a {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    font-family: Arial;
    font-style: italic;
    
}
.accountinfo a.topexit {
    float: right;
    font-size: 10px;
    color:  #ccc;
    margin-top: 4px;
}

.qrdiv {
    width: 120px;
    height: 100px;
    padding: 7px 0 10px 10px;
}
.qrdiv:after {
    content: 'Увеличить';
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9C7.20914 9 9 7.20914 9 5C9 2.79086 7.20914 1 5 1C2.79086 1 1 2.79086 1 5C1 7.20914 2.79086 9 5 9Z' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.82812 7.82849L12.0001 12' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 5H7' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 3V7' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 50%;
    display: block;
    padding:  0 0 0 20px;
    margin: 5px 0 0 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
}
.infouser {
    width: calc(100% - 120px);
    position: relative;
}
.infouser img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    position: absolute;
    left: 2px;
    top: 4px;
}
.headerinfo > a, .headerinfo > .sel {
    text-decoration: underline;
    color: #000;
    font-weight: bold;
}
ul.menu {
    /*background: #87A825;*/
    width:  100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
ul.menu li {
    height: 70px;
    width: 25%;
    flex: 1 1 auto;
}
ul.menu li.sel {
    /*background:  #fff;*/
}
ul.menu li a{
    display: block;
    padding-top: 30px;
    display: block;
    margin: 0 3px 0 3px;
    height: 100px;
    text-align: center;
    color:  #fff;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    
    width: 95%;
    margin: 0 auto;
    height: 52px;
    background: #87A825;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 5%);
    border-radius: 10px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    
}
/*ul.menu>li:before {
    content: '';
    display: block;
    position: absolute;
    margin-top: 5px;
    width: 1px;
    height: 70px;
    background: #fff;
    opacity: 0.5;
}
*/
ul.menu li.sel a {
    /*color:  #000;*/
}
ul.menu li:nth-child(1) a {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 22C23 22.55 22.55 23 22 23H2C1.45 23 1 22.55 1 22V4C1 3.45 1.45 3 2 3H22C22.55 3 23 3.45 23 4V22Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 1V5' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 1V5' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 11L10.8452 17L8 13.984' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50% 20%;
    background-repeat: no-repeat;
    
}
/*ul.menu li:nth-child(1).sel a {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 22C23 22.55 22.55 23 22 23H2C1.45 23 1 22.55 1 22V4C1 3.45 1.45 3 2 3H22C22.55 3 23 3.45 23 4V22Z' stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 1V5' stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 1V5' stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 11L10.8452 17L8 13.984' stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50% 20%;
    background-repeat: no-repeat;
    
}*/
ul.menu li:nth-child(2) a {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.13379 7.59998L8 1' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.8662 7.59998L16 1' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 21H3.93408L1 8H23L22 13' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 23V17' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 20H23' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50% 20%;
    background-repeat: no-repeat;
    
}
/*ul.menu li:nth-child(2).sel a {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.13379 7.59998L8 1' stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.8662 7.59998L16 1' stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 21H3.93408L1 8H23L22 13' stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 23V17' stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 20H23' stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50% 20%;
    background-repeat: no-repeat;
    
}*/
ul.menu li:nth-child(3) a {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.08932 12C9.08932 12 5.05632 10.968 3.08932 9C0.814318 6.727 0.542111 2.033 1.57711 1L11.2334 10.271' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.2344 10.271L21.9883 18.759C23.2333 19.785 23.4564 21.419 22.4824 22.394C21.5084 23.368 19.8741 23.1449 18.8481 21.8999L9.08936 12.001' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.0654 10.967C17.9544 10.781 19.0222 10.3281 20.0122 9.2981C21.6642 7.5791 23.0684 5.04199 23.0684 5.04199' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.7345 14.752L5.34978 21.895C4.32078 23.146 2.67543 23.3701 1.69743 22.3911C0.719435 21.4121 0.943482 19.768 2.19548 18.738L9.19548 12.48' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.0703 7.66504C13.1773 6.69204 13.5743 5.33289 14.8003 4.08789C16.4743 2.38989 19.1313 1.06299 19.1313 1.06299' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.0674 2.04199L16.7554 7.32788' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50% 20%;
    background-repeat: no-repeat;
    
}
/*ul.menu li:nth-child(3).sel a {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.08932 12C9.08932 12 5.05632 10.968 3.08932 9C0.814318 6.727 0.542111 2.033 1.57711 1L11.2334 10.271'  stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.2344 10.271L21.9883 18.759C23.2333 19.785 23.4564 21.419 22.4824 22.394C21.5084 23.368 19.8741 23.1449 18.8481 21.8999L9.08936 12.001'  stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.0654 10.967C17.9544 10.781 19.0222 10.3281 20.0122 9.2981C21.6642 7.5791 23.0684 5.04199 23.0684 5.04199'  stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.7345 14.752L5.34978 21.895C4.32078 23.146 2.67543 23.3701 1.69743 22.3911C0.719435 21.4121 0.943482 19.768 2.19548 18.738L9.19548 12.48'  stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.0703 7.66504C13.1773 6.69204 13.5743 5.33289 14.8003 4.08789C16.4743 2.38989 19.1313 1.06299 19.1313 1.06299'  stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.0674 2.04199L16.7554 7.32788'  stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50% 20%;
    background-repeat: no-repeat;
    
}*/
ul.menu li:nth-child(4) a {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.50195 12C9.33038 12 10.002 11.1046 10.002 10C10.002 8.89543 9.33038 8 8.50195 8C7.67353 8 7.00195 8.89543 7.00195 10C7.00195 11.1046 7.67353 12 8.50195 12Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.502 16C16.3304 16 17.002 15.1046 17.002 14C17.002 12.8954 16.3304 12 15.502 12C14.6735 12 14.002 12.8954 14.002 14C14.002 15.1046 14.6735 16 15.502 16Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.002 17L14.002 7' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 2.50999L14.9468 1L16.7451 3.78101L20.0532 3.94701L20.2192 7.255L23 9.05299L21.4912 12L23 14.947L20.2192 16.746L20.0532 20.053L16.7451 20.219L14.9468 23L12 21.49L9.05322 23L7.25488 20.219L3.94678 20.053L3.78223 16.746L1 14.947L2.50977 12L1 9.05299L3.78223 7.255L3.94678 3.94701L7.25488 3.78101L9.05322 1L12 2.50999Z' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50% 20%;
    background-repeat: no-repeat;
    
}
/*ul.menu li:nth-child(4).sel a {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.50195 12C9.33038 12 10.002 11.1046 10.002 10C10.002 8.89543 9.33038 8 8.50195 8C7.67353 8 7.00195 8.89543 7.00195 10C7.00195 11.1046 7.67353 12 8.50195 12Z' stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.502 16C16.3304 16 17.002 15.1046 17.002 14C17.002 12.8954 16.3304 12 15.502 12C14.6735 12 14.002 12.8954 14.002 14C14.002 15.1046 14.6735 16 15.502 16Z' stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.002 17L14.002 7' stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 2.50999L14.9468 1L16.7451 3.78101L20.0532 3.94701L20.2192 7.255L23 9.05299L21.4912 12L23 14.947L20.2192 16.746L20.0532 20.053L16.7451 20.219L14.9468 23L12 21.49L9.05322 23L7.25488 20.219L3.94678 20.053L3.78223 16.746L1 14.947L2.50977 12L1 9.05299L3.78223 7.255L3.94678 3.94701L7.25488 3.78101L9.05322 1L12 2.50999Z' stroke='%2387A825' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50% 20%;
    background-repeat: no-repeat;
    
}*/
.basketblock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 70px;
}
.plusbutton, .minusbutton {
    width: 25px;
    height: 25px;
    color:  #fff;
    border-radius: 10px;
    background: #87A825;
    border: 0;
}
.countbtn {
    border: 0;
    width: 20px;
    height: 25px;
    background: none;
    text-align: center;
}
.menuorder {
    position: fixed;
    bottom: 10px;
    color: #fff;
    display:  none;
    cursor:  pointer;
    background: #87A825;
    padding: 10px;
    border-radius: 8px;
    width: 200px;
    text-align: center;
    left: calc(50% - 100px);
}
.orderbutton{
    color: #fff;
    cursor:  pointer;
    background: #87A825;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    border: 0;
}

.top-text { left: 287px; top: 145px; position: absolute; color: #462d1a; font-size: 18px; font-weight: bold; text-shadow: 0 1px 2px #fff; }

.navi { left: -34px; bottom: 10px; position: absolute; width: 100%; padding: 6px 0 0 64px; height: 54px; background: url("images/bg-navi.png") no-repeat; }
.navi div { display: inline-block; margin:0; padding:0; float:left;}
.navi a { color: #fefefe; font-size: 15px; text-decoration: none; display: inline-block; line-height: 34px; height: 35px; padding: 0 25px; background: url("images/navi-sep.png") 0 0 no-repeat; }
.navi:first-child a { background: none; }
.navi .wcmCurr a,
.navi a:hover { text-decoration: underline;
 background: url(/img/menubg.png) 0 0 no-repeat;
 }

.h-address { right: 0px; text-align: right; top: 78px; position: absolute; color: #462d1a; font-size: 17px; }
.h-address p { margin: 0 0 4px; }
.h-address a { color: #b01d21; }

.btn-call { right: 0px; top: 133px; position: absolute; display: block; width: 211px; height: 44px; line-height: 40px; color: #fff; text-decoration: none; text-align: center; background: url("images/btn.png") no-repeat; }

.top-phone { right: 0px; top: 24px; position: absolute; color: #462d1a; font-size: 25px; font-weight: bold; text-shadow: 0 1px 2px #fff; }
.top-phone span { font-size: 40px; }

/*------------------------------------------- content ------------------------------------------------*/
.content { width: 100%; position: relative; margin: 0px auto; min-height: 500px; padding: 20px}
.content .c-foot { height: 5px; clear: both; line-height: 4px; font-size: 4pt; }

/* ----- two-columns ----- */
.two-columns {  zoom: 1; display: block; margin: 0 0 15px; }
.two-columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.column-l { float: left; width: 654px; }
.column-r { float: right; width: 325px; background: url("images/ic2.jpg") repeat; padding: 20px 0 0; }
.column-r_2 { float: right; width: 325px; background: url("images/ic2.jpg") repeat; padding: 20px 0 0; margin-top: -97px;}
.column-r_3 { float: right; width: 325px; background: url("images/ic2.jpg") repeat; padding: 20px 0 0; margin-top: -112px;}


.pos { left: 170px; top: 185px; position: absolute; }
.pos1 { left: 220px; top: 65px; position: absolute; }
.pos2 { left: 450px; top: 115px; position: absolute; }
.pos3 { left: 350px; top: 210px; position: absolute; }



/*------------------------------------------- footer ------------------------------------------------*/
.footer { min-width: 100%; height: 113px; clear: both; margin: 0px auto; position: relative; background: url("images/bg-footer.jpg") repeat-x;  } 
.footer2 {
    position: fixed;
    bottom: 0;
}

.footer-ins { width: 100%; height: 113px; position: relative; margin: 0 auto; }

.copyright { left: 0px; top: 32px; position: absolute; }

.studio { right: 0px; top: 31px; position: absolute; font-size: 15px; }
.studio a { color: #ad1c21; }

.footer-address {
    padding: 10px 20px 10px 20px;
}
.footer-address p { margin: 0 0 2px; }

.fphone { font-size: 19px; }
.fphone strong { font-size: 28px; font-weight: normal; }

.social { top: 34px; position: absolute; }

.content .after {width: 534px; background: url("images/ic2.jpg") repeat; float: left; padding: 49px 60px 15px 60px;}

.price_block {margin: 0 0 20px 16px; width: 290px;}
.price_block .icon {width: 160px; margin: 0 auto; padding: 10px 0 5px 0;}
.price_block .text_link {width: 150px; text-align: center; margin: 0 auto;}
.price_block .text_link a {color: #b01d21; font-size: 15px;}

.mainlink {
  font-size: 13px;
  color: #462d1a;
  line-height: 20px;
  border-bottom: 1px dotted #462d1a;
}
.mainlink A {
  font-size: 18px;
  color: #ad1c21;
  font-weight: bold;
  text-decoration: none;
}

#mainimg {
  width: 636px;
  height: 400px;
  position: relative;
  text-align:center;
  margin: 10px 0 0 10px;
}
#mainimg1, #mainimg2 {
    width: 636px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
#mainimgleft{
  width: 636px;
  height: 400px;
  background: url(/img/left.png) 20px 50% no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 99;
}
#mainimgleft:hover{
  background: url(/img/lefta.png) 20px 50% no-repeat;
}
#mainimgright{
  width: 500px;
  height: 400px;
  background: url(/img/right.png) 453px 50% no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 99;
}
#mainimgright:hover{
  background: url(/img/righta.png) 453px 50% no-repeat;
}

.imgsmall, .imgsmalla  {
  float:left;
  margin: 10px 0px 0px 12px;
}
.imgsmall IMG{
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 50); /* IE5+ */
     filter: alpha(opacity=50);/* IE4- */
     moz-opacity: .5; /* Mozilla */
     -khtml-opacity: .5; /* Safari */
     opacity: .5;  /* general CSS3 */
     margin: 0;
   }
.imgsmall:hover IMG, .imgsmalla IMG{
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 100); /* IE5+ */
     filter: alpha(opacity=100);/* IE4- */
     moz-opacity: 1; /* Mozilla */
     -khtml-opacity: 1; /* Safari */
     opacity: 1;  /* general CSS3 */
     margin: 0;
   }

.readmore {
  width: 159px;
  height: 39px;
  background: url(/img/more.png);
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.readmore:hover {
  width: 159px;
  height: 39px;
  background: url(/img/mores.png);
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.glider-contain {
    max-height: calc(57vw);
    overflow: hidden;
}
ul.ouraction {
    list-style: none;
    margin-top: -30px;
}
ul.ouraction>li {
    margin: 10px 0 10px 0;
    padding-bottom:  10px;
    border-bottom: 1px dotted #ccc;
}
ul.ouraction>li {
    font-size: 11px;
    
}
ul.ouraction>li h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}
ul.ouraction>li img{
    margin: 10px 0 10px 0;
    width: 100%;
    height: auto;
}


body {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

div, p, form, input, a, span, button {
    box-sizing: border-box;
}

a, button {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

p {
    margin: 0;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(87 52 24);
}

h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

a:focus,
button:focus,
div:focus,
input:focus {
    outline: none;
}

.form {
    max-width: 300px;
    margin: 0 auto 0 auto;
}
.form h2 {
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 400;
}
input.form_input {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #715543;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 300;
    font-size: 16px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 30px;
    height: 60px;
    width: 100%;
    padding: 0 22px;
}
.form input.form_input {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #715543;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 30px;
    height: 40px;
    width: 100%;
    padding: 0 22px;
}
button.submit {
    background: linear-gradient(180deg, rgba(87, 52, 24, 1) 0%, rgba(151, 102, 68, 1) 50%, rgba(87, 52, 24, 1) 100%), #549CDF;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    transition: all 0.5s ease!important;
    margin-bottom: 30px;
}
button.submit:hover {
    /*background: linear-gradient(270deg, rgba(122, 132, 228, 0.7) 0%, rgba(176, 106, 192, 0.7) 100%), #549CDF;*/
}
.form a, .links_wrapper  {
    font-weight: normal;
    font-size: 16px;
    transition: all 0.5s ease;
}

.form a:hover  {
    text-decoration: underline;
    cursor: pointer;
}
ul.ourbanyas {
    list-style: none;
}
ul.ourbanyas>li {
    margin: 10px 5px 0 5px;
    border-radius: 20px;
}
ul.ourbanyas>li>div:nth-child(2) {
    width: 100%;
}
ul.ourbanyas>li>div:nth-child(2) img {
    width: 100%;
    height: 100%;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.addinfo>ul {
    list-style: none;
    background:  #FFF9DE;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    height: 120px;
}
.addinfo>ul>li {
    font-size: 12px;
    line-height: 15px;
    width: 33%;
    padding-top: 70px;
    text-align: center;
    height: 120px;
    background-position: 50% 20px;
    background-repeat: no-repeat;
}
.addinfo>ul>li span{
    font-size: 9px;
    font-style: italic;
    color: #87A825;
}
ul.ourbanyas>li>p {
    text-align: center;
    padding: 7px;
}
ul.ourbanyas>li>p>a, .subzag2akcia {
    
    font-family: 'Balkara Free Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;

    color: #000000;
}
.subzag2akcia {
    font-size: 18px;
    line-height: 100%;
}
.addinfo>ul>li:nth-child(1) {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:multiply'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23fff3c1'/%3E%3C/g%3E%3Cpath d='M12.6364 19.0328V28.1818C12.6364 28.6318 13.0045 29 13.4545 29H26.5454C26.9946 29 27.3636 28.6318 27.3636 28.1818V19.0328' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 20.8182L20 11L29 20.8182' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.4559 20.0036H16.0098V21.457' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.9998 21.4534V20H22.5464' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.5536 26.5366H23.9997V25.0832' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.0098 25.0868V26.5402H17.4632' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.addinfo>ul>li:nth-child(2) {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:multiply'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23fff3c1'/%3E%3C/g%3E%3Cpath d='M26.5454 18.9091C27.4492 18.9091 28.1818 18.1765 28.1818 17.2727C28.1818 16.369 27.4492 15.6364 26.5454 15.6364C25.6417 15.6364 24.9091 16.369 24.9091 17.2727C24.9091 18.1765 25.6417 18.9091 26.5454 18.9091Z' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M20 18.9091C21.3556 18.9091 22.4545 17.8102 22.4545 16.4545C22.4545 15.0989 21.3556 14 20 14C18.6444 14 17.5454 15.0989 17.5454 16.4545C17.5454 17.8102 18.6444 18.9091 20 18.9091Z' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M24.0909 23V22.3454C24.0909 20.8989 25.1897 19.7273 26.5455 19.7273C27.9012 19.7273 29 20.8997 29 22.3454V23H24.0909Z' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.4546 18.9091C14.3583 18.9091 15.0909 18.1765 15.0909 17.2727C15.0909 16.369 14.3583 15.6364 13.4546 15.6364C12.5508 15.6364 11.8182 16.369 11.8182 17.2727C11.8182 18.1765 12.5508 18.9091 13.4546 18.9091Z' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M11 23V22.3454C11 20.8989 12.0988 19.7273 13.4545 19.7273C14.8103 19.7273 15.9091 20.8997 15.9091 22.3454V23H11Z' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.7273 23.2339C16.7273 21.2973 18.1927 19.7273 20 19.7273C21.8074 19.7273 23.2727 21.2973 23.2727 23.2339V23.8182H16.7273V23.2339Z' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.addinfo>ul>li:nth-child(3) {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:multiply'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23fff3c1'/%3E%3C/g%3E%3Cpath d='M26.5994 16.4545H11V26.2727H26.5994V16.4545Z' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.4006 14H29V23.8722' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8182 21.3636C20.8182 22.7316 19.8455 23.8436 18.7344 23.8436C17.6233 23.8436 16.7273 22.7316 16.7273 21.3636C16.7273 19.9956 17.6445 18.9197 18.7556 18.9197C19.8667 18.9197 20.8182 19.9956 20.8182 21.3636Z' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.2727 18.9091H24.0909' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.4546 23.8182H14.2728' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.orderbanyabtm {
    background:  #FFF5C7;
    text-align: center;
    padding: 15px 20px 15px 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

ul.ourmenu {
    list-style: none;
}
ul.ourmenu>li {
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    position:  relative;
    border-bottom: 1px solid #ccc;
}
ul.ourmenu>li>div:nth-child(1) {
    width: 42%;
    padding-top: 15px;
}
ul.ourmenu>li>div:nth-child(1) p {
    font-size: 10px;
}
ul.ourmenu>li>div:nth-child(2) {
    width: 20%;
    padding-top: 15px;
    padding-left:  10px;
}

ul.ourmenu>li>div:nth-child(3) {
    width: 20%;
    padding-top: 15px;
    padding-left:  10px;
}
ul.ourmenu>li>div:nth-child(4) {
    width: 18%;
}


.menuh1 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    padding:  10px 10px 0px 10px;
    color: #000000;
}
.ourmenu {
    background: #FFF9DE;
    padding: 0 15px 0 15px;
}
.ourmenuh2, .ourmenuh2w {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 15px;
 
    text-align: center;
    padding:  30px 10px 20px 10px;
    color: #000000;
    height:  190px;
    background-size: cover;
}
.ourmenuh2 p {
    font-size:  16px;
    line-height: 22px;
}
.ourmenuh2w {
    color: #fff;
}
.menupage {
    margin:  0 -10px 0 -10px;
}
ul.ourmenu > li{
    border-bottom:  1px solid #ddd;
}
.ourmenu > li div{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    /* identical to box height, or 107% */


    color: #000000;
}
.servtoppage {
    margin:  -16px -10px 0 -10px;
    
}
.servicespage {
    background: #FFF9DE;
    padding: 20px 10px 0 10px;
}
.orderline {
    margin: 5px 0 5px 0;
    display: flex;
    flex-wrap: wrap;
}
.orderline textarea, .orderform textarea{
    width: 100%;
    height: 60px;
    padding: 5px;
    margin-top: 5px;
}
.orderline textarea::-webkit-input-placeholder, .orderform textarea::-webkit-input-placeholder { 
    color: #999;
}
.orderline>div:nth-child(1) {
    width: 70%;
    font-size: 12px;
}
.orderline>div:nth-child(2) {
    width: 30%;
    font-size: 13px;
    text-align: right;
}
#toorder {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
    background: #fff;
    padding: 10px;
    box-shadow: rgb(0, 0, 0) 4px 6px 6px -4px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(153, 153, 153);
    display: none;
    z-index: 111;
}
.cover {
    background-color:black;
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top: 0;
    left: 0;
}
.servicename {
    font-size: 15px;
    font-weight: bold;
}
.servicename .info {
    font-size: 11px;
    font-weight: normal;
    padding: 5px;
    display:  none;
    font-family: Arial;
    font-style: italic;
}
.servicename .name:after {
    content: " ▼";
    font-size: 8px;
}
.servicename.sel .name:after {
    content: " ▲";
    font-size: 8px;
}
.servicename.sel .info{
    display:  block;
}
.servicename.sel .info img{
    max-width: 50%;
    margin: 0 5px 5px 0;
    float: left;
    height: auto;
}
.ordermn {
    float: right;
}
.ordermndisabled {
    float: right;
    font-size: 10px;
    color:  #990000;
}
.closeorder {
    float: right;
    display: inline-block;
    padding: 5px;
}
.orderline h4 {
    margin:  7px 0 2px 0;
    font-size:  14px;
    color: #977;
}
.noorder {
    font-size:  10px;
    color: #944;   
}
ul.addingserv li {
    font-size: 12px;
    margin: 2px 0 0 10px;
    height: 30px;
}
ul.addingserv li>a {
    float: right;
    color:  #800;
}
.servblock {
    width: 90%;
}
.addingservmenu > li > div{
    float: right;
    display: inline-block;
    margin-right: 20px;
}
.addingservmenu > li > div > a{
    display: inline-block;
    padding: 2px 4px 2px 4px;
    background: #cecece;
    border: 1px solid #999;
    border-radius: 3px;
}
.removeorder {
    display: inline-block;
    padding: 2px 4px 2px 4px;
    background: #cecece;
    border: 1px solid #999;
    border-radius: 3px;
}
.orderdetail {
    background: #FFF5C7;
    display:  flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 5px 0 5px;
}
.orderdetail>div{
    flex: 0 0 33%;
    text-align: center;
    padding:  10px 0 10px 0;
}
.plusbtn, .minusbtn {
    margin-top:  10px;
    width: 30px;
    height: 30px;

    background: #FFEC96;
    border: 1px solid #E5DCB3;
    border-radius: 4px;
    color:  #000;
}
.hoursinp {
    text-align: center;
    margin-top:  10px;
    width: 30px;
    height: 30px;
    
    background: #FFFFFF;
    border: 1px solid #E5DCB3;
    border-radius: 4px;
}
.ordermn {
    display: block;
    width: 72px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='72' height='40' viewBox='0 0 72 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='72' height='40' rx='20' fill='%2387A825'/%3E%3Cpath d='M45 16L41.98 26H32.6211' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23 9H26C27.1 9 28.2359 9.86899 28.5239 10.93L32.6211 26' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M42 13L37 19L34 16' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.orderform input[type=text], .orderdate{
    margin-top:  10px;
    height:  30px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 120px;
}
.orderform label {
    margin: 8px 0 8px 0;
}
.orderbanya {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    background: #87A825;
    border-radius: 28px;
    border:0;
    padding: 13px 10px;
    width:  100%;
    text-decoration: none;
}
.savecomment {
    display: none;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-style: italic;
    font-weight: 700;
    font-size: 11px;
    background: #87A825;
    border-radius: 28px;
    border:0;
    padding: 5px 10px;
    width:  100%;
    text-decoration: none;
    margin: 5px 0 5px 0;
}
#dayinfo {
    background: #FFF5C7;
    margin: 0 5px 0 5px;
    padding: 0 10px 10px 10px;
}
.orderform {
    background: #FFF5C7;
    margin: 0 5px 0 5px;
    padding: 0px 20px 20px 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.orderform .orderbutton{
    width: 100%;
    height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: 0;
    font-style: italic;

    background: #87A825;
    border-radius: 50px;
}

#dayinfo ul {
    background: #FFFFFF;
    border: 1px solid #E5DCB3;
    border-radius: 4px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#dayinfo ul>li {
    flex-grow: 1;
    width: 25%;
    text-align: center;
    color: #c77;
    padding: 3px;
}
#dayinfo ul>li.aviable {
    color: #7c7;
}
#dayinfo ul>li.free {
    color: #090;
}
#dayinfo ul>li.active {
    background: #eee;
}
.addinfo {
    position: relative;
}
.addinfo > .addedinfo, .infoeditaddedinfo{
    display:  none;
    position: absolute;
    background:  #FFF9DE;
    right: 40px;
    left: 40px;
    top:  -10px; 
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    padding:  20px;
    z-index:  9999;
}
.infoeditaddedinfo {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -100px;
    width: 200px;
    
}
.bigqrcode {
    display:  none;
    position: fixed;
    background:  #FFF9DE;
    right: 40px;
    left: 40px;
    top:  50px; 
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    padding:  20px;
    z-index:  9999;   
}
.bigqrcode img{
    width: 100%;
    height: auto;
}
.addinfo > .addedinfo h2 {
    font-size: 13px;
}
.addinfo > .addedinfo h3 {
    font-size: 11px;
    line-height: 20px;
}
.addinfo > .addedinfo > .info{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.addinfo > .addedinfo > .info > div{
    width: 50%;
    line-height: 20px;
    font-size:  10px;
    font-family: Arial;
    font-style: italic;
}
    .splitter {
        display: inline-block;
    }
@media (min-width:0px) and (max-width:460px) {
    .top-phone {
        left: 150px;
        right: initial;
        top: 24px;
        font-size: 20px;
    }
    .top-phone span{
        font-size: 30px;
    }
    .links_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .form a:first-child  {
        margin-bottom: 10px;
    }

    .splitter {
        display: none;
    }

}

@media (min-width:0px) and (max-width:991px) {
    .form  {        
        padding: 0px;
    }
    .form h2, .form input.form_input, button.submit {
        margin-bottom: 10px;
        /*height: 40px;*/
    }   
    .global_wrapper {
        overflow: hidden;
    }
    .top-phone img {
        width:  100px;
        height: 100px;
    }
    .top-phone {
        right: 10px;
        left: initial;
        top: 10px;
        font-size: 20px;
    }
    .content { 
        width: 100%;
        position: relative;
        margin: 0px auto;
        min-height: calc(100% - 363px);
        padding: 5px
    }
    
}
ul.menu li a.shadow {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,120,70,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,120,70,1);
    box-shadow: 0px 0px 7px 0px rgba(0,120,70,1);
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#fff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.swiper {
width: 100%;
height: 230px;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}