@media (min-width: 1200px) {
    .contacts-box {
        margin-left: 5em;
        margin-right: 5em;
    }
}

.contact-kzo {
    padding-top: 30px;
}

.terms-contition .form-error {
    padding-top: 2em;
}

#footer.footer-no-call-to-action {
    padding-top: 75px;
}

.heading-section.kontakt-heading a.btn {
    color: #fff;
}

.form-checkbox {
    width: 19px;
    border-color: none !important;
}


.contact-section {
    margin-top: 100px;
}

.team-section h2 {
    margin-bottom: 0px !important;
}

.information {
    margin-bottom: 0px !important;
}

.information .single-person {
    margin-top: 0px !important;


}

.contact-section .clasic-section {
    padding-top: 70px !important;
}

.technical-gadgets-section {
    margin-top: 141px;
}

.gadget-card-bg {
    background: #fff;
    padding-bottom: 15px;
}

.technical-gadgets-detail-section {
    margin-top: 210px;
}

.flex-column {
    display: flex;
    align-items: stretch;
}

.flex-column .gadget-item {
    display: flex;
    margin-bottom: 30px;

}

.flex-column .gadget-item .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.flex-column .gadget-item .inner .main {
    flex-grow: 1;
}

.flex-column .gadget-item .inner .btn {
    width: 50%;
    margin: auto;
}

.third-section.vychytavky {
    padding-bottom: 60px;
}

.text-center {
    text-align: center;
}

.lead {
    color: #064c95;
}

.flex-tab.active {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.p-2 {
    padding: 20px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.px-5 {
    padding-left: 6vw;
    padding-right: 6vw;
}

.tabs-video-slider ul li {
    width: 275px;
}

.tabs-video-slider ul:after {
    width: 105%;
}

.tab-video-content ul li::before {
    content: '';
    height: 13px;
    width: 13px;
    margin-left: -28px;
    margin-right: 15px;
    top: 7px;
    border-right: 3px solid #58bae0;
    border-bottom: 3px solid #58bae0;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tab-video-content ul li {
    list-style: none;
    color: #064c95;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
    width: 400px;
    font-size: 15px;
}

.tab-video-content ul {
    -webkit-column-count: 2; /* Old Chrome, Safari and Opera */
    -moz-column-count: 2; /* Old Firefox */
    column-count: 2;
    column-gap: 40px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .tab-video-content .video-text {
        width: 1180px;
    }

}

.video-banner {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6839110644257703) 0%, rgba(255, 255, 255, 0.6979166666666667) 80%, rgba(255, 255, 255, 1) 100%);
    padding: 8px 15px 1px 32px;
    width: 100%;
    margin-top: 20px;
}

.stamp {
    text-transform: uppercase;
    border: 2px #e60000 solid;
    padding: 4px 15px;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 25px;
    color: #e60000;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: "Arial Black", Arial, Sans-Serif;
}

.red-video-text{
    margin-top: 20px;
}

.red-video-text h2 {
    color: white!important;
}

.red-video-text h2 strong {
    color: #e60000!important;
    text-transform: uppercase;
}

.blue-play-button{
    width: 36px;

}

@media (max-width: 767px) {
    .blue-play-button {
        width: 3vw!important;
    }
}

.main-logo{
    width: 304px
}

.photo-panel{
    margin-top: 140px;
    margin-left:auto;
    margin-right: auto;
}

.dark-blue{
    background: #1F4C7E;
}

.z-index-20{
    z-index: 1;
    position:relative;
}

.w-100{
    width:100%;
}

.home-care a{
    margin-top: 8px;
    border-width: 2px;
    z-index:999;
    position:relative;
    text-transform: uppercase;
}

@media (min-width:1200px) {
    .home-care a {
        margin-right: -120px;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .home-care a {
        margin-right: -85px;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .home-care a {
        margin-right: -55px;
    }
}
