

/* Start:/local/templates/main/components/bitrix/news/smi-o-nas/bitrix/news.detail/.default/style.css?17425415385325*/
.smi-o-nas_detail {max-width: 960px;margin: 40px auto 100px;padding: 0 6%;}
.smi-o-nas_detail h2 {margin-bottom: 20px;
    margin-top: 30px;}
.smi-o-nas_detail h3 {font-weight: 600;margin-bottom: 15px;}
.smi-o-nas_detail h4 {font-weight: 600;margin-bottom: 10px;}
.smi-o-nas_detail strong {font-weight: 600;}
.smi-o-nas_detail .preview_text {margin-bottom: 50px;font-size: 20px;line-height: 1.4;}
.smi-o-nas_detail .preview_text p,
.smi-o-nas_detail .preview_text ul,
.smi-o-nas_detail .preview_text ol,
.smi-o-nas_detail .preview_text li {margin-bottom: 15px;}

.content li{
    list-style: none;
}

.smi-o-nas_detail .preview_text ol{
    list-style: decimal !important;
    margin-left: 32px;
}

.smi-o-nas_detail .preview_text ul{
    list-style: disc !important;
    margin-left: 32px;
}

.smi-o-nas_detail .more a {
    padding: 7px 20px;
    display: inline-block;
    border: 0;
    background: #DC3140;
    color: #fff;
}
.smi-o-nas_detail figure {
    background: rgb(121 122 123);
    margin: 0 10% 20px;
    padding: 20px 40px;color: #fff;text-align:center;
}
.smi-o-nas_detail figcaption {font-size: 14px;}
.why a {border:0;color:#dc3149}

.smi-o-nas_detail blockquote {
    background: rgb(121 122 123 / 20%);
    margin-bottom: 20px;
    padding: 3% 5%;
}
.smi-o-nas_detail table thead th {border-bottom: 1px solid rgba(0, 0, 0, .1);}
.smi-o-nas_detail table tbody {font-size: 16px;}

.smi-o-nas_detail .mobile-table {display:none}

@media (max-width: 767px) {
	.smi-o-nas_detail .preview_text {font-size: 16px;}

	.smi-o-nas_detail .desktop-table {display:none}
	.smi-o-nas_detail .mobile-table {display:block}
}

.smi-o-nas_author{
    margin-top: 80px;
}
.h2_small{
    font-family: "MullerMedium", sans-serif;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    color: #3c3d3f;
    letter-spacing: 0.04em;
    text-align: center;
    /* margin-bottom: 20px; */
    /* margin-top: 30px; */
}

.smi-o-nas_author_wrap{
    display: flex;
    justify-content: center;
    column-gap: 35px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .smi-o-nas_author_wrap{
    flex-direction: column;
    row-gap: 22.5px;
    align-items: center;
}
}

.smi-o-nas_author_left {
    width: 175px;
}

.smi-o-nas_author_left_inner {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 175px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} 

.smi-o-nas_author_left:hover .smi-o-nas_author_left_inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@media screen and (max-width: 768px) {
.smi-o-nas_author_left .smi-o-nas_author_left_inner.clicked {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    }
}

.smi-o-nas_author_left_back {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #3C3D3F;
    -webkit-box-shadow: 5px 5px 1px 0px #dc3140;
    box-shadow: 5px 5px 1px 0px #dc3140;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px;
    height: 175px;
}

.smi-o-nas_author_left_front
/* ,.log_crl-123  */
{
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.smi-o-nas_author_left_front img {
    max-height: 175px;
    max-width: 180px;
    -webkit-box-shadow: 5px 5px 1px 1px #C4C4C4;
    box-shadow: 5px 5px 1px 1px #C4C4C4;
}

.smi-o-nas_author_left_back p {
    overflow-y: auto;
    max-height: 100%;
    font-family: 'MullerRegular', sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}

.smi-o-nas_author_left_back p,
.text_cont > p {font-size:11px;line-height:13px}
.smi-o-nas_author_left_back p {overflow-y: auto;max-height: 100%;}
.smi-o-nas_author_left_back p::-webkit-scrollbar {width: 8px;}
.smi-o-nas_author_left_back p::-webkit-scrollbar-track {background: #d7313b;border-radius: 5px;}
.smi-o-nas_author_left_back p::-webkit-scrollbar-thumb {background-color: #2e2e30;border-radius: 5px;border: 2px solid #d7313b;}

.smi-o-nas_author_inner-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .smi-o-nas_author_inner-right{
        width: 175px;
    }
}

.smi-o-nas_author_inner-right-text{
    width: 100%;
    padding: 0;
    text-align: left;
    color: #3c3d3f;	
}
.smi-o-nas_author_inner-right-name{
    margin: 12px 0 25px;
    font-family: 'MullerRegular', sans-serif;
    font-size: 25px;
    line-height: 24px;
    color: #3c3d3f;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .smi-o-nas_author_inner-right-name{
        margin: 5px 0 15px;
        font-size: 20px;
        font-weight: 600;
    }
}
.a_button{
    max-width: 130px;
    text-align: center;
    border-bottom: none;
}
/* End */


/* Start:/local/components/other_comp/main.feedback/templates/callback_logist_cost/style.css?17896532021253*/
.form_feedback-logistics {margin:50px auto;display:flex;color: #3C3D3F;border: 1px solid #b3b3b3;}
.form_feedback-logistics .left_form {width:53%;padding: 35px 40px;box-sizing: border-box;line-height: 1.2;}
.form_feedback-logistics .left_form .name {
	font-weight: 500;
	font-size: 24px;
    font-family: "Muller", sans-serif;
	text-transform: uppercase;

	margin-bottom: 20px;
}
.form_feedback-logistics .left_form .text {
	font-size: 18px;
	margin-bottom: 30px;
}
.form_feedback-logistics .left_form .left_form_input {margin-bottom: 20px;}
.form_feedback-logistics .left_form input {border: 1px solid #CCCCCC;height:50px;padding:0 20px;width: 100%;}
.form_feedback-logistics .left_form button {background: #DC3140;width: 100%;height:50px;text-transform: uppercase;color: #FFFFFF;}
.form_feedback-logistics .right_img {width:47%;background:url(/upload/pages/logistics/bg_form.jpg) no-repeat 50%;background-size: cover;}

@media (max-width:880px){
    .form_feedback-logistics {width:100%;}
}
@media (max-width:620px){
	.form_feedback-logistics .left_form {width: 100%;}
    .form_feedback-logistics .left_form .name {font-size: 18px;}
	.form_feedback-logistics .left_form .text {font-size: 14px;}
	.form_feedback-logistics .right_img {display: none;}
}
/* End */
/* /local/templates/main/components/bitrix/news/smi-o-nas/bitrix/news.detail/.default/style.css?17425415385325 */
/* /local/components/other_comp/main.feedback/templates/callback_logist_cost/style.css?17896532021253 */
