* {
  box-sizing: border-box;
}

.container {
    display: flex;
    flex-wrap: wrap;
    height: 480px;
}

.left {
    width: 60%;
    padding: 20px;
    background: url(../images/leftblock.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.left_block_content {
    width: 660px;
    /*width: 95%;*/
    height: 218px;
    background: rgba(255, 255, 255, 0.6399999856948853);
    position: absolute;
    top: 270px;
    left: 5px;
    overflow: hidden;
}

.left_block_text_1 {
    width: 637px;
    color: rgba(0, 0, 0, 1);
    position: absolute;
    top: 12px;
    left: 24px;
    font-family: Open Sans;
    font-weight: Bold;
    font-size: 24px;
    text-align: left;
}

.left_block_text_2 {
    width: 637px;
    color: rgba(61, 58, 58, 1);
    position: absolute;
    top: 80px;
    left: 24px;
    font-family: Open Sans;
    font-size: 14px;
    text-align: left;
}

.left_block_link_create {
    width: 233px;
    height: 48px;
    background: rgba(64, 113, 174, 1);
    position: absolute;
    top: 153px;
    left: 24px;
    overflow: hidden;
}

.left_block_create_span {
    width: 100%;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 14px;
    left: 0;
    font-family: Open Sans;
    font-size: 14px;
    text-align: center;
}

.left_block_link_login {
    width: 233px;
    height: 48px;
    box-shadow: 0px 0px 3px rgba(64, 113, 174, 1);
    background-size: cover;
    position: absolute;
    top: 153px;
    left: 273px;
    overflow: hidden;
}

.left_block_login_span {
    width: 100%;
    color: rgba(64, 113, 174, 1);
    position: absolute;
    top: 14px;
    left: 0;
    font-family: Open Sans;
    /*font-weight: SemiBold;*/
    font-size: 14px;
    text-align: center;
}

.right {
    display: flex;
    flex-wrap: wrap;
    width: 38%;
    padding: 15px;
}

.gold {
    background-color: lightgoldenrodyellow;
    padding: 8px;
    width: 100%;
    height: 230px;
    background: url("../images/gold.png") no-repeat center center;
    background-size: contain;
}

.gold_catalog_button {
    width: 100%;
    height: 55px;
    background: rgba(37, 77, 126, 0.6499999761581421);
    position: relative;
    top: 152px;
    left: 0px;
    overflow: hidden;
}

.gold_catalog_span {
    width: 100%;
    color: rgba(255, 255, 255, 1);
    position: relative;
    margin: 0;
    top: 30%;
    transform: translate(0, -50%);
    left: 16px;
    font-family: Open Sans;
    font-weight: Bold;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
}

.silver {
    background-color: lightgrey;
    padding: 8px;
    width: 100%;
    height: 230px;
    background: url("../images/silver.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.silver_catalog_button {
    width: 100%;
    height: 55px;
    background: rgba(37, 77, 126, 0.6499999761581421);
    position: relative;
    top: 152px;
    left: 0px;
    overflow: hidden;
}

.silver_catalog_span {
    width: 360px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    margin: 0;
    top: 30%;
    transform: translate(0, -50%);
    left: 16px;
    font-family: Open Sans;
    font-weight: Bold;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .container {
        height: 580px;
    }

    .left {
        width: 100%;
    }

    .left_block_content {
        /*width: 660px;*/
        /*height: 218px;*/
        width: 95%;
        position: sticky;
    }
    .left_block_text_1 {
        width: 95%;
    }
    .left_block_text_2 {
        width: 95%;
    }

    .right {
        /*flex-wrap: nowrap;*/
        width: 100%;
    }
    .gold {
        width: 50%;
        padding: 20px 8px;
    }
    .gold_catalog_span {
        left: 10px;
    }
    .silver {
        width: 50%;
        padding: 20px 8px;
    }
    .silver_catalog_span {
        left: 5px;
    }
}
@media screen and (max-width: 480px) {
    .container {
        height: 1024px;
    }
    .left {
        height: 560px;
        padding: 8px;
        /*background-size: 100% 85%;*/
        background-position-x: right;
        background-position-y: center;
    }
    .left_block_content{
        width: 100%;
        height: 390px;
    }
    .left_block_text_1 {
        width: 90%;
        top: 1px;
        left: 20px;
    }
    .left_block_text_2 {
        width: 90%;
        top: 140px;
        left: 20px;
    }
    .left_block_link_create {
        width: 90%;
        top: 280px;
        left: 20px;
    }

    .left_block_link_login {
        width: 90%;
        top: 335px;
        left: 20px;
    }

    .right {
        height: 465px;
        padding: 8px;
    }

    .gold {
        width: 100%;
        height: 200px;
        padding: 20px 0px;

    }
    .silver {
        width: 100%;
        height: 200px;
        padding: 20px 0px;
    }
    .silver_catalog_button {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .silver_catalog_span {
        /*display: block;*/
        width: 100%;
        text-align: center;
        font-size: 15px;
        /*top: 47%;*/
        left: 0;
    }
    .gold_catalog_button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gold_catalog_span {
        /*display: block;*/
        width: 100%;
        text-align: center;
        font-size: 15px;
        /*top: 47%;*/
        left: 0;
    }
}
@media screen and (max-width: 320px) {
    .left_block_text_1 {
        font-size: 20px;
    }

    .left_block_text_2 {
        top: 123px;
    }

}
