/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */
.box-offers:hover {
    border-right: #c1c1c1 1px solid;
    border-bottom: #c1c1c1 1px solid;
}

.box-offers {
    border-radius: 5px 5px 0 0;
}

.box-offers__title {
    border-radius: 5px 5px 0 0;
}

.cabtab .display {
    width: 100%;
}

.cabtab tbody tr:nth-of-type(odd) {
    background: #a0dca0;
}

.cabtab tbody td {
    padding: 8px 10px;
    font-size: 12px;
    color: #000;
}

.cabtab thead tr {
    border-bottom: black solid 2px;
}

.cabtab thead tr th {
    padding-left: 8px;
}

.cabtab tbody tr:last-child {
    border-bottom: black solid 2px;
}

.cabtab tbody tr {
    border-bottom: #9e8a8a solid 1px;
}

.cab_button {
    padding: 4px 10px;
    border-radius: 6px;
    background-color: #188b30;
    color: #ffffff;
    font-weight: 900;
}

.title_icon {
    max-width: 30px;
    margin-right: 6px;
}

.cabbot h3 {
    max-height: 30px;
    margin-top: 30px;
}

.cab_button:hover {
    color: #d2d2d2;
}

.filter {
    margin-bottom: 20px;
}

.cabtab span {
    font-size: 10px;
}

.cab_acts {
    border-bottom: #ccc dashed 1px;
}

.cab_empty {
    text-align: center;
}

.payments_system_logo {
    max-width: 85%;
}

.quest_answ li.active a:before {
    bottom: 36px;
    right: -2px !important;
    left: -15px;
}

.quest_answ .tabs ul li {
    padding-left: 15px;
}

.quest_answ .tabs ul li:nth-child(2) {
    margin-left: 15px;
}

.packets td {
    border-right: 1px solid #AAA !important;
    vertical-align: middle !important;
}

.packets td:nth-last-child(1) {
    border-right: 0 !important;
}

.packets td:nth-child(n+2), .packets th:nth-child(n+2) {
    text-align: center;
    width: 16%;
}

.packets th {
    font-weight: bold !important;
}

.packets td:nth-child(n+2) {
    font-weight: bold !important;
    font-size: 18px;
}

.packets tr:nth-child(even) td {
    background-color: #FFF !important;
    color: #188B30 !important;
}

.packets tr:nth-child(odd) td {
    background-color: #2D5373 !important;
    color: white;
}

.packets th {
    height: 40px !important;
    text-align: center;
    font-size: 18px !important;
    font-weight: bold !important;
}
@media (max-width: 540px) {
.feedback_frame.jqmWindow.jqm-init.show{
    max-width: 100%;
    margin-left: 0!important;
    left:  0!important;
	}
}
@media (min-width: 768px) {
    .ah-information-table {
        width: 75%;
        left: 12%;
    }
}

.step--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 16px;
}

.step--list-item {
    width: 100%;
    margin: 24px 0;
}

.step--list-item-image {
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
}

.step--list-item-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0.65;
    border-radius: 4px;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

.step--list-item-image p {
    color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

@media (min-width: 500px) {
    .step--list-item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .step--list-item {
        width: 33.3333%;
    }
}

@media (min-width: 1200px) {
    .step--list-item {
        width: 20%;
    }
}

@media (max-width: 499px) {
    .step--list-item-image p {
        font-size: 15px;
        line-height: 16px;
    }
}

.step--list-item-info {
    border-radius: 4px;
    background-color: #F1F1F5;
    padding: 26px 15px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
    position: relative;
}

.step--list-item-info:after {
    content: "";
    position: absolute;
    right: -29px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #EBEBEF;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
}

@media (max-width: 500px) {
    .step--list-item-info:after {
        right: 0;
        left: 0;
        bottom: -29px;
        top: auto;
    }
}

.step--list-item:last-child .step--list-item-info:after {
    display: none;
}

.step--list-item-info .number {
    font-size: 18px;
    color: #222222;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #3DB54E;
    border-radius: 100%;
    margin-right: 15px;
    font-weight: 500;
    -webkit-transition: color .25s ease-out, border-color ease-out;
    -o-transition: color .25s ease-out, border-color ease-out;
    transition: color .25s ease-out, border-color ease-out;
}

.step--list-item-info .info {
    display: block;
    color: #222222;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

@media (min-width: 1200px) {
    .step--list-item-info .number {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .step--list-item-info .info {
        font-size: 12px;
        max-width: 95px;
        line-height: 15px;
    }
}

@media (min-width: 1366px) {
    .step--list-item-info .number {
        width: 40px;
        height: 40px;
        font-size: 13px;
    }

    .step--list-item-info .info {
        font-size: 13px;
        max-width: 110px;
        line-height: 16px;
    }
}

@media (min-width: 1600px) {
    .step--list-item-info .number {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .step--list-item-info .info {
        font-size: 15px;
        max-width: 125px;
        line-height: 18px;
    }
}

.step--list-item:hover .step--list-item-info {
    background-color: #3DB54E;
}

.step--list-item:hover .step--list-item-info .number {
    color: #fff;
    border-color: #fff;
}

.step--list-item:hover .step--list-item-info .info {
    color: #fff;
}

.step--list-item:hover .step--list-item-image:after {
    opacity: 0.65;
}

.step--list-item:hover .step--list-item-image p {
    opacity: 1;
}

@media (min-width: 500px) {
    .step--list {
        margin: 0 -24px;
        padding: 0 20px;
    }

    .step--list-item {
        padding: 0 24px;
    }
}

@media (min-width: 768px) {
    .step--list-item:nth-child(3) .step--list-item-info:after {
        display: none;
    }

    .STEP_INDEX h3 {
        margin-top: 100px;
    }
}

@media (min-width: 1200px) {
    .step--list-item:nth-child(3) .step--list-item-info:after {
        display: block;
    }
}

@media (min-width: 900px) {
    .package-offers__content_two .ah-col {
        flex: 0 1 50%;
    }

    .package-offers__content_two {
        padding-left: 10%;
        padding-right: 10%;
    }

    .package-offers__content_two .package-offers__title {
        text-align: center;
    }

    .box-offers__cost {
        height: 70px;
    }
}

@media (max-width: 600px) {
    .banners-big .item {
        background-image: none !important;
        background-color: #fff !important;
    }

    .banners-big .inner div {
        color: #555 !important;
    }

    .banners-big .bunner_buttons a {
        border: 1px solid #39b54a !important;
        width: 100%;
    }

    .banners-big .bunner_buttons {
        width: 100%;
    }

    .INFOBLOCK_INDEX .buttons a {
        max-width: 100% !important;
    }

    .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .fancybox-image {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .banners-content .btn {
        padding: 11px 14px 9px !important;
        font-size: 14px;
    }
}

.list_with_icons {
    position: relative;
}

.list_with_icons li svg {
    top: -3px;
    left: 0;
    position: absolute;
}

.list_with_icons li svg path, .list_with_icons li svg rect {
    fill: #39b54a;
}

.list_with_icons li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: none;
}

.list_with_icons li {
    line-height: 1.8em;
    padding: 0 0 0 45px;
}

.services.tizers_block2 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    margin: 0 0 15px 0;
}

.services.tizers_block2 .item .title {
    padding: 0px 0px 0px 25px;
}

.services.tizers_block2 .item .title a {
    color: #222;
}

.services.tizers_block2 .item .title a:hover {
    color: #39b54a;
}

.mobile-app {
    font-weight: 600;
}

.mobile-app__body {
    padding: 20px 40px 20px 20px;
    background-color: #98e5c2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 20px;
}

@media (max-width: 600px) {
    .mobile-app__body {
        padding-right: 20px;
    }
}

.mobile-app__image {
    position: relative;
    border: 5px solid #238282;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
    border-radius: 5px;
    height: 350px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mobile-app__image img {
    width: 100%;
    height: 100%;
}

@media (max-width: 600px) {
    .mobile-app__image {
        margin: auto auto 30px;
    }
}

.info-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.info-mobile__title {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 1.2667em;
    color: #333;
}

.info-mobile__title span {
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .info-mobile__title {
        text-align: center;
    }
}

.info-mobile__subtitle {
    font-size: 95%;
    font-weight: 400;
    margin-bottom: 10px;
}

.info-mobile__list {
    font-size: 90%;
    font-weight: 400;
    padding-left: 20px;
}

.info-mobile__apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    padding-left: 20px;
}

@media (max-width: 600px) {
    .info-mobile__apps {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.list-info__list {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.list-info__item {
    list-style-type: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 0;
    line-height: 1.5;
}

.list-info__item::before {
    content: '—';
    position: absolute;
    top: 0;
    left: 0;
    background: none;
}

.apps-info__button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.apps-info__button img {
    height: 40px;
}

@media (max-width: 1200px) {
    .table-responsive.table-responsive-vb {
        max-width: 100%;
        overflow: scroll;
    }

    .table-responsive.table-responsive-vb table {
        min-width: 700px;
    }
}

.table-responsive.table-responsive-vb table tr {
    vertical-align: top;
}

.new-color-page-vb {
    color: #000000;
}

.new-color-page-vb h4 {
    color: #0495cd;
}

.new-color-page-vb .clearfix {
    clear: both;
}

.new-color-page-vb .col-md-12-vb {
    width: 100%;
}

.new-color-page-vb .col-md-4-vb {
    width: 40%;
    float: left;
}

.new-color-page-vb .col-md-8-vb {
    width: 60%;
    text-align: center;
    float: left;
}

.float-left-vb {
    float: left;
    padding-right: 20px;
}

@media (max-width: 1200px) {
    .new-color-page-vb .col-md-4-vb {
        width: 100%;
    }

    .new-color-page-vb .col-md-8-vb {
        width: 100%;
        text-align: center;
    }

    .float-left-vb {
        float: inherit;
        padding-right: 0px;
    }
}

.clients-section {
    margin-top: 40px;
}

.clients-title {
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

@media (max-width: 768px) {
    .clients-title {
        font-size: 18px;
    }
}

.clients-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    gap: 5px;

}

@media (max-width: 600px) {
    .clients-block {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .clients-block {
        display: flex;
        flex-direction: column;
    }
}

.client-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    padding: 10px;
    background-color: #fff;
}

.client-item._row {
    flex-direction: row;
}

.client-item._custom {
    color: #fff;
    background-color: #282828;
    line-height: 12px;
    align-items: flex-start;
    padding: 30px;
}

.client-item._custom .client-item__title,
.client-item._custom .client-item__subtitle {
    text-align: start;
}

.client-item:nth-child(1),
.client-item:nth-child(4),
.client-item:nth-child(6) {
    grid-row: span 2;
}

.client-item:nth-child(7) {
    grid-column: span 2;
}

.client-item__img {
}

.client-item__title,
.client-item__subtitle {
    line-height: 23px;
    font-weight: 300;
    text-align: center;
}

.client-item__number {
    font-size: 45px;
    margin-bottom: 15px;
}

.client-item__title {
    font-size: 15px;
}

.client-item__subtitle {
    font-size: 12px;
}


body.lock {
    overflow: hidden;
}

._popup {
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.7);*/
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 10000;
}

._popup.open {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

._popup.open .popup__content {
    opacity: 1;
    max-width: 1392px;
    width: 100%;
    position: relative;
    pointer-events: all;
    box-shadow: 1px 1px 10px grey;
    max-height: 70vh;
    overflow-y: auto;
}

._popup .popup__body {
    min-height: 100%;
    position: relative;
    z-index: -2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-end;
    padding: 0 20px;
    padding-bottom: 20px;
}

._popup .popup__body .popup__close {
    position: absolute;
    right: 15px;
    top: 10px;
}

._popup .popup__body .popup__close img {
    width: 20px;
}

._popup .popup__body .popup__content .popup__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
}

.popup__main.main-content {
     gap: 20px;
     padding: 20px;
    align-items: center;
}

@media (max-width: 768px) {
    .popup__main.main-content {
        gap: 10px;
    }
}

.popup__main.main-content .main-content__logo {
    /*flex: 0 0 14%;*/
    display: flex;
    justify-content: center;
    width: 180px;
    flex-shrink: 0;
}

.popup__main.main-content .main-content__logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.popup__main.main-content .main-content__text {
    padding-right: 25px;
    margin-bottom: -20px;
}

@media (max-width: 768px) {
    .popup__main.main-content .main-content__text {
        font-size: 12px;
        line-height: 1.8;
        text-align: justify;
    }
}

@media (max-width: 700px) {
    .popup__main.main-content {
        flex-direction: column;
    }
    .popup__main.main-content .main-content__logo img {
        max-width: 150px;
    }
}

.image-services-form img {
    object-position: 50%;
}

.offers-packages .box-offers__title .box-offers__arrow {
    transform: rotate(90deg);
    transition: all 0.3s ease 0s;
}

.offers-packages .box-offers__title._active .box-offers__arrow {
    transform: rotate(270deg);
}

@media (min-width: 767px) {
    .offers-packages .box-offers__title .box-offers__arrow {
        display: none;
    }
}

.offers-packages .box-offers__body {
    padding: 0 !important;
}

.offers-packages .box-offers__rows {
    padding: 30px 15px;
}
.offers-packages .box-offers__cost {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .offers-packages .package-offers__content > .ah-row {
        flex-direction: column;
    }
}


/*Для галереи в услугах, чтобы картинки не растягивались*/
.small-gallery-block .flexslider .slides img{
min-height:auto;
}
.small-gallery-block .flexslider .slides .img-gallery-service{
min-height:202px;
background-position:center;
background-repeat:no-repeat;
background-size:contain;
}
/*Ответ на отзыв*/
.item_review_answer {
	margin-top: 30px;
    margin-left: -31px;
    margin-right: -31px;
    margin-bottom: -30px;
    padding: 20px 30px 20px;
    font-size: 13px;
    border-top: 1px solid #ebebef;
    background: #f6f7fa;
}
.review .number_phone{
	font-size: 0.8667em;
    line-height: normal;
    color: #555555;
    margin-top: 3px;
}
/*smart house page*/
body.header_opacity header .top-block{
	background: transparent!important;
}
.dopLogoLight{
	display:none;
}
.infoPage .logo a:first-child{
	display:none;
}
.infoPage .dopLogoLight{
	display:block;
}
.page_info_title_block:before{
	content:'';
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	display:block;
	z-index:0;
	position:absolute;
	background: rgba(43, 43, 43, 0.6);
}
.page_info_title_block{
	min-height: 660px;
	z-index:1;
	background-size: cover;
	display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
}
.page_info_title_block h1{
	font-weight: 700;
font-size: 64px;
line-height: 130%;
text-align: center;
color: #FFFFFF;
z-index:1;
position:relative;
}
.infoPage .banners-big{
	margin-right: -16px;
    margin-left: -16px;
}
.page_info_text_block{
	font-weight: 400;
font-size: 18px;
line-height: 28px;
color: #333333;
}
.page_info_text_block h3{
	font-weight: 400;
font-size: 32px;
line-height: 38px;
color: #333333;
}
.page_info_text_block h3 b{
	font-weight: 400;
font-size: 32px;
line-height: 38px;
color:#39B54A;
}
.page_info_text_block h4{
	font-weight: 400;
font-size: 18px;
line-height: 21px;
color: #333333;
}
.infoPageIntuit{
    background: #F6F7FA;
    margin-left:-16px;
    margin-right: -16px;
    padding-top:40px;
}
.infoPageIntuit h2{
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
   margin:0px;
    color: #333333;
}
.screen_item{
    padding-top:60px;
}
.screen_item h5{
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #333333;
    margin:0px;
    min-height:48px;
}
.screen_bg{
    max-height:330px;
    overflow:hidden;
    margin-top:30px;
    position:relative;
    text-align:center;
    padding:22px;
    display:block;
}
.screen_bg_with_phone:before{
    content:'';
    height:100%;
    width:100%;
    display:block;
    position:absolute;
    top:0;
    left:0;
    background-image: url(../images/info_page/Front_Silver.png);
    background-size: 100% auto;
}
.screen_bg img{
    max-width:100%;
    min-width:100%;
}
.scen_block{
    padding:100px 0px;
}
.scen_block h2{
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    margin:0px;
    color: #333333;
    paddin-bottom:10px;
}
.scen_item{
    height:100%;
    border: 1px solid #D9D9D9;
}
.scen_block_row{
    display: flex;
    flex-wrap: wrap;
}
.scen_block_row .col-md-3.col-xs-12{
    margin-top:30px;
}
.scen_item-img{
    background-image: url(../images/info_page/no-photo.png);
    background-size: cover;
    min-height: 155px;
    background-position: center;
}
scen_item-img a{
    display:block;
    text-decoration:none;
    width:100%;
    height:100%;
}
.scen_item-text{
    padding:30px;
}
.scen_item-text h5{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin:0px;
    padding-bottom:12px;
}
.scen_item-text p{
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #656565;
    margin:0px;
}
.info_page_form{
    background: #39B54A;
    padding:50px 0px;
    margin-left:-16px;
    margin-right:-16px;
}
.info_page_form h2{
    margin:0px;
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;
}
.info_page_form .form.contacts .captcha-row{
    max-width:100%;
}
.info_page_form .btn.btn-default{
    background: #FFFFFF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    color: #656565;
    width: 100%;
    margin: 0;
    border:0px;
}
.info_page_form .btn.btn-default:hover{
    background:#D9D9D9;
    color:#fff;
}
.info_page_form .licence_block.bx_filter input[type="checkbox"] + label{
    color:#fff;
}
.info_page_form .licence_block.bx_filter input[type="checkbox"] + label a{
    color:#fff;
}
.info_page_form .bx_filter input[type="checkbox"]+label:before{
    background-color:#D9D9D9;
}
.info_page_form .bx_filter input[type="checkbox"]:checked+label:after{
    background-color:#D9D9D9;
}
.infoPage .body:not(.index) .main > .container{
    padding-bottom:0px;
    margin-bottom:0px;
}
.interaktive_block{
    position:relative;
}
.interaktive_block img{
    max-width:100%;
}
.interaktive-svg{
    position: absolute;
    top: 0px;
    left: 0;
    max-height:100%;
    max-width: 100%;
    height:100%;
}
.interaktive-svg svg{
    max-width:100%;
    max-height:100%;
    height: auto;
}
.interaktive_block{
    position:relative;
    margin:40px 0px;
}
.interaktive-svg .text_inter_svg>g {
    animation: pulse 1s infinite;

}
.interaktive-svg .item_inter:hover{
    animation: none;
}
.text_inter_svg{
    opacity:0;
    cursor:pointer;
    transition:0.5s;
}
.g_inter_svg:hover .text_inter_svg{
    opacity:1;
    transition:0.5s;
}

.social-block {
    padding-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.social-block a {
    color: white;
}

.mega-menu__narrow {
    right: auto !important;
    left: auto !important;
    width: auto;
}

.mega-menu__top-menu-row {
    padding: 15px 0px 0px 7px;
}

form[name=centino_heat_feedback] [data-sid=RATING] .input > div svg path {
    fill: #e5e5e5 !important;
    stroke: none !important;
}

form[name=centino_heat_feedback] [data-sid=RATING] .input > div._hover svg path,
form[name=centino_heat_feedback] [data-sid=RATING] .input > div._active svg path {
    fill: rgb(244, 192, 30) !important;
}

form[name=centino_heat_feedback] [data-sid=RATING] .input > div {
    cursor: pointer;
    position: relative;
}


/* 24 OCT 22 */
.callbackkiller.cbk-phone.cbk-phone-sm.cbk-phone-waves.cbk-phone-text-none, .callbackkiller.cbk-phone.cbk-phone-waves {
	display: none !important;
}

.right_dok .link:nth-child(1) {
	display: none;
}

.right_dok .link:nth-child(2) {
	top: 261px !important;
}

.form.contacts .form-group textarea {
	max-height: 100px;
}
/* /24 OCT 22 */


/* 15 NOV 22 */
@media (max-width: 767px) {	

	.banners-big.long-banner .slides > li {
		min-height: 260px;
	}
 
    .banners-big .bunner_buttons > .btn {
        margin-top: 10px !important;
    }
}
/* /15 NOV 22 */