/* Пользовательские стили*/
LI,
UL {
    margin: 0;
    padding: 0;
    list-style: none;
}
.b-catalog {
 z-index: 9;
 padding: 60px 0 10px;
}
.b-catalog__head {
    font-size: 40px;
    color: #3e4348;
    border-left: 3px solid #d4213d;
    font-weight: 600
}
.b-footer {
 background:#fff;
 padding:50px 0 50px;
 font-size:14px;
 background: #3e4348
}
.b-menu__logo {
    padding-left: 42px;
    padding-right: 1px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}
.b-menu__logo:before {
    display: block;
    height: 37px;
    width: 37px;
    position: absolute;
    left: 0;
    top: -5px;
    background: url(/upload/me/logo.png) no-repeat;
    content: "";
}
.wrapper {
    max-width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    height: 100%;
    box-sizing: unset;
}
#mainslider {
    min-height: 835px;
    background: url(/upload/me/video_bg.jpg) top center no-repeat;
    position: relative;
    z-index: 0
}
#mainslider:after {
    display: block;
    width: 38px;
    height: 20px;
    background: url(/upload/me/video_arrow.png);
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -19px;
    animation: arrow_video 1.2s linear infinite alternate
}
.advantage_item:before,
#mainslider:after {
    content: "";
}
@keyframes arrow_video {
    from {
        bottom: 110px
    }
    to {
        bottom: 120px
    }
}
.promo_video {
    z-index: -99;
    height: 100%;
    margin-left: -820.5px;
    left: 50%;
    top: 0;
    position: absolute;
}
.video_overlay {
    position: relative;
    z-index: 0
}
.advantages {
    background: url(/upload/me/weiv1.png);
    margin-top: -120px;
    position: relative;
    height: 370px;
    background-size: cover;
    width: 101%
}
.advantage_item {
    position: relative;
    z-index: 1
}
.advantage_item:before {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1
}
.advantage_item:nth-child(odd):before {
    background: url(/upload/me/redangle.png) no-repeat;
}
.advantage_item:nth-child(even):before {
    background: url(/upload/me/blackangle.png) no-repeat
}
.advantages .advantage_item .number {
    font-size: 72px;
    color: #d4213d;
    display: block;
    font-family: 'Times New Roman', sans-serif;
    line-height: 1.15;
}
.advantages .advantage_item .number.grey {
    color: #3e4348
}
.advantages .advantage_item .desription {
    color: #03083b;
    font-size: 16px
}
.advantages .advantage_items {
    text-align: center;
    height: 100%;
    padding-top: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.advantages .advantage_item.first {
    width: 135px
}
.advantages .advantage_item.second {
    width: 100px
}
.advantages .advantage_item.fourth {
    width: 120px
}
.advantages .advantage_item.fifth {
    width: 180px
}
.advantage_item.second:before {
    left: 5px
}
.advantage_item.third:before {
    left: 10px
}
.advantage_item.fourth:before {
    left: 20px
}
.application {
    background: url(/upload/me/weiv3.jpg) center no-repeat;
    height: 655px;
    padding-top: 120px;
    box-sizing: unset;
    background-size: 1600px;
}
.application h2 {
    font-size: 40px;
    color: #3e4348;
    font-family: Roboto, sans-serif;
    position: relative;
    margin: 33px 0px;
    font-weight: 500;
}
.application h2:before {
    display: block;
    height: 3px;
    width: 80px;
    background: #d4213d;
    position: absolute
}
.application_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.application_item {
    width: 265px;
    margin: 0 30px 50px 0
}
.application_item a {
    display: block;
    height: 100%;
}
.application_item:nth-child(3n+3) {
    margin: 0 0 50px
}
.application .image {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    margin-right: 20px
}
.application .image.first {
    background: url(/upload/me/ico1.png) no-repeat
}
.application .application_item:hover .image.first {
    background-position: -5px -105px
}
.application .image.second {
    background: url(/upload/me/ico2.png) no-repeat
}
.application .application_item:hover .image.second {
    background-position: 0 -110px
}
.application .image.third {
    background: url(/upload/me/ico3.png) no-repeat
}
.application .application_item:hover .image.third {
    background-position: 0 -109px
}
.application .image.fourth {
    background: url(/upload/me/ico4.png) no-repeat
}
.application .application_item:hover .image.fourth {
    background-position: 0 -106px
}
.application .image.fifth {
    background: url(/upload/me/ico5.png) no-repeat
}
.application .application_item:hover .image.fifth {
    background-position: 0 -105px
}
.application .image.six {
    background: url(/upload/me/ico6.png) no-repeat
}
.application .application_item:hover .image.six {
    background-position: 0 -108px
}
.application_items .description {
    color: #03083b;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    float: right;
    width: 145px;
    height: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.application_item.fifth,
.application_item.second {
    width: 345px
}
.application_item.fifth .description,
.application_item.second .description {
    width: 211px
}
.application .application_more {
    font-size: 24px;
    color: #3e4348;
    font-weight: 600;
    float: right
}
.application h2:before,
.chosing H2:before {
    top: -20px;
    content: "";
}
FOOTER {
    padding: 45px 0 20px;
    color: #fff;
}
.footer_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer_logo {
    font-size: 30px;
    line-height: 30px;
    display: block;
    padding-left: 42px;
    margin-bottom: 10px;
    position: relative;
    color: #fff;
    padding-top: 3px;
    
}
.copyright,
.site_design A {
    font-size: 12px;
    text-transform: uppercase
}
.footer_logo:before {
    content: "";
    display: block;
    height: 37px;
    width: 37px;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(/upload/me/logo.png) no-repeat
}
.right_side {
    font-size: 20px
}
.footer_email {
    margin-top: 18px
}
.right_side .phone_email {
    float: left
}
.phone_email .phone_numbers LI {
    margin-bottom: 15px
}
.right_side .callbackfootter {
    margin-top: 30px;
    margin-left: -50px;
    float: right;
}
.callbackmenu {
    margin-left: 6px;
    float: right;
}
.callbackmenu .rc-button-medium .rc-button-text {
    padding: 0.6em 1.3em 0 4.3em;
}
.callbackmenu .rc-button-medium .rc-button-text .rc-txt {
    font-size: 1em;
}
.callbackmenu .rc-button-rounded.rc-button-medium .rc-button-container {
    border-radius: 2em;
}
.callbackmenu .rc-button-medium .rc-button-container {
    width: 13em;
    height: 3.8em;
}
.callbackmenu .rc-button-medium .rc-button-icon {
    width: 2.6em;
    height: 2.6em;
    background-position: 2px 1px;
    top: 0.6em;
    left: 0.6em;
}
.callbackmenu .rc-button-medium .rc-button-container:hover .rc-button-icon {
    top: 0.1em;
    left: 0.1em;
    width: 3.4em;
    height: 3.4em;
    background-position: -45px 8px;
}
.btn.btn-secondary.rc-button-container {
    color: #fff;
}

.rc-button-container {
    opacity: 1 !important;
}
.chosing {
    background: url(/upload/me/fon2.jpg) center no-repeat;
    height: 640px;
    overflow: hidden;
    background-size: 1600px;
}
.chosing H2 {
    font: 700 40px 'Open Sans';
    color: #fff;
    padding: 0 0 50px;
    margin: 100px 0 0;
    position: relative
}
.chosing H2:before {
    display: block;
    height: 3px;
    width: 80px;
    background: #d4213d;
    position: absolute
}
.chosing H2 SPAN {
    color: #d34a4a
}
.chosing .chosing_items {
    color: #fff;
    font: 500 18px "Open sans";

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.chosing .chosing_items .chosing_item {
    width: 36%;
    margin-bottom: 35px;
    padding-left: 20px;
    position: relative
}
.chosing .chosing_items .chosing_item:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url(/upload/me/bulletchoose.png) no-repeat;
    position: absolute;
    top: 6px;
    left: 0
}
.chosing .chosing_items .chosing_item SPAN {
    color: #d34a4a;
    font-weight: 600
}
.b-faq__head {
    position: relative;
}
.b-faq H2:before {
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    background: #d4213d;
    position: absolute;
    top: -20px
}
.certificate {
    padding: 75px 0
}
.certificate_main {
    padding: 50px 80px;
    position: relative;
    overflow: hidden
}
.certificate_main:after,
.certificate_main:before {
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    position: absolute
}
.certificate_main:before {
    background: url(/upload/me/topangle.png);
    top: 0;
    left: 0
}
.certificate_main:after {
    background: url(/upload/me/bottomangle.png);
    bottom: 0;
    right: 0
}
.certificate_image {
    width: 320px;
    height: 450px;
    float: left;
    margin-right: 80px;
    background: url(/upload/me/Sertificat-neodim-magnit.jpg);
    background-size: 100%;
    -webkit-box-shadow: 0 0 12px 4px #e8e8e8;
    box-shadow: 0 0 12px 4px #e8e8e8
}
.certificate_description {
    float: right;
    width: 380px
}
.certificate_description H3 {
    color: #3e4348;
    font-size: 40px;
    padding-bottom: 20px;
    position: relative
}
.certificate_description H3:after {
    display: block;
    position: absolute;
    content: "";
}
.certificate_description H3:after {
    width: 80px;
    height: 3px;
    background: #d4213d;
    bottom: 0;
    left: 0
}
.certificate_description P {
    color: #3e4348;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open sans', sans-serif;
    margin: 30px 0 0
}
@media screen and (max-width: 1024px) {
    .wrapper {
        max-width: 780px
    }
    .application {
        background: #f6f5f5;
        padding: 50px 0 0
    }
    .application_item,
    .application_item:nth-child(3n+3) {
        width: 47%!important;
        margin: 0 20px 20px 0
    }
    .application_items .description {
        float: left
    }
    .certificate {
        height: auto;
        padding: 30px 0
    }
    .certificate_main {
        padding: 30px
    }
    .certificate_image {
        margin-right: 20px;
    }
    .certificate_description H3 {
        font-size: 37px
    }
}
@media screen and (max-width: 940px) {
    .advantages .advantage_item .number {
        font-size: 60px
    }
    .b-menu__logo::before {
    margin-top: 10px;
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 780px) {
    .wrapper {
        max-width: 640px;
        position: relative
    }
    .advantages {
        width: auto
    }
    .promo_video {
        display: none
    }
    .advantages {
        background: 0 0;
        margin-top: 0
    }
    .advantages .advantage_items {
        text-align: center;
        height: 100%;
        padding: 30px 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .advantages .advantage_item {
        width: 170px;
        margin: 0 20px 20px 0
    }
    .advantages .advantage_item.fifth,
    .advantages .advantage_item.first,
    .advantages .advantage_item.fourth {
        width: 210px
    }
    .application_item.fifth .description,
    .application_item.second .description {
        width: 145px
    }
    .application_item,
    .application_item:nth-child(3n+3) {
        width: 42%!important
    }
    .application_more {
        float: none!important;
        text-align: center
    }
    .certificate_main {
        width: 390px;
        margin: 0 auto
    }
    .certificate_image {
        margin-bottom: 20px;
        float: none
    }
    .certificate_description {
        float: none
    }
    .b-mainslider__button {
    margin-bottom: 0px;
    }
    .b-mainslider__text {
    margin-bottom: 20px;
    }
    .b-delivery {
    margin: 0px;
    }
    .b-delivery__block {
    margin-bottom: 0px;
    }
    .b-delivery__head {
    margin-bottom: 0px;
    }
    .b-delivery__head.text-center {
    margin-top: 0px;
    }
    
    .b-delivery__icon {
    height: 100px;
    }
}
@media screen and (max-width: 640px) {
    .wrapper {
        padding: 0 10px
    }
    .advantages .advantage_item.fifth,
    .advantages .advantage_item.first,
    .advantages .advantage_item.second,
    .advantages .advantage_item.fourth {
        width: 185px
    }
    .advantages .advantage_item .number {
        font-size: 50px
    }
    .advantages {
        padding-bottom: 30px;
        height: auto
    }
    .application .image {
        margin-right: 10px
    }
    .application {
        padding: 50px 0;
        height: auto
    }
    .application_item,
    .application_item:nth-child(3n+3) {
        margin: 0 auto 20px;
        width: 305px!important;
        float: none
    }
    .application_items .description {
        width: 195px
    }
    .application H2 {
        font-size: 30px
    }
    .video_container {
        min-height: 665px
    }
    .video_container:after {
        content: "";
        display: block;
        width: 38px;
        height: 20px;
        background: url(/upload/me/video_arrow.png);
        position: absolute;
        bottom: 50px;
        left: 50%;
        margin-left: -19px;
        animation: arrow_video 1.2s linear infinite alternate
    }
    @keyframes arrow_video {
        from {
            bottom: 50
        }
        to {
            bottom: 70px
        }
    }
    .certificate_description H3 {
    font-size: 24px;
    }
    .certificate_main {
    width: 340px;
    margin: 0;
    padding: 10px;
    }
    .certificate_description {
    width: 330px;
    }
    .btn-secondary {
    padding: 10px 10px;
    }
}
@media screen and (max-width: 320px) {
    .wrapper {
        max-width: 320px
    }
    .application_items {
        display: block;
        overflow: hidden
    }
    .application_item,
    .application_item:nth-child(3n+3) {
        margin: 0 auto 30px;
        width: 100%!important;
        float: none;
        text-align: center;
        overflow: hidden
    }
    .application .image {
        margin: 0 auto;
        float: none
    }
    .application_item.fifth .description,
    .application_item.second .description,
    .application_items .description {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 10px
    }
    .application .application_more {
        font-size: 18px
    }
    .application H2 {
        font-size: 22px;
        line-height: 24px
    }
    .advantage_item.fifth::before,
    .advantage_item.first::before,
    .advantage_item.fourth::before,
    .advantage_item.second::before,
    .advantage_item.third::before {
        left: 0;
        top: 0
    }
    .certificate_main {
        width: auto;
        padding: 0
    }
    .certificate_description {
        width: auto
    }
}
.works {
    margin: auto;
    display: table;
    padding-top: 60px;
}
.b-contact__overlay {
    background-color: rgba(0,0,0,.5);
}
.b-delivery {
    color: #fff;
    margin: 0 0 30px;
}
.grecaptcha-badge { visibility: hidden; }
@media (min-width: 300px) and (max-width: 780px) {
    .col-sm-4 {
        width: 33%;
        float: left;
    }
    .b-delivery__icon {
    height: 60px;
    }
    h3 {
    font-size: 1em;
    }    
    .b-mainslider__formblock {
    margin-top: 0px;
    }
    .b-mainslider__button.wow.fadeInLeft {
    display: none;
    }
}