@charset "UTF-8";

/*
Theme Name: SS Theme
Author: Supersait
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 7.4
Version: 0.0.1
*/

:root {
    --dark: #222222;
    --gray: #3c3c3c;
    --lyellow: #fcca46;
    --dyellow: #f2b021;
    --dred: #990808;
}

body {
    padding:0;
    margin:0;
    line-height: 1.2;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
p {
    margin:0;
}
h1,h2,h3,h4,h5,
.vc_custom_heading .title {
    font-family: 'Oswald', sans-serif;
    margin:0;
}
h1 {
    font-size: 45px;
}
.vc_custom_heading.fs-35 .title,
h2,h3,h4,h5 {
    font-size: 35px;
}
a,a:hover,a:focus {
    color: #000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
	outline:none;
}
ul {
    list-style: none;
    padding:0;
    margin:0;
}
.uppercase {
    text-transform: uppercase;
}
.highlight {
    font-weight: 500;
}
.justify p{
    text-align: justify;
}
.vc_custom_heading .title {
    font-weight: 500;
}
.vc_custom_heading .title.center {
    text-align: center;
}
.btn-primary-wrap.light a.btn-primary,
.wpb_content_element.light,
.vc_custom_heading.light {
    color:#fff;
}
.vc_custom_heading .red {
    color: var(--dred);
}
.vc_custom_heading .yellow {
    color: var(--lyellow);
}
.wpb_text_column.white,
.vc_custom_heading.white {
    color:#fff;
}
a.readmore {
    position: relative;
}
.vc_custom_heading.fs-22 .title,
.fs-22 {
    font-size: 22px;
}
input,textarea {
    border: none;
    outline:none;
}
header {
    position: relative;
    z-index: 2;
}
#header-top {
    background-color: var(--dark);
    padding:2px 0;
}
#header-top .header-phone {
    display: flex;
    align-items: center;
}
#header-top a {
    color:#fff;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}
#header-top .header-phone span {
    font-size: 21px;
    padding: 7px 0;
    margin-right: 10px;
    color:var(--lyellow);
}
.page-template-page-gallery-template #header-main,
.blog #header-main {
    box-shadow: 0 0 9px #00000026;
}
#header-main.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
}
#header-main .container {
    height: 72px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
#header-main .header-logo {
    float: left;
}
.primary-menu-container {
    float: right;
    height: 100%;
}
.primary-service-menu,
.primary-menu {
    display: flex;
    height: 100%;
    align-items: center;
}
.primary-menu > li > a {
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px;
    font-family: 'Oswald', sans-serif;
    color: #131313;
    text-transform: uppercase;
    background: linear-gradient( to right, var(--dred) , var(--dred) 50%, #131313 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.7s cubic-bezier(0.000, 0.000, 0.230, 1);
}
.primary-menu > li.current-menu-item > a {
    background-position: 0;
}
.primary-menu > li > a:hover {
    transition: all 0.7s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}
.primary-service-menu-container {
    position: absolute;
    right: 15px;
    top: calc(100% - 13px);
    z-index: 1;
}
.primary-service-menu > li a {
    background: var(--dark);
    display: flex;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    height: 100%;
    position: relative;
    text-transform: uppercase;
}
.primary-service-menu ul li a {
    font-weight: 400;
}
.primary-service-menu > li:before {
    display:none;
}
.primary-service-menu > li > a:before {
    font-family: icomoon;
    font-size: 30px;
    color: var(--lyellow);
    font-weight: normal;
    background: var(--gray);
    padding: 5px;
    z-index: 1;
}
.primary-service-menu > li.icon-kartene > a:before {
    content: "\e90b";
}
.primary-service-menu > li.icon-chisti > a:before {
    content: "\e900";
}
.primary-service-menu > li.icon-izvozvane > a:before {
    content: "\e903";
}
.primary-service-menu > li.icon-sabarqne > a:before {
    content: "\e90e";
}
.primary-service-menu > li.icon-shlaifane-na-beton > a:before {
    content: "\e90f";
}
.primary-service-menu ul li a span,
.primary-service-menu > li > a span {
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}
.primary-service-menu ul li a span {
    border-bottom: 1px solid var(--gray);
    padding: 10px 10px 6px 10px;
    width: 100%;
    z-index: 1;
}
.primary-service-menu ul li a:after,
.primary-service-menu > li > a:after {
    content: "";
    background: var(--gray);
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: all 0.3s ease-in-out;
    z-index: 0;
}
.primary-service-menu ul li:hover a:after,
.primary-service-menu > li:hover > a:after {
    width: calc(100% - 2px);
    transition: all 0.3s ease-in-out;
}
.primary-service-menu ul {
    position: absolute;
    display: block;
    height: auto;
    background: #fafafa;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease-out, opacity 0.1s ease-out, visibility 0.5s linear;
    transform: translateX(10%);
    z-index: -1;
    min-width: 270px;
}
.primary-service-menu li.menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
#header-main {
    background-color: #fff;
}
.home-intro-wrap {
    position: relative;
}
.home-intro-wrap picture {
    display: block;
    text-align: center;
}
.home-intro-wrap .home-intro-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home-intro-wrap .home-intro-box {
    max-width: 500px;
    margin: 0 auto;
    background: rgb(255 255 255 / 80%);
    padding: 30px;
}
.home-intro-wrap .home-intro-box .title {
    font-weight: 500;
    text-transform: uppercase;
}
.home-intro-wrap .home-intro-box .title.center {
    text-align: center;
}
.home-intro-wrap .home-intro-box .desc {
    padding: 15px;
}
.home-intro-wrap .home-intro-box .desc.center {
    text-align: center;
}
.btn-primary-wrap {
    margin-top: 20px;
    margin-bottom: 10px;
}
.btn-primary-wrap.left {
    text-align: left;
}
.btn-primary-wrap.center {
    text-align: center;
}
.btn-primary-wrap.right {
    text-align: right;
}
.btn-primary {
    position: relative;
    padding: 16px 30px 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222937;
    max-width: 260px;
    display: inline-block;
}
button.btn-primary {
    background: none;
    outline: none;
    border: none;
}
.btn-primary-wrap.white .btn-primary {
    color: #fff;
}
.btn-primary:after, .btn-primary:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid var(--dred);
    transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
}
.yellow .btn-primary:after,
.yellow .btn-primary:before {
    border: 1px solid var(--lyellow);
}
.btn-primary:before {
    transform: translate(3px, 3px);
    -moz-transform: translate(3px, 3px);
    -webkit-transform: translate(3px, 3px);
    -ms-transform: translate(3px, 3px);
}
.btn-primary:after {
    transform: translate(-3px, -3px);
    -webkit-transform: translate(-3px, -3px);
    -moz-transform: translate(-3px, -3px);
    -ms-transform: translate(-3px, -3px);
}
.btn-primary:hover:after, .btn-primary:hover:before {
    transform: translate(0px);
    -moz-transform: translate(0px);
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
}
.section-contact-wrap {
    display: block;
    text-align: center;
}
.section-contact-inner {
    display: inline-block;
    font-family: 'Oswald';
    font-weight: 500;
    margin: 30px 0;
}
.section-contact-title {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}
.section-contact-info {
    color: #fcca46;
    font-size: 30px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}
.section-contact-info span.sep {
    margin: 0 15px;
    width: 3px;
    height: 30px;
    background: #fff;
    display: inline-block;
}
.section-with-overflow-image .overlay-image-col {
    position: unset;
}
section.section-with-overflow-image .overlay-image-col.right .responsive-image img,
section.section-with-overflow-image .overlay-image-col.right img.vc_single_image-img.attachment-full {
    position: absolute;
    top: 50%;
    right: calc((-1920px + 100vw) / 2);
    transform: translateY(-50%);
    z-index: 0;
}
section.section-with-overflow-image .overlay-image-col.top.right img.vc_single_image-img.attachment-full {
    top:0;
    transform: translateY(0);
}
section.section-with-overflow-image .overlay-image-col.left img.vc_single_image-img.attachment-full {
    position: absolute;
    left: calc((-1920px + 100vw) / 2);
}
.services-list.two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
}
.services-list .service {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #222937;
	margin: 0 auto;
    transition: all 0.2s ease-in-out;
}
.services-list .service .title {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
}
.services-list .service:hover {
    color: var(--dred);
}
.services-list .service span {
    max-width: 55px;
    max-height: 55px;
    min-width: 55px;
    min-height: 55px;
    display: inline-flex;
    background: #333;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #fff;
    border-radius: 50%;
}
.half-pattern-bg {
    position: relative;
    color:#fff;
}
.half-pattern-bg::before {
    content:'';
    width:100%;
    height:65%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url('assets/images/textura-cherna.jpg');
    background-repeat: repeat;
}
.box-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}
.box-services .service {
    background: #ffffff;
    color: #222937;
    padding: 15px;
    box-shadow: 0 0 16px -3px rgb(0 0 0 / 40%);
}
.box-services .service .title {
    font-size: 21px;
    font-weight: 500;
    font-family: 'Oswald';
    line-height: 1.2;
    margin-bottom: 10px;
    min-height: 50px;
}
.box-services .service .icon {
    font-size: 60px;
    text-align: center;
    display: block;
    color: var(--dred);
    margin-bottom: 15px;
}
.box-services .service .desc {
    margin-bottom: 10px;
    text-align: justify;
    min-height: 135px;
}
.box-services .service a.readmore {
    display: inline-block;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a.readmore span{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    will-change: transform;
}
a.readmore span.left{
    position: absolute;
    top: 9px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
}
a.readmore .main {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a.readmore .main .text {
    margin: 0 10px 0 0;
    line-height: 1;
    z-index: 1;
    transform: translateX(0);
    transform-origin: left;
}
a.readmore .main .right {
    position: relative;
    transform: scaleX(1);
    transform-origin: left;
}
a.readmore .line {
    background-color: var(--dred);
    display: block;
    width: 55px;
    height: 1px;
    position: relative;
}
a.readmore:hover span.left {
    transform: scaleX(1);
}
a.readmore:hover .main .text {
    margin: 0 0 0 10px;
    transform: translateX(55px);
}
a.readmore:hover .main .right {
    transform: scaleX(0);
}
.gray-shadow-overlay-bg::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    width: 100vw;
    height: 75%;
    background: #f8f8f8;
    z-index: -1;
}
.gray-shadow-overlay-bg.right::before {
    height: 75%;
    right:0;
    left:-100%;
}
.section-with-background {
    position:relative;
}
.section-with-background picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
.section-with-background picture {
    text-align: center;
}
.static-image .vc_single_image-wrapper {
    position: relative;
    z-index: 1;
}
.static-image .vc_single_image-wrapper:after {
    content: "\e919";
    font-family: icomoon;
    font-size: 55px;
    color:var(--dred);
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.animated-overlay-image {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.animated-overlay-image img {
    border: 5px solid #fff;
    box-shadow: 0 0 14px rgb(0 0 0 / 20%);
    -webkit-animation: imagemotion 4s linear 0s infinite;
    animation: imagemotion 4s linear 0s infinite;
}
@keyframes imagemotion {
    0%,100% {
        transform: translate3d(0px, 0px, 0px)
    }

    50% {
        transform: translate3d(0px, -60px, 0px)
    }
}
.white-box.vc_column_container {
    z-index: 1;
    background: #fff;
    padding: 30px;
    margin-top: 60px;
    box-shadow: 0 0 16px -1px #00000026;
}
section.kyrti-domain::before {
    content: "KYRTI.COM";
    font-size: 140px;
    font-family: 'Oswald';
    font-weight: 500;
    color: #f0f0f0;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translate(-20%,50%) rotate(-90deg);
    transform-origin: center;
}
footer {
    margin-top: 40px;
    padding-top:15px;
    background: url('assets/images/textura-cherna.jpg');
    background-repeat: repeat;
}
.footer-inner-wrap {
    display: flex;
    gap: 30px;
}
.footer-left {
    flex: 50%;
}
.footer-desc {
    color: #fff;
    text-align: justify;
    margin-top: 20px;
}
.footer-mid {
    flex: 100%;
}
.footer-right {
    flex: 1 0 auto;
    margin-top: 30px;
}
.footer-right a {
    font-size: 20px;
    font-family: 'Oswald';
    color: #fff;
    text-align: center;
    display: block;
    margin: 15px 0;
    text-transform: uppercase;
}
.footer-menus-wrap {
    display: flex;
}
.footer-menu-wrap {
    flex: 50%;
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-title {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--lyellow);
}
.footer-menu-container {
    display: inline-flex;
}
ul#menu-services-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-menu-wrap li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}
.copyright-bar {
    background-color: var(--dark);
    color:#fff;
    text-align: center;
    padding:10px 0;
}
.copyright-bar a {
    color:#fff;
}
.blog-header-wrap,
.page-header-wrap {
    position: relative;
}
.blog-header-wrap {
    background-image: url('assets/images/textura-bqla.jpg');
    background-repeat: repeat;
    padding: 70px 0 40px 0;
}
.page-header-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.blog-header-title .title {
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2e2e2e;
    text-align: center;
}
.page-header-title .title {
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.page-header-title .title .yellow {
    color: var(--lyellow);
}
.padding-right-115.vc_column_container {
    padding-right: 115px;
}
.list-style-red .list-item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.list-style-red .list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: var(--dred);
    width: 6px;
    height: 6px;
}
.blog-wrap {
    box-shadow: 0 0 14px #00000014;
    position: relative;
    margin-bottom: -40px;
    padding-bottom: 40px;
}
.page-with-sidebar,
.blog-with-sidebar {
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-column-gap: 30px;
    margin-top: 30px;
}
.sidebar-title {
    background: #2e2e2e;
    color: var(--lyellow);
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
}
.sidebar-title.red {
    background: var(--dred);
    color: #fff;
}
article.post {
    background: #fff;
    margin-bottom: 30px;
    float: left;
    box-shadow: 0 0 16px 0px #00000024;
}
article.post .post-title {
    margin: 15px;
    border-bottom: 1px solid var(--dred);
}
article.post .post-title .title {
    font-size: 20px;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0;
}
article.post .content,
article.post .excerpt {
    margin: 0 15px 25px 15px;
}
.sidebar ul.categories {
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
}
.sidebar ul.categories li {
    padding: 10px;
    text-align: center;
}
.sidebar ul.categories li:nth-child(even) {
    background: #f2f2f2;
}
.banner {
    margin-bottom: 30px;
}
.banner.with-button {
    position: relative;
}
a.banner-link {
    display: block;
}
.banner.with-button a.btn-primary {
    max-width: 140px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 10px;
    font-weight: 400;
}
.pagination-wrap {
    clear: both;
}
.pagination-wrap ul.post-pagination {
    display: flex;
    justify-content: center;
    font-size: 18px;
    column-gap: 5px;
}
.pagination-wrap ul.post-pagination li {
    border: 1px solid var(--dred);
}
.pagination-wrap ul.post-pagination li > span, 
.pagination-wrap ul.post-pagination li a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color:var(--dark);
    transition:all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.pagination-wrap ul.post-pagination li span.current {
    background: var(--dred);
    color: #fff;
}
.pagination-wrap ul.post-pagination li a span {
    font-size: 15px;
}
.pagination-wrap ul.post-pagination li:hover a {
    background:var(--dred);
    color: #fff;
}
.blog-archive-menu {
    border-left:1px solid #f2f2f2;
    border-right:1px solid #f2f2f2;
    margin-bottom:35px;
}
ul.year-archive {
    display: block;
}
li.archive-year {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom:1px solid #f2f2f2;
}
li.archive-year > a {
    padding: 10px;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
}
li.archive-year > a > span {
    font-size: 11px;
    transform: rotate(90deg);
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.year-archive ul.monts-archive {
    display: none;
}
ul.year-archive ul.monts-archive li a {
    display: block;
    text-align: center;
    padding: 7px 0;
}
.reviews-wrap {
    background:#f4f4f4;
    padding-bottom:40px;
    position: relative;
}
.reviews-wrap .review-item {
    padding: 15px;
}
.reviews-wrap .review-item .author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.reviews-wrap .review-item .author span {
    color: var(--dred);
    font-size: 30px;
    margin-right: 15px;
}
.reviews-wrap .reviews-quotes {
    text-align: center;
    font-size: 40px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    z-index: 9;
    color: #dedede;
}
.price-banner {
    margin-top: 35px;
}
.service-wrap {
    display: flex;
    position: relative;
    padding-bottom: 40px;
    margin-bottom:30px;
}
.service-wrap .service-thumb {
    flex:1 0 auto;
}
.service-wrap:nth-child(even) {
    flex-direction: row-reverse;
}
.service-wrap:nth-child(odd) > .title {
    margin-left:15px;
}
.service-wrap > .title {
    margin-top: 35px;
    width:100%;
}
.service-wrap > .title > .title {
    font-weight: 500;
    text-transform: uppercase;
}
.service-wrap > .title > .title .red {
    color: var(--dred);
}
.service-wrap:nth-child(odd) .service-content {
    right:0;
}
.service-wrap:nth-child(even) .service-content {
    left:0;
}
.service-wrap .service-content {
    position: absolute;
    max-width: 480px;
    width: 100%;
    padding: 15px;
    z-index: 1;
    background: #f7f7f7;
    bottom: 0;
}
.service-wrap .service-content .exceprt {
    margin-bottom: 15px;
}
section.vc_section.price-offer-section {
    overflow: visible;
}
section.vc_section.price-offer-section.without-logo::before {
    display: none;
}
section.vc_section.price-offer-section::before {
    content: "";
    position: absolute;
    top: -270px;
    left: calc((-1300px + 100vw) / 2);
    width: 300px;
    height: 633px;
    background-image: url('assets/images/kyrtii.png');
    background-position: right;
    background-repeat: no-repeat;
    z-index: 1;
}
section.vc_section.price-offer-section .vc_row.price-row::before {
    content: "";
    display: block;
    background-image: url('assets/images/textura-cherna.jpg');
    width: 100%;
    height: 260px;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
}
section.vc_section.price-offer-section .price-section-content {
    padding-left: 300px;
}
section.vc_section.price-offer-section .price-img {
    margin-right: -100px;
}
.kyrti-services-cf-form {
    background-color: #f8f8f8;
    padding:30px;
}
.kyrti-services-cf-form .form-title {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald';
    margin-bottom: 20px;
}
.kyrti-services-cf-form .form-title .dred {
    color: var(--dred);
}
.cf-row.full.center {
    justify-content: center;
}
.cf-row{
    display: flex;
}
.cf-row.two-cols-row {
    column-gap: 30px;
    margin-bottom:15px;
}
.cf-row input {
    width:100%;
    padding:7px 10px;
}
.new-services-cf-form .cf-row textarea,
.new-services-cf-form .cf-row input {
    background-color: #f8f8f8;
}
.cf-row textarea {
    width:100%;
    padding:7px 10px;
}
.field-input,
.cf-row.full {
    width: 100%;
}
.new-services-cf-form .cf-row.full {
    margin: 15px 0;
}
.cf-row.full .btn-primary {
    margin-top: 30px;
}
.new-services-cf-form .cf-row.full .btn-primary {
    margin: 0;
}
.new-services-cf-form .cf-row.full.right {
    justify-content: flex-end;
}
.banner-inner-wrap {
    position:relative;
    width: 100%;
}
.banner-inner-wrap .image {
    z-index: 1;
    position: relative;
    display: inline-block;
}
.banner-inner-wrap .content {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-width: 75%;
    padding-left: 280px;
    padding-right: 20px;
    padding-top: 30px;
    margin-top: -10px;
}
.banner-inner-wrap .content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/textura-cherna.jpg');
    top:0;
    right:0;
} 
.banner-inner-wrap .content .title,
.banner-inner-wrap .content .text {
    position: relative;
    z-index: 1;
    color:#fff;
}
.banner-inner-wrap .content .title {
    font-size: 32px;
    font-family: 'Oswald';
    text-transform: uppercase;
    margin-bottom:10px;
    font-weight:500;
}
.banner-inner-wrap .content .title .yellow {
    color:var(--lyellow);
}
.banner-inner-wrap .content .text {
    text-align: justify;
}
.banner-inner-wrap .btn-primary {
    color:#fff;
}
.banner-inner-wrap .btn-primary:after, 
.banner-inner-wrap .btn-primary:before {
    border: 1px solid var(--lyellow);
}
ul#menu-services-kurti {
    margin-bottom: 35px;
    border: 1px solid #f2f2f2;
}
ul#menu-services-kurti li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 8px;
    transition: all 0.3s ease-in-out;
}
ul#menu-services-kurti li:nth-child(even) {
    background-color: #f2f2f2;
}
ul#menu-services-kurti li:nth-child(odd) {
    background-color: #fff;
}
ul#menu-services-kurti li::before {
    color: #000;
    font-size: 28px;
    transition: all 0.3s ease-in-out;
}
ul#menu-services-kurti li a {
    width: 100%;
    padding-left: 15px;
    transition: all 0.3s ease-in-out;
}
ul#menu-services-kurti li.current-menu-item,
ul#menu-services-kurti li:hover{
    background-color: #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
}
ul#menu-services-kurti li.current-menu-item::before,
ul#menu-services-kurti li:hover::before {
    color:var(--lyellow);
}
ul#menu-services-kurti li.current-menu-item a,
ul#menu-services-kurti li:hover a {
    color: #fff;
}
.gallery-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.gallery-wrap .gall-item img{
    width:100%;
    height: auto;
}
.contacts {
    display: flex;
    column-gap: 15px;
    margin-bottom: 30px;
    justify-content: center;
}
.contacts .contact {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.contacts .contact .icon {
    font-size: 26px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222222;
    color: #fff;
    border-radius: 50%;
}
.contacts .contact .text {
    width: 100%;
    font-size: 20px;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: var(--dred);
}
.pricelist-title {
    position: relative;
    margin-bottom:20px;
}
.pricelist-title .title {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Oswald';
    background-color: #ffffff;
    display: inline-block;
    margin: 0;
    z-index: 1;
    padding-right: 15px;
}
.pricelist-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--dred);
    z-index: -1;
}
.pricelist-title .red {
    color: var(--dred);
}
.price-list-wrap .pricelist-item {
    padding: 7px 10px;
    display:flex;
}
.price-list-wrap .pricelist-item:nth-child(odd) {
    background: #eee;
}
.price-list-wrap .pricelist-item .service {
    flex: 1;
    display: block;
}
.mobile-menu-container {
    display: block;
    position: absolute;
    top: 100%;
    background: #222;
    width: 320px;
    right: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.2s ease-in-out;
}
.mob-menu-container {
    padding: 30px 15px;
}
.mob-menu-container ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 15px;
}
#menu-mobile-services > li.current-menu-item > a,
#menu-mobile-services ul.sub-menu li.current-menu-item > a,
.mob-menu-container ul li:hover a,
.mob-menu-container ul li.current-menu-item a {
    color: var(--lyellow);
}
.mob-menu-container ul li:nth-child(3), 
.mob-menu-container ul li:nth-child(6) {
    text-align: right;
}
.mob-menu-container ul li:nth-child(2), 
.mob-menu-container ul li:nth-child(5) {
    text-align: center;
}
.mob-menu-container li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 17px;
}
.phone-mobile {
    display:none;
}
.blog-header-wrap, .page-header-wrap img {
    width: 100%;
    height: auto;
}
.scroll-to-top {
    position: fixed;
    bottom: 50px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #fcca46;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
    transform: translateX(calc(100% + 15px));
    transition: all 0.3s ease-in-out;
}
.scroll-to-top span {
    transform: rotate(-90deg);
}
.scroll-to-top.scroll {
    transform: translateX(0);
}
.pricelist-title {
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.pricelist-title .title {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Oswald';
    background-color: #ffffff;
    display: inline-block;
    margin: 0;
    z-index: 1;
    padding-right: 15px;
}
.price-list-wrap .pricelist-item {
    padding: 7px 10px;
    display: flex;
}
.price-list-wrap .pricelist-item .service {
    flex: 1;
    display: block;
}
@media(min-width:1921px) {
	.intro-row {
		min-height: 928px;
	}
}
@media (min-width:1201px) and (max-width:1366px) {
    section.vc_section.price-offer-section .price-img {
        margin-right:0;
    }
}
@media (min-width:1200px) {
    .mobile-menu-toggle {
        display: none;
    }
	.intro-row {
		min-height: 696px;
	}
}
@media (max-width:1200px) {
    .blog-header-wrap img, .page-header-wrap img {
        width: 100%;
        height: auto;
    }
    .primary-service-menu-container,
    .primary-menu-container {
        display: none;
    }
    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        float: right;
        height: 100%;
    }
    .mobile-menu-toggle > span {
        position: relative;
        width: 30px;
    }
    .mobile-menu-toggle > span > span {
        position: absolute;
        display: flex;
        height: 2px;
        width: 30px;
        background: #222222;
        cursor: pointer;
        transform: translate(0,0);
        transition: all 0.2s ease-in-out;
    }
    .mobile-menu-toggle > span::after, 
    .mobile-menu-toggle > span::before {
        content: "";
        width: 30px;
        height: 2px;
        background: #222222;
        position: absolute;
        opacity: 1;
        left: 0;
        transform: translate(0%,0%) rotate(0);
    }
    .mobile-menu-toggle > span::before {
        top: -8px;
        transition: all 0.2s ease-in-out;
    }
    .mobile-menu-toggle > span::after {
        top: 8px;
        transition: all 0.2s ease-in-out;
    }
    .mobile-menu-toggle.is-active > span > span {
        transform: scaleX(0);
    }
    .mobile-menu-toggle.is-active > span::before {
        top:50%;
        transform: translate(0%,-50%) rotate(45deg);
        visibility: visible;
    }   
    .mobile-menu-toggle.is-active > span::after {
        top:50%;
        transform: translate(0%,-50%) rotate(-45deg);
        visibility: visible;
    }
    .mobile-menu-container.is-active {
        transform: scaleY(1);
        opacity: 1;
    }
    #menu-mobile-services > li {
        display: block;
        margin-bottom: 1px;
        position: relative;
    }
    #menu-mobile-services > li::before {
        display: flex;
        align-items: center;
        font-size: 40px;
        color: var(--lyellow);
        background: #3c3c3c;
        padding: 5px;
        position: absolute;
    }
    #menu-mobile-services > li > a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Oswald';
        font-size: 17px;
        display: flex;
        padding-left: 65px;
        height: 55px;
        align-items: center
    }
    #menu-mobile-services ul.sub-menu {
        display: none;
        padding: 15px;
    }
    #menu-mobile-services > li a > span.togglesubmenu {
        position: absolute;
        top: 23px;
        transform: translateY(-50%);
        right: 0;
        width: 42px;
        height: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #menu-mobile-services > li > a > span.togglesubmenu span {
        color: #fff;
        font-size: 11px;
        transform: rotate(0deg);
        display: block;
    }
    #menu-mobile-services ul.sub-menu li a {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Oswald';
        font-weight: 500;
        padding: 10px 0;
        display: block;
    }
    .section-with-background img {
        height: auto;
        width: auto;
    }
    .section-with-background .wpb_column.vc_column_container {
        width: 100%;
    }
    section.vc_section.section-with-overflow-image.kyrti-domain .wpb_column.vc_column_container.vc_col-sm-6{
        width: 100%;
    }
    section.section-with-overflow-image .overlay-image-col.right .responsive-image img {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        z-index: 1;
    }
    section.vc_section.section-with-overflow-image .wpb_column.white-box.vc_column_container.vc_col-sm-6 {
        width: calc(100% - 30px);
        margin: 0 auto;
        margin-top: -100px;
        padding: 15px 0;
        z-index: 2;
    }
    section.vc_section.section-with-overflow-image.kyrti-domain .reverse-mobile-order {
        display: flex;
        flex-direction: column-reverse;
    }
    section.kyrti-domain::before {
        display: none;
    }
    section.vc_section.section-with-overflow-image.kyrti-domain .overlay-image-col.top.right.mobile-image-stretch .vc_column-inner {
        padding: 0;
    }
    h2, h3, h4, h5 {
        font-size: 30px;
    }
    .page-id-26 .vc_row.vc_column-gap-30 {
        margin-left: 0;
        margin-right:0;
    }
    .page-id-26 .vc_row.vc_column-gap-30 > .vc_column_container,
    .page-id-26 .vc_row.vc_column-gap-30 > .vc_column_container > .vc_column-inner {
        padding:0;
    }
    section.vc_section.price-offer-section {
        margin-top:30px;
    }
    section.vc_section.price-offer-section .price-section-content {
        padding-top:30px;
        padding-left: 0;
    }
    section.vc_section.price-offer-section .vc_row.price-row::before {
        height: 100%;
        top: 0;
        left: 0;
        transform: translateY(0%);  
    }
    section.vc_section.price-offer-section .price-img {
        margin-right:0;
    }
    .page-template-page-kurti-template .wpb_column.vc_column_container.vc_col-sm-3,
    section.vc_section.price-offer-section::before {
        display: none;
    }
    .page-template-page-kurti-template .wpb_column.vc_column_container.vc_col-sm-9 {
        width: 100%;
    }
}
@media(min-width:1200px) {
    .show-on-mobile {
        display: none;
    }
    .vc_section[data-vc-full-width] > .vc_row.show-row-mobile,
    .hide-row-mobile {
        display: none
    }
}
@media (max-width:1199px) {
	.intro-row {
		min-height: 435px;
	}
    #header-top {
        display: none;
    }
    #header-main .container {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .full-on-mobile.vc_col-sm-6 {
        width: 100%;
    }
    .vc_section[data-vc-full-width] > .vc_row.hide-row-mobile,
    .show-on-desktop {
        display: none;
    }
    .show-row-mobile {
        display: block;
    }
    .full-width-row .wpb_column {
        width: 100%;
    }
    .contacts {
        margin-bottom: 0;
    }
    footer {
        margin-top: 0;
    }
    .static-image .vc_single_image-wrapper:after {
        left: -15px;
    }
}
@media(min-width:992px) and (max-width:1200px) {
    .banner-inner-wrap .image {
        display: none;
    }
    .banner-inner-wrap .content {
        position: relative;
        top: 0;
        transform: unset;
        max-width: 100%;
        padding: 30px;
        margin: 0;
    }
}
@media(min-width:992px) {
    .mobile-btn {
        display: none;
    }
    .home-intro-wrap .home-intro-content .container {
        padding: 0;
    }
}
@media(max-width:991px) {
    .page-header-title,
    .home-intro-wrap .home-intro-content {
        width: 100%;
    }
    .vc_section.half-pattern-bg .wpb_column.vc_column_container {
        width: 100%;
    }
    section.section-with-overflow-image .overlay-image-col.right img.vc_single_image-img.attachment-full {
        position: relative;
        top: 0;
        left:0;
        right:unset;
        transform: none;
        z-index: 0;
    }
    .static-image .vc_single_image-wrapper:after,
    .hide-space-mobile,
    .vc_row.wpb_row.vc_row-fluid.hidden-mobile {
        display:none;
    }
    .btn-primary-wrap.mobile-btn.center {
        margin-top: 35px;
    }
    .half-pattern-bg::before {
        height: 100%;
    }
    .wpb_single_image.vc_align_left.mobile-center {
        text-align: center;
    }
    section.section-with-overflow-image .overlay-image-col.left img.vc_single_image-img.attachment-full {
        position: relative;
        left: 0;
    }
    .wpb_single_image.vc_align_right.animated-overlay-image {
        position: relative;
        z-index: 2;
        transform: translateY(-50%);
        top: 50%;
        right: 0;
        text-align: center;
        margin-bottom: -100px;
    }
    section.vc_section.section-with-overflow-image .overlay-image-col.right.mobile-margin-bottom-30.wpb_column,
    section.vc_section.section-with-overflow-image .padding-right-115.wpb_column,
    section.vc_section.section-with-overflow-image .wpb_column .vc_figure, 
    section.vc_section.section-with-overflow-image .wpb_column .vc_figure .vc_single_image-wrapper, 
    section.vc_section.section-with-overflow-image .wpb_column .vc_figure .vc_single_image-wrapper img {
        width: 100%;
    }
    .padding-right-115.vc_column_container {
        padding-right:0;
    }
    section.vc_section.section-with-overflow-image .padding-right-115.wpb_column > .vc_column-inner {
        padding:15px;
    }
    section.vc_section.section-with-overflow-image .overlay-image-col.right.mobile-margin-bottom-30.wpb_column > .vc_column-inner{
        padding:0;
    }
    .page-with-sidebar,
    .blog-with-sidebar {
        grid-template-columns: 1fr;
    }
    .page-with-sidebar .sidebar {
        display: none;
    }
    .full-width-row-tablet .wpb_column {
        width:100%
    }
}
@media (min-width:768px) and (max-width:1200px) {
    .contacts {
        flex-wrap: wrap;
    }
    .contacts .contact {
        margin-bottom: 15px;
    }
    .page-id-26 .vc_row.vc_column-gap-30 > .vc_column_container:last-of-type {
        padding-left: 15px;
    }
}
@media (max-width:767px) {
    .vc_row.row-reverse {
        flex-direction: column-reverse;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-inner-wrap {
        flex-direction: column;
    }
    .footer-right.footer-col {
        text-align: center;
    }
    .footer-title {
        display:inline-block;
    }
    section.vc_section.section-with-overflow-image .wpb_column.vc_column_container.vc_col-sm-6 {
        padding:0;
        margin: 0;
    }
    .reverse-mobile-order {
        display: flex;
        flex-direction: column-reverse;
    }
    .kyrti-services-cf-form,
    .mobile-margin-bottom-30 {
        margin-bottom:30px;
    }
    .container .vc_column_container > .vc_column-inner {
        padding-left:15px;
        padding-right:15px;
    }
    .wpb_single_image.vc_align_left.mobile-image-center {
        text-align: center;
    }
    .page-child .page-with-sidebar .sidebar .banner,
    .addText,
    .vc_custom_heading .title br,
    .hidden-mobile,
    .section-contact-info span.sep {
        display: none;
    }
    .container .mobile-image-stretch.vc_column_container > .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    section.vc_section.price-offer-section .wpb_single_image.vc_align_right.price-img,
    .wpb_single_image.vc_align_left.mobile-center {
        text-align: center;
    }
    .home-intro-wrap .home-intro-box .title,
    .vc_custom_heading.fs-35 .title,
    .kyrti-services-cf-form .form-title, h2, h3, h4, h5 {
        font-size: 28px;
    }
    .page-header-title .title,
    .section-contact-title {
        font-size: 30px;
    }
    .wpb_single_image.vc_align_left.static-image {
        text-align: center;
    }
    .blog-with-sidebar .sidebar {
        display: grid;
        width: 100%;
        order: 1;
        margin-top: 35px;
    }
    article.post .image img {
        width: 100%;
        height: auto;
    }
    .banner,
    .banner.with-button {
        text-align: center;
    }
    .gallery-wrap {
        grid-template-columns: repeat(2,1fr);
    }
    .mobile-image-stretch .wpb_single_image.wpb_content_element.vc_align_left {
        text-align: center;
    }
    .contacts .contact {
        justify-content: center;
    }
    .contacts .contact .text {
        width: auto;
    }
    .service-wrap .service-thumb {
        width: 60%;
    }
    .service-wrap .service-thumb img {
        width: 100%;
    }
    .service-wrap:nth-child(even) > .title {
        margin-right: 25px;
    }
    .service-wrap > .title > .title {
        font-size: 26px;
    }
    .banner-inner-wrap .content {
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0%);
        max-width: 100%;
        padding: 30px;
        margin-top: 0;
    }
    .banner-inner-wrap .image {
        display:none;
    }
}
@media(max-width:600px) {
    .box-services {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    .cf-row.two-cols-row {
        flex-wrap: wrap;
        row-gap: 15px;
    }
}
@media(min-width:481px) and (max-width:600px) {
    .service-wrap {
        flex-wrap: wrap;
        max-width: 448px;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .service-wrap > .title {
        order: 1;
        margin-left: 0;
    }
    .service-wrap:nth-child(odd) > .title {
        margin-left: 0;
    }
    .service-wrap:nth-child(even) > .title {
        margin-right: 0;
    }
    .service-wrap .service-thumb {
        order:2;
        width: 100%;
    }
    .service-wrap .service-content {
        position: relative;
        max-width: 100%;
        order: 3;
    }
}
@media(max-width:480px) {
    .section-contact-inner {
        margin: 20px 0;
    }
    .vc-mobile-30 {
        max-height: 30px !important;
        height: 30px !important;
    }
    .vc-mobile-15 {
        max-height: 15px !important;
        height: 15px !important;
    }
    .section-contact-title,
    .section-contact-info {
        font-size: 25px;
    }
    @keyframes shake {
        10%, 90% {
            transform: rotate3d(0, 0, 1, 2deg);
        }
        
        20%, 80% {
            transform: rotate3d(0, 0, 1, -2deg);
        }
        
        30%, 50%, 70% {
            transform: rotate3d(0, 0, 1, 5deg);
        }
        
        40%, 60% {
            transform: rotate3d(0, 0, 1, -5deg);
        }
    }
    .section-with-background img {
        height: auto;
        width: auto;
    }
    .mobile-menu-container {
        width:100%;
    }
    .vc_custom_heading.fs-35 .title,
    .kyrti-services-cf-form .form-title,
    h2, h3, h4, h5 {
        font-size: 25px;
    }
    .home-intro-wrap .home-intro-box {
        border-bottom: 3px solid var(--lyellow);
        padding: 0;
    }
    .section-contact-info span.text,
    .section-contact-info {
        display: block;
    }
    .home-intro-wrap .home-intro-box .btn-primary-wrap{
        margin-bottom: 30px;
    }
    .page-child .page-with-sidebar .sidebar {
        margin-top:30px;
        display: block;
        order: 2;
    }
    .readMore a.less,
    .readMore a.link {
        color: var(--dred);
    }
    .home-intro-wrap .home-intro-box .title {
        font-size: 27px;
        padding:30px;
        padding-bottom:0;
    }
    .mobile-btn {
        display:block;
    }
    .services-list.two-cols,
    .gallery-wrap {
        grid-template-columns: 1fr;
    }
    .service-wrap {
        flex-wrap: wrap;
        padding-bottom: 180px;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 0;
    }
    .service-wrap .title {
        order: 1;
    }
    .service-wrap > .title {
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .service-wrap .service-thumb {
        order: 2;
    }
    .service-wrap .service-thumb img {
        width: 100%;
        height: auto;
    }
    .service-wrap .service-content {
        order: 3;
        width: calc(100% - 30px);
        left: 50%;
        transform: translate(-50%,0%);
    }
    .service-wrap:nth-child(even) .service-content {
        left:50%;
    }
    .page-header-title .title {
        font-size: 25px;
    }
    .cf-row.two-cols-row {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .kyrti-services-cf-form {
        margin-bottom: 0;
    }
    .contacts {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px;
        margin-bottom: 15px;
    }
    .contacts .contact {
        flex: none;
    }
    .phone-mobile {
        position: fixed;
        bottom: 120px;
        right:15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--lyellow);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        z-index: 9;
    }

    .phone-mobile span {
        font-size: 30px;
        transform: rotate3d(0, 0, 1, 0deg);
        transform-origin: center center;
        animation: shake 0.9s cubic-bezier(.36,.07,.19,.97) infinite;
        display: inline-block;
    }
}
@media(max-width:430px) {

}

