@import url("https://fonts.googleapis.com/css?family=Anton|Roboto+Condensed:300,400,700");
.myhd {
    font-family: "Roboto Condensed";
    color: #273135;
    background-image: url("../gfx/myhd/noise.png");
    background-color: #f6f7f9;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

.myhd a {
    text-decoration: none;
    transition: 0.2s;
}

.myhd a:hover {
    opacity: 0.7;
}

.myhd h2 {
    color: #273135;
    font-family: "Anton";
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 0;
    font-weight: 400;
}

.myhd p {
    font-size: 20px;
    font-weight: 300;
    line-height: 38px;
    margin: 0;
}

.myhd .bg-myhd {
    background-image: url("../gfx//myhd/header-img.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 969px;
    width: 1592px;
    left: calc(50% - 90px);
    top: -110px;
    transform: translate(-50%, 0);
}

.myhd .btn-myhd {
    margin: 40px 0 0;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #ffe468;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #273135;
}

.myhd .main-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.myhd-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 50px 20px;
    position: relative;
}

.myhd-nav .logo-holder {
    flex-basis: 100px;
    max-width: 100px;
}

.myhd-nav .logo-holder img {
    width: 100%;
    height: 30px;
}

.myhd-nav .links-holder a {
    color: #273135;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    transition: 0.2s;
    padding: 0 10px;
    margin: 0 5px;
}

.myhd-nav .links-holder a img {
    margin-left: 10px;
}

.myhd-header {
    padding: 80px 50px 40px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.myhd-header .header-box {
    max-width: 450px;
    margin: 0 auto;
}

.myhd-header .header-box b {
    font-weight: 400;
}

.myhd .offers-list {
    display: flex;
    align-items: stretch;
    flex-flow: wrap;
    justify-content: center;
    padding-bottom: 25px;
    position: relative;
}

.myhd .offers-list .single-offer {
    height: 350px;
    flex-basis: 320px;
    max-width: 320px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 7px 14px -10px rgba(39, 49, 53, 0.18);
    padding: 40px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.myhd .offers-list .single-offer img {
    max-height: 80px;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 680px) {
    .myhd .offers-list .single-offer {
        flex-basis: 100%;
        max-width: 100%;
        padding: 20px;
        height: 290px;
        margin: 10px 0;
    }
    .myhd .offers-list .single-offer:first-child {
        margin: 20px 0 10px;
    }
    .myhd .offers-list .single-offer img {
        max-height: 80px;
    }
    p.disclaimer {
        line-height: 20px !important;
        margin-top: 8px;
        margin-bottom: 35px;
    }
}

.myhd .offers-list .single-offer .btn-offer {
    display: inline-block;
    border-radius: 10px;
    background-color: #273135;
    padding: 17px 22px;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.myhd .offers-list .single-offer .btn-offer.green {
    color: #84e6cf;
}

.myhd .offers-list .single-offer .btn-offer.blue {
    color: #7ad4ff;
}

.myhd .offers-list .single-offer .btn-offer.orange {
    color: #fea258;
}

.myhd .offers-list .single-offer .btn-offer.lightblue {
    color: #74d2f8;
}

.myhd .offers-list .single-offer .btn-offer.yellow {
    color: #ffe468;
}

.myhd .question-boxes {
    margin-top: 5px;
    padding-top: 35px;
}

.myhd .question-boxes .question-box {
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
}

.myhd .question-boxes .question-box h2 {
    flex-basis: 100%;
    max-width: 100%;
}

.myhd .question-boxes .question-box .list-box {
    margin-top: 40px;
    flex-basis: 50%;
    max-width: 50%;
    padding: 55px 50px 55px 95px;
}

.myhd .question-boxes .question-box .list-box h3 {
    font-size: 34px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 0 20px;
}

.myhd .question-boxes .question-box .list-box ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.myhd .question-boxes .question-box .list-box ul li {
    padding-top: 30px;
}

.myhd .question-boxes .question-box .list-box ul li p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
}

.myhd .question-boxes .question-box .list-box ul li p::before {
    content: url("../gfx/myhd/dot-gray.png");
    position: absolute;
    height: 20px;
    width: 18px;
    left: -20px;
    top: 1px;
    transform: translateX(-100%);
}

.myhd .question-boxes .question-box .list-box.white {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 7px 14px -10px rgba(39, 49, 53, 0.18);
}

.myhd .question-boxes .question-box .list-box.white ul li p::before {
    content: url("../gfx/myhd/dot-green.png");
    top: 5px;
}

.myhd .question-boxes-image {
    width: 1400px;
    margin: -260px 0 -120px -180px;
}

.myhd .question-boxes-image img {
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .myhd .question-boxes-image {
        position: relative;
        left: calc(50% + 150px);
        transform: translateX(-50%);
    }
}

.myhd .question-boxes .guestion-box-md {
    text-align: center;
    max-width: 810px;
    margin: 0 auto;
    padding: 35px 0;
}

.myhd .question-boxes .guestion-box-md .link {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 30px;
}

.myhd .question-boxes .guestion-box-md .link a {
    color: #00abd6;
}

.myhd footer {
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 0 7px 14px -10px rgba(39, 49, 53, 0.18);
    margin-top: 40px;
}

.myhd footer .footer-box:first-child {
    padding-bottom: 40px;
}

.myhd footer .footer-box a {
    color: #00abd6;
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    .myhd h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .myhd .myhd-nav {
        padding-bottom: 40px;
    }
    .myhd .offers-list {
        padding-bottom: 10px;
    }
    .myhd .question-boxes .question-box .list-box {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .myhd .main-wrapper {
        max-width: 100%;
        padding: 0 30px;
    }
    .myhd h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .myhd p {
        line-height: 34px;
    }
    .myhd .myhd-nav {
        padding: 30px;
    }
    .myhd .myhd-nav .links-holder a:not(:last-child) {
        display: none;
    }
    .myhd .myhd-nav .links-holder a:last-child {
        font-size: 0;
    }
    .myhd .question-boxes-image {
        /* display: none; */
    }
    .myhd .question-boxes .question-box {
        justify-content: center;
    }
    .myhd .question-boxes .question-box h2 {
        margin-bottom: 20px;
    }
    .myhd .question-boxes .question-box .list-box {
        flex-basis: 500px;
        max-width: 500px;
        margin-top: 0;
        padding: 0 20px 50px 0;
    }
    .myhd .question-boxes .question-box .list-box h3 {
        margin-bottom: 10px;
        text-align: center;
    }
    .myhd .question-boxes .question-box .list-box ul {
        padding-left: 90px;
    }
    .myhd .question-boxes .question-box .list-box ul li {
        padding-top: 20px;
    }
    .myhd .question-boxes .question-box .list-box.white {
        padding-top: 50px;
    }
    .myhd .question-boxes .guestion-box-md {
        padding: 50px 0 0;
    }
    .myhd .question-boxes .guestion-box-md h2 {
        margin-bottom: 25px;
    }
    .myhd .question-boxes .guestion-box-md .link {
        margin-top: 20px;
    }
    .myhd .btn-myhd {
        margin: 30px 0 10px;
    }
}

@media only screen and (max-width: 600px) {
    .myhd .bg-myhd {
        background-image: url("../gfx//myhd/header-img-mobile.png");
        background-size: 100%;
        background-position: center 0;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        overflow-y: hidden;
    }
    .myhd .myhd-header {
        padding: 25px 30px 190px;
    }
    input.input-before {
        max-width: 421px !important;
    }
}

@media screen and (max-width: 540px) {
    .myhd .bg-myhd {
        background-position: center 100px;
    }
    .myhd .question-boxes .question-box {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
    .myhd .question-boxes .question-box h2 {
        padding: 0 30px;
    }
    .myhd .question-boxes .question-box .list-box {
        flex-basis: 100%;
        max-width: 100%;
    }
    .myhd .question-boxes .question-box .list-box ul {
        padding-left: 60px;
    }
    .myhd .question-boxes .question-box .list-box ul li p::before {
        left: -15px;
    }
    .myhd .question-boxes .question-box .list-box.white {
        border-radius: 0;
    }
    .myhd footer {
        width: calc(100% + 60px);
        margin-left: -30px;
        border-radius: 0;
    }
    input.input-before {
        padding: 0 !important;
        max-width: 340px !important;
        text-align: center;
    }
    input.input-before::placeholder {
        font-size: 14px;
    }
    button.button-before {
        display: block;
        margin: 10px auto 0 auto;
        width: 340px !important;
    }
}

@media screen and (max-width: 460px) {
    .myhd .bg-myhd {
        background-position: center 200px;
    }
    input.input-before {
        width: 100% !important;
    }
    button.button-before {
        width: 100% !important;
    }
    h3.counter {
        font-size: 20px !important;
    }
}

img.dhosting {
    padding-top: 20px;
}

h3.counter {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 42px;
    text-align: center;
}

span.number {
    font-weight: 900;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    padding: 4px 10px;
}

p.offer-description {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

p.disclaimer {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
}

.myhd .disabled {
    opacity: 0.6;
}

.myhd .line-throught {
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin: auto;
}

.myhd .line-throught2 {
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin: auto;
}

.myhd .line-throught:before {
    border-bottom: 2px solid #ff3333;
    position: absolute;
    content: "";
    width: 100%;
    height: 54%;
}

.myhd h3.offer-description {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}

img.ladecki {
    border-radius: 10px;
    margin: 10px 0 8px 0;
}

input.input-before {
    height: 52px;
    max-width: 500px;
    width: 100%;
    font-size: 15px;
    padding-left: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    box-shadow: inset;
    margin-right: 5px;
    box-shadow: 0 7px 14px -10px rgba(39, 49, 53, 0.18);
}

input.input-before::placeholder {
    color: #4c4c4c;
    opacity: 0.7;
}

form.form-before {
    text-align: center;
    margin-bottom: 40px;
}

button.button-before {
    border-radius: 10px;
    background-color: #273135;
    padding: 17px 22px;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #7ad4ff;
}

button.button-before:hover {
    opacity: 0.7;
}

button:focus,
button:active,
input:focus,
input:active {
    outline: none !important;
    outline-width: 0px;
    outline-offset: 0px;
    outline-style: none;
}

input.input-before:focus {
    color: #3B4348;
    border-color: #273135;
}

.isDisabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.isDisabled a {
    color: currentColor;
    display: inline-block;
    /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
}

.alert.alert-success.contact__msg {
    max-width: 500px;
    width: 100%;
    font-size: 15px;
    padding-left: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    margin: auto;
}

.input-checkbox .new-checkbox input {
    position: relative;
    top: -5px;
    left: 2px;
    opacity: 0;
    float: left;
}

.input-checkbox .new-checkbox label {
    cursor: pointer;
    position: relative;
    top: 2px;
    left: -15px;
    padding: 0;
    margin: 0;
    width: 22px;
    height: 22px;
    background-color: white;
    border: 1px solid #cccccc;
    z-index: 2;
    float: left;
    border-radius: 5px;
}

.input-checkbox .new-checkbox label:after {
    opacity: 0;
    content: url(../gfx/myhd/login-check.svg);
    position: absolute;
    width: 12px;
    height: 12px;
    background: transparent;
    top: 1px;
    left: 3px;
}

.input-checkbox p:nth-of-type(1) {
    position: relative;
}

.input-checkbox p:nth-of-type(1) {
    display: block;
    padding-left: 25px !important;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    color: #4a545b;
    font-weight: 400;
}

.check-group.input-checkbox.form-checkbox {
    margin-top: 18px;
    max-width: 500px;
    margin: 20px auto;
    float: none;
    padding-left: 0;
}

.input-checkbox .new-checkbox label:hover::after {
    opacity: 0.3;
}

.input-checkbox .new-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1 !important;
}

.myhd .question-boxes .guestion-box-md p {
    margin-bottom: 20px;
}

section.countdown {
    position: relative;
    z-index: 99;
    margin-top: 40px;
}

h3.pozostalo {
    font-size: 28px;
    margin-top: 0;
    line-height: 42px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.myhd .jak-dziala p {
    margin-bottom: 0!important;
}

section.myhdEnd {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0px 10px 0px rgb(255, 230, 108);
    padding: 40px;
    margin: 30px;
    margin-bottom: 70px;
    text-align: center;
    margin-top: 0;
}

section.myhdEnd p {
    margin-bottom: 15px;
}

@media only screen and (max-width: 1000px){
    section.myhdEnd {
        margin: 0;
    }
}