/* icon */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");




body {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Circe';
    color: #000;
}

body ::placeholder {
    color: #000;
    opacity: 1;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/287.gif') 50% 50% no-repeat #ffffff;
}


.fixed .mylogo {
    text-align: left;
}


.mylogo {
    text-align: center;
}

.mylogopen img{
    width: 120px;
}

.mylogopen {
    text-align: center;
    
}


.container {
    max-width: 1200px;
    padding: 0 1.5rem;
}

h2 {
    font-size: 40px;
    line-height: 70px;
    letter-spacing: 3px;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.btn {
    font-size: 13px;
    font-weight: 600;
}

.main-logo {
    margin-left: 0;
    margin-top: -15px;
}

.main-phone {
    text-align: right;
    margin-top: -15px;
}

.main-phoneopen {
    text-align: left;
    margin-top: -15px;
}


.text-yellow {
    color: #c4d20c;
}

/* header */

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    font-size: 13px;
    background-color: #ffff;
    padding: 0 50px;
}

.callimage { 
    width: 25px !important;
}

.navbar .btn {
    color: #000;
}

.navbar a {
    color: #000;
    text-decoration: none;
}

.header img {
    width: 115px;
}

.advantag {
    display: flex;
    flex-wrap: wrap;
    margin: 50px;
    justify-content: space-evenly;
}


.sticky-logo,
.header.fixed .main-logo {
    display: none;
}

.header.fixed .sticky-logo {
    display: flex;
}

.header.fixed {
/*    background-color: #000;*/
    color: #c4d20c;
}

.header.fixed .navbar .btn {
    color: #ffff;
    transition: all .3s ease-in-out;
}

.header.fixed .navbar a.text-yellow {
    color: #c4d20c;
}

.header.fixed .navbar a {
    color: #ffff;
    transition: all .3s ease-in-out;
    margin-left: -10px;
}
.header.fixed .navbar .btn:hover {
    color: #c4d20c;
}

.header.fixed .navbar a:hover {
    color: #c4d20c;
}

.header.fixed .dropdown-menu a {
    color: #000;
}

.header.fixed .dropdown-menu a:hover {
    color: #ffff;
}

.nav-item a {
    padding: 28px 20px;
}

.navbar .col-9 {
    transform: translatex(5rem) !important;
}

.navbar .dropdown .btn {
    padding: 30px 20px !important;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .dropdown-menu a {
    font-size: 13px;
    font-weight: 600;
}

.navbar .dropdown-menu {
    background-color: #c4d20c;
    color: #000;
    width: 200px;
    height: 308px;
    position: absolute;
    top: 99%;
}

.posit {
    width: 23%;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 1em;
    transition: all .3s ease-in-out;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: #000;
    color: #ffffff;
}

.modal-content {
    background-color: #000;
    opacity: 98%;
}

.modal-backdrop {
    position: relative;
    background-color: transparent;
}

.modal-header .btn-close {
    background-image: url('../img/close.png');
    padding: 20px !important;
}

.btn-close {
    opacity: 100% !important;
    box-shadow: none !important;
    padding: 5px !important;
    top: 22px;
    font-size: 18px;
    right: 20px;
    position: absolute;
}

.header input {
    background-color: transparent !important;
    box-shadow: none !important;
}

.header input::placeholder {
    color: #838383;
    font-size: 20px;
}

.fixed.modal-btn {
    color: #ffff;
    transition: all .3s ease-in-out;
}

.fixed.modal-btn:hover {
    color: #c4d20c;
}

.modal-btn {
    z-index: 9999;
    color: #000;
}

.modal .icon {
    right: 0;
}

.btn-close {
    height: 2em;
    opacity: 100%;
}

.dropdown.show {
    font-weight: 700 !important;
}

.offcanvas .btn {
    position: absolute;
    right: 0%;
}

.btn.show {
    transform: rotate(180deg) !important;
    margin-left: 0rem !important;
}

.nav-link {
    padding: 10px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}


.offcanvas {
    padding: 0 0rem;
    font-size: 13px;
    line-height: 23px;
    z-index: 99999;
    width: 100%;
    background: #ffffff;
    font-family: Micra;
    font-weight: normal !important;
    /* color: #fff; */
    letter-spacing: 1px;
}



.offcanvas li {
    font-size: 14px;
    line-height: 24px;
}

.offcanvas .dropdown {
    overflow-x: hidden;
    padding: 10px;
    border-top: 1px solid #eee;
}

.offcanvas .dropdown-menu.show {
    position: relative !important;
    transform: translate(0px, 5px) !important;
}

.bi {
    font-size: 20px;
}



.chat-container {
    width: 80%;
    max-width: 800px;
}

.chat-bubble {
    position: relative;
    margin: 20px auto;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
    max-width: 70%;
}

.chat-bubble h3 {
    font-family: Micra;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 300;
}

.chat-bubble::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    
}

/* Стиль для Катеріни (светло-серый фон, треугольник слева) */


.kateryna {
    background-color: transparent;
    border:2px solid #7a7a7a;
    margin-left: 20px;
    color: #333;
}

.kateryna::before {
    position: absolute;
    width: 100px;
    height: 30px;
    background: url('../img/whitetag.png') no-repeat;
    background-size: contain;
    bottom: -30px;
    right: 10px;
}


/* Стиль для Віри (черный фон, треугольник справа) */
.vira {
    background-color: #000;
    margin-right: 20px;
    color: #fff;
    align-self: flex-end;
}

.vira::before {
    left: 35px;
    top: -26px;
    border-width: 0 0 34px 35px;
    border-color: transparent transparent transparent #000;
    border-style: solid;
    transform: skewX(50deg);
    transform: rotate(-105deg);
}

/* Адаптивность */
@media (max-width: 600px) {
   .chat-bubble {
    max-width: 85%;
    margin: 10px auto 50px auto;
    padding: 10px 15px;
}

    .chat-container {
        width: 100%;
    }
}




.zapisatis {
  
    font-family: Micra;
    text-transform: uppercase;
    font-size: 18px !important;
    display: inline-block;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
    margin: 0px 0 20px 0;

}

.dropdown-item::after {
    content: ' >';
    margin-left: 5px;
    color: #b1b1b1;
    font-size: 22px;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    right: 10px;
}

.offcanvas .dropdown-item {
    font-size: 13px;
    line-height: 23px;
    background-color: transparent;
    padding-top: .8rem;
    padding-bottom: .8rem; 
    
}

.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; 
}
  

/* banner */

.banner .img-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Micra;
    position: absolute;
    bottom: 8px;
    color: #000;
    z-index: 1000;
}

.text2iiner {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Micra;
    position: absolute;
    bottom: 21px;
    height: 40px;
    color: #000;
    z-index: 1000;
    /* top: 390px; */
    text-align: center;
}

.pricing-table {
    font-family: Circe;
}


.accordion-item h2 button {
    color: #fff;
    background: none;
    font-size: 14px;
    line-height: 20px;
}

.accordion-item {
    background: #646464 !important;
    color: #fff !important;
    font-family: Micrac;
    font-size: 15px !important;
    margin-bottom: 3px;
}

.banner .text p {
    margin-bottom: 20px !important;
}

.banner h2 {
    color: #c4d20c;
} 

/* hours */

.hours .hours-text {
    left: -5%;
    text-align: end;
}

.hours .border-start {
    border-color: #1c1c1c !important;
}

/* price */

.price .col-6 span {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(234, 234, 234);
    margin-left: 22px;
    margin-right: 22px;
    flex-grow: 1;
    transform: translateY(-22px);
}
 



.pricetag {
    width: 200px;
    text-align: right;
} 
.pricetag i{
    font-size: 12px;
} 


/* img */
 
.fix-img {
/*    background-attachment: fixed;*/
    background-position: center;
}

.img-section {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 813px;
}

.img-section .black-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.img-section .img-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text p {
    margin-bottom: 16px !important;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color:#fff;
}

.text h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 15px;
}

.text h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 2px;
    color: #c4d20c;
}

.contacts {
    color:#fff;    
    flex-wrap: wrap;
}

.contacts  p {
    display: block;
    width: 100%;
    font-size: 16px;
}


.contacts  span{
    display: block; 
letter-spacing: 3px;
margin-left: 10px;
}
/* brand */

.brand {
    background-color: #c4d20c;
}

.brand .owl-carousel {
    padding: 52px 0;
}

.brand .owl-carousel img {
/*    width: auto;*/
    width: 50%;
/*    border: 3px solid #000;*/

}

.owl-carousel-2 .owl-item .item {
    display: flex;
    padding: 0 0 40px 0;
    justify-content: center;
}
 
.owl-carousel-5 .owl-item .item {
    display: flex;
    padding: 0 0 70px 0;
    justify-content: center;
}

/* client */

.offcanvas-body {
    background: url(../img/сanvabg.png) no-repeat;
    background-size: 70%;
    background-position: 100% 100%;
}


.subtitleprice {
    font-weight: 900;
    font-family: 'MicraC';
    border: 1px solid;
    padding: 5px 20px;
    margin-top: 20px;
}

.breadcrumbs a{
       color: #6a6a6a;
       text-decoration: none;

}
.breadcrumbs {
    font-family: MicraC;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0 15px 0;
    color: #6a6a6a;
    text-align: center;
}


h2.studio {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 3px;

}

.client-area {
    padding-top: 5rem;
}

.client .owl-carousel img {
    width: auto;
}

.pt-6 {
    padding-top: 4.6rem;
}

.video-area {
    width: 50%;
    transform: translateY(2rem);
    margin-bottom: -22rem;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

#unmuteButton {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 50%;
    margin-left: -70px;
    background: #c4d20cad;
    border: 0px;
}
 


.sttext {
    
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    display: grid;
    place-items: center;
    /* height: 200px; */
    border: 1px solid #000;
    /* vertical-align: middle; */

}


video {
    width: 100%;
}

.sicon a{
    margin-right: 3px;
}

.sicon {
    filter: invert(100%);
}

.client h3 {
    line-height: 40px;
}

/* cut */

.cut {
    margin-top: 0.5rem;
}

.textpc {
    text-align: left;
}
.cut img {
    width: 100%;
}

.cut .col-4 {
    padding: 2px;
}

.img .cut-img {
    overflow: hidden;
}

.img .cut-img img {
    transform: scale(1);
    transition: all .5s ease-out 0s;
}

.img:hover .cut-img img {
    transform: scale(1.1);
}

/* questions */

.questions .accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: none;
    background-color: transparent;
}

.questions .accordion-button {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-weight: bold;
    padding: 1.3rem 0;
}

.questions .accordion-button:focus {
    box-shadow: none;
}

.questions .accordion-button::after {
    background-image: url('../img/plus-sign.png');
    width: 1em;
    height: 1em;
}

.questions .accordion-button:not(.collapsed)::after {
    background-image: url('../img/minimize-sign.png');
}

/* blog */

.blog form .border-bottom {
    margin-left: 1px;
    margin-right: 2rem;
}

.blog h3 {
    transition: all .3s ease-in-out;
}

.blog h3:hover {
    color: #c4d20c;
}

.blog .img .blog-img {
    overflow: hidden;
}

.blog .img .blog-img img {
    width: 100%;
    height: 310px;
    transform: scale(1);
    transition: all .5s ease-out 0s;
}

.blog .img:hover .blog-img img {
    transform: scale(1.1);
}

.blog .black-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    background-color: #000000;
    opacity: 0%;
}

.blog .black-box:hover {
    opacity: 40%;
}

.blog .btn {
    padding: 7px 23px;
    transform: translateY(-33px);
    cursor: auto;
}

.blog .blog-info {
    transform: translateY(-19px);
}

/* img */

.fix-img2 {
/*    background-attachment: fixed;*/
    background-position: center;
}

.img-section2 {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 529px;
}


.img-section2 .img-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text h2 {
    color: #c4d20c;
}

/* footer */

.footer {
    padding: 152px 0 100px;
}

.footer img {
    width: 235px;
    height: auto;
}

.footer input {
    margin: 20px 0 40px;
    background-color: transparent !important;
    box-shadow: none !important;
}

.footer .btn {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    background-color: #c4d20c;
    width: auto;
    padding: 15px 45px;
    transition: all .2s ease-in-out;
}

.footer .btn:hover {
    color: #c4d20c;
    background-color: #000;
}

.border-yellow {
    border-color: #c4d20c !important;
}

.footer ul {
    margin-top: 18px !important;
}

.footer li {
    margin: 10px 0 10px;
}

.footer a {
    color: #ffff;
    transition: all .2s ease-in-out;
}

.footer a:hover {
    color: #c4d20c;
}


.footer .fix-btn .btn {
    background-color: #c4d20c;
    color: #000;
    margin: 0;
    padding: 4px 10px;
    bottom: 2%;
    right: 1%;
}

.footer .accordion-item,
.accordion-button.accordion-footer {
    font-size: 24px;
    line-height: 34px;
    color: #ffff;
    background-color: transparent;
    box-shadow: none;
}

.accordion-body p {
    font-size: 20px;
}

input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: #c4d20c63 !important;
}

.footer .accordion-body {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}

.footer .accordion-button:not(.collapsed) {
    color: #ffff;
}

.footer .accordion-button::after {
    background-image: url("../img/arrowhead-up.png");
    transform: rotate(180deg);
}

.footer .accordion-button:not(.collapsed)::after {
    background-image: url("../img/arrowhead-up.png");
    transform: rotate(360deg);
}

.footer .hide-footer {
    margin-top: 85px;
}

/* inner-page-top */

.top-img {
    background-image: url('../img/bred.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-position: center;
}

.top-bg {
    background-color: #000;
    min-height: 400px;
}

.top {
    height: 100px;
}

.top .top-text {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.top h2 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 1px;
}

.top i {
    font-size: 12.75px;
    line-height: 13px;
    letter-spacing: 2px;
}

.top p {
    font-size: 12.75px;
    letter-spacing: 1px;
}

.top a {
    color: #ffffff;
    transition: all .2s ease-in-out;
}

.top a:hover {
    color: #c4d20c;
}

/* gallery-page----------------------------------------- */

.img .gallery-img {
    overflow: hidden;
    position: relative;
}

.gallery-page img {
    width: 100%;
}

.gallery-page .col-4 {
    padding: 0;
}

.gallery-page .d-flex a {
    color: #000;
    transition: all .2s ease-out 0s;
}

.gallery-page .d-flex a:hover {
    color: #c4d20c;
}

.gallery-page .d-flex a:focus {
    color: #c4d20c;
}

.img .gallery-img img {
    transform: scale(1);
    transition: all .5s ease-out 0s;
}

.img:hover .gallery-img img {
    transform: scale(1.1);
}

.gallery-page .yellow-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    background-color: #c4d20c69;
    opacity: 0%;
}

.gallery-page .yellow-box:hover {
    opacity: 100%;
}


/* team-page----------------------------------------- */

.team-page .row {
    margin: 0;
}

.team-page img {
    width: 100%;
}

.team-page .btn {
    width: 40px;
    height: 40px;
    color: #fff;
    border-color: #fff;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.team-page .btn:hover {
    background-color: #c4d20c;
    color: #000;
    border-color: transparent;
    transform: scale(1.1);
}


/* coming-page----------------------------------------- */

.coming-bg {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/comming.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#timer {
    font-family: 'Montserrat';
    margin: 4rem;

    div {
        font-size: 69px;
        line-height: 79px;
        display: inline-block;
        min-width: 90px;
        font-weight: 700;
        margin: 0 5rem;

        span {
            color: #ffff;
            display: block;
            font-size: 15px;
            line-height: 25px;
            font-weight: 500;
        }
    }
}

.fix-part h2 {
    font-size: 110px;
    line-height: 120px;
}

.fix-part .btn {
    font-size: 15px;
    font-weight: 500;
    background-color: #c4d20c;
    color: #000;
    padding: 15px 60px;
    transition: all .2s ease-in-out;
}

.fix-part .btn:hover {
    background-color: #000;
    color: #fff;
}

/* error-page----------------------------------------- */

.error-bg {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url("../img/404.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fix-part {
    text-align: center;
}

/* about-page----------------------------------------- */

/* team */

.team {
    margin-top: 17rem;
}

.team img {
    width: 100%;
}

.team .btn {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    transition: all .2s ease-in-out;
}

.team .btn:hover {
    color: #c4d20c;
}

/* blog-page----------------------------------------- */

/* blog-page */

.blog-page .container {
    max-width: 1248px;
}

.blog-page .img:hover .blog-img img {
    transform: scale(1.1);
    color: transparent !important;
    opacity: 100% !important;
}

.blog input {
    background-color: transparent;
    outline: none;
}

.blog-page .blog-sec .p-hover {
    transition: all .2s ease-in-out;
}

.blog-page .blog-sec .p-hover:hover {
    color: #c4d20c;
}

.blog .blog-img {
    object-fit: cover;
}

.blog-page .img .blog-img img {
    height: 260px;
    transform: scale(1);
}

.blog-sec img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.blog-page .part {
    height: 495px;
    font-weight: 400;
}

.blog .font13 {
    font-size: 13px;
}

.blog-page .btn {
    margin-top: 2rem;
    letter-spacing: 1px;
    padding: 5px 55px;
    color: #000;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.blog-page .btn:hover {
    color: #c4d20c;
}

.blog a {
    color: #000;
}

/* inner-blog-page */

.blog-img {
    position: relative;
    object-fit: cover;
}

.blog-img img {
    width: 100%;
}

.blog-inner .rounded-circle {
    max-width: 100%;
    height: 25px;
    width: 25px;
}

.blog-inner .blog-img::after {
    content: '';
    box-shadow: inset 0px -390px 120px -235px #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.blog-inner h2 {
    font-size: 52px;
    line-height: 62px;
    letter-spacing: 1px;
}

.blog-inner .uncategorized-btn {
    width: auto;
    font-size: 10.5px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .05em;
    padding: 0.25rem;
    margin: 0 13px;
    border-radius: 0.25rem;
}

.blog-inner span {
    position: relative;
    padding-inline: 4px;
    color: #000;
}

.blog-inner span::before {
    content: '|';
    margin: 0 .5rem;
}

.blog-inner span::after {
    content: '|';
    margin: 0 .5rem;
}

.blog-inner .inner-img img {
    width: 100%;
}

.blog-inner .parr-img {
    height: 100%;
    object-fit: cover;
}

.blog-top .blog-img::after {
    box-shadow: inset 0px 0px 0px 0px;
}

.blog-top .container {
    background: #fff;
    transform: translateY(-70px);
    padding: 3rem 3rem 0;
}

.blog-top .reply {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.blog-top .next span {
    bottom: 33%;
}

.next {
    position: relative;
}

.icon {
    font-size: 1.5rem !important;
}

.next .icon {
    font-size: 12px !important;
    line-height: 22px;
    letter-spacing: 0.6px;
}

.next span {
    position: absolute;
    color: #cec8b2;
    left: 48.6%;
    bottom: 43%;
}

.next span::before {
    content: '|';
}

.reply p {
    font-size: 12px;
    line-height: 22px;
    font-style: italic;
    margin: 1rem 0;
}

.reply input {
    outline: none;
}

.reply .form-check-label {
    font-size: 14px;
}

.reply .btn {
    font-size: 15px;
    font-weight: 500;
    background-color: #c4d20c;
    padding: 15px 45px;
    transition: all .2s ease-in-out;
}

.reply .btn:hover {
    background-color: #000;
    color: #fff;
}

/* contact-page----------------------------------------- */

.contact h2 {
    letter-spacing: 1px;
}

.contact p {
    letter-spacing: 2px;
}

.contact input,
textarea {
    outline: none;
}

.contact textarea {
    height: 15vh;
}

.contact .contact-btn {
    font-size: 15px;
    font-weight: 500;
    background-color: #c4d20c;
    color: #000;
    padding: 18px 70px;
    transition: all .2s ease-in-out;
}

.contact .contact-btn:hover {
    background-color: #000;
    color: #fff;
}

.call {
    background-color: #F5F5F5;
}

.call img {
    width: 100%;
}

.call h2 {
    letter-spacing: 1px;
}

/* search-page----------------------------------------- */

.section span::before {
    margin: .7rem;
    content: "";
    background-color: currentColor;
    height: .30rem;
    width: .30rem;
    border-radius: 50%;
}

.section img {
    width: 100%;
}

.smallpad {
    padding: 0 0 10px 0 !important;
}


.bannerinner {
    width: 100%;
}



.leadbutton {
    font-family: Micra;
    text-transform: uppercase;
    font-size: 18px !important;
    display: inline-block;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
    margin: 20px 0 20px 0;
}

.leadbutton2 {
    font-family: Micra;
    text-transform: uppercase;
    font-size: 18px !important;
    display: inline-block;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
    margin: 20px 0 20px 0;
    position: relative;
    bottom: 64px;
    left: 0px;
}

.leadbutton4 {
    font-family: Micra;
    text-transform: uppercase;
    font-size: 18px !important;
    display: inline-block;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
    margin: 20px 0 20px 0;
    position: relative;    
    left: 0px;
}

.topbuttons {
    text-align: center;
    padding: 15px 0;
}

.leadbutton3 {
    font-family: Micra;
    text-transform: uppercase;
    font-size: 18px !important;
    display: inline-block;    
    background: transparent;
    border:1px solid #000;
    color: #000;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
    margin: 5px 0 5px 0;
    position: relative;
    
}
.section .Uncategorized-btn {
    font-size: 15px;
    color: #000;
    transition: all .2s ease-in-out;
}

.textblock {
    color:#6a6a6a;
}

.headtitlemy {
    font-family: Micra;
    text-transform: uppercase;    
    font-size: 18px !important;
}

.section .Uncategorized-btn:hover {
    color: #c4d20c;
}

.section h3 {
    transition: all .3s ease-in-out;
}

.section h3:hover {
    color: #c4d20c;
}

.section .btn {
    color: #000;
    transition: all .3s ease-in-out;
}

.section .btn:hover {
    color: #c4d20c;
}

/* price-page----------------------------------------- */

 .prdescr{
/*        display: inline-block;*/
    }

.price-page .inner-box {
    max-width: 144px;
    margin: auto;
    margin-bottom: 42px;
}

.price-page .inner-box h2 {
    padding: 10px 0;
}

.price-page .spacing {
    font-size: 13px;
    letter-spacing: 6.5px;
    margin: 23px 0 36px;
}

.price-page ul li {
    list-style: none;
    padding-bottom: 12px;
}

.price-page .btn {
    letter-spacing: 2px;
    margin: 58px 0 92px;
}




/*Start messengers*/
.containerm {
    width: 100%;
    position: relative;
    display: flex;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    background-color: #263238;

}

.messenger {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 5px;
    width: 260px;
    height: 60px;
    z-index: 100;
}

.vibersm:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/i/vibersm.png) 0 0 no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    margin-right: 4px;
    filter: invert(100%) sepia(2%) saturate(7457%) hue-rotate(290deg) brightness(102%) contrast(111%);

}

.telegasm:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/i/telegs.png) 0 0 no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    margin-right: 4px;
    filter: invert(100%) sepia(2%) saturate(7457%) hue-rotate(290deg) brightness(102%) contrast(111%);


}

.wasm:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/i/wasm.png) 0 0 no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    margin-right: 4px;
    filter: invert(100%) sepia(2%) saturate(7457%) hue-rotate(290deg) brightness(102%) contrast(111%);


}
.messenger-btn::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 2px;
    transform: translateY(-48%);
    border-width: 11px;
    border-style: solid;
    border-color: transparent #808080 transparent transparent;
    transform: skewX(50deg);
}

.messenger-btn {
    padding: 14px;
    display: block;
    /* width: 100px; */
    /* height: 100px; */
    border-radius: 10px;
    background-color: #808080;
    /* border: 2px solid #000000 !important; */
    color: #fff;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0px;
    cursor: pointer;
    z-index: 2;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    padding: 15px 20px;
    font-family: 'Micra';
}

.messenger-btn img {
    width: 32px;
    height: 32px;
}

.messenger-links {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 245px;
    transform: scale(0);
    transform-origin: 100% 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}

.messenger-links.show {
    left: -30px;
    transform: scale(1);
}

.foote  {
    position: relative;
}

.fottercontacts span{
    font-family: Micra;
    display: block;
    color: #d7d8da;
    text-transform: uppercase;
 }
    
.fottercontacts {
    list-style-type: none;
    padding: 0;
    color:#000;
 }

 .footersocial img{
    width:30px;
 }


.footersocial {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    list-style: none;
    padding: 0;
    width: 70px;
    position: absolute;
    right: 10px;
    top: 0px;
}


.footerlinks a {
    color: #000;
    font-family: Micra;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-decoration: none;
}


.footerlinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px; /* Расстояние между колонками и строками */
  list-style: none;
  padding: 0;
  max-width: 500px; /* Ограничиваем ширину, чтобы сделать колонки */
}

.footerlinks li {
  width: calc(50% - 25px); /* 50% ширины с отступами */
}

.footersocial li {
  display: flex;
}


.map-container {
    position: relative;
    height: 450px;
    overflow: hidden;
    margin-bottom: 20px;
    /* z-index: -1; */
}

.map-container iframe {
  pointer-events: none; /* Отключает все клики */
}


.messenger-links a {
    /* width: 40px; */
    margin-left: 4px;
    display: inline-block;
    background: #808080;
    padding: 5px;
    border: 0px solid #000;
    border-radius: 50%;
    width: 40px !important;
    height: 40px;
}


.foote2 {
    padding: 0 0 60px 0;
}

.messenger-links img {
    max-width: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    filter: invert(100%);
}

.messenger-links a:hover img {
    transform: scale(1.1);
    text-decoration: none;
}


.messangers {
    display: none !important;
}




div.callback_block .textwidget {
    width: 30%;
}

div.callback_block {
    max-height: 0;
    position: absolute;
    overflow: hidden;
    padding: 0;
    background: #f8f8f8;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 50px;
    -webkit-transition: .2s padding, .2s max-height;
    -moz-transition: .2s padding, .2s max-height;
    -o-transition: .2s padding, .2s max-height;
    transition: .2s padding, .2s max-height;
    color: #000;
    font-size: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;


}


.pricing-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    overflow: hidden;
}


.pricing-table th,
.pricing-table td {
  padding: 15px;
  text-align: left;
  width: 70%;
}

.pricing-table thead th {
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.pricing-table tbody tr {    
    border-bottom: 1px solid #6b6b6b;
}

.pricing-table tbody tr:last-child {    
    border-bottom: none;
}


.pricing-table tbody tr:hover {
/*  background-color: #c4d20cc9;*/
}

.pricing-table td {
  color: #333;
}

.pricing-table td:last-child {
  font-weight: bold;
  color: #000;
  text-align: right;
}