.clickable{cursor: pointer;}

.ord_btn {
    background-color: rgb(255, 20, 81);
    color: #fff !important;
    display: inline-block;
    padding: 10px 30px;
    font-size: 25px;
    box-shadow: 2px 3px 3px #999;
    text-decoration: none !important;
    margin: 20px 0 30px;
    line-height: 27px;
    text-transform: uppercase;
}

.new_btn {
    font-family: 'Roboto', sans-serif;
    background: rgb( 236, 28, 36);
    border: 1px solid rgb( 236, 28, 36);
    border-radius: 10px;
    width: 310px;
    height: 42px;
    text-align: center;
    line-height: 39px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    margin: 20px auto 0 auto;
    box-sizing: border-box;
    transition: .3s all;
}

.new_btn:hover {
    background: #ffffff;
    border: 1px solid rgb( 236, 28, 36);
    box-shadow: 0px 7px 4px 0px #666;
    color: rgb( 236, 28, 36);
    transform: translate(0, -5px);
}

.btnCont {
    text-align: center;
}

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

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

.mobileShow {
    display: none;
}

@import "reset.css"
/*tpa=http://novosty-blog.ru/vision-pluse.ru/malish-visionpluse/files/reset.css*/

;
.header-menu-item-hover {
    background: white;
    color: black;
}

body {
    margin: 0px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    /* background: #C5E2FF  url(images/malish.jpg)/*tpa=http://novosty-blog.ru/vision-pluse.ru/malish-visionpluse/files/malish.jpg*/
    no-repeat;
    */ background-position: center 0;
}

.limit {
    max-width: 1040px;
    margin: 0 auto;
    display: block;
    /* margin-top: 350px; */
}

.logo {
    display: block;
    border: 0;
    text-decoration: none;
    float: left;
}

.logo img {
    border: 0;
}

.comm_ima {
    display: block;
    margin: 10px auto;
    max-width: 400px;
}

main .content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
}

main .content .imageCont {
    text-align: center;
    margin: 10px auto;
}

main .content .imageCont img {
    vertical-align: middle;
    display: inline-block;
    max-width: 300px;
}

main .content .text h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

main .sidebar {
    display: inline-block;
    width: 23%;
    float: right;
    vertical-align: top;
    text-align: justify;
    background-color: #fff;
    padding: 10px;
}

main .sidebar .imageCont img {
    border: none;
    width: 100%;
}

main {
    background-color: #fff;
    z-index: 100;
}

.dialog-border {
    border: 4px solid #169ed1;
    background: #e5f2ff;
    padding: 10px 15px 15px;
}

.wwrapper_border {
    /* border: solid 10px  rgba(33, 89, 134, 0.61); */
    z-index: 10;
    /* margin-top: -10px; */
}

.top_bg {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

.text {
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.imageInText.top {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
}

.imageInText.left {
    float: left;
    max-width: 300px;
    margin: 5px 10px 0 0;
}

.imageInText.right {
    float: right;
    max-width: 300px;
    margin: 5px 0 0 10px;
}

.imageInText.center {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.commentView {
    display: none;
}

main #facebook {
    padding: 20px;
    box-sizing: border-box;
    background: #f6f7f9;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
}

main #facebook .avatar {
    width: 32px;
    height: 32px;
    float: left;
}

main #facebook .writeComment {
    box-sizing: border-box;
}

main #facebook .writeComment:before,
main #facebook .writeComment:after {
    content: '';
    display: table;
    clear: both;
    width: 100%;
}

main #facebook .writeComment .form {
    box-sizing: border-box;
    padding-left: 40px;
}

main #facebook .writeComment .form input {
    display: block;
    padding: 7px 5px;
    border: 1px solid #9a9a9a;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

main #facebook .writeComment .form .inscription {
    font-size: 10px;
    color: #ccc;
}

main #facebook .commentsList:before,
main #facebook .commentsList:after {
    content: '';
    display: table;
    clear: both;
    width: 100%;
}

main #facebook .commentsList .commentItem {
    box-sizing: border-box;
    margin: 10px 0;
}

main #facebook .commentsList .commentItem .commentBody {
    padding-left: 40px;
    font-size: 12px;
    line-height: 16px;
}

main #facebook .commentsList .commentItem .commentBody .username {
    color: #3b5998;
    font-weight: 600;
}

main #facebook .commentsList .commentItem .commentBody .commentAction a {
    color: #3b5998;
    text-decoration: none;
}

main #facebook .commentsList .commentItem .commentBody .commentAction .circle {
    font-size: 7px;
    position: relative;
    top: -2px;
    padding: 0 5px;
}

main #facebook .commentsList .commentItem .commentBody .commentAction .likeImage {
    position: relative;
    top: 8px;
    width: 25px;
    height: 25px;
}

main #facebook .commentsList .commentItem .commentBody .commentAction .likeCount {
    color: #ccc;
}

main #facebook .commentsList .commentItem .commentBody .commentAction .time {
    color: #ccc;
}

main #facebook {
    display: block;
}

.text p {
    margin: 10px auto;
}

header {
    background-color: #5fbb1a;
}

header .mobileMenu {
    display: none;
}

header#page-title {
    position: relative;
    color: white;
    z-index: 15;
    padding-bottom: 10px;
}

article.themed.theme-red header#page-title .promo,
article.themed.theme-red header#page-title .menu,
.grid.red header#page-title .promo,
.grid.red header#page-title .menu {
    background-color: #260701 !important;
    color: #e4cbcc;
}

header#page-title .promo {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    min-height: 60px;
}

header#page-title .promo>div {
    position: relative;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

header#page-title .promo .title {
    max-width: 920px;
    padding-left: 5px;
}

header#page-title .promo .title a,
header#page-title .promo .title span:not(.message),
header#page-title .promo .title h1.title {
    display: inline-block;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: left;
    color: inherit;
    text-decoration: none;
}

header#page-title .promo .title span:not(.message),
header#page-title .promo .title h1.title {
    margin: 10px 5px 10px 0;
}

header#page-title .promo .message {
    display: inline-block;
    float: none;
    margin-top: 15px;
    padding-right: 10px;
    vertical-align: top;
    opacity: 0.5;
    line-height: normal;
    color: inherit;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    word-break: break-word;
}

header#page-title .promo .message {
    display: inline-block;
    float: none;
    margin-top: 15px;
    vertical-align: top;
    opacity: 0.5;
    line-height: normal;
    color: inherit;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

header#page-title .promo .age_restriction {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px 0 0 0;
    width: 60px;
    font-weight: bold;
}

header#page-title .promo .age_restriction {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px 0 0 0;
    width: 60px;
    font-weight: bold;
}

.clearfix:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

article.themed.theme-red header#page-title .promo,
article.themed.theme-red header#page-title .menu,
.grid.red header#page-title .promo,
.grid.red header#page-title .menu {
    background-color: #260701 !important;
    color: #e4cbcc;
}

.content-width {
    margin-left: auto;
    margin-right: auto;
}

header#page-title .menu ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style: none;
}

header#page-title .menu ul .burg {
    display: none;
}

header#page-title .menu ul .burg img {
    max-width: 30px;
}

header#page-title .menu ul li {
    display: inline-block;
    margin: 0 11px;
}

header#page-title .menu ul li {
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    display: inline-block;
    margin-right: 16px;
}

header#page-title .menu ul li a {
    display: block;
    line-height: 21px;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.99px;
    padding: 3px;
}

article.themed.theme-red header#page-title .promo li.active a,
article.themed.theme-red header#page-title .menu li.active a,
.grid.red header#page-title .promo li.active a,
.grid.red header#page-title .menu li.active a {
    border-color: #e4cbcc;
}

header#page-title .promo .age_restriction .pill {
    display: block;
    margin: 0 auto;
    padding: 1px 5px 1px 5px;
    width: 40px;
    border-radius: 2px;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
}

.comment {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #0E61A2;
}

.se_a {
    text-decoration: none;
}

.bb_se {
    border-bottom: solid 1px #D9E3EB;
}

.bs_se {
    display: block;
    margin: 20px auto;
    max-width: 455px !important;
    border-radius: 30px;
    background-color: #5fbb1a;
    color: #fff;
    text-align: center;
    padding: 7px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 5px 0px rgb(21, 80, 133, 1);
    -moz-box-shadow: 0px 10px 5px 0px rgba(21, 80, 133, 1);
    box-shadow: 0px 10px 5px 0px rgba(21, 80, 133, 1);
}

.bs_se:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.clrka {
    clear: both;
}

.comm {
    padding: 10px;
    border-top: solid 1px #D9E3EB;
}

.top_com img {
    max-width: 50px;
    display: inline-block;
    vertical-align: middle;
}

.text_va {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    padding-left: 10px;
    margin: 0;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #898989;
display: inline;
}

.top_com h3 {

    display: inline
}

.top_com span {
    color: #798A95;
}

.text h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    color: #5fbb1a;
}

.ctr_ima {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.comment_image img {
    max-width: 475px;
}

.ctr_blue {
    color: #5fbb1a;
    text-align: center;
}

.eco_href {
    text-decoration: none;
    color: #05519D;
    font-weight: 600;
}

.autoriz {
    padding: 5px;
    margin-top: 20px;
}

.autoriz .autori_h1 {
    color: #05519D;
    font-weight: 600;
    font-size: 21px !important;
    margin-bottom: 14px;
}

.soc {
    color: #707E89;
    font-size: 16px;
}

.od a {
    background-image: url(images/login_ok.jpg)/*tpa=http://novosty-blog.ru/vision-pluse.ru/malish-visionpluse/files/login_ok.jpg*/
    ;
}

.vk a {
    background-image: url(images/login_vk.jpg)/*tpa=http://novosty-blog.ru/vision-pluse.ru/malish-visionpluse/files/login_vk.jpg*/
    ;
}

.fc a {
    background-image: url(images/login_fb.jpg)/*tpa=http://novosty-blog.ru/vision-pluse.ru/malish-visionpluse/files/login_fb.jpg*/
    ;
}

.soc_im {
    margin: 20px 0;
}

.soc_im a {
    width: 40px;
    height: 40px;
    background-size: contain;
    display: inline-block;
    width: 40px;
    margin: 12px;
    border-radius: 3px;
    background-repeat: no-repeat;
}

.soc_im a:first-child {
    margin-left: 0;
}

.inp_se {}

.inp_txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 312px;
    width: 100%;
    height: 40px;
    padding: 5px 15px !important;
    border: 1px solid #aebfcc;
    -webkit-appearance: none;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-right: 0 !important;
}

label {
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
}

label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 1px solid #707e89;
    float: left;
}

.btn_se {
    width: 70%;
    margin-top: 20px;
    outline: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    padding: 10px 10px;
    text-align: center;
    color: white;
    border: none;
    border-radius: 2px;
    background-color: #034486;
    cursor: pointer;
}

.footer_Se {
    text-align: center;
    background-color: #fff;
    margin-top: 20px;
    padding: 10px 0;
}

.mob_top {
    max-width: 100%;
    display: none;
    margin: 0 auto;
}

.p_italic {
    font-style: italic;
    text-align: right;
}

.image_center {
    margin: 0 auto;
    width: 100%;
}

.comment_image {
    text-align: center;
    color: #5fbb1a;
    font-style: italic;
}

.content_list {
    list-style-type: disc;
}

.content_list li {
    margin-left: 50px;
}

.imgsoda1 {
    display: inline-block;
    width: 49%;
}

.imgsoda2 {
    display: inline-block;
    width: 49%;
}

.imgbefore {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.imgbefore1 {
    /*width: 72%;*/
    max-width: 100%;
}

.warning_text {
    margin: 20px 0;
    padding: 30px;
    font-size: 26px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #5fbb1a;
    background-color: #c5eedf;
}

.sum {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    font-size: 200px;
    color: #169ed1;
}

.prod {
    /* width: 20%; */
    /* display: inline-block; */
    /* vertical-align: middle; */
}

.prod1 {
    /*width: 60%;*/
    max-width: 100%;
}

.rav {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    font-size: 200px;
    color: #169ed1;
}

.imgafter {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.imgafter1 {
    /*width: 68%;*/
    max-width: 100%;
}

.color {
    color: white;
    text-decoration: none !important;
}

.textalign {
    text-align: center;
}

.textalign5 {
    font-size: 0;
}

.textalign5>i {
    font-size: 16px;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

.shake {
    display: inline-block;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@media screen and (max-width: 800px) {
    body {
        background: none;
        background-color: #5fbb1a;
    }
    .copyright{color:white}
    .limit {
        margin-top: 0;
    }
    .mob_top {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    main .sidebar {
        display: none;
    }
    .logo {
        position: relative;
        transform: none;
    }
    main .content {
        width: 100%;
        box-sizing: border-box;
    }
    header a {
        text-decoration: none;
    }
    header .mobileMenu {
        display: block;
        color: #000000;
        font-size: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
        padding-left: 20px;
    }
    .sum {
        font-size: 150px;
    }
    .rav {
        font-size: 150px;
    }
}

@media screen and (max-width: 663px) {
    .ctr_ima {
        max-width: 100%;
    }
}

@media screen and (max-width: 555px) {
    .ctr_ima {
        max-width: 100%;
    }
    header#page-title .promo .age_restriction .pill {
        display: none;
    }
    .sum {
        font-size: 140px;
    }
    .rav {
        font-size: 140px;
    }
    .bs_se {
        font-size: 17px;
    }
}

@media screen and (max-width: 500px) {
    .text {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 480px) {
  header#page-title{padding-top:5px;padding-bottom:5px}
  .logo{    margin: 0px auto;float:none;}
  .menu{display: none}
    header#page-title .menu ul li {
        margin: 0;
    }
    .autoriz {
        display: none;
    }
    header#page-title .promo .message {
        display: none;
    }
    header#page-title .menu ul li:not(.burg) {
        display: none;
    }
    header#page-title .menu ul {
        text-align: center;
        width: 100%;
    }
    header#page-title .menu ul .burg {
        display: block;
        text-align: center;
    }
    .imageInText.left,
    .imageInText.right {
        float: none;
        display: block;
        max-width: 300px;
        margin: 10px auto;
    }
    .comm_ima {
        max-width: 100%;
    }
    .sum {
        font-size: 100px;
    }
    .rav {
        font-size: 100px;
    }
}

@media screen and (max-width: 410px) {
    main .commentsCont .line-2 .sort {
        display: none;
    }
    .commentsCont .login {
        display: none;
    }
    main .commentsCont .line-3 .bodyCont textarea {
        font-size: 15px;
    }
    main .content .imageCont img {
        width: 100%;
    }
    .sum {
        font-size: 78px;
    }
    .rav {
        font-size: 78px;
    }
}

.talia_block_wrapper {
    border: 4px solid #5fbb1a;
}

.talia_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.talia_block_left {
    padding: 0 0 20px 0;
    margin-right: 53px;
}

.talia_block_left img,
.talia_block_right img {
    max-width: 100%;
}

.talia_block_right {
    padding-top: 87px;
}

.talia_block_bottom ul {
    display: flex;
    text-align: center;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    justify-content: space-around;
}

.talia_block_bottom ul li {
    max-width: 100px;
}

.talia_block_bottom ul li img {
    min-height: 99px;
}

.talia_block_bottom ul li span {
    margin-top: 12px;
    display: block;
}

.talia_wrapper_bottom {
    background-color: #C5DCEE;
    padding: 35px;
}

.talia_wrapper_bottom h3,
.talia_wrapper_bottom h4 {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.talia_wrapper_bottom h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 36px;
}

.talia_wrapper_bottom h4 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.talia_wrapper_bottom_block {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.talia_form {
    max-width: 355px;
    margin: 0 auto;
    background-color: #FFF;
}

.form_bottom {
    max-width: 355px;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 15px;
}

.talia_form_header {
    color: #000;
    transition: .6s;
    background-color: #ffcd00;
    text-align: center;
    padding: 20px 0;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.talia_form_header.active,
.talia_form_block.active,
.talia_right_price.active {
    box-shadow: inset 0 0 100px 100px #00b52f;
}

.number2 {
    display: none;
}

.talia_form_body {
    padding: 15px 0 25px 0;
    background-color: #FFF;
    border: 2px dashed #5fbb1a;
    border-top: none;
}

.talia_form_body h4 {
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #5fbb1a;
}

.talia_form_wrapper {
    text-align: center;
    padding: 15px 0 30px 0;
}

.talia_form_block {
    position: relative;
    display: inline-block;
    transition: .6s;
    padding: 13px 20px;
    background-color: #b3d1e9;
    font-size: 28px;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 5px;
    border: 2px dashed #2279be;
}

.talia_wrapper_bottom_block_right {
    padding-right: 60px;
}

.talia_form_block:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -12px;
    right: 9px;
    width: 35px;
    height: 22px;
    background: url(images/scissors.png)/*tpa=http://novosty-blog.ru/vision-pluse.ru/malish-visionpluse/files/scissors.png*/
    no-repeat center;
}

.talia_button_wrapper {
    text-align: center;
}

.talia_button {
    display: inline-block;
    font-size: 16px;
    padding: 20px 35px;
    background-color: #66c756;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    box-shadow: 0px 5px 10px 0px rgba(102, 199, 86, 0.36);
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
}

.talia_button.active {
    width: 100%;
    box-sizing: border-box;
    background-color: green;
    transition: 2s;
}

.talia_button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
}

.talia_wrapper_bottom_block_right h4 {
    font-size: 18px;
    text-transform: none;
}

.talia_right_price_wrapper {
    text-align: center;
    margin-top: 15px;
}

.talia_right_price {
    background-color: #bb1919;
    padding: 7px 20px;
    color: #fff;
    transition: .6s;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.form_talia {
    margin-top: 45px;
}

.form_talia input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 14px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 10px;
    outline: none;
}

.button_talia_form_wrapper {
    margin-top: 40px;
    text-align: center;
}

.button_talia_submit {
    display: inline-block;
    padding: 15px 0;
    border: none;
    width: 100%;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
    text-transform: uppercase;
    box-shadow: 0px 5px 10px 0px rgb(187 25 25 / 36%);
    background-color: #bb1a1a;
}

a.button_talia_submit {
    color: #fff !important;
    text-decoration: none;
}

.button_talia_submit:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
}

.comment {
    /* margin-top: 50px; */
    font-size: 24px;
    color: #5fbb1a;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.top_com h3 {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #898989;
}

.top_com span {
    font-family: 'Roboto', sans-serif;
}

.text p {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
}

.bottom_button_wrapper {
    padding: 45px 0;
    max-width: 283px;
    margin: 0 auto;
    text-align: center;
}

.text strong {
    display: block;
    text-transform: uppercase;
}

.text a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1a4cbb;
}

.text a:hover {
    text-decoration: none;
}

.comm_1_lvl {
    margin-left: 6%;
}

.comm_2_lvl {
    margin-left: 12%;
}

.comm_3_lvl {
    margin-left: 18%;
}

.comm_4_lvl {
    margin-left: 24%;
}

.main_text p {
    margin: 0px 0;
    line-height: 25px;
}

.main_text p strong {
    margin-bottom: 20px;
}

.comm-last-child {
    border-bottom: 2px solid #5fbb1a;
}

p.promo-active {
    display: none;
    color: green;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.authorBlock {
    display: -webkit-flex;
    display: flex;
    width: 80%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.authorBlock>div {
    width: 47%;
}

.authorDesc {
    font-style: italic;
}

@media only screen and (max-width: 960px) {
    .talia_block {
        padding-bottom: 20px;
    }
    .talia_block_left {
        margin-right: 0;
    }
    .talia_wrapper_bottom_block {
        flex-direction: column;
    }
    .talia_wrapper_bottom_block_right h4 {
        margin-top: 40px;
    }
    .talia_wrapper_bottom_block_right {
        padding-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .talia_block_right {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .text {
        padding: 0 15px;
    }
    .authorBlock>div {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .talia_wrapper_bottom {
        padding: 15px;
    }
    .talia_form_header {
        font-size: 24px;
    }
    .talia_wrapper_bottom h3 {
        font-size: 33px;
    }
    .talia_form_block {
        font-size: 21px;
    }
}

@media only screen and (max-width: 500px) {
    .talia_block_bottom ul {
        flex-wrap: wrap;
    }
    .talia_block_bottom ul li img {
        width: 60px;
        height: auto;
        min-height: auto;
    }
}
