.metal-structures .back-image {
    background-image: url(/assets/images/metal-structures/head_img.jpg);
    background-size: cover;
    background-position: center;
}

.metal-structures.construction .back-image {
    background-image: url(/assets/images/metal-structures/head_img-1.jpg);
    background-size: cover;
    background-position: center;
}

.metal-structures .header-metal {
    padding-bottom: 100px;
}

.metal-structures .header-metal .header__left {
    color: #FFFFFF;
    padding: 240px 0px 0px 100px;
}

.metal-structures .header-metal .header__left .header__title h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
  }

.metal-structures .header-metal .header__left .header__desc ul {
    margin-top: 40px;
    font-size: 20px;
    line-height: 24px;
}

.metal-structures .header-metal .header__right .header__form {
    background: #FFF;
    /* margin: 190px 140px 0 0; */
    max-width: 480px;
    margin-top: 190px;
    padding: 45px;
    color: #000000;
}

.metal-structures .header-metal .header__right .header__form .form-body {
    padding: 0 20px 0 20px;
}

.metal-structures .header-metal .header__right .header__form .form-body p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    margin-bottom: 5px;
}

.metal-structures .header-metal .header__right .header__form .form-body input {
    margin-bottom: 10px;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    padding-left: 15px;
}

.metal-structures .header-metal .header__right .header__form .form-body input::placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-indent: 15px;
    color: rgba(0, 0, 0, 0.5);
}

.metal-structures .header-metal .header__right .header__form .form-title p.title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.metal-structures .header-metal .header__right .header__form .form-title p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.5rem;
}

.metal-structures .header-metal .header__right .header__form .form-body .btn-custom {
    background: #004CDA;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    text-indent: 10px;
    color: #FFFFFF;
    padding: 0px 25px;
    text-transform: none;
    height: 60px;
    width: 100%;
    margin-top: 10px;
}

.metal-structures .header-metal .header__right .header__form .form-footer p {
    padding: 0 20px 0 20px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    margin-top: 25px;
}

.benefits {
    /* padding-bottom: 100px; */
}

.metal-structures .benefits .h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #000000;
    margin-top: 100px;
    margin-bottom: 50px;
}

.metal-structures .benefits .benefits-img {
    text-align: right;
}

.metal-structures .benefits .benefits-content .benefits-title {
    font-size: 24px;
    line-height: 34px;
}

.metal-structures .benefits .benefits-title {
    font-size: 24px;
    line-height: 34px;
}

.objects {
    margin: 50px 0;
}

.objects .objects-title {
    text-align: center;
    margin-bottom: 70px;
}

.objects .objects-title h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 39px;
}

.objects .objects-title h4 {
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}

.objects .object-desc {
    text-align: center;
    padding: 25px;
}

.objects .object-item {
    max-width: 360px;
    margin-bottom: 30px;
}

.metal-structures .object-item .object-img img{
    width: 360px;
    height: 360px;
    object-fit: cover;
}

.metal-structures.construction .object-item .object-img img{
    max-height: 360px;
    object-fit: cover;
}

.metal-structures.construction .object-item .object-img img{
    /* width: 360px; */
    height: 215px;
    object-fit: cover;
}

.mb-7 {
    margin-bottom: 70px;
}

.documents {
    padding-bottom: 50px;
    background: #F8F8F8;
}

.benefits h2, .documents h2, .our-customers h2, .objects h2 {
    font-size: 40px;
}

.documents-desc {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.documents-desc {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.documents-img img {
    max-width: 100%;
    object-fit: contain;
}

.our-customers {
    padding-top: 50px;
    padding-bottom: 50px;
}

.our-customers-item .our-customers-img {
    margin-bottom: 30px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-customers-item .our-customers-img img {
    max-width: 100%;
    object-fit: contain;
}

.our-customers-desc {
    font-size: 15px;
    text-align: center;
}

.benefits-item {
    margin-bottom: 50px;
}

.metal-structures .benefits .benefits-content p {
    font-size: 15px;
}

.object-desc {
    font-size: 16px;
}

.cta .title-cta {
    font-size: 25px;
    text-align: center;
    padding: 0 100px;
}

.metal-structures .cta .cta-body .btn-custom {
    background: #004CDA;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    text-indent: 10px;
    color: #FFFFFF;
    padding: 0px 25px;
    text-transform: none;
    height: 60px;
    width: 100%;
    margin-top: 10px;
    justify-content: center;
}

.cta-block {
    background: #FFFFFF;
    padding: 50px 100px 50px 100px;
    border: 1px solid rgba(229, 229, 229, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 4px 15px rgba(196, 196, 196, 0.4);
    border-radius: 5px;
}

.cta {
    background: #F8F8F8;
    padding: 100px 0;
}

.cta .cta-margin {
    margin: 0 70px;
}

.cta .cta-form .cta-body{
    align-items: end;
}

.cta .cta-form {
    margin: 50px 150px 0;
}

.cta .cta-form .cta-tel p {
    font-size: 14px;
    margin-bottom: 5px;
}

.cta .cta-form .cta-tel input {
    height: 60px;
    width: 100%;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 14px;
}

.cta .cta-form .form-footer {
    font-weight: 300;
    font-size: 10px;
    text-indent: 10px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: 30px;
  }

.about .works .work {
    width: 33.3333333333%;
    padding: 3rem 6rem 0;
}

.about .works .work a {
    text-decoration: none;
}

.about .works .work .work-title {
    font-size: 20px;
}

.questions .question img {
    object-fit: contain;
}

.prez {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    /* margin-bottom: 30px; */
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.prez-item {
    display: flex;
    align-items: center;
}

.prez p {
    margin: 0;
}

.prez a {
    font-family: Bebas Neue Pro;
    color: #00217f;
    text-decoration: none;
    font-weight: 500;
    font-size: 2.5rem;
}

.prez .svg_pdf {
    width: 25px;
    height: 100%;
    margin-left: 15px;
}

.equipment_section h2 {
  font-family: Bebas Neue Pro;
  color: #00217f;
  text-decoration: none;
  font-weight: 500;
  font-size: 2.5rem;
}

.equipment_block table {
    width: 100%;
    border-spacing: 15px 15px;
    border-collapse: separate;
}

.equipment_block table th {
    background: #99acff;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: 500;
}

.equipment_block table th:first-of-type {
    width: 70%;
}

.equipment_block table tr td:first-of-type {
    background: #cdd6ff;
}

.equipment_block table tr td:last-of-type {
    background: #e3e8ff;
    text-align: center;
}

.equipment_block table tr td {
    vertical-align: middle;
}

.table > :not(caption) > * > * {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    height: 80px;
    min-height: 80px;
}

.about .question:last-child {
    border-bottom: 1px solid #5b5b5b;
}

.about .questions {
    padding-bottom: 0;
}

.grecaptcha-badge {
    display: none;
}



@media (min-width: 1000px) and (max-width: 1440px)  {
    .metal-structures.construction .header-metal .header__title {
        max-width: 550px;
    }
}

@media (min-width: 991px) and (max-width: 1399px)  {
    .cta.cta__footer .title-cta {
        padding: 0 40px;
    }
    .cta.cta__footer .cta-form {
        margin: 50px 100px 0;
    }
    
    .cta.cta__footer .cta-block {
        padding: 50px 70px 50px 70px;
      }

}

@media screen and (max-width: 1199px) {
    .cta .cta-margin {
        margin: 0;
    }
    .metal-structures .header-metal .header__left .header__title h1 {
        font-weight: bold;
        font-size: 38px;
        line-height: 60px;
    }
    .about .works .work {
        width: 33.3333333333%;
        padding: 3rem 2rem 0;
    }
    .about .works .first-line, .about .works .second-lin {
        flex-direction: row;
        align-items: normal;
    }
    .about .works .work .work-title {
        font-size: 16px;
        word-wrap: break-word;
    }
    .metal-structures .object-item .object-img img{
        max-width: 360px;
        height: 360px;
        object-fit: cover;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .header__right {
        display: flex;
        justify-content: center;
    }
    .metal-structures .header-metal .header__left {
        padding: 80px 0px 0px 100px;
    }
    .metal-structures .header-metal .header__right .header__form {
        margin-top: 30px;
        max-width: 100%;
    }

    .metal-structures .header-metal .header__left {
        padding: 80px 0px 0px 100px;
        padding: 80px 20px;
    }
    
    .cta .cta-margin {
        margin: 0;
    }
    .cta-block {
        padding: 30px;
    }
    .cta .title-cta {
        padding: 0;
        font-size: 22px;
    }
    .cta .cta-form {
        margin: 30px 0 0;
    }
    .metal-structures .header-metal .header__left .header__title h1 {
        text-align: center;
    }
    .about .works .work {
        width: 50%;
        padding: 2rem;
        margin-bottom: 20px;
    }
    .metal-structures .objects .object-items {
        margin-bottom: 50px;
    }
    .metal-structures .objects .object-items:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .metal-structures .benefits .benefits-img {
        text-align: center;
        margin-bottom: 15px;
    }
    .metal-structures .benefits .benefits-content{
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .metal-structures .header-metal .header__left .header__title h1 {
        font-weight: bold;
        font-size: 28px;
        line-height: 44px;
    }
    .our-customers-desc {
        display: none;
    }
    
    .our-customers-item .our-customers-img {
        height: auto;
    }
    .our-customers-item .our-customers-img img {
        max-width: 95%;
    }
    .metal-structures .header-metal .header__right .header__form {
        padding: 40px;
      }
}

.about .works .work-wrapper, .about .works .work .work-logo img {
    transition: 0.3s;
}
.about .works .work-wrapper.item-active {
    filter: contrast(130%);
    box-shadow:0 0 30px #0050e4;
}
.about .works .work-wrapper:hover .work-logo img {
    transform: scale(1.2);
    filter: contrast(130%);
}