

/* Start:/events/automation/template.css?17023829989970*/
html {
    scroll-behavior: smooth;
}
/*
div, h1,h2,h3,p,a {
    border: 1px solid yellow;
}
*/

.element-animation.element-show {
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.element-animation {      
    opacity: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    
}
.event-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.8;
    font-size: 120%;
}
.event-wrapper p {
    color: #262626;
}
.event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background-size: cover;
    background-position: center center;
    background-image: url("/events/automation/images/prev.png");
    background-attachment: fixed;
    width: 100%;
}
.event-items h1, h2, p{
    text-align: left;
    color: white;
}
.event-items p{
    color: white;
    text-align: center;
    margin-top: 7%;
}
.event-items__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.event-items__footer .date, .event-items__footer .city, .event-items__footer .button {
    padding: 2% 2%;
}
.event-items__footer .date {
    border-top: 1px solid white;
    border-right: 1px solid white;
}
.event-items__footer .city {
    border-top: 1px solid white;
    border-right: 1px solid white;
}
.event-items__footer .button {
    border-top: 1px solid white;
}
.event-items {    
    width: 50%;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 10% 0%;
    color: white;
}
.event-items a{
    background: #4bc5ff;
    color: white;
    border-radius: 10px;
    padding: 15px 40px;
    text-decoration: none;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.event-items a:hover{
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.when {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background-color: #F1F7FB;

}
.when-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; 
    width: 50%;
    padding: 3% 0%;
    color: #666666;
}
.when-items h2 {
    color: #666666;
    text-align: left;
}
.when-items p {
    margin-top: 3%;
    color: #666666;
}

.problems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background-color: #1E1E1E;
}
.problems-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; 
    width: 50%;
    padding: 3% 0%;
    color: white;
}
.problems h2 {
    color: white;
    text-align: left;
}
.problems p {
    
    margin-top: 3%;
    color: #666666;
}
/* .programm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
    background-size: cover;
    background-position: center center;
    background-image: url("/upload/medialibrary/df9/background2.png");
    background-attachment: fixed; 
}
.programm-items {
    width: 50%;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 4% 0%;
    color: #FFFFFF;
}
.programm-items h2{
    text-align: left;
    color: #FFFFFF;
    font-size: 42px;
    margin-bottom: 12%;
}
.programm-items p {
    margin-top: 6%;
    color: #FFFFFF;
}
.programm-items ul li {
    margin-bottom: 1%;
} */
.programm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    height: 65vh;
}
.programm_text {
    position: absolute;
    z-index: 10;
    color: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.programm_text h2 {
    text-align: left;
}
.video__black {
    background: black;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.programm_video {
    height: 100%;
}
.programm_video video{
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 60%;
       object-position: 0% 60%;
}
.map {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background: #F1F7FB;
}
.map-items {
    width: 50%;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 3% 0%;
    color: white;
}
.map-items h2 {
    color: #40C4F4;
    text-align: left;
    margin-bottom: 7%;
    color: #666666;
}
.map-items p {
    color: #666666;
}
.map-items img {
    width: 100%;
    height: auto;
}
.map-items h3 {
    text-align: left;
    font-size: 28px;
    margin-top: 7%;
    color: #666666;
}


/* .comment {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
    background: #F1F7FB;

    background-size: cover;
    background-image: url("/upload/medialibrary/125/bg5Black.png");
    /*background-attachment: fixed;
    color: white;
    background-position: 600px 0px;
}
.comment-items {
    width: 50%;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 6% 0%;
    color: white;
}
.comment-items h2 {
    text-align: left;
    margin-bottom: 7%;
    letter-spacing: 1px;
}
.comment-items p {
    color: white;
    letter-spacing: 1px;
    
}
.comment-items .name {
    text-align: right;
    margin-top: 4%;
} */

.comment {
    background: #CBDFC5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4% 1%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.comment__text {
    width: 40%;
    margin-right: 50px;
}
.comment__img {
    width: 40%;
    
}
.comment__img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 1142px) {
    .event-items, .when-items, .programm-items, .map-items, .comment-items {
        width: 90%;
    }
    .comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .comment__text p{
        text-align: center;
    }
    .comment__img {
        margin-bottom: 5%;
        width: 70%;
    }
    .comment__text{
        width: 90%;
    }
}
@media (max-width: 980px) {
    .programm {
        height: 60vh;
    }
}
@media (max-width: 751px) {
    .programm_text {
        left: 50%;
        width: 80%;
    }
    .comment__text{
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 586px) {
        .button a {
            padding: 10px;
        }
}

@media (max-width: 495px) {
    .programm_text {
        left: 50%;
        width: 90%;
    }
    .event-items__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .event-items__footer .date, .event-items__footer .city, .event-items__footer .button {
        border: none
    }
}

@media (max-width: 495px) {
    .event-wrapper {
        font-size: 100%;
    }
}
@media (max-width: 375px) {
    .programm {
        height: 100vh;
    }
    .comment__text {
        text-align:center;
    }
}

/* 
form[name="SIMPLE_FORM_1"] {
    display: none;
}
   */
/* End */
/* /events/automation/template.css?17023829989970 */
