.page-rent .section {
    padding: 80px 0;
}

.page-rent .section-intro {
    background: #FCFCFC;
}

.page-rent .section-intro h1 {
    font-size: 32px;
    margin-bottom: 7px;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

b,
strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.page-grid .row {
    font-size: 0;
    line-height: normal;
    clear: both;
    zoom: 1;
    margin-right: -15px;
    margin-left: -15px;
}

.page-grid .row:after {
    display: table;
    content: "";
    clear: both;
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.page-grid .row:before {
    display: table;
    content: "";
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.page-grid .row>[class*="col_"] {
    display: inline-block;
    vertical-align: top;
    /*float: left;*/
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.page-grid .row>[class*="col_"].right {
    float: right;
}

.page-grid .row.extra-gutter {
    margin-left: -30px;
    margin-right: -30px;
}


.page-grid .row.extra-gutter>[class*="col_"] {
    padding-left: 30px;
    padding-right: 30px;
}


.page-grid .row.big-gutter {
    margin-left: -20px;
    margin-right: -20px;
}

.page-grid .row.big-gutter>[class*="col_"] {
    padding-left: 20px;
    padding-right: 20px;
}

.page-grid .row.small-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

.page-grid .row.small-gutter>[class*="col_"] {
    padding-left: 5px;
    padding-right: 5px;
}

.page-grid .row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.page-grid .row.no-gutter>[class*="col_"] {
    padding-left: 0;
    padding-right: 0;
}

.page-grid .row.flex:before,
.page-grid .row.flex:after {
    content: none;
}

@media (max-width: 1024px) {
    .page-grid .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .page-grid .row>[class*="col_"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-grid .row.big-gutter {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-grid .row.big-gutter>[class*="col_"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-grid .col_10 {
    width: 10%;
}

.page-grid .col_12 {
    width: 12.5%;
}

.page-grid .col_14 {
    width: 14.28%;
}

.page-grid .col_15 {
    width: 15%;
}

.page-grid .col_16 {
    width: 16.66%;
}

.page-grid .col_18 {
    width: 18%;
}

.page-grid .col_20 {
    width: 20%;
}

.page-grid .col_25 {
    width: 25%;
}

.page-grid .col_30 {
    width: 30%;
}

.page-grid .col_33 {
    width: 33.33%;
}

.page-grid .col_35 {
    width: 35%;
}

.page-grid .col_40 {
    width: 40%;
}

.page-grid .col_45 {
    width: 45%;
}

.page-grid .col_50 {
    width: 50%;
}

.page-grid .col_55 {
    width: 55%;
}

.page-grid .col_60 {
    width: 60%;
}

.page-grid .col_65 {
    width: 65%;
}

.page-grid .col_66 {
    width: 66.66%;
}

.page-grid .col_70 {
    width: 70%;
}

.page-grid .col_75 {
    width: 75%;
}

.page-grid .col_80 {
    width: 80%;
}

.page-grid .col_90 {
    width: 90%;
}

.page-grid .col_100 {
    width: 100%;
}

.page-grid .col_auto {
    width: auto;
}

.page-grid .col_centred {
    float: none;
    display: block !important;
    margin: 0 auto;
}

.page-grid .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-grid .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-grid .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.page-grid .row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.page-grid .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-grid .justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-grid .justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.page-grid .align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.page-grid .flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-grid .justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-grid .flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-grid .flex-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.page-grid .flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}



.page-rent .section-intro .general_content.intro p,
.page-rent .section-intro .general_content.intro li {
    font-size: 18px;
    line-height: 1.5em;
}



.page-rent .section-intro .intro {
    padding-bottom: 55px;
}

.page-rent .section-intro .intro-columns {
    max-width: 1170px;
    margin: 0 auto;
}

.page-rent .section-intro .wrap-text {
    padding-bottom: 20px;
}

.page-rent .section-intro .wrap-text h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.3em;
}


.page-rent .section-intro .wrap-text p,
.page-rent .section-intro .wrap-text li {
    opacity: 0.7;
    line-height: 1.5em;
}

.btn.xxl {
    padding: 21px 18px;
}

.btn.orange:hover {
    background: #f59f00;
}

.page-rent .section-intro .wrap-buttons .btn {
    margin-right: 20px;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-top: 18px;
}

.page-rent .section-intro .txt-info {
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 5px 10px 25px;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;

}

.page-rent .section-intro .txt-info i {
    background: url(../images/phone_blue.svg);
    background-color: #fff;
    background-size: 20px 40px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: -9px;
    margin-top: -17px;
    padding: 5px 0;
}

.page-rent .section-intro .txt-info strong {
    font-size: 18px;
    color: #585858;
    font-weight: 600;
}

.page-rent .section-intro .txt-info span {
    font-size: 14px;
}

.page-rent .section-products h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.page-rent .col_product {
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-rent .col_product .wrap-products {
    -webkit-box-shadow: 5px 5px 30px rgb(0 0 0 / 10%);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 0 20px 30px 20px;
    height: 100%;
}

.page-rent .col_product .wrap-products .cover {
    height: 244px;
    width: 100%;
    background-size: contain;
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.page-rent .list-products {
    align-items: unset;
}

.page-rent .col_product .wrap-info {
    text-align: center;
    position: relative;
    padding-bottom: 70px;
}

.page-rent .col_product .prod-price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.page-rent .col_product .prod-price del {
    margin-top: 1em;
    opacity: 0.5;
    text-decoration: line-through;
    display: block;
    width: 100%;
    margin-bottom: 11px;
}

.page-rent .col_product .prod-price strong {
    display: block;
    width: 100%;
    color: #585858;
    line-height: 1;
}

.page-rent .col_product .wrap-products {
    position: relative;
    overflow: hidden;
}

.page-rent .col_product .wrap-products .discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 80px;
    background: orange;
    -webkit-transform: rotate(45deg) translate(35px, -70px);
    transform: rotate(45deg) translate(35px, -70px);
}

.page-rent .col_product .wrap-products .discount strong {
    color: white;
    display: block;
    width: 3.5em;
    line-height: 1;
    /*  -webkit-transform: rotate(-45deg) translateY(90px) translateX(25px);
  transform: rotate(-45deg) translateY(90px) translateX(25px);*/
    text-transform: uppercase;
    text-indent: 0;
    text-align: center;
    margin: 0;

    -webkit-transform: rotate(-45deg) translateY(88px) translateX(20px);
    transform: rotate(-45deg) translateY(88px) translateX(20px);
}

.page-rent .col_product .wrap-products h2 a {
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400;
    height: 50px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 41px;
    line-height: 1.2em;
    white-space: initial;
    word-break: break-word;
    text-decoration: none;
    font-weight: 600;
}

.page-rent .section-products .general_content {
    padding-bottom: 40px;
}

.page-rent .section-video {
    background: #F7F7F7;
    position: relative;
    padding-top: 0 !important;
}

.page-rent .section-video:before {
    content: "";
    width: 100%;
    height: 400px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.page-rent .section-video .cover {
    max-width: 700px;
    height: 444px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    margin: 0 auto 60px auto;
    position: relative;
}

.page-rent .section-video .cover .play {
    background: rgb(255 255 255 / 30%);
    position: absolute;
    left: calc((100% - 200px)/2);
    top: calc((100% - 80px)/2);
    height: 80px;
    width: 200px;
    border-radius: 4px;
    padding-left: 77px;

}

.page-rent .section-video .cover .play .text {
    position: relative;
    top: 27px;
    font-weight: 500;
    color: #585858;
}

.page-rent .section-video .cover .play:before {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    left: 21px;
    top: 18px;
    background-image: url(../img/svg/play-button.svg);
    background-size: 45px;
    background-repeat: no-repeat;
}


.page-rent .section-video .feat-list {
    text-align: center;
}

.page-rent .section-video .feat-list .single_feat img {
    margin-bottom: 20px;
    height: 64px;
    width: auto;
}

.page-rent .section-video .feat-list .single_feat .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.page-rent .section-video .feat-list .single_feat .intro {
    font-size: 15px;
    line-height: 1.5em;
}

.page-rent .section-video .feat-list .single_feat .wrap_feat {
    padding: 0 20px;
}

.page-grid .section-video .wrap-buttons {
    justify-content: center;
    padding-top: 90px;
}

.page-grid .section-video .wrap-buttons .btn,
.page-grid .section-banner .wrap-buttons .btn,
.page-rent-product .section-prod-info .prod_right .wrap-buttons .btn {
    margin-right: 20px;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-top: 18px;
}

.page-grid .section-video .wrap-buttons .txt-info,
.page-grid .section-banner .wrap-buttons .txt-info,
.page-grid .section-faq .txt-info,
.page-rent-product .section-prod-info .prod_right .wrap-buttons .txt-info,
.page-rent-product .hero .right_side .txt-info {
    border: 1px solid #ccc;
    position: relative;
    padding: 6px 5px 6px 25px;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}

.page-grid .section-video .wrap-buttons .txt-info i,
.page-grid .section-banner .wrap-buttons .txt-info i,
.page-grid .section-faq .txt-info i,
.page-rent-product .section-prod-info .prod_right .txt-info i,
.page-rent-product .hero .right_side .txt-info i {
    background: url(../images/phone_blue.svg);
    background-color: #f7f7f7;
    background-size: 20px 40px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 47%;
    left: -9px;
    margin-top: -17px;
    padding: 5px 0;
}

.page-grid .section-banner .wrap-buttons .txt-info i {
    background-color: #48494A;
}

.page-rent-product .hero .right_side .txt-info i {
    background-color: #fff;
}

.page-grid .section-faq .txt-info {
    padding: 12px 5px 12px 25px;
}

.page-grid .section-video .wrap-buttons .txt-info span,
.page-grid .section-banner .wrap-buttons .txt-info span,
.page-grid .section-faq .txt-info span,
.page-rent-product .hero .right_side .txt-info span {
    font-size: 14px;
}

.page-grid .section-video .wrap-buttons .txt-info strong,
.page-grid .section-banner .wrap-buttons .txt-info strong,
.page-grid .section-faq .txt-info strong,
.page-rent-product .hero .right_side .txt-info strong {
    font-size: 18px;
    color: #585858;
    font-weight: 600;
}

.page-grid .section-video .wrap-buttons .txt-info a:hover,
.page-grid .section-banner .wrap-buttons .txt-info a:hover,
.page-grid .section-faq .txt-info a:hover,
.page-rent-product .hero .right_side .txt-info a:hover {
    color: #FFA500;
}

.product-tabs-tab.description .product-tabs-tab-content .col-parent ul.front-reviews {
    list-style: none;

}

.page-grid .white-text * {
    color: #fff;
}

.page-grid .section-banner {
    position: relative;
    padding: 200px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.page-grid .section-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0.8+0,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.79) 1%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.79) 1%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.79) 1%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */

}

.page-grid .section-banner h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.3em;
}

.page-grid .section-banner p {
    line-height: 1.6em;
}

.page-grid .accordion,
.page-grid .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-grid .accordion {
    overflow: hidden;
    padding: 20px;

}

.page-grid .accordion-section {
    -webkit-box-shadow: 3px 0px 10px rgb(0 0 0 / 8%);
    box-shadow: 3px 0px 10px rgb(0 0 0 / 8%);
    border-radius: 8px;
    margin-bottom: 20px;
}

/*----- Section Titles -----*/
.page-grid .accordion-section-title {
    width: 100%;
    padding: 25px 70px 25px 30px;
    display: inline-block;
    transition: all linear 0.15s;
    font-size: 19px;
    font-weight: 500;
    position: relative;
}

.page-grid .accordion-section-title.active,
.page-grid .accordion-section-title:hover {
    text-decoration: none;
}

.page-grid .accordion-section-title.active {
    color: #F8A51C;
}

.page-grid .accordion-section-title:after {
    content: "+";
    width: 49px;
    height: 40px;
    display: inline-block;
    font-size: 33px;
    position: absolute;
    right: 0;
    top: 17px;
    text-align: center;
}

.page-grid .accordion-section-title.active:after {
    content: "-";
    color: #F8A51C;
    font-size: 44px;
    top: 7px;
}

.page-grid .accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.page-grid .accordion-section-content {
    padding: 0 30px 10px 30px;
    display: none;
}

.page-grid .accordion-section-content p {
    color: #585858;
    line-height: 1.6em;
}

.page-grid .section-faq .gray-text {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 40px;
    width: 91%;
}

.page-grid .section-faq .gray-text p {
    color: #585858;
    line-height: 1.6em
}

.page-grid .section-faq .gray-text p a {

    text-decoration: underline;
}

.page-grid .section-faq .wrap-link {
    padding-top: 15px;
}

.page-grid .section-faq .wrap-text h3 {
    font-size: 32px;
    margin-bottom: 33px;
    line-height: 1.3em;
}

.page-grid .section-faq .wrap-text {
    padding-top: 40px;
}

.page-rent-product .section-prod-info {
    background: #F7F7F7;
}

.page-rent-product .section-prod-info .wrap-prod {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
}

.page-rent-product .section-prod-info .wrap-prod>img {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-rent-product .section-prod-info .wrap-features .feature img {
    width: 50px;
    padding-right: 10px;

}

.page-rent-product .section-prod-info .line {
    width: 100%;
    height: 1px;
    background: #707070;
    opacity: 0.3;
    margin-bottom: 5px;
}

.page-rent-product .section-prod-info .wrap-features .feature {
    position: relative;
}

.page-rent-product .section-prod-info .wrap-features .feature:after {
    content: "";
    width: 1px;
    height: 60px;
    position: absolute;
    top: 14px;
    right: 10px;
    background: #707070;
    opacity: 0.3;
}

.page-rent-product .section-prod-info .wrap-features .feature:nth-of-type(3n):after {
    content: none;
}

.page-rent-product .section-prod-info .wrap-features .feature .text {
    width: calc(100% - 50px);
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    padding-right: 20px;

}

.page-rent-product .section-prod-info .wrap-features .flex {
    padding-bottom: 20px;
    padding-top: 20px;
}

.page-rent-product .section-prod-info .prod_right .general_content {
    padding-left: 110px;
}

.page-rent-product .section-prod-info .prod_right .general_content ul li,
.page-rent-product .section-info .text .wrap-text ul li {
    margin-bottom: 28px;
    padding-left: 38px;
    position: relative;
    font-weight: 500;
}

.page-rent-product .section-prod-info .prod_right .general_content ul li:before,
.page-rent-product .section-info .text .wrap-text ul li:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(../img/svg/icon-check-blue.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: top center;
    position: absolute;
    left: 0;
    top: -2px;
}

.page-rent-product .section-prod-info .prod_right .general_content h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.page-rent-product .section-prod-info .prod_right .wrap-buttons .btn {
    margin-right: 45px;
}

.page-rent-product .section-info .text .wrap-text {
    padding-right: 150px;
}

.page-rent-product .section-info .text .wrap-text p {
    margin-bottom: 20px;
    line-height: 1.6em;
}

.page-rent-product .section-info .text .wrap-text ul li {
    font-weight: 400;
    line-height: 1.6em;
}

.page-rent-product .section-info .text .wrap-text .info {
    background: #F0F5FD;
    border: 1px solid #D3DCEB;
    padding: 22px 30px;
    margin-bottom: 30px;
}

.page-rent-product .section-info .text .wrap-text ul li:before {
    top: 1px;
}


.page-rent-product .section-info .text .wrap-text h4 {
    font-size: 24px;
    font-weight: 400;
}

.page-rent-product .section-info .text .wrap-text h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 30px;
}


.page-rent-product .hero {
    position: relative;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.page-rent-product .hero:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+1,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    display: inline-block;

}

.page-rent-product .hero .left_side .text * {
    color: #fff;
}

.page-rent-product .hero .left_side .text h1 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.page-rent-product .hero .left_side .text li {
    line-height: 1.6em;
}

.page-rent-product .hero .left_side .text ol li {
    list-style: decimal;
    display: list-item;
    list-style-position: inside;
    opacity: 0.8;
}

.page-rent-product .hero .left_side .text ul li {
    list-style: disc inside none;
    display: list-item;
    /*margin-left: 1em;*/
    opacity: 0.8;
}

/*
.page-rent-product .hero .left_side .wrap-left-side {
    padding-right: 150px;
}
*/
.page-rent-product .hero .left_side .text p {
    line-height: 1.6em;
    opacity: 0.8;
}

.page-rent-product .hero .left_side .text,
.page-rent-product .hero .left_side .wrap_gall {
    margin-bottom: 40px;
}

.page-rent-product .hero .left_side h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.page-rent-product .hero .right_side .wrap_form {
    background: #fff;
    padding: 50px;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 30px rgb(0 0 0 / 10%);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 10%);
    width: 95%;
    margin: 0 auto -150px auto;
}

.page-rent-product .hero .right_side .wrap_form h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.page-rent-product .input_block select {
    background: url(../img/svg/triunghi.svg) no-repeat center;
    background-size: 10px;
    background-position: 99%;
}

.page-rent-product .input_block .single-item {
    display: inline-block;
    width: 100%;
}

.page-rent-product .hero .right_side .form input[type="text"],
.page-rent-product .hero .right_side .form input[type="email"],
.page-rent-product .hero .right_side .form input[type="tel"],
.page-rent-product .hero .right_side .form textarea,
.page-rent-product .hero .right_side .form select {
    width: 100%;
}

.page-rent-product .hero .right_side .form textarea {
    height: 100px;
}

.page-rent-product .hero .right_side .form .input_block {
    margin-bottom: 24px;
}

.page-rent-product .hero .right_side .form label {
    margin-bottom: 8px;
}

.page-rent-product .hero .right_side .form label .details-fancybox {
    color: #FFA500;
    font-weight: 500;
    font-size: 14px;
    margin-left: 2px;
}

.page-rent-product .hero .right_side .form .input_block.checkbox-list {
    margin-top: 5px;
}

.page-rent-product .hero .right_side .wrap-buttons {
    justify-content: center;
}

.page-rent-product span.wpcf7-not-valid-tip {
    display: none;
}

.page-rent-product .wpcf7-not-valid {
    border: 1px solid red;
}

.page-rent-product div.wpcf7-mail-sent-ok {
    border: 2px solid #9bd19b;
    background: #9bd19b;
}

.page-rent-product .wpcf7-checkbox.wpcf7-not-valid {
    border: none;
}

.page-rent-product .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item-label {
    color: red;
}

.page-rent-product .wpcf7-checkbox span.wpcf7-list-item {
    margin-left: 0;
    width: 100%;
}

.page-rent-product div.wpcf7-response-output {
    margin: 10px 0;
    text-align: center;
    padding: 16px;

}

.page-rent-product div.wpcf7-validation-errors,
.page-rent-product div.wpcf7-acceptance-missing {
    background: #f7e700;
}

.page-rent-product input[type="submit"] {
    background: #FFA500;
    width: 100%;
    padding: 20px;
    font-size: 16px;
}

.page-rent-product .hero .right_side .txt-info {
    padding: 10px 5px 10px 25px;
}


.page-rent-product .hero .left_side .play {
    background: #fff;
    width: 190px;
    border-radius: 4px;
    display: block;
    position: relative;
    padding: 20px 20px 20px 70px;
}

.page-rent-product .hero .left_side .play:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 21px;
    top: 14px;
    background-image: url(../img/svg/play-button.svg);
    background-size: 32px;
    background-repeat: no-repeat;
}

.page-rent-product .hero .left_side .play .text {
    position: relative;
    font-weight: 500;
    color: #585858;
}

.page-rent-product .hero .left_side .slider-gall {
    margin-bottom: 8px;
}

.page-rent-product .hero .left_side .slider-gall:not(.slick-slider) {
    height: 480px;
    overflow: hidden;
}

.page-rent-product .hero .left_side .slider-gall .single_slide {
    height: 480px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    background-color: #fff;
}

.page-rent-product .hero .left_side .slider-gall-small .cover {
    height: 134px;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: cover;*/
    width: 93%;
    margin: 0 auto;
        background-size: contain;
    background-color: #fff;
}

.page-rent-product .hero .left_side .slider-gall-small:not(.slick-slider) {
    height: 104px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.page-rent-product .hero .left_side .slider-gall-small:not(.slick-slider) .single_slide {
    width: 25%;
}

.page-rent-product .hero .left_side .slick-prev,
.page-rent-product .hero .left_side .slick-next {
    width: 40px;
    height: 40px;
    background-color: rgb(0 0 0 / 30%);
    border-radius: 500px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}

.page-rent-product .hero .left_side .slick-prev {
    left: 20px;
    background-image: url(../img/svg/icon-left.svg);

}

.page-rent-product .hero .left_side .slick-next {
    right: 20px;
    background-image: url(../img/svg/icon-right.svg);
}

.page-rent-product .hero .left_side .slick-prev:before,
.page-rent-product .hero .left_side .slick-next:before {
    content: none;
}

.page-rent-product .hero .right_side .total {
    margin-bottom: 30px;
    /*  display: none;*/
}

.page-rent-product .hero .right_side .total span {
    width: 100%;
    display: block;
    line-height: 1em;
}

.page-rent-product .hero .right_side .total .value {
    font-size: 32px;
    color: #585858;
    font-weight: 600;
}

.fancy-prod-asc .min-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1000px;
}

.fancy-prod-asc .images {
    width: 40%;
}

.fancy-prod-asc .text {
    width: 60%;
    padding-left: 20px;
}


.fancy-prod-asc .images .img {
    margin-bottom: 19px;
}

.fancy-prod-asc .images .img .cover {
    width: 100%;
    height: 400px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff;
}

.fancy-prod-asc .images img {
    max-width: 100%;
}

.fancy-prod-asc .images .imgs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.fancy-prod-asc .images .imgs .small-cover {
    height: 55px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #f6f6f6;
    margin-bottom: 10px;
}

.fancy-prod-asc .images .imgs a {
    display: block;
    margin-right: 7px;
}

.fancy-prod-asc .images .imgs a:last-child {
    margin-right: 0;
}

.fancy-prod-asc .text {
    padding-left: 40px;
}


.fancy-prod-asc .text .general_content h1,
.fancy-prod-asc .text .general_content h2,
.fancy-prod-asc .text .general_content h3,
.fancy-prod-asc .text .general_content h4,
.fancy-prod-asc .text .general_content h5,
.fancy-prod-asc .text .general_content h6,
.fancy-prod-asc .text .general_content p {
    margin-bottom: 5px;
}


.fancy-prod-asc .text .general_content ol li {
    list-style: decimal;
    display: list-item;
    list-style-position: inside;
    margin-left: 1em;
}

.fancy-prod-asc .text .general_content ul li {
    list-style: disc inside none;
    display: list-item;
    margin-left: 1em;
}

.fancy-prod-asc .text .prices {
    display: flex;
    flex-direction: row;
    align-items: end;
    margin-bottom: 13px;
    margin-top: 13px;
}

.fancy-prod-asc .text .cut {
    font-size: 16px;
    color: #585858;
    font-weight: 400;
    text-decoration: line-through;
    padding-right: 10px;
}

.fancy-prod-asc .text .uncut {
    font-size: 26px;
    color: #585858;
    font-weight: 600;
    line-height: 1;
}

.general_content table {
        border: 1px solid silver;
   width:auto!important;
    margin-bottom: 20px;
}

.general_content table tr,
.general_content table td,
.general_content table th {
          border: 1px solid silver;
    /*width: 100%;*/
        padding: 10px;
}

.fancy-prod-asc .text .general_content .info {
    background: #F0F5FD;
    border: 1px solid #D3DCEB;
    padding: 22px 30px;
    margin-bottom: 30px;
    margin-top:20px;
}

.fancy-prod-asc .text .general_content   ul {
        margin-top: 15px;list-style: none;
}

.fancy-prod-asc .text .general_content   ul li {
    margin-bottom: 16px;
    padding-left: 38px;
    position: relative;
    font-weight: 400;
    line-height: 1.6em;
    margin-left: 0;
    list-style: none;
}

.fancy-prod-asc .text .general_content  ul li:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(../img/svg/icon-check-blue.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: top center;
    position: absolute;
    left: -1px;
}

.fancy-prod-asc .text .price-details {
    margin-bottom: 0;
    margin-top: 40px;
}

.page-rent-product .section-info .text .wrap-text .image-left {
    float: right;
        margin: 50px 0 50px 50px;
    max-width: 500px;
}

.page-rent-product .section-info .text .wrap-text .info {
    display: inline-block;
    width: 100%;
}
.wrap-btn {
    text-align: center;
    margin-top: 20px;
    width: 500px;
    max-width: 100%;
}

.wrap-btn .btn {
        min-width: 260px;
}

.extra_text_info a {
        text-decoration: underline;
    color: #ff9900;
    margin-top: 10px;
    font-weight: 700;
}

.product-tabs-tab.description .product-tabs-tab-content .col-parent ul.stars {
        list-style: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.product-tabs-tab.description .product-tabs-tab-content .col-parent ul.stars li {
    margin-bottom: 0;
    list-style: none;
    margin-top: 0;
}

@media (max-width: 1450px) {
    .page-grid .section-banner {
        padding: 130px 0;
    }

    .page-grid .section-banner .wrap-buttons .txt-info i {
        background-color: #2b2c2c;
    }

    .page-rent-product .section-info .text .wrap-text {
        padding-right: 50px;
    }

    .page-rent-product .section-prod-info .prod_right .general_content {
        padding-left: 30px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature .text {
        width: calc(100% - 40px);
        font-size: 14px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature img {
        width: 40px;
        padding-right: 9px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature:after {
        height: 50px;
    }

    /*    .page-rent-product .hero .left_side .wrap-left-side {
        padding-right: 50px;
    }*/

    .page-rent-product .hero .left_side .text h1 {
        font-size: 34px;
    }

    .page-rent-product .hero .left_side h4,
    .page-rent-product .hero .right_side .wrap_form h2 {
        font-size: 21px;
    }
}

@media (max-width: 1200px) {
    .page-rent-product .section-prod-info .wrap-prod {
        padding: 27px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature .text {
        font-size: 13px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature {
        padding-left: 5px;
        padding-right: 5px;
    }

    .page-grid .section-prod-info .wrap-features {
        margin-right: -5px;
        margin-left: -5px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature img {
        width: 26px;
    }

    .page-rent-product .hero .right_side .wrap_form {
        padding: 37px;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .page-rent .section-intro .wrap-text h2 {
        font-size: 23px;

        margin-bottom: 15px;

    }

    .page-rent .section-intro .wrap-text {
        padding-bottom: 0;
    }

    .page-rent .section-intro .intro {
        padding-bottom: 40px;
    }

    .page-rent .section-products h2 {
        font-size: 28px;
    }

    .page-rent .section-products .general_content {
        padding-bottom: 40px;
    }

    .page-grid .section-banner {
        padding: 100px 0;
    }

    .page-grid .section-banner h2,
    .page-grid .section-faq .wrap-text h3,
    .page-rent-product .section-info .text .wrap-text h2,
    .page-rent-product .section-prod-info .prod_right .general_content h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .btn.xxl {
        padding: 17px 18px;
    }

    .page-grid .section-banner .general_content {
        width: 47%;
    }

    .page-rent .section-video .cover {
        height: 400px;
    }

    .page-rent .section-video:before {
        height: 300px;
    }

    .page-grid .section-faq .gray-text {
        width: 100%;
    }

    .page-grid .accordion-section-title {
        font-size: 17px;
    }

    .page-rent-product .section-info .text .wrap-text {
        padding-right: 0;
    }

    .page-rent-product .hero .right_side .wrap_form h2 {
        font-size: 17px;
    }

    .page-rent-product .hero .left_side .text h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .page-rent .section {
        padding: 60px 0;
    }

    .page-grid .row.extra-gutter>[class*="col_"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-grid .row.extra-gutter {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-rent .section-intro h1 {
        font-size: 29px;

    }

    .page-rent .section-intro .general_content.intro p,
    .page-rent .section-intro .general_content.intro li {
        font-size: 16px;
    }

    .page-rent .section-intro .intro-columns .image,
    .page-rent .section-intro .intro-columns .text {
        width: 100%;
        text-align: center;
    }

    .page-rent .section-intro .intro-columns .image {
        margin-bottom: 30px;
    }

    .page-rent .section-intro .intro-columns .image img {
        max-width: 300px;
        width: 100%;
    }

    .page-rent .section-intro .wrap-text h2,
    .page-grid .section-faq .wrap-text h3,
    .page-rent-product .section-info .text .wrap-text h2,
    .page-rent-product .section-prod-info .prod_right .general_content h2 {
        font-size: 22px;
    }

    .page-rent .section-intro .wrap-buttons {
        justify-content: center;
    }

    .page-rent .col_product {
        width: 33.33%;
    }

    .page-rent .section-products .general_content {
        padding-bottom: 20px;
    }

    .page-rent .section-video .feat-list .single_feat {
        width: 50%;
        padding: 10px 0;
    }

    .page-grid .section-video .wrap-buttons {
        padding-top: 50px;
    }

    .page-rent .section-video .cover {
        height: 350px;
        margin: 0 auto 30px auto;
    }

    .page-rent .section-faq .left-faq,
    .page-rent .section-faq .right-faq {
        width: 100%;
    }

    .page-rent .section-faq .left-faq {
        margin-bottom: 20px;
    }

    .page-grid .section-faq .wrap-text {
        padding-top: 0;
        text-align: center;
    }

    .page-grid .section-info .text,
    .page-grid .section-info .image {
        width: 100%;
    }

    .page-grid .section-info .image {
        text-align: center;
    }

    .page-grid .section-info .image img {
        max-width: 450px;
        width: 100%;
    }

    .page-rent-product .section-info .text .wrap-text h4 {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .page-rent-product .section-prod-info .prod_right .general_content ul li:before,
    .page-rent-product .section-info .text .wrap-text ul li:before {
        width: 20px;
        height: 20px;
        background-size: 20px;
        top: 0;
    }

    .page-rent-product .section-prod-info .prod_right .general_content ul li:before,
    .page-rent-product .section-info .text .wrap-text ul li:before {
        top: 3px;
    }

    .page-rent-product .section-prod-info .prod_right .general_content ul li,
    .page-rent-product .section-info .text .wrap-text ul li {
        margin-bottom: 16px;
    }

    .page-rent-product .section-prod-info .prod_left,
    .page-rent-product .section-prod-info .prod_right {
        width: 100%;
    }

    .page-rent-product .section-prod-info .prod_right {
        margin-bottom: 20px;
    }

    .page-rent-product .section-prod-info .prod_right .general_content {
        padding-left: 0;
    }

    .page-rent-product .section-prod-info .prod_right .wrap-buttons .btn {
        margin-right: 27px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature img {
        width: 40px;
    }

    .page-rent-product .section-prod-info .wrap-features .flex {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .page-rent-product .hero .left_side,
    .page-rent-product .hero .right_side {
        width: 100%;
    }

    .page-rent-product .hero:before {
        background: #000;
        opacity: 0.7;
    }

    .page-rent-product .hero .left_side .text,
    .page-rent-product .hero .left_side .wrap_gall {

        text-align: center;
    }

    .page-rent-product .hero .left_side .video-wrap,
    .page-rent-product .hero .left_side .wrap_gall {
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }

    .page-rent-product .hero .left_side .video-wrap {
        margin: 40px auto;
    }

    .page-rent-product .hero .left_side .play {
        margin-left: auto;
        margin-right: auto;
    }

    .page-rent-product .hero .right_side .wrap_form {
        margin: 0 auto;
    }
    
    .page-rent-product .section-info .text .wrap-text .image-left {
    float: none;
    display: block;
    margin: 0 auto;
    }

    /*    .page-rent-product .hero .left_side .wrap-left-side {
        padding-right: 0;
    }*/
}


@media (max-width: 768px) {
    .page-rent .section {
        padding: 50px 0;
    }

    .page-rent .section-intro h1 {
        font-size: 23px;
    }

    .page-rent .section-products h2,
    .page-rent .section-intro .wrap-text h2,
    .page-grid .section-faq .wrap-text h3,
    .page-rent-product .section-info .text .wrap-text h2,
    .page-rent-product .section-prod-info .prod_right .general_content h2 {
        font-size: 20px;
    }

    .page-rent .section-intro .intro {
        padding-bottom: 20px;
    }

    .page-rent .col_product {
        width: 50%;
    }

    .page-rent .section-intro .wrap-buttons .btn {
        white-space: initial;
        margin-right: 0;
    }

    .page-rent .section-video .feat-list .single_feat .wrap_feat {
        padding: 0 10px;
    }

    .page-rent .section-video .feat-list .single_feat .title {
        font-size: 16px;
    }

    .page-grid .section-video .wrap-buttons {
        padding-top: 30px;
    }

    .page-grid .section-video .wrap-buttons .btn {
        margin-left: 20px;
    }

    .page-grid .section-video .wrap-buttons {
        padding-top: 10px;
    }

    .page-grid .section-banner h2 {
        font-size: 24px;
    }

    .page-grid .section-banner .general_content {
        width: 100%;
        text-align: center;
    }

    .page-grid .section-banner:before {
        background: #000;
        opacity: 0.6;
    }

    .page-grid .section-banner .wrap-buttons {
        justify-content: center;
    }

    .page-rent .section-video .cover .play {
        top: calc((100% - 64px)/2);
        height: 64px;
        width: 181px;
        left: calc((100% - 181px)/2);
    }

    .page-rent .section-video .cover .play:before {
        top: 13px;
        background-size: 37px;
        width: 37px;
        height: 37px;
    }

    .page-rent .section-video .cover .play .text {
        top: 21px;
        font-size: 15px;
    }

    .page-rent-product .section-prod-info .prod_right .wrap-buttons {
        justify-content: center;
    }

    .page-rent-product .section-info .text .wrap-text .info {
        padding: 15px 20px;
    }

    .page-rent-product .section-info .text .wrap-text h4 {
        font-size: 17px;
    }

    .page-rent-product .hero .left_side .video-wrap,
    .page-rent-product .hero .left_side .wrap_gall {
        width: 100%;
    }

    .page-rent-product .hero .left_side .text h1 {
        font-size: 24px;
    }

    .page-rent-product .hero .right_side .total .value {
        font-size: 27px;
    }

    .fancy-prod-asc .images {
        width: 100%;
        margin-bottom: 20px;
    }

    .fancy-prod-asc .text {
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .page-rent .section {
        padding: 40px 0;
    }

    .page-rent .col_product {
        width: 101%;
    }

    .page-rent .section-video .feat-list .single_feat {
        width: 100%;
    }

    .page-rent .section-video .cover {
        height: 250px;
    }

    .page-rent .section-video:before {
        height: 200px;
    }

    .page-grid .accordion {
        padding: 10px;
    }

    .page-grid .accordion-section-title {
        font-size: 16px;
    }

    .page-grid .accordion-section-title {

        padding: 20px 70px 20px 23px;
    }

    .page-grid .accordion-section-title:after {
        top: 10px;
    }

    .page-grid .accordion-section-content {
        padding: 0 25px 10px 25px;
    }

    .page-grid .accordion-section-content p {
        font-size: 15px;
        line-height: 1.5em;
    }

    .page-rent-product .section-prod-info .prod_right .wrap-buttons .btn {
        margin-right: 0;
    }

    .page-rent-product .section-prod-info .line {
        display: none;
    }

    .page-rent-product .section-prod-info .wrap-features .feature {
        width: 50%;
    }


    .page-rent-product .section-prod-info .wrap-features .feature:nth-of-type(3n):after {
        content: "";
    }


    .page-rent-product .section-prod-info .wrap-features .feature:nth-of-type(2n):after {
        content: none;
    }

    .page-rent-product .section-prod-info .wrap-features .feature img {
        width: 32px;
    }

    .page-rent-product .section-prod-info .wrap-prod {
        padding: 15px;
    }

    .page-rent-product .section-prod-info .wrap-features .feature:after {
        height: 37px;
    }

    .page-rent-product .hero .right_side .wrap_form {
        padding: 30px;
    }

    .page-rent-product .hero .form .col_50 {
        width: 100%;
    }

    .page-rent-product .hero {
        background-size: 200%;
        background-position: top right;
    }

    .page-rent-product .hero .left_side .slider-gall-small .cover {
        height: 81px;
    }

    .page-rent-product .hero .left_side .slider-gall .single_slide {
        height: 240px;
    }
}

@media (max-width: 400px) {
    .page-rent-product .section-prod-info .wrap-features .feature {
        width: 100%;
    }

    .page-rent-product .section-prod-info .wrap-features .feature:nth-of-type(2n+1):after {
        content: none;
    }

    .page-rent-product .section-prod-info .wrap-features .flex {
        padding-bottom: 7px;
        padding-top: 7px;
    }
}