* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    font-size: 18px;
    background-color: #000;
}

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

@font-face {
    font-family: LatoMedium;
    src: url(../../fonts/Lato-Medium.ttf) format("opentype");
}

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

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

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

@font-face {
    font-family: BebasNeue;
    src: url(../../fonts/BebasNeue.otf) format("opentype");
}

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

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

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

.container {
    max-width: 1330px;
    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;
}

.text-center {
    text-align: center;
}

.tt-uppercase {
    text-transform: uppercase;
}

.fs-24 {
    font-size: 24px;
}

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

p {
    font: normal 24px/1.2 Lato;
}

h2 {
    font: normal 48px/56px Lato;
}

.empty-space {
    height: 20px;
    display: block;
}

@media all and (max-width: 1330px) {
    .column {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media all and (max-width: 1170px) {
    .row {
        padding-left: 20px !important;
        padding-right: 20px !important;

        flex-direction: column;
        align-items: center;
    }

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

    h2 {
        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: #cc1f1f;
}

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

.top p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 24px;
    font-family: RobotoMedium;
    text-transform: uppercase;
}

.top p.small {
    font-size: 18px !important;
    text-transform: none;
}

.top h3 {
    
    margin-bottom: 25px;
    font-family: RobotoMedium;
    font-size: 32px;
}

.slider {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    background: rgb(74, 7, 7);
    background: url(./images/01.jpg) no-repeat;
    background-size: cover;
}

.slider > .container {
    max-width: 1170px;
}

.slider h2 {
    line-height: 80px;
    padding: 20px 50px 16px;
    text-align: center;
    font-size: 70px;
    font-family: BebasNeue;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 27px #fff;
    background: rgba(60, 60, 60, .8);
}

.slider h3 {
    margin-top: 200px;
    display: block;
    font-size: 28px;
    font-family: 'LatoBlack';
    letter-spacing: normal;
    text-shadow: none;
    background: rgba(60, 60, 60, .8);
    text-align: center;
    max-width: 560px;
    padding: 20px 30px;
}

.slider p {
    width: 100%;
    padding: 12px 0 10px;
    font-size: 24px;
    font-family: RobotoMedium;
    text-align: center;
    text-transform: uppercase;
    background-color: #cc1f1f;
}

.header {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #000;
    overflow: hidden;
}

.header > .container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fffdc4;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 0 35px rgba(255, 255, 255, .5);
}

.header .row {
    z-index: 5;
    position: relative;
}

.header h2 {
    line-height: 26px;
    margin-bottom: 35px;
    font-size: 32px;
    font-family: LatoBold;
    color: #ff0000;
    text-transform: uppercase;
    text-align: center;
}

.header h2 small {
    margin-top: 15px;
    display: block;
    font-size: 32px;
    font-family: BebasNeue;
    color: #000;
}

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

.header .column:nth-of-type(1) p {
    font-size: 16px;
    text-align: center;
}

.header p.large {
    color: #000;
    font-family: LatoBlack;
    font-size: 24px !important;
    line-height: 26px;
    margin-top: 30px;
}

.header p.light {
    color: #000;
    font-family: LatoLight;
    font-size: 16px;
    line-height: 26px;
}

.header .column:nth-of-type(1) {
    padding-left: 110px;
    flex-grow: 1;
}

.header .column:nth-of-type(2) {
    width: 480px;
    align-items: flex-end;
    padding-right: 70px;
}

.header .orderForm {
    width: 370px;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.header .orderForm p.black-bold {
    font-size: 24px;
    text-transform: uppercase;
    font-family: LatoBold;
    color: #000;
}

.header .orderForm p.red-bold {
    font-size: 32px;
    font-family: LatoBold;
    color: #ff0000;
}

.header .orderForm p.black-normal {
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
    font-family: LatoBold;
    text-transform: uppercase;
}

.header .orderForm p.black-smaller {
    line-height: 26px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: LatoBold;
    color: #000;
}

.header .orderForm a {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #fff;
    font-family: LatoBold;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    line-height: 55px;
    border-radius: 30px;
    background-color: #ff0000;
}

.img-bg {
    padding-top: 30px;
    padding-bottom: 60px;
    color: #fff;
    background: url('./images/03.png') no-repeat;
    background-size: cover;
}

.img-bg .column:nth-of-type(1) {
    width: 570px;
}

.img-bg .column:nth-of-type(2) {
    padding-left: 40px;
}

.img-bg h2 {
    margin-bottom: 50px;
    font-family: LatoBold;
    font-size: 48px;
    text-align: center;
}

.img-bg p {
    line-height: 1.3;
}

.white-1 {
    background-color: #d4def2;
}

.white-1 > .container {
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1200px;
    background-color: #fff;
}

.white-1 h2 {
    line-height: 1;
    margin-bottom: 20px;
    font-family: LatoBlack;
    color: #36305d;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
}

.white-1 h2 small {
    display: block;
    font-family: LatoBold;
    text-transform: none;
    font-size: 36px;
}

.white-1 p {
    line-height: 20px;
    font-size: 16px;
    font-family: LatoLight;
    color: #000;
}

.white-1 p.title {
    font-family: LatoBold;
    font-size: 24px;
}

.white-1 p.large {
    margin-bottom: 40px;
    padding: 0 110px;
    font-family: LatoBold;
    font-size: 16px;
    text-align: center;
}

.white-1 .column {
    width: 600px;
    justify-content: flex-start;
}

.white-1 .column:nth-of-type(1) {
    padding-left: 125px;
}

.white-1 .column:nth-of-type(1) img {
    align-self: flex-end;
}

.white-1 .column:nth-of-type(2) {
    padding-left: 25px;
    padding-right: 120px;
}

.white-1 .column:nth-of-type(2) img {
    align-self: flex-start;
}

.white-1 .row:nth-of-type(3) {
    margin-bottom: 8px;
}

.white-1 .row:nth-of-type(3) .column:nth-of-type(2) {
    justify-content: center;
}

.white-1 .row:nth-of-type(4) {
    margin-bottom: 30px;
}

.white-1 .row:nth-of-type(4) .column:nth-of-type(1) {
    padding-top: 34px;
}

.white-1 .row:nth-of-type(5) {
    margin-bottom: 40px;
}

.white-1 .row:nth-of-type(5) .column:nth-of-type(2) {
    padding-top: 15px;
}

.white-1 .row:nth-of-type(6) {
    margin-bottom: 27px;
}

.white-1 .row:nth-of-type(7) {
    margin-bottom: 40px;
}

.white-1 .row:nth-of-type(8) {
    margin-bottom: 75px;
}

.white-1 .row:nth-of-type(8) .column:nth-of-type(1) {
    padding-top: 25px;
}

.white-1 .row:nth-of-type(9) {
    margin-bottom: 30px;
}

.white-2 {
    padding-top: 50px;
    color: #000;
    background-color: #fff;
}

.white-2 .only-mobile {
    display: none;
}

.white-2 > .container {
    max-width: 930px;
}

.white-2 .col {
    width: 300px;
}

.white-2 .col:nth-of-type(1) .col-body {
    background-color: #353535;
}

.white-2 .col:nth-of-type(2) .col-body {
    background-color: #ff0303;
}

.white-2 .col:nth-of-type(3) .col-body {
    background-color: #2fad50;
}

.white-2 .row {
    justify-content: space-between;
}

.white-2 h2 {
    margin-bottom: 45px;
    font-family: LatoBold;
    font-size: 36px;
    line-height: 42px;
    color: #322c56;
    text-align: center;
}

.white-2 .col-body p {
    width: 100%;
    height: 90px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: LatoBold;
    font-size: 16px;
    color: #fff;
}

.white-2 .col-header p {
    font-family: LatoLight;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.white-2 .col-header {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.white-2 .col-header h3 {
    margin-bottom: 20px;
    padding: 0 35px;
    font-family: LatoBold;
    font-size: 24px;
    color: #000;
    text-align: center;
}

.white-2 .col-header img {
    width: 100%;
    height: auto;
}

.video {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #dcdcdc;
}

.video > .container {
    padding: 0 70px 40px;
    background-color: #2d284d;
    border-radius: 30px;
}

.video h2 {
    font-family: LatoBold;
    font-size: 36px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.red-1 {
    padding: 62px 0 70px;
    color: #fff;
    background-color: #cc1f1f;
}

.red-1 h2 {
    padding: 0 0 76px;
    font: normal 48px/56px Roboto;
    text-align: center;
}

.red-1 p {
    font: normal 14px/28px LatoLight;
}

.red-1 p strong {
    font-family: Lato;
}

.red-1 p.large {
    font-family: LatoBold;
}

.red-1 > .container {
    max-width: 1330px;
}

.red-1 .column p:not(:last-child) {
    margin-bottom: 20px;
}

.red-1 .row:nth-of-type(5) {
    padding: 50px 10px 0px 50px;
}

.red-1 .row:nth-of-type(2) p {
    margin-bottom: 65px;
    font-family: RobotoMedium;
    font-size: 18px;
    text-align: center;
}

.red-1 .row:nth-of-type(2) .center {
    text-align: center;
}

.red-1 .row:nth-of-type(3) p {
    padding: 0 90px;
    text-align: center;
}

.red-1 .row:nth-of-type(4) {
    padding-left: 100px;
  }
  
  .red-1 .row:nth-of-type(4) .column:nth-of-type(1) {
    width: 600px;
    padding-right: 27px;
  }
  
  .red-1 .row:nth-of-type(4) .column:nth-of-type(2) {
    width: 666px;
    padding-left: 79px;
    padding-right: 5px;
  }
  
  .red-1 .row:nth-of-type(4) {
    margin-top: 70px;
  }


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

.white-3 > .container {
    max-width: 1130px;
}

.white-3 .column:nth-of-type(1) {
    width: 530px;
    padding-right: 30px;
    align-items: flex-end;
}

.white-3 .column:nth-of-type(2) {
    padding-left: 5px;
    padding-right: 100px;
}

.white-3 .row:nth-of-type(1) {
    margin-bottom: 70px;
}

.white-3 .row:nth-of-type(2) .column:nth-of-type(2) {
    padding-top: 80px;
}

.white-3 p {
    font-family: LatoLight;
    font-size: 16px;
}

.white-3 p.title {
    font-family: LatoBold;
    font-size: 24px;
}

.white-3 h3 {
    margin-bottom: 30px;
    font-family: LatoBold;
    font-size: 24px;
}

.white-3 h3 span {
    color: #1a9a01;
}

.yellow-1 {
    padding-top: 35px;
    padding-bottom: 60px;
    color: #000;
    background-color: #efeead;
}

.yellow-1 .only-mobile {
    display: none;
}

.yellow-1 h2 {
    font-size: 48px;
    font-family: LatoBold;
}

.yellow-1 > .container {
    max-width: 930px;
}

.yellow-1 .row:nth-of-type(2) p {
    text-align: center;
    margin: 15px auto 30px;
    font-family: LatoLight;
    font-size: 20px;
}

.yellow-1 .row:nth-of-type(4) p {
    font-family: Latobl;
    font-size: 16px;
}

.yellow-1 .table {
    width: 100%;
    max-width: 790px;
    margin: 0 auto 35px;
}

.yellow-1 .table.mobile {
    display: none;
    width: 100%;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.yellow-1 .table.mobile .table-row .table-cell {
    width: 50%;
}

.yellow-1 .table .table-row {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.yellow-1 .table .table-row .table-cell {
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.yellow-1 .table .table-row .table-cell:nth-of-type(3) {
    width: 195px;
}

.yellow-1 .table .table-row .table-cell p {
    text-align: center;
    font-family: LatoBold;
    font-size: 16px;
}

.yellow-1 .table .table-row:nth-of-type(1) .table-cell p {
    font-family: LatoBlack;
    font-size: 18px;
}

.yellow-1 .table .table-row:nth-of-type(4) {
    background-color: #4cb22d;
}

.yellow-1 .table .table-row:nth-of-type(5) {
    color: #fff;
    background-color: #1015c7;
}

.yellow-1 .table .table-row .table-cell p.red-strike {
    color: #ff0000;
    text-decoration: line-through;
}

.yellow-1 .table .table-row .table-cell p.red {
    color: #ff0000;
}

.yellow-1 .table .table-row .table-cell p.green {
    color: #1d530c;
}

.purple-1 {
    padding-top: 40px;
    padding-bottom: 70px;
    color: #fff;
    background-color: #312b54;
}

.purple-1 > .container {
    max-width: 1210px;
}

.purple-1 h2 {
    margin-bottom: 60px;
    font-family: LatoBold;
    font-size: 48px;
}

.purple-1 .row:nth-of-type(2) {
    padding-left: 85px;
    padding-right: 85px;
    justify-content: space-between;
}

.purple-1 .column {
    width: 269px;
    align-items: center;
    text-align: center;
}

.purple-1 .column img {
    margin-bottom: 40px;
}

.purple-1 .column p.name {
    margin-bottom: 15px;
    font-size: 24px;
    white-space: nowrap;
    font-family: LatoBold;
}

.purple-1 .column p {
    line-height: 24px;
    font-size: 16px;
    font-family: LatoLight;
}

.white-4 {
    padding-top: 40px;
    padding-bottom: 60px;
    color: #000;
    background-color: #fff;
}

.white-4 h2 {
    margin-bottom: 50px;
    font-family: LatoBold;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
}

.white-4 > .container {
    max-width: 1130px;
}

.white-4 p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 12px;
    font-family: LatoLight;
    display: flex;
    align-items: flex-start;
}

.white-4 p.title {
    margin-bottom: 20px;
    font-family: LatoBold;
}

.white-4 p img {
    margin: 0 10px 0 0 !important;
}

.white-4 .row:nth-of-type(2) {
    justify-content: space-between;
}

.white-4 .column {
    width: 330px;
    align-items: flex-start;
}

.white-4 .column img {
    margin: 40px auto 0;
}

.black-2 {
    padding: 65px 0 0;
    color: #fff;
    background-color: #000;
    text-align: center;
}

.black-2 > .container {
    max-width: 1170px;
}

.black-2 h3 {
    padding: 15px 30px;
    font: normal 48px/50px BebasNeue;
    text-transform: uppercase;
    color: #000;
    background-color: #fffdc4;
    border-radius: 30px;
    box-shadow: 0 0 35px rgba(255, 255, 255, .5);
    margin-bottom: 25px;
}

.black-2 h2 {
    font: normal 36px/56px LatoBold;
    padding: 0 0 35px;
}

.black-2 p {
    font: normal 24px/56px Lato;
}

.black-2 p.small {
    font-size: 16px;
}

.black-2 .row:last-child {
    margin-top: 95px;
}

.black-2 .row:last-child p {
    line-height: 30px;
    padding: 0 110px;
}

#wr_footer {
    font-family: Roboto;
    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: #000;
}

form.form_panel .header {
    color: #cc1f1f;
    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%;
    }
}

.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: 16px;
    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 #cd0000;
}

.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 #cd0000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media all and (max-width:740px) {
    #order_form fieldset #left {
        width: 100%;
    }

    #order_form fieldset #right {
        width: 100%;
        padding-left: 0 !important;
		display:none;

    }
}

@media all and (max-width: 1440px) {
    .top h3 {
        white-space: normal;
    }
}

.grwf2-wrapper iframe,
.grwf2-wrapper {
    width: 100% !important;
    margin-bottom: 30px !important;
}

@media all and (max-width: 1170px) {
    .subscribe {
        padding: 0 0 !important;
    }

    .grwf2-wrapper.wf2-embedded {
        width: 320px !important;
    }

    .top h3 {
        font-size: 26px;
    }

    .header h2 {
        line-height: 36px;
    }

    .slider h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .slider h3 {
        line-height: 1.6;
        font-size: 18px;
    }

    .slider p {
        line-height: 1.6;
        font-size: 18px;
        text-transform: none;
    }

    .header > .container {
        max-width: 90%;
    }

    .img-bg h2 {
        font-size: 32px;
    }

    .white-1 > .container {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .white-1 .row {
        margin-bottom: 30px !important;
    }

    .white-1 .row:nth-of-type(4),
    .white-1 .row:nth-of-type(6),
    .white-1 .row:nth-of-type(8),
    .white-1 .row:nth-of-type(10) {
        flex-direction: column-reverse;
    }

    .white-2 .col-header h3 {
        padding: 0 5px;
        font-size: 18px;
    }

    .video > .container {
        max-width: 90%;
        padding: 0 0 30px;
    }

    .video video {
        width: 100%;
    }

    .red-1 h2 {
        padding: 0 0 46px;
        font: normal 28px/36px LatoBold;
        text-align: center;
    }

    .white-2 h2 {
        margin-bottom: 0;
    }

    .white-2 .only-desktop {
        display: none;
    }

    .white-2 .col-header {
        height: 235px;
    }

    .white-2 .col-header p {
        padding: 0 15px !important;
        font-size: 15px;
    }

    .white-2 .col-body p {
        font-size: 12px;
        padding: 0 15px !important;
        height: 80px;
    }

    .white-2 .only-mobile {
        display: flex;
        flex-direction: row;
        padding: 0 !important;
        margin-bottom: 35px;
    }

    .white-2 .only-mobile .col-body.bg-green {
        background-color: #2fad50 !important;
    }

    .white-2 .only-mobile .col {
        width: 50%;
    }

    .video h2 {
        line-height: 28px;
        font-size: 24px;
    }

    .header .orderForm {
        width: 100%;
    }

    .white-3 h3 {
        font-size: 18px;
    }

    .white-4 h2 {
        margin-bottom: 0px;
        font-family: LatoBold;
        font-size: 28px;
        line-height: 56px;
        text-align: center;
    }

    .black-2 h3 {
        font: normal 28px/30px BebasNeue;
    }

    .black-2 h2 {
        font: normal 24px/36px LatoBold;
        padding: 0 0 35px;
    }

    .yellow-1 h2 {
        font-size: 36px;
    }

    .yellow-1 .only-desktop {
        display: none;
    }

    .yellow-1 .only-mobile {
        display: flex;
    }

    .yellow-1 .table.desktop {
        display: none;
    }

    .yellow-1 .table.mobile {
        display: flex;
        margin-bottom: 30px;
    }

    .purple-1 h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
}