input.d-none {
    display: none;
}

.city_chooser {
    position: relative;
    cursor: pointer;
}
.more_cities {
    display: flex;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    padding: 15px 52px 15px 15px;
    border-radius: 5px;
    z-index: -1;
    border: 1px solid #8dbd2c;
    flex-direction: column;
    margin-top: 10px;
}
.more_cities.open {
    opacity: 1;
    z-index: 999999;
}
.more_cities a {
    line-height: 1.2;
    margin-bottom: 3px;
    font-size: 20px;
    text-decoration: none;
    padding: 0 0 10px 0;
    position: relative;
}

.more_cities a:hover {
    color: #000;
}
.more_cities a:last-child {
    padding: 0;
}
.more_cities a::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #8dbd2c;
}
.more_cities a:last-child::before{
    display: none;
}


.services-box .item-wrap .price {
    display: block;
    color: #89b82a;
    font-weight: 600;
    padding-top: 20px;
    font-size: 22px;
    line-height: 1;
}

.services-box .item-wrap .desc {
    display: block;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.2;
}
/*
.srtvices_wrapper .services-box .items-wrap {
    justify-content: center;
}

.srtvices_wrapper .services-box .items-wrap .item-wrap:first-child {
    margin-left: 0;
}

.srtvices_wrapper .services-box .items-wrap .item-wrap:last-child {
    margin-right: 0;
}

.srtvices_wrapper .services-box .items-wrap .item-wrap {
    margin-left: 35px;
    margin-right: 35px;
}
*/


.item-service p {
    overflow: hidden;
    max-height: calc(1.2em* 5);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.item-service .btn {
    display: block;
    max-width: 180px;
    margin: 0 auto;
}

@media (max-width: 1400px) {
    .more_cities {
        margin-top: 0;
    }
}


@media (max-width: 1000px) {
    .more_cities {
        margin-left: 60px;
    }
    .srtvices_wrapper .services-box .items-wrap .item-wrap {
        margin-left: 0;
        margin-right: 0;
    }
}


@media (max-width: 640px) {
    .more_cities {
        margin-left: 0;
    }
	.btn-action-ico.cnt03:before{
    width: 45px;
    height: 45px;
	}
	.footer .btn-action-ico.cnt03:before {
		left: 35px;
	}
	.page .contacts-wrap {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

}

.table-striped {
	margin: 0 auto;
}



/*** developer ***/

.signature_right_block {
padding-top: 8px;
}
.developer_service {
line-height: 18px;
    color: #5c5c5c;
    font-size: 13px;
    padding: 5px 0 0 10px;
    float: left;
}
.developer_service a:hover {
    line-height: 18px;
	font-size: 13px;
 color: #fff;
  
}

.developer_logo {
	float: left;
}
.tech-logo {
	margin-top: -4px;
    width: 48px;
    height: 26px;
    padding: 1px 2px;
    border: 3px solid #5c5c5c;
	fill: #5c5c5c;
}
.tech-logo:hover {
	 border: 3px solid #ffffff;
    fill: #ffffff;
}
@media (max-width: 640px) {
.developer_service {
    padding: 1px 0 0 10px;
}
.signature_right_block {
    display: flex;
    justify-content: center;
}
}
/*** /developer ***/


.bottom-line .inner-wrap {
    padding: 10px 0;
}
.bottom-line p {
font-size: 16px;
    line-height: 1.2;
}