.custom-page-first * {
    padding: 0!important;
    margin: 0!important;
}
@font-face {
	font-family: 'Futura PT Medium';
	src: url('fonts/futura_pt_medium.eot'); /* IE 9 Compatibility Mode */
	src: url('fonts/futura_pt_medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url(fonts/futura_pt_medium.woff2') format('woff2'), 
		url('fonts/futura_pt_medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('fonts/futura_pt_medium.ttf') format('truetype'), /* Safari, Android, iOS */
		url('fonts/futura_pt_medium.svg#futura_pt_medium') format('svg'); /* Chrome < 4, Legacy iOS */
}
body { 
    font-family: 'Futura PT Medium', sans-serif;
}
.container-custom {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 44px;
}
.green-card-item span {
    font-weight: 500;
    font-size: clamp(16px, 3vw, 30px) !important;
    text-transform: uppercase;
    color: #fff;
    line-height: 32px;
}
.green-card-item p {
    font-weight: 500;
    font-size: clamp(15px, 2vw, 20px);
    text-align: center;
    color: #fff;
    height: 100%;
    opacity: 0.5;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
} 
ul {
    list-style: none;
}
.green-card-item {
    background: #00999A;
    border-radius: 10px;
    padding: 18px 20px 20px!important;
    box-shadow: 0px 7px 1px #008a8b!important;
    transition: all 0.3s ease;
    cursor: pointer;
}
.green-card-item,
.green-card-item a {
    
    display: flex;
    flex-direction: column;
    gap: 8px;
    
}
.green-card-item a {
height:100%
}
.green-card-item:hover {
    cursor:url(./dev.baltiya-tk.ru/docs/images/cursor.svg);
    background-color: #008182;
    box-shadow: 0px 7px 1px #007474!important;
}
.green-header {
    display: flex;
    align-items: center;
    gap:2%;
}
.green-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
}
.green-header img {
    min-width: 47px;
    max-width: 90px;
    width: 90px;
}
.services-content-custom {
    margin-top: 50px!important;
    margin-bottom: 40px!important;
}
.services-content-custom strong {
    font-weight: 700;
    font-size: clamp(20px, 5vw, 25px);
    color: #595471;
}
.services-content-custom p {
    font-weight: 450;
    font-size: clamp(16px, 2vw, 20px);
    color: #595471;
    line-height: 26px!important;
    margin-bottom: 20px!important;
}
.services-content-custom span {
    font-weight: 700 !important;
    font-size: clamp(20px, 5vw, 25px) !important;
    color: #00999A !important;
    cursor: pointer;
}
.content-header-green h2 {
    font-weight: 450;
    font-size: clamp(18px, 5vw, 50px) !important;
    line-height: 64.1px;
    text-transform: uppercase;
font-family: 'Futura PT Medium', sans-serif!important;
    color:#595471;
}
.matetial__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px!important;
}
.matetial__header img {
    max-width: 176px;
}
.down-card-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 36px 60px!important;
    border:5px solid #00999A50;
    border-radius: 5px;
    gap:7px;
}
.down-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(10px, 2vw, 20px);
}
.down-card-item span {
    font-weight: 700;
    font-size: clamp(14px, 2vw, 18px);
    text-transform: uppercase;
    text-align: center;
    color: #595471;
    margin-top: 11px!important;
}
.down-card-item p {
    font-weight: 500;
    font-size: clamp(12px, 1.5vw, 16px);
    line-height: 120%;
    text-align: center;
    color: #595471;
    opacity: 0.7;
}
.down-card-item span {
    max-width: 140px;
}
.down-card-item:nth-child(3) span {
    max-width: 190px;
}
@media (max-width:1300px) {
    .green-cards,
    .down-cards {

        grid-template-columns: repeat(2, 1fr);

    }
    .green-header img {
        width: 30%;
    }
    .container-custom {
        padding: 0 27px;
    }
}
@media (max-width:900px) {
    .matetial__header img{
        display: none;
    }
    
}
@media (max-width:800px) {
    .content-header-green h2 {
        text-wrap: nowrap!important;
    }
}

@media (max-width:600px) {
    .green-header {
        gap: 8px;
        flex-direction: column;
    }
    .green-header span {
        text-align: center;
    }
.green-card-item {
padding: 11px 10px 20px!important;
}
    .green-card-item,
.green-card-item a {
        justify-content: space-around;
        
        gap:0;
    }
    .container-custom {
        padding: 0 16px;
    }
    .down-card-item span {
	line-height: 19px;
    }
    .green-cards {
        gap:8px;
        row-gap: 16px;
    }
    .green-card-item p {
        height: 100%;
        align-items: center;
        display: flex;
        line-height: 19px;
    }
    .down-card-item {
        padding: 25px 18px 30px!important;
    }
    li.down-card-item img {
        width: 95px;
    }
    .content-header-green h2 {
        line-height: 23px;
    }
    .matetial__header {
        margin-bottom: 10px!important;
    }
    .services-content-custom {
        margin-top: 20px!important;
        margin-bottom: 14px!important;
    }
    
}
@media (max-width:450px) {
    .down-card-item {
        padding: 25px 8px 20px!important;
        justify-content: start;
    }
    .down-card-item {
        align-items: center;
        border: 2.5px solid #00999A80;
        gap: 7px;
    }
    li.down-card-item img {
        width: 70px;
    }
}
li.green-card-item::before {
    content: none !important;
}
li.down-card-item::before {
    content: none !important;
}
@media (max-width:990px) {
.custom-page-first {
    margin-top: 85px
}
}
.interlabs-feedbackform__container .modal-wrapper {
    background: #00000080!important;
}
.interlabs-feedbackform__container .modal-container {
    border-radius:20px!important;
    font-family: 'Futura PT Medium', sans-serif !important;
}
.interlabs-feedbackform__container .header label {
    color: #595471
    opacity: 0.8;
}
.interlabs-feedbackform__container .body .form-group input[type="text"] {
	color: #595471 !important;
}
.form-group input {
    background: #59547113 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 6px 20px !important;
    color:#59547122!important;
}
.interlabs-feedbackform__container .body {
    margin-top: 17px;
    padding-left: 1px;
    margin-top: 30px !important;
}
.form-group label {
    color: #9E9BAF !important;
}
.interlabs-feedbackform__container .body .form-group .field-required {
    color: #EB5757;
    display: none;
}
button.modal-default-button.js-interlabs-feedbackform__dialog__send-button {
    background: #EB6420 !important;
    opacity:0.5;
    margin-top: 40px !important;
    text-transform: capitalize !important;
}
.interlabs-feedbackform__container .body .scroll-area::-webkit-scrollbar {
    background: #EB575720;
    width: 6px;
}
.scroll-area::-webkit-scrollbar-thumb {
    background: #9E9BAF;
}
.interlabs-feedbackform__container .body .scroll-area {
    padding-right: 20px !important;
}

.interlabs-feedbackform__container .body .scroll-area {
   
    height: auto;
}
#content {
    position: relative;
    zoom: 1;
    z-index: 5;
}
.header_wrap #header {
    position: relative;
    z-index: 3;
}
.interlabs-feedbackform__container .modal-wrapper {
    background: #00000080 !important;
    z-index: 10000;
    overflow: auto;
    position: absolute;
    width: 100%;
    height: 100%;
}  
.popup.show {
    border-radius: 20px;
}
.popup .form .form_head {
    color: #59547160 !important;
    border-bottom-color: #008b82;
}
.popup .form .form_head h2 {
    margin: 0;
    font-size: 24px;
    color: #595471;
    opacity: 0.7;
}


.form-control input[type="text"], .form-control input[type="password"], .form-control input[type="email"], .form-control input[type="tel"], select, textarea, input[type="text"].form-control, input[type="password"].form-control, input[type="email"].form-control, input[type="tel"].form-control {
    padding: 8px 13px 7px;
    width: 100%;
    height: 48px;
    background: #59547115!important;
    border: 0px solid;
    border-radius: 10px;
}
.btn.btn-lg:not(.font-ignore) {
    padding-top: 13px;
    padding-bottom: 14px;
    font-size: 15px;
    background: #EB642050 !important;
    border: none;
}

.btn.btn-lg:not(.font-ignore):hover {

    background: #eb6420 !important;
}
.container-custom {
    margin-top: 20px !important;
}
.green-header img {
    min-width: 47px;
    max-width: 90px;
    width: 130px;
}
.interlabs-feedbackform__container .js-interlabs-feedbackform__container-show-button, .interlabs-feedbackform__container .js-interlabs-feedbackform__dialog__cancel-button, .interlabs-feedbackform__container .interlabs-feedbackform__container-succsess__close {
    text-align: start!important;
    line-height: 38px!important;

}
@media(min-width:600px) {
.SENDFILESBUTTON.interlabs-feedbackform__container {
    margin-top: -24px !important;
}
.green-card-item span {
    line-height: 38px;
}
}
.green-header {
    display: flex;
    align-items: center;
    gap: 6%;
}
.services-content-custom span {
    font-size: clamp(20px, 5vw, 24.5px)
}
.services-content-custom strong {
    font-size: clamp(20px, 5vw, 29.5px);
}
.services-content-custom {
    margin-top: 60px !important;
    margin-bottom: 40px !important;
}
.services-content-custom p {
    margin-bottom: 29px !important;
}
.modal-container {
    position: relative;
}
.modal-container .header label::after {
    content: 'пришлите готовую смету в любом формате';
    position: absolute;
    left: 30px;
    top: 44px;
    font-size: 18px;
    font-weight: 500;
    color: #9E9BAF;
    opacity: 0.85;
}
.interlabs-feedbackform__container .body .form-group .c-checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 6px;
    background: none;
    border-radius: 1px;
    width: 13px;
    height: 13px;
    display: block;
    background-size: contain;
    background-image: url(https://static.tildacdn.com/tild3636-6131-4465-b965-306431353430/ar.svg);
    background-repeat: no-repeat;
}
.popup .form .form_desc {
    font-size: clamp(25px, 2vw, 30px);
}

.aba {
    display: flex;
    gap: clamp(4px, 2vw, 20px);
    font-size: clamp(25px, 2vw, 30px);
}
.number {
    color: #595471;
}
.numsub {
    font-size: clamp(25px, 2vw, 30px);
    margin-top: 40px;
}
.popup .form .form_body {
    margin: 0;
    padding: 29px 30px 8px;
}


.popup .form .form_head {
    padding: 20px 75px 10px 30px;
}
.interlabs-feedbackform__container .modal-container {
margin-bottom: 200px !important;

}
.interlabs-feedbackform__container .modal-container {
min-height:100px!important;
}
.form-group.agree {
    margin-top: 13px !important;
}
.order-phone {
    font-size: clamp(25px, 2vw, 30px);
    font-weight: 500;
}
input#PHONE {
    margin-top: 10px !important;
}
input#PHONE {
    margin-top: 10px !important;
}
.CALLBACKS.interlabs-feedbackform__container__dialog.modal-mask .modal-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.CALLBACKS.interlabs-feedbackform__container__dialog.modal-mask .header label::after {
    content: '';
}
.abacon{
color:#595471;
opacity:0.8}
.SENDFILES.interlabs-feedbackform__container__dialog.modal-mask .header label {
    color: #595471;
    opacity: 0.8;
}
.interlabs-feedbackform__container .modal-container {
margin-bottom:200px!important}