/* 1 */

body {
    margin: 0;
}

.contentBox p {
    margin: 0;
}

article,
footer,
header,
nav {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b {
    font-weight: inherit;
}

b {
    font-weight: bolder;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

body {
    height: 100%;
    color: rgb(46, 46, 46);
    background-color: rgb(242, 242, 242);
    text-rendering: optimizelegibility;
}

a {
    color: rgb(57, 104, 163);
    text-decoration: none;
}

a:hover,
a:focus {
    color: rgb(57, 104, 163);
    text-decoration: none;
    outline: 0 none;
}

img {
    vertical-align: middle;
}

*::-moz-selection {
    background: rgb(179, 212, 252) none repeat scroll 0% 0%;
    text-shadow: none;
}

.hidden {
    display: none ! important;
}

body::before {
    content: "xs";
    display: none;
}

.spinner-inner {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 20px auto;
}

.spinner-inner .spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation: 2s linear 0s normal none infinite running rotate;
    animation: 2s linear 0s normal none infinite running rotate;
    transform-origin: center center 0;
}

.content-note {
    word-wrap: break-word;
}

.content-note::before,
.content-note::after {
    content: " ";
    display: table;
}

.content-note::after {
    clear: both;
}

.comments {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.comments-btn-block {
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
}

.comments__btn-up {
    position: absolute;
    top: 65vh;
    display: block;
    width: 50px;
    height: 50px;
    padding: 16px;
    margin-bottom: 160px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: 0 2px 12px 0 rgba(71, 75, 105, 0.15);
    z-index: 890;
}

.comments__btn-up svg {
    position: relative;
    top: -4px;
}

.comments__count {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}

.comments .comment-bubble {
    opacity: 1;
    transition: opacity 0.5s ease-out 0s;
}

.comments .comments-chat {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.comments .comments-user {
    height: 40px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    top: -2px;
}

.comments .comments-avatar {
    flex-shrink: 0;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    margin-top: 2px;
    margin-right: 2px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    border-radius: 50%;
    background-color: rgb(245, 247, 250);
}

.comments .comments-avatar_grey {
    margin-left: 0;
    margin-right: 8px;
}

.comments .comments-message {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.comments .comments-message_grey {
    flex-direction: row;
}

.comments .comments-field {
    position: relative;
    width: 88%;
    flex: 1 0 auto;
    padding: 15px;
    border: 1px solid rgb(226, 231, 236);
    border-radius: 12px;
}

.comments .comments-field__txt {
    display: block;
    margin: 5px 0 0px;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    line-height: 1.42;
}

.comments .comments-field__txt p {
    margin: 0;
}

.comments .comments-field__image {
    text-align: left;
    margin-top: 5px;
}

.comments .comments-field__image-load {
    display: flex;
    height: 200px;
    justify-content: center;
    flex-direction: column;
}

.comments .comments-field__image-load .spinner-inner {
    display: block;
}

.comments .comments-field_grey {
    background-color: rgb(245, 247, 250);
    border-color: rgb(245, 247, 250);
}

.comments .comments-like {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    opacity: 0.9;
    color: rgb(136, 153, 167);
    cursor: pointer;
}

.comments .comments-like:hover {
    color: rgb(57, 104, 163);
}

.comments .comments-like__count {
    padding-left: 5px;
}

.comments .comments-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.comments .comments-flex__name {
    margin: 0 10px 0 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.comments-toggle-md {
    display: none;
}

img {
    max-width: 100%;
}

.post-page-content-main a {
    text-decoration: underline;
}

.post-page-content-main a:hover {
    color: rgb(162, 30, 43);
}

html {
    overflow-y: initial ! important;
}

body {
    position: initial ! important;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
footer,
header,
nav {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input {
    font: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

* {
    box-sizing: border-box
}

*::before,
*::after {
    box-sizing: border-box
}

body {
    height: 100%;
    color: #2e2e2e;
    background-color: #f2f2f2;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #3968a3;
    text-decoration: none
}

a:hover,
a:focus {
    color: #3968a3;
    text-decoration: none;
    outline: 0
}

img {
    vertical-align: middle
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

.hidden {
    display: none !important
}

@-ms-viewport {
    width: device-width
}

@media(max-width:659px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:660px) and (max-width:979px) {
    .hidden-sm {
        display: none !important
    }
}

body::before {
    content: "xs";
    display: none
}

@media(min-width:660px) {
    body::before {
        content: "sm"
    }
}

@media(min-width:980px) {
    body::before {
        content: "md"
    }
}

@media(min-width:1300px) {
    body::before {
        content: "lg"
    }
}

@media(min-width:1440px) {
    body::before {
        content: "xlg"
    }
}

@media(min-width:1920px) {
    body::before {
        content: "xxlg"
    }
}

.spinner-inner {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 20px auto
}

.spinner-inner .spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    transform-origin: center center
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@media(min-width:660px) {
    .spinner-inner {
        width: 40px;
        height: 40px;
        margin: 35px auto
    }
}

.content-note:not {
    word-wrap: break-word;
    overflow-wrap: break-word
}

.content-note:not::before,
.content-note:not::after {
    content: " ";
    display: table
}

.content-note:not::after {
    clear: both
}

.content-note:not h2 {
    margin: 40px 0 30px;
    font-size: 25px;
    font-weight: 500;
}

.content-note:not p {
    width: 100%;
}

.content-note:not p img {
    margin: 0
}

.content-note:not a {
    border-bottom: 1px rgba(57, 104, 163, .4) solid;
    color: #3968a3;
    text-decoration: none;
    transition: border-color .15s ease-out
}

.content-note:not a:visited {
    color: #ba0505;
    border-color: rgba(186, 5, 5, .7)
}

.dark-red .content-note:not a:visited {
    color: #ba0505;
    border-color: rgba(186, 5, 5, .7)
}

.red .content-note:not a:visited {
    color: #f44336;
    border-color: rgba(244, 67, 54, .7)
}

.deep-orange .content-note:not a:visited {
    color: #ff5722;
    border-color: rgba(255, 87, 34, .7)
}

.light-green .content-note:not a:visited {
    color: #689f38;
    border-color: rgba(104, 159, 56, .7)
}

.green .content-note:not a:visited {
    color: #1b5e20;
    border-color: rgba(27, 94, 32, .7)
}

.teal .content-note:not a:visited {
    color: #009688;
    border-color: rgba(0, 150, 136, .7)
}

.blue .content-note:not a:visited {
    color: #2196f3;
    border-color: rgba(33, 150, 243, .7)
}

.indigo .content-note:not a:visited {
    color: #3f51b5;
    border-color: rgba(63, 81, 181, .7)
}

.dark-blue .content-note:not a:visited {
    color: #021859;
    border-color: rgba(2, 24, 89, .7)
}

.purple .content-note:not a:visited {
    color: #9c27b0;
    border-color: rgba(156, 39, 176, .7)
}

.dark-purple .content-note:not a:visited {
    color: #651482;
    border-color: rgba(101, 20, 130, .7)
}

.pink .content-note:not a:visited {
    color: #e91e63;
    border-color: rgba(233, 30, 99, .7)
}

.brown .content-note:not a:visited {
    color: #4e342e;
    border-color: rgba(78, 52, 46, .7)
}

.grey .content-note:not a:visited {
    color: #757575;
    border-color: rgba(117, 117, 117, .7)
}

.dark-grey .content-note:not a:visited {
    color: #272727;
    border-color: rgba(39, 39, 39, .7)
}

.cod-gray .content-note:not a:visited {
    color: #101010;
    border-color: rgba(16, 16, 16, .7)
}

.hex .content-note:not a:visited {
    color: #429871;
    border-color: rgba(66, 152, 113, .7)
}

.pink-riw .content-note:not a:visited {
    color: #bc1963;
    border-color: rgba(188, 25, 99, .7)
}

.content-note:not a:hover,
.content-note:not a:focus {
    border-color: #3968a3;
    color: #3968a3;
    text-decoration: none
}

.content-note {
    word-wrap: break-word;
    overflow-wrap: break-word
}

.content-note::before,
.content-note::after {
    content: " ";
    display: table
}

.content-note::after {
    clear: both
}

.comments {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    margin-top: 20px;
    background: #fff
}

.comments-btn-block {
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0
}

.comments__btn-up {
    position: absolute;
    top: 65vh;
    display: block;
    width: 50px;
    height: 50px;
    padding: 16px;
    margin-bottom: 160px;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 2px 12px 0 rgba(71, 75, 105, .15);
    z-index: 890
}

.comments__btn-up svg {
    position: relative;
    top: -4px
}

.comments__count {
    text-align: center;
    font-size: 22px;
    font-weight: 400
}

.comments .comment-bubble {
    opacity: 1;
    transition: opacity .5s ease-out
}

.comments .comments-chat {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.comments .comments-user {
    height: 40px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    top: -2px
}

.comments .comments-avatar {
    flex-shrink: 0;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    margin-top: 2px;
    margin-right: 2px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    border-radius: 50%;
    background-color: #f5f7fa
}

.comments .comments-avatar_grey {
    margin-left: 0;
    margin-right: 8px
}

.comments .comments-message {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    flex-direction: row-reverse;
    justify-content: flex-start
}

.comments .comments-message_grey {
    flex-direction: row
}

.comments .comments-field {
    position: relative;
    width: 88%;
    flex: 1 0 auto;
    padding: 15px;
    border: 1px solid #e2e7ec;
    border-radius: 12px
}

.comments .comments-field__txt {
    display: block;
    margin: 5px 0 0;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.42
}

.comments .comments-field__txt p {
    margin: 0
}

.comments .comments-field__image {
    text-align: left;
    margin-top: 5px
}

.comments .comments-field__image-load {
    display: flex;
    height: 200px;
    justify-content: center;
    flex-direction: column
}

.comments .comments-field__image-load .spinner-inner {
    display: block
}

.comments .comments-field_grey {
    background-color: #f5f7fa;
    border-color: #f5f7fa
}

.comments .comments-like {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    opacity: .9;
    color: #8899a7;
    cursor: pointer
}

.comments .comments-like:hover {
    color: #3968a3
}

.comments .comments-like__count {
    padding-left: 5px
}

.comments .comments-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%
}

.comments .comments-flex__name {
    margin: 0;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left
}

.comments-toggle-md {
    display: none
}

@media(min-width:980px) {
    .comments:not(.comments_forever-small) {
        margin: 0 auto
    }

    .comments:not(.comments_forever-small) .comments-user {
        height: 60px;
        position: relative;
        top: -2px
    }

    .comments:not(.comments_forever-small) .comments-toggle-md {
        position: relative;
        width: 100%;
        margin: 20px 0;
        text-align: center
    }

    .comments:not(.comments_forever-small) .comments-flex_top {
        margin-top: 30px
    }

    .comments:not(.comments_forever-small) .comments-field__txt {
        font-size: 16px
    }

    .comments:not(.comments_forever-small) .comments-avatar {
        height: 50px;
        width: 50px;
        margin-right: 2px;
        margin-top: 2px;
        margin-left: 15px;
        line-height: 50px;
        font-size: 16px
    }

    .comments:not(.comments_forever-small) .comments-avatar_grey {
        margin: 0;
        margin-right: 15px
    }

    .comments:not(.comments_forever-small) .comments-flex {
        line-height: 22px;
        flex-wrap: nowrap
    }

    .comments:not(.comments_forever-small) .comments-toggle-md {
        display: block
    }
}

img {
    max-width: 100%
}

.post-page-content-main a {
    text-decoration: underline
}

.post-page-content-main a:hover {
    color: #a21e2b
}

body {
    font-family: 'PT Sans', sans-serif;
}

.contentBox {
    line-height: 1.5;
}

.contentBox p {
    padding-top: 10px;
}

.contentBox h1 {
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 27px;
}

.contentBox h2 {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #0079f2;
}

.comments-avatar {
    max-width: 48px;
    max-height: 48px;
}

input {
    width: 100%;
}

a,
input,
button,
select,
figure {
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-shadow: inherit;
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.content-image {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 514px) {
    .contentBox h1 {
        font-size: 22px;
        margin: 0;
    }
}

/* 3 */

.main_block_form {
    display: flex;
    flex-direction: column;
}

.main_block_form h1 {
    padding-top: 15px;
    font-size: 30px;
}

.main_block_form h2 {
    font-size: 17px;
}

.main_block_form img {
    width: 400px;
}

form label {
    font-family: "Courier Prime", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-left: 5%;
    margin-bottom: 1px;
    margin-top: 12px;
}

form input {
    font-size: 16px;
    min-height: 47px;
    width: 90%;
    padding: 6px 16px;
    background-color: #fff;
    border: 1px solid #838383;
}

form input.error {
    border-color: #f00;
    margin-bottom: 2px;
}

form label.error {
    color: #f00;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    text-transform: none;
    margin: 0 auto 10px;
    padding: 0;
    width: 90%;
}

form button {
    color: #fff;
    background-color: #e61b24;
    width: 90%;
    margin: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

form button:hover {
    background-color: #7a050b;
}

.countdown {
    display: flex;
    justify-content: center;
}

.countdown-number {
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    background-color: #102039;
    padding: 14px 24px;
    margin: 5px;
    line-height: 0.6;
}

@media (max-width:480px) {
    .countdown-number {
        font-size: 26px;
        padding: 10px 18px;
    }
}

@media (max-width:340px) {
    .countdown-number {
        font-size: 20px;
        padding: 6px 10px;
    }
}

@media (max-width:260px) {
    .countdown-number {
        font-size: 12px;
        padding: 8px;
    }
}

.cost {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 15px 0;
}

.cost_old {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-right: 3px;
}

.cost_new {
    grid-row: 1/2;
    grid-column: 3/4;
    margin-left: 3px;
}

@media screen and (max-width: 400px) {
    .cost {
        grid-template-columns: 1fr 1fr;
    }

    .cost_old {
        grid-row: 1/2;
        grid-column: 1/2;
        margin-right: 3px;
    }

    .cost_new {
        grid-row: 1/2;
        grid-column: 2/3;
        margin-left: 3px;
    }
}

@media screen and (max-width: 600px) {
    .cost {
        grid-template-columns: 1fr 1fr;
    }

    .cost_old {
        grid-row: 1/2;
        grid-column: 1/2;
        margin-right: 3px;
    }

    .cost_new {
        grid-row: 1/2;
        grid-column: 2/3;
        margin-left: 3px;
    }
}

/* 4 */

.comeback_layout {
    display: none;
    position: fixed;
    color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000000;
    background: rgba(0, 0, 0, .75);
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.comeback_layout::-webkit-scrollbar {
    width: 0
}

.comeback_wrapper {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.comeback_container {
    background: rgb(191, 10, 48);
    background: linear-gradient(180deg, rgba(191, 10, 48, 1) 0%, rgba(0, 56, 147, 1) 50%, rgba(255, 255, 255, 1) 100%);
    padding: 25px;
    margin-top: 2%;
    text-align: center;
    border: 3px solid #e10006;
    border-radius: 30px;
}

.comeback_container h1 {
    font-size: 23px
}

.pulse-button {
    font-family: Arial, sans-serif;
    padding: .75rem 1.5rem;
    border-radius: 9999px;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 400;
    display: inline-block;
    color: #f5f6fd;
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 #4cc474;
    background-color: #279548;
    cursor: pointer;
    -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

.pulse-button:hover {
    color: rgb(220, 255, 217);
}

.comeback_img {
    margin: 10px auto;
    max-width: 100%;
    height: auto;
}

.comeback_close {
    float: right;
    cursor: pointer
}

#comeback p {
    font-size: 18px
}

@media (max-width:700px) {
    .comeback_container h1 {
        line-height: 18px;
        font-size: 16px
    }

    .comeback_img {
        margin: 5px auto
    }

    #comeback .comeback_container p {
        font-size: 15px
    }

    .comeback_container {
        padding: 5px
    }
}

/* 5 */

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
figure,
footer,
header,
nav {
    display: block
}

a {
    text-decoration: none;
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

button,
input,
select {
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

ul {
    padding: 0
}

ul {
    margin: 0
}

li {
    list-style: none
}

html {
    touch-action: manipulation;
    min-height: 100%
}

body {
    min-height: 100%;
    background: #f1ebeb;
    font-family: 'Open Sans', sans-serif;
}

strong {
    font-weight: 700
}

.fixed:after {
    content: "";
    display: table;
    clear: both
}

.fixed {
    zoom: 1
}

@media (max-width:940px) {
    .noTab {
        display: none !important
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    background: 0 0;
    white-space: normal;
    display: inline-block;
    font-size: .875em;
    min-width: 50px;
    padding: .5em;
    line-height: 1.3em;
    border-radius: 0;
    background-color: #f6f6f6;
    border: 1px solid #eaeaea;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px
}

select:focus {
    outline: 0
}

label {
    text-align: left
}

#header {
    position: relative;
    width: 1064px
}

@media (max-width:940px) {
    #header {
        display: flex;
        flex-wrap: nowrap;
        position: fixed;
        top: 0;
        z-index: 1010;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        background: #fff;
        height: 46px;
        background: #111
    }
}

.headerTop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 5.68rem;
    border-bottom: 1px solid #eee;
    padding: 0 20px
}

@media (max-width:940px) {
    .headerTop {
        height: 46px;
        text-align: center;
        width: auto;
        padding: 0;
        background: transparent;
        border: none
    }
}

.hLogo {
    position: relative;
    display: flex;
    align-items: center;
    width: 140px
}

@media (max-width:940px) {
    .hLogo {
        width: auto;
        max-width: 200px;
        margin-left: 10px
    }
}

.hLogo img {
    width: 100%;
    height: auto;
    vertical-align: middle
}

@media (max-width:940px) {
    .hLogo img {
        width: 90px
    }
}

.headerTicker {
    border-bottom: 1px solid #d0d0d0;
    white-space: nowrap;
    background: #f5f4f4;
    overflow: hidden;
    display: flex;
    content-visibility: auto;
    contain-intrinsic-size: 46px
}

.headerTicker:hover ul {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.headerTicker ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 46px;
    align-items: center;
    -webkit-animation: ticker 120s infinite linear;
    animation: ticker 120s infinite linear
}

@media (max-width:740px) {
    .headerTicker ul {
        -webkit-animation: ticker 120s infinite linear;
        animation: ticker 120s infinite linear
    }
}

@-webkit-keyframes ticker {
    to {
        transform: translateX(-100%)
    }
}

@keyframes ticker {
    to {
        transform: translateX(-100%)
    }
}

.tickerWrap {
    position: relative;
    height: 46px;
    width: 100%
}

@media (max-width:740px) {
    .tickerWrap {
        margin-bottom: 0
    }
}

.tickerWrap .tickerLatest {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 10px;
    font-size: 1em;
    line-height: 46px;
    background: #fff;
    border-left: 1px solid #d0d0d0;
    box-shadow: -1px 0 3px rgba(0, 0, 0, .15);
    z-index: 1
}

@media (max-width:940px) {
    .tickerWrap .tickerLatest {
        padding: 0 5px 0 10px
    }
}

.tickerWrap .tickerLatest a {
    position: relative;
    color: #111;
    font-size: .7em;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 16px;
    width: 100%;
    height: 100%
}

.tickerWrap .tickerLatest a:hover {
    text-decoration: underline
}

@media (max-width:1920px) {
    .tickerWrap .tickerLatest a:after {
        content: "Najnovije vesti"
    }
}

@media (max-width:940px) {
    .tickerWrap .tickerLatest a:after {
        content: "Novo";
        display: inline-block
    }
}

.tickerWrap .tickerLatest a svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    display: inline-block;
    fill: #c00
}

.tickerWrap .tickerLatest a span {
    display: none
}

.headerMenu {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column
}

@media (max-width:940px) {
    .headerMenu {
        height: 46px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end
    }
}

.icoHome {
    display: none;
    position: relative
}

@media (max-width:940px) {
    .icoHome {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px
    }
}

@media (max-width:940px) {
    #menu {
        display: none
    }
}

.menuWrap {
    display: block;
    height: auto;
    width: 100%;
    max-width: 1064px;
    margin: 0 auto;
    position: relative
}

.menuBtn {
    display: none;
    cursor: pointer;
    position: relative;
    width: 46px;
    height: 46px
}

@media (max-width:940px) {
    .menuBtn {
        display: block
    }
}

.menuBtn .burger,
.menuBtn span,
.menuBtn span:after,
.menuBtn span:before {
    border-radius: 1px;
    height: 2px;
    width: 22px;
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    transition: all .1s
}

.menuBtn span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -2px
}

.menuBtn span:before {
    top: -6px
}

.menuBtn span:after {
    bottom: -6px
}

.menuBtn.catSection span,
.menuBtn.catSection span:after,
.menuBtn.catSection span:before {
    background: #fff
}

#content {
    background: #fff;
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

#content:after {
    content: " ";
    display: block;
    clear: both
}

@media (max-width:940px) {
    #content {
        padding-top: 46px
    }
}

label {
    text-transform: uppercase
}

label {
    display: block;
    font-size: .7em;
    font-weight: 700;
    margin-bottom: .5em
}

.artTime {
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: 1.25em;
    color: #555;
    height: 40px
}

.artTime span,
.artTime time {
    font-size: .8125rem;
    text-transform: none
}

.artTime .authorName {
    position: absolute;
    display: inline-block;
    text-transform: capitalize;
    width: 0;
    height: 0;
    overflow: hidden
}

@media (max-width:940px) {
    .artTime {
        margin-bottom: .9375em
    }
}

.myForm {
    background-position: center;
    background-size: cover;
}

/* 6 */

body {
    background-color: white !important;
}

label.errorValidate {
    text-align: center;
}

label.errorValidate {
    display: block;
    position: static;
    background: red;
    color: white;
    font-size: 16px;
    margin-top: 3px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    width: 50%;
}