*{
	margin: 0;
	padding: 0;
}
html, body{
	width:100%;
	position: relative;
	font-family: Tahoma;
    font-weight: 400;
    font-size: 13px;
    min-height: 480px;
    min-width: 320px;
}
.content{
    max-width:1000px;
    margin: 0 auto;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
}
.header{
    width: 100%;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DADCE0;
    box-sizing: border-box;
}
.header_left{
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.header_right{
    display: flex;
    align-items: center;
    font-size: 0;
    padding-right: 15px;
}
.logo{
    display: flex;
    align-items: center;
    background: url(../img/logo.svg);
    width: 100px;
    height: 20px;
    background-repeat: no-repeat;
}
.header_link{
    font-size: 16px;
    text-decoration: none;
    color: #333333;
    margin-left: 15px;
}
.header_link:hover{
    text-decoration: underline;
}
.header_link_button{
    font-size: 16px;
    text-decoration: none;
    color: #0b89e5;
    cursor: pointer;
    background: #ffffff;
    padding: 4px 10px;
    border: 1px solid #0D99FF;
    border-radius: 3px;
}
.header_link_active{
    background: #0D99FF;
    color: #ffffff;
    box-sizing: content-box;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 10px;
    border: 1px solid #0D99FF;
    border-radius: 3px;
}
.menu{
    display: flex;
    align-items: center;
    height: 50px;
    width: 50px;
    justify-content: center;
    display: none;
}
.banner{
    background-color: #ffffff;
    height: 400px;
    margin-bottom: 50px;
}
.case{
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.banner_case{
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.banner_left{
    display: flex;
    width: 50%;
    height: 400px;
    align-items: center;
}
.banner_right{
    display: flex;
    width: 50%;
    height: 400px;
    align-items: center;
    overflow: hidden;
}
.banner_left_text{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.banner_title{
    font-size: 42px;
    color: #333333;
    line-height: 1.5;
    font-weight: 400;
}
.button_link{
    text-decoration: none;
    max-width: 300px;
    background-color: #2ecc71;
    min-width: 150px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px;
    padding-bottom: 13px;
    margin-top: 20px;
}
.banner_image{
    width: 100%;
}
.card_case{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card{
    width: 30%;
    margin-bottom: 50px;
}
.card_img{
    width: 100%;
    border: 1px solid #0D99FF;
    box-sizing: border-box;
    border-radius: 3px;
}
.card_image{
    font-size: 0;
}
.card_link{
    display: block;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
}
.card_name{
    margin-top: 10px;
}

.footer{
    border-top: 1px solid #DADCE0;
    box-sizing: border-box;
    padding-bottom: 50px;
    margin-top: 50px;
}
.footer_case{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.footer_left{
    font-size: 16px;
    text-decoration: none;
    color: #333333;
}
.footer_link{
    font-size: 16px;
    text-decoration: none;
    color: #333333;
    margin-right: 15px;
}
.form_case{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    text-align: center;
    padding: 15px;
    border-color: #0D99FF;
    background: #e6f4ff;
    margin-top: 50px;
    margin-bottom: 50px;
}

.form{
    margin-top:15px;
    font-size: 16px;
    color: #222222;
    line-height: 1.4;
}
.form_input{
    border: 1px solid #0D99FF;
    padding: 7px 5px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    outline: 0;
    font-size: 16px;
}
.form_link{
    color: #0D99FF;
    text-decoration: none;
}
.form_link:hover{
    text-decoration: underline;
}

.label{
    font-size: 16px;
    color: #888888;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 5px;
}
.button_main{
    width: 100%;
    height: 40px;
    background: #0D99FF;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    outline: 0;
}
.button_main_link{
    width: 100%;
    height: 40px;
    background: #0D99FF;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    padding: 0px 10px;
    outline: 0;
    text-decoration: none;
    line-height: 40px;
    display: inline-block;
    max-width: 120px;
}
.form_title{
    font-size: 18px;
    line-height: 1.2;
    color: #0b89e5;
    text-align: center;
}
.form_message{
    font-size: 16px;
    margin-top: 10px;
    color: red;
    line-height: 1.4;
}
.main_title{
    text-align: center;
    font-size: 22px;
    margin-top: 25px;
    color: #333333;
    display: inline-block;
    width: 100%;
}
.pricing_case{
    width:100%;
    margin-top: 100px;
    margin-bottom: 50px;
    font-size:0;
 }
 .pricing{
    width:32%;
    border: 1px solid #0D99FF;
    background:#ffffff;
    border-radius:3px;
    text-align:center;
    display: inline-block;
    margin-right:2%;
    box-sizing: border-box;
    position:relative;
 }
 .pricing:last-child {
    margin-right:0;
 }
 .pricing_title{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    color: #0D99FF;
 }
 .pricing_cost{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
 }
 .pricing_info{
    font-size:18px;
    padding: 10px;
    height: 140px;
 }
 .pricing_info ul{
    text-align:left;
    margin: 10px 30px;
 }
 
 .pricing_info li{
    line-height:1.7;
    list-style-type: none;
 }
 .pricing_info li:before {
    content: "\2714";
    color: #0D99FF;
    margin-right: 5px;
 }
 .pricing_button{
    padding: 15px;
 }
 .pricing_link{
    font-size: 16px;
    font-weight: bold;
    background: #0D99FF;
    color: #ffffff;
    border: 1px solid #0D99FF;
    border-radius: 3px;
    padding: 7px 10px;
    text-decoration:none;
    display:block;
    line-height: 30px;
 }
 .optimal{
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    background: #2ecc71 ;
    top: -40px;
    color: #ffffff;
    border-radius: 3px 3px 0 0;
    left: -1px;
    right: -1px;
 }
 .no_top_radius{
    border-radius: 0 0 3px 3px;
    border-color:#2ecc71;
 }
 .green_button{
    background: #2ecc71;
    border-color: #2ecc71;
 }

 .message_pricing{
    text-align: center;
    background: #ffffff;
    padding: 10px;
 }
 .message_info{
    font-size: 14px;
    text-align: center;
    padding: 15px;
    line-height: 1.6;
}

.row_case{
    width:100%;
    margin-top:15px;
    margin-bottom: 80px;
 }
 .row_link{
    display: block;
    text-decoration: none;
    color: #222222;
 }
 .row{
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    border: 1px solid #cccccc;
    background: #ffffff;
    border-radius: 3px;
    padding: 0 15px;
    margin-bottom: 5px;
 }
 .row:hover{
    border-color: #0D99FF;
    background: #e6f4ff;
 }
 .row_left{
    margin-right:150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
 }
 .row_right{
    float: right;
    width: 200px;
    text-align: right;
 }
 .row_date{
    display: inline-block;
    vertical-align: top;
 }
 .row_delete{
    vertical-align: top;
    display: inline-block;
    height: 100%;
    width: 30px;
}
.row_delete::after{
    display: inline-block;
    content: "";
    background-image: url(/img/icons/delete.svg);
    background-size: 100%;
    height: 24px;
    width: 24px;
    position: relative;
    top: 6px;
    right: 0;
    background-repeat: no-repeat;
}
.show{
    display: flex;    
}
.hide{
    display: none;    
}


@media screen and (max-width: 768px) {

    .banner{
        height: auto;
    }
    .banner_case{
        flex-direction: column;
    }
    .banner_left, .banner_right{
        width: 100%;
        text-align: center;
    }
    .banner_left_text{
        justify-content: center;
    }
    .footer_case{
        flex-direction: column;
        margin-top: 15px;

    }
    .card_case{
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .card{
        width: 100%;
        margin-bottom: 50px;
    }
    .header_right{
        z-index: 9999;
        display: none;
        width: 100%;
        position: absolute;
        text-align: center;
        top: 50px;
        background: #ffffff;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .header_link{
        border-bottom: 1px solid #cccccc;
        width: 100%;
        margin-left:0;
        box-sizing: border-box;
        height: 50px;
        line-height: 50px;
        font-weight: bold;
    }
    .header_link_button{
        padding: 0;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #cccccc;
    }
    .header_link_active{
        padding: 0;
        border-radius: 0;
        border: 0;

    }
    .menu{
        display: flex;
        margin-right: 5px;
    }
    
    .show{
        display: flex;    
    }
    .hide{
        display: none;    
    }

    .pricing_case{
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .pricing{
        width: 100%;
        margin-right: 0;
    }
    .no_top_radius{
        margin-top: 80px;
        margin-bottom: 40px;
    }
   
    
}