body {
    overflow-x: hidden;
}
.popup_close{
	position: absolute;
	border: none;
	cursor: pointer;
	background: rgba(255,255,255,0.65);
    border-radius: 20px;
    padding: 5px 7px;
    top: 10px;
    right: 10px;
}
.popup_close svg{
	vertical-align: middle;
}
.popup-style_2 {
    width: 400px;
    background: #fff;
    max-width: 400px;
    height: 300px;
    font-family: "Roboto", sans-serif;
}
.popup-style_2 .content_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup-style_2 .content_block .popup-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 136px;
}
.popup-style_2 .content_block .popup-content {
    padding: 40px 46px 40px 25px;
}
.popup-style_2 .content_block .popup-content h4 {
    font-size: 20px;
    font-weight: bold;
    color: #004b87;
    line-height: 24px;
}
.popup-style_2 .content_block .popup-content-description p {
    font-size: 14px;
    color: #666666;
}
.popup-style_2 .content_block .popup-content .popup-link {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background: #004b87;
    margin: 24px 0 0;
    width: 100%;
    max-width: 165px;
    height: 30px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #004b87;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.popup-style_2 .content_block .popup-content .popup-link:hover {
    color: #004b87;
    background: #fff;
}
.popup-style_1 {
    width: 400px;
    background: #004b87;
    max-width: 400px;
    height: 300px;
    font-family: "Roboto", sans-serif;
    padding: 40px 30px 40px 40px;
}
.popup-style_1 .popup_close svg line {
    stroke: #fff;
}
.popup-style_1 h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
}
.popup-style_1 .content_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup-style_1 .content_block .content-left p {
    font-size: 14px;
    color: #cccccc;
}
.popup-style_1 .content_block .content-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 0 0 29px;
}
.popup-style_1 .content_block .content-right .popup-img img {
    max-height: 103px;
}
.popup-style_1 .popup-link {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background: #78be20;
    margin: 24px 0 0;
    width: 100%;
    max-width: 165px;
    height: 30px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #78be20;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.popup-style_1 .popup-link:hover {
    color: #fff;
    background: #004b87;
}
.popup-style_3 {
    width: 400px;
    min-height: 370px;
    max-height: 100vh;
    background: #fff;
    padding: 40px;
}
.popup-style_3 h4 {
    font-size: 20px;
    font-weight: bold;
    color: #004b87;
    line-height: 24px;
}
.popup-style_3 .content_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup-style_3 .content_block .content-left .notice p {
    font-size: 12px;
}
.popup-style_3 .content_block .content-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 0 0 45px;
}
.popup-style_3 iframe {
    border: 0;
    width: 100%;
}
@media (min-width: 568px) and (max-width: 979px) {
    .popup-style_3 {
        height: 100vh;
        min-height: 0;
        overflow-y: auto;
    }
}
@media (max-width: 567px) {
    .popup-style_2 {
        width: 100%;
        max-width: 400px;
    }
    .popup-style_2 .content_block .popup-content {
        padding: 20px;
    }
    .popup-style_1 {
        width: 100%;
        max-width: 400px;
        padding: 20px;
    }
    .popup-style_3 {
        width: 100%;
        max-width: 400px;
        padding: 20px;
    }
    .popup-style_3 .content_block .content-right {
        margin: 0 0 0 20px;
    }
}