/*
@import url('/local/assets/css/main.css');
@import url('/local/assets/css/shame.css');
*/

.contact{
    float: right;
}

/* блок под статьей */
.article-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
@media (max-width:767px){
        .table_div {
    overflow: auto;
    height: auto;
    max-width: 700px;
}
}
@media (max-width: 729px){
    .article-bottom{
        justify-content: center;
    } 
}

.void_card{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 30px; 
}

.share-but-icon{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 30px;
}
/* блок под статьей */

/* форма под статьей */
.inline-form .form-group{
    flex-direction: column;
}

.inline-form #subscribeMail {
    max-width: 100%;
    margin-bottom: 20px;
}

.button.button-small {
    width: fit-content;
    align-self: center;
}
/* форма под статьей */

/* .search_wrap {
    width: 40%;
} */


/* цитата */
blockquote{
    position: relative;
    background: rgba(57, 154, 216, 0.15);
    padding: 60px 80px 60px 130px;
    border-left: unset;
}

blockquote:before{
    content: url("https://xn--80ah6b2b.xn--p1ai/images/blockquote.svg");
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translate(0, -50%)

}

@media (max-width:442px){
    blockquote:before{
        display: none;
    }
    blockquote{
        padding: 20px;
    }
    .table_div {
    overflow: auto;
    height: auto;
    max-width: 320px;
}
}

.curious{
    font-weight: bold;
    color: #399AD8;
}
/* цитата */


.radio input[type="radio"], 
.radio input[type="checkbox"], 
.checkbox input[type="radio"], 
.checkbox input[type="checkbox"] {
    opacity: 1;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -6px;
    left: 15px;
    border-radius: 8px;
}



.more-product-title{
    font-size: 70px;
    line-height: 1.2;
    position: relative;
    color: #399ad8;
    font-weight: 800;
    text-transform: uppercase;
}

.more-reviews-title{
    font-size: 70px;
    line-height: 1.2;
    position: relative;
    color: #399ad8;
    font-weight: 800;
    text-transform: uppercase;
}

.button-small > img {
	height: 16px;
	margin-bottom: 6px;
}
.faq_wrapper {
    margin-top: 50px;
}
.pre_text {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 600;
}
.zvn {
    width: 80px;
    height: 80px;
    background: #399ad8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10%;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.komar_img {
    position: relative;
}
.zvn:hover {
    cursor: pointer;
    background: #fff;
    border: 2px solid #399ad8;
}
.zvn:hover svg {
    fill: #399ad8;
}