/*
Theme Name: StekloAuto
Theme URI: https://stekloauto.kiev.ua/
Author: P-THEMES
Author URI: https://ikpuba.website/
Description: Responsive Wordpress StekloAuto Theme
Version: 1.0.1
Tags: steklo, stekloauto, замена лобового стекла, стеклоавто
Text Domain: СтеклоАвто
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor { display: block; }
.container-fluid, .container-fluid .vc_section:not(.porto-inner-container) {
    padding-left: 0!important;
    padding-right: 0!important;
}
.otzivipartslider, .portfolioslider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.otzivipartslider.slick-initialized, .portfolioslider.slick-initialized {
    visibility: visible;
    opacity: 1;    
}
.sticky-icon.dnone {
    display: none!important;
}
a.hplink.lifephone.lifefooter:before {
    display: none;
}
a.hplink.lifephone.lifefooter {
    display: flex;
    /* background: #0e9cd8; */
    padding: 10px 5px;
    /* border-radius: 100%; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
img.snews_foto {
    border-radius: 6px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 16%), 0px 2px 6px rgb(0 0 0 / 7%), 0px 0px 1px rgb(0 0 0 / 23%);
    border: 2px solid #fff;
    display: block;
    height: 250px;
    object-fit: contain;
	padding: 20px 15px;
}
.snews_maincont img {
    border-radius: 6px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 16%), 0px 0px 3px rgb(0 0 0 / 7%), 0px 0px 1px rgb(0 0 0 / 23%);
    border: 2px solid #fff;
}
.single-news .main-content {
    padding: 50px 0px!important;
}
.snews_content_right {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    row-gap: 20px;
}
.snews_content_right p {
    margin-bottom: 0px;
}
.snews_content_right h1 {
    margin-bottom: 10px;
}

.sart_meta {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 5px;
    align-items: center;
    justify-content: flex-start;
    column-gap: 50px;
}
.swiper-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.sart_meta span {
    color: #999;
    text-decoration: underline;
    margin-right: 8px;
}
.snews_content {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 50px;
}
.konstruktor_news {
    background-color: #f2f6f9;
    padding: 50px 0px;
}
.news_content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.news_content_top_left {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 30px;
    align-items: flex-end;
}
.swiper-button-next-2.swiper-button-disabled, .swiper-button-prev-2.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.news_content_top_left h2.mptt {
    margin-bottom: 0px;
}
.swiper-button-next-2, .swiper-button-prev-2 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    height: 40px;
    width: 40px;
    margin: 0px;
    padding: 0px;
    border-radius: 20px;
    border: 1px solid #0095be;
}
.swiper-button-next-2,.swiper-button-prev-2 {
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0095be;
    background-color: #FFF;
}
.swiper-button-next-2.swiper-button-disabled,.swiper-button-prev-2.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-next-2.swiper-button-hidden,.swiper-button-prev-2.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}
.swiper-navigation-disabled .swiper-button-next-2,.swiper-navigation-disabled .swiper-button-prev-2 {
    display: none!important
}
.swiper-button-next-2:after,.swiper-button-prev-2:after {
    font-family: swiper-icons;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #0095be;
}
.swiper-button-prev-2:after,.swiper-rtl .swiper-button-next-2:after {
    content: 'prev'
}
.swiper-button-next-2:after,.swiper-rtl .swiper-button-prev-2:after {
    content: 'next'
}
.slider_news_buttons {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}
.news_content_top_right {
    display: flex;
    align-items: center;
    gap: 30px;
}
.allnews_text_link {
    color: #FFF;
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
}
.allnews_text_link:hover, .allnews_text_link:focus {
    transition: all 0.3s;
    color: #0097FE;
    text-decoration: underline;
}
.news-item {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}
a.newsabslink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
img.news-thumbnail {
    height: 250px;
    object-fit: contain;
    object-position: center center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
	padding: 20px 15px;
}
.news-date {
    color: #1f1f1f;
    line-height: 22px; /* 122.222% */
}
.news-item h3 {
    color: #1f1f1f;
    margin-bottom: 0px;
}
.news_minitext p {
    color: #1f1f1f;
}
.btn_blue_notext {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    padding: 15px 30px;
    width: 100%;
    max-width: 100%;
    background: #0f9cd8;
    color: #fff!important;
    font-size: 16px;
    line-height: 120%;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 16%), 0px 2px 6px rgb(0 0 0 / 7%), 0px 0px 1px rgb(0 0 0 / 23%);
    border: 2px solid #fff;
    cursor: pointer;
}
.btn_blue_notext:hover {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 16%), 0px 1px 3px rgb(0 0 0 / 7%), 0px 0px 1px rgb(0 0 0 / 23%);
    background: #026f9d;
    color: #fff!important;
}
.news-item-bottom {
    padding: 15px 15px 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    row-gap: 20px;
    text-align: center;
}
.news_minitext p {
    margin-bottom: 0px;
}
.slider_news .swiper-slide-next .news-item {
    background-color: #fff;
}
.slider_news .swiper-slide-next .news-item img {
    border-radius: 10px 10px 0px 0px;
}
.swiper-pagination.custom_pagi {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 50px;
}
span.swiper-pagination-current {
    color: #0097FE;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 33px;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative!important;
    height: 3px!important;
    width: 160px!important;
    margin-left: auto;
    background: rgb(255 255 255);
}
.swiper-scrollbar-drag {
    position: relative!important;
    background: rgb(0 151 254)!important;
    border-radius: 10px;
    height: 3px!important;
}
.slider_news .swiper-horizontal>.slider_news .swiper-scrollbar, .slider_news .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 0px;
}
.slider_partners .swiper-horizontal>.slider_partners .swiper-scrollbar, .slider_partners .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 0px;
    background-color: rgba(0,0,0,.1);
}
.news_slider_imgtop {
    position: relative;
}

.news-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 6px;
    background: #fff;
    border-radius: 0px 6px 0px 6px;
}
span.swiper-pagination-total {
    color: #767676;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    min-width: 33px;
}
.google_but {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.google_but a:first-child {
    margin-right: 20px;
}
.ti-footernew {
    margin-top: 15px;
    padding-top: 0px;
    text-align: center;
    line-height: 1.45em;
    font-size: 14px;
    color: #000000;
}
a.ti-header.source-Google {
    display: flex;
    padding: 18px 20px;
    background: #fafafa;
    justify-content: center;
    align-items: center;
    width: 270px;
    box-shadow: 0px 24px 32px rgb(0 0 0 / 4%), 0px 16px 24px rgb(0 0 0 / 4%), 0px 4px 8px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
    border-radius: 16px;
    border: 1px solid #2d9cd8;
    text-decoration: none;
    outline: none!important;
}
span.nowrap {
    margin-right: 10px;
    color: #0d0d0c;
}
a.ti-header.source-Google:hover {
    box-shadow: unset;
}
.ti-small-logo img {
    width: 57px;
    height: 18px;
}
.block_otzivi {
    padding-bottom: 50px;
}
i.smficon {
    font-size: 26px;
    margin-bottom: 6px;
}
.sftitle {
    text-align: center;
    line-height: 110%;
}
.fixedbannerf.hidden {
    display: none;
}
.fixedbannerf {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 20px;
    display: flex;
    padding: 15px 0;
    -webkit-box-align: start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    /* background: #039ffc; */
    z-index: 9999;
    width: calc(100% - 85px);
}
img.galimgfoto {
    width: 185px;
    object-fit: cover;
    height: 245px;
    margin: 5px;
    border-radius: 8px;
}
.grecaptcha-badge {
    display: none!important;
}
.alm-reveal {
    display: flex;
}
.hki {
    margin-right: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #727272;
}
.hadr a {
    text-decoration-line: underline;
    text-decoration-style: dashed;
    color: #0195be;
}
.hki span {
    color: #333;
    font-weight: 500;
    margin-right: 10px;
}
.hadr:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/08/adres.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.hgraf:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/08/grafik.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#header .porto-view-switcher > li.menu-item > a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 10px!important;
    color: #333;
    text-transform: unset;
    margin-right: 5px;
}
#header .porto-view-switcher > li.menu-item.current-lang > a {
    background: #0096db;
    border-radius: 100%;
    padding: 7px 10px!important;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    color: #fff;
}
#header .porto-view-switcher > li.menu-item > a:hover {
    background: #ddd;
    background: #0096db;
    border-radius: 100%;
    color: #fff;
}
.head_phones {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
a.lifephone:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/08/life.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    display: inline-block;
}
a.vfphone:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/08/mts.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    display: inline-block;
}
a.ksphone:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/08/ks.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.head_phones a {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 5px;
}
.head_phones a:last-child {
    margin-bottom: 0px;
}
.hadr, .hgraf {
    display: flex;
    align-items: center;
}
.hadr {
    margin-bottom: 15px;
}
.logotr {
    font-size: 40px;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: 1px;
    background: #f5f5f5;
    padding: 3px 10px;
    border-radius: 16px;
    color: #333;
    border: 1px solid #008db6;
    margin-right: 25px;
}
.mega-menu.menu-hover-line>li.menu-item>a:before {
    background: #fff;
}


/*
MODALNOE OKNO
*/
.modalhome {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9042;
    overflow: auto;
    position: fixed;
    display: none;
    background: #0b0b0bb8;
}
.modal-cont {
    margin: 5% auto;
    padding: 25px;
    width: 550px;
    height: auto;
    position: relative;
    background: #f0f5f6;
    border-radius: 8px;
}
.modal-cont p.podzagmodt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #333;
    margin-bottom: 20px;
}
.mf_opis p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #352A2D;
    margin-bottom: 0px;
}
.mf_opis {
    margin-bottom: 20px;
}
.modclose {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -20px;
    margin-right: -20px;
    z-index: 2;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
    backdrop-filter: blur(14px);
}
.closeicon:hover {
    color: #9C344C;
}
.closeicon {
    font-size: 20px;
    padding: 12px;
    color: #352A2D;
}
/**
BLOCK BANNER
**/
.block_banner {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f2f6f9;
    position: relative;
    z-index: 1;
}
div.wpforms-container-full.mpform {
    margin-bottom: 0px!important;
}
div.wpforms-container-full.mpform .wpforms-form ul li {
    width: 100%;
}
div.wpforms-container-full.mpform .wpforms-form ul, div.wpforms-container-full .wpforms-form ul li {
    margin-left: -5px!important;
    margin-right: -5px!important;
    display: flex;
}
div.wpforms-container-full.mpform .wpforms-form .tipskla_mobile ul, div.wpforms-container-full .wpforms-form .tipskla_mobile ul li {
    margin-left: 0px!important;
    margin-right: 0px!important;
    display: flex;
}
div.wpforms-container-full.mpform .wpforms-form .wpforms-field-label-inline {
    border-radius: 25px!important;
    border: 1px solid #ccc!important;
}
div.wpforms-container-full.mpform .wpforms-form .tipskla_mobile .wpforms-field-label-inline {
    border-radius: 0px!important;
    border: unset!important;
}
div.wpforms-container-full.mpform .wpforms-form input[type=text],
div.wpforms-container-full.mpform .wpforms-form input[type=tel],
div.wpforms-container-full.mpform .wpforms-form input[type=number] {
    border-radius: 25px;
    padding: 25px 20px;
}
a.modal-home {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    padding: 15px 30px;
    width: 300px;
    max-width: 100%;
    background: #0f9cd8;
    color: #fff!important;
    font-size: 16px;
    line-height: 120%;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 16%), 0px 2px 6px rgb(0 0 0 / 7%), 0px 0px 1px rgb(0 0 0 / 23%);
    border: 2px solid #fff;
    cursor: pointer;
}
a.modal-home:hover {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 16%), 0px 1px 3px rgb(0 0 0 / 7%), 0px 0px 1px rgb(0 0 0 / 23%);
    background: #026f9d;
    color: #fff!important;
}
.fpbut_nocolor {
    border-radius: 25px!important;
    margin-top: 15px!important;
    width: 100%!important;
    padding: 15px 30px!important;
    max-width: 100%;
    background: #0f9cd8!important;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 120%;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 16%), 0px 2px 6px rgb(0 0 0 / 7%), 0px 0px 1px rgb(0 0 0 / 23%)!important;
    border: 2px solid #fff!important;
}
.fpbut_nocolor:hover {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 16%), 0px 1px 3px rgb(0 0 0 / 7%), 0px 0px 1px rgb(0 0 0 / 23%)!important;
    background: #026f9d!important;
}
.bb_desc {
    font-weight: 400;
    font-size: 18px;
    color: #555;
    line-height: 130%;
}
.bbl_box h1 {
    line-height: 110%;
    margin-bottom: 30px;
    color: #0095be;
    text-shadow: 0px 1px 2px #ffffff85;
    font-weight: 700;
}
.bbl_box h1 span {
    color: #333;
    text-shadow: 0px 1px 2px #b1b1b1;
}
.col-lg-6.bbl_col {
    display: flex;
    align-items: center;
}
.perevagi_item {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f2f6f9;
}
.perevagi_item img {
    height: 100px;
    object-fit: contain;
    width: 100px;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 16px;
    padding: 10px;
    border: 1px solid #ddd;
}
span.ptitle {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}
span.pdesc p {
    margin-bottom: 0px;
}
.block_perevagi {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}
.block_banner:after {
    background: inherit;
    bottom: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    right: 0;
    transform: skewY(2deg);
    transform-origin: bottom left;
    z-index: -1;
}
h2.mptt {
    line-height: 130%;
    margin-bottom: 30px;
    text-shadow: 0px 1px 2px #ffffff85;
    font-weight: 500;
    font-size: 38px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
h2.mptt:after {
    /* content: ""; */
    background: #009ddb;
    width: 15%;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 35px;
}
h2.mptt:before {
    content: " ";
    background-image: url(/wp-content/uploads/2022/08/steklo_logo_160.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 36px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.block_text {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.seo_text {
    background: #f2f6f9;
    border-radius: 16px;
    padding: 25px;
}
.block_text p {
    font-size: 16px;
    line-height: 24px;
}
.block_text p:last-child {
    margin-bottom: 0px;
}
.relative {
    position: relative;
}
.footer_contact {
    background: #FFFFFF;
    border: 1px solid #EBE9E0;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
    padding: 25px;
}
.footer_boxtitle {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 500;
}
.hki.footerhki {
    margin-right: 0px;
}
.hki.footerhki .hadr, .hki.footerhki .hgraf {
    display: inline-block;
    margin-bottom: 15px;
}
.hki.footerhki .hadr:before, .hki.footerhki .hgraf:before {
    height: 20px;
    vertical-align: sub;
}
.head_phones.footerphone a {
    margin-bottom: 15px;
}
.hki.footerhki .hgraf {
    display: flex;
    align-items: center;
}
.hki.footerhki .hgraf p {
    margin-bottom: 0px;
}
.footer_logo_center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 10px;
}
.footer-center {
    text-align: center;
    padding: 5px 15px;
}
.footer_logo_center img {
    width: 80px;
}
.footer_logo_center img {
    margin-right: 20px;
}
#footer .footer-bottom .container {
    flex-direction: column;
    justify-content: center;
}
.footer_logo_center .logotr {
    margin-right: 0px;
    background: #fff;
}
.map_google p {
    margin-bottom: 0px;
}
.map_google {
    background: #fff;
}
#footer .footer-bottom {
    padding-bottom: 12px;
}
.footer_logo_center:before {
    content: "";
    width: 34%;
    border-top: 2px solid #FFFFFF;
    margin: 1em 0;
    position: absolute;
    left: 0;
    margin-left: 15px;
}
.footer_logo_center:after {
    content: "";
    width: 34%;
    border-top: 2px solid #FFFFFF;
    margin: 1em 0;
    position: absolute;
    right: 0;
    margin-right: 15px;
}
i.iconsocfoot {
    font-size: 18px;
    line-height: 20px;
    background: #0096db;
    border-radius: 35px;
    padding: 5px;
    color: #fff;
}
.footer_socials {
    display: flex;
    align-items: center;
}
.footer_socials a {
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}
.fsoctit {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 130%;
    color: #727272;
}
.main-arrow{
    cursor: pointer;
    position: absolute;
    height: 33px;
    width: 33px;
    transition: all .2s;
    transform: translate(0, -50%);
    background: #fff;
    border: 1px solid #ddd;
    background-size: 300%;
    z-index: 2;
    transition: all 0.3s;
}
.main-arrow:hover{
    background-position: 100% 0;
    border-color: #fff;
    background: #0f9cd8;
}
.main-arrow:hover::before{
    border-color: #FFFFFF;
}
.main-arrow-next{
    border-radius: 25px;
    right: -35px;
    top: 50%;
}
.main-arrow-prev{
    border-radius: 25px;
    left: -35px;
    top: 50%;
}
.main-arrow::before{
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    border-top: 2px solid #0f9cd8;
    border-right: 2px solid #0f9cd8;
    top: 10px;
    left: 8px;
}
.main-arrow-next::before{
    transform: rotate(45deg);
    right: 12px;
}
.main-arrow-prev::before{
    transform: rotate(-135deg);
    left: 12px;
}
.spage {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sp_kontent {
    padding-bottom: 35px;
}
a.slideritemlink img {
    width: 255px;
    border-radius: 8px;
}
a.slideritemlink {
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    filter: drop-shadow(0px 10px 10px rgba(41, 41, 42, 0.25));
    padding: 35px 20px;
}
.portfolioslider a.slideritemlink img {
    width: 100%;
    object-fit: contain;
}
.sticky_icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.logotr a {
    text-decoration: none!important;
}
.logotr a:hover {
    color: #333!important;
    text-decoration: none!important;
}
a.ti-header.source-Google.timobilerevall {
    display: none;
}
.messanger_icons {
    position: absolute;
    bottom: -100px; /* Начальное положение. Это значение может быть изменено в зависимости от размера вашего блока */
    opacity: 0;
    padding-bottom: 80px;
    display: none;  /* скрыть блок по умолчанию */
    left: 50%;
    transform: translateX(-50%);
}
.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #0e9cd880;
  }
  100% {
    box-shadow: 0 0 0 20px #0e9cd800;
  }
}
.messanger_icons_conten a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    background: #FFF;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px #0000001a;
}
.sticky_desctop_icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    background: #0e9cd8;
    border: 2px solid #FFF;
}
html #topcontrol {
    display: none;
}
.sticky_desctop_icon i.smficon {
    font-size: 44px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 992px) {
    .sticky_desctop_icon {
        display: none;
    }

    html #topcontrol {
        display: block;
    }
    a.ti-header.source-Google.tipcrevall {
        display: none;
    }
    a.ti-header.source-Google.timobilerevall {
        display: block;
        text-align: center;
    }
    .fixedbannerf {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: 20px;
        display: flex;
        padding: 15px 0;
        -webkit-box-align: end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
        z-index: 9999;
        width: calc(100% - 42px);
    }
    .google_but {
        flex-direction: column;
    }
    .google_but a:first-child {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .container-fluid .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header .logo {
        min-width: 60px;
    }
    .logotr {
        font-size: 22px;
        padding: 2px 5px;
        margin-right: 10px;
        font-weight: 500;
    }
    #header .porto-view-switcher > li.menu-item.current-lang > a {
        padding: 3px 6px!important;
    }
    #header .porto-view-switcher > li.menu-item > a {
        padding: 3px 6px!important;
    }
    #header .mobile-toggle {
        margin-left: 5px;
    }
    #header .logo {
        min-width: 60px;
    }
    .logotr {
        font-size: 20px;
        padding: 4px 8px;
        margin-right: 10px;
        font-weight: 500;
    }
    #header .porto-view-switcher > li.menu-item.current-lang > a {
        padding: 3px 6px!important;
    }
    #header .porto-view-switcher > li.menu-item > a {
        padding: 3px 6px!important;
    }
    #header .mobile-toggle {
        margin-left: 5px;
    }
    .block_banner {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .bbl_box h1 {
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    a.modal-home {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 35px;
    }
    .block_perevagi {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    h2.mptt {
        font-size: 26px;
    }
    .perevagi_item {
        margin-bottom: 20px;
    }
    .block_text {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    h2 {
        font-size: 26px;
        line-height: 130%;
        margin-bottom: 20px;
    }
    .footer_contact {
        position: initial;
        order: 1;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .map_google {
        order: 2;
        margin-bottom: 20px;
    }
    .footernewbox {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer_logo_center {
    }
    .footer_logo_center:before {
        display: none;
    }
    .footer_logo_center:after {
        display: none;
    }
    .footer_logo_center img {
        width: 60px;
    }
    .footer-center {
        align-items: center;
        justify-content: center;
        display: flex;
    }
    #footer .footer-bottom {
        padding: 11px 0px;
    }
    .spage {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sp_kontent {
        padding-bottom: 0px;
    }
    .main-arrow-prev {
        left: 0px;
    }
    .main-arrow-next {
        right: 0px;
    }
    a.slideritemlink img {
        width: auto;
    }
    a.slideritemlink {
        filter: drop-shadow(0px 5px 5px rgba(41, 41, 42, 0.25));
        padding: 20px 20px;
    }
    .bbl_box h1, h1.single_page {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .modal-cont {
        max-width: 100%;
        width: calc(100% - 40px);
        margin: 15% auto;
    }
    .modclose {
        right: 0;
        top: 0;
        margin-right: 5px;
        margin-top: 5px;
        border-radius: 4px;
    }
    .modal-cont p.podzagmodt {
        font-size: 22px;
    }
    div.wpforms-container-full.mpform .wpforms-form .wpforms-one-half, div.wpforms-container-full.mpform .wpforms-form .wpforms-three-sixths, div.wpforms-container-full.mpform .wpforms-form .wpforms-two-fourths {
        width: 100%;
        margin: 0px;
    }
    div.wpforms-container-full.mpform .wpforms-form ul, div.wpforms-container-full.mpform .wpforms-form ul li {
        flex-wrap: wrap;
    }
    div.wpforms-container-full.mpform .wpforms-form ul li {
        width: 46.49%;
    }
    #nav-panel .accordion-menu li.menu-item.active > a {
        background-color: unset;
        color: #0f9cd8;
    }
    #nav-panel .accordion-menu > li.menu-item > a, #nav-panel .accordion-menu > li.menu-item > .arrow {
        color: #333;
    }
    #footer {
        margin-bottom: 0;
    }
    img.galimgfoto {
        width: 46%;
        object-fit: cover;
        height: 200px;
        margin: 5px;
        border-radius: 8px;
    }
    .news_content_top {
        margin-bottom: 25px;
    }

    .news-item h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 0px;
        font-weight: 500;
        color: var(--porto-h3-color,var(--porto-heading-color));
    }
    .single-news .main-content {
        padding: 25px 0px!important;
    }
    .snews_content {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 25px;
    }
    .snews_content_right h1 {
        font-size: 26px;
        line-height: 130%;
        margin-bottom: 0px;
    }
    .sart_meta {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .snews_maincont p {
        display: grid;
    }
    .snews_maincont img {
        margin: 0px;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .footer-bottom {
        padding-bottom: 80px;
    }
    .modal-cont.mcmob p.podzagmodt {
        margin-top: 35px;
    }
    .modal-cont.mcmob {
        width: 100%;
        margin: 0 auto;
        border-radius: unset;
        height: 100%;
        /* z-index: 1; */
    }
    .porto-sticky-navbar.fixed {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #e7e7e7;
        z-index: 9999;
        animation: .3s linear menuFadeInUp;
        transition: left .3s;
        padding-bottom: 10px;
    }
    #messengerLabel {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #0f9cd8;
    }
}