/* .footer .footer__row .footer__col:nth-child(3) {
    order: 4;
}
.footer .footer__row .footer__col:nth-child(4) {
    order: 3;
}
.footer .footer__row .footer__col:nth-child(5) {
    order: 5;
}

@media (max-width: 767px) {
    .footer .footer__row .footer__col:nth-child(3) {
        order: 2;
    }
    .footer .footer__row .footer__col:nth-child(5) {
        order: 4;
    }
} */

/* Link copied */
.link-copied {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFF;
    background: #000;
    border-radius: 6px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    z-index: 100;
    transition: all 0.6s ease-out;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, 100px);
}
.link-copied.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    /* Link copied */
    .link-copied {
        padding: 10px;
        width: 100%;
        max-width: 300px;
        text-align: center;
        bottom: 10px;
    }
}

.hs-submit .actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-column-gap: 20px;
    grid-column-gap: 20px;
    -ms-grid-row-gap: 20px;
    grid-row-gap: 20px;
}

.hs-button {
    padding: 25px 32px 23px;
    display: inline-block;
    font-family: "Ploni", Tahoma;
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 0;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #ff2d00;
    background: #ff2d00;
    cursor: pointer;
    box-shadow: 0 0 0 0 #ff2d00;
    transition: all 0.3s ease-out;
    border-radius: 6px;
    margin-top: 20px;
}

.popup__request .hs-button {
    border-radius: 30px;
    margin-top: 20px;
    max-width: 277px;
}
.hs-button:hover {
    box-shadow: 0 0 0 3px #ff2d00;
}
.hs-button.hs-button--transparent {
    color: #ff2d00;
    background: none;
    border: 2px solid #ff2d00;
    box-shadow: 0 0 0 0 #ff2d00;
}
.hs-button.hs-button--transparent:hover {
    color: #e02800;
    border-color: #e02800;
    box-shadow: 0 0 0 0 #ff2d00;
}
.hs-button.hs-button--transparent:active {
    opacity: 0.3;
}
.hs-button.hs-button--transparent-grey {
    color: #444;
    background: none;
    border: 2px solid rgba(68, 68, 68, 0.3);
    box-shadow: 0 0 0 0 #444;
}
.hs-button.hs-button--transparent-grey:hover {
    border-color: #444;
    box-shadow: 0 0 0 0 #444;
}
.hs-button.hs-button--transparent-grey:active {
    border-color: rgba(68, 68, 68, 0.3);
}
.hs-button.hs-button--center {
    margin: 0 auto;
    display: block;
    width: -webkit-max-content;
    width: max-content;
}
.hs-button.hs-button span {
    transition: all 0.3s ease-out;
}
.hs-button.hs-button:active span {
    opacity: 0.3;
}
@media (max-width: 767px) {
    .hs-button {
        padding: 20px 22px 17px;
        font-size: 16px;
        border-radius: 30px;
    }
    .hs-button:hover {
        box-shadow: 0 0 0 0;
    }
}


.form-request {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-column-gap: 20px;
    grid-column-gap: 20px;
    -ms-grid-row-gap: 20px;
    grid-row-gap: 20px;
}
.hs-form {
    display: flex;
    flex-direction: column;
}
.hs-form fieldset {
    max-width: none !important;
    display: flex;
    gap: 20px;
}
.hs-form .hs-form-field {
    width: 100% !important;
    float: none !important;
}
.hs-form .input:not([type=hidden]) {
    margin: 0 !important;
    display: contents;
}
.hs-form .input input:not([type=hidden]),
.hs-form .input textarea:not([type=hidden]) {
    margin-bottom: 20px !important;
}
.hs-form .input input:not([type=hidden]).error,
.hs-form .input textarea:not([type=hidden]).error {
    border-color: #FFD8D8;
    background: #FBE9E5;
}
.legal-consent-container,
.hs-error-msgs {
    display: none;
}
.form-request__col {
    grid-column-start: 1;
    grid-column-end: 3;
    position: relative;
}

.hs-input {
    width: 100% !important;
}

.hs-form .hs-fieldtype-textarea.hs-input {
    min-height: 115px;
    resize: none;
}
.form-request__input, .hs-input {
    padding: 14px 20px;
    display: block;
    font-family: "Ploni", Tahoma;
    font-weight: 500;
    font-size: 18px;
    color: #5b5f6f;
    line-height: 1;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    background: #eeeef1;
    transition: all 0.3s ease-out;
}
.form-request__input::placeholder,
.hs-input::placeholder {
    font-family: inherit;
    font-weight: 500;
    font-size: 18px;
    color: #5b5f6f;
    opacity: 0.3;
}
.form-request__input:hover,
.hs-input:hover {
    background: #e4e4e7;
}
.form-request__input:focus,
.hs-input:focus {
    border-color: #5b5f6f;
    background: #fff;
    outline: none;
}
.form-request__input:focus::placeholder,
.hs-input:focus::placeholder {
    opacity: 1;
}
.form-request__input[data-formRequest="full"] {
    grid-column-start: 1;
    grid-column-end: 3;
}
.form-request__input[data-formRequest="large"] {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 4;
}
.form-request__input.textarea {
    min-height: 115px;
    resize: none;
}
.form-request__input.error {
    border-color: #ffd8d8;
    background: #fbe9e5;
}
.form-request__input.file {
    background: none;
    font-size: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.form-request__input.file:hover {
    border-color: #dadada;
}
.form-request__file-label {
    width: 100%;
    padding: 15px 35px 15px 20px;
    display: block;
    font-family: "Ploni", Tahoma;
    font-weight: 500;
    font-size: 18px;
    color: #5b5f6f;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.form-request__file-label:hover {
    border-color: #dadada;
}
.form-request__file-label.green {
    border-color: #56ad31;
}
.form-request__file-ico {
    padding: 0;
    display: block;
    width: 16px;
    height: 20px;
    font-size: 0;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    opacity: 0.3;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.form-request__file-ico:hover {
    opacity: 1;
}
.form-request__file-ico:active {
    opacity: 0.1;
}
.form-request__file-ico.trash {
    background: url(../images/ico/trash-ico.svg) no-repeat center;
    background-size: contain;
    display: none;
}
.form-request__file-ico.download {
    background: url(../images/ico/download-ico.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
}
.form-request__btn {
    margin-top: 20px;
    border-radius: 6px;
}
@media (max-width: 1260px) {
    .form-request.rows {
        grid-template-columns: 1fr;
    }
    .form-request__input[data-formRequest="large"] {
        grid-column-start: auto;
        grid-column-end: auto;
        grid-row-start: auto;
        grid-row-end: auto;
    }
}
@media (max-width: 767px) {
    .form-request {
        grid-template-columns: 1fr;
        -ms-grid-row-gap: 20px;
        grid-row-gap: 10px;
        -ms-grid-column-gap: 0;
        grid-column-gap: 0;
        grid-auto-columns: auto;
    }
    .form-request__input,
    .form-request__btn {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .form-request__input {
        padding: 10px 15px;
        font-size: 16px;
    }
    .form-request__input::placeholder {
        font-size: 16px;
    }
    .form-request__input[data-formRequest="large"] {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: auto;
        grid-row-end: auto;
    }
    .form-request__file-label {
        padding: 12px 15px 11px;
        font-size: 16px;
    }
    .form-request__file-ico {
        width: 12px;
        height: 12px;
        right: 15px;
    }
    .hs-form fieldset {
        flex-direction: column;
        gap: 0;
    }
	.hs-form .input input:not([type=hidden]),
	.hs-form .input textarea:not([type=hidden]) {
		margin-bottom: 10px !important;
		padding: 10px 15px;
        font-size: 16px;
	}
	.hs-submit .actions {
		display: flex;
	}
}

span.footer__nav-link:hover {
	color: #444;
}

.post__content a{color:#FF2D00;border-bottom:1px solid #FF2D00;transition:all .3s ease-out}.post__content a:hover{border-bottom-color:rgba(255,45,0,0)}.post__content a:active{opacity:.2}