@font-face {
    font-family: "Axiforma";
    src: url("../font/axiforma-regular.woff2") format("woff2"),
    url("../font/axiforma-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Axiforma";
    src: url("../font/axiforma-italic.woff2") format("woff2"),
    url("../font/axiforma-italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Axiforma";
    src: url("../font/axiforma-bold.woff2") format("woff2"),
    url("../font/axiforma-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Axiforma";
    src: url("../font/axiforma-extrabold.woff2") format("woff2"),
    url("../font/axiforma-extrabold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Axiforma";
    src: url("../font/axiforma-heavy.woff2") format("woff2"),
    url("../font/axiforma-heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #fff;
    padding: 0;
    font-family: Axiforma, sans-serif;
}

a {
    text-decoration: none;
}

main a {
    color: #007600;
}

.screenreader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media screen and (max-width: 359px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 360px) and (max-width: 479px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width: 480px) and (max-width: 799px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
    .container {
        padding-right: 45px;
        padding-left: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        width: 1110px;
    }
}

.animation-content {
    transition: transform 1s;
}

.animation-content.from-left {
    transform: rotate3d(0, 0.5, 0, 90deg)
}

.animation-content.from-right {
    transform: rotate3d(0, 0.5, 0, -90deg)
}

.animation-container.visible .animation-content.from-left,
.animation-container.visible .animation-content.from-right {
    transform: rotate3d(0, 0.5, 0, 0);
}

#page-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1366px;
}

#header {
    position: relative;
}

#header-background img {
    display: block;
    width: 100%;
    height: auto;
}

#header-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 10px;
}

#header-contact::after {
    display: block;
    clear: left;
    content: "";
}

#header-contact {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 15px;
    font-size: 10px;
}

#header-contact dt {
    float: left;
    margin: 0;
    padding: 0;
    font-weight: 800;
}

#header-contact dt:first-of-type::after {
    content: ":";
    font-weight: normal;
}

#header-contact dt:nth-of-type(n + 2) {
    margin-left: 45px;
}

#header-contact dd {
    margin: 0;
    padding: 0;
    float: left;
}

#header-contact dd:first-of-type {
    margin-left: 2px;
}

#header-contact dd:nth-of-type(n + 2) {
    margin-left: 15px;
}

#header-contact a {
    color: #5ddc16;
}

#header-contact .icon-phone {
    display: block;
    width: 15px;
    height: 15px;
    background: url("../img/phone-icon.png");
}

#header-contact .icon-email {
    display: block;
    width: 18px;
    height: 13px;
    background: url("../img/email-icon.png");
}

@media screen and (max-width: 639px) {
    #header-contact dt:first-of-type,
    #header-contact dd:first-of-type {
        display: none;
    }

    #header-contact dt:nth-of-type(2) {
        margin-left: 0;
    }
}

#header-middle {
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 2;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 10px;
    padding-bottom: 11px;
}

#header-middle::after {
    display: block;
    clear: both;
    content: "";
}

#header-logo {
    float: left;
}

#header-logo a {
    display: block;
}

#header-logo img {
    display: block;
}

#header-menu-toggle {
    float: right;
    width: 43px;
    height: 43px;
    border: 0 none;
    background: transparent;
    padding: 5px;
}

#header-menu-toggle .menu-icon-bar {
    display: block;
    width: 33px;
    height: 7px;
    border-radius: 3px;
    background: #5ddc16;
}

#header-menu-toggle .menu-icon-bar + .menu-icon-bar {
    margin-top: 6px;
}

#header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header-menu a,
#header-menu .submenu-toggle {
    color: #fff;
    text-transform: uppercase;
}

#header-menu a:hover,
#header-menu .submenu-toggle:hover {
    color: #5ddc16;
}

#header-menu .submenu-toggle:hover {
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    #header-menu {
        clear: both;
        height: 0;
        overflow-y: hidden;
        transition: height 0.5s ease-in-out;
        text-align: center;
    }

    #header-menu.open {
        height: 342px;
    }

    #header-menu > ul {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    #header-menu ul ul {
        padding-bottom: 16px;
    }

    #header-menu li + li {
        margin-top: 16px;
    }

    #header-menu .submenu-toggle {
        display: none;
    }

    #header-menu a {
        line-height: 24px;
        font-size: 16px;
    }
}

@media screen and (min-width: 1200px) {
    #header-menu-toggle {
        display: none;
    }

    #header-menu {
        float: right;
        margin-top: 15px;
    }

    #header-menu > ul::after {
        display: block;
        clear: left;
        content: "";
    }

    #header-menu > ul > li {
        float: left;
    }

    #header-menu > ul > li + li {
        margin-left: 50px;
    }

    #header-menu a,
    #header-menu .submenu-toggle {
        line-height: 18px;
        font-size: 12px;
        font-weight: 800;
    }

    #header-menu > ul > li > a,
    #header-menu .submenu-toggle {
        display: block;
    }

    #header-menu .submenu-parent {
        position: relative;
    }

    #header-menu .submenu {
        display: none;
        position: absolute;
        top: 39px;
        left: -16px;
        width: 300px;
        background: rgba(0, 0, 0, 0.8);
        padding: 8px 16px;
    }

    #header-menu .submenu.open {
        display: block;
    }
}

#page-heading {
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
}

@media screen and (max-width: 479px) {
    #header-bottom {
        margin-top: 36px;
    }
}

@media screen and (min-width: 480px) {
    #header-bottom {
        position: absolute;
        top: calc(50% + 50px);
        left: 0;
        z-index: 1;
        width: 100%;
        transform: translateY(-50%);
    }

    #page-heading {
        color: #fff;
    }
}

@media screen and (max-width: 639px) {
    #page-heading {
        line-height: 36px;
        font-size: 28px;
    }
}

@media screen and (min-width: 640px) {
    #page-heading {
        line-height: 63px;
        font-size: 42px;
    }
}

main {
    padding-top: 82px;
    padding-bottom: 96px;
    color: #060410;
    line-height: 24px;
    font-size: 16px;
}

main::after {
    display: block;
    clear: both;
    content: "";
}

.page-main-image {
    /* Hogy ne túnjön el a fejléc háttér alatt */
    position: relative;
    z-index: 1;
    float: right;
    margin-bottom: 24px;
    margin-left: 30px;
    max-width: calc(50% - 15px);
}

@media screen and (max-width: 1023px) {
    .page-main-image {
        display: none;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .page-main-image {
        margin-top: -192px;
    }
}

@media screen and (min-width: 1200px) {
    .page-main-image {
        margin-top: -243px;
    }
}

main h1,
main h2 {
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 36px;
    font-size: 28px;
    font-weight: 700;
}

main h2:not(:first-of-type) {
    margin-top: 36px;
}

main p,
main ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

main ul {
    padding: 0;
    list-style: none;
}

main li {
    position: relative;
    padding-left: 19px;
}

main li + li {
    margin-top: 14px;
}

main li::before {
    position: absolute;
    top: 6px;
    left: -128px;
    width: 139px;
    height: 11px;
    background: url("../img/list-dot.png") center right no-repeat;
    content: "";
}

main .highlight {
    background: #5ddc16;
    padding-top: 19px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 33px;
    font-size: 22px;
    font-weight: 700;
}

main .highlight p {
    margin: 0;
}

main .highlight p + p {
    margin-top: 7px;
}

main .highlight b,
main .highlight strong {
    font-weight: 900;
}

.info-block {
    position: relative;
    background: #5ddc16;
    padding: 14px 24px 12px;
}

.info-block::after {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: url("../img/info-icon.png");
    content: "";
}

.info-block a {
    color: inherit;
    text-decoration: underline;
}

@media screen and (max-width: 359px) {
    .info-block::after {
        display: none;
    }
}

#index-header {
    background: url("../img/slider-background.jpg") center / cover no-repeat;
}

#index-menu-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 467px;
    height: 100%;
    background: url("../img/index-menu-background/main.png") top right / cover no-repeat;
}

#index-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 467px;
    height: 100%;
}

.index-menu-item {
    position: absolute;
    z-index: 1;
    width: 350px;
    height: 18px;
    line-height: 0;
    text-align: right;
}

.index-menu-link {
    display: inline-block;
}

.index-menu-link::before {
    float: right;
    margin-top: 2px;
    height: 14px;
    transition: width 0.5s ease-in-out;
    background-position: top left;
    content: "";
}

.index-menu-link::after {
    display: block;
    clear: right;
    content: "";
}

.index-menu-link-text {
    float: right;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 12px;
    font-weight: 800;
}

.index-menu-item:nth-child(1) {
    top: 183px;
    right: 447px;
}

.index-menu-item:nth-child(1) .index-menu-link::before {
    width: 20px;
    background-image: url("../img/index-menu-background/item1.png");
}

.index-menu-item:nth-child(1) .index-menu-link:hover::before {
    width: 40px;
}

.index-menu-item:nth-child(1) .index-menu-link-text {
    margin-right: 3px;
}

.index-menu-item:nth-child(2) {
    top: 224px;
    right: 416px;
}

.index-menu-item:nth-child(2) .index-menu-link::before {
    width: 51px;
    background-image: url("../img/index-menu-background/item2.png");
}

.index-menu-item:nth-child(2) .index-menu-link:hover::before {
    width: 71px;
}

.index-menu-item:nth-child(2) .index-menu-link-text {
    margin-right: -34px;
}

.index-menu-item:nth-child(3) {
    top: 251px;
    right: 454px;
}

.index-menu-item:nth-child(3) .index-menu-link::before {
    width: 13px;
    background-image: url("../img/index-menu-background/item3.png");
}

.index-menu-item:nth-child(3) .index-menu-link:hover::before {
    width: 33px;
}

.index-menu-item:nth-child(3) .index-menu-link-text {
    margin-right: 9px;
}

.index-menu-item:nth-child(4) {
    top: 300px;
    right: 434px;
}

.index-menu-item:nth-child(4) .index-menu-link::before {
    width: 33px;
    background-image: url("../img/index-menu-background/item4.png");
}

.index-menu-item:nth-child(4) .index-menu-link:hover::before {
    width: 53px;
}

.index-menu-item:nth-child(4) .index-menu-link-text {
    margin-right: -8px;
}

.index-menu-item:nth-child(5) {
    top: 349px;
    right: 454px;
}

.index-menu-item:nth-child(5) .index-menu-link::before {
    width: 13px;
    background-image: url("../img/index-menu-background/item5.png");
}

.index-menu-item:nth-child(5) .index-menu-link:hover::before {
    width: 33px;
}



@media screen and (max-width: 1339px) {
    #index-menu {
        display: none;
    }
}

#index-header-slider .slide {
    position: relative;
    height: 0;
    overflow-y: hidden;
    padding-bottom: 56.2225%;
}

#index-header-slider .slide-text {
    position: absolute;
    bottom: 12.5%;
    color: #fff;
}

#index-header-slider .slide-text-large {
    text-transform: uppercase;
    font-weight: 800;
}

#index-header-slider .slide-text-action::after {
    display: block;
    clear: left;
    content: "";
}

#index-header-slider .slide-text-action a {
    float: left;
    background: #5ddc16;
    padding: 14px 42px 8px;
    color: #060512;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 12px;
    font-weight: 800;
}

#index-header-slider .previous-button,
#index-header-slider .next-button {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 20px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.8);
}

#index-header-slider .previous-button {
    left: 47px;
}

#index-header-slider .next-button {
    right: 47px;
}

#index-header-slider .previous-button::before,
#index-header-slider .next-button::before {
    position: absolute;
    top: 19px;
    width: 47px;
    height: 2px;
    background: #fff;
    content: "";
}

#index-header-slider .previous-button::before {
    left: -47px;
}

#index-header-slider .next-button::before {
    right: -47px;
}

#index-header-slider .previous-button::after,
#index-header-slider .next-button::after {
    position: absolute;
    top: 11px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #5ddc16;
    content: "";
}

#index-header-slider .previous-button::after {
    left: 14px;
    border-left: 2px solid #5ddc16;
    transform: rotate(-45deg);
}

#index-header-slider .next-button::after {
    right: 14px;
    border-right: 2px solid #5ddc16;
    transform: rotate(45deg);
}

@media screen and (max-width: 359px) {
    #index-header-slider .slide-text {
        left: 10px;
        right: 10px;
    }
}

@media screen and (min-width: 36px) and (max-width: 479px) {
    #index-header-slider .slide-text {
        left: 15px;
        right: 15px;
    }
}

@media screen and (max-width: 479px) {
    #index-header-slider .slide-text-large {
        display: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 799px) {
    #index-header-slider .slide-text {
        left: 30px;
        right: 30px;
    }
}

@media screen and (max-width: 567px) {
    #index-header-slider .slide-text-large {
        line-height: 24px;
        font-size: 20px;
    }
}

@media screen and (min-width: 568px) and (max-width: 767px) {
    #index-header-slider .slide-text-large {
        line-height: 36px;
        font-size: 30px;
    }
}

@media screen and (max-width: 639px) {
    #index-header-slider .slide-text-small {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #index-header-slider .slide-text-small {
        line-height: 24px;
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    #index-header-slider .slide-text {
        width: 600px;
    }

    #index-header-slider .slide-text-large {
        line-height: 50px;
        font-size: 42px;
    }

    #index-header-slider .slide-text-small {
        line-height: 34px;
        font-size: 28px;
    }
}

@media screen and (min-width: 800px) {
    #index-header:hover .previous-button,
    #index-header:hover .next-button {
        display: block;
    }
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
    #index-header-slider .slide-text {
        left: 45px;
    }
}

@media screen and (max-width: 1023px) {
    #index-header-slider .slide-text-small {
        margin-top: 27px;
    }

    #index-header-slider .slide-text-action {
        margin-top: 32px;
    }
}

@media screen and (min-width: 1024px) {
    #index-header-slider .slide-text-small {
        margin-top: 45px;
    }

    #index-header-slider .slide-text-action {
        margin-top: 64px;
    }
}

@media screen and (min-width: 1200px) {
    #index-header-slider .slide-text {
        left: calc(50% - 555px);
    }
}

@media screen and (max-width: 1023px) {
    #index-introduction-bottom {
        margin-top: 24px;
    }
}

@media screen and (min-width: 1024px) {
    #index-introduction-bottom {
        margin-top: 120px;
    }
}

#index-info {
    margin-top: 48px;
}

#contact-map {
    background-image: url("../img/map-background.png");
    background-size: cover;
    background-repeat: no-repeat;
}

#contact-map a {
    display: block;
}

#contact-map img {
    display: block;
    width: 100%;
    height: auto;
}

#contact-data b {
    font-weight: 900;
}

#contact-data dl {
    margin: 0;
}

#contact-data dl div::after {
    display: block;
    clear: left;
    content: "";
}

#contact-data dt {
    float: left;
    width: 120px;
    font-weight: 700;
}

#contact-data dt::after {
    content: ":";
    font-weight: 400;
}

#contact-data dd {
    float: left;
    margin-left: 16px;
    width: calc(100% - 136px);
}

@media screen and (max-width: 359px) {
    #contact-data {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 360px) and (max-width: 479px) {
    #contact-data {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 479px) {
    #contact-map {
        position: relative;
        height: 0;
        overflow-y: hidden;
        background-position: center left;
        padding-bottom: 100%;
    }

    #contact-map a {
        position: absolute;
        top: 21.4041%;
        left: 24.1438%;
        width: 57.7055%;
        height: 57.7055%;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    #contact-map {
        position: relative;
        height: 0;
        overflow-y: hidden;
        background-position: center left;
        padding-bottom: 69.6452%;
    }

    #contact-map a {
        position: absolute;
        top: 21.3208%;
        left: 16.61%;
        width: 40.3417%;
    }

    #contact-data {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 768px) {
    #index-contact-container::after {
        display: block;
        clear: left;
        content: "";
    }

    #contact-map {
        float: left;
    }

    #contact-data {
        float: left;
        margin-left: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #contact-map {
        position: relative;
        height: 0;
        overflow-y: hidden;
        background-position: center left;
        padding-bottom: calc(100% - 439px);
    }

    #contact-map a {
        position: absolute;
        top: 21.4041%;
        left: 24.1438%;
        width: 57.7055%;
        height: 57.7055%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #contact-map {
        width: calc(100% - 439px);
    }

    #contact-data {
        width: 409px;
    }
}

@media screen and (max-width: 849px) {
    #contact-data {
        margin-top: 57px;
    }
}

@media screen and (min-width: 850px) {
    #contact-data {
        margin-top: 107px;
    }
}

@media screen and (min-width: 1024px) {
    #contact-map {
        background-position: top left;
        padding-top: 113px;
        padding-bottom: 110px;
        padding-left: 128px;
    }

    #contact-map a {
        width: 307px;
    }
}

@media screen and (min-width: 1200px) {
    #contact-map {
        width: 761px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
    #contact-data {
        width: 364px;
    }
}

@media screen and (min-width: 1366px) {
    #contact-data {
        width: 475px;
    }
}

#price-table1 {
    margin-top: 24px;
    margin-bottom: 48px;
    width: 100%;
    border-spacing: 2px;
}

#price-table1 th,
#price-table1 td {
    border: 2px solid #000;
    padding: 6px 11px 2px;
}

#price-table1 th {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

#price-table1 td {
    color: #000;
}

@media screen and (max-width: 1023px) {
    #price-table1,
    #price-table1 thead,
    #price-table1 tbody,
    #price-table1 tr,
    #price-table1 th,
    #price-table1 td {
        display: block;
    }

    #price-table1 {
        border-collapse: collapse;
        border-spacing: 0;
    }

    #price-table1 tr:nth-child(3n + 1) {
        display: none;
    }

    #price-table1 td {
        margin-top: 2px;
    }

    #price-table1 tr:nth-child(n + 3) th {
        margin-top: 8px;
    }

    #price-table1 .cell-label::after {
        content: ":";
    }
}

@media screen and (min-width: 1024px) {
    #price-table1 .cell-label {
        display: none;
    }
}

#price-table2 {
    margin-top: 48px;
    width: 100%;
    border-collapse: collapse;
}

#price-table2 th,
#price-table2 td {
    text-align: left;
    font-weight: 400;
}

#price-table2 tr:first-child th,
#price-table2 tr:first-child td {
    border-top: 0 none;
}

#price-table2 sup {
    line-height: 8px;
    font-size: 8px;
}

@media screen and (max-width: 767px) {
    #price-table2,
    #price-table2 thead,
    #price-table2 tbody,
    #price-table2 tr,
    #price-table2 th,
    #price-table2 td {
        display: block;
    }

    #price-table2 tr:not(.child-row) {
        margin-top: 16px;
    }

    #price-table2 th {
        font-weight: 700;
    }

    #price-table2 th + th,
    #price-table2 th + th + td,
    #price-table2 .child-row th,
    #price-table2 .child-row td {
        display: inline-block;
    }

    #price-table2 th + th::after,
    #price-table2 .child-row th::after {
        content: ":";
        font-weight: 400;
    }
}

@media screen and (min-width: 768px) {
    #price-table2 th,
    #price-table2 td {
        border-top: 1px solid #000;
        padding: 16px;
    }
}

#price-calculator-form {
    max-width: 730px;
}

#price-calculator-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
}

body:not(:-moz-handler-blocked) #price-calculator-form fieldset {
    display: table-cell;
}

#price-calculator-form fieldset:not(:first-child),
#price-calculator-form .text-control:not(:first-child),
#price-calculator-form .result-group:not(:first-child) {
    margin-top: 2px;
}

#price-calculator-form legend,
#price-calculator-form .text-control label {
    background: #000;
    padding: 9px 13px 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

#price-calculator-form legend {
    display: table;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
}

#price-calculator-form .text-control label {
    display: block;
}

#price-calculator-form .fieldset-body,
#price-calculator-form .text-control-body,
#price-calculator-form .result-group {
    border: 2px solid #000;
}

#price-calculator-form .fieldset-body {
    padding: 13px 11px 10px;
}

#price-calculator-form .radio-group {
    margin-bottom: -14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#price-calculator .radio-control {
    margin-bottom: 14px;
}

#price-calculator-form .radio-control label {
    position: relative;
    display: block;
    min-width: 117px;
    padding-left: 29px;
}

#price-calculator-form .radio-control.wide label {
    width: 234px;
}

#price-calculator-form input[type="radio"] {
    position: absolute;
    top: 2px;
    left: 0px;
    margin: 0;
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #000;
}

#price-calculator-form input[type="radio"]:checked::before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    background: #5ddc16;
    content: "";
}

#price-calculator-form .text-control-body {
    padding-top: 2px;
    padding-bottom: 2px;
}

#price-calculator-form .text-control-body::after {
    display: block;
    clear: left;
    content: "";
}

#price-calculator-form .result-control::after {
    display: block;
    clear: left;
    content: "";
}

#price-calculator-form input[type="text"] {
    float: left;
    height: 38px;
    border: 2px solid #000;
    border-left: 0 none;
    padding: 5px;
    line-height: 24px;
    font-size: 16px;
    font-family: Axiforma, sans-serif;
    font-weight: 700;
}

#price-calculator-form .text-control-addon {
    float: left;
    margin-left: 16px;
    padding-top: 5px;
}

#price-calculator-form .result-group {
    background: #e1e1e1;
    padding-top: 2px;
    padding-bottom: 2px;
}

#price-calculator-form #pcbcutprice-result-group,
#price-calculator-form #total-result-group {
    padding-top: 35px;
    padding-bottom: 35px;
}

#price-calculator-form #pcbcutprice-result-group {
    background: #c4ffa3;
}

#price-calculator-form #total-result-group {
    background: #5ddc16;
}

#price-calculator-form .result-control + .result-control {
    margin-top: 2px;
}

#price-calculator-form .result-control label {
    float: left;
    margin-left: 16px;
    padding: 5px;
}

#price-calculator-form p {
    margin: 0;
}

#price-calculator-form p:first-child {
    margin-bottom: 24px;
}

#price-calculator-form .text-small {
    margin-top: 32px;
    line-height: 15px;
    font-size: 10px;
}

@media screen and (max-width: 413px) {
    #price-calculator-form input[type="text"] {
        width: 250px;
    }
}

@media screen and (min-width: 414px) {
    #price-calculator-form input[type="text"] {
        width: 295px;
    }
}

@media screen and (max-width: 767px) {
    .fieldset-body {
        border-top: 0 none;
    }

    #price-calculator-form .result-control label {
        clear: left;
    }
}

@media screen and (min-width: 768px) {
    #price-calculator-form fieldset.horizontal::after {
        display: block;
        clear: left;
        content: "";
    }

    #price-calculator-form fieldset.horizontal legend {
        float: left;
        width: 295px;
    }

    #price-calculator-form fieldset.horizontal .fieldset-body {
        float: left;
        width: calc(100% - 295px);
        height: 38px;
        border-left: 0 none;
        padding-top: 7px;
    }

    #price-calculator-form fieldset.horizontal .radio-control {
        width: 50%;
    }

    #price-calculator-form fieldset.vertical .fieldset-body {
        border-top: 0 none;
    }

    #price-calculator-form .result-control label {
        width: calc(100% - 312px);
    }
}

@media screen and (max-width: 1199px) {
    #price-calculator-info {
        margin-top: 30px;
        max-width: 730px;
    }
}

@media screen and (min-width: 1200px) {
    #price-calculator::after {
        display: block;
        clear: left;
        content: "";
    }

    #price-calculator-form {
        float: left;
    }

    #price-calculator-info {
        float: left;
        margin-left: 30px;
        width: 350px;
    }
}

#order-form .form-control {
    margin-top: 16px;
}

#order-form input[readonly],
#order-form input[disabled] {
    background: #eee;
}

#order-form input[type="text"],
#order-form input[type="number"],
#order-form select,
#order-form textarea {
    max-width: 100%;
    width: 365px;
    height: 38px;
    border: 1px solid #000;
    padding: 6px;
    line-height: 24px;
    font-size: 16px;
    font-family: Axiforma, sans-serif;
    font-weight: 400;
}

#order-form .form-actions {
    margin-top: 24px;
}

#order-form button {
    border: 0 none;
    background: #000;
    padding: 7px 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
}

@media screen and (max-width: 799px) {
    #order-form label {
        display: inline-block;
    }

    #order-form input + label {
        display: inline;
    }

    #order-form input[type="text"],
    #order-form input[type="number"],
    #order-form select,
    #order-form textarea {
        display: block;
    }
}

@media screen and (min-width: 800px) {
    #order-form .form-control::after {
        display: block;
        clear: left;
        content: "";
    }

    #order-form label {
        float: left;
        width: 365px;
        padding-right: 16px;
    }

    #order-form input + label {
        margin-left: 16px;
        width: auto;
        padding-right: 0;
    }

    #order-form input,
    #order-form select,
    #order-form textarea {
        float: left;
    }
}

@media screen and (max-width: 1199px) {
    #order-info {
        margin-top: 32px;
    }
}

@media screen and (min-width: 1200px) {
    #order::after {
        display: block;
        clear: left;
        content: "";
    }

    #order-form {
        float: left;
        width: 730px;
    }

    #order-info {
        float: left;
        margin-left: 30px;
        width: calc(100% - 760px);
    }
}

#footer {
    background: url("../img/footer-background.jpg") center no-repeat;
}

#footer-container {
    text-align: center;
}

#footer-content {
    color: #848484;
    font-weight: 800;
}

#footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-menu a {
    color: inherit;
}

#footer-menu a:hover {
    color: #5ddc16;
}

@media screen and (max-width: 1023px) {
    #footer {
        background-size: cover;
        padding-top: 30px;
        padding-bottom: 25px;
    }

    #footer-content {
        line-height: 18px;
        font-size: 12px;
    }

    #footer-menu {
        margin-top: 14px;
    }

    #footer-menu li + li {
        margin-top: 5px;
    }
}

@media screen and (min-width: 1024px) {
    #footer {
        height: 120px;
        padding-top: 57px;
    }

    #footer-container {
        line-height: 0;
    }

    #footer-content {
        display: inline-block;
        line-height: 15px;
        font-size: 10px;
    }

    #footer-content ::after {
        display: block;
        clear: left;
        content: "";
    }

    #footer-copyright {
        float: left;
    }

    #footer-menu {
        position: relative;
        float: left;
        margin-left: 54px;
    }

    #footer-menu::before {
        position: absolute;
        top: 5px;
        left: -29px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #5ddc16;
        content: "";
    }

    #footer-menu ul::after {
        display: block;
        clear: left;
        content: "";
    }

    #footer-menu li {
        float: left;
    }

    #footer-menu li + li {
        margin-left: 15px;
    }
}

@media print {
    #header {
        display: none;
    }

    #price-table1 .cell-label {
        display: none;
    }

    #footer-menu {
        display: none;
    }
}

