* {
    box-sizing: border-box;
}

div {
    /*max-width:100% !important;*/
}

/*body, html {*/
    /*overflow: hidden;*/
/*}*/

.main {
    font-family: 'Roboto', Arial, sans-serif;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.t-title h1 {
    font-size: 60px;
}

.breadcrumbs {
    max-width: 100%;
    /* margin-top: 30px; */
    margin-left: auto;
    margin-right: auto;
    background-color:#fcfcfc;
}

.breadcrumbs__item {
    margin-right: 35px;
    display: block;
    position: relative
}

.breadcrumbs__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    /*padding-left: 0 !important;*/
    max-width: 1200px;
    padding-left:20px;
    padding-right:20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
}

.breadcrumbs__link {
    line-height: 16px;
    color: #000 !important;
    font-size: 16px;
}

.breadcrumbs__link:after {
    content: "→";
    position: absolute;
    top: 10px;
    right: -26px;
}

.breadcrumbs__item:last-of-type .breadcrumbs__link:after {
    display: none
}

.article {
    /*padding-top: 20px;*/
}

.article img {
    max-width: 100% !important;
    height:auto !important;
}

.main__container {
    max-width: initial;
}

.article h2, h3, h4, h5 {
    display: block;
    position: relative;
    margin: 20px 0;
}

.article h2 {
    font-size: 40px;
}

.article h2::before {
    content: '';
    display: block;
    height: 2.5px;
    width: 80px;
    background-color: #2777D2;
    position: absolute;
    top: -15px;
    left: 0;
}

.article > div {
    margin: 40px 0;
    margin:0 !important;
    padding: 80px 0;
    width:100%;
}

.article__wrapper {
    width:100%;
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
}

.article > div:first-of-type {
    margin-top: 0;
    padding-top:40px;
}

.article > div:last-of-type {
    margin-bottom: 0;
}

.content--table {
    background-color: #fff;
}

.content--table td, .content--list li {
    color:#333333;
}

.content--table table {
    margin-top: 60px;
    margin-left: 100px;
    border-collapse: collapse;
    max-width: 760px !important;
    width: 100%;
}

.t280_opened .t280__menu {
    position:relative;
    margin-top: 140px;
    top: 0;
    transform: none;
}

.t280_opened .t280__bottom {
    position: relative;
    margin-top: 100px;
}

.content--table table td {
    padding: 20px 0;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    font-weight: 300;
    font-size: 18px;
    vertical-align: top;
}

.content--list {
    background-color: #fafafa;
}

.content--list ul {
    list-style: none;
}

.content--list ul li {
    padding: 20px 0;
    margin: 40px 0;
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.content--list ul li::before {
    content: '';
    display: block;
    width: 4px;
    height: 140%;
    background-color: #ebebeb;
    position: absolute;
    top: -36px;
    left: 30px;
    z-index: 1;
}

.t794__tooltip-menu_bottom::after {
    border-bottom-color: #ebebeb;
}

.content--list ul li:first-of-type::before {
    display: none;
}

.t-container--menu {
    display:flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.t-container--menu > .t-col {
    flex:33%;
    margin-bottom:30px;
}

.content--list div.list-item__image {
    width: 60px;
    height: 60px;
    border: 2px solid #000;
    border-radius: 50%;
    float: left;
    clear: both;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: #fafafa;
}

.content--list div.list-item__image img {
    width: 100%;
    height: 100%;
}

.content--list div.list-item__icon {
    width: 60px;
    height: 60px;
    font-size: 45px;
    text-align: center;
    vertical-align: middle;
    float: left;
    clear: both;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: #fafafa;
}

.content--list div.list-item__icon i {
    color:#3156B3;
}

.document-list > div > ul > li {
    font-weight:400 !important;
    position: relative;
}

.document-list > div > ul > li a {
    display: block;
    position: absolute;
    float: left;
    line-height: 22px;
    left: 65px;
    color: #333333 !important;
    border-bottom: 1.5px solid #2777D2;
    transition:all 0.3s ease-in-out;
    margin-top:4px;
}

.document-list > div > ul > li a:hover {
    color:#004691 !important;
}

.document-list li::before {
    display:none !important;
}

.document-list li {
    margin-bottom:25px !important;
}

.content--image {
    max-height: 400px;
    overflow: hidden;
    padding: 0 !important;
    /*margin-top: -40px !important;*/
}

.content--image img {
    width: 100% !important;
    height: auto;
    margin-top: -25%;
}

.content--image .article__wrapper {
    width:100%;
    max-width:100%;
}

.article .image-lower {
    margin-top:0 !important;
    /*max-height:75px;*/
    height:150px;
    overflow: hidden;
    position:relative;
}

.article .image-lower img {
    position:absolute;
    /*top:0;*/
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    transform: none !important;
}

.content--text {

}

.content--text strong {
    display: block;
    position: relative;
    font-size: 31px;
    font-weight: 300 !important;
    float: right;
    line-height: 43px;
    margin: 20px;
    width: 100%;
    max-width: 460px;
}

.content--text strong::before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    max-width: 240px;
    background-color: #515151;
    position: absolute;
    top: -15px;
    left: 0;
}

.content--text div.image-wrapper {
    display: block;
    width: 40%;
    height: auto;
    float: right;
    margin: 20px;
}

.content--text div.image-wrapper img {
    width: 100%;
    height: auto;
}

.content--text div.image-wrapper p {
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
}

.content--text p {
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
}

.product-form__item--submit-buttons {
    text-align: center;
}

.product-form__cart-oneclick {
    color: #0075d4;
    border: 3px solid #0075d4;
}

.t228__leftcontainer {
    position:relative;
}

.logotype__signboard {
    width:116px;
    height:25px;
    background-image: url('/theme/mocompany/img/logotype-sign.png');
    background-size:100%;
    background-position:center;
    position: absolute;
    top: -14px;
    right: 0;
}

.logotype__sign {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color:#001996;
    font-style:italic;
    font-size:12px;
    padding-left: 7px;
    display:block;
    width:100%;
    line-height:22px;
    vertical-align: middle;
}

.t696__content {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8);
}

.field__input {
    color: #000000;
    background-color: #ededed;
}

.field__input--main {
    height:170px;
}

.field__input--file {
    display: none;
}

#ReportForm .t-title {
    text-align: center;
}

#ReportForm .t-input-block a {
    color:#0037cf !important;
}

#OrderFormFree, #ReportForm {
    font-family: Roboto, Arial, sans-serif;
}

#OrderFormFree .fast_order_message, #ReportForm .fast_order_message {
    background-color:#fff;
    border:3px solid #000 !important;
}

#OrderFormFree .modal_fast_order_info, #ReportForm .modal_fast_order_info {
    margin-bottom:15px;
}

#OrderFormFree .t-input, #ReportForm .t-input {
    color: #000000;
    border: 1px solid #c9c9c9;
}

#OrderFree a, #ReportForm a {
    color:#fff;
}

#OrderFormFree .t-descr, #ReportForm .t-descr {
    text-align:left;
}

#OrderFormFree .t-uploadcare, #ReportForm .t-uploadcare {
    text-align:left;
}

#OrderFormFree .t-uploadcare button, #ReportForm .t-uploadcare button {
    background-color:#000;
    border:none;
    border-radius: 0;
    padding:12px 30px;
    font-family: Roboto, Arial, sans-serif;
}

.t-submit {
    color: #0037cf;
    border: 2px solid #0037cf;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.t-input-group {
    margin-bottom: 25px;
}

.t-input-block textarea {
    padding-top: 17px;
    min-height: 108px;
}

.t-form__submit {
    text-align: center;
}

.t-popup__close {
    right:40px;
}

.t-cover__carrier {
    transform: none !important;
    background-position:center;
    background-size:cover;
}

.modal_fast_order_info {
    width: 100%;
    padding: 0 0 8px 0;
    text-align: center;
    line-height: 14px;
    font-size: 20px;
    margin-bottom: 25px;
}

.fast_order_message {
    font-size: 22px;
    text-align: center;
    padding: 30px 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8);
    border: 3px solid #1f5bff;
}

.fast_order_message .section__text {
    margin-bottom: 0 !important;
}

.error {
    color: red;
}

.section__text {
    display: block;
    font-size: 15px;
    margin-bottom: 22px !important;
    line-height: 20px;
}

.section__title {
    margin: 0 !important;
    margin-bottom: 8px !important;
}

.order-form__button {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.order-form__table {
    width:100%;
    height:100%;
}

.content--children .content--children__row {
    max-width: 1200px;
}

#nav73636895 .t228__maincontainer {
    /*max-width: initial !important;*/
}

.content--children {
    background-color:#f2f2f2;
    padding:0 !important;
}

.content--children h2 {
    max-width:1200px !important;
    padding-left:20px !important;
    padding-right:20px !important;
}

.content--children h2:before {
    left:20px;
}

.content--children .t-col {
    width:calc(50% - 40px);
    max-width:initial !important;
    margin-left:20px;
    margin-right:20px;
}

.content--children:last-of-type {
    padding-bottom:0;
}

.content--children__row {
    width:100%;
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:40px 0;
}

.content--children__row:first-of-type {
    padding-top:40px;
}

.content--children__parent {
    background-color:#fff;
    width:100%;
    overflow:auto;
}

.content--children__row > div {
    float:none !important;
    margin-top:40px;
}

.content--children > div.article__wrapper {
    width:100%;
    max-width:100%;
}

.content--children__parent h2 {
    width:100%;
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
    line-height:1.55;
    margin-top:60px;
    margin-bottom:30px;
    font-size:40px;
}

.content--children__row > div:nth-of-type(1), .content--children__row > div:nth-of-type(2) {
    margin-top:0 !important;
}

.t-sociallinks__item a {
    width: 30px;
    height: 30px;
    background-color: #0F54B9;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    vertical-align: middle;
}

.t-sociallinks__item a i.fab {
    font-size: 18px;
    color: #fff;
}

.t-sociallinks__wrapper {
    display:flex;
    display:-webkit-flex;
}

/*  */

/*! CSS Used from: https://poterpite.ru/theme/poterpite-react/css/shopengine.all.css?time=1544819313 */
.einstein_helper{
    margin:25px auto;
    line-height:30px;
    color:#8A8A8A;
    font-size:14px;
    font-weight: 300;
}
.einstein_helper span {
    border:1px solid #EBEBEB;
    border-radius: 5px;
    padding:2px 8px;
    color:#979797;
    font-size:12px;
    margin:0 5px;
}

.einstein_helper span:first-of-type {
    margin-left:2px;
}


/* CSS LOADER */
.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: auto;
    border-radius: 50%;
    border: 5px solid #0082cc;
    border-color: #0082cc transparent #0082cc transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.appear-when-scrolling > h2 {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.visible > h2 {
    opacity:1;
}

.t-col {
    display:inline-block !important;
}

.t-container--menu .t-col {
    width:33%;
    flex:33%;
    float:left;
}

.t-container--menu .t-col:nth-child(3n) {
    margin-right:0 !important;
}

.t280__menu_static .t280__menu:first-of-type {
    margin-bottom:0 !important;
    margin-top:0 !important;
    padding-bottom:0 !important;
}

.t280__menu_static .t280__menu:nth-of-type(2) {
    padding-top:20px !important;
    margin-top:0 !important;
}

.t280_opened .t280__bottom {
    margin-top:50px !important;
}

#Description a {
    color:#fff;
}

#ReportMobile {
    display:none;
}

#ReportMobile a {
    width:310px;
    /*-webkit-border-radius: 0 !important;*/
    /*-moz-border-radius: 0 !important;*/
    /*border-radius: 0 !important;*/
}

.t181__wrapper {
    padding-bottom:0;
}

.t228__pnumber {
    color:#fff !important;
}

.t-screenmax-1985px {
    /*display:none;*/
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width:1202px){
    #ReportMobile {
        display:block;
    }

    #OrderFree {
        /*display:none;*/
    }
}

@media only screen and (max-width:1202px){
    .article > div {
        padding: 20px 15px;
    }

    .article__wrapper {
        /*margin-top:40px;*/
        max-height:100%;
        overflow: hidden;
        /*padding:20px 0;*/
    }

    .content--table table {
        margin-left:0 !important;
        width:100% !important;
        max-width:100% !important;
    }

    .content--table table tr td:last-of-type {
        text-align: right;
    }

    .content--image {
        height:240px;
    }

    .content--image img {
        max-width:initial !important;
        width: auto !important;
        height:100% !important;
        margin-top:0;
    }

    .content--image .article__wrapper {
        padding:0 !important;
        height:100% !important;
    }

    #requestFormContent {
        padding:0 !important;
    }

    .content--list ul {
        padding-left:0 !important;
    }

    .content--list ul li {
        height:60px;
    }

    #AddToFastOrder {
        line-height:22px;
    }

    .article h2 {
        font-size:28px;
    }

    #Description {
        font-size:18px !important;
    }

    .content--children {
        padding-left:0 !important;
        padding-right:0 !important;
    }

    .content--children__row {
        margin-bottom:20px;
        padding-bottom:0;
    }

    .content--children .t-col {
        width:calc(100% - 40px);
        margin-bottom:20px;
        margin-top:0;
        padding-left:0;
        padding-right:0;
    }

    .content--children img {
        width:100% !important;
        height:auto !important;
        transform: translateY(-50%);
    }

    .t842__inner-col {
        height:auto !important;
        overflow: hidden;
    }

    .logotype__signboard {
        left: 30px;
        bottom: -23px;
        top:initial;
        right:initial;
    }

    .t-container--menu .t-col {
        flex:50%;
        width:50%;
    }

    .t-cover__wrapper .t-title, .t-cover__wrapper .t-title h1 {
        font-size:40px !important;
        line-height:1.25 !important;
    }
}

@media only screen and (max-width:768px) {

    #ReportForm .t-popup__close-wrapper g {
        fill:red !important;
    }

    .content--text strong {
        float:none;
        margin:20px 0;
        font-size:22px;
        line-height:1.35;
    }

    .content--text p {
        font-size:16px;
        line-height:1.45;
    }

    .content--text div.image-wrapper {
        float:none;
        width:100%;
        margin:0;
    }

    .content--form > div {
        padding:0;
    }

    .content--form .t-title {
        font-size:24px;
    }

    .t-input-block, .t-input-title {
        text-align: center;
        padding:0;
    }

    .breadcrumbs {
        display:none !important;
    }

    .t-title h1 {
        font-size: 30px !important;
        line-height:1.23 !important;
    }

    .t-container--menu .t-col {
        flex:100%;
        width: 100%;
    }

    .t-cover__wrapper .t-title, .t-cover__wrapper .t-title h1 {
        font-size:30px !important;
        line-height:1.23 !important;
    }

    .einstein_helper {
        padding:0 20px;
    }
}

@media only screen and (max-width:460px) {
    .t842__bgimg {
        display:none;
    }
}

@media only screen and (max-width:640px) {
    #ReportMobile a {
        width:248px;
    }
}

@media only screen and (max-width:1985px){
    .t-screenmax-1985px {
        /*display:block;*/
    }
}