@media (max-width: 1559px) {
  header [data-search-input]::placeholder { font-size: 0.7rem; }
}
.export-steps__right .btn--callback {  position: relative; }
@media only screen and (min-width: 768px) {
  .short-info__wysiwyg-inner { max-height: 65vh!important; }
}

/* Customize Header Menu */
.has-submenu > .header-menu__group-submenu {
	display: block;
}
.has-submenu > .header-menu__group-submenu > .header-menu__group-submenu-item { width: 30%; }
.has-submenu > .header-menu__group-submenu > .header-menu__group  { 
	width: 30%; 
	display: flex;
    align-items: center;
}
.has-submenu > .header-menu__group-submenu > .header-menu__group > .header-menu__group-submenu-item  { width: 100%; }
.header-menu__group-submenu2 {
	opacity: 0;
	position: absolute;
	left: 30%;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 14px 28px;
    z-index: 10;
	display: none;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column;
    transition: ease 0.2s;
}
.header-menu__group-submenu2 > .header-menu__group-submenu-item {
	width: 33%;
}
.header-menu__group .menu-arrow {
	position: relative;
}
.header-menu__group .menu-arrow > svg {
	position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0, -6px);
    fill: #004987;
}

.has-submenu > .header-menu__group-submenu > .header-menu__group:hover > .header-menu__group-submenu2 {
	opacity: 1;
	display: flex;
}
.has-submenu > .header-menu__group-submenu > .header-menu__group:hover .menu-arrow > svg { fill: #00a2d9; }
.has-submenu > .header-menu__group-submenu > .header-menu__group:hover > .header-menu__group-submenu-item {
    color: #00a2d9;
}
.has-submenu > .header-menu__group-submenu > .header-menu__group:hover > .header-menu__group-submenu-item:after {
    width: 100%;
}

.mobile-menu__item-arrow2 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    align-items: center;
    cursor:  pointer;
}
.mobile-menu__item-arrow2 i {
    display: block;
    border: 4px solid transparent;
    border-left: 5px solid #003765;
    border-radius: 3px;
    height: 9px;
}

.icon-phone-buttons span {
    display:flex;
    justify-content: center;
    align-items: center;
}
.icon-phone-buttons span::before {
    content: url(../images/phone-buttons.svg);
    margin-right: 10px;
    height: 18px;
    width: 14px;
    display: flex;
}

/* Article author */
.article-author-block .employee-card {
    flex-direction: row;
    padding: 20px 0;
    gap: 30px;
}
.article-author-block .employee-card .employee-card__avatar,
.article-author-block .employee-card .employee-card__avatar img { width: 8rem; height: 8rem; }
.article-author-block .employee-card .author-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.article-author-block .employee-card .author-info a { color: #001222; }
@media (max-width: 767px) {
    .article-author-block .employee-card { flex-direction: column; gap: 0;}
    .article-author-block .employee-card .author-info { text-align: center; }
}

/* Page author */
.author-info-block .employee-card {
    flex-direction: row;
    padding: 50px 0;
    gap: 60px;
}
.author-info-block .employee-card .author-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}
@media (max-width: 767px) {
    .author-info-block .employee-card { flex-direction: column; gap: 20px;}
    .author-info-block .employee-card .author-info { text-align: center; }
}
@media (max-width: 1279px) {
    .header-soc-block {
        margin-left: auto;
    }
}
@media (min-width: 1280px) {
    .header-soc-block {
        padding-right: 1.25rem;
    }
}
.btn-header-soc {
    border-radius: 8px;
    transition: border-color .3s,background-color .3s;
    padding: 5px;
    height: auto;
    color: #00a2d9;
    font-size: 18px;
    line-height: 2.6;
    background-color: #ebf6fe;
    width: 40px;
    height: 40px;
    border-radius: 12px;
}
.btn-header-soc .btn__icon {
    transition: opacity .3s,-webkit-filter .3s;
    transition: filter .3s,opacity .3s;
    transition: filter .3s,opacity .3s,-webkit-filter .3s;
    filter: brightness(0) saturate(100%) invert(18%) sepia(89%) saturate(1692%) hue-rotate(189deg) brightness(96%) contrast(101%);
}
@media (max-width: 545px) {
    .header-mobile ._ml-md {
        margin-left: 5px!important;
    }
}
@media (max-width: 475px) {
    .btn-header-soc {
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
    .header-mobile .btn--size-md {
        --button-height: 25px;
        border-radius: 5px;
    }
}
@media (max-width: 375px) {
    .header-soc-block {
        display: none!important;
    }
    .header-mobile .btn--size-md {
        --button-height: 40px;
        border-radius: 12px;
    }
    .header-mobile .btn--light-2._ml-md {
        margin-left: auto!important;
    }
}
.header .form-in-input--header-search {
    margin-bottom: 0;
}

.container.container--base-slider {
    margin-bottom: 50px;
}
.container.container--base-slider .base-slider__dots {
    position: absolute;
    bottom: -3px;
}
.page-template-template-china #main .container.container--base-slider .swiper-pagination-bullet-active {
    max-width: 20px;
    width: 100%;
    border-radius: 50px;
}
.hero-slider__slide .button-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 110px;
}
@media (max-width: 1019px) {
    .page-home { overflow-x: hidden; }
    .page-home .hero-slider { overflow: visible; min-height: 160px;}  
    .page-home .hero-slider .hero-slider__slide { min-height: 160px; }  
    .page-home .hero-slider .hero-slider__slide .button-wrapper {   position: absolute;        top: 170px; }
    .page-home .hero-slider #hero-slider { margin-bottom: 60px; }
    .page-home .hero-slider #hero-slider .slick-list { overflow: visible; min-height: 160px; }
    .page-home .hero-slider #hero-slider .slick-slide {min-height: 160px;}
    .page-home .hero-slider #hero-slider .hero-slider__slide-bg { height: auto; min-height: 100%; }
}
/* End Правка Hero slider */

@media (max-width: 767px) {
    .popup .g-recaptcha {
        display: flex;
        justify-content: flex-end;
    }
}

.button-anchor {
    margin-top: 12px;
    margin-bottom: 12px;
}
.overflow-x-auto { overflow-x: auto; }
.justify-cener { justify-content: center; }

@media (max-width: 460px) {
    .grecaptcha-badge {
        z-index: 9999 !important;
    }
    body iframe[src*="https://www.google.com/recaptcha/"],
    body .rc-imageselect,
    body .g-recaptcha {
        max-width: 100vw !important;
        width: 100% !important;
        transform: none !important;
        left: 0 !important;
        right: 0 !important;
    }
}

/* Telegram icons */
@media (max-width: 375px) {
    .header-soc-block {        display: flex !important;    }
    .header-soc-block > *{        display: none !important;    }  
    .header-soc-block > div:last-child{        display: block !important;    }    
    
    .header-soc-block .btn-header-soc {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        margin-right: 6px;
    }
    .header-mobile .hamburger {
        flex: 0 0 40px;
    } 
    .header-mobile .logo { flex: 1 1 40%; }
}
@media (max-width: 340px) {
    .header-mobile .logo { flex: 1 1 40%; }
    .header-mobile .logo svg { width: 80px; height: 24px; }
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input {
    background: #FAFAFA !important;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: none !important;
    font-family: 'Jost', sans-serif !important;
    padding: .65rem 1rem .5rem 1rem !important;
    height: 48px;
    font-size: 14px !important;
    color: #111 !important;
    line-height: 1rem;
    vertical-align: bottom;
    text-transform: uppercase;
    width: 100%;
}
.wpcf7 .wpcf7-form .hidden-fields-container {
    display: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  opacity: 0;
  width: 20px;
  height: 20px;
  margin-right: -24px;
  position: relative;
  z-index: 1;
}
.wpcf7 .wpcf7-form input:not([type="submit"]):not([type="button"]):not([type="file"]), .wpcf7-form select, .wpcf7-form textarea, .wpcf7-list-item-label {
  background-color: #FFFFFF;
  border-color: #ffffff !important;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    gap: 25px;
    margin-top: 25px;
    flex-wrap: wrap;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    display: none;
}
.wpcf7 .wpcf7-form  .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input + .wpcf7-list-item-label::before {
  content: url('https://pvl.com.ua/wp-content/uploads/2021/05/not_active.png');
  display: flex;
  float: left;
  margin-right: .5rem;
}
.wpcf7 .wpcf7-form  .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  content: url('https://pvl.com.ua/wp-content/uploads/2021/05/active.png');
}
.wpcf7 .wpcf7-form  .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  color: #111 !important;
  font-size: 12px !important;
  cursor: pointer;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: regular;
  line-height: 1.7;
  letter-spacing: 0px;
  text-transform: none;
  display: flex;
  align-items: center;
}
.wpcf7 .wpcf7-form input.wpcf7-form-control:not(.wpcf7-submit) {
    background: #FAFAFA !important;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: none !important;
    font-family: 'Jost', sans-serif !important;
    padding: .5rem 1rem !important;
    height: 48px;
    font-size: 12px !important;
    color: #111 !important;
}
.cost-wpcf7 .cost-form input.cf-input-text {
    background: #FAFAFA !important;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: none !important;
    font-family: 'Jost', sans-serif !important;
    padding: .5rem 1rem !important;
    height: 48px;
    font-size: 12px !important;
    color: #111 !important;
    line-height: 1rem;
    vertical-align: bottom;
    text-transform: uppercase;
    width: 100%;
}
.wpcf7 .wpcf7-form .ozy-half-input, .wpcf7 .wpcf7-form .ozy-half-input-last {
    padding: 0;
    margin: 0 0 20px 0;
}
.wpcf7 .wpcf7-form .ozy-half-input .wpcf7-form-control-wrap {
    padding: 0;
    margin: 0;
}
.wpcf7 .wpcf7-form .ozy-full-input-center {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
}
.wpcf7 .wpcf7-form .ozy-six-column-checkbox {
    margin: 0;
}
.wpcf7 .wpcf7-form .ozy-full-input-center {
    margin: 20px 0 0 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background-color: #4A7FD2;
  background-image: linear-gradient(to left, #302887, #4A7FD2);
  color: #fff !important;
  border: none !important;
  border-radius: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  padding: .75rem .5rem;
  font-weight: 600;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
  line-height: 1.7;
  cursor: pointer;
}
.cost-wpcf7 .cost-form .submit-button {
  background-color: #4A7FD2;
  background-image: linear-gradient(to left, #302887, #4A7FD2);
  color: #fff !important;
  border: none !important;
  border-radius: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  padding: .75rem .5rem;
  font-weight: 600;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
  line-height: 1.7;
  cursor: pointer;
}
#cost_form .message-send {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    line-height: 1;
}
.cost-wpcf7 .cost-form .ozy-half-input, .cost-wpcf7 .cost-form .ozy-half-input-last {
    padding: 0;
    margin: 0 0 20px 0;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-animate-zoom-in.mfp-ready {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5555;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%; 
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-animate-zoom-in.mfp-ready.active-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-animate-zoom-in.mfp-ready .mfp-content {
    padding: 50px 20px 0 20px;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-animate-zoom-in.mfp-ready .mfp-content .popup {
    position: relative;
    opacity: 1;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-animate-zoom-in.mfp-ready .mfp-content .popup .mfp-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
#request_form .send-application {
    margin-top: 30px;
}
#cost_form .ozy-six-column-checkbox {
    margin: 30px 0 20px 0;
}
#cost_form .wpcf7-list-item-label {
    background: transparent;
    color: #fff;
}
#cost_form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    color: #fff!important;
}
@media (min-width: 991px) {
    .wpcf7 .wpcf7-form {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }  
    .wpcf7 .wpcf7-form .ozy-half-input, .wpcf7 .wpcf7-form .ozy-half-input-last {
        padding: 0;
        margin: 0;
        max-width: 48%;
        width: 100%;
    } 
    .wpcf7 .wpcf7-form .ozy-full-input-center {
        margin: 0;
    }
    #cost_form [data-step-block="2"] {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
}
.costnote-wrapper { margin-top: -50px; }
.costnote { margin-top: 5px; }
@media (max-width: 768px) {
.costnote-wrapper { margin-top: 10px; padding: 0 20px 5px 5px; }
}
.table--delivery .has-note:after {
content: "*";
color: #f3d44a;
padding-left: 7px;		
}
.table--delivery .has-note__2:after {
content: "**";
color: #f3d44a;
padding-left: 7px;		
} 
.wrapper--relative-slider {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.base-slider__list ._gcell {
    max-width: max-content;
    margin: 0 auto;
}
.slider-button--base-slider {
    top: 50%;
}
.swiper-button-next::after, .swiper-button-prev::after {
    display: none;
}
.slider-button--light svg {
    max-width: 9px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: rgba(0,73,135,.35);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    max-width: 24px;
    width: 100%;
    border-radius: 50px;
}
.page-template-template-china #main .container.no-vc {
    max-width: 100%;
    width: 100%;
    padding: 0!important;
}
.page-template-template-china #main .container {
    margin: 0 auto;
    padding: 0 15px!important;
}
.page-template-template-china #main .wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto!important;
}

.page-template-template-china #main .wpcf7-form.init {
    max-width: 1240px;
    justify-content: center;
    margin: 0 auto;
}
.page-template-template-china #main .section .benefits, .page-template-template-china #main #calculator_form .container {
    padding: 0 15px;
}
.page-template-template-china #main .wpcf7 .wpcf7-form .ozy-six-column-checkbox {
    padding: 0 15px;
}
.page-template-template-china #main .ozy-six-column-checkbox > span > span > span {
    max-width: max-content;
    width: 100%;
}

.page-template-template-china #main .wrapper-services {
    gap: 25px;
}
.page-template-template-china #main .wrapper-services a:hover {
    text-decoration: none;
}
.section .wysiwyg--theme-default ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.page-template-template-china #main .section #btn--accent {
    background-color: #f3d44a!important;
    color: #002544!important;
    border: none;
}
.page-template-template-china #main .section .service-card:hover, .page-template-template-china #main .section .tile-list .tile-list__item:hover {
    text-decoration: none;
}
.page-template-template-china #main .section ol {
    padding-left: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.page-template-template-china #main .section ol li { 
    font-size: 1rem;
    line-height: 1.625em;
}
.page-template-template-china #main .section .wysiwyg table {
    margin: 20px 0;
}
.page-template-template-china #main .section .preview.preview--latest-news:hover {
    text-decoration: none;
}
.page-template-template-china #main .section .send-application__wrapper {
    display: block;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-animate-zoom-in.mfp-ready.active-modal .ozy-six-column-checkbox > span > span > span {
    max-width: max-content;
}
.page-template-template-china #main .section .container.container--base-slider {
    padding-bottom: 30px!important;
}
@media(min-width: 767px) {
    .page-template-template-china #main .section .send-application__wrapper {
        display: grid;
    }
    .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
        flex-wrap: nowrap;
    }
}
@media (min-width: 1199px) {
    .page-template-template-china #main .section .container {
        padding: 0 5%!important;
    }
    .page-template-template-china #main .wrapper-services ._gcell {
        max-width: 210px!important;
        width: 100%!important;
    }
    .page-template-template-china #main .wrapper-content {
        max-width: 1180px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px!important;
    }
    .section .wysiwyg--theme-default ul {
        margin-top: 2rem;
    }
    .slider-button--base-slider.slider-button--prev {
        width: 45px!important;
        left: 0;
    }
    .slider-button--base-slider.slider-button--next {
        width: 45px!important;
        right: 0;
    }
}

@media (min-width: 1359px) {
    .page-template-template-china #main .wrapper-content {
        max-width: 1300px;
    }
}

@media (min-width: 1439px) {
    .page-template-template-china #main .wrapper, .page-template-template-china #main .wrapper-content {
        max-width: 1400px;
    }
    .page-template-template-china #main .wrapper-services ._gcell {
        max-width: 250px!important;
    }
}

@media (min-width: 1599px) {
    .page-template-template-china #main .wrapper, .page-template-template-china #main .wrapper-content {
        max-width: 100%;
    }
    .page-template-template-china #main .wrapper-services {
        gap: 35px;
    }
}@media (max-width: 1559px) {
  header [data-search-input]::placeholder { font-size: 0.7rem; }
}
.export-steps__right .btn--callback {  position: relative; }
@media only screen and (min-width: 768px) {
  .short-info__wysiwyg-inner { max-height: 65vh!important; }
}

/* Customize Header Menu */
.has-submenu > .header-menu__group-submenu {
	display: block;
}
.has-submenu > .header-menu__group-submenu > .header-menu__group-submenu-item { width: 30%; }
.has-submenu > .header-menu__group-submenu > .header-menu__group  { 
	width: 30%; 
	display: flex;
    align-items: center;
}
.has-submenu > .header-menu__group-submenu > .header-menu__group > .header-menu__group-submenu-item  { width: 100%; }
.header-menu__group-submenu2 {
	opacity: 0;
	position: absolute;
	left: 30%;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 14px 28px;
    z-index: 10;
	display: none;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column;
    transition: ease 0.2s;
}
.header-menu__group-submenu2 > .header-menu__group-submenu-item {
	width: 33%;
}
.header-menu__group .menu-arrow {
	position: relative;
}
.header-menu__group .menu-arrow > svg {
	position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0, -6px);
    fill: #004987;
}

.has-submenu > .header-menu__group-submenu > .header-menu__group:hover > .header-menu__group-submenu2 {
	opacity: 1;
	display: flex;
}
.has-submenu > .header-menu__group-submenu > .header-menu__group:hover .menu-arrow > svg { fill: #00a2d9; }
.has-submenu > .header-menu__group-submenu > .header-menu__group:hover > .header-menu__group-submenu-item {
    color: #00a2d9;
}
.has-submenu > .header-menu__group-submenu > .header-menu__group:hover > .header-menu__group-submenu-item:after {
    width: 100%;
}

.mobile-menu__item-arrow2 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    align-items: center;
    cursor:  pointer;
}
.mobile-menu__item-arrow2 i {
    display: block;
    border: 4px solid transparent;
    border-left: 5px solid #003765;
    border-radius: 3px;
    height: 9px;
}

.icon-phone-buttons span {
    display:flex;
    justify-content: center;
    align-items: center;
}
.icon-phone-buttons span::before {
    content: url(../images/phone-buttons.svg);
    margin-right: 10px;
    height: 18px;
    width: 14px;
    display: flex;
}

/* Article author */
.article-author-block .employee-card {
    flex-direction: row;
    padding: 20px 0;
    gap: 30px;
}
.article-author-block .employee-card .employee-card__avatar,
.article-author-block .employee-card .employee-card__avatar img { width: 8rem; height: 8rem; }
.article-author-block .employee-card .author-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.article-author-block .employee-card .author-info a { color: #001222; }
@media (max-width: 767px) {
    .article-author-block .employee-card { flex-direction: column; gap: 0;}
    .article-author-block .employee-card .author-info { text-align: center; }
}

/* Page author */
.author-info-block .employee-card {
    flex-direction: row;
    padding: 50px 0;
    gap: 60px;
}
.author-info-block .employee-card .author-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}
@media (max-width: 767px) {
    .author-info-block .employee-card { flex-direction: column; gap: 20px;}
    .author-info-block .employee-card .author-info { text-align: center; }
}
@media (max-width: 1279px) {
    .header-soc-block {
        margin-left: auto;
    }
}
@media (min-width: 1280px) {
    .header-soc-block {
        padding-right: 1.25rem;
    }
}
.btn-header-soc {
    border-radius: 8px;
    transition: border-color .3s,background-color .3s;
    padding: 5px;
    height: auto;
    color: #00a2d9;
    font-size: 18px;
    line-height: 2.6;
    background-color: #ebf6fe;
    width: 40px;
    height: 40px;
    border-radius: 12px;
}
.btn-header-soc .btn__icon {
    transition: opacity .3s,-webkit-filter .3s;
    transition: filter .3s,opacity .3s;
    transition: filter .3s,opacity .3s,-webkit-filter .3s;
    filter: brightness(0) saturate(100%) invert(18%) sepia(89%) saturate(1692%) hue-rotate(189deg) brightness(96%) contrast(101%);
}
@media (max-width: 545px) {
    .header-mobile ._ml-md {
        margin-left: 5px!important;
    }
}
@media (max-width: 475px) {
    .btn-header-soc {
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
    .header-mobile .btn--size-md {
        --button-height: 25px;
        border-radius: 5px;
    }
}
@media (max-width: 375px) {
    .header-soc-block {
        display: none!important;
    }
    .header-mobile .btn--size-md {
        --button-height: 40px;
        border-radius: 12px;
    }
    .header-mobile .btn--light-2._ml-md {
        margin-left: auto!important;
    }
}
.header .form-in-input--header-search {
    margin-bottom: 0;
}

.container.container--base-slider {
    margin-bottom: 50px;
}
.container.container--base-slider .base-slider__dots {
    position: absolute;
    bottom: -3px;
}
.page-template-template-china #main .container.container--base-slider .swiper-pagination-bullet-active {
    max-width: 20px;
    width: 100%;
    border-radius: 50px;
}
.hero-slider__slide .button-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 110px;
}
@media (max-width: 1019px) {
    .page-home { overflow-x: hidden; }
    .page-home .hero-slider { overflow: visible; min-height: 160px;}  
    .page-home .hero-slider .hero-slider__slide { min-height: 160px; }  
    .page-home .hero-slider .hero-slider__slide .button-wrapper {   position: absolute;        top: 170px; }
    .page-home .hero-slider #hero-slider { margin-bottom: 60px; }
    .page-home .hero-slider #hero-slider .slick-list { overflow: visible; min-height: 160px; }
    .page-home .hero-slider #hero-slider .slick-slide {min-height: 160px;}
    .page-home .hero-slider #hero-slider .hero-slider__slide-bg { height: auto; min-height: 100%; }
}
/* End Правка Hero slider */

@media (max-width: 767px) {
    .popup .g-recaptcha {
        display: flex;
        justify-content: flex-end;
    }
}

.button-anchor {
    margin-top: 12px;
    margin-bottom: 12px;
}
.overflow-x-auto { overflow-x: auto; }
.justify-cener { justify-content: center; }

@media (max-width: 460px) {
    .grecaptcha-badge {
        z-index: 9999 !important;
    }
    body iframe[src*="https://www.google.com/recaptcha/"],
    body .rc-imageselect,
    body .g-recaptcha {
        max-width: 100vw !important;
        width: 100% !important;
        transform: none !important;
        left: 0 !important;
        right: 0 !important;
    }
}

/* Telegram icons */
@media (max-width: 375px) {
    .header-soc-block {        display: flex !important;    }
    .header-soc-block > *{        display: none !important;    }  
    .header-soc-block > div:last-child{        display: block !important;    }    
    
    .header-soc-block .btn-header-soc {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        margin-right: 6px;
    }
    .header-mobile .hamburger {
        flex: 0 0 40px;
    } 
    .header-mobile .logo { flex: 1 1 40%; }
}
@media (max-width: 340px) {
    .header-mobile .logo { flex: 1 1 40%; }
    .header-mobile .logo svg { width: 80px; height: 24px; }
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input {
    background: #FAFAFA !important;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: none !important;
    font-family: 'Jost', sans-serif !important;
    padding: .65rem 1rem .5rem 1rem !important;
    height: 48px;
    font-size: 14px !important;
    color: #111 !important;
    line-height: 1rem;
    vertical-align: bottom;
    text-transform: uppercase;
    width: 100%;
}
.wpcf7 .wpcf7-form .hidden-fields-container {
    display: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  opacity: 0;
  width: 20px;
  height: 20px;
  margin-right: -24px;
  position: relative;
  z-index: 1;
}
.wpcf7 .wpcf7-form input:not([type="submit"]):not([type="button"]):not([type="file"]), .wpcf7-form select, .wpcf7-form textarea, .wpcf7-list-item-label {
  background-color: #FFFFFF;
  border-color: #ffffff !important;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    gap: 25px;
    margin-top: 25px;
    flex-wrap: wrap;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    display: none;
}
.wpcf7 .wpcf7-form  .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input + .wpcf7-list-item-label::before {
  content: url('https://pvl.com.ua/wp-content/uploads/2021/05/not_active.png');
  display: flex;
  float: left;
  margin-right: .5rem;
}
.wpcf7 .wpcf7-form  .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  content: url('https://pvl.com.ua/wp-content/uploads/2021/05/active.png');
}
.wpcf7 .wpcf7-form  .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  color: #111 !important;
  font-size: 12px !important;
  cursor: pointer;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: regular;
  line-height: 1.7;
  letter-spacing: 0px;
  text-transform: none;
  display: flex;
  align-items: center;
}
.wpcf7 .wpcf7-form input.wpcf7-form-control:not(.wpcf7-submit) {
    background: #FAFAFA !important;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: none !important;
    font-family: 'Jost', sans-serif !important;
    padding: .5rem 1rem !important;
    height: 48px;
    font-size: 12px !important;
    color: #111 !important;
}
.cost-wpcf7 .cost-form input.cf-input-text {
    background: #FAFAFA !important;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: none !important;
    font-family: 'Jost', sans-serif !important;
    padding: .5rem 1rem !important;
    height: 48px;
    font-size: 12px !important;
    color: #111 !important;
    line-height: 1rem;
    vertical-align: bottom;
    text-transform: uppercase;
    width: 100%;
}
.wpcf7 .wpcf7-form .ozy-half-input, .wpcf7 .wpcf7-form .ozy-half-input-last {
    padding: 0;
    margin: 0 0 20px 0;
}
.wpcf7 .wpcf7-form .ozy-half-input .wpcf7-form-control-wrap {
    padding: 0;
    margin: 0;
}
.wpcf7 .wpcf7-form .ozy-full-input-center {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
}
.wpcf7 .wpcf7-form .ozy-six-column-checkbox {
    margin: 0;
}
.wpcf7 .wpcf7-form .ozy-full-input-center {
    margin: 20px 0 0 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background-color: #4A7FD2;
  background-image: linear-gradient(to left, #302887, #4A7FD2);
  color: #fff !important;
  border: none !important;
  border-radius: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  padding: .75rem .5rem;
  font-weight: 600;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
  line-height: 1.7;
  cursor: pointer;
}
.cost-wpcf7 .cost-form .submit-button {
  background-color: #4A7FD2;
  background-image: linear-gradient(to left, #302887, #4A7FD2);
  color: #fff !important;
  border: none !important;
  border-radius: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  padding: .75rem .5rem;
  font-weight: 600;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
  line-height: 1.7;
  cursor: pointer;
}
#cost_form .message-send {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    line-height: 1;
}
.cost-wpcf7 .cost-form .ozy-half-input, .cost-wpcf7 .cost-form .ozy-half-input-last {
    padding: 0;
    margin: 0 0 20px 0;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-animate-zoom-in.mfp-ready {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5555;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%; 
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-animate-zoom-in.mfp-ready.active-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-animate-zoom-in.mfp-ready .mfp-content {
    padding: 50px 20px 0 20px;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-animate-zoom-in.mfp-ready .mfp-content .popup {
    position: relative;
    opacity: 1;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-animate-zoom-in.mfp-ready .mfp-content .popup .mfp-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
#request_form .send-application {
    margin-top: 30px;
}
#cost_form .ozy-six-column-checkbox {
    margin: 30px 0 20px 0;
}
#cost_form .wpcf7-list-item-label {
    background: transparent;
    color: #fff;
}
#cost_form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    color: #fff!important;
}
@media (min-width: 991px) {
    .wpcf7 .wpcf7-form {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }  
    .wpcf7 .wpcf7-form .ozy-half-input, .wpcf7 .wpcf7-form .ozy-half-input-last {
        padding: 0;
        margin: 0;
        max-width: 48%;
        width: 100%;
    } 
    .wpcf7 .wpcf7-form .ozy-full-input-center {
        margin: 0;
    }
    #cost_form [data-step-block="2"] {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
}
.costnote-wrapper { margin-top: -50px; }
.costnote { margin-top: 5px; }
@media (max-width: 768px) {
.costnote-wrapper { margin-top: 10px; padding: 0 20px 5px 5px; }
}
.table--delivery .has-note:after {
content: "*";
color: #f3d44a;
padding-left: 7px;		
}
.table--delivery .has-note__2:after {
content: "**";
color: #f3d44a;
padding-left: 7px;		
} 
.wrapper--relative-slider {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.base-slider__list ._gcell {
    max-width: max-content;
    margin: 0 auto;
}
.slider-button--base-slider {
    top: 50%;
}
.swiper-button-next::after, .swiper-button-prev::after {
    display: none;
}
.slider-button--light svg {
    max-width: 9px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: rgba(0,73,135,.35);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    max-width: 24px;
    width: 100%;
    border-radius: 50px;
}
.page-template-template-china #main .container.no-vc {
    max-width: 100%;
    width: 100%;
    padding: 0!important;
}
.page-template-template-china #main .container {
    margin: 0 auto;
    padding: 0 15px!important;
}
.page-template-template-china #main .wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto!important;
}

.page-template-template-china #main .wpcf7-form.init {
    max-width: 1240px;
    justify-content: center;
    margin: 0 auto;
}
.page-template-template-china #main .section .benefits, .page-template-template-china #main #calculator_form .container {
    padding: 0 15px;
}
.page-template-template-china #main .wpcf7 .wpcf7-form .ozy-six-column-checkbox {
    padding: 0 15px;
}
.page-template-template-china #main .ozy-six-column-checkbox > span > span > span {
    max-width: max-content;
    width: 100%;
}

.page-template-template-china #main .wrapper-services {
    gap: 25px;
}
.page-template-template-china #main .wrapper-services a:hover {
    text-decoration: none;
}
.section .wysiwyg--theme-default ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.page-template-template-china #main .section #btn--accent {
    background-color: #f3d44a!important;
    color: #002544!important;
    border: none;
}
.page-template-template-china #main .section .service-card:hover, .page-template-template-china #main .section .tile-list .tile-list__item:hover {
    text-decoration: none;
}
.page-template-template-china #main .section ol {
    padding-left: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.page-template-template-china #main .section ol li { 
    font-size: 1rem;
    line-height: 1.625em;
}
.page-template-template-china #main .section .wysiwyg table {
    margin: 20px 0;
}
.page-template-template-china #main .section .preview.preview--latest-news:hover {
    text-decoration: none;
}
.page-template-template-china #main .section .send-application__wrapper {
    display: block;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-animate-zoom-in.mfp-ready.active-modal .ozy-six-column-checkbox > span > span > span {
    max-width: max-content;
}
.page-template-template-china #main .section .container.container--base-slider {
    padding-bottom: 30px!important;
}
@media(min-width: 767px) {
    .page-template-template-china #main .section .send-application__wrapper {
        display: grid;
    }
    .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
        flex-wrap: nowrap;
    }
}
@media (min-width: 1199px) {
    .page-template-template-china #main .section .container {
        padding: 0 5%!important;
    }
    .page-template-template-china #main .wrapper-services ._gcell {
        max-width: 210px!important;
        width: 100%!important;
    }
    .page-template-template-china #main .wrapper-content {
        max-width: 1180px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px!important;
    }
    .section .wysiwyg--theme-default ul {
        margin-top: 2rem;
    }
    .slider-button--base-slider.slider-button--prev {
        width: 45px!important;
        left: 0;
    }
    .slider-button--base-slider.slider-button--next {
        width: 45px!important;
        right: 0;
    }
}

@media (min-width: 1359px) {
    .page-template-template-china #main .wrapper-content {
        max-width: 1300px;
    }
}

@media (min-width: 1439px) {
    .page-template-template-china #main .wrapper, .page-template-template-china #main .wrapper-content {
        max-width: 1400px;
    }
    .page-template-template-china #main .wrapper-services ._gcell {
        max-width: 250px!important;
    }
}

@media (min-width: 1599px) {
    .page-template-template-china #main .wrapper, .page-template-template-china #main .wrapper-content {
        max-width: 100%;
    }
    .page-template-template-china #main .wrapper-services {
        gap: 35px;
    }
}