body {
    font-family: "Open Sans", sans-serif;
}

html,
body,
div,
span,
h1,
h3,
p,
a,
img,
ul,
li,
form,
footer,
header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

footer,
header {
    display: block;
}

body {
    line-height: 1;
}

.imgs {
    max-width: 100%;
    margin-top: 10px;
}

ul {
    list-style: none;
}

.content,
.soc-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

@media screen and (max-width: 570px) {
    body {
        position: relative
    }
}

.content:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.page-wrap {
    padding: 0 64px;
    max-width: 1280px;
    min-width: 272px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    cursor: auto;
    overflow-x: hidden;
    max-width: 1280px
}

@media screen and (max-width: 1680px) {
    .page-wrap {
        margin: 0 auto;
        min-width: 860px
    }
}

@media screen and (max-width: 1024px) {
    .page-wrap {
        width: 100%;
        min-width: 320px
    }
}

@media screen and (max-width: 570px) {
    .page-wrap {
        padding: 0;
        overflow: hidden
    }
}

.main-content {
    background: #fff;
    z-index: 11;
    position: relative
}

.main-content:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.content {
    min-height: 700px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0 auto
}

@media screen and (max-width: 1024px) {
    .content {
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.content__inner_wide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 38px
}

@media screen and (max-width: 1024px) {
    .content__inner_wide {
        width: 100%
    }
}

.content__inner_wide > .article {
    border-right: 1px solid #ccc
}

.footer,
.content {
    clear: both
}

.header {
    width: 100%;
    z-index: 12;
    position: relative;
    z-index: 3;
}

.header__inner {
    height: 54px;
    background: #0095da;
    position: relative;
    z-index: 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1280px) {
    .header__inner {
        height: 42px
    }
}

.header__logo {
    height: 100%;
    position: relative;
    margin-left: 54px;
    padding: 20px 25px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #2483c5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1280px) {
    .header__logo {
        margin-left: 42px;
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.header__logo .logo {
    display: inline-block;
    width: 122px;
    height: 30px;
    text-indent: -9000px;
    margin-top: -5px;
}

.header__logo .spec {
    display: inline-block;
    height: 15px;
    font: normal 22px/15px "RussiaLight", sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

@media screen and (max-width: 570px) {
    .header__logo .spec {
        font-size: 14px;
        padding-top: 1px
    }
}

.header__logo .spec:hover {
    text-decoration: none
}

.nav {
    height: 54px;
    max-width: 920px;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 1024px) {
    .nav {
        height: 42px
    }
}

@media screen and (max-width: 770px) {
    .nav {
        display: none !important
    }
}

.nav .nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav li {
    display: block;
    float: left;
    height: 54px;
    position: relative;
    border-right: 1px solid #2483c5
}

.nav li:last-child {
    border-right: none
}

.nav li:not(.mobile-show) {
    display: none
}

@media screen and (max-width: 1280px) {
    .nav li {
        height: 42px
    }
}

.nav li:hover {
    background: #2483c5
}

.nav li a {
    display: block;
    height: 100%;
    position: relative;
    font: normal 16px/54px "Open Sans", sans-serif;
    color: #fff;
    padding: 0 24px;
    text-decoration: none
}

@media screen and (max-width: 1280px) {
    .nav li a {
        line-height: 42px
    }
}

.nav_mobile {
    width: 100%;
    max-width: 780px;
    position: absolute;
    top: 54px;
    left: -780px;
    z-index: 13;
    background: #0095da;
    border-top: 1px solid #2483c5;
    padding: 15px 0 122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

@media screen and (max-width: 1280px) {
    .nav_mobile {
        top: 42px
    }
}

@media screen and (max-width: 480px) {
    .nav_mobile {
        padding-bottom: 146px
    }
}

@media screen and (max-width: 600px) {
    .nav_mobile {
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.nav_mobile:after {
    position: absolute;
    height: 100%;
    width: 1px;
    left: -1px;
    top: 0px;
    -webkit-box-shadow: 2px 0px 14px 1px #333333;
    box-shadow: 2px 0px 14px 1px #333333;
    content: ' '
}

.nav_mobile .nav__list_mobile {
    width: calc(100% / 3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 54px;
    display: inline-block
}

@media screen and (max-width: 1280px) {
    .nav_mobile .nav__list_mobile {
        padding-left: 42px
    }
}

@media screen and (max-width: 570px) {
    .nav_mobile .nav__list_mobile {
        padding-left: 40px
    }
}

@media screen and (max-width: 600px) {
    .nav_mobile .nav__list_mobile {
        width: 50%
    }
}

@media screen and (max-width: 410px) {
    .nav_mobile .nav__list_mobile {
        width: 100%
    }
}

.nav_mobile .nav__list_mobile li {
    color: #fff
}

.nav_mobile .nav__list_mobile li a {
    font: 500 18px/52px "Open Sans", sans-serif;
    color: #fff;
    display: inline-block
}

@media screen and (max-width: 600px) {
    .nav_mobile .nav__list_mobile li a {
        line-height: 40px
    }
}

.header__menu-link {
    display: block;
    position: absolute;
    top: 17px;
    left: 17px;
    background-size: contain;
    width: 20px;
    height: 20px;
    z-index: 9
}

@media screen and (max-width: 1280px) {
    .header__menu-link {
        width: 16px;
        height: 16px;
        left: 13px;
        top: 13px
    }
}

.search {
    padding: 13px 17px 11px;
    position: absolute;
    right: 0;
    width: 20px;
    height: 30px;
    cursor: pointer
}

.search .search__form {
    display: none
}

@media screen and (max-width: 1280px) {
    .search {
        padding: 6px 11px;
        background-position: 12px -205px
    }
}

.search__form {
    display: block;
    position: absolute;
    width: 30px;
    top: 13px;
    right: 12px;
    background: #0069a0;
    border-radius: 18px;
    overflow: hidden;
    height: 30px
}

@media screen and (max-width: 1280px) {
    .search__form {
        top: 6px;
        right: 6px
    }
}

.search__form input {
    float: left;
    height: 30px
}

.search__form .search__text {
    border: none;
    outline: none;
    background: none;
    width: 0px;
    color: #fff;
    padding: 0 3px;
    font: normal 12px/17px "Roboto", sans-serif;
    display: block
}

.search__form .search__text::-ms-input-placeholder {
    color: #89bad0
}

.search__form .search__text:-ms-input-placeholder {
    color: #89bad0
}

.search__form .search__text::-webkit-input-placeholder {
    color: #89bad0
}

.search__form .search__text:-moz-placeholder {
    color: #89bad0
}

.search__form .search__text::-moz-placeholder {
    color: #89bad0
}

.search__form .search__submit {
    display: block;
    width: 24px;
    border: none;
    cursor: pointer;
    float: right
}

.footer {
    padding-bottom: 40px;
    background: #1a1a1a;
    overflow: hidden;
    position: relative;
    z-index: 7;
    max-width: 1280px;
    margin: 0 auto;
}

@media screen and (max-width: 1680px) {
    .footer {
        margin: 0 auto;
        min-width: 860px
    }
}

@media screen and (max-width: 1024px) {
    .footer {
        margin: 0 auto;
        width: 100%;
        min-width: 320px
    }
}

.footer-wrapper_top {
    border-top: 9px solid #2483c5;
    background: #262626;
    min-height: 80px
}

.footer__inner {
    padding: 0 64px;
    max-width: 1280px;
    min-width: 272px;
    margin: 0 auto
}

@media screen and (max-width: 900px) {
    .footer__inner {
        padding: 0 24px
    }
}

.soc-buttons {
    padding-top: 24px
}

@media screen and (max-width: 1024px) {
    .soc-buttons {
        width: 100%
    }
}

@media screen and (max-width: 670px) {
    .soc-buttons {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 24px
    }
}

.soc-buttons p {
    color: #ddd;
    font: normal 16px/24px "Open Sans", sans-serif;
    padding-top: 3px;
    margin-right: 16px
}

@media screen and (max-width: 670px) {
    .soc-buttons p {
        text-align: center;
        width: 100%;
        padding-top: 0;
        padding-bottom: 24px
    }
}

.soc-buttons a {
    display: block;
    float: left;
    margin-left: 16px;
    width: 32px;
    height: 32px;
    border-radius: 3px
}

.soc-buttons a.soc-buttons_vk {
    background: #4680C2 url("../fonts/vk.svg") 50% 50% no-repeat;
    background-size: 22px 12px;
    margin-left: 0
}

.soc-buttons a.soc-buttons_fb {
    background: #3C5A99 url("../fonts/facebook.svg") 50% 50% no-repeat;
    background-size: 22px 12px;
}

@media screen and (max-width: 570px) {
    .soc-buttons a.soc-buttons_fb {
        margin-left: 10px
    }
}

.soc-buttons a.soc-buttons_twt {
    background: #1DA1F2 url("../fonts/twitter.svg") 50% 50% no-repeat;
    background-size: 22px 12px;
}

@media screen and (max-width: 570px) {
    .soc-buttons a.soc-buttons_twt {
        margin-left: 10px
    }
}

.soc-buttons a.soc-buttons_rss {
    background: #ee802f url("../fonts/rss.svg") 50% 50% no-repeat;
    background-size: 22px 12px;
}

@media screen and (max-width: 570px) {
    .soc-buttons a.soc-buttons_rss {
        display: none;
    }
}

.soc-buttons a.soc-buttons_insta {
    background: #f00075 url("../fonts/insta.svg") 50% 50% no-repeat;
    background-size: 22px 12px;
}

@media screen and (max-width: 570px) {
    .soc-buttons a.soc-buttons_insta {
        margin-left: 0;
    }
}

.soc-buttons a.soc-buttons_youtube {
    background: red url("../fonts/youtube.svg") 50% 50% no-repeat;
    background-size: 22px 14px
}

@media screen and (max-width: 570px) {
    .soc-buttons a.soc-buttons_youtube {
        margin-left: 10px;
    }
}

.soc-buttons a.soc-buttons_ok {
    background: #EE8208 url("../fonts/odnoklassniki.svg") 50% 50% no-repeat;
    background-size: 22px 12px;
}

@media screen and (max-width: 570px) {
    .soc-buttons a.soc-buttons_ok {
        margin-left: 10px
    }
}

.article {
    padding: 24px 70px
}

@media screen and (max-width: 570px) {
    .article {
        padding: 24px 12px
    }
}

.article:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.article__date {
    font: normal 14px/18px "ArimoRegular", sans-serif;
    color: #555
}

.article__title {
    font: normal 32px/36px "RussiaLight", sans-serif;
    padding: 4px 0 4px;

}

.article__text {
    font: normal 18px/25px "Open Sans", sans-serif;
    color: #333;
    padding-top: 14px;

}

@media screen and (max-width: 1280px) {
    .article__text {
        padding-left: 0
    }
}

.article__text p {
    padding: 0 0 30px;
    text-align: left
}

.article__text a {
    text-decoration: underline;
    color: #0095da
}

@media (max-width: 900px) {
    .page-wrap {
        padding: 0
    }
}

@media (max-width: 1024px) {
    .page-wrap {
        padding: 0
    }
}

@media (max-width: 530px) {
    .page-wrap {
        padding: 15px 0 0
    }
}

@media (max-width: 670px) {
    .page-wrap {
        padding: 0
    }
}


img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}


.ListBlock-root li {
    position: relative;
    margin-bottom: 6px
}

.ListBlock-ul li {
    padding: 0 0 0 23px
}

@media only screen and (min-device-width: 48em) {
    .ListBlock-ul li {
        padding: 0 0 0 38px
    }
}

.ListBlock-ul li:last-child {
    margin-bottom: 0
}

.ListBlock-ul li:before {
    position: absolute;
    top: 0;
    left: 5px;
    width: 8px;
    content: "\2022";
    text-align: center;
    color: #b88b58;
    font-size: 18px;
    line-height: inherit
}

@media only screen and (min-device-width: 48em) {
    .ListBlock-ul li:before {
        left: 0;
        width: 36px;
        text-align: center;
        font-size: 20px
    }
}

.Figure-caption {
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 22px;
    max-width: 520px;
    padding-top: 4px;
    color: #1a1a1a;
    display: block;
}

.Figure {
    display: block;
    max-width: 650px;
    width: 100%;
    margin: 20px auto;
}

a.button {
    font-size: 120%;
    text-align: center;
    color: #fff !important;
    background-color: red;
    display: table;
    margin: 25px auto;
    max-width: 100%;
    border-radius: 15px;
    text-decoration: none;
    padding: 15px;
}

a.button:hover {
    background-color: #c11f1f;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 30px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}



.form button {
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form button:hover, .form button:active, .form button:focus {
    background: #43A047;
}

.order_block {
    display: none;
    text-align: center !important;
}


.order_block h3 {
    font: bold 18px Arial !important;
    background: transparent;
    margin-top: 0;
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    overflow: scroll;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 40%;
    margin: 0px auto;
    background: #ffffff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer;
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px;
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.1;
    text-align: center !important;
    padding: 0 !important;
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: rgb(113, 195, 65);
    color: rgb(255, 255, 255) !important;
    border: medium none;
    cursor: pointer;
    outline: medium none;
}

.pop-up-window {
    position: relative;
    max-width: 600px;
    right: 0px;
    left: 0px;
    top: 60px;
    margin: 0px auto;
    background: #fff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    background-color: rgb(113, 195, 65);
    border-radius: 50%;
    -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -o-border-image: none;
    border-image: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
    -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@-webkit-keyframes pop-up-appear {
    0% {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes pop-up-appear {
    0% {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pop-up-button:hover {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}


.Figure-caption {
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;

    font-size: 16px;
    line-height: 22px;
    max-width: 520px;
    padding-top: 4px;
    color: #1a1a1a;
    display: block;
}

.Figure {
    display: block;
    max-width: 650px;
    width: 100%;
    margin: 20px auto;
}

a.button {
    font-size: 120%;
    text-align: center;
    color: #fff !important;
    background-color: red;
    display: table;
    margin: 25px auto;
    max-width: 100%;
    border-radius: 15px;
    text-decoration: none;
    padding: 15px;
}

a.button:hover {
    background-color: #c11f1f;
}

#comments h2 {
    padding-left: 40px;
    color: #000;
    border-bottom: 0px solid;
    border-color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#comments .coment_ava {
    float: left;
    margin-right: 15px;
}

#comments .coment_ava img {
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

input {
    outline: none;
}

input:active {
    outline: none;
}

:focus {
    outline: none;
}

button:active,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

.text_color {
    color: dodgerblue;
    text-align: center;
    font-weight: bold;
}

.blok_etr {
    display: block;
    padding: 10px;
    background-color: #FFF5F7 !important;
}

.pg {
    position: relative;
    padding-left: 65px;
    margin-bottom: 33px;
}

.pg span {
    font-weight: 400;
}

#comments h2 {
    padding-left: 40px;
    color: #000;
    border-bottom: 0px solid;
    border-color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#comments .coment_ava {
    float: left;
    margin-right: 15px;
}

#comments .coment_ava img {
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

#comments .date {
    font-weight: normal;
    background: none;
    display: inline;
}

.name {
    font-weight: bold;
}

.ListBlock-root {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 24px;
}

@media only screen and (min-device-width: 32em) {
    .ListBlock-root {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (min-device-width: 48em) {
    .ListBlock-root {
        margin: 20px 0;
        margin-top: 5px;
    }
}

.ListBlock-root li {
    position: relative;
    margin-bottom: 6px
}

.ListBlock-ul li {
    padding: 0 0 0 23px
}

form {
    display: block;
    margin-top: 0em;
}

/*button begin*/
/*button end*/
a:active, a:focus {
    outline: none;
}

input {
    outline: none;
}

input:active {
    outline: none;
}

:focus {
    outline: none;
}

button:active, button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

.rub-ramka {
    margin-top: 22px;
    margin-bottom: 18px;
    background: rgba(189, 61, 77, 0.04);
    padding: 12px 15px !important;
    color: rgb(8, 8, 8);
    font-size: 18px;
    border: 2px solid;
    border-radius: 4px;
    border-color: #bd3d4d;
    text-shadow: 0 0 0 #616161;
    text-indent: 0 !important;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .rub-ramka {
        text-align: justify !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.rub-ramka {
    margin-top: 22px;
    margin-bottom: 18px;
    background: rgba(189, 61, 77, 0.04) none repeat scroll 0% 0%;
    padding: 12px 15px ! important;
    color: rgb(37, 37, 37);
    font-size: 20px;
    border: 2px solid rgb(189, 61, 77);
    border-radius: 4px;
    text-shadow: 0.1px 0.3px 0px rgb(0, 0, 0);
    text-indent: 0px ! important;
    text-align: left;
    line-height: 26px;
}

.order_block {
    display: none;
    text-align: center ! important;
}

.order_block img {
    width: 100%;
    max-width: 250px;
}

.order_block h3 {
    background: transparent none repeat scroll 0px 0px;
}

.spin-result-wrapper {
    display: none;
    padding: 0px 10px;
    box-sizing: border-box;
    width: 100%;
    top: 0px;
    z-index: 999;
    left: 0px;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 40%;
    margin: 0px auto;
    background: rgb(255, 255, 255) none repeat scroll 0px 0px;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../fonts/cross.svg");
    background-size: 100% auto;
    top: -40px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(255, 255, 255);
    right: -40px;
    cursor: pointer;
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px;
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 30px;
    text-align: center ! important;
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none ! important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: rgb(113, 195, 65);
    color: rgb(255, 255, 255) ! important;
    border: medium none;
    cursor: pointer;
    outline: medium none;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 40%;
    margin: 0px auto;
    background: rgb(255, 255, 255) none repeat scroll 0px 0px;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background-color: rgb(113, 195, 65);
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.pop-up-button:hover {
    color: rgb(255, 255, 255) ! important;
    text-decoration: none ! important;
}

@media all and (max-width: 520px) {
    .close-popup {
        right: 0px;
    }
}

.form {
    background-color: rgb(255, 255, 255);
    height: auto;
}

.form__bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 3px 3px;
}

.form__name__field, .form__tel__field, .form__country__field {
    padding-left: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 50px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 32px;
    border: 1px solid rgb(234, 233, 233);
    background-color: rgb(244, 244, 244);
    width: 300px;
    max-width: 90%;
    outline: 0px none;
    font-size: 16px;
    font-weight: 400;
    color: rgb(102, 102, 102);
    line-height: 18px;
    appearance: none;
    -webkit-appearance: none; 
    box-sizing: border-box;
}
.form__country {
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.form__name {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.form__name::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 23px;
    background-image: url("../fonts/user-icon.svg");
    background-repeat: no-repeat;
    top: 18px;
    left: -20px;
}

.form__tel {
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.form__tel::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 24px;
    background-image: url("../fonts/telefon-icon.svg");
    background-repeat: no-repeat;
    top: 20px;
    left: -20px;
}

#boxesContainer {
    max-width: 700px;
    margin: 0px auto;
    width: 100%;
}

figure {
    display: block;
}

.order_block {
    display: none;
    text-align: center ! important;
}

.order_block h3 {
    font: bold 18px Arial ! important;
    background: transparent none repeat scroll 0px 0px;
}

.spin-result-wrapper {
    display: none;
    padding: 0px 10px;
    box-sizing: border-box;
    width: 100%;
    top: 0px;
    z-index: 999;
    left: 0px;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 20%;
    margin: 0px auto;
    background: rgb(255, 255, 255) none repeat scroll 0px 0px;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../fonts/cross.svg");
    background-size: 100% auto;
    top: -40px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(255, 255, 255);
    right: -40px;
    cursor: pointer;
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px;
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 30px;
    text-align: center ! important;
}

.pop-up-button {
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none ! important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: rgb(113, 195, 65);
    color: rgb(255, 255, 255) ! important;
    border: medium none;
    cursor: pointer;
    outline: medium none;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px auto;
    background: rgb(255, 255, 255) none repeat scroll 0px 0px;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background-color: rgb(113, 195, 65);
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px);
    }
    30% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.pop-up-button:hover {
    color: rgb(255, 255, 255) ! important;
    text-decoration: none ! important;
}

@media all and (max-width: 520px) {
    .close-popup {
        right: 0px;
    }

    .footer {
        margin-left: 0px;
        text-align: center;
    }
}

.sweet-alert, .sweet-overlay {
    position: fixed;
    display: none;
}

.instructions {
    text-align: center;
}

.boxes, .boxes img {
    width: 100%;
}

.instructions {
    padding: 8px;
    background-color: rgb(35, 47, 62);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}

.boxes {
    margin: 10px 0px;
}

.boxes > div {
    position: relative;
    display: inline-block;
    width: 32.5%;
    height: 50%;
    transition-duration: 0.2s;
    cursor: pointer;
}

.boxes > div:hover {
    transform: scale(1.1, 1.1);
}

.instructions table {
    width: 100%;
}

.instructions td:first-child {
    padding-right: 10px;
    width: 10px;
    text-align: left;
}

.instructions td:last-child {
    padding-left: 10px;
    width: 10px;
    text-align: right;
}

@media (max-width: 479px) {
    .boxes > div {
        width: 32%;
    }
}

@media (max-width: 319px) {
    .boxes > div {
        width: 48%;
    }
}

.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 10000;
}

.sweet-alert {
    background-color: rgb(255, 255, 255);
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    left: 50%;
    top: 35%;
    margin-left: -256px;
    margin-top: -150px;
    overflow: hidden;
    z-index: 99999;
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0px;
        margin-right: 0px;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert p {
    color: rgb(121, 121, 121);
    font-size: 22px;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
}

.sweet-alert button {
    background-color: rgb(232, 66, 66);
    color: rgb(255, 255, 255);
    border: medium none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0px;
    cursor: pointer;
}

.sweet-alert button:focus {
    outline: 0px none;
    box-shadow: 0px 0px 2px rgba(128, 179, 235, 0.5), 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
}

.sweet-alert button:hover {
    background-color: rgb(126, 207, 244);
}

.sweet-alert button:active {
    background-color: rgb(93, 194, 241);
}

.sweet-alert button::-moz-focus-inner {
    border: 0px none;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0px;
    position: relative;
    box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-success {
    border-color: rgb(165, 220, 134);
}

.sweet-alert .sa-icon.sa-success::after, .sweet-alert .sa-icon.sa-success::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 120px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.sweet-alert .sa-icon.sa-success::before {
    border-radius: 120px 0px 0px 120px;
    top: -7px;
    left: -33px;
    transform: rotate(-45deg);
    transform-origin: 60px 60px 0px;
}

.sweet-alert .sa-icon.sa-success::after {
    border-radius: 0px 120px 120px 0px;
    top: -11px;
    left: 30px;
    transform: rotate(-45deg);
    transform-origin: 0px 60px 0px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: rgb(165, 220, 134);
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
}

.la-ball-fall {
    font-size: 0px;
    color: rgb(255, 255, 255);
    width: 54px;
    height: 18px;
}

@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0px, 0px, 0px);
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0px, -30px, 0px);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0px, -15px, 0px);
    }
    90% {
        transform: translate3d(0px, -4px, 0px);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom 0px;
}

@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

.la-ball-fall {
    display: block;
}

.opentry {
    display: none;
}

.order_block {
    display: none;
}

.boxtext {
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgb(255, 0, 0);
    font-size: 25px;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

@media screen and (max-width: 800px) {
    .boxtext {
        font-size: 23px;
    }
}

@media screen and (max-width: 600px) {
    .boxtext {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .boxtext {
        font-size: 16px;
    }
}

#countdown {
    text-align: center;
}

#countdown li {
    color: red;
}

#countdown li, #countdown-modal li {
    color: red;
}

.centerr {
    text-align: center;
}

.popupBox {
    height: 2673px;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
    max-width: 100%;
}

.windowPopupBox {
    position: absolute;
    width: 700px;
    height: auto;
    top: 20px;
    left: 50%;
    margin-left: -350px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: 0px 0px 120px rgb(0, 0, 0);
    padding: 15px 15px 35px;
    max-width: 100%;
}

.close {
    position: relative;
    top: -5px;
    right: 2px;
    font-size: 35px;
    cursor: pointer;
    color: rgb(112, 112, 112);
    transition: all 0.2s ease 0s;
}

.close:hover {
    color: rgb(0, 0, 0);
    transition: all 0.2s ease 0s;
}

.buttonPopupBox {
    margin: 0px;
    transition: all 0.2s ease 0s;
    background: rgb(131, 207, 107) none repeat scroll 0% 0%;
    padding: 15px 30px 30px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 20px;
    text-shadow: 1px 1px 2px black, 0px 0px 0.7em rgb(0, 0, 0);
    text-transform: uppercase;
    text-decoration: none;
    max-width: 100%;
}

.buttonPopupBox:hover {
    transition: all 0.2s ease 0s;
    background: rgb(72, 179, 235) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.headerPopupBox {
    margin: 0px;
    color: rgb(53, 53, 53);
    font-size: 20px;
}

.imgPopupBox {
    margin: 0px 0px 30px;
    height: 250px;
    width: auto;
}

.timeTo {
    font-size: 28px ! important;
    line-height: 108%;
    font-weight: bold;
    height: 32px;
}

.timeTo div ul li {
    font-size: 28px ! important;
}

.timeTo span {
    vertical-align: top;
}

.timeTo.timeTo-white div {
    color: black;
    background: transparent linear-gradient(to bottom, rgb(255, 255, 255) 38%, rgb(204, 204, 204) 100%) repeat scroll 0% 0%;
}

.timeTo.timeTo-black div {
    color: white;
    background: transparent linear-gradient(to bottom, rgb(69, 72, 77) 0%, rgb(0, 0, 0) 100%) repeat scroll 0% 0%;
}

.timeTo.timeTo-black .timeTo-alert {
    background: transparent linear-gradient(to bottom, rgb(167, 68, 68) 0%, rgb(63, 0, 0) 67%) repeat scroll 0% 0%;
}

.timeTo.timeTo-white .timeTo-alert {
    background: transparent linear-gradient(to bottom, rgb(255, 255, 255) 35%, rgb(225, 115, 115) 100%) repeat scroll 0% 0%;
}

.timeTo figure {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.timeTo figcaption {
    text-align: center;
    line-height: 80%;
    font-weight: normal;
    color: rgb(136, 136, 136);
}

.timeTo div {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 30px;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    overflow: hidden;
}

.timeTo div.first {
    border-left: 1px solid silver;
}

.timeTo ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 3px;
    line-height: 1 ! important;
}

.timeTo ul li {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
}

.inL_596855 {
    text-align: center;
}

.inL_349602 {
    text-align: center;
}

.inL_606947 {
    text-align: center;
}

.inL_777738 {
    text-align: center;
}

.inL_144481 {
    text-align: center;
}

.inL_56188 {
    text-align: center;
}

.inL_581526 {
    text-align: center;
}

.inL_976163 {
    text-align: center;
}

.inL_590030 {
    text-align: center;
}

.inL_269486 {
    text-align: center;
}

.inL_891368 {
    text-align: center;
}

.inL_842149 {
    text-align: center;
}

.inL_96099 {
    text-align: center;
}

.inL_359926 {
    text-align: center;
}

.inL_650286 {
    text-align: center;
}

.inL_972248 {
    list-style-type: decimal;
    padding-left: 45px;
}

.inL_199456 {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
    display: block
}

.inL_186268 {
    opacity: 1.03;
    display: none;
}

.inL_397356 {
    display: inline-block;
    box-shadow: 0px 0px 2px rgba(140, 212, 245, 0.8), 0px 0px 0px 1px rgba(0, 0, 0, 0.047) inset;
    background-color: rgb(255, 164, 0);
}

.inL_631484 {
    padding-top: 15px;
    text-align: center;
    margin: -50px 0px;
    font-size: 17px;
}

.inL_519353 {
    margin-top: 65px;
}

.inL_524364 {
    cursor: pointer;
    background: red none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 20px;
    border: 0px none;
    margin: 15px auto;
}

.inL_898336 {
    font-size: 12px;
    margin-top: -15px;
}

.inL_225721 {
    text-align: center ! important;
}

.inL_292215 {
    text-align: center;
}

.inL_357694 {
    height: 14374px;
    display: none;
}

.inL_533716 {
    margin: 0px;
    font-size: 14px;
    color: rgb(53, 53, 53);
}
.themes {
    padding-bottom: 0!important;
}
.content_text {
    padding-bottom: 5px!important;
}
.content_text__bg {
    padding-bottom: 0!important;
}

.SimpleBlock-h3 {
    margin-top: 15px;
}
@media (max-width: 770px) {
    .header__logo .logo {
        width: 0;
    }
    .header__logo {
        margin: 0 auto;
    }
    .header__logo {
        border-right:none;
    }

    .form{
        padding: 20px 27px
    }
}


.pg {
    font: 18px/24px "Open Sans", sans-serif;
}