@font-face {
    font-family: 'Cooper';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/CooperHewitt-Light.otf) format('opentype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Cooper';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/CooperHewitt-Heavy.otf) format('opentype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    color: #3a404d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    background: linear-gradient(to bottom, #fff, #ccc);
    text-align: center;
}

* {
    box-sizing: border-box;
    outline: none;
    vertical-align: top;
}

img {
    max-width: 100%;
}

.front_side {
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 662px;
    margin: 20px;
    margin-bottom: 40px;
    text-align: left;
    box-shadow: 0px 0px 50px rgba(0,0,0, .15);
}

.front_side img {
    width: 100%;
}

.front_absolute {
    position: absolute;
	top: 108px;
	left: 58px;
    color: #000;
    font-size: 18px;
}

.front_bottom_absolute {
    position: absolute;
    left: 58px;
    bottom: 30px;
    color: #37b762;
    font-size: 18px;
}

.front_absolute input,
.front_bottom_absolute input {
    width: 90%;
	font-size: 25px;
	margin-bottom: 9px;
    background: none;
    border: none;
    cursor: text;
}

.front_bottom_absolute input {
    font-size: 19px;
    margin-bottom: 0;
}

.front_absolute p {
    margin-top: 0;
}

.button {
    display: inline-block;
    width: 348px;
    background-color: #6bb344;
    padding: 15px 20px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-bottom: 3px solid #367238;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.button:hover {
    background-color: #367238;
    transform: translateY(2px);
}

.non_print .button.gray {
    background-color: #565656;
    border-bottom: 3px solid #151515;
    max-width: 220px;
    padding-top: 7px;
    padding-bottom: 7px;
}

img.socs {
    width: auto;
    height: auto;
}

h1 {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 7px;
    font-size: 28px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

h2 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: #29975c;
    text-transform: uppercase;
}

h2 img {
    vertical-align: bottom;
    height: 30px;
    margin-left: 5px;
}

.ib {
    position: relative;
    display: inline-block;
    margin-bottom: 70px;
}

.help {
    text-align: left;
    font-size: 16px;
    font-style: italic;
    line-height: 34px;
    color: #6b6b6b;
    margin-top: 82px;
}

.backside {
    display: inline-block;
    vertical-align: top;
    margin-top: 70px;
    height: 200px;
}

.label {
    position: absolute;
    top: 100%;
    left: 0;
    font-weight: 700;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #969696;
}

.label:before, .label:after {
    content: '|';
    margin: 20px;
}

.help_mobile {
    display: none;
}

.blink {
    animation: blink 4s 1;
}

@keyframes blink {
    0% {
        background-color: #6bb344;
        color: #fff;
    }

    100% {
        background-color: transparent;
        color: inherit;
    }
}

.message {
    display: none;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 114, 56, 0.9);
    text-align: center;
}

.message > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
}

.message.fail {
    background-color: rgba(114, 54, 54, 0.9);
}

.message.fail .lukk:hover {
    color: #723636;
}

.message.addresses {
    display: block;
    background-color: rgba(255,255,255, 0.97);
}

.message.addresses > div {
    color: #3a404d;
}

.message.addresses .lukk {
    border-color: #3a404d;
}

.message.addresses .lukk:hover {
    color: #fff;
    background-color: #3a404d;
}

.lukk {
    background: none;
    border: 2px solid #fff;
    padding: 8px 30px;
    font-size: 20px;
    transition: all 0.2s ease;
}

.lukk:hover {
    background-color: #fff;
    color: #6bb344;
}

.arrow {
    position: absolute;
    background: url(../img/arrow.png) no-repeat center center;
    width: 28px;
    height: 18px;
    left: -40px;
    margin-top: 4px;
    animation: arrow 1.2s infinite;
}

@keyframes arrow {
    0% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

.addresses_list {
    float: left;
    width: 100%;
    border-top: 1px solid #3a404d;
    border-bottom: 1px solid #3a404d;
    margin-bottom: 30px;
    padding-top: 26px;
}

.addresses_box {
    display: inline-block;
    max-width: 540px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
}

.addresses_box p {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 18px;
}

.radio {
    display: none;
}

.radio + label {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding-left: 36px;
    cursor: pointer;
}

.radio + label:before {
    content: '';
    float: left;
    margin-top: 3px;
    margin-left: -36px;
    width: 12px;
    height: 13px;
    border: 2px solid #3a404d;
    margin-right: 20px;
}

.radio + label:hover:before {
    background-color: rgba(0,0,0, .3);
}

.radio:checked + label:before {
    background-color: #6bb344;
    border-color: #6bb344;
}

.radio:checked + label {
    font-weight: 700;
}

.message_buttons.last {
    display: none;
}

.message_buttons .button {
    float: left;
    height: 44px;
    margin-right: 10px;
    border: 2px solid #6bb344;
    background: transparent;
    transform: none;
    border-radius: 0;
    padding: 0 20px;
    font-size: 16px;
}

.message_buttons .button {
    color: #6bb344;
}

.message_buttons .button:hover {
    background-color: #6bb344;
    color: #fff;
}

.message_buttons .lukk {
    float: right;
    font-size: 16px;
    text-transform: uppercase;
}

.message_buttons .lukk:hover {
    color: #000;
}

.message_buttons .lukk[disabled] {
    opacity: .3;
}

.counter_box {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #3a404d;
    padding-bottom: 31px;
}

.counter_box .relative {
    float: left;
    position: relative;
    padding-right: 40px;
    margin-right: 20px;
}

.counter_ip {
    border: none;
    color: #3a404d;
    background: none;
    border-image-width: 100px;
    width: 80px;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    font-weight: 700;
}

.counter_box label {
    float: left;
    margin-right: 15px;
    line-height: 40px;
    text-transform: uppercase;
}

.counter_but {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 18px;
    background-color: #6bb344;
    border: none;
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 18px;
    font-size: 20px;
    transition: all 0.2s ease;
}

.counter_but:hover {
    background-color: #3a404d;
    color: #fff;
}

.counter_but.minus {
    top: auto;
    bottom: 0;
}

.counter_box small {
    display: inline-block;
    margin-top: 7px;
}

.thanks_page {
    max-width: 700px;
    margin: 0 auto;
}

.thanks_page h1 {
    margin-bottom: 40px;
}

.thanks_text {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.thanks_details {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
    text-align: left;
    box-shadow: 0px 0px 50px rgba(0,0,0, .15);
}

.thanks_details h3 {
    margin: 0;
    background-color: #6bb344;
    color: #fff;
    padding: 10px 30px;
    border-bottom: 2px solid #367238;
}

.pad30 {
    padding: 30px;
}

.details_row {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.details_row label {
    float: left;
    width: 150px;
    font-weight: 700;
}

.details_text {
    float: left;
    width: calc(100% - 200px);
    border-left: 1px solid #ccc;
    padding-left: 30px;
}

.thanks_details hr {
    margin: 0;
    margin-bottom: 20px;
    background: #ccc;
    float: left;
    width: 100%;
    height: 1px;
    border: none;
}

input.ip_name {
	font-size: 33px;
	font-weight: 700;
	margin-bottom: 2px;
}

input.ip_job {
	font-size: 23px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 5px;
}

input.ip_icon {
	margin-left: 50px;
}

.non_print p,
.non_print .button.gray,
.non_print .button.send {
    display: none;
}

.non_print .button {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.check_page .help {
    display: none;
}

.check_page .ib {
    width: 100%;
    order: 2;
}

.check_page .front_side {
    width: 100%;
    order: 1;
    margin: 0 auto;
}

.check_page form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.check_page .non_print {
    order: 3;
    margin: 0 auto;
}

.check_page .backside {
    height: auto;
    max-width: 662px;
}

.check_page {

}

.check_page {

}

.check_page {
    
}

.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}









@media print {
    body {
        background-color: #fff;
    }

    * {
        display: none;
    }

    .front_side {
        box-shadow: none;
    }
}

@media (max-width: 1100px) {
    .message {
        overflow-y: auto;
    }

    .message > div {
        transform: none;
        top: 0;
        left: 0;
        width: 100%;
        padding: 30px;
        padding-top: 0;
    }

    .message_buttons {
        width: 100%;
        margin: 0 auto;
        max-width: 540px;
    }
}

@media (max-width: 1024px) {

	.front_side {
		width: 700px;
	}

}

@media (max-width: 680px) {
    .help {
        display: none;
    }

    .help_mobile {
        display: block;
        position: absolute;
        bottom: 100%;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 28px;
        font-style: italic;
    }

    .front_absolute {
    	top: 26%;
    	left: 9%;
    }

    .backside {
        margin-top: 60px;
        max-width: 300px;
    }

    form {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .ib {
        order: 2;
        z-index: 100;
        width: 100%;
    }

    .front_side {
        order: 1;
        margin-top: 100px;
        max-width: 300px;
    }

    .non_print {
        order: 3;
    }

    .thanks_text {
        padding: 0 30px;
    }

    .thanks_details {
        margin: 0 30px;
        margin-bottom: 40px;
        width: auto;
    }

    .front_side img, .backside {
        height: auto;
    }

    .front_absolute input {
        display: block;
        font-size: 12px;
        margin-bottom: 2px;
    }

    input.ip_name {
        height: 20px;
    	font-size: 16px;
        line-height: 16px;
    	margin-bottom: 0px;
    }

    input.ip_job {
    	font-size: 11px;
        line-height: 11px;
        height: 14px;
    }

    input.ip_city {
        height: 15px;
        line-height: 15px;
    }

    input.ip_icon {
    	margin-left: 25px;
        height: 15px;
        line-height: 15px;
    }

    .arrow {
        margin-top: -18px;
    }

    .front_bottom_absolute {
        bottom: 5px;
        left: 9%;
    }

    .front_bottom_absolute input {
        display: block;
        font-size: 12px;
    }

    .non_print {
        width: 100%;
    }

    .button {
        max-width: 300px;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .message_buttons {
        text-align: center;
    }

    .message_buttons .button {
        width: 100%;
        height: auto;
        min-height: 44px;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .message_buttons .lukk {
        float: none;
    }

    .radio + label {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 430px) {
    .details_row label, .details_text {
        width: 100%;
        border-left: none;
        padding-left: 0;
    }

    .details_row label {
        margin-bottom: 5px;
    }
}

@media (max-width: 340px) {
    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 16px;
    }

    h2 img {
        height: 26px;
    }

    .help_mobile {
        font-size: 16px;
    }

    .counter_box small {
        width: 100%;
        text-align: center;
    }

    .counter_box label {
        margin-right: 0;
        width: 70px;
    }

    .counter_box .relative {
        float: right;
        margin-right: 0;
        width: calc(100% - 80px);
        padding-right: 76px;
    }

    .counter_ip {
        width: 100%;
    }

    .counter_but {
        height: 100%;
        font-size: 26px;
    }

    .counter_but.minus {
        right: 36px;
    }

    input.ip_job {
        margin-bottom: -2px;
    }
}
