
* {
    outline: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.col-xs-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    text-align: right;
    width: 16.66666667%;
}

.header-content {
    padding: 75px 0 50px;

}

.header_info_text {
    font-size: 18px;
    font-weight: 700;
    margin-top: 9px;
}

.header-reviews__title {
    margin-bottom: 25px;
    color: white;
    font-size: 34px;
    font-weight: bold;
}

.col-xs-10 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 15px;
    float: left;
    width: 83.33333333%;
    text-align: right;
}

p {
    margin-bottom: 0px;
}

.block-work {
    padding: 20px;
    background-color: white;
    margin-bottom: 25px;
}

.phone-n-show {
    display: none;
}

@media (max-width: 767px) {
    .hidden_pl {
        display: none !important;
    }

    .hidden-xs {
        display: none !important
    }

    .status-header {
        display: block !important;
    }

    .col-sm-8 {
        max-width: 100% !important;
        flex: 100%;
    }

    .header-logo {
        width: 100% !important;
    }
}

.fotorama__stage__frame--video .fotorama__img {
    border: 2px solid #FBD232 !important;
    border-radius: 5px !important;
}

iframe video {
    width: 100% !important;
}

@media (max-width: 767px) {
    .fix-but {
        display: inline-block !important
    }
}

@media (min-width: 465px) {
    .phone-n-show {
        display: inline-block;
    }
}

.status-header {
    display: none;
    position: relative;
    top: -15px;
}

@media (min-width: 767px) {
    .mob-phone {
        display: none !important;
    }

    .nav-block ul li:last-child {
        background-color: transparent !important;
        padding: 0 15px;
        display: none;
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .nav-block ul li a:hover {
        color: #fed204 !important;
    }

    .nav-block ul li:last-child::before,
    .nav-block ul li:last-child::after {
        display: none !important;
    }

    .nav-block ul li:last-child a {
        color: #fff;
        display: inline-block;
    }

    .nav-block ul li:last-child a:hover {
        color: #ffffff;
    }

    .nav-block ul li:last-child:hover a {
        color: #ffffff;
    }

    .nav-fixed ul li:last-child {
        background-color: #fed204 !important;
        display: block;
    }

    .nav-fixed ul li:last-child a {
        color: #000;
    }

    .nav-fixed ul li:last-child::before,
    .nav-fixed ul li:last-child::after {
        display: block !important;
    }

    .nav-block ul li:last-child {
        display: none;
        margin-top: -10px;
        margin-bottom: -10px;
        font-size: 14px;
        line-height: 43px;
        background: #fed204;
        float: right;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        position: relative;
        color: black;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
        text-decoration: none;
        -webkit-transition: ease 0.3s;
        transition: ease 0.3s;
    }

    .nav-block ul li:last-child:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #fa4923;
        opacity: 0;
        z-index: 1;
        -webkit-transition: ease 0.3s;
        transition: ease 0.3s;
    }

    .nav-block ul li:last-child:after {
        content: "";
        display: block;
        width: 30px;
        height: 300px;
        margin-left: 60px;
        background: #fff;
        position: absolute;
        left: -40px;
        top: -150px;
        z-index: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
        -webkit-animation-name: slideme;
        animation-name: slideme;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-delay: 0.05s;
        animation-delay: 0.05s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    @-webkit-keyframes slideme {
        0% {
            left: -30px;
            margin-left: 0px;
        }
        30% {
            left: 110%;
            margin-left: 80px;
        }
        100% {
            left: 110%;
            margin-left: 80px;
        }
    }
}

.navbar {
    background-color: white;
    transition: 0.3s ease;
}

.nav-item {
    padding: 10px 10px 10px 10px;
    font-size: 17px;
    transition: 0.3s ease;
}

.nav-link:hover {
    color: rgba(0, 0, 0, .5) !important;
    transition: 0.3s ease;
    border-bottom: 3px solid #FBD232;
}

.nav-link {
    transition: 0.3s ease;
}

.navbar-brand {
    margin-left: 20px !important;
    font-size: 30px;
}

.navbar-nav {
    margin-right: 20px;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler:focus {
    outline: none !important;
}

.disactive {
    display: none;
    transition: 0.3s ease;
}

.text-h1-sec1 {
    font-size: 45px;
}

.header-contacts-callback {
    font-weight: 700;
    font-size: 17px;
    line-height: 16px;
    margin-bottom: 10px;
}


/*First Section*/

.section1 {
    height: auto;
    /*background-image: url("../images/keromag-atlas-concorde-mek-gallery-35.jpg");*/
    background-image: url("../images/header-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -100px;
}

.section1:after {
    background-color: rgba(5, 0, 0, 0.73);
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.lock {
    overflow: hidden;
}

@media (max-width: 445px) {
    .mob-phone {
        font-size: 0 !important;
        vertical-align: top;
        max-width: 100%;
        text-align: right;
    }

    .mob-phone .fas {
        margin: 0 !important;
    }
}

@media (max-width: 1268px) {
    .section1 {
        background-position-y: 0px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .text-h3-sec1 {
        font-size: 20px !important;
    }
}

@media (max-width: 376px) {
    .text-center-sec1 h1 {
        font-size: 35px;
    }
}

@media (max-width: 321px) {
    .pr-filter-ul li {
        width: 23% !important;
    }
}

@media (max-width: 1200px) and (min-width: 769px) {
    .pr-filter-ul li {
        width: 19% !important;
    }
}

@media (max-width: 768px) and (min-width: 322px) {
    .pr-filter-ul li {
        width: 24% !important;
    }
}

@media (max-width: 768px) {
    .section1 {
        background-position-y: 0px;
    }

    .calc_photo {
        display: none;
    }

    .text-h1-sec1 {
        font-size: 30px !important;
    }

    .text-h2-sec1 {
        font-size: 30px !important;
    }

    .text-h3-sec1 {
        font-size: 20px !important;
    }

    .text-center-sec1 {
        margin-top: 50px !important;
    }

    .text-center-sec1 h1 {
        font-size: 25px !important;
    }
}

.text-center-sec1 {
    margin-top: 70px;
}

.call-sec1 {
    font-size: 20px;
    padding: 15px 40px 15px 40px;
    color: white;
    background-color: #29ca8e;
    text-decoration: none;
    border: 3px solid #289f6d;
    transition: .3s ease;
}

.call-sec1:hover {
    background-color: rgba(41, 202, 142, 0.68);
    text-decoration: none;
    color: white;
    transition: .3s ease;
}


/*Section2*/

.line {
    height: 5px;
    width: 100%;
    background-color: #002d72;
}

.section2 {
    padding-top: 40px;
    height: auto;
}

.about-h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-hello {
    padding: 20px;
    margin-top: 5px;
    text-decoration: #002d72;
}

.our-masters {
    padding-top: 35px;
    margin-bottom: 60px;
}

.masters .container {
    max-width: 1450px;
}


/*Section3*/

.section3 {
    height: auto;
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .hidden_pl {
        display: none;
    }
}

.block {
    margin-top: 30px;
}

.block-text {
    margin-top: 35px;
    margin-bottom: 35px;
    width: 73%;
    display: inline-block;
    font-size: 19px;
    color: black;
    padding-left: 15px;
}

.img-uslugi {
    display: inline-block;
    float: right;
    height: 100%;
    width: 27%;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators > li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.list-inline-item {
    height: 1px !important;
}

.carousel-item img {
    width: 100%
}

.list-inline-item img {
    margin: 3px !important;
    border: 2px solid #FBD232;
}

.active .list-inline-item img {
    border: 2px solid white;
}


/*calc*/

.calc {
    height: auto;
    margin-top: 100px;
}

.calc-content {
    margin-top: 50px;
}


/*footer*/

.footer {
    padding-bottom: 50px;
    background-color: #fff;
    color: #000;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
}

.footer__list {
    list-style: none;
    padding: 0;
}

.footer__list-item {
    margin-bottom: 10px;
}

.footer__list-link {
    color: #000 !important;
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 3px;
    position: relative;
}

.footer__list-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    right: 0;
    border: 1px solid transparent;
    transition: border ease-out 0.3s;
}

.footer__list-link:hover:before {
    border: 1px solid #fbd232;
}

.footer__item-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.footer__logo {
    width: 343px;
}


/*footer*/

.d-block {
    max-height: 600px;
}


.projects {
    display: none;
}

.projects-list-li button:focus {
    border: 0px;
    outline: none !important;
}

.nav-fixed ul li:last-child:hover {
    background-color: #262625 !important;
}

@media (max-width: 442px) {
    .pr-filter-ul li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .my-3 {
        display: none;
    }

}

@media (min-width: 443px) {
    .my-3 {
        display: none;
    }

}

@media (min-width: 1023px) {
    .my-3 {
        display: block;
    }

    .fotorama {
        display: none;
    }

    .fotorama-video {
        display: block !important;
    }

    .position-m {
        position: relative;
        left: -15px !important;
    }

    .position-m1 {
        position: relative;
        left: -20px !important;
    }

    .position-m2 {
        position: relative;
        left: -25px !important;
    }
}

.carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    height: 50px;
    overflow: hidden;
    display: block;
}

.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

#popup__toggle {
    bottom: 25px;
    right: 10px;
    position: fixed;
    z-index: 999;
}

.img-circle {
    background-color: #29ca8e;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    transition: 0.3s ease;
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #29ca8e;
    width: 128px;
    height: 128px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #29ca8e;
    width: 78px;
    height: 78px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 50px;
    height: 50px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
    opacity: 1;
    transition: 0.3s ease;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) skew(1deg);
        -o-opacity: .1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -moz-transform: rotate(0deg) skew(1deg);
        opacity: .2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

.pr-filter-ul li {
    display: inline-block;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
    margin-bottom: 5px;
    width: 131px;
    text-align: center;
}

.pr-filter-ul li:hover {
    background-color: #FBD232;
    transition: 0.3s ease;
    cursor: pointer;
}

.pr-filter-ul li:active {
    background-color: white;
}

.pr-filter-ul {
    text-align: center;
}

.active {
    background-color: white;
}

.active-li {
    background-color: #FBD232 !important;
}

.pr-filter-ul li a {
    color: black;
    text-decoration: none;
    height: 100%;
    width: 100%;
}

.div {
    width: 0;
    height: 0;
    border: 10px solid transparent;
}

.act {
    margin: 0px !important;
}

.act:focus {
    margin: 0px !important;
    padding: 20px;
}

.act a {
    background-color: white !important;
    padding: 20px;
    color: black;
}


/**

 * Icon

 */

.preview-block__btn {
    max-width: 350px;
    margin-top: 5px;
    margin-bottom: 50px;
}

.custom-btn:hover {
    background-color: #3a3a3a;
    text-decoration: none;
    color: black;
}

.custom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 58px;
    padding-top: 2px;
    border: none;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: black;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background-color: #fed204;
    text-decoration: none;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

.navbar-brand {
    margin: 0px !important;
}

@media (max-width: 990px) {
    .piter {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0px;
        height: 60px;
    }

    .stoimost {
        padding: 7px;
        font-size: 15px;
        text-decoration: none;
        color: black;
        background-color: #FBD232;
        float: right;
        margin-top: 13px;
        margin-bottom: 6px;
    }

    .tel-nav {
        padding: 7px;
        font-size: 15px;
        text-decoration: none;
        color: black;
        background-color: #29ca8e;
        float: right;
        margin-top: 7px;
        margin-bottom: 5px;
    }

    .navbar-brand {
        white-space: normal;
        width: auto;
    }

    .navbar-toggler {
        padding: 0px !important;
    }

    .text-h1-sec1 {
        font-size: 35px !important;
    }

    #navbarNav {
        overflow-Y: auto;
        height: 80vh;
        padding-bottom: 100px;
    }

    .menu-calc {
        display: none;
    }
}

@media (min-width: 990px) {
    .stoimost {
        padding: 9px;
        font-size: 18px;
        text-decoration: none;
        color: black;
        background-color: #FBD232;
        float: right;
        margin-top: 19px;
        margin-bottom: 5px;
    }

    .piter {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0px;
        height: 75px;
    }

    .text-h1-sec1 {
        font-size: 45px;
    }

    .block-text {
        font-size: 23px;
    }

    .usluga img {
        height: 163px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .block-text {
        width: 65%;
    }

    .img-uslugi {
        width: 32.5%;
    }
}

@media (max-width: 991px) and (min-width: 989px) {
    .block-text {
        width: 57%;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 19px;
    }

    .img-uslugi {
        width: 38.5%;
    }
}

@media (max-width: 988px) and (min-width: 768px) {
    .block-text {
        width: 57%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .img-uslugi {
        width: 38.5%;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .block-text {
        width: 63%;
    }

    .img-uslugi {
        width: 27.2%;
    }
}

@media (min-width: 303px) and (max-width: 575px) {
    .block-text {
        width: 50%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .img-uslugi {
        height: 90px;
        width: auto;
    }
}

.width-comp {
    height: 402px;
    border-left: 1.5px solid #1c2535;
    border-right: 1.5px solid #1c2535;
}

.fotorama__thumb-border {
    border-color: #FBD232 !important;
}

.fotorama__stage__shaft {
    width: 100% !important;
}

.float-left {
    background-color: #172d52 !important;
}

.fanc {
    display: none;
}

.fullscreen-pr {
    display: inline-block;
    font-size: 17px;
    background-color: #fbd232 !important;
    border: none !important;
    border-radius: 0px;
    color: black;
    margin-bottom: 35px;
    padding: 20px 0px;
    width: 100%;
    max-width: 450px;
    font-weight: 600;
}

.phone-n-show {
    margin-left: 15px !important;
}

.usluga {
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    padding: 15px;
    text-align: center;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
}

.usluga p {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}

.hidden-u {
    display: none;
}

.section-masters-ms {
    width: 100%;
    height: 300px;
}

@media (max-width: 575px) {
    .section-masters-ms {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .section-masters-ms {
        width: 100%;
    }
}

.master-block-fv {
    text-align: center;
    display: inline-block;
    width: 19%;
    height: 60%;
    transform: scale(1);
    transition: transform ease-out .5s;
}

.master-block-fv:hover {
    transform: scale(1.1);
}

.img-master-fv {
    height: auto;
    max-width: 95%;
    min-height: 60px;
    border: none;
    box-shadow: 4px 4px 13px #000000;
    margin-bottom: 10px;
}


.carousel-control-prev {
    left: -45px;
    width: 60px;
}

.carousel-control-next {
    right: -45px;
    width: 60px;
}

.submit_calc:hover {
    background-color: #3a3a3a;
    text-decoration: none;
    color: black;
}

.submit_calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 58px;
    padding-top: 2px;
    border: none;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: black;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background-color: #fed204;
    text-decoration: none;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.submit_calc:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.submit_calc:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

.form-control {
    border-radius: 0px !important;
    background-color: #f2f2f2;
}

.price {
    color: #fed204;
}

.block-master {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.p-master-block {
    font-size: 20px;
}

.header__btn {
    padding: 12px 25px;
    background: #fed204;
    transition: all ease-out .5s
}

.header__btn:hover {
    background-color: #262625;
    color: #000000;
}

.master__link {
    position: relative;
    z-index: 2;
}

.master__link img {
    box-shadow: 4px 4px 13px #000000;
}

.masters__item {
    width: 50%;
}

.prices {
    background-color: #202940;
    color: #fff;
    padding: 100px 0;
    position: relative;
}

.prices::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url("../images/prices-ico.svg");
    background-repeat: no-repeat;
    left: 40px;
    top: 60px;
}

.prices__line {
    position: absolute;
    border: 1px solid #fbd232;
    width: 98%;
    height: 1px;
    top: 45%;
    overflow: hidden;
}

.prices__title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}

.prices__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 100px;
    grid-column-gap: 100px;
}

.prices__item {
    max-width: 535px;
    position: relative;
}

.prices__item-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 43px;
}

.prices__item-text {
    font-weight: 350;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

.prices__item-text span {
    font-weight: 700;
    color: #fbd232;
    position: absolute;
    right: 0;
}

.title-center {
    text-align: center;
}

.benefits {
    padding: 0;
}

.benefits .container {
    max-width: 1380px;
}

.benefits__inner {
    display: flex;
    align-items: center;
}

.benefits__item.benefits-item {
    width: 50%;
    margin-bottom: 0;
}

.benefits__item:first-child {
    margin-right: 135px;
}

.benefits__item:last-child {
    width: 41%;
}

.benefits__item-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 51px;
    color: #000;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    margin: 0 auto 35px;
}

.benefits__item-title::before {
    width: 100%;
    border: 1px solid #fbd232;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
}


.benefits-item .swiper-container {
    height: 405px;
}

.benefits-slider__slide {
    display: flex;
}

.benefits-item__slider {
    box-shadow: 4px 4px 13px #000000;
    position: relative;
}

.benefits-item__slider::before {
    width: 20px;
    height: 20px;
    content: "";
    right: 15px;
    top: 15px;
    background: url("../images/expand.svg") no-repeat;
    position: absolute;
    z-index: 2;
}

.benefits-slider__slide img {
    height: 100%;
    width: 100%;
    display: block;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.benefits-button-next, .benefits-button-prev {
    color: #ffb800;
}

.benefits-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: #ffffff;
    margin: -3px 8px !important;
}

.benefits-pagination .swiper-pagination-bullet-active {
    background: #ffb800;
}

.benefits-item__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    box-shadow: 4px 4px 13px #000000;
}

.benefits-box {
    text-align: center;
    transform: scale(1);
    transition: transform ease-out .3s;
}

.benefits-box:hover {
    cursor: pointer;
    transform: scale(1.12);
    z-index: 3;
}

.benefits-box__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.benefits-box {
    background: #1A3972;
    color: #ffffff;
    padding: 25px;
}

.benefits-box:nth-child(2n+1) {
    color: #000;
    background: #FED204;

}

.benefits-box__text {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    padding: 0 10px;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.header__discount-text {
    color: white;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.header__discount-text span {
    font-size: 30px;
}

@media (max-width: 1415px) {
    .benefits__inner {
        display: block;
    }

    .benefits__item {
        margin: 0 auto 50px;
    }

    .benefits__item:first-child {
        margin-right: auto;
    }

    .benefits-pagination .swiper-pagination-bullet {
        background-color: #000;
    }

    .benefits-pagination .swiper-pagination-bullet-active {
        background: #fed204;
    }

    .benefits__item:first-child {
        width: 35%;
    }

    .benefits-item__inner {
        display: block;
        box-shadow: none;
    }

    .benefits-item__box {
        box-shadow: 4px 4px 13px #000000;
    }

    .benefits__item:last-child {
        width: 50%;
    }

    .benefits-item__box {
        margin-bottom: 25px;
    }

}

@media (max-width: 1000px) {
    .benefits__item-title {
        font-size: 24px !important;
    }

    .benefits__item:first-child {
        width: 40%;
    }

}

@media (max-width: 768px) {
    .benefits__item:last-child {
        width: 80%;
    }

    .benefits__item-title {
        font-size: 20px !important;
        line-height: 40px !important;
        margin: 0px auto 25px;
    }

    .benefits__item:first-child {
        width: 80%;
    }

}

@media (max-width: 490px) {
    .benefits-item .swiper-container {
        height: 305px;
    }

    .benefits__item:last-child {
        width: 100%;
    }

    .benefits__item:first-child {
        width: 100%;
    }
}

@media (max-width: 426px) {
    .p-master-block {
        font-size: 14px !important;
    }
}

@media (max-width: 360px) {
    .benefits-item .swiper-container {
        height: 275px;
    }
}

@media (max-width: 1500px) {
    .prices::before {
        content: unset;
    }
}

@media (max-width: 1200px) {
    .prices__inner {
        display: block;
    }

    .prices__item {
        margin: 0 auto 50px;
    }

    .prices__line {
        display: none;
    }

}

@media (max-width: 995px) {
    .menu-calc {
        display: none !important;
    }

    .footer__inner {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .footer__logo {
        margin: 0 auto 35px;
    }

    .footer__item {
        margin-bottom: 50px;
    }

    .footer__list-link {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .masters__item {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) and (min-width: 426px) {
    .p-master-block {
        font-size: 18px !important;
    }
}

@media (max-width: 765px) {
    .masters__item {
        width: 50%;
    }

    .master-des {
        margin-top: 0px !important;
    }

    .thanks__title {
        font-size: 26px;
    }

    .section-title {
        font-size: 38px;
        line-height: 40px;
    }

    .prices,
    .benefits {
        padding: 50px 0;
    }

}

@media (max-width: 580px) {
    .text-hello {
        margin: 0 15px;
    }
}


@media (max-width: 525px) {
    .phone-n-show {
        display: none;
    }

    .section-title {
        font-size: 28px;
        line-height: 35px;
    }

    .prices__item {
        padding: 0 15px;
    }

    .prices__item-title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .prices__item-text {
        font-weight: 350;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }

}

@media (max-width: 480px) {
    .works__tab.kamen .works-slider__item-img{
     width: 100% !important;
    height: 100% !important;   
}
    .master-block-fv {
        width: 25%;
        margin-bottom: 25px;
    }

    .p-master-block {
        font-size: 17px !important;
    }

    .masters__title {
        margin-bottom: 50px !important;
        font-size: 25px;
    }

    .reviews__title {
        font-size: 29px !important;
        margin-bottom: 25px;
    }

    .col-md-12 {
        font-size: 35px !important;
    }

    .our-service__title {
        font-size: 35px !important;
    }

    .usluga p {
        padding: 5px 0;
        font-size: 21px;
    }

    .calc h1 {
        font-size: 34px !important;
    }

    .thanks__title {
        font-size: 22px !important;
    }

    .text-hello {
        font-size: 16px !important;
    }

    .pr-filter-ul {
        font-size: 17px !important;
    }

    .mob-phone {
        margin-right: 0 !important;
    }

    .mob-phone a {
        margin-right: 35px !important;
    }

    .masters__item:hover {
        transform: scale(1) !important;
    }

    .master__text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .master__link img {
        width: 135px !important;
        height: 135px !important;
    }

}

@media (max-width: 450px) {
    .prices__item-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .prices__item-text {
        font-weight: 350;
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 8px;
    }

    .prices {
        min-height: 60vh;
    }

    .header-reviews__title {
        font-size: 26px;

    }

    .prices__item-text span {
        right: 20px;
    }
}

@media (max-width: 410px) {
    .prices__item-title {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .prices__item-text {
        font-weight: 350;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .prices__item-text span {
        right: 10px;
    }
}

@media (max-width: 370px) {
    .master-block-fv {
        width: 30%;
        margin-bottom: 25px;
    }

    .fix-but {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .preview-block__btn {
        width: 100%;
    }

    .col-md-12 {
        font-size: 27px !important;
    }

    .our-service__title {
        font-size: 27px !important;
    }

    .thanks__title {
        font-size: 19px !important;
    }

    .text-hello {
        font-size: 14px !important;
    }

    .pr-filter-ul {
        font-size: 15px !important;
    }

    .mob-phone a {
        margin-right: 22px !important;
    }

    .master__text {
        font-size: 13px !important;
    }

    .prices__item {
        padding: 0;
    }

    .section-title {
        font-size: 24px;
        line-height: 27px;
    }

    .footer__logo {
        max-width: 100%;
    }
}

@media (max-width: 350px) {
    .masters__item img {
        width: 50%;
    }

    .text-h3-sec1 {
        font-size: 17px !important;
    }

    .col-md-12 {
        font-size: 25px !important;
    }

    .text-hello {
        font-size: 13px !important;
        margin: 0 15px;
    }

    .master__link img {
        width: 125px !important;
        height: 125px !important;
        object-fit: cover;
    }

    .our-service__title {
        font-size: 25px !important;
        margin-bottom: 5px !important;
    }

    .calc h1 {
        font-size: 25px !important;
    }

    .thanks__title {
        font-size: 16px !important;
    }

    .mob-header .col-xs-10 {
        padding-right: 0;
    }

    .pr-filter-ul {
        font-size: 14px !important;
    }

    .master__text {
        font-size: 12px !important;
    }

    .prices__item-text span {
        right: 0;
    }
}

@media (max-width: 340px) {
    .prices__item-text {
        font-size: 14px;
        line-height: 20px;
    }

}

@media (max-width: 320px) {
    .preview-block__btn {
        font-size: 14px;
    }

    .prices__item-text {
        font-size: 13px;
        line-height: 20px;
    }
}


/*Swiper*/
.header__slider {
    padding-bottom: 30px;
}

.header__wrapper {
    max-width: 450px;
    max-height: 300px;
}

.header__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    position: relative;
}

.header__wrapper > .swiper-slide::before {
    content: "";
    position: absolute;
    top: 47.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background-image: url("../images/play.svg");
    background-repeat: no-repeat;
}

.header-button-prev, .header-button-next {
    transform: translateY(-50%);
}

.header-pagination {
    width: 12px;
    height: 12px;
    bottom: 0;
}

.header-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fffefe;
    opacity: 1;
    margin: 0 8px !important;
}

.header-pagination .swiper-pagination-bullet-active {
    background: #FFB800;
}

.header-button-next:after, .header-button-prev:after {
    font-family: swiper-icons;
    font-size: 2.187rem;
    color: #fff;
}

/* Works*/
.works {
    color: #202940;
    background-color: #fff;
    padding: 0;
    text-align: center;
    /*margin-bottom: 60px;*/
}

.works > .container {
    max-width: 1480px;
}

.works__title {
    text-align: center;
    margin-bottom: 50px;
}

.works__buttons {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 10px;
}


.works__buttons li:first-child a {
    border-radius: 15px 0 0 15px;
}

.works__buttons li:last-child a {
    border-radius: 0 15px 15px 0;
}


.works__button {
    border: none;
    width: 180px;
    font-size: 18px;
    line-height: 25px;
    color: #000000 !important;
    text-align: center;
    background-color: #fed204;
    padding: 13px 35px;
    cursor: pointer;
    display: block;
    transition: background-color ease-out .5s;
}

@media (max-width: 1480px) {
    .works__buttons {
    }

    .works__buttons li {
        width: 25%;
    }

    .works__button {
        margin: 0 auto;
        border-radius: 15px !important;
        margin-top: 5px;
        width: 95%;
    }

}

@media (max-width: 660px) {
    .works__button {
        font-size: 17px;
        padding: 0.75em;
    }
}

@media (max-width: 450px) {
    .works__button {
        font-size: 14px;
        padding: 0.75em;
        border-radius: 10px !important;
    }

    .works__title {
        margin-bottom: 25px;
    }
}

@media (max-width: 340px) {
    .works__button {
        font-size: 12px;
        padding: 7px;
    }
}

.works__button:focus {
    outline: none;
}

.works__button:hover {
    background-color: #ffffff;
}

.works__button.btn-active {
    background-color: #ffffff;
}

.works-button-next, .works-button-prev {
    color: #ffb800;
}

.works-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -60px;
}

.works-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -60px;
}

@media (max-width: 1600px) {
    .works-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }

    .works-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
}

@media (max-width: 820px) {
    .works-button-prev, .works-button-next {
        display: none;
        pointer-events: none;
    }

}

.works__tab {
    position: relative;
}

.works__item {
    margin-bottom: 5px;
}


.works-slider__item-img img {
    max-width: 100%;
    height: auto;
    min-height: 300px;

}

.works-slider__item {
    position: relative;
}

.works-slider__item:nth-child(4n+1)::before {
    width: 20px;
    height: 20px;
    content: "";
    right: 15px;
    top: 15px;
    background: url("../images/expand.svg") no-repeat;
    position: absolute;
}


@media (max-width: 1450px) {
    .works-slider__item-img img {
        max-height: 250px;
    }
}

@media only screen and (max-width: 820px) {
    .works-slider__item-img img {
        min-height: 560px;
    }
}

@media only screen and (max-width: 640px) {
    .works-slider__item-img img {
        min-height: 460px;
    }
}

@media only screen and (max-width: 540px) {
    .works-slider__item-img img {
        min-height: 383px;
    }
}

@media only screen and (max-width: 460px) {
    .works-slider__item-img img {
        min-height: 325px;
    }
}

@media (max-width: 450px) {
    .text-h1-sec1 {
        font-size: 26px !important;
    }
}

@media (max-width: 360px) {
    .text-h1-sec1 {
        font-size: 23px !important;
    }
}

@media only screen and (max-width: 360px) {
    .works-slider__item-img img {
        min-height: 250px;
    }

    .header__discount-text {
        font-size: 19px;
    }
}


.works-slider-thumbs__item img {
    object-fit: cover;
    width: 100%;
}

@media (max-width: 350px) {
    .works-slider-thumbs__item img {
        height: 250px;
    }

}

.works-slider-thumbs__item {
    height: auto;
}

.works-slider-thumbs__item img {
    height: 100%;
    min-height: 100px;
}

@media (max-width: 420px) {
    .works-slider-thumbs__item img {
        min-height: 80px;
    }

    .works {
        padding: 25px 0 10px;
    }
}

@media (min-width: 820px) {
    .works__item-thumbs {
        display: none;
    }
}

.swiper-slide-thumb-active img {
    border: 2px solid #fbd232;
}

/* Works end*/

.hide {
    display: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffbf00;
    border-radius: 10px;
}


.works-slider-thumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.thanks {
    padding-bottom: 50px;
}

.thanks__title {
    margin: 35px 0;
    padding: 40px 0;
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    background-color: #202940;
    color: #fff;
}


.prices__text {
    text-align: center;
    margin-top: 50px;
    font-size: 21px;
}

@media (max-width: 460px) {
    .prices__text {
        text-align: center;
        margin-top: 50px;
        font-size: 17px;
    }
}

@media (max-width: 360px) {
    .prices__text {
        text-align: center;
        margin-top: 50px;
        font-size: 12px;
    }
}


#exampleModal12 .modal-header h5 {
    font-weight: 400;

}

#exampleModal12 .modal-dialog .modal-body h1 {
    font-size: 13px;
    font-weight: 700;
    margin: 15px 0;

}

#exampleModal12 .modal-dialog .modal-body p {
    font-size: 13px;
}

.modal {
    transition: all 0.3s;
}

.footer__politics {
    margin-top: 15px;
    text-align: center;
}

.footer__politics-text {
    font-size: 13px;
    margin-bottom: 10px;
}

.footer__politics-link {
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #fed204;
    color: #000;
}

@media (max-width: 450px) {
    .footer__item {
        margin-bottom: 40px;
    }
}
.works-slider__item-img{
    width: 100%;
    height: 100%;
}
.works-slider__item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-test_descp1{

    position: relative;
    animation: showRight 3s;
}
.slider-test_descp2{

    position: relative;
    animation: showRight 5s;
}
.slider-test_descp3{

    position: relative;
    animation: showRight 7s;
}
@keyframes showRight {
from {right:-100%;}
to {right:0;}
}
.text_bold{
  font-weight: bold;  
}
.text-under{
    text-decoration: underline;
}
.text_italic{
    font-style: italic;
}
.grid_price {
	width: 100%;
	background: #DAD2CA1C;
	border-spacing: 5px;
	margin-top: 20px;
}

.grid_price td {
    width: 50%;
	vertical-align: top;
	padding: 30px;
	border: 1px solid #DAD2CA91;
}

.grid_price .right_item {
	border-left: none;
}

.grid_price_three {
	width: 100%;
	background: #DAD2CA1C;
	border-spacing: 5px;
	margin-top: 10px;
}

.grid_price_three td {
	vertical-align: top;
	padding: 10px;
	border: 1px solid #DAD2CA91;
}

.grid_price_three_left {
    text-align: left;
}

.rounded {
counter-reset: li; 
list-style: none; 
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 30px;
margin-top: 15px;
}
.rounded li {
position: relative;
display: block;
padding: .4em .4em .4em 2em;
margin: .5em 0;
background: #DAD2CA66;
color: #444;
text-decoration: none;
border-radius: .3em;
transition: .3s ease-out;
}
.rounded li:hover {background: #E9E4E0;}
.rounded li:hover:before {transform: rotate(360deg);}
.rounded.kitchen li:before {
    content: counter(li);
    counter-increment: li;
}
.rounded li:before {
content: "+";
position: absolute;
left: -1.3em;
top: 50%;
margin-top: -1.3em;
background: var(--main-orange);
height: 2em;
width: 2em;
border: .3em solid white;
text-align: center;
font-weight: bold;
border-radius: 2em;
transition: all .3s ease-out;
}
.grid_price td.dop {
  padding: 10px;
}
.left_item.dop{
    width: 70%;
}
#price .slider__btn {
  bottom: 0px;
  position: relative;
  left: 50%;
  align-items: center;
  display: flex;
}
ul.about__text {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
  margin: 30px 0px;
}
ul.about__text > li {
  display: block;
}
ul.about__text > li > .header {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  font-size: 16px;
  /*margin-bottom: 20px;*/
  color: #073361;
  height: 80px;
}
ul.about__text > li > .header:before {
  content: '';
  display: inline-block;
  width:12px;
  height: 12px;
  margin-right: 20px;
  background-color: #41b7c3;
}
ul.about__text > li > .text {
  display:block;
  font-size: 17px;
}
#works_fartuk .slider__btn{
    bottom: -10px;
    margin-left: 20px;
}
#works_fartuk p.about__text{
    text-align: right;
    width: 42%;
    margin-top: 50px;
}
#order ul.about__text{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
#order ul.about__text > li {
  text-align: center;
  box-shadow: 0px 0px 8px var(--main-orange) !important
}
#order ul.about__text > li:nth-child(2n) {
  box-shadow: 0px 0px 8px #1A3972 !important;
}

#order ul.about__text > li > .header {
  display: inline-flex;
}
#order .benefits-item__icon{
    position: relative;
    bottom: 0px;
    width: 60px;
}
#order ul.about__text > li > .header:before {
  content: unset;
}
#works_fartuk{
    margin-bottom: 40px;
}
#order ul.about__text{
    padding-top: 30px;
}

@media screen and (max-width: 480px){
    ul.about__text{
     grid-template-columns: 1fr;  
    }
    .callback_fartuk p{
        padding: 20px;
    }
#order{
    padding: 0px;
}
#order ul.about__text {
  row-gap: 50px;
  grid-template-columns: 1fr;
}
#works_fartuk .slider__btn {
  bottom: -50px;
  margin-left: 0;
}
#works_fartuk p.about__text {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  display: inline-flex;
}
.benefits {
  padding: 0px;
}
.rounded{
    grid-template-columns: 1fr;
}
ul.about__text > li > .header{
    font-size: 15px;
}
#slider2 .slider-test__title,
#slider2 .slider-test_desc {
    width: 100%;
}
#slider2 .slider-test_desc{
    line-height: 30px;
}
.slider-test_descp1,.slider-test_descp2,.slider-test_descp3{
    font-size: 14px !important;
    color: var(--main-orange);
    text-align: left;
    padding: 15px;
    line-height: unset !important;
}
#price .slider__btn{
    display: block;
}
#price {
  padding: 50px 0;
}
.callback_fartuk .slider__btn{
    position: relative;
    bottom: 20px;
}
}
.slider-test_descp1,.slider-test_descp2,.slider-test_descp3{
    color: var(--main-orange);
    font-size: 20px;
    line-height: 40px;
}
#slider-desc2{
    padding-bottom: 50px;
}
.fartuk .about {
  margin-top: 50px;
}

@media (max-width: 780px) {
#works_fartuk .slider__btn{
    bottom: -10px;
    margin-left: 20px;
}
#works_fartuk p.about__text{
    text-align: right;
    width: 42%;
    margin-top: 50px;
}
.callback_fartuk .slider__btn{
    position: relative;
    bottom: 40px;
}

}
@media (max-width: 1024px) {
.callback_fartuk .slider__btn{
    position: relative;
    bottom: 50px;
}

}
.RP-SCRIPT .RP-PLAYER-CONTROL svg{
    height: 3rem;
}
.RP-currentSong.RP-text-shadow-light{
    font-size: 1.25rem;
}
.radio {
    right: 6%;
    top: 30%;
    position: absolute;
    bottom: 100px;
    z-index: 10;
}

/* Reels block */
.reels-section {
    padding: 45px 0 54px;
    text-align: center;
    background: #ffffff;
}

.reels-section.container {
    width: min(1120px, 90%);
    height: auto;
    margin: 0 auto;
    padding: 45px 0 54px !important;
}

.reels-title {
    position: relative;
    display: inline-block;
    margin: 0 0 14px;
    color: #20242b;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
}

.reels-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 86%;
    height: 4px;
    background: var(--main-orange, #fed204);
    transform: translateX(-50%);
}

.reels-subtitle {
    margin: 22px auto 28px;
    max-width: 640px;
    color: #4c535f;
    font-size: 18px;
    line-height: 1.45;
}

.reels-carousel-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    max-width: 1120px;
    margin: 0 auto;
}

.reels-carousel {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 6px 3px 14px;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    touch-action: pan-x;
}

.reels-carousel::-webkit-scrollbar {
    display: none;
}

.reels-carousel.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.reels-carousel.is-touching .reel-item {
    pointer-events: none;
}

.reel-cell {
    flex: 0 0 auto;
    width: 250px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

.reel-item {
    position: relative;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #111;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reel-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
}

.reel-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.reel-item .reel-preview-video {
    position: relative !important;
    inset: auto !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
    transform: none !important;
    border-radius: 0 !important;
}

.reel-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.55));
    color: #fff;
}

.reel-play-btn,
.reels-carousel-btn,
.reel-modal__close,
.reel-modal__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
}

.reel-play-btn {
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--main-orange, #fed204);
    color: #111;
    font-size: 22px;
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.34),
        0 14px 42px rgba(254, 210, 4, 0.52),
        0 0 0 10px rgba(254, 210, 4, 0.14);
    animation: reelPlayFloat 2.1s ease-in-out infinite;
}

.reel-play-btn i,
.reels-carousel-btn i,
.reel-modal__close i,
.reel-modal__nav i {
    display: none;
}

.reel-play-btn::before {
    content: "";
    position: relative;
    z-index: 2;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid currentColor;
}

.reel-play-btn::after {
    content: "";
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    background: rgba(254, 210, 4, 0.22);
    z-index: 1;
    animation: reelPlayPulse 2.1s ease-out infinite;
}

@keyframes reelPlayFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-4px) scale(1.04);
    }
}

@keyframes reelPlayPulse {
    0% {
        transform: scale(0.82);
        opacity: 0.72;
    }
    70% {
        transform: scale(1.32);
        opacity: 0;
    }
    100% {
        transform: scale(1.32);
        opacity: 0;
    }
}

.reel-label {
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.reels-carousel-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.reels-carousel-btn:hover {
    background: var(--main-orange, #fed204);
    color: #111;
    transform: scale(1.06);
}

#prevReel::before,
#nextReel::before,
#reelModalPrev::before,
#reelModalNext::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: solid currentColor;
    border-width: 0 3px 3px 0;
}

#prevReel::before,
#reelModalPrev::before {
    transform: rotate(135deg);
    margin-left: 4px;
}

#nextReel::before,
#reelModalNext::before {
    transform: rotate(-45deg);
    margin-right: 4px;
}

.reels-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.reels-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cfd3da;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.reels-dot.active {
    background: var(--main-orange, #fed204);
    transform: scale(1.28);
}

.reels-open-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin: 22px auto 0;
    padding: 0 34px;
    border: 2px solid var(--main-orange, #fed204);
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.reels-open-all:hover,
.reels-open-all:focus-visible {
    transform: translateY(-2px);
    background: #000;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.reels-all-grid {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
    gap: 12px;
    max-width: 820px;
    margin: 24px auto 0;
    align-items: start;
}

.reels-all-grid.is-open {
    display: grid;
}

.reels-all-grid .reel-cell {
    width: 100%;
    margin: 0;
    scroll-snap-align: unset;
}

.reels-all-grid .reel-item {
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.reels-all-grid .reel-overlay {
    gap: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.42));
}

.reels-all-grid .reel-play-btn {
    width: 40px;
    height: 40px;
    font-size: 0;
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.26),
        0 8px 22px rgba(254, 210, 4, 0.42),
        0 0 0 7px rgba(254, 210, 4, 0.13);
}

.reels-all-grid .reel-play-btn::before {
    margin-left: 3px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 12px;
}

.reels-all-grid .reel-play-btn::after {
    inset: -9px;
}

.reels-all-grid .reel-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.reel-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, 0.9);
}

.reel-modal.open {
    display: flex;
    touch-action: none;
}

.reel-modal__inner {
    position: relative;
    width: min(560px, 100%);
    padding: 16px;
    border-radius: 18px;
    background: rgba(16, 16, 16, 0.96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6);
}

.reel-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
    font-size: 18px;
}

.reel-modal__close::before {
    content: "x";
    color: currentColor;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.reel-modal__title {
    min-height: 24px;
    margin: 0 54px 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.reel-modal__player-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    will-change: transform;
}

#reelModalVideo {
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    display: block !important;
    flex: 0 1 auto;
    width: min(420px, calc(100vw - 132px)) !important;
    height: min(82vh, calc((100vw - 132px) * 1.7778)) !important;
    min-height: 520px;
    max-height: 82vh;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    transform: none !important;
    border-radius: 14px !important;
    background: #000;
}

.reel-modal__nav {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 16px;
}

.reel-modal__toggle,
.reel-modal__share,
.reel-modal__volume,
.reel-modal__call {
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.reel-modal__toggle {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 6;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
    transform: translate(-50%, -50%);
    color: #fff;
    transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.reel-modal__toggle::before {
    content: "";
    position: absolute;
    left: 31px;
    top: 23px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 24px solid currentColor;
}

.reel-modal__toggle.is-playing {
    opacity: 0.82;
}

.reel-modal__toggle.is-paused {
    opacity: 1;
}

.reel-modal__toggle.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.92);
}

.reel-modal__toggle.is-playing::before,
.reel-modal__toggle.is-playing::after {
    content: "";
    position: absolute;
    top: 23px;
    width: 10px;
    height: 32px;
    border: 0;
    border-radius: 3px;
    background: currentColor;
}

.reel-modal__toggle.is-playing::before {
    left: 25px;
}

.reel-modal__toggle.is-playing::after {
    left: 43px;
}

.reel-modal__toggle:hover,
.reel-modal__toggle:focus-visible {
    opacity: 1;
    background: rgba(255, 255, 255, 0.32);
}

.reel-modal__share {
    position: absolute;
    right: 26px;
    top: 61%;
    z-index: 6;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.82);
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
}

.reel-modal__share::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 27px;
    height: 27px;
    background: #fff;
    transform: translate(-50%, -50%);
    -webkit-mask: url("../images/icons/share-arrow.png") center / contain no-repeat;
    mask: url("../images/icons/share-arrow.png") center / contain no-repeat;
}

.reel-modal__share::after {
    content: none;
}

.reel-modal__caption {
    position: absolute;
    left: 24px;
    right: 92px;
    bottom: 106px;
    z-index: 6;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.88);
}

.reel-modal__caption-title {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 1.12;
    font-weight: 800;
}

.reel-modal__caption-text {
    font-size: 18px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.88);
}

.reel-modal__call {
    position: absolute;
    left: 24px;
    bottom: 58px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1.5px solid rgba(255, 255, 255, 0.78);
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    backdrop-filter: none;
    box-shadow: none;
}

.reel-modal__call-icon {
    position: relative;
    width: 14px;
    height: 14px;
    transform: rotate(-18deg);
}

.reel-modal__call-icon::before {
    content: "";
    position: absolute;
    inset: 1px 4px 1px 4px;
    border-radius: 9px 9px 3px 3px;
    background: #fff;
}

.reel-modal__call-icon::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border: 3px solid rgba(0, 0, 0, 0.34);
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    transform: rotate(28deg);
}

.reel-modal__volume {
    position: absolute;
    left: 14px;
    bottom: 11px;
    z-index: 7;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.58);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.reel-modal__volume::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 23px;
    height: 23px;
    background: #fff;
    transform: translate(-50%, -50%);
    -webkit-mask: url("../images/icons/volume-up.png") center / contain no-repeat;
    mask: url("../images/icons/volume-up.png") center / contain no-repeat;
}

.reel-modal__volume::after {
    content: none;
}

.reel-modal__volume.is-muted::before {
    -webkit-mask-image: url("../images/icons/volume-off.png");
    mask-image: url("../images/icons/volume-off.png");
}

.reel-modal__time {
    position: absolute;
    left: auto;
    right: 24px;
    bottom: 19px;
    z-index: 7;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.34);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
}

.reel-modal__progress {
    position: absolute;
    left: 66px;
    right: 118px;
    bottom: 13px;
    z-index: 7;
    height: 34px;
    display: flex;
    align-items: center;
    touch-action: none;
    cursor: pointer;
}

.reel-modal__progress-track {
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    overflow: visible;
}

.reel-modal__progress-fill {
    position: relative;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: #fff;
}

.reel-modal__progress-fill::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
    transform: translateY(-50%);
}

@media (max-width: 760px) {
    .reels-section {
        padding: 34px 0 44px;
    }

    .reels-section.container {
        width: 94%;
        padding: 34px 0 44px !important;
    }

    .reels-title {
        font-size: 32px;
    }

    .reels-subtitle {
        padding: 0 16px;
        font-size: 16px;
    }

    .reels-carousel-wrap {
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 100%;
    }

    .reels-carousel-btn {
        display: none;
    }

    .reels-carousel {
        display: block;
        overflow: visible;
        scroll-snap-type: none;
        padding: 0;
        cursor: pointer;
        touch-action: manipulation;
    }

    .reel-cell {
        display: none;
        width: min(380px, 92vw);
        margin: 0 auto;
    }

    .reel-cell:first-child {
        display: block;
    }

    .reel-item {
        min-height: min(690px, 132vw);
        border-radius: 20px;
        border: 2px solid rgba(0, 0, 0, 0.16);
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
        transform: none !important;
    }

    .reel-play-btn {
        width: 96px;
        height: 96px;
    }

    .reel-play-btn::before {
        border-top-width: 17px;
        border-bottom-width: 17px;
        border-left-width: 25px;
    }

    .reel-label {
        padding: 13px 26px;
        font-size: 22px;
    }

    .reels-dots {
        display: none;
    }

    .reels-open-all {
        display: flex;
        width: min(320px, 82vw);
        min-height: 48px;
        margin-top: 22px;
        padding: 0 28px;
        font-size: 18px;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
    }

    .reels-all-grid {
        grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
        gap: 8px;
        width: 100%;
        margin-top: 24px;
    }

    .reels-all-grid .reel-cell {
        display: block;
        width: 100%;
        margin: 0;
    }

    .reels-all-grid .reel-item {
        aspect-ratio: 1 / 1;
        min-height: 0;
        border-radius: 10px;
        border-width: 1px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
    }

    .reels-all-grid .reel-play-btn {
        width: 30px;
        height: 30px;
        box-shadow:
            0 8px 16px rgba(0, 0, 0, 0.26),
            0 6px 18px rgba(254, 210, 4, 0.34),
            0 0 0 5px rgba(254, 210, 4, 0.12);
    }

    .reels-all-grid .reel-play-btn::before {
        margin-left: 2px;
        border-top-width: 6px;
        border-bottom-width: 6px;
        border-left-width: 9px;
    }

    .reels-all-grid .reel-label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .reel-modal {
        padding: 0;
        background: #000;
    }

    .reel-modal__inner {
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 0;
        background: #000;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .reel-modal__close {
        top: max(16px, env(safe-area-inset-top));
        right: 16px;
        width: 54px;
        height: 54px;
        z-index: 6;
        background: rgba(0, 0, 0, 0.72);
        font-size: 22px;
    }

    .reel-modal__title {
        display: none;
    }

    .reel-modal__player-wrap {
        width: 100%;
        height: 100%;
        gap: 0;
        display: block;
        overflow: hidden;
    }

    .reel-modal__nav {
        display: none;
    }

    #reelModalVideo {
        width: 100vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        min-height: 0;
        max-height: none;
        border-radius: 0 !important;
        object-fit: cover;
        background: #000;
    }

    .reel-modal__close {
        color: #fed204;
        border: 2px solid rgba(254, 210, 4, 0.72);
        background: rgba(0, 0, 0, 0.34);
        box-shadow: 0 0 0 1px rgba(254, 210, 4, 0.16), 0 12px 30px rgba(0, 0, 0, 0.34);
    }

    .reel-modal__toggle {
        width: 78px;
        height: 78px;
        background: rgba(255, 255, 255, 0.22);
    }

    .reel-modal__share {
        right: 22px;
        top: 66%;
        width: 48px;
        height: 48px;
    }

    .reel-modal__caption {
        left: 18px;
        right: 72px;
        bottom: calc(136px + env(safe-area-inset-bottom));
    }

    .reel-modal__caption-title {
        font-size: 24px;
    }

    .reel-modal__caption-text {
        font-size: 18px;
    }

    .reel-modal__call {
        left: 18px;
        bottom: calc(82px + env(safe-area-inset-bottom));
        min-height: 36px;
        max-width: calc(100vw - 112px);
        padding: 0 14px;
        font-size: 14px;
        background: transparent;
    }

    .reel-modal__volume {
        left: 8px;
        bottom: calc(20px + env(safe-area-inset-bottom));
        width: 38px;
        height: 38px;
    }

    .reel-modal__volume::before {
        width: 23px;
        height: 23px;
    }

    .reel-modal__time {
        left: auto;
        right: 14px;
        bottom: calc(30px + env(safe-area-inset-bottom));
        font-size: 12px;
    }

    .reel-modal__progress {
        left: 68px;
        right: 118px;
        bottom: calc(24px + env(safe-area-inset-bottom));
        height: 30px;
    }

    .reel-modal__progress-track {
        height: 7px;
    }
}
