main.main {
    position: relative;
    overflow: hidden !important;
    // max-height: 50vh;
    max-width: 100%;
}

iframe {
    width: 100%;
}

.slick-slide {
    display: none;
}
.slick-current {
    display: block !important;
}

.papge_textb_lock {
    padding: 0px 0 0;
    display: block;
}

.papge_textb_lock iframe {
    width: 100%;
}

.papge_textb_lock img {
    width: 100%;
    height: auto;
    display: block;
}

.papge_textb_lock .data_block {
    margin: 20px 0;
    display: block;
    font-size: 14px;
    color: #a6a6a6;
}

.papge_textb_lock .title_block {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 32px;
}

.papge_textb_lock .text_block {
    font-size: 16px;
    line-height: 21px;
}

.papge_textb_lock .text_block ul {
    padding: 0;
    list-style: none;
}

.papge_textb_lock .text_block ul li {
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
}

.papge_textb_lock .text_block ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #3c5ea5;
}

.papge_textb_lock .info_page_block {
    padding: 25px;
    background: #f4f4f4;
    border-left: 11px solid #3c5ea5;
    margin-top: 20px;
    font-size: 18px;
    line-height: 21px;
}

.bottom_info_page {
    padding: 20px 0;
    max-width: 835px;
    margin: 0 auto;
}

.bottom_info_page a {
    color: #a4a4a4;
    text-decoration: none;
}

.bottom_info_page a:hover {
    color: #3c5ea5;
}

.bottom_info_page .leftblock {
    float: left;
    margin-right: 100px;
    font-size: 14px;
    color: #a4a4a4;
    padding-top: 5px;
}

.bottom_info_page .leftblock a:hover {
    text-decoration: underline;
}

.social__list {
    text-align: center;
    // margin-left:-13px;
}

.social__list ul {
    text-align: center;
}

.social__list li {
    margin-right: 15px;
}

.social__list li:last-child {
    margin: 0;
}

.social__list a {
    display: inline-block;
    vertical-align: top;
}

.bottom_info_page:after {
    content: '';
    display: block;
    clear: both;
}

.blog_blocks .block {
    margin-top: 20px;
    background: #f9f9f9;
    padding-left: 480px;
    position: relative;
    min-height: 245px;
}

.blog_blocks .mobilimg {
    display: none;
    margin: -40px -15px 20px;
}

.blog_blocks .mobilimg img {
    width: 100%;
    height: initial;
    aspect-ratio: 450 / 250;
    object-fit: cover;
}

.blog_blocks .block:first-child {
    margin-top: 30px;
}

.blog_blocks .block .leftimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 450px;
    background-size: cover !important;
    background-position: 60% 0 !important;
}

.blog_blocks .block .right_block {
    padding: 25px 25px 25px 0;
}

.blog_blocks .block .right_block .info:after {
    content: '';
    display: block;
    clear: both;
}

.blog_blocks .block .right_block .info .data {
    float: left;
    margin-right: 15px;
}

.blog_blocks .block .right_block .info a {
    margin-right: 15px;
    font-size: 14px;
    display: inline-block;
    color: #666666;
    text-decoration: none;
}

.blog_blocks .block .right_block .info a:hover {
    color: #3c5ea5;
}

.blog_blocks .block .right_block .m_title {
    margin: 20px 0 10px;
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    text-transform: uppercase;
}

.blog_blocks .block .right_block .text {
    margin-bottom: 20px;
}

.blog_blocks .block .right_block a.all {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    max-width: 155px;
    width: 100%;
    box-sizing: border-box;
    line-height: 49px;
    border: 1px solid #3c5ea5;
    text-decoration: none;
    font-size: 14px;
    color: #3c5ea5;
}

.blog_blocks .block .right_block a.all:hover {
    background: #3c5ea5;
    color: #fff;
}

.navblock {
    text-align: center;
    margin: 30px 0 0;
}

.navblock ul {
    padding: 0;
    list-style: none;
}

.navblock ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}

.navblock ul li.prew span,
.navblock ul li.prew a,
.navblock ul li.next span,
.navblock ul li.next a {
    background: #cccccc url(../images/navarrow.png) -4px -2px no-repeat;
}

.navblock ul li.next span,
.navblock ul li.next a {
    background-position: 95% -2px;
}

.navblock ul li:first-child {
    margin: 0;
}

.navblock ul li a,
.navblock ul li span {
    display: block;
    text-decoration: none;
    line-height: 38px;
    height: 38px;
    width: 38px;
    padding-top: 0px;
    text-align: center;
    border: 1px solid #d0d0d0;
    color: #d0d0d0;
    border-radius: 50%;
}

.navblock ul li span {
    background: #cccccc;
    color: #fff;
}

.page-rightmar-30 {
    margin-right: 30px;
}

.menu_left_block {
    background: #f7f7f7;
}

.menu_left_block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu_left_block ul li {
    border-top: 1px solid #e7e7e7;
}

.menu_left_block ul li:first-child {
    border: none;
}

.menu_left_block ul li a {
    display: block;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 16px;
    color: #666666;
    text-transform: lowercase;
}

.menu_left_block ul li a:hover {
    background: #3c5ea5;
    color: #fff;
}

.watchalso {
    padding: 0 15px 30px;
    overflow: hidden;
}

.watchalso .title {
    text-align: center;
    font-size: 32px;
    color: #333333;
    width: 100%;
    text-transform: uppercase;
}

.watchalso .body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -20px;
    flex-wrap: nowrap;
    flex-direction: row;
}

.watchalso .body .block {
    /* width: 33%; */
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px 0 0;
    /*flex-grow: 2;
  flex-basis: 33%;*/
    flex: 1;
    position: relative;
}

.watchalso .body .block img {
    width: 100%;
}

.watchalso .body .block .teg_blcok {
    margin: 25px 0;
}

.watchalso .body .block .teg_blcok a {
    text-decoration: none;
    display: inline-block;
    color: #666666;
    margin-right: 8px;
}

.watchalso .body .block .teg_blcok a:hover {
    color: #3c5ea5;
}

.watchalso .body .block .m_title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal;
    color: #333333;
}

.watchalso .body .block .text {
    margin: 20px 0;
}

.watchalso .body a.all {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    max-width: 155px;
    width: 100%;
    box-sizing: border-box;
    line-height: 49px;
    border: 1px solid #3c5ea5;
    text-decoration: none;
    font-size: 14px;
    color: #3c5ea5;
}

.watchalso .body a.all:hover {
    background: #3c5ea5;
    color: #fff;
}

@media screen and (max-width: 870px) {
    .page-rightmar-30 {
        margin: 0 0 20px;
    }
    .blog_content {
        display: none;
    }
    .blog_blocks .block:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 720px) {

    .watchalso .body {
        display: block;
    }
    .watchalso .body .block {
        width: 100%;
    }

    .blog_blocks .block {
        padding: 40px 15px 15px !important;
    }
    .blog_blocks .block .leftimg {
        display: none;
        bottom: auto;
        height: 320px;
        width: 100% !important;
        background-position: 50% 0 !important;
    }
    .blog_blocks .block .right_block {
        padding: 0;
    }
    .blog_blocks .mobilimg {
        display: block;
    }
}




@media screen and (max-width: 570px) {
    .watchalso .title {
        font-size: 25px;
    }
    .papge_textb_lock .title_block {
        font-size: 30px;
    }
    .bottom_info_page .leftblock {
        float: none;
        margin: 0 0 20px;
    }
}


/* NEW */

.inner-nav-desc {
    display: none;
}

main .container {
    min-height: calc(100vh - 300px);
}

.mainsistem .container {
    min-height: auto;
}

.bottom_info_page .social__list li.email-icon {
    display: none;
}

.menuleftteg ul {
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    text-align: justify;
}

.menuleftteg ul li {
    display: inline-block;
    margin: 5px 10px 0 0;
}

.menuleftteg ul li a:before {
    content: '#';
    display: inline;
}

.menuleftteg ul li a {
    font-size: 15px;
    display: inline-block;
    color: #666666;
    text-decoration: none;
    text-transform: lowercase;
}

.menuleftteg ul li a.active {
    color: #3c5ea5;
}

.menuleftteg ul li a:hover {
    color: #3c5ea5;
}




.page-top__right h1:first-child {
    margin-top: 0;
}

.page-top__right ul {
    padding-left: 20px;
}

.page-top__right h1 {
    font-weight: normal;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 30px;
}

.page-top__right h3 {
    font-weight: normal;
    font-size: 24px;
}

.page-top__right p {
    margin-bottom: 8px;
}

.container+.hr {
    display: none;
}

.page-top__right img {
    max-width: 100%;
    height: auto;
}

.footer {
    border-top: 1px solid #ccc;
}

.systems__row {
    padding-bottom: 0;
}

.page-top__right ul {
    padding: 0;
    list-style: none;
}

.page-top__right ul li {
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
}

.page-top__right ul li:first-child {
    margin: 0;
}

.page-top__right ul li:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #3c5ea5;
}

hmtl.opened-menu {
    overflow: hidden;
}

.social__list {
    text-align: center;
}

.social__list li {
    padding: 0 !important;
    margin-right: 10px !important;
}

.social__list li:last-child {
    margin-right: 0 !important;
}

.social__list li:before {
    display: none;
}


@media (max-width: 1170px) {
    main .container {
        min-height: calc(100vh - 309px);
    }
}

@media (max-width: 1024px) {
    .bottom_info_page .social__list li.email-icon {
        display: inline-block;
    }
    .social__list {
        margin-left: -13px;
    }
}

@media (max-width: 1024px) {
    .system__inner {
        background: none;
    }
    .system__inner-title {
        color: #000;
        line-height: 0;
        padding: 0;
        margin: 90px 0 50px;
        -webkit-box-shadow: 0px 0px 71px 23px rgba(255, 255, 255, 1);
        -moz-box-shadow: 0px 0px 71px 23px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 72px 25px rgba(255, 255, 255, 1);
    }
    .system__inner-desc {
        display: none;
    }
}

@media (max-width: 420px) {
    .system__inner-title {
        font-size: 22px;
    }
}


@media screen and (max-width: 659px) {
    .social__list {
        text-align: left;
        margin-left: 0;
    }
}


/* NEW */


/* SLIDER */

.wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.home-slide {
    padding-top: 0;
    height: auto;
    min-height: auto;
    max-height: 100%;
}

.home-slide img {
    width: 100%;
    height: auto;
    min-width: auto;
}

.home-slide .info_home_block {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 135px;
    bottom: 0;
    right: 0;
}

.slide-tooltip8 {
    top: 73%;
}

.slide-tooltip4 {
    bottom: auto;
    top: 50%;
    margin-top: -10px;
    right: 110px;
}

.slide-tooltip10,
.slide-tooltip11 {
    top: 250px;
}

@media (max-width: 1770px) {
    .home-slide__shadow {
        background-position: 50% -38px;
        background-size: 70% auto;
    }
}

@media (max-width: 1520px) {
    .home-slide__title {
        font-size: 50px;
    }
    .home-slide__desc {
        font-size: 25px;
    }
    .home-slide__shadow {
        background-position: 50% -15px;
    }
}

@media (max-width: 1390px) {
    .home-slide__shadow {
        background-position: 50% 35px;
    }
}

@media (max-width: 1366px) {
    .home-slide__shadow {
        background-position: 50% 20px;
    }
}

@media (max-width: 1240px) {
    .home-slide__title {
        font-size: 37px;
    }
    .home-slide__desc {
        font-size: 20px;
    }
}

@media (max-width: 1100px) {
    .home-slide__title {
        font-size: 32px;
    }
    .home-slide__desc {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .home-slide__shadow {
        background-position: 50% 35px;
    }
}

@media (max-width: 980px) {
    .home-slide {
        padding: 0;
    }
    .home-slide .info_home_block {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-slide .info_home_block .wrap {
        display: block;
        padding-bottom: 50px;
    }
    .blog_blocks .block {
        padding-left: 420px;
    }
    .blog_blocks .block .leftimg {
        width: 400px;
    }
}

@media (max-width: 870px) {
    .wrapper {
        padding-bottom: 259px;
    }
    .home-slide__title {
        font-size: 22px;
    }
    .home-slide__desc {
        font-size: 13px;
    }
    .inner-nav-desc {
        display: block;
    }
    .inner-nav-nomobile {
        display: none;
    }
}

@media (max-width: 800px) {
    .watchalso .body .block {
/*        min-height: 350px;
        height: 470px;*/
    }
    .watchalso .body .block .teg_blcok a {
        // width: 20%;
    }
    .watchalso .body .block:last-child .m_title {
        width: 85%;
    }
    .watchalso .body a.all {
/*        position: absolute;
        bottom: 0;*/
    }
}

@media (min-width: 800px) {
    .watchalso .body .block {
        min-height: 350px;
        /* height: 500px; */
        /* flex: 1 0 0; */
 }

    .watchalso .body a.all {
        /* position: absolute; */
        bottom: 0;
    }
}

@media (max-width: 767px) { 
    .home-slider {
        overflow:hidden;
        max-height:250px;
    }
    .preload_main {
      display: none;
    }
}



@media (max-width: 700px) {
    .home-slide__title {
        font-size: 20px;
    }
    .home-slide__desc {
        font-size: 15px;
    }
    .home-slide__shadow {
        opacity: 1;
        background-size: 390px 240px;
        background-position-y: -20px;
    }
}

@media (max-width: 500px) {
    .imgwrapslid {
        height: 250px;
        position: relative;
        margin: 0 -72px;
    }
    .imgwrapslid img {
        height: 100%;
        width: auto;
    }
}

@media (max-width: 380px) {
    .footer__left {
        padding-bottom: 31px;
    }
}

@media (max-width: 320px) {
    .footer__left {
        padding-bottom: 13px;
    }
    .menuleftteg ul li {
        display: block;
    }
}



@media screen and (min-width: 1990px) and (max-width: 3000px) {
    .home-slide__shadow {
        -webkit-background-size: auto;
        background-size: auto;
    }
}

/* Preloader */
.preload_main {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}
.preload_main #preload_slide {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100500;
    max-height: calc(100vh - 107px);
}

.preload_main #preload_slide .laoder {
    position: absolute;
    top: 30%;
    left: 50%;
    border: 5px solid #f0f0f0;
    border-top: 5px solid #3c5ea5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: -27.5px;
    margin-left: -27.5px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.services__item {
    padding: 50px 0 0;
}
.services__item:last-child {
    padding: 100px 0 0;
}

* {
    /* background: #2b3753; */
    /* background: #3c5ea5; */
    /* background: #f1f1f1; */
}