:root {
    --container-width: 1330px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Inter;
    src: url(../../fonts/Inter-Regular.ttf) format("truetype");
}

@font-face {
    font-family: InterBold;
    font-weight: 700;
    src: url(../../fonts/Inter-Bold.ttf) format("truetype");
}

@font-face {
    font-family: InterBlack;
    font-weight: 900;
    src: url(../../fonts/Inter-Black.ttf) format("truetype");
}

@font-face {
    font-family: RobotoBold;
    src: url(../../fonts/Roboto-Bold.ttf) format("opentype");
}

body {
    background-color: #2d373b;
}

.container {
    width: 100%;
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media all and (max-width: 1023px) {
    .row {
        padding-left: 20px !important;
        padding-right: 20px !important;
        flex-direction: column;
        align-items: center;
    }

    .column {
        width: 100% !important;
        padding: 20px 0 !important;
        align-items: flex-start !important;
    }

    h2,
    h3,
    h4 {
        width: 100%;
        text-align: center;
    }

    p {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    img {
        margin-left: auto;
        margin-right: auto;
    }

    .iframe,
    video {
        width: 90vw;
        height: 50.8vw;
        margin: 0 auto;
        display: block;
    }
}

.custom-checkbox {
    min-height: 25px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox p {
    line-height: 1.7;
    font-size: 14px;
    font-family: Inter;
    text-align: left;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #000;
}

.custom-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.custom-checkbox input:checked~.checkmark {
    background-color: #eee;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~.checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 4px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top {
    padding: 30px 0 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(73, 74, 8, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%), #D70000;
}

.top>.container {
    max-width: 1230px;
}

.top h3 {
    max-width: 980px;
    line-height: 120%;
    margin-bottom: 25px;
    font-family: InterBold;
    font-size: 24px;
    text-transform: uppercase;
}

.top p {
    max-width: 1100px;
    line-height: 120%;
    margin-bottom: 25px;
    font-size: 20px;
    font-family: Inter;
    color: #ffd460;
}

.slider {
    padding-top: 57px;
    padding-bottom: 60px;
    text-align: center;
    background: #ff9c07 no-repeat top;
    background-size: cover;
}

.slider * {
    line-height: 120%;
}

.slider h3 {
    padding: 20px 65px 17px;
    font-family: InterBlack;
    font-size: 32px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #000;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(254, 129, 14, 0.40) 0%, rgba(237, 93, 12, 0.00) 100%), #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
    display: inline-block;
}

.slider h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: InterBold;
    font-size: 48px;
    color: #000;
}

.slider h4 {
    font-family: InterBold;
    font-size: 32px;
    text-transform: uppercase;
    color: #9B1C1C;
}

.slider p {
    max-width: 1030px;
    margin-top: 20px;
    font-family: Inter;
    font-size: 20px;
    color: #000;
}

.header {
    background-color: #ff9c07;
}

.header .container {
    max-width: 1100px;
}

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

.header .column:nth-child(1) {
    align-items: center;
}

.header h3 {
    font-family: InterBold;
    font-size: 32px;
    color: #000;
}

.header h2 {
    margin-top: 10px;
    margin-bottom: -10px;
    font-family: InterBold;
    font-size: 56px;
    color: #000;
}

.header p {
    margin-top: 8px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}

.header a {
    margin-top: 32px;
    margin-bottom: 24px;
    padding: 12px 40px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(249, 254, 14, 0.40) 0%, rgba(250, 255, 11, 0.00) 100%), #FE3D04;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
    font-family: InterBold;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    align-self: flex-start;
}

.header p strong {
    line-height: 140%;
    font-family: InterBold;
    font-size: 20px;
}

.header .column:nth-child(2) {
    max-width: 450px;
}

.header .line {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #d70040;
}

.header .line:nth-of-type(1) {
    margin-bottom: 20px;
}

.header .line:nth-of-type(2) {
    margin-top: 25px;
}

.header img {
    margin-left: auto;
}

.white-01 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    background: linear-gradient(180deg, #FF9C07 0%, rgba(255, 255, 255, 0.00) 75.76%), #FFF;
}

.white-01 .container {
    max-width: 1040px;
}

.white-01 .box {
    width: 100%;
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(73, 74, 8, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%), #D70000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
}

.white-01 .box h3 {
    font-family: InterBold;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
}

.white-01 .box p {
    margin-bottom: 0;
    padding: 0 40px;
    font-family: InterBold;
    font-size: 24px;
    color: #ffd460;
}

.white-01 h2 {
    width: 100%;
    line-height: 120%;
    margin: 30px auto 20px;
    text-align: center;
    font-family: InterBold;
    font-size: 32px;
    color: #9B1C1C;
}

.white-01 p {
    line-height: 120%;
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
}

.white-01 p span {
    display: block;
    margin-bottom: 20px;
}

.white-01 img {
    border-radius: 10px;
}

.white-01 .row:nth-child(3),
.white-01 .row:nth-child(4) {
    align-items: center;
    column-gap: 80px;
}

.white-01 .row:nth-child(4) {
    margin-top: 55px;
}

.gradient-01 {
    padding-top: 35px;
    padding-bottom: 45px;
    background: linear-gradient(0deg, #FF9C07 7.91%, #FFF 90.69%), #FF9C07;
}

.gradient-01 .container {
    max-width: 1010px;
}

.gradient-01 .row {
    column-gap: 80px;
    ;
}

.gradient-01 .row:nth-child(1) {
    align-items: flex-end;
    margin-bottom: 30px;
}

.gradient-01 h3 {
    margin-bottom: 20px;
    font-family: InterBold;
    font-size: 32px;
    text-transform: uppercase;
}

.gradient-01 .column:nth-child(1) p {
    width: 110%;
    line-height: 120%;
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
}

.gradient-01 p {
    line-height: 120%;
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
}

.gradient-01 img {
    margin-top: 28px;
    border-radius: 10px;
}


.blue-01 {
    padding-top: 35px;
    padding-bottom: 40px;
    color: #fff;
    background-color: #FF9C07;
}

.blue-01>.container {
    max-width: 1050px;
}

.blue-01 .box {
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 93px;
    padding: 17px 19px;
    border-radius: 10px;
    background: #d33031;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
}

.blue-01 .box h3 {
    margin-bottom: 0;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
}

.blue-01 .box p {
    margin-bottom: 0;
    font-family: Inter;
    font-size: 32px;
    text-align: center;
    color: #ffd460;
}

.blue-01 p {
    line-height: 120%;
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
    color: #000;
}

.blue-01 p span {
    margin-top: 24px;
    display: block;
}

.blue-01 img {
    border-radius: 10px;
}

img.radius {
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
}

.blue-01 .row:nth-child(2) {
    column-gap: 80px;
}

.blue-01 .row:nth-child(3) {
    margin-top: 70px;
    margin-bottom: 47px;
    align-items: center;
}

.blue-01 .row:nth-child(4) {
    flex-direction: column;
}

.gradient-02 {
    padding-top: 0;
    padding-bottom: 25px;
    color: #000;
    background: #ff8500;
}

.gradient-02 .container {
    max-width: 1040px;
}

.gradient-02 h2 {
    width: 100%;
    margin-bottom: 57px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
}

.gradient-02 p {
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
}

.gradient-02 p span {
    display: block;
    margin-top: 20px;
}

.gradient-02 img.radius {
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
}

.gradient-02 .row:nth-child(2) {
    margin-bottom: 65px;
    align-items: center;
    column-gap: 80px;
}

.gradient-02 .row:nth-child(2) .column:nth-child(1) {
    min-width: 600px;
}

.gradient-02 .row:nth-child(3) {
    column-gap: 80px;
    align-items: center;
}

.gradient-02 .row:nth-child(3) .column:nth-child(1) {
    width: 360px;
}

.gradient-02 .row:nth-child(3) .column:nth-child(2) {
    flex-grow: 1;
}

.gradient-02 .row:nth-child(3) .column:nth-child(2) img {
    margin-top: 10px;
}

.gradient-03 {
    padding-top: 40px;
    padding-bottom: 45px;
    color: #000;
    background: linear-gradient(0deg, #fff 80%, #FF9C07 100%), #fff;
}

.gradient-03 .container {
    max-width: 1040px;
}

.gradient-03 .row {
    column-gap: 80px;
    align-items: center;
}

.gradient-03 .row .column:nth-child(1) {
    flex-grow: 1;
}

.gradient-03 .row .column:nth-child(2) {
    width: 430px;
}

.gradient-03 img.radius {
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
}

.gradient-03 h2 {
    width: 100%;
    margin-bottom: 40px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
}

.gradient-03 p {
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
}

.gradient-04 {
    padding-top: 30px;
    padding-bottom: 43px;
    background: linear-gradient(180deg, #FFF 61.59%, #FF8500 100%), #FFF;
}

.gradient-04>.container {
    max-width: 1040px;
}

.gradient-04 h2 {
    width: 100%;
    margin-bottom: 20px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
    color: #000;
}

.gradient-04 p {
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
}

.gradient-04 .row:nth-child(2) p {
    max-width: 720px;
    margin-bottom: 30px;
    text-align: center;
}

.gradient-04 .row:nth-child(3) {
    column-gap: 24px;
    margin-bottom: 13px;
}

.gradient-04 .row:nth-child(3) p {
    flex: 0 0 33%;
}

.gradient-04 .row:nth-child(5) {
    column-gap: 230px;
    margin-top: 28px;
}

.gradient-04 .row:nth-child(5) p {
    flex: 0 0 calc(50% - 115px);
}

.video {
    padding-top: 32px;
    padding-bottom: 32px;
    color: #fff;
    background: #FD1818;
}

.video>.container {
    max-width: 1140px;
}

.video h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
}

.video video {
    width: 100%;
    max-width: 640px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.video p {
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.orange-01 {
    padding-top: 32px;
    padding-bottom: 32px;
    color: #000;
    background-color: #faddbc;
}

.orange-01 .subscribe-form-container {
    background: #faddbc;
    padding: 0 50px;
    width: 100%;
    text-align: center;
}

.orange-01 h2 {
    width: 100%;
    margin-bottom: 40px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
}

.orange-01 img {
    margin-bottom: 80px;
}

.orange-01 p {
    line-height: 120%;
    margin-bottom: 16px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}

.orange-01 p a {
    color: #000;
    font-family: InterBold;
}

.orange-01 p.mb-48 {
    margin-bottom: 48px;
}

.orange-01 p.small {
    font-size: 14px;
}

.orange-01 p strong {
    font-family: InterBold;
}

.orange-01 img {
    width: 100%;
    max-width: 945px;
}

.orange-01 .row:nth-child(3) {
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
    column-gap: 52px;
}

.orange-01 .custom-checkbox p {
    line-height: 1.7;
    font-size: 14px;
    font-family: Inter;
    text-align: left;
}

.gradient-05 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    background: linear-gradient(180deg, #faddbc 0%, rgba(250, 221, 188, 0.00) 100%), #F4F4F4;
}

.gradient-05 h3 {
    width: 100%;
    margin-bottom: 30px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
}

.gradient-05 .row {
    column-gap: 48px;
}

.gradient-05 .column {
    color: #000;
    background-color: #FFD460;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
}

.gradient-05 img {
    margin-bottom: 24px;
    border-radius: 10px;
    aspect-ratio: 1 /1;
}

.gradient-05 .text {
    padding: 24px 32px;
}

.gradient-05 .text h3 small {
    display: block;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
}

.gradient-05 .text p {
    line-height: 120%;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
}

.gradient-05 .text p:not(:last-child) {
    margin-bottom: 20px;
}


.white-02 {
    padding-top: 30px;
    padding-bottom: 32px;
    color: #000;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #F4F4F4;
}

.white-02 .column {
    width: 100%;
}

.white-02 h3 {
    line-height: 120%;
    margin-bottom: 24px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
    color: #d33031;
}

.white-02 p {
    width: 100%;
    max-width: 980px;
    line-height: 120%;
    margin-left: auto;
    margin-right: auto;
    font-family: Inter;
    font-size: 18px;
}

.white-02 p:not(:last-child) {
    margin-bottom: 18px;
}

.white-02 table {
    width: 100%;
    max-width: 1310px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
    table-layout: fixed;
    border-collapse: collapse;
}

.white-02 table th,
.white-02 table td {
    padding: 28px 24px;
    text-align: center;
    border: 1px solid #000;
}

.white-02 table th {
    font-family: InterBold;
    font-size: 24px;
}

.white-02 table th img {
    width: auto;
    height: 120px;
    margin: 0 auto;
}

.white-02 table td {
    font-family: InterBold;
    font-size: 16px;
}

.white-02 table tr th:nth-child(1),
.white-02 table tr td:nth-child(1) {
    width: 290px;
}

.white-02 table tr td:nth-child(2) {
    color: #9B1C1C;
}

.white-02 table tr td:nth-child(3) {
    color: #139045;
}

.white-03 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    background-color: #fff;
}

.white-03 .row {
    column-gap: 80px;
}

.white-03 .column:nth-child(1) {
    width: 485px;
}

.white-03 .column:nth-child(2) {
    flex-grow: 1;
}

.white-03 h3 {
    margin-bottom: 8px;
    font-family: InterBold;
    font-size: 32px;
    color: #d33031;
}

.white-03 hr {
    margin-top: 24px;
    border: none;
    border-top: 1px solid #000;
}

.white-03 p {
    padding-right: 20px;
    font-family: Inter;
    font-size: 16px;
}

.white-03 p strong {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-family: InterBold;
}

.white-03 p strong svg {
    right: -20px;
    position: relative;
}

.white-03 img {
    margin-bottom: 25px;
    border-radius: 10px;
    border: 3px solid rgba(0, 0, 0, 0.30);
}

.background-01 {
    background-color: #f00;
}

.background-01 .container {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('images/21.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.background-01 .row {
    column-gap: 95px;
    align-items: flex-end;
}

.background-01 .text {
    width: 100%;
    max-width: 720px;
    padding: 40px;
    color: #000;
    background-color: #ff9C07;
    border-radius: 10px;
    box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
}

.background-01 .text h3 {
    margin-bottom: 10px;
    font-family: InterBold;
    font-size: 48px;
}

.background-01 .text p {
    font-family: InterBold;
    font-size: 24px;
}

.background-01 .text p:not(:first-child) {
    margin-top: 24px;
}

.dark-02 {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

.dark-02 .container {
    max-width: 1440px;
}

.dark-02 .subscribe-form-container {
    background: #2d373b;
    padding: 0 50px;
    width: 100%;
    text-align: center;
}

.dark-02 h3 {
    margin-bottom: 0px;
    font-family: InterBold;
    font-size: 48px;
    color: #FADDBC;
    text-align: center;
}

.dark-02 h3 small {
    display: block;
    font-size: 24px;
}

.dark-02 p {
    font-family: Inter;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.dark-02 p strong {
    text-transform: none;
    font-family: InterBold;
}

.dark-02 p.small {
    font-size: 14px;
    text-transform: none;
}

.dark-02 .custom-checkbox p {
    margin-top: 0;
    text-transform: none;
    font-size: 14px;
}


#wr_footer {
    font-family: Inter;
    font-size: 16px;
}

/* ORDER FORM */
form.form_panel,
form.form_panel * {
    box-sizing: border-box !important;
}

form.form_panel {
    margin-top: 100px;
    width: 100%;
    max-width: 700px;
    margin: 45px auto 0;
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    background-color: #2D373B;
}

form.form_panel .header {
    color: #FADDBC;
    text-align: center;
    background-color: transparent;
}

form.form_panel p {
    text-align: left;
}

form.form_panel .checkbox a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

form.form_panel .checkbox a:hover,
form.form_panel .checkbox a:focus,
form.form_panel .checkbox a:active {
    border-bottom: 1px solid #fff;
}

form.form_panel .radio_buttons .buttons_left {
    width: 50%;
    float: left;
}

form.form_panel .radio_buttons .buttons_right {
    width: 50%;
    float: right;
}

form.form_panel .radio_buttons input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

@media all and (max-width: 560px) {

    form.form_panel .radio_buttons .buttons_left,
    form.form_panel .radio_buttons .buttons_right {
        width: 100%;
        float: none;
    }
}

.form_control .txtinput {
    background-color: #fff;
    width: 100%;
}

.form_control .select_wrapper {
    background-color: #fff;
    max-width: 280px;
}

#sum {
    max-width: 280px;
    width: 100%;
}

@media all and (max-width: 740px) {
    form.form_panel {
        width: 80%;
        margin: 0 auto;
        padding: 5%;
    }

    form.form_panel .txtinput {
        width: 100%;
        padding: 14px 2%;
    }

    .form_control .select_wrapper select {
        width: 90%;
    }

    .slider h3 {
        font-size: 28px;
        padding: 20px 10px 17px;
    }

    .header {
        padding-bottom: 0;
        text-align: center;
    }

    .header a {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        padding: 12px;
        text-align: center;
    }

    .header h2 {
        font-size: 42px;
    }

    .slider h2 {
        font-size: 28px;
    }

    .slider h4 {
        font-size: 22px;
    }

    .white-01 .box h3 {
        font-size: 25px;
    }

    .white-01 .box h4,
    .white-01 .box p {
        font-size: 22px;
    }

    .white-01 .row:nth-child(3) {
        flex-direction: column-reverse;
    }

    .white-01 .row:nth-child(4) {
        margin-top: 0;
    }

    .gradient-01 .column:nth-child(1) p {
        width: 100%;
    }

    .gradient-01 img {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .blue-01 .box {
        margin-bottom: 48px;
    }

    .blue-01 .row:nth-child(3) {
        margin-top: 0;
    }

    .gradient-02 h2 {
        margin-top: 40px;
    }

    .gradient-03 {
        padding-top: 0;
    }

    .white-02 table tr th:nth-child(1),
    .white-02 table tr td:nth-child(1) {
        max-width: 90px;
    }

    .white-02 table th img {
        height: auto;
    }

    .gradient-02 h2,
    .orange-01 h2,
    .gradient-03 h2,
    .video h2,
    .orange-02 h2 {
        line-height: 120%;
        margin-bottom: 40px;
    }

    .orange-01 .subscribe-form-container,
    .dark-02 .subscribe-form-container {
        padding: 0;
        margin-bottom: 30px;
    }

    .gradient-02 .row:nth-child(2) .column:nth-child(1),
    .gradient-03 .row:nth-child(3) .column:nth-child(2) {
        min-width: unset;
    }

    .background-01 .container {
        padding-top: 0;
        padding-bottom: 20px;
        background-image: none;
    }

    .background-01 p.absolute {
        font-size: 20px;
        margin-top: 40px;
    }

    .gradient-05 .row {
        row-gap: 25px;
    }

    .gradient-05 .column {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .gradient-05 .text {
        padding: 0px;
    }

    .white-03 h3 {
        margin-bottom: 0;
    }

    .white-03 p strong svg {
        right: 0;
    }

    .background-01 {
        padding: 20px 0;
    }

    .background-01 .text h3 {
        font-size: 28px;
    }

    .background-01 .text p {
        line-height: 150%;
    }

    .dark-02 p {
        text-align: center;
    }

    .gradient-03 .row:nth-child(3) p {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .video .box {
        padding: 20px;
    }

    .video .box img {
        margin-bottom: 20px;
        position: relative;
        top: unset;
        left: unset;
    }

    .video .box h3 {
        font-size: 24px;
    }

    .video .box p {
        font-size: 18px;
        text-align: center;
    }

    .orange-01 img {
        margin-bottom: 20px;
    }

    .gradient-01 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .blue-01 {
        padding-bottom: 0;
    }

    .blue-01 .box h3,
    .blue-01 .box p {
        font-size: 24px;
    }

    .gradient-02 .row:nth-child(3) img {
        margin-bottom: 20px;
    }

    .gradient-03 .row:nth-child(4) {
        margin-top: 20px;
        flex-direction: column-reverse;
    }

    .background-01 .text {
        padding: 20px;
    }

    .background-01 .text p {
        font-size: 18px;
        text-align: center;
    }

    .dark-02 h2,
    .dark-02 h3 {
        font-size: 32px;
    }

    .dark-02 h2 small {
        margin-top: 10px;
    }

    .white-02 table th,
    .white-02 table td {
        padding: 10px;
    }

    .white-02 table th {
        font-size: 14px;
    }

    .white-02 table th span {
        display: block;
        font-size: 12px;
    }

    .white-02 table td {
        font-size: 11px;
    }

    .white-02 table th:first-child,
    .white-02 table td:first-child {
        min-width: 110px;
        width: 110px;
    }
}

#wr_footer {
    font-family: Inter;
    font-size: 16px;
}

/*  ORDER FORM  */
#order_form * {
    font-family: Inter;
}

form.form_panel,
form.form_panel * {
    box-sizing: border-box !important;
}

form.form_panel {
    margin-top: 100px;
    width: 100%;
    max-width: 700px;
    margin: 45px auto 0;
    color: #fff;
    font-family: Inter;
    display: block;
    background-color: #2D373B;
}

form.form_panel .header {
    color: #FADDBC;
    text-align: center;
    background-color: transparent;
}

form.form_panel p {
    text-align: left;
}

form.form_panel .checkbox a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

form.form_panel .checkbox a:hover,
form.form_panel .checkbox a:focus,
form.form_panel .checkbox a:active {
    border-bottom: 1px solid #fff;
}

form.form_panel .radio_buttons .buttons_left {
    width: 50%;
    float: left;
}

form.form_panel .radio_buttons .buttons_right {
    width: 50%;
    float: right;
}

form.form_panel .radio_buttons input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

@media all and (max-width: 560px) {

    form.form_panel .radio_buttons .buttons_left,
    form.form_panel .radio_buttons .buttons_right {
        width: 100%;
        float: none;
    }
}

.form_control .txtinput {
    background-color: #fff;
    width: 100%;
}

.form_control .select_wrapper {
    background-color: #fff;
    max-width: 280px;
}

#sum {
    max-width: 280px;
    width: 100%;
}

@media all and (max-width: 740px) {
    #order_form #right {
        padding-left: 0 !important;
    }

    form.form_panel {
        width: 90%;
        margin: 0 auto;
        padding: 5%;
    }

    form.form_panel .txtinput {
        width: 100%;
        padding: 14px 2%;
    }

    .form_control .select_wrapper select {
        width: 90%;
    }
}