table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td {
    word-break: break-word;
 	width: 1px;
}
.calc_btn{
    position: fixed;
    z-index: 3;
    left: 23px;
    /* bottom: 23px; */
    bottom: 85px;
    width: 100px;
    height: 100px;
    background-color: #0099CC;
    border-radius: 50%;
}
.calc_btn img{
    width: 100%;
}
.calc_btn:hover {
    background-color: #00b8f5;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.table-menu .calc a:before {
    background: #0099CC;
    content: " ";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.catalog.detail .galery .item img
{
object-fit: cover;
}

.main_map_block {
    border-top: 10px solid #dae9f1;
    border-bottom: 10px solid #dae9f1;
}

.company .spincrement1 {
	font-size: 50px;
}
.btn-default.white_br.white.red-bt {
    background: #FF6B6B !important;
	border:none;
	border-radius: 50px;
	font-size: 18px;
}
.btn-default.white_br.white.red-bt:hover {
    color: #fff !important;
}

.cookie-info {
	font-size: 12px;
	margin: 10px 0;
}

.ya-informer {
	display:none;
}

.copy a:hover {
	color:unset;
}

.portfolio.front.works_gallery .row > div {
    padding-left: 15px;
    padding-right: 15px;
}

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

/* Шапка */

.logo-row .top-callback .callback span {
    background: #FF5151;
    border: none;
}

header .scheme > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 36px;
    height: 36px;
    background-image: url(/upload/img/map-pin.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
}
header .scheme > a::before {
    background-color: transparent;
}
header .scheme>a:hover:before{background-position:0 0;}

.logo-row .top-callback .phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 36px;
    height: 36px;
    background-image: url(/upload/img/phone-head.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.logo-row .top-callback .phone::before {
    background-color: transparent;
}

@media (max-width:767px){
header .scheme a{display:block;padding:0;height:36px;width:36px;}
header .scheme a::before {margin:15px 0 0 -5px;}
}

/* Главная */

.row.portf-main {margin-left: 0;margin-right: 0;}

@media (max-width:600px){
.calc_btn {
    left: 13px;
    /* bottom: 13px; */
    bottom: 75px;
    width: 60px;
    height: 60px;
}
.company.front .item .info .props {
    text-align: center;
    display: block;
}
.company.front .item .info .props .prop {
    width: 100%;
}
.front_gallery {
    margin: 0 0 0;
    overflow-y: hidden;
    overflow-x: auto;
    min-width: 100%;
    white-space: nowrap;
    height: auto;
    padding-bottom: 20px;
    text-align: center;
}
.front_gallery .item {
    width: auto !important;
    max-width: 100%;
    white-space: normal;
    margin-bottom: 0;
    display: inline-block;
    float: unset;
}
.company.front .item .image {display: none;}
.banners-small.front {
    margin: 10px 0 0;
    text-align: center;
    overflow-y: hidden;
    overflow-x: auto;
    min-width: 100%;
    white-space: nowrap;
    height: auto;
}
.banners-small.front .item_block {
    width: 67%;
    max-width: 100%;
    white-space: normal;
}
.module-map{
	display: none;
}
}

.table-menu .calc a::before {
	background: none;
}

/* Страница - ОТЗЫВЫ */

.reviews.item-views .item, .item-views .item {
    margin-bottom: 60px;
	border:0;
}
.reviews.item-views .item .rev, .item-views .item .rev{float: left;}

.reviews.item-views .item .rait-icon, .item-views .item .rait-icon {float: right;margin-right: 10px;}
.item-views .item .rait-icon {margin-right: 20px;}

.rait-icon {
	background-image: url(/upload/img/star.svg);
	background-repeat: repeat-x;
	width: 80px;
	height: 20px;
}
.reviews.item-views .review .it {
    margin: 0;
}
.review .it {
    margin: 0 20px;
}
/* КАЛЬКУЛЯТОР */

.calc {
    font-family: 'PT Sans Caption', sans-serif;
}
.calc_block {
    box-shadow: none;
    border: 2px solid #f2f4f6;
}

.calc_title {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    border-bottom: none;
    margin-bottom: 20px;
    font-weight: 600;
}


/* Блок Верх - Услуги */
.row.rev-st {
    margin-left: 0;
    margin-right: 0;
}
.page-top {
    background: none;
    border-bottom: none;
    border-top: none;
}
.detail .greyline {
    border-bottom: none;
}
.greyline {
    background: none;
}
section.page-top h1 {
    font-size: 38px;
    text-align: center;
}
.catalog.detail .head {
    border: none;
}
.catalog.detail .head .info {
    padding: 0 29px 27px 0;
}

h3.title {
    text-transform: uppercase;
}

.skidka-top {
    background: url("/upload/img/icon-gifts.svg") no-repeat top left;
    display: block;
    padding: 3px 0 5px 30px;
    color: #FF5151;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: 600;
}
.btn-default {
    font-size: 14px;
    text-transform: uppercase;
}

.btn-calc {
	background: #90CC45 url("/upload/img/calculation.svg") no-repeat 5% 40%;
	padding: 7px 10px 7px 35px;
	border:none;
}


@media (max-width:600px){
	.galery-hide {display:none;}
	.catalog.detail .head .foot {text-align: center;}
	.catalog.detail .head .info {padding: 0;}
	.catalog.detail .head {margin: 0;}
	section.page-top h1 {font-size: 28px;}
	.catalog.detail .head .previewtext {text-align: center;}
	.order {text-align: center;}
	.catalog.detail .head .info hr {display: none;}
	.catalog.detail .head .share {display: none;}
	.skidka-top {background: none;text-align: center;padding:0;}
	.advantage .left {display: none;}
	.detail .order-block .text {padding: 0 10px !important;text-align: center;}
	h3.title {font-size: 20px;margin: 10px 0 30px 0;}
	.advantage .right .name {font-size: 20px !important;}
}
@media (max-width:770px){

}


/* Блок Отзывы - Услуги */

@media (max-width:600px){
.review .text {
    padding: 10px 10px 10px 0;
    font-size: 12px;
}

.reviews.item-views .item .rev, .item-views .item .rev {
    font-size: 13px;
    width: 130px;
}

.reviews.item-views .item, .item-views .item {
    margin-bottom: 10px;
}
.review .info {
    display: inline-block;
}
}
/* Блок Наши сотрудники - Услуги */

.flexslider {
    border-radius: 0;
    box-shadow: none;
}

.detail .employees-list #slider .flex-direction-nav .flex-prev {
    left: 4px;
}
.detail .employees-list #slider .flex-direction-nav .flex-next {
    right: 4px;
}
.employees-list ul .item .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.91);
	padding: 15px;
	text-align: center;
}

.employees-list ul .item .desc .name {
    margin-bottom: 0;
    font-size: 13px;
    color: #09c;
}

.employees-list ul .item .desc .text {
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

/* Блок Цены на услугу - Услуги */

.block-price-list table tr th {
    border-bottom: 2px solid #09c;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    background: #F7F7F8;
}
.block-price-list table tr td {
    padding: 10px;
    border-bottom: 1px solid #D7DEE3;
    vertical-align: middle;
}

.block-price-list h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
}
.block-price-list table tr:hover{background: #F7F7F8;}


/* Блок Преимущества - Услуги */

.advantage .right .name {
    text-align: center;
	font-size: 24px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.advantage .right table {
    text-align: center;
}
.advantage .right table tr td span {
    margin-bottom: 6px;
}

.advantage .right .image img  {
    height: 50px;
}

/* Блок Описание - Услуги */

.detail .content {
    margin-bottom: 40px;
    display: inline-block;
    clear: both;
    margin-top: 30px;
	width: 100%;
}

/* Блок Готовы заказать - Услуги */

.question {
    background: #0099CC;
    position: relative;
    padding: 15px 20px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.question .left .text {
    font-weight: 700;
}

/* Блок Наши клиенты - Услуги */

.logo-klient {
	height:80px;
}

.block-klient-items {text-align: center;margin-bottom:50px;}

.block-klient-items .block-klient-item {display:inline-block;margin:20px 0 0 30px;}

.block-klient-items .block-klient-item:last-child {margin-right:0;}

/*--marker list 2*/
ul.round li{
	position: relative;
	list-style-type: none;
	margin-bottom: 5px;
}
ul.round li:before {
	content: '';
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: inline-block;
	background-color: #0099CC;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 515.556 515.556' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m0 274.226 176.549 176.886 339.007-338.672-48.67-47.997-290.337 290-128.553-128.552z' fill='%23ffffff' data-original='%23000000' style=''/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 52%;
    margin-left: -22px;
    margin-right: 5px;
	top: 4px;
}

.detail .content img{
	max-width: 100%;
}
/*--13.05.2021--*/
.question-list .item.open .text {
    display: block;
}


.typePay {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.typePay > div > img {
    width: 82%;
    margin-bottom: 15px;
}
.typePay > div {
     width: 25%;
     text-align: center;
     padding: 20px;
     font-weight: bold;
 }
.formAsk .form-footer {
    display: none;
}
@media screen and (max-width: 600px) {
    .banners-small.front .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .banners-small.front .item_block {
        width: 49%;
    }
    .typePay > div {
        width: 49%;
    }
}