@font-face {
    /* font-display: optional; */
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    /* font-display: optional; */
    font-family: "Roboto-Italic";
    src: url("../fonts/Roboto-Italic.ttf") format("truetype");
    font-style: Italic;
    font-weight: 400;
}

@font-face {
    /* font-display: optional; */
    font-family: "RobotoCondensed-Regular";
    src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    /* font-display: optional; */
    font-family: "RobotoCondensed-Italic";
    src: url("../fonts/RobotoCondensed-Italic.ttf") format("truetype");
    font-style: Italic;
    font-weight: 300;
}

@media (min-width: 1560px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1559px) {
    .container {
        max-width: 100%;
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 100% !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    scroll-behavior: smooth;
}

h1 {
    margin-bottom: 0;
}

input::selection, textarea::selection {
    color: #fff;
    background-color: #FF6300;
}

main {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

main {
    padding-top: 62px;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: rgba(53%, 53%, 53%, 0.4);
}

body::-webkit-scrollbar-thumb {
    background-color: #292E34;
}

@keyframes dark-theme {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.sticky {
    top: 0;
    position: fixed !important;
    z-index: 999;
}

.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    box-sizing: border-box;
}

.header__logo-wrap {
    margin-right: auto;
}

.header__contacts-block {
    display: flex;
    align-items: center;
    margin-right: 95px;
}

.header__contact-group {
    display: flex;
    text-decoration: none;
    margin-right: 42px;
}

.header__contact-group:last-child {
    margin-right: 0;
}

.header__contact-group-info {
    margin-left: 10px;
}

.header__contact-group-icon {
    fill: #DFDFDF;
    margin: auto 0;
}

/*icons sizes*/

.svg__mail {
    width: 48px;
    height: 36px;
}

.svg__phone {
    width: 34px;
    height: 34px;
}

.svg__address {
    width: 27px;
    height: 42px;
}

/*icons sizes*/

.header__contact-group-text {
    font-family: "Roboto-Italic";
    font-style: Italic;
    font-weight: 400;
    font-size: 14px;
    color: #FF6300;
}

.header__contact-group-contact {
    font-size: 16px;
    font-family: "RobotoCondensed-Italic";
    font-style: Italic;
    font-weight: 300;
    color: #292E34;
    line-height: 1.3;
}

.order__popup-button {
    color: #FFFFFF;
    background-color: #292E34;
    font-size: 16px;
    font-family: "RobotoCondensed-Italic";
    font-style: Italic;
    font-weight: 300;
    border-radius: 50px;
    padding: 10px 22px;
    box-sizing: border-box;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    transition: all 500ms ease;
}

.header__middle {
    width: 100%;
    position: absolute;
    background-color: #292E34;
    /*transition: 0.2s all;*/
    /*-webkit-transition: 0.2s all;*/
    /*-moz-transition: 0.2s all;*/
}

.header__middle-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}

.header__nav-ul {
    margin: 0;
    padding: 0;
}

.header__nav__ul-li {
    display: inline-block;
    list-style: none;
    margin-right: 18px;
}

.header__nav__ul-li:last-child {
    margin-right: 0;
}

.nav__link {
    font-size: 16px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    padding: 5px 0;
}

.nav__link:hover {
    color: #FFB281;
    text-decoration: none;
}

.nav__link-active {
    color: #FFB281;
    border-top: 1px solid #FFB281;
    border-bottom: 1px solid #FFB281;
}

.search-form {
    width: 20%;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 3px 3px 3px 16px;
    box-sizing: border-box;
    margin-left: auto;
}

.search-input {
    width: 84%;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    color: #272727;
    position: relative;
}

.search-input::placeholder {
    font-size: 14px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    color: #272727;
}

.search-form-btn {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FF6300;
    border: none;
    outline: none;
    fill: #fff;
}

.search-form-btn > svg {
    width: 75%;
}

.buttons__group-mobile, .open-menu {
    margin-left: 10px;
}

.tablet-search-button {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FF6300;
    fill: #fff;
}

.open-menu {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
}

.burger-button {
    width: 22px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bar1, .bar2, .bar3 {
    width: 22px;
    height: 2px;
    background-color: #212121;
    margin: 2px 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    border-radius: 6px;
}

.bar3 {
    width: 14px;
    margin-left: auto;
}

.bar1.active {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    -moz-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.bar2.active {
    opacity: 0;
}

.bar3.active {
    width: 22px;
    -webkit-transform: rotate(45deg) translate(-4, -5px);
    -moz-transform: rotate(45deg) translate(-4px, -5px);
    transform: rotate(45deg) translate(-4px, -5px);
}

.footer {
    background-color: #292E34;
    padding: 45px 0;
}

.logo__footer {
    max-width: 157px;
}

.icons__footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 28px;
}

.icon__box {
    width: 29px;
    height: 29px;
    background-color: #fff;
    margin-right: 6px;
    color: #292E34;
    text-decoration: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.icon__box:hover {
    color: #FFF;
    background-color: #292E34;
    text-decoration: none;
}

.icon__box:last-child {
    margin-right: 0;
}

/*form*/

.myform {
    margin-left: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.form-input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    outline: none;
    height: 52px;
    padding: 0 14px;
    box-sizing: border-box;
    font-size: 16px;
    color: #130D0D;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-input::placeholder {
    font-size: 16px;
    color: #7D7A7A;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.form-textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    outline: none;
    padding: 14px;
    box-sizing: border-box;
    font-size: 16px;
    color: #130D0D;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    resize: none;
    height: 265px;
}

.submit-btn {
    background-color: #FF6300;
    color: #fff;
    padding: 12px 26px;
    box-sizing: border-box;
    width: max-content;
    border: 2px solid #FF6300;
    outline: none;
    font-size: 17px;
    display: flex;
    align-items: center;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.submit-btn:hover {
    background-color: #fff;
    color: #FF6300;
}

/*form*/

.footer__list-name {
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    width: 80%;
    border-bottom: 1px solid #FF6300;
    padding-bottom: 14px;
}

.footer__list > ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 14px;
}

.footer__list > ul > li {
    text-decoration: none;
    margin-bottom: 8px;
}

.footer__list > ul > li:last-child {
    margin-bottom: 0;
}

.footer__link {
    font-size: 16px;
    color: #FFFFFF;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.footer__link:hover {
    color: #d3d3d3ad;
}

.footer-contact-svg {
    width: 14px;
    height: 21px;
    fill: #DFDFDF;
}

.svg-wrap {
    width: 30px;
}

.footer__contact {
    font-size: 15px;
    color: #FFFFFF;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.footer__contact:hover {
    color: #d3d3d3ad;
    text-decoration: none;
}

.footer__contact > span {
    margin-bottom: 6px;
}

.footer__contact > span:last-child {
    margin-bottom: 0;
}

.footer-contact {
    margin-bottom: 12px !important;
}

.footer-contact:last-child {
    margin-bottom: 0 !important;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    box-sizing: border-box;
}

.footer__bottom a:hover {
    color: #FF6300;
    transition: 0.3s;
}

.footer__bottom > span, .footer__bottom > span > a {
    font-size: 16px;
    color: #0A0A0A;
    text-decoration: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.3);
}

.modal-content {
    background-color: #fefefe;
    padding: 14px;
    border: 1px solid #888;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.modal-details {
    padding-bottom: 14px;
}

.modal-text {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.modal-content > .myform {
    margin-left: 0;
}

.close {
    color: #aaa;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.page-name {
    font-size: 27px;
    color: #FFFFFF;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-title {
    font-size: 25px;
    color: #1B1C1C;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
}

.breadcrumb-parent {
    height: 40px;
    display: flex;
    align-items: center;
}

.breadcrumb {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.breadcrumb-item > a {
    font-size: 14px;
    font-family: "Roboto-Italic";
    font-style: Italic;
    font-weight: 400;
    color: #8A8A8A;
    text-decoration: none;
}

.breadcrumb-item.active {
    font-size: 14px;
    font-family: "Roboto-Italic";
    font-style: Italic;
    font-weight: 400;
    color: #292E34;
}

.toast-info {
    right: 0;
    background-color: mediumseagreen !important;
}

@media (max-width: 1559px) {
    .header__logo-wrap {
        width: 125px;
    }

    .header__contacts-block {
        margin-right: 36px;
    }

    .header__contact-group {
        margin-right: 24px;
    }

    .nav__link {
        font-size: 15px;
    }

    .svg__mail {
        width: 42px;
        height: 30px;
    }

    .svg__phone {
        width: 28px;
        height: 28px;
    }

    .svg__address {
        width: 22px;
        height: 36px;
    }

    .header__contact-group-text {
        font-size: 12px;
    }

    .header__contact-group-contact {
        font-size: 15px;
    }

    .header__contact-group-info {
        margin-left: 7px;
    }

    .order__popup-button {
        font-size: 15px;
        padding: 8px 16px;
    }

    .form-input {
        height: 42px;
        font-size: 14px;
    }

    .form-input::placeholder {
        font-size: 14px;
    }

    .form-textarea {
        height: 156px;
        font-size: 14px;
    }

    .form-textarea::placeholder {
        font-size: 14px;
    }

    .submit-btn {
        padding: 10px 18px;
        font-size: 15px;
    }

    .footer__list-name {
        font-size: 18px;
    }

    .footer__link {
        font-size: 14px;
    }

    .footer__contact {
        font-size: 13px;
    }

    .footer__bottom > span, .footer__bottom > span > a {
        font-size: 14px;
    }

    .page-name {
        font-size: 24px;
    }

    .page-title {
        font-size: 22px;
    }
}

@media (max-width: 1180px) {
    .nav__link {
        font-size: 14px;
    }

    .header__nav__ul-li {
        margin-right: 12px;
    }

    .order__popup-button {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    main {
        padding-top: 0;
    }

    .header__logo-wrap {
        width: 140px;
    }

    .header__top {
        padding: 12px 0;
        position: fixed;
        background-color: #fff;
        z-index: 1000;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    }

    .header__middle {
        position: static;
        padding-top: 85px;
    }

    .order__popup-button {
        font-size: 16px;
        padding: 10px 24px;
    }

    .search-form {
        display: none;
        width: 38%;
        position: fixed;
        right: 82px;
        top: 20px;
        border: 1px solid #E5E5E5;
        transition: 0.4s all;
        -webkit-transition: 0.4s all;
        -moz-transition: 0.4s all;
        z-index: -1;
        opacity: 0;
        padding: 5px 5px 5px 16px;
    }

    .search-form.active {
        display: flex;
        align-items: center;
        z-index: 2000 !important;
        opacity: 1;
        transition: 0.4s all;
        -webkit-transition: 0.4s all;
        -moz-transition: 0.4s all;
    }

    .search-form-btn {
        min-width: 36px;
        min-height: 36px;
        background-color: #D4D4D4;
    }

    .search-input {
        font-size: 16px;
    }

    .search-input::placeholder {
        font-size: 16px;
    }

    .header__contacts-block {
        margin-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .header__contact-group-contact {
        color: #fff;
        font-size: 15px;
    }

    .header__contact-group {
        margin-right: 0;
    }

    .myform {
        margin-left: 0;
    }

    .form-input, .form-input::placeholder, .form-textarea, .form-textarea::placeholder {
        font-size: 16px;
    }

    .form-input {
        height: 52px;
    }

    .submit-btn {
        font-size: 17px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer__bottom > span, .footer__bottom > span > a {
        font-size: 15px;
    }

    .footer__list-name {
        font-size: 20px;
    }

    .footer__link {
        font-size: 16px;
    }

    .footer__contact {
        font-size: 15px;
    }

    .header__middle-nav {
        /*width: 20%;*/
        height: calc(100vh - 85px);
        position: fixed;
        top: 85px;
        /*right: -1025px;*/
        right: 0;
        opacity: 0;
        display: none;
        padding: 25px;
        box-sizing: border-box;
        background-color: #fff;
        justify-content: flex-end;
        align-items: flex-start;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        overflow-y: auto !important;
    }

    .header__middle-nav.active {
        display: flex;
        z-index: 1000;
        /*right: 0;*/
        opacity: 0;
        animation-name: example;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
    }

    @keyframes example {
        from {
            width: 0px;
            opacity: 0;
        }
        to {
            width: max-content;
            max-width: 70%;
            opacity: 1;
        }
    }

    .header__nav-ul {
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        text-align: right;
        flex-direction: column;
    }

    .header__nav__ul-li {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .nav__link {
        color: #292E34;
        font-size: 15px;
        font-weight: 700;
    }

    .modal-content {
        width: 70%;
    }

    .page-name {
        font-size: 20px;
    }

    .page-title {
        font-size: 19px;
    }

    .lock {
        overflow-y: hidden !important;
    }

    .dark::before {
        content: "";
        position: fixed;
        top: 85px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 999;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        overflow: hidden;
        animation-name: dark-theme;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }
}

@media (max-width: 767px) {
    .svg__mail {
        width: 36px;
        height: 24px;
    }

    .svg__phone {
        width: 24px;
        height: 24px;
    }

    .svg__address {
        width: 18px;
        height: 32px;
    }

    .header__contact-group-contact {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .dark::before {
        top: 56px;
    }

    .header__top {
        padding: 10px 0;
    }

    .header__middle {
        padding-top: 56px;
    }

    .header__middle-content {
        height: 32px;
    }

    .header__logo-wrap {
        width: 82px;
    }

    .header__contact-group {
        align-items: center;
    }

    .header__contact-group-info {
        margin-top: 2%;
        margin-left: 5px;
    }

    .header__contacts-block > .header__contact-group > .svg__mail {
        width: 25px;
        height: 14px;
    }

    .header__contacts-block > .header__contact-group > .svg__phone {
        width: 15px;
        height: 16px;
    }

    .header__contacts-block > .header__contact-group > .svg__address {
        width: 11px;
        height: 22px;
    }

    .header__contacts-block > .header__contact-group > .header__contact-group-icon {
        fill: #FF6300;
    }

    .header__contact-group-contact {
        font-size: 12px;
    }

    .order__popup-button {
        font-size: 12px;
        padding: 7px 12px;
    }

    .tablet-search-button {
        width: 33px;
        height: 33px;
    }

    .open-menu {
        width: 33px;
        height: 33px;
    }

    .buttons__group-mobile, .open-menu {
        margin-left: 7px;
    }

    .burger-button {
        width: 17px;
    }

    .bar1, .bar2, .bar3 {
        width: 17px;
        height: 2px;
        background-color: #212121;
        margin: 2px 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        border-radius: 6px;
    }

    .bar3 {
        width: 12px;
        margin-left: auto;
    }

    .bar3.active {
        width: 17px;
    }

    .header__middle-nav {
        padding: 15px;
        top: 56px;
        height: calc(100vh - 56px);
    }

    .footer {
        padding: 15px 0;
    }

    .footer__bottom {
        padding: 8px 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .contact-links-group {
        margin-top: 15px;
    }

    .icons {
        margin-top: 15px;
    }

    .modal-content {
        width: 90%;
    }

    .search-form {
        width: 51%;
        top: 11px;
        right: 53px;
    }

    .search-form-btn {
        min-width: 24px;
        min-height: 24px;
        width: 26px;
        height: 26px;
    }

    .search-form-btn > svg {
        width: 54%;
    }

    .nav__link {
        font-size: 14px;
    }

    @keyframes example {
        from {
            width: 0px;
            opacity: 0;
        }
        to {
            width: 100%;
            max-width: 100%;
            opacity: 1;
        }
    }
    .page-name {
        font-size: 16px;
    }

    .page-title {
        font-size: 17px;
    }

    .footer__link {
        font-size: 15px;
    }

    .breadcrumb-item > a, .breadcrumb-item.active {
        font-size: 13px;
    }

    .submit-btn {
        font-size: 16px;
        padding: 8px 12px;
    }
}

@media (max-width: 474px) {
    .header__contacts-block > .header__contact-group > .svg__mail {
        width: 16px;
        height: 12px;
    }

    .header__contacts-block > .header__contact-group > .svg__phone {
        width: 11px;
        height: 11px;
    }

    .header__contacts-block > .header__contact-group > .svg__address {
        width: 9px;
        height: 14px;
    }

    .header__contact-group-contact {
        font-size: 11px;
    }
}

@media (max-width: 374px) {
    .header__contact-group-info {
        margin-top: 2%;
        margin-left: 2px;
    }

    .header__contacts-block > .header__contact-group > .svg__mail {
        width: 13px;
        height: 10px;
    }

    .header__contacts-block > .header__contact-group > .svg__phone {
        width: 10px;
        height: 10px;
    }

    .header__contacts-block > .header__contact-group > .svg__address {
        width: 9px;
        height: 11px;
    }

    .header__contact-group-contact {
        font-size: 9px;
    }

    .breadcrumb-item > a, .breadcrumb-item.active {
        font-size: 12px;
    }
}

@media (max-width: 575px) and (max-height: 735px) {
    .form-input {
        height: 42px;
    }

    .form-textarea {
        height: 135px;
    }
}

@media (max-width: 1024px) and (max-height: 374px) {
    .header__top {
        position: static !important;
    }

    .header__middle {
        position: static !important;
        padding-top: 0;
    }

    .sticky {
        position: static !important;
    }
}

@media (max-width: 1024px) and (max-height: 415px) {
    .modal-content {
        top: 100%;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.form-error {
    padding-bottom: 10px !important;;
}

.myform .row .field_error_message ul {
    margin: 0;
    padding: 0;
    margin-top: 3px;
}

.form-error input {
    border: 1px solid #cf0000;
}

.form-error textarea {
    border: 1px solid #cf0000;
}

.myform .row .field_error_message li {
    list-style: none;
    color: red;
    font-size: 13px;
}

.breadcrumb-item > .active {
    color: #292E34;
}

.editor > p > img, .editor > img, .editor > span > img, .editor > strong > img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .editor > p > iframe, .editor > iframe, .editor > span > iframe, .editor > strong > iframe {
        max-width: 100%;
        height: 250px;
    }
}