@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: rgba(250, 250, 250, 1);
    line-height: 1.5;
    background: rgba(22, 20, 18, 1);
}
a {
    color: rgba(250, 250, 250, 1);
}
a:hover {
    color: inherit;
}
#page {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 153px;
}
.wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
}
#header-wrapper {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
.home #header-wrapper {
    background: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.breadcrumbs {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs > span:last-child {
    color: rgba(165, 165, 165, 1);
}
.single-services .breadcrumbs {
    text-align: left;
}
#page-wrapper,
#single-wrapper {
    padding: 50px 0px;
    background: url(../images/page-bg.svg) center center no-repeat;
    background-size: contain;
}
.page-template-page-services #page-wrapper {
    background: none;
}
.wpcf7 input[type="submit"],
.btn {
    border: 0px;
    background: none;
    border: 2px solid rgba(228, 143, 7, 1);
    padding: 12px 17px;
    border-radius: 30px;
    color: rgba(228, 143, 7, 1);
    font-weight: 600;
	box-shadow: unset !important;
	outline: none !important;
    transition: all 0.2s ease;
}
.btn {
    min-width: 200px;
}
.btn:focus {
    color: #fff;
}
.wpcf7 input[type="submit"]:hover,
.btn:hover {
    background: linear-gradient(90deg, #E48F07 0%, #FBBB53 50.48%, #E48F07 100%) !important;
    color: #fff;
    border: 2px solid rgba(228, 143, 7, 1);
    opacity: 0.8;
}
.btn-color {
    background: linear-gradient(182.76deg, #E48F07 2.39%, #C07906 50.55%, #E48F07 97.79%);
    color: #fff;
}
.btn-color:hover {
    background: linear-gradient(182.76deg, #E48F07 2.39%, #C07906 50.55%, #E48F07 97.79%);
    color: #fff;
    opacity: 0.8;
}
.alm-btn-wrap .alm-load-more-btn {
    background: rgba(228, 143, 7, 1) !important;
}
.alm-btn-wrap .alm-load-more-btn:hover {
    opacity: 0.8;
}
.btn-dark {
    background: linear-gradient(0deg, #000000 0%, #666666 100%);
}
.modal .wpcf7 input[type="submit"] {
    min-width: 200px;
}
h1.entry-title {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 50px;
    color: rgba(228, 143, 7, 1);
    text-align: left;
}
h2 {
    color:#FBBB53;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 40px;
}
h2.block-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#page {
    width: 100%;
    overflow: hidden;
}
#header {
    padding: 20px 0px 30px 0px;
}
.home #header {
    background: none;
}
#header .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding: 0px;
    margin: 0px;
}
.branding {
    position: absolute;
    top: 81px;
    left: 50%;
    transform: translateX(-50%);
    background: #161412;
    padding: 0px 20px;
    z-index: 10;
}
.branding img {
    width: 250px;
}
.location,
.worktime {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
div.contact-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
}
div.contact-phone a {
    text-decoration: none;
}
#header div.contact-phone {
    padding-top: 5px;
}
#header div.contact-phone a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.contact-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-item {
    margin-bottom: 30px;
}
.contact-label {
    margin-bottom: 15px;
    color: rgba(228, 143, 7, 1);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-item a {
    text-decoration: none;
}
.contact-phone {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-item:last-child {
    width: 100%;
}
.contact-right iframe {
    width: 100%;
    height: 490px;
    border-radius: 15px;
}
#footer {
    width: 100%;
    background: linear-gradient(90deg, #161412 0%, #2A2A2A 50%, #161412 100%);
    padding: 10px 0px;
    box-shadow: unset;
}
#footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
#footer .container p {
    margin: 0px;
}
#footer .container a {
    color: #fff;
    text-decoration: none;
}
.social {
    display: flex;
    align-items: center;
    gap: 10px;
}
.news-item {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(158, 144, 138, 1);
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}
.news-item:hover {
    color: #fff;
}
.news-foto {
    width: 330px;
    min-width: 330px;
}
.news-foto img {
    height: 100%;
    object-fit: cover;
}
.news-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 30px;
}
.news-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.news-more {
    padding-top: 10px;
}
.news-more .btn {
    color: #fff;
    border-color: #fff;
}
.news-more .btn:hover {
    background: #fff !important;
    border-color: #fff;
    color: rgba(131, 106, 95, 1);
}
.news-more .btn:hover svg path {
    stroke: rgba(131, 106, 95, 1);
}
.news-carousel .slick-arrow svg path {
    fill: rgba(131, 106, 95, 1);
}
.services-more .btn {
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    padding: 0px;
    width: 190px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}
.wp-block-image img {
    border-radius: 5px;
}
.is-form-style {
    border: 2px solid #26A89C;
    border-radius: 5px;
}
html .is-form-style button.is-search-submit,
html .is-form-id-25 .is-search-icon,
html .is-form-style input.is-search-input {
    background: none !important;
    border-radius: 5px !important;
}
.row-services {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.services-wrapper {
    width: 25%;
    padding: 0px;
}
@media all and (min-width: 1200px) {
    .services-wrapper:nth-child(9),
    .services-wrapper:nth-child(10),
    .services-wrapper:nth-child(11) {
        width: 33.333%;
    }
}
.services-item {
    width: 100%;
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 0px;
    overflow: hidden;
    height: 100%;
}
.services-foto img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.services-meta {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 50.27%, rgba(0, 0, 0, 0.75) 100%);
    transition: all 0.2s ease;
}
.services-meta:hover {
    background: rgba(0, 0, 0, 0.85);
}
.services-meta:hover {
    align-items: flex-start;
}
.services-title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.services-text {
    display: none;
    margin-bottom: auto;
}
.services-price {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 2px;
    font-size: 20px;
    font-weight: 600;
}
.services-price del {
    font-weight: normal;
}
.services-btn {
    display: none;
    margin-top: 10px;
}
.services-btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    padding: 0px;
}
.services-item:hover .services-btn {
    width: 100%;
    display: flex;
    margin: 15px 0px;
}
.services-item:hover .services-text {
    display: block;
}
.services-item:hover .services-price {
    width: 100%;
    color: rgba(228, 143, 7, 1);
    text-align: center;
}
.services-item:hover .services-title {
    color: rgba(228, 143, 7, 1);
}
.services-text {
    font-size: 16px;
}
#menu-wrapper {
    position: relative;
    width: 100%;
    padding: 13px 0px;
    z-index: 1000;
    border-top: 2px solid #E48F07;
    border-bottom: 2px solid #E48F07;
    transition: all 0.2s ease;
}
#menu-wrapper.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(22, 20, 18, 0.97);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border-top-color: rgba(22, 20, 18, 0.97);
    padding: 5px 0px;
    width: 100%;
}
#menu-wrapper.fixed .navbar-expand-lg .navbar-nav {
    gap: 40px;
}
.menu-brand {
    display: none;
    width: 222px;
    min-width: 222px;
    margin-right: 40px;
}
#menu-wrapper.fixed .menu-brand {
    display: block;
}
.navbar-expand-lg {
    padding: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px;
    text-align: center;
    background: none;
    font-weight: 600;
    color: #fff;
    transition: all 0.2s ease;
}
.navbar-expand-lg .navbar-nav li {
    position: relative;
}
@media all and (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav li:nth-child(1) {
        left: 0px;
    }
    .navbar-expand-lg .navbar-nav li:nth-child(2) {
        left: -80px;
    }
    .navbar-expand-lg .navbar-nav li:nth-child(3) {
        left: -150px;
    }
    .navbar-expand-lg .navbar-nav li:nth-child(4) {
        left: -225px;
    }
}
#menu-wrapper.fixed .navbar-expand-lg .navbar-nav li {
    left: 0px;
}
.navbar-expand-lg .navbar-nav .active .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
    outline: none !important;
    box-shadow: unset !important;
    color: rgba(228, 143, 7, 1);
}
.dropdown:hover > .dropdown-toggle,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .active .nav-link {
    color: rgba(228, 143, 7, 1);
}
.navbar-expand-lg .navbar-nav .nav-link:hover svg path, .navbar-expand-lg .navbar-nav .active .nav-link svg path {
    fill: rgba(228, 143, 7, 1);
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    background: rgba(250, 250, 250, 0.95);
    border: 0px;
    border-radius: 0px 0px 5px 5px;
}
.dropdown-item {
    background: none !important;
    color: rgba(33, 33, 33, 1);
    font-weight: 600;
}
.header-contacts {
    width: 382px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    order: 3;
}
.dropdown-item:hover,
.active > .dropdown-item {
    color: rgba(131, 106, 95, 1);
    text-decoration: underline;
}
#menu-wrapper.fixed .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu-wrapper .header-contacts {
    display: none;
}
#menu-wrapper.fixed .header-contacts {
    display: block;
    width: auto;
}
#menu-wrapper .header-contacts a {
    white-space: pre;
    color: #fff;
    font-size: 18px;
}
.accordion-item {
    border: 0px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.accordion-button {
    outline: none !important;
    box-shadow: unset !important;
    border: 0px;
    border-radius: 5px !important;
    padding: 10px 20px;
    background: rgba(40, 40, 39, 1);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.accordion-button:after {
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_87_4666)"><path d="M15.6994 9.99999C15.6994 10.3584 15.5625 10.7168 15.2894 10.9901L6.68975 19.5897C6.1427 20.1367 5.25577 20.1367 4.70894 19.5897C4.16212 19.0428 4.16212 18.1561 4.70894 17.609L12.3184 9.99999L4.70921 2.39096C4.16239 1.84391 4.16239 0.957243 4.70921 0.410465C5.25603 -0.136843 6.14297 -0.136843 6.69001 0.410465L15.2896 9.00988C15.5628 9.28329 15.6994 9.64169 15.6994 9.99999Z" fill="%23fff"/></g><defs><clipPath id="clip0_87_4666"><rect width="20" height="20" fill="white" transform="translate(0 20) rotate(-90)"/></clipPath></defs></svg>') center center no-repeat;
    width: 20px;
    height: 20px;
}
.accordion-button:not(.collapsed) {
    background: linear-gradient(180deg, #FF2424 0%, #991616 100%);
    border: 0px;
    color: #fff;
}
.accordion-button:not(.collapsed):after {
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_87_4666)"><path d="M15.6994 9.99999C15.6994 10.3584 15.5625 10.7168 15.2894 10.9901L6.68975 19.5897C6.1427 20.1367 5.25577 20.1367 4.70894 19.5897C4.16212 19.0428 4.16212 18.1561 4.70894 17.609L12.3184 9.99999L4.70921 2.39096C4.16239 1.84391 4.16239 0.957243 4.70921 0.410465C5.25603 -0.136843 6.14297 -0.136843 6.69001 0.410465L15.2896 9.00988C15.5628 9.28329 15.6994 9.64169 15.6994 9.99999Z" fill="%23fff"/></g><defs><clipPath id="clip0_87_4666"><rect width="20" height="20" fill="white" transform="translate(0 20) rotate(-90)"/></clipPath></defs></svg>') center center no-repeat;
    transform: rotate(90deg);
}
.accordion-body {
    margin-top: 0px;
    padding: 30px;
    background: rgba(250, 247, 243, 1);
    border-radius: 5px !important;
}
.price-list {
    border-top: 1px solid rgba(228, 143, 7, 1);
}
.price-list_item {
    display: flex;
    gap: 15px;
    margin-bottom: 0px;
}
.price-list_item > div {
    width: 100%;
    background: none;
    border-radius: 0px;
    padding: 14px 20px;
    color: #fff;
    border-bottom: 1px solid rgba(228, 143, 7, 1);
}
.price-list_item > div:nth-child(2),
.price-list_item > div:nth-child(3) {
    width: 270px;
    min-width: 270px;
    text-align: center;
    font-weight: 700;
}
.price-list_item > div:nth-child(3) {
    display: none;
    padding: 0px;
}
.price-list_item > div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff !important;
    font-weight: 500;
    border-radius: 30px;
    background: linear-gradient(180deg, #E48F07 0%, #C07906 49.52%, #E48F07 100%);
    box-shadow: unset;
    cursor: pointer;
}
.price-list_item:hover > div {
    color: rgba(228, 143, 7, 1);
}
.price-list_item:hover > div:nth-child(2) {
    display: none;
}
.price-list_item:hover > div:nth-child(3) {
    display: block;
}
.alm-btn-wrap .alm-load-more-btn.done {
    display: none !important;
}
.work-item img {
    border-radius: 5px;
}
#footer-blocks {
    position: relative;
    width: 100%;
    padding: 60px 0px;
    color: #fff;
}
#footer-blocks .container {
    position: relative;
    z-index: 10;
}
#footer-blocks h2 {
    text-align: left;
    margin-bottom: 20px;
    justify-content: flex-start;
    font-size: 30px;
}
#footer-blocks h2.form-callback {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    text-transform: unset;
    margin: 0px;
    padding-bottom: 20px;
    padding-top: 5px;
}
#footer-blocks .form-policy a {
    color: #fff;
}
#footer-blocks div.contact-phone a {
    color: #fff;
}
.form-item {
    margin-bottom: 20px;
}
.footer-left .form-action {
    display: flex;
    justify-content: flex-end;
}
.footer-left .wpcf7 {
    margin: 0px !important;
}
.wpcf7 select,
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
    border-radius: 30px;
    background: none;
    border: 1px solid #fff;
    padding: 0px 16px;
    height: 50px;
    color: rgba(33, 33, 33, 1);
    font-size: 16px;
}
.wpcf7 select:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus {
    background: none;
    border: 1px solid #fff;
    color: rgba(33, 33, 33, 1);
    outline: none;
    box-shadow: unset;
}
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="text"]::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 input[type="number"]::placeholder {
    color: rgba(33, 33, 33, 1);
    opacity: 1;
}
#footer-blocks .wpcf7 select:focus,
#footer-blocks .wpcf7 input[type="tel"]:focus,
#footer-blocks .wpcf7 input[type="text"]:focus,
#footer-blocks .wpcf7 input[type="number"]:focus,
#footer-blocks .wpcf7 textarea:focus,
#footer-blocks .wpcf7 select,
#footer-blocks .wpcf7 input[type="tel"],
#footer-blocks .wpcf7 input[type="text"],
#footer-blocks .wpcf7 input[type="number"],
#footer-blocks .wpcf7 textarea {
    color: #fff;
    border-color: #fff;
}
#footer-blocks .wpcf7 select::placeholder,
#footer-blocks .wpcf7 input[type="tel"]::placeholder,
#footer-blocks .wpcf7 input[type="text"]::placeholder,
#footer-blocks .wpcf7 input[type="number"]::placeholder,
#footer-blocks .wpcf7 textarea::placeholder {
    color: #fff;
}
.modal .wpcf7 select,
.modal .wpcf7 input[type="tel"],
.modal .wpcf7 input[type="text"],
.modal .wpcf7 input[type="number"],
.modal .wpcf7 textarea,
.modal .wpcf7 select:focus,
.modal .wpcf7 input[type="tel"]:focus,
.modal .wpcf7 input[type="text"]:focus,
.modal .wpcf7 input[type="number"]:focus,
.modal .wpcf7 textarea:focus {
    border: 1px solid #fff;
    color: #fff;
}
.modal .wpcf7 input[type="tel"]::placeholder,
.modal .wpcf7 input[type="text"]::placeholder,
.modal .wpcf7 input[type="number"]::placeholder,
.modal .wpcf7 textarea::placeholder {
    color: #fff;
    opacity: 0.6;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7 textarea {
    padding: 16px;
    height: 150px;
    resize: none;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
    display: none !important;
}
.wpcf7 input[type="submit"] {
    width: auto;
    height: 50px;
    padding: 0px 30px;
}
.footer-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    gap: 10px;
}
.footer-phone a {
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}
.form-callback {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 20px;
}
.form-flex {
    display: flex;
    justify-content: center;
}
.form-flex .form-item {
    margin: 0px;
    padding-right: 8px;
}
.footer-right {
    padding-left: 100px;
}
.footer-logo {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
}
.footer-logo img {
    max-width: 290px;
    height: auto;
}
#footer-blocks .contact-phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
#footer-blocks .contact-phone a {
    font-size: 20px;
    color: #fff;
}
.footer-location {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}
.form-policy {
    font-size: 13px;
}
.form-action .form-policy {
    padding-right: 15px;
}
.team-stag_inner {
    font-size: 30px;
    font-weight: 600;
    color: rgba(38, 168, 156, 1);
    margin-bottom: 30px;
}
.team-left strong {
    font-weight: 500;
    color: rgba(131, 106, 95, 1);
}
.team-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(226, 222, 220, 1);
    padding: 30px;
    border-radius: 5px;
    margin-top: 30px;
}
.team-btns > div:first-child {
    font-size: 28px;
    font-weight: 500;
    color: rgba(131, 106, 95, 1);
}
.team-order {
    display: flex;
}
.team-right img {
    border-radius: 5px;
}
.serv-profile {
    margin-top: 60px;
}
.serv-profile h2 {
    text-align: left;
    text-transform: unset;
}
.serv-profile strong {
    color: rgba(205, 174, 130, 1);
}
.show-more {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}
.show-more .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}
.show-more .btn:hover svg path {
    stroke: #fff;
}
#slider-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
    padding-top: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slide-item .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
	position: unset;
	z-index: 20;
}
.fs-pic {
    width: 553px;
}
.intro-form,
.why-row,
.fs-text {
    position: relative;
    z-index: 20;
}
.slide-item {
	width: 100%;
	height: 1000px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
    padding-bottom: 0px;
}
.slide-item:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/el-1.svg) center center no-repeat;
    background-size: contain;
}
#intro .wpcf7 {
	max-width: unset;
	padding-top: 0px;
}
#intro .form-flex > div {
	padding: 0px 8px;
}
#intro .form-flex .form-item {
	margin-bottom: 0px;
}
a.down {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 30px;
    z-index: 10;
}
#video {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	object-fit: cover;
}
#slider-wrapper video {
    pointer-events: none;
}
.fs-text h1 {
    font-weight: 500;
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.fs-text p {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.fs-text p:first-child {
    margin-bottom: 40px;
}
.fs-text p img {
    max-width: 690px;
}
.intro-form {
    position: relative;
    width: 100%;
    max-width: 1040px;
    background: rgba(158, 144, 138, 0.8);
    backdrop-filter: blur(5px);
    padding: 30px 40px;
    color: #fff;
    margin: 0 auto;
    z-index: 10;
}
.form-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 10px;
}
.form-subtitle {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
}
.intro-form .wpcf7 {
    max-width: unset;
}
.help-form_wrapper .wpcf7 input[type="tel"], .help-form_wrapper .wpcf7 input[type="text"], .help-form_wrapper .wpcf7 input[type="number"], .help-form_wrapper .wpcf7 textarea,
.intro-form .wpcf7 input[type="tel"], .intro-form .wpcf7 input[type="text"], .intro-form .wpcf7 input[type="number"], .intro-form .wpcf7 textarea {
    background: #fff !important;
    border: 1px solid rgba(12, 12, 12, 1);
}
.help-form_wrapper .wpcf7 input[type="submit"],
.intro-form .wpcf7 input[type="submit"] {
    width: 240px;
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255, 255, 255, 1);
    color: #fff;
}
#news {
    width: 100%;
    background: url(../images/offers-bg.jpg) center center no-repeat;
    background-size: cover;
}
#price-inner {
    width: 100%;
    padding-top: 0px;
}
#news .show-more {
    padding-top: 40px;
}
.news-carousel {
    padding: 0px;
    margin: 0px -15px;
}
.news-slide {
    padding: 0px 15px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    border: 0px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    left: -20px;
    z-index: 10;
    cursor: pointer;
}
.slick-arrow.slick-next {
    left: auto;
    right: -20px;
}
#news .news-foto {
    width: 280px;
    min-width: 280px;
}
.team-carousel {
    margin: 0px -15px;
}
.team-slide {
    padding: 0px 15px;
}
#why .wrapper {
    padding: 60px;
    background: url(../images/why-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 5px;
}
#why h2 {
    text-align: center;
    color: #fff;
}
.why-row {
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
    margin-bottom: 60px;
}
.why-item {
    width: 400px;
    text-align: center;
}
.why-pic {
    margin-bottom: 15px;
}
.why-text p {
    color: #fff;
    font-weight: 500;
    margin: 0px;
}
.why-text p:first-child {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 25px;
}
#about {
    width: 100%;
    background: url(../images/about-bg.jpg) center center no-repeat;
    background-size: cover;
}
#about h2 {
    color: #fff;
}
.about-block {
    position: relative;
}
#about .about-gallery {
    width: 810px;
}
#about .about-gallery img {
    border-radius: 5px;
}
#about .about-text {
    position: absolute;
    bottom: 0px;
    right: 15px;
    width: 690px;
    background: rgba(250, 250, 250, 0.95);
    border-radius: 5px;
    padding: 30px;
    z-index: 10;
}
#about .about-gallery_slide {
    padding-bottom: 60px;
}
#about .slick-arrow {
    position: absolute;
    top: auto;
    bottom: -4px;
    left: 470px;
    padding: 0px;
    border: 0px;
    background: none;
    cursor: pointer;
    z-index: 10;
}
#about .slick-arrow.slick-next {
    left: 545px;
}
#about .slick-arrow svg path {
    fill: #fff;
}
#about ul.slick-dots {
    position: absolute;
    height: 3px;
    bottom: 20px;
    left: 0px;
}
#about ul.slick-dots,
#about ul.slick-dots li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
#about ul.slick-dots {
    display: flex;
    width: 400px;
    background: rgba(238, 238, 238, 1);
}
#about ul.slick-dots li {
    width: 100%;
}
#about ul.slick-dots li button {
    width: 100%;
    height: 3px;
    background: none;
    padding: 0px;
    border: 0px;
    box-shadow: unset;
    outline: none;
    overflow: hidden;
    vertical-align: top;
    text-indent: -1000px;
}
#about ul.slick-dots li.slick-active button {
    background: rgba(131, 106, 95, 1);
}

.page-template-page-about #reviews {
    background: none;
}
.ab-slider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    right: auto;
    padding: 0px;
    border: 0px;
    background: none;
    cursor: pointer;
    z-index: 10;
}
.ab-slider .slick-arrow {
    left: 0px
}
.ab-slider .slick-arrow.slick-next {
    left: 60px;
}
#do-posle {
    padding-top: 0px;
}
ul.slick-dots {
    position: absolute;
    height: 3px;
    bottom: 20px;
    right: 0px;
}
ul.slick-dots,
ul.slick-dots li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
ul.slick-dots {
    display: flex;
    width: 400px;
    margin-left: auto;
}
ul.slick-dots li {
    width: 100%;
}
ul.slick-dots li button {
    width: 100%;
    height: 3px;
    padding: 0px;
    border: 0px;
    box-shadow: unset;
    outline: none;
    overflow: hidden;
    background: rgba(222, 222, 222, 1);
    vertical-align: top;
    text-indent: -1000px;
}
ul.slick-dots li.slick-active button {
    background: rgba(255, 36, 36, 1);
}
.ab-slider ul.slick-dots li.slick-active button {
    background: rgba(255, 36, 36, 1);
}
.ab-slider_item a img {
    border-radius: 5px;
}
.ab-slider_item {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.ab-slider_item a {
    width: 50%;
    display: block;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.ab-slider {
    padding-bottom: 25px;
}
#services-form {
    width: 100%;
    background: url(../images/form-bg.jpg) center center no-repeat;
    background-size: cover;
}
.help-form {
    position: relative;
    padding-top: 130px;
}
.help-form h2 {
    position: relative;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 5%;
    text-transform: uppercase;
    z-index: 10;
}
.help-form h2:before {
    display: block;
    content: '';
    width: 432px;
    height: 110px;
    background: url(../images/form-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 24px;
    left: 360px;
    z-index: -1;
}
.help-form_2 {
    margin-bottom: 30px;
}
.help-form_2 h2 {
    padding-left: 370px;
}
.help-form_2 .help-form_wrapper {
    padding-left: 370px;
}
.help-form_wrapper {
    background: none;
    border: 3px solid rgba(12, 12, 12, 1);
    border-radius: 0px;
    padding: 50px;
    max-width: 1190px;
}
.help-form_wrapper:after {
    display: block;
    content: '';
    background: url(../images/form-doc.png) center bottom no-repeat;
    background-size: contain;
    width: 321px;
    height: 464px;
    position: absolute;
    right: 45px;
    bottom: 0px;
}
.help-form_2 .help-form_wrapper:after {
    right: auto;
    left: 20px;
    background: url(../images/form-pic_2.png) center bottom no-repeat;
    background-size: contain;
    width: 328px;
    height: 436px;
}
.help-form_wrapper .wpcf7 {
    margin: 0px !important;
    max-width: 890px;
}
.help-form_wrapper .form-title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 30px;
}
#middle-form {
    width: 100%;
    background: url(../images/middle-form_bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 10px;
}
#book .wrapper {
    padding: 50px;
    border-radius: 5px;
    background: url(../images/book-bg.jpg) center center no-repeat;
    background-size: cover;
}
#book h2 {
    text-align: center;
    color: #0A6BBA;
}
.book-left img {
    border-radius: 5px;
}
.book-right h3 {
    color: #26A89C;
    font-size: 25px;
    font-weight: 600;
}
.article-foto img {
    border-radius: 5px;
}
.article-title a {
    text-decoration: none;
    font-size: 25px;
    font-weight: 600;
    color: #26A89C;
}
.article-text {
    padding: 15px 0px;
}
.modal-header {
    padding-bottom: 0px;
    border: 0px;
}
.modal-content {
    border: 1px solid rgba(84, 58, 15, 1);
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    background: rgba(22, 20, 18, 0.95);
}
.modal-body {
    padding: 20px 50px 50px 50px;
}
.modal-title {
    font-size: 30px;
    font-weight: 500;
    color: rgba(228, 143, 7, 1);
    margin-bottom: 15px;
    text-align: center;
}
.modal-subtitle {
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.modal .form-policy {
    text-align: center;
    padding-top: 25px;
}
.modal .form-action {
    display: flex;
    justify-content: center;
}
.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    filter: unset;
}
.price-list_inner {
    background: #FAF7F3;
    padding: 30px;
    border-radius: 5px;
    margin-top: 30px;
}
.serv-right img {
    border-radius: 0px;
}
.serv-btns {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.serv-btns .btn {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 18px;
}
@media all and (min-width: 960px) {
    .serv-btns {
        flex-wrap: nowrap;
    }
    .serv-btns .btn {
        white-space: pre;
        text-align: center;
        justify-content: center;
    }
}
.video video {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.reviews-carousel {
    margin: 0px -15px;
    padding-top: 20px;
}
.rev-text {
    min-height: 162px;
}
.rev-slide {
    padding: 0px 15px;
}
.rev-slider-wrapper {
    background: rgba(248, 248, 248, 1);
    padding: 20px;
    border-radius: 5px;
}
.rev-date {
    color: rgba(24, 24, 24, 1);
    font-weight: 600;
    margin-bottom: 5px;
}
.rev-author {
    color: rgba(255, 36, 36, 1);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.rev-text {
    color: rgba(24, 24, 24, 1);
}
.rev-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-pills {
    gap: 19px;
    margin-bottom: 40px;
}
.nav-pills .nav-link {
    background: none;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 600;
    border: 1px solid rgba(228, 143, 7, 1);
    color: rgba(228, 143, 7, 1);
    text-decoration: none;
    height: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: rgba(228, 143, 7, 1);
    color: #fff;
}
#how {
    width: 100%;
    background: url(../images/what-bg.jpg) center center no-repeat;
    background-size: cover;
}
.how-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.how-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 33.333%;
    align-items: center;
    text-align: center;
}
.how-text {
    font-weight: 600;
}
.how-text p {
    margin: 0px;
}
.how-num {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(0, 255, 248, 1);
    border-radius: 50%;
    color: rgba(0, 255, 248, 1);
    font-size: 20px;
    font-weight: 600;
}
@media all and (min-width: 1400px) {
    .how-item:after {
        position: absolute;
        display: block;
        content: '';
    }
    .how-item_2 {
        margin-left: 220px;
        width: auto;
        order: 4;
    }
    .how-item_3 {
        order: 2;
    }
    .how-item_4 {
        order: 5;
        width: auto;
    }
    .how-item_5 {
        order: 3;
    }
    .how-item_6 {
        order: 6;
        width: auto;
        margin-right: 120px;
    }
    .how-item:nth-child(1),
    .how-item:nth-child(3),
    .how-item:nth-child(5) {
        margin-bottom: 90px;
    }
    .how-item_1:after {
        width: 68px;
        height: 226px;
        left: 45%;
        bottom: -96%;
        transform: translateX(-50%);
        background: url(../images/step-1.svg) center center no-repeat;
        background-size: contain;
    }
    .how-item_2:after {
        width: 200px;
        height: 245px;
        right: -144px;
        bottom: 163px;
        background: url(../images/step-2.svg) center center no-repeat;
        background-size: contain;
    }
    .how-item_3:after {
        width: 149px;
        height: 217px;
        right: 23px;
        bottom: -166px;
        background: url(../images/step-3.svg) center center no-repeat;
        background-size: contain;
    }
    .how-item_4:after {
        width: 350px;
        height: 200px;
        right: -223px;
        bottom: 69px;
        background: url(../images/step-4.svg) center center no-repeat;
        background-size: contain;
        transform: rotate(-20deg);
    }
    .how-item_5:after {
        width: 112px;
        height: 250px;
        right: 0px;
        bottom: -240px;
        background: url(../images/step-5.svg) center center no-repeat;
        background-size: contain;
    }
}
.reviews-carousel_block {
    margin-top: 30px;
}
.reviews-carousel_block svg path {
    fill: rgba(228, 143, 7, 1);
}
#works {
    width: 100%;
    background: url(../images/works-bg_2.jpg) center center no-repeat;
    background-size: cover;
}
#works h2 {
    color: #fff;
}
.works-carousel {
    margin: 0px -15px 40px -15px;
}
.sert-carousel {
    margin: 0px -15px;
}
.wk-item {
    padding: 0px 15px;
}
.wk-item img {
    border-radius: 5px;
}
.single-services h1.entry-title {
    font-weight: 500;
    text-align: left;
}
.serv-label {
    color: rgba(250, 250, 250, 1);
    font-weight: normal;
}
.services-price_inner {
    justify-content: flex-start;
    font-size: 20px;   
    font-weight: 600;
    margin: 25px 0px;
    color: rgba(228, 143, 7, 1);
}
.services-price_inner del {
    font-weight: normal;
    color: rgba(228, 143, 7, 1);
}
.serv-advantages {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.serv-advantages > div {
    width: 200px;
    border-radius: 5px;
    background: rgba(194, 186, 183, 1);
    padding: 20px;
    color: rgba(131, 106, 95, 1);
}
.serv-advantages > div p:last-child {
    margin: 0px;
    font-weight: 600;
    font-size: 24px;
    color: rgba(24, 24, 24, 1);
}
#serv-about {
    width: 100%;
    background: url(../images/serv-about_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
#serv-about .container {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.serv-about_pic {
    width: 365px;
    min-width: 365px;
    margin: 0px 35px 0px 80px;
}
.serv-about_text > p:first-child {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: space-between;
    margin-bottom: 25px;
}
.serv-about_text > p:first-child strong {
    display: block;
    border-radius: 5px;
    background: rgba(10, 186, 181, 1);
    padding: 10px 20px;
    font-weight: 600;
    font-size: 18px;
}
.serv-about_text > p:nth-child(2) {
    font-size: 46px;
    margin-bottom: 30px;
}
.serv-about_text ul,
.serv-about_text ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
.serv-about_text ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.serv-about_text ul li:before {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_123_962)"><path d="M29.4034 11.5058C29.0056 11.108 28.5224 10.9092 27.9544 10.9092H19.0907V2.04525C19.0907 1.47726 18.8917 0.994194 18.4941 0.596427C18.0964 0.198958 17.6137 0 17.0449 0H12.9544C12.3863 0 11.9033 0.198734 11.5055 0.596501C11.1078 0.994269 10.909 1.47734 10.909 2.04533V10.9093H2.04533C1.47734 10.9093 0.994269 11.1081 0.596501 11.5058C0.198734 11.9036 0 12.3862 0 12.9546V17.0456C0 17.6141 0.19866 18.0968 0.596427 18.4942C0.994194 18.8921 1.47726 19.0908 2.04525 19.0908H10.9089V27.9549C10.9089 28.5229 11.1077 29.0063 11.5055 29.4039C11.9032 29.8013 12.3862 30 12.9543 30H17.0451C17.6135 30 18.0963 29.8013 18.4942 29.4039C18.8921 29.0061 19.0907 28.5229 19.0907 27.9549V19.0908H27.9543C28.5228 19.0908 29.0057 18.8921 29.4033 18.4942C29.801 18.0968 29.9999 17.6141 29.9999 17.0456V12.9546C29.9998 12.3862 29.8013 11.9033 29.4034 11.5058Z" fill="%230ABAB5"/></g><defs><clipPath id="clip0_123_962"><rect width="30" height="30" fill="white"/></clipPath></defs></svg>') center center no-repeat;
}
.serv-about_text ul {
    margin-bottom: 40px;
}
.serv-about_btns {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
}
.serv-about_btns .btn:first-child {
    background: rgba(10, 186, 181, 1);
    color: #fff;
    border-color: rgba(10, 186, 181, 1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.serv-about_btns .btn:last-child {
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.why-row_inner {
    margin-top: 0px;
}
.why-row_inner .why-item {
    width: 252px;
}
.why-row_inner .why-item p:first-child {
    color: #fff;
}
.what-item {
    display: flex;
    gap: 20px;
}
.what-pic {
    width: 100px;
    min-width: 100px;
    margin-top: 8px;
}
.what-text p {
    margin: 0px;
    color: rgba(27, 27, 27, 1);
}
.what-text p:first-child {
    margin-bottom: 15px;
    color: rgba(255, 36, 36, 1);
    font-weight: 600;
    text-transform: uppercase;
}
.char-wrapper:nth-child(2n) {
    padding: 0px;
}
.char-wrapper h2 {
    margin-bottom: 30px;
    font-size: 40px
}
.char-wrapper h2:not(:first-child) {
    margin-top: 30px;
}
#faq {
    width: 100%;
    background: url(../images/faq-bg.jpg) center top no-repeat;
    background-size: cover;
}
#sert h2 {
    text-align: center;
}
.sert-carousel {
    margin-bottom: 30px;
}
.grecaptcha-badge {
    display: none !important;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.reviews-wrapper .container {
    display: flex;
    justify-content: center;
}
.char-bg {
    width: 100%;
    background: url(../images/char-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.char-bg h2 {
    justify-content: flex-start;
    color: #fff;
}
.doc-item {
    margin-bottom: 10px;
}
.doc-item a {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(245, 245, 245, 1);
    border-radius: 5px;
    padding: 12px 15px;
    text-decoration: none;
}
.doc-item a svg:last-child {
    margin-left: auto;
}
.doc-item a:hover {
    background: rgba(131, 106, 95, 1);
    color: #fff;
}
.doc-item a:hover svg path {
    fill: #fff;
}
.doposle {
    margin: 0px -15px;
}
.doposle-item {
    padding: 0px 15px;
}
.doposle-item img {
    border-radius: 15px;
}
.services-slider .slick-arrow {
    left: 15px;
}
.services-slider .slick-arrow.slick-next {
    left: auto;
    right: 15px;
}
#about-wrapper {
    width: 100%;
    background: url(../images/about-bg_front.jpg) center center no-repeat;
    background-size: cover;
}
#about-wrapper #reviews {
    background: none;
    padding: 0px;
}
#about-wrapper #reviews h2 {
    display: none;
}
.sert-carousel {
    margin: 0px -15px;
}
#services-about {
    width: 100%;
    background: url(../images/serv-about_bg.jpg) center center no-repeat;
    background-size: cover;
}
.doc-text > p:first-child {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
    font-size: 30px;
    font-weight: 600;
    color: rgba(27, 27, 27, 1);
    margin-bottom: 30px;
    text-transform: uppercase;
}
.doc-text > p:first-child em {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-style: normal;
    padding: 13px 20px;
    background: rgba(255, 36, 36, 1);
    text-transform: unset;
}
.doc-text > p:nth-child(2) {
    color: rgba(255, 36, 36, 1);
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 5%;
    vertical-align: middle;
    text-transform: uppercase;
}
.doc-text ul,
.doc-text ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
.doc-text ul {
    margin-bottom: 30px;
}
.doc-text ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.doc-text ul li:before {
    width: 30px;
    height: 30px;
    display: block;
    content: '';
    background: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.4034 11.5058C29.0056 11.108 28.5224 10.9092 27.9544 10.9092H19.0907V2.04525C19.0907 1.47726 18.8917 0.994194 18.4941 0.596427C18.0964 0.198958 17.6137 0 17.0449 0H12.9544C12.3863 0 11.9033 0.198734 11.5055 0.596501C11.1078 0.994269 10.909 1.47734 10.909 2.04533V10.9093H2.04533C1.47734 10.9093 0.994269 11.1081 0.596501 11.5058C0.198734 11.9036 0 12.3862 0 12.9546V17.0456C0 17.6141 0.19866 18.0968 0.596427 18.4942C0.994194 18.8921 1.47726 19.0908 2.04525 19.0908H10.9089V27.9549C10.9089 28.5229 11.1077 29.0063 11.5055 29.4039C11.9032 29.8013 12.3862 30 12.9543 30H17.0451C17.6135 30 18.0963 29.8013 18.4942 29.4039C18.8921 29.0061 19.0907 28.5229 19.0907 27.9549V19.0908H27.9543C28.5228 19.0908 29.0057 18.8921 29.4033 18.4942C29.801 18.0968 29.9999 17.6141 29.9999 17.0456V12.9546C29.9998 12.3862 29.8013 11.9033 29.4034 11.5058Z" fill="%23FF2424"/></svg>') center center no-repeat;
    min-width: 30px;
}
.help-form h2 {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
}
.help-form_wrapper {
    margin: 0 auto;
}
.services-slider_2 {
    margin: 0px -15px;
}
.services-wrapper_2 {
    padding: 20px 15px 0px 15px;
}
.services-slider_2 .slick-arrow {
    left: -25px;
}
.services-slider_2 .slick-arrow.slick-next {
    left: auto;
    right: -25px;
}
.services-slider_2 .slick-arrow svg path {
    fill: rgba(228, 143, 7, 1);
}
.services-wrapper_2 > a {
    position: relative;
    top: 0px;
    display: block;
    border: 2px solid rgba(228, 143, 7, 1);
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.2s ease;
}
.services-wrapper_2 > a:hover {
    top: -20px;
}
.services-meta_2 {
    padding: 20px;
}
.services-title_2 {
    margin-bottom: 20px;
    font-weight: 600;
}
.services-text_2 {
    min-height: 190px;
    margin-bottom: 20px;
}
#services-2 {
    wdith: 100%;
    background: url(../images/dop-bg.svg) center center no-repeat;
    background-size: contain;
}
.team-item {
    padding: 0px 15px;
}
.team-item > a {
    display: block;
    content: '';
    text-decoration: none;
    background: rgba(27, 27, 27, 1);
    border-radius: 15px;
}
.team-foto {
    position: relative;
}
.team-position {
    position: absolute;
    padding: 15px;
    bottom: 0px;
    left: 0px;
    display: flex;
}
.team-position span {
    display: block;
    padding: 12px 15px;
    border-radius: 30px;
    background: rgba(27, 27, 27, 0.9);
    backdrop-filter: blur(5px);
    font-weight: 500;
}
.team-meta {
    padding: 20px;
}
.team-name {
    margin-bottom: 20px;
    font-weight: 600;
}
.team-text {
    margin-bottom: 20px;
}
.team-stag {
    font-weight: 600;
}
.serv-wrapper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
}
.serv-wrapper:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 50.1%, rgba(0, 0, 0, 0) 100%);
}
.row-serv {
    position: relative;
    z-index: 10;
}
.a-item {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
}
.a-pic {
    width: 100px;
    min-width: 100px;
}
.a-text p {
    margin: 0px;
    color: rgba(250, 250, 250, 1);
}
.a-text p:first-child {
    margin-bottom: 15px;
    color: rgba(228, 143, 7, 1);
    font-weight: 600;
    text-transform: uppercase;
}
#char_2,
#char_3 {
    background: rgba(40, 39, 39, 1);
    border: 1px solid rgba(228, 143, 7, 1);
    padding: 30px;
    border-radius: 15px;
}
#char_3 {
    margin-top: 30px;
    border: 1px solid rgba(255, 80, 80, 1);
}
#char_2 h2.block-title,
#char_3 h2.block-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgba(228, 143, 7, 1);
    text-align: left;
    justify-content: flex-start;
}
#char_3 h2.block-title {
    color: rgba(255, 80, 80, 1);
}
.dop-price {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.dop-price > div:first-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid rgba(228, 143, 7, 1);
    padding: 12px 14px;
    font-weight: bold;
}
.dop-price > div:first-child del {
    font-weight: normal;
    color: rgba(228, 143, 7, 1);
}
.dop-price > div:first-child span {
    color: rgba(228, 143, 7, 1);
}
.doctor-wrapper {
    padding: 30px;
    border: 1px solid rgba(84, 58, 15, 1);
    background: rgba(27, 27, 27, 1);
    border-radius: 15px;
}
.team-char {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}
.team-char span {
    color: rgba(228, 143, 7, 1);
}
#post-14 h2 {
    color: #fff;
}
#post-14 p strong {
    color: rgba(228, 143, 7, 1);
}
.home #post-14 {
    width: 100%;
    background: url(../images/about-bg.svg) center center no-repeat;
    background-size: contain;
}
.map-links .dropdown {
    width: 100%;
}
.dropdown-menu,
.map-links .dropdown .btn {
    width: 100%;
}