/* stores */
.stores{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 0 100px;
    height: auto;
	
    font-family: "Gotham", open-sans;
}
.places_holder{
    max-width: 1040px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
}
.places_holder .place_column{
    width: 20%;
    margin: 0 auto  80px;
    min-width: 300px;
}


/* where to find us  - place collumn */
.place_column {
    width: 80%;
    margin: 0 auto 100px;
    border: 1px solid #555555;
    box-sizing: border-box;
    border-radius: 15px;
    background: black; }
.place_column__image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 15px 15px 0 0; }
.place_column__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.place_column__text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5% 5% 0; }
.place_column__text_small {
    font-size: 22px !important;
    margin: 0 0 30px 0 !important; }
.place_column__text--address{
    margin-bottom: 20px !important;
}
.place_column__text h3 {
    font-style: normal;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: white;
    font-weight: 500;
    margin: 15px 0; }
.place_column__text p, .place_column__text .tel {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: white;
    margin: 5px 0; }
.place_column__text p span, .place_column__text .tel span {
    font-weight: bold; }
.place_column__text .tel {
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold; }
.place_column__text .tel span {
    margin-left: 10px;
    text-decoration: underline;
    font-weight: 300; }
.btn--custom {
    display: block;
    z-index: 200 !important;
    width: 65%;
    margin: 0 auto;
    bottom: -26px;
    position: relative;
    border-radius: 3px;
    background: #987319;
    background: -moz-linear-gradient(0deg, #987319 0%, #f7ef8a 32%, #bc9734 65%, #f0c95e 100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, #987319 0%, #f7ef8a 32%, #bc9734 65%, #f0c95e 100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #987319 0%, #f7ef8a 32%, #bc9734 65%, #f0c95e 100%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0px 2px 20px rgba(133, 103, 25, 0.75);
    padding: 3px;
    text-decoration: none; }
.btn--custom span {
    border-radius: 3px;
    background: #1B1B1B;
    padding: 15px 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.03em;
    z-index: 100;
    text-align: center;
    box-sizing: content-box; }




@media all and (max-width: 768px){
    .place_column{
        margin-bottom: 35px;
    }
    .btn--custom{
        width: 70%;
    }
}
@media all and (max-width: 700px){
    .places_holder .place_column{
        width: 90%!important;
        margin-bottom: 70px;
    }
}

.btn--bottom{
    width: 80%;
    margin: 0 auto;
}
.btn--transparent{
    display: flex;
    width: 80%;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 17px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    justify-content: center;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    position: relative;
    top: 24px;
    text-align: center;


    background: none;
    color: white;
    border: 1px solid;
    max-width: 350px;
    margin: 0 auto 20px;
}

.btn--transparent span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn--transparent span p{
    margin: 0;
    text-align: left;
}
.btn--transparent span i{
    padding-right: 13px;
    font-size: 19px;
}

.btn--white{
    display: flex;
    width: 80%;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 17px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #111111;
    justify-content: center;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    position: relative;
    bottom: -24px;
    text-align: center;
    max-width: 350px;
}


/*  modal --------------------------*/
/**************************\
  Basic Modal Styles
\**************************/

.modal {
    font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #1B1B1B;
    background-color: #000;
    padding: 30px;
    max-width: 70vw;
    max-height: 100vh;
    border-radius: 0;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: rgba(2, 1, 1, 0.62);
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
    color: white;
    height: 100vh;
}
.modal__content__text{

    color: #FFFFFF;
    font-family: "Gotham", Sans-serif;
    font-size: 14px;
    text-align: center;
}
.modal__content__text--cez-internet{

    color: #A3B2C4;
    font-family: "Gotham", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.modal__header {
    /*display: flex;
    justify-content: space-between;
    align-items: right;*/
    display: block;
    text-align: right;
}
.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.modal__close {
    display: inline-block;
    background: transparent;
    border: 0;

    color: #808285;
    padding: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: white;
}
.modal__content__logo{

    vertical-align: middle;
    margin: 0 auto;
    display: block;
    width: 50%;
}
.modal__content__heading1{
    display: block;
    color: #FFFFFF;
    font-family: "Syncopate L", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}
.modal__content__heading2{
    margin-bottom: 30px;
    display: block;
    color: #FFFFFF;
    font-family: "Gotham", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.modal__content__strike{
    display: block;
    color: #EB5757;
    font-family: "Gotham", Sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: line-through;
    text-align: center;
}
.modal__content__now{
    display: block;
    color: #FFFFFF;
    font-family: "Gotham", Sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.modal__content__text--cez-internet{
    margin-top: 20px;
}
.modal__content__collection{

    vertical-align: middle;
    margin: 20px auto 0;
    display: block;
    width: 50%;
}
.modal__content__btn {

    display: inline-block;
    margin: 0 auto;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: "Gotham", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.63);
    padding: 15px 25px 15px 25px;
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
    from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}
/*  modal --------------------------*/



.zavolame-vam{
}
.zavolame-vam__container{
    border-radius: 20px;
    margin: 0 20px;
}
.zavolame-vam__header{

}
.zavolame-vam__input input{
    width: 100%;
    min-width: auto;
}
.zavolame-vam__input-container{
    display: flex;
    /*max-width: 270px;*/
    margin: 0 auto;
}
.zavolame-vam__content{
    margin-top: 0;
}
.zavolame-vam__content .modal__title{
    font-family: "Syncopate", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #262626;
    margin-top: 40px;
    margin-bottom: 40px;
}
.zavolame-vam__input.cislo{

    text-align: center;
    margin: 0 auto;
    display: block;
}
.zavolame-vam__input.datum{
    width: 55%;
    margin-right: 5%;
}
.zavolame-vam__input.datum input{
    min-width: 0;
    width: 100%;
    text-align: center;
    margin-right: 20px;
}
.zavolame-vam__input i{
    font-size: 21px;
    margin-bottom: 10px;

    color: #BFBFBF;
}
.zavolame-vam__input span{
}
.zavolame-vam__input.hodina{
    width: 17%;
}
.zavolame-vam__input.hodina input{
    min-width: 0;
    width: 100%;
    text-align: center;
}
.zavolame-vam__input.minuta{
    width: 17%;
}
.zavolame-vam__input.minuta input{
    min-width: 0;
    width: 100%;
    text-align: center;
}
.zavolame-vam__dvojbodka{
    width: 6%;
    padding: 80px 10px 20px;
    font-size: 24px;
}
.zavolame-vam__btn{
    display: flex;
    width: 80%;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 17px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    justify-content: center;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    position: relative;
    top: 24px;
    text-align: center;


    background: #000000;
    color: white;
    border: 1px solid;
    max-width: 350px;
    margin: 0 auto 20px;
}

.zavolame-vam__btn span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.zavolame-vam__btn span p{
    margin: 0;
    text-align: left;
}
.zavolame-vam__btn span i{
    padding-right: 13px;
    font-size: 19px;
}
.zavolame-vam__btn:hover{

    color: white;
}




.voucher-form__input {
    display: inline-block;
    margin: 40px auto 20px;
}

.voucher-form__input .error-text {
    display: none;
    color: red;
    padding-top: 5px;
}

.voucher-form__input.error .error-text {
    display: block;
}

.voucher-form__input.error input {
    border: 1px solid red;
}

.voucher-form__input label {
    display: block;
    color: #595959;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 15px;
}

.voucher-form__input input {
    height: 55px;
    min-width: 250px;
    background: #FAFAFA;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    border-radius: 10px;
    outline: none;
    padding: 5px 15px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Gotham", sans-serif;
}

@media (max-width: 370px) {
    .voucher-form__input input {
        width: calc(100vw - 75px);
        min-width: auto;
    }
}

.voucher-form__input input:focus {
    border-color: #000000;
}

.voucher-form__input input::placeholder {
    color: #cacaca;
    opacity: 1;
}
