@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* 1 */

.graf {
    width: 625px;
    display: block;
    margin: 0 auto 30px;
    border: 2px solid #ecf0f3;
}

.top_title {
    background: #ecf0f3;
    width: 100%;
    line-height: 30px;
    display: block;
}

.top_title span {
    padding-left: 20px;
    text-transform: uppercase;
    color: #861d17;
    font-weight: bold;
}

.top_title .normal {
    color: #000;
    font-weight: normal;
}

.graf_body {
    line-height: 30px;
    padding: 10px 20px;
}

.graf_item {
    margin: 10px 0;
}

.text_g {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 240px;
}

.strip_g {
    vertical-align: middle;
    display: inline-block;
    background: #ecf0f3;
    width: calc(100% - 245px);
    position: relative;
}

.strip_g span {
    position: relative;
    left: 300px;
}

.strip_g:before {
    content: '';
    height: 30px;
    width: 85%;
    background: #64a317;
    position: absolute;
}

.one .strip_g::before {
    content: '';
    height: 30px;
    width: 4.5%;
    background: #64a317;
    position: absolute;
}

.one .strip_g span {
    position: relative;
    left: 25px;
}

.two .strip_g::before {
    content: '';
    height: 30px;
    width: 1%;
    background: #64a317;
    position: absolute;
}

.two .strip_g span {
    position: relative;
    left: 10px;
}

.free .strip_g::before {
    content: '';
    height: 30px;
    width: 3%;
    background: #64a317;
    position: absolute;
}

.free .strip_g span {
    position: relative;
    left: 15px;
}

@media all and (max-width: 890px) {
    .graf {
        width: 288px;
    }

    .graf_body {
        padding: 2px;
    }

    .text_g {
        display: block;
        width: 100%;
    }

    .strip_g {
        display: block;
        width: 100%;
    }

    .strip_g span {
        left: 246px;
    }

    .top_title span {
        font-size: 13px;
    }
}

.stat_block {
    width: 550px;
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.stat_block img {
    width: 100%;
}

.stat_block span {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
}

.stat_block .other_text {
    top: 0;
    right: 9px;
    width: 226px;
}

.stat_block .age {
    bottom: 0%;
    left: 50%;
    transform: translate(-50%);
}

.stat_block .top1 {
    top: 0;
    left: 8%;
}

.stat_block .top2 {
    top: 19%;
    left: 20%;
}

.stat_block .top3 {
    top: 25%;
    left: 34%;
}

.stat_block .top4 {
    top: 31%;
    left: 47%;
}

.stat_block .top5 {
    top: 36%;
    right: 30%;
}

.stat_block .top6 {
    right: 17%;
    bottom: 49%;
}

.stat_block .top7 {
    right: 4%;
    top: 48%;
}

.stat_block .bottom1 {
    bottom: 6.5%;
    left: 9%;
}

.stat_block .bottom2 {
    bottom: 6.5%;
    left: 23%;
}

.stat_block .bottom3 {
    bottom: 6.5%;
    left: 36%;
}

.stat_block .bottom4 {
    bottom: 6.5%;
    left: 50%;
}

.stat_block .bottom5 {
    bottom: 6.5%;
    right: 34%;
}

.stat_block .bottom6 {
    bottom: 6.5%;
    right: 21%;
}

.stat_block .bottom7 {
    bottom: 6.5%;
    right: 7%;
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
strong,
b,
center,
ol,
ul,
li,
form,
label,
header {
    margin: 0;
    padding: 0;
    border: 0 none;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-feature-settings: inherit;
    font-language-override: inherit;
    -webkit-font-kerning: inherit;
    font-kerning: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ul {
    list-style: outside none none;
}

header {
    display: block;
}

.title,
.breadcrumbs {
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 530px) {

    .title,
    .breadcrumbs {
        padding-left: 12px;
        padding-right: 12px;
    }
}

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

a:hover {
    text-decoration: underline;
}

body {
    background: transparent repeat scroll 0% 0%;
    font-family:  'Open Sans', sans-serif;
}

@media (max-width: 530px) {
    body {
        position: relative;
    }
}

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

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

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

    .breadcrumbs {
        display: none;
    }
}

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

.main-content {
    background: transparent repeat scroll 0% 0%;
    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 rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    margin: 0 auto;
}

.content__inner {
    float: left;
}

.content__inner_wide {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(204, 204, 204);
}

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

.content {
    clear: both;
}

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

.header__inner {
    height: 64px;
    background: rgb(0, 149, 218) none repeat scroll 0% 0%;
    position: relative;
    z-index: 7;
}

@media (max-width: 530px) {
    .header__inner {
        height: 48px;
    }
}

.header__logo {
    width: 169px;
    height: 100%;
    position: relative;
    float: left;
}

.header__logo a {
    display: block;
    position: absolute;
    top: 13px;
    left: 20px;
    width: 167px;
    height: 51px;
    text-indent: -9000px;
}

.header__logo a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(19, 36, 52) url(../images/spcor2.jpg) no-repeat scroll center center / 100% auto;
    text-indent: -9000px;
}

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

@media (max-width: 530px) {
    .nav {
        display: none;
    }
}

.nav__inner {
    width: 9000px;
}

.nav li {
    display: block;
    float: left;
    height: 64px;
    margin-right: 1px;
    position: relative;
}

.nav li a {
    display: block;
    height: 100%;
    font: 16px/64px 'Open Sans', sans-serif;
    font-weight: 300;
    color: rgb(255, 255, 255);
    padding: 0 24px;
    text-decoration: none;
    transition: background 0.3s ease 0s;
}

.nav li a:hover {
    background: rgb(0, 165, 242) none repeat scroll 0% 0%;
}

.nav li {
    perspective: 1000px;
}

.nav li a {
    position: relative;
    background: rgb(0, 149, 218) none repeat scroll 0% 0%;
    transition: transform 0.3s ease 0s;
    transform-origin: 50%0 0px;
    transform-style: preserve-3d;
}

.nav li:first-child::after {
    display: block;
    content: " ";
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 26px;
}

.nav li a::before {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(9, 101, 160) none repeat scroll 0% 0%;
    content: attr(data-hover);
    transition: background 0.3s ease 0s;
    transform: rotateX(-90deg);
    transform-origin: 50%0 0px;
}

.nav li:hover a,
.nav li:focus a {
    transform: rotateX(90deg) translateY(-22px);
}

.nav li:hover a::before,
.nav li:focus a::before {
    background: rgb(36, 131, 197) none repeat scroll 0% 0%;
}

.nav_mobile {
    display: none;
}

@media (max-width: 530px) {
    .nav_mobile {
        display: block;
        width: 270px;
        position: absolute;
        top: 100px;
        right: 0;
        z-index: 2;
        height: 100%;
        background: rgb(34, 34, 34) none repeat scroll 0% 0%;
    }

    .nav_mobile::after {
        position: absolute;
        height: 100%;
        width: 1px;
        left: -1px;
        top: 0;
        box-shadow: 2px 0 14px 1px rgb(51, 51, 51);
        content: " ";
    }

    .nav_mobile .nav__list_mobile li {
        height: 48px;
        line-height: 48px;
        color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(0, 0, 0);
    }

    .nav_mobile .nav__list_mobile li a {
        font: 16px/48px 'Open Sans', sans-serif;
        font-weight: 300;
        padding-left: 24px;
    }

    .nav_mobile .nav__list_mobile li .header__air {
        padding: 15px 24px 0;
        border-left: medium none;
        width: auto;
        float: none;
    }
}

@media (max-width: 530px) and (max-width: 530px) {
    .nav_mobile .nav__list_mobile li .header__air {
        display: block;
    }
}

@media (max-width: 530px) {
    .nav_mobile .nav__list_mobile li .header__air-logo {
        padding: 0;
        float: left;
    }

    .nav_mobile .nav__list_mobile li .header__air-title {
        float: right;
        color: rgb(255, 255, 255);
        font-size: 12px;
        line-height: 10px;
    }
}

.header__menu-link {
    display: none;
}

@media (max-width: 530px) {
    .header__menu-link {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: transparent url(../images/icons.png) no-repeat scroll 13px -394px;
        width: 48px;
        height: 48px;
        border-left: 1px solid rgb(22, 123, 175);
        z-index: 9;
    }
}

.header__air {
    float: right;
    border-left: 1px solid rgb(36, 131, 197);
    padding: 15px 16px 0;
    height: 49px;
}

@media (max-width: 530px) {
    .header__air {
        display: none;
    }
}

.header__air-logo {
    display: block;
    width: 70px;
    height: 30px;
    background: transparent url(../images/logo-r24-s.png) repeat scroll 0% 0%;
    margin-top: 4px;
}

.header__air-title {
    display: block;
    font: 11px/11px Tahoma, sans-serif;
    color: rgb(133, 204, 237);
    padding-top: 5px;
    text-decoration: none;
}

.search {
    padding: 18px 24px 0;
    float: right;
    background: transparent url(../images/icons.png) no-repeat scroll 24px -193px;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

.search .search__form {
    display: none;
}

@media (max-width: 530px) {
    .search {
        display: none;
    }
}

.search__form {
    display: block;
    position: absolute;
    width: 30px;
    top: 18px;
    right: 20px;
    background: rgb(0, 105, 160) none repeat scroll 0% 0%;
    border-radius: 18px;
    overflow: hidden;
    height: 30px;
}

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

.search__form .search__text {
    border: medium none;
    outline: medium none;
    background: transparent none repeat scroll 0% 0%;
    width: 0;
    color: rgb(255, 255, 255);
    padding: 0 3px;
    font: 12px/17px "RobotoLight", sans-serif;
    display: block;
}

.search__form .search__submit {
    display: block;
    background: transparent url(../images/icons.png) no-repeat scroll 0-211px;
    width: 24px;
    border: medium none;
    cursor: pointer;
    float: right;
}

.breadcrumbs {
    height: 22px;
    border-bottom: 1px dotted rgb(204, 204, 204);
    padding-top: 16px;
    padding-bottom: 16px;
    font: 14px/22px 'Open Sans', sans-serif;
    font-weight: 300;
}

.breadcrumbs h2 a {
    color: rgb(37, 93, 137);
    display: block;
    float: left;
    padding-right: 16px;
    border-left: 1px solid rgb(204, 204, 204);
    padding-left: 16px;
}

.breadcrumbs h2 a:first-child {
    border-left: medium none;
    padding-left: 0;
}

.breadcrumbs h2 a:last-child {
    font-family:  'Open Sans', sans-serif;
    font-weight: 600;
}

.article {
    padding: 24px 70px;
}

@media (max-width: 530px) {
    .article {
        padding: 24px 12px;
    }
}

@media (max-width: 1024px) {
    .article {
        width: auto;
    }
}

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

.article__date {
    font: 14px/18px "ArimoRegular", sans-serif;
    color: rgb(85, 85, 85);
}

.article__date .article__time {
    padding-left: 12px;
    padding-right: 12px;
}

.article__date .article__author {
    padding: 0 12px;
    border-left: 1px solid rgb(204, 204, 204);
}

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

.article__text {
    font: 16px/24px 'Open Sans', sans-serif;
    color: rgb(51, 51, 51);
    padding-left: 0;
    padding-top: 24px;
}

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

.article__text img {
    max-width: 100%;
}

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

.article__text a {
    text-decoration: underline;
    color: rgb(0, 149, 218);
}

.article__text b,
.article__text strong {
    font-weight: bold;
}

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

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

@media (max-width: 530px) {
    .nav_mobile {
        bottom: 1px;
        z-index: 1;
        height: auto;
        top: 0;
        display: none;
    }

    .page-wrap {
        padding: 15px 0 0px;
    }
}

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

.of-site {
    font: bold 30px/100% "RussiaLight", sans-serif;
    display: table;
    margin: 10px auto;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

.comment-block {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.comment-user {
    min-height: 130px;
    clear: both;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 20px;
    overflow: hidden;
}

.comment-block .user-name {
    font-weight: bold;
    padding: 0 0px 10px;
    text-indent: 0;
}

.comment-block img {
    width: 60px;
    float: left;
    margin: 0 20px 0 0px;
}

.comment-block p {
    text-indent: 0;
}

.text-photo {
    width: 550px;
    max-width: 90%;
    font-style: italic;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    display: block;
    margin: 10px auto;
}

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

.spoiler-trigger {
    display: block;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    color: rgb(0, 149, 218);
    text-decoration: underline;
    cursor: pointer;
}

.spoiler-block {
    display: none;
}

.mainol {
    padding-left: 50px;
    margin-bottom: 30px;
    list-style-type: square;
}

.article__text .title {
    font-size: 24px;
    background-color: #FF0;
    padding: 5px 10px;
    display: block;
    margin-bottom: 20px;
    color: #F00;
}

.italic {
    font-style: italic;
    margin-top: 10px;
}

.block_list {
    border: 1px solid black;
    padding: 15px;
    margin-bottom: 25px
}

.explanation {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.cont_list {
    padding-left: 50px;
    list-style-type: disc;
    margin-bottom: 30px;
}

.cont_list2 {
    padding-left: 50px;
    margin-bottom: 30px;
}

@media all and (max-width: 375px) {
    .stat_block span {
        font-size: 11px;
    }

    .stat_block .top5 {
        right: 29%;
    }

    .stat_block .top6 {
        right: 15%;
        bottom: 48%;
    }

    .stat_block .top7 {
        right: 2%;
        top: 46%;
    }
}

@media all and (max-width: 320px) {
    .stat_block .other_text {
        top: 0;
        right: 9px;
        width: 177px;
        line-height: 15px;
    }

    .stat_block .top1 {
        top: -4px;
        left: 7%;
    }

    .stat_block .top2 {
        top: 16%;
        left: 18%;
    }

    .stat_block .top3 {
        top: 22%;
        left: 33%;
    }

    .stat_block .top4 {
        top: 28%;
        left: 46%;
    }

    .stat_block .top5 {
        top: 32%;
        right: 27%;
    }

    .stat_block .top6 {
        right: 14%;
        bottom: 46%;
    }

    .stat_block .top7 {
        right: 1%;
        top: 45%;
    }

    .stat_block .age {
        bottom: -3%;
    }
}

/* 2 */

#form {
    padding: 50px;
    border-radius: 10px;
    border: 1px solid black;
}

#form h2 {
    text-align: center;
    padding-bottom: 10px;
}

.form-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.prod_img_wrapper {
    flex-shrink: 0;
    margin-top: 30px;
    position: relative;
}

.form-img {
    width: 150px;
}

.prices {
    position: absolute;
    font-family: Arial, sans-serif;
    left: -35px;
    top: -35px;
    color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.8)0 3px 30px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    transform: rotateZ(-7deg);
    text-align: center !important;
    padding: 10px 15px;
    margin: 0 auto;
    background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    -o-border-image: initial;
    border-image: initial;
    border-radius: 19%;
}

@media (max-width: 755px) {
    .prices {
        left: 0;
        box-shadow: rgba(0, 0, 0, 0.8)0 3px 6px;
    }
}

span.discounts {
    display: block;
    font-size: 18px;
}

.price-block {
    display: none;
}

.price-block--active {
    display: block;
}

.js_old_price {
    display: block;
    margin: 0 auto;
}

.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 24px;
    line-height: 15px;
    margin: 0 auto;
}

.js_old_price {
    display: block;
    margin: 0 auto;
}

.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 24px;
    line-height: 15px;
    margin: 0 auto;
}

.js_old_price {
    display: block;
    margin: 0 auto;
}

.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 24px;
    line-height: 15px;
    margin: 0 auto;
}

.form-tag {
    width: 100%;
    margin-left: 20%;
}

.info {
    display: flex;
    flex-direction: column;
    width: 100%
}

.fname {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border-width: 0;
}

.phone-input {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border-width: 0;
}

.quantity-selector {
    padding: 10px;
    border-radius: 5px;
    border-width: 0;
}

.form-tag input {
    border: 1px solid black;
}

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

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

.form-button {
    background-color: crimson;
    color: white;
    margin-top: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-size: 20px;
    transition: all 1s;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 480px) {
    .form-content {
        flex-direction: column;
    }

    .form-tag {
        margin-left: 0;
    }

    #form {
        margin-bottom: 20px;
    }

    .form-button {
        width: 100%;
    }
}

/* 3 */

a {
    cursor: pointer;
}

label.errorValidate {
    text-align: center;
}

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