.banner-text {
    margin-left: 30px;
}


.product-disclaimer  {
    display: none;
}


.developers {
    display: block;
    width: 100%;
    margin-top: 25px;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 248px;
    max-width: 100%;
    height: 43px;
    font-family: MontserratBold, sans-serif;
    font-size: .75rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #e94e1b;
    border: none;
    border-radius: 3px;
    transition: .2s ease 0s
}

.button:hover {
    background-color: #2c3d51;
    color: #fff
}

.button:active {
    transform: scale(.95)
}



/* search */


    * {box-sizing: border-box;}
form.simplesearch-search-form {
  position: relative;
  width: 300px;
  margin: 0 auto;
  margin-right: 25px;
}
.simplesearch-search-form input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  border: 1px solid #e94e1b;
  border-radius: 5px;
  outline: none;
  background: #fff;
  color: #000;
}
.simplesearch-search-form button {
  position: absolute; 
  top: 0;
  right: 0px;
  width: 42px;
  height: 42px;
  border: none;
  background: #e94e1b;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  color: white;
}
.simplesearch-search-form button:before {
  content: url("https://st-rost.ru/assets/img/icons/lupa.png");
  color: #F9F0DA;
}

.simplesearch-result {
    margin: 10px 0;
}

.simplesearch-result h3 {
    display: flex;
}
.simplesearch-result h3 a {
    margin-left: 10px;
}











.white-btn {
    background: #fff;
    border: 1px solid #e6eff1;
    color: #e94e1b
}

.white-btn:hover {
    background-color: #e94e1b
}

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

    50% {
        opacity: .4
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

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

    50% {
        opacity: .4
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes wiggle {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-10px)
    }

    75% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes wiggle {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-10px)
    }

    75% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes half-rotate {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-25deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(25deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes half-rotate {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-25deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(25deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@font-face {
    font-family: MontserratBold;
    src: url(../fonts/Montserrat/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MontserratExtraBold;
    src: url(../fonts/Montserrat/Montserrat-ExtraBold.eot);
    src: url(../fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-ExtraBold.woff) format("woff"), url(../fonts/Montserrat/Montserrat-ExtraBold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MontserratItalic;
    src: url(../fonts/Montserrat/Montserrat-Italic.eot);
    src: url(../fonts/Montserrat/Montserrat-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-Italic.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MontserratRegular;
    src: url(../fonts/Montserrat/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

*,
:after,
:before {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

a {
    display: block
}

a,
a:hover {
    text-decoration: none;
    color: inherit
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none
}

img {
    height: auto
}

body,
img {
    width: 100%
}

body {
    line-height: 1.5;
    font-size: 14px;
    font-family: MontserratRegular, sans-serif;
    color: #2c3d51;
    height: 100%
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

.whatsapp-btn {
    display:none;
}

@media only screen and (max-width:1020px) {
   .whatsapp-btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 38px;
        width: 230px;
        padding-right: 15px;
        margin-top: 15px;
        background-color: #4caf50;
        border-radius: 50px
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1200px
    }
    
    .map-wrapper {
        display: flex;
    }
    .map {
        width: 50%;
    }
    
}

section .section-title {
    font-family: MontserratExtraBold, sans-serif;
    font-size: 2.25rem;
    line-height: 1.2;
    text-transform: uppercase
}

section .section-title span {
    color: #e94e1b
}

@media only screen and (max-width:768px) {
    section .section-title {
        font-size: 1.75rem
    }
} 

section .page-title {
    position: relative;
    font-family: MontserratExtraBold, sans-serif;
    font-size: 2rem;
    text-transform: uppercase
}

section .page-title span {
    color: #e94e1b
}

@media only screen and (max-width:768px) {
    section .page-title {
        font-size: 1.75rem
    }
}

section .page-subtitle {
    font-family: MontserratBold, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase
}

section .page-content {
    padding: 30px 0
}

section .page-content table,
section .page-content table td {
    border: none
}

section .page-content img {
    width: unset;
    max-width: 100%
}

section .page-content ol,
section .page-content ul {
    margin-left: 30px;
    font-size: 20px;
}

.banner-wrapper {
    margin-bottom: 30px;}
section .page-content .section-close-btn {
    position: relative;
    display: none;
    height: 40px;
    width: 300px;
    max-width: 100%;
    margin: -20px auto 0;
    font-family: MontserratBold, sans-serif;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: none;
    border-radius: 10px;
    background-color: #e94e1b
}

section .page-content.closed .seo-text {
    height: 520px;
    overflow: hidden;
    border-bottom: 1px solid #e6eff1
}

section .page-content.closed .section-close-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.main-links {
    display: flex;
    flex-wrap: wrap
}

.main-links .link-btn {
    margin-right: 10px;
    width: 157px;
    height: 50px
}

@media only screen and (max-width:576px) {
    .main-links .link-btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
}

.main-links .consult-btn {
    width: 257px;
    height: 50px
}

@media only screen and (max-width:992px) {
    .main-links .consult-btn {
        margin-top: 15px
    }
}

@media only screen and (max-width:768px) {
    .main-links .consult-btn {
        margin-top: 0
    }
}

@media only screen and (max-width:576px) {
    .main-links .consult-btn {
        width: 100%
    }
}

.page-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 62.7%, .3)
}

.header {
    position: relative;
    z-index: 5
}

.header .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 70%;
    height: 100vh;
    padding: 60px 15px;
    flex-direction: column;
    background-color: #fff;
    overflow-y: scroll;
    transform: translateX(-100%);
    transition: .3s ease 0s
}

@media only screen and (max-width:576px) {
    .header .mobile-menu {
        width: 100%
    }
}

.header .mobile-menu.active {
    transform: translateX(0);
    box-shadow: 10px 0 30px 5px rgba(95, 95, 95, .36)
}

.header .mobile-menu .menu-entry {
    margin-bottom: 5px;
    font-family: MontserratBold, sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    list-style: none
}

.header .mobile-menu .mobile-callback-btn {
    width: 248px;
    height: 43px;
    max-width: 100%;
    padding-left: 25px;
    margin-top: 15px;
    background: url(/assets/img/icons/old-handphone.svg) no-repeat center left 50px #e94e1b;
    background-size: 15px
}

.header-contacts {
    margin: 0 auto
}

.contact-block {
    display: flex;
    align-items: center;
    margin-bottom: 3px
}

.contact-block .contact-icon {
    width: 18px;
    margin-right: 15px
}

.contact-block .contact-text {
    line-height: 18px
}

.contact-block .contact-text span.active {
    color: #e94e1b
}

.contact-block .contact-text.contact-address {
    font-size: .75rem
}

.header-top {
    background: url(/assets/img/bg.svg);
    background-size: cover;
    padding: 15px 0
}

.header-top .header-top-container {
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width:768px) {
    .header-top {
        display: none
    }
}

.header-bottom {
    display: none;
    padding: 15px 0;
    background-color: #e94e1b
}

@media only screen and (max-width:768px) {
    .header-bottom {
        display: block
    }
}

.header-bottom .header-bottom-container {
    display: flex;
    justify-content: space-around
}

.header-bottom .info-mobile {
    display: flex;
    align-items: center;
    font: 400 1rem MontserratRegular, sans-serif;
    color: #fff
}

.header-bottom .info-mobile svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 5px
}

@media only screen and (max-width:576px) {
    .header-bottom .info-mobile {
        font-size: .875rem
    }
}



.vkontakte-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 230px;
    padding-right: 15px;
    padding-left: 30px;
    margin-top: 15px;
    background-color: #5181B8;
    border-radius: 50px
}



.whatsapp-btn .icon-whatsapp, 
.vkontakte-btn .icon-vkontakte {
    position: absolute;
    top: -1px;
    left: -3px;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border: 3px solid #fff;
    border-radius: 50%
}

@media only screen and (max-width:768px) {
    .whatsapp-btn, 
    .vkontakte-btn {
        width: auto;
        height: auto;
        padding: 0;
        margin-left: 15px;
        margin-top: 0;
        background-color: transparent;
        
    }

    .whatsapp-btn .icon-whatsapp, 
    .vkontakte-btn .icon-vkontakte {
        position: unset;
        border: none;
        width: 30px;
        height: 30px
    }

    .whatsapp-btn span.whatsapp-text,
    .vkontakte-btn span.vkontakte-text{
        display: none
    }
    .contact-icon {
        display:flex;
    }
  
}

@media only screen and (max-width:576px) {
    .whatsapp-btn .icon-whatsapp,
    .vkontakte-btn .icon-vkontakte{
        width: 28px;
        height: 28px
    }
}

.header-block {
    padding: 33px 0;
    font-size: .875rem;
    border-bottom: 1px solid #e6eff1
}

@media only screen and (max-width:576px) {
    .header-block {
        padding: 20px 0
    }
}

.header-block .header-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.header-block .header-wrap .header-logo {
    width: 192px;
    margin-right: 42px
}

@media only screen and (max-width:1200px) {
    .header-block .header-wrap .header-logo {
        margin-right: auto
    }
}

@media only screen and (max-width:576px) {
    .header-block .header-wrap .header-logo {
        width: 180px
    }
}

.header-block .header-wrap .header-text span {
    color: #e94e1b
}

@media only screen and (max-width:1200px) {
    .header-block .header-wrap .header-text {
        display: none
    }
}

.header-block .header-wrap .callback-btn {
    width: 248px;
    height: 43px;
    padding-left: 25px;
    margin-top: 15px;
    background: url(/assets/img/icons/old-handphone.svg) no-repeat center left 50px #e94e1b;
    background-size: 15px
}

@media only screen and (max-width:992px) {
    .header-block .header-wrap .callback-btn {
        width: 48px;
        height: 48px;
        margin: 0;
        border-radius: 50%;
        background-position: 50%;
        background-size: 25px;
        font-size: 0
    }

    .header-block .header-wrap .callback-btn span {
        display: none
    }
}

@media only screen and (max-width:576px) {
    .header-block .header-wrap .callback-btn {
        width: 40px;
        height: 40px
    }
}

.header-block .header-wrap .mobile-menu-btn {
    width: 48px;
    height: 48px;
    z-index: 10;
    margin-left: 15px;
    background: url(/assets/img/icons/menu.svg) no-repeat 50%;
    background-size: contain;
    transition: .3s ease .1s;
    border: none
}

@media only screen and (min-width:992px) {
    .header-block .header-wrap .mobile-menu-btn {
        display: none
    }
}

@media only screen and (max-width:576px) {
    .header-block .header-wrap .mobile-menu-btn {
        width: 40px;
        height: 40px
    }
    
      .map-wrapper {
        display: block;
    }
    .map {
        width: 100%;
    }
}

.header-block .header-wrap .mobile-menu-btn.active {
    position: relative;
    z-index: 99999;
    background: url(/assets/img/icons/cancelnew3.svg) no-repeat 50%;
    background-size: contain;
    transform: rotate(-180deg)
}

@media only screen and (max-width:576px) {
    .header-block .header-wrap .mobile-menu-btn.active {
        position: fixed;
        top: 34px;
        right: 15px
    }
}

.header-menu {
    padding: 30px 0;
    border-bottom: 1px solid #e6eff1
}

.header-menu .menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-menu .menu-wrapper .menu-entry {
    position: relative;
    font-size: 12px;
    padding-right: 20px;
    margin-right: 9px;
    font-family: MontserratBold, sans-serif;
    text-transform: uppercase;
    transition: .3s ease 0s
}

.header-menu .menu-wrapper .menu-entry.menu-container {
    position: relative
}

.header-menu .menu-wrapper .menu-entry.menu-container .submenu-list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: -1;
    width: 200%;
    padding: 5px 15px;
    transform: translateY(-5px);
    transition: .2s ease 0s;
    background-color: #fff;
    box-shadow: 1px 1px 20px #e6eff1
}

.header-menu .menu-wrapper .menu-entry.menu-container .submenu-list .submenu-entry {
    margin: 10px 0;
    transition: .2s ease 0s
}

.header-menu .menu-wrapper .menu-entry.menu-container .submenu-list .submenu-entry:hover {
    font-weight: 400;
    transform: translateX(15px)
}

@media only screen and (max-width:992px) {
    .header-menu .menu-wrapper .menu-entry.menu-container .submenu-list {
        position: static;
        visibility: visible;
        width: 100%;
        margin: 15px 0;
        opacity: 1
    }
}

.header-menu .menu-wrapper .menu-entry.menu-container .submenu-list.active {
    visibility: visible;
    opacity: 1;
    z-index: 20;
    transform: translateY(0)
}

.header-menu .menu-wrapper .menu-entry.menu-container:hover .submenu-list {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    transform: translateY(0)
}

.header-menu .menu-wrapper .menu-entry:hover {
    transform: translateY(-5px)
}

.header-menu .menu-wrapper .menu-entry.active {
    color: #e94e1b
}

.header-menu .menu-wrapper .menu-entry:after {
    content: "";
    position: absolute;
    top: 44%;
    right: 0;
    width: 5px;
    height: 5px;
    background-color: #e94e1b;
    border-radius: 50%
}

.header-menu .menu-wrapper .menu-entry:last-child {
    margin: 0;
    padding: 0
}

.header-menu .menu-wrapper .menu-entry:last-child:after {
    display: none
}

@media only screen and (max-width:1200px) {
    .header-menu .menu-wrapper {
        justify-content: space-between
    }

    .header-menu .menu-wrapper .menu-entry {
        font-size: 12px;
        margin: 0;
        padding: 0
    }

    .header-menu .menu-wrapper .menu-entry:after {
        display: none
    }
}

.main-cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(/assets/img/main-bg.jpg) no-repeat center left 1120px;
    background-size: contain
}

.main-cover .main-swiper {
    width: 100%;
    overflow: hidden
}

.main-cover .main-swiper .main-slide {
    padding-top: 140px;
    padding-bottom: 220px
}

@media only screen and (max-width:768px) {
    .main-cover .main-swiper .main-slide {
        padding-top: 60px;
        padding-bottom: 0
    }
}

.main-cover .main-swiper .main-slide .main-content {
    position: relative
}

.main-cover .main-swiper .main-slide .main-content:before {
    content: "";
    position: absolute;
    top: -35px;
    left: -45px;
    width: 114px;
    height: 114px;
    background: url(/assets/img/bg-element.png) no-repeat 50%;
    background-size: contain
}

@media only screen and (max-width:768px) {
    .main-cover .main-swiper .main-slide .main-content:before {
        display: none
    }
}

.main-cover .main-swiper .main-slide .main-content .main-title {
    position: relative;
    z-index: 1;
    font-family: MontserratExtraBold, sans-serif;
    font-size: 3.75rem;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media only screen and (max-width:768px) {
    .main-cover .main-swiper .main-slide .main-content .main-title {
        font-size: 2.25rem
    }
}

@media only screen and (max-width:576px) {
    .main-cover .main-swiper .main-slide .main-content .main-title {
        font-size: 1.625rem
    }
}

.main-cover .main-swiper .main-slide .main-content .main-subtitle {
    font-family: MontserratExtraBold, sans-serif;
    font-size: 1.875rem;
    text-transform: uppercase
}

@media only screen and (max-width:768px) {
    .main-cover .main-swiper .main-slide .main-content .main-subtitle {
        font-size: 1.625rem
    }
}

@media only screen and (max-width:576px) {
    .main-cover .main-swiper .main-slide .main-content .main-subtitle {
        font-size: 1.375rem
    }
}

.main-cover .main-swiper .main-slide .main-content .main-advantages {
    padding: 50px 0
}

.main-cover .main-swiper .main-slide .main-content .main-advantages .advantage-block {
    display: flex;
    margin-bottom: 30px
}

.main-cover .main-swiper .main-slide .main-content .main-advantages .advantage-block .advantage-icon {
    width: 52px;
    margin-right: 17px;
    flex-shrink: 0
}

.main-cover .main-swiper .main-slide .main-content .main-advantages .advantage-block:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .main-cover .main-swiper .main-slide .main-content .main-advantages {
        padding: 30px
    }
}

.main-cover .main-swiper .swiper-controls {
    width: 110px;
    display: flex;
    margin-left: auto
}

.main-cover .main-swiper .swiper-controls .main-control {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    background: url(/assets/img/icons/right-arrow.svg) no-repeat 50%;
    background-size: 12px;
    margin-right: 10px;
    transition: .3s ease 0s;
    cursor: pointer
}

.main-cover .main-swiper .swiper-controls .main-control:hover {
    background-color: hsla(0, 0%, 100%, .3)
}

.main-cover .main-swiper .swiper-controls .main-control:active {
    transform: scale(.95)
}

.main-cover .main-swiper .swiper-controls .main-control.main-prev {
    transform: rotate(180deg)
}

.advantages-section {
    position: relative;
    margin-top: -130px
}

@media only screen and (max-width:768px) {
    .advantages-section {
        margin: 0
    }
}

.advantages-section .section-bg {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #edf7fa
}

.advantages-section .advantage-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 30px 45px;
    height: 90%;
    background-color: #fff;
    border: 1px solid #e6eff1;
    border-radius: 10px
}

@media only screen and (max-width:768px) {
    .advantages-section .advantage-item {
        padding: 20px 25px
    }
}

.advantages-section .advantage-item .item-icon {
    position: relative;
    z-index: 1;
    width: 64px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -50px
}

.advantages-section .advantage-item .item-circle {
    width: 73px;
    height: 73px;
    background-color: #edf7fa;
    border-radius: 50%
}

.advantages-section .advantage-item .item-title {
    width: 100%;
    margin: 10px 0;
    font-family: MontserratBold, sans-serif;
    text-transform: uppercase
}

@media only screen and (max-width:768px) {
    .advantages-section .advantage-item .item-title {
        margin: 5px 0
    }
}

.advantages-section .advantage-item .item-text {
    width: 100%;
    font-size: 12px
}

.advantages-section .advantage-item .item-text ul {
    margin-left: 20px
}

@media only screen and (max-width:1200px) {
    .products {
        margin-top: 30px
    }
}

.products .product-block {
    position: relative;
    padding: 60px 0;
    margin-bottom: 60px;
    background: url(/assets/img/bg.svg) repeat-y 0;
    background-size: 45%
}

.products .product-block:nth-child(2n) {
    background: url(/assets/img/bg.svg) repeat-y 100%;
    background-size: 45%
}

.products .product-block:nth-child(2n) .row {
    flex-direction: row-reverse !important
}

@media only screen and (max-width:768px) {
    .products .product-block .row {
        flex-direction: row-reverse !important
    }
}

@media only screen and (max-width:576px) {
    .products .product-block .row {
        flex-direction: row !important
    }
}

@media only screen and (max-width:1200px) {
    .products .product-block {
        background: none !important;
        margin-bottom: 30px;
        padding: 15px 0
    }
}

.products .product-block .product-info {
    padding-left: 15px
}

@media only screen and (max-width:1200px) {
    .products .product-block .product-info {
        margin-top: 30px
    }
}

@media only screen and (max-width:576px) {
    .products .product-block .product-info {
        padding: 0
    }
}

.products .product-block .product-info:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 114px;
    height: 114px;
    background: url(/assets/img/bg-element.png) no-repeat 50%;
    background-size: contain
}

@media only screen and (max-width:576px) {
    .products .product-block .product-info:before {
        display: none
    }
}

.products .product-block .product-info .product-title {
    position: relative;
    z-index: 1;
    font-family: MontserratExtraBold, sans-serif;
    font-size: 3rem;
    text-transform: uppercase
}

@media only screen and (max-width:1200px) {
    .products .product-block .product-info .product-title {
        font-size: 2rem
    }
}

@media only screen and (max-width:576px) {
    .products .product-block .product-info .product-title {
        font-size: 1.375rem
    }
}

.products .product-block .product-info .product-subtitle {
    font-family: MontserratBold, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media only screen and (max-width:768px) {
    .products .product-block .product-info .product-subtitle {
        font-size: 1.125rem
    }
}

.products .product-block .product-info .product-text {
    padding: 15px 0
}

.products .product-block .product-info .product-text ul {
    padding-left: 20px
}

.products .product-block .product-info .product-text p {
    margin-bottom: 30px
}

.product-video {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font: 400 1rem OpenSansRegular, sans-serif;
    line-height: 1.1875rem;
    color: defColor
}

.product-video span {
    border-bottom: 1px dashed transparent;
    transition: .3s ease 0s
}

.product-video svg {
    margin-right: 15px;
    fill: red;
    width: 30px;
    height: 30px;
    opacity: .7;
    transition: .3s ease 0s
}

.product-video:hover span {
    border-bottom: 1px dashed defColor
}

.product-video:hover svg {
    fill: red;
    opacity: 1
}

.partners {
    padding: 30px 0
}

.partners.index-partners {
    padding: 110px 0
}

@media only screen and (max-width:768px) {
    .partners.index-partners {
        padding: 30px 0
    }
}

.partners .partners-swiper {
    width: 100%;
    overflow: hidden
}

@media only screen and (max-width:992px) {
    .partners .partners-swiper {
        margin-top: 30px
    }
}

.partners .partners-swiper .partner-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    border: 1px solid #e6eff1;
    border-radius: 10px;
    margin-bottom: 13px
}

.partners .partners-swiper .partner-slide:nth-child(6n) {
    margin-right: 0
}

.partners .partners-swiper .partner-slide .partner-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.partners .partners-swiper .partner-slide .partner-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.partners .partners-controls {
    display: flex;
    margin-top: 50px
}

.partners .partners-controls .partner-control {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #e6eff1;
    border-radius: 50%;
    background: url(/assets/img/icons/right-arrow-dark.svg) no-repeat 50%;
    background-size: 8px;
    margin-right: 10px;
    transition: .3s ease 0s;
    cursor: pointer
}

.partners .partners-controls .partner-control:focus {
    box-shadow: none;
    outline: none
}

.partners .partners-controls .partner-control:hover {
    background-color: #edf7fa
}

.partners .partners-controls .partner-control:active {
    transform: scale(.9)
}

.partners .partners-controls .partner-control.partner-prev {
    transform: rotate(180deg)
}

.bg-element {
    position: relative;
    z-index: 1
}

.bg-element:before {
    content: "";
    position: absolute;
    top: -55px;
    left: -66px;
    z-index: -1;
    width: 114px;
    height: 114px;
    background: url(/assets/img/bg-element.png) no-repeat 50%;
    background-size: contain
}

.form-section {
    position: relative;
    padding: 113px 0;
    background-color: #edf7fa
}

.form-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -160px;
    width: 100%;
    height: 475px;
    background: url(/assets/img/form-bg.jpg) no-repeat 50%;
    background-size: 361px 482px
}

@media only screen and (max-width:992px) {
    .form-section {
        padding: 30px 0
    }

    .form-section:before {
        display: none
    }
}

.index-form .input-style {
    height: 44px;
    padding-left: 10px;
    font-size: .75rem;
    border: 1px solid #e6eff1;
    background: #fff
}

.index-form .input-style::-webkit-input-placeholder {
    font-family: MontserratItalic, sans-serif;
    font-size: .75rem
}

.index-form .input-style::-moz-placeholder {
    font-family: MontserratItalic, sans-serif;
    font-size: .75rem
}

.index-form .input-style:-ms-input-placeholder {
    font-family: MontserratItalic, sans-serif;
    font-size: .75rem
}

.index-form .input-style::-ms-input-placeholder {
    font-family: MontserratItalic, sans-serif;
    font-size: .75rem
}

.index-form .input-style::placeholder {
    font-family: MontserratItalic, sans-serif;
    font-size: .75rem
}

.index-form .form-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.index-form .form-footer .input-style {
    height: 50px;
    width: 65%;
    font-size: 1rem
}

.index-form .form-footer .input-style::-webkit-input-placeholder {
    font-size: 1rem
}

.index-form .form-footer .input-style::-moz-placeholder {
    font-size: 1rem
}

.index-form .form-footer .input-style:-ms-input-placeholder {
    font-size: 1rem
}

.index-form .form-footer .input-style::-ms-input-placeholder {
    font-size: 1rem
}

.index-form .form-footer .input-style::placeholder {
    font-size: 1rem
}

@media only screen and (max-width:768px) {
    .index-form .form-footer {
        flex-wrap: wrap;
        margin-top: 10px
    }
}

.index-form .inputs-block {
    display: flex;
    justify-content: space-between;
    flex-flow: column wrap;
    height: 164px
}

.index-form .inputs-block .input-style {
    width: 49%
}

.index-form .inputs-block .input-style:last-child {
    margin-left: auto
}

.index-form .inputs-block .textarea-style {
    height: 100%;
    resize: none;
    padding-top: 15px
}

@media only screen and (max-width:768px) {
    .index-form .inputs-block {
        height: auto
    }

    .index-form .inputs-block .input-style {
        width: 100%;
        margin-top: 15px
    }

    .index-form .inputs-block .textarea-style {
        height: 80px
    }
}

.index-form .form-sumbit {
    flex-shrink: 0;
    width: 178px;
    height: 50px
}

@media only screen and (max-width:768px) {
    .index-form .form-sumbit {
        width: 100%;
        margin-top: 15px
    }
}

.privacy-text {
    font-size: .6875rem
}

.privacy-text a {
    display: inline;
    color: #e94e1b
}
.footer-copyrights {
    padding: 50px 0 30px;
    background: linear-gradient(160deg, #edf7fa 0%, #e0f0f5 100%);
    border-top: 1px solid #d8e9ee;
    font-family: 'Arial', sans-serif;
}

.copyright-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.brand-block {
    padding-right: 30px;
    border-right: 2px solid rgba(44,61,81,0.1);
}

.brand-block > div {
    font-size: 16px;
    color: #2c3d51;
    margin-bottom: 25px;
    font-weight: 600;
}

.legal-links {
    margin-top: 25px;
}

.legal-links a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4a6572;
    margin-bottom: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.legal-links a:hover {
    color: #2c3d51;
    transform: translateX(5px);
}

.footer-contacts {
    margin-top: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.contact-item a {
    color: #2c3d51;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #1a73e8;
}

.icon {
    fill: #2c3d51;
    opacity: 0.8;
}

.footer-links {
    padding-left: 40px;
}

.link-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.oldh {
    color: #2c3d51;
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}

.oldh:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #1a73e8;
}

.link-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-col li {
    margin-bottom: 12px;
}

.link-col a {
    color: #4a6572;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.link-col a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #1a73e8;
    transition: width 0.3s ease;
}

.link-col a:hover {
    color: #2c3d51;
}

.link-col a:hover:before {
    width: 100%;
}

@media (max-width: 992px) {
    .copyright-wrapper {
        grid-template-columns: 1fr;
    }
    
    .brand-block {
        border-right: 0;
        padding-right: 0;
        border-bottom: 2px solid rgba(44,61,81,0.1);
        padding-bottom: 30px;
    }
    
    .footer-links {
        padding-left: 0;
    }
    
    .link-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .link-columns {
        grid-template-columns: 1fr;
    }
}

.modals {
    display: none
}

.modal-window {
    width: 40%;
    padding: 80px;
    background-color: #fff;
    border-radius: 15px
}

@media only screen and (max-width:1510px) {
    .modal-window {
        width: 60%
    }
}

@media only screen and (max-width:1200px) {
    .modal-window {
        width: 80%
    }
}

@media only screen and (max-width:992px) {
    .modal-window {
        padding: 45px
    }
}

@media only screen and (max-width:768px) {
    .modal-window {
        width: 100%;
        padding: 30px 15px
    }
}

.modal-window .modal-title {
    font-family: MontserratExtraBold, sans-serif;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width:768px) {
    .modal-window .modal-title {
        margin-top: 15px
    }
}

.modal-window .modal-text {
    margin-top: 35px;
    font-size: .875rem;
    text-align: center
}

@media only screen and (max-width:768px) {
    .modal-window .modal-text {
        margin-top: 15px
    }
}

.modal-window .modal-slogan {
    margin-top: 35px;
    margin-bottom: 25px;
    font-family: MontserratBold, sans-serif;
    font-size: .875rem;
    text-align: center
}

@media only screen and (max-width:768px) {
    .modal-window .modal-slogan {
        margin: 15px 0
    }
}

.breadcrumbs {
    padding: 30px 0;
    background-color: #edf7fa
}

.breadcrumbs .breadcrumbs-item {
    position: relative;
    margin-right: 30px;
    font-family: MontserratItalic, sans-serif;
    font-size: .75rem;
    color: #818c98
}

.breadcrumbs .breadcrumbs-item.active {
    color: #2c3d51
}

.breadcrumbs .breadcrumbs-item:after {
    content: "»";
    position: relative;
    left: 15px
}

.breadcrumbs .breadcrumbs-item:last-child:after {
    display: none
}

.catalog-page {
    padding: 90px 0 0
}

.about-gallery {
    width: 100%;
    overflow: hidden
}

.about-gallery .gallery-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.about-gallery .gallery-item .gallery-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin-bottom: 30px
}

.about-gallery .gallery-item .gallery-img img {
    max-width: 100%;
    max-height: 100%
}

.about-gallery .gallery-item .gallery-text {
    font-weight: 600
}

.product-item {
    height: 95%;
    border: 1px solid #e6eff1;
    margin-bottom: 30px
}

.product-item .product-img {
    position: relative;
    height: 245px;
    padding: 60px 35px;
    overflow: hidden
}

.product-item .product-img img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto
}

.product-item .product-img .product-flags {
    position: absolute;
    top: 5px;
    left: -3px;
    width: 100%
}

.product-item .product-img .product-flags .flag-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 5px 5px 8px;
    font-family: MontserratBold, sans-serif;
    font-size: 11px;
    background-color: #edf7f9;
    border-radius: 3px
}

.product-item .product-info {
    display: flex;
    flex-direction: column;
    height: calc(100% - 245px);
    padding: 0 20px 30px
}

@media only screen and (max-width:768px) {
    .product-item .product-info {
        max-width: 300px;
        margin: 0 auto;
    }
}

.product-item .product-info .product-name {
    margin-bottom: 15px;
    font-family: MontserratBold, sans-serif;
    font-size: 1rem
}

.product-item .product-info .product-desc {
    margin-bottom: 15px;
    font-size: .75rem
}

.product-item .product-info .product-desc .content-line {
    justify-content: space-between
}

.product-item .product-info .product-desc .content-line .content-title {
    flex-shrink: 1
}

.product-item .product-info .discount-select {
    width: 100px;
    height: 36px;
    padding-left: 10px;
    margin-right: 15px;
    background-color: #fff;
    border: 1px solid #e6eff1;
    font-size: .75rem
}

.product-item .product-info .discount-select:focus {
    outline: none
}

.product-item .product-info .product-prices .prices-group {
    display: none
}

.product-item .product-info .product-prices .prices-group.active {
    display: block
}

.product-item .product-info .product-prices .price-block {
    margin-bottom: 6px
}

.product-item .product-info .product-prices .main-price {
    color: #e94e1b
}

.product-item .product-info .product-prices .main-price:after {
    content: " руб./сут";
    color: #2c3d51;
    font-size: .75rem
}

.product-item .product-info .product-prices .total-price {
    font-size: .75rem;
    text-decoration: line-through;
    -webkit-text-decoration-color: #e94e1b;
    text-decoration-color: #e94e1b
}

.product-item .product-info .product-prices .total-price:after {
    content: " руб."
}

.product-item .product-info .product-prices .discount-total-price:after {
    content: " руб.";
    font-size: .75rem
}

.product-item .product-info .product-prices .discount-percent {
    font-size: .75rem;
    margin-top: 15px
}

.product-item .product-info .product-prices .discount-percent span {
    display: inline;
    color: #e94e1b
}

.product-item .product-info .product-prices .discount-percent span:after {
    content: "%"
}

.product-item .product-info .product-prices .discount-sum {
    font-size: .75rem
}

.product-item .product-info .product-prices .discount-sum span {
    display: inline;
    color: #e94e1b
}

.product-item .product-info .product-prices .discount-sum span:after {
    content: " руб."
}

.discount-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto
}

.discount-wrapper .discount-block,
.discount-wrapper .discount-info {
    width: 50%;
    padding: 10px 0;
    margin-top: -1px;
    margin-left: -1px;
    font-family: MontserratBold, sans-serif;
    font-size: .875rem;
    text-align: center;
    border: 1px solid #e6eff1
}

.discount-wrapper .discount-info {
    display: none;
    width: calc(100% - 1px);
    padding: 10px
}

.discount-wrapper .discount-minimal {
    padding: 10px;
    text-align: right
}

.discount-wrapper .discount-minimal .current-price {
    color: #e94e1b;
    font-size: 1.125rem
}

.discount-wrapper .discount-minimal .old-price {
    position: relative
}

.discount-wrapper .discount-minimal .old-price:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e94e1b
}

.discount-wrapper .discount-time {
    position: relative;
    font-size: 1.125rem;
    cursor: pointer
}

.discount-wrapper .discount-time span {
    position: relative;
    z-index: 5
}

.discount-wrapper .discount-time:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #edf7f9;
    transition: .3s ease .1s
}

.discount-wrapper .discount-time:hover:before {
    height: 10px
}

.discount-wrapper .discount-time.active:before {
    height: 100%
}

.contacts-page {
    padding: 90px 0 0
}

.contacts-page .contacts-list {
    padding: 50px 0
}

.contacts-page .contact-block {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width:992px) {
    .contacts-page .contact-block {
        margin-bottom: 30px
    }
}

.contacts-page .contact-block .contact-icon {
    position: relative;
    z-index: 1;
    width: 64px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -50px
}

.contacts-page .contact-block .contact-circle {
    width: 73px;
    height: 73px;
    background-color: #edf7fa;
    border-radius: 50%
}

.contacts-page .contact-block .contact-name {
    width: 100%;
    margin-top: 15px;
    font-family: MontserratBold, sans-serif;
    font-size: .875rem
}

.contacts-page .contact-block .contact-value {
    width: 100%;
    margin-top: 10px
}

.contacts-page .contact-block .contact-value p {
    margin: 0
}

.product-page {
    padding: 75px 0 0
}

.product-image {
    padding: 80px 40px;
    border: 1px solid #e6eff1
}

.product-title {
    font-family: MontserratExtraBold, sans-serif;
    font-size: 3rem
}

.product-title span {
    color: #e94e1b
}

@media only screen and (max-width:768px) {
    .product-title {
        font-size: 1.75rem
    }
}

.product-text {
    font-size: 1rem
}


.product-minimal span:after {
    content: " руб./сутки";
    font-family: MontserratRegular, sans-serif;
    font-size: .875rem
}
.product-minimal2 span:after {
    content: " руб";
    font-family: MontserratRegular, sans-serif;
    font-size: .875rem
}

.product-minimal {
    margin-top: 5px;
}

.product-minimal,
.product-minimal-auto,
.product-text {
    margin-top: 5px
}

.product-minimal span, .product-minimal-auto span{
    display: inline;
    font-family: MontserratBold, sans-serif;
    font-size: 1.5rem
}

.product-minimal2 span, .product-minimal-auto span{
    display: inline;
    font-family: MontserratBold, sans-serif;
    font-size: 1.5rem
}

.product-minimal span:after {
    content: " руб./сутки";
    font-family: MontserratRegular, sans-serif;
    font-size: .875rem
}

.product-minimal-auto span:after {
    content: " руб./час";
    font-family: MontserratRegular, sans-serif;
    font-size: .875rem
}

.product-tabs .tab-controls {
    display: flex
}

.product-tabs .tab-controls .tab-control {
    padding: 20px 0;
    margin-right: 20px;
    font-family: MontserratBold, sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s ease 0s
}

.product-tabs .tab-controls .tab-control.active {
    color: #e94e1b
}

.tab-contents {
    position: relative
}

.tab-contents .tab-content {
    display: none;
    padding: 25px 0;
    border-top: 1px solid #e6eff1;
    border-bottom: 1px solid #e6eff1;
    transition: .3s ease 0s
}

.tab-contents .tab-content.active {
    display: block
}

.content-line {
    display: flex;
    font-size: .875rem;
    margin-bottom: 15px
}

.content-line .content-title {
    font-family: MontserratBold, sans-serif;
    font-size: .875rem
}

.content-line .content-filler {
    width: 100%;
    overflow: hidden
}

.content-line .content-value {
    font-family: MontserratBold, sans-serif;
    font-size: .875rem;
    color: #e94e1b
}

.content-line span {
    flex-shrink: 0
}

.page-prices .product-disclaimer span {
    color: #e94e1b
}

.page-prices .product-order {
    width: 140px
}

.page-prices .discount-select {
    width: 100px;
    height: 36px;
    padding-left: 10px;
    margin-right: 30px;
    background-color: #fff;
    border: 1px solid #e6eff1;
    font-size: .75rem
}

.page-prices .discount-select:focus {
    outline: none
}

.page-prices .product-prices .prices-group {
    display: none
}

.page-prices .product-prices .prices-group.active {
    display: block
}

.page-prices .product-prices .price-block {
    margin-bottom: 6px
}

.page-prices .product-prices .main-price {
    font-size: 1.5rem;
    font-family: MontserratBold, sans-serif
}

.page-prices .product-prices .main-price:after {
    content: " руб./сут";
    color: #2c3d51;
    font-size: .875rem
}

.page-prices .product-prices .total-price {
    text-decoration: line-through;
    -webkit-text-decoration-color: #e94e1b;
    text-decoration-color: #e94e1b
}

.page-prices .product-prices .total-price:after {
    content: " руб."
}

.page-prices .product-prices .discount-total-price {
    font-size: 1.5rem;
    font-family: MontserratBold, sans-serif
}

.page-prices .product-prices .discount-total-price:after {
    content: " руб."
}

.page-prices .product-prices .discount-percent {
    margin-top: 15px
}

.page-prices .product-prices .discount-percent span {
    display: inline;
    color: #e94e1b
}

.page-prices .product-prices .discount-percent span:after {
    content: "%"
}

.page-prices .product-prices .discount-sum span {
    display: inline;
    color: #e94e1b
}

.page-prices .product-prices .discount-sum span:after {
    content: " руб."
}

.product-advantages {
    margin-top: 30px
}

.product-advantages .product-advantage {
    display: flex;
    margin-bottom: 30px
}

.product-advantages .product-advantage .product-icon {
    flex-shrink: 0;
    width: 40px;
    margin: 0 15px
}

.product-advantages .product-advantage .product-text ul {
    margin-left: 30px
}

.typography p{
    font-size: 20px;
}

.burger-menu__head{
    width: 30px;
    height: 30px;
    background: url('data:image/png;base64,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') center no-repeat;
    background-size: cover;
    cursor: pointer;
}

html body .burger-menu .submenu-list{
    left: -100%;
    min-width: 170px;
    top: 40px;
}

html body .mobile-menu ul:first-of-type{
    margin-bottom: 0;
}
@media only screen and (min-width:992px) {
    .d-lg-flex {
        display:flex;
        justify-content: center;
    }
}
/*# sourceMappingURL=main.min.css.map */

















/* news styles - 2025*/


.footer-logo .header-text {padding-top: 15px;}
.page-content h2 {
    padding-top: 10px;
    padding-bottom: 20px;}
.page-content h3 {font-size: 1rem;padding-bottom: 10px;}
.page-content p {font-size: 16px;}
.partners.index-partners {padding-bottom: 0;}

.caterplitkas {padding-top: 0px;}
.caterplitkas .row {padding-bottom: 20px;}
.categplitka {
	background-color: #f6f6f6;
	border-radius: 10px;
	height: 200px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	background-position: 3% 14%;
    background-repeat: no-repeat;
    background-image: url(https://st-rost.ru/assets/img/bg-element.png);
}
.categplitka_img {
	position: absolute;
	bottom: 20px;
	z-index: 1;
	right: 20px;
}
.categplitka_img img {
	overflow: hidden;
	width: 100%;
}
.categplitka_zag {
	position: absolute;
	z-index: 2;
	top: 10%;
	left: 20px;
	padding-right: 10px;
	max-width: 400px;
	text-shadow: 0px 0px 6px white, 0px 0px 1em white;
}
.categplitka_zag h2 {
	font-size: 22px;
	line-height: 1.1;
	font-weight: bold;
}
.kompressormin .categplitka_img {bottom: 10px; right: -80px;}
.kompressormin .categplitka_img img {width: 55%;}

.svarkachmin .categplitka_img {bottom: 10px; right: 10px;}
.svarkachmin .categplitka_img img {max-width: 120px;}


.peskostr .categplitka_img {bottom: 10px; right: -5px;}
.peskostr .categplitka_img img {max-width: 100px;}

.manipmin .categplitka_img {bottom: 10px; right: 10px;}
.manipmin .categplitka_img img {width: 100%;}

.ktomin .categplitka_img {bottom: 10px; right: -70px;}
.ktomin .categplitka_img img {width: 60%;}

@media only screen and (max-width:1200px) {
        .categplitka_zag h2 {
            font-size: 18px;
            }
        .categplitka_zag p {
            font-size: 12px;
        }
        .svarkachmin .categplitka_img img {
            max-width: 100px;
        }
        .ktomin .categplitka_img img {width: 45%;}
}


@media only screen and (max-width:992px) {
    
    .categplitka_zag h2 {
        font-size: 12px;
        font-weight: bold;
    }
    
    .manipmin .categplitka_img {
    bottom: 10px;
    right: -30px;
}
    .manipmin .categplitka_img img {width: 80%;}
    
}

@media only screen and (max-width:768px) {

.caterplitkas .row {padding-bottom: 0px;}
.categplitka {margin-bottom: 20px;}
.categplitka_zag h2 {
	font-size: 22px;
	line-height: 1.1;
	font-weight: bold;
}
.kompressormin .categplitka_img {bottom: 10px; right: 10px;}
.kompressormin .categplitka_img img {width: 100%;}

.svarkachmin .categplitka_img {bottom: 10px; right: 10px;}
.svarkachmin .categplitka_img img {width: 100%;max-width: 150px;}


.peskostr .categplitka_img {bottom: 10px; right: 5px;}
.peskostr .categplitka_img img {max-width: 150px;}

.manipmin .categplitka_img {bottom: 10px; right: 10px;}
.manipmin .categplitka_img img {width: 100%;}

.ktomin .categplitka_img {bottom: 0px; right: 10px;}
.ktomin .categplitka_img img {width: 100%;max-width: 150px;}
    
}


@media only screen and (max-width:461px) {

.categplitka_img img {max-width: 120px;}
    
.kompressormin .categplitka_img {bottom: 10px; right: 10px;}
.kompressormin .categplitka_img img {width: 100%;max-width: 120px;}

.svarkachmin .categplitka_img {bottom: 10px; right: 10px;}
.svarkachmin .categplitka_img img {width: 100%;max-width: 120px;}


.peskostr .categplitka_img {bottom: 10px; right: 5px;}
.peskostr .categplitka_img img {max-width: 120px;}

.manipmin .categplitka_img {bottom: 10px; right: 10px;}
.manipmin .categplitka_img img {width: 100%;}

.ktomin .categplitka_img {bottom: 0px; right: 10px;}
.ktomin .categplitka_img img {width: 100%;max-width: 120px;}
    
}













/* Mobile Header Styles */
@media only screen and (max-width: 768px) {
  .header {
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    background: #fff;
  }

  /* Логотип и верхняя строка */
  .header-block .header-wrap {
    padding: 10px 0;
    justify-content: space-between;
  }

  .header-logo {
    width: 140px !important;
    margin-right: 0 !important;
  }

  .header-text {
    display: none;
  }

  /* Иконка бургера */
  .mobile-menu-btn {
    width: 40px !important;
    height: 40px !important;
    background-size: 25px !important;
    order: 2;
  }

  /* Контакты в шапке */
  .contact-block.d-lg-flex {
    display: none !important;
  }

  /* Социальные иконки */
  .whatsapp-btn, .vkontakte-btn {
    width: 40px !important;
    height: 40px !important;
    margin-left: 10px !important;
  }

  /* Мобильное меню */
  .mobile-menu {
    width: 85% !important;
    padding: 0px 25px 80px 25px !important;
    background: #2c3d51 !important;
    height: calc(100vh - 60px);
    top: 60px;
    overflow-y: auto;
    padding-bottom: 80px !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mobile-menu,
  .mobile-menu * {
    color: #ffffff !important;
  }

  .mobile-menu .menu-entry {
    margin: 7px 0 !important;
  }

  .mobile-menu .menu-entry a {
    font-size: 12px !important;
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
  }

  .mobile-menu .menu-entry a:hover {
    transform: translateX(10px);
    color: #e94e1b !important;
  }

  /* Контакты в меню */
  .header-contacts {
    margin-top: 30px !important;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 15px;
    margin: 0 -15px;
    background: rgba(0,0,0,0.1);
  }

  .contact-block {
    color: #fff;
    margin: 10px 0 !important;
  }

  .contact-block .contact-text {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  /* Фикс для иконок */
  .contact-block .contact-icon img {
    filter: brightness(0) invert(1);
  }

  .mobile-callback-btn {
    width: 100% !important;
    height: 50px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    margin-top: 25px !important;
  }

  /* Нижняя панель с кнопками */
  .header-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 15px !important;
    background: #2c3d51;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.1);
  }

  .header-bottom-container {
    justify-content: space-between !important;
    gap: 10px;
  }

  .info-mobile {
    flex: 1;
    height: 50px;
    border-radius: 8px;
    background: #e94e1b;
    color: #fff !important;
    font-weight: 500 !important;
    justify-content: center;
    padding: 0 15px;
    transition: all 0.3s ease;
  }

  .info-mobile:hover {
    background: #d84315;
  }

  .info-mobile svg {
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
  }

  /* Поисковая форма */
  .search-top {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    display: none;
  }

  form.simplesearch-search-form {
    width: 100% !important;
    margin: 0 !important;
  }

  /* Полоса прокрутки */
  .mobile-menu::-webkit-scrollbar {
    width: 5px;
  }

  .mobile-menu::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
  }

  .mobile-menu::-webkit-scrollbar-thumb {
    background: #e94e1b;
    border-radius: 3px;
  }
}

@media only screen and (max-width: 480px) {
  .header-logo {
    width: 120px !important;
  }

  .mobile-menu {
    width: 100% !important;
    padding: 0px 20px !important;
  }

  .header-bottom {
    padding: 10px !important;
  }

  .info-mobile {
    font-size: 12px !important;
    padding: 0 5px;
  }

  .info-mobile svg {
    margin-right: 5px !important;
  }
}


.telefonchik {font-size: 18px; font-weight: bold}



.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px;
  z-index: 9999;
  display: none;
}
.cookie-banner { margin-bottom: 0;}

.cookie-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-content p {margin-bottom: 0;}

.cookie-accept {
  background: #e94e1b;
  color: white;
  position: inherit;
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 15px;
  font-size: 12px;
  width: 90px;
}

.cookie-accept:hover {
  background: #a92b02;
  transition: all 0.3s;
}
.cookie-accept:before {display:none}

.instbtns {margin-top: 10px;}
.instbtnsfirstline {display: flex;}
.instbtnssecline {display: flex;margin-top: 10px;}
.videoinst {margin-top: 7px;text-align: center;}

.zaglavie h1 {text-align: center;font-size: 14px;}

@media only screen and (max-width: 480px) {
    .typography h2 {font-size: 18px;}
    .typography p {font-size: 16px;}
    .typography ul li {font-size: 15px;}
    .breadcrumbs .d-flex {flex-direction: column;}
}






        .generator-page-body {
            margin: 0 auto;
            padding: 20px;
            line-height: 1.6;
            color: #333;
            background-color: #fff;
        }
        .generator-page-h1, .generator-page-h2, .generator-page-h3 {
            color: #2c3d51;
        }
        .generator-page-h1 {
            font-size: 28px;
            margin-bottom: 20px;
            text-align: center;
        }
        .generator-page-h2 {
            font-size: 24px;
            margin: 30px 0 15px;
        }
        .generator-page-h3 {
            font-size: 20px;
            margin: 20px 0 10px;
        }
        .generator-page-p {
            margin-bottom: 15px;
            font-size: 16px;
            background-color: #fff;
        }
        .generator-page-ul {
            list-style: disc;
            padding-left: 20px;
            margin-bottom: 15px;
            background-color: #fff;
        }
        .generator-page-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-size: 15px;
            background-color: #d8e9ee;
        }
        .generator-page-th, .generator-page-td {
            border: 1px solid #ccc;
            padding: 10px;
            text-align: left;
        }
        .generator-page-th {
            background: #e94e1b;
            color: #fff;
        }
        .generator-page-cta {
            text-align: center;
            margin: 20px 0;
            background-color: #fff;
        }
        .generator-page-cta a {
            display: inline-block;
            background: #e94e1b;
            color: #fff;
            text-decoration: none;
            padding: 10px 20px;
            border-radius: 4px;
            font-weight: bold;
            transition: background 0.3s ease;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
        .generator-page-cta a:hover {
            background: #c43e16;
        }
        .generator-page-img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 20px auto;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            max-height: 350px;
        }
        /* Стили для инфографики шагов */
        .generator-page-steps-chain {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 40px 0;
            flex-wrap: wrap;
            gap: 20px;
            background-color: #fff;
        }
        .generator-page-step {
            background: linear-gradient(135deg, #e94e1b, #f28c6a);
            color: #fff;
            border-radius: 12px;
            padding: 20px;
            width: 22%;
            min-width: 200px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            opacity: 0;
            animation: generator-page-fadeInUp 0.5s ease forwards;
        }
        .generator-page-step:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 15px rgba(0,0,0,0.3);
        }
        .generator-page-step i {
            font-size: 30px;
            margin-bottom: 10px;
            color: #fff;
        }
        .generator-page-step .generator-page-h3 {
            font-size: 18px;
            margin: 10px 0;
            color: #fff;
        }
        .generator-page-step .generator-page-p {
            font-size: 14px;
            margin: 0;
            color: #f0f0f0;
            background-color: transparent;
        }
        .generator-page-step:nth-child(1) { animation-delay: 0.1s; }
        .generator-page-step:nth-child(2) { animation-delay: 0.2s; }
        .generator-page-step:nth-child(3) { animation-delay: 0.3s; }
        .generator-page-step:nth-child(4) { animation-delay: 0.4s; }
        @keyframes generator-page-fadeInUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        /* Стили для калькулятора */
        .generator-page-calculator {
            background: #fff;
            border: 2px solid #e94e1b;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        .generator-page-calculator .generator-page-h3 {
            font-size: 18px;
            margin-bottom: 15px;
            text-align: center;
        }
        .generator-page-calculator label {
            display: block;
            margin-bottom: 5px;
            font-size: 14px;
            color: #333;
            background-color: #fff;
        }
        .generator-page-calculator input {
            width: 100%;
            padding: 8px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 14px;
        }
        .generator-page-calculator button {
            background: #e94e1b;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            transition: background 0.3s ease;
        }
        .generator-page-calculator button:hover {
            background: #c43e16;
        }
        .generator-page-calculator-result {
            margin-top: 15px;
            padding: 10px;
            border-radius: 4px;
            background: #28a745;
            color: #fff;
            font-size: 14px;
            text-align: center;
            opacity: 0;
            animation: generator-page-fadeInUp 0.5s ease forwards;
        }
        /* Стили для аккордеона FAQ */
        .generator-page-faq details {
            margin: 10px 0;
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .generator-page-faq summary {
            padding: 10px;
            font-size: 16px;
            color: #2c3d51;
            cursor: pointer;
            display: flex;
            align-items: center;
        }
        .generator-page-faq summary::before {
            content: '\f078';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            margin-right: 10px;
            color: #e94e1b;
            transition: transform 0.3s ease;
        }
        .generator-page-faq details[open] summary::before {
            transform: rotate(180deg);
        }
        .generator-page-faq summary:hover {
            background: #f28c6a;
            color: #fff;
        }
        .generator-page-faq .generator-page-p {
            padding: 10px 20px;
            font-size: 14px;
            margin: 0;
        }
        .generator-page-reviews {
            margin: 20px 0;
            background-color: #fff;
        }
        .generator-page-reviews .generator-page-h3 {
            margin-bottom: 10px;
        }
        .generator-page-reviews .generator-page-p {
            margin-bottom: 10px;
        }
        @media (max-width: 768px) {
            .generator-page-steps-chain {
                flex-wrap: wrap;
                justify-content: center;
            }
            .generator-page-step {
                width: 45%;
                min-width: 180px;
            }
            .generator-page-calculator {
                padding: 15px;
            }
        }
        @media (max-width: 600px) {
            .generator-page-steps-chain {
                flex-direction: column;
                align-items: center;
            }
            .generator-page-step {
                width: 80%;
                min-width: 250px;
            }
            .generator-page-h1 {
                font-size: 24px;
            }
            .generator-page-h2 {
                font-size: 20px;
            }
            .generator-page-h3 {
                font-size: 18px;
            }
            .generator-page-p, .generator-page-step .generator-page-p {
                font-size: 14px;
            }
            .generator-page-table {
                font-size: 14px;
            }
            .generator-page-step .generator-page-h3 {
                font-size: 16px;
            }
            .generator-page-step i {
                font-size: 24px;
            }
            .generator-page-calculator input, .generator-page-calculator button {
                font-size: 13px;
                padding: 6px;
            }
            .generator-page-calculator-result {
                font-size: 13px;
            }
            .generator-page-faq summary {
                font-size: 14px;
            }
            .generator-page-faq .generator-page-p {
                font-size: 13px;
            }
        }




.filter-buttons button {
  margin-right: 10px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  cursor: pointer;
  border-radius: 4px;
}
.filter-buttons button.active {
  background: #333;
  color: #fff;
}




















.strost-popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: strostFadeIn 0.4s;
}
.strost-popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    animation: strostSlideUp 0.5s;
}
.strost-popup-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #aaa;
}
.strost-popup-close:hover { color: #000; }

.strost-popup-form input {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}
.strost-popup-form button {
    width: 100%;
    padding: 14px;
    background: #e63946;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
}
.strost-popup-form button:hover {
    background: #d00000;
}
.strost-success { color: green; margin: 10px 0; text-align: center; }
.strost-error { color: red; margin: 10px 0; text-align: center; }

@keyframes strostFadeIn { from {opacity:0;} to {opacity:1;} }
@keyframes strostSlideUp { from {transform:translateY(50px);opacity:0;} to {transform:translateY(0);opacity:1;} }









/* === КРАСИВЫЙ ВЫВОД НОВОСТЕЙ: products-list и article-item === */

/* Основной контейнер списка */
.products-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem; /* Отступы между карточками */
    list-style: none; /* Убираем маркеры списка */
    padding: 0;
    margin: 0 auto;
    max-width: 1200px; /* Центрируем на больших экранах */
}

/* Каждая карточка статьи */
.article-item {
    background: #fff; /* Белый фон */
    border-radius: 12px; /* Скруглённые углы */
    overflow: hidden; /* Обрезаем углы изображения */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Лёгкая тень */
    transition: all 0.3s ease; /* Плавный hover */
    position: relative; /* Для псевдоэлементов */
    padding: 20px 30px;
    margin: 10px;
}

/* Hover-эффект для карточки */
.article-item:hover {
    transform: translateY(-8px); /* Подъём вверх */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); /* Усиленная тень */
    scale: 1.02; /* Лёгкое масштабирование */
}

/* Обёртка ссылки (если есть) */
.article-item a,
.article-link {
    text-decoration: none; /* Убираем подчёркивание */
    color: inherit; /* Наследуем цвет текста */
    display: block; /* Занимаем всю карточку */
    height: 100%;
}

/* Изображение статьи */
.article-item img,
.article-image {
    width: 100%;
    height: 200px; /* Фиксированная высота для унификации */
    object-fit: cover; /* Адаптивное заполнение без искажений */
    display: block;
}

/* Заголовок статьи */
.article-title {
    font-size: 1.25rem; /* 20px */
    font-weight: 700; /* Жирный */
    margin: 1rem; /* Отступы */
    line-height: 1.3;
    color: #333; /* Тёмный текст */
    transition: color 0.3s ease;
}

.article-item:hover .article-title {
    color: #e63946; /* Красный при hover */
}

/* Дата публикации */
.article-date {
    font-size: 0.875rem; /* 14px */
    color: #666; /* Серый */
    margin: 0 1rem 0.5rem 1rem; /* Отступы */
    font-style: italic;
}

/* Анонс текста */
.article-excerpt {
    font-size: 1rem; /* 16px */
    line-height: 1.5;
    color: #555; /* Средний серый */
    margin: 0 1rem 1rem 1rem; /* Отступы */
    display: -webkit-box; /* Обрезаем длинный текст */
    -webkit-line-clamp: 3; /* 3 строки max */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Кнопка "Читать дальше" */
.article-readmore,
.article-item button {
    background: #e63946; /* Красный фон */
    color: #fff; /* Белый текст */
    border: none;
    padding: 0.75rem 1.5rem;
    margin: 0 1rem 1rem 1rem; /* Отступы */
    border-radius: 6px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.3s ease;
    display: inline-block; /* Для ссылок как кнопки */
    text-decoration: none;
}

.article-readmore:hover,
.article-item button:hover {
    background: #d00000; /* Тёмно-красный */
}

/* Адаптивность: Планшеты (768px и меньше) */
@media (max-width: 768px) {
    .products-list {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* 2 колонки */
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .article-title {
        font-size: 1.1rem; /* Меньше заголовок */
    }
    
    .article-excerpt {
        -webkit-line-clamp: 2; /* 2 строки анонса */
    }
}

/* Адаптивность: Мобильные (480px и меньше) */
@media (max-width: 480px) {
    .products-list {
        grid-template-columns: 1fr; /* 1 колонка */
        gap: 1rem;
    }
    
    .article-item img,
    .article-image {
        height: 150px; /* Меньше изображение */
    }
    
    .article-item {
        margin: 0 0.5rem; /* Боковые отступы */
    }
}

/* Дополнительно: Если нет изображения — плейсхолдер */
.article-item:not(:has(img)) .article-image::before {
    content: "📰"; /* Иконка новости */
    display: block;
    width: 100%;
    height: 200px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: #ccc;
}

















.news-section {
    padding: 3rem 1rem;
    text-align: center;
}

.news-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #333;
    position: relative;
}

.news-title::after {
    content: '';
    width: 60px;
    height: 4px;
    background: #e94e1b;
    display: block;
    margin: 0.75rem auto 0;
    border-radius: 2px;
}

/* Список новостей — 2 колонки на десктопе */
.news-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Заглушка без изображения */
.no-image {
    width: 100%;
    height: 200px;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #aaa;
    font-weight: bold;
}

/* Кнопка "Все новости" */
.news-more {
    margin-top: 2rem;
}

.btn-more {
    display: inline-block;
    background: #e94e1b;
    color: #fff;
    padding: 0.9rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-more:hover {
    background: #d00000;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(230, 57, 70, 0.3);
    color: white;
}

/* Адаптивность */
@media (max-width: 768px) {
    .news-list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .news-title {
        font-size: 1.6rem;
    }
}













/* === ТЕЛЕФОН: МОБИЛКА (кнопка) + ДЕСКТОП (номер) — ИДЕАЛЬНОЕ ВЫРАВНИВАНИЕ === */

/* Общий контейнер (если есть) — для центрирования */
.phone-container {
    display: flex;
    justify-content: center; /* Горизонтально по центру */
    align-items: center;     /* Вертикально по центру */
    gap: 1rem;
    flex-wrap: wrap;
}

/* === МОБИЛЬНАЯ: КНОПКА "ПОЗВОНИТЬ" === */
.phone-btn-mobile {
    background: #d84315;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 3px 8px rgba(230, 57, 70, 0.3);
}

.phone-btn-mobile:hover {
    background: #d00000;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(230, 57, 70, 0.4);
}

/* === ДЕСКТОП: НОМЕР ТЕЛЕФОНА === */
.phone-link-desktop {
    color: #d84315;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-right: 20px;
}


.phone-link-desktop:hover {
    color: #d00000;
    text-decoration: underline;
}

.phone-link-desktop:hover::before {
    color: #d00000;
}

/* === АДАПТИВНОСТЬ === */
/* Десктоп: показываем номер, скрываем кнопку */
@media (min-width: 769px) {
    .phone-btn-mobile {
        display: none !important;
    }
    .phone-link-desktop {
        display: inline-flex !important;
    }
}

/* Мобильная: показываем кнопку, скрываем номер */
@media (max-width: 768px) {
    .phone-link-desktop {
        display: none !important;
    }
    .phone-btn-mobile {
        display: inline-flex !important;
        justify-content: center;
        width: auto;
        min-width: 140px;
    }
}

/* По умолчанию (без JS) — скрываем дубли */
.phone-link-desktop {
    display: none;
}











    /* Контейнер всего виджета */
    .talking-widget {
      position: fixed;
      bottom: 20px;
      left: 20px;
      z-index: 1055;
    }
    .talking-widget {
        cursor: pointer;
    }

    /* Обёртка для размещения крестика внутри GIF */
    .gif-wrapper {
      width: 120px;
      height: 220px;
      position: relative;
      overflow: hidden;
      border-radius: 10px;
    }

    /* GIF-девушка */
    .talking-gif {
      width: 120px;
      height: 220px;
      object-fit: cover;
      border-radius: 10px;
      cursor: pointer;
      box-shadow: 0 0 18px rgba(0,0,0,0.5);
    }
    .talking-gif:hover {
        cursor: pointer;
    }

    /* Кнопка закрытия внутри GIF */
    .small-close {
      position: absolute;
      top: 0px;
      right: 2px;
      padding: 4px;
      border-radius: 50%;
      z-index: 1;
      font-size: 20px;
      color: white;
      opacity: 1;
      background: none;
      border: 0px;
    }
    .small-close:hover {
        color: var(--cta-color);
    }

.modal-content video {width: 100%;margin-bottom: -7px;}










#unique-timer-container {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 60px;
            color: #000;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8), -1px -1px 2px rgba(0, 0, 0, 0.2);
        }
        .unique-time-part {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .unique-time-value {
            line-height: 1;
        }
        .unique-label {
            font-size: 16px;
            color: #888;
            margin-top: 5px;
            font-family: 'Russo One', sans-serif;
            text-shadow: none;
        }
        #unique-hours {
            font-family: 'Russo One', sans-serif;
        }
        #unique-minutes {
            font-family: 'Russo One', sans-serif;
        }
        #unique-seconds {
            font-family: 'Russo One', sans-serif;
        }
        .unique-colon {
            margin: 0 10px;
            align-self: flex-start; 
            margin-top: -18px;
        }

