body{
    color: var(--main-font-color);
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background: #F0F6F2;
}
.container-w-1852{
    max-width: 1852px;
    width: 100%;
}
header.section-header-block{
    padding: 15px 0;
    position: sticky;
    background: #F0F6F2;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .2s;
}
.header-block-wrapper{
    display: flex;
    align-items: center;
}
.header-block-wrapper .header-block-items{
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-left: auto;
}
.btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 30px;
    background: none;
    border: none;
    outline: none;
    transition: all .2s ease-in-out;
}
.language-switcher{
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 28px;
    background: var(--light-color);
    cursor: pointer;
}
.language-switcher a,
.language-switcher span{
    color: var(--header-font-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    z-index: 9;
    text-decoration: none;
}
.language-switcher a{
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: auto;
    border-radius: 25px;
    transition: .2s all ease-in-out;
}
.language-switcher a:hover{
    color: #fff;
    background: var(--green-color);

}
.language-switcher ul li{
    text-align: center;
    margin-bottom: 3px;
}
.language-switcher ul{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--light-color);
    list-style: none;
    width: 100%;
    padding-top: 100%;
    border-radius: 28px;
    display: none;
}
.language-switcher:hover ul{
    display: block;
}
.btn.btn-callback{
    color: var(--light-color);
    font-family: var(--header-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-color);
    padding: 0 31px;
    border-radius: 28px;
}
.btn.btn-callback:hover{
    background: var(--blue-color-2);
}
.header-phones-block-wrapper{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 10px;
    height: 56px;
    border-radius: 28px;
    align-items: center;
    justify-content: center;
    background: var(--light-color);
}
.header-phones-block-hover{
    display: none;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 46px 10px 14px;
    border-radius: 28px;
    align-items: center;
    justify-content: center;
    background: var(--light-color);
    position: absolute;
    top: 0;

}
.header-phones-block-wrapper a{
    text-decoration: none;
    color: var(--header-font-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    z-index: 9;
}
.header-phones-block-wrapper a i{
    font-size: 13px;
}


.header-phones-block-hover li{
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px dashed #F4F4F4;
}
.header-phones-block-wrapper:hover .header-phones-block-hover{
    display: flex;
}
.search-form-header{
    display: none;
}
.btn-search-open-form{
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 28px;
    background: var(--light-color);
    cursor: pointer;
    z-index: 9;
}
.btn-search-open-form i{
    color: var(--header-font-color);
    font-size: 17px;
}
.search-wrapper.open-form .search-form-header{
    display: flex;
}
.search-wrapper .search-form-header{
    align-items: center;
    justify-content: center;
    height: 56px;
    position: absolute;
    right: 0;
    z-index: 9;
    background: var(--light-color);
    border-radius: 56px;
    padding: 0 15px;
    padding-right: 100%;
}
.toggle-sub-menu{
    display: none;
}
.search-form-header input{
    border: none;
    outline: none;
    color: var(--header-font-color);
    font-family: var(--header-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.btn-search-open-form .close-search-icon{
    display: none;
}
.open-form .btn-search-open-form i,
.open-form .btn-search-open-form img{
    display: none;
}
.btn-search i{
    font-size: 17px;
    color: var(--header-font-color);
}
.open-form .btn-search-open-form .close-search-icon{
    display: inline-block;
    border: none;
    outline: none;
    color: var(--header-font-color);
    font-family: var(--header-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.main-menu{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 29px;
}
.header-block-menu{
    margin-left: auto;
    margin-right: auto;
}
.main-menu > li{
    padding: 15px 0;
}
.main-menu > li:after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--green-color);
    position: absolute;
    right: -16.5px;
    top: calc((100% - 4px) / 2);
}
.main-menu > li:last-of-type:after{
    display: none;
}
.main-menu li span,
.main-menu li a{
    color: var(--dark-green-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s all;
}
.main-menu > li:hover > span,
.main-menu > li:hover > a{
    text-decoration: underline;
}
.main-menu li ul{
    position: absolute;
    top: 100%;
    padding: 25px;
    border-radius: 28px;
    background: #fff;
    list-style: none;
    margin: 0;
    display: none;
    flex-direction: column;
    row-gap: 5px;
}
.main-menu  li ul a,
.main-menu  li ul span{
    white-space: nowrap;
}

.main-menu  li ul li:last-of-type:after{
    display: none;
}
.main-menu li:hover > ul{
    display: flex;
}
.header-logo-light{
    display: none;
}
.header-sticky .main-menu li span,
.header-sticky .main-menu li a{
    color: var(--light-color);
}

.header-sticky .main-menu li li span,
.header-sticky .main-menu li li a{
    color: var(--header-font-color);
}

.header-sticky .main-menu > li:after{
    background: var(--light-color);
}
.header-sticky .header-logo:not(.header-logo-light){
    display: none;
}
.header-sticky .header-logo-light{
    display: block;
}
.header-sticky .mobile-menu-toggle{
    background: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-sticky .mobile-menu-toggle img{
    height: 15px;
}
.main-menu li ul li span:hover,
.main-menu li ul li a:hover{
    background: #8ED1E3;
    color: var(--light-color);
}
.menu-backdrop{
    display: none;
}
.mobile-header-menu-top{
    display: none;
}
.main-menu li ul li span:not(.toggle-sub-menu) ,
.main-menu li ul li a {
    color: var(--header-font-color);
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 10px 12px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
}
.main-menu li li.has-submenu > a{
    display: flex;
    column-gap: 10px;
    justify-content: center;
}
.main-menu li li.has-submenu > a:after{
    display: inline;
    content: '\e814';
    font-family: "novo-lviv-icons";
}

.main-menu li li.has-submenu > ul{
    width: fit-content;
    border-radius: 10px;
}
.main-menu li li.has-submenu:hover > ul{
    left: calc(100% - 50px);
    transform: translateX(50px);
    top: -15px;
}


header.section-header-block.header-sticky{
    background: var(--gradient-background);
}
.header-sticky .btn.btn-callback:not(:hover){
    background: #fff;
    color: var(--header-font-color)
}
.modal-custom .modal-content{
    background: var(--light-color);
    border-radius: 28px;
}
.modal-custom  .modal-header .btn-close{
    outline: none;
    background: none;
    border: none;
    font-size: 28px;
    padding: 12px;
}
.modal-custom .modal-header{
    border: none;
}
.form-customizer .form-group .form-control{
    border: 1px solid #3EC248;
    border-radius: 12px;
    height: 57px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 23px;
    color: var(--header-font-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}
.field-diagnostics-name{
    width: 100%;
}
.form-customizer .form-group textarea.form-control{
    height: 131px;
}
.form-customizer .form-group .form-control::placeholder{
    color: #878686;
}
.btn-submit{
    height: 57px;
    padding: 10px;
    border-radius: 61px;
    background: var(--green-color);
    border: 1px solid var(--green-color);
    color: var(--light-color);
    font-family: var(--header-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.modal-custom .btn-submit{
    width: 100%;
}
.btn-submit:hover{
    background: var(--light-color);
    color: var(--green-color);
}

.help-block{
    height: 0;
    overflow-y: hidden;
    transition: .3s all;
}
.has-error .help-block {
    background: red;
    color: var(--light-color);
    border-radius: 0px 0 10px 10px;
    padding: 0 10px;
    font-size: 12px;
    margin-top: 0px;
    margin-right: 14px;
    margin-left: 14px;
    height: 18px;
}

.form-message-block{
    margin-top: 30px;
}
.form-message-block .form-message-block-text{
    color: #0f5132;
    background: #d1e7dd;
    border: 1px solid #badbcc;
    padding: 1rem;
    border-radius: 12px;
    line-height: 20px;

}
.top-header-mobile,
.mobile-close-menu,
.open-phones-mobile,
.mobile-toggle-menu,
.mobile-menu-toggle-wrapper{
    display: none;
}
.open-phones-mobile {
    color: var(--header-font-color);
}
.section-map-block{
    line-height: 0;
}

.section-footer-block{
    padding: 52px 0;
    background: #9B9B9B;
}
.footer-block-logo img{
    height: 146px;
    width: auto;
    max-width: none;
}
.copyright{
    display: flex;
    row-gap: 8px;
    flex-direction: column;
    color: var(--light-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 153%;
    text-align: left;
    margin-top: 45px;
}
.copyright .sprava-row{
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.footer-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-header{
    color: var(--light-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 43px;
    text-align: left;
    margin-bottom: 15px;
}
.footer-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    row-gap: 22px;
    flex-wrap: wrap;
}
.footer-menu li{
    width: calc(50% - 15px / 2);
}
.footer-menu li a{
    color: var(--light-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
    position: relative;
}
.footer-menu li a:after{
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    background: var(--light-color);
    transition: all .2s ease-in-out;
    width: 100%;
    height: 1px;
    content: "";
    transform: scaleX(0);
}

.footer-menu li a:hover:after{
    transform: scaleX(1);
}
.footer-address{
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}
.footer-address a,
.footer-address{
    color: var(--light-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    white-space: nowrap;
}
.footer-socials{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 2px;
    line-height: 43px;
}
.footer-socials a{
    display: block;
}
.footer-socials a i{
    font-size: 36px;
    line-height: 36px;
    color: var(--light-color);
    transition: all .2s ease-in-out;
}
.footer-socials a:hover i{
    color: var(--blue-color);
}
.footer-row .footer-column{
    max-width: 14%;
}
.footer-row .footer-column:nth-of-type(3),
.footer-row .footer-column:nth-of-type(2){
    max-width: 20%;
}
.footer-row .footer-column:last-of-type{
    display: none;
}
.section-mb{
   margin-bottom:  95px
}

.swiper-home-slider{
    border-radius: 30px;
    overflow: hidden;
}
.swiper-home-slider-item .swiper-home-slider-item-content-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #76cae18c;
}
.swiper-home-slider-item .home-slider-top-heading{
    border-radius: 52px;
    border: 1px solid var(--dark-green-color);
    color: var(--dark-green-color);
    padding: 11px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px;
}
.home-slider-title{
    color: var(--header-font-color-alt);
    font-family: var(--header-font);
    font-size: 85px;
    font-weight: 700;
    line-height: 92px;
    text-align: left;
}
.home-slider-caption{
    color: var(--header-font-color-alt);
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    margin-bottom: 36px;
}

.home-slider-buttons {
    display: flex;
    gap: 20px;
}

.home-slider-buttons .btn.btn-submit-light {
    text-decoration: none;
    color: var(--header-font-color);
    padding-left: 20px;
    padding-right: 20px;
    min-width: 57px;
}

.btn.btn-more{
    height: 57px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding: 0 100px;
    background: var(--green-color);
    color: var(--light-color);
    font-family: var(--header-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.btn.btn-more:hover{
    background: var(--light-color);
    color: var(--green-color);
}
.swiper-home-slider .swiper-pagination {
    position: absolute;
    left: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    top: 0;
    z-index: 9;
}
.swiper-home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;
    background: var(--light-color);
}
.swiper-home-slider .swiper-pagination .swiper-pagination-bullet{
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid var(--light-color);
    border-radius: 50%;
    background: transparent;
}
.home-slider-banner{
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 9;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .4);
}
.home-slider-banner img{
    height: 199px;
    width: auto;
}
.swiper-home-slider-item-image picture{
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-home-slider-item-image picture img{
    width:auto;
    height: 100%;
    max-width: none;
}
.swiper-home-slider .transform-top {
    opacity: 0;
    transform: translateY(-40px);
    transition: all 1000ms ease;
}
.swiper-home-slider .swiper-slide-active .transform-delay-1 {
    transition-delay: 400ms;
}
.swiper-home-slider .swiper-slide-active .transform-top {
    opacity: 1;
    transform: translateY(0);
}
.swiper-home-slider .transform-delay-2 {
    transition-delay: 1600ms;
}
.swiper-home-slider .swiper-slide-active .transform-right {
    opacity: 1;
    transform: translateX(0);
}
.swiper-home-slider .transform-right {
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(200px);
}
.swiper-home-slider-item-image picture{
    height: 816px;
    overflow: hidden;
}
.home-slider-form{
    border-radius: 30px;
    margin-top: 30px;
}

.form-header {
    font-size: 32px;
    font-weight: 700;
    font-family: var(--header-font);
    color: var(--header-font-color-alt);
}

.form-header + span {
    font-size: 16px;
    color: #878686;
}

.frontend-widgets-blocks-homesliderblock {
    position: relative;
}

.slider-form {
    position: absolute;
    top: 48px;
    width: 700px;
    left: 50%;
    z-index: 2;
    background: var(--light-color);
    color: var(--header-font-color);
    border-radius: 30px;
    padding: 48px 115px;
}
.home-slider-form.custom-form-opacity-fields .form-control{
    height: 57px;
}
.home-slider-form.custom-form-opacity-fields .form-control{
    height: 57px;
}
.home-slider-form .field-mb-11{
    display: flex;
    flex-direction: column;
   row-gap: 17px;
}
.home-slider-form.custom-form-opacity-fields textarea.form-control{
    height: 131px;
    padding: 10px 22px;
}
.home-slider-form .section-questions-form-block-form-header span{
    text-align: left;
}
.home-slider-form .section-questions-form-block-form-header{
    margin-bottom: 15px;
}

.section-home-slider-block + .section-home-form-block{
    margin-top: -154px;
    z-index: 10;
}

.home-slider-form input::placeholder {
  color: #878686 !important;
}

.home-slider-form button {
    margin-top: 29px;
}

.field-bodyhome-slider-anonymous label,
.field-bodyhome-slider-agree label,
.field-home-slider-anonymous label,
.field-home-slider-agree label {
    color: #878686;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.field-bodyhome-slider-anonymous label input,
.field-bodyhome-slider-agree label input,
.field-home-slider-anonymous label input,
.field-home-slider-agree label input {
    display: none;
}
.field-bodyhome-slider-agree label a,
.field-home-slider-agree label a {
    margin-left: 4px;
}

.field-bodyhome-slider-anonymous label:after,
.field-bodyhome-slider-agree label:after,
.field-home-slider-anonymous label:after,
.field-home-slider-agree label:after {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    border-radius: 50%;
    border: 1px solid var(--blue-color);
    margin-right: 3px;
}

.field-bodyhome-slider-anonymous label:has(input:checked):after,
.field-bodyhome-slider-agree label:has(input:checked):after,
.field-home-slider-anonymous label:has(input:checked):after,
.field-home-slider-agree label:has(input:checked):after {
    background: var(--blue-color);
}

.home-slider-swiper-navigation {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    gap: 13px;
}

.home-slider-swiper-navigation > div {
    color: var(--light-color);
    border: 1px solid var(--light-color);
    background: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    width: 56px;
    height: 56px;
}

.home-slider-swiper-navigation > div:hover {
    background: var(--light-color);
    color: var(--blue-color);
}


.field-mb-11.amount-field {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-top: 13px;
    margin-bottom: 13px;
    font-weight: 700;
}

.field-mb-11.amount-field input {
    font-weight: 700;
}

.field-mb-11.amount-field a {
    text-decoration: none;
    color: var(--header-font-color);
    white-space: nowrap;
}
.amount-field-wrapper{
    position: relative;
    max-width: 210px;
}
.amount-field-wrapper .has-error .help-block{
    height: auto;
}
.amount-field-wrapper .currency-field-wrapper{
    position: absolute;
    top: 0;
    right: 0;
}
.amount-field-wrapper .currency-field-wrapper .form-group .nice-select:visited,
.amount-field-wrapper .currency-field-wrapper .form-group .nice-select:active,
.amount-field-wrapper .currency-field-wrapper .form-group .nice-select:focus,
.amount-field-wrapper .currency-field-wrapper .form-group .nice-select{
    border: none;
    background: var(--green-color);
    min-width: 85px;
}
.amount-field-wrapper select.form-control.nice-select-custom{
    display: none;
}

.amount-field-wrapper .currency-field-wrapper .nice-select .current{
    color: var(--light-color);
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.amount-field-wrapper .currency-field-wrapper .nice-select:after{
    border-bottom: 2px solid var(--light-color);
    border-right: 2px solid var(--light-color);
}
.field-mb-11.amount-field .amount-field-values{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-form-opacity-fields .amount-field-wrapper #home-slider-amount.form-control{
    padding-right: 90px;
}

.section-breadcrumbs .container-w-1852{
    padding: 120px 0;
    border-radius: 30px;
    background: var(--gradient-background);
}
.section-breadcrumbs h1{
    font-size: 64px;
    line-height: 68px;
    color: var(--light-color);
    font-family: var(--header-font);
    font-weight: 700;
    margin-bottom: 25px;
}
.section-breadcrumbs .breadcrumb{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    column-gap: 22px;
}
.section-breadcrumbs .breadcrumb span,
.section-breadcrumbs .breadcrumb a{
    font-size: 14px;
    color: var(--light-color);
    line-height: 17px;
    text-decoration: none;
}

.section-breadcrumbs .breadcrumb li >span{
    font-weight: 700;
}
.section-breadcrumbs .breadcrumb li:not(:last-of-type):after{
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: var(--light-color);
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: -14px;
}
.section-diagnostics-block-item-wrapper{
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    column-gap: 45px;
    clip-path: var(--clip-path-bottom);
    background: var(--light-color);
}
.section-diagnostics-block-items{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.section-diagnostics-block-item .btn.circle{
    position: absolute;
    right: 7px;
    bottom: 7px;
}

.section-diagnostics-block-item-wrapper .section-diagnostics-block-item-image{
    border-radius: 20px;
    overflow: hidden;
    height: 305px;
    width: 285px;
    display: flex;
    align-items: center;
}
.section-diagnostics-block-item-wrapper .section-diagnostics-block-item-image picture{
    width: 100%;
    height: 100%;
}
.section-diagnostics-block-item-wrapper  .section-diagnostics-block-item-content{
    width: calc(100% - 45px - 285px);
}
.section-diagnostics-block-item-wrapper .section-diagnostics-block-item-header{
    color: var(--header-font-color);
    font-family: var(--header-font);
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section-diagnostics-block-item-wrapper .section-diagnostics-block-item-header a{
    text-decoration: none;
    /*color: var(--header-font-color);*/
    color: var(--dark-green-color);
}
.section-diagnostics-block-item:after{
    content: "";
    width: 45%;
    height: 1px;
    background: #D9D9D9;
    bottom: 35px;
    position: absolute;
    left: calc(285px + 20px + 45px);
    display: block;
}
.diagnostics-form-wrapper{
    width: 75%;
    position: sticky;
    top: 200px;
}
.diagnostics-form-wrapper .header-with-link{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.diagnostics-form-wrapper .header-with-link .section-header{
    margin-bottom: 20px;
}
.diagnostics-form-wrapper .header-with-link .section-sub-header{
    margin-bottom: 24px;
}
.diagnostics-form-wrapper-form{
    margin-top: 80px;
}
.form-customizer .diagnostics-form .btn-submit{
    width: 100%;
}
.custom-form .form-group select.form-control::selection,
.custom-form .form-group select.form-control,
.custom-form .form-group select.form-control option:first-of-type{
    color: #878686;
}
.section-diagnostics-block:before {
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    content: url(/storage/icons/bg-2.webp);
}
.section-services-block{
    background: var(--gradient-background);
    padding: 73px 0;
}
.swiper-services-slider-item{
    clip-path: var(--clip-path-bottom);
    border-radius: 30px;
    overflow: hidden;
}

.swiper-services-slider-item:before {
    content: '';
    background: linear-gradient(0deg,#8cd0dd , #ffffff00 100%);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.swiper-services-slider-item .services-slider-item-image{
    height: 100%;
    width: 100%;
}
.section-services-block .swiper-slide-wrapper .btn.circle{
    position: absolute;
    right: 7px;
    bottom: 7px;
    background: #fff;
}
.section-services-block .swiper-slide-wrapper .btn.circle:before,
.section-services-block .swiper-slide-wrapper .btn.circle i{
    color: var(--green-color);
}

.section-services-block .services-slider-item-content{
    position: absolute;
    top: 60%;
    left: 40px;
}
.section-services-block .services-slider-item-header a{
    font-size: 32px;
    color: var(--light-color);
    line-height: 36px;
    font-family: var(--header-font);
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 0 2px #0003;
}
.section-about-block .about-image-video-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-about-block .about-video,
.section-about-block .about-image{
    border-radius: 30px;
    overflow: hidden;
}
.section-about-block .about-video{
    margin-top: -190px;
    width: 520px;
    height: 287px;
}
.section-about-block .about-video iframe{
    width: 520px;
    height: 287px;
}
.about-content-wrapper{
    width: 90%;
}
.about-content-wrapper h1 {
    color: var(--header-font-color-alt);
}

.about-content-wrapper h1 span {
    color: var(--blue-color);
}

.about-content-wrapper strong {
    color: var(--header-font-color);
    font-weight: 400;
}

.section-about-block:before{
    position: absolute;
    display: block;
    top: -50px;
    left: 0;
    content: url(/storage/icons/bg-2.webp);
}
.section-advantages-item{
    background: var(--light-color);
    border-radius: 30px;
    padding: 22px 38px 12px 44px;
    height: 100%;
}
.advantages-header{
    font-size: 16px;
    line-height: 18px;
    color: var(--dark-green-color);
    font-family: var(--header-font);
    font-weight: 700;
    margin-bottom: 15px;
}
.advantages-header:before{
    width: 7px;
    height: 7px;
    background: var(--green-color);
    border-radius: 3.5px;
    position: absolute;
    top: 4.5px;
    left: -17px;
    content: "";
    display: block;
}
.advantages-text{
    margin-bottom: 25px;
}
.advantages-icon img{
    height: 62px;
    width: auto;
}

.section-consultations-block-items{
    display: flex;
    flex-direction: row;
    gap: 20px 25px;
    flex-wrap: wrap;
    align-items: center;
}
.section-consultations-block-items > .section-consultations-block-item{
    width: calc((100% - 50px) / 3);
    display: flex;
    align-items: center;justify-content: space-between;
    padding: 5px 6px 5px 40px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 700;
    font-family: var(--header-font);
    color: var(--dark-green-color);
    position: relative;
    border-radius: 50px;
    transition: .3s all ease-in-out;
}
.section-consultations-block-items > .section-consultations-block-item:before{
    width: 10px;
    height: 10px;
    background: var(--blue-color);
    border-radius: 5px;
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 17px;
}
.section-consultations-block-items > .section-consultations-block-item.active:before{
    background: var(--light-color);
}
.section-consultations-block-wrapper{
    background: var(--light-color);
    padding: 20px;
    border-radius: 20px;
    clip-path: var(--clip-path-bottom);
}
.section-consultations-block .section-consultations-block-wrapper + .btn.circle{
    position: absolute;
    right: 15px;
    bottom: 3px;
}
.section-consultations-block-item .btn.circle{
    background: var(--light-color);
    opacity: 0;
    transition: .3s all ease-in-out;
}
.section-consultations-block-item .btn.circle:before,
.section-consultations-block-item .btn.circle i{
    color: var(--green-color);
}
.section-consultations-block-item.active{
    background: var(--green-color);
    color: var(--light-color);
}
.section-consultations-block-item.active .btn.circle{
    opacity: 1;
}
.section-consultations-block-item span:first-of-type{
    width: calc(100% - 47px);
}
.consultations-item-image{
    border-radius: 20px;
    overflow: hidden;
}

.section-reviews-block:after{
    position: absolute;
    display: block;
    top: -120px;
    right: 0;
    content: url(/storage/icons/bg-3.webp);
}

.review-item .review-item-wrapper{
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    clip-path: var(--clip-path-top);
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.review-item .btn.circle{
    position: absolute;
    top: 7px;
    right: 7px;
}
.review-item .btn.circle:before{
    content: '\e812';
}
.review-item .review-item-name{
    text-transform: uppercase;
    color: var(--dark-green-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 5px;
}
.review-item .review-item-rating{
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-bottom: 20px;
}
.review-item .review-item-rating i{
    font-size: 16px;
    color: #FFC807;
}


.section-appointment-form-block .section-appointment-form-block-wrapper{
    border-radius: 30px;
    background: var(--gradient-background);
    padding: 35px 100px;
}
.section-appointment-form-block-wrapper .section-questions-form-block-form-header span,
.section-appointment-form-block-wrapper .section-questions-form-block-form-header{
    text-align: left;
}
.section-appointment-form-block-wrapper  .home-slider-form{
    padding: 0;
    border-radius: 0;
    background: none;
}
.staff-slider-item-image-wrapper{
    margin-bottom: 20px;
}
.staff-slider-item-image-wrapper .staff-slider-item-image{
    border-radius: 30px;
    overflow: hidden;
    clip-path: var(--clip-path-bottom);
}
.staff-slider-item-image-wrapper .btn.circle{
    position: absolute;
    right: 7px;
    bottom: 7px;
}
.swiper-staff-slider-item .staff-slider-item-content{
    padding: 0 24px;
}

.swiper-staff-slider-item  .staff-slider-item-text{
    margin-bottom: 11px;
}
.swiper-staff-slider-item  .staff-slider-item-text:before {
    width: 10px;
    height: 10px;
    background: var(--blue-color);
    border-radius: 5px;
    position: absolute;
    top: 5px;
    left: -20px;
    content: "";
    display: block;
}
.swiper-staff-slider-item .staff-slider-item-header a{
    color: var(--dark-green-color);
    font-family: var(--header-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
}

.section-staff-block .swiper .swiper-scrollbar{
    display: none;
}
.section-certificates-block .certificates-block-wrapper{
    background: var(--gradient-background);
    border-radius: 30px;
    padding: 60px 70px;
}
.certificates-block-slider img{
    width: 100%;
    height: auto;
}
.certificates-block-slider .certificates-block-item{
    border-radius: 20px;
    overflow: hidden;
}
.section-certificates-block .swiper-wrapper{
    align-items: center;
}
.section-gallery-block{
    width: 100%;
    overflow-x: hidden;
}

.gallery-block-slider img{
    width: 100%;
    height: auto;
}
.gallery-block-slider .gallery-block-items{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.gallery-block-slider .gallery-block-item{
    border-radius: 20px;
    overflow: hidden;
}

.swiper .swiper-scrollbar{
    max-width: 950px;
    margin: auto;
    margin-top: 45px;
    background: var(--light-color);
    border-radius: 2.5px;
    height: 5px;

}
.swiper .swiper-scrollbar .swiper-scrollbar-drag{
    height: 5px;
    border-radius: 2.5px;
    background: var(--blue-color);
}

.section-contact-block-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--gradient-background);
    border-radius: 30px;
    padding: 55px 120px;
}
.section-contact-block-wrapper .section-contact-block-item{
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.section-contact-block-wrapper .section-contact-block-item a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
}
.section-contact-block-wrapper .section-contact-block-item a img{
    width: 60px;
    height: auto;
}
.section-contact-block-item .section-contact-block-item-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section-contact-block-item .section-contact-block-item-text,
.section-contact-block-item .section-contact-block-item-text a{
    color: var(--light-color);
    font-size: 42px;
    line-height: 51px;
    font-family: var(--header-font);
    font-weight: 700;
    text-decoration: none;
}
.section-contact-block-item .section-contact-block-item-text a{
    font-size: 32px;
    line-height: 39px;
}

.section-contact-block-wrapper .section-contact-block-item a.section-contact-block-item-icon{
    border: 1px solid var(--light-color);
    color: var(--light-color);
    border-radius: 12px;
    width: 60px;
    height: 60px;
    transition: all .2s ease-in-out;
}


.section-contact-block-wrapper .section-contact-block-item a.section-contact-block-item-icon:hover{
    color: var(--blue-color);
    background: #fff;
}
.section-contact-block-wrapper .section-contact-block-item a i.icon-icon-facebook-big ,
.section-contact-block-wrapper .section-contact-block-item a i.icon-icon-instagram-big {
    font-size: 34px;
    margin-left: -2px;
}

.section-contact-block-wrapper .section-contact-block-item a i.icon-icon-youtube-big {
    font-size: 29px;
    margin-left: -15px;
}
.swiper-news-slider-item{
    padding: 12px;
    background: #fff;
    border-radius: 20px;
    clip-path: var(--clip-path-bottom)
}
.swiper-news-slider-item .news-slider-item-image img{
    width: 100%;
    height: auto;
}
.swiper-news-slider-item .news-slider-item-image{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 18px;
}

.swiper-news-slider-item .news-slider-item-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 4px;
    margin-bottom: 8px;
}
.swiper-news-slider-item .news-slider-item-date span{
    color: var(--main-font-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
}
.swiper-news-slider-item  .news-slider-item-content {
    padding: 0 8px 18px;
}
.swiper-news-slider-item .news-slider-item-date:before{
    background: var(--blue-color);
    border-radius: 16px;
    height: 10px;
    width: 10px;
    display: flex;
    content: "";
}
.swiper-news-slider-item  .news-slider-item-content .news-slider-item-header{
    height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.swiper-news-slider-item  .news-slider-item-content .news-slider-item-header a{
    color: var(--dark-green-color);
    font-family: var(--header-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;

}

.swiper-news-slider .swiper-slide{
    height: 100%;
}

.btn.circle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border-radius: 40px;
    background: var(--blue-color);
    overflow: hidden;
    position: relative;
}
.search-item-wrapper .btn.circle,
.swiper-news-slider .swiper-slide-wrapper .btn.circle{
    position: absolute;
    right: 7px;
    bottom: 7px;
}
.btn.circle i {
    color: var(--light-color);
    line-height: 16px;
    font-size: 16px;
    margin-top: -3px;
    margin-left: -2px;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.btn.circle:hover i{
    transform: scale(0) translate(45px, -50px);
}
.btn.circle:before{
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    content: '\e808';
    font-family: "novo-lviv-icons";
    display: block;
    position: absolute;
    margin-top: -3px;
    margin-left: 2px;
    line-height: 16px;
    font-size: 16px;
    color: var(--light-color);
    transform: scale(0) translate(-50px, 50px);
}
.btn.circle:hover:before{
    transform: scale(1) translate(0, 0);
}
.header-with-link{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
a.link-arrow-more,
.link-arrow-more{
    color: var(--green-color);
    font-family: var(--header-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .2s ease-in-out;
}
a.link-arrow-more:hover{
    color: var(--blue-color);
}

.inverse a.link-arrow-more,
.inverse .link-arrow-more{
    color: #fff;
}
.link-arrow-more:after{
    background: url("/storage/icons/icon-long-arrow.svg");
    content: "";
    background-size: contain;
    margin-top: -2px;
    display: block;
    width: 139px;
    height: 14px;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
}
.link-arrow-more:hover:after{
    transform: scale(0);
}
.inverse .link-arrow-more:after{
    background: url("/storage/icons/icon-long-arrow-w.svg");
}
.slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-controls{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 13px;
}
.swiper-controls .swiper-button{
    width: 56px;
    height: 56px;
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s all;
}
.inverse .swiper-controls .swiper-button,
.swiper-controls .swiper-button:hover{
    background: var(--light-color);
    border-color: var(--light-color);
}
.inverse  .swiper-controls .swiper-button:hover{
    background: none;
    border-color: var(--light-color);
    color: var(--light-color);
}
.link-arrow-more .btn.circle{
    display: none;
}


.section-header{
    color:var(--header-font-color-alt);
    font-family: var(--header-font);
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
}
.section-header + span {
    color: #878686;
    margin-top: 19px;
    margin-bottom: 19px;
    display: block;
}

.counter-header {
    font-size: 64px;
    font-weight: 700;
    color: var(--blue-color);
}

.section-header + span strong {
    color: var(--header-font-color);
}

.section-counters-block .container {
    background: var(--light-color);
    border-radius: 20px;
    padding: 69px 45px 45px;
    clip-path: var(--clip-path-bottom);
}

.section-counters-item {
    padding: 20px 17px;
    border-radius: 12px;
    border: 1px solid var(--blue-color);
    height: 100%;
}

.section-counters-item:hover {
    color: var(--light-color);
    background: var(--gradient-background);
}

.section-counters-item:hover .counter-header {
    color: var(--light-color);
}

.undercounter-block {
    color: var(--header-font-color);
    margin-top: 38px;
    line-height: 1.2;
}

.inverse .section-header{
    color: var(--light-color);
}
.faq-accordion-wrapper .accordion-item{
    border: none;
    margin-bottom: 15px;
    border-radius: 0;
    background: none;
}
.faq-accordion-wrapper .accordion-item .faq-accordion-question-wrapper{
    display: flex;
    align-items: center;
    column-gap: 13px;
}

.faq-accordion-wrapper .accordion-item .faq-accordion-number{
    color: var(--green-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    transition: all .1s ease-in-out;
}
.faq-accordion-wrapper  .accordion-item:last-of-type .accordion-button.collapsed,
.faq-accordion-wrapper .accordion-item .accordion-button{
    border-radius: 45px;
    background: #fff;
    outline: none;
    box-shadow: none;
    padding:  23px 20px;
    transition: all .1s ease-in-out;
}
.faq-accordion-wrapper .accordion-item .accordion-button:not(.collapsed) .faq-accordion-question,
.faq-accordion-wrapper .accordion-item .accordion-button:not(.collapsed) .faq-accordion-number{
    color: #fff;
}

.faq-accordion-wrapper .accordion-item .accordion-button:not(.collapsed){
    color: #fff;
    background: var(--gradient-background);
}
.faq-accordion-wrapper .accordion-item .faq-accordion-question{
    color: var(--dark-green-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    transition: all .1s ease-in-out;
}
.faq-accordion-wrapper .accordion-item .accordion-body{
    color: var(--main-font-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    padding: 46px;
}
.faq-accordion-wrapper .accordion-item .accordion-body p:last-of-type{
    margin-bottom: 0;
}
.faq-accordion-wrapper  .accordion-button::after{
    content: '\e809';
    font-family: "novo-lviv-icons";
    color: #D9D9D9;
    background: none;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}
.faq-accordion-wrapper .accordion-button:not(.collapsed)::after{
    color: var(--light-color);
}

.section-faq-block:before {
    position: absolute;
    display: block;
    top: -70px;
    left: 0;
    content: url('/storage/icons/bg-1.webp');
}
section > .container{
    position: relative;
}

.section-questions-form-block .section-questions-form-block-wrapper{
    display: flex;
    align-items: center;
    background: var(--gradient-background-50);
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}


.section-questions-form-block .section-questions-form-block-image img{
    width: 100%;
    height: auto;
}
.section-questions-form-block .section-questions-form-block-form-wrapper{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 76px;
    padding-right: 51px;
}
.section-questions-form-block .section-questions-form-block-wrapper > div{
    width: 50%;
}

.custom-form-opacity-fields .form-control{
    width: 100%;
    padding: 0 22px;
    height: 71px;
    border: 1px solid var(--light-color);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.52);
    outline: none;
    color: var(--header-font-color);
}
.custom-form-opacity-fields textarea.form-control{
    height: 145px;
    margin-bottom: -2px;
}
.custom-form-opacity-fields .form-control::placeholder{
    color: #fff;
}

.home-slider-form.custom-form-opacity-fields .form-control {
    border: 1px solid var(--blue-color);
}
.section-questions-form-block-form-header{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.section-questions-form-block-form-header span{
    color: var(--light-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
}
.section-questions-form-block-form-header span:first-of-type{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.btn.btn-submit-light{
    border-radius: 60px;
    background: var(--light-color);
    border: 1px solid var(--light-color);
    color: var(--green-color);
    font-family: var(--header-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 100px;
    height: 57px;
}
.btn.btn-submit-light:hover{
    background: var(--green-color);
    border: 1px solid var(--green-color);
    color: var(--light-color);
}

.btn.btn-submit-dark {
    border-radius: 60px;
    background: var(--green-color);
    border: 1px solid var(--green-color);
    color: var(--light-color);
    font-family: var(--header-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 100px;
    height: 57px;
}

.btn.btn-submit-dark:hover{
    background: var(--light-color);
    border: 1px solid var(--green-color);
    color: var(--green-color);
}

.custom-form-opacity-fields .form-control:visited,
.custom-form-opacity-fields .form-control:active,
.custom-form-opacity-fields .form-control:focus{
    background: var(--light-color);
}


.pagination{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    margin-top: 30px;
}

.pagination li a,
.pagination li span{
    width: 47px;
    height: 47px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-color);
    border: 1px solid var(--green-color);
    text-decoration: none;
    line-height: 16px;
    transition: .3s all ease-in-out;
}
.pagination li.active a,
.pagination li.active span,
.pagination li a:hover,
.pagination li span:hover{
    color: var(--light-color);
    background: var(--green-color);
}
.staff-certificates-block-wrapper{
    padding: 25px 44px;
    border-radius: 30px;
    background: var(--light-color);
}
.staff-certificates-block-slider  .swiper-wrapper{
    align-items: center;
}
.section-staff-certificates-block .swiper-controls .swiper-button{
    background: #F0F6F2;
    border-color: #F0F6F2;
}
.section-staff-certificates-block .swiper-controls .swiper-button:hover{
    background: none;
}
.staff-page-preview .btn.circle i {
    line-height: 20px;
    font-size: 20px;
    margin-top: 0;
    margin-left: 0;
}
.staff-content-block-heading-text{
    color: var(--header-font-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    font-family: var(--header-font);
}

.staff-page-buttons{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.staff-page-buttons .btn.btn-more{
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    width: 100%;
}
.staff-page-buttons .btn.btn-more:nth-of-type(2){
    background: none;
    border: 1px solid var(--green-color);
    color: var(--green-color);
}
.staff-page-buttons .btn.btn-more:nth-of-type(2):hover{
    background:var(--green-color);
    color: var(--light-color);
}
#staff-modal .section-header span:first-of-type{
    display: none;
}
#staff-modal .section-header.show-header-1 span:first-of-type{
    display: block;
}
#staff-modal .section-header.show-header-1 span:last-of-type{
    display: none;
}

.staff-content-block .staff-line{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.staff-content-block .staff-line > div:first-of-type{
    font-weight: 700;
    font-family: var(--header-font);
    color: var(--header-font-color);
    font-size: 16px;
    line-height: 20px;
    width: 25%;
}
.staff-content-block .staff-line > div:last-of-type{
    width: 75%;
    font-weight: 400;
    font-family: var(--header-font);
    color: var(--header-font-color);
    font-size: 16px;
    line-height: 20px;
}
.staff-content-block iframe{
    width: 850px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
    margin-top: 70px;
    height: auto;
}
.staff-content-block hr{
    color: #D9D9D9
}
.staff-content-block.hide-last-hr hr:last-of-type{
    display: none;
}
.staff-content-block-heading{
    margin-bottom: 70px;
}
.error-404 .col-12{
    min-height: 70vh;
}
.error-404 .page-title{
    font-size: 200px;
    line-height: 210px;
    font-weight: 700;
    font-family: var(--header-font);
    color: var(--green-color);
}
.search-page-form-wrapper{
    margin-bottom: 30px;
}
.search-page-form-wrapper .search-wrapper .search-form-header{
    display: flex;
    position: unset;
    padding: 0 15px;
}
.search-page-form-wrapper .search-wrapper .btn-search-open-form {
    display: none;
}
.search-page-form-wrapper .search-form-header input{
    width: calc(100% - 40px);
}

.section-section-staff-content > .container{
    z-index: 9;
}
.section-section-staff-content:after{
    position: absolute;
    display: block;
    bottom: 70px;
    left: 0;
    content: url(/storage/icons/bg-2.webp);
}
.template-material-blog-page .section-breadcrumbs{
    margin-bottom: 20px;
}
.template-material-blog-page .section-blog-date span{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    display: block;
}
.contacts-page-block-item .btn.circle{
    position: absolute;
    bottom: 7px;
    right: 7px;
}
.contacts-page-block-item{
    transition: .2s all ease-in-out;
    cursor: pointer;
    height: 100%;
}
.contacts-page-block-item:hover{
    transform: translateY(-10px);
}
.contacts-page-block-item .contacts-page-block-item-wrapper{
    padding: 45px;
    border-radius: 30px;
    background: var(--light-color);
    clip-path: var(--clip-path-bottom);
    height: 100%;
}
.contacts-page-block-item-icon{
    width: 100%;
    display: flex;

}
.contacts-page-block-item-icon img{
    height: 35px;
    width: auto;
}
.contacts-page-block-item-divider{
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    position: relative;
    margin: 12px 0;
}
.contacts-page-block-item-divider:after{
    content: "";
    position: absolute;
    top: -6px;
    right: -12px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: #D9D9D9;
}
.contacts-page-block-item-divider:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #9c9c9c;
    transition: .2s all ease-in-out;
}
.contacts-page-block-item:hover .contacts-page-block-item-divider:before{
    width: 100%;
}
.contacts-page-block-item-values{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
.contacts-page-block-item-values .contact-page-socials{
    display: flex;
    align-items: center;
    column-gap: 2px;

}
.contacts-page-block-item-values .contact-page-socials i{
    color:  var(--green-color);
    font-size: 36px;
    transition: .2s all ease-in-out;
}
.contacts-page-block-item-values .contact-page-socials a:hover i{
    color:  var(--blue-color);
}

.contacts-page-block-item-values .contact-page-phones a,
.contacts-page-block-item-values .email-link{
    color: var(--main-font-color);
    text-decoration: none;
}
.contacts-page-block-item-values .contact-page-phones{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.section-other-services-block .swiper-services-slider-item .services-slider-item-image{
    position: relative;
}
.section-other-services-block .swiper-services-slider-item .services-slider-item-image:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}
.section-services-page-block .section-services-block-item{
    background: var(--light-color);
    border-radius: 30px;
    padding: 28px 25px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    text-decoration: none;
    transition: .2s all ease-in-out;
}
.section-services-block-item .section-services-block-item-image{
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 50px;
    background: var(--gradient-background);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease-in-out;
}

.section-services-block-item .section-services-block-item-image img{
    height: 42px;
    width: auto;
}
.section-services-block-item .section-services-block-item-image img:first-of-type{
    opacity: 0;
    position: absolute;
}
.section-services-block-item .section-services-block-item-text{
    width: calc(100% - 100px);
    color: var(--header-font-color);
    font-family: var(--header-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    transition: .2s all ease-in-out;
}
.section-services-page-block .section-services-block-item:hover{
    background: var(--gradient-background);
}
.section-services-block-item:hover .section-services-block-item-text{
    color: var(--light-color);
}

.section-services-block-item:hover .section-services-block-item-image{
    background: var(--light-color);
}
.section-services-block-item:hover .section-services-block-item-image img:last-of-type{
    opacity: 0;
}
.section-services-block-item:hover .section-services-block-item-image img:first-of-type{
    opacity: 1;
}
.appointment-service-form.home-slider-form.custom-form-opacity-fields textarea.form-control{
    height: 57px;
    padding: 10px 22px;
}

.appointment-service-form.home-slider-form.custom-form-opacity-fields .select:after,
.appointment-service-form.custom-form .form-group select.form-control{
    color: var(--light-color);
}
.appointment-service-form.custom-form .form-group.has-success select.form-control{
    color: var(--header-font-color);
}
.appointment-service-form.custom-form .form-group .form-control option:not(:first-of-type){
    color: #878686;
}

.section-sub-services-page-block{
    background: var(--gradient-background);
    padding: 73px 0;
}
.section-sub-services-page-block.section-services-page-block .section-services-block-item{
    background: none;
    border: 1px solid var(--light-color);
}
.section-sub-services-page-block .section-services-block-item .section-services-block-item-image{
    background: var(--light-color);
}
.section-sub-services-page-block .section-services-block-item .section-services-block-item-image img {
    position: absolute;
    opacity: 0;
}
.section-sub-services-page-block .section-services-block-item .section-services-block-item-image img:first-of-type {
    opacity: 1;
    position: unset;
}
.section-sub-services-page-block .section-services-block-item .section-services-block-item-text{
    color: var(--light-color);
}
.section-sub-services-page-block.section-services-page-block .section-services-block-item:hover {
    background: var(--light-color);
}
.section-sub-services-page-block.section-services-page-block .section-services-block-item:hover .section-services-block-item-text{
    color: var(--header-font-color);
}
.section-sub-services-page-block .section-services-block-item:hover .section-services-block-item-image {
    background: var(--gradient-background);
}

.section-sub-services-page-block .section-services-block-item:hover .section-services-block-item-image img {
    opacity: 1;
}
.section-sub-services-page-block .section-services-block-item:hover .section-services-block-item-image img:first-of-type {
    opacity: 0;
}
.text-content-customization p{
    margin-bottom: 18px;
}
.text-content-customization p:last-of-type{
    margin-bottom: 0;
}
.text-content-customization ul{
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    margin-bottom: 18px;
    row-gap: 7px;
    padding-left: 22px;
}
.text-content-customization ul li::marker {
    font-size: 1.2em;
    color: var(--green-color);
}
.text-content-customization .text-image-wrapper {
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
}
.text-content-customization .text-image-float{
    width: 50%;
    float: left;
    padding-right: 90px;
    padding-bottom: 75px ;
}
.text-content-customization table{
    border: none;
    width: 100%;
}
.text-content-customization table tbody{
    border: none;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--light-color);
    padding: 28px 0;
    border-radius: 30px;
}
.text-content-customization table tr{
    width: calc(100% - 220px);
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
    border-radius: 30px;
}
.text-content-customization table tr td{
    min-width: 200px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: var(--header-font-color);
    font-family: var(--header-font);
}

.text-content-customization table tr:nth-of-type(even){
    background: #F0F6F2;
}
.text-content-customization table tr:first-of-type{
    /*margin-top: -60px;*/
    margin-bottom: 15px;
}
.text-content-customization table tr:first-of-type td{
    font-family: var(--main-font);
    color: var(--main-font-color);
    font-weight: 400;
    text-transform: none;
    padding-right: 5px;
}
.text-content-customization table:first-of-type{
    margin-top: 20px;
}
.text-content-customization table + table tr:first-of-type{
    margin: 0;
}
.text-content-customization table + table tr:first-of-type td{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: var(--green-color);
    font-family: var(--header-font);
}

.text-content-customization table.table-cols-3 td,
.text-content-customization table.table-cols-5 td,
.text-content-customization table.table-cols-4 td{
    min-width: 0;
}
.text-content-customization table.table-cols-3 td{
    width: calc((100% - 50%) / 2);
}
.text-content-customization table.table-cols-4 td{
    width: calc((100% - 40%) / 3);
}
.text-content-customization table.table-cols-5 td{
    width: calc((100% - 35%) / 4);
}
.text-content-customization table.table-cols-6 td{
    width: calc((100% - 35%) / 5);
}
.text-content-customization table.table-cols-6 tr td:nth-of-type(1),
.text-content-customization table.table-cols-5 tr td:nth-of-type(1){
    width: 35%;
}
.text-content-customization table.table-cols-4 tr td:nth-of-type(1){
    width: 42%;
}
.text-content-customization table.table-cols-3 tr td:nth-of-type(1){
    width: 50%;
}


.number-with-links {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.number-with-links img{
    height: 22px;
    width: auto;
}
.footer-menu li.number-with-links{
    width: 100%;
}
.footer-address {
    white-space: normal;
}
.section-map-block{
    overflow: hidden;
}
.section-map-block iframe{
    margin-top: -70px;
}

.donate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.donate-grid > div:nth-child(1) { grid-column: 1; grid-row: 1; }
.donate-grid > div:nth-child(2) { grid-column: 1; grid-row: 2; }
.donate-grid > div:nth-child(3) { grid-column: 1; grid-row: 3; }
.donate-grid > div:nth-child(4) { grid-column: 1; grid-row: 4; }
.donate-grid > div:nth-child(5) { grid-column: 2; grid-row: 1 / span 4; }

.donate__item {
    background: var(--light-color);
    border-radius: 30px;
    position: relative;
    padding: 30px 60px 23px 113px;
    border: 1px solid var(--blue-color);
}

.donate-block {
    position: relative;
}

.donate-block::before {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: url('/storage/icons/bg-1.webp');
}

.donate__item:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--blue-color);
    position: absolute;
    left: 43px;
    top: 50px;
}

.donate__item:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--blue-color);
    position: absolute;
    left: 50px;
    top: 57px;
}

.donate__item:nth-child(3):before {
    border: 1px solid var(--light-color);
}

.donate__item:nth-child(3):after {
    background: var(--light-color);
}

.donate__item img {
    width: 55px;
}

.donate__item a {
    color: var(--main-font-color);
}

.donate__item--top {
    display: flex;
    align-items: center;
    gap: 25px;
}

.donate__item--header {
    color: var(--header-font-color-alt);
    font-family: var(--header-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.donate__item:nth-child(3),
.donate__item:nth-child(4) {
    color: var(--light-color);
    background: var(--gradient-background);
    border: none;
}

.donate__item:nth-child(3) .donate__item--header,
.donate__item:nth-child(4) .donate__item--header {
    color: var(--light-color);
}

.donate__item:nth-child(4) a {
    color: var(--light-color);
    font-size: 24px;
    font-weight: 700;
}

.donate-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 130px;
    padding-right: 118px;
    height: 100%;
}

.donate__item .arrow1 {
    position: absolute;
    width: 106px;
    height: 154px;
    background-image: url(../img/donate-arrow1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: -125px;
    top: 140px;
}

.donate__item .arrow2 {
    position: absolute;
    width: 53px;
    height: 141px;
    background-image: url(../img/donate-arrow2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: -80px;
    top: 105px;
}
.header-block-logo img{
    aspect-ratio: 1 / 1;
    height: 85px;
}
