@charset "utf-8";

body {
    font-family: 'Roboto', sans-serif;
    color: #26303d;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.button {
    background-color: #ed6c00;
    outline: none;
    transition: all 0.4s ease-in-out;
    color: #fff;
    padding: 12px 26px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: none;
}

.btn:focus {
    box-shadow: none;
}


.button:hover {
    color: #fff;
}

a.orange, a.orange:hover {
    color: #ed6c00;
}


.topbar {
    background: #3A557C;
}

h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
}

.top h2 a {
    font-size: 24px;
    color: #ed6c00;
}

.top p {
    font-size: 16px;
    font-style: italic;
}

.top p span {
    line-height: 1;
    display: block;
    font-weight: bold;
    font-style: normal;
}

.subban {
    background: #f9f9f9;
}

.subban h2 {
    font-size: 22px;
}

.subban h3 {
    font-size: 18px;
}

.selectAge {
    background: #3a557c;
    color: #fff;
    padding: 36px 0;
}

.selectAge h2 {
    font-size: 36px;
}

.myAge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.myAge .button {
    padding: 20px 0;
    font-size: 22px;
    font-weight: bold;
}

.agebox {
    width: 10%;
}



h2.stepsTitle a{
    font-weight: 900;
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
    color: #000;
}

h2.stepsTitle a:hover {
    text-decoration: underline;
    color: #ed6c00;
}


h2.stepsTitle a span {
    color: #ed6c00;
}

.stepsNumber {
    font-size: 26px;
    font-weight: bold;
    border-radius: 50px;
    background: #3a557c;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 15px auto;
    color: #fff;
}

.footer {
    padding: 10px 0;
    color: #c1c1c1;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    background: #f9f9f9;
}

.footer a {
    color: #c1c1c1;
}

@media screen and (max-width: 1024px) {
    .agebox {
        width: 23%;
    }
    .fixwrap {
        white-space: normal;
    }
}


@media screen and (max-width: 414px) {
    .disoff {
        display: none;
    }

    .agebox {
        width: 30%;
    }



    .top h2 {
        line-height: 1;
    }
}
