body {
    position: relative;
    margin: 0;
    padding: 0;
    background: #F4F4FF;
    font-family: 'Segoe UI', sans-serif;
    color: #1D1D22;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}

.blur {
    filter: blur(8px);
}

.spaceb {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
}

h2 {
    font-size: 45px;
    color: #1D1D22;
    font-weight: bold;
    text-align: center;
    margin: 0px 0 10px 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}



.helptext {
    color: #1E24D6;
    text-decoration: underline;
    cursor: pointer;
}

/* form popup */
.wrapper_form {
    display: flex;
    width: 100%;
    justify-content: center;
    /* Horizontal */
    margin-top: 0px;
}

.con_form {
    position: relative;
    padding: 4em 0;
    width: 310px;
    background-color: #999;
    border-radius: 4px;
    padding: 30px 30px;
    overflow: hidden;

}

.butt_share {
    width: 250px;
    height: 50px;
    border-radius: 25px;
    background-color: #1E24D6;
    border: 3px solid #F4F4FF;
    color: #F4F4FF;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.butt_share:hover {
    background-color: #F4F4FF;
    border: 3px solid #1E24D6;
    color: #1E24D6;

}

/* Partneři */
.partners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin-bottom: 5rem;
}

.partners a {
    width: 299px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 4px 16px #00000014;
}

.partners a .icon {
    width: unset;
    height: unset;
}

/* blog single */
.width_blg {
    width: 1200px;
}

.postsingle {
    color: #F4F4FF;
    text-align: left;
    position: relative;
    padding-bottom: 80px;
}

.postsingle .date {
    font-size: 22px;
    font-weight: bold;
}

.postsingle h2 {
    font-size: 45px;
    color: #FFFF00;
    font-weight: bold;
    margin: 20px 0;
    text-align: left;

}

.postsingle p {
    font-size: 22px;
}

.postsingle p a {
    font-size: 22px;
    color: white;
    text-decoration: underline;
}

.postsingle p a:hover {
    font-size: 22px;
    color: white;
    text-decoration: none;

}

/* blog one */
.postone {
    margin-top: 160px;
    margin-bottom: -200px;
}

.postone h1 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #F4F4FF;
    margin-bottom: 70px;
}

.wrapper_postone {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.postone_img {
    width: 55%;
    float: left;

}

.postone_img img {
    width: 100%;
    height: auto;
    overflow: hidden;


}

.postone_text {
    position: relative;
    width: 45%;
    color: #F4F4FF;
    padding: 8px 0px 30px 30px;
    text-align: left;
    float: left;
    font-size: 22px;


}

.postone_text a:hover {
    color: #F4F4FF;
    text-decoration: underline;

}

.postone_text a {
    color: #F4F4FF;
    text-decoration: none;

}

.postone_text .date {
    font-size: 22px;
    font-weight: bold;
    color: #F4F4FF;
}

.postone_text h2 {
    font-size: 35px;
    color: #FFFF00;
    font-weight: bold;
    margin: 5px 0;
    text-align: left;

}

.postone_text p a {
    font-size: 22px;
    color: #F4F4FF;
}


.postsingle .soc_icons {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -25px;
}

.postone_text .soc_icons {
    width: 100%;
    position: absolute;
    bottom: 28px;
    left: 50px
}

.singl_wrapper .soc_icons {
    margin-top: 30px;
}

.icon {
    float: left;
    width: 50px;
    height: auto;
    margin-right: 15px;
    webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;

}

.icon img {
    width: 100%;
    height: auto;
}

.icon:hover {
    transform: scale(1.2);
    webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.ic2 {
    width: 55px;
    height: auto;
}

.second_part {
    display: none;

    margin: 0 auto;
}

.postone_img span {
    display: none;
}

/* blog two */
.post {
    margin: 220px 0 110px 0;
}

.post_three {
    margin: 160px 0 30px 0;
}

.wrapper_post_two {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.post_two {
    position: relative;
    padding-bottom: 75px;
    margin-bottom: 80px
}

.post_two .blog_img {
    position: relative;
    width: 100%;
    height: auto;
}

.post_two .blog_img img {
    width: 100%;
    height: auto;
    /* position:relative; */
}

.post_two .blog_img span {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #F4F4FF;
}

.post_two h2 {
    font-size: 35px;
    font-weight: bold;
    color: #1E24D6;
    text-align: left;
}

.post_two p {
    font-size: 22px;
    font-weight: normal;
    color: #1D1D22;
}

.post_two .soc_icons {
    position: absolute;
    width: 100%;
    left: 15px;
    bottom: 0px;

}

/* jak - na - to */
.jaknato {
    width: 100%;
    padding-top: 120px;
    background-color: #1E24D6;
}

.jaknato.ecomm {
    background-image: url(../images/ecommerce.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.jnt {
    max-width: 904px;
    padding-left: 0px;
    padding-right: 0px;
}

#jaknato h2 {
    font-size: 40px;
    font-weight: 900;
    color: #F4F4FF;
    font-family: 'Merriweather', sans-serif;
    line-height: 1.5;
}

#jaknato h2.ec {
    font-size: 35px;
    font-weight: 900;
    color: #F4F4FF;
    font-family: 'Merriweather', sans-serif;
    line-height: 1.5;
}

/* idconnect */
.idconnect {}

.idconnect h1 {
    margin-bottom: 30px !important;
}

.capitols h2 {
    margin-top: 50px;
    text-align: left;
}

.idconnect .banner-info {
    margin-top: 20px;
    width: 100%;
}

.idconnect .banner-info p {
    text-align: left;
    line-height: 1.5em !important;
    margin-bottom: 15px;
    width: 100%;
}

ul.odr {
    color: #EFEFEF;
    text-align: left;
    font-size: 20px;
    margin-left: 55px;
    margin-top: -10px;
}

.ft {
    margin-top: 50px;
}

/* idconnect new */
#header1 {
    width: 100%;
    background-color: #1E24D6;
    padding: 80px 0 60px 0;
    background-image: url(../images/idconnect.png);
    background-size: 447px 608px;
    background-position: right 460px top 80px;
    background-repeat: no-repeat;

}

.idconnect .pretitle {
    margin-top: 175px;
    font-weight: bold;
    font-size: 25px;
    color: #FFFF00;
}

.idconnect h1 {
    font-family: Merriweather;
    margin-top: 20px;
    font-weight: bold;
    font-size: 45px;
    color: #fff;
    line-height: 55px;
}

.idconnect h2 {
    margin-top: 15px;
    font-weight: 500;
    font-size: 25px;
    color: #20E299;
}

.idconnect .banner-info {
    margin-top: 50px;
    padding-bottom: 70px;
}

.idconnect .banner-info p {
    position: relative;
    font-size: 25px;
    color: #EFEFEF;
    padding: 0 0 0px 40px;
    width: 100%;
    line-height: 1.8em;
}

.idconnect .banner-info p:before {
    position: absolute;
    background-image: url('../images/Check.svg');
    background-size: 25px 19px;
    display: inline-block;
    width: 25px;
    height: 19px;
    content: "";
    left: 0px;
    top: 12px
}

/* formulář hlavička */
.form_contact {
    position: absolute;
    width: 398px;
    right: 0px;
    bottom: -110px;
    background-color: white;
    border-radius: 4px;
    padding: 30px 0px 30px 0px;
    text-align: center;
}

.form_contact .title {
    font-size: 25px;
    color: #1E24D6;
    font-weight: bold;
    text-align: center;
    margin: 0px 0 20px 0;
}

.form_contact .line {
    background-color: #1E24D6;
    width: 100%;
    height: 1px;
}

.shadow_zone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #E9E9F7;
    padding: 50px 0 30px 0;
    border-bottom: solid 1px #1E24D6;
}

.shadow_zone .wrapper_input {
    position: relative;
    margin-bottom: 20px;
}

.shadow_zone input {
    background-color: #C0C1DB;
    border-radius: 4px;
    width: 320px;
    height: 60px;
    color: #626272;
    font-size: 22px;
    text-align: center;
    border: 0 solid transparent;

}

.wrapper_input .star {
    position: absolute;
    color: #FF0000;
    font-weight: bold;
    font-size: 22px;
    right: 15px;
    top: 5px
}

.form_contact button.send_email {
    background-color: #1E24D6;
    width: 260px;
    height: 60px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 40px auto 10px auto;
    border: none;
}

.form_contact button.send_email:hover {
    cursor: pointer;
    background-color: #060a8a;

}

.form_contact button.send_email.green {
    background-color: #00000029;
    ;
}

.form_contact input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #626272;
    opacity: 1;
    /* Firefox */
}

.form_contact input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #626272;
}

form_contact input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #626272;
}

/* výhody */
.con1 {
    max-width: 1320px;
}

.vyhody {
    background-color: #E9E9F7;
    padding: 60px 0 60px 0;
    background-image: url(../images/info-circle-fill.svg);
    background-repeat: no-repeat;
    background-size: 523px auto;
    background-position: right -150px center;

}

.vyhody .vyhcols {
    padding: 20px 15px;
}

.vyhcols h2 {
    font-size: 45px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 0px 0 30px 0;
}

.vyhcols h3 {
    font-size: 25px;
    color: #1E24D6;
    font-weight: bold;
    text-align: center;
    margin: 0px 0 10px 0;
    text-transform: uppercase;
}

.vyhcols p {
    font-size: 22px;
    color: #626272;
    font-weight: normal;
    text-align: center;
    margin: 0px 0 0px 0;
}

prvek {}

.vyhody.idconnectvyhody {
    background-color: #E9E9F7 !important;
    background-image: url(../images/info-circle-fill1.svg);
}

.idconnectvyhody .vyhcols h2 {
    font-family: Merriweather;
    color: #1D1D22;
    margin: 0px 0 10px 0;
}

.idconnectvyhody .vyhcols p {
    font-size: 22px;
    color: #1D1D22;
}

.whyidconnect {
    padding: 5em 0 7em 0;
    background-image: url(../images/identification1.svg);
    background-repeat: no-repeat;
    background-size: 432px auto;
    background-position: left -100px center;
    background-color: #F4F4FF;
}

.whyidconnect h2 {
    font-family: Merriweather;
    color: #1E24D6;
    font-weight: bold;
    text-align: left;
    font-size: 35px;

}

.whyidconnect p {
    font-size: 22px;
}

.whyidconnect p span {
    color: #1E24D6;
}

.howitworks {
    padding: 5em 0 7em 0;
    background-color: #E9E9F7;
}

.howitworks h2 {
    font-family: Merriweather;
    color: #1E24D6;
    font-weight: bold;
    font-size: 35px;

}

.supported_services {
    padding: 5em 0 10em 0;
    background-color: #F4F4FF;
}

.sp {
    padding: 0;
}

.sup-serv {
    display: flex;
    justify-content: center;
    border-radius: 4px;
    margin: 10px 5px;


}

.mojeid {
    background-color: #000000;
}

.bankovni-identita {
    background-color: #FCFEFF;
}

.eobcanka {
    background-color: #BEDEF5;
}

/* pata idconnect */
/* pata */
.footeridcn {

    background-color: #1E24D6;
    background-image: url(../images/kontakty_background.svg);
    background-size: 430px auto;
    background-repeat: no-repeat;
    background-position: right 0px bottom -80px;
    padding: 60px 0 90px 0;
    margin-top: 140px;

}

#idcn .contact_grid_left {
    padding-left: 2em;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
}

#idcn .address h3 {

    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;

}

#idcn .address {
    margin-top: 20px;
}

#idcn ul.footer-bottom-list {
    list-style-type: none;
}

#idcn ul.footer-bottom-list li {
    list-style: none;
    margin-bottom: 0.7em;
    /* color: #333; */

}

#idcn ul.footer-bottom-list a {
    color: white;
}

#idcn ul.footer-bottom-list a:hover {
    text-decoration: underline;
}

#idcn .con {
    position: relative;
    padding-left: 40px;

}

#idcn .con.add:before {
    position: absolute;
    display: inline-block;
    background-image: url(../images/kontakty-adresa.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
    left: 0px;
    top: 4px;
    width: 24px;
    height: 28px;
    content: "";
}

#idcn .con.add.email:before {

    background-image: url(../images/Kontakty%20-%20Mail.svg);
    background-size: 24px auto;
    left: 0px;
    top: 10px;

}

#idcn .con.add.phone:before {

    background-image: url(../images/Kontakty%20-%20Telefon.svg);
    background-size: 24px auto;
    left: 0px;
    top: 6px;

}

#idcn .con.add.globe:before {

    background-image: url(../images/Kontakty%20-%20WWW.svg);
    background-size: 22px auto;
    left: 0px;
    top: 6px;

}

#idcn .footercon {
    right: 168px;
    bottom: 50px;
    background-image: url(../images/podklad_down.png);
    background-repeat: repeat-x;
    color: white;
}

#idcn .footercon .title {
    color: white;
}

/* progress bar */
.progressbar-wrapper {
    max-width: 1400px;
    padding-top: 50px;
    margin: 0 auto;
}

.progressbar {
    display: flex;
    justify-content: space-between;
}

.progressbar li {
    list-style-type: none;
    width: 33%;
    float: left;
    font-size: 22px;
    position: relative;
    text-align: center;
    font-weight: normal;
    color: #1D1D22;
    line-height: 30px;
}

.progressbar li:before {
    width: 60px;
    height: 60px;
    content: "";
    line-height: 60px;
    border: 1px solid #77799A;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    background-color: #F4F4FF;
    font-weight: bold;
}

.progressbar li:after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #77799A;
    top: 30px;
    left: -50%;
    z-index: 0;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #1D1D22;
    font-weight: bold;

}

.progressbar li.active:before {
    background: #fff;
    border: 3px solid #14CC87;
    line-height: 57px;
}

.progressbar li.active+li:after {
    background-color: #14CC87;
    height: 3px;
}

.progressbar {
    counter-reset: step;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
}

.page_title {
    display: none;
}

#page {
    width: 100%;

    /*background-image:url(../images/ilustrace.svg);
    background-size: 563px auto;
    background-repeat: no-repeat;
    background-position: left 67px top 179px; */
    text-align: center;
    position: relative;
    padding: 50px 30px 10px 30px;
}

#page .logo {
    float: left;
    width: 158px;
    height: auto;
    margin: 0px 0px 0px 0;
    padding-top: 0px;
}

#page .logo img {

    width: 100%;
    height: auto;

}

#page input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9FA1BF;
    opacity: 1;
    /* Firefox */
}

#page textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9FA1BF !important;
    opacity: 1;
    /* Firefox */
}

#page .illustration {
    width: 572px;
    height: auto;
    margin: 0px auto 20px auto;
    /* padding-top:70px; */
}

#page .illustration img {
    width: 100%;
    height: auto;
}

#page h1 {
    font-size: 21px;
    font-weight: bold;
    color: #14CC87;
    margin-bottom: 60px;
    line-height: 1.5;
}

#page .subtitle {
    font-size: 45px;
    font-weight: bold;
    color: #F4F4FF;
    margin: 0px 0;
}

#page .subtitle.fin {
    font-size: 22px;
    font-weight: normal;

}

#page .subtitle2 {
    font-size: 25px;
    font-weight: normal;
    color: #F4F4FF;
    margin: 30px 0 40px 0;
}


#page input {
    width: 444px;
    border-radius: 4px;
    background-color: #060A8A;
    font-size: 22px;
    border: 3px solid transparent;
    padding: 0.375rem 3rem;
    color: #F4F4FF;
}

#page input:focus {
    border: 3px solid transparent;
}

#page .text {
    width: 626px;
    margin: 20px auto 30px auto;
    color: #C0C1DB;
    text-align: left;
    font-size: 18px;
}

#page .text p {
    margin-bottom: 20px;
}

.wrapper_input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.wrapper_input .ec {
    position: relative;
    height: auto;
    min-height: 56px;
    width: 674px;
    margin: 20px auto 5px auto;
}

.wrapper_input .ec.code {
    margin-bottom: 20px;
}

.wrapper_input .ec.code input {
    margin: 0px auto 20px auto;
    height: 56px;
}

#page .wrapper_input .ec.code.false input {
    border-color: #FF004E;
    background-color: #FFE8EF;
    height: 60px;
}

#page .wrapper_input .ec.code.true:before {
    position: absolute;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-size: 20px 16px;
    width: 20px;
    height: 16px;
    content: "";
    top: 27px;
    right: 20px;

}

#page .wrapper_input .ec.code.false:before {
    position: absolute;
    background-image: url(../images/cross-red.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    content: "";
    top: 25px;
    right: 20px;

}

#page .wrapper_input .ec.code.true input {
    border-color: #14CC87;
    background-color: #E2FFF4;
    height: 60px;
}

#page .wrapper_input .ec input {}

#page .wrapper_input .ec.true input {
    border-color: #14CC87;
    height: 60px;
}

#page .wrapper_input .ec.false input {
    border-color: #FF004E;
    height: 60px;
}

#page .wrapper_input .ec.true:before {
    position: absolute;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-size: 20px 16px;
    width: 20px;
    height: 16px;
    content: "";
    top: 49px;
    right: 20px;
}

#page .wrapper_input .ec.false:before {
    position: absolute;
    background-image: url(../images/cross-red.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    content: "";
    top: 50px;
    right: 20px;
}

#page .wrapper_input .codetext {
    font-size: 16px;
    text-align: left;
    margin-top: 5px;
    font-weight: normal
}

#page .wrapper_input .codetext.red {
    color: #FD6381
}

#page .wrapper_input .codetext.green {
    color: #14CC87;
}

#page .wrapper_input .ec textarea.message {
    width: 100%;
}

#page .wrapper_input .ec input {
    width: 100%;
    height: 56px;

}

#page .wrapper_input .ec label {
    text-align: left;
    margin-left: 5px;
    font-size: 16px;
    color: #14CC87;
    width: 100%;
    font-weight: normal;
}

#page .wrapper_input .ec label span {
    color: #FF004E;
}

#page .wrapper_input .ec.code input {
    width: 100%;
    height: 100%;
    background-color: #E9E9F7;
    color: #1D1D22;
    margin-bottom: 0px;
}

#page input.email {
    width: 904px;
    height: 60px;
    margin: 0px auto 15px auto;

}

#page input.first_name {
    height: 60px;
}


#page input.last_name {

    height: 60px;


}

#page textarea.message {
    width: 904px;
    height: 250px;
    margin: 0px 0 30px 0;
    border-radius: 4px;
    padding: 1.5rem 3rem;
    background-color: #060A8A;
    font-size: 22px;
    border: 3px solid transparent;
    color: #F4F4FF;

}

#page textarea:focus {
    border: 3px solid transparent;
}

#page button.first {
    width: 470px;
    height: 60px;
    border-radius: 4px;
    background-color: #14CC87;
    margin: 0px auto 40px auto;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #F4F4FF;
    border: 0;
    box-shadow: none;
}

#page button.first:hover {
    background-color: #00a567;
    color: #F4F4FF;
}

#page .after_form {
    margin: 80px 0 30px 0;
    font-size: 25px;
    font-weight: normal;
    color: #F4F4FF;
}

#page .after_form a {
    color: #20E299;
}

#page .footer_jnt {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;

}

#page .ftr {
    color: #F4F4FF;
    font-size: 22px;

}

#page .ftr a {
    color: #F4F4FF;
}

#page .ftr1 {
    margin-right: 50px;
}

.footer {
    flex: none;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #F4F4FF;
    padding-bottom: 15px;

}

/* price list */
#price_list {
    position: absolute;
    top: -120px;
}

.price_list {
    margin: 70px 0;
    position: relative;
}

.wrapper_price_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 70px 0;

}

.wrapper_price_list .element {
    border: 1px solid #C0C1DB;
    border-radius: 4px;
    padding: 30px 30px 130px 30px;
    text-align: left;
    color: #1D1D22;
    position: relative;
    margin: 0, 5%;
    width: 32.5%
}

.wrapper_price_list .element.blue {
    border: 0px solid #C0C1DB;
    background-color: #1E24D6;
    color: #F4F4FF;
}

.wrapper_price_list .element h3 {
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    margin: 0 0 30px 0;
}

.wrapper_price_list .element h4 {
    color: #77799A;
    font-size: 22px;
    text-align: left;
    margin-bottom: 50px;
    font-weight: normal;
}

.wrapper_price_list .element.blue h4 {
    color: #C0C1DB;
}

.wrapper_price_list .element .price {
    font-size: 22px;
    margin: 20px 0;
}

.wrapper_price_list .element .price span {
    font-size: 35px;
    font-weight: bold;
}

.wrapper_price_list .element p {
    position: relative;
    font-size: 22px;
    padding: 0 0 0px 35px;
    line-height: 1.8em;
}

.wrapper_price_list .element .wrp_butt {
    position: absolute;
    bottom: 30px;
    left: 0px;
    height: 60px;
    width: 100%;
    text-align: center;
}

.wrapper_price_list .element .pbutt {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #9FA1BF;
    border-radius: 4px;
    background-color: #F4F4FF;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1D1D22;
    text-decoration: none;

}

.wrapper_price_list .element .pbutt:hover {
    border: 1px solid #9FA1BF;
    background-color: #1D1D22;
    color: #F4F4FF;
    text-decoration: none;

}

.wrapper_price_list .element p::before {
    position: absolute;
    background-image: url('../images/Check.svg');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    left: 0px;
    top: 12px;

}

/* back answer trans */
.background_answer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    text-align: center;
    /* background-color:rgba(0,0,0,0.5) */
    margin-bottom: 40px;
}

.background_answer .ecommerce {
    margin-top: 150px;
}

.background_answer .big_check {
    width: 69px;
    height: 53px;
    margin: 270px auto 50px auto;
}

.background_answer .big_check.ecom {
    width: 69px;
    height: 53px;
    margin: 350px auto 50px auto;
}

.background_answer .message {
    color: #F4F4FF;
    font-weight: normal;
    font-size: 21px;
    margin: 10px 0 10px 0;
}

.background_answer h1 {
    color: #F4F4FF;
    font-weight: 900;
    font-size: 45px;
    font-family: 'Merriweather', sans-serif;
    margin-bottom: 30px;

}

.background_answer .backtomain {
    color: #1D1D22;
    font-weight: bold;
    font-size: 22px;
    background-color: #F4F4FF;
    width: 312px;
    height: 60px;
    margin-top: 70px
}

.background_answer .backtomain:hover {
    color: #c0c1db;


}

.footer:before {
    position: relative;
    background-image: url('../images/check1.svg');
    background-size: 20px 15px;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 15px;
    content: "";
    left: 0px;
    top: 0px;

}

#page button.second {
    width: 329px;
    height: 60px;
    border-radius: 30px;
    background-color: #20E299;
    margin: 30px auto 40px auto;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1D1D22;
    border: 0;
    box-shadow: none;

}

#page button.second:hover {
    background-color: #1D1D22;
    color: #F4F4FF;
}

#page .check {

    width: 50px;
    height: auto;
    margin: 0px auto 60px auto;
    padding-top: 30px;
}

#page .check img {

    width: 100%;
    height: auto;

}

#url {
    display: none;
}

#send_form {
    display: none;
}

/* single blot */
.singl {
    margin: 80px 0;
}

.singl_wrapper {
    color: #1D1D22
}

.singl_wrapper h3 {
    font-size: 35px;
    font-weight: bold;
    text-align: left;
}

.singl_wrapper p {
    font-size: 22px;
    font-weight: normal;
    text-align: left;
}

.singl_wrapper p img {
    width: 100% !important;
    height: auto !important;
    margin: 40px 0;
}

/* newsletter */
.newsletter1 {
    background-color: #EFEFEF;
    background-image: url(../images/newsletter_backround.png);
    background-repeat: no-repeat;
    background-size: 800px auto;
    background-position: left -50px top -30px;
    height: 520px;
    padding: 60px 0;
}

.news {
    text-align: center;
    text-align: center;
}

.news h2 {
    font-size: 35px;
    font-weight: bold;
    color: #1D1D22;
}

.news_inbutt input.inp_news {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #1D1D22;
    border-radius: 4px;
    height: 68px;
    width: 100%;
    border: 1px solid #626272;
    margin: 0px auto;
    padding-left: 30px;
}

input.inp_news::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BFBFBF;
    opacity: 1;
    /* Firefox */
}

.news .news_inbutt {
    position: relative;
    width: 904px;
    margin: 50px auto;
}

.news_inbutt .button_news {
    position: absolute;
    width: 250px;
    height: 60px;
    color: #F4F4FF;
    background-color: #1E24D6;
    font-size: 22px;
    font-weight: bold;
    right: 4px;
    top: 4px;
    border-radius: 4px;
    border: 3px solid #1E24D6;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.news_inbutt .button_news:hover {
    color: #1E24D6;
    background-color: #F4F4FF;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.news h3 {
    color: #1E24D6;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news p {
    color: #1D1D22;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
}

.news p span {
    color: #1E24D6;
    font-size: 22px;
    font-weight: 500;
}

.news p br {
    display: none;
}

/* kontakt blog */
#blogc {
    background-image: url()
}

.cont_space1 {
    margin-top: 80px;
}

/* Výhody */

.vyhody {
    background-color: #C0C1DB;
    padding: 40px 0 40px 0;
    background-image: url(../images/info-circle-fill.svg);
    background-repeat: no-repeat;
    background-size: 523px auto;
    background-position: right -150px center;
}

.vyhody .vyhcols {
    padding: 20px 15px;
}

/*.vyhcols h2 {
    font-size: 45px;
    color: #1D1D22;
    font-weight: bold;
    text-align: center;
    margin: 0px 0 10px 0;
} */

.vyhcols h3 {
    font-size: 25px;
    color: #1E24D6;
    font-weight: bold;
    text-align: center;
    margin: 0px 0 0px 0;
    text-transform: uppercase;
}

.vyhcols p {
    font-size: 22px;
    color: #626272;
    font-weight: normal;
    text-align: center;
    margin: 0px 0 0px 0;
}

/* vyuziti */
.vyuziti {
    background-color: #F4F4FF;
    padding: 80px 0 120px 0;
    /*background-image: url(../images/vyuziti.svg);
    background-repeat: no-repeat;
    background-size: 817px auto;
    background-position: right -250px bottom -250px; */
    text-align: center;
    background-color: #F4F4FF;
}

.vyuziti h3 {
    font-size: 35px;
    color: #1E24D6;
    font-weight: bold;
    text-align: left;
    margin: 0px 0 10px 0;
    padding-left: 12px;

}

.vyuziti .ic_vyuziti {
    padding: 40px 15px 15px 20px;
    margin: 8px 8px 8px 8px;
    background-color: #F4F4FF;
    border: 1px solid #c0c1db;
    border-radius: 4px;
    width: 212px;
    min-height: 212px;
    float: left;

}

.vyuziti .ic_vyuziti.invisible {

    background-color: transparent;


}

.ic_vyuziti img {
    height: 60px;
    width: auto;

}

.vyuziti .text_vyuziti {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #1D1D22;
    font-weight: 500;
    text-align: center;
    margin-top: 28px;
    min-height: 63px;

}

.vyuziti h3.shadow {
    color: #BFBFBF;
    margin-top: 60px;
}

.ic_vyuziti.shadow {
    background-color: #BFBFBF;
}

.wrapper_vyuziti {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 940px;
    margin: 0 auto;
}

h2.vyuz {
    margin-top: 60px;
    margin-bottom: 40px;
}

.wrapper_vyuziti1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 940px;
    margin: 0px auto 0px auto;
}

#supported_services {
    position: absolute;
    top: -250px;
}

.wrapper_vyuziti1 .ic_vyuziti1 {
    position: relative;
    width: 214px;
    height: 107px;
    margin: 8px;
}

.wrapper_vyuziti1 .ic_vyuziti1 img {
    width: 100%;
    height: auto;
}

.ic_vyuziti1.black .arrowdown {
    position: absolute;
    width: 12px;
    height: 7px;
    margin: 0 auto;
    bottom: 10px;
    left: 100px;
    background-image: url(../images/arrow-down-black.png);

}

.ic_vyuziti1.white .arrowdown {
    position: absolute;
    width: 12px;
    height: 7px;
    margin: 0 auto;
    bottom: 10px;
    left: 100px;
    background-image: url(../images/arrow-down-white.png);

}

.ic_vyuziti1.black .arrowup {
    position: absolute;
    width: 12px;
    height: 7px;
    margin: 0 auto;
    bottom: 10px;
    left: 100px;
    background-image: url(../images/arrow-up-black.png);

}

.ic_vyuziti1.white .arrowup {
    position: absolute;
    width: 12px;
    height: 7px;
    margin: 0 auto;
    bottom: 10px;
    left: 100px;
    background-image: url(../images/arrow-up-white.png);

}

.ic_vyuziti1 .arrow {
    position: absolute;
    width: 41px;
    height: 17px;
    margin: 0 auto;
    bottom: -17px;
    left: 86px;
    background-image: url(../images/arrow.png);
    z-index: 100;
    display: none;

}

.card {
    max-width: 100%;
    margin: 8px 17px 8px 18px;
    padding: 16px;
    font-size: 22px;
    color: #1D1D22;
    background: #E9E9F7 0% 0% no-repeat padding-box;
    border: 1px solid #C0C1DB;
    border-radius: 4px;
    text-align: left;

}

.panel-group .panel {
    background-color: transparent;
    border: 0;
    box-shadow: 0;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}

/* pořadí služeb */
#si1,
#si3,
#si5,
#si7 {
    order: 1;
}

#srv2,
#srv4,
#srv6,
#srv8 {
    order: 2;
}

#si9,
#si11,
#si13,
#si15 {
    order: 3;
}

#srv10,
#srv12,
#srv14,
#srv16 {
    order: 4;
}

#si17 {
    order: 5;
}

#srv18 {
    order: 6;
}

/* company */
.company {
    background-image: url("../images/podklad_company.png");
    background-color: #1E24D6;
    background-size: 850px auto;
    background-position: right top;
    -webkit-background-size: 850px auto;
    -o-background-size: 850px auto;
    -ms-background-size: 850px auto;
    -moz-background-size: 850px auto;
    background-repeat: no-repeat;
    height: 642px;
    position: relative;
    padding: 90px 0 70px 0;

}

.company .inside h2 {
    font-size: 45px;
    font-weight: bold;
    color: #20E299;
    text-align: left;
    margin-bottom: 30px
}

.company .inside p {
    font-size: 22px;
    color: #F4F4FF;
    text-align: left;
    width: 85%;
    margin-bottom: 25px;
}

/* who we are */
.who_we_are {
    padding: 90px 0 70px 0;
    margin: 60px 0;
}

.who_we_are .slp {
    position: relative;
    text-align: center;
}

.who_we_are h2 {
    font-size: 45px;
    font-weight: bold;
    color: #1E24D6;
    text-align: center;
    margin-bottom: 30px
}

.who_we_are .slp h3 {
    font-size: 35px;
    font-weight: bold;
    color: #1D1D22;
    text-align: left;
    margin: 30px 0 5px 0;
}

.who_we_are .slp p {
    font-size: 22px;
    color: #1D1D22;
    text-align: left;

}

.who_we_are .slp .wrp_image {
    width: 511px;
    height: auto;
    margin: 40px auto 0 auto;

}

.who_we_are .slp .wrp_image img {
    width: 511px;
    height: auto;


}

/*--header--*/

.banner-bg {
    background-image: url("../images/ezConvey_web_ilustrace_homepage_v01.png");
    background-color: #1E24D6;
    background-size: cover;
    background-position: right bottom;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 1000px;
    position: relative;
}

.banner-bg.blog {
    background-image: url("../images/podklad_blog.png");
    background-color: #1E24D6;
    background-size: contain;
    background-position: center bottom;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    -moz-background-size: contain;
    min-height: 606px;
    position: relative;
    background-repeat: no-repeat;
}


::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #F4F4FF;
    opacity: 1;
    /* Firefox */
}

a.shop {
    display: inline-block;
    float: left;
    margin: 9px 0 0 30px;
}

.semibold {
    font-weight: 500;
}

.box_video {
    width: 100%;
    border-radius: 25px;
    margin: 35px 0 35px 0;
}

.box_video img {
    width: 100%;
}

.dwn {
    position: absolute;
    bottom: 12%;
    left: 48%;
}

.top-nav {
    float: right;
    margin-top: 1.5em;
    position: relative;
}

.header {
    /*margin-top:1.3em;*/
    position: fixed;
    background-color: #1E24D6;
    width: 100%;
    z-index: 10000;
    padding: 10px 0 10px 0;
}

.blog_single {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.container_header {
    width: 100%;
    padding: 0 5% 0 5%;
    position: relative;
}

.container_header1 {
    width: 90%;
    margin: 0 5% 0 5%;
    position: relative;
}

.conh {
    padding-left: 0px;

}

.logo {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
}

.logo img {
    width: 132px;
    height: 39px;
    margin-top: 19px;
}

.logo a {
    display: block;
}

.hllogo {
    margin-bottom: 30px;
}

.hllogo img {
    width: 242px;
    height: 71px;
}

.buttons_header {
    float: right;
    margin-top: -53px;
}

@media only screen and (max-width:800px) {
    .logo {
        width: 10% !important;
    }
}

.nav>li>a>img {
    max-width: none;
    width: 73%;
}

.top-nav {
    float: left;
    margin-top: 0px;
    /* background-color: #1E24D6; */

}

/*--tlačítka header --*/
a.tlacitkom {
    display: none;
}

a.tlacitko {
    float: right;
    border: 3px solid transparent;
    margin-left: 15px;
    padding: 0.5em 0em 0.5em 0em;
    color: #1D1D22;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #F4F4FF;
    width: 260px;
    min-height: 60px;
}

a.tlacitko:hover {
    background: #1E24D6;
    color: #F4F4FF;
    border: 3px solid #F4F4FF;

}

a.tl1 {
    display: block;
    border: 3px solid #F4F4FF;
    font-size: 18px;
    color: #F4F4FF;
    background: #1E24D6;
    padding: 0.75em 0em 0.75em 0em;
    width: 260px;
    min-height: 60px;
    margin: 0 auto;
}

a.tl1:hover {
    color: #1E24D6;
    background: #F4F4FF;
}

a.tblg {

    background: #1D1D22 !important;

}

a.tblg:hover {
    color: #1D1D22 !important;
    background: #F4F4FF !important;
}

a.tl4 {
    float: none;
    display: block;
    border: 3px solid #1E24D6;
    font-size: 18px;
    color: #F4F4FF;
    background: #1E24D6;
    padding: 0.75em 0em 0.75em 0em;
    width: 260px;
    min-height: 60px;
    margin: 20px auto 0 auto;
}

a.tl4:hover {
    border: 3px solid #1E24D6;
    color: #1E24D6;
    background: #F4F4FF;
}

a.tlacitko.tl1a {
    display: block;
    width: 245px;
    min-height: 50px !important;
    margin: 0 auto;
}

a.tl1a:hover {
    color: #1E24D6;
    background: #F4F4FF;
}

a.tl2 {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0.5em 0em 0.5em 0em;
    border: 3px solid #F4F4FF;
    color: #1D1D22;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    background: #F4F4FF;
    width: 260px;
    min-height: 60px;

}

a.tl2:hover {
    color: #F4F4FF;
    background: #1E24D6;
}

.cover_tl2 {
    width: 100%;
    text-align: center;
    margin: 50px auto;
}

.thim-click-to-bottom {
    position: absolute;
    bottom: 10%;
    left: 48%;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 99;
}

.thim-click-to-bottom i {
    color: #F4F4FF;
    padding: 1em .6em;
    /* border: 2px solid #F4F4FF; */
    border-radius: 20px;
    font-size: 5em;
    margin-left: .5em;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    60%,
    100% {
        -ms-transform: translateY(0);
    }

    0%,
    20%,
    60%,
    100% {
        -o-transform: translateY(0);
    }

    0%,
    20%,
    60%,
    100% {
        -moz-transform: translateY(0);
    }

    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }
}

/*--slide--*/
.banner-info {
    margin-top: 20%;

}

.banner-info h1 {
    color: #14CC87;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}

.banner-info .tlacitko {
    float: left;
    margin-top: 60px;
    margin-left: 0px;
    color: #1D1D22;
    font-size: 22px;
}

.banner-info .podpisovna {
    display: block;
    width: 250px;
    max-width: 100%;
    margin: 24px 0 0 0;
}

.banner-info .podpisovna img {
    display: block;
    width: 100%;
}

.banner-info .podpisovna:hover {
    opacity: 0.7;
}

.banner-info lable {
    width: 12%;
    height: 10px;
    background: #00b29f;
    display: inline-block;
}

.banner-info h3 {
    font-size: 4em;
    font-weight: 400;
    color: #F4F4FF;
    font-family: 'Poiret One', cursive;
}

.banner-info p {
    position: relative;
    font-size: 22px;
    color: #EFEFEF;
    padding: 0 0 0px 35px;
    width: 60%;
    line-height: 1.8em;

}

.banner-info p:before {
    position: absolute;
    background-image: url('../images/Check.svg');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    left: 0px;
    top: 12px
}

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #F4F4FF;
    font-weight: bold;
}

.errors {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 400px;
}

.background_faq {
    width: 100%;
    background-image: url(../images/back_faq.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}

.background_faq .tittle {
    font-size: 35px;
    font-weight: bold;
}

.closedicon {
    background-image: url(../images/closedicon.png) !important;
    width: 25px;
    height: 25px;
}

.openicon {
    background-image: url(../images/openicon.png) !important;
    width: 25px;
    height: 25px;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.tech_info {
    position: relative;
    padding: 4em 0 0em 0;
    background-color: #1E24D6;
    padding: 80px 0 120px 0;
    background-image: url(../images/codepen.svg);
    background-repeat: no-repeat;
    background-size: 335px auto;
    background-position: right -50px top -100px;
    margin-top: 50px;
}

.techinfo {
    display: flex;
}

.techcon {
    width: 95%;
    height: 100%;
    margin: 0 2.5% 0px 2.5%;
    padding: 20px;
    background-color: #1E24D6;
    border: 1px solid #060A8A;
    border-radius: 4px;
    color: #E9E9F7;
    text-align: center;
}

.tech_info h2 {
    color: #F4F4FF;

}

.techcon h4 {
    font-weight: 500;
    font-style: italic;
    font-size: 22px;
    padding: 20px 0;
    color: #14CC87;
    text-align: center;
}

.techcon p {
    font-size: 22px;
    color: #E9E9F7;
}

h3.sub-text {
    margin: 0.3em 0 0 0;
    font-size: 25px;
    font-weight: bold;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #F4F4FF;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 56%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 80px;
    width: 40px;
    background: transparent url("../images/arrows.png") no-repeat left top;
    margin-top: 4%;
    display: none;
}

.callbacks_nav:hover {
    opacity: 0.5;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    left: 624px;
}

.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 573px;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #F4F4FF;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #F4F4FF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: -9%;
    z-index: 999;
    left: -0.9%;
    padding: 0;
    margin: 0;
    display: block;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 .3em;
}

@media screen and (max-width: 600px) {
    .callbacks_nav {
        top: 47%;
    }
}

/* contacts */
.gal-img img {
    border-radius: 5px;
}

.wedo {
    padding: 4em 4em;
    /* background: #F4F4FFfff; */
    text-align: left;
    border-top: solid 2px #efefef;
}

.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right textarea {
    outline: none;
    padding: 13px 15px;
    font-size: 22px;
    color: #F4F4FF;
    background: transparent;
    width: 100%;
    letter-spacing: 1px;
    border: solid 1px #77799A;
    border-radius: 4px;
    margin-top: 1em;
    text-indent: 10px;
    min-height: 60px;
    font-weight: 300;
}

.contact_grid_right input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #77799A !important;
    opacity: 1;
    /* Firefox */
}

.contact_grid_right textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #77799A !important;
    opacity: 1;
    /* Firefox */
}

.contact_grid_right input[type="text"]:nth-child(2),
.contact_grid_right input[type="email"] {
    margin: 1em 0 0;
}

.contact_grid_right textarea {
    min-height: 13em;
    margin: 1em 0em;
    resize: none;
}

.contact_grid_right input[type="submit"] {
    outline: none;
    padding: 0.5em 0;
    font-size: 22px;
    color: #1E24D6;
    background-color: #E9E9F7;
    border: none;
    letter-spacing: 2px;
    border-radius: 4px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 700;
    cursor: pointer;
    width: 260px;
    min-height: 60px;
}

.contact_grid_right input[type="submit"]:hover {
    background-color: #20E299;
    color: #E9E9F7;
}

form#contact-form label {
    color: #ea4335;
}

label {
    color: #1D1D22;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* //contact */
ul.footer-bottom-list li {
    list-style: none;
    margin-bottom: 1em;
    /* color: #333;*/
}

ul.footer-bottom-list li span {
    width: 25px;
    /* color: #333; */
    padding-left: 0;
}

ul.footer-bottom-list li a {
    color: #F4F4FF;
    outline: none;
    letter-spacing: 1px;
}

.contact_grid_left {
    padding-left: 2.5em;
    color: #F4F4FF;
}

/* contact */

.form-control {
    background-color: #e2e2e2;
    border: none;
}

/*----*/
.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #F4F4FF;
    border: 2px solid #F4F4FF;
}

.callbacks_here a:after {
    background: #F4F4FF;
    border: 2px solid #00b29f;
}

/*--b-grids--*/
.banner-bottom-section {
    padding: 0em 0 0em 0;
    background-color: #1D1D22;
    background-image: url(../images/mail-all.svg);
    background-size: 491px 493px;
    background-position: right 30px bottom -70px;
    background-repeat: no-repeat;
}

#contact {
    /* background-image: url(../images/contact.png);
    background-size: 100%;
    background-repeat: no-repeat; */


}

.cont_space {
    margin-top: 60px;
}

.b-grids-box h4 {
    color: #00b29f;
    font-size: 2em;
    text-transform: uppercase;
}

.b-grids-box h5 {
    color: #555;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 0.5em;
    font-weight: 600;
}

.b-grids {

    padding: 3.5em 1em;
    text-align: center;
    width: 21%;
    /* height: 274px;*/
    margin: 0 2% 0 2%;
    position: relative;
}

.album-box h4 {
    font-size: 25px;
    font-weight: bold;
    color: #20E299;

}

.album-box p {
    color: #E9E9F7;
    font-size: 22px;
    line-height: 1.3em;
    margin: 0.5em 0 0 0;
}

.b-grids:hover {}

.b-grids:hover .b-grids-box h5,
.b-grids:hover .b-grids-box h4 {
    color: #F4F4FF;
}

.banner-bottom-info {
    padding: 0em 0 6em 0;
    font-size: 22px;
    font-weight: normal;
}

.banner-bottom-info h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.address {
    margin-top: 20px;
}

.con {
    position: relative;
    padding-left: 40px;

}

.con.add:before {
    position: absolute;
    display: inline-block;
    background-image: url(../images/kontakty-adresa.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
    left: 0px;
    top: 4px;
    width: 24px;
    height: 28px;
    content: "";
}

.con.add.email:before {

    background-image: url(../images/Kontakty%20-%20Mail.svg);
    background-size: 24px auto;
    left: 0px;
    top: 10px;

}

.con.add.phone:before {

    background-image: url(../images/Kontakty%20-%20Telefon.svg);
    background-size: 24px auto;
    left: 0px;
    top: 6px;

}

.con.add.globe:before {

    background-image: url(../images/Kontakty%20-%20WWW.svg);
    background-size: 22px auto;
    left: 0px;
    top: 6px;

}



.highr {
    margin-left: 16%;
}

.b-grids.lost {
    margin-right: 0;
}

i.s1,
i.s2,
i.s3,
i.s4,
i.s5 {
    width: 100%;
    height: 190px;
    float: left;
    margin: 0 auto 20px auto;



}

i.s1 img {
    width: auto;
    height: 100%;
    margin: 0 auto 0 auto;
}

/* i.s1 {
    background: url('../images/ikona-01.png') no-repeat;
    background-size: contain;
    background-position: center;
} 

i.s2 {
    background: url('../images/ikona-02.png') no-repeat;
    background-size: contain;
    background-position: center;
}

i.s3 {
    background: url('../images/ikona-03.png') no-repeat;
    background-size: contain;
    background-position: center;
}

i.s4 {
    background: url('../images/ikona-04.png') no-repeat;
    background-size: contain;
    background-position: center;
}

i.s5 {
    background: url('../images/ikona-05.png') no-repeat;
    background-size: contain;
    background-position: center;
}

.b-grids:hover i.s1 {
    background: url('../images/ikona-01.png') no-repeat;
    background-size: contain;
    background-position: center;
}

.b-grids:hover i.s2 {
    background: url('../images/ikona-02.png') no-repeat;
    background-size: contain;
    background-position: center;
}

.b-grids:hover i.s3 {
    background: url('../images/ikona-03.png') no-repeat;
    background-size: contain;
    background-position: center;
}

.b-grids:hover i.s4 {
    background: url('../images/ikona-04.png') no-repeat;
    background-size: contain;
    background-position: center;
}

.b-grids:hover i.s5 {
    background: url('../images/ikona-05.png') no-repeat;
    background-size: contain;
    background-position: center;
} */

.imgsluzby {
    width: 100%;
    height: 420px;
    background: url('../images/ezConvey_web_ilustrace_caste-otazky1.png') no-repeat;
    background-size: contain;
    position: relative;


}

/*.imgsluzby img{
    width:100%;
    
} */
/*--about--*/
#about {
    position: absolute;
    top: -50px;
}

.about {
    position: relative;
    padding: 5em 0 7em 0;
    background-image: url(../images/onas.svg);
    background-repeat: no-repeat;
    background-size: 432px auto;
    background-position: left -100px center;
    background-color: #F4F4FF;
}

/*.about h2 {
    font-size: 45px;
    font-weight: 900;
    color: #1D1D22;
    text-align: center;
    margin: 10px 0 30px 0;
} */

.wr_about {
    display: flex;
    /* align-items: flex-end; */
    justify-content: center;

}

.wrapper_abtext {
    padding-right: 50px;
}

.about h3 {
    font-size: 35px;
    font-weight: bold;
    color: #1E24D6;
    text-align: left;
    margin-top: 30px;
}

.about p {
    font-size: 22px;
    font-weight: normal;
    color: #1D1D22;
    text-align: left;
}

.about p a {
    text-decoration: underline;
}

.bullets p {
    position: relative;
    font-size: 22px;
    font-weight: normal;
    color: #1D1D22;
    text-align: left;
    padding: 0 0 0px 35px;
    line-height: 1.8em;
}

.bullets p:before {
    position: absolute;
    background-image: url('../images/Check.svg');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    left: 0px;
    top: 12px
}

.wrapper_video {
    margin-top: 80px;
}

.wrapper_video .video {
    margin: 0 15px;
    cursor: pointer;
}

.wrapper_video .video img {
    width: 100%;
    height: auto;
}

video {
    border-radius: 4px;
}

.white {
    color: #F4F4FF !important;
}

#cookie {
    display: none;
}

#gdpr {
    display: none;
}

/* cookies */
.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #E9E9E9;
    background-color: #333333;
    z-index: 1000;
    padding: 10px 0 10px 0;
    margin-top: 10px;
    text-align: center;
}

.eu-cookies button {
    background: #ec1c24;
    color: #F4F4FF;
    font-weight: bold;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    cursor: pointer;
    padding: 4px 8px;
}

.eu-cookies a {
    color: #F4F4FF;
    text-decoration: none;
    font-weight: bold;
}

.eu-cookies a:hover {
    color: #F4F4FF;
    text-decoration: underline;
}

.cook2 {
    display: none
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {

    .cook1 {
        display: none
    }

    .cook2 {
        display: block;
        width: 100%
    }
}

/* fragmenty */
.banner-info h2 {
    font-size: 45px;
    font-weight: bold;
    text-align: left;
    color: #F4F4FF;
}

.down {
    position: absolute;
    bottom: 100px;
    text-align: center;
    width: 100%;
}

.tch {
    margin-bottom: 30px;
    color: #1D1D22 !important;
}

.space_top {
    margin-top: 50px;
    margin-bottom: 30px;
}

lable.two {
    width: 7%;
    height: 6px;
    background: #8CD0B4;
    display: inline-block;
}






/*--hair-sectyion--*/
.hair-section {
    padding: 4em 0;
    background-color: #F6F6F6;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 4em 0;
}

.hf-text {
    text-align: center;
    background-color: #F4F4FF;
    padding-bottom: 1em;
}

.hf-text h5 {
    font-size: 2em;
    font-weight: 400;
    color: #00b29f;
    font-family: 'Poiret One', cursive;
    line-height: 1.8em;
}

.hf-text p {
    color: #8CD0B4;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;

    max-width: 100%;
    height: auto;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #F4F4FF;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-errors: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 500;
    color: #F4F4FF;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

figure.effect-jazz {
    background: -webkit-linear-gradient(-65deg, #01b4a5 0%, #00b29f 100%);
    background: linear-gradient(-65deg, #01b4a5 0%, #00b29f 100%);
}

figure.effect-jazz img {
    opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #F4F4FF;
    border-bottom: 1px solid #F4F4FF;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

figure.effect-jazz h2 {
    padding-top: 49%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: #00a996;
    font-weight: 600;
}

figure.effect-jazz p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}

figure.effect-jazz:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/*--news--*/
#tech_info {
    position: absolute;
    top: -50px;
}

.news-section {
    position: relative;
    padding: 4em 0 0em 0;
    background-color: #F4F4FF;
    padding: 80px 0 80px 0;
    background-image: url(../images/technicke_informace.svg);
    background-repeat: no-repeat;
    background-size: 335px auto;
    background-position: right -50px top -100px;
}

.news-right {
    padding-top: 3em;
}

.col-bottom h4 {
    color: #00a996;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 600;
}

.col-bottom p {
    color: #555;
    font-size: 1em;
    line-height: 1.8em;
    margin: 0.5em 0 0 0;
}

a.more {
    text-decoration: none;
    font-size: 1.3em;
    color: #8CD0B4;
    font-weight: 600;
    display: inline-block;
    margin-top: 0.7em;
}

.col-news-right {
    padding: 0;
    margin-top: 1em;
}

a.more:hover {
    color: #1D1D22;
}

.col-bottom {
    padding: 0 0 1.1em 0;
}

.col-news-top .date-in {
    overflow: hidden;
    position: relative;
    display: block;
}

.col-news-top .date-in .month-in {
    position: absolute;
    height: 50%;
    width: 50%;
    top: 0;
    left: 0;
    background: url(../images/background2.png) repeat;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.col-news-top .date-in:hover .month-in {
    width: 100%;
}

.col-news-top .date-in .month-in label {
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    top: 50%;
    margin-top: -61px;
    position: absolute;
    left: 0;
    right: 0;
}

.col-news-top .date-in .month-in label .day {
    font-size: 3em;
    line-height: 102px;
    margin-bottom: -24px;
    font-family: 'Poiret One', cursive;
    font-weight: 400;
}

.col-news-top .date-in .month-in label .month {
    font-size: 14px;
    line-height: 14px;
}

.col-news-top .date-in .month-in label span {
    display: block;
}

/*--contact---*/
#newsletter {}

.newsletter {
    background: url(../images/bottom-bg.jpg)no-repeat;
    min-height: 400px;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    padding-top: 2.5em;
}

h3.tittle.two {
    color: #F4F4FF;
}

.newslatter {
    margin-top: 3em;
}

ul.f-icons {
    text-align: center;
}

ul.f-icons li {
    list-style: none;
    display: inline-block;
    margin-right: 2em;
}

ul.f-icons li a.facebook,
ul.f-icons li a.p,
ul.f-icons li a.twitter,
ul.f-icons li a.gg,
ul.f-icons li a.ins {
    background: url(../images/icons.png) no-repeat -0px -141px;
    display: inline-block;
    height: 36px;
    width: 36px;
}

ul.f-icons li a.twitter {
    background: url(../images/icons.png) no-repeat -37px -141px;
}

ul.f-icons li a.gg {
    background: url(../images/icons.png) no-repeat -71px -141px;
}

ul.f-icons li a.p {
    background: url(../images/icons.png) no-repeat -148px -141px;
}

ul.f-icons li a.ins {
    background: url(../images/icons.png) no-repeat -111px -141px;
}

ul.f-icons li a.facebook:hover,
ul.f-icons li a.twitter:hover,
ul.f-icons li a.gg:hover,
ul.f-icons li a.p:hover,
ul.f-icons li a.ins:hover {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}

.support input[type="text"] {
    width: 79%;
    padding: 12px;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    border: 1px solid #F4F4FF;
    outline: none;
    margin: 0px 0px 0 0;
    webkit-appearance: none;
}

.support input[type="submit"] {
    background: #00b29f;
    cursor: pointer;
    border: 0;
    color: #F4F4FF;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0.88em;
    text-align: center;
    webkit-appearance: none;
    outline: none;
    width: 20%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.support input[type="submit"]:hover {
    background: #8CD0B4;
}

.support {
    margin: 2em 0em 0 0;
    background-color: rgba(42, 137, 115, 0.52);
    padding: 2em 2em;
}

/*----footer--*/
.footer-section {
    padding: 1em 0;
    background: #373737;
}

.footer-grid p,
p.sub {
    font-size: 0.95em;
    line-height: 1.8em;
    color: #A1A3AB;
}

.footer-grids {
    padding: 1em 0;
}

p.sub {
    margin-top: 1.3em;
}

ul.tag li {
    display: inline-block;
    list-style: none;
    margin: 15px 0px 6px -1px;
}

ul.tag li a {
    padding: 0.8em 0.8em;
    background: #232323;
    color: #A1A3AB;
    font-size: 0.9em;
}

ul.tag li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.flickr-grid a img {
    width: 100%;
}

.flickr-grid {
    float: left;
    width: 32%;
    margin: 0 0.1em .2em;
}

.footer-grids h4 {
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 400;
    color: #F4F4FF;
    font-family: 'Poiret One', cursive;
    letter-spacing: 2px;
}

.border2 {
    border-bottom: 2px ridge rgba(72, 72, 76, 0.88);
    padding: 0.3em 0 0.3em 0;
    width: 52%;
    margin-bottom: 0.5em;
}

ul.tw li {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.95em;
    line-height: 1.8em;
    color: #F4F4FF;
}

ul.tw p {
    float: left;
}

a i.square-3 {
    width: 20px;
    height: 20px;
    background: url("../images/tw.png") no-repeat 0px 0px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.icon-text p {
    color: #A1A3AB;
    font-size: 0.95em;
    line-height: 1.6em;
}

.icon-3-square {
    float: left;
    width: 10%;
    margin-right: 2%;
}

.icon-text {
    float: left;
    width: 86%;
}

.icon-text h5 {
    color: #00B29F;
    font-size: 0.95em;
    margin: 0.7em 0;
    text-transform: uppercase;
    font-weight: 400;
}

.icon-text a {
    color: #D7D7D8;
}

/*--about--*/
.banner-bg.two {
    background: url(../images/banner-two.jpg)no-repeat;
    min-height: 250px;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

.ab-section {
    padding: 4em 0;
}

.ab-section p {
    color: #555;
    font-size: 1em;
    line-height: 1.8em;
    margin: 1.5em 0 0 0;
    width: 100%;
}

.ab-img img {
    width: 100%;
}

.ab-img {
    float: right;
}

/*--team--*/
.team {
    padding: 4em 0;
    position: relative;
}

.ch-grid {
    margin: 3em 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid li {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 20px;
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
}

.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ch-info>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
    box-shadow: inset 0 0 0 16px rgba(0, 0, 0, 0.3);
}

.ch-info .ch-info-back {
    -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
    -o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
    transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
    background: #00b29f;
    opacity: 0;
}

.ch-img-1 {
    background: url(../images/16.jpg)no-repeat;
    z-index: 12;
}

.ch-img-2 {
    background: url(../images/17.jpg)no-repeat;
    z-index: 11;
}

.ch-img-3 {
    background: url(../images/18.jpg)no-repeat;
    z-index: 10;
}

.ch-img-4 {
    background: url(../images/19.jpg)no-repeat;
    z-index: 10;
}

.ch-img-5 {
    background: url(../images/20.jpg)no-repeat;
    z-index: 10;
}

.ch-img-6 {
    background: url(../images/21.jpg)no-repeat;
    z-index: 10;
}

.ch-img-7 {
    background: url(../images/22.jpg)no-repeat;
    z-index: 10;
}

.ch-img-8 {
    background: url(../images/23.jpg)no-repeat;
    z-index: 10;
}

.ch-info h3 {
    color: #F4F4FF;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.8em;
    margin: 0 15px;
    padding: 40px 0 0 0;
    height: 110px;
    font-family: 'Poiret One', cursive;
    text-shadow: 0 0 1px #F4F4FF,
        0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
    color: #F4F4FF;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
    display: block;
    color: #F4F4FF;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
    color: #F4F4;
    color: rgba(255, 242, 34, 0.8);
}

.ch-item:hover .ch-info-front {
    -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    opacity: 0;
}

.ch-item:hover .ch-info-back {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    -moz-transform: rotate3d(1, 0, 0, 0deg);
    -o-transform: rotate3d(1, 0, 0, 0deg);
    -ms-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
    opacity: 1;
}

/*--services--*/
.services1 {
    padding: 0em 0 0em 0;
    background-color: #1E24D6;
}

#services {
    position: absolute;
    top: -50px;
}

.ser {
    position: relative;
    padding-top: 60px;
}

.services {

    background-color: #F6F6F6;
    padding: 4em 0;
    margin-top: 4em;

}

.banner-bottom-info.two {
    padding: 7em 0 2em 0;
}

/*--paotfolio--*/
div#portfolio {
    padding: 5em 0;
    background-color: #F6F6F6;
}

.gallery-left img {
    width: 100%;
}

.gallery-left {
    padding: 0 0.2em;
    margin-bottom: 0.3em;
}

.gallery-bottom {
    margin-top: 2em;
}

/*--typography--*/
.bs-example h2 {
    margin-bottom: 0;
    text-align: left;
}

.bs-example h2 {
    margin-bottom: 0;
    text-align: left;
}

.table h2 {
    font-size: 2.2em;
}

.grid_5 h2 {
    font-size: 2em;
    text-align: left;
    margin-bottom: 0;
}

.grid_5 h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 10px 0;
}

.grid_5 {
    margin: 31px 0;
}

.grid_3 h3 {
    padding-bottom: .5em;
    font-size: 2em;
    color: #FA0000;
}

.grid_4 h3 {
    color: #666161;
}

.page-header h1 {
    color: #F00;
}

.typrography {
    padding: 4em 0;
    position: relative;
}

.first {
    margin-top: 2em;
}

a#profile-tab {
    color: #1D1D22;
}

ul#myTab li a {
    padding: 1em 1em;
    color: #666;
}

div#profile p {
    line-height: 1.7em;
    margin: 1em 0;
}

/*--//typography--*/
/*--error--*/
.error {
    padding: 5em 0;
}

.error-top h4 {
    font-weight: 400;
    font-size: 2.2em;
    color: #8CD0B4;
    background: #F4F4FF;
    padding: 8px 70px;
    position: absolute;
    top: 33.5%;
    left: 34%;
    font-family: 'Poiret One', cursive;
}

.error-top h3 {
    font-weight: 400;
    font-size: 15em;
    color: #00b29f;
}

.error-top h5 {
    font-weight: 400;
    font-size: 2.5em;
    color: #00B29F;
    font-family: 'Poiret One', cursive;
}

.error-top p {
    font-weight: 400;
    font-size: 1.23em;
    color: #555;
}

.e-btn {
    margin-top: 3em;
}

.e-btn a {
    background: #8CD0B4;
    padding: 1em 1.5em;
    font-size: 1.1em;
    color: #F4F4FF;
    font-weight: 400;
    text-transform: uppercase;
}

.e-btn a:hover {
    background: #00b29f;
    text-decoration: none;
}

.error-top {
    text-align: center;
    position: relative;
    padding: 4em 0;
}

/* table */

.container table {
    width: 100% !important;
    /* font-size:100%; */
}

.container th {
    font-weight: bold;
    padding-left: 5px;
}

.container tr {}

.container td {

    color: #1D1D22;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: normal !important;
}

.container td a {
    display: block;


}

.container td a:link {
    text-decoration: none;
    color: #1D1D22;

}

.container td a:hover {
    display: block;
    background-color: #F4F4FF;
}

.container .tabtr {
    background-color: rgba(229, 229, 229, 0.7);
}

.cislo {
    width: 10%
}

.podminky {
    width: 11%;
    text-align: center;
}

.jmenotab {
    width: 34%
}

.container thead {
    /* barva pozadí hlavičky tabulky */
    background-color: #F4F4FF;
    /* barva písma hlavičky tabulky */
    color: #1D1D22;
    /* převod písmen v hlavičce tabulky na velká */
    text-transform: uppercase;
    /* tučný font v hlavičce tabulky */
    font-weight: bold;
}

.container tr:nth-child(2n+1) {
    background: rgba(229, 229, 229, 0.7);
    ;
}

.container tr:nth-child(2n) {
    background: rgba(229, 229, 229, 0.3);
    ;
}

.container tr:hover {
    background-color: #F4F4FF;
    cursor: pointer;
    color: #1D1D22;
}

.container td:nth-child(1) {

    padding-left: 10px;
}

.container td:nth-child(2) {
    text-align: right;
    padding-right: 10px;
}

.container.cook td:nth-child(2) {
    text-align: left;
    padding-right: 10px;
}

.cook ul {
    margin-left: 40px;
}

/*--contact--*/
.contact {
    padding: 4em 0;
}

lable.con {
    width: 6%;
    height: 6px;
    background: #8CD0B4;
    position: absolute;
    top: 20.5%;
    left: 14%;
    display: inline-block;
}

ul.contact-grids li i.icon11,
ul.contact-grids li i.icon12,
ul.contact-grids li i.icon13,
ul.contact-grids li i.icon14 {
    width: 50px;
    height: 50px;
    background: url(../images/icons.png)no-repeat 0px -173px;
    display: inline-block;
    cursor: pointer;
}

ul.contact-grids li i.icon12 {
    background: url(../images/icons.png)no-repeat -50px -173px;
}

ul.contact-grids li i.icon11:hover,
ul.contact-grids li i.icon12:hover,
ul.contact-grids li i.icon13:hover,
ul.contact-grids li i.icon14:hover {
    opacity: 0.9;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
}

ul.contact-grids li i.icon13 {
    background: url(../images/icons.png)no-repeat -100px -173px;
}

ul.contact-grids li i.icon14 {
    background: url(../images/icons.png)no-repeat -150px -173px;
}

ul.contact-grids li i.icon14:hover {
    opacity: 0.5;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
}

ul.contact-grids {
    padding: 0;
    text-align: center;
    margin: 3% auto 3%;
}

ul.contact-grids li {
    list-style: none;
    /* display: inline-block; */
    float: left;
    width: 24%;
    margin-right: 1%;

}

li.contact-grid {
    cursor: pointer;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
}

li.contact-grid:hover {
    opacity: 1;
    color: #1D1D22 !important;
}

ul.contact-grids h4,
ul.contact-grids a h4 {
    color: #00b29f;
    text-align: center;
    font-size: 2em;
    font-weight: 400;
    font-family: 'Poiret One', cursive;
}

ul.contact-grids h5,
ul.contact-grids h5 a {
    text-align: center;
    margin: 0em auto 0;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.8em;
    color: #5c9b81;
}

ul.contact-grids h5 a:hover {
    text-decoration: none;

}

.contact-content input[type="text"],
.contact-content textarea {
    padding: 1.1em;
    width: 100%;
    margin: 1% 0% 0 0;
    background: none;
    outline: none;
    color: #555;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    font-size: 1em;
    font-weight: 400;
    -webkit-appearance: none;
}

.contact-content input[type="text"]:nth-child(2) {
    margin-right: 0em;
}

.contact-content input[type="email"],
.contact-content textarea {
    padding: 1.1em;
    width: 100%;
    margin: 1% 0% 0 0;
    background: none;
    outline: none;
    color: #555;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    font-size: 1em;
    font-weight: 400;
    -webkit-appearance: none;
}

.contact-content input[type="email"]:nth-child(2) {
    margin-right: 0em;
}

.contact-content form textarea {
    resize: none;
    height: 170px;
}

.submit {
    text-align: left;
    margin: 2% 0;
}

.contact-content input[type="submit"] {
    background: #8CD0B4;
    color: #F4F4FF;
    font-weight: 500;
    border: none;
    outline: none;
    padding: 0.7em 3em;
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 1.2em;
    text-transform: uppercase;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.contact-content input[type="submit"]:hover {
    background: #00b29f;
}

.contact iframe {
    height: 400px;
    border: none;
    width: 100%;
    margin: 2em 0 0em 0
}

#url {
    display: none;
}

#send_form {
    display: none;
}

/*--copyright--*/
.copyright {
    padding: 3em 1em;
    background: #1D1D22;
}

.copyright p {
    text-align: center;
    color: #F4F4FF;
    font-size: 1em;
}

.copyright p a {
    color: #1E24D6;
}

/*--top-move--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 22px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

/* @media (min-width: 1500px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1460px;
    }
}

@media (min-width: 1680px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1640px;
    }
} */

/*--Starts-Responsive--*/
@media (min-width:1920px) {
    .banner-bg {
        background: url(../images/ezConvey_web_ilustrace_homepage_v01.png)no-repeat;
        background-color: #1E24D6;
        min-height: 1000px;
        background-position: right bottom;
        background-size: auto 1000px;
        -o-background-size: auto 1000px;
        -moz-background-size: auto 1000px;
        -ms-background-size: auto 1000px;
        -webkit-background-size: auto 1000px;
    }

    .imgsluzby {

        background-size: 100%;



    }
}

@media (max-width:1828px) {
    .background_faq {
        background-image: url(../images/back_faq.png);
        padding-bottom: 0px;
    }

    .cont_space {
        margin-top: 100px;
    }
}

@media (max-width:1640px) {
    .wrapper_textheader {
        width: 50%;
    }

}

@media (max-width:1400px) {
    #idcn .footercon {
        right: 168px;
        bottom: 0px;

    }

    .wrapper_textheader {
        width: 40%;
    }

    .idconnect .pretitle {
        margin-top: 100px;
        font-size: 20px;
    }

    .idconnect h1 {
        margin-top: 20px;
        font-size: 35px;
    }

    .idconnect h2 {
        margin-top: 15px;
        font-size: 20px;
    }

    .idconnect .banner-info p {
        font-size: 20px;
        padding: 0 0 0px 35px;
        line-height: 1.8em;
    }

    .idconnect .banner-info p:before {
        background-size: 20px 14px;
        display: inline-block;
        width: 20px;
        height: 14px;
        content: "";
        left: 0px;
        top: 13px
    }

    .idconnect .con {
        padding-top: 6px;
    }

    .idconnect .banner-bottom-info h3 {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 10px;

    }

    #idcn ul.footer-bottom-list li {
        list-style: none;
        margin-bottom: 0.7em;
        font-size: 16px;

    }

    #idcn .address h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #idcn .contact_grid_left {
        padding-left: 0em;

    }
}

@media (max-width:1450px) {
    .postone_text .soc_icons {
        bottom: 0px;
    }

    .banner-bg {
        background: url(../images/ezConvey_web_ilustrace_homepage_v01.png)no-repeat;
        background-color: #1E24D6;
        min-height: 800px;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
    }



    .banner-bg.two {
        background: url(../images/banner-two.jpg)no-repeat;
        min-height: 228px;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
    }

    .background_faq {
        background-image: url(../images/back_faq.png);
        padding-bottom: 0px;
    }
}

@media (max-width:1366px) {
    .banner-bg.two {
        background: url(../images/banner-two.jpg)no-repeat;
        min-height: 221px;
    }

    .background_faq {
        background-image: url(../images/back_faq1.png);
        padding-bottom: 0px;
    }

}

@media (max-width:1300px) {
    .postone {
        margin-top: 100px;
        margin-bottom: -200px;
    }

    .postone_text .soc_icons {
        bottom: -70px;

    }

    .postone h1 {
        text-align: center;
        font-size: 45px;
        font-weight: bold;
        color: #F4F4FF;
        margin-bottom: 50px;
    }
}

@media (max-width:1280px) {
    .background_faq {
        background-image: url(../images/back_faq1.png);
        padding-bottom: 0px;
    }



    .hidesp {
        display: none;
    }

    .banner-bg {
        background: url(../images/ezConvey_web_ilustrace_homepage_v01.png)no-repeat;
        background-color: #1E24D6;
        min-height: 688px;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
    }

    .banner-info {
        margin-top: 14%;
    }

    .banner-bg.two {
        background: url(../images/banner-two.jpg)no-repeat;
        min-height: 195px;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
    }


    .down {
        bottom: 70px;
    }

    .space_top {
        margin-top: 0px;

    }

    .background_faq {
        padding-bottom: 0px;
    }

    .imgsluzby {
        width: 100%;
        height: 320px;
        background: url('../images/ezConvey_web_ilustrace_caste-otazky1.png') no-repeat;
        background-size: auto;
        background-size: contain;
        position: relative;
    }

    #footeridcn .footercon {
        right: 0px;
        bottom: 0px;

    }

    #idcn .container {
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;

    }

    #header1 {
        padding: 60px 0 60px 0;
        background-size: 497px 676px;
        background-position: right 350px top 60px;
    }
}

@media (max-width:1200px) {
    .wrapper_price_list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .wrapper_price_list .element {
        width: 48%;
        margin: 1%;
    }

    .singl_wrapper h3 {
        font-size: 30px;

    }

    .postsingle h2 {
        font-size: 35px;
    }

    .width_blg {
        width: 90%;
        margin-left: 5%;
    }

    .postone_text h2 {
        font-size: 30px;

        font-weight: bold;
        margin: 5px 0;
        text-align: left;
    }

    .post_two h2 {
        font-size: 30px;

    }

    .post {
        margin: 170px 0 110px 0;
    }

    .post_two p a {
        font-size: 16px;
        font-weight: normal;
        color: #1D1D22;
    }

    .post_two p {
        font-size: 16px;
        font-weight: normal;
        color: #1D1D22;
    }

    .icon {
        width: 40px;
    }

    #idcn .footercon {
        right: 30px;
        bottom: 0px;

    }
}

@media (max-width:1024px) {
    .hllogo {

        margin-top: 100px;
    }

    .banner-info h1 {
        font-size: 22px;
        margin-top: 100px;
    }

    .banner-info h2 {
        font-size: 30px;
    }


    .conh {
        padding: 0;
        margin: 0;
        width: 900px;
    }

    .banner-bg {
        background: url(../images/ezConvey_web_ilustrace_homepage_v01.png)no-repeat;
        background-color: #1E24D6;
        min-height: 688px;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
        background-position: top right;
    }

    .banner-info {
        margin-top: 9%;
    }

    .banner-info lable {
        width: 12%;
        height: 7px;
        background: #00b29f;
        display: inline-block;
    }

    .banner-info h3 {
        font-size: 3.8em;
    }

    .container.spec {
        width: 90% !important;
    }

    .b-grids {
        position: relative;
        float: left;
        border: 0px solid #8CD0B4;
        padding: 2.3em 1em;
        text-align: center;
        width: 90% !important;
        /* height: 225px; */
        margin: 0 2.5% 0 2.5%;
        height: 400px;

    }

    .album-box h4 {
        font-size: 25px;

    }

    .album-box p {

        font-size: 22px;
        line-height: 1.3em;
        margin: 0.5em 0 0 0;
    }

    .highr {
        margin-left: 0%;
    }

    .banner-bottom-info {
        padding: 0em 0 1em 0;
    }

    i.s1,
    i.s2,
    i.s3,
    i.s4,
    i.s5 {
        width: 80%;
        height: 100px;
        margin: 0 10% 0 10%;
        /*  position: absolute;
        top: -20%;
        left: 33%; */
    }

    .newslatter {
        margin-top: 1em;
    }

    .newsletter {
        background: url(../images/bottom-bg.jpg)no-repeat;
        min-height: 310px;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
        padding-top: 0.5em;
    }

    .background_faq {
        width: 100%;
        background-image: url(../images/back_faq1.png);
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 0px;
    }

    .space_top {
        font-size: 24px !important;
        margin-top: 30px;

    }

    .flickr-grid {
        float: left;
        width: 30%;
        margin: 0 0.1em .2em;
    }

    .support {
        margin: 1.5em 0em 0 0;
        background-color: rgba(42, 137, 115, 0.52);
        padding: 1.5em 1.5em;
    }

    .footer-grid p,
    p.sub {
        font-size: 0.9em;
    }

    .col-bottom p {
        font-size: 0.95em;
        margin: 0em 0 0 0;
    }

    .col-bottom {
        padding: 0 0 0.5em 0;
    }

    .col-news-right {
        padding: 0;
        margin-top: 1em;
    }

    .about p {
        font-size: 1em;
    }

    .grid {
        padding: 4em 0 3em 0;
    }

    h3.sub-text {
        margin: 0.3em 0 0 0;
        font-size: 20px;
        font-weight: bold;
    }

    .ch-grid li {
        width: 200px;
        height: 200px;
        margin: 20px 10px;
    }

    .col-bottom h4 {
        font-size: 1.3em;
    }

    .error-top h4 {
        top: 33.5%;
        left: 31%;
    }

    ul.contact-grids li {
        min-height: 330px;
        width: 44%;
        margin-right: 1%;
    }

    .callbacks_container {

        min-height: 300px;
    }
}



@media (max-width:1000px) {
    .tech_info {

        background-image: url();
        background-repeat: no-repeat;
        background-size: 335px auto;
        background-position: right -50px top -100px;
        margin-top: 50px;
    }

    .wrapper_input {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }

    .jnt {
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #page input.email {
        width: 100%;
        height: 60px;
        margin: 0px auto 15px auto;
    }

    #page textarea.message {
        width: 100%;

    }

    .singl_wrapper p {
        font-size: 18px;

    }

    .ic2 {
        width: 55px;
    }

    .postsingle .date {
        font-size: 18px;
    }

    .postsingle h2 {
        font-size: 27px;
    }

    .postsingle p {
        font-size: 18px;
    }

    .low_space {
        margin-bottom: 30px;
    }

    .postone h1 {

        font-size: 35px;
        margin-bottom: 30px;
    }

    .postone_text .date {
        font-size: 18px;

    }

    .postone_text h2 {
        font-size: 27px;
    }

    .postone_text p {
        font-size: 18px;

    }

    .postone_text .soc_icons {
        bottom: -90px;
        left: 30px;
    }

    .post_two h2 {
        font-size: 27px;
    }

    .post_two .blog_img span {
        font-size: 18px;
    }

    .news .news_inbutt {
        position: relative;
        width: 90%;
        margin: 50px auto;
    }

    .news h2 {
        font-size: 30px;
        font-weight: bold;
        color: #1D1D22;
    }
}

@media (max-width:991px) {
    .card {
        margin: 8px 20px 8px 21px;
    }

    .partners .icon {
        width: 268px;
        height: 70px;

    }

    /* pořadí služeb */
    #si1,
    #si3,
    #si5 {
        order: 1;
    }

    #srv2,
    #srv4,
    #srv6 {
        order: 2;
    }

    #si7,
    #si9,
    #si11 {
        order: 3;
    }

    #srv8,
    #srv10,
    #srv12 {
        order: 4;
    }

    #si13,
    #si15,
    #si17 {
        order: 5;
    }

    #srv14,
    #srv16,
    #srv18 {
        order: 6;
    }

    #header1 {
        padding: 60px 0 60px 0;
        background-size: 308px 419px;
        background-position: center top 220px;
    }

    .wrapper_textheader {
        width: 100%;
    }

    .form_contact {
        position: relative;
        bottom: -50px;
        margin: 0px auto -50px auto;

    }

    #idcn .footercon {
        bottom: none;
        top: -200px !important;
        margin-bottom: -150px;
    }

    #idcn .footercon {
        right: auto;
        bottom: 0px;
    }

    .idconnect .pretitle {
        margin-top: 40px;
    }

    .idconnect .banner-info {
        margin-top: 200px;
    }

    #idcn .mobile {
        display: none;
    }

    /* služby */


    .about {
        padding-right: 50px;
    }

    .about h2 {
        font-size: 24px;
        margin: 0px 0 20px 0;

    }

    .about p {
        font-size: 16px;
        margin: 0px 0 20px 0;

    }

    .icons {
        display: flex;
        flex-direction: row;
        padding-left: 0.75rem;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .icons h3 {
        font-size: 22px;
        margin: 0px 0 20px 0;
        width: 100%;

    }

    .icons .wrapper_icon {
        width: 160px;
    }

    .wrapper_icon img {
        width: 160px;
        height: 75px;
    }

    .wrapper_icon p {
        font-size: 16px;
        color: #000;
        margin: 5px 0 20px 0;
    }

    .address h3 {
        margin-bottom: 10px !important;
        margin-top: 40px;
    }

    prvek {}

    .whyidconnect h2 {

        font-size: 24px;

    }

    .whyidconnect p {
        font-size: 16px;
    }

    prvek {}

    .howitworks h2 {

        font-size: 24px;

    }

    .progressbar li {

        font-size: 16px;

    }
}

@media (max-width:768px) {
    #page .after_form {

        font-size: 18px;

    }

    #page {

        background-size: 80% auto;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding: 20px 20px;

    }

    .wrapper_input {
        display: content;
        flex-direction: column;
        justify-content: center;
        margin-top: 20px;
    }

    #page .footer_jnt {

        display: content;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 100px;

    }

    .ftr {
        width: max-content;
        margin: 20px auto 0 auto !important;
    }

    #page .subtitle2 {
        font-size: 16px;

    }

    #page .logo {
        width: 100%;
        height: auto;
        margin: 0px auto 50px auto;
        padding-top: 50px;
        text-align: center;
    }

    #page .logo img {
        width: 150px;
        height: auto;
        margin: 0px auto 0px auto;
        text-align: center;
    }

    #page .illustration {
        width: 90%;
        height: auto;
        margin: 0px 5% 20px 5%;
        padding-top: 70px;
    }

    #page h1 {
        font-size: 18px;

    }

    #jaknato h2 {
        font-size: 20px;

    }

    #page .subtitle {
        font-size: 18px;
        margin: 25px 0
    }

    #page input {
        width: 100%;
        height: 100%;
        font-size: 18px !important;
        margin: 0px auto 15px auto;
    }

    .wrapper_input .ec {

        width: 100%;
        min-height: 56px;
        margin: 10px auto 0px auto;
    }

    #page textarea.message {

        font-size: 18px;

    }

    #page button.first {
        width: 100%;
        height: auto;
        min-height: 60px;

    }

    #page .wrapper_input .ec input {

        height: 56px;
    }

    #page .text {
        width: 100%;
        font-size: 16px;
    }

    #jaknato h2.ec {
        font-size: 24px;

    }

    #page input.first_name {}

    #page button.first {
        max-width: 100%;
        height: auto;
        font-size: 18px;
        white-space: normal;
    }

    #page button.second {
        width: 280px;
        height: 50px;
        font-size: 18px;
        margin: 30px auto 40px auto;
    }

    #page .check {

        width: 35px;
        height: auto;
        margin: 0px auto 60px auto;
        padding-top: 30px;
        margin: 0px auto 30px auto;
        padding-top: 15px;
    }

    .who_we_are {
        padding: 40px 0 40px 0;
        margin: 40px 0;
    }

    .who_we_are h2 {
        font-size: 30px;

    }

    .who_we_are .slp h3 {

        font-size: 20px;
        margin: 15px 0 5px 0;

    }

    .who_we_are .slp p {

        font-size: 16px;
        margin: 15px 0 5px 0;

    }

    .who_we_are .slp .wrp_image {
        width: 60%;
        height: auto;
        margin: 40px auto 0 auto;
    }

    .who_we_are .slp .wrp_image img {
        width: 100%;
        height: auto;

    }

    .company {
        background-size: contain;
        -webkit-background-size: contain;
        -o-background-size: contain;
        -ms-background-size: contain;
        -moz-background-size: contain;
        height: auto;
        padding: 60px 0 50px 0;
        margin: 40px 0;
    }

    .company .inside h2 {
        font-size: 30px;

    }

    .company .inside p {
        font-size: 16px;
        width: 100%;

    }

    .singl_wrapper h3 {
        font-size: 22px;
    }

    .singl {
        margin: 40px 0;
    }

    .single_blog {
        padding-top: 120px;
        min-height: 70px !important;
    }

    .postsingle .date {
        font-size: 16px;
    }

    .postsingle h2 {
        font-size: 24px;
        margin: 5px 0;
    }

    .postsingle p {
        font-size: 16px;
    }

    .post_three {
        padding-top: 80px;
    }

    .news h2 {
        font-size: 24px;

    }

    .news h3 {
        font-size: 22px;
    }

    .postone h1 {

        font-size: 30px;
        margin-bottom: 30px;
    }

    .news p {
        font-size: 16px;
    }

    .news p span {
        font-size: 16px;
    }

    .news_inbutt .button_news {
        position: relative;
        width: 250px;
        height: 50px;
        font-size: 16px;
        margin-top: 30px;

    }

    .news_inbutt input.inp_news {
        position: relative;
        font-size: 16px;

        height: 50px;
        width: 100%;
        padding-left: 20px;
    }

    .newsletter1 {
        background-color: #EFEFEF;
        background-image: url(../images/newsletter_backround.png);
        background-repeat: no-repeat;
        background-size: 450px auto;
        background-position: left -150px center;
        height: auto;
        padding: 60px 0;
    }

    .awrap {
        display: block;
        position: relative;
    }

    .postone_text {
        display: none;
    }

    .banner-bg.blog {
        background-image: url("../images/Component%2073%20%E2%80%93%201.png");
        min-height: 350px;
        position: relative;
        background-position: right bottom;

    }

    .postone_img {
        width: 400px;
        margin: 0 auto;
    }

    .awrap span {
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 16px;
        font-weight: bold;
        color: #F4F4FF;
    }

    .second_part {
        padding-top: 60px;
        display: block;
        width: 400px;
        margin: 0 auto;
    }

    .post_two h2 {
        font-size: 24px;
    }

    .post {
        margin: 0px auto 30px auto;
        width: 400px;

    }

    .post_two .blog_img span {
        font-size: 16px;

    }

    .news .news_inbutt {
        position: relative;
        width: 100%;
        margin: 30px auto;
    }

    .wrapper_video {}

    .contact_grid_right input[type="text"],
    .contact_grid_right input[type="email"],
    .contact_grid_right textarea {

        font-size: 16px;

    }

    .banner-bottom-info {
        font-size: 16px;
    }

    .con {
        padding-top: 6px;
    }

    .banner-bottom-info h3 {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 10px;

    }

    .techcon p {
        font-size: 16px;

    }

    .techinfo {
        display: block;
    }

    .vyuziti {
        padding: 80px 0 80px 0;
        background-size: 200px auto;
        background-position: right -55px bottom -55px;

    }

    .vyuziti h3 {
        font-size: 24px;
        text-align: center;
        margin: 0px 0 10px 0;
        padding-left: 0px;

    }

    .wrapper_vyuziti {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .vyuziti .ic_vyuziti {
        padding: 20px 10px 15px 10px;
        margin: 4px 8px 4px 0px;
        width: 137px;
        min-height: 150px;


    }

    .vyuziti img {
        height: 50px;
        width: auto;

    }

    .vyuziti .text_vyuziti {
        font-size: 16px;
        margin-top: 15px;
        min-height: 45px;

    }

    .vyuziti h3.shadow {
        margin-top: 40px;
    }

    .vyhody {
        background-size: 420px auto;
        background-position: right -150px center;
    }

    .vyhody .vyhcols {
        padding: 20px 0px;
    }

    h2 {
        font-size: 30px;
    }

    /* .vyhcols h2 {
    font-size: 30px;
    margin-bottom:0px;
   } */

    .vyhcols h3 {
        font-size: 20px;

    }

    .vyhcols p {
        font-size: 16px;

    }



    .about {
        background-size: 200px auto;
        background-position: left -50px center;
    }

    .wr_about {
        display: block;

    }

    .wrapper_abtext {
        padding: 0 20px 0 20px;
    }

    .wrapper_video .video {
        margin: 30px 0px;
    }

    .banner-info h1 {
        font-size: 20px;
        margin-top: 100px;
    }

    .banner-info h2 {
        /* font-size: 24px; */
    }



    .banner-info p {
        font-size: 1em;
        margin: 0.5em 0 0;
        width: 100%;
        line-height: 1.3em;
    }

    .top-nav {
        margin-top: 1px;
        width: 45%;
        position: absolute;
        right: 0px;
    }

    .caption {
        z-index: 0;
    }

    .nav>li>a>img {
        width: 10%;
        padding: 6px 0 6px 12px;
    }

    .dwn img {
        width: 79%;
    }

    a.morebtn {
        padding: 0.3em 1.4em .2em 1.4em;
    }

    .dwn {
        bottom: 16%;
        left: 46.7%;
    }

    .banner-info {
        margin-top: 8%;
        text-align: left;
        width: 50%;
    }

    .banner-info p {
        font-size: 18px;
        margin: 0.5em 0 0;
        width: 100%;
        padding: 0 0 0px 25px;
    }

    ul.odr {
        font-size: 16px;
    }

    .banner-info p::before {
        position: absolute;
        background-image: url('../images/Check.svg');
        background-size: 15px 15px;
        display: inline-block;
        width: 15px;
        height: 15px;
        content: "";
        left: 0px;
        top: 4px;

    }

    .banner-info h3 {
        font-size: 3em;
    }

    .banner-bg {
        background: url(../images/ezConvey_web_ilustrace_homepage_v02.png)no-repeat;
        background-color: #1E24D6;
        min-height: 550px;
        background-size: cover;
        /* -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover; */
        background-position: bottom right;
    }

    .banner-info lable {
        width: 23%;
        height: 5px;
        background: #00b29f;
        display: inline-block;
    }

    .callbacks_tabs {
        bottom: -12%;
        left: -1%;
    }



    .banner-bottom-info {
        padding: 2em 0 0em 0;
    }

    .banner-bottom-section {
        padding: 0em 0 0 0;
    }

    .imgsluzby {

        height: 200px;

    }

    .down {
        bottom: 30px;
    }

    .background_faq {
        width: 100%;
        background-image: url(../images/back_faq2.png);
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 0px;
    }

    lable.two {
        width: 14%;
        height: 5px;
        background: #8CD0B4;
        display: inline-block;
    }

    .about p {
        font-size: 16px;
        width: 100%;
    }

    .about {
        padding: 3em 0 4em 0;
    }

    .h-f {
        float: left;
        width: 33.3%;
    }

    figure.effect-jazz p {
        padding: 0.5em 1em;
        text-transform: none;
        font-size: 0.85em;
    }

    figure.effect-jazz h2 {
        padding-top: 1%;
        font-weight: 400;
        font-size: 1.2em;
    }

    .grid {
        padding: 3em 0 2em 0;
    }

    .col-news {
        padding: 0;
        margin: 2em 0;
    }

    img.img-responsive.mix-in {
        width: 100% !important;
    }

    .icon-3-square {
        float: left;
        width: 3%;
        margin-right: 2%;
    }

    .footer-grid {
        margin-top: 1em;
    }

    .footer-grid.flickr {
        margin-top: 0.3em;
    }

    .border2 {
        border-bottom: 2px ridge rgba(72, 72, 76, 0.88);
        padding: 0.2em 0 0.2em 0;
        width: 52%;
        margin-bottom: 1em;
    }

    .flickr-grid {
        float: left;
        width: 20%;
        margin: 0 0.1em .2em;
    }

    .ab-section {
        padding: 3em 0;
    }

    .ab-section p {
        font-size: 0.95em;
        margin: 0.5em 0 0 0;
    }

    .services {
        padding: 3em 0;
    }

    .banner-bottom-info.two {
        padding: 7em 0 0em 0;
    }

    .ch-grid li {
        width: 250px;
        height: 250px;
        margin: 20px 20px;
    }

    .ch-info h3 {
        font-size: 1.6em;
        margin: 0 15px;
        padding: 65px 0 0 0;
        height: 110px;
    }

    .banner-bg.two {
        background: url(../images/banner-two.jpg)no-repeat;
        min-height: 159px;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
    }

    .error-top h4 {
        font-size: 2.2em;
        padding: 8px 70px;
        top: 33.5%;
        left: 25%;
    }

    div#portfolio {
        padding: 3em 0 4em 0;
    }

    .gallery-left {
        padding: 0 0.2em;
        margin-bottom: 0.3em;
        float: left;
        width: 33.3%;
    }

    h3.tittle {
        font-size: 3.3em;
    }

    .gallery-bottom {
        margin-top: 1em;
    }

    h3.sub-text {
        margin: 0.3em 0 0 0;
        font-size: 20px;
    }

    .contact {
        padding: 3em 0;
    }

    .news-section {
        position: relative;
        padding: 3em 0;


        background-image: url(../images/technicke_informace.svg);
        background-repeat: no-repeat;
        background-size: 142px auto;
        background-position: right -25px top -50px;
    }

    .typrography {
        padding: 3em 0;
    }

    .ab-img {
        margin-top: 1em;
    }

    .nav li a.active,
    .nav li a:hover {
        color: #1D1D22 !important;
    }

    .callbacks_container {

        min-height: 250px;
    }

    .footeridcn {

        margin-top: 20px;
    }

    #idcn .container {
        width: 540px;

    }
}

@media (max-width:719px) {
    .card {
        margin: 8px 20px 8px 21px;
        font-size: 16px;
    }

    /* pořadí služeb */
    #si1,
    #si3 {
        order: 1;
    }

    #srv2,
    #srv4 {
        order: 2;
    }

    #si5,
    #si7 {
        order: 3;
    }

    #srv6,
    #srv8 {
        order: 4;
    }

    #si9,
    #si11 {
        order: 5;
    }

    #srv10,
    #srv12 {
        order: 6;
    }

    #si13,
    #si15 {
        order: 7;
    }

    #srv14,
    #srv16 {
        order: 8;
    }

    #si17 {
        order: 9;
    }

    #srv18 {
        order: 10;
    }
}

@media (max-width:667px) {
    .b-grids {
        padding: 3em 2em;
        text-align: center;
        width: 45%;

        float: left;
        margin: 0 0 0em 1%;
    }
}

@media (max-width:640px) {
    .wrapper_price_list {
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        margin: 30px 0;
    }

    .wrapper_price_list .element {
        width: 100%;
        max-width: 444px;
        margin: 10px auto;
    }

    .wrapper_price_list .element h3 {
        font-size: 22px;
    }

    .wrapper_price_list .element h4 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .wrapper_price_list .element .price {
        font-size: 16px;
    }

    .wrapper_price_list .element .price span {
        font-size: 24px;
    }

    .wrapper_price_list .element p {
        font-size: 16px;
        padding: 0 0 0px 25px;
    }

    .wrapper_price_list .element p::before {
        position: absolute;
        background-image: url('../images/Check.svg');
        background-size: 15px 15px;
        display: inline-block;
        width: 15px;
        height: 15px;
        content: "";
        left: 0px;
        top: 8px;

    }

    .wrapper_price_list .element .pbutt {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        width: 280px;
    }

    .top-nav {
        margin-top: 1em;
        width: 100%;
        position: absolute;
        right: 0px;
    }

    .cont_space {
        margin-top: 50px;
    }

    .logo a h1 {
        font-size: 3.8em;
    }

    .banner-info {
        margin-top: 8%;
        text-align: left;
        width: 67%;
    }

    .banner-info p {
        font-size: 16px;
        margin: 0.5em 0 0;
        width: 100%;
        padding-right: 30px;
    }

    .banner-bg {
        background: url(../images/ezConvey_web_ilustrace_homepage_v02.png)no-repeat;
        background-color: #1E24D6;
        min-height: 550px;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
        background-position: bottom right;
    }

    .b-grids {
        padding: 2em 0.5em;
        text-align: center;
        width: 100% !important;
        /* height: 218px; */
        height: 290px;
        float: left;
        margin: 0 0 0em 0%;
    }

    .album-box p {
        font-size: 22px;
        margin: 0.5em 0 0 0;
    }

    .album-box h4 {
        font-size: 25px;
        padding: 17px 0 0 0;
    }

    h3.tittle {
        font-size: 3.2em;
    }

    .h-f {
        float: none;
        width: 64%;
        margin: 0 auto 4%;
        text-align: center;
    }

    figure.effect-jazz h2 {
        padding-top: 44%;
        font-weight: 400;
        font-size: 1.4em;
    }

    .banner-bg.two {
        background: url(../images/banner-two.jpg)no-repeat;
        min-height: 132px;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
    }

    ul.contact-grids h4 {
        font-size: 1.8em;
    }

    .contact iframe {
        height: 300px;
        margin: 2em 0 0em 0;
    }

    .error-top h4 {
        font-size: 2.2em;
        padding: 8px 40px;
        top: 33.5%;
        left: 22%;
    }

    .error-top h5 {
        font-size: 2.3em;
    }

    .error {
        padding: 4em 0;
    }

    .team {
        padding: 3em 0;
    }

    .footercon {
        bottom: none;
        top: -200px !important;
        margin-bottom: -200px;
    }

    #idcn .contact_grid_left {
        padding-left: 2em;
    }

    .footeridcn {
        background-size: 260px auto;
        background-repeat: no-repeat;
        background-position: right -50px bottom 280px;
        padding: 60px 0 30px 0;

    }

    #idcn .container {
        max-width: 100%;
    }
}

@media (max-width:489px) {
    .card {
        margin: 8px 20px 8px 21px;
        font-size: 16px;
    }

    /* pořadí služeb */
    #si1,
    #si3 {
        order: 0;
    }

    #srv2,
    #srv4 {
        order: 0;
    }

    #si5,
    #si7 {
        order: 0;
    }

    #srv6,
    #srv8 {
        order: 0;
    }

    #si9,
    #si11 {
        order: 0;
    }

    #srv10,
    #srv12 {
        order: 0;
    }

    #si13,
    #si15 {
        order: 0;
    }

    #srv14,
    #srv16 {
        order: 0;
    }

    #si17 {
        order: 0;
    }

    #srv18 {
        order: 0;
    }
}

@media (max-width:480px) {
    .banner-info .podpisovna {
        margin: 30px auto 0 auto;
    }

    .company {
        background-size: contain;
        -webkit-background-size: contain;
        -o-background-size: contain;
        -ms-background-size: contain;
        -moz-background-size: contain;
        height: auto;
        padding: 250px 0 60px 0;
        margin: 0px 0 40px 0;
    }

    .news p span.br {
        display: block;
        width: 0px;
    }

    .news p span {
        display: none;
    }

    .news p br {
        display: block;
    }

    .postone_img {
        position: absolute;
        bottom: -50px;
        width: 90%;
        left: 5%;

    }

    .second_part {
        padding-top: 60px;

        width: 90%;

    }

    .post_two {
        padding-left: 0px;
        padding-right: 0px;
    }

    .post {

        width: 90%;
    }

    .banner-info h2 {
        text-align: center;
    }

    .about h3 {
        font-size: 24px;
    }

    /* .about h2 {
        font-size: 30px;
        margin-bottom: 0px;
    } */

    ul.contact-grids li {
        width: 47%;
        margin-right: 1%;
    }

    h3.tittle {
        font-size: 2.8em;
    }

    .logo img {
        width: 96.5px;
        height: 24.5px;
        margin-top: 8px;
    }

    h3.sub-text {
        margin: 0.2em 0 0 0;
        font-size: 20px;
    }

    .footer-grids {
        padding: 0em 0;
    }


    .contact {
        padding: 2em 0;
    }

    .logo a h1 {
        font-size: 2.4em;
    }

    .banner-bg.two {
        background: url(../images/banner-two.jpg)no-repeat;
        min-height: 109px;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
    }

    .gallery-left {
        padding: 0 0.2em;
        margin-bottom: 0.3em;
        float: left;
        width: 50%;
    }

    div#portfolio {
        padding: 2em 0 2em 0;
    }

    .typrography {
        padding: 2em 0;
    }

    .ab-left {
        padding: 0;
    }

    .ab-img {
        float: right;
        padding: 0;
    }

    .ab-section {
        padding: 2em 0;
    }

    .banner-bottom-info {
        padding: 0em 0 0em 0;
    }

    i.s1,
    i.s2,
    i.s3,
    i.s4,
    i.s5 {
        width: 80%;
        height: 120px;
        margin: 10px 10% 10px 10%;
        /* position: absolute;
        top: -15%;
        left: 36%; */
    }

    .b-grids {
        display: block;
        padding: 4em 1em;
        text-align: center;
        width: 100%;
        height: auto;
        float: left;
        margin: 0 0 0em 0em;
    }

    .background_faq {
        width: 100%;
        background-image: url(../images/back_faq3.png);
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 0px;
    }

    .album-box h4 {
        font-size: 25px;
        padding: 17px 0 10px 0;
    }

    .b-grids.lost {
        margin-right: 0;
        margin: 0 0 0em 0em;
    }

    .services {
        padding: 2em 0;
    }

    .team {
        padding: 2em 0;
    }

    .ch-grid li {
        width: 300px;
        height: 300px;
        margin: 23px 0px;
    }

    .ch-info h3 {
        font-size: 1.6em;
        margin: 0 15px;
        padding: 114px 0 0 0;
        height: 160px;
    }

    ul.ch-grid li:nth-child(4) {
        margin: 20px 0 0 0;
    }

    .support input[type="text"] {
        width: 70%;
    }

    .support input[type="submit"] {
        font-size: 15px;
        padding: 0.88em;
        outline: none;
        width: 28%;
    }

    .banner-info p {
        /* font-size: 0.8em; */
        margin: 0.3em 0 0;
        text-align: center;
    }

    .banner-info h3 {
        font-size: 2.7em;
    }

    .banner-info p {
        display: none;
    }

    .idconnect .banner-info p {
        display: block;
    }

    .banner-bg {
        background: url(../images/ezConvey_web_ilustrace_homepage_v02.png)no-repeat;
        background-color: #1E24D6;
        min-height: 680px;
        background-size: 900px;
        /* -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover; */
        background-position: 100% 100%;
    }

    .banner-info h1 {
        font-size: 18px;
        text-align: center;
    }

    .hllogo img {
        width: 160px;
        height: auto;
    }

    .banner-info {
        position: relative;
        margin-top: 12%;
        text-align: left;
        width: 100%;
        text-align: center;
    }

    .hidesp480 {
        display: none;
    }

    .header {
        /* margin-top: 0.5em; */
    }

    .banner-info .tlacitko {
        display: none;
    }

    a.tlacitkom {
        display: inline-block;
        padding: 0.75em 2em 0.75em 2em;
        border: 2px solid #F4F4FF;
        color: #1D1D22;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        border-radius: 4px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        background: #F4F4FF;
        margin-top: 340px;
        width: 245px;
        height: 50px;
    }

    a.tlacitkom:hover {
        background: #1E24D6;
        color: #F4F4FF;
    }

    a.tlacitko.tl1a {
        font-size: 16px;
        padding: 0.75em 0 0.75em 0;
    }

    a.tl2 {
        font-size: 16px;
        padding: 0.75em 0 0.75em 0;
        width: 245px;
        min-height: 50px;
    }

    .icon-3-square {
        float: left;
        width: 12%;
        margin-right: 2%;
    }

    .copyright p {
        font-size: 0.9em;
        line-height: 1.5em;
    }

    .footer-grids h4 {
        font-size: 1.2em;
    }

    .error-top h4 {
        font-size: 2.2em;
        padding: 8px 57px;
        top: 33.5%;
        left: 9%;
    }

    .h-f {
        float: none;
        width: 82%;
        margin: 0 auto 4%;
        text-align: center;
    }

    ul.contact-grids li {
        min-height: auto;
        width: 100%;
        margin-right: 0%;
    }

    .callbacks_container {

        min-height: 200px;
    }

    /*idconect */
    #header1 {
        padding: 50px 20px 30px 20px;
        background-size: 308px 419px;
        background-position: center top 220px;
    }

    .idconnect .pretitle {
        margin-top: 50px;
        font-size: 20px;
        font-weight: normal;
    }

    .idconnect h1 {
        margin-top: 20px;
        font-size: 30px;
    }

    .idconnect h2 {
        margin-top: 15px;
        font-size: 16px;
    }

    .idconnect .banner-info {
        margin-top: 250px;
        padding-bottom: 0px;
    }

    .idconnect .banner-info p {
        font-size: 16px;
        padding: 0 0 0px 35px;
        line-height: 1.8em;
    }

    .idconnect .banner-info p:before {
        background-size: 16px 11px;
        display: inline-block;
        width: 16px;
        height: 11px;
        content: "";
        left: 0px;
        top: 12px
    }

    /* formulář hlavička */
    .wrapper_form {
        margin: 0px;
        margin-top: -50px;
    }

    .form_contact {
        width: 330px;
        right: none;
        bottom: -105px;
        padding: 30px 0px 30px 0px;

    }

    .form_contact .title {
        font-size: 25px;

        margin: 0px 0 20px 0;
    }

    .form_contact .line {
        background-color: #1E24D6;
        width: 100%;
        height: 1px;
    }

    .shadow_zone {
        padding: 50px 0 30px 0;
    }

    .shadow_zone input {
        width: 252px;
        height: 50px;
        font-size: 16px;
    }

    .form_contact button.send_email {
        width: 252px;
        height: 50px;
        font-size: 16px;
        margin: 40px auto 5px auto;

    }

    /* výhody */
    .vyhody {
        padding: 140px 0 60px 0;
        background-repeat: no-repeat;
        background-size: 449px auto;
        background-position: right -150px center;

    }

    .vyhody .vyhcols {
        padding: 40px 15px;
    }

    .vyhcols h2 {
        font-size: 30px;
        font-weight: bold;
        margin: 0px 0 20px 0;
    }

    .vyhcols h3 {
        font-size: 20px;
        font-weight: bold;
    }

    .vyhcols p {
        font-size: 16px;
    }

}

@media (max-width:464px) {
    .wrapper_vyuziti {
        justify-content: space-evenly;
    }
}

@media (max-width:414px) {

    .postsingle .soc_icons {
        bottom: -18px;
    }

    .ic2 {
        width: 40px;
    }

    .error-top h4 {
        font-size: 2em;
        padding: 8px 17px;
        top: 33.5%;
        left: 17%;
    }

    .b-grids {
        padding: 4em 1em;
        text-align: center;
        width: 100%;

        float: left;
        margin: 0 0 2em 0em;
    }

    .b-grids.lost {
        margin-right: 0;
        margin: 0 0 2em 0em;
    }

    .h-f {
        float: none;
        width: 95%;
        margin: 0 auto 4%;
        text-align: center;
    }

    .contact_grid_right {
        text-align: center;
    }

    .contact_grid_right input[type="submit"] {
        margin: 10px auto 40px auto;
        font-size: 16px;
    }
}

@media (max-width:384px) {
    .wrapper_price_list .element .pbutt {

        width: 240px;
    }

    .who_we_are .slp .wrp_image {
        width: 90%;
        height: auto;
        margin: 40px auto 0 auto;
    }

    .single_blog {
        padding-top: 120px;
        min-height: 40px !important;
    }

    .b-grids {
        padding: 4em 1em;
        text-align: center;
        width: 100%;

        float: left;
        margin: 0 0 5em 0em;
    }

    .b-grids.lost {
        margin-right: 0;
        margin: 0 0 2em 0em;
    }

    #contact {

        background-image: url(../images/mail-all.svg);
        background-repeat: no-repeat;
        background-size: 217px auto;
        background-position: right -30px bottom 60px;

    }

    .cont_space {
        margin-top: 30px;
    }

    .contact_grid_left {
        padding-left: 2em;

    }

    #header1 {
        padding: 30px 0px 30px 0px;
        background-size: 308px 419px;
        background-position: center top 240px;
    }

    .form_contact {
        width: 300px;
        right: none;
        bottom: -85px;
        padding: 30px 0px 30px 0px;

    }

    .vyhody {
        padding: 150px 0 60px 0;
        background-repeat: no-repeat;
        background-size: 449px auto;
        background-position: right -150px center;

    }

    .vyhody .vyhcols {
        padding: 30px 15px;
    }

}

@media (max-width:375px) {
    .error-top h3 {
        font-weight: 400;
        font-size: 12em;
        color: #00b29f;
    }

    .error-top h4 {
        font-size: 2em;
        padding: 8px 17px;
        top: 33.5%;
        left: 9%;
    }

    .b-grids {
        padding: 2em 1em;
        text-align: center;
        width: 100%;

        float: left;
        margin: 0 0 0em 0em;
    }

    .b-grids.lost {
        margin-right: 0;
        margin: 2em 0 0em 0em;
    }

    .background_faq {

        background-image: url(../images/back_faq4.png);

    }

    .vyuziti .ic_vyuziti {
        padding: 20px 10px 15px 10px;
        margin: 4px 4px 4px 4px;
        width: 137px;
        float: left;
        min-height: 150px;
    }

    .form_contact {
        width: 290px;
        right: none;
        bottom: -85px;
        padding: 30px 0px 30px 0px;

    }

}

@media (max-width:320px) {
    #page {
        background-size: 80% auto;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding: 20px 5px;
    }

    /*  .vyuziti .ic_vyuziti:nth-last-of-type(even) {
    padding:20px 10px 15px 10px;
    margin: 4px 4px 4px 0px;
    width:137px;
    float:left;
    min-height:150px;
    }
      .vyuziti .ic_vyuziti:nth-last-of-type(odd) {
    padding:20px 10px 15px 10px;
    margin: 4px 0px 4px 4px;
    width:137px;
    float:right;
    min-height:150px;
    } */



    .b-grids {
        padding: 2em 1em;
        width: 100%;

        float: left;
        margin: 0 0 0em 0em;
    }

    i.s1,
    i.s2,
    i.s3,
    i.s4,
    i.s5 {
        width: 80%;
        height: 120px;
        /* position: absolute;
        top: -17%;
        left: 33%; */
    }

    .banner-bottom-section {
        padding: 2em 0 0 0;
    }

    .banner-info h3 {
        font-size: 2.1em;
    }

    .b-grids.lost {
        margin-right: 0;
        margin: 0em 0 2em 0em;
    }

    .imgsluzby {
        height: 120px;
    }

    .down {
        bottom: 10px;
    }

    .banner-bottom-info {
        padding: 1.5em 0 1.5em 0;
    }

    .about {
        padding: 1.5em 0 1.5em 0;
    }

    lable.two {
        width: 26%;
        height: 4px;
        background: #8CD0B4;
        display: inline-block;
    }

    .about p {
        font-size: 1.2em;
        width: 100%;
        margin: 0;
    }

    h2.tittle {
        font-size: 2.0em;

    }

    h3.tittle {
        font-size: 2.5em;
    }

    .hair-section {
        padding: 1.5em 0;
    }

    .h-f {
        float: none;
        width: 100%;
        margin: 0 auto 8%;
        padding: 0;
    }

    figure.effect-jazz h2 {
        padding-top: 21%;
        font-weight: 400;
        font-size: 1.3em;
    }

    .hf-text p {
        color: #8CD0B4;
        font-size: 0.95em;
    }

    .grid {
        padding: 2em 0 0em 0;
    }

    .news-section {
        padding: 1.5em 0;
    }

    .col-news-right {
        padding: 0;
        margin-top: 0em;
    }

    .col-bottom p {
        font-size: 0.9em;
    }

    a.more {
        font-size: 1.1em;
    }

    .col-news {
        padding: 0;
        margin: 1em 0;
    }

    .col-news-top .date-in .month-in label .day {
        font-size: 1.5em;
        line-height: 101px;
        margin-bottom: -35px;
    }

    .col-news-top .date-in .month-in label .month {
        font-size: 12px;
        line-height: 14px;
    }

    ul.f-icons li {
        margin-right: 1em;
    }

    .support {
        margin: 1em 0em 0 0;
        background-color: rgba(42, 137, 115, 0.52);
        padding: 1em 1em;
    }

    .newsletter {
        background: url(../images/bottom-bg.jpg)no-repeat;
        min-height: 255px;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover;
        padding-top: 0.5em;
    }

    .support input[type="text"] {
        width: 55%;
        padding: 11px;
        font-size: 13px;
    }

    .support input[type="submit"] {
        font-size: 13px;
        padding: 12px;
        outline: none;
        width: 43%;
    }

    .banner-info {
        margin-top: 2%;
        text-align: left;
        width: 100%;
    }

    .banner-bg {
        background: url(../images/ezConvey_web_ilustrace_homepage_v02.png)no-repeat;
        background-color: #1E24D6;
        background-size: 850px;
        min-height: 680px;
        /* background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-background-size: cover; */
        background-position: bottom right;
    }

    .logo a h1 {
        font-size: 2.0em;
    }

    .logo a span {
        font-size: 0.9em;
        margin: 0 0em 0 1em;
    }

    .banner-info h3 {
        font-size: 2.1em;
        padding: 0px 0;
    }

    .banner-info {
        text-align: center;
        margin-top: 7%;
    }

    .callbacks_tabs a:after {
        height: 10px;
        width: 10px;
        display: block;
    }

    .ch-grid li {
        width: 250px;
        height: 250px;
        margin: 23px 0px;
    }

    .ch-info h3 {
        font-size: 1.6em;
        margin: 0 15px;
        padding: 85px 0 0 0;
        height: 122px;
    }

    .ch-grid {
        margin: 1em 0;
    }

    .team,
    .services {
        padding: 1.5em 0;
    }

    .error-top h3 {
        font-weight: 400;
        font-size: 9em;
    }

    .error-top h4 {
        font-size: 1.5em;
        padding: 8px 28px;
        top: 28.5%;
        left: 13%;
    }

    .error {
        padding: 3em 0;
    }

    .error-top p {
        font-size: 1em;
        line-height: 1.7em;
    }

    .error-top h5 {
        font-size: 2em;
    }

    div#portfolio {
        padding: 1.5em 0;
    }

    .album-box h4 {
        font-size: 20px;
        padding: 17px 0 0 0;
    }

    .ab-section {

        padding: 1.5em 0;
    }

    .ab-section p {
        font-size: 0.9em;
        margin: 0em 0 0 0;
    }

    .e-btn a {
        padding: 0.8em 1em;
        font-size: 1em;
    }

    .error-top {
        padding: 1em 0;
    }



    .grid {
        padding: 0em 0 0em 0;
    }

    ul.contact-grids h5,
    ul.contact-grids h5 a {
        margin: 0em auto 1em;
        font-size: 1em;
        /* line-height: 0em; */
    }

    ul.contact-grids h4,
    ul.contact-grids a h4 {
        font-size: 1.8em;
    }

    .contact-content form textarea {
        resize: none;
        height: 140px;
    }

    .contact iframe {
        height: 200px;
        margin: 2em 0 0em 0;
    }

    .footer-grids h4 {
        font-size: 1.2em;
        padding: 0.2em 0;
    }

    .border2 {
        border-bottom: 2px ridge rgba(72, 72, 76, 0.88);
        padding: 0.2em 0 0.2em 0;
        width: 52%;
        margin-bottom: 0.5em;
    }

    .footer-grid {
        margin-top: 1.5em;
    }

    p.sub {
        margin-top: 0.5em;
    }

    .footer-section {
        padding: 0em 0 1em 0;
    }

    .icon-text h5 {
        font-size: 0.9em;
        margin: 0em 0;
    }

    .callbacks_container {

        min-height: 150px;
    }
}
