: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;
    }
}
/*******/
.top {
    padding: 30px 0 0;
    text-align: center;
    color: #fff;
    background-color: #CB0001;
}
.top > .container {
    max-width: 1230px;
}
.top h3 {
    line-height: 120%;
    margin-bottom: 25px;
    font-family: InterBold;
    font-size: 24px;
    text-transform: uppercase;
}
.top p {
    line-height: 120%;
    margin-bottom: 25px;
    font-size: 20px;
    font-family: Inter;
}
.slider {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background: rgb(232,232,232);
    background: linear-gradient(0deg, #FFF 67.00%, rgba(255, 255, 255, 0.00) 96.52%), linear-gradient(0deg, #E8E8E8 0%, #E8E8E8 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}
.slider * {
    line-height: 120%;
}
.slider > .container {
    max-width: 1130px;
}
.slider h3 {
    padding: 20px 25px 17px;
    font-family: InterBlack;
    font-size: 32px;
    color: #fff;
    background-color: #9747FF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
    border-radius: 10px;
    display: inline-block;
}
.slider h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: InterBold;
    font-size: 48px;
    color: #FF0000;
}
.slider h4 {
    font-family: InterBold;
    font-size: 32px;
    color: #000;
}
.slider p {
    margin-top: 20px;
    font-family: Inter;
    font-size: 20px;
    color: #000;
}
.header {
    padding-bottom: 60px;
    background-color: #fff;
}
.header .container {
    max-width: 1130px;
}
.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;
    font-family: InterBold;
    font-size: 56px;
    color: #CB0001;
}
.header p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}
.header a {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 12px 40px;
    border-radius: 10px;
    border: 1px solid #d70040;
    background: #CB0001;
    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;
}
.white-01 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    background-color: #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: #CB0001;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
}
.white-01 .box h3 {
    font-family: InterBold;
    font-size: 30px;
    color: #fff;
}
.white-01 .box h4 {
    font-family: InterBold;
    font-size: 32px;
    color: #fff;
}
.white-01 .box p {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 140px;
    font-family: InterBold;
    font-size: 24px;
    color: #ffd460;
}
.white-01 h2 {
    width: 100%;
    line-height: 120%;
    margin: 40px auto 60px;
    text-align: center;
    font-family: InterBold;
    font-size: 32px;
    color: #d70040;
}
.white-01 p {
    line-height: 120%;
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
}
.white-01 img {
    border-radius: 10px;
}
.white-01 .row:nth-child(3) {
    align-items: center;
    column-gap: 80px;
}
.gradient-01 {
    padding-top: 50px;
    padding-bottom: 60px;
    background: linear-gradient(0deg, rgba(44,55,59, .5) 0%, #FFF 100%), #fff;
}
.gradient-01 .container {
    max-width: 1010px;
}
.gradient-01 .row {
    column-gap: 80px;
}
.gradient-01 h3 {
    margin-bottom: 20px;
    font-family: InterBold;
    font-size: 32px;
    text-transform: uppercase;
}
.gradient-01 .column:nth-child(1) p {
    line-height: 120%;
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
}
.gradient-01 p {
    line-height: 150%;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
}
.gradient-01 p strong {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    font-size: 24px;
}
.gradient-01 img {
    margin-top: 48px;
}
.blue-01 {
    padding-top: 25px;
    padding-bottom: 40px;
    color: #fff;
    background-color: #9747FF;
}
.blue-01 > .container {
    max-width: 1040px;
}
.blue-01 .box {
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding: 17px 19px;
    border-radius: 10px;
    background: #CB0001;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
}
.blue-01 .box h3 {
    margin-bottom: 0;
    font-family: Inter;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}
.blue-01 .box p {
    margin-bottom: 0;
    font-family: Inter;
    font-size: 32px;
    text-align: center;
    color: #ffd460;
}
.blue-01 p {
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 24px;
}
.blue-01 img {
    border-radius: 10px;
}
.blue-01 .row:nth-child(2) {
    column-gap: 80px;
    align-items: center;
}
.gradient-02 {
    padding-top: 40px;
    padding-bottom: 25px;
    color: #000;
    background: linear-gradient(0deg, #fff 80%, rgba(44,55,59, .5) 100%), #fff;
}
.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 img {
    border-radius: 10px;
}
.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) {
    align-items: center;
}
.gradient-02 .row:nth-child(3) img {
    box-shadow: none;
    margin-bottom: 40px;
}
.gradient-02 .row:nth-child(4) img {
    width: 100%;
}
.gradient-02 .row:nth-child(5) p {
    margin-bottom: 0;
    margin-top: 20px;
}
.gradient-03 {
    padding-top: 30px;
    padding-bottom: 17px;
    color: #000;
    background: #B5F925;
}
.gradient-03 .container {
    max-width: 1040px;
}
.gradient-03 img.radius {
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
}
.gradient-03 h2 {
    width: 100%;
    margin-bottom: 57px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
}
.gradient-03 p {
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
}
.gradient-03 p strong {
    font-family: InterBold;
}
.gradient-03 .row:nth-child(2) {
    margin-bottom: 32px;
    column-gap: 80px;
}
.gradient-03 .row:nth-child(2) .column:nth-child(1) {
    width: 800px;
}
.gradient-03 .row:nth-child(3) {
    column-gap: 24px;
}
.gradient-03 .row:nth-child(3) .column:nth-child(1) img:nth-child(1) {
    margin-bottom: 55px;
}
.gradient-03 .row:nth-child(3) .column:nth-child(2) {
    min-width: 605px;
}
.gradient-03 .row:nth-child(4) {
    margin-top: 70px;
    column-gap: 80px;
    align-items: center;
}
.gradient-03 .row:nth-child(4) .column:nth-child(1) {
    width: 400px;
}
.gradient-04 {
    padding-top: 50px;
    background: linear-gradient(0deg, #fff 50%, #B5F925 100%), #fff;
}
.gradient-04 > .container {
    max-width: 1040px;
}
.gradient-04 h2 {
    width: 100%;
    margin-bottom: 57px;
    font-family: InterBold;
    font-size: 32px;
    text-align: center;
}
.gradient-04 p {
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
}
.gradient-04 .row:nth-child(2) {
    column-gap: 80px;
}
.gradient-04 .row:nth-child(2) .column:nth-child(1) {
    width: 460px;
}
.gradient-04 .row:nth-child(3) p {
    padding: 20px 40px;
    text-align: center;
    color: #FF0000;
}
.video {
    padding-top: 32px;
    padding-bottom: 32px;
    color: #000;
    background: #E4E2DF;
}
.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;
    color: #000;
}
.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: 20px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.video .box {
    width: 100%;
    max-width: 945px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 110px 15px 40px 350px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(90deg, rgba(142,67,240,1) 35%, rgba(62,29,104,1) 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
    position: relative;
}
.video .box img {
    position: absolute;
    left: 15px;
    top: -10px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
}
.video .box h3 {
    margin-bottom: 55px;
    font-family: RobotoBold;
    font-size: 40px;
}
.video .box p {
    margin-bottom: 0;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}
.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.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;
}
.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 .row:nth-child(2) {
    align-items: flex-start;
}
.gradient-05 .column {
    color: #fff;
    background-color: #0C8282;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
}
.gradient-05 img {
    margin-bottom: 24px;
    border-radius: 10px;
}
.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: 875px;
    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 td {
    font-family: InterBold;
    font-size: 16px;
}
.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: 32px;
    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;
}
.white-03 p strong svg {
    right: -20px;
    position: relative;
}
.background-01 {
    background-color: #9747ff;
}
.background-01 .container {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('images/18.png');
    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: #fff;
    background-color: #2D373B;
    border-radius: 10px;
}
.background-01 .text h3 {
    margin-bottom: 55px;
    font-family: InterBold;
    font-size: 32px;
}
.background-01 .text p {
    font-family: InterBold;
    font-size: 20px;
}
.background-01 p.absolute {
    margin: 0;
    font-family: InterBold;
    font-size: 32px;
    color: #fff;
    text-align: center;
}
.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 h2 {
    max-width: 850px;
    margin-bottom: 25px;
    line-height: 1;
    font-family: InterBold;
    font-size: 48px;
    color: #FF0000;
    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;
}
.dark-02 p strong {
    text-transform: none;
    font-family: InterBold;
}
.dark-02 p.small {
    font-size: 14px;
}
.dark-02 .custom-checkbox p {
    margin-top: 0;
    text-transform: none;
}
.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);
}
#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;
    }
    .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: 32px;
    }
    .slider h4 {
        font-size: 22px;
    }
    .white-01 .box h3 {
        font-size: 32px;
    }
    .white-01 .box h4,
    .white-01 .box p {
        font-size: 28px;
    }
    .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%;
    }
}
