@charset "utf-8";

/* generally */

*,
*::after,
*::before{
    box-sizing:border-box;
    outline:none;
}
body{
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
    color:#575757;
    font-size:120%;
    background:#fff;
    min-width:320px;
    font-weight:300;
}
a{
    color:#0054a3;
    text-decoration:none;
}
a:hover{
    color:#4b92d4;
}

.mobile {
    display: none;
}

.image-list {
    display: inline-block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    max-width: 150px;
    z-index: 1;
}

.image-list:hover {
    box-shadow: 0 0 0 0rem #fff, 0 0 0.938rem 0rem rgba(0, 0, 0, 0.2);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    z-index: 1000;
}

h1, h2, h3, h4, h5, h6{
    line-height:1.25;
    font-weight:400;
    margin:0.75rem 0rem;
}
h1{font-size:2.7em;}

h2{
    font-size:2.4em;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: dotted;
}
h3{font-size:2.0em;}
h4{font-size:1.75em;}
h5{font-size:1.5em;}
h6{font-size:1em;}

strong, b{
    font-weight:700;
}
p{
    font-size:1em;
    line-height:1.4;
    margin:0rem 0rem 1rem 0rem;
}
table{
    border-collapse:collapse;
    margin:0.5rem 0;
}
table th{
    border:none;
    padding:0.75rem 1rem;
    font-size:0.875em;
    line-height:1.4;
    text-align:left;
}
table td{
    border:none;
    padding:0.75rem 1rem;
    font-size:0.875em;
    line-height:1.4;
}
table tr th{background:#ededed;}
table tr:nth-child(2n+1) td{background:#ededed;}
table tr:nth-child(2n) td{background:#dfdede;}

ul, ol{
    margin:1rem 0;
    padding:0rem;
    font-size:1.1em;
    list-style-position:inside;
    line-height:1.4;
}
li ul,
li ol{
    margin:0rem;
    font-size:1em;
}
li{
    padding:0.125rem 0;
    margin:0rem;
}
li li{
    padding-left:1.25rem;
}
iframe{
    border:none;
    display: block;
}
.no-link{
    cursor: default;
}

.center {
    text-align: center;
}
.success {
    color: #01c10d;
}

.full {
    width: 100%;
}

.form-error {
    color: #CF1616;
    font-weight: 800;
}

.form-success {
    color: #1ea60c;
    font-weight: 800;
}

.hp-block {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

div.map-description {
    display: inline-block;    
    vertical-align: top;
    max-width: 400px; 
}

div.map {
    display: inline-block;
    height:380px; 
    width: 100%; 
    max-width: 559px; 
    z-index: 100; 
    transition:0.3s;
    float: right;
}

.harmonogram-headline {
    padding-bottom: 2em;
}

/* forms */

.form-row{
    padding-bottom: 1.5rem;
}

.js-check-by-data-id {
    cursor:pointer;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
select,
textarea
{
    font-size:0.875em;
    font-family:inherit;
    width:100%;
    border: 1px solid #000000;
    box-shadow:none;
    border-radius:2rem;
    padding:0.875rem 1rem;
    margin:0.25rem 0;
    color:#000000;
    background:#ffffff;
    line-height:1.4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align:left;

}
input[type=text].error,
input[type=tel].error,
input[type=email].error,
input[type=url].error,
input[type=search].error,
input[type=password].error{
    border-color: #CF1616;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=password]:focus
{
    box-shadow:0 0 0.7rem rgba(0,0,0,0.2);
}
*:focus{
    outline:none;
}
input[type=radio],
input[type=checkbox]{
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    margin-left: 1.5rem;
    float: left;
}

::-webkit-input-placeholder {
    opacity:0.6;
    color:#575757;
}
::-moz-placeholder {
    opacity:0.6;
    color:#575757;
}
:-ms-input-placeholder {
    opacity:0.6;
    color:#575757;
}
label.checkbox {
    margin-left: 3.5rem;
}

label {
    display:block;
    font-size:1em;
    line-height:1.4;
    margin-left: 1.5rem;
    text-align:left;
}

.button{
    display:inline-block;
    vertical-align:top;
    text-decoration:none;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    margin:0.25rem 0rem;
    transition:0.3s;
    line-height:1.4;
    border-radius:2rem;
    text-transform:uppercase;
    padding: 1rem 3rem 1rem 3rem;
}
.button.send{
    background:#01c10d;
    color:#000;
}
.button.send:hover{
    background:#26ff33;
    box-shadow:0 0 0.3rem rgba(0,0,0,0.2);
}

/* forms end */

/* status messages */

.status-message{
    padding: 0.938rem 1.438rem;
    color:#fff;
    width:100%;
    float:left;
    border-radius:0.25rem;
    line-height:1.4;
    text-align:left;
    margin:0 0 0.5rem 0;
    font-weight:500;
    animation:status-showing 0.5s 1.5s 1 alternate forwards;
    opacity:0;
    left:3rem;
    position:relative;
    font-size:0.875em;
}
.status-message.success{background:#1ea60c;}
.status-message.error{background:#cf1616;}
.status-message.info{background:#2035bb;}

.status-message:nth-child(1){animation: status-showing 0.5s 0.5s 1 alternate forwards;}
.status-message:nth-child(2){animation: status-showing 0.5s 0.75s 1 alternate forwards;}
.status-message:nth-child(3){animation: status-showing 0.5s 1s 1 alternate forwards;}
.status-message:nth-child(4){animation: status-showing 0.5s 1.25s 1 alternate forwards;}

@keyframes status-showing{
    0% { opacity:0; left:3em;}
    100% { opacity:1; left:0;}
}
.status-message *{
    font-size:1em;
}
.status-message *:last-child{
    padding-bottom:0;
    margin-bottom:0;
}
.status-message a{
    color:inherit;
    transition:0.3s;
    opacity:0.7;
}
.status-message a:hover{
    opacity:1;
}

/* status messages end */

/* schema start */

.page-container{
    float:left;
    width:100%;
}
.inner{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding-left:1.5rem;
    padding-right:1.5rem;
    position:relative;
}
.inner::after{
    width:100%;
    height:0;
    display:block;
    content:'';
    clear:both;
}
.page-header{
    width:100%;
    padding:2.0rem 0;
    z-index:200;
    position:absolute;
    background: #f0e9fd;
    transition:0.3s;
}

.page-header.scrolled{
    padding:0.625rem 0;
    position:fixed;
    transition:0.3s;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.page-header .inner{
    position: static;
}
.page-content{
    float:left;
    width:100%;
}
.page-footer{
    float:left;
    width:100%;
    padding:4.375rem 0;
    background:#f4f8fc;
}

.header-logo{
    max-width: 340px;
    transition: 0.3s;
}

.scrolled .header-logo{
    max-width: 280px;
    transition: 0.3s;
    padding-left: 30px;
}

/* schema end */

/* header */

.page-header .inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.page-header .inner:after{
    display:none;
}
.page-logo{
    flex:none;
    display:block;
}

/* header end */

/* profile */

.profile{
    width:100%;
    padding:4rem 0 4.875rem 0;
    text-align:center;
    clear: both;
}
.profile .inner{
    margin: 0rem auto;
}

.profile-content{
    padding-top: 1rem;
}

.profile.left {
    background: transparent;
}

.background{
    background:#f4fcf8;
}

.profile-image img, .gift-image img {
    border-radius: 50%;
    height: 20rem;
    width: 20rem;
    max-width: none;
    max-height: none;
    margin: 0rem auto;
}

.gift-image {
    float: right;
}

.bigger {
    font-size: 1.3rem;
}

/* profile end */

/* blog generally */

.gifts {
    float: left;
    width:100%;
    background: linear-gradient(#f5f9fd, #fff 3.125rem) center top no-repeat;
    margin-bottom: 4.375rem;
    text-align: center;
}

.gifts .button {
    float: none;
}

.gifts .headline{
    text-align: center;
    margin: 3rem 0 3.5rem 0;
}

/* blog generally end */

/* blog articles */

.gift-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gift-item:nth-of-type(1n){
    background-image:url(../images/style/dance_img_35.png);
}
.gift-item:nth-of-type(2n){
    background-image:url(../images/style/dan_img_35.png);
}
.gift-item{
    color:inherit;
    flex: none;
    transition: 0.3s;
    width: calc(33.32% - 0.625rem);
    border: 0.375rem solid #f7f7f7;
    margin-bottom: 0.938rem;
    border-radius: 0.375rem;
    padding: 1.625rem 1.875rem 1.875rem 1.875rem;
    background-position: top right;
    background-repeat: no-repeat;
}
.gift-item:hover{
    border-color: #EAEAEA;
}
.gift-item .title{
    font-weight: bold;
    font-size: 1.15em;
    margin: 0 0 1.313rem 0;
    line-height: 1.25;
    height: 3.5em;
    overflow: hidden;
    color: #000;
}

.gift-item.activity .title{
    height: 2.45em;
}

.gift-item.foto .title{
    height: 2.45em;
}

.gift-item.foto .perex{
    height: 2.45em;
}

.gift-item .perex{
    margin: 0 0 1.5rem 0;
    height: 8.45em;
    overflow: hidden;
    line-height: 1.4;
}

.gift-item .image{
    width: calc(100% + 3.75rem);
    margin-left: -1.875rem;
    height: 15.7vw;
    max-height: 12.5rem;
    background: center center / cover no-repeat;
}
.gift-item .image[style*=no-photo]{
    background-size:contain;
}
.gift-item .hashtags {
    padding-top: 1.25rem;
}
.gift-item .hashtags .tag{
    display: inline-block;
    vertical-align: top;
    background: #f7f7f7;
    border-radius: 0.125rem;
    font-size: 0.875em;
    padding: 0.25rem 0.938rem;
    margin: 0.625rem 0.375rem 0 0;
}

/* blog articles end */

/* blog article detail */

.gifts-article{
    float: left;
    width:100%;
    text-align: center;
    padding-bottom: 4rem;
}
.gifts-article .inner{
    max-width:900px;
}
.gifts-article .headline{
    margin-bottom: 2.813rem;
}
.gifts-article .perex{
    font-size: 1.063em;
    margin-bottom: 4rem;
}
.gifts-article .media {
    margin-bottom: -0.875rem;
}
.gifts-article .media .image {
    margin: 0 auto 4.75rem auto;
}
.gifts-article .media .video {
    margin: 0 auto 4.75rem auto;
    background: #000;
}
.gifts-article .media .video iframe{
    height: 450px;
    width:100%;
}

/* blog article detail end*/

/* footer */

.page-footer .block{
    float:left;
    width:50%;
    color:#a0bfe0;
    padding-right:1.25rem;
}
.page-footer .block.block-1{
    margin-top:0.188rem;
}
.page-footer .block.block-1 .logo{
    margin-bottom:2rem;
    display:block;
    width:12.125rem;
}
.page-footer .block.block-1 .logo.amsp{
    width:3rem;
}
.page-footer .block .headline{
    font-size:1.125em;
    font-weight:700;
    margin:0 0 2.625rem 0;
}
.page-footer .quick-contacts .rowek{
    margin-bottom:0.438rem;
    line-height:1.4;
}
.page-footer .quick-contacts .rowek .link,
.page-footer .quick-contacts .rowek .text{
    font-size:0.875em;
    font-weight:700;
}
.page-footer .quick-contacts .rowek .link:not(:hover){
    color:inherit;
}

/* footer end */

#block-snoubenci{
    padding-bottom: 0rem;
}

.chat-window {
    position: fixed; 
    bottom: 0; 
    left: 0;
    width: 100%;
    background-color: #f4fcf8;
}

.chat-send-button {
    width: 22%; 
    display: inline-block; 
    float: right;
}

.chat-send-message{
    width: 50%; 
    display: inline-block;
}

.chat-send-name{
    width: 25%; 
    display: inline-block;
}

.chat-messages {
    padding-top: 140px;
    padding-bottom: 180px;
}

