*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

footer, article, aside, nav, section {
    display: block;
}

html {
    width: 100%;
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
    line-height: 1.33;
    font-family: Montserrat, sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #000;
    background: #fff;
    font-weight: 400;
    width: 100%;
}

.d-mobile {
    display: none !important;
}

.clearfix {
    clear: both;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

a {
    color: #0d2ce8;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 14px;
}

.img-responsive {
    max-width: 100%;
}

.d-center {
    display: block;
    margin: 0 auto 15px;
}

.wrapper {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-right {
    margin: 0 !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.header-top {
    text-align: center;
    padding: 10px 0;
}

.toggle-button {

    float: left;
    text-decoration: none;
    margin: -3px 30px 0 0;
}

.top-menu {

    margin: 18px 0;
    display: inline-block;
}

.top-menu a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #010101;
    display: inline-block;
    text-decoration: none;
    margin-right: 18px;
}

.top-menu a:hover {
    text-decoration: underline;
}

.top-menu svg {
    display: inline-block;
    vertical-align: bottom;
}

.logo {

    color: #f6002c;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    position: relative;
    text-align: left;
}

.logo-large {
    font-weight: 900;
    font-size: 62px;
    display: block;
    line-height: 0.8;
}

.logo-middle {
    font-weight: 900;
    font-size: 20px;
    display: block;
    line-height: 1;
    letter-spacing: 3.5px;
}

.logo-small {
    color: #fff;
    display: inline-block;
    background: #000;
    font-size: 14px;
    position: absolute;
    right: -10px;
    top: 30%;
    text-transform: lowercase;
    padding: 0 3px;
}

.b-social {
    float: right;
    margin-top: 11px;
}

.b-social a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 46px;
    text-align: center;
    font-size: 18px;
    padding: 12px 0 11px;
}

.mobile-search {
    display: none;
    float: right;
    text-decoration: none;
    margin-top: 20px;
}

.header-bottom {
    background: #f6002c;
    padding: 13px 0;
}

.bottom-menu {
    font-size: 13px;
}

.bottom-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    padding-right: 15px;
    display: inline-block;
    margin-right: 25px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


.bottom-menu a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right: 2px;
    top: 3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bottom-menu a:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bottom-menu a.current {
    color: #000;
}

.bottom-menu a.current:after {
    border-color: #000;
}

.b-search {
    float: right;
    margin: -5px 0 0;
}

.b-search a {
    display: inline-block;
    text-decoration: none;
}

.b-search a:last-child {
    padding-left: 15px;
    border-left: 1px solid #fff;
    margin-left: 15px;
}

.b-search svg {
    display: inline-block;
    vertical-align: middle;
}

.b-primary {
    padding: 0 0 20px;
}

.b-sidebar {
    float: right;
    width: 260px;
    position: relative;
    padding-top: 10px;
}

.b-search2 {
    background: #f9f9f9;
    padding: 9px 30px;
    color: #b7b7b7;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
    display: block;
    -moz-text-align-last: justify;
    text-align-last: justify;
    margin: 0 0 15px;
}

.b-search2 span {
    display: inline-block;
}

.title-block {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
}

.b-post {
    position: relative;
    margin-bottom: 20px;
}

.post-num {
    position: absolute;
    font-weight: 700;
    color: #fff;
    background: #f6002c;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    top: -5px;
    right: 2px;
    font-size: 14px;
    padding: 4px 0;
}

.teaser {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 700;
}

.b-post:hover .teaser {
    color: #0054ff;
}

.post-info {
    font-size: 11px;
    color: #a6a6a6;
    font-weight: 500;
}

.post-info span {
    display: inline-block;
}

.post-info span:last-child {
    float: right;
}

.post-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.post-last {
    margin-bottom: 30px;
}

.bnr-block {
    position: relative;
}

.fix {
    position: fixed;
    top: 0;
}

.bnr-text {
    position: absolute;
    top: 35px;
    padding: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    text-align: right;
}

.prod-name {
    font-weight: 300;
    font-size: 30px;
    display: block;
}

.btn {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    background: #f6002c;
    display: inline-block;
    position: relative;
    padding: 9px 15px;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.bnr-block .btn {
    margin-top: 10px;
}

.content .btn {
    font-size: 24px;
    font-style: normal;
    padding: 21px 35px;
    border-radius: 35px;
}

.content {
    margin-right: 290px;
}

.main-content {
    padding: 17px 15px 25px;
    background: #f9f9f9;
    margin-bottom: 60px;
}

.b-tags a {
    display: inline-block;
    color: #fff;
    background: #37c472;
    padding: 6px 5px;
    text-decoration: none;
    position: relative;
    margin-left: -17px;
    font-weight: 700;
    font-size: 14px;
}

.b-tags a:after {
    content: "";
    position: absolute;
    border-top: 15px solid #37c472;
    border-bottom: 15px solid #37c472;
    border-right: 11px solid transparent;
    top: 0;
    right: -11px;
}

.content .b-tags {

    border-bottom: 1px solid #dfdfdf;
    margin: 0 -15px 10px;
    padding: 0 15px 10px 18px;
}

.tags-img {
    float: right;
    margin: -10px 0 0;
}
.tags-img img
{
    max-width: 40px;
}

h2 {
    font-size: 24px;
}

h1 {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 10px;
}

h1 span {
    color: #8a8a8a;
    display: block;
}

.article-info {
    font-size: 11px;
    color: #a6a6a6;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 15px;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

.article-info > div {
    display: inline-block;
    vertical-align: middle;
}

.author-info {
    font-size: 14px;
    color: #a4a4a5;
}

.author-info strong {
    color: #000;
}

.author-info img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
}

.article-info span {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 5px 20px;
}

.article-info svg {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: bottom;
}

.b-share {
    margin-bottom: 20px;
}

.b-share a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px 2px 0;
    border-radius: 5px;
}

.b-share a i {
    margin-right: 5px;
    font-size: 16px;
}

.fb {
    background: #415897;
}

.tw {
    background: #3aacec;
}

.mr {
    background: #e6e6e6;
    color: #a4a4a5 !important;
    font-size: 40px !important;
    padding: 10px 10px 28px !important;
    line-height: .1;
}

.pn {
    background: #c41b1f;
}

.b-interview {
    background: #fff;
    padding: 20px 25px 5px;
    font-style: italic;
    margin-bottom: 15px;
}

blockquote {
    border: 1px solid #d7d7d7;
    padding: 30px 15px;
    position: relative;
    margin-bottom: 20px;
}

blockquote:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: -4px;
    left: 0;
    background: #f6002c;
}

blockquote:after {
/*    content: url("//viposidn.com/content/L79MPLTsR0guYV5/img/quote.png");*/
    position: absolute;
    right: 35px;
    bottom: 35px;
}

blockquote > div {
    display: table-cell;
    vertical-align: top;
}

blockquote img {
    border-radius: 50%;
    margin-right: 15px;
}

.expert-name {
    font-style: normal;
    margin-top: 20px;
}

.img-caption {
    padding: 15px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #dfdfdf;
}

.m-green {
    font-weight: 700;
    color: #37c472;
}

.m-red {
    font-weight: 700;
    color: #f6002c;
    font-style: normal;
}

.alignright {
    margin: 20px auto;
    display: block;
    width: 230px;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.img-wrap {
    overflow: hidden;
    margin-bottom: 20px;
    display: inline-block;
}

.img-wrap img {
    margin: 0 auto 5px;
    display: block;
}

.img-wrap span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}

.left-caption {
    float: left;
}

.right-caption {
    float: right;
}
.timer-wrap
{
    margin: 10px 0 30px;
}
.timer-wrap > div {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.timer-note {
    font-size: 14px;
}

.your-time {
    background: #e7eaf1;
    font-size: 30px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #cdd1da;
    display: inline-block;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 1px rgba(115, 122, 135, .18) inset;
    box-shadow: 1px 1px 1px rgba(115, 122, 135, .18) inset;
    margin-bottom: 10px;
}

.countdown-number {
    display: inline-block;
    color: #9098a6;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, .5);
/*    background: url("//viposidn.com/content/L79MPLTsR0guYV5/img/count_bg.png") no-repeat;*/
    min-width: 55px;
    text-align: center;
    padding: 7px 0;
    position: relative;
    margin: -5px;
}

.countdown-number:after {
    content: "";
    width: 100%;
    height: 100%;
/*    background: url("//viposidn.com/content/L79MPLTsR0guYV5/img/count_bg1.png") no-repeat center;*/
    position: absolute;
    left: 0;
    top: 0;
}

.now-buy {
    font-weight: 700;
    text-align: left;
    margin-left: 10px;
}

.now-buy span:last-child {
    font-weight: 900;
    display: block;
}

.comments-block .title-block {
    font-size: 24px;
    margin-bottom: 20px;
}

.comments-subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.b-usefull {
    padding: 20px 0 30px;
    margin-bottom: 20px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

.b-usefull > div {
    display: inline-block;
    max-width: 92px;
    font-weight: 600;
    width: 13%;
    margin: 5px;
	vertical-align: top;
}

.b-usefull a {
    display: block;
    background: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 3px;
    font-size: 13px;
    padding: 12px 0;
    text-decoration: none;
    color: #000;
}
.b-usefull a:last-child
{
    padding: 6px 3px;
}
.b-usefull a:hover
{
    background: #f3c2ca;
}
.comment-item {

    padding: 0 5px 0;

    margin-bottom: 20px;
}
.comment-text {
    margin-bottom: 5px;
}
.comment-item>.comment-footer
{
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 10px;
}

.comment-text img {
    display: inline-block;
    vertical-align: middle;
}

.comment-text a {
    font-weight: 700;
}

.comment-footer {

    padding: 10px 0;
}

.comment-author {
    color: #284a89;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
}

.comment-author img {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.comment-date {
    font-size: 13px;
    color: #919191;
}

.comment-like {
    font-size: 13px;
    font-weight: 700;
    color: #375983;
    padding-left: 9px;
    margin-left: 5px;
    border-left: 1px solid #375983;
}

.comment-like svg {
    display: inline-block;
    vertical-align: baseline;
}

.thumb-down {
    margin-bottom: -5px;
}

.reply {
    display: inline-block;
    color: #000;
    font-size: 12px;
    background: #ffe400;
    text-decoration: none;
    padding: 2px 10px;
    border-radius: 10px;
    float: right;
    margin-top: 15px;
}

.comment-reply {

    padding: 5px 0;
    margin: 5px 0 10px 55px;
    border-bottom: 1px solid #c7c7c7;
}

.b-footer {
    padding: 15px 0;
    font-size: 14px;
    background: #f9f9f9;
}

.form {
    position: relative;
    z-index: 100;
    width: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px #d8d8d8, 0 0 0 15px #fff;
    box-shadow: 0 0 0 1px #d8d8d8, 0 0 0 15px #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.form__title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form__text {
    color: #333;
    font-size: 20px;
    line-height: 160%;
    line-height: 19px;
    text-align: center;
    margin: 5px 0 25px 0;
}

.timer__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #1b478a;
}

.timer {
/*    margin-bottom: 40px;*/
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.hour-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hour, .minute, .second {
    border: 2px dotted #ebd50c;
    border-radius: 50%;
    padding: 20px 16px;
    margin: 0 10px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #1b478a!important;
}

.timer__text p {
    font-size: 16px!important;
    line-height: 15px!important;
    color: #000!important;
    margin-top: 20px;
    font-weight: bold;
    color: #1b478a!important;
}

.form-wrapper {
    background-color: #eaeeff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prices p:first-child {
    font-size: 20px!important;
    text-align: center;
    font-weight: 600;
    color: gray!important;
}

.prices p {
    margin: 5px!important;
}

.prices p:last-child {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.prices .newprice {
    font-size: 23px;
    font-weight: 800;
    color: #ff0000;
}

.form__input-container {
    position: relative;
}

/*.form__input-container::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 20px;
    left: 20px;
    background-image: url(../img/name.png);
}

.form__input-container--tel::before {
    background-image: url(../img/phone.png);
}*/

.form__input {
    width: 100%!important;
    font-size: 19px!important;
    line-height: 22px!important;
    color: #000!important;
    text-align: center!important;
    border: none!important;
    padding: 20px!important;
    border: 1px solid grey!important;
    margin-bottom: 10px!important;
}

.form__btn {
    font-size: 23px;
    line-height: 26px;
    font-weight: 990;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #00a31e;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00d228), to(#00ab20));
    background-image: linear-gradient(180deg
, #00d228 0%, #00ab20 100%);
    -webkit-box-shadow: 0 5px 0 -2px #007906;
    box-shadow: 0 5px 0 -2px #007906;
    cursor: pointer;
    margin-top: 10px;
}

.timer__text {
    display: flex;
/*	margin-left: 37px;*/
/*	margin-top: 12px;*/
    justify-content: space-evenly;
}

.timer__text__one {
/*        margin-right: 52px!important;*/
	    margin-left: 20px!important;
	}
	.timer__text__two {
	    margin: 45px 30px 30px 50px;
	}

    .prod__img {
        margin: 30px 0;
    }

@media (max-width: 990px) {
    .hour, .minute, .second {
    padding: 20px 14px;
        margin: 0 5px;
}
    .form {
    width: 100%;
}
    .d-large {
        display: none !important;
    }

    .d-mobile {
        display: block !important;
    }

    .header-top {
        overflow: hidden;
        padding: 6px 0;
    }

    .b-search a:first-child svg {
        max-width: 21px;

    }

    .b-header {
        padding-bottom: 0;
        position: relative;
    }

    .b-header:after {
        width: 37%;
        height: 100%;
        right: 0;
        top: 0;
        content: "";
        position: absolute;
        background: #f6002c;
        z-index: 0;
    }

    .header-top {
        position: relative;
        z-index: 20;
    }

    .logo {
        margin-left: 10px;
    }

    .logo-large {
        font-size: 31px;
    }

    .logo-middle {
        font-size: 10px;
        letter-spacing: 1.8px;
    }

    .logo-small {
        font-size: 11px;
        line-height: 1;
        top: 25%;
    }

    .b-search {
        margin: 3px 10px 0 0;
    }

    .b-share a {
        padding: 10px 25px;
    }
    .mr {
        padding: 7px 10px 28px !important;
        vertical-align: top;
    }
    .content {
        margin-right: 0;
    }

    .content .b-tags {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .main-content
    {
        padding: 12px;
        margin-bottom: 30px;
    }
    .tags-img
    {
        margin: 0;
    }
    .b-tags a
    {
        margin-left: -12px;
    }
    .tags-img img {
        max-width: 30px;
    }
    h2
    {
        font-size: 18px;
        margin-bottom: 10px;
    }
    h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }



    .b-interview
    {
        padding: 12px;
    }
    blockquote
    {
        padding: 10px;
    }
    blockquote:after
    {
        bottom: auto;
        top: 20px;
        right: 10px;
    }
    blockquote > div
    {
        display: block;
    }
    blockquote > div:first-child
    {
        float: left;
    }
    blockquote img
    {
        max-width: 70px;
    }
    .expert-name
    {
        margin: 15px 0;
    }
    .img-wrap span
    {
        font-size: 14px;
    }
    .alignright, .alignleft {
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
    .b-usefull > div
    {
        margin: 0 2px;
    }
    .b-usefull a
    {
        font-size: 11px;
		word-break: break-all;
    }

    .comment-reply
    {
        margin-left: 0;
        padding-left: 0;
    }
    .comment-author {
        display: block;
    }
    .comment-date, .comment-like {
        font-size: 12px;
    }
    .timer__text__one {
/*        margin-right: 52px!important;*/
	    margin-left: 20px!important;
	}
	.timer__text__two {
	    margin: 45px 20px 30px 30px;
	}
}
@media (max-width: 540px)
{
    .article-info
    {
        text-align: left;
        -moz-text-align-last: left;
        text-align-last: left;
    }
    .article-info span:first-child
    {
        margin-left: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 330px) {
    .oldprice {
        font-size: 16px!important;
    }
    .price__ch {
       font-size: 16px!important; 
    }
}