@import url('/fonts/fonts-arsenal.css');

body {
    /* font: 400 16px/1.4 'Istok Web', sans-serif;*/
    font-family: 'Arsenal', sans-serif;
    margin: 0;
    padding: 0;
    background: #FFF;
    color: #000;
    position: relative;
    overflow-x: hidden;
}

button {
    cursor: pointer;
}

a {
    color: #1481B4;
    text-decoration: none;
}

img.support {
    max-width: 60%;
}

p.sp {
    text-indent: 1.5em;
}

.rpfilter {
    width: 100%;
    border: 0;
    border-bottom: 1px dotted #333;
    font-size: 1.2em;
    padding: 0 1em;
    line-height: 2em;
}

.tariflist {
    margin: auto;
    width: 90%;
    background: #efefef;
    padding: 0.2em;
    overflow: hidden;
}

.tarifplan {
    margin: 0.2em;
    background: #fff;
    padding: 1em 0.5em;
    border-radius: 0.22em;
    overflow: hidden;
}

a.nodecor {
    text-decoration: none;
}

h1, h2, h3 {
    font-weight: 300;
    line-height: 140%;
    color: #333;
}

.clr {
    clear: both;
}

.float {
    float: left;
}

.flex {
    display: flex;
}

.cont-cont {
    min-height: 400px;
}

.button {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
    color: #06F;
}

.none {
    display: none;
}

.margin20 {
    height: 20px;
    width: 10px;
}

.margin40 {
    height: 40px;
    width: 10px;
}

.pagem {
    width: 780px;
    margin: auto;
}

.devide {
    width: 2px;
    height: 2rem;
    margin-top: 0.6rem;
}

.bord {
    border-right: 1px solid #E2E2E2;
}

.bord2 {
    border-right: 1px solid #EFEFEF;
}

.bord3 {
    border-bottom: 1px solid #EFEFEF;
}

.white {
    color: #FFF;
}

.bcrum span {
    font-size: 0.6rem;
    margin: 0 1rem 0 1rem;
}

.bcrum {
    margin: 1rem 0 2rem 0;
    font-style: italic;
}

.subm {
    font-size: 1.2rem;
    padding: 10px;
    background-color: #C60000;
    color: #FFF;
    border: none;
    cursor: pointer;
}

.lcm_container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.lcm_image {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1300px;
}

.lcm_slide {
    display: none;
}

.lcm_prev, .lcm_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.lcm_next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.lcm_prev:active, .lcm_next:active {
    background-color: rgba(0, 0, 0, 0.8);
}

.lcm_dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .lcm_dot:hover {
    background-color: #717171;
}

.text_button {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    background-color: #773188;
    color: #FFF;
    cursor: pointer;
    background-image: linear-gradient(rgba(40, 30, 40, 1), rgba(90, 70, 90, 1));
}

.social-block {
    text-align: right;
    width: 90%;
    margin: auto;
}

.social-block a {
    color: #fff;
}

.contact .icon {
    color: #666;
    padding: 10px;
    border: 1px solid #999;
    text-align: center;
    border-radius: 20px;
}

#plaseboxum {
    display: none;
}

.place {
    width: 90%;
    margin: auto;
    padding: 0.5em;
}

.place-box {
    color: #FFFFFF;
}

.place-box h3 {
    color: #FFFFFF;
}

.place-con {
    padding: 20px;
    width: 50%;
    margin: auto;
}


/*pc-styles*/
.section {
    height: 24px;
    padding: 3px 20px 3px 20px;
}

.section a {
    color: #FFF;
}

.topmenu-box {
    display: flex;
}

.sectleft-box {
    display: flex;
    width: 50%;
}

.sectright-box {
    display: flex;
    width: 50%;
    justify-content: flex-end;
}

.actionslnk {
    background-color: #C60000;
}

.midheader-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.logodesktop-box {
    display: flex;
    width: 30%;
}

.contact {
    display: flex;
    width: 70%;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.cont2 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.cont3 {
    padding: 0.5em 2.1em 0 0;
}

.cont3 .icon {
    color: #06f;
    padding: 0.3em;
    border: 0;
    text-align: center;
    border-radius: 0;
}

.cit2 {
    border-bottom: 1px dashed currentColor;
    white-space: nowrap;
    cursor: pointer;
}

.cit {
    color: #FFF;
    border-bottom: 1px dashed currentColor;
    white-space: nowrap;
    cursor: pointer;
}

#action {
    background-color: #c60000;
}

.mid-header {
    padding: 1em 0;
    background: linear-gradient(to top, #F7F7F7, #EFEFEF);
}

.logo-pc {
    padding: 15px 0;
}

.cont {
    padding: 15px 10px 15px 10px;
}


.cont a {
    color: #000;
}

.chimg {
    width: 128px;
    border-radius: 0;
    margin-top: 25%;
}

.chlist {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

.chhd {
    width: 24px;
    height: 0;
    padding-top: 100%;
    z-index: 100;
    background: transparent url(/media/pic/customer/tv/hd_blue.png) no-repeat;
    background-size: contain;
    margin-left: auto;
}

.ch4k {
    width: 24px;
    height: 0;
    padding-top: 100%;
    z-index: 100;
    background: transparent url(/media/pic/customer/tv/4k_lightblue.png) no-repeat;
    background-size: contain;
    margin-left: auto;
}

.ch-cont {
    width: 128px;
    margin: 0.5em;
    border: 1px solid #efefef;
    border-radius: 0.22em;
    overflow: hidden;
    height: 128px;
    vertical-align: middle;
    box-shadow: 2px 3px 5px 0 silver;
}

.ch-name {
    display: none;
    /* text-align:center;
    font-size:1em;
    margin: auto*/
}

#menu {
    padding: 0;
    font-size: 1.2rem
}

.punkt {
    margin: 0 40px 0 0;
    padding: 10px;
}

.punkt a {
    color: #FFF;
}

.punkt a:hover {
    color: #F2F2F2;
}

.actus {
    background-color: #c60000;
}


.cabform {
    margin: -1px 0 0 -50px;
    position: absolute;
    width: 15em;
    z-index: 2000;
    background-color: #fefefe;
    border: 1px solid #c0c0c0;
    border-radius: 0.22em;
    display: none;
}

.cabinp {
    display: block;
    width: 10em;
    font-size: 1.1em;
    margin: 0.5em auto;
    border: 1px solid #efefef;
    border-radius: 0.22em;
    padding: 0.3em;
}

.cabsub {
    display: block;
    width: 10em;
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 1em auto;
    border: 1px solid #efefef;
    border-radius: 0.22em;
    padding: 0.3em;
    cursor: pointer;
}

.cabsub:hover {
    border-color: #c60000;
}

.buttons {
    cursor: pointer;
}

.cablink {
}

.cab-pc {
    padding: 15px;
    width: 170px;
    position: relative;
    z-index: 2500;
}

.cab {
}

.bcrum span {
    font-size: 0.6rem;
    margin: 0 1rem 0 1rem;
}

.bcrum {
    margin: 1rem 0 2rem 0;
    font-style: italic;
}


/*drop menu*/
.main-menu-dropped {
    position: relative;
}

.main-menu-box {
    display: flex;
    margin: 0 -10px;
}

.mm-parents {
    margin: 0 10px;
}

.mm-parents:hover {
    background-color: #fff;
}

.mmp-content {
    font-size: 1.4rem;
    padding: 0.6em 1.2em;
}

.mm-parents a {
    color: #FFFFFF;
}

.mm-parents:hover a {
    color: #000;
}

.mm-childs {
    display: none;
    position: absolute;
    z-index: 34000;
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .5);
}

ul.mm-child-content {
    list-style-type: none;
    margin: auto;
    padding: 1em 0;
}

ul.mm-child-content > li {
    padding: 0.5em 1em;
}

ul.mm-child-content > li:hover {
    background-color: #C60000;
    margin: -1px 0;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
}

ul.mm-child-content > li a {
    color: #222;
}

ul.mm-child-content > li:hover a {
    color: #FFF;
}


/*footer  */
.hov-footer {
    background-color: #49727D;
    color: #fff;
    padding: 0.5em 0;
    font-size: 1.4em;
    border-bottom: 1px solid #c60000
}

.big-footer {
    color: #fff;
}

.bottom-footer {
    color: #fff;
    background-position: 50% 50%;
    padding: 1em 0;
    font-size: 1em;
    background-color: #000;
    background-image: url(/media/pic/darkback.jpg);
}

.footercontainer {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.infofooter {
    margin: 0 1em;
    flex-basis: 24%;
}

.cont-foot .icon {
    color: #CCC;
    padding: 10px;
    border: 1px solid #FFF;
    text-align: center;
    border-radius: 20px;
}

.zag {
    margin: 1rem 0 1rem 0;
    font-weight: bold;
}

ul.foot-link {
    list-style-type: none;
    margin: -0.5em 0 0 -0.3em;
    line-height: 1.5em;
    font-size: 0.9em;
}

ul.foot-link > li:hover {
    background: rgba(255, 255, 255, 0.1);
}

.foot-link a {
    color: #AEAEAE;
}

.foot-link a:hover {
    color: #fff;
}

.infot {
    color: #AEAEAE;
}


/*popup*/
.popup {
    display: none;
}

.po-blur {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 62000;
}

.po-man {
    width: 98%;
    text-align: right;
    margin: 9px 0 0 0;
}

.po-close {
    color: #c60000;
    cursor: pointer;
}

.po-data {
    width: 90%;
    margin: 10px auto;
}


/*mobile style*/
.mob-hed {
    /* height: 50px;*/
}

.logos {
    width: 55px;
    margin: 5px auto 0 auto;
}

.lk {
    position: relative;
    z-index: 101;
    padding: 20px 0 0 0;
    font-size: 1.1rem;
    cursor: pointer;
}

.cabform-dev {
    padding: 0.5em;
    border: 1px solid #c0c0c0;
    border-radius: 0.22em;
    margin: 0.22em;
    display: none;
}

.closer {
    color: #c60000;
    font-size: 1.3rem;
    cursor: pointer;
}

.mobcloser-box {
    display: flex;
    position: fixed;
    width: 100%;
    justify-content: flex-end;
    z-index: 200;
}

.mobcloser-cab-box {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.mobcloser {
    text-align: right;
    margin: 0 0 -30px 0;
}

.cabinp-device {
    display: block;
    font-size: 1.4em;
    margin: 0.5em auto;
    width: 70%;
    border: 1px solid #efefef;
    border-radius: 0.22em;
    padding: 0.2em;

}

.cabsub-device {
    color: #333;
    display: block;
    font-size: 1.5em;
    margin: 0.5em auto;
    width: 70%;
    border: 1px solid #c0c0c0;
    border-radius: 0.22em;
    padding: 0.2em;
    background-color: #fff;
}


#mask {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 24000;
    display: none;
    opacity: 0;
}

#menum-board {
    width: 100%;
    position: absolute;
    z-index: 25000;
    background-color: #fff;
    left: 100%;
    display: none;
}

.top-menudev {
    display: flex;
    flex-wrap: wrap;
}

.dmcloser {
    margin: 20px 20px 0 0;
}

.sec {
    font-size: 1.1em;
    margin: 0.35em 1.2em;
    position: relative;
    z-index: 300;
}

.sec_hed {
    color: #c60000;
}

.sec_link {
    border-bottom: 1px dashed #0099CC;
}

.device-menu-box {
    padding: 1.5em;
    text-align: center;
}

.device-menu-box a {
    color: #000;
}

ul.device-nm-parents {
    padding: 0;
    list-style-type: none;
}

.device-nmp-content {
    font-size: 1.5em;
    margin: auto;
    line-height: 2.5em;
    border-bottom: 1px solid #C8C7C7;
}


.device-nm-child-content {
    font-size: 1.3em;
    margin: auto;
    line-height: 2em;
}

.print_logo {
    width: 300px;
    margin: auto;
}

.print_slogan {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 0 0;
}

.print_phone {
    font-size: 2em;
    text-align: center;
    margin: 30px 0 0 0;
}

.printxt {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    font-size: 1.3rem;
    color: #FFF;
    background-image: linear-gradient(rgba(40, 30, 40, 1), rgba(90, 70, 90, 1));
}

#page-container {
}

.bb-footer {
    margin: 40px 0 40px 0;
    width: 100%;
}

.logo-footer {
    margin: 0 60px 0 0;
}

.zag {
    font-size: 0.8rem;
}

.infot {
    font-size: 0.8rem;
}

.cont-foot {
    float: left;
}

.foot-nav {
    float: left;
    margin: 2.5em 2.5em 0 0;
}

#desktop-header {
    display: block;
}

#device-header {
    display: none;
}

.page {
    max-width: 1100px;
    margin: 0 auto;
    line-height: 1.3em;
}

.vmargin1 {
    margin: 1em auto;
}


.devices-logo-box {
    width: 90%;
    position: absolute;
    height: 40px;
    margin: 5px 0 0 0;
    z-index: 100;
}

.devices-logo-box2 {
    width: 56px;
    height: 40px;
    margin: auto;
}

.devices-top-box {
    position: relative;
    display: flex;
}

.devices-menu-ico-box {
    display: flex;
    width: 50%;
}

.devices-cabinet-ico-box {
    display: flex;
    width: 50%;
    justify-content: flex-end;
}

.menum-cont {
    width: 26px;
    font-size: 26px;
    margin: 12px 0 0 0;
    position: relative;
    z-index: 101;
}

.po-cont {
}

.po-cont {
    position: absolute;
    width: 70%;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -35%;
    z-index: 62100;
    background-color: #FFF;
}

.suppho {
    font-size: 1.2rem;
    margin: 5px 20px;
}

.device-tel-link {
    border-bottom: 1px dashed #1D1D4E;
    color: #1D1D4E;
}


/*tarifs*/
.home-tarif-name-box {
    display: flex;
    justify-content: center;
    width: 100%;
}

.home-tarifs-zag {
    text-align: center;
    font-size: 1.6em;
    padding-top: 1.6em;
    color: #FFFFFF;
    font-weight: bold;
}

.home-tarifs-box {
    display: flex;
    gap: 1rem;
    margin: 30px 0;
    flex-wrap: wrap;
}

.home-tarif {
    flex: 1 1 calc((100% / 5) - 2rem);
    background: rgb(171, 143, 143);
    border-radius: 0.22em;
    padding: 20px;
    line-height: 120%;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .5);
}

.home-tarif-element-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 320px;
}

.home-tarif-element {
    margin: 10px 0;
    width: 100%;
}

.home-tarif-name {
    text-align: center;
    height: 3rem;
}

.tname {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 100%;
}

.lfstname {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
}

.element-foo {
    display: block;
    font-size: 0.9rem;
    color: #fff;
}

.element-foo a {
    color: #fff;
}

.element-bar {
    display: block;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 5px 0;
    font-weight: bold;
    color: #fff;
}

.request-buttons-box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 7px 0;
}

.request-but {
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.ldl {
    font-size: 0.8em;
}

.other-tarif-button-box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 7px 0;
}

.tarif-but {
    font-size: 1.2rem;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.tarifus-table {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.r1 {
    background-color: #DDD3D3;
}

.r1 td {
    border-radius: 5px;
}


/*color sheme*/
.place-box {
    background-color: #1E4652;
}

.top-menu {
    background-color: #1E4652;
}

.activesection {
    background-color: #49727D;
}

.nav {
    background: #222;
}

.home-tarif {
    background-color: #1E4652;
    border: 1px solid #ccc;
}

.tarif-super {
    background-color: #C60000;
    border: 1px solid #ccc;
}

.with-tv {
    background-color: #658B95;
    border: 1px solid #ccc;
}

.request-but {
    background-color: #49727D;
}

.request-button {
    /* line-height: 1.6em;*/
    font-size: 1.4rem; /* 2em;*/
    color: white;
    background-color: #c60000;
    border: 1px solid #000000;
    /*border-radius: 0.22em;*/
    margin: auto;
    text-align: center;
    padding: 0.6em 1.5em;
}

.request-but:hover {
    background-color: #9EB8BE;
}

.tarif-but {
    background-color: #49727D;
}

.tarif-but:hover {
    background-color: #9EB8BE;
}


.big-footer {
    background-color: #1E4652;
}


#placename, #placenm {
    font-size: 1.4rem;
    width: 650px;
}

.placetype {
    border: 0;
    padding: 0.7em;
    font-size: 1em;
    border-radius: 0.2em;
    cursor: pointer;
    color: #009;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.placetype:hover {
    box-shadow: 0 5px 16px 0 #fff, 0 5px 50px 0 #333333;
}

#placer, #places {
    display: none;
    padding: 0;
    position: absolute;
    max-height: 400px;
    width: 678px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #000;
    border-top: none;
    z-index: 64000;
}

.sel-option-req, .sel-option {
    font-size: 1.1rem;
    color: #432C2D;
    cursor: pointer;
    padding: 5px 3px
}

.sel-option-req:hover {
    color: #fff;
    background-color: #032A96;
}

.sel-option:hover {
    color: #fff;
    background-color: #032A96;
}

.search-place-box, .place-box {
    display: flex;
}

.search-arrow, .place-arrow {
    padding: 5px;
    font-size: 1.2rem;
    cursor: pointer;
    border: 1px solid #000;
    border-left: none;
    background-color: #C8C8C8;
}

.pzagus {
    display: flex;
}

.ptextus {
    width: 50%;
}

.puprus {
    display: flex;
    flex-flow: row-reverse;
    width: 50%;
}

.pclosus {
    font-size: 2rem;
    cursor: pointer;
}


@media (max-width: 1600px) {
    #page-container {
        width: 100%;
    }
}

.menu-button {
    width: 256px;
    height: 256px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 1100px) {
    .menu-button {
        width: 30vw;
        height: 30vw;
        margin: 0.5vw;
    }

    .footercontainer {
        display: block;
    }

    #page-container {
        width: 100%;
    }

    .page {
        width: 99%;
        margin: auto;
    }

    #desktop-header {
        display: none;
    }

    #device-header {
        display: block;
    }

    .bb-footer {
        margin: 10px 0 10px 0;
    }

    .foot-nav {
        margin: 0 1em 1em 0;
    }

    .po-cont {
        width: 98%;
        top: 5%;
        left: 1%;
        margin: auto;
    }

    .home-tarifs-zag {
        font-size: 1.3rem;
        margin: 10px 0;
        line-height: 100%;
    }

    .home-tarifs-box {
        margin: 10px 0;
    }

    .home-tarif {
        width: 40%;
        margin: 10px 10px;
    }

    .element-bar {
        font-size: 2rem;
        margin: 5px 0;
    }
}

@media (max-width: 768px) {
    .home-tarifs-box {
        display: block;
    }

    .place-con {
        padding: 10px;
        width: 90%;
        margin: auto;
    }

    #placename {
        font-size: 1rem;
        width: 100%;
    }

    #placenm {
        font-size: 1rem;
        width: 100%;
    }

    #placer, #places {
        width: 90%;
    }

    .sel-option-req {
        font-size: 1rem;
        padding: 3px 2px;
    }

    .sel-option {
        font-size: 1rem;
        padding: 3px 2px;
    }
}

@media (max-width: 744px) {
    .promo-container {
        height: 360px;
    }

    .home-tarif {
        width: 85%;
        margin: 10px auto;
        padding: 10px;
    }

    .home-tarif-element-box {
        height: auto;
    }

    .home-tarif-speed, .home-tarif-price {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: baseline;
        flex-wrap: nowrap;
    }

    .home-tarif-tvch {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
    }

    .element-bar {
        font-size: 1.2rem;
        margin: 0.25em;
    }

    .tarif-but {
        font-size: 1rem;
        padding: 10px;
    }

}

@media (max-width: 320px) {
    body {
        font-size: 10px;
    }

    .lk {
        font-size: 0.9rem;
    }

    .home-tarifs-box {
        margin: 5px 0;
    }

    .home-tarif {
        width: 98%;
        margin: 10px 0;
        padding: 1%;
    }

    /*.home-tarif-element {
        width: 30%;
        margin: 20px 1%;
    }*/
    .element-bar {
        font-size: 0.8rem;
        margin: 5px 0;
    }

    .element-foo {
        font-size: 0.7rem;
    }

    .tname {
        font-size: 1rem;
    }

}

@media screen {
    .pched_print {
        display: none;
    }
}

@media print {
    body {
        font-size: 30px;
    }

    .top-header {
        display: none;
    }

    .mid-header {
        display: none;
    }

    .nav {
        display: none;
    }

    .bcrum {
        display: none;
    }

    .footer {
        display: none;
    }

    .pched_print {
        display: block;
    }
}

/*icons*/
@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot') format('embedded-opentype'),
    url('/fonts/icomoon.ttf') format('truetype'),
    url('/fonts/icomoon.woff') format('woff'),
    url('/fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e900";
}

.icon-home2:before {
    content: "\e901";
}

.icon-home3:before {
    content: "\e902";
}

.icon-office:before {
    content: "\e903";
}

.icon-newspaper:before {
    content: "\e904";
}

.icon-pencil:before {
    content: "\e905";
}

.icon-pencil2:before {
    content: "\e906";
}

.icon-quill:before {
    content: "\e907";
}

.icon-eyedropper:before {
    content: "\e90a";
}

.icon-droplet:before {
    content: "\e90b";
}

.icon-paint-format:before {
    content: "\e90c";
}

.icon-image:before {
    content: "\e90d";
}

.icon-images:before {
    content: "\e90e";
}

.icon-camera:before {
    content: "\e90f";
}

.icon-headphones:before {
    content: "\e910";
}

.icon-music:before {
    content: "\e911";
}

.icon-play:before {
    content: "\e912";
}

.icon-film:before {
    content: "\e913";
}

.icon-video-camera:before {
    content: "\e914";
}

.icon-dice:before {
    content: "\e915";
}

.icon-pacman:before {
    content: "\e916";
}

.icon-bullhorn:before {
    content: "\e91a";
}

.icon-connection:before {
    content: "\e91b";
}

.icon-podcast:before {
    content: "\e91c";
}

.icon-feed:before {
    content: "\e91d";
}

.icon-mic:before {
    content: "\e91e";
}

.icon-book:before {
    content: "\e91f";
}

.icon-books:before {
    content: "\e920";
}

.icon-library:before {
    content: "\e921";
}

.icon-file-text:before {
    content: "\e922";
}

.icon-file-empty:before {
    content: "\e924";
}

.icon-files-empty:before {
    content: "\e925";
}

.icon-file-text2:before {
    content: "\e926";
}

.icon-file-picture:before {
    content: "\e927";
}

.icon-file-music:before {
    content: "\e928";
}

.icon-file-play:before {
    content: "\e929";
}

.icon-file-video:before {
    content: "\e92a";
}

.icon-file-zip:before {
    content: "\e92b";
}

.icon-copy:before {
    content: "\e92c";
}

.icon-paste:before {
    content: "\e92d";
}

.icon-stack:before {
    content: "\e92e";
}

.icon-folder:before {
    content: "\e92f";
}

.icon-folder-open:before {
    content: "\e930";
}

.icon-folder-plus:before {
    content: "\e931";
}

.icon-folder-minus:before {
    content: "\e932";
}

.icon-folder-download:before {
    content: "\e933";
}

.icon-folder-upload:before {
    content: "\e934";
}

.icon-price-tag:before {
    content: "\e935";
}

.icon-price-tags:before {
    content: "\e936";
}

.icon-barcode:before {
    content: "\e937";
}

.icon-qrcode:before {
    content: "\e938";
}

.icon-ticket:before {
    content: "\e939";
}

.icon-cart:before {
    content: "\e93a";
}

.icon-coin-dollar:before {
    content: "\e93b";
}

.icon-coin-euro:before {
    content: "\e93c";
}

.icon-coin-pound:before {
    content: "\e93d";
}

.icon-coin-yen:before {
    content: "\e93e";
}

.icon-credit-card:before {
    content: "\e93f";
}

.icon-calculator:before {
    content: "\e940";
}

.icon-lifebuoy:before {
    content: "\e941";
}

.icon-phone:before {
    content: "\e942";
}

.icon-phone-hang-up:before {
    content: "\e943";
}

.icon-address-book:before {
    content: "\e944";
}

.icon-envelop:before {
    content: "\e945";
}

.icon-pushpin:before {
    content: "\e946";
}

.icon-location:before {
    content: "\e947";
}

.icon-location2:before {
    content: "\e948";
}

.icon-compass:before {
    content: "\e949";
}

.icon-compass2:before {
    content: "\e94a";
}

.icon-map:before {
    content: "\e94b";
}

.icon-history:before {
    content: "\e94d";
}

.icon-clock:before {
    content: "\e94e";
}

.icon-clock2:before {
    content: "\e94f";
}

.icon-alarm:before {
    content: "\e950";
}

.icon-bell:before {
    content: "\e951";
}

.icon-stopwatch:before {
    content: "\e952";
}

.icon-calendar:before {
    content: "\e953";
}

.icon-printer:before {
    content: "\e954";
}

.icon-keyboard:before {
    content: "\e955";
}

.icon-display:before {
    content: "\e956";
}

.icon-laptop:before {
    content: "\e957";
}

.icon-mobile:before {
    content: "\e958";
}

.icon-mobile2:before {
    content: "\e959";
}

.icon-tablet:before {
    content: "\e95a";
}

.icon-tv:before {
    content: "\e95b";
}

.icon-drawer:before {
    content: "\e95c";
}

.icon-drawer2:before {
    content: "\e95d";
}

.icon-box-add:before {
    content: "\e95e";
}

.icon-box-remove:before {
    content: "\e95f";
}

.icon-download:before {
    content: "\e960";
}

.icon-upload:before {
    content: "\e961";
}

.icon-floppy-disk:before {
    content: "\e962";
}

.icon-database:before {
    content: "\e964";
}

.icon-undo:before {
    content: "\e965";
}

.icon-redo:before {
    content: "\e966";
}

.icon-undo2:before {
    content: "\e967";
}

.icon-redo2:before {
    content: "\e968";
}

.icon-bubble:before {
    content: "\e96b";
}

.icon-bubbles:before {
    content: "\e96c";
}

.icon-bubbles2:before {
    content: "\e96d";
}

.icon-bubble2:before {
    content: "\e96e";
}

.icon-bubbles3:before {
    content: "\e96f";
}

.icon-bubbles4:before {
    content: "\e970";
}

.icon-user:before {
    content: "\e971";
}

.icon-users:before {
    content: "\e972";
}

.icon-user-plus:before {
    content: "\e973";
}

.icon-user-minus:before {
    content: "\e974";
}

.icon-user-check:before {
    content: "\e975";
}

.icon-user-tie:before {
    content: "\e976";
}

.icon-quotes-left:before {
    content: "\e977";
}

.icon-quotes-right:before {
    content: "\e978";
}

.icon-hour-glass:before {
    content: "\e979";
}

.icon-spinner:before {
    content: "\e97a";
}

.icon-spinner2:before {
    content: "\e97b";
}

.icon-spinner3:before {
    content: "\e97c";
}

.icon-spinner4:before {
    content: "\e97d";
}

.icon-binoculars:before {
    content: "\e985";
}

.icon-search:before {
    content: "\e986";
}

.icon-zoom-in:before {
    content: "\e987";
}

.icon-zoom-out:before {
    content: "\e988";
}

.icon-key:before {
    content: "\e98d";
}

.icon-key2:before {
    content: "\e98e";
}

.icon-lock:before {
    content: "\e98f";
}

.icon-unlocked:before {
    content: "\e990";
}

.icon-wrench:before {
    content: "\e991";
}

.icon-equalizer:before {
    content: "\e992";
}

.icon-equalizer2:before {
    content: "\e993";
}

.icon-cog:before {
    content: "\e994";
}

.icon-cogs:before {
    content: "\e995";
}

.icon-hammer:before {
    content: "\e996";
}

.icon-magic-wand:before {
    content: "\e997";
}

.icon-aid-kit:before {
    content: "\e998";
}

.icon-bug:before {
    content: "\e999";
}

.icon-pie-chart:before {
    content: "\e99a";
}

.icon-stats-bars2:before {
    content: "\e99d";
}

.icon-trophy:before {
    content: "\e99e";
}

.icon-gift:before {
    content: "\e99f";
}

.icon-glass:before {
    content: "\e9a0";
}

.icon-glass2:before {
    content: "\e9a1";
}

.icon-mug:before {
    content: "\e9a2";
}

.icon-spoon-knife:before {
    content: "\e9a3";
}

.icon-leaf:before {
    content: "\e9a4";
}

.icon-meter:before {
    content: "\e9a6";
}

.icon-hammer2:before {
    content: "\e9a8";
}

.icon-fire:before {
    content: "\e9a9";
}

.icon-lab:before {
    content: "\e9aa";
}

.icon-magnet:before {
    content: "\e9ab";
}

.icon-bin:before {
    content: "\e9ac";
}

.icon-bin2:before {
    content: "\e9ad";
}

.icon-briefcase:before {
    content: "\e9ae";
}

.icon-airplane:before {
    content: "\e9af";
}

.icon-truck:before {
    content: "\e9b0";
}

.icon-road:before {
    content: "\e9b1";
}

.icon-accessibility:before {
    content: "\e9b2";
}

.icon-target:before {
    content: "\e9b3";
}

.icon-power:before {
    content: "\e9b5";
}

.icon-switch:before {
    content: "\e9b6";
}

.icon-list-numbered:before {
    content: "\e9b9";
}

.icon-list:before {
    content: "\e9ba";
}

.icon-list2:before {
    content: "\e9bb";
}

.icon-tree:before {
    content: "\e9bc";
}

.icon-menu:before {
    content: "\e9bd";
}

.icon-menu2:before {
    content: "\e9be";
}

.icon-menu3:before {
    content: "\e9bf";
}

.icon-menu4:before {
    content: "\e9c0";
}

.icon-cloud:before {
    content: "\e9c1";
}

.icon-cloud-download:before {
    content: "\e9c2";
}

.icon-cloud-upload:before {
    content: "\e9c3";
}

.icon-cloud-check:before {
    content: "\e9c4";
}

.icon-sphere:before {
    content: "\e9c9";
}

.icon-earth:before {
    content: "\e9ca";
}

.icon-eye:before {
    content: "\e9ce";
}

.icon-eye-plus:before {
    content: "\e9cf";
}

.icon-eye-minus:before {
    content: "\e9d0";
}

.icon-eye-blocked:before {
    content: "\e9d1";
}

.icon-bookmark:before {
    content: "\e9d2";
}

.icon-sun:before {
    content: "\e9d4";
}

.icon-contrast:before {
    content: "\e9d5";
}

.icon-brightness-contrast:before {
    content: "\e9d6";
}

.icon-star-empty:before {
    content: "\e9d7";
}

.icon-star-full:before {
    content: "\e9d9";
}

.icon-man:before {
    content: "\e9dc";
}

.icon-woman:before {
    content: "\e9dd";
}

.icon-man-woman:before {
    content: "\e9de";
}

.icon-happy:before {
    content: "\e9df";
}

.icon-happy2:before {
    content: "\e9e0";
}

.icon-smile:before {
    content: "\e9e1";
}

.icon-smile2:before {
    content: "\e9e2";
}

.icon-tongue:before {
    content: "\e9e3";
}

.icon-tongue2:before {
    content: "\e9e4";
}

.icon-sad:before {
    content: "\e9e5";
}

.icon-sad2:before {
    content: "\e9e6";
}

.icon-wink:before {
    content: "\e9e7";
}

.icon-wink2:before {
    content: "\e9e8";
}

.icon-grin:before {
    content: "\e9e9";
}

.icon-grin2:before {
    content: "\e9ea";
}

.icon-cool:before {
    content: "\e9eb";
}

.icon-cool2:before {
    content: "\e9ec";
}

.icon-angry:before {
    content: "\e9ed";
}

.icon-angry2:before {
    content: "\e9ee";
}

.icon-evil:before {
    content: "\e9ef";
}

.icon-evil2:before {
    content: "\e9f0";
}

.icon-shocked:before {
    content: "\e9f1";
}

.icon-shocked2:before {
    content: "\e9f2";
}

.icon-baffled:before {
    content: "\e9f3";
}

.icon-baffled2:before {
    content: "\e9f4";
}

.icon-confused:before {
    content: "\e9f5";
}

.icon-confused2:before {
    content: "\e9f6";
}

.icon-neutral:before {
    content: "\e9f7";
}

.icon-neutral2:before {
    content: "\e9f8";
}

.icon-hipster:before {
    content: "\e9f9";
}

.icon-hipster2:before {
    content: "\e9fa";
}

.icon-wondering:before {
    content: "\e9fb";
}

.icon-wondering2:before {
    content: "\e9fc";
}

.icon-sleepy:before {
    content: "\e9fd";
}

.icon-sleepy2:before {
    content: "\e9fe";
}

.icon-frustrated:before {
    content: "\e9ff";
}

.icon-frustrated2:before {
    content: "\ea00";
}

.icon-crying:before {
    content: "\ea01";
}

.icon-crying2:before {
    content: "\ea02";
}

.icon-warning:before {
    content: "\ea07";
}

.icon-notification:before {
    content: "\ea08";
}

.icon-question:before {
    content: "\ea09";
}

.icon-plus:before {
    content: "\ea0a";
}

.icon-minus:before {
    content: "\ea0b";
}

.icon-info:before {
    content: "\ea0c";
}

.icon-cancel-circle:before {
    content: "\ea0d";
}

.icon-blocked:before {
    content: "\ea0e";
}

.icon-cross:before {
    content: "\ea0f";
}

.icon-checkmark:before {
    content: "\ea10";
}

.icon-checkmark2:before {
    content: "\ea11";
}

.icon-spell-check:before {
    content: "\ea12";
}

.icon-enter:before {
    content: "\ea13";
}

.icon-exit:before {
    content: "\ea14";
}

.icon-play2:before {
    content: "\ea15";
}

.icon-pause:before {
    content: "\ea16";
}

.icon-stop:before {
    content: "\ea17";
}

.icon-previous:before {
    content: "\ea18";
}

.icon-next:before {
    content: "\ea19";
}

.icon-backward:before {
    content: "\ea1a";
}

.icon-forward2:before {
    content: "\ea1b";
}

.icon-play3:before {
    content: "\ea1c";
}

.icon-pause2:before {
    content: "\ea1d";
}

.icon-stop2:before {
    content: "\ea1e";
}

.icon-backward2:before {
    content: "\ea1f";
}

.icon-forward3:before {
    content: "\ea20";
}

.icon-first:before {
    content: "\ea21";
}

.icon-last:before {
    content: "\ea22";
}

.icon-previous2:before {
    content: "\ea23";
}

.icon-next2:before {
    content: "\ea24";
}

.icon-eject:before {
    content: "\ea25";
}

.icon-volume-high:before {
    content: "\ea26";
}

.icon-volume-medium:before {
    content: "\ea27";
}

.icon-volume-low:before {
    content: "\ea28";
}

.icon-volume-mute:before {
    content: "\ea29";
}

.icon-volume-mute2:before {
    content: "\ea2a";
}

.icon-volume-increase:before {
    content: "\ea2b";
}

.icon-volume-decrease:before {
    content: "\ea2c";
}

.icon-loop:before {
    content: "\ea2d";
}

.icon-loop2:before {
    content: "\ea2e";
}

.icon-infinite:before {
    content: "\ea2f";
}

.icon-shuffle:before {
    content: "\ea30";
}

.icon-arrow-up-left:before {
    content: "\ea31";
}

.icon-arrow-up:before {
    content: "\ea32";
}

.icon-arrow-up-right:before {
    content: "\ea33";
}

.icon-arrow-right:before {
    content: "\ea34";
}

.icon-arrow-down-right:before {
    content: "\ea35";
}

.icon-arrow-down:before {
    content: "\ea36";
}

.icon-arrow-down-left:before {
    content: "\ea37";
}

.icon-arrow-left:before {
    content: "\ea38";
}

.icon-arrow-up-left2:before {
    content: "\ea39";
}

.icon-arrow-up2:before {
    content: "\ea3a";
}

.icon-arrow-up-right2:before {
    content: "\ea3b";
}

.icon-arrow-right2:before {
    content: "\ea3c";
}

.icon-arrow-down-right2:before {
    content: "\ea3d";
}

.icon-arrow-down2:before {
    content: "\ea3e";
}

.icon-arrow-down-left2:before {
    content: "\ea3f";
}

.icon-arrow-left2:before {
    content: "\ea40";
}

.icon-circle-up:before {
    content: "\ea41";
}

.icon-circle-right:before {
    content: "\ea42";
}

.icon-circle-down:before {
    content: "\ea43";
}

.icon-circle-left:before {
    content: "\ea44";
}

.icon-sort-alpha-asc:before {
    content: "\ea48";
}

.icon-sort-alpha-desc:before {
    content: "\ea49";
}

.icon-sort-numeric-asc:before {
    content: "\ea4a";
}

.icon-sort-numberic-desc:before {
    content: "\ea4b";
}

.icon-sort-amount-asc:before {
    content: "\ea4c";
}

.icon-sort-amount-desc:before {
    content: "\ea4d";
}

.icon-checkbox-checked:before {
    content: "\ea52";
}

.icon-checkbox-unchecked:before {
    content: "\ea53";
}

.icon-scissors:before {
    content: "\ea5a";
}

.icon-filter:before {
    content: "\ea5b";
}

.icon-text-height:before {
    content: "\ea5f";
}

.icon-text-width:before {
    content: "\ea60";
}

.icon-font-size:before {
    content: "\ea61";
}

.icon-bold:before {
    content: "\ea62";
}

.icon-underline:before {
    content: "\ea63";
}

.icon-italic:before {
    content: "\ea64";
}

.icon-superscript:before {
    content: "\ea69";
}

.icon-subscript:before {
    content: "\ea6a";
}

.icon-text-color:before {
    content: "\ea6d";
}

.icon-pagebreak:before {
    content: "\ea6e";
}

.icon-table2:before {
    content: "\ea71";
}

.icon-paragraph-left:before {
    content: "\ea77";
}

.icon-paragraph-center:before {
    content: "\ea78";
}

.icon-paragraph-right:before {
    content: "\ea79";
}

.icon-paragraph-justify:before {
    content: "\ea7a";
}

.icon-indent-increase:before {
    content: "\ea7b";
}

.icon-indent-decrease:before {
    content: "\ea7c";
}

.icon-terminal:before {
    content: "\ea81";
}

.icon-mail:before {
    content: "\ea83";
}

.icon-mail2:before {
    content: "\ea84";
}

.icon-mail3:before {
    content: "\ea85";
}

.icon-mail4:before {
    content: "\ea86";
}

.icon-amazon:before {
    content: "\ea87";
}

.icon-google:before {
    content: "\ea88";
}

.icon-google2:before {
    content: "\ea89";
}

.icon-google-plus:before {
    content: "\ea8b";
}

.icon-google-plus2:before {
    content: "\ea8c";
}

.icon-google-plus3:before {
    content: "\ea8d";
}

.icon-hangouts:before {
    content: "\ea8e";
}

.icon-google-drive:before {
    content: "\ea8f";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-facebook2:before {
    content: "\ea91";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-whatsapp:before {
    content: "\ea93";
}

.icon-spotify:before {
    content: "\ea94";
}

.icon-telegram:before {
    content: "\ea95";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-vine:before {
    content: "\ea97";
}

.icon-vk:before {
    content: "\ea98";
}

.icon-renren:before {
    content: "\ea99";
}

.icon-rss:before {
    content: "\ea9b";
}

.icon-rss2:before {
    content: "\ea9c";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-youtube2:before {
    content: "\ea9e";
}

.icon-vimeo:before {
    content: "\eaa0";
}

.icon-vimeo2:before {
    content: "\eaa1";
}

.icon-lanyrd:before {
    content: "\eaa2";
}

.icon-flickr:before {
    content: "\eaa3";
}

.icon-flickr2:before {
    content: "\eaa4";
}

.icon-dribbble:before {
    content: "\eaa7";
}

.icon-steam:before {
    content: "\eaac";
}

.icon-steam2:before {
    content: "\eaad";
}

.icon-dropbox:before {
    content: "\eaae";
}

.icon-tux:before {
    content: "\eabd";
}

.icon-appleinc:before {
    content: "\eabe";
}

.icon-android:before {
    content: "\eac0";
}

.icon-windows:before {
    content: "\eac1";
}

.icon-windows8:before {
    content: "\eac2";
}

.icon-skype:before {
    content: "\eac5";
}

.icon-delicious:before {
    content: "\eacd";
}

.icon-pinterest:before {
    content: "\ead1";
}

.icon-pinterest2:before {
    content: "\ead2";
}

.icon-paypal:before {
    content: "\ead8";
}

.icon-chrome:before {
    content: "\ead9";
}

.icon-firefox:before {
    content: "\eada";
}

.icon-IE:before {
    content: "\eadb";
}

.icon-edge:before {
    content: "\eadc";
}

.icon-safari:before {
    content: "\eadd";
}

.icon-opera:before {
    content: "\eade";
}

.icon-file-pdf:before {
    content: "\eadf";
}

.icon-file-word:before {
    content: "\eae1";
}

.icon-file-excel:before {
    content: "\eae2";
}

.icon-libreoffice:before {
    content: "\eae3";
}

.icon-html-five:before {
    content: "\eae4";
}

.icon-codepen:before {
    content: "\eae8";
}

/*carusel*/
.promo-container {
    overflow: hidden;
    width: 100%;
    height: 460px;
    position: relative;
    background-color: #f2f2f2;
}

.banpro {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 199;
    background-size: cover;
    background-position: center 0;
}

.maskpro {
    background-color: rgba(0, 0, 0, 0.20);
    position: absolute;
    z-index: 200;
    height: 100%;
    width: 100%;
}

.maskpro2 {
    background-color: rgba(0, 70, 82, 0.40);
    position: absolute;
    z-index: 200;
    height: 100%;
    width: 100%;
}

.baninfo {
    color: #FFF;
    font-size: 16px;
    margin: 50px 0;
    position: relative;
    z-index: 201;
}

.baninfo a {
    color: #FFF;
}

.pg {
    margin: auto;
    width: 1000px
}

.backpro {
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 100;
}

.textpro {
    display: block;
}

.t1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 140%;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.blnkh {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 140%;
}

.blocklink {
    border-bottom: 1px solid #E7DADA;
    color: #fff;
}

.t2 {
    line-height: 140%;
    margin: 10px 0 30px 0;
    font-size: 1.2rem;
}

.t3 {
    line-height: 140%;
}

.activitybuttons {
    position: relative;
    display: inline-block;
    line-height: 1.179;
    text-decoration: none;
    padding: 0.85em 1.6778em;
    color: #FFF;
    background-color: #DA3A3A;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    border-radius: 25px;
}

.activitybuttons:hover {
    background-image: linear-gradient(#d90000, #d60000);
}

.back1 {
    background-image: url(/media/pic/customer/home/pro/nds.jpg);
}

.back2 {
    background-image: url(/media/pic/customer/home/pro/block.jpg);
}

.back3 {
    background-image: url(/media/pic/customer/home/pro/smotrbox2.jpg);
}

.back4 {
    background-image: url(/media/pic/customer/home/pro/router.jpg);
}

.back5 {
    background-image: url(/media/pic/customer/home/pro/newoffice.jpg);
}

.back6 {
    background-image: url(/media/pic/customer/home/pro/gift2021.jpg);
}


.hme_trf1 {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .7) 17%, hsla(0, 0%, 100%, .7) 83%, hsla(0, 0%, 100%, 0));
}

.hme_trf2 {
    background: linear-gradient(90deg, rgba(30, 70, 82, 1) 0%, rgba(101, 139, 149, 1) 100%);
    padding: 20px 0;
}

.hme_trf {
    background: linear-gradient(90deg, rgba(25, 59, 69, 1) 0%, rgba(45, 110, 130, 1) 100%);
    padding: 20px 0;
}

.adverts {
    background: linear-gradient(90deg, rgba(255, 253, 253, 1) 0%, rgba(231, 218, 218, 1) 100%);
    padding: 20px 0;
}

.advert {
    display: flex;
    margin: 0 0 20px 0;
    padding: 10px;
    border-radius: 3px;
}

.home_news {
    background: linear-gradient(90deg, rgba(255, 253, 253, 1) 0%, rgba(231, 218, 218, 1) 100%);
    padding: 20px 0;
}


._GrEtA {
    width: 100%;
    position: relative;
}

._gtrFv0 {
    display: block;
    font-size: 0;
}

img.ioBnhtr {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1300px;
}

/*news guestbook*/
.guestb_header {
    font-size: 2rem;
    margin: 20px 0;
}

.guestb_container a {
    color: inherit;
}

.dynflex {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.dfl {
    width: 100%;
    margin: 5px 5px;
    padding: 10px;
    border: 1px solid #D4D4D4;
}

.dfl:hover {
    background-color: #eee;
}

.servactus {
    padding: 10px;
}

.servact-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
}

.servact-content {
    width: 100%;
    height: 350px;
}

.servact {
    padding: 20px;
    width: 90%;
}

.servact-h1 {
    color: #FFFFFF;
    font-size: 2rem;
    text-align: center;
    margin: 20px 0;
}

.servact-h2 {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0;
}

.pl {
    background-image: url(/media/pic/customer/home/500/pl.jpg)
}

.smotr {
    background-image: url(/media/pic/customer/home/500/smotr.jpg)
}


.adv_hed {
    margin: 20px 0;
    font-size: 2rem;
    line-height: 140%;
}

.advert_text {
    padding: 20px;
    font-size: 1.2rem;
}


.shop-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.goods {
    margin: 0 10px 10px 0;
    background-color: #fff;
    width: 49.3%;
    border: solid 1px #efefef;
    flex: 1 1 calc((100% / 3) - 2em);
    border-radius: 0.22em;
    box-shadow: 2px 3px 5px 0 silver;
}


.good-txt {
    padding: 0.2em 1em;
}


@media (max-width: 1600px) {
    .promo-container, .pro-cont {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .pro-cont {
        height: 280px;
        width: 100%;
    }

    .baninfo {
        font-size: 15px;
        margin: 50px 0 0 0;
    }

    .selectors-box {
        margin-top: 250px;
    }

    .dfl {
        width: 49.99%;
    }

    .dfl {
        width: 99%;
        margin: 5px auto;
        padding: 10px;
    }

    .advert {
        flex-direction: column-reverse;
        width: 99%;
        margin: 5px auto;
        padding: 0;
    }

    .adv_hed {
        margin: 10px 0;
        font-size: 1.5rem;
        line-height: 110%;
    }

    .advert_text {
        padding: 10px;
        font-size: 1.1rem;
    }

    .advcon {
        width: 100%;
        margin: auto;
    }
}


@media (max-width: 320px) {
    .hmenpic {
        font-size: 3rem;
    }

}

.th {
    font-size: 1.7em;
    display: inline-block;
    margin: 0 20px 0 0;
    line-height: 1.2em;
}

.th2 {
    font-size: 1.2rem;
    display: inline-block;
}

.tt {
    display: block;
    margin: 5px 0 5px 0;
}

.red {
    background-color: #cc0000;
}

.goods a {
    color: #333333;
}

.good-img {
    width: 256px;
    margin: auto;
    height: 256px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.socmed a {
    font-size: 1.5rem;
}


.sup_container {
    margin: 0 0 20px 0;
    border: 1px solid #CCCCCC;
}

.sup_container:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 3px solid #c60000;
}

.sup_img {
    width: 290px;
    height: 220px;
}

.sup_content {
    width: 624px;
    padding: 0 20px 20px 40px;
}

.supnew {
    background-image: url(/media/pic/sup/sup_os.jpg);
}

.suprout {
    background-image: url(/media/pic/sup/sup_rout.jpg);
}

.supmail {
    background-image: url(/media/pic/sup/sup_mail.jpg);
}

.supl2tp {
    background-image: url(/media/pic/sup/sup_l2tp.jpg);
}

.delta {
    padding: 0.5em;
    margin: 0.5em;
    color: #FFF;
    display: block;
}

.delta a {
    color: #FFF;
    text-decoration: none;
}

.home_topline {
    background-color: #666666;
    padding: 20px 0;
}

.home_tl_text {
    text-align: center;
    width: 90%;
    margin: auto;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 130%;
}

.buta {
    border: 1px solid #FFF;
    border-radius: 30px;
    padding: 4px 15px;
    text-decoration: none;
    color: #FFF;
    margin: 0 10px;
    display: inline-block;
}

.buta:hover {
    background-color: #999;
    color: #FFF;
}

.home_menu_cont {
    background-color: #222;
    padding: 30px 0;
}

.home_menu {
}

.hm_pa {
    color: #FFF;
    text-decoration: none;
}

.hm_dm {
    width: 30px;
    height: 1px;
}

.hm_punkt {
    width: 140px;
}

.hm_ico {
    font-size: 2rem;
    text-align: center;
    height: 40px;
}

.hm_txt {
    text-align: center;
    margin: 10px 0 0 0;
}

.hh2 {
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
    line-height: 140%;
}

.modules {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home_text {
    text-align: center;
    color: #FFF;
    font-weight: 100;
}

.h11 {
    font-size: 2em;
    margin: 10px 0;
    line-height: 140%;
}

.h22 {
    font-size: 1.5em;
    margin: 15px 0;
    line-height: 140%;
}

.h33 {
    font-size: 1.3em;
    margin: 10px 0;
    line-height: 140%;
}


.promo-box {
    display: flex;
    align-items: stretch;
    min-height: 310px;
    text-decoration: none;
}

.box-row-rewerse {
    flex-direction: row-reverse;
}

.pb-right {
    width: 66.66667%;
    height: auto;
    min-height: 310px;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.pb-left {
    position: relative;
    width: 33.33333%;
    min-height: 310px;
}

.pb-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -2;
}

.pb-video {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.back-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.pb-cont {
    width: 80%;
    margin: 60px auto;
}

.pp-ha {
    font-size: 1.7em;
    line-height: 140%;
    transition: color 0.15s;
    border-bottom-color: rgba(255, 255, 255, 0.99);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.pp-tx {
    font-size: 1em;
    margin: 20px 0 0 0;
}

.ecp-pro {
    background-color: #007777;
    color: #FFF;
}

.dev-pro {
    background-color: #004D4D;
    color: #fff;
}


.services-box {
    background-image: linear-gradient(to bottom right, rgba(230, 218, 218, 0.9), rgba(252, 241, 241, 1));
}

.dop-box {
    background-image: linear-gradient(to bottom left, rgba(230, 218, 218, 0.9), rgba(252, 241, 241, 1));
}

.sb-unit {
    background-color: #FFF;
    display: inline-block;
    color: #222;
}

.sb-unit:hover {
    background-color: #F7F5F4;
}

.s-m {
    margin: 0 5px 0 0;
}

.sb-cont {
    padding: 20px;
}

.sb-h {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 1em;
    text-align: center;
    margin: 0 auto 20px auto;
}

.sb-hh {
    margin: 24px 0;
    display: inline-block;
    color: #C1B8AE;
    font-size: 48px;
}

/* .sb-h-av01 {background: -webkit-radial-gradient(center, circle contain, rgba(0,244,244,1), rgba(70,156,170,1)); background:-ms-radial-gradient(center, circle contain, rgba(0,244,244,1), rgba(70,156,170,1)); background:-moz-radial-gradient(center, circle contain, rgba(0,244,244,1), rgba(70,156,170,1)); background:-o-radial-gradient(center, circle contain, rgba(0,244,244,1), rgba(70,156,170,1));}
.sb-h-av11 {background: -webkit-radial-gradient(center, circle contain, rgba(250,115,115,1), rgba(218,58,58,1));}
.sb-h-av21 {background: -webkit-radial-gradient(center, circle contain, rgba(114,246,114,1), rgba(58,218,58,1));}
*/
.sb-h-av0 {
    background-image: linear-gradient(to bottom left, rgba(230, 218, 218, 0.9), rgba(252, 241, 241, 1));
}

.sb-h-av1 {
    background-image: linear-gradient(to bottom left, rgba(230, 218, 218, 0.9), rgba(252, 241, 241, 1));
}

.sb-h-av2 {
    background-image: linear-gradient(to bottom left, rgba(230, 218, 218, 0.9), rgba(252, 241, 241, 1));
}

.zag-box-h1 {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
}

.bsh1 {
    font-weight: bold;
    border-bottom: 1px solid rgba(40, 40, 40, .2);
}

.b2b-info {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    background-color: #F0E8E8;
    padding: 5px;
    min-height: 370px;
}

@media (max-width: 2060px) {
    .home_text {
        margin: 70px auto 0 auto;
    }

    .h11 {
        font-size: 2em;
        margin: 10px 0;
        line-height: 140%;
    }

    .h22 {
        font-size: 1.8em;
        margin: 15px 0;
        line-height: 140%;
    }
}

@media (max-width: 1024px) {
    .home_text {
        margin: 70px auto 0 auto;
    }

    .h11 {
        font-size: 2em;
        margin: 10px 0;
        line-height: 140%;
    }

    .h22 {
        font-size: 1.8em;
        margin: 15px 0;
        line-height: 140%;
    }

    .loo {
        width: 605px;
        margin: auto;
        display: block;
    }
}

@media (max-width: 768px) {
    .home_text {
        margin: 60px auto 0 auto;
    }

    .h11 {
        font-size: 2em;
        margin: 10px 0;
        line-height: 140%;
    }

    .h22 {
        font-size: 1.5em;
        margin: 15px 0;
        line-height: 140%;
    }

    .hm_punkt {
        width: 90px;
    }

    .sup_content {
        width: 400px;
        padding: 0.5em;
    }

    .sup_ul {
        line-height: 2em;
        font-size: 1.2em;
    }

    .b2b-info {
        flex-flow: column;
        align-items: stretch;
    }

}

.menu_cust {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em;
}

.menu_cust a {
    text-decoration: none;
    color: #FFF;
}

.menu_tale {
    width: 120px;
    height: 120px;
    margin: 0.5em;
    text-align: center;
    padding: 10px;

}

.menu_ico {
    font-size: 36px;
    margin: 20px 0 20px 0;
}

.menu_text {
    font-size: 12px;
    font-weight: bold;
}

.light {
    background-color: #666;
}

.dark {
    background-color: #333333;
}


@media (max-width: 450px) {
    .menu_cust {
        padding: 0;
    }

    .home_tl_text {
        font-size: 0.9rem;
    }

    .home_text {
        margin: 30px auto 0 auto;
    }

    .home_menu_cont {
        display: none;
    }

    .h11 {
        font-size: 2em;
        margin: 10px 0;
        line-height: 140%;
    }

    .h22 {
        font-size: 1.5em;
        margin: 15px 0;
        line-height: 140%;
    }

    .sb-h {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }

    .sb-hh {
        font-size: 30px;
        margin: 15px 0;
    }

    .sb-cont {
        padding: 10px;
    }

    .loo {
        width: 320px;
        margin: auto;
        display: block;
    }

    .page {
        width: 95%;
        margin: auto;
        padding: 0.5em 0.5em 1em 0.5em;
    }

    .goods {
        width: 100%;
        margin: 0.2em auto;
        border-radius: 0.22em;
    }

    .suppho {
        font-size: 1rem;
    }

    .baninfo {
        font-size: 15px;
        margin: 10px 0;
    }

    .backpro {
        background-size: auto;
        background-position: center;
    }

    .zag-box {
        font-size: 1.2rem;
    }

    .servact-content {
        width: 100%;
        margin: 1% auto;
    }

    .shop-box {
        flex-direction: column;
    }

    .b2b-info {
        flex-flow: column;
        align-items: stretch;
    }

    .promo-box {
        align-items: center;
        flex-direction: column;
    }

    .box-row-rewerse {
        flex-direction: column-reverse;
    }

    .pb-right {
        width: 100%;
    }

    .pb-left {
        width: 100%;
        min-height: auto;
    }

    .pb-cont {
        margin: 1em auto;
    }
}

@media (max-width: 320px) {
    .home_tl_text {
        font-size: 0.9rem;
    }

    .home_text {
        margin: 10px auto 0 auto;
    }

    .home_menu_cont {
        display: none;
    }

    .h11 {
        font-size: 2em;
        margin: 10px 0;
        line-height: 140%;
    }

    .h22 {
        font-size: 1.5em;
        margin: 15px 0;
        line-height: 140%;
    }

    .sb-h {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }

    .sb-hh {
        font-size: 30px;
        margin: 15px 0;
    }

    .sb-cont {
        padding: 10px;
    }

    .loo {
        width: 260px;
        margin: auto;
        display: block;
    }

    .page {
        width: 90%;
        margin: 0;
        padding: 0.5em;
    }
}

.butaa {
    background-color: #C60000;
    color: #FFF;
    border-radius: 30px;
    padding: 4px 15px 8px 15px;
    text-decoration: none;
    margin: 0 10px;
}

.butaa:hover {
    background-color: #DF0000;
}

.home_text {
    position: relative;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.back-module {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.module-background1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -2;
}

.video-box {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 2s;
    transform: translateZ(0);
}

.video-box2 {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 2s;
    transform: translateZ(0);
}

.module-video {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transform: translateZ(0);
}


#navMenuMobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 3em;
    width: 100%;
    background: #fff;
    overflow: hidden;
    transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0.2s;
    z-index: 1;
}

ul.menu {
    position: relative;
    display: block;
    padding: 3em 3em 0 0;
    overflow: hidden;
    list-style: none;
    text-align: center;
}

ul.menu li.menu-item {
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.35s;
}

ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.30s;
}

ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.25s;
}

ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.20s;
}

ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.15s;
}

ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.10s;
}

ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.05s;
}

ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #000;
    font-size: 1.5em;
    line-height: 2em;
    font-weight: 200;
    width: 100%;
}

#navMenuMobile.menu-opened {
    position: relative;
    height: 100%;
    background-color: #fff;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
    min-height: 200%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#navMenuMobile.menu-opened .burger-container {
    transform: rotate(90deg);
}

#navMenuMobile.menu-opened .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
}

#navMenuMobile.menu-opened .burger-container #burger .bar.topBar {
    transform: translateY(4px) rotate(45deg);
}

#navMenuMobile.menu-opened .burger-container #burger .bar.btmBar {
    transform: translateY(3px) rotate(-45deg);
}

#navMenuMobile.menu-opened ul.menu li.menu-item {
    transform: scale(1) translateY(0px);
    opacity: 1;
}

#navMenuMobile.menu-opened ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.25s;
}

#navMenuMobile.menu-opened ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.30s;
}

#navMenuMobile.menu-opened ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.35s;
}

#navMenuMobile.menu-opened ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.40s;
}

#navMenuMobile.menu-opened ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.45s;
}

#navMenuMobile.menu-opened ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.50s;
}

#navMenuMobile.menu-opened ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.55s;
}

#navMenuMobile.menu-opened ul.menu li.menu-item:nth-child(8) {
    transition-delay: 0.60s;
}

#navMenuMobile.menu-opened ul.menu li.menu-item:nth-child(9) {
    transition-delay: 0.65s;
}

#navMenuMobile.menu-opened ul.menu li.menu-item:nth-child(10) {
    transition-delay: 0.70s;
}

#navMenuMobile.menu-opened ul.menu li.menu-item:nth-child(11) {
    transition-delay: 0.75s;
}

.burger-container {
    position: relative;
    display: block;
    height: 3em;
    width: 3em;
    cursor: pointer;
    transform: rotate(0deg);
    float: left;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
    overflow: hidden;
}

.burger-container #burger .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #000;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
}

.burger-container #burger .bar.topBar {
    transform: translateY(0px) rotate(0deg);
}

.burger-container #burger .bar.btmBar {
    transform: translateY(6px) rotate(0deg);
}
