html{color:#000;background:#fff}a,blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,select,td,textarea,th,ul{margin:0;padding:0;outline:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}ul>li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:top}sub{vertical-align:bottom}legend{color:#000}button::-moz-focus-inner{padding:0;border:0}b,strong{font-weight:700}em{font-style:italic}article,aside,footer,header,nav,section{display:block}

h1 {
    display: block;
    width: auto;
    line-height: 1.2;
    color: #0a0a0a;
    font-size: 26px
}

h2 {
    display: block;
    line-height: 1.2;
    color: #0a0a0a;
    font-size: 19px;
    margin-top: 25px;
    font-weight: 700
}

h2:after {
    content: '';
    margin-top: 12px;
    border-bottom: 4px solid #168de2;
    display: block
}

a {
    color: #23527c;
    text-decoration: underline
}

a:hover {
    color: #7db8d0
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 4px solid red;
    text-align: center;
    padding: 0 12px
}

.box_2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

.box_2 .left {
    width: 45%
}

.box_2 .right {
    width: 45%
}

@media (max-width:762px) {
    .box_2 {
        flex-direction: column
    }

    .box_2 .right {
        width: 100%
    }

    .box_2 .left {
        width: 100%
    }
}

.right .spesh span {
    background: red;
    border-radius: 6px;
    color: #fff;
    padding: 4px
}

form button {
    background: #71b100 none repeat scroll 0 0;
    border-width: medium medium 5px;
    font-size: 20px;
    border-style: none none solid;
    border-color: currentcolor currentcolor #548300;
    border-radius: 8px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px 8px 15px
}

.botBut:hover {
    background-color: #e60628 !important;
    transition: all .2s
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.content-img {
    display: block;
    width: 100%
}

body {
    display: block;
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    background: url(./bg.png);
    height: auto;
    color: #000;
    line-height: 1.5625;
    font-size: 18px
}

.youtube {
    width: 645px;
    height: 362px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px
}

.header {
    display: block;
    width: 100%;
    background: 0 0;
    margin: 0 auto
}

.header-top {
    display: block;
    width: 100%;
    background: 0 0
}

.header-top-container {
    width: 96%;
    max-width: 960px;
    display: block;
    margin: 0 auto;
    padding: 20px 2% 15px
}

.header-top-left {
    display: block;
    float: left;
    width: 30%
}

.header-top-left-logo {
    display: block;
    width: 30%;
    float: left;
    min-width: 30%
}

.header-top-left-logo img {
    display: block;
    width: 100%
}

.header-top-left-text {
    display: block;
    width: 65%;
    float: right;
    margin: 6% 0 0 5%
}

.header-top-left-text h1 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    color: #0a0a0a
}

.header-top-left:after {
    content: '';
    display: block;
    clear: both
}

.header-top-right {
    display: block;
    float: right;
    width: auto;
    margin-top: 2%
}

.header-top-right-text {
    display: block;
    width: auto;
    margin-bottom: 3%
}

.header-top-right-text ul {
    display: block;
    font-size: 0;
    float: right
}

.header-top-right-text ul li {
    display: inline-block;
    width: auto;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #0a0a0a
}

.header-top-right-text ul li.separate {
    margin: 0 5px;
    font-weight: 400;
    color: #0a0a0a
}

.header-top-right-text ul li a {
    text-decoration: underline;
    font-weight: 400;
    color: #0a0a0a;
    opacity: 1
}

.header-top-right-text ul li a:hover {
    opacity: .8
}

.header-top-right-text:after {
    content: '';
    display: block;
    clear: both
}

.header-top-right-search {
    display: block;
    width: auto
}

.input-search {
    display: block;
    border: 1px solid #a9a9a9;
    padding: 5px;
    width: 170px
}

.header-top-container:after {
    content: '';
    display: block;
    clear: both
}

.header-bottom {
    display: block;
    width: 100%;
    background: #333541 none repeat scroll 0 0
}

.header-bottom-container {
    max-width: 960px;
    margin: 0 auto;
    width: 96%;
    display: block;
    padding: 13px 2%
}

.header-bottom ul {
    display: block;
    font-size: 0
}

.header-bottom ul li {
    display: inline-block;
    width: auto;
    padding: 0 3%
}

.header-bottom ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    opacity: 1
}

.header-bottom ul li a:hover {
    opacity: .8
}

.content {
    display: block;
    width: 710px;
    max-width: 1e3px;
    margin: 0 auto;
    margin-top: 5px;
    background: #fff;
    padding: 25px 1.5%;
    position: relative;
    border: 1px solid #b1b1b1
}

.content-left {
    display: block;
    float: left;
    width: 100%;
    padding-right: 2%
}

.content-left-head {
    display: block;
    width: auto
}

.content-left-social {
    display: block;
    width: 96%;
    background: #eee;
    padding: 1% 2%;
    margin: 15px 0
}

.content-left-social-pictures {
    display: block;
    width: 50%;
    float: left
}

.content-left-social-pictures img {
    display: block;
    width: auto
}

.content-left-social-comments {
    display: block;
    float: right;
    width: 50%;
    text-align: right;
    font-size: 13px
}

.content-left-social-comments a {
    margin-left: 1%
}

.content-left-social:after {
    content: '';
    display: block;
    clear: both
}

.content-left-doctor {
    display: block;
    width: 96%;
    background-color: #e2e2e2;
    padding: 2%;
    margin-top: 25px
}

.content-left-doctor-foto {
    display: block;
    width: 48%;
    float: left;
    margin-right: 2%
}

.content-left-doctor-foto img {
    width: 100%;
    display: block
}

.content-left-doctor-text {
    display: block;
    width: 50%;
    font-size: 18px;
    line-height: 1.4
}

.content-left-doctor:after {
    content: '';
    display: block;
    clear: both
}

.simpotms {
    display: block;
    width: 96%;
    padding: 2%;
    font-size: 19px;
    color: #000;
    background: #eee;
    margin: 0 auto
}

.simpotms ul {
    display: block;
    width: auto;
    font-size: 0;
    padding-left: 30px;
    list-style: disc outside
}

.simpotms ul li {
    font-size: 17px;
    list-style: disc outside
}

.content-important {
    display: block;
    width: auto;
    text-align: left;
    font-weight: 700;
    font-style: italic
}

.buy-button-block {
    display: block;
    width: 100%
}

.buy-button-block-left {
    float: left;
    display: block;
    width: 60%
}

.buy-button-block-left a {
    font-weight: 700;
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 84%;
    background: #db2020;
    padding: 6% 8%;
    border: 0;
    border-radius: 6px;
    border-bottom: 6px solid #b80404;
    text-decoration: none
}

.buy-button-block-left a:hover {
    background: #e82c2c;
    border-bottom: 6px solid #b80404
}

.buy-button-block-right {
    display: block;
    float: right;
    width: 35%;
    margin-top: 2.5%;
    margin-left: 5%
}

.buy-button-block-right p {
    font-size: 14px
}

.buy-button-block:after {
    content: '';
    display: block;
    clear: both
}

.opros-product-block {
    display: block;
    width: auto;
    margin-top: 2%
}

.opros-product {
    display: block;
    width: 96%;
    padding: 0 2% 2%;
    border: 1px solid #cae1e8;
    margin-top: 2%
}

.opros-product .opros-product-text {
    color: #2c95b7;
    font-weight: 700;
    border-bottom: 1px solid;
    margin-bottom: 3%
}

.opros-product-line {
    display: block;
    width: 100%;
    margin-bottom: 3%
}

.opros-product-line-left {
    display: block;
    float: left;
    width: 35%;
    font-size: 16px;
    line-height: 22px
}

.opros-product-line-right {
    display: block;
    float: right;
    width: 65%;
    height: 22px
}

.opros-product-line-right-procent {
    width: 80%;
    height: 22px;
    display: block;
    position: relative;
    background: #f1f1f1;
    float: left
}

.procent-count {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    background: #2c95b7;
    width: 30%
}

.opros-product-line-right-procent-text {
    display: block;
    width: 18%;
    font-weight: 700;
    color: #555;
    font-size: 16px;
    float: right;
    margin-left: 1%
}

.opros-product-line-right:after {
    content: '';
    display: block;
    clear: both
}

.opros-product-line:after {
    content: '';
    display: block;
    clear: both
}

.anonim-voute-text {
    display: block;
    width: auto;
    margin-top: 1%
}

.anonim-voute-text p {
    font-size: 12px;
    display: block
}

.anonim-voute-text a {
    margin-top: 1%;
    font-size: 14px;
    color: #2c95b7
}

.like-block {
    display: block;
    width: 95.7%;
    border: 2px solid #e6e6e6;
    padding: 0 2% 2%;
    margin: 3% 0;
    border-radius: 3px
}

.like-block img {
    display: block;
    width: auto
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 15px;
    color: #000;
    text-decoration: none
}

.vk-header {
    background: #dae2e8 none repeat scroll 0 0;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px
}

.vk-logo {
    background: transparent none no-repeat scroll 0 0;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: #45688e;
    font-weight: 700
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px
}

.vk-avatar img {
    float: left;
    margin-right: 10px
}

.vk-comment-name {
    color: #2b587a;
    font-weight: 700;
    font-size: 12px
}

.vk-comment-text {
    margin-left: 60px
}

.vk-comment-foto {
    display: block;
    width: auto
}

.vk-comment-date {
    margin-left: 60px;
    color: #999
}

.content-right {
    display: block;
    width: 27%;
    float: right;
    position: relative
}

.content-right-recommend-container {
    display: block;
    max-width: 270px;
    width: 100%
}

.content-right-recommend {
    display: block;
    width: auto
}

.content-right-recommend a {
    text-decoration: none;
    color: #444
}

.content-right-recommend a:hover {
    text-decoration: none;
    color: #444
}

.content-right-recommend a:hover .content-right-recommend-middle-button {
    opacity: .8
}

.content-right-recommend-top {
    height: 48px;
    background: #4aa224;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 48px;
    position: relative;
    text-align: center
}

.content-right-recommend-top:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 13px 0;
    border-color: transparent #4aa224 transparent transparent;
    left: 0;
    bottom: -13px
}

.content-right-recommend-top:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 17px 0 0;
    border-color: #4aa224 transparent transparent transparent;
    right: 0;
    bottom: -13px
}

.content-right-recommend-middle {
    width: 86%;
    display: block;
    margin: auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1% 1% 7%;
    text-align: center;
    background: #fff;
    text-decoration: none
}

.content-right-recommend-middle img {
    display: block;
    width: 75%;
    margin: 7% auto
}

.content-right-recommend-middle p {
    font-size: 14px
}

.content-right-recommend-middle .up {
    text-transform: uppercase
}

.content-right-recommend-middle-button {
    height: 36px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #c01f37;
    border: 0;
    border-radius: 8px;
    width: 76%;
    padding: 1% 2%;
    font-size: 13px;
    margin: 3% 0;
    opacity: 1
}

.content-right-statistic {
    display: block;
    width: 96%;
    padding: 0 2% 2%;
    background: #f3f3f3;
    color: #515151;
    margin-top: 5%
}

.content-right-statistic-head {
    display: block;
    width: auto;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 1%
}

.content-right-statistic-info {
    display: block;
    width: 100%;
    margin-bottom: 1%
}

.content-right-statistic-info-left {
    display: block;
    float: left;
    width: 60%;
    text-align: right;
    font-size: 14px
}

.content-right-statistic-info-right {
    display: block;
    float: left;
    width: 37%;
    text-align: right;
    font-size: 14px;
    margin-left: 3%;
    font-weight: 700;
    text-align: left
}

.content-right-statistic-info:after {
    content: '';
    display: block;
    clear: both
}

.content-product-img {
    display: block;
    max-width: 300px;
    margin-bottom: 25px;
    margin-top: 25px
}

.content:after {
    content: '';
    display: block;
    clear: both
}

.bottom-menu {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: #4aa224;
    padding: 2.5% 0
}

.bottom-menu-left {
    display: block;
    float: left;
    width: 54%;
    margin-left: 5%
}

.bottom-menu-left-foto {
    display: block;
    width: 12%;
    float: left
}

.bottom-menu-left-foto img {
    display: block;
    width: 100%
}

.bottom-menu-left-text {
    color: #fff;
    font-size: 14px;
    width: 85%;
    float: right;
    margin-left: 3%;
    margin-top: 3%;
    line-height: 1.4
}

.bottom-menu-left:after {
    content: '';
    display: block;
    clear: both
}

.bottom-menu-right {
    display: block;
    width: 30%;
    float: right;
    margin-right: 5%;
    margin-top: 1%
}

.bottom-menu-right a {
    display: inline-block;
    float: right;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    background: linear-gradient(to bottom, rgba(255, 213, 0, 1) 0, rgba(255, 183, 0, 1) 49%, rgba(255, 161, 0, 1) 100%)
}

.bottom-menu:after {
    content: '';
    display: block;
    clear: both
}

.footer {
    display: block;
    width: 97%;
    max-width: 1e3px;
    padding: 4% 1.5%;
    margin: 0 auto;
    background: #ebebeb
}

.footer-text {
    color: #383838
}

@media screen and (max-width:1199px) {
    .content-right {
        display: none
    }

    .content-left {
        width: 100%;
        padding-right: 0
    }

    .buy-button-block-left {
        width: 45%
    }

    .buy-button-block-right {
        width: 45%
    }
}

@media screen and (max-width:989px) {
    .content {
        max-width: 750px;
        padding: 3% 6%;
        width: 88%;
        border: 0
    }

    .header-bottom ul li a {
        font-size: 1.46vw
    }

    .buy-button-block-left {
        float: none;
        width: 100%
    }

    .buy-button-block-right {
        float: none;
        width: 100%;
        margin-left: 0
    }

    .buy-button-block {
        margin-bottom: 80px
    }

    .opros-product {
        margin-top: 4%
    }

    .like-block {
        margin: 5% 0
    }

    .footer {
        position: relative;
        z-index: 1;
        max-width: 750px;
        padding: 5% 6% 8%;
        width: 88%
    }
}

@media screen and (max-width:768px) {
    iframe {
        width: 600px;
        height: 350px
    }
}

@media screen and (max-width:720px) {
    .header-top-right {
        display: none
    }

    iframe {
        width: 500px;
        height: 350px
    }

    .content-product-img {
        display: block;
        width: 100%
    }

    .content-left-social-comments {
        font-size: 2.8vw
    }

    .content-left-social-pictures img {
        width: 100%
    }

    .content-left-social-pictures {
        margin-top: 1%
    }

    .header-bottom ul li {
        display: inline-block;
        width: 27%;
        padding: 2% 3%;
        text-align: center
    }

    .header-bottom ul li a {
        font-size: 14px
    }

    .vk-comment-foto {
        width: 100%
    }
}

@media screen and (max-width:599px) {
    .opros-product-line-left {
        float: none;
        width: 100%;
        margin-bottom: 1%
    }

    iframe {
        width: 410px;
        height: 350px
    }

    .opros-product-line-right {
        float: none;
        width: 100%
    }

    .bottom-menu {
        display: block
    }

    .header-top-left-logo {
        width: 60%
    }

    .header-top-left-text {
        width: 20%;
        margin: 13% 0 0 4%
    }

    .content-left-doctor-foto {
        float: none;
        width: 100%
    }

    .content-left-doctor-text {
        float: none;
        width: 100%;
        margin-top: 3%
    }
}

@media screen and (max-width:429px) {
    .like-block img {
        width: 100%
    }

    .header-top-container {
        padding: 3% 2%
    }
}

@media screen and (max-width:408px) {
    .bottom-menu-left-foto {
        margin-top: 5%
    }
}

@media screen and (max-width:385px) {
    .bottom-menu-right {
        width: 36%;
        margin-top: 2%
    }

    .header-bottom ul li {
        width: 44%;
        padding: 3%
    }
}

.foto-sert {
    max-width: 30%
}

img[tabindex="0"] {
    cursor: zoom-in
}

img[tabindex="0"]:focus {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 90% !important;
    max-height: 99%;
    margin: auto;
    box-shadow: 0 0 20px #000, 0 0 0 1e3px rgba(210, 210, 210, .4)
}

img[tabindex="0"]:focus,
img[tabindex="0"]:focus ~ * {
    pointer-events: none;
    cursor: zoom-out
}

.content-foto {
    display: none;
    text-align: left
}

.spoil {
    background: #eee;
    width: 97%;
    font-size: 16px;
    color: #000;
    padding: 1.5%;
    font-weight: 600;
    cursor: pointer
}

.content-foto img {
    width: 100%
}

#popup-coment {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: auto;
    background: #fff;
    border: 1px solid #dae2e8;
    padding: 10px;
    z-index: 100;
    max-width: 375px
}

#popup-coment .vk-comment-load {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    position: relative
}

#popup-coment .vk-comment-text {
    margin-bottom: 20px;
    margin-top: 5px
}

#popup-coment .vk-comment-date {
    padding-bottom: 5px
}

.vk-comment-read {
    display: block;
    width: auto;
    background: #45688e;
    color: #fff;
    font-size: 15px;
    right: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    opacity: 1;
    transition: .6s ease;
    text-decoration: none;
    font-style: normal
}

.vk-comment-read:hover {
    opacity: .7;
    color: #fff;
    background: #45688e
}

.vk-comment-close {
    display: block;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 7%;
    cursor: pointer
}

.vk-comment-close img {
    display: block;
    width: 100%
}

@media screen and (min-width:320px) and (max-width:768px) {
    #popup-coment {
        bottom: 10px;
        left: 10px;
        width: auto;
        background: #fff;
        border: 1px solid #dae2e8;
        padding: 10px;
        z-index: 100;
        max-width: 315px;
        width: 86%
    }

    #popup-coment .vk-comment-text {
        position: relative;
        margin-bottom: 5px
    }

    #popup-coment .vk-comment-date {
        padding-bottom: 40px
    }

    .vk-comment-read {
        right: 20px
    }
}

@media screen and (min-width:320px) and (max-width:468px) {
    #popup-coment .vk-comment-text {
        position: relative;
        overflow: hidden;
        height: 95px;
        margin-bottom: 5px
    }

    #popup-coment .vk-comment-text:after {
        content: '...';
        display: block;
        position: absolute;
        right: 5px;
        bottom: 6px;
        font-size: 15px
    }

    #popup-coment .vk-comment-date {
        padding-bottom: 40px
    }

    .vk-comment-read {
        right: 20px
    }
}

.oui {
    width: 781px;
    height: 460px;
    background: #3c72b5;
    background: -moz-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0, rgba(123, 159, 204, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(60, 114, 181, 1)), color-stop(100%, rgba(123, 159, 204, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0, rgba(123, 159, 204, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0, rgba(123, 159, 204, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0, rgba(123, 159, 204, 1) 100%);
    background: linear-gradient(135deg, rgba(60, 114, 181, 1) 0, rgba(123, 159, 204, 1) 100%);
    font-family: Roboto !important;
    position: relative;
    border: 5px solid #ddd
}

.actsss {
    display: none !important
}

.eeee {
    background-color: rgba(0, 0, 0, .7);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 333;
    position: fixed;
    cursor: pointer
}

.kmacb-form2 .modal-block {
    left: 50%;
    margin-left: -396px;
    position: fixed;
    top: 6%;
    z-index: 8105;
    width: 792px;
    height: 470px;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #222
}

p.ouimainp {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-top: 23px;
    display: block;
    color: #fff;
    text-align: center
}

.ouimain-text-img {
    display: block;
    width: 90%;
    padding: 0 5%;
    margin-top: 27px
}

.ouimain-img {
    float: left;
    display: block;
    width: 30%;
    margin: 0 auto
}

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

.ouimain-text {
    display: block;
    width: 65%;
    float: right;
    margin-left: 5%;
    margin-top: 15px
}

.ouimain-text p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    font-size: 22px;
    padding-bottom: 5px
}

.ouimain-text-img:after {
    content: '';
    display: block;
    clear: both
}

.kmacb-form .form {
    margin: 30px 0;
    text-align: center;
    width: 100%;
    height: auto;
    background: 0;
    position: static;
    padding: 0;
    border: 0
}

.kmacb-form2 .form * {
    box-sizing: border-box
}

.kmacb-form .form input {
    float: none
}

input,
select {
    height: 37px;
    width: 95%;
    padding: 0 14px
}

.kmacb-form form input[type=text] {
    height: 56px;
    line-height: 56px;
    color: #222;
    border: 2px solid #bdbdbd;
    padding: 0 15px;
    width: 100%;
    display: inline-block;
    text-indent: 0;
    border-radius: 3px;
    background: #fff;
    font-size: 20px;
    font-style: normal;
    box-shadow: none;
    position: static;
    margin: 0 0 10px
}

.kmacb-form .form .sub {
    text-decoration: none;
    position: absolute;
    cursor: pointer;
    border: 1px solid #499bea;
    background: #de455c;
    background: -moz-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(222, 69, 92, 1)), color-stop(13%, rgba(222, 69, 92, 1)), color-stop(76%, rgba(192, 31, 55, 1)), color-stop(100%, rgba(192, 31, 55, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: linear-gradient(135deg, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    line-height: 60px;
    vertical-align: top;
    display: block;
    text-indent: 0;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    width: 402px;
    height: 64px;
    opacity: 1;
    bottom: 29px;
    margin-left: 195px;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    border-radius: 10px;
    transition: .6s ease
}

.kmacb-form .form .sub:hover {
    background: #de455c;
    background: -moz-linear-gradient(top, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(222, 69, 92, 1)), color-stop(13%, rgba(222, 69, 92, 1)), color-stop(76%, rgba(192, 31, 55, 1)), color-stop(100%, rgba(192, 31, 55, 1)));
    background: -webkit-linear-gradient(top, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -o-linear-gradient(top, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -ms-linear-gradient(top, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: linear-gradient(to bottom, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%)
}

@media screen and (min-width:481px) {
    .mobi {
        display: none
    }
}

@media screen and (max-width:480px) {
    .desc {
        display: none
    }

    iframe {
        width: 250px !important;
        height: 300px !important
    }
}

.alex_zevsa_wcih4ECQW {
    position: relative;
    margin: 0 auto;
    width: 710px;
    padding: 0 20px;
    display: block
}

.Natali0610_RVdHBJiwC {
    padding: 5px 0;
    width: 100%;
    text-decoration: none;
    color: #000;
    display: block;
    position: relative;
    height: 65px
}

.Natali0610_RVdHBJiwC img {
    margin: 0 auto;
    display: block;
    max-height: 100%
}

.row {
    border-bottom: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
    background: #eee none repeat scroll 0 0;
    height: 46px;
    text-align: center
}

.row ul {
    margin: 14px
}

.row li {
    font-family: Roboto, sans-serif;
    display: inline-block;
    margin-left: 40px;
    font-weight: 600
}

.row a {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    text-decoration: solid
}

.row a:hover {
    color: #bb8b38
}

.row li:nth-child(1) {
    margin: 0
}

summary {
    cursor: pointer;
    background: #dedddd;
    padding: 10px;
    color: red;
    outline: 0
}

details b img {
    width: 100%
}

.content-left-doctor img {
    margin-right: 15px;
    float: left
}

.button_page {
    background-color: #e63030;
    display: block;
    margin: 0 auto;
    font: bold 19px Arial, Helvetica, sans-serif;
    width: 450px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 11px 20px 11px 11px;
    border-radius: 50px;
    box-shadow: 0 1px 0 #9e8d84 inset, 0 5px 0 0 #981616, 0 10px 5px #999;
    margin-bottom: 40px
}

.button_page img {
    float: left;
    margin-top: -6px;
    width: 36px;
    margin-left: 4px
}

.help {
    margin: 10px 0 20px 0;
    text-align: center
}

.red-border {
    border: 2px solid red;
    background-color: #fff
}

.red-border img {
    width: 165px
}

.tg {
    border-collapse: collapse;
    border-spacing: 0
}

table {
    margin: 0 auto;
    margin: 10px 0;
    box-shadow: 2px 3px 8px 0 rgba(105, 105, 105, .39)
}

td,
th {
    border-color: #bdbdbd
}

.tg {
    border-collapse: collapse;
    border-spacing: 0
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal
}

.tbg1 {
    background: #b4edff none repeat scroll 0 0
}

.tbg2 {
    background: #ebfaff none repeat scroll 0 0
}

.list li {
    margin-left: 25px;
    font-weight: 700
}

.red {
    font-weight: 700;
    color: red
}

.block-form {
    margin: 15px 0
}

.botBut {
    margin: 10px 0
}

.desc {
    margin-bottom: 20px;
    margin-top: 10px
}

.form-info {
    margin-top: 10px
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

input[type=tel],
input[type=text],
select {
    background: #fff;
    border: none;
    height: 53px;
    margin-bottom: 9px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .45);
    position: relative;
    font: inherit;
    text-transform: none;
    display: block;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: 98.8%;
    padding: 8px 30px;
    border: #888 1px solid;
    font-size: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    border-color: #b2b2b2
}

.contentt {
    display: block !important;
    margin-bottom: 6px;
    text-align: center
}

.spoil {
    background: #dedddd;
    width: 100%;
    font-size: 18px;
    color: red;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 5px 10px 5px;
    margin: 25px 0
}

.openTab {
    display: none !important
}

.contentt {
    display: none;
    text-align: center
}

.contentt img {
    width: 100%
}

.spoil {
    background: #dedddd;
    width: 100%;
    font-size: 18px;
    color: red;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 5px 10px 5px
}

.bold {
    font-weight: 700
}

.left-block {
    float: left;
    height: 450px;
    clear: both;
    width: 35%;
    text-align: center
}

.b2 .left-block {
    margin-top: -75px
}

.left-block img {
    width: 75%
}

.block {
    width: 100%;
    background: #eee;
    border: 1px solid #b1b1b1;
    padding: 20px 5px;
    box-shadow: 2px 3px 8px 0 rgba(105, 105, 105, .39)
}

.content-left-doctor {
    clear: both
}

.clear {
    clear: both
}

.b1 {
    margin-top: 15px
}

@media screen and (max-width:657px) {
    .left-block {
        width: 100%;
        float: none;
        height: auto;
        margin-bottom: 15px
    }

    .left-block img {
        width: 50%
    }
}

@media screen and (max-width:760px) {
    .header {
        width: auto
    }

    .alex_zevsa_wcih4ECQW {
        max-width: 100%;
        padding: 0
    }

    .b2 .left-block {
        margin-top: -15px
    }
}

@media screen and (max-width:747px) {
    .row {
        height: 70px
    }
}

@media screen and (max-width:480px) {
    .content-left-doctor img {
        width: 100%;
        margin-right: 0;
        float: none
    }
}

@media screen and (max-width:438px) {
    .row {
        height: 94px
    }

    .row ul li {
        margin: 0;
        display: block
    }

    .none {
        display: none !important
    }
}

@media screen and (max-width:420px) {
    .Natali0610_RVdHBJiwC img {
        width: 100%;
        padding: 0
    }

    .Natali0610_RVdHBJiwC {
        width: 100%;
        height: auto
    }

    .alex_zevsa_wcih4ECQW {
        padding: 0
    }

    .button_page {
        width: 85%
    }
}

@media screen and (max-width:375px) {
    .button_page img {
        display: none
    }
}

@media screen and (max-width:595px) {
    table {
        width: 100%;
        table-layout: fixed
    }

    table img {
        width: 100%
    }
}

@media screen and (max-width:455px) {

    td,
    th {
        word-wrap: break-word
    }
}

.kmacb-form2 .form * {
    box-sizing: border-box
}

.kmacb-form .form input {
    float: none
}

.kmacb-form form input[type=text] {
    height: 56px;
    line-height: 56px;
    color: #222;
    border: 2px solid #bdbdbd;
    padding: 0 15px;
    width: 100%;
    display: inline-block;
    text-indent: 0;
    border-radius: 3px;
    background: #fff;
    font-size: 20px;
    font-style: normal;
    box-shadow: none;
    position: static;
    margin: 0 0 10px 0
}

.kmacb-form .form .sub {
    text-decoration: none;
    position: absolute;
    cursor: pointer;
    border: 1px solid rgba(73, 155, 234, 1);
    background: rgba(222, 69, 92, 1);
    background: -moz-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(222, 69, 92, 1)), color-stop(13%, rgba(222, 69, 92, 1)), color-stop(76%, rgba(192, 31, 55, 1)), color-stop(100%, rgba(192, 31, 55, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: linear-gradient(135deg, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    line-height: 60px;
    vertical-align: top;
    display: block;
    text-indent: 0;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    width: 402px;
    height: 64px;
    opacity: 1;
    bottom: 29px;
    margin-left: 195px;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    border-radius: 10px;
    transition: .6s ease
}

.kmacb-form .form .sub:hover {
    background: rgba(222, 69, 92, 1);
    background: -moz-linear-gradient(top, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(222, 69, 92, 1)), color-stop(13%, rgba(222, 69, 92, 1)), color-stop(76%, rgba(192, 31, 55, 1)), color-stop(100%, rgba(192, 31, 55, 1)));
    background: -webkit-linear-gradient(top, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -o-linear-gradient(top, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: -ms-linear-gradient(top, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: linear-gradient(to bottom, rgba(222, 69, 92, 1) 0, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%)
}

@media screen and (min-width:481px) {
    .mobi {
        display: none
    }
}

@media screen and (max-width:480px) {
    .desc {
        display: none
    }
}

img {
    max-width: 100%
}
@font-face {
    font-family: Roboto;
    src: local("Roboto Regular"), url() format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: local("Roboto Medium"), url() format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: local("Roboto Bold"), url() format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

p {
    margin-bottom: 10px
}

.order-form {
    font-family: Roboto, sans-serif !important;
    overflow: hidden;
    padding: 0 25px;
    clear: both
}

.order-form .order-form-label:after,
.order-form .order-form-label:before {
    content: none
}

.order-form .order-form-product-image {
    max-width: 100% !important;
    height: auto !important
}

.order-form-order-conditions {
    margin: 15px 0;
    color: #555;
    font-size: 12px
}

.order-form .order-form-wrapper {
    max-width: 400px;
    position: relative;
    margin: 25px auto;
    background: #fff;
    border-radius: 2.5px
}

.order-form form {
    background: 0 0;
    padding: 0;
    margin: 0
}

.order-form .order-form-input-field:focus::placeholder {
    color: #f5f5f5
}

.order-form .order-form-input-field::placeholder {
    transition: .25s;
    color: #c7c7c7
}

.order-form .order-form-input-field:focus {
    border: 2px solid #f5f5f5
}

.order-form .order-form-input-field {
    transition: .25s;
    display: block;
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    line-height: 50px;
    padding: 0 10px;
    outline: 0;
    font-size: 16px;
    border: 2px solid #eee;
    border-radius: 2.5px;
    color: #212121;
    box-sizing: border-box;
    box-shadow: none
}

.order-form .order-form-submit-button:active {
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5)
}

.order-form .order-form-submit-button {
    height: auto;
    margin: 0;
    border-radius: 2.5px;
    display: inline-block;
    background: #d32f2f;
    line-height: 50px;
    padding: 0 25px;
    color: #fff;
    border: 0;
    width: 100%;
    outline: 0;
    font-weight: 700;
    box-shadow: none;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box
}

.order-form .order-form-product-image-wrapper {
    text-align: center;
    line-height: 0
}

.order-form .order-form-submit-button:hover {
    background: #b71c1c;
    color: #fff
}

.order-form .order-form-title {
    color: #212121;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: center;
    font-size: 20px
}

.order-form .order-form-text {
    color: #212121;
    text-align: center;
    margin: 15px 0 25px 0;
    padding: 0 0 5px 0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 600;
    text-indent: 0;
    border-bottom: 2px solid #d32f2f
}

.order-form .order-form-footnote {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 16px;
    margin: 15px 0 0 0;
    padding: 0;
    text-indent: 0;
    text-align: left
}

.order-form .order-form-product-description {
    margin: 15px 0 0 0
}

.order-form .order-form-product-description ul {
    font-size: 14px;
    margin: 0;
    padding: 0;
    border-radius: 2.5px
}

.order-form .order-form-product-description ul li:before {
    content: '-';
    padding: 0 5px 0 0
}

.order-form .order-form-product-description ul li {
    margin: 0;
    list-style: none;
    color: #212121;
    line-height: 20px;
    overflow: hidden;
    padding: 0
}

.order-form .order-form-body {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .25);
    padding: 25px;
    overflow: auto;
    background: #fff !important
}

.order-form .order-form-label {
    color: #212121;
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    padding: 0;
    line-height: 14px;
    margin: 0 0 5px 0;
    text-transform: uppercase
}

.order-form .order-form-input-field-wrapper {
    margin: 0 0 15px 0
}

.order-form .order-form-product-price-wrapper {
    opacity: .9;
    display: grid;
    width: 150px;
    height: 150px;
    text-align: center;
    background: url() no-repeat center;
    background-size: 100%;
    position: absolute;
    align-items: center;
    top: 0;
    line-height: 20px;
    right: 0
}

.order-form .order-form-product-price {
    color: #fff;
    font-weight: 700;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0
}

.order-form-product-image-section {
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

.order-form-product-date {
    color: #fff;
    font-size: 12px
}

.order-form .order-form-product-image-link {
    border: none;
    line-height: 0;
    display: block;
    box-shadow: none
}

.order-form .order-form-product-image-link:hover {
    border: none
}

.order-form .order-form-link {
    text-decoration: underline;
    box-shadow: none;
    color: #b71c1c;
    border: none
}

.order-form .order-form-link:hover {
    border: none;
    color: #b71c1c;
    text-decoration: none
}

.cta-button .cta-button-wrapper {
    text-align: center
}

.cta-button .cta-button-link {
    display: inline-block;
    background: #d32f2f;
    line-height: 50px;
    padding: 0 25px;
    color: #fff !important;
    border-radius: 2.5px;
    border: 0;
    font-weight: 500;
    box-shadow: none;
    text-decoration: none
}

.cta-button .cta-button-link:hover {
    background: #b71c1c;
    color: #fff
}

.cta-button .cta-button-link:active {
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5)
}

.cta-button {
    clear: both;
    margin: 25px 0;
    font-family: Roboto, sans-serif !important
}

.announcement-widget {
    clear: both !important;
    display: grid !important;
    align-items: normal !important;
    grid-gap: 1rem !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important
}

.announcement-widget .announcement-image img {
    max-width: 100% !important;
    width: auto !important;
    float: none !important;
    margin: 0 !important
}

.announcement-widget .announcement-title {
    text-align: left !important
}

.announcement-widget :after,
.announcement-widget :before {
    content: none !important
}

.announcement-widget .announcement-item {
    margin: 0 !important;
    padding: 0 !important
}

.announcement-widget .announcement-link {
    box-shadow: none;
    display: block;
    background: 0 0
}

.comebacker {
    font-family: Roboto, sans-serif !important;
    z-index: 10000000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    backdrop-filter: blur(5px);
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.comebacker-wrapper {
    margin: 0 15px
}

.comebacker-body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: center;
    grid-gap: 15px
}

.comebacker .order-form-label:after,
.comebacker .order-form-label:before {
    content: none
}

.comebacker form {
    background: 0 0;
    padding: 25px;
    background: #f5f5f5;
    border: 1px solid #eee;
    margin: 0
}

.comebacker .comebacker-product-image {
    margin: 0;
    padding: 0;
    max-width: 100%;
    display: inline-block;
    max-width: 300px
}

.comebacker .comebacker-modal {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .25);
    border-radius: 2.5px;
    overflow: hidden;
    background: #fff;
    max-width: 800px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative
}

.comebacker .comebacker-button-close-wrapper {
    height: 50px
}

.comebacker .comebacker-button-close {
    background: url() no-repeat center center;
    height: inherit;
    width: 50px;
    float: right;
    cursor: pointer
}

.comebacker .comebacker-button-close:active {
    opacity: .25;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5)
}

.comebacker .comebacker-content {
    overflow: auto;
    padding: 0 25px 25px 25px
}

.comebacker .comebacker-header {
    text-align: center
}

.comebacker .order-form-input-field-wrapper {
    margin: 0 0 15px 0
}

.comebacker .order-form-input-field {
    transition: .25s;
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    line-height: 30px;
    padding: 0 10px;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    border: 2px solid #eee;
    border-radius: 2.5px;
    color: #212121;
    box-sizing: border-box
}

.comebacker .comebacker-product-description {
    margin: 15px 0 0 0
}

.comebacker .comebacker-product-description ul li {
    padding: 0;
    margin: 0;
    font-size: 14px
}

.comebacker .comebacker-product-description ul {
    color: #555;
    margin: 0;
    padding: 0
}

.comebacker .order-form-submit-button {
    border-radius: 2.5px;
    display: inline-block;
    background: #d32f2f;
    line-height: 50px;
    padding: 0 25px;
    color: #fff;
    border: 0;
    width: 100%;
    outline: 0;
    font-weight: 700;
    box-shadow: none;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
    height: auto;
    margin: 0
}

.comebacker .order-form-label {
    color: #212121;
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    padding: 0;
    line-height: 14px;
    margin: 0 0 5px 0;
    text-transform: uppercase
}

.comebacker .order-form-submit-button:hover {
    background: #b71c1c;
    color: #fff
}

.comebacker .comebacker-deadline-text {
    font-size: 20px;
    margin: 0 0 15px 0
}

.comebacker .comebacker-product-image-wrapper {
    text-align: center
}

.comebacker .comebacker-product-price {
    color: #fff;
    font-weight: 700;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0
}

.comebacker-product-image-section {
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

.comebacker-product-date {
    color: #fff;
    font-size: 12px
}

.comebacker .comebacker-product-price-wrapper {
    opacity: .9;
    display: grid;
    width: 125px;
    height: 125px;
    text-align: center;
    background: url() no-repeat center;
    background-size: 100%;
    position: absolute;
    align-items: center;
    top: 0;
    right: 0
}

@media(max-width:479px) {
    .order-form .order-form-product-price-wrapper {
        top: -10px;
        right: -25px
    }
}

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

.header_top_bar_container {
    background-color: #363b40
}

.header_top_bar {
    overflow: hidden;
    height: 46px;
    width: 1050px;
    margin-left: auto;
    margin-right: auto
}

.header_top_bar .social_icons,
.search {
    float: right
}

.header_top_bar .social_icons li {
    padding: 8px 0 8px 5px
}

.social_icons li {
    float: left;
    padding: 0 5px 0 0
}

.social_icons .social_icon {
    display: block;
    width: 30px;
    height: 30px;
    background-position: 0 0;
    outline: 0;
    text-decoration: none
}

.facebook {
    background-image: url()
}

.langPanel {
    display: inline-block;
    float: right;
    padding: 15px
}

.langPanel a {
    color: #fff;
    font-size: large;
    margin-right: 10px;
    text-decoration: none;
    line-height: 1
}

.font-white {
    color: #fff !important
}

.langPanel a {
    color: #fff;
    font-size: large;
    margin-right: 10px
}

.font-dark {
    color: #a9a9a9 !important
}

.header_container {
    background-color: #fff;
    padding-bottom: 26px
}

.header {
    padding-top: 7px
}

.footer,
.header,
.header_top_bar,
.menu_container .sf-menu {
    width: 1050px;
    margin-left: auto;
    margin-right: auto
}

.center_align,
.header {
    text-align: center
}

div.header div.logo {
    margin-right: 10px
}

.header h1 {
    font-size: 96px;
    letter-spacing: -.01em;
    line-height: 1
}

.about_subtitle,
.header h1 {
    font-weight: 700;
    color: #ed1c24
}

.header .placeholder,
.header h1 {
    font-family: 'Roboto Condensed'
}

.site-title {
    font-size: 60px !important
}

div.header div.logo h4 {
    margin-bottom: 8px
}

.header h4 {
    color: #7c7c7c;
    line-height: 1;
    margin-top: 3px
}

.site-slogan {
    font-size: 26px !important;
    font-family: Roboto;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-menu {
    line-height: 1;
    float: left;
    margin-bottom: 1em
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em
}

.sf-menu ul li {
    width: 100%
}

.sf-menu li:hover {
    visibility: inherit
}

.sf-menu li {
    float: left;
    position: relative;
    background: #bdd2ff
}

.sf-menu a {
    display: block;
    position: relative;
    border-left: 1px solid #fff;
    border-top: 1px solid #cfdeff;
    padding: .75em 1em;
    text-decoration: none
}

.sf-menu li.sfHover ul,
.sf-menu li:hover ul {
    left: 0;
    top: 2.5em;
    z-index: 99
}

ul.sf-menu li.sfHover li ul,
ul.sf-menu li:hover li ul {
    top: -999em
}

ul.sf-menu li li.sfHover ul,
ul.sf-menu li li:hover ul {
    left: 10em;
    top: 0
}

ul.sf-menu li li.sfHover li ul,
ul.sf-menu li li:hover li ul {
    top: -999em
}

ul.sf-menu li li li.sfHover ul,
ul.sf-menu li li li:hover ul {
    left: 10em;
    top: 0
}

.sf-menu a,
.sf-menu a:visited {
    color: #13a
}

.sf-menu li li {
    background: #aabde6
}

.sf-menu li li li {
    background: #9aaedb
}

.sf-menu a:active,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu li.sfHover,
.sf-menu li:hover {
    background: #cfdeff;
    outline: 0
}

.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(https://sustav.shop/news_portal/sustavin-1-ukr_med_portal/images/arrows-ffffff.html) -10px -100px no-repeat
}

a>.sf-sub-indicator {
    top: .8em;
    background-position: 0 -100px
}

a:active>.sf-sub-indicator,
a:focus>.sf-sub-indicator,
a:hover>.sf-sub-indicator,
li.sfHover>a>.sf-sub-indicator,
li:hover>a>.sf-sub-indicator {
    background-position: -10px -100px
}

.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0
}

.sf-menu ul a>.sf-sub-indicator {
    background-position: 0 0
}

.sf-menu ul a:active>.sf-sub-indicator,
.sf-menu ul a:focus>.sf-sub-indicator,
.sf-menu ul a:hover>.sf-sub-indicator,
.sf-menu ul li.sfHover>a>.sf-sub-indicator,
.sf-menu ul li:hover>a>.sf-sub-indicator {
    background-position: -10px 0
}

.sf-shadow ul {
    background: url(https://sustav.shop/news_portal/sustavin-1-ukr_med_portal/images/shadow.html) bottom right no-repeat;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px
}

.sf-shadow ul.sf-shadow-off {
    background: 0 0
}

.menu_container {
    border-top: 3px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff
}

.menu_container.sticky.move {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.boxed .menu_container.sticky.move {
    max-width: 1150px;
    width: 100%
}

.sf-menu {
    float: none;
    padding: 0;
    margin: -3px 0 0
}

.sf-menu li {
    height: 42px;
    border: none;
    border-top: 3px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-right: 15px
}

.sf-menu>li {
    margin-bottom: -1px
}

.sf-menu a:active,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu li,
.sf-menu li.sfHover,
.sf-menu li:hover {
    background: #fff
}

.sf-menu li a,
.sf-menu li a:visited {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    color: #25282a;
    padding: 10px 0 15px 15px;
    border: none
}

.sf-menu li.submenu {
    padding-right: 0
}

.sf-menu li.submenu a {
    background-repeat: no-repeat;
    background-position: center right;
    background-color: transparent;
    padding-right: 15px;
    border-right: 15px solid transparent
}

.sf-menu a:hover {
    background-color: #f0f0f0
}

.sf-menu li.submenu ul {
    background: #363b40
}

.sf-menu li.selected,
.sf-menu li.submenu:hover,
.sf-menu li:hover {
    background-color: #f0f0f0;
    border-top-color: #ed1c24;
    border-bottom-color: #f0f0f0
}

.sf-menu li ul {
    width: 210px;
    margin-top: 1px
}

.sf-menu li ul.wide li {
    width: 210px
}

.sf-menu li.submenu.wide ul {
    width: 420px
}

.sf-menu li.sfHover ul,
.sf-menu li:hover ul {
    top: 41px
}

.sf-menu li ul li {
    width: 210px;
    height: auto;
    padding: 0;
    border: none
}

.menu_container .sf-menu li ul li a,
.menu_container .sf-menu li.submenu:hover ul a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li a,
.menu_container .sf-menu li:hover ul a {
    border: none;
    color: #d7dce0;
    background-color: #363b40
}

.menu_container .sf-menu li ul li a,
.menu_container .sf-menu li.selected ul li a,
.menu_container .sf-menu li.submenu ul li a,
.menu_container .sf-menu li.submenu:hover ul li a,
.menu_container .sf-menu li:hover ul li a {
    padding: 15px;
    font-family: Roboto;
    font-size: 12px;
    color: #d7dce0;
    background-image: none
}

.menu_container .sf-menu li ul li.submenu>a,
.menu_container .sf-menu li:hover ul li.submenu>a {
    background-image: url();
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 0;
    border-right: 15px solid transparent
}

.menu_container .sf-menu li ul li.submenu.sfHover>a,
.menu_container .sf-menu li ul li.submenu>a:hover {
    background-image: url()
}

.menu_container .sf-menu li ul li a:hover,
.menu_container .sf-menu li ul li.selected a,
.menu_container .sf-menu li.submenu ul li a:hover,
.menu_container .sf-menu li.submenu:hover ul li ul li.selected a,
.menu_container .sf-menu li.submenu:hover ul li.selected a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li a:hover,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li.selected a,
.menu_container .sf-menu li:hover ul li.sfHover>a {
    background-color: #42494f;
    color: #fff
}

.sf-menu li.submenu .mega_menu {
    position: absolute;
    top: -999em;
    background: #42494f;
    padding: 30px 0 30px 30px
}

ul.sf-menu li li li.sfHover .mega_menu,
ul.sf-menu li li li.sfHover ul,
ul.sf-menu li li li:hover .mega_menu,
ul.sf-menu li li li:hover ul,
ul.sf-menu li li.sfHover .mega_menu,
ul.sf-menu li li.sfHover ul,
ul.sf-menu li li:hover .mega_menu,
ul.sf-menu li li:hover ul {
    left: 210px;
    top: -1px;
    z-index: 2 !important
}

ul.sf-menu li:hover li .mega_menu {
    display: none;
    width: 810px;
    left: 210px
}

ul.sf-menu .mega_menu,
ul.sf-menu .mega_menu li {
    background-color: #42494f
}

.mobile_menu_container {
    display: none
}

.mobile-menu,
.mobile-menu-divider,
.mobile-menu-switch {
    display: none;
    margin-left: auto;
    margin-right: auto
}

.mobile-menu-divider {
    margin-top: 15px
}

.mobile-menu li a {
    display: block;
    color: #25282a;
    background: #f0f0f0;
    font-size: 14px;
    line-height: 1;
    font-family: Roboto;
    padding: 12px 20px;
    margin-bottom: 1px
}

.mobile-menu li.selected a,
.mobile-menu li.selected ul li.selected a,
.mobile-menu li.selected ul li.selected ul li.selected a {
    background: #ed1c24;
    color: #fff
}

.mobile-menu li ul a {
    font-size: 14px;
    padding-left: 40px
}

.mobile-menu li ul ul a {
    font-size: 13px;
    padding-left: 80px
}

.mobile-menu li.selected ul a,
.mobile-menu li.selected ul li.selected ul a {
    color: #25282a;
    background: #f0f0f0
}

.mobile-menu-switch {
    width: 35px;
    padding: 15px 8px 9px;
    border: 2px solid #ed1c24
}

.mobile-menu-switch .line {
    display: block;
    width: 35px;
    height: 3px;
    background: #ed1c24;
    margin-bottom: 6px
}

.slider,
.slider li.slide .pr_preloader {
    height: 550px
}

.mobile-menu-switch:hover {
    background: #ed1c24
}

.mobile-menu-switch:hover .line {
    background: #fff
}

.column {
    float: left;
    margin-left: 30px
}

.column.first,
.column:first-child {
    margin-left: 0
}

.mega_menu .column_1_2 {
    width: 390px
}

.mega_menu .blog.small {
    position: static;
    left: 0;
    top: 0;
    margin-top: 0
}

.blog.small .post,
.blog.small_margin .post {
    margin-top: 30px
}

.menu_container .mega_menu li.post {
    clear: none;
    width: 240px
}

.mega_menu .blog.small .post {
    margin: 30px 0 0
}

.mega_menu .column_1_2 .blog.small .post {
    width: 370px
}

.mega_menu .blog.small .post:first-child {
    margin-top: 0
}

.menu_container .mega_menu .blog.small .post a {
    padding: 0;
    background: 0 0;
    color: #fff
}

.blog.big .post_content,
.blog.big img,
.blog.small .post_content,
.blog.small img {
    float: left
}

.blog.small .post_content {
    margin-left: 20px
}

.column_1_2 .blog.small .post_content {
    width: 390px
}

.mega_menu .column_1_2 .blog.small .post_content,
.mega_menu .column_1_3 .blog.small .post {
    width: 250px
}

.sf-menu li.selected,
.sf-menu li.submenu:hover,
.sf-menu li:hover {
    background-color: #f0f0f0;
    border-top-color: #ed1c24;
    border-bottom-color: #f0f0f0
}

.row {
    border-bottom: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
    background: #eee none repeat scroll 0 0;
    height: auto;
    text-align: center
}

.mega_menu.blog ul.post_details.simple li.category a,
.menu_container .mega_menu .blog.small .post li.category,
.menu_container .mega_menu .blog.small .post li.category a {
    font-family: arial;
    color: #9da4ab;
    font-size: 12px;
    font-weight: 700
}

.post ul.post_details.simple {
    position: static;
    background: 0 0;
    margin-top: 14px
}

.blog.small .post_details.simple {
    clear: none
}

.topnav {
    overflow: hidden;
    background-color: #ed1c24;
    position: relative;
    line-height: 1
}

.topnav a {
    color: #fff;
    padding: 14px 14px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .2);
    border-right: 1px solid
}

.topnav.last>a {
    box-shadow: none;
    border-right: none
}

.active {
    background-color: #ed1c24;
    color: #fff
}

.last-mobile-menu-item {
    border-right: none !important;
    box-shadow: none !important
}

.mobile-menu-switch {
    background: #000 !important;
    width: 30px !important;
    border: none !important;
    padding: 10px !important
}

.mobile-menu-switch .line {
    background: #fff !important;
    width: 30px !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.mobile-menu a {
    text-decoration: none
}

.mobile-menu a:hover {
    text-decoration: underline
}

.floatL {
    float: left
}

.floatR {
    float: right
}

@media screen and (max-width:1069px) {

    .footer,
    .header,
    .menu_container .sf-menu,
    .page {
        width: 750px
    }

    .header_top_bar {
        width: auto
    }

    .site-title {
        font-size: 50px !important
    }

    .footer,
    .header,
    .menu_container .sf-menu,
    .page {
        width: 750px
    }

    .sf-menu li {
        height: 39px
    }

    .sf-menu li.submenu a {
        border-right-width: 8px
    }

    .sf-menu li a,
    .sf-menu li a:visited {
        font-size: 16px;
        padding: 10px 0 14px 8px
    }

    .sf-menu li.sfHover ul,
    .sf-menu li:hover ul {
        top: 38px
    }

    .sf-menu li ul,
    .sf-menu li ul li {
        width: 198px
    }

    ul.sf-menu .mega_menu,
    ul.sf-menu li:hover li .mega_menu {
        width: 528px
    }

    ul.sf-menu li li li.sfHover ul,
    ul.sf-menu li li li:hover ul,
    ul.sf-menu li li.sfHover ul,
    ul.sf-menu li li:hover ul,
    ul.sf-menu li:hover li .mega_menu,
    ul.sf-menu li:hover li ul.mega_menu {
        left: 198px
    }

    .sf-menu li.submenu .mega_menu {
        padding: 24px 0 24px 24px
    }

    .sf-menu li.submenu .mega_menu.blog {
        padding: 0 24px 24px 0
    }

    .sf-menu li ul.expand_left_contact {
        margin-left: -109px
    }

    .mega_menu .column_1_2 {
        margin-left: 24px
    }

    .mega_menu .column_1_2:first-child {
        margin-left: 0
    }

    .column_1_2 {
        width: 360px
    }

    .mega_menu .column_1_2 {
        margin-left: 24px
    }

    .mega_menu.blog {
        padding: 0 24px 24px 0
    }

    .mega_menu li.post {
        margin: 24px 0 0 24px
    }

    .mega_menu .blog.small li.post {
        margin-left: 0
    }

    .column_1_2 .blog.small .post_content {
        width: 240px
    }

    .mega_menu .column_1_2:first-child {
        margin-left: 0
    }

    .mega_menu .column_1_2,
    .mega_menu .column_1_2 .blog.small .post {
        width: 240px
    }

    .mega_menu .column_1_2 .blog.small .post_content {
        width: 120px
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .site-title {
        font-size: 35px !important
    }
}

@media screen and (max-width:767px) {
    .header_top_bar .social_icons {
        float: left
    }

    .footer,
    .header,
    .menu_container .sf-menu,
    .mobile-menu,
    .page {
        width: 462px
    }

    .site-title {
        font-size: 25px !important
    }

    header h1 {
        font-size: 22px !important
    }

    .hide-on-mobile {
        display: none
    }

    .menu_container {
        border: none;
        background: 0 0 !important
    }

    .sf-menu {
        display: none
    }

    .footer,
    .header,
    .menu_container .sf-menu,
    .mobile-menu,
    .page {
        width: 462px
    }

    .column {
        margin-left: 0
    }

    .column_1_2,
    .column_1_3,
    .column_1_4,
    .column_2_3,
    .column_3_4 {
        width: 100%
    }

    .row .column {
        margin-top: 40px
    }

    .row .column:first-child {
        margin-top: 0
    }

    .header .placeholder {
        width: 100%;
        margin-top: 30px
    }

    .header_container.style_2 {
        margin-bottom: 30px
    }

    .header_top_bar {
        height: auto
    }

    .page_header_left,
    .page_header_right {
        width: 100%
    }

    .latest_news_scrolling_list_container {
        clear: both;
        border-top: 1px solid #464d53
    }

    .header_top_bar_container.style_2 .latest_news_scrolling_list_container,
    .header_top_bar_container.style_3 .latest_news_scrolling_list_container {
        border-color: #e0e0e0
    }

    .latest_news_scrolling_list_container li.posts {
        width: 293px
    }

    .mobile_menu_container {
        display: block
    }

    .menu_container {
        border: none;
        background: 0 0 !important
    }

    .boxed .menu_container.sticky.move,
    .menu_container.sticky.move {
        position: static;
        top: auto;
        width: auto;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none
    }

    .sf-menu {
        display: none
    }

    .mobile-menu-switch {
        display: block
    }

    .row .column {
        margin-top: 40px
    }

    .row .column:first-child {
        margin-top: 0
    }

    .column {
        margin-left: 0
    }

    .column_1_2,
    .column_1_3,
    .column_1_4,
    .column_2_3,
    .column_3_4 {
        width: 100%
    }

    .post_details li {
        font-size: 11px
    }

    .blog.big .post_content,
    .blog.big img,
    .column_2_3 .column_1_2 .blog.small .post {
        width: 216px
    }

    .column_1_2 .blog.small .post_content,
    .column_1_3 .blog.small .post_content {
        width: 342px;
        margin-left: 20px
    }

    .header_top_bar .social_icons {
        float: left
    }
}

@media screen and (max-width:479px) {

    .footer,
    .header,
    .menu_container .sf-menu,
    .mobile-menu,
    .page {
        width: 300px
    }

    .header h1 {
        font-size: 72px
    }

    .footer,
    .header,
    .menu_container .sf-menu,
    .mobile-menu,
    .page {
        width: 300px
    }

    .row .column {
        margin-top: 40px
    }

    .row .column:first-child {
        margin-top: 0
    }

    .footer,
    .header,
    .menu_container .sf-menu,
    .mobile-menu,
    .page {
        width: 300px
    }

    .header_top_bar .caroufredsel_wrapper_vertical_carousel {
        width: 228px !important
    }

    .header h1 {
        font-size: 72px
    }

    .latest_news_scrolling_list_container li.left {
        border-left: 1px solid #464d53
    }

    .latest_news_scrolling_list_container li.posts {
        width: 208px
    }

    .row .column {
        margin-top: 40px
    }

    .row .column:first-child {
        margin-top: 0
    }

    .column_1_3 .column_1_2,
    .column_2_3 .column_1_2 {
        width: 100%;
        margin-left: 0;
        margin-top: 30px
    }

    .blog.big .post_content,
    .blog.big img,
    .column_1_3 .blog.small .post,
    .column_2_3 .column_1_2 .blog.small .post {
        width: 100%
    }

    .blog.big .post_content {
        margin-top: 20px;
        margin-left: 0
    }

    .column_1_3 .blog.small .post_content,
    .column_2_3 .column_1_2 .blog.small .post_content {
        width: 190px
    }

    .column_2_3 .column_1_2 .blog.small ul.post_details.simple li.date {
        margin-left: 10px;
        margin-top: 0
    }

    .column_1_2 .blog.small .post_content,
    .column_1_3 .blog.small .post_content {
        width: 180px
    }

    h1.post_title {
        font-size: 36px
    }

    .social_icons li {
        padding-left: 0
    }
}

@media screen and (max-device-width:480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

ul.list li {
    list-style-type: disc
}

.bottom-menu {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: #4aa224;
    padding: 2.5% 0;
    z-index: 1000
}

.bottom-menu-left {
    display: block;
    float: left;
    width: 54%;
    margin-left: 5%
}

.bottom-menu-left-foto {
    display: block;
    width: 12%;
    float: left
}

.bottom-menu-left-foto img {
    display: block;
    width: 100%
}

.bottom-menu-left-text {
    color: #fff;
    font-size: 14px;
    width: 85%;
    float: right;
    margin-left: 3%;
    margin-top: 3%;
    line-height: 1.4
}

.bottom-menu-left::after {
    content: "";
    display: block;
    clear: both
}

.bottom-menu-right {
    display: block;
    width: 30%;
    float: right;
    margin-right: 5%;
    margin-top: 1%
}

.bottom-menu-right a {
    display: inline-block;
    float: right;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    background: transparent linear-gradient(to bottom, #ffd500 0, #ffb700 49%, #ffa100 100%) repeat scroll 0 0
}

.bottom-menu::after {
    content: "";
    display: block;
    clear: both
}

@media screen and (max-width:599px) {
    .bottom-menu {
        display: block
    }
}

@media screen and (max-width:408px) {
    .bottom-menu-left-foto {
        margin-top: 5%
    }
}

@media screen and (max-width:385px) {
    .bottom-menu-right {
        width: 36%;
        margin-top: 2%
    }
}

/* table start */
.table {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
    border-top: 1px solid #008ac6;
    border-left: 1px solid #008ac6;
    font-size: 14px;
}

.table_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #008ac6;
    border-bottom: 1px solid #008ac6;
    font-weight: 700;
    text-align: center
}

.table_logo {
    margin-top: -24px
}

.table_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 1px solid #008ac6;
    border-bottom: 1px solid #008ac6;
    font-weight: 700;
    text-align: left
}

.table_side.table_blue {
    background-color: rgba(0, 179, 228, .18)
}

.table_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 1px solid #008ac6;
    border-bottom: 1px solid #008ac6;
    text-align: left
}

.table_block.table_blue {
    background-color: rgba(0, 179, 228, .18)
}

.total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    padding-top: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f35309;
    font-size: 24px;
    font-weight: 700
}

.total.total_green {
    color: #3fa486
}

.total_icon {
    width: 28px;
    margin-left: 12px
}

@media screen and (max-width: 1200px) {
    .table_top {
        padding-right: 2px;
        padding-left: 2px
    }

    .table_side {
        padding-right: 2px;
        padding-left: 2px
    }

    .table_block {
        padding-right: 2px;
        padding-left: 2px
    }
}

@media screen and (max-width: 790px) {
    .table {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto
    }

    .table_top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background-color: #fff
    }

    .table_top._2_col {
        display: none
    }

    .table_logo {
        max-width: 80%
    }

    .table_side.table_blue {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .table_side.wide_col {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(0, 179, 228, .18);
        text-align: center
    }

    .table_block.table_blue {
        background-color: transparent
    }

    .table_block.table_blue._2_col {
        display: none
    }

    .table_block._2_col {
        display: none
    }

    #w-node-0ff27b864b72-233d6984 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3
    }

    #w-node-9a400ed4d060-233d6984 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2
    }

    #w-node-c824eac58f3a-233d6984 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3
    }

    #w-node-6012aa90db4f-233d6984 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 2;
        grid-row-end: 4;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1
    }

    #w-node-55d60fddde05-233d6984 {
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
        -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
        order: 9999
    }

    #w-node-0082cfdc8a60-233d6984 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1
    }

    #w-node-8a5da932f834-233d6984 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1
    }

    #w-node-36963aabd900-233d6984 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1
    }

    #w-node-a8c8252bd3c2-233d6984 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1
    }

    #w-node-0ddbee2cc329-233d6984 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1
    }

    #w-node-71a3acc4d8c4-233d6984 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1
    }

    #w-node-cb2705543dad-233d6984 {
        -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
        order: -9999;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1
    }

    #w-node-f3157f5d5f34-233d6984 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1
    }

    #w-node-17baadd0215c-233d6984 {
        -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
        order: -9999
    }

    #w-node-7e6c2f37451a-233d6984 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1
    }

    #w-node-0716d424ae34-233d6984 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1
    }

    #w-node-58469ad36a2d-233d6984 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1
    }

    #w-node-0bd823dac97c-233d6984 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1
    }

    #w-node-de76394ce835-233d6984 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1
    }

    #w-node-e02b62072e09-233d6984 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1
    }

    #w-node-e189a82c5499-233d6984 {
        -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
        order: 9999
    }

    #w-node-71175c84bed7-233d6984 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1
    }

    #w-node-4d03045c7422-233d6984 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1
    }

    #w-node-40a1629e0b5e-233d6984 {
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3
    }

    #w-node-c8d965834a16-233d6984 {
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1
    }
}

/* table end   */