/*
Theme Name: coin
Theme URI: /
Description: coin
Version:  1.0
Author: Bads
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play&display=swap');
* {
    box-sizing: border-box;
}
input,
button {
    outline: none;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
header {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 105px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_logo {
    margin: 0 5px;
}
.head_logo a img {
    height: 40px;
}
.burger {
    display: none;
    margin-right: 10px;
    padding: 13px 0;
}
.burger span {
    width: 30px;
    height: 2px;
    background: #000;
    transition: 0.35s;
    position: relative;
}
.burger span::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    top: -7px;
}
.burger span::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -7px;
}
.head_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.head_menu ul li {
    padding: 0 15px;
    border-right: 1px solid #f3f3f3;
}
.head_menu ul li:last-child {
    border-right: 0;
}
.head_menu ul li a {
    color: #6e6d73;
    font-size: 15px;
    text-decoration: none;
    transition: .35s;
}
.head_menu ul li a:hover {
    color: #282e38;
}
.btn {
    border: 1px solid #701991;
    color: #701991;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 5px;
    transition: .35s;
}
.btn:hover {
    border: 1px solid #6b26e3;
    color: #6b26e3;
}
.btn_r {
    background: #701991;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 5px;
    transition: .35s;
}
.btn_r:hover {
    background: #6b26e3;
}
.wrp {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
}
.body_ttl {
    margin-bottom: 98px;
    text-align: center;
}
.body_ttl h1 {
    font-family: 'Play', sans-serif;
    color: #282e38;
    font-size: 48px;
    font-weight: 400;
}
.body_ttl h1 span {
    color: #701991;
}
.body_ttl div {
    color: #72819f;
    font-size: 18px;
    font-weight: 300;
    margin-top: 12px;
}
.body_obm {
    box-shadow: 0 25px 50px 0 rgba(23,22,37,.15);
    margin: 2.25rem auto 7.75em;
    display: flex;
}
.body_obm_l {
    width: 33.33%;
}
.body_obm_ttl {
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.body_obm_ttl div {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Play', sans-serif;
}
.body_obm_ttl span {
    color: #96989c;
    font-size: 13px;
    font-weight: 400;
}
.body_obm_ttl img {
    width: 11px;
    vertical-align: bottom;
    margin-left: 10px;
}
.rotate {
    rotate: 180deg;
}
.body_obm_l_ram {
    border: 2px dashed #a45dc7;
    margin: 0 32px 22px 32px;
}
.body_obm_l_ram_bl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
}
.body_obm_l_ram_bl:last-child {
    border-top: 1px dashed #d0d2db;
}
.body_obm_l_ram_bl_l {
    display: flex;
    align-items: center;
    gap: 10px;
}
.body_obm_l_ram_bl_l img {
    width: 44px;
}
.body_obm_l_ram_bl_r {
    display: flex;
    align-items: center;
    gap: 20px;
}
.body_obm_l_ram_bl_r img {
    width: 16px;
}
.body_obm_l_form {
    padding: 0 32px;
}
.body_obm_l_form h3 {
    color: #282e38;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
    text-align: center;
    font-family: 'Play', sans-serif;
}
.body_obm_l_form form input {
    background: #f3f6f8;
    color: #96989c;
    font-size: 15px;
    height: 64px;
    line-height: 18px;
    padding: 21px 30px;
    width: 100%;
    border: none;
    margin: 0 0 20px;
    outline: none;
}
.body_obm_l_form form div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.body_obm_l_form form div p {
    color: #96989c;
    cursor: pointer;
    font-size: 14px;
}
.body_obm_l_form form div p a {
    color: #701991;
    display: block;
}
.body_obm_l_form form div span {
    background: #f7fafc;
    border: 1px solid #721b9e;
    box-shadow: inset 0 0.8px 0.6px rgba(55,67,99,.25);
    display: block;
    height: 24px;
    width: 24px;
    cursor: pointer;
}
.body_obm_l_form form button {
    margin-top: 30px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 20px;
    min-height: 56px;
    cursor: pointer;
}
.body_obm_c {
    width: 33.33%;
    border-left: 1px solid #d0d2db;
    border-right: 1px solid #d0d2db;
}
.body_obm_bl {
    padding: 0 32px 20px 32px;
    border-bottom: 1px solid #d0d2db;
}
.body_obm_bl_in {
    background: #f3f6f8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 30px;
    height: 64px;
}
.body_obm_bl_in input {
    background: none;
    border: none;
    font-size: 20px;
    line-height: 18px;
    width: 100%;
}
.body_obm_bl_in img {
    max-width: 35px;
}
.body_obm_nav {
    background: #f7fafc;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.body_obm_nav a {
    font-size: 14px;
    line-height: 16.41px;
    padding: 0 28px;
    color: #701991;
    text-decoration: none;
    border-right: 1px solid #d0d2db;
    text-transform: uppercase;
    transition: .35s;
}
.body_obm_nav a:first-child,
.body_obm_nav a:hover {
    background: #701991;
    color: #fff;
    font-weight: 500;
    padding: 10px 25px 8px 25px;
    margin-top: -10px;
    margin-bottom: -6px;
}
.body_obm_nav a:last-child {
    border-right: 0;
}
.body_obm_list {
    margin-bottom: 20px;
}
.body_obm_list ul {
    margin: 0;
    padding: 0 32px;
    list-style: none;
}
.body_obm_list ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #dedede;
    padding: 10px 5px;
    cursor: pointer;
}
.body_obm_list ul li:first-child {
    border-top: 0;
}
.body_obm_list ul li:hover {
    background: #ededed;
}
.body_obm_list ul li img {
    width: 42px;
}
.body_obm_list ul li span {
    line-height: 30px;
    color: #50535a;
    padding: 0 12px;
}
.body_obm_r {
    width: 33.33%;
}
.body_ttl2 h2 {
    font-size: 40px;
    line-height: 46.28px;
    text-align: center;
    font-family: 'Play', sans-serif;
    color: #282e38;
}
.body_ttl2 h2 span {
    color: #701991;
}
.body_per {
    display: flex;
    justify-content: space-evenly;
}
.body_per_bl {
    margin: 2rem 1.5%;
    max-width: 29.1666666667%;
    min-width: 320px;
    padding: 1rem;
    text-align: center;
}
.body_per_bl img {
    max-width: 80px;
    padding-top: 6px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1rem;
}
.body_per_bl div {
    font-size: 1rem;
    line-height: 1.88;
    margin-top: 1.4rem;
    text-transform: uppercase;
    font-weight: 800;
}
.body_per_bl span {
    color: #96989c;
    font-size: 14px;
    font-weight: 300;
    line-height: 16.41px;
}
.body_rez {
    background: #f8fafb;
    padding-bottom: 4rem;
    padding-top: 4rem;
}
.body_rez_in {
    display: flex;
    flex-wrap: wrap;
}
.body_rez_in_bl {
    background: #fff;
    box-shadow: 0 25px 50px 0 hsla(0,0%,45%,.04);
    padding: 1.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 31.3%;
    margin: 0.45rem 1%;
}
.body_rez_in_bl_l {
    display: flex;
    align-items: center;
}
.body_rez_in_bl_l img {
    height: 22px;
    margin-right: 10px;
    width: 22px;
}
.body_rez_in_bl_l div {
    color: #282e38;
    font-size: 14px;
    font-weight: 500;
}
.body_rez_in_bl_r span {
    font-size: 14px;
    font-weight: 400;
    color: #96989c;
}
footer {
    background-color: #282e39;
    color: #fff;
}
.foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.foot_l {
    display: flex;
    align-items: center;
    gap: 20px;
}
.foot_l a img {
    filter: invert(1);
}
.foot_l span {
    color: #96989c;
}
.foot_r ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}
.foot_r ul li a {
    font-size: 1em;
    padding: 5px;
    color: #96989c;
    transition: .35s;
    text-decoration: none;
}
.foot_r ul li a:hover {
    color: #fff;
}
@media(max-width: 1040px) {
    .burger {
        display: inherit;
        position: absolute;
        right: 10px;
        top: 27px;
    }
    header {
        flex-direction: column;
        position: relative;
    }
    .act .burger span {
        height: 0;
    }
    .act .burger span::before {
        rotate: 40deg;
        top: -1px;
    }
    .act .burger span::after {
        rotate: -40deg;
        bottom: -1px;
    }
    .act .head_menu {
        display: block;
    }
    .head_menu ul {
        flex-direction: column;
        align-items: center;
    }
    .head_menu ul li {
        border-right: 0;
        margin: 10px 0;
    }
    .act .head_nav {
        display: block;
        margin-top: 15px;
    }
    .head_menu,
    .head_nav {
        display: none;
    }
    .body_obm {
        flex-direction: column;
        align-items: center;
    }
    .body_obm_l,
    .body_obm_c,
    .body_obm_r,
    .body_rez_in_bl {
        width: 50%;
        border: 0;
    }
    .body_per,
    .body_rez_in {
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width: 750px) {
    .body_obm_l,
    .body_obm_c,
    .body_obm_r,
    .body_rez_in_bl {
        width: 95%;
    }
    .body_ttl h1 {
        font-size: 35px;
    }
    .body_ttl div {
        font-size: 14px;
    }
    .body_ttl2 h2 {
        font-size: 30px;
    }
    .foot {
        flex-direction: column;
        gap: 15px;
    }
    .body_obm_nav a {
        padding: 0 12px;
    }
    .body_obm_ttl,
    .body_obm_bl,
    .body_obm_nav,
    .body_obm_l_form,
    .body_obm_list ul {
        padding-left: 10px;
        padding-right: 10px;
    }
    .body_obm_l_ram {
        margin: 0 0 22px 0;
    }
    .body_obm {
        margin: 2.25rem auto 3.75em;
    }
    .foot_l span {
        font-size: 12px;
    }
    .body_obm_ttl div {
        font-size: 21px;
    }
}