/* variables */
:root {
    --bg-color-white-theme: #F4F4F4;
    --bg-color-dark-theme: #1f1b1b;
    --text-white-theme: #000000;
    --text-dark-theme: #ffffff;
    --text-main-color: #ff2b2b;
    --btn-bg-white-theme: #ff2b2b;
    --btn-bg-dark-theme: #ff2b2b;
    --btn-text-white-theme: #ffffff;
    --btn-text-dark-theme: #ffffff;
    --btn-border-white-theme: 0px 5px 0px #ac1e23;
    --btn-border-dark-theme: 0px 5px 0px #ac1e23;
    --link-white-theme: #000000;
    --link-dark-theme: #ffffff;
    --icon-white-theme: #000000;
    --icon-dark-theme: #ffffff;
    --border-color-white-theme: #dddddd;
    --border-color-dark-theme: #57596E;
    --item-bg-white-theme: #ffffff;
    --item-bg-dark-theme: rgb(22 19 19);
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    pointer-events: none;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* СБРОС СТАНДАРТНИX СТИЛІВ */
*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none;
    outline: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul,
ol {
    padding: 0;
}

HTML {
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    height: 100%;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    transition: all .4s ease;
}

img.img_sh {
    filter: brightness(0.5);
}

article>*+* {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
    transition: all .4s ease;
}

input {
    height: 44px;
    width: 100%;
    font-size: 13px;
    color: #727272;
    padding-left: 15px;
    padding-right: 40px;
    background-color: #ffffff;
    border: 1px solid var(--border-color-white-theme);
}

.radius input {
    border-radius: 5px;
}

input.without_label {
    padding-left: 10px;
}

input:focus {
    border-color: #111;
    transition: all .4s ease;
}

input.error {
    border-color: red;
    transition: all .4s ease;
}

form label {
    position: absolute;
    top: 13px;
    right: 12px;
}

form label .svg_icon {
    margin: 0;
}

form span {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

form span .svg_icon {
    fill: #09C500;
}

form .row+.row {
    margin-top: 12px;
}

form .btn {
    margin: 20px auto 0;
}

/* ЗАГАЛЬНІ СТИЛІ */
body {
    font: normal 16px/1.35 Arial, sans-serif;
}

section,
article {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 50px 0;
    background-color: var(--bg-color-white-theme);
}

.clickpath {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.clickpath a {
    position: relative;
}

.clickpath a::after {
    content: ">";
    margin: 0 5px;
}

.clickpath a:last-child::after {
    display: none;
}

.item {
    background-color: var(--item-bg-white-theme);
    position: relative;
    margin-bottom: 20px;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 10px;
}

.svg_icon {
    width: 20px;
    height: 20px;
    fill: grey;
    margin-right: 5px;
}

.site_header .svg_icon,
.footer .svg_icon {
    fill: var(--icon-white-theme);
}

.site_header a,
.footer a {
    color: var(--link-white-theme);
}

a {
    text-decoration: none;
    color: inherit;
    transition: all .4s ease;
}

.btn {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 100%;
    color: var(--btn-text-white-theme);
    background-color: var(--btn-bg-white-theme);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    box-shadow: var(--btn-border-white-theme);
    transition: all .4s ease;
}

.radius .btn {
    border-radius: 8px;
}

a.btn:hover {
    opacity: .75;
    transition: all .4s ease;
}

a:not(.btn):hover {
    opacity: .7;
    transition: all .4s ease;
}

.title,
article h1 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center;
}

.subtitle,
article h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 100;
    text-align: center;
    margin-bottom: 32px;
}

.title_sm {
    font-size: 24px;
    margin-bottom: 25px;
}

/* СТАТТЯ  */

article .container > *:not(img) {
    display: inline-block;
    width: 100%;
}
article p {
    margin-bottom: 12px;
}

article ol,
article ul {
    padding-left: 40px;
    margin: 20px 0;
}

article ul {
    list-style: disc;
}

article ol {
    list-style: decimal;
}

article a {
    text-decoration: underline;
}

table {
    width: 100%;
    min-width: 850px;
    border-collapse: separate;
    padding: 10px;
    background-color: #fff;
    border-spacing: 0 7px;
    margin: 0 auto;
}

.radius table {
    border-radius: 10px;
}

tr:not(:first-child) {
    background-color: #f4f4f4;
    border-spacing: 10px 0;
}

tr:first-child,
tr:first-child td {
    border: none;
    font-weight: 100;
    color: #727272;
}

td {
    padding: 10px 5px;
    font-weight: 600;
    border: 1px solid transparent;
}

.radius td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.radius td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}


.banner_text {
    text-align: left;
    color: var(--text-white-theme);
    max-width: 700px;
}

.banner_text .title,
.banner_text .subtitle,
.banner_text .title_sm {
    text-align: left;
}

.fig_title {
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: bold;
    color: var(--text-white-theme);
}

.fig_sub_title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.row {
    position: relative;
    width: 100%;
}

.shadow .item,
.shadow .step_content,
.shadow .r_content,
.shadow .banner_form {
    box-shadow: 0 0 7px rgb(0 0 0 / 30%);
}

.radius .item,
.radius .item img,
.radius .step_content,
.radius .r_content,
.radius .banner_form {
    border-radius: 8px;
}

.radius .radius_sm,
.radius .radius_sm .table_row {
    border-radius: 6px;
}

.shadow a.item {
    display: inline-block;
    transition: all .4s ease;
}

.shadow a.item:hover {
    box-shadow: 0px 1px 15px rgba(40, 40, 40, 0.9);
    transition: all .4s ease;
}

figure {
    text-align: center;
}

figure img {
    margin-bottom: 20px;
}

.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 11;
    background-color: var(--bg-color-white-theme);
    border-radius: 0 45px 45px 0;
    font-size: 0;
    padding: 0;
    width: 60px;
    height: 88px;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
}

.slick-arrow.slick-disabled,
.slick-arrow.slick-disabled:hover {
    visibility: hidden;
    opacity: 0;
}

.slick-arrow:hover {
    opacity: 0.7;
}

.dark .slick-arrow {
    background-color: var(--bg-color-dark-theme);
}

.slick-arrow::after {
    content: "";
    width: 18px;
    height: 18px;
    border-bottom: 3px solid var(--icon-white-theme);
    border-left: 3px solid var(--icon-white-theme);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.dark .slick-arrow::after {
    border-color: var(--icon-dark-theme);
}

.slick-prev.slick-arrow {
}

.slick-next.slick-arrow {
    left: auto;
    right: 0;
    transform: scale(-1);
}


.slick-dots {
    display: flex;
    margin-top: 40px;
    width: 100%;
    justify-content: center;
}

.slick-dots li {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid transparent;
}

.slick-dots li.slick-active {
    border: 2px solid #F3234A;
}

.slick-dots li.slick-active button {
    background-color: #F3234A;
}

.slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    background-color: #282828;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tile .slick-slide {
    margin-right: 15px !important;
}

.tile .slick-list {
    padding: 10px 5px !important;
}

.checkbox {
    position: relative;
    height: 100%;
    cursor: pointer;
}

.checkbox:before,
.checkbox:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 27px;
    height: 27px;
    border: 1px solid #727272;
    background-color: #fff;
}

.radius .checkbox:before, 
.radius .checkbox:after {
    border-radius: 6px;
}

.checkbox:after {
    z-index: -1;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    border: none;
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='14px' height='14px' fill='white'><path d='M31.706 7.133l-2.839-2.839c-0.393-0.393-1.026-0.393-1.419 0l-14.515 15.324-8.32-8.324c-0.397-0.397-1.041-0.397-1.438 0l-2.876 2.878c-0.397 0.396-0.397 1.040 0 1.438l11.833 12.108c0.229 0.23 0.54 0.309 0.839 0.27 0.309 0.046 0.631-0.032 0.868-0.27l17.867-19.165c0.392-0.392 0.392-1.028 0-1.42z'></path></svg>");
}

.checkbox.active:before {
    background-color: #F3234A;
    border-color: #F3234A;
}

.checkbox.active:after {
    z-index: 1;
}

/* ХЕДЕР */
.site_header {
    width: 100%;
    position: relative;
    padding: 8px 0;
}

.site_header::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--bg-color-white-theme);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.header_inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    max-width: 150px;
    height: auto;
}

.logo a {
    display: block;
    width: 100%;
}

.top_menu li a {
    color: var(--text-white-theme);
}

#burger {
    width: 40px;
    height: 40px;
    position: relative;
    padding: 5px 7px;
    order: -1;
}

#burger span {
    display: block;
    background-color: #282828;
    width: 100%;
    height: 2px;
    margin: 6px 0;
}

.top_menu_wrap {
    position: absolute;
    top: 60px;
    left: 0;
    visibility: hidden;
    transform: translateX(-1000px);
    z-index: 100000;
    transition: all .4s linear;
}

.top_menu_wrap_open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: all .4s linear;
}

.top_menu {
    min-width: 270px;
    width: 80%;
    background-color: var(--bg-color-white-theme);
    overflow-y: auto;
}

.top_menu ul {
    padding: 0;
    margin: 0;
}

.top_menu ul li {
    width: 100%;
}

.top_menu ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-decoration: none;
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.phone_container {
    display: block;
    text-align: right;
    line-height: 0;
    padding-left: 30px;
    position: relative;
}

.phone_container .call_us {
    font-size: 0;
    display: none;
}

.phone_container .call_us.mobile {
    display: block;
}

.phone_container .write_us {
    display: none;
}

.phone_container .call_us .svg_icon {
    width: 25px;
    height: 25px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* БАННЕР */
.banner {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    background-color: center / cover no-repeat;
}

.banner.banner_not-form {
    height: 100vh;
    min-height: 700px;
}

.banner.banner_not-form .banner_inner {
    height: 100%;
}

.banner.banner_not-form .banner_text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bottom_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 0px solid var(--icon-white-theme);
    position: relative;
    margin: auto auto 0 auto;
}

.banner.radius .bottom_arrow  {
    border: 3px solid var(--icon-white-theme);
}

.bottom_arrow::after {
    content: "";
    margin-top: -5px;
    width: 18px;
    height: 18px;
    border-bottom: 3px solid var(--icon-white-theme);
    border-left: 3px solid var(--icon-white-theme);
    transform: rotate(-45deg)
}

.banner.dark .bottom_arrow,
.banner.dark .bottom_arrow::after {
    border-color: var(--icon-dark-theme)
}

.header_inner {
    z-index: 9;
}

.site_header + main > .banner:first-child {
    margin-top: -66px;
    padding-top: 110px;
}


.parallax {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.banner>.container {
    z-index: 1;
}

.banner.banner_not-form .banner_text {
    min-width: 100%;
    text-align: center;
}

.banner.banner_not-form .banner_text .title, 
.banner.banner_not-form .banner_text .subtitle, 
.banner.banner_not-form .banner_text .bottom_text, 
.banner.banner_not-form .banner_text .title_sm {
    text-align: center;
}

.banner .bottom_text {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2em;
    margin-top: auto;
    margin-bottom: 15px;
}

.banner::after,
.advantages::after,
.work_process::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(2555, 255, 255, .5);
}

.banner_inner {
    position: relative;
    display: flex;
    flex-direction: column;
}

.banner_form header {
    margin-bottom: 23px;
}

.banner_form {
    width: 100%;
    max-width: 351px;
    margin: 65px auto 0;
    padding: 30px 17px 30px;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.banner_form::after {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgba(255, 255, 255, 0.18);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.banner.radius .banner_form::after {
    border-radius: 15px;
}

.banner_form form {
    padding: 0 20px;
}

.banner_form .title {
    color: var(--text-main-color);
    text-transform: uppercase;
    margin: 0 auto 13px;
    font-weight: 900;
    padding: 0 15px;
    font-size: 22px;
    line-height: 28px;
}

.banner_form .subtitle {
    font-size: 18px;
    line-height: 1.2;
    color: #727272;
    margin-bottom: 10px;
    font-weight: normal;
}

/* ПЕРЕВАГИ */
.advantages .container {
    z-index: 1;
}

.our_work_slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
}

.our_work_slider .item

.advantages .item {
    display: block;
    padding: 25px 30px;
    background-color: transparent;
}

.advantages .item.right figure {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
}

.advantages .item.right figure img {
    margin: 0 0 25px auto;
}  

.advantages .item.right .fig_title,
.advantages .item.right .fig_sub_title {
    text-align: right;
}

.advantages .item.left figure {
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 10px 0 10px;
}

.advantages .item.left figure img {
    margin: 0 auto 25px 0;
}  

.advantages .item.left .fig_title,
.advantages .item.left .fig_sub_title {
    text-align: left;
}

.advantages .item.center figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantages .item.center figure img {
    margin: 0 auto 25px auto;
}

.advantages .item.center .fig_title,
.advantages .item.center .fig_sub_title {
    text-align: center;
}

.advantages .item img {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    object-fit: contain;
}

/* МИ ПРОПОНУЄМО */
.we_offer .item {
    color: var(--text-white-theme);
    padding: 10px;
    width: 100%;
    background-color: var(--item-bg-white-theme);
}

.we_offer .item img {
    object-fit: contain;
    height: 100px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.we_offer .item.left figcaption {
    text-align: left;
}

.we_offer .item.left img {
    object-position: left
}

.we_offer .item.center figcaption {
    text-align: center;
}

.we_offer .item.center img {
    object-position: center;
}

.we_offer .item.right figcaption {
    text-align: end;
}

.we_offer .item.right img {
    object-position: right
}

.fig_text {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700
}

/* ПРИКЛАДИ РОБІТ  */
.our_work>.container {
    padding: 0;
}

.our_work .item {
    margin: 0 10px 15px 10px;
    height: max-content;
    color: var(--text-white-theme);
    background-color: var(--item-bg-white-theme);
    overflow: hidden;
}

.our_work .item figure .picture {
    display: block;
    height: 175px;
    width: 100%;
    margin-bottom: 0;
}

.our_work .item figcaption {
    padding-top: 10px;
}

.our_work .fig_title {
    font-size: 14px;
    padding: 0 8px;
}

/* ДОДАТКОВІ ПОСЛУГИ */
.add_services_table_wrap {
    width: 100%;
    position: relative;
}

.swipe_wrap {
    color: var(--text-white-theme);
    width: 100%;
    position: relative;
    overflow-x: auto;
}

.add_services_table {
    min-width: 850px;
    background-color: #fff;
    padding: 14px 14px 0px;
}

.table_row {
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 10px 0 25px;
}

.table_row:not(:last-child) {
    margin-bottom: 7px;
}

.table_row>td {
    color: #282828;
    font-weight: bold;
    font-size: 15px;
    min-width: 142px;
}

.table_row>td.checkbox {
    min-width: 60px;
}

.table_row>td:first-child {
    width: 100%;
    max-width: 355px;
    flex-shrink: 0;
}

.table_row input {
    width: 60px;
    height: 27px;
    padding-left: 0;
    background-color: transparent;
    text-align: center;
    color: #282828;
}

.table_title_row {
    background-color: transparent;
}

.table_title_row>div {
    color: #727272;
    font-weight: normal;
}

.table_title_row>div:last-child {
    min-width: 60px;
    text-align: center;
}

.table_row_bottom {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    height: auto;
    padding: 10px;
}

.table_row_bottom div.top_part {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
}

.table_row_bottom .top_part a {
    color: #F3234A;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px dashed;
}

.table_row_bottom .top_part span {
    font-size: 15px;
    color: #727272;
    margin: 15px 0;
}

.table_row_bottom .top_part .total_sum {
    font-size: 24px;
    font-weight: bold;
    color: #282828;
    margin: 15px 0 9px 15px;
}

.table_row_bottom a.btn {
    margin: 0 auto;
    width: 180px;
    text-transform: capitalize;
    font-weight: bold;
}

/* ПРОЦЕС СПІВПРАЦІ */
.process_tree {
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.pr_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    position: relative;
    padding-bottom: 30px;
}

.pr_step+.pr_step {
    margin-top: 11px;
}

.pr_step .step_number {
    font-size: 24px;    
    line-height: 1.2;
}


.pr_step .step_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: visible;
    color: var(--text-white-theme);
}

.step_content .fig_title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: var(--text-white-theme);
    border-bottom: 1px dashed;
    max-width: max-content;
}

.step_content .fig_sub_title {
    font-size: 16px;
    color: var(--text-white-theme);
}

.step_content .apply {
    color: #F3234A;
    border-bottom: 1px solid #F3234A;
    margin-top: 10px;
    width: max-content;
    display: flex;
    font-weight: bold;
}

.work_process_inner {
    z-index: 1;
}

.work_process_inner a.btn {
    width: 100%;
    margin-top: 50px;
    height: 50px;
    font-weight: bold;
    filter: none;
}

/* КАТАЛОГ */
.catalog .slick-list {
    padding: 10px 5px;
}

.catalog .item {
    color: var(--text-white-theme);
    margin: 10px 16px 10px 0;
    background-color: var(--item-bg-white-theme);
}

.catalog .item figure img {
    height: 280px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.catalog figure {
    text-align: left;
}

.catalog figcaption {
    padding: 0 25px 25px;
}

.catalog .fig_bottom {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.catalog .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 10px;
    width: auto;
}

.catalog .price b {
    font-size: 18px;
}

.catalog .item .fig_sub_title {
    text-align: start;
}

.catalog a.btn {
    margin:25px auto 0 auto;
    width: 100%;
    max-width: 230px;
    font-weight: bold;
}

.catalog .slick-track{
    left: 5px;
}

.catalog .slick-arrow {
    top: 255px;
}

/* НОВИНИ */
.news figure {
    text-align: left;
}

.news figcaption {
    padding: 0 25px 25px;
}

.news .fig_sub_title {
    color: #727272;
}

.news .item img {
    height: 300px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.news .fig_bottom {
    display: flex;
    margin-top: 20px;
    color: #727272;
}

.news .fig_bottom>div {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-right: 30px;
}

.news .fig_bottom>div .svg_icon {
    width: 16px;
    height: 16px;
}

/* ВІДГУКИ */
.reviews .item {
    position: relative;
    margin: 0 5px;
    background-color: transparent;
    box-shadow: none !important;
}

.author_foto {
    position: relative;
    width: 90px;
    height: 90px;
    overflow: hidden;
    overflow: hidden;
    margin: 0 auto 0;
    transform: translateY(-45px);
}

.radius .author_foto {
    border-radius: 50%;
}

.r_content {
    color: var(--text-white-theme);
    text-align: center;
    padding: 0 25px 25px;
    margin: 50px auto 25px;
    overflow: visible;
    background-color: var(--item-bg-white-theme);
}

.r_text {
    margin: -20px auto 20px;
    font-style: italic;
}

.r_author {
    font-size: 14px;
    font-weight: bold;
}

.r_city,
.r_author_date {
    font-size: 12px;
    color: #727272;
}

.r_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.radius .r_gallery img {
    border-radius: 5px;
}

/* ВІДГУКМ ПРО НАШІ РОБОТИ */
.reviews_work .item {
    color: var(--text-white-theme);
    padding: 20px 20px 0;
    background-color: var(--item-bg-white-theme);
}

.rw_item_title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.reviews_work .author_foto {
    transform: none;
    width: 40px;
    height: 40px;
    margin: 0 12px 0 0;
}

.rw_item_text {
    font-size: 14px;
    margin-bottom: 10px;
}

.rw_item_bottom {
    background-color: #F1F1F1;
    padding: 0 18px;
    height: 48px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #727272;
    margin: auto -20px 0;
}

.radius .rw_item_bottom {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.reviews_work .item>div {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.reviews_work .item>div .svg_icon {
    width: 14px;
    height: 14px;
}

/* ФОТОГАЛЕРЕЯ */
.foto_gallery figure img {
    margin-bottom: 0;
}

/* ЗАЛИШИЛИСЬ ПИТАННЯ */
.question_inner a.btn {
    width: 100%;
    filter: none;
}

/* ФУТЕР */
.footer {
    overflow: hidden;
    background-color: var(--bg-color-white-theme);
    color: var(--text-white-theme);
    padding: 30px 0 0 0;
}

.footer_top {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 30px;
}

.footer_top .logo {
    max-width: 300px;
    margin: 0 auto 20px auto;
}

.footer_top .foo_adv {
    font-size: 13px;
}

.foo_col {
    position: relative;
}

.foo_col_content {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.toggle_lang a {
    margin: 0 2px;
}

.footer_top .svg_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.footer_top a.map {
    border-bottom: 1px dashed;
    width: max-content;
}

.footer_top .foo_subtitle {
    font-size: 14px;
}

.footer_top .foo_title {
    font-size: 13px;
    margin-bottom: 10px;
}

.footer_bottom {
    font-size: 15px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 10px;
    color: #282828;
}

.foo_col .call_us {
    font-size: 18px;
    color: #282828;
    margin-top: -4px;
}

.footer_bottom a {
    color: #282828;
}

.toggle_lang {
    margin: 0 auto 0 10px;
}

.toggle_lang a {
    border-bottom: 1px dashed
}

.toggle_lang a.active {
    border-bottom: 1px solid
}

.toggle_lang a:hover {
    opacity: 0.7;
}

.footer_bottom .sufix a:hover {
    color: #F3234A;
}

/* ПОПАП */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100000;
    transition: all .3s linear;
}


.popup_close {
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.popup_close:after,
.popup_close:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 2px;
    top: 30px;
    right: 4%;
    background-color: #fff;
    display: block;
    transform: rotate(45deg);
}

.popup_close:before {
    transform: rotate(-45deg);
}

.popup_inner {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 300px;
    width: auto;
    padding: 30px;
    background-color: #fff;
    height: auto;
    overflow-y: auto;
    border-radius: 8px;
}

.popup .title {
    font-size: 22px;
    text-transform: none;
    margin-bottom: 10px;
}

.popup .accent {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-main-color);
}

.popup .subtitle {
    font-size: 18px;
    text-transform: none;
    margin-bottom: 30px;
}

.popup .phone {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
}

.popup.write_us_popup .popup_inner {
    max-width: 540px;
}

.popup.write_us_popup .row,
.popup.write_us_popup .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 275px;
}

.popup.dark .popup_inner {
    color: var(--text-dark-theme);
    background-color: var(--bg-color-dark-theme);
}

.popup_open {
    opacity: 1;
    visibility: visible;
    transition: all .3s linear
}

.mobile_contacts_popup a.call_us {
    margin-bottom: 12px;
    display: flex;
}

.success_popup .popup_inner {
    display: flex;
}

.success_popup .svg_icon {
    fill: #09C500;
}

.map_popup .popup_inner {
    width: 80vh;
    height: 80vh;
    overflow: hidden;
}

.popup.dark a.btn {
    color: var(--btn-text-dark-theme);
    background-color: var(--btn-bg-dark-theme);
}

.images_popup {
    display: none;
    padding: 20px;
    width: calc(100% - 30px);
    max-width: 1000px;
    height: auto;
    max-height: calc(100% - 50px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    background-color: var(--bg-color-white-theme);
}

.images_popup.popup_open {
    display: block;
}

.images_popup > *:not(.img_popup-close){
    width: 100%;
    height: auto;
}

.img_popup-close {
    font-size: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.img_popup-close::before,
.img_popup-close::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #282828;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s;
}

.img_popup-close:hover::before,
.img_popup-close:hover::after {
    opacity: 0.8;
}

.img_popup-close::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.img_popup-close::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

/*.................... ТЕМНА ТЕМА................... */

/* ХЕДЕР ТЕМНИЙ */

.site_header.dark {
    color: var(--text-dark-theme);
}

.site_header.dark::before {
    background-color: var(--bg-color-dark-theme);
}

.site_header.dark #burger span {
    background-color: #fff;
}

.site_header.dark a {
    color: var(--link-dark-theme);
}

.site_header.dark .top_menu ul li a {
    color: var(--text-dark-theme);
}

.site_header.dark .svg_icon {
    fill: var(--icon-dark-theme);
}

.site_header.dark .top_menu {
    background-color: var(--bg-color-dark-theme);
}

.site_header.dark .top_menu ul li a {
    color: var(--text-dark-theme)
}

/* БАННЕР ТЕМНИЙ */

.banner.dark::after,
.advantages.dark::after,
.work_process.dark::after {
    background-color: rgba(31, 27, 27, 0.93);
    opacity: 0.93;
}

.banner.dark .banner_text {
    color: var(--text-dark-theme);
}

.banner.inner_dark .banner_form {
    background-color: var(--item-bg-dark-theme);
}

.banner.inner_dark .banner_form .subtitle {
    color: var(--text-dark-theme);
}

.banner.inner_dark form .btn {
    background-color: var(--btn-bg-dark-theme);
    color: var(--btn-text-dark-theme);
}

/* ПЕРЕВАГИ ТЕМНИЙ */

.advantages.dark {
    background-color: var(--bg-color-dark-theme);
}

.advantages.dark .title,
.advantages.dark .subtitle {
    color: var(--text-dark-theme);
}

.advantages.dark .item  {
    color: var(--text-dark-theme);
    background-color: transparent;
}

.advantages.dark .item .fig_title {
    color: var(--text-dark-theme);
}

.advantages.inner_dark .item {
    background-color: var(--bg-color-dark-theme);
    color: var(--text-dark-theme)
}

.advantages.inner_dark .fig_title,
.advantages.inner_dark .fig_sub_title {
    color: var(--text-dark-theme)
}

/* МИ ПРОПОНУЄМО ТЕМНИЙ */

.we_offer.dark {
    color: var(--text-dark-theme);
    background-color: var(--bg-color-dark-theme);
}

.we_offer.inner_dark .item {
    color: var(--text-dark-theme);
    background-color: var(--item-bg-dark-theme);
}

.we_offer.inner_dark .fig_title {
    color: var(--text-dark-theme);
}

/* ПРИКЛАДИ РОБІТ ТЕМНИЙ */

.our_work.dark {
    color: var(--text-dark-theme);
    background-color: var(--bg-color-dark-theme);
}

.our_work.inner_dark .item {
    color: var(--text-dark-theme);
    background-color: var(--item-bg-dark-theme);
}

.our_work.inner_dark .fig_title {
    color: var(--text-dark-theme);
}

.show_all {
    color: #2200CC;
    font-weight: 700;
    display: block;
    margin: 20px auto 0 auto;
    width: max-content;
}

/* ДОДАТКОВІ ПОСЛУГИ ТЕМНИЙ */

.add_services.dark {
    color: var(--text-dark-theme);
    background-color: var(--bg-color-dark-theme);
}

.add_services.inner_dark .add_services_table {
    color: var(--text-dark-theme);
    background-color: var(--item-bg-dark-theme);
}

.add_services.inner_dark .table_row.table_title_row {
    background-color: transparent;
}
.add_services.inner_dark .table_row.table_title_row > div {
    color: #727272
}

.add_services.inner_dark .table_row {
    background-color: #1F202E;
    color: var(--text-dark-theme);
}

.add_services.inner_dark .table_row>td {
    color: var(--text-dark-theme);
}

.add_services.inner_dark .table_row input {
    color: #fff;
    border-color: #57596E; 
}

.add_services.inner_dark .checkbox:before, 
.add_services.inner_dark .checkbox:after {
    background-color: transparent;
}

.add_services.inner_dark .table_row_bottom {
    color: var(--text-dark-theme);
    background-color: var(--item-bg-dark-theme);
}

.add_services.inner_dark .table_row_bottom .top_part .total_sum {
    color: var(--text-dark-theme);
}

.add_services.inner_dark .table_row_bottom .top_part a {
    color: var(--link-dark-theme);
}

.add_services.inner_dark .table_row_bottom a.btn {
    color: var(--btn-text-dark-theme);
    background-color: var(--btn-bg-dark-theme);
}

/* ПРОЦЕС СПІВПРАЦІ ТЕМНИЙ */
.work_process.dark {
    color: var(--text-dark-theme);
    background-color: var(--bg-color-dark-theme);
}

.work_process.inner_dark .step_content .fig_title {
    color: var(--btn-text-white-theme);
}

.work_process.inner_dark .step_content .apply {
    color: var(--link-dark-theme);
    border-color: var(--link-dark-theme);
}

.work_process.dark .work_process_inner a.btn {
    color: var(--btn-text-dark-theme);
    background-color: var(--btn-bg-dark-theme);
}

.work_process.dark .fig_title {
    color: var(--text-dark-theme);
}

.work_process.dark .fig_sub_title {
    color: var(--text-dark-theme);
}

/* КАТАЛОГ ТЕМНИЙ */

.catalog.dark {
    color: var(--text-dark-theme);
    background-color: var(--bg-color-dark-theme);
}

.catalog.inner_dark .item {
    color: var(--text-dark-theme);
    background-color: var(--item-bg-dark-theme);
}

.catalog.inner_dark .fig_title {
    color: var(--text-dark-theme);
}

.catalog.inner_dark a.btn {
    color: var(--btn-text-dark-theme);
    background-color: var(--btn-bg-dark-theme);
}

.inner_dark .slick-dots li.slick-active button {
    background-color: var(--link-dark-theme);
}

.inner_dark .slick-dots li.slick-active {
    border: 2px solid var(--link-dark-theme);
}

/* НОВИНИ ТЕМНИЙ */

.news.dark {
    color: var(--text-dark-theme);
    background-color: var(--bg-color-dark-theme);
}

.news.inner_dark .item {
    color: var(--text-dark-theme);
    background-color: var(--item-bg-dark-theme);
}

.news.inner_dark .fig_title {
    color: var(--text-dark-theme);
}

/* ВІДГУКИ ТЕМНИЙ */

.reviews.dark {
    color: var(--text-dark-theme);
    background-color: var(--bg-color-dark-theme);
}

.reviews.inner_dark .r_content {
    color: var(--text-dark-theme);
    background-color: var(--item-bg-dark-theme);
}

/* ВІДГУКИ ПРО НАШІ РОБОТИ ТЕМНИЙ */

.reviews_work.dark {
    color: var(--text-dark-theme);
    background-color: var(--bg-color-dark-theme);
}

.reviews_work.inner_dark .item {
    color: var(--text-dark-theme);
    background-color: var(--item-bg-dark-theme);
}

.reviews_work.inner_dark .item > div {
    background-color: var(--item-bg-dark-theme);
}

/* ФОТОГАЛЕРЕЯ ТЕМНИЙ */

.foto_gallery.dark {
    color: var(--text-dark-theme);
    background-color: var(--bg-color-dark-theme);
}

.foto_gallery.dark a.item {
    opacity: .55;
}

.foto_gallery.dark a.item:hover {
    opacity: 1;
}

/* ЗАЛИШИЛИСЬ ПИТАННЯ ТЕМНИЙ */

.banner.question.dark::after {
    background-color: rgba(5,9,15,.5);
}

.banner.question.dark .question_inner a.btn {
    color: var(--btn-text-dark-theme);
    background-color: var(--btn-bg-dark-theme);
}

/* СТАТТЯ ТЕМНИЙ */
.article_text.dark {
    color: var(--text-dark-theme);
    background-color: var(--bg-color-dark-theme);
}

.article_text.inner_dark .swipe_wrap table {
    color: var(--text-dark-theme);
    background-color: var(--item-bg-dark-theme);
}

.article_text.inner_dark tr:not(:first-child) {
    background-color: #1F202E;
    color: var(--text-dark-theme);
}

/* ФУТЕР ТЕМНИЙ */

.footer.dark {
    color: var(--text-dark-theme);
    background-color: var(--bg-color-dark-theme);
}

.footer.dark .footer_top .svg_icon {
    fill: var(--icon-dark-theme);
}

.footer.dark .footer_top a.map {
    color: var(--link-dark-theme);
}

.footer.dark .foo_col .call_us,
.footer.dark .footer_bottom,
.footer.dark .footer_bottom a {
    color: var(--text-dark-theme);
}

.footer.dark .footer_bottom a:hover {
    color: var(--link-dark-theme);
}


.footer.dark .footer_bottom {
    background-color: #000;
    position: relative;
    z-index: 1;
}

.footer.dark .footer_bottom::before, 
.footer.dark .footer_bottom::after {
    content: "";
    width: 50vw;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    z-index: -1;
}

.footer.dark .footer_bottom::before {
    left: 50%;
}
.footer.dark .footer_bottom::after {
    right: 50%;
}
/* СПИСОК ВСІХ РОБІТ */

.all_works {
    color: var(--text-white-theme);
    background-color: var(--bg-color-white-theme);
}

.all_works.dark {
    color: var(--text-dark-theme);
    background-color: var(--bg-color-dark-theme);
}

.all_works .container {
    display: flex;
    flex-direction: column;
}

.works_slider:not(:last-child) {
    margin-bottom: 75px;
}

.works_slider .slick-track {
    display: flex;
}

.works_slider img,
.works_slider iframe {
    width: 100%;
    height: 100%;
}

.works_slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.works_slider .slick-next.slick-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.works_image {
    margin: 0 5px;
    height: 360px;
}

.map-temlpate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}