/* fonts */
@font-face {
    font-family: "Rubik-Light";
    src: url("../fonts/rubik/Rubik-Light.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Regular";
    src: url("../fonts/rubik/Rubik-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Bold";
    src: url("../fonts/rubik/Rubik-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Rubik-SemiBold";
    src: url("../fonts/rubik/Rubik-SemiBold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Days-One-Regular";
    src: url("../fonts/days/DaysOne-Regular.ttf");
    font-display: swap;
}

/* fonts */

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

body{
    margin: 0;
    background: #ECEFF4;
}

*, ::after, ::before {
    box-sizing: inherit
}


/* container */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}
/* container */

/* row */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
/* row */

/* display */
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.d-block {
    display: block !important
}

.d-none {
    display: none !important
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}
/* display */

/* col */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

/* col */

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

@media (min-width: 768px){
    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }
}

@media (min-width: 992px){
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

@media (min-width: 576px) {
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
    }
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 992px) {
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
}

/*
****************************
* SECTION FOR HEADER STYLE *
****************************
*/
header{
    background: #FFFFFF;
    box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.2);
}
header .header-wrapper{
    width: 335px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

@media (max-width: 374px) {
    header .header-wrapper{
        width: 100%;
    }
}

header .header-wrapper .logo-text{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
header .header-wrapper .logo-text .logo{
    margin-right: 11px;
}
header .header-wrapper .logo-text .logo a{}
header .header-wrapper .logo-text .logo a img{}
header .header-wrapper .logo-text .texts{}
header .header-wrapper .logo-text .texts .main-text{
    font-family: 'Rubik-Bold', sans-serif;
    color: #1F4072;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
}
header .header-wrapper .logo-text .texts .second-text{
    font-family: 'Rubik-Regular', sans-serif;
    color: #1F4072;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
@-webkit-keyframes pulse {
    0% {}
    70% {
        box-shadow: 0 0 0 7px rgba(90, 153, 212, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

@keyframes pulse {
    0% {}
    70% {
        box-shadow: 0 0 0 7px rgba(90, 153, 212, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
header .header-wrapper .burger{
    display: flex;
    flex-direction: column;
}
header .header-wrapper .burger:hover{
    cursor: pointer;
}
header .header-wrapper .burger span{
    width: 38px;
    height: 3px;
    background: #1F4072;
    margin-bottom: 7px;
}
header .header-wrapper .burger span:last-child{
    margin-bottom: 0;
}

/*
****************************
* SECTION FOR MAIN STYLE *
****************************
*/

main{
    /*margin-bottom: 50px;*/
    padding-top: 20px;
    position: relative;
}
main .info-wrapper{
    width: 335px;
    padding: 10px 20px;
    /*background: #1F4072;*/
    border-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-family: 'Rubik-Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0 auto 17px;
}
@media (max-width: 374px) {
    main .info-wrapper{
        width: 100%;
    }
}

main .offers-wrapper{
    width: 335px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 374px) {
    main .offers-wrapper{
        width: 100%;
    }
}

main .offers-wrapper .offer-wrapper{
    width: 48%;
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 9px 10px;
    margin-bottom: 15px;
}
@media (max-width: 374px) {
    main .offers-wrapper .offer-wrapper{
        padding: 9px 5px;
    }
}
main .offers-wrapper .offer-wrapper .offer-logo{
    background-size: 98%;
    height: 55px;
}
main .offers-wrapper .offer-wrapper .offer-credit{
    margin-bottom: 11px;
    margin-top: 7px;
}
main .offers-wrapper .offer-wrapper .offer-credit .top-line{
    background: #E7E7E7;
    border-radius: 7px;
    width: 100%;
    height: 2px;
}
main .offers-wrapper .offer-wrapper .offer-credit .credit-title{
    font-family: 'Rubik-Regular', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
main .offers-wrapper .offer-wrapper .offer-credit .bottom-line{
    background: #E7E7E7;
    border-radius: 7px;
    width: 100%;
    height: 2px;
}
main .offers-wrapper .offer-wrapper .offer-texts{
    font-family: 'Rubik-SemiBold', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
}
main .offers-wrapper .offer-wrapper .offer-texts .offer-text{
    margin-bottom: 6px;
}
main .offers-wrapper .offer-wrapper .offer-texts .offer-text:last-child{
    margin-bottom: 0;
}
main .offers-wrapper .offer-wrapper .offer-texts .blue{
    color: #397f8a;
}
main .info-wrapper{
    font-size: 24px;
    font-weight: 600;
}
main .info-wrapper span{
    color:#333;
}
main .info-wrapper p{
    font-size: 16px;
}
main .offers-wrapper .offer-wrapper .offer-button{
    margin-top: 13px;
}
@-webkit-keyframes pulse {
    0% {}
    70% {
        box-shadow: 0 0 0 4px rgba(28, 194, 219, .3);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(28, 194, 219, .3);
    }
}

@keyframes pulse {
    0% {}
    70% {
        box-shadow: 0 0 0 4px rgba(28, 194, 219, .3);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(28, 194, 219, .3);
    }
}
main .offers-wrapper .offer-wrapper .offer-button a{
    font-family: 'Rubik-SemiBold', sans-serif;
    background: linear-gradient(100.6deg, #1CC2DB 40%, #333 100%) fixed;
    border-radius: 5px;
    display: block;
    padding: 9px 8px;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    font-size: 14px;
}
@media (max-width: 374px) {
    main .offers-wrapper .offer-wrapper .offer-button a{
        font-size: 13px;
    }
}

/*
****************************
* SECTION FOR SIDEBAR *
****************************
*/

.slide-left {
    -webkit-animation: slide-left 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-left 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-left {
    0% {
        right: -280px;
    }
    100% {
        right: 0;
    }
}
@keyframes slide-left {
    0% {
        right: -280px;
    }
    100% {
        right: 0;
    }
}

.slide-right {
    -webkit-animation: slide-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-right {
    0% {
        right: 0;
    }
    100% {
        right: -280px;
    }
}
@keyframes slide-right {
    0% {
        right: 0;
    }
    100% {
        right: -280px;
    }
}

.custom-sidebar {
    position: fixed;
    right: -280px;
    width: 280px;
    height: 100%;
    top: 0;
    background: rgb(66 143 226);
    z-index: 6;
    background-size: 350px;
}

.close_button{
    margin: 0 auto;
    height: 59px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 15px;
}

.sidebar-inner{
    padding-left: 18px;
    padding-top: 25px;
    color: white;
    padding-right: 40px;
}



/*
*******************
* SECTION FOR SEO *
*******************
*/

main .seo-wrapper{
    width: 335px;
    padding: 10px 0;
    color: #000000;
    opacity: 0.8;
    font-size: 14px;
    font-family: 'Rubik-Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 30px auto 0;
}
@media (max-width: 374px) {
    main .seo-wrapper{
        width: 100%;
    }
}

main .seo-wrapper p{
    margin-top: 0;
    margin-bottom: 0;
}


/*
*********************
* SECTION FOR MONEY *
*********************
*/

main .get-money-wrapper{
    position: fixed;
    bottom: 0;
    background: #53efe2;
    padding: 19px 15px;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
main .get-money-wrapper .inner-wrapper{
    display: flex;
    align-items: center;
    width: 335px;
    margin: 0 auto;
}
@media (max-width: 374px) {
    main .get-money-wrapper .inner-wrapper{
        width: 100%;
    }
}
main .get-money-wrapper .inner-wrapper img{
    margin-right: 18px;
    flex-shrink: 0;
}
main .get-money-wrapper .inner-wrapper .inner-data{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Rubik-SemiBold', sans-serif;
    width: 63%;
}



.fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.78;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.78;
    }
}

.fade-out {
    -webkit-animation: fade-out 1s ease-out both;
    animation: fade-out 1s ease-out both;
}
@-webkit-keyframes fade-out {
    0% {
        opacity: 0.78;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade-out {
    0% {
        opacity: 0.78;
    }
    100% {
        opacity: 0;
    }
}
#toTop{
    display: block;
    background: #53efe2;
    text-decoration: none;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    text-align: center;
    color:#fff;
    line-height: 40px;
    max-width: 335px;
    margin: 0 auto;
    font-family: 'Rubik-Regular', sans-serif;
}
.push_block {
    width: 300px;
    height: 72px;
    background-image: linear-gradient(#273EBC, #D638DA);
    border-radius: 20px 0px 0px 20px;
    display: block;
    font-family: 'Roboto', sans-serif;
    position: fixed;
    top: 100px;
    right: 0;
    display: none;
}

.white_block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    width: 295px;
    height: 67px;
    border-radius: 20px 0px 0px 20px;
    background-color: #fff;
    padding: 0 20px;
    margin-top: 2px;
    margin-left: 2px;
}

.push_block .image_block img {
    width: 25px;
}

.push_block #text_block {
    text-align: right;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #272727;
}
main .seo_wrapper {
    width: 335px;
    padding: 10px 0;
    color: #000000;
    opacity: 0.8;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 30px auto 0;
}
.seo_wrapper strong{
    font-weight: 700;
    font-size: 16px;
}
.add-button {
    position: fixed;
    bottom: 0;
    left: 50%;
    display: block;
    transform: translateX(-50%);
    cursor: pointer;
    background-color: #006ce7;
    outline: none;
    border: none;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    font-size: 15px;
}

.overlay{
    background-color:rgba(0,0,0,.35);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:9999;
    font-family: 'Roboto', sans-serif;
}
.text_bottom{
    color:#272727
}
.text_bottom p{
    line-height:24px
}
.text_bottom ul li{
    margin:10px 0
}
.modal{
    width:450px;
    background-color:#fff;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    box-shadow:0 4px 4px rgba(0,0,0,.25);
    border-radius:15px;
    padding:0 20px
}
.icon_fire{
    position:relative;
    text-align:center
}
.icon_fire img{
    margin:0 auto;
    margin-top:-28px;
    position:relative
}
.modal_title{
    width:100%;
    position:relative;
    color:#000;
    font-weight:700;
    font-size:20px;
    text-align:center;
    padding:10px
}
.offer_modal .logo{
    padding:0 5px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-top-left-radius:12px;
    border-bottom-left-radius:12px;
    padding-left:40px
}
.modal .offer_button{
    margin-bottom:0;
    height:52px;
    line-height:52px;
    border-radius:0;
    background-color:#f09917!important;
    border-top-right-radius:12px;
    border-bottom-right-radius:12px;
    width:130px
}
.modal{
    position:relative;
    padding-bottom:20px;
    border-radius:80px 20px 20px 20px
}
.modal_text{
    text-align:center;
    padding:0 10px;
    color:#3d3d3d;
    font-size:14px
}
.offer_modal .logo img{
    max-width:130px
}
.offer_modal .text{
    color:#191919;
    font-weight:400;
    font-size:14px
}
.close_modal{
    position:absolute;
    top:28px;
    width:20px;
    right:20px;
    cursor:pointer
}
.close_modal img{
    max-width:15px
}
.offer_modal{
    display:flex;
    text-decoration:none;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    margin:10px 0;
    border-radius:12px
}
.offer_modal .button .offer_button{
    margin-top:0
}
.offer_modal.border{
    border-top:1px solid #09f;
    border-bottom:1px solid #09f
}
.modal_bottom{
    padding:15px 0;
    position:relative;
    background-color:#09f
}
.offer_modal{
    position:relative
}
.point_block{
    position:absolute;
    left:-10px;
    top:50%;
    transform:translateY(-50%)
}
.modal_image img{
    max-width:30px
}
.modal .offer_button{
    margin-bottom:0;
    height:30px;
    line-height:30px;
    border-radius:0;
    background-color:#53efe2!important;
    box-shadow:0 0 12px rgba(126,89,231,.6);
    border-radius:14px;
    width:85px;
    transition:.3s;
    font-weight:700;
    font-size:12px;
    color:#fff;
    text-align:center
}
.offer_button:hover{
    opacity:.7!important
}
@media(max-width:767px){
    .modal_title{
        font-size:15px
    }
    .offer_modal{
        padding:18px 30px
    }
    .modal{
        width:98%
    }
    .modal_title{
        margin-bottom:15px
    }
    .modal_title:before{
        height:115px;
        background-position-y:115px
    }
    .input_block input{
        width:166px;
        font-size:15px
    }
    .offer_modal .logo img{
        width:100px
    }
    .offer_modal .button .offer_button{
        margin-top:10px
    }
    .modal{
        max-width:98%
    }
    .offer_modal{
        padding:0
    }
    .offer_modal .logo{
        padding-left:10px
    }
    .modal .offer_button{
        width:115px;
        height:35px;
        line-height:35px
    }
    .offer_modal .logo{
        padding-left:0
    }
    .modal_title{
        margin-bottom:0
    }
    .modal_text{
        font-size:16px
    }
    .offer_modal .button .offer_button{
        margin-top:0
    }
}
.offer-text.link a{
    font-size: 11px;
    color:#53efe2;
}
.offer-text{
    font-weight: 400;
    font-family: "Rubik-Regular",sans-serif;
}
/*.rrpc{*/
/*    font-family: 'Rubik-SemiBold', sans-serif;*/
/*}*/
.bold.blue{
    font-family: "Rubik-SemiBold", sans-serif;
}
.offer-text.link img{
    max-width: 10px;
    margin-left: 2px;
}
.offer-text.link a{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.offer-text.link{
    margin-bottom: 5px !important;
}
.rrpc{
    display: block;
    margin-bottom: 5px;
}
.btn-showmore {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 0 auto;*/
    text-decoration: underline;
    color: #53efe2;
    font-size: 18px;
    font-weight: 500;
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: .3s;
}
.btn-showmore:hover{
    color:#00008B;
}
.text_info img{
    width: 20px;
    cursor: pointer;
}
.text_info{
    margin-left: 10px;
}
/*.to_hide{*/
/*    display: none;*/
/*}*/
.show_more_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.second-text{
    position: relative;
    color:#fff;
    padding: 4px 5px;
    background-color: #fff;
    border-radius: 3px;
}
body,header{
 background: linear-gradient(180.6deg, #1CC2DB 0%, #4e4e4e 100%) fixed;
}
header{
    height: 70px;
}
.second-text span{
    display: block;
    position: absolute;
    right: -3px;
    bottom: -15px;
    background: #53efe2;
    padding: 2px 3px;
    border-radius: 3px;
    transform: rotate(-2deg);
}
.seo_wrapper p{
    color:#fff !important;
}
/* FOOTER */
.footer{
    background: #FFFFFF;
    box-shadow: 0 4px 35px rgba(0, 81, 79, 0.44);
    padding-bottom: 14px;
    padding-top: 14px;
    /*margin-top: auto;*/
    margin-top: 20px;
}
.footer .footer_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer_wrapper .copy{}
.footer .footer_wrapper .copy span{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #455B5F;
}
.footer .footer_wrapper .footer_logo{}
.footer .footer_wrapper .footer_logo a{
    display: block;
}
.footer .container{
    width: 335px;
}

.footer .footer_wrapper .footer_logo a img{}
@media only screen and (max-width: 375px) {
    .footer .footer_wrapper .footer_logo a img{
        width: 125px;
    }
}
.main-text h1, .main-text h2{
    color:#fff;
}
.main-text ul{
    color:#fff;
}
.main-text ul li{
    margin: 10px 0;
}