/*

Theme Name: X-Change Theme

Version: 1.0.0

Description: Theme for friends from Ukraine

Author: Илья Волков

Author URI: https://artofall.agency

*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;600&display=swap');

*, *:after, *:before {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #333;
}

.wrapper {
    position: relative;
    overflow-x: hidden;
}

.first_screen {
    display: block;
    min-height: 100vh;
    width: 100%;
    background-image: url("/wp-content/themes/bitok_artofall/img/bg_2.jpg");
/*    background-attachment: fixed;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 500;
    padding: 0 15px;
}

.second_screen_wrapper, .third_screen_wrapper, .fourth_screen_wrapper, .fifth_screen_wrapper, .sixth_screen_wrapper, .seventh_screen_wrapper, .eighth_screen_wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.first_screen_wrapper {
    display: flex;
}

.first_screen_bitok_col {
    position: relative;
}

.first_screen_bitok_col img {
    display: block;
    top: 0;
    left: 0;
}

/*MENU*/
.top_menu_outer.abs {
    position: absolute;
    transition: all .2s;
}

.top_menu_outer.fix {
    position: fixed;
    transition: all .2s;
}

.top_menu_outer {
    z-index: 600;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    padding: 30px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    transition: all .3s;
}

.top_menu_inner {
    width: 1320px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.top_menu_inner_logo span.logo {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
}

.top_menu_inner_logo a {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    font-size: 30px;
}

.top_menu_inner_menu {
    margin-top: auto;
    margin-bottom: auto;
}

.menu li:last-child {
    margin-right: 0;
}

.menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.menu li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.menu li a:hover:after {
    width: 100%;
    transition: all .3s;
}

@media (min-width: 320px) {
    .screen_wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .menu.show {
        right: 0;
        transition: all .3s;
    }

    .menu {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
        position: absolute;
        right: -100%;
        transition: all .3s;
        top: 65px;
        background-color: #000;
    }

    .menu li {
        list-style: none;
        margin-right: 0;
        margin-bottom: 0;
        padding: 15px;
    }

    .top_menu_outer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .first_screen_wrapper {
        flex-flow: column nowrap;
        justify-content: flex-start;
        height: auto;
    }

    .first_screen_bitok_col {
        width: 100%;
        height: auto;
        margin-top: 95px;
        margin-bottom: 0;
    }

    .first_screen_form_col {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .first_screen_bitok_col img {
        width: 85%;
        position: relative;
        margin: 0 auto;
    }

    #burger_btn {
        display: inline-block;
    }

    .second_screen_wrapper, .third_screen_wrapper, .fourth_screen_wrapper, .fifth_screen_wrapper, .sixth_screen_wrapper, .seventh_screen_wrapper, .eighth_screen_wrapper {
        padding: 30px 0;
    }

    .first_screen_form_col {
        margin-bottom: 30px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .first_screen_bitok_col img {
        width: 500px;
    }

    .first_screen_bitok_col {
        width: 100%;
        height: auto;
        margin-top: 85px;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .first_screen_wrapper {
        flex-flow: row nowrap;
        justify-content: space-between;
        height: 100%;
        min-height: 100vh;
    }

    .first_screen_bitok_col {
        width: 45%;
        height: 500px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .first_screen_form_col {
        width: 55%;
    }

    .first_screen_bitok_col img {
        width: 500px;
        position: absolute;
    }

    .second_screen_wrapper, .third_screen_wrapper, .fourth_screen_wrapper, .fifth_screen_wrapper, .sixth_screen_wrapper, .seventh_screen_wrapper, .eighth_screen_wrapper {
        padding: 45px 0;
    }

    .first_screen_form_col {
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) {
    .menu {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
        position: relative;
        right: 0;
        top: 0;
        background: none;
    }

    .menu li {
        list-style: none;
        margin-right: 30px;
        margin-bottom: 0;
        padding: 0;
    }

    #burger_btn {
        display: none;
    }
}

@media (min-width: 1368px) {
    .screen_wrapper {
        width: 1320px;
        margin: 0 auto;
    }

    .top_menu_outer {
        padding: 15px 0;
    }

    .top_menu_outer {
        padding-left: 0px;
        padding-right: 0px;
    }
}


/*MENU*/

/*EXCHANGE*/
.second_screen {
    background-color: #fff;
}

.screen_wrapper_title {
    text-align: center;
    padding: 0;
    font-weight: 600;
    color: #333;
}

.exchange_rate_flex {
    display: flex;
}

.exchange_rate_flex_col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    /*border: 1px solid #6EFDFD;*/
    border-radius: 20px;
    padding: 15px 30px 30px 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(110, 253, 253, 0.5);
    -moz-box-shadow: 0px 5px 15px 0px rgba(110, 253, 253, 0.5);
    box-shadow: 0px 5px 15px 0px rgba(110, 253, 253, 0.5);
}

.exchange_rate_flex_col_title {
    font-weight: 600;
    color: #333;
    text-align: center;
}

.exchange_rate_flex_row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: dotted 1px #333;
}

.exchange_rate_flex_value {
    font-weight: 600;
}

.exchange_rate_flex_value i {
    font-size: 18px;
    position: relative;
    top: 10px;
}


@media (min-width: 320px) {
    .screen_wrapper_title {
        margin: 0 0 30px 0;
        font-size: 30px;
    }

    .second_screen {
        padding: 0 15px;
    }

    .exchange_rate_flex_col_title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .exchange_rate_flex_currency {
        font-size: 24px;
    }

    .exchange_rate_flex_value {
        font-size: 24px;
    }

    .exchange_rate_flex {
        margin-bottom: 15px;
    }

    .exchange_rate_flex {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    .exchange_rate_flex_col {
        width: 100%;
        margin-bottom: 30px;
    }

    .exchange_rate_flex .exchange_rate_flex_col:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 640px) {
    .screen_wrapper_title {
        margin: 0 0 30px 0;
        font-size: 36px;
    }

    .exchange_rate_flex_col_title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .exchange_rate_flex_currency {
        font-size: 24px;
    }

    .exchange_rate_flex_value {
        font-size: 24px;
    }

    .exchange_rate_flex {
        margin-bottom: 15px;
    }

    .exchange_rate_flex {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .exchange_rate_flex_col {
        width: 48%;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .screen_wrapper_title {
        margin: 0 0 60px 0;
        font-size: 60px;
    }

    .exchange_rate_flex_col_title {
        font-size: 45px;
        margin-bottom: 30px;
    }

    .exchange_rate_flex_currency {
        font-size: 30px;
    }

    .exchange_rate_flex_value {
        font-size: 30px;
    }

    .exchange_rate_flex {
        margin-bottom: 45px;
    }
}

@media (min-width: 1368px) {
    .second_screen {
        padding: 0 0;
    }
}

/*EXCHANGE*/


/*NEWS*/
.third_screen_news_flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

.news_item_inner {
    padding: 15px;
}

.news_item {
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(110, 253, 253, 0.5);
    -moz-box-shadow: 0px 5px 15px 0px rgba(110, 253, 253, 0.5);
    box-shadow: 0px 5px 15px 0px rgba(110, 253, 253, 0.5);
    min-height: 140px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 15px;
    color: #333;
}

.news_item_title {
    margin-bottom: 15px;
    color: #333;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
}

.news_item_author {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: auto;
}

.news_item_author_value {
    margin-top: auto;
    margin-bottom: auto;
}

.news_item_author_value span {
    font-weight: bold;
    font-size: 16px;
}

.news_item_read_source a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    border-radius: 10px;
    font-weight: bold;
}

.news_item_read_source a:hover {
    background-color: #72FEFC;
    text-decoration: none;
    transition: all .3s;
}

@media (min-width: 320px) {
    .news_item_inner {
        width: 100%;
    }

    .third_screen {
        padding: 0 15px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .news_item_inner {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .news_item_inner {
        width: 33.333%;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {
    .third_screen {
        padding: 0;
    }
}

/*NEWS*/


/*RULES*/
.rules_flex_wrapper {
    display: flex;
}

.rules_flex_col {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}

.rules_flex_col.rules_flex_text_col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.rules_flex_col.rules_flex_text_col p {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.rules_flex_col img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(110 253 253 / 50%);
    -moz-box-shadow: 0px 5px 15px 0px rgba(110, 253, 253, 0.5);
    box-shadow: 0px 5px 15px 0px rgb(110 253 253 / 50%);
}

@media (min-width: 320px) {
    .rules_flex_wrapper {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    .rules_flex_wrapper .rules_flex_col:nth-child(1) {
        margin-bottom: 30px;
    }

    .rules_flex_col {
        width: 100%;
    }

    .fourth_screen {
        padding: 0 15px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {

}

@media (min-width: 1024px) {
    .rules_flex_wrapper {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .rules_flex_col {
        width: 45%;
    }

    .rules_flex_wrapper .rules_flex_col:nth-child(1) {
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {
    .fourth_screen {
        padding: 0;
    }
}

/*RULES*/


/*PARTNERSHIP*/
.partnership_flex_wrapper {
    display: flex;
}

.partnership_flex_col {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}

.partnership_flex_col.partnership_flex_text_col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.partnership_flex_col.partnership_flex_text_col p {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.partnership_flex_col img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(110 253 253 / 50%);
    -moz-box-shadow: 0px 5px 15px 0px rgba(110, 253, 253, 0.5);
    box-shadow: 0px 5px 15px 0px rgb(110 253 253 / 50%);
}

@media (min-width: 320px) {
    .partnership_flex_wrapper {
        flex-flow: column-reverse nowrap;
        justify-content: space-between;
    }

    .partnership_flex_wrapper .partnership_flex_col:nth-child(2) {
        margin-bottom: 30px;
    }

    .partnership_flex_col {
        width: 100%;
    }

    .fifth_screen {
        padding: 0 15px;
    }
}

@media (min-width: 1024px) {
    .partnership_flex_wrapper {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .partnership_flex_col {
        width: 45%;
    }
}

@media (min-width: 1368px) {
    .fifth_screen {
        padding: 0;
    }
}

/*PARTNERSHIP*/


/*ABOUT*/
.about_flex_wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.about_flex_col {
    width: 100%;
    text-align: center;
    font-weight: 400;
}

.about_flex_col p {
    margin: 0;
}

@media (min-width: 320px) {
    .sixth_screen {
        padding: 0 15px;
    }

    .about_flex_col {
        font-size: 20px;
    }
}

@media (min-width: 640px) {
    .about_flex_col {
        font-size: 26px;
    }
}

@media (min-width: 1368px) {
    .sixth_screen {
        padding: 0;
    }
}

/*ABOUT*/

/*REVIEWS*/
.reviews_wrapper_flex {
    display: flex;
}

.review_item {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.review_item_header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.review_item_pic {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #72FEFC;
    color: #fff;
    font-size: 40px;
    margin-right: 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(110 253 253 / 50%);
    -moz-box-shadow: 0px 5px 15px 0px rgba(110, 253, 253, 0.5);
    box-shadow: 0px 5px 15px 0px rgb(110 253 253 / 50%);
}

.review_item_author {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.review_item_text {
    font-size: 16px;

}

.review_item_text p {
    margin: 0;
}

@media (min-width: 320px) {
    .seventh_screen {
        padding: 0 15px;
    }

    .reviews_wrapper_flex {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    .review_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .reviews_wrapper_flex .review_item:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 640px) {
    .reviews_wrapper_flex {
        flex-flow: row wrap;
        justify-content: space-around;
    }

    .review_item {
        width: 45%;
        margin-bottom: 30px;
    }

    .reviews_wrapper_flex .review_item:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .reviews_wrapper_flex {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .review_item {
        width: 30%;
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {
    .seventh_screen {
        padding: 0;
    }
}

/*REVIEWS*/

/*CONTACTS*/
.contact_flex_wrapper {
    display: flex;
}

.contact_form {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    color: #333;
}

.contact_form_row {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.contact_form_row label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact_form_row input {
    display: block;
    width: 100%;
    border: 1px solid #3333;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
}

.contact_form_row textarea {
    display: block;
    width: 100%;
    border: 1px solid #3333;
    font-size: 16px;
    padding: 10px 10px;
}

.contact_form_row button {
    display: inline-block;
    box-shadow: none;
    padding: 10px 15px;
    color: #fff;
    background-color: #333;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #333;
    transition: all .3s;
    cursor: pointer;
    border-radius: 10px;
}

.contact_form_row button:hover {
    background-color: #72FEFC;
    color: #fff;
    transition: all .3s;
    border-color: #72FEFC;
}

.contacts_values_flex {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.contacts_value_row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.contacts_value_icon {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 15px;
}

.contacts_value_icon i {
    color: #333;
    font-size: 40px;
    line-height: 50px;
}

.contacts_value_data {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: auto;
}

.contacts_value_data span {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.contacts_value_data p {
    margin: auto 0 auto 0;
    display: inline-block;
}

.contacts_value_data a {
    color: #333;
    text-decoration: underline;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
}

@media (min-width: 320px) {
    .eighth_screen {
        padding: 0 15px;
    }

    .contact_flex_wrapper {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    .contact_flex_wrapper .contact_flex_col:nth-child(1) {
        margin-bottom: 30px;
    }

    .contact_flex_col {
        width: 100%;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .contact_flex_wrapper {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    .contact_flex_col {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .contact_flex_wrapper {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .contact_flex_col {
        width: 45%;
    }

    .contact_flex_wrapper .contact_flex_col:nth-child(1) {
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {
    .eighth_screen {
        padding: 0;
    }
}

/*CONTACTS*/

/*FOOTER*/
.footer {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    background-color: #333;
    position: relative;
}

.footer_container {
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.main_partner {
    margin: 0 auto 5px auto;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.main_partner span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 13px;
}

.main_partner a {
    display: inline-block;
    margin: 0 0 5px 0;
    position: relative;
    top: -3px;
}

.main_partner a img {
    display: inline-block;
    width: 90px;
}

.copyright {
    margin: 0 auto 15px auto;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.credits {
    color: #fff;
    font-size: 13px;
    font-weight: 200;
    margin: 0 auto 0 auto;
}

.credits a {
    text-decoration: none;
    font-weight: 400;
    color: #76FCF9;
    position: relative;
    display: inline-block;
}

.credits a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #76FCF9;
    transition: all .3s;
}

.credits a:hover:after {
    width: 100%;
    transition: all .3s;
}

@media (min-width: 320px) {
    .footer_container {
        width: 100%;
        padding: 15px 15px;
    }

    .copyright {
        font-size: 13px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .footer_container {
        width: 100%;
        padding: 30px 0;
    }

    .copyright {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {
    .footer_container {
        width: 1320px;
        padding: 30px 0;
    }
}

/*FOOTER*/

/*CALCULATOR*/

.first_screen_form_col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.form_inner {
    display: flex;
    background-color: rgba(114, 254, 252, .8);
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(110 253 253 / 50%);
    -moz-box-shadow: 0px 5px 15px 0px rgba(110, 253, 253, 0.5);
    box-shadow: 0px 5px 15px 0px rgb(110 253 253 / 50%);
}

.form_inner_col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.form_row_title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px;
}

.form_row {
    margin-bottom: 15px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.jq-number.styler {
    width: calc(60% - 15px);
}

.jq-selectbox.jqselect.styler {
    width: 40%;
}

.jq-number__field {
    width: 100%;
}

.jq-number__field input {
    width: 100%;
}

input.styler {
    width: 100%;
}

.form_row_text_input_container {
    width: calc(60% - 15px);
}

.form_row_text_contact_input_container {
    width: calc(50% - 7.5px);
}

@media (min-width: 320px) {
    .form_inner {
        flex-flow: column nowrap;
        justify-content: flex-start;
        padding: 30px;
    }

    .form_inner_col {
        width: 100%;
    }

    .form_inner .form_inner_col:nth-child(1) {
        margin-bottom: 15px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {

}

@media (min-width: 1024px) {
    .form_inner {
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 30px;
    }

    .form_inner_col {
        width: calc(50% - 30px);
    }

    .form_inner .form_inner_col:nth-child(1) {
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {

}

/*CALCULATOR*/