#korpusPop {
    display: none;
}
#korpusPop .locker .modal-content {
    width: 80vw;
}
.locker .wpcf7-not-valid-tip {
    position: absolute;

    bottom: -51px;

    width: 117%;
}
.post-slider {
    display: none;
    position: fixed !important;
    z-index: 999 !important;
    padding-top: 68px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.locker .close-lock {
    z-index: 9999;
}
.post-slider .slick-next, .post-slider .slick-prev {
    width: 58px;
    height: 58px;
    border: 2px solid #ff7e00 !important;
    border-radius: 50%;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 10px;
    z-index: 9999;
    top: 46%;
}
.post-slider .slick-next{
    background-image: url("/wp-content/uploads/2019/05/back.svg") !important;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: 168px;
}
.post-slider .slick-prev {
    background-image: url("/wp-content/uploads/2019/05/back.svg") !important;
    left: 168px;
}
.locker #swipebox-close {
    background-image: url("/wp-content/uploads/2019/05/close.svg") !important;
    background-size: 15px;
    background-position: 7px;
    right: 23px;
    top: 5px;
}

.locker {
    z-index: 999;
}
.locker .modal {
    padding-top: 44px;
}
.locker .modal-content {
    width: 66vw;
    padding: 32px;
    margin: 0 auto;
}
.locker .ult-spacer {
    position: relative;
    z-index: 1;
}
.popup-left-photo .wpb_single_image{
    margin-bottom: 14px !important;
}
.locker .wpb_image_grid_ul {
    display: flex;
    flex-wrap: wrap;
}
.locker .wpb_image_grid_ul > li {
    width: 25%;
    margin: 0 !important;
    padding: 2px 5px !important;
    overflow: hidden;
}
.locker .wpb_image_grid_ul > li > a {
    height: 100%;
}
.locker .wpb_image_grid_ul > li > a > img {
    width: 120%;
    height: 100%;
    max-width: 120%;
    position: relative;
    right: 20%;
}
.locker .wpb_image_grid_ul > li:first-child {
    height: 256px;
    width: 100%;
    padding-bottom: 15px;
    overflow: hidden;
}
.locker .wpb_image_grid_ul > li:first-child a{
    height: 100%;
    width: 100%;
}


.post-text h4{
    margin: 0 0 0 7px;
}
.product-post-price {
    padding: 15px;
    background-color: #ff7e00;
    border-radius: 7px;
    width: 230px;
}
.popup-left-photo .wpb_single_image{
    margin-bottom: 14px !important;
}
.post-footer {
    display: flex;
    align-items: center;
    position: absolute !important;
    width: 107% !important;
    height: 174px;
    left: -24px;
    bottom: -207px;
    background-color: #ff7e00;
    z-index: 2;
}
.post-footer .form-wrapper {
    justify-content: space-around;
    align-items: center;
}
.post-footer .call-bck-footer>div:first-child {
    color: #fff;
}
.post-footer .form-wrapper .field-wrapper input {
    border-bottom: 2px solid #1a1d6d; 
    padding: 16px;
    width: 252px;
    position: relative;
    left: 4px;
}
.post-footer .form-wrapper .wpcf7-submit {
    bottom: 0;
}
.close-lock {
    background-image: url(/wp-content/uploads/2019/08/close2y.svg);
    background-repeat: no-repeat;
    background-position: 14px;
    background-size: 33px;
    width: 64px;
    height: 64px;
    right: 200px;
    top: 38px;
    position: absolute;
    cursor: pointer;
}
.mobile-post-text {
    display: none !important;
}

@media all and (max-width: 1440px) {
    .locker .modal-content {
        width: 71vw;
    }
    .close-lock {
        right: 116px;
        top: 29px;
    }
    .post-slider .slick-next{
        right: 130px;
    }
    .post-slider .slick-prev{
        left: 130px;
    }
}
@media all and (max-width: 1360px) {
    .locker .modal-content {
        width: 78vw;
    }
    .post-slider {
        padding-top: 20px;
    }
    .close-lock {
        right: 12px;
        top: 12px;
    }
    .post-slider .slick-next{
        right: 20px;
    }
    .post-slider .slick-prev{
        left: 20px;
    }
    .post-footer {
        height: 131px;
        bottom: -127px;
    }
    .locker .ult-spacer {
        height: 94px;
    }
}
@media all and (max-width: 1024px){
    .locker .wpb_image_grid_ul > li:first-child {
        height: auto;
    }
    .close-lock{
        right: 36px;
        top: 38px;
    }
    .locker .modal-content {
        width: 79vw;
    }
    .post-slider .slick-next{
        right: 15px;
    }
    .post-slider .slick-prev{
        left: 15px;
    }
    .locker .form-wrapper {
        padding: 0;
    }
    .locker .ult-spacer {
        height: 127px;
    }
    .post-footer {
        bottom: -160px;
    }
}
@media all and (max-width: 800px){
    .locker .call-bck-footer {
        display: none;
    }
    .post-footer {
        left: -25px;
        width: 112% !important;
    }
}

@media all and (max-width: 768px){
    .close-lock {
        background-position: 9px;
        background-size: 18px;
        width: 38px;
        height: 38px;
        right: 34px;
        top: 20px;
    }
    .locker .modal-content {
        width: 72vw;
    }
    .locker .wpb_image_grid_ul > li {
        position: relative;
        top: 123px;
        overflow: visible;
        width: 16%;
    }
    .locker .wpb_image_grid_ul > li:first-child {
        display: block;
        position: absolute;
        width: 131%;
        max-width: 131%;
        right: -85px;
        top: -225px;
        height: 500px;
    }
    .locker .wpb_image_grid_ul > li:first-child a {
    }
    .locker .wpb_image_grid_ul > li > a > img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        position: relative;
        right: 0;
        top: 158px;
    }
    .desktop-post-text {
        display: none;
    }
    .mobile-post-text {
        display: block !important;
        margin: 24px 0 22px 0 !important;
    }
    .mobile-post-text > .vc_toggle_content {
        border-bottom: 2px solid #ccc;

    }
    .mobile-post-text .vc_toggle_title {
        border-bottom: 2px solid #ff7e00;
        height: 35px;
    }
    .mobile-post-text h4 {
        font-size: 21px;
        font-weight: 500;
    }
    .mobile-post-text > .vc_toggle_title {
        padding-left: 0 !important;
    }
    .mobile-post-text > .vc_toggle_title> i {
        left: 90% !important;
        background-color: #ff7e00 !important;
    }
    .mobile-post-text > .vc_toggle_title> i:hover {
        background-color: inherit;
        opacity: .7;
    }
    .post-text {
        margin-top: 250px;
    }
    .locker .vc_separator {
        margin-bottom: 0;
    }
    .post-footer .form-wrapper .wpcf7-submit {
        bottom: 18px;
    }

}
@media all and (max-width: 690px) {
    .locker .modal-content {
        width: 70vw;
    }
    .locker .wpb_image_grid_ul > li:first-child {
        top: -194px;
        height: 477px;
    }
    .locker .wpb_image_grid_ul > li {
        top: 160px;
    }
    .locker .wpb_image_grid_ul > li > a > img {
        top: 125px;
    }
    .post-footer {
        height: 190px;
        bottom: -184px;
    }
    .post-footer .field-wrapper input {
        margin: 20px 0;
    }
    .locker .ult-spacer {
        height: 151px;
    }
}
@media all and (max-width: 480px) {
    .post-slider {
        padding-top: 0;
    }
    .post-slider .slick-next, .post-slider .slick-prev {
        display: none !important;
    }
    .close-lock {
        top: 7px;
        right: 8px;
        width: 32px;
        height: 32px;
        background-size: 15px;
        background-position: 7px;
    }
    .locker .modal-content {
        width: 100vw;
        padding: 32px 10px;
        border-radius: 0;
    }
    .locker .wpb_image_grid_ul > li:first-child {
        top: -177px;
        right: -42px;
        height: 432px;
    }
    .locker .wpb_image_grid_ul > li > a > img {
        top: 103px;
    }
    .locker .vc_single_image-wrapper>img {
        position: absolute;
        width: 124%;
        max-width: 124%;
        right: -32px;
    }

    .post-footer .form-wrapper .wpcf7-submit {
        bottom: -5px;
    }
    .post-text {
        margin-top: 230px;
    }
    .locker .ult-spacer {
        height: 197px;
    }
    .post-footer {
        bottom: -237px;
        width: 106% !important;
        height: 231px;
        left: 50%;
        transform: translate(-50%);
    }
    .post-footer .form-wrapper .field-wrapper input {
        width: 100%;
        left: 0;
    }
	.modal-content .tel-963 {
		padding: 0 15px;
	}
    .tel-963 {
        display: block;
        margin: 0 auto;
    }

	.form-wrapper div:last-child {
    text-align: center;
    width: 100%;
    padding-left: 16px;
	}
}
@media all and (max-width: 320px) {
    .post-footer {
        width: 131% !important;
    }
    .locker {
        padding-top: 36px;
    }
    .locker .wpb_image_grid_ul > li:first-child {
        right: -37px;
    }
    .locker .vc_single_image-wrapper>img {
        width: 139%;
        max-width: 129%;
    }
    .post-footer .form-wrapper .field-wrapper input {
        width: 261px;
    }
}
