.header-block {
    position: absolute;
    height: 180px;
    width: 100%;
    z-index: 99;
}

.main-block {
    background: url(/img/bg/main_bg.jpg) center;
    background-size: cover;
    padding-top: 180px;
}
.main-block.main-block-asme {
    background: url(/img/bg/bg-main-1021.jpg) center;
    background-size: cover;
}
.main-box .row {
    align-items: center;
    /* margin-top: 48px; */
}
header {
    padding: 15px 0 10px;
}
header .container {
    position: relative;
}
.lng-box {
    position: absolute;
    left: -98px;
    top: 11px;
    width: 76px;
    height: 38px;
}
.soc-box {
    position: absolute;
    right: -68px;
    top: 15px;
}
.soc-box ul li {
    float: left;
    margin: 0 7px;
}
.header-topbar {
    flex-wrap: nowrap;
}
.head-col-1,
.head-col-2 {
    display: flex;
    align-items: center;
}
.head-col-2 {
    justify-content: flex-end;
}
.logo-box:not(.mobile-logo) {
    display: flex;
    align-items: center;
    margin-right: 7%;
}

.logo-box a {
display: flex;
align-items: center;
}
.btn-mobile-box {
    display: none;
}

.btn-mobile-box a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 0;

}

.calculator-bolty {
    margin-right: 5%;
    position: initial;
}
.calculator-bolty .calc-bolty {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.calculator-bolty #btn-calc {
    display: flex;
    align-items: center;
}
.calculator-bolty #btn-calc > span {
    font-size: 13px;
}
.calculator-bolty #btn-calc > i.fa {
    font-size: 24px;
    margin-left: 12px !important;
}
.email-box {
    margin-right: 7%;
}
.email-box a {
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: none;
    line-height: 1.3em;
}
.email-box a span {
    border-bottom: 1px solid #fff;
}
.email-box img {
    margin-left: 9px;
}
.btn-box {
    margin-right: 5%;
}

.btn.btn-blue {
    position: relative;
    z-index: 2;
    background-color: unset;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

.btn.btn-blue::before {
    position: absolute;
    width: 140%;
    height: 100%;
    content: "";
    top: 0;
    left: -20%;
    z-index: -1;
    background: linear-gradient(
        101.34deg,
        #0057a1 35.01%,
        #0e6bbb 45.74%,
        #0771cc 49.6%,
        #0960aa 56.47%,
        #074f8c 65.48%
    );
    transition: left 0.25s cubic-bezier(0.47, 0, 0.75, 0.72);
}

.btn.btn-blue::after {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: #0057a1;
}

.btn.btn-blue:hover::before {
    left: 0%;
    transition: left 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.btn.btn-blue:active::before {
    left: 100%;
}

.btn.btn-blue.popup-with-form {
    padding: 8px 16px;
    display: flex;
    align-items: center;
}
.btn.btn-blue.popup-with-form img {
    margin-left: 7px;
}
.phones-box {
    flex: none;
    margin-right: 2%;
}
.phones-box .email-box {
    display: none;
}
.phones-box .phone-box {
    font-size: 14px;
}
.worktime-box {
    color: #fff;
    font-size: 12px;
    text-align: right;
}

.navigation ul li ul.submenu li.calculator-bolty a {
    font-size: 14px;
}

.main-box .row .row-col-1 {
    margin-bottom: 36px;
}

.main-box .title {
    margin: 0 0 20px;
    animation: none;
    opacity: 1;
    font-size: 40px;
    line-height: 1.2;
    text-transform: initial;
    font-family: NeoSansCyr-Medium;
    
}

.main-box .title .red_line {
    background-color: #FF0F0F;
}

.main-box .title b {
    font-family: NeoSansCyr-Medium;
}

.main-box .subtitle1 {
    font-size: 18px;
    
    line-height: 107%;
}

.main-box .subtitle2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 107%;
    margin: 0 0 48px;
    width: 60%;
}

.sertifikaty {
    display: flex;
    margin: 0 0 48px;
    justify-content: space-between;
    
    
    column-gap: 30px;
}

.sertifikaty .sertifikat {
    display: flex;
    line-height: 1.5em;
    opacity: 0.6;
    gap: clamp(20px, 5vw, 40px);
    font-size: 20px;
    line-height: 116%;
    transition: 0.15s opacity ease;
}

.sertifikaty .sertifikat:hover {    
    opacity: 1;
}

.sertifikaty .sertifikat .primary:not(b),
.sertifikaty .sertifikat p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.sertifikaty .sertifikat b {
    font-size: 24px;
    margin-bottom: 4px;
    display: block;
}

.sertifikaty .sertifikat img {
    /* margin-right: 18px; */
    height: fit-content;
}
.menu-mp-links {
    margin: 0 -10px;
}
.menu-mp-links a {
    margin: 0 10px;
}
.rqst-frm-popup {
    display: none;
    max-width: 370px;
    width: 100%;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 9999;
}
.rqst-frm-popup form {
    position: relative;
}
.rqst-frm-popup-close {
    color: #bbb;
    position: absolute;
    top: 2px;
    right: 11px;
    font-size: 18px;
    font-family: arial;
    font-weight: bold;
    cursor: pointer;
}
.rqst-frm-popup-close:hover {
    color: #ccc;
}
.rqst-frm-dark-bg {
    display: none;
    background: rgb(0 0 0 / 50%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}
.rqst-frm {
    max-width: 480px;
    width: 100%;
}
.rqst-frm form {
    width: 100%;
    background: transparent;
    color: #fff;
    padding: 20px;
    margin: 0 auto;
}
.main-box-main .rqst-frm form {
    padding: 17px 20px 13px;
}
.main-box-main .rqst-frm form {
    margin: 0;
}
.rqst-frm .rqf-headline {
    line-height: 1.3em;
    margin: 0 0 15px;
    font-weight: bold;
}
.rqst-frm label {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}
.rqst-frm .rqf-name {
    display: none;
}
.rqst-frm input[type="text"],
.rqst-frm input[type="email"],
.rqst-frm input[type="tel"],
.rqst-frm textarea {
    display: block;
    width: 100%;
    padding: 0 13px;
    background: transparent;
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.rqst-frm input[type="text"]:focus,
.rqst-frm input[type="email"]:focus,
.rqst-frm input[type="tel"]:focus,
.rqst-frm textarea:focus {
    border-color: #fff;
}

.rqst-frm input[type="text"]:focus ~ svg path,
.rqst-frm input[type="email"]:focus ~ svg path,
.rqst-frm input[type="tel"]:focus ~ svg path,
.rqst-frm textarea:focus ~ svg path {
    fill: #fff;
}

.rqst-frm label svg {
    position: absolute;
    right: 10px;
    z-index: 1;
}

.rqst-frm input[type="text"]::placeholder,
.rqst-frm input[type="email"]::placeholder,
.rqst-frm input[type="tel"]::placeholder,
.rqst-frm textarea::placeholder {
    color: #fff;
}
.rqst-frm input[type="email"] {
    /* background: url(/img/main/icon_email_form.png) right 13px center no-repeat; */
}
.rqst-frm textarea {
    height: 140px;
    padding-top: 9px;
    min-height: 89px;
}
.main-box-main .rqst-frm textarea {
    height: 87px;
}
.rqst-frm .rqf-file {
    /*  background: url(/img/main/icon_file_form.png) right 13px center no-repeat; */
    font-size: 16px;
    border: 1px solid #666;
    margin: 0 0 13px;
    padding: 8px 13px;
    cursor: pointer;
    line-height: 1.3em;
    border-radius: 5px;
}

.rqst-frm .rqf-file input[type="file"] {
    display: none;
}
.rqst-frm .rqf-file-input {
    display: none;
}

.rqf-file-input .rqst-frm .rqf-alert {
    color: red;
}
.rqst-frm button {
    background: none;
    overflow: hidden;
    color: #fff;
    width: 100%;
    height: 45px;
    margin: 0 0 10px;
    line-height: 1.3em;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    transition: none;
}

.rqst-frm button::before,
.how-order-block .of-row-2 .of-field-3::before,
.how-order-block .of-field-submit::before {
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    width: 140%;
    left: -20%;
    top: 0;
    background: linear-gradient(
        101.34deg,
        #0057a1 35.01%,
        #0e6bbb 45.74%,
        #0771cc 49.6%,
        #0960aa 56.47%,
        #074f8c 65.48%
    );
    transition: left 0.25s cubic-bezier(0.47, 0, 0.75, 0.72);
}

.rqst-frm button::after,
.how-order-block .of-row-2 .of-field-3::after,
.how-order-block .of-field-submit::after,
.how-order-block .of-row-3 .of-field-submit:hover::after {
    z-index: -2;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #0057a1;
}

.rqst-frm button:hover::before,
.how-order-block .of-row-2 .of-field-3:hover::before,
.how-order-block .of-field-submit:hover::before,
.how-order-block .of-row-3 .of-field-submit:hover::before {
    left: 0%;
    transition: left 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.rqst-frm button:hover {
    /* background: linear-gradient(101.1deg, #0057A1 47.22%, #0E6BBB 62.88%, #0771CC 68.51%, #0960AA 78.53%, #074F8C 91.68%);
    transition: all 0.15s ease-out; */
}

.rqst-frm button:active::before {
    /* background: #0057A1; */
    left: 60%;
}

.rqst-frm button:active {
    background: #0057a1;
    transition: none;
}

.rqst-frm button.succeeded {
    background: #149e1f;
}
.rqst-frm button.succeeded br {
    display: none;
}
.rqst-frm .rqf-note {
    color: #cdcdcd;
    line-height: 1.3em;
    font-size: 13px;
}
.rqst-frm .rqf-note a {
    color: #2375ba;
}
.main-block.section-animate.is-visible .main-box .title {
    animation: none;
    opacity: 1;
}

.asme-products {
    padding: 60px 0 30px;
    border-bottom: 3px solid #ddd;
}
.products .cat-box {
    padding: 20px;
    height: 287px;
}
.products .cat-box .title {
    font-size: 20px;
}
.red-link {
    font-size: 14px;
}

.asme-text-block {
    margin: 60px 0;
}
.asme-text-block .atb-headline,
.asme-text-block h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-family: NeoSansCyr-Medium;
    line-height: 1.3em;
}
.asme-text-block table {
    width: 100%;
    float: left;
    max-width: 48%;
    margin: 0 2% 25px 0;
}
.asme-text-block table tr th,
.asme-text-block table tr td {
    padding: 7px 14px;
}
.asme-text-block table tr th {
    background: #0057a1;
    color: #fff;
    border: 1px solid #0057a1;
}
.asme-text-block table tr td {
    border: 1px solid #bbb;
    text-align: center;
}

.asme-request-info {
    text-align: center;
    margin: 60px 0;
}
.asme-request-info .ari-headline {
    text-transform: uppercase;
    font-size: 36px;
    font-family: NeoSansCyr-Medium;
    margin: 0 0 13px;
    padding: 0 0 0px;
    line-height: 1.3em;
}
.asme-request-info .ari-info {
    font-size: 18px;
    line-height: 1.3em;
    margin: 0 0 30px;
    padding-top: 10px;
    border-top: 2px solid #ff0f0f;
    display: inline-block;
}
.asme-request-info .ari-items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.asme-request-info .ari-item {
    font-family: NeoSansCyr-Medium;
    position: relative;
}
.asme-request-info .ari-item-row {
    font-size: 18px;
    line-height: 1.3em;
}
.asme-request-info .ari-item-row-1 {
    margin: 0 0 18px;
}
.asme-request-info .ari-item-1 .ari-item-row-1 {
    margin: 0 0 26px;
}
.asme-request-info .ari-item-1 .ari-item-row-1 a {
    color: #0057a1;
    font-size: 24px;
    text-decoration: underline;
}

.asme-request-info.ari-dark {
    background: #444 url(/img/main/req_dark_bg.jpg);
    color: #fff;
    margin: 0 0 48px;
    padding: 60px 0 48px;
}
.asme-request-info.ari-dark .ari-item-1 .ari-item-row-1 a {
    color: #fff;
}

.asme-partnership-info {
    background: #444 url(/img/main/partnership_bg.jpg);
    color: #fff;
    padding: 60px 0 48px;
}
.asme-partnership-info .api-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.asme-partnership-info .api-headline {
    text-transform: uppercase;
    font-size: 36px;
    font-family: NeoSansCyr-Medium;
    margin: 0 0 48px;
    line-height: 1.3em;
}
.asme-partnership-info .api-subtitle {
    font-size: 36px;
    font-family: NeoSansCyr-Medium;
    margin: 0 0 24px;
    padding: 0 0 20px;
    border-bottom: 2px solid #ff0f0f;
    line-height: 1.3em;
}
.asme-partnership-info .api-item {
    display: flex;
    margin: 0 0 60px;
}
.asme-partnership-info .api-item:last-child {
    margin: 0;
}
.asme-partnership-info .api-item-column {
    font-size: 16px;
    line-height: 1.3em;
}
.asme-partnership-info .api-item-1 .api-item-column-1,
.asme-partnership-info .api-item-2 .api-item-column-2,
.asme-partnership-info .api-item-3 .api-item-column-1 {
    max-width: 600px;
}
.asme-partnership-info .api-item-1 .api-item-column-2,
.asme-partnership-info .api-item-2 .api-item-column-2,
.asme-partnership-info .api-item-3 .api-item-column-2 {
    margin: auto;
}
.asme-partnership-info .api-item ul {
    margin: 0 0 16px;
}

.asme-production-info {
    border-bottom: 3px solid #ddd;
    margin: 60px 0 48px;
    padding: 0 0 20px;
}
.asme-production-info .api2-headline {
    text-transform: uppercase;
    font-size: 36px;
    font-family: NeoSansCyr-Medium;
    margin: 0 0 36px;
    line-height: 128%;
}
.asme-production-info .api2-info {
    font-size: 12px;
    margin: 0 0 13px;
}
.asme-production-info .api2-info b {
    font-family: NeoSansCyr-Medium;
}
.asme-production-info .api2-items {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    margin: 0 0 10px;
}
.asme-production-info .api2-item {
    display: flex;
    width: 47%;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.3em;
    margin: 0 0 30px;
    gap: 3%;
    border-radius: 5px;
    height: fit-content;
}
.asme-production-info .api2-item-opened {
    height: auto;
}
.asme-production-info .api2-item .api2-item-column {
    width: 47%;
    height: 100%;
}
.asme-production-info .api2-item .api2-item-column-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 10px 0px #bbb;
}
.asme-production-info .api2-item-opened .api2-item-column-1 img {
    height: 100% !important;
    border-radius: 5px 0px 0px 5px;
}
.asme-production-info .api2-item-column.api2-item-column-2 {
    padding: 21px 1px 14px 27px;
    /*display: flex;
    flex-direction: column;
    justify-content: center;*/
}
.asme-production-info .api2-item .api2-item-logo {
    margin: 0 0 10px;
}
.asme-production-info .api2-item .api2-item-client {
    margin: 0 0 10px;
}
.asme-production-info .api2-item .api2-item-task {
    margin: 0 0 10px;
}
.asme-production-info .api2-item .api2-item-flag {
    width: 18px;
    margin-left: 5px;
}
.asme-production-info .api2-item .api2-item-extra {
    font-size: 14px;
    margin: 0 0 10px;
}
.asme-production-info .api2-item .api2-item-description,
.asme-production-info .api2-item .api2-item-description-full {
    font-size: 14px;
    margin: 0 0 10px;
}
.asme-production-info .api2-item .api2-item-description-full {
    display: none;
}
.asme-production-info .api2-item .api2-item-description p,
.asme-production-info .api2-item .api2-item-description-full p {
    margin: 0 0 10px;
}
.asme-production-info .api2-item .api2-item-link a {
    /* background: #0057a1;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    transition: 0.3s; */
    min-width: fit-content;
}

.asme-production-info .api2-item .api2-item-link {
    min-width: fit-content;
    margin-left: -27px;
    display: flex;
    justify-content: center;
}

.api2-item-link .btn-blue {
    width: 100%;
    font-size: 16px;
}

.asme-production-info .api2-item .api2-item-link a:hover {
    /*  background: #0c65b2; */
}
.asme-production-info .api2-more-link {
    text-align: center;
}

.asme-production-info .api2-item-link .btn-blue {
    border: 1px solid #0057a1;
    color: #0057a1;
}

.asme-production-info .api2-item-link:hover .btn-blue {
    color: #fff;
}
.asme-production-info .api2-item-link .btn-blue::after,
.asme-production-info .api2-item-link .btn-blue::before  {
    transition: 0.25s all ease;
}

.asme-production-info .api2-item-link:not(:hover) .btn-blue::after,
.asme-production-info .api2-item-link:not(:hover) .btn-blue::before {
    opacity: 0;
    
}
.asme-production-info .api2-more-link a {
    background: #0057a1;
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    transition: 0.3s;
    margin: auto;
    font-size: 16px;
    width: 100%;
    max-width: 260px;
}
.asme-production-info .api2-more-link a:hover {
    background: #0b64b0;
}

.asme-gallery-info {
    border-bottom: 3px solid #ddd;
    margin: 60px 0 48px;
    padding: 0 0 36px;
}
.asme-gallery-info .agi-headline {
    text-transform: uppercase;
    font-size: 36px;
    font-family: NeoSansCyr-Medium;
    margin: 0 0 13px;
    text-align: center;
    line-height: 1.3em;
}
.asme-gallery-info .agi-items {
    margin: 0 0 20px;
}
.asme-gallery-info .agi-items-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    transition: 0.7s;
}
.asme-gallery-info .agi-item {
    margin: 0 0 20px;
}
.asme-gallery-info .agi-item img {
    height: 338px;
}
.asme-gallery-info .agi-more-link {
    text-align: center;
}
.asme-gallery-info .agi-more-link a {
    background: #0057a1;
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    transition: 0.3s;
    margin: auto;
    font-size: 16px;
    width: 100%;
    max-width: 460px;
}

.asme-team-info {
    margin: 60px 0 30px;
}
.asme-team-info .ati-headline {
    text-transform: uppercase;
    font-size: 36px;
    font-family: NeoSansCyr-Medium;
    margin: 0 0 23px;
    text-align: center;
    line-height: 1.3em;
}
.asme-team-info .ati-items {
    display: flex;
    justify-content: space-evenly;
}
.asme-team-info .ati-item {
    text-align: center;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    margin: 0 0 26px;
}
.asme-team-info .ati-item .ati-item-row-1 {
    margin: 0 0 10px;
}
.asme-team-info .ati-item .ati-item-name b {
    font-weight: bold;
}
.asme-team-info .ati-item .ati-item-row-1 img {
    filter: grayscale(100%);
    transition: 0.3s;
    transform-origin: bottom;
    transform: scale(100%);
}
.asme-team-info .ati-item .ati-item-row-1 img:hover {
    filter: grayscale(0%);
    transform: scale(103%);
}

.asme-producing-info {
    background: #444 url(/img/main/producing_bg.jpg);
    color: #fff;
    padding: 60px 0 78px;
}
.asme-producing-info .api3-headline {
    text-transform: uppercase;
    font-size: 36px;
    font-family: NeoSansCyr-Medium;
    margin: 0 0 48px;
    line-height: 1.3em;
}
.asme-producing-info .api3-items {
    display: flex;
    justify-content: space-between;
    gap: 26px;
}
.asme-producing-info .api3-item {
    background: #000;
    display: flex;
    flex-direction: column;
    flex: 1;
    transition: 0.5s;
    position: relative;
}
.asme-producing-info .api3-item:hover {
    background: #0057a1;
    margin-top: -25px;
    padding-bottom: 50px;
    margin-bottom: -25px;
}
.asme-producing-info .api3-item:after {
    content: "";
    background: url(/img/main/api3-2-bg-icon.png);
    width: 117px;
    height: 97px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
}
.asme-producing-info .api3-item:hover:after {
    opacity: 1;
}
.asme-producing-info .api3-item .api3-item-row-1 {
    font-size: 24px;
    font-family: NeoSansCyr-Medium;
    padding: 26px 23px 16px;
    border-bottom: 2px solid #ff0f0f;
    line-height: 1.3em;
}
.asme-producing-info .api3-item .api3-item-row-2 {
    padding: 20px 23px;
    line-height: 1.6em;
}

.asme-sertificates-info {
    margin: 60px 0;
}
.asme-sertificates-info .asi-headline {
    text-transform: uppercase;
    font-size: 36px;
    font-family: NeoSansCyr-Medium;
    margin: 0 0 28px;
    text-align: center;
    line-height: 1.3em;
}
.asme-sertificates-info .asi-items {
    display: flex;
    justify-content: space-evenly;
}
.asme-sertificates-info .asi-item {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.asme-sertificates-info .asi-item .asi-item-row-1 {
    margin: 0 0 10px;
}
.asme-sertificates-info .asi-item .asi-item-name b {
    font-weight: bold;
}

footer {
    background: #fff;
    color: #000;
}
footer h4 {
    color: #0057a1;
    font-size: 20px;
    margin-bottom: 20px;
}
footer ul li {
    margin-bottom: 10px;
}
footer ul li a {
    font-weight: 400;
    color: #000;
}
footer a {
    color: #0057a1;
}
footer a:hover {
    color: #1277cd;
}
footer .f-contacts {
    color: #000;
    text-align: right;
}
footer .f-contacts a {
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: bold;
}
footer .f-contacts .social-links {
    margin: 0 0 13px;
}
footer .f-contacts .social-links a {
    margin-right: 15px;
    border-bottom: none;
}
footer .f-contacts .social-links a:last-child {
    margin-right: 0;
}
footer .btm-footer {
    border-top: none;
}
footer .btm-footer,
footer .btm-footer a {
    color: #c4c4c4;
}

.map-block .shipping {
    font-size: 17px;
}
.map-block .shipping > h2:first-child {
    color: #0057a1;
    font-size: 36px;
    margin: 0 0 13px;
    line-height: normal;
}

.cntcts-box {
    padding: 10px;
    position: fixed;
    padding: 10px 7px;
    right: 3px;
    bottom: 0;
    box-shadow: 0 0 10px #bbb;
    z-index: 9999;
}
.cntcts-box ul {
    background: #0057a1;
    padding: 20px 10px;
}
.cntcts-box ul li {
    margin: 0 0 20px;
}
.cntcts-box ul li:last-child {
    margin: 0;
}
.cntcts-box ul li a img {
    width: 24px;
}

@media (max-width: 1359px) {
    .main-block {
        height: auto;
    }

    
    .main-block .row {
        height: auto;
    }
    .jquery-background-video-wrapper {
        height: auto;
    }
    /* .navigation ul li:first-child, */
    .navigation ul.submenu li {
        margin: 0 16px;
    }
    .products .cat-box img {
        width: auto;
    }
    .asme-partnership-info .api-item-1 .api-item-column-2 {
        margin-left: 30px;
    }
    .asme-partnership-info .api-item-2 .api-item-column-1 {
        margin-right: 30px;
    }
    .asme-partnership-info .api-item-3 .api-item-column-2 {
        margin-left: 30px;
    }
    .asme-team-info .ati-items {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 992px) {
    .container.map-block {
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .asme-gallery-info .agi-items:hover .agi-items-row-1 {
        margin-left: -78px;
        margin-right: 78px;
    }
    .asme-gallery-info .agi-items:hover .agi-items-row-2 {
        margin-left: 78px;
        margin-right: -78px;
    }
    .asme-gallery-info .agi-items:hover .agi-items-row-3 {
        margin-left: -78px;
        margin-right: 78px;
    }
}

@media screen and (max-width: 1359px) {
    .head-col-1 {
        flex: 0 1 fit-content;
    }
}

@media screen and (max-width: 991px) {
    .head-col-1 {
        display: none;   
    }

    .head-col-2 {
        justify-content: space-between;
    }

    .btn-mobile-box {
        display: block;
    }

    .head-col-2 .btn-blue{
        padding: 8px 17px;
    }

    .head-col-2 .btn-blue img {
        display: none;
    }

    .logo-box:not(.mobile-logo) {
        display: none;
    }
    .calculator-bolty #btn-calc {
        padding-bottom: 5px;
    }
    .main-block .row .row-col-1-1 {
        margin: 0;
    }
    .main-block-asme .row .row-col-1-1 {
        margin: 0;
    }
    .main-block .row .row-col-1-2 {
        margin: 0 0 20px;
    }
    .rqst-frm {
        margin: 0 auto 48px;
    }
    /* .rqst-frm form {
        max-width: 100%;
    } */

    .asme-request-info .ari-items {
        display: block;
    }
    .asme-request-info .ari-item {
        margin: 0 0 30px;
    }
    .asme-request-info .ari-items > img {
        display: none;
    }
    .asme-request-info .ari-info br {
        display: none;
    }
    .asme-request-info .ari-item-3 {
        margin: 0;
    }

    .asme-partnership-info .api-item {
        flex-direction: column;
    }
    .asme-partnership-info .api-item-1 .api-item-column-2,
    .asme-partnership-info .api-item-2 .api-item-column-1,
    .asme-partnership-info .api-item-3 .api-item-column-2 {
        margin: 0 0 25px;
        order: 1;
    }
    .asme-partnership-info .api-item-1 .api-item-column-1,
    .asme-partnership-info .api-item-2 .api-item-column-2,
    .asme-partnership-info .api-item-3 .api-item-column-1 {
        margin: 0;
        order: 2;
    }

    .asme-production-info .api2-items {
        gap: 4%;
    }
    .asme-production-info .api2-item {
        flex-direction: column;
        gap: 0;
        width: 48%;
    }
    .asme-production-info .api2-item .api2-item-column {
        width: 100%;
        height: auto;
    }

    .asme-gallery-info .agi-items {
        justify-content: center;
    }

    .asme-producing-info .api3-items {
        display: block;
    }
    .asme-producing-info .api3-item {
        margin: 0 0 30px;
    }
    .asme-producing-info .api3-item br {
        display: none;
    }
    .asme-producing-info .api3-item.api3-item-active {
        background: #0057a1;
        margin-top: 0;
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
    .asme-producing-info .api3-item.api3-item-4 {
        margin: 0;
    }
    .asme-gallery-info .agi-more-link a {
        width: auto;
    }

    .asme-team-info .ati-item {
        width: 50%;
    }

    .map-block .shipping {
        /* margin-top: 20px; */
        padding: 0;
    }

    footer .btm-footer {
        margin-top: 0;
    }

    footer .row {
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .soc-box {
        display: none;
    }

    .head-col-1 {
        display: block;   
    }

    .head-col-2 {
        justify-content: flex-end;
    }

    .lng-box {
        left: 14px;
        top: 15px;
    }

    .main-box {
        padding: 30px 0;
    }

    .phones-box .phone-box-2 {
        display: none;
    }
    .phones-box .email-box {
        display: block;
    }
    .phones-box .email-box a {
        font-size: 14px;
    }
    .phones-box .email-box a span {
        border: none;
    }
    .phones-box .email-box a img {
        display: none;
    }

    .sertifikaty {
        display: block;
    }

    .sertifikaty .sertifikat {
        margin: 0 0 20px;
    }

    .asme-sertificates-info .asi-items {
        display: block;
    }
    .asme-sertificates-info .asi-item {
        width: 50%;
        float: left;
        margin: 0 0 20px;
    }

    .asme-text-block table {
        width: 100%;
        float: left;
        max-width: 100%;
        margin: 0 0 25px;
    }

    .asme-team-info .ati-item {
        width: 100%;
    }

    footer .f-contacts {
        text-align: left;
    }

    footer .btm-footer {
        margin-top: 0;
        padding-top: 0;
    }

    footer .f-box {
        margin-bottom: 0;
    }

    footer .f-contacts {
        margin-top: 40px;
    }
}

@media screen and (max-width: 479px) {
    .asme-production-info .api2-items {
        flex-direction: column;
    }
    .asme-production-info .api2-item {
        width: 100%;
    }
}
