@media screen and (min-width: 1921px) {
    body.compensate-for-scrollbar {
        margin-right: auto !important;
    }
}

/**
 * RWD PANEL
 */

@media screen and (min-width: 640px) {
    .rwdPanel {
        display: none;
    }

    .rwdPanel-action-open,
    .rwdPanel-action-toggle {
        display: none !important;
    }
}

@media screen and (max-width: 639px) {
    #main-menu {
        display: none;
    }

    .langs-menu {
        display: none !important;
    }

    .rwdPanel {
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-property: transform, -webkit-transform, -ms-transform;
        /* Closed: */
        pointer-events: none;
        transform: translateY(100%);
        -ms-transform: translateY(100%);
    }

    header.stickable .rwdPanel {
        z-index: -1;
    }

    .rwdPanel.active {
        pointer-events: all;
        transform: none;
        -ms-transform: none;
    }

    .rwdPanel-scrollLock body {
        position: fixed;
        width: 100%;
        overflow-y: scroll;
    }
}

/**
 * RWD MENU
 */

.rwdMenu {
    font-size: 1rem;
}

.rwdMenu ul {
    display: block;
    width: 100%;
    padding: 0;
}

.rwdMenu:not(:first-child) > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rwdMenu + .rwdMenu > ul {
    border-top: none;
}

.rwdMenu ul ul {
    display: none;
    box-shadow: inset 0 3px 5px -1px rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.1);
}

.rwdMenu li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rwdMenu li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rwdMenu li.slided {
    border-bottom: none;
}

.rwdMenu a {
    color: inherit;
}

.rwdMenu li > *:first-child {
    flex: 1 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 46px;
    padding: 5px var(--container-padding);
    text-align: left;
    word-break: break-word;
    color: #000;
    border: none;
}

.rwdMenu li > *:first-child:hover {
    text-decoration: none;
}

.rwdMenu li.active > *:first-child {
    font-weight: 700;
    color: var(--color-primary);
}

.rwdMenu > ul > li > *:first-child {
    text-transform: uppercase;
}

.rwdMenu > ul > li > ul {
    font-size: 0.875rem;
}

.rwdMenu > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 15px);
}

.rwdMenu > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 30px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 45px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 60px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 75px);
}

.rwdMenu li > *:first-child > .fa,
.rwdMenu li > *:first-child > .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 22px;
    flex-shrink: 0;
    margin: -9px 6px -9px -9px;
}

.rwdMenu li > *:first-child > .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.rwdMenu li > *:first-child > .caption {
    flex: 1 0 0;
}

.rwdMenu li > *:first-child > .caption * {
    display: inline-block;
}

.rwdMenu li > *:first-child > .caption ~ * {
    margin-left: 10px;
}

.rwdMenu .rwdMenu-count {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.rwdMenu .user-nav li + li:before {
    display: none;
}

.cloneMenu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    background: rgba(0, 0, 0, 0.06);
}

.cloneMenu-toggle::before {
    content: "\f107";
    display: block;
    font-family: 'FontAwesome', sans-serif;
    transition: all 0.3s;
}

.cloneMenu-toggle.active::before {
    transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.rwdPanel .social-list {
    margin: 15px 0;
    text-align: center;
}

.rwdMenu .social-list > ul > li a {
    padding: 0;
}

.rwdMenu .social-list > ul > li {
    border: 0 none;
}

/**
 * RWD BUTTON
 */

.rwdButton {
    float: right;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 15px 15px 15px 0;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all 0.4s;
    border-radius: 6px;
}

.rwdButton .animIcon {
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    width: auto;
}

.rwdButton > * {
    transition: all 0.5s;
}

.rwdButton.rwdPanel-action-toggle.active {
    color: #fff;
    background-color: var(--color-primary);
}

.rwdButton .animIcon--close span {
    background-color: #fff;
}

.rwdButton:not(.active) > .animIcon--close {
    transform: scale(0.4);
    -ms-transform: scale(0.4);
}

.rwdButton.active > .animIcon--close {
    opacity: 1;
}

.rwdButton.active > .animIcon--close ~ * {
    opacity: 0;
    transform: scale(0);
    -ms-transform: scale(0);
}

/* --------------- BREAKPOINTS --------------- */


@media screen and (max-width: 1670px) {
    .slider-text {
        margin-right: var(--container-padding);
    }
}

@media screen and (max-width: 1600px) {
    .box-slider {
        margin: 0 -20px;
    }

    .offer {
        padding: 0 20px;
    }

    .box-right-header {
        margin-bottom: -22px;
    }

    .footer-middle {
        left: 36%
    }

    .opinion-right-circle {
        width: 335px;
        height: 335px;
    }

    .contact-right-circle {
        right: 10.5%;
    }
}

@media screen and (max-width: 1440px) {
    .box-slider {
        margin: 0 -15px;
    }

    .copyright:before {
        display: none;
    }

    .footer-bar-left {
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
    }

    .offer {
        padding: 0 15px;
    }

    .box-right-header {
        margin-bottom: -19px;
    }

    .footer-middle {
        left: 38%;
        width: 31%;
        bottom: -109px;
    }

    .eu-box a {
        padding: 0 20px;
    }

    .news-box-title {
        font-size: 8.5vw;
    }

    .opinion-right-circle {
        width: 310px;
        height: 310px;
    }

    .opinion-item-content {
        padding: 30px;
    }

    .contact-right-circle {
        right: 7.5%
    }
}

@media screen and (max-width: 1366px) {
    .kontener_cena_box .btn.btn-lg.btn-default.has-icon {
        min-width: 182px;
    }

    .offer-content-top {
        padding: 20px;
    }

    .offer-content-bottom {
        padding: 2px 20px 2px;
    }

    .footer-middle {
        left: 39%;
        width: 30%;
    }

    .eu-box a {
        padding: 0 15px;
    }

    .news-box-title.line2 {
        top: 150px;
        left: 234px;
    }

    .opinion-right-circle {
        width: 290px;
        height: 290px;
    }

    .opinion-item-content {
        padding: 25px;
    }

    .grid-text {
        padding: 0 4.5%
    }

    .top-right .btn {
        margin-left: 15px;
    }

    .opinion-box-container .box-header-left {
        margin-bottom: var(--space-30);
    }

    .opinion-box-container .box-header .box-header-left {
        margin-bottom: 0;
    }

    .opinion-box-container .box-header {
        margin-bottom: var(--space-30);
    }

    .opinion-box-title {
        margin-bottom: 0;
        line-height: 1;
    }

    .contact-box-container .footer-right {
        padding-bottom: 30px;
    }

    .details-box-info .kontener_cena_box {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1280px) {
    .logo {
        float: none;
        width: 170px;
    }

    .box-right-header {
        margin-bottom: -18px;
    }

    .kontener_btns .btn:last-child {
        padding-right: 50px;
    }

    .footer-right .social-box h3 {
        margin-left: 0;
    }

    .footer-right .social-box {
        flex-direction: column-reverse;
        text-align: left;
        align-items: flex-start;
        gap: 20px;
    }

    .service-icon {
        margin-right: 20px;
    }

    .footer-middle {
        left: 41%;
        width: 29%;
    }

    .news-box-title {
        font-size: 7.5vw;
    }

    .opinion-right-circle {
        width: 270px;
        height: 270px;
    }

    .opinion-item-content {
        padding: 20px;
    }

    #main-menu li a {
        font-size: 15px;
    }

    .contact-right-circle {
        right: 5.5%;
        width: 350px;
        height: 350px;
    }

    .footer-middle {
        padding-right: 10px;
    }

    .opinion-summary {
        padding: 0 20px;
    }

    .subpage div#content {
        padding-top: 85px;
    }
}

@media screen and (max-width: 1200px) {
    .box-right-header {
        margin-bottom: -17px;
    }

    .contact-link-bottom {
        padding: 7px 0;
    }

    .footer-middle {
        left: 45%;
        width: 29%;
    }

    .eu-box a {
        padding: 0 10px;
    }

    .news-box-title.line2 {
        top: 120px;
        left: 180px;
    }

    .opinion-right-title {
        font-size: var(--font-24);
    }


    .opinion-summary {
        font-size: var(--font-18);
    }

    .opinion-item-content {
        padding: 15px;
    }

    #main-menu li a {
        font-size: 14px;
    }

    .contact-right-circle {
        right: 2.5%;
    }

    .contact-box-container .footer-middle {
        left: 36%;
    }

    .contact-right-circle {
        top: -30px;
        transform: none;
    }

    .contact-box-container .footer-right {
        width: 34%;
    }
}

@media screen and (min-width: 1140px) {
    .mainsearch {
        top: 0 !important;
    }

    .footer-content {
        display: block !important;
    }
}

@media screen and (max-width: 1139px) {
    .search {
        padding: var(--space-40) !important;
    }

    .stand-out-bg img{
      position: absolute;
        bottom: 0;
        left: 240px;
    }

    #main-menu li a {
        color: #000;
    }

   

    .slider-nav {
        display: flex;
        margin-top: var(--space-60);
    }

    .service-icon {
        width: 60px;
        height: 60px;
    }

    .service-link {
        gap: 20px;
        flex-direction: column;
    }

    .slider-nav-wrapper{
        bottom: var(--space-60);
        width: 100%;
        position: absolute;
        pointer-events: none;
        left: 0;
    }

    .page-top-box, .page-top-container {
        min-height: 300px;
    }

    .services-left-wrapper{
        width: unset;
        flex-grow: 1;
        padding-right: 0;
        margin-right: 15px;
    }

    .search form .search-box:last-child {
        margin-top: 0;
    }

    .services-right {
        flex-shrink: 0;
    }

    .text table tr td {
        padding: 6px 10px;
    }

    .text.txt {
        font-size: 15px;
    }

    .opinion-box-right {
        padding-top: 0;
    }


    .opinion-item {
        width: 100%;
    }


    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .lang .langs-menu-short {
        display: none;
    }

    .lang .langs-menu-long {
        display: block;
        color: var(--color-primary);
    }

    .mainsearch.rwdPanel .mainsearch-search {
        background-color: #f0f;
    }

    .mainsearch.rwdPanel .dropdown-menu {
        position: static !important;
        width: 100%;
        box-shadow: none;
    }

    .mainsearch.rwdPanel .mainsearch-search,
    .mainsearch.rwdPanel .dropdown-menu {
        padding: 15px;
    }

    .mainsearch.rwdPanel .dropdown-menu .dropdown-search-li.all-search-results {
        margin-top: 15px;
    }

    .mainsearch.rwdPanel .form-element-container {
        width: calc(100% - 46px);
        flex-grow: 0;
    }

    .mainsearch.rwdPanel .mainsearch-submit {
        height: 46px;
    }

    .mainsearch.rwdPanel input,
    .mainsearch.rwdPanel .mainsearch-submit {
        border: none;
    }

    .pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
        margin: 0 30px;
    }

    header {
        background: #fff;
    }

    .top {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .slider-search-title {
        color: #000;
        background: none;
        font-size: var(--font-40);
        font-weight: 700;
        -webkit-text-fill-color: #000;
    }

    .logo a img.logo-main {
        display: none;
    }

    .logo a img.logo-sub {
        display: block;
    }

    div#content, .subpage div#content {
        padding-top: 71px;
    }

    .slider-search-box {
        position: static;
    }

    .search-slider .search {
        background: rgba(0, 0, 0, 0.5);
    }

    .slider-text-box {
        padding-top: 10vw;
    }

    .slider {
        min-height: 700px;
    }

    .slider .container {
        position: relative;
        left: auto;
        right: auto;
        height: 100%;
        bottom: auto;
        top: auto;
    }


    .slider .slider-photo {
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .slider .slider-photo {
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .box-slider {
        margin: 0 -5px;
    }

    .offer {
        padding: 0 5px;
    }

    .products-list .offer {
        padding: 5px;
    }

    .products-list .box-slider {
        margin: -5px -5px 8px
    }

    .box-right-header {
        margin-bottom: -14px;
    }

    .grid-text {
        padding: 0 15px 0;
    }

    .stand-out-box-right .stand-out-item {
        margin-left: 16%;
    }

    .stand-out-box-left {
        width: 40%;
    }

    .mask-box {
        display: none;
    }

    .stand-out-icon {
        width: 70px;
        margin-right: 30px;
        flex-shrink: 0;
    }

    .stand-out-text {
        width: auto;
        flex-grow: 1;
    }


    .details-box-right {
        width: 50%;
        padding-left: 30px;
    }

    .search form {
        gap: 0;
        margin: -15px;
        flex-wrap: wrap;
    }

    .search form .search-box {
        width: 33.333%;
        padding: 15px !important;
    }

    .search form .search-box:last-child {
        width: 100%;
        padding-top: 0;
    }
}

@media screen and (max-width: 1000px) {



    .stand-out-box-container .stand-out-box-title{
        line-height: unset;
        margin-bottom: var(--space-25);
    }

    .slider {
        min-height: 650px;
    }

    .footer-right .social-box .social-icon {
        width: 50px;
        height: 50px;
    }

    .top-right .btn {
        min-width: unset !important;
        border-radius: 50%;
        padding: 0;
        overflow: hidden;
    }

    #main-menu {
        flex-grow: 1;
        width: unset;
        padding: 0 var(--space-40);
    }

    .top-right .btn.has-icon .btn-icon {
        margin-right: 0;
    }

    .top-right .btn .btn-caption {
        display: none;
    }

    .top-right .btn.has-icon:before {
        inset: -1px;
        border-radius: 50%;
    }

    .top-right .btn.has-icon:hover:before {
        opacity: 0;
    }

    .top-right .btn.has-icon:hover {
        color: #deb663;
    }

    .top-right .btn.has-icon {
        background: transparent;
        border-radius: 50%;
        border-color: var(--color-primary) !important;
        border-image-source: unset !important;
    }

    .subpage .stand-out-box-container {
        max-height: unset;
    }

    .details-box-info {
        padding: 15px;
    }

    .kontener_btns .btn {
        flex-grow: 1;
        justify-content: center;
    }

    .kontener_btns .btn:last-child {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .details-box-right .kontener_cena_box .btn.btn-lg.btn-default.has-icon:first-child {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .kontener_btns .btn:first-child .btn-icon {
        position: absolute;
        left: 0;
    }

    .subpage .stand-out-box {
        flex-wrap: wrap;
        gap: 0;
        padding-top: 0;
    }

    .subpage .stand-out-box-left {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 5px 5vw;
    }

    .subpage .stand-out-box-right-wrapper{
        width: 100%;
    }
    .subpage .stand-out-box-right {
        display: block;
        position: static;
        margin-bottom: var(--space-40);
        grid-template-rows: unset;

    }

    .subpage .stand-out-box-right, .subpage .stand-out-box-left {
        width: 100%;
    }

    .subpage .stand-out-box-title {
        position: static;
        text-align: center;
    }

    .stand-out-box{
        margin-bottom: 300px;
    }

    .stand-out-bg img{
        left: 290px;
    }

    .search-big-box .search form .search-box {
        width: 50%;
    }

    .search-big-box .search form .search-box:last-child {
        margin-top: 33px;
    }

    .stand-out-box-left {
        padding-top: 0;
    }

    .stand-out-box-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
    }

    .stand-out-box-container {
        background: var(--color-default);

    }

    .stand-out-box-right .stand-out-item {
        margin-left: 0;
    }

    .stand-out-box {
        gap: 5vw;
        padding-top: 13vw;
        position: relative;
    }

    .stand-out-box-right, .stand-out-box-left {
        width: 50%;
        gap: var(--space-25);

        display: grid;
        grid-template-rows: 1fr 1fr;
    }

    .stand-out-box-left{
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 960px) {
    .contact-box-container .footer-boxes {
        justify-content: space-evenly;
    }


    .social-box {
        flex-wrap: wrap;
    }


    .contact-box-container .footer-boxes {
        flex-wrap: wrap;
    }

    .contact-box-container .footer-middle {
        display: none;
    }

    .contact-right-circle {
        position: relative;
        top: auto;
        width: 300px;
        height: 300px;
        margin-bottom: 30px;
    }

    .contact-box-container .footer-right .social-list > ul {
        justify-content: center;
    }

    .contact-box-container .footer-right .social-box {
        justify-content: center;
    }

    .contact-box-container .footer-right {
        width: 300px;
    }

    .professional-right {
        width: 23.3%;
        margin-right: 0;
    }

    .counter-item {
        width: 33.333%
    }
}

@media screen and (min-width: 901px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 920px) {

    .stand-out-box{
        margin-bottom: 275px;
    }

    .stand-out-bg img{
        left: 275px;
    }




    .products-list .offer {
        width: 50%;
    }

    .details-box-info {
        padding: 15px;
    }

    .question-right {
        position: absolute;
        inset: 0;
        width: 100%;
    }
    .question-right img{
        bottom: 0;
        right: 0;
        max-width: 90px;
    }

    .question-left {
        width: 100%;
    }

    .opinion-right-circle {
        width: 246px;
        height: 246px;
    }

    .opinion-summary strong {
        font-size: 20px;
    }

    .opinion-right-circle {
        width: 210px;
        height: 210px;
    }
}

@media screen and (max-width: 900px) {
    .top-right > .social-list .social-icon {
        width: 40px;
        height: 40px;
    }

    .top-right .btn.has-icon {
        margin-left: 10px;
        height: 40px;
        width: 40px;
    }

    .top-right .btn.has-icon .btn-icon {
        width: 100%;
        height: 100%;
    }

    .photo-big-wrapper {
        max-height: unset;
        flex-direction: column;
        display: flex;
    }

    #main-menu li a {
        font-size: 12px;
    }

    .about-page .about-box-title {
        max-width: unset;
    }

    .bottom-images {
        grid-template-columns: 100%;
        grid-template-rows: unset;
    }

    .footer-bar {
        text-align: center;
        padding: 13px 0;
        line-height: normal;
    }

    .photo-big-wrapper {
        position: relative;
    }

    .search-big-box .search form .search-box:last-child {
        margin-top: 62px;
    }

    .search-slider .search {
        padding: var(--space-40);
    }

    .search-box-3 .inputs-wrapper {
        margin: -10px;
    }

    .search-box-3 .inputs-wrapper .form-element-text-container .form-element-text {
        flex-grow: 1;

        width: 100%;
    }

    .search-box-3 .inputs-wrapper .form-element-text-container {
        width: 50%;
        padding: 10px !important;
        gap: 5px;
        align-items: flex-start;
        flex-direction: column;
    }

    .search form {
        margin: -10px;
    }

    .search form .search-box {
        padding: 10px !important;
    }


    .footer-bar-content > * {
        float: none;
        vertical-align: middle;
    }

    .footer-bar-content.footer-bar-content > * {
        margin-left: 15px;
        margin-right: 15px;
    }

    .footer-bar .footer-bar-links {
        display: block;
        margin: -3px -8px;
    }

    .footer-bar .footer-bar-links:not(:last-child) {
        margin-bottom: 3px;
    }

    .footer-bar-links > li {
        margin: 3px 8px;
        line-height: 20px;
    }

    .copyright,
    .copyright-undicom {
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 20px;
    }

    .copyright:before {
        display: none;
    }

    .title1 {
        font-size: 8vw;
    }

    .about-box, .about-page .about-box {
        flex-direction: column-reverse;
        padding-left: 0;
        padding-right: 0;
    }

    .about-photo, .about-page .about-photo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 300px;
        text-align: center;
    }

    .about-text, .about-page .about-text {
        width: 100%;
    }


    .about-box-title {
        margin-left: 0;
        margin-bottom: 20px;
    }

    img.key-mask, .about-page img.key-mask {
        right: 0;
    }

    .footer-middle {
        width: 27%;
    }

    .social-box {
        flex-wrap: wrap;
    }

    .footer-right .social-box h3 {
        margin-left: 0;
        margin-top: 15px;
    }

    .contact-link-bottom {
        font-size: var(--font-24);
    }

    .footer-bar {
        padding: 0;
    }

    .footer-left {
        padding-bottom: 25px;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 0 14px;
    }

    .form-box-wrapper {
        padding: 0 0 var(--space-60);
    }

    .photo-big {
        width: 100%;
    }

    .photo-big img {
        width: 100%;
    }
}


@media screen and (max-width: 830px) {


    .stand-out-box{
        margin-bottom: 275px;
    }

    .stand-out-bg img{
        min-width: 370px;
    }

    .stand-out-bg img{
        left: 205px;
    }

    .slider {
        min-height: 550px;
    }

    .category-box-title {
        text-align: left;
    }

    .service-link {
        height: 100%;
        justify-content: flex-start;
        gap: 10px;
        padding: 15px;
        flex-direction: column;
    }

    .service-item {
        width: 50%;
        padding: 10px;
        margin-bottom: 0;
        flex-grow: 1;
    }

    .services-box {
        justify-content: center;
        margin: -10px;
        display: flex;
        flex-wrap: wrap;
    }

    .news-main-box {
        justify-content: space-around;
    }

    .news-main-box .news {
        max-width: 300px;
    }
    .services-left-wrapper{
        padding-right: 0;
        margin-right: 0;
    }
    .services-left {
        position: static;

    }

    .box-right-header {
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .grid-box {
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
        align-items: stretch;
    }

    .grid-item {
        flex-wrap: wrap;
        width: 50%;
        padding: 10px;
        flex-direction: column !important;
        margin-bottom: 40px;
    }

    .grid-item .btn {
        margin-top: auto;
    }

    .grid-text {
        width: 100%;
        flex-grow: 1;
        margin-top: calc(var(--space-25) + 5px);
        padding: 0;
    }

    .grid-text .text.txt h3 {
        margin-bottom: var(--space-25);
    }

    .grid-photo {
        width: 100%;
        order: -1;
    }

    .mask-box {
        display: none;
    }

    .stand-out-icon {
        width: 50px;
        margin-right: 10px;
    }

    .opinion-item {
        width: 100%;
    }

    .services-box-wrapper {
        flex-wrap: wrap;
    }

    .services-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .services-right {
        width: 100%;
    }

    .news-box-title-wrapper {
        position: relative;
        width: auto;
        height: auto;
        transform: none;
        top: auto;
        left: auto;
    }

    .news-box-title {
        position: relative;
        left: auto;
        top: auto;
    }

    .news-box-title.line2 {
        top: auto;
        left: auto;
        margin-left: 0.5em;
    }

    .news-box-title-wrapper {
        display: flex;
    }

    h2.news-box-title.line2 {
    }

    .news {
        width: 50%;
        padding: 10px;
    }

    .news-main-box-wrapper > .btn {
        position: relative;
        right: auto;
        margin-bottom: 30px;
    }

    .news-main-box {
        margin: -10px;
    }

    .mainpage .news:last-child {
        margin-top: 0;
    }

    .contact-link-bottom {
        font-size: var(--font-20);
    }

    .professional-box-wrapper {
        flex-wrap: wrap;
    }

    .professional-left {
        width: 100%;
    }

    .professional-right {
        display: none;
    }

    .grid-box-container .grid-text {
        width: 100%;
    }

    .grid-box-container .grid-photo {
        width: 100%;
        margin-bottom: 30px;
    }

    .grid-box-container .grid-photo img {
        width: 100%;
    }

    .affixHandler-bottom.affixHandler-bottom{
        position: unset;
    }

    .professional-box img {
        margin: auto;
    }

}

@media screen and (max-width: 767px) {


    .stand-out-box{
        margin-bottom: 275px;
    }

    .stand-out-bg img{
        left: 165px;
    }

    .professional-left-column{
        padding-top: 0 !important;
    }

    .slider {
        min-height: 500px;
    }

    .toAffix{
        position: static;
        padding-top: 0 !important;
        background: none;
        margin-bottom: var(--space-60);
    }
    .professional-right img{
        position: static;
    }
    div#content, .subpage div#content {
        padding-top: 57px;
    }

    .opinion-box .slick-slide {
        display: grid;
        grid-template-rows: 1fr;
    }

    .opinion-box-wrapper {
        justify-content: center;
        flex-wrap: wrap;
        gap: var(--space-40);
    }

    .main-opinions .opinion-box .opinion-item {
        flex-shrink: 0;
    }

    .main-opinions .opinion-box {
        flex-wrap: nowrap;
        overflow: hidden;
        display: flex;
    }

    form .top-row .col-sm-4:last-child {
        width: 100% !important;
    }

    form:not(#offer-form) .top-row .col-sm-4 {
        width: 50% !important;
    }

    .opinion-item {
        width: 50%;
    }

    .opinion-box-left, .opinion-box-right-wrapper {
        width: 100%;
    }

    .opinion-right-circle {
        right: 30px;
    }

    .opinion-box-right-wrapper .opinion-box-right {
        position: relative;
        margin: 0 auto;
        max-width: 450px;
        padding-right: 30px;
        justify-content: center;
        align-items: center;
    }


    .text .table-responsive-wrapper {
        position: relative;
        padding-bottom: 40px;
        margin: 20px 0;
    }


    .text .table-responsive-wrapper::after {
        pointer-events: none;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 45px;
        background-size: contain;
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-image: url(../images/rwd-table-hand.png);
        -webkit-animation-name: rwd-hand-move;
        animation-name: rwd-hand-move;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .text .table-responsive {
        margin: 0;
        border: none;
    }

    .text table {
        margin: 0;
        min-width: 780px;
    }

    @keyframes rwd-hand-move {
        0% {
            transform: translateX(-30px);
        }
        100% {
            transform: translateX(0);
        }
    }
    @-webkit-keyframes rwd-hand-move {
        0% {
            transform: translateX(-20px);
        }
        100% {
            transform: translateX(0);
        }
    }
    .form .form-element-captcha .captcha-image-wrapper {
        margin-bottom: 15px;
    }

    .captcha-container .col-xs-12 {
        width: 50% !important;
    }

    .logo {
        float: none;
        width: 120px;
    }


    .top-right > .social-list .social-icon {
        width: 36px;
        height: 36px;

    }

    .social-list > ul > li {
        padding: 3px;
    }

    .top-right .btn.has-icon {
        margin-left: 6px;
        height: 36px;
        width: 36px;
    }

    .title1 {
        font-size: 9vw;
    }

    .kontener_cena_box {
        flex-wrap: wrap;
    }

    .footer-middle {

    }

    .footer-middle{
        padding: unset;
    }

    .footer-left {
        width: 48%;
    }

    .footer-right {
        width: 48%;
        padding-bottom: 140px;
    }

    .footer-bar-content{
        justify-content: unset;
        flex-direction: column;
        align-items: unset;
    }

    footer img.logo-min{
        max-width: 250px;
    }

    .footer-middle{
        position: absolute;
        bottom: -132px;
        right: 0;
        left: unset;
        width: 200px;
    }

    .footer-middle img{
        width: 200px;
        min-width: 200px;
        max-width: 200px;
    }

    .pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
        margin: 0 10px;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 0 7px
    }
}


@media screen and (max-width: 710px) {

    .question-right img{
        max-width: 130px;
    }

    .question-left {
        width: 100%;
        padding-right: 110px;
    }

    .stand-out-bg img{
        left: 135px;
    }


    .details-box {
        flex-wrap: wrap;
    }

    .details-box-left {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
    }

    .photo-big-wrapper {
        position: relative;
    }

    .details-box-right {
        width: 100%;
        padding-left: 0;
    }

}


@media screen and (max-width: 639px) {


    .stand-out-bg img{
       left: unset;
    }


    .stand-out-box{
        margin-bottom: 300px;
    }


    .slider {
        min-height: 450px;
    }

    .service-item {
        width: 100%;
    }

    .logo {
        float: none;
        width: 160px;
    }

    div#content, .subpage div#content {
        padding-top: 63px;
    }

    .top {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .stand-out-box-left, .stand-out-box-right, .stand-out-box-right-wrappre {
        width: 100%;
        grid-template-rows: unset;
        grid-auto-rows: auto;
    }

    .stand-out-box-title {
        text-align: center;
        position: static;
        margin-bottom: 15px;
    }

    .stand-out-box {
        padding-top: 0;
    }

    .stand-out-item {
        max-width: 400px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .stand-out-box {
        flex-wrap: wrap;
        gap: var(--space-25);
    }

    .subpage .stand-out-box-left {
        grid-template-columns: 1fr;
    }


    .opinion-item {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .contact-box-container .footer-boxes {
        justify-content: space-between;
    }

    .search-big-box .search form .search-box {
        width: 100%;
    }

    .search-big-box .search form .search-box:last-child {
        margin-top: 0;
    }

    .search form .search-box {
        width: 100%;
    }

    .box-header {
        flex-wrap: wrap;
        gap: var(--space-25);
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .opinion-item {
        width: 100%;
    }

    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }

    .article-image {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }

    .breadcrumb > li:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a {
        font-size: 0;
        text-indent: -1000px; /* Apple */
    }

    .breadcrumb > li:not(:last-child) a span {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a:after {
        content: "...";
        font-size: 12px;
    }

    .breadcrumb > li + li:before {
        padding: 0 6px;
    }

    .breadcrumb > li:first-child a {
        font-size: 0 !important;
        letter-spacing: 0 !important;
    }

    .breadcrumb > li:first-child a:after {
        content: "\f015";
        display: inline-block;
        font-family: FontAwesome, sans-serif;
        font-size: 12px;
    }

    .top-right .btn .btn-caption {
        display: none;
    }

    .top-right .btn {
        min-width: 1px;
        padding: 0;
    }

    .top-right .btn.has-icon .btn-icon {
        margin-right: 0;
    }

    .title1 {
        font-size: 10vw;
    }


    .contact-box-container .footer-left {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .contact-box-container .footer-title {
        font-size: 10vw;
        text-align: center;
    }

    .contact-box-container .contact-link-bottom {
        font-size: var(--font-30);
    }

    .contact-box-container .footer-right {
        margin: 0 auto;
    }

    .contact-box-container .page-heading-title {
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 560px) {

    .footer-middle{
        bottom: 0;
    }


    .footer-title{
        font-size: 8vw;
    }


    .footer-bar-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-bar-left {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .mainpage .offer-content-bottom .kontener_cena_box {
        margin-top: auto;
    }

    .captcha-container .col-xs-12 {
        width: 100% !important;
    }

    .mainpage .offer-content-bottom {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .text {
        word-wrap: break-word;
    }

    .service-item {
        width: 100%;
    }

    .grid-item {
        width: 100%;
    }

    .gallery-list-item {
        width: 50%;
    }

    .pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
        margin: 0;
    }

    .title1 {
        font-size: 11vw;
    }

    .opinion-box-right {
        display: flex;
        justify-content: space-between;
    }

    .opinion-item {
        width: 100%;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        align-items: flex-start;
    }

    .footer-boxes {
        flex-wrap: wrap;
    }

    .footer-right .social-box h3 {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }

    img.logo-min {
        display: none;
    }

    .footer-title {
        font-size: 10.428vw;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 0 6px;
    }

    .counter-item {
        width: 100%;
    }

    .counter-box {
        flex-wrap: wrap;
    }

    .counter-box-title {
        font-size: 8vw;
    }

    .professional-item {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {



    .footer-middle img {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
    }
    .footer-middle{
        width: 150px;
    }

    .footer-right{
        padding-bottom: 190px;
    }

    .slider {
        min-height: 400px;
    }

    .modal-footer > .btn {
        width: 100%;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .slider-nav{
        justify-content: end;
    }

    .page-top-box {
        padding-left: 0;
        padding-right: 0;
    }

    .about-box-title {
        width: 100%;
    }

    .slider-text {
        width: unset;
    }

    .top-right > .social-list {
        display: none;
    }

    .opinion-box-right-wrapper .opinion-box-right {
        padding-right: 0;
    }

    .opinion-right-circle {
        position: static;
    }

    .search form .search-box {
        width: 100%;
    }

    .modal-footer .btn + .btn {
        margin-left: 0;
        margin-top: 5px;
    }

    .top-right .btn {
        margin-left: 10px;
    }

    .social-list > ul > li {
        padding: 2px;
    }

    .social-list > ul {
        margin: -2px;
    }

    .logo {
        width: 190px;
    }

    div#content, .subpage div#content {
        padding-top: 66px;
    }

    .title1 {
        font-size: 12vw;
    }

    .about-box-title {
        font-size: 7vw;
    }

    .opinion-box-right {
        display: flex;
        justify-content: space-between;
    }

    .opinion-phone {
        margin: 0 auto;
    }

    .opinion-box-right {
        flex-wrap: wrap;
    }

    .opinion-right-circle {
        margin: 0 auto;
        transform: none;
    }

    .opinion-phone {
        width: 180px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .news {
        width: 100%;
    }

    .news-main-box {
        flex-wrap: wrap;
    }

    .footer-title {
        font-size: 11.428vw;
    }

    .products-list .offer {
        width: 100%;
    }
}

@media screen and (max-width: 424px) {
    .question-right img {
        bottom: unset;
        right: 0;
        top: 0;
    }


    .stand-out-box{
        margin-bottom: 220px;
    }

    .stand-out-bg img{
        min-width: 290px;
    }


    .fancybox-close-small{
        top: 30px;
    }
    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .pagination-wrapper ul li {
        padding: 0;
    }

    .title1 {
        font-size: 13vw;
    }

    .about-box-title {
        margin-left: 0;
        margin-bottom: 40px;
        font-size: 8.615vw;
    }

    .service-link {
        padding: 20px;
    }

    .footer-title {
        font-size: 10.428vw;
    }


}

@media screen and (max-width: 319px) {
    body {
        width: 320px;
    }
}

/* --------------- GLOBAL VARIABLES --------------- */

@media screen and (max-width: 1600px) {
    :root {
        --space-60: 55px;
        --space-50: 45px;
        --space-40: 35px;
        --space-30: 25px;


    }
}

@media screen and (max-width: 1440px) {
    :root {
        --space-60: 50px;
        --space-50: 40px;


        --container-padding: 30px;
    }
}

@media screen and (max-width: 1366px) {
    :root {
        --space-25: 20px;


        --font-18: 17px;
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --space-60: 40px;
        --space-50: 35px;
        --space-40: 30px;


        --container-padding: 20px;
    }
}

@media screen and (max-width: 1139px) {
    :root {
        --space-60: 35px;
        --space-50: 30px;
        --space-40: 25px;
        --space-30: 20px;
        --space-25: 15px;

    }
}

@media screen and (max-width: 960px) {
    :root {
        --space-60: 30px;
        --space-50: 25px;
        --space-40: 20px;
        --space-30: 15px;
    }
}

@media screen and (max-width: 900px) {
    :root {
        --container-padding: 15px;

    }
}

@media screen and (max-width: 639px) {
    :root {

        --font-22: 17px;
        --font-20: 16px;
        --font-18: 16px;
    }
}

@media screen and (max-width: 424px) {
    :root {

        --font-18: 16px;
    }
}