* {
    padding: 0;
    margin: 0;
}

body {
    font-family: sans-serif;
}

main {
    position: relative;
    width: 90%;
    margin-left: 5%;
}

main > .banner {
    display: flex;
    position: relative;
    padding-top: 50px;
    width: 100%;
    height: auto;
}

main > .banner > .wapper {
    position: relative;
    width: 100%;
    height: auto;
}

main > .banner > .wapper > .block {
    float: left;
    width: 60%;
    height: auto;
}

main > .banner > .wapper > .block > h2 {
    padding-top: 50px;
    font-size: 60px;
}

main > .banner > .wapper > .block > p {
    width: 80%;
    height: auto;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #545971;
}

main > .banner > .wapper > .block > .cheaks {
    display: flex;
    position: relative;
    width: 90%;
    height: auto;
}

main > .banner > .wapper > .block > .cheaks > .block {
    float: left;
    width: 100%;
    height: auto;
}

main > .banner > .wapper > .block > .cheaks > .block > .line {
    position: relative;
    width: 100%;
    height: 28px;
    margin-bottom: 20px;
}

main > .banner > .wapper > .block > .cheaks > .block > .line > .icon {
    float: left;
    margin-right: 20px;
    background-image: url(../img/check_icon.png);
    background-size: cover;
    width: 28px;
    height: 20px;
}

main > .banner > .wapper > .block > .cheaks > .block > .line > .text {
    padding-top: 2px;
}

main > .banner > .wapper > .block > .cheaks > .block > .line > .text > a {
    color: #202D5F;
    text-decoration: none;
}

main > .banner > .wapper > .block > .button {
    padding: 15px;
    width: 200px;
    text-align: center;
    background-color: #15B2F5;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

main > .banner > .wapper > .block > .button:hover {
    background-color: #142257;
}

main > .banner > .wapper > .block2 {
    float: left;
    width: 40%;
    height: auto;
}

main > .banner > .wapper > .block2 > .img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/about_image.png);
    background-size: cover;
    width: 500px;
    height: 572px;
    border-radius: 10px;
}

main > .banner > .wapper > .block2 > .img2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/about_image.png);
    background-size: cover;
    width: 500px;
    height: 380px;
    border-radius: 10px;
}

main > .plans {
    position: relative;
    width: 100%;
    height: 800px;
}

main > .plans > .wapper {
    position: relative;
    width: 100%;
    height: auto;
}

main > .plans > .wapper > h2 {
    padding-top: 50px;
    font-size: 50px;
    position: relative;
    text-align: center;
}

main > .plans > .wapper > .text {
    width: 70%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 20px;
    color: #545971;
}

main > .plans > .wapper > .planswapper {
    width: 80%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

main > .plans > .wapper > .planswapper > .block {
    display: flex;
    float: left;
    width: 30%;
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border: 1px solid #545971;
    flex-direction: column;
    padding-bottom: 30px;
}

main > .plans > .wapper > .planswapper > .block > .name {
    text-align: center;
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

main > .plans > .wapper > .planswapper > .block > .price {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

main > .plans > .wapper > .planswapper > .block > .text {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

main > .plans > .wapper > .planswapper > .block > .p {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #545971;
    width: 90%;
    margin-left: 5%;
}

main > .plans > .wapper > .planswapper > .block > .line {
    position: relative;
    width: 90%;
    margin-left: 5%;
    height: 2px;
    background-color: #eee;
}

main > .plans > .wapper > .planswapper > .block > .button {
    margin-top: 30px;
    width: 200px;
    padding: 15px;
    background-color: #142257;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

main > .plans > .wapper > .planswapper > .block > .button:hover {
    background-color: #15B2F5;
}

main > .text {
    position: relative;
    width: 100%;
    height: auto;
}

main > .text > .line {
    position: relative;
    width: 95%;
    height: 2px;
    background-color: #eee;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

main > .text > .name {
    font-size: 50px;
    font-weight: bold;
}

main > .text > .text {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header {
    position: relative;
    width: 100%;
    height: 760px;
    background-image: url(../img/hero_background.jpg);
    background-size: cover;
    background-position: center;
}

.header > .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000;
}

.header > .wapper {
    position: relative;
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.header > .wapper > .menu > .line {
    position: absolute;
    width: 100%;
    height: auto;
    padding-top: 90px;
    z-index: 1;
}

.header > .wapper > .menu > .line > .logo {
    position: relative;
    background-image: url(../img/cropped-footerlogo.png);
    background-size: cover;
    width: 355px;
    height: 66px;
    margin-bottom: 20px;
    cursor: pointer;
}

.header > .wapper > .menu > .line > .logo > .text {
    font-size: 22px;
    position: absolute;
    right: -90px;
    top: 22px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    width: 170px;
    font-family: "Open Sans", sans-serif;
}

.header > .wapper > .menu > .line > .tel {
    position: absolute;
    right: 0px;
    top: 120px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.header > .wapper > .banner {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100px;
}

.header > .wapper > .banner > .text {
    width: 60%;
    height: auto;
    float: left;
    padding-top: 160px;
    color: #fff;
}

.header > .wapper > .banner > .text > h1 {
    margin-top: 20px;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.header > .wapper > .banner > .text > p {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
}

.header > .wapper > .banner > .text > .button {
    background-color: #FA7F80;
    color: #fff;
    border-radius: 30px;
    padding: 20px;
    width: 150px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.header > .wapper > .banner > .text > .button:hover {
    opacity: 0.8;
}

.header > .wapper > .banner > .form {
    width: 40%;
    height: auto;
    float: left;
    height: auto;
}

.header > .wapper > .banner > .form > .img {
    
}

.footer {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    background-image: url(../img/footerbg.jpg);
    background-size: cover;
    background-position: center;
    flex-direction: column;
}

.footer > .wapper {
    display: flex;
    position: relative;
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.footer > .wapper > .block {
    float: left;
    width: 30%;
    height: auto;
}

.footer > .wapper > .block > .tel {
    margin-top: 70px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.footer > .wapper > .block > .logo {
    background-image: url(../img/cropped-footerlogo.png);
    width: 250px;
    height: 46px;
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 100px;
}

.footer > .wapper > .block > .name {
    color: #fff;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
}

.footer > .wapper > .block > .line {
    border: 2px solid #fff;
    width: 200px;
    margin-bottom: 10px;
}

.footer > .wapper > .block > .menu > .link {
    position: relative;
    margin-bottom: 20px;
}

.footer > .wapper > .block > .menu > .link > a {
    text-decoration: none;
    color: #fefefe;
    font-size: 20px;
}

.footer > .copy {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}

@media (max-width: 1024px) {
    .header {
        height: 750px;
    }
    .header > .wapper {
        width: 900px;
    }
    .footer > .wapper {
        width: 900px;
    }
    main > .banner > .wapper > .block2 > .img {
        width: 300px;
        background-position: center;
    }
    main > .banner > .wapper > .block2 > .img2 {
        width: 300px;
        background-position: center;
    }
    main > .plans > .wapper > .planswapper > .block > .button {
        width: 150px;
    }
    main > .plans > .wapper > .planswapper {
        width: 90%;
    }
    main > .plans > .wapper > .planswapper > .block > .button {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    main > .text > .name {
        text-align: center;
    }
    main > .banner > .wapper > .block > h2 {
        text-align: center;
    }
    .header > .wapper > .menu > .line > .tel {
        top: 20px;
    }
    main > .banner > .wapper > .block > .cheaks > .block {
        float: none;
        width: 100%;
    }
    main > .banner > .wapper > .block > .cheaks {
        height: 300px;
    }
    .footer > .wapper > .block {
        width: 50%;
    }
    .footer > .wapper > .block:nth-child(2) {
        display: none;
    }
    .footer > .wapper > .block:nth-child(3) {
        display: none;
    }
    .footer > .wapper > .block:nth-child(1) {
        display: none;
    }
    .footer > .wapper > .block {
        float: left;
        margin-left: 50px;
    }
    .header > .wapper > .menu > .line {
        padding-top: 0px;
    }
    .header {
        height: 640px;
    }
    .header > .wapper {
        padding-top: 50px;
        width: 700px;
    }
    .footer > .wapper {
        width: 700px;
    }
    .header > .wapper > .menu > .navmenu > .line {
        display: none;
    }
    .header > .wapper > .banner > .text {
        float: none;
        padding-top: 80px;
        width: 100%;
    }
    .header > .wapper > .banner > .form {
        width: 100%;
    }
    .header > .wapper > .banner > .form > .wapper {
        width: 100%;
    }
    .header > .wapper > .banner > .text > p {
        text-align: center;
    }
    .header > .wapper > .banner > .text > h1 {
        text-align: center;
    }
    .header > .wapper > .banner > .text > .button {
        margin-left: auto;
        margin-right: auto;
    }
    main > .banner > .wapper > .block {
        float: none;
        width: 100%;
    }
    main > .banner > .wapper > .block2 {
        float: none;
        width: 100%;
    }
    main > .banner > .wapper > .block2 > .img {
        margin-top: 20px;
        width: 500px;
    }
    main > .banner > .wapper > .block2 > .img2 {
        margin-top: 20px;
        width: 500px;
    }
    main > .banner > .wapper > .block > h1 {
        text-align: center;
    }
    main > .banner > .wapper > .block > p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    main > .banner > .wapper > .block > .cheaks {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
    main > .banner > .wapper > .block > .button {
        margin-left: auto;
        margin-right: auto;
    }
    main > .plans > .wapper > .planswapper > .block {
        width: 100%;
        position: relative;
        float: none;
        margin-bottom: 20px;
    }
    main > .plans {
        height: 2000px;
    }
}

@media (max-width: 425px) {
    .header > .wapper > .banner > .text > h1 {
        font-size: 30px;
    }
    main > .text > .name {
        font-size: 40px;
    }
    .header > .wapper > .menu > .line > .logo > .text {
        right: 30px;
        top: 70px;
    }
    .header > .wapper > .banner > .form > .wapper > .input > select {
        width: calc(100% - 40px);
    }
    main > .category > .wapper > .block2 > .text > p {
        padding-left: 20px;
    }
    .header {
        height: 640px;
    }
    .header > .wapper {
        width: 380px;
    }
    .footer > .wapper {
        width: 380px;
    }
    .header > .wapper > .menu > .line > .tel {
        display: none;
    }
    main > .banner > .wapper > .block2 > .img {
        width: 300px;
    }
    main > .banner > .wapper > .block2 > .img2 {
        width: 300px;
    }
    main > .plans {
        height: 2100px;
    }
    main > .banner > .wapper > .block > .cheaks {
        width: 90%;
    }
    .footer > .wapper > .block2 {
        width: 100%;
    }
    main > .banner > .wapper > .block > h2 {
        font-size: 40px;
    }
    main > .plans > .wapper > h2 {
        font-size: 40px;
    }
}

@media (max-width: 375px) {
    .header {
        height: 680px;
    }
    .header > .wapper > .banner > .form > .wapper > .input > select {
        width: calc(100% - 40px);
    }
    .footer > .wapper {
        width: 340px;
    }
    .header > .wapper {
        width: 340px;
    }
    .header > .wapper > .menu > .line > .tel {
        display: none;
    }
}

@media (max-width: 320px) {
    .header {
        height: 660px;
    }
    .header > .wapper > .banner > .form > .wapper > .input > select {
        width: calc(100% - 30px);
    }
    .header > .wapper {
        width: 280px;
    }
    .header > .wapper > .menu > .line > .tel {
        display: none;
    }
    .footer > .wapper {
        width: 280px;
    }
    .footer > .wapper > .block {
        margin-left: 20px;
    }
    .header > .wapper > .menu > .line > .logo {
        background-size: cover;
        width: 300px;
        height: 56px;
    }
    .footer > .wapper > .block2 > .logo {
        background-size: cover;
        width: 300px;
        height: 56px;
    }
    main > .plans {
        height: 2200px;
    }
    main > .banner > .wapper > .block2 > .img {
        width: 280px;
    }
    main > .banner > .wapper > .block2 > .img2 {
        width: 280px;
    }
}