.title_bg {
    background: #161421;
    color: #ffffff;
}

.title_block {
    width: 1170px;
    font-family: MontserratLight;
    font-size: 36px;
    text-align: center;
    padding: 50px 0;
    margin: auto;
}

.puzzle_bg {
    display: flex;
    flex-wrap: wrap;
}

.puzzle_block {
    height: 270px;
    cursor: pointer;
}

.pb_to {
    width: 265px;
}

.pb_gray {
    background: #f5f5f5;
}

.pb_in {
    width: 320px;
    overflow: hidden;
}

.pb_circle {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.pb_empty_circle {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
}

.empty_left_circle {
    top: calc(50% - 45px);
    margin-left: -30px;
}

.empty_right_circle {
    top: calc(50% - 45px);
    left: calc(100% - 60px);
}

.right_circle {
    left: calc(100% - 20px);
}

.left_circle {
    margin-left: -60px;
}

.in_content_bg {
    position: absolute;
    display: flex;
    align-items: center;
    width: 310px;
    height: 270px;
    border-radius: 10px;
    margin-left: 5px;
    overflow: hidden;
    z-index: -1;
}

.to_content_bg {
    position: absolute;
    display: flex;
    align-items: center;
    width: 265px;
    height: 270px;
    border-radius: 10px;
}

.puzzle_top_space {
    margin-top: 5px;
}

.content_block_wb {
    padding-bottom: 0;
}

.pb_text {
    font-family: MontserratMedium;
    text-align: center;
}

.pb_text_to {
    width: calc(100% - 60px);
    padding: 0 30px;
}

.pb_text_in {
    width: calc(100% - 140px);
    padding: 0 70px;
}

.pb_white {
    color: #ffffff;
}

.pb_opacity_o {
    opacity: 0.1;
}

.pb_opacity {
    opacity: 0.4;
}

.hidden_circle {
    display: none;
}

.window_bg {
    display: none;
    z-index: 10;
}

.window_block {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    cursor: pointer;
}

.modal_window {
    position: fixed;
    width: 400px;
    height: auto;
    background: white;
    padding: 30px;
    z-index: 20;
    border-radius: 10px;
    text-align: center;
    top: calc(50% - 205px);
    left: calc(50% - 200px);
}

.form_text {
    font-family: MontserratLight;
    font-size: 12px;
    margin-top: 30px;
    text-align: left;
}

.modal_window input {
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #161421;
    font-family: MontserratLight;
    margin-top: 10px;
}

.orange_button {
    margin-top: 30px;
}

.modal_title {
    font-size: 20px;
    font-family: MontserratLight;
    margin-bottom: 20px;
}

.modal_clear {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/clear.png) no-repeat center #E99954;
    background-size: 60%;
    border-radius: 50%;
    top: -20px;
    left: calc(100% - 20px);
    cursor: pointer;
}

.email_message {
    background-color: #E99954;
    padding: 10px 0;
}

.email_message_bg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: MontserratRegular;
    color: white;
    margin: auto;
}

.email_icon {
    width: 25px;
    height: 25px;
    background: url(../images/email_info.png) no-repeat center;
    background-size: 100%;
    margin-right: 10px;
    margin-top: -1px;
}

.close {
    border-left: 1px solid white;
    padding-left: 10px;
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.75;
}

.pb_red {
    background: #e55039;
}

.pb_red1 {
    background: #B71551;
}
.pb_orange {
    background: #ffaf40;
}
.pb_orange1 {
    background: #E99954;
}

.pb_velv {
    background: #7d5fff;
}

.pb_velv1{
    background: #3C40B6;
}

.pb_blue {
    background: #01a3a4;
}

.pb_blue1 {
    background: #12897E;
}

.form_text {
    display: flex;
    flex-wrap: wrap;
}

.txt_ch {
    width: calc(100% - 70px);
}

.checkbox {
    width: 20px;
    height: 20px;
    background: url(../images/checkbox.png) no-repeat center;
    background-size: 100%;
    margin-right: 8px;
    margin-top: -3px;
}
