.nowrap {
    white-space: nowrap
}

.graf {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.legend {
    width: 50%;
    margin: 0;
    padding-left: 0;
    list-style: none
}

.legend__item {
    margin-bottom: 7px;
    padding-left: 30px;
    line-height: 1.1 !important;
    position: relative
}

.legend__item:last-child {
    margin-bottom: 0
}

.legend__item::before {
    padding: 0 !important;
    content: "" !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 20px !important;
    background: #793533 !important;
    position: absolute !important;
    margin: 0 !important;
    top: 0 !important;
    left: 0
}

.legend__item:nth-child(2)::before {
    background: #a04447 !important
}

.legend__item:nth-child(3)::before {
    background: #bc5d53 !important
}

.legend__item:nth-child(4)::before {
    background: #5d5d5d !important
}

.legend__item:nth-child(5)::before {
    background: #8f8f8f !important
}

.legend__item:nth-child(6)::before {
    background: #b4b1b2 !important
}

.legend__item:nth-child(7)::before {
    background: #dfe2e8 !important
}

.notes {
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
    font-size: 12px;
    color: #999
}

.notes li {
    margin-bottom: 5px
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    background-color: #fff;
    margin: 0
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    font-family: Arial
}

.blog_cat_tag {
    float: left;
    background: #c5a87b;
    padding: 8px 14px;
    margin-right: 15px;
    color: #fff;
    margin-bottom: 10px
}

.blog_cat_tag:hover {
    background: #272727
}

#cont .blog_cat_tag a {
    color: #fff;
    font: 16px Arial
}

.blog_cat_tag span {
    font: 15px Arial
}

.clear {
    clear: both
}

.blog_content_article_bg {
    margin: 0 auto 0;
    width: 98%;
    max-width: 1280px
}

.blog_content_article {
    position: relative;
    width: 70%;
    height: auto;
    min-height: 250px;
    padding: 20px 25px;
    float: left;
    background-color: #fff;
    box-sizing: border-box
}

.blog_sidebar {
    width: 29%;
    position: relative;
    padding: 0 1%;
    margin: 0;
    height: 100%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.blog_cat_list_sidebar {
    width: 98%;
    padding: 0 1%;
    margin: 0 0 15px 0
}

.blog_cat_name_sidebar {
    width: 100%;
    display: block;
    padding: 0 0 7px;
    font: 27px Arial;
    margin-bottom: 10px;
    color: #5b5b5b
}

.blog_cat_list_sidebar .blog_cat_tag {
    float: left;
    background: #c5a87b;
    padding: 6px 7px;
    margin-right: 8px;
    color: #fff;
    margin-bottom: 10px
}

.blog_cat_list_sidebar .blog_cat_tag:hover {
    background: #272727
}

#cont .blog_cat_tag a {
    color: #fff;
    font: 15px Arial
}

.blog_cat_list_sidebar .blog_cat_tag span {
    font: 15px Arial
}

.blog_popular_article {
    width: 98%;
    padding: 0 1%;
    margin: 0 0 40px 0
}

.blog_popular {
    width: 100%;
    display: block;
    padding: 0 0 7px;
    font: 27px Arial;
    margin-bottom: 20px;
    color: #5b5b5b
}

.popular_item {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.popular_item:nth-child(n+2) {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5
}

.popular-image {
    float: left;
    position: relative;
    overflow: hidden
}

.popular-tittle {
    padding-left: 20px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

#cont .popular-tittle a {
    color: #333;
    line-height: 1.3 !important;
    text-decoration: none;
    font-size: 16px
}

#cont .popular-tittle a:hover {
    color: #bc9b70;
    text-decoration: none
}

.blog_lates_article {
    width: 98%;
    padding: 0 1%;
    margin: 0 0 15px 0
}

.blog_lates {
    width: 100%;
    display: block;
    padding: 0 0 7px;
    font: 27px Arial;
    margin-bottom: 20px;
    color: #5b5b5b
}

.lates_item {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.lates_item:nth-child(n+2) {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5
}

.lates-image {
    float: left;
    padding-right: 20px
}

.lates-tittle {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

#cont .lates-tittle a {
    color: #333;
    line-height: 1.3 !important;
    font-size: 16px;
    text-decoration: none
}

#cont .lates-tittle a:hover {
    color: #bc9b70;
    text-decoration: none
}

@media screen and (max-width:1200px) {

    .blog_cat_name_sidebar,
    .blog_lates,
    .blog_popular {
        font: 24px Arial
    }

    .blog_content_article {
        width: 100%;
        float: none;
        padding: 15px
    }

    .blog_sidebar {
        display: none
    }
}

@media screen and (max-width:700px) {
    #cont .blog_article p img {
        float: none !important;
        margin: 10px auto !important;
        display: block
    }
}

@media screen and (max-width:500px) {

    .blog_cat_name_sidebar,
    .blog_lates,
    .blog_popular {
        font: 22px Arial
    }
}

#top_menu_bg_full {
    background: #111
}

.navbar {
    display: flex;
    max-width: 1280px;
    justify-content: space-between;
    align-items: center;
    padding: 15px 35px;
    margin: 0 auto
}

.nav__brand {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-decoration: none
}

.nav__list {
    display: flex;
    font-size: 15px;
    text-transform: uppercase;
    list-style: none;
    padding-left: 0
}

.nav__list-item {
    margin-right: 30px
}

.nav__list-item:last-child {
    margin-right: 0
}

.nav__list-item a {
    color: #fff;
    text-decoration: none;
    transition: color .2s ease
}

.nav__list-item a:hover {
    color: #bc9b70
}

#content_bg {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 0;
    background-color: #f9f9f9;
    font-family: Arial
}

.clear {
    clear: both
}

#cont {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    overflow: hidden;
    padding-top: 40px
}

#cont p {
    font: 18px Arial;
    color: #333;
    line-height: 1.5;
    text-align: justify
}

b {
    color: #333
}

#cont img {
    max-width: 100%;
    height: auto
}

#cont hr {
    width: auto;
    background-color: #002655
}

#cont .blog_content_article ol {
    list-style-type: none;
    counter-reset: item
}

#cont .frame {
    font-size: 16px;
    font-style: italic;
    border-left: 8px double #c5a87b;
    padding: 10px 20px
}

.frame--last {
    max-width: 565px;
    box-sizing: border-box;
    margin: 10px auto 0
}

#cont .blog_content_article li:before {
    background: #c5a87b;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    border-radius: 6px;
    margin-right: 7px;
    content: counter(item);
    counter-increment: item;
    padding: 1px 8px 1px 8px;
    font-weight: 700;
    position: relative;
    top: -2px
}

#cont .blog_content_article ol li {
    padding: 7px 0 7px 0;
    font: 18px Arial;
    color: #242424;
    line-height: 1.5 !important;
    text-align: left;
    margin-left: 3px
}

#cont .blog_content_article ul li:before {
    content: none;
    counter-increment: none
}

#cont .blog_content_article a {
    font: 18px Arial
}

#cont .blog_content_article a:link {
    color: #54a3e9
}

#cont .blog_content_article a:visited {
    color: #bc9b70
}

#cont .blog_content_article a:hover {
    color: #035d92;
    text-decoration: underline
}

#cont .blog_content_article a:active {
    color: #bc9b70;
    text-decoration: underline
}

.regions li:before {
    display: none !important
}

.regions li {
    list-style: disc
}

#cont h2,
#cont h3,
#cont h4,
#cont h5 {
    margin: 18px 0
}

#cont h2 {
    font: 31px Arial;
    color: #242424
}

#cont h3 {
    font: 27px Arial;
    color: #242424
}

#cont h4 {
    font: 25px Arial;
    color: #242424
}

#cont h5 {
    font: 23px Arial;
    color: #242424
}

h2 {
    font: 31px Arial;
    color: #242424
}

h3 {
    font: 27px Arial;
    color: #242424
}

h4 {
    font: 25px Arial;
    color: #242424
}

h5 {
    font: 23px Arial;
    color: #242424
}

@media screen and (max-width:1200px) {
    #cont {
        float: none;
        width: 96%;
        margin: 0 auto
    }
}

@media screen and (max-width:1100px) {
    #top_menu_bg_full {
        height: auto
    }
}

@media screen and (max-width:1000px) {
    .nav__brand {
        font-size: 28px;
    }

    .nav__list {
        font-size: 14px;
    }

    #cont h2,
    h2 {
        font: 21px Arial
    }

    #cont h3,
    h3 {
        font: 20px Arial
    }

    #cont h4,
    h4 {
        font: 19px Arial
    }

    #cont h5,
    h5 {
        font: 18px Arial
    }
}

@media screen and (max-width:500px) {
    #cont p {
        line-height: 1.4 !important
    }
}

.tag {
    display: flex;
    align-items: center
}

.tag__img {
    margin-right: 10px
}

.tag__list {
    height: 18px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    overflow: hidden
}

#cont .blog_content_article a.tag__list-link {
    font-size: 16px;
    text-decoration: none
}

#cont .blog_content_article a.tag__list-link:hover {
    text-decoration: underline
}

.tag__list-item {
    padding: 0 5px
}

@media (max-width:767px) {
    .order__wrapper {
        flex-direction: column
    }

    .nav__brand {
        font-size: 34px;
    }
}

.qoute {
    position: relative;
    border-top: 3px solid #c5a87b;
    border-bottom: 3px solid #c5a87b;
    padding: 15px 0
}

.qoute.warning {
    border-color: #dc143c;
    text-align: left;
}

.qoute p {
    width: 80%;
    margin: 0 auto;
    text-align: left !important;
    font-weight: 700;
    z-index: 1
}

.qoute img {
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    z-index: 0
}

.form {
    text-align: center
}

.form button {
    border-radius: 20px;
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #dc143c;
    color: #fff;
    height: 35px
}

.form button:hover {
    box-shadow: 2px 3px 5px rgba(220, 20, 60, .6)
}

@media screen and (max-width:479px) {
    .qoute p {
        padding-left: 15px
    }
}

ul li {
    line-height: 1 !important
}

body {
    overflow-x: hidden !important
}

.boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto
}

.boxes__instructions {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
    padding: 20px 10px;
    background-color: #232f3e;
    border-radius: 4px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 24px
}

.boxes__wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 800px
}

.boxes__wrapper>div {
    position: relative;
    display: flex;
    width: 32.5%;
    justify-content: center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer
}

.boxes__wrapper>div:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.boxes__discount img,
.try {
    width: 180px;
    height: 165px
}

@media screen and (max-width:600px) {

    .boxes__discount img,
    .try {
        height: 135px
    }
}

@media screen and (max-width:400px) {

    .boxes__discount img,
    .try {
        width: 130px;
        height: 115px
    }
}

@media screen and (max-width:340px) {

    .boxes__discount img,
    .try {
        width: 110px;
        height: 95px
    }
}

.boxes__discount {
    display: none
}

.show {
    display: flex;
    align-items: center
}

.sweet-alert,
.sweet-overlay {
    position: fixed;
    display: none
}

.sweet-alert,
.sweet-overlay {
    position: fixed;
    display: none
}

.sweet-overlay {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000
}

.sweet-alert {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    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: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 10px 0;
    padding: 0;
    line-height: 40px;
    display: block
}

.sweet-alert p {
    color: #797979;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert button {
    background-color: #e84242;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0;
    cursor: pointer
}

.sweet-alert button:focus {
    outline: 0;
    box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05)
}

.sweet-alert button:hover {
    background-color: #7ecff4
}

.sweet-alert button:active {
    background-color: #5dc2f1
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-success {
    border-color: #a5dc86
}

.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, .2);
    -webkit-border-radius: 40px;
    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: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #a5dc86;
    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;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@keyframes animateSuccessTip {

    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes rotatePlaceholder {

    0%,
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    100%,
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

.visible {
    display: block
}

input[value="Получить бесплатно"] {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s
}

input[value="Получить бесплатно"]:hover {
    background: #b00 !important;
    transition: background .3s
}

input[value="Получить бесплатно"]:active {
    transform: translateY(2px);
    box-shadow: none !important
}

.ruletka-p {
    text-indent: 0;
    color: #333;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px
}

.danger-text {
    color: red;
    font-weight: 700
}

.order_block {
    display: none;
    text-align: center !important;
    padding-top: 30px
}

.order_block h3 {
    font: bold 18px Arial !important;
    background: 0 0
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.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
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/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
}

@media (max-width:550px) {
    .close-popup {
        right: 0
    }
}

.pop-up-heading {
    margin-bottom: 10px;
    display: block;
    font-size: 40px
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium none;
    cursor: pointer;
    outline: medium none
}

.pop-up-window {
    position: relative;
    max-width: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear;
    box-sizing: border-box
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -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: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

@keyframes pop-up-appear {
    0% {
        transform: translate(-50%, -2000px)
    }

    30% {
        transform: translate(-50%, 100px)
    }

    100% {
        transform: translate(-50%, -50%)
    }
}

@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: #fff !important;
    text-decoration: none !important
}

.api-form1 * {
    padding: 0;
    margin: 0;
    font-family: sans-serif !important
}

.order__wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.price {
    display: flex;
    justify-content: space-around
}

.price__text {
    display: block;
    margin-bottom: 10px
}

.price__value {
    font-size: 18px
}

.price__old .price__value {
    text-decoration: line-through
}

.price__old .price__text {
    margin-bottom: 13px
}

.price__new .price__value {
    font-size: 22px;
    font-weight: 700;
    color: red
}

.api-form1 .submit:hover {
    background: #2e7d32
}

.api-form1 .submit {
    outline: 0 !important;
    max-width: 100% !important;
    font-style: normal !important;
    box-sizing: border-box !important;
    line-height: 1.3;
    position: static !important;
    height: auto !important;
    box-shadow: none !important;
    text-align: center !important;
    clear: both !important;
    font-weight: 700 !important;
    border: 0;
    background: #388e3c;
    color: #fff !important;
    font-size: 20px;
    text-decoration: none !important;
    padding: 15px 35px !important;
    border-radius: 35px !important;
    width: 100% !important;
    display: block !important;
    cursor: pointer !important;
    text-transform: none !important
}

.api-form1 :after,
.api-form1 :before {
    content: none
}

.api-form1 .footnote1 {
    line-height: 15px !important;
    text-indent: 0 !important;
    font-size: 10px !important;
    margin: 10px 0 0 !important;
    text-align: center !important;
    padding: 0 !important;
    color: #888 !important
}

.api-form1 .text {
    border: none !important;
    text-align: center !important;
    color: #333 !important;
    padding: 0 !important;
    font-size: 18px !important;
    width: 100% !important;
    float: none !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    margin: 0 0 10px !important
}

.api-form1 form {
    max-width: 250px;
    padding: 0 !important;
    background: 0 0 !important;
    margin: 15px auto 0 !important
}

.api-form1 .form-body .text .offer-name {
    color: #ca2d2d !important;
    font-weight: 700 !important
}

.api-form1 {
    background: #fff !important;
    box-sizing: border-box !important;
    max-width: 370px;
    position: relative !important;
    text-align: center !important;
    border: 2.5px dashed #ddd !important;
    border-radius: 2.5px !important;
    padding: 30px !important
}

.api-form1 .deadline1 {
    font-size: 10px !important;
    color: #222 !important;
    text-align: center !important;
    margin-bottom: 10px
}

.api-form1 .name,
.api-form1 .name:invalid,
.api-form1 .phone,
.api-form1 .phone:invalid {
    font-style: normal;
    transition: .25s !important;
    line-height: 20px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    background: 0 0;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    background: #f2f2f2;
    outline: 0 !important;
    box-sizing: border-box !important;
    border: 2.5px solid #ddd !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin: 0 0 15px !important
}

.api-form1 .phone:focus,
.api-form1.name:focus {
    border: 2.5px solid #aaa !important
}

.api-form1 {
    padding: 15px !important
}

.api-form1 .submit {
    font-size: 16px !important;
    padding: 15px 5px !important
}

.form-header1 .form-header1 {
    text-align: center !important
}

.api-form1 .cta-form1 {
    margin: 0 !important
}

.product-image1 {
    position: relative !important;
    margin: 0 auto !important;
    background: #fff !important;
    text-align: center !important;
    max-width: 210px
}

.form-header1 {
    margin-right: 30px
}

@media (max-width:767px) {
    .nav__list {
        display: none
    }

    .navbar {
        justify-content: center
    }

    .form-header1 {
        margin-right: 0;
        margin-bottom: 15px
    }

    #cont .frame {
        padding: 10px
    }

    #cont p {
        text-align: left
    }
}

.product-image1 img {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    padding-top: 15px !important;
    z-index: 0 !important;
    position: static !important
}

.product-banner-text1 {
    font-size: 12px !important
}

.product-banner1 {
    width: 117px !important;
    height: 117px !important
}

.product-banner1 {
    display: table !important;
    width: 117px !important;
    height: 117px !important;
    line-height: 25px !important;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    background: url(../images/product-banner.png) no-repeat center !important;
    background-size: 100% !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    text-decoration: none !important
}

.product-banner-text1 {
    text-align: center !important;
    margin: 0 !important;
    font-weight: 700 !important;
    color: #f2f2f2 !important;
    display: table-cell !important;
    font-size: 20px !important;
    vertical-align: middle !important;
    position: relative
}

.product-banner-text1:after {
    position: relative;
    top: -5px;
    left: -2.5px
}

.product-banner-text1 {
    padding-top: 12px;
    font-size: 17px !important
}

.api-form1 .phone:invalid {
    text-align: center !important;
    max-width: 445px;
    margin: 15px auto
}

@media screen and (max-width:540px) {
    #cont p {
        text-align: left
    }
}

.ruletka-p.pop-up-text .danger-text {
    margin: 3px 0 15px !important;
    font-size: 34px !important
}

.api-form1 .deadline1 {
    font-size: 15px !important
}

.api-form1 .time_remains {
    display: inline-block;
    margin-top: 4px !important
}

@media screen and (max-width:480px) {
    #cont .blog_content_article ol {
        padding-left: 0
    }

    .regions {
        padding-left: 20px !important
    }

    .pop-up-heading {
        display: block;
        font-size: 35px;
        margin-bottom: 5px
    }

    .ruletka-p.pop-up-text .danger-text {
        display: block;
        margin: 5px 0 20px !important;
        font-size: 32px !important;
        line-height: 1.1
    }
}

.mycity {
    margin-left: 6px;
    text-transform: uppercase;
    font-size: 10px;
    padding: 2px 5px;
    background: #f5fbfb;
    color: #444;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 2px;
    border: 1px solid #989898;
    vertical-align: middle
}

.vk-container {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333;
    text-decoration: none
}

.vk-header {
    background: #dae2e8 none repeat scroll 0 0;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 130%;
    color: #45688e;
    font-weight: 700
}

.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px
}

.vk-comment-load:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.vk-avatar img {
    float: left;
    margin-right: 10px;
    border-radius: 1.575em
}

.vk-comment-name {
    color: #54a3e9;
    font-weight: 700;
    font-size: 18px;
    margin-left: 67px
}

.vk-comment-text {
    margin-left: 67px
}

.vk-comment-date {
    margin-left: 67px;
    color: #999
}

#cont .blog_content_article .ord_button {
    width: 100%;
    background-color: #fc0a10;
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    font-size: 23px;
    box-shadow: 2px 3px 8px #999;
    text-decoration: none !important;
    border-radius: 8px;
    border: 3px solid #fff;
    cursor: pointer;
    line-height: 27px;
    text-transform: uppercase;
    transition: all .3s ease-in 0s;
    box-sizing: border-box
}

#cont .blog_content_article .ord_button:hover {
    background-color: #772133;
    box-shadow: 2px 3px 3px #999
}

.msg>h2 {
    color: #333;
    text-align: left;
    font-size: 18px;
    margin-left: 40px;
    margin-bottom: 30px;
    margin-top: -10px
}

a:active,
a:focus {
    outline: 0
}

input {
    outline: 0
}

input:active {
    outline: 0
}

button:active,
button:focus {
    outline: 0 !important
}

button::-moz-focus-inner {
    border: 0 !important
}

.vk-comment-text p {
    margin: 8px 0
}

@media screen and (max-width:402px) {
    .mycity {
        display: table;
        margin-top: 5px
    }
}

@media screen and (max-width:362px) {
    .product-banner1 {
        width: 100px !important;
        height: 100px !important;
    }

    .product-banner-text1 {
        font-size: 16px !important;
    }
}

.cntr {
    text-align: center
}

.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .7) none repeat scroll 0 0;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.msg {
    box-sizing: border-box;
    max-width: 781px;
    text-align: center;
    width: 94%;
    background: #3c72b5;
    background: -moz-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, #3c72b5), color-stop(100%, #7b9fcc));
    background: -webkit-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
    background: -o-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
    background: -ms-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
    background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%);
    border: 5px solid #ddd;
    padding: 0 2%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.msg>p.comeback-title {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-top: 9px;
    display: block;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin: 0
}

.comeback-close {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 30px;
    cursor: pointer;
    color: #b22222;
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    box-shadow: 0 0 9px 0 #000;
    background: url(../images/cross.svg) no-repeat center/contain
}

.comeback-content {
    padding-top: 15px
}

.comeback-img {
    display: inline-block;
    width: 30%
}

.comeback-img img {
    max-width: 160px
}

.comeback-text {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    font-size: 20px;
    padding-bottom: 5px;
    width: 65%;
    float: right;
    margin-left: 5%;
    margin-top: 15px
}

.comeback-text span {
    border-radius: 3px;
    color: #5b5f65;
    background: #fff;
    font-weight: 600;
    line-height: 34px;
    padding: 1px 4px 1px 4px
}

.comeback-btn {
    display: inline-block;
    max-width: 334px;
    max-height: 56px;
    margin: 33px auto;
    font-size: 23px;
    line-height: 1.2;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 700;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
    padding: 15px 15px !important;
    margin-top: 0
}

@media (max-width:737px) {
    .comeback-content {
        min-height: 100%;
        padding-top: 0
    }

    .comeback-img {
        display: none
    }

    .comeback-text {
        float: none;
        width: 92%;
        margin: 15px auto 0 auto;
        font-size: 18px;
        text-align: center
    }

    .msg {
        width: 304px;
        margin: 0 auto;
        padding-bottom: 30px;
        text-align: center
    }

    .msg>p.comeback-title {
        padding-top: 50px;
        font-size: 18px
    }

    .comeback-btn {
        font-size: 16px;
        margin: 0 auto
    }
}

.try {
    background-image: url(../images/closed_box.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 180px;
    height: 180px !important
}

.opened {
    background-image: url(../images/opened_box2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 180px;
    height: 180px
}

@media (max-width:480px) {
    .boxes__wrapper {
        width: 380px
    }

    .opened,
    .try {
        height: 115px !important
    }
}

@media (max-width:420px) {

    .webp .opened,
    .webp .try {
        height: 125px !important
    }

    .api-form1 .submit {
        font-size: 18px !important;
        padding: 15px 10px !important
    }
}

@media (max-width:360px) {
    .webp .opened,
    .webp .try {
        height: 110px !important
    }

    .boxes__wrapper {
        width: 310px;
    }
}

@media (max-width:320px) {

    .webp .opened,
    .webp .try {
        height: 100px !important
    }
}

.inL_108236 {
    text-align: center
}

.inL_253305 {
    color: red;
    font-weight: 700
}

.inL_302231 {
    color: #8b0000
}

.inL_824892 {
    width: calc(50% - 15px);
    margin-right: 15px
}

.inL_284096 {
    color: #8b0000
}

.inL_489958 {
    width: 640px !important;
    max-width: 100%
}

.inL_43670 {
    color: #8b0000
}

.inL_962590 {
    text-decoration: none
}

.inL_747902 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_697861 {
    text-decoration: none
}

.inL_68887 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_842543 {
    text-decoration: none
}

.inL_901724 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_193141 {
    text-decoration: none
}

.inL_537100 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_301397 {
    text-decoration: none
}

.inL_895615 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_155410 {
    text-decoration: none
}

.inL_595117 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_89097 {
    text-decoration: none
}

.inL_56457 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_14553 {
    color: #8b0000
}

.inL_61165 {
    text-decoration: none
}

.inL_747730 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_470599 {
    color: #8b0000
}

.inL_170568 {
    text-decoration: none
}

.inL_64605 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_106537 {
    color: #8b0000
}

.inL_478284 {
    text-decoration: none
}

.inL_61083 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_516338 {
    text-decoration: none
}

.inL_354323 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_669788 {
    text-decoration: none
}

.inL_673147 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_903577 {
    text-decoration: none
}

.inL_400536 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_121299 {
    color: #8b0000
}

.inL_743976 {
    text-decoration: none
}

.inL_163661 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_980356 {
    text-decoration: none
}

.inL_486895 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_628884 {
    color: #8b0000
}

.inL_184779 {
    text-decoration: none
}

.inL_294478 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.nav {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: absolute;
    top: -28px;
    left: 25px
}

.nav__item {
    position: relative;
    padding-left: 40px
}

.nav__item:first-child {
    padding-left: 0
}

#cont .blog_content_article .nav__item:not(:first-child):before {
    content: '→';
    font-size: 20px;
    color: #333;
    background: 0 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-56%)
}

#cont .blog_content_article .nav__item a {
    font-size: 16px;
    color: #333;
    text-decoration: none
}

#cont .blog_content_article .nav__item a:hover {
    text-decoration: underline
}

.inL_513827 {
    text-decoration: none
}

.inL_284634 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_179857 {
    color: #8b0000
}

.inL_227641 {
    text-decoration: none
}

.inL_108676 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_167108 {
    text-decoration: none
}

.inL_906658 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_959314 {
    color: #8b0000
}

.inL_85490 {
    text-decoration: none
}

.inL_826651 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_624225 {
    color: #8b0000
}

.inL_388271 {
    text-decoration: none
}

.inL_939413 {
    font-weight: 700;
    font-family: Arial, Helvetica
}

.inL_262844 {
    text-align: center
}

.inL_903078 {
    margin: 0 0 5px !important;
    font-size: 18px !important
}

.inL_487727 {
    margin: -7px 0 18px 0
}

.inL_474037 {
    float: none
}

.inL_59789 {
    text-decoration: none
}

.inL_345953 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_366746 {
    text-decoration: none
}

.inL_177832 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_685490 {
    text-decoration: none
}

.inL_977598 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

footer {
    text-align: center;
    padding: 25px
}

.inL_258660 {
    text-decoration: none
}

.inL_562650 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_724738 {
    text-decoration: none
}

.inL_850447 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_987415 {
    text-decoration: none
}

.inL_330833 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_491700 {
    text-decoration: none
}

.inL_799676 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_866855 {
    text-decoration: none
}

.inL_477031 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_443189 {
    text-decoration: none
}

.inL_734601 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_693075 {
    text-decoration: none
}

.inL_888183 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_421645 {
    text-decoration: none
}

.inL_105465 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_828433 {
    text-decoration: none
}

.inL_47564 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_944671 {
    text-decoration: none
}

.inL_939870 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_875041 {
    text-decoration: none
}

.inL_964603 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_141344 {
    text-decoration: none
}

.inL_942995 {
    cursor: pointer;
    color: #54a3e9;
    line-height: 25px
}

.inL_54947 {
    max-width: 270px;
    margin: 0 auto;
    text-align: center
}

.inL_711550 {
    width: 100%;
    max-width: 150px
}

.inL_283808 {
    width: 100%;
    max-width: 150px
}

.inL_725363 {
    width: 100%;
    max-width: 150px
}

.inL_115285 {
    width: 100%;
    max-width: 150px
}

.inL_200339 {
    width: 100%;
    max-width: 150px
}

.inL_225807 {
    width: 100%;
    max-width: 150px
}

.inL_158509 {
    height: 100%;
    display: none
}

.inL_296475 {
    margin: 0
}

.inL_218069 {
    text-decoration: none;
    color: #fff
}

input::-ms-clear {
    display: none
}

.ev-answer--hidden {
    display: none
}

.ev-answer__avatar {
    width: 50px;
    height: 50px
}

.ev-answer__img {
    display: block;
    max-width: 300px !important;
    width: 100%;
    margin-bottom: 5px
}

.ev-answer__comment,
.ev-answer__name,
.ev-answer__town {
    word-break: break-all
}

.ev-answer__comment {
    display: block;
    width: 100%
}

.ev-feedback {
    background: #f2f3f7;
    border: none;
    border-radius: 8px
}

#cont .ev-feedback__title {
    color: #333;
    margin-top: 0
}

.ev-feedback__field {
    color: #333;
    border: 1px solid #ececed;
    border-radius: 8px
}

.ev-feedback__field:focus {
    border-color: #54a3e9
}

.ev-feedback__field--comment::-webkit-scrollbar {
    width: 5px;
    background: 0 0
}

.ev-feedback__field--comment::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #54a3e9;
    opacity: .5
}

.ev-feedback__comment {
    border-radius: 15px
}

.ev-feedback__file {
    color: #54a3e9;
    border: 1px solid #54a3e9;
    border-radius: 8px
}

.ev-feedback__file:hover {
    color: #fff;
    background: #54a3e9
}

.ev-feedback__profile--error .ev-feedback__field {
    border-color: red
}

.ev-feedback__profile--error .ev-feedback__field:focus {
    border-color: red
}

.ev-feedback__file--loaded {
    color: #fff;
    background: #fff linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02) 0 0;
    border-color: #57cf02
}

.ev-feedback__file--loaded:hover {
    color: #fff;
    background: #57cf02
}

.ev-feedback__file--error {
    background: #fff linear-gradient(to left, transparent, transparent 50%, red 50%, red) 0 0;
    color: #fff;
    border-color: red
}

.ev-feedback__file--error:hover {
    color: #fff;
    background: red;
    border-color: red
}

.ev-feedback__btn {
    color: #fff;
    border: none;
    border-radius: 8px;
    background: #54a3e9
}

.ev-feedback__btn:hover {
    background: #34909b
}

.ev-modal {
    background: rgba(0, 0, 0, .5)
}

.ev-modal__wrapper {
    background: #fff;
    border-radius: 8px
}

.ev-modal__close::after,
.ev-modal__close::before {
    background: #474646
}

.ev-modal__close:hover::after,
.ev-modal__close:hover::before {
    background-color: #54a3e9
}

.ev-modal__subtitle,
.ev-modal__title {
    color: #333
}

.ev-modal__btn {
    color: #fff;
    background: #54a3e9;
    border: none;
    border-radius: 5px
}

.ev-modal__btn:hover {
    background: #34909b
}

@keyframes fileLoaded {
    0% {
        background: #fff linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02) 100% 0;
        background-size: 200% 100%
    }

    100% {
        background-position: 0 0;
        color: #fff
    }
}

@keyframes fileError {
    0% {
        background: #fff linear-gradient(to left, transparent, transparent 50%, red 50%, red) 100% 0;
        background-size: 200% 100%
    }

    100% {
        background-position: 0 0;
        color: #fff
    }
}

.ev-feedback {
    max-width: 550px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin: 20px auto
}

.show-form {
    display: flex;
}

.ev-feedback__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0
}

.ev-feedback__section {
    display: flex;
    width: 100%
}

.ev-feedback__section--data {
    margin-bottom: 15px
}

.ev-feedback__section--files {
    margin-bottom: 30px
}

.ev-feedback__profile {
    position: relative;
    width: calc(100% / 3)
}

.ev-feedback__profile:not(:last-of-type) {
    margin: 0 15px 0 0
}

.ev-feedback__comment {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0
}

.ev-feedback__field {
    display: block;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    resize: none;
    transition: all .25s ease-in-out;
    width: 100%;
    padding: 10px;
    box-sizing: border-box
}

.ev-feedback__field--comment {
    min-height: 80px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
    border-radius: 8px
}

.ev-feedback__file {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    width: 50%;
    padding: 10px;
    transition: all .3s ease-in-out;
    box-sizing: border-box
}

.ev-feedback__file:not(:last-of-type) {
    margin-right: 15px
}

.ev-feedback__file--loaded {
    background-size: 200% 100%;
    animation: fileLoaded .5s ease-in
}

.ev-feedback__file--loaded:hover {
    transition: none
}

.ev-feedback__file--error {
    background-size: 200% 100%;
    animation: fileError .5s ease-in
}

.ev-feedback__file--error:hover {
    transition: none
}

.ev-feedback__label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}

.ev-feedback__chooser {
    display: none
}

.ev-feedback__btn {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    outline: 0;
    cursor: pointer;
    transition: all .3s ease-in;
    max-width: 100%;
    width: 200px;
    padding: 13px
}

.ev-feedback__section--two .ev-feedback__profile {
    width: 50%
}

.ev-feedback__section--one .ev-feedback__profile {
    width: 80%
}

.ev-feedback__section--one .ev-feedback__file {
    width: 80%
}

.ev-feedback__section--full .ev-feedback__file {
    width: 100%
}

.ev-feedback--structure .ev-feedback__title {
    order: -1
}

.ev-feedback--structure .ev-feedback__section {
    order: -1;
    margin-bottom: 15px
}

.ev-feedback--structure .ev-feedback__comment {
    margin-bottom: 30px
}

.ev-modal {
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.ev-modal--active {
    display: flex
}

.ev-modal__wrapper {
    position: relative;
    cursor: auto;
    padding: 40px 30px 30px;
    margin: 0 20px
}

.ev-modal__close {
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.ev-modal__close::after,
.ev-modal__close::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 2px;
    transition: background-color .3s ease-in-out
}

.ev-modal__close::before {
    transform-origin: left;
    transform: rotate(45deg);
    left: 2px
}

.ev-modal__close::after {
    transform-origin: right;
    transform: rotate(-45deg);
    right: 4px
}

.ev-modal__title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px
}

.ev-modal__subtitle {
    text-align: center;
    margin-bottom: 20px
}

.ev-modal__btn {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 130px;
    width: 100%;
    word-break: break-all;
    cursor: pointer;
    padding: 10px 15px;
    margin: 0 auto;
    transition: all .25s ease-in-out
}

@media (max-width:639px) {
    .nav {
        display: none
    }

    #cont {
        padding-top: 15px
    }

    .ev-feedback {
        padding: 20px
    }

    .ev-feedback__title {
        font-size: 21px
    }

    .ev-feedback__section--files,
    .ev-feedback__title {
        margin-bottom: 20px
    }

    .ev-feedback--structure .ev-feedback__comment {
        margin-bottom: 20px
    }

    .graf {
        flex-direction: column
    }

    .inL_824892 {
        width: auto;
        max-width: 400px;
        margin: 0 0 10px
    }

    .legend {
        width: auto
    }
}

@media (max-width:479px) {

    #cont .blog_content_article a,
    .vk-comment-name,
    .vk-container {
        font-size: 16px
    }

    #cont .blog_content_article .ord_button {
        font-size: 21px;
        padding: 10px 15px
    }

    .cntr__text {
        display: block;
        text-align: center
    }

    #cont .blog_content_article ol li,
    #cont p {
        font-size: 16px
    }

    .ev-feedback__section--data,
    .ev-feedback__section--files {
        flex-direction: column
    }

    .ev-feedback__section--data {
        margin-bottom: 10px
    }

    .ev-feedback__profile {
        width: 100%
    }

    .ev-feedback__profile:not(:last-of-type) {
        margin: 0 0 10px 0
    }

    .ev-feedback__file {
        width: 100%
    }

    .ev-feedback__file:not(:last-of-type) {
        margin: 0 0 10px 0
    }

    .ev-feedback__comment {
        margin-bottom: 10px
    }

    .ev-feedback__section--two .ev-feedback__profile:not(:last-of-type) {
        margin: 0 0 10px 0
    }

    .ev-feedback__section--two .ev-feedback__profile {
        width: 100%
    }

    .ev-feedback__section--one .ev-feedback__profile {
        width: 100%
    }

    .ev-feedback__section--one .ev-feedback__file {
        width: 100%
    }

    .ev-modal__wrapper {
        padding: 30px 20px 20px
    }

    #cont,
    .blog_content_article_bg {
        width: 100%
    }

    #cont {
        padding-top: 0
    }
}

.ev-input-error {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background: #fff;
    border: 1px solid #54a3e9;
    border-radius: 5px;
    padding: 5px
}

.ev-input-error::before {
    content: '';
    position: absolute;
    top: -7px;
    left: calc(50% - 7px);
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #54a3e9;
    border-right: 1px solid #54a3e9;
    transform: rotate(-45deg)
}

.ev-input-error--hidden {
    display: none
}

@-moz-document url-prefix() {
    .boxes__instructions {
        margin-bottom: 20px
    }
}

.ev-footer {
    padding: 0
}

.form__show {
    display: block;
    max-width: 180px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #6c6c6c;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: .3s background;
    background: #eaeaea;
}

.form__show:hover {
    background: #c3c2c2;
}

.footer__prod {
    margin-bottom: 10px;
}

img.comment__img {
    max-width: 225px !important;
    width: 100%;
    margin-top: 10px;
    display: block;
}

.footer__prod {
  width: 200px;
}
.inL_701175 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px!important;
}