/*
Theme Name: UTTC Special
Author: Julia Filonenko
Version: 1.0
*/

html,
body,
div,
section {
    box-sizing: border-box;
    position: relative;
}

body {
    color: #1F2029;
    font-family: 'Ubuntu', sans-serif;

}

a {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    color: #e31e24;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: none;
}

img,
li {
    display: inline-block;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4 {
    font-family: 'Ubuntu Condensed', sans-serif;
    text-transform: uppercase;
    color: #E31E24;
    font-weight: 400;
    margin: 20px 0;
}

h1,
h2 {
    text-align: center;
    font-size: 36px;
}

.home h1,
.home h2 {
    margin: 100px auto 60px;
}

h3 {
    font-size: 30px;
}

h4 {
    color: #1F2029;
    font-size: 24px;
}

p {
    font-size: 16px;
    line-height: 24px;
}

.txtc {
    text-align: center;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list {
    list-style: disc;
    margin-left: 15px;
}

.list li {
    display: list-item;
    padding: 3px;
    line-height: 24px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

main {
    min-height: 40vh;
}

.container,
section#primary {
    display: block;
    width: 100%;
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-direction: row;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col2 {
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 50%;
    padding: 0 15px;
    position: relative;
}

.col3 {
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 32%;
    padding: 0 15px;
    position: relative;
}

.col4 {
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 25%;
}
.col35 {
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 37.5%;
    width: 100%;
}
.maincol {
    display: inline-flex;
    flex-direction: column;
    padding: 0 15px;
    width: 75%;
    position: relative;
}

.contentcol {
    padding: 30px;
}

.seccol {
    display: inline-flex;
    flex-direction: column;
    width: 25%;
    padding: 30px 15px 0;
    position: relative;
}

.filtercol {
    background: #ECEDEE;
}

.header-top {
    background: #ECEDEE;
    padding: 5px 0;
}

.header-top a {
    color: inherit;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    line-height: 34px;
}

.header-top-menu {
    background: #ECEDEE;
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

#brand img {
    max-height: 70px;
    width: auto;
}

.main-panel .row {
    align-items: center;
    margin: 0;
}

.t_menu {
    display: flex;
    justify-content: flex-end;
    padding: 15px;
    margin: 0;
}

.footer-p p {
    font-size: 13px;
    line-height: 24px;
    text-transform: none;
}

#menu-kontakty .menu-item,
#menu-kontakty-eng .menu-item {
    display: inline-block;
    margin-right: 30px;
}
#menu-kontakty .menu-item.trp-language-switcher-container,
#menu-kontakty-eng .menu-item.trp-language-switcher-container {
    margin-right: 5px;
}
#menu-kontakty .menu-item.trp-language-switcher-container a,
#menu-kontakty-eng .menu-item.trp-language-switcher-container a {
    font-size: 15px;
    padding: 0 7px;
    border: solid 1px #1F2029;
    border-radius: 8px;
    line-height: 2;
}
#menu-kontakty .menu-item.trp-language-switcher-container a,
#menu-kontakty-eng .menu-item.trp-language-switcher-container a {
    color: #ffffff;
    background: #1F2029;
}
#menu-kontakty .menu-item:nth-child(4) a,
#menu-kontakty-eng .menu-item.current-menu-item a {
    color: #1F2029;
    background: transparent;
}
#menu-kontakty li.btn,
#menu-kontakty-eng li.btn {
    float: right;
    padding: 0 20px;
    margin: 0;
}

.btn,
.wpcf7-submit,
.searchandfilter input[type=submit],
.wp-block-file a.wp-block-file__button,
.docs-download a {
    padding: 9px 45px;
    text-align: center;
    background: #464C59;
    color: #ffffff;
    border-radius: 22px;
    font-size: 16px;
    display: inline-block;
    border: none;
}

.wp-block-file a.wp-block-file__button {
    font-size: 16px!important;
}

.btn-prim,
.wpcf7-submit {
    background: #E31E24;
}

.btn-simp {
    background: transparent;
    color: #1F2029;
    border: none;
}

.btn-simp:hover,
.btn-simp.is-checked {
    background: rgba(227, 30, 36, 0.1);
}

.btn-simp.is-checked .btn-play {
    border-radius: 50%;
    height: 74px;
    width: 74px;
    min-width: 74px;
    border: solid 10px rgba(227, 30, 36, 0.3);
    position: relative;
    z-index: 1;
    padding: 0;
}

.page-id-20 .btn-simp {
    color: #e31e24;
}

.btn-play::before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 0;
    top: -27px;
    left: -27px;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    background: #E31E24;
    opacity: 0.5;
}

.btn-play svg {
    display: block;
    margin: 13px auto;
    width: 24px;
    height: auto;
    position: relative;
    z-index: 2;
}

.btn-link {
    background: transparent;
    color: #E31E24;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0;
    text-align: left;
    position: relative;
    background: #f1f5f8;
    line-height: 27px;
    padding: 0 0 0 15px;
}

.btn-link span {
    position: relative;
    z-index: 2;
}

.btn-link:before {
    content: url('img/arrow-btn.svg');
    position: absolute;
    right: -23px;
    width: 18px;
    height: 9px;
    display: block;
    z-index: 2;
    top: -1px;
}

.btn-link:after {
    content: " ";
    width: 100%;
    display: block;
    height: 27px;
    background: #f1f5f8;
    position: absolute;
    right: -40px;
    top: 0px;
    z-index: 1;
}

.btn-search {
    background: transparent;
    border: none;
    padding: 8px 14px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 32px;}

.menu-main-container,
.menu-main-eng-container {
    flex: auto;
}

.main-panel {
    position: relative;
    z-index: 1001;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12), 0px 2px 5px rgba(0, 0, 0, 0.16);
}

#menu-main,
#menu-main-eng {
    display: flex;
    justify-content: flex-end;
}

#menu-main li,
#menu-main-eng li{
    position: relative;
}

#menu-main a,
#menu-main-eng a {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #1F2029;
    margin-left: 25px;
    line-height: 70px;
}

#menu-main a:hover,
#menu-main-eng a:hover {
    color: #E31E24;
}

#menu-main .current-menu-item>a {
    color: #E31E24;
    text-decoration: underline;
}

#menu-main .sub-menu {
    position: absolute;
    top: 90%;
    left: 25px;
    z-index: 100;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    display: none;
    background: #ffffff;
    box-shadow: 0px 3px 7px rgba(200, 202, 207, 0.58), 0px 7px 21px #D8DBE0;
    padding: 5px 10px;
    -ms-transition: 0.5s ease-in-out;
}

#menu-main li:hover .sub-menu {
    display: block;
}

#menu-main .sub-menu li {
    display: block;
}

#menu-main .sub-menu a {
    line-height: 34px;
    font-size: 16px;
    margin: 0;
}

.slider-inner {
    display: flex;
    flex-direction: column;
}

#slider .fill {
    background: rgba(162, 170, 174, 0.9);
    background: -moz-linear-gradient(left, rgba(92, 96, 99, 0.9) 0%, rgba(92, 96, 99, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(92, 96, 99, 0.9)), color-stop(100%, rgba(92, 96, 99, 0)));
    background: -webkit-linear-gradient(left, rgba(92, 96, 99, 0.9) 0%, rgba(92, 96, 99, 0) 100%);
    background: -o-linear-gradient(left, rgba(92, 96, 99, 0.9) 0%, rgba(92, 96, 99, 0) 100%);
    background: -ms-linear-gradient(left, rgba(92, 96, 99, 0.9) 0%, rgba(92, 96, 99, 0) 100%);
    background: linear-gradient(to right, rgba(92, 96, 99, 0.9) 0%, rgba(92, 96, 99, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a2aaae', endColorstr='#a2aaae', GradientType=1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    backdrop-filter: blur(2px);
    width: 70%;
}

.slider-wrp {
    height: 430px;
    display: flex;
    align-items: center;
}

#slider p {
    margin: 0;
}

#slider .slider-txt p {
    font-size: 36px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #fff;
    padding: 40px 0 40px 40px;
    line-height: 1.2;
}

#slider .slider-txt b {
    font-size: 20px;
    color: #E31E24;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

#slider h4 {
    padding: 7px 40px;
    color: #FFFFFF;
    font-size: 20px;
    margin: 0;
    background: rgba(162, 170, 174, 0.9);
    background: -moz-linear-gradient(left, rgba(227, 30, 36, 0.9) 0%, rgba(227, 30, 36, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(227, 30, 36, 0.9)), color-stop(100%, rgba(227, 30, 36, 0)));
    background: -webkit-linear-gradient(left, rgba(227, 30, 36, 0.9) 0%, rgba(227, 30, 36, 0) 100%);
    background: -o-linear-gradient(left, rgba(227, 30, 36, 0.9) 0%, rgba(227, 30, 36, 0) 100%);
    background: -ms-linear-gradient(left, rgba(227, 30, 36, 0.9) 0%, rgba(227, 30, 36, 0) 100%);
    background: linear-gradient(to right, rgba(227, 30, 36, 0.9) 0%, rgba(227, 30, 36, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e31e24', endColorstr='#e31e24', GradientType=1);
    border-radius: 10px;
    margin-bottom: 10px;
}

.wi {
    text-align: center;
    padding: 0 15px;
    font-size: 20px;
}

.wi p {
    font-size: 20px;
}

.wii {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    background: #E31E24;
    box-shadow: 0px 3px 7px rgba(200, 202, 207, 0.58), 0px 7px 21px #D8DBE0;
}

.wii svg {
    fill: #FFFFFF;
    max-height: 61px;
}

.cta {
    padding: 40px 0;
    text-align: center;
    font-size: 30px;
    -webkit-box-shadow: inset 0px 0px 12px 0px rgba(114, 120, 122, 1);
    -moz-box-shadow: inset 0px 0px 12px 0px rgba(114, 120, 122, 1);
    box-shadow: inset 0px 0px 12px 0px rgba(114, 120, 122, 1);
}

.home .cta {
    margin-top: 100px;
}

.cta a {
    margin: 0 auto;
}

.cta h3 {
    color: #FFFFFF;
}

.cta .container {
    align-items: center;
}

.content ul {
    display: flex;
    flex-wrap: wrap;
}

.content ul li {
    width: 50%;
    white-space: normal;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0 10px 0 40px;
    background: url('img/li-before.svg') no-repeat left center;
    height: 29px;
    align-items: center;
}

.modal {
    max-width: 560px!important;
    padding: 0!important;
}

.about-inner {
    background: #ababac url('img/about-cover.jpg') no-repeat left top;
    position: relative;
}

#about {
    margin: 50px 0 200px;
}

#about .btn-play {
    margin: 29% 0;
}

.about-inner .row .col2:first-child {
    align-items: center;
    justify-content: center;
}

.about-content {
    background: #ffffff;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    position: absolute;
    padding: 0 30px 30px;
    top: 100px;
    left: 0;
    right: 15px;
}

#about h2 {
    margin: 40px auto;
}

#feedbacks {
    margin: 100px 0 0;
    background: url('img/ts-bg.jpg') no-repeat center bottom;
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.03);
    padding: 1px 0;
    overflow: hidden;
    position: relative;
}

.owl-carousel .owl-item img {
    width: auto!important;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

#testimonials .owl-item {
    padding: 0 15px;
    text-align: center;
}

#news-carousel .owl-item .news-item .txt-inner {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
}

.owl-item .news-item p {
    color: #1F2029;
    overflow: hidden;
    text-align: left;
}

#testimonials .thumb {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 190px;
    height: 190px;
    display: inline-flex;
    align-items: center;
    padding: 0;
    /* -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12); */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin: 10px auto;
}

#testimonials .author {
    text-align: right;
}
.archive #testimonials .author {
    text-align: left;
}

.testimonial-link {
    margin: 30px 0;
    text-align: right;
    padding-right: 30px;
}

.author p {
    margin: 0;
}

.author .name {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
}

.author .position {
    color: #464C59;
}

.news-item {
    padding: 0 15px;
    margin-bottom: 30px;
}

.single-post.news-item {
    padding: 0;
}


/* .news-item .thumb {
    height: 283px;
} */

.owl-dots {
    text-align: center;
    margin: 30px 0;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: solid 1px #E31E24!important;
    margin: 10px;
}

.owl-carousel button.owl-dot.active {
    background: #E31E24!important;
}

#footer .col3 {
    justify-content: center;
}

#menu-social li {
    font-size: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-size: cover;
}

#menu-social li a {
    display: block;
    width: 100%;
    height: 32px;
}

.icon-fb {
    background: url('img/fb.svg') no-repeat;
}

.icon-yt {
    background: url('img/yt.svg') no-repeat;
}

.icon-insta {
    background: url('img/inst.svg') no-repeat;
}

.icon-linkedin {
    background: url('img/in.svg') no-repeat;
}

.social {
    background: #AEAEAE;
    padding: 10px 15px 10px 70px;
    position: relative;
}

.subscribe::after {
    content: ' ';
    background: url('img/corner-gr.svg') no-repeat top left;
    background-size: cover;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 26px;
    left: 0;
}

.social::before {
    content: ' ';
    background: url('img/corner.svg') no-repeat top left;
    background-size: cover;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 26px;
    left: 0;
}

.social h4 {
    margin: 0;
}

.subscribe {
    background: #E31E24;
    padding: 10px 15px 10px 70px;
}

.subscribe p,
.subscribe h4 {
    margin: 0;
    color: #ffffff;
}

.subscribe p {
    font-size: 13px;
    line-height: 1.2;
}

#footer {
    margin-top: 50px;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 50%, #e31e24 51%);
    background: -webkit-linear-gradient(left, #ffffff 50%, #e31e24 51%);
    background: linear-gradient(to right, #ffffff 50%, #e31e24 51%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e31e24', GradientType=1);
}

.subscribe .wpcf7-text {
    background: #E3E3E6;
    border: none;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    line-height: 34px;
}

#catnav {
    height: 100%;position: relative;
    overflow: hidden;
    z-index: 1000;
}
#catnav .container {
    max-height: 100%;
}
#catnav a {
    text-transform: uppercase;
}

#catnav .children a {
    color: inherit;
    text-transform: none;
}

.listwrp {
    height: 60vh;
    overflow-y: auto;
}

#catnav .catlist {
    list-style-position: inside;
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
}

.catlist li {
    display: block;
    margin-bottom: 16px;
}

.catlist .children {
    margin-top: 16px;
}

.dropdown {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 100000;
}

.dropdown_expanded {
    overflow: visible;
}

.dropdown__collapse {
    background-color: #fff;
    position: absolute;
    padding: 0.5rem;
    z-index: 999;
    height: 0;
    overflow: hidden;
}

.dropdown_expanded .dropdown__collapse {
    min-width: 100%;
    left: 0;
    right: 0;
    height: 80vh;
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    padding: 0;
}

.dropdown__collapse_center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdown__collapse_right {
    right: 0;
}

#catnav>a {
    text-align: center;
    color: #fff;
    text-transform: none;
    background: #E31E24;
    padding: 13px 15px;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.panel-search {
    background: #A2AAAE;
    height: 42px;
}

.dropdown__btn {
    background: #E31E24;
    border-radius: 0;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

#main-search {
    float: right;
    width: 60%;
}

#main-search form {
    display: flex;
    position: relative;
    padding: 5px 0;
}

#main-search input {
    width: 100%;
    padding: 7px 20px;
    border-radius: 18px;
    border: none;
}

.dropdown__btn svg {
    display: inline-block;
    vertical-align: middle;
}

.vendors-list {
    justify-content: space-around;
}

.vendors-list li {
    width: 25%;
    max-width: 280px;
    min-width: 239px;
    padding: 15px 15px 12px;
    background: #ffffff;
    margin: 0 30px 60px;
    position: relative;
}

.vendors-list li:hover {
    position: relative;
    z-index: 999;
    margin-bottom: 30px;
}

.vendors-list li a {
    color: inherit;
    text-align: center;
}

.vendors-list p {
    font-size: 14px;
    line-height: 1;
    line-height: 1;
    position: relative;
    z-index: 10000;
    background: #fff;
    margin-bottom: 30px;
}

.vendors-list li img {
    position: relative;
    z-index: 99;
    width: 100%;
    height: auto;
}

.slide-down {
    height: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.slide-up {
    display: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.vendors-list li:hover .slide-up {
    display: block;
}

.vendors-list li:hover .slide-down {
    padding: 105px 15px 0;
    height: auto;
    min-height: 100%;
    -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
}

.slide-down .btn-link {
    margin-bottom: 12px;
    margin-top: 20px;
}

.slide-down .btn-link:after {
    content: none;
}

#breadcrumbs {
    background: #f2f2f2;
    padding: 5px 0 7px;
}

.kama_breadcrumbs {
    text-align: left;
    float: right;
    position: relative;
    z-index: 100;
}

.kama_breadcrumbs a,
.kama_breadcrumbs li {
    font-size: 14px;
    color: #1F2029;
}

.kb_sep {
    margin-left: 2px;
}

.solutions-list {
    margin-top: 50px;
}

.solutions-list li {
    width: 25%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 50px;
}

.solutions-list li h4 {
    color: #e31e24;
}

h4.data-filter-section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px!important;
    font-weight: bold!important;
    color: #1F2029!important;
}

.searchandfilter ul li {
    display: block;
    float: none;
    margin: 15px 0;
}


/* .searchandfilter li input[type="checkbox"] {
    width: 18px;
    height: 18px;
    background-image: none;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    outline: none;
}

.searchandfilter li iinput[type=checkbox]:checked {
    background: #e31e24;
    border-color: #e31e24;
} */

.searchandfilter ul:first-of-type>li {
    max-height: 400px;
    overflow-y: auto;
}

.searchandfilter .cat-item {
    position: relative;
    display: block;
    margin-left: 1rem;
}

.searchandfilter .cat-item label {
    min-height: 2rem;
    font-weight: 400;
    cursor: pointer;
}

.searchandfilter .cat-item input {
    display: none;
}

.searchandfilter .cat-item>label {
    display: flex;
    align-items: center;
}

.searchandfilter .cat-item>label>i {
    width: 18px;
    height: 18px;
    line-height: 1;
    border: 1px solid #ccc;
    background-color: #fff;
    display: inline-block;
    margin-right: 12px;
    position: relative;
}

.searchandfilter .cat-item>label>i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    background-color: transparent;
    transition: all 0.2s;
}

.searchandfilter .cat-item>label input:checked~i {
    border-color: #e31e24;
}

.searchandfilter .cat-item>label input:checked~i::before {
    width: 50%;
    height: 50%;
    background-color: #e31e24;
}

.searchandfilter .widget-meta-data-filter h3 {
    margin-bottom: 0;
}

.searchandfilter .cat-item .children {
    display: none;
}

.searchandfilter .cat-item.current-cat .children {
    display: block;
}

.cat-title-block h1,
.single-post h1 {
    text-align: left;
    margin-top: 0;
}

.subcat-list {
    margin-top: 50px;
}

.subcat-list li {
    padding: 0 20px;
    margin-bottom: 30px;
}

.subcat-list a {
    text-transform: uppercase;
}

.main-desc img {
    float: left;
    margin-right: 30px;
    max-width: 280px;
    height: auto;
}

.docs-download a {
    margin-right: 20px;
    max-width: 320px;
    margin-bottom: 20px;
}

.txt-content img {
    float: left;
    margin-right: 30px;
}

.top-banner {
    background: rgb(230, 237, 242);
    background: linear-gradient(90deg, rgba(230, 237, 242, 1) 45%, rgba(227, 30, 36, 1) 75%);
    overflow: hidden;
    width: 100%;
}

.top-banner .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
}

.top-banner .top-txt {
    position: absolute;
    left: 15px;
    width: 45%;
}

.top-banner img {
    margin-left: 10%;
}

.top-banner li {
    font-family: 'Ubuntu Condensed', sans-serif;
    text-transform: uppercase;
    color: #E31E24;
    white-space: normal;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 0 0 40px;
    background: url('img/li-before.svg') no-repeat left center;
    align-items: center;
}

.top-banner h2 {
    text-align: left;
}

.page-id-313 .tb-img {
    margin-right: -10%;
}

.vacancies {
    display: flex;
    flex-wrap: wrap;
}

.vacancies li {
    width: 50%;
    white-space: normal;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    align-items: center;
    padding: 0 10%;
}

.vacancies a {
    padding: 15px 25px 15px 0;
    text-transform: uppercase;
    color: #1F2029;
    font-size: 20px;
    position: relative;
    display: block;
}

.vacancies a::before {
    content: url('img/arrow-btn.svg');
    position: absolute;
    right: 0;
    width: 18px;
    height: 9px;
    display: block;
    z-index: 2;
    top: 11px;
}

.single-vacancy .main-row {
    flex-direction: row-reverse;
}

.news-paper .news-item .thumb {
    /* height: 300px; */
    overflow: hidden;
    text-align: left;
}

.single-post .news-paper .news-item .thumb {
    text-align: left;
}

.news-paper h4 {
    color: #464C59;
    text-transform: none;
}

.news-paper li {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    margin-bottom: 60px;
}

.news-paper>li:first-child {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}

.news-paper .thumb {
    position: relative;
}

.thumb .n-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px 12px;
    line-height: 1;
    color: #fff;
    background: rgba(31, 32, 41, 0.7);
}

.n-info a {
    display: inline;
}

.thumb .e-time {
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px;
    border-radius: 0 0 3px 0;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: #e31e24;
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    -ms-border-radius: 0 0 3px 0;
    -o-border-radius: 0 0 3px 0;
}

.n-txt {
    border-bottom: solid 1px #ECEDEE;
}

.n-bottom {
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}

.n-bottom .the_champ_horizontal_sharing {
    display: inline-flex;
    align-items: center;
}

.n-bottom .the_champ_sharing_title {
    margin-right: 10px;
}

.n-bottom .the_champ_horizontal_sharing .theChampSharing {
    border: none!important;
    width: 24px!important;
    height: 24px!important;
    border-radius: 6px!important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.n-bottom a {
    padding-right: 40px;
}

#map {
    width: 100%;
    height: 60vh;
    min-height: 600px;
    margin: 0 auto;
}

#map .map {
    overflow: scroll!important;
    width: 100%;
    height: 100%;
}
.map-content .map {
    width: 100%;
    height: 100%;
}

#testimonials .testi-item {
    display: flex;
    align-items: center;
    position: relative;
}

#testimonials .testi-item .thumb {
    min-width: 190px;
    margin-right: 30px;
}

#testimonials .testi-item {
    padding: 25px 10px;
    margin-bottom: 30px;
    border: solid 1px #e3e3e4;
}

#testimonials .testi-item:nth-child(even) {
    background: #f1f5f8;
}

#testimonials .testi-item .btn-link::after {
    background: #ffffff;
}

#testimonials .testi-item:nth-child(even) .btn-link::after {
    background: #f1f5f8;
}

#testimonials .testi-item .btn-link::after {
    width: 150px;
    right: -20px;
}

#testimonials .testi-item .btn-link {
    position: absolute;
    bottom: -26px;
    right: 19px;
}

.single-feedbacks .seccol {
    align-items: center;
    justify-content: center;
}

._10b4 {
    overflow: hidden!important;
}

#why {
    background: url('img/why_left.jpg') left center no-repeat, url('img/why_right.jpg') right center no-repeat;
    background-size: auto, auto, cover;
}

#how {
    background: url('img/arrows_gr.svg') left center no-repeat;
    padding: 50px 0;
}

.home #how h2 {
    margin-top: 50px;
}

.circles {
    position: absolute;
    left: -200px;
}

.circlesx2 {
    position: absolute;
    right: -200px;
    top: 80px;
}

.circle-spin {
    animation: spin 2s infinite linear;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

#news {
    background: url('img/arrows_gr.svg') center top no-repeat;
    padding: 60px 0;
}

.home #news h2 {
    margin-top: 40px;
}

.f-nav {
    background: #808285;
    padding: 30px 0;
}

#menu-footer-nav {
    display: flex;
    justify-content: space-between;
}

#menu-footer-nav a {
    color: #ffffff;
}

#menu-footer-nav .sub-menu {
    display: flex;
    flex-direction: column;
}

.menu-footer-nav-container,
#menu-footer-nav {
    width: 100%;
}

#menu-footer-nav li {
    display: inline-flex;
    flex-direction: column;
}

.copywr {
    margin: 0;
    background: #606265;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 0;
}

.team-its li.col4:nth-child(1),
.team-its li.col4:nth-child(2) {
    flex: 1 1 50%;
    flex-direction: row;
    min-width: 50%;
}

.team-its li.col4:nth-child(1) .thumb,
.team-its li.col4:nth-child(2) .thumb {
    margin-right: 20px;
    min-width: 280px;
}

.team-its .team-it {
    margin-bottom: 40px;
}

ul.tabs {
    display: flex;
}

ul.tabs li {
    cursor: pointer;
    padding: 9px 45px;
    text-align: center;
    color: #464C59;
    font-size: 16px;
    display: inline-flex;
    text-transform: uppercase;
    border-bottom: solid 4px #ECEDEE;
    flex-grow: 1;
    justify-content: center;
    font-weight: 500;
}

ul.tabs li.current {
    border-color: #464C59;
}

.tab-content {
    display: none;
    padding-top: 25px;
}

.tab-content.current {
    display: inherit;
}

.wpcf7-form {
    max-width: 320px;
}

.wpcf7-form input,
.wpcf7-form textarea {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: solid 1px rgba(162, 170, 174, 0.3);
    padding: 0 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7-form input {
    line-height: 36px;
}

.wpcf7-form textarea {
    line-height: 24px;
    padding-top: 10px;
}
.team-it .contacts p svg {
    height: 18px;
    vertical-align: middle;
}

#fancybox-content {
    padding: 0 !important;
    box-sizing: border-box!important;
    margin-right: 0!important;
    margin: 0!important;
    border-radius: 10px 0 10px 10px;
    -webkit-border-radius: 10px 0 10px 10px;
    -moz-border-radius: 10px 0 10px 10px;
    -ms-border-radius: 10px 0 10px 10px;
    -o-border-radius: 10px 0 10px 10px;
}

.ajax-loader {
    display: none;
}

#fancybox-close {
    background-image: url(img/i-close.svg)!important;
    background-position: left top!important;
    top: -30px!important;
    right: -30px!important;
    opacity: 0.5;
}

#filters {
    justify-content: space-between;
    display: flex;
    margin: 40px 0;
}

#filters .btn {
    text-transform: uppercase;
    width: 30%;
}

.page-id-18 #feedbacks {
    margin: 0;
}

.p-thumb img {
    width: 100%;
    height: auto;
}

#character table {
    border-collapse: collapse;
    border: none;
    max-width: 100%!important;
    display: block;
}

#character table tr td {
    padding: 10px 12px;
}

#character table tr:nth-child(2n) td {
    background-color: #f2f2f2;
}

#desc {
    position: relative;
    padding-top: 50px;
}

.desc-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    padding: 10px 0 20px;
}

.desc-nav li {
    margin-right: 20px;
}

#date-range .searchandfilter ul {
    display: flex!important;
}

#date-range .searchandfilter ul li {
    display: flex;
}

#date-range .searchandfilter ul li h4 {
    margin: 12px 15px 12px 0;
    font-size: 16px;
}

#photofallery .thumbnail {
    max-width: 220px;
    margin: 15px;
}

.archive .subtitle {
    margin: 50px 0 30px;
}

#menu-footer-nav .menu-item-has-children>a {
    text-transform: uppercase;
    opacity: 0.65;
}

#menu-footer-nav .menu-item-has-children .sub-menu {
    margin-top: 20px;
}

#menu-footer-nav .menu-item-has-children .sub-menu a {
    line-height: 32px;
}

#mCSB_3_container,
#mCSB_4_container {
    display: flex;
    flex-direction: column;
}

._mCS_3 {
    max-height: 192px;
}

#desc h2 {
    text-align: left;
}

#fb-wrp {
    border: solid 1px #c3c3c3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 250px;
}

.offers-list li {
    margin-bottom: 50px;
}

.cat-thumb img {
    height: auto;
    padding: 30px 0px 0;
    max-width: 230px;
    width: 100%;
}

.cat-thumb h1 {
    font-size: 30px;
}

.social-cover {
    margin-bottom: 30px;
}

.cat-item-687 {
    display: none!important;
}

.btn-more {
    cursor: pointer;
}
.owl-carousel .owl-stage-outer {
    width: 100%;
}

/* AJAX LOAD */

#true_loadmore {
    margin-top: 30px;
    height: 40px;
}

.single-post .wp-block-column figure {
    margin: 0;
}

.single-post h1 {
    margin: 30px 0;
}

.single-post.events h1 {
    position: absolute;
    margin: 0;
    top: 40%;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(10px);
    color: #fff;
}

.single-post.events .wp-block-columns {
    margin-top: 40px;
}

.wp-block-column h4 {
    margin-top: 0;
}

.single-post .wp-block-embed-youtube {
    margin: 0;
}
.single-post .txt-content ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 18px;
}
.single-post .txt-content ul li {
    margin-bottom: 20px;
    flex: 100%;
    width: 100%;
    max-width: 100%;
    display: list-item;
}

#wpcf7-f1734-p851-o1 form,
.events .maincol .wpcf7 form,
#wpcf7-f1734-p17508-o1 form {
    margin: 0 auto;
    max-width: 670px;
}

#wpcf7-f1734-p851-o1 form span,
.events .maincol .wpcf7 form span,
#wpcf7-f1734-p17508-o1 form span {
    max-width: 320px;
    margin: 15px;
}

.page-id-1692 .wp-block-column {
    position: relative;
}

.page-id-1692 .wp-block-file a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 40px;
    color: #E31E24;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 22px;
    text-align: center;
}

.page-id-1692 .wp-block-file:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 30%;
    top: 50%;
    margin-top: -25%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
}

.menu-news-container {
    width: 100%;
}

.menu-news-container .current-menu-item {
    background: rgba(227, 30, 36, 0.1);
}

.menu-news-container .current-menu-item a {
    color: #e31e24;
}

.menu-news-container ul li a {
    color: #1F2029;
}

.main-desc {
    margin-bottom: 30px;
    margin-top: 30px;
}

.subscribe form {
    position: relative;
    margin-top: 20px;
}

.subscribe form .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 120px;
    background: #FFFFFF;
    border: 2px solid #78251B;
    box-sizing: border-box;
    color: #e31e24;
    font-weight: bold;
    font-size: 12px;
    line-height: 23px;
    /* identical to box height, or 129% */
    text-transform: uppercase;
    padding: 6px 10px;height: 35px;
}
#date-range input:not([type='submit']) {
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border: 1px solid #A2AAAE;
    padding: 5px 15px;
    margin-right: 20px;
}
.tax-nav {
    margin-top: 20px;
}
.page-id-20 .seccol {
    padding-top: 0;
}
.page-id-20 .seccol h4 {
    margin-top: 0;
}
#menu-kontakty .btn i {
    display: none;
}
#responsive-menu-button{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.mine-btn {
    position: relative;
}
.page-id-313 .top-banner img {
    margin-left: 25%;
}
.the_champ_sharing_container {
    margin-bottom: 30px;
}
.col4.product-item {
    margin-bottom: 30px;
    text-align: center;
}
.searchandfilter ul {
    max-width: 100%;
}
.dropdown__filter_btn {
    display: none;
}
#fancybox-title-over {
    display: none;
}
.tab-content h4 {
    margin-top: 0;
}
.page-id-9 #footer {
    margin-top: 0;
}
.desc ul {
    list-style-type: disc;
    list-style-position: inside;
}
.desc ul li {
    display: list-item;
    margin-bottom: 7px;
}
.team-it .thumb img {
    max-height: 290px;
    width: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-it h4, .team-it .position {
    text-align: center;
}
.team-it .contacts {
    width: auto;
    margin: 0 auto;
}
.team-it .contacts p{
    display: inline-block;
}
.wp-block-file {
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

/* РЕШЕНИЯ */
#catnav .col2 {
    flex: 1 1 100%;
}
#catnav .catlist {
    column-count: 4;
}

#footer .mCSB_container li {
    display: block;
}
#menu-footer-nav .menu-item-has-children .sub-menu {
    max-height: 170px;
}
.team-it .info {
    text-align: center;
}
.team-contacts {
    display: inline-block;
    /* text-align: left; */
}



.select{
    display: none;
}

#doublesearch {
    display: block;
    float: right;
    width: calc(100% - 315px);
    background: #fff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    margin-top: 5px;
}
#doublesearch ul.tabs {
    display: block;
    float: left;
}
#doublesearch ul.tabs li{
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    color: #464C59;
    font-size: 12px;
    display: inline-flex;
    text-transform: uppercase;
    border: none;
    flex-grow: 1;
    justify-content: center;
    font-weight: 500;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
#doublesearch .tab-content {
    padding-top: 0;
}
#doublesearch ul.tabs li.current {
    color: #fff;
    background: #464C59;

}
#doublesearch .tab-content.current {
    display: flex;
    flex-grow: 1;
}
#doublesearch form {
    width: 100%;
    padding: 0 0 0 15px;
}
#doublesearch input {
    padding: 0;
    margin: 0;
    width: 90%;
    border: none;
    line-height: 32px;
}
#doublesearch form ul {
    display: block;
}
#doublesearch form ul li {
    margin: 0;
}
#doublesearch #filter-submit {
    position: absolute;
    right: 0;
    top: 0;
    background: url(img/search.svg) no-repeat center;
    width: 43px;
    height: 32px;
}
#lp-banner{
    background: #f1f5f8;
    text-align: center;
    color: #fff;
    font-family: 'Ubuntu Condensed';
    font-size: 20px;
    display: flex;
    justify-content: center;
}
#lp-banner>div {
    flex-grow: 1;
}
#lp-banner a{
    padding: 30px 20px;
}
#lp-banner div:not(:last-child) a{
    border-right: solid 4px #fff;
}
#main-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    margin: 7px auto;
    width: 100%;
}
#docks {
    margin-bottom: 70px;
}
.grecaptcha-badge{
    display: none;
}
.page-template-page-eng .f-nav,
.page-template-home-eng .f-nav {
    padding: 0;
}
.page-template-page-eng #footer,
.page-template-home-eng #footer {
    margin: 0;
    color: rgba(255,255,255,0.7);
}
.page-template-page-eng #footer a,
.page-template-home-eng #footer a {
    color: #fff;
}
.page-template-page-eng #footer iframe.map,
.page-template-home-eng #footer iframe.map {
    height: 100%;
}
.page-template-home-eng .vendors-list li {
    margin: 0;
    width: 20%;
    min-width: 20%;
    padding: 30px;
    text-align: center;

}
.page-template-page-eng .kama_breadcrumbs li:nth-child(-n+2){
display: none;
}
.feedb-item p {
    text-align: justify;
    text-align-last: left;
}
.page-template-home-eng #feedbacks {
    padding-bottom: 60px;
}
.page-template-home-eng #vendors {
    padding: 60px 0;
}
#footer .soc-eng {
    background: #AEAEAE;
}
#footer .adr-eng {
    color: #fff;
    padding-left: 0;
}
#footer .adr-eng li {
    margin-bottom: 25px;
    padding-left: 23px;
    position: relative;
}
#footer .adr-eng ul {
    margin-top: 40px;
}
#footer .adr-eng li::before {
    position: absolute;
    left: 0;
    top: 0;
}
#footer .adr-eng li:nth-child(1)::before {
    content: url('img/f-map.svg');
}
#footer .adr-eng li:nth-child(2)::before {
    content: url('img/f-phone.svg');
}
#footer .adr-eng li:nth-child(3)::before {
    content: url('img/f-email.svg');
}
#footer .adr-eng li:nth-child(4)::before {
    content: url('img/f-clock.svg');
}
#footer .soc-eng h4 {
    color: #fff;
    font-size: 18px;
    margin: 40px 0 10px;
}
#footer .soc-eng form {
    position: relative;
}
#footer .soc-eng form .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
}
.page-template-home-eng #footer .f-nav,
.page-template-page-eng #footer .f-nav{
    padding: 0 15px;
}
#aditional .p-title {
    text-align: center;
}
#wpcf7-response-output {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: -30px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0 12px rgba(70, 180, 80, .12);
    border: solid 1px rgba(70,180,80,.3);
    font-size: 24px;
    font-weight: 600;
    padding: 15%;
    text-align: center;
}
#desc nav, #stick-it {
    height: 48px;
    padding: 0;
}
#stick-it ul li a{
    line-height: 48px;
}
/* RESPONSIVE */
@media only screen and (max-width: 1622px) {
    .circles,.circlesx2 {
        display: none;
    }
    #fancybox-wrap {
        padding: 0!important;
    }
    .ps h1 {
    font-size: 70px;
    }
    .ps h2 {
        font-size: 65px;
    }
}
@media only screen and (max-width: 1259px) {
    .slider-wrp {
        height: auto;
        background-size: cover!important;
        padding: 7vh 0;
    }
    #menu-footer-nav{
        flex-wrap: wrap;
        justify-content: start;
    }
    .f-nav{
        padding: 30px 15px;
    }
    #menu-footer-nav .menu-item-has-children {
        padding-right: 30px;
        margin-bottom: 30px;
    }
    .maincol:not(.prodcol),.seccol:not(.filtercol) {
        width: 100%;
    }
    .page-id-20 .seccol:not(.filtercol) {
        margin-top: 50px;
    }
    .seccol.social-col {
        display: none;
    }
    .single-product .seccol img {
        width: fit-content;
    }

}
@media only screen and (max-width: 1017px) {
    #footer .col3 {
        flex: 0 0 40%;
    }
    #footer .col3:first-child {
        flex: 0 0 20%;
    }
    #catnav .catlist {
        column-count: 2;

    }
    .ps h1 {
    font-size: 45px;
    }
    .ps h2 {
        font-size: 40px;
    }

}
@media only screen and (max-width: 890px) {
    .panel-search {
        height: auto;
    }
    .panel-search .container {
        padding: 0;
    }
    #doublesearch {
        width: calc(100% - 30px);
        float: none;
        margin: 10px auto;;
    }
    #doublesearch>.row {
        margin: 0;
    }
    .btn-cat {
        width: 100%;
    }
    #main-search {
        display: none;
    }
    .solutions-list li {
        width: auto;
    }
    .home h1, .home h2{
        margin: 13vh auto 10vh;
    }
    .content ul li{
        width: 100%;
        margin-bottom: 35px;
    }
    #about{
        margin: 0;
    }
    #about .row{
        flex-direction: column-reverse;
        margin: 0;
    }
    #about .col2{
        flex: 0 0 100%;
        flex-direction: column-reverse;
        padding: 0;
    }
    .about-inner .row .col2:first-child{
        height: 50vh;
    }
    .about-content {
        position: relative;
        top: 0;
    }
    .about-inner{
        padding: 0;
    }
    .about-inner {
        background: #ababac url(img/about-cover.jpg) no-repeat left bottom;
        background-size: contain;
    }
    #about .btn-play {
        margin: 13vw 0;
    }
    #feedbacks{
        margin: 0;
    }
    #testimonials p {
        max-height: 30vw;
        overflow: hidden;
    }
    #testimonials .owl-dots {
        margin-top: 0;
    }
    .testimonial-link{
        margin-bottom: 0;
    }
    .product-item.col4 {
        max-width: 33%;
    }
    #catnav {
        padding: 0 15px;
    }
    .page-template-home-eng #footer .f-nav,
    .page-template-page-eng #footer .f-nav {
        padding: 0;
    }
    .page-template-home-eng #footer .row,
    .page-template-home-eng #footer .col2,
    .page-template-page-eng #footer .row,
    .page-template-page-eng #footer .col2{
        display: block;
        padding: 0;
        margin: 0 auto;
    }
    .page-template-home-eng #footer iframe.map,
    .page-template-page-eng #footer iframe.map {
        width: 100%;
    }
    .page-template-home-eng #footer .adr-eng,
    .page-template-page-eng #footer .adr-eng {
        max-width: 480px;
        margin: 40px auto;
    }
    #footer .adr-eng li{
        display: block;
    }
    .page-template-home-eng #footer .soc-eng,
    .page-template-page-eng #footer .soc-eng{
        text-align: center;
    padding: 5px 0;
    }
    .page-template-home-eng #footer form,
    .page-template-page-eng #footer form {
        margin: 0 auto;
        max-width: 510px;
        padding: 0 15px;
    }
    .page-template-home-eng #responsive-menu-button,
    .page-template-page-eng #responsive-menu-button {
        display: none;
    }
    .page-template-home-eng .vendors-list li {
        width: 33%;
    }
    #footer .adr-eng ul {
        padding: 0 15px;
    }
    
}
@media only screen and (max-width: 814px) {
    #footer .col3 {
        flex: 0 0 45%;
    }
    #footer .col3:first-child {
        flex: 0 0 10%;
        padding-right: 0;
    }
    #date-range form h4 {
        position: absolute;
    top: 0;
    left: 0;
    }
    #date-range .searchandfilter ul li{
        padding-top: 30px;
    }
    #filters {
        margin: 1vh auto;
    }
    .seccol.filtercol,.maincol.prodcol {
        width: 100%;
    }
    .dropdown__filter_btn {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
}
    .filtercol form {
        height: 0;
        overflow: hidden;
        position: relative;
        transition: 3s;
        -webkit-transition: 3s;
        -moz-transition: 3s;
        -ms-transition: 3s;
        -o-transition: 3s;
}
    .filtercol form.searchandfilter.dropdown_expanded {
        height: auto;
    }
    .tab-content .col2 {
        flex: 0 0 100%;
    }
    #fancybox-close {
        display: none!important;
    }
    .cat-thumb {
        text-align: center;
    }
    .filtercol {
        padding: 20px 0 0;
    }
    .searchandfilter>div>ul {
        width: 100%;
        padding: 0 15px;
    }

}
@media only screen and (max-width: 764px) {
    .page-template-home-eng .main-panel .row,
    .page-template-page-eng .main-panel .row {
        flex-direction: column;
    }
    #menu-main-eng {
        display: block;
        margin: 0 -10px;
    }
    #menu-main-eng li {
        padding: 0 10px;
    }
    #menu-main-eng a {
        margin: 0;
        font-size: 16px;
    }
}
@media only screen and (max-width: 760px) {
    .txt-content img, .main-desc img {
        float: none;
        margin: 0 auto;
display: flex;
    }
    .main-desc table,.main-desc tbody,.main-desc tr,.main-desc td,
    #character table,#character tbody,#character tr,#character td {
        display: block;
        width: 100%;
        max-width: 100%;
        word-break: break-all;
    }
}

@media only screen and (max-width: 722px) {
    #footer .col3.social {
        flex: 0 0 30%;
        padding-left: 15px;
    }
    #footer .col3.subscribe {
        flex: 0 0 70%;
    }
    #footer .col3:first-child {
        display: none;
    }
    .social::before{
        content: none;
    }
    .news-paper li {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }
    .product-item.col4 {
        max-width: 50%;
    }

}
@media only screen and (max-width: 606px) {
    #footer .col3.social {
        flex: 0 0 100%;align-items: center;
    }
    #footer .col3.subscribe {
        flex: 0 0 100%;padding-left: 15px;
    }
    #footer .col3.subscribe .wpcf7-form {
        max-width: 100%;
    }
    .subscribe::after {
        display: none;
    }
    #filters {
        display: none;
    }
    #catnav .catlist {
        column-count: 1;
    }
    .docs-download a {
        margin: 0 0 15px;
        width: 100%;
        max-width: 370px;
    }

}
@media only screen and (max-width: 584px) {
    #date-range .searchandfilter ul {
        flex-direction: column;align-items: center;
    }
    #date-range form h4 {
        position: relative;

    }
    #date-range .searchandfilter ul li{
        padding-top: 0px;
        flex-direction: column;
        max-width: 440px;
        min-width: 90%;
        padding: 0;
    }
    #date-range input:not([type='submit']){
        margin-right: 0;
    }
    .vendors-list li:hover .slide-down,.vendors-list li:hover .slide-up {
        display: none;
    }
    .p-title {
        font-size: 14px;
    }
}
@media only screen and (max-width: 576px) {
    #menu-kontakty li.btn{
        padding: 7px;
    }
    #menu-kontakty .btn a {
        font-size: 0;
        line-height: 0;
        display: block;

    }
    #menu-kontakty .btn i {
        display: block;
        width: 27px;
        height: 27px;
    }
    #slider h4{
        font-size: 16px;
        padding: 1vh 3vh;
    }
    #slider .slider-txt p{
        font-size: 24px;
        padding: 3vh 0 3vh 3vh;
    }
    h1, h2 {
        font-size: 6vw;
    }
    h3 {
        font-size: 4vw;
    }
    .top-banner ul li{
        font-size: 3vw;
    }
    #menu-footer-nav li{
        width: 50%;
    }
    #testimonials .testi-item {
        flex-direction: column;
    }
    #testimonials .thumb{
        margin: 0;
    }
    .archive #testimonials .author {
        margin-bottom: 30px;
    }
    .vacancies li{
        width: 100%;
    }
    #catnav .col2 {
        flex: 0 0 100%;
        /* height: 36vh; */
        height: 60vh;
    }
    #catnav h3 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 550px) {
    .cat-title-block,.cat-title-block h1 {
        text-align: center;
    }
    .cat-title-block a {
        width: 100%;
        max-width: 280px;
    }
    .cat-title-block .btns a:first-child {
        margin-bottom: 15px;
    }
#doublesearch ul.tabs {
    display: block;
    float: none;
    width: 100%;
}
.page-template-home-eng #footer form,
.page-template-page-eng #footer form {
    max-width: 320px;
}
}
@media only screen and (max-width: 475px) {
    .page-template-home-eng #menu-main-eng,
    .page-template-page-eng #menu-main-eng {
        display: none;
    }
    .vendors-list li {
        padding: 15px;
    }
     ul.desc-nav {
        top: -50px;
    }
}
@media only screen and (max-width: 440px) {
    #menu-footer-nav li{
        width: 100%;
    }
    .page-template-home-eng .vendors-list li {
        width: 50%;
    }
}


/*Search*/

#tab-2 input[type="submit"] {
    background: url(images/srch.svg) no-repeat center !important;
    border: none;
    margin: 0;
    position: absolute;
    right: 6px;
    top: -1px;
    cursor: pointer;
    height: 32px;
    width: 32px !important;
}


/*Lang*/
#trp_no_text_popup {
    padding: 5px 30px !important;
}

#trp_ald_no_text_popup_change_language {
    height: 40px !important;
    padding: 0 10px !important;
}

.trp_ald_ls_container .trp-ls-shortcode-current-language {
    height: 40px !important;
}

#trp_ald_not_text_popup_ls_and_button {
    align-items: flex-start !important;
}

#trp_ald_no_text_popup_div {
    font-size: 15px !important;
}

.trp_ald_ls_container {
    height: 40px !important;
}

@media screen and (max-width: 937px){
    #trp_ald_not_text_popup_ls_and_button {
        width: 95% !important;
    }
    }

@media screen and (max-width: 780px){
#trp_ald_not_text_popup_ls_and_button {
    max-width: 100% !important;
}

#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container{
    margin-top:10px !important;
}
}

/*Gallery*/

#photogallery .thumbnail{
    margin: 0 10px 10px 0;
}

#fancybox-content {
    border-width: 0 !important;
    border-radius: 0 !important;
}

img{
    text-indent:-9999px
  }

/*product-solution*/  

.ps-img {
    display: flex;
    justify-content: center;
}