@font-face {
    font-family: "ProximaNova-Black";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/ProximaNova-Black.ttf");
}

@font-face {
    font-family: "ProximaNova-Bold";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/ProximaNova-Bold.ttf");
}

@font-face {
    font-family: "ProxnameimaNova-Light";
    font-style: normal;
    src: url("../fonts/ProximaNova-Light.ttf");
}

@font-face {
    font-family: "ProximaNova-Regular";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/ProximaNova-Regular.ttf");
}

@font-face {
    font-family: "ProximaNova-Semibold";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/ProximaNova-Semibold.otf");
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}

html {
    height: 101%;
}

body {
    font-size: 62.5%;
    line-height: 1.2;
    font-size: 13px;
    font-family: "ProximaNova-Regular", sans-serif;
    color: #000000;
    background: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}



strong {
    font-weight: bold;
}

input {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
    text-decoration-skip-ink: none;
}

a:hover {
    text-decoration: none;
}

[class^='icon-'] {
    display: inline-block;
}


.mob-menu {
    display: none;
    right: 30px;
    top: 30px;
    border: 2px solid #fff;
    z-index: 499;
    cursor: pointer;
}

.mob-menu span {
    width: 30px;
    height: 3px;
    margin: 5px 0;
    background: #fff;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mob-menu div {
    padding: 2px 6px;
}

@media screen and (max-width: 630px) {
    .mob-menu {
        display: block;
    }
}

.close-mob {
    display: none;
    position: absolute;
    right: 25px;
    top: 20px;
    width: 41px;
    height: 41px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 999;
    opacity: 1;
    cursor: pointer;
}

@media (max-width: 630px) {
    .close-mob {
        display: block;
    }
}

.close-mob:before, .close-mob:after {
    position: absolute;
    left: 18px;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: #fff;
    top: 4px;
}

.close-mob:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-mob:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

* {
    outline: none;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox__text {
    position: relative;
    padding: 0 0 0 34px;
    cursor: pointer;
    font-size: 15px;
    vertical-align: middle;
}

.checkbox__text a {
    color: #e0af44;
    text-decoration: underline;
}

.checkbox__text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
}

.checkbox input:checked + .checkbox__text:after {
    content: '';
    position: absolute;
    background: #000;
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
}

select {
    -webkit-appearance: none;
    background: url("../img/sel.png") no-repeat -webkit-calc(100% - 30px) center;
    background: url("../img/sel.png") no-repeat calc(100% - 30px) center;
    -moz-appearance: none;
    -o-text-overflow: '';
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
}

select::-ms-expand {
    display: none;
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

.modal {
    padding-right: 0 !important;
}


.modal .close {
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: currentColor;
    border: 1px solid;
    padding-top: 2px;
    border-radius: 50%;
}.bs-modal-header {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     padding: 1rem;
     border-bottom: 1px solid #eceded;
     border-top-left-radius: 0;

     border-top-right-radius: 0
 }

.bs-modal-header .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 15px;
    margin-top: -15px;
    margin-right: -15px;
    flex-shrink: 0;
}

.bs-modal-title {
    margin-bottom: 0;
    line-height: 1.45
}

.bs-modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.bs-modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #eceded;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.bs-modal-footer>* {
    margin: .25rem
}

.bs-modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.bs-btn-primary {
    color: #fff;
    background-color: #005ab4;
    border-color: #005ab4;
}

.bs-btn {
    display: inline-block;
    padding: 0.8125rem 1.875rem;
    font-weight: 500;
    font-size: .625rem;
    line-height: 1.45;
    color: #323232;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 9999px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bs-btn-primary, .bs-btn-primary:not(:disabled):not(.disabled):active, .bs-show>.bs-btn-primary.bs-dropdown-toggle {
    color: #fff !important;
    background-color: #005ab4;
    border-color: #005ab4;
}
.modal-body{

    padding-bottom: 0;
}
.modal-download .modal-content{
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.modal-download .modal-dialog{
    max-width: 750px;
}

.modal p {
    margin-bottom: 1.25rem;
    line-height: 24px;
    font-size: 16px;
}

.bs-modal-title{
    font-size: 30px;
    font-weight: bold;
}


.zap {
    font-size: 14px;
    font-family: "ProximaNova-Bold", sans-serif;
    color: #ffffff !important;
    background: #CE1B21;
    display: inline-block;
    padding: 5px 13px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

@media (max-width: 440px) {
    .zap {
        display: block;
        text-align: center;
        max-width: 170px;
        margin-top: 35px;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
    }
}

header .top-top {
    padding-top: 6px;
    padding-bottom: 6px;
}

header .top-top ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .top-top ul li {
    margin-left: 20px;
}

header .top-top ul li a {
    color: #2f80ed;
    height: 15px;
    display: block;
    border-bottom: 1px solid rgba(47, 128, 237, 0.64);
}

header .bottom .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    header .bottom .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 440px) {
    header .bottom .container {
        display: block;
    }
}

@media (max-width: 991px) {
    header .bottom .container .podmenu {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 630px) {
    header .bottom .container .podmenu {
       /* position: fixed;
        bottom: 0; 
        display: none;
        left: 0;
        background: #424242;
        height: 55%;
        z-index: 99;*/
        width: 100%;
    }

 /*   header .bottom .container .podmenu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        flex-wrap: wrap;
    } */
    
       header .bottom .container .podmenu ul {
        -webkit-box-orient: vertical;
       -webkit-box-align: center;
             align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        height: 100%;
        flex-wrap: wrap;
    } 

    header .bottom .container .podmenu ul li {
        margin-bottom: 7px;
    }
}

@media (min-width: 630px) {
    header .bottom .container .podmenu {
        display: block;
    }
}

.header .bottom .container .podmenu {
   display: none;
     
}

header .bottom .container .name {
    font-size: 16px;
    font-family: "ProximaNova-Bold", sans-serif;
    position: relative;
}

header .bottom .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

header .bottom .container ul li {
    margin-left: 10px;
    margin-right: 12px;
}

@media (max-width: 1200px) {
    header .bottom .container ul li {
        margin-right: 5px;
        margin-left: 5px;
    }
}

header .bottom .container ul li a {
    font-size: 14px;
    color: #2f80ed;
    border-bottom: 1px solid rgba(47, 128, 237, 0.64);
    height: 16px;
    display: block;
}

@media (max-width: 767px) {
    header .bottom .container ul li a {
        font-size: 13px;
    }
}

header .top {
    position: relative;
    margin-bottom: 10px;
    background: #424242;
}

@media (max-width: 630px) {
    header .top {
        padding-bottom: 10px;
        position: static;
        padding-top: 10px;
    }
}

header .top .logo {
    height: 51px;
}

@media (max-width: 630px) {
    header .top .logo {
        max-width: 145px;
    }
}

header .top .logo img {
    display: block;
    height: 100%;
}

header .top .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    header .top .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header .top .container .logo {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 630px) {
    header .top .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

header .top .container .menu {
    display: block;
}

@media (max-width: 991px) {
    header .top .container .menu {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 14px;
        margin-top: 10px;
    }
}

@media (max-width: 630px) {
    header .top .container .menu {
        position: absolute;
        top: 0;
        left: 0;
        background: #424242;
        margin-top: 0;
        opacity: 0;
        height: auto;
        visibility: hidden;
        z-index: 999;
        width: 100%;
        transition: all 0.5s;
        padding-top: 80px;
        padding-bottom: 30px;
        text-align: center;
    }
    .open_mn {
        opacity: 1 !important;
        visibility: visible !important;
    }

    header .top .container .menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

    header .top .container .menu ul li {
        margin-bottom: 7px;
    }
}

header .top .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header .top .container ul.services-menu_list_cats {
    display: none;
}

header .top .container ul li.drop {
    display: none;
}

header .top .container ul li > a {
    font-size: 14px;
    color: #ffffff;
    padding: 8px 12px;
}

@media (max-width: 1200px) {
    header .top .container ul li > a {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (min-width: 629px) {
    header .top .container ul li > a:hover {
        color: #000000;
        background: #ffffff;
    }
}

@media (max-width: 630px) {
    header .top .cnt {
        max-width: 100%;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
    }
}

header .top .cnt a {
    display: block;
    text-align: right;
    color: #ffffff;
}

@media (max-width: 630px) {
    header .top .cnt a {
        text-align: left;
    }
}

@media (max-width: 630px) {
    header .top .cnt a {
        text-align: left;
        border: none;
    }
}

header .top .cnt a:last-child {
    font-size: 12px;
    text-decoration: none;
}

@media (max-width: 630px) {
    header .top .cnt a:last-child {
        border: none;
    }
}

header .top .cnt a.phone {
    font-size: 16px;
    font-family: "ProximaNova-Bold", sans-serif;
    padding-bottom: 3px;
}


.menu {
    position: relative;
}

.bt-red {
    /*max-width: 300px;*/
    width: 100%;
    height: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #CE1B21;
    color: #ffffff !important;
    font-size: 20px;
    font-family: "ProximaNova-Bold", sans-serif;
    text-align: left;
    padding: 0 18px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    cursor: pointer;
    
}

.test {
    border: 2px solid #050A3A;
    max-width: 170px;
    height: 73px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-family: "ProximaNova-Bold", sans-serif;
    color: #050A3A !important;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shape .test {
    margin-top: 50px;
}

.shape .button {
    max-width: 280px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 991px) {
    .shape .button {
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
    }
}

.shape .lf {    
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: contain;
    background-size: contain;
    min-height: 560px;
    position: relative;
    padding-top: 62px;
    z-index: 2;
    padding-bottom: 90px;
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .shape .lf {
        -webkit-background-size: 550px 550px;
        background-size: 550px;
    }
}

@media (max-width: 991px) {
    .shape .lf {
        background: none;
    }
}

@media (max-width: 767px) {
    .shape .lf {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 630px) {
    .shape .lf {
        padding-top: 30px;
    }
}

.shape .lf .title h1 {
    text-align: left;
    margin-top: 0;
    color: #000000;
    font-size: 36px;
    margin-bottom: 15px;
    font-family: "ProximaNova-Bold", sans-serif;
}

@media (max-width: 991px) {
    .shape .lf .title {
        text-align: center;
    }
}

.shape .lf .text {
    max-width: 488px;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 50px;
    font-family: "ProximaNova-Regular", sans-serif;
    color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
    .shape .lf .text {
        text-align: center;
        max-width: 100%;
    }
}

.shape .gr {
    width: 50%;
    position: relative;
}

@media (max-width: 767px) {
    .shape .gr {
        width: 100%;
    }
}

.shape .gr img {
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px);
    display: block;
}

.shape .cert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .shape .cert {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.shape .cert .cert_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 450px) {
    .shape .cert .cert_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

/*.shape .cert .cert_item {
    margin-bottom: 7px;
}*/

.shape .cert span {
    margin-right: 50px;
    font-size: 20px;
    font-family: "ProximaNova-Light", sans-serif;
    margin-bottom: 7px;
}

@media (max-width: 550px) {
    .shape .cert span {
        margin-bottom: 20px;
    }
}

@media (max-width: 550px) and (max-width: 450px) {
    .shape .cert span {
        margin-left: -78px;
    }
}

.shape .cert img {
    margin-right: 35px;
}

.priem {
    background: #F3F3F3;
    padding: 20px 0;
    margin-bottom: 24px;
}

.priem .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

@media (max-width: 767px) {
    .priem .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 450px) {
     .priem .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.priem .flex .item {
    width: -webkit-calc(20% - 15px);
    width: calc(20% - 15px);
    font-size: 14px;
}

.priem .flex .item img {
    height: 40px;
}

@media (max-width: 767px) {
    .priem .flex .item {
        width: -webkit-calc(33% - 30px);
        width: calc(33% - 30px);
        margin-bottom: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 450px) {
    .priem .flex .item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.priem .flex .item .title {
    font-size: 18px;
    margin: 10px 0;
    font-family: "ProximaNova-Bold", sans-serif;
}

.rad li {
    position: relative;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #F3F3F3;
    font-size: 15px;
}

.rad li:nth-child(even) {
    background: #ffffff;
}

.rad li:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 6px;
    top: 12px;
    background: #000000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}





h2 {
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 36px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.real {
    margin-top: 42px;
}

.real .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.real .flex .item {
    width: -webkit-calc(33% - 30px);
    width: calc(33% - 30px);
    text-align: center;
    margin-bottom: 64px;
}

@media (max-width: 767px) {
    .real .flex .item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }
}

@media (max-width: 450px) {
    .real .flex .item {
        width: 100%;
    }
}

.real .flex .item .img {
    margin-bottom: 20px;
    min-height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.real .flex .item .title {
    font-size: 18px;
    font-family: "ProximaNova-Bold", sans-serif;
}

.real .flex .item .title span {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    font-family: "ProximaNova-Regular", sans-serif;
}

.demo {
    background: #000000;
   /* margin-bottom: 60px; */
}

.demo .container {
    margin-top: -185px;
}

@media (max-width: 1200px) {
    .demo .container {
        margin-top: -25px;
    }
}

.demo .title {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    font-family: "ProximaNova-Bold", sans-serif;
}

@media (max-width: 550px) {
    .demo .title {
        font-size: 35px;
    }
}

.demo .sub {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-family: "ProximaNova-Light", sans-serif;
    padding-top: 8px;
    padding-bottom: 10px;
}

.demo .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .demo .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.demo .flex .item {
    width: 32%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.demo .flex .item img {
    margin-top: 30px; 
    display:block;
    margin:auto;
    text-align: center;
    
}

@media (max-width: 991px) {
    .demo .flex .item {
        width: 100%; 
    }
}

.demo .flex .item .text {
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
    font-size: 12px;
    color: #ffffff;
    margin-left: 15px;
}


.cam  {
    margin-top: 60px;
}



.cam .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    
}

@media (max-width: 767px) {
    .cam .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cam .items .title {
    font-family: "ProximaNova-Bold", sans-serif;
    margin-bottom: 7px;
    font-size: 18px;
}

.cam .items .item {
    width: 31%;
    margin-bottom: 30px;
    position: relative;
}

.cam .items .item .img-x {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .cam .items .item {
        width: 100%;
    }
}

.cam .items .item .sub {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.cam .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .cam .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cam .flex .lf {
    max-width: 370px;
    font-size: 1.2em;
    line-height: 1.3em;
}

@media (max-width: 991px) {
    .cam .flex .lf {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.cam .flex .rg {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    font-size: 1.2em;
    line-height: 1.3em;
}

@media (max-width: 991px) {
    .cam .flex .rg {
        width: 100%;
    }
}

.cam .flex .rg .eag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

@media (max-width: 500px) {
    .cam .flex .rg .eag {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.cam .flex .rg .eag img {
    margin-left: 5px;
}

@media (max-width: 500px) {
    .cam .flex .rg .eag img {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.cam .flex .rg .eag .text {
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    font-size: 0.9em;
    line-height: 1.2em;
}

@media (max-width: 500px) {
    .cam .flex .rg .eag .text {
        width: 100%;
    }
}

.cam .flex .rg .eag .text a {
    text-decoration: underline;
    color: #2f80ed;
}

/*-- .RG2 EagleEyey director fo DESKTOP FULL width--*/

.cam .flex .rg2 {
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px);
    font-size: 1.2em;
    line-height: 1.3em;
}

@media (max-width: 991px) {
    .cam .flex .rg2 {
        width: 100%;
    }
}

.cam .flex .rg2 .eag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
        background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 500px) {
    .cam .flex .rg2 .eag {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.cam .flex .rg2 .eag img {
    margin-left: 5px;
}

@media (max-width: 500px) {
    .cam .flex .rg2 .eag img {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.cam .flex .rg2 .eag .text {
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    font-size: 1em;
    line-height: 1.2em;
}

@media (max-width: 500px) {
    .cam .flex .rg2 .eag .text {
        width: 100%;
    }
}

.cam .flex .rg2 .eag .text a {
    text-decoration: underline;
    color: #2f80ed;
}

/*-- END EagleEyey Director fo DESKTOP --*/

.kach {
    overflow: hidden;
    min-height: 615px;
 /*  background: url("../img/rpg/wave.jpg") right no-repeat;*/
     -webkit-background-size: 50% 50%;
    background-size: 50%;
    background-position: center;
    position: relative;
    padding-top: 24px;
}

.kach h2 {
    position: relative;
    z-index: 2;
}

.kach .container {
    padding-top: 24px;
    position: relative;
    
   
}

@media (max-width: 767px) {
    .kach .container {
        background: none;
    }
}

.kach .container .title {
    font-family: "ProximaNova-Black", sans-serif;
    color: #000000;
    font-size: 36px;
    position: relative;
    z-index: 9;
}

.kach .container .item {
    
    margin-bottom: 60px;
    max-width: 266px;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.kach .container .item .text {
    font-size: 18px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.4);
}

.kach .container .item .text-studio {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
   /* background: rgba(255, 255, 255, 0.4);*/
}

.kach .container .item:nth-last-child() {
    margin-bottom: 0;
}




h2.white {
    color: #ffffff;
}

.ino {
    padding-bottom: 30px;
    background: #000;
    padding-top: 30px;
}

.ino h2 {
    margin-bottom: 25px;
}

.ino .logo-abs {
    position: absolute;
    top: 15px;
    left: 30px;
}

.ino .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ino .item {
    position: relative;
    width: -webkit-calc(33% - 14px);
    width: calc(33% - 14px);
    border: 1px solid #4D4D4D;
    margin-bottom: 28px;
}

@media (max-width: 991px) {
    .ino .item {
        width: -webkit-calc(50% - 14px);
        width: calc(50% - 14px);
    }
}

@media (max-width: 767px) {
    .ino .item {
        width: 100%;
    }

    .ino .item img {
        margin-left: auto;
        display: block;
    }
}

.ino .item ul {
    color: #ffffff;
    padding: 20px;
    font-size: 15px;
}

.ino .item ul li {
    margin-bottom: 1px;
}

.ino .item .text {
    padding: 0 28px;
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 32px;
    margin-top: 14px;
}

.ino .item .text b {
    font-family: "ProximaNova-Bold", sans-serif;
}

.mik {
    background: rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
}

.mik .text {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}


@media (max-width: 500px) {
    .mik .text {
        width: 100%;
    }
}

.mik img {
    margin-right: 30px;
}

@media (max-width: 500px) {
    .mik img {
        display: none;
    }
}

.head td {
    font-family: "ProximaNova-Bold", sans-serif;
}

@media (max-width: 767px) {
    .table {
        width: 100%;
        overflow: auto;
    }

    .table table {
        width: 800px;
        display: block;
    }
}

.toch {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000000;
    margin-left: auto;
    margin-right: auto;
}

.srav {
    margin-top: 60px;
    text-align: center;
}

.srav h2 {
    margin-bottom: 20px;
}



.line {
    width: 20px;
    height: 1px;
    background: #000000;
    margin-left: auto;
    margin-right: auto;
}

.line-left {
    width: 20px;
    height: 1px;
    background: #000000;
}

.op {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 26px;
    font-size: 12px;
    opacity: 0.6;
}

.op:after {
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    top: 3px;
    left: 50%;
    margin-left: -5px;
}



table {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    margin-bottom: 27px;
}

table tr:nth-child(odd) {
    background: #F3F3F3;
}

table td {
    padding: 10px 10px !important;
    vertical-align: middle !important;
    font-size: 14px;
    border-top: 0 !important;
}

table td span {
    display: block;
    opacity: 0.6;
    font-size: 11px;
    margin-top: 5px;
}

table td:first-child {
    text-align: left;
}

table .img td {
    padding: 10px 10px 0px 10px !important;
}

.srav h3 {
    color: #2f80ed;
    border-bottom: 1px dashed;
    font-size: 18px;
    cursor: pointer;
    font-family: "ProximaNova-Bold", sans-serif;
    display: inline-block;
    margin-bottom: 40px;
    background: url("../img/gal-link.png") right no-repeat;
    padding-right: 20px;
}

.srav a {
    color: #2f80ed;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    display: inline-block; 
    border-bottom: 1px solid;
}

.sravhidden  {
    display: none; 
    border: none; 
    text-align:  center; 
}

.srav table tr {
    background: #ffffff;
}

.srav table tr:nth-child(odd) {
    background: #F3F3F3;
}

.srav table td:first-child {
     font-family: "ProximaNova-Bold", sans-serif;
}

.acses {
    background: #F3F3F3;
    padding-top: 40px;
    text-align: center;
}

.acses h2 {
    margin-bottom: 30px;
}

.acses .text {
    font-size: 16px;
    text-align: center;
    min-height: 65px;
    margin-bottom: 5px;
    color: #000000;
}

.acses .title {
    font-family: "ProximaNova-Bold", sans-serif;
    text-align: center;
    font-size: 14px;
}

.acses .title a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.acses .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 304px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 10px;
}

.acses .img .new {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-family: "ProximaNova-Bold", sans-serif;
    color: #ec4f55;
    width: 100%;
    text-align: center;
    left: 0;
}

.acses .img .hit {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-family: "ProximaNova-Bold", sans-serif;
    color: #009900;
    width: 100%;
    text-align: center;
    left: 0;
}
.acses .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.acses .flex .item {
    width: -webkit-calc(33% - 15px);
    width: calc(33% - 15px);
    margin-bottom: 30px;
    background: #ffffff;
    padding: 20px 15px;
    padding-top: 0;
}

@media (max-width: 991px) {
    .acses .flex .item {
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .acses .flex .item {
        width: 100%;
    }
}

.acses .flex .item.double {
    width: 66%;
}

@media (max-width: 991px) {
    .acses .flex .item.double {
        width: 100%;
    }
}

.all-link {
    color: #2f80ed;
    font-size: 18px;
    font-family: "ProximaNova-Bold", sans-serif;
    margin-bottom: 42px;
    display: inline-block;
    border-bottom: 1px solid;
}

.stand--top-indent {
    padding-top: 0 !important;
}

.stand {
    padding-top: 41px;
}

.stand .table--bottom-indent table {
    margin-bottom: 30px;
}

.stand h2 {
    font-size: 35px;
    margin-bottom: 30px;
}

.stand table {
    text-align: center;
    width: 100%;
    margin-bottom: 110px;
}

.stand table tr:first-child td {
    font-family: "ProximaNova-Bold", sans-serif;
}

.stand table tr:first-child td:first-child {
    font-family: "ProximaNova-Regular", sans-serif;
}

.stand table td img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.stand table b {
    font-family: "ProximaNova-Bold", sans-serif;
    display: block;
}

.stand h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 18px;
    font-family: "ProximaNova-Bold", sans-serif;
}

.stand ul {
    margin-bottom: 20px;
}

.stand li {
    font-size: 12px;
    margin-bottom: 5px;
}

.stand li b {
    font-family: "ProximaNova-Bold", sans-serif;
}

.stand .serial-number_items .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
}

@media (max-width: 550px) {
    .stand .serial-number_items .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.stand .serial-number_items .serial_number {
    white-space: nowrap;
    font-size: 12px;
    min-width: 94px;
}

.stand .serial-number_items .text {
    padding-left: 2px;
    line-height: 14px;
    font-size: 12px;
}

.stand .acses-in .accessory_item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: ProximaNova-Bold, sans-serif;
    white-space: nowrap;
    font-size: 14px;
    padding: 10px 20px;
}

.stand .acses-in .cab {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 5px;
    margin-top: 24px;
}

.stand .acses-in .cab .item .text {
    font-size: 14px;
    padding: 5px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stand .acses-in .cab .item .text p {
    line-height: 19px;
    font-size: 14px;
}

 .numb {
    font-family: ProximaNova-Bold, sans-serif;
}

.vse {
    background: #F3F3F3;
    padding-top: 40px;
    padding-bottom: 52px;
}

.vse h2 {
    margin-bottom: 30px;
}

.vse .flex {
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #F3F3F3;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .vse .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.vse .flex .items {
    width: 35%;
}

@media (max-width: 991px) {
    .vse .flex .items {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .vse .flex .items {
        width: 100%;
    }
}

.vse .flex .items .title {
    font-family: "ProximaNova-Bold", sans-serif;
    margin-bottom: 18px;
    font-size: 17px;
}

.vse .flex .items .item {
    font-size: 14px;
    margin-bottom: 21px;
}

.vse .flex .items .item:last-child {
    margin-bottom: 0;
}

.vse .flex .items .item:first-child .text {
    min-height: 64px;
}

@media (max-width: 991px) {
    .vse .flex .items .item:first-child .text {
        min-height: auto;
    }
}

.vse .flex .img {
    width: 30%;
    margin-bottom: -4px;
    margin-top: -74px;
}

@media (max-width: 1200px) {
    .vse .flex .img {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .vse .flex .img {
        display: none;
    }
}

.vse .flex-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    padding: 35px;
    text-align: center;
}

@media (max-width: 767px) {
    .vse .flex-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.vse .flex-items ul {
    margin-bottom: 10px;
}

.vse .flex-items li {
    padding-left: 18px;
    background: url("../img/icon/vector.svg") no-repeat left center;
    text-align: left;
    margin-bottom: 0;
}

.vse .flex-items .fz12 {
    font-size: 12px;
}

.vse .flex-items a {
    display: inline-block;
    font-size: 16px;
    color: #2F80ED;
    font-family: "ProximaNova-Bold", sans-serif;
}

.vse .flex-items .img {
    min-height: 62px;
}

.vse .flex-items .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "ProximaNova-Bold", sans-serif;
}

.vse .flex-items .item {
    width: 32%;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .vse .flex-items .item {
        width: 100%;
        margin-bottom: 30px;
    }
}

.punct {
    border-bottom: 1px dashed;
    font-size: 14px !important;
}

.spl {
    border-bottom: 1px solid;
    font-size: 15px !important;
}

footer {
    background: #424242;
    padding-top: 29px;
    padding-bottom: 17px;
}

footer .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.31);
}

footer .flex ul {
    margin-bottom: 14px;
    margin-right: 15px;
}

footer .flex ul:last-child {
    margin-right: 0;
}

footer .flex ul.cnt li {
    font-family: "ProximaNova-Light", sans-serif;
}

footer .flex ul.cnt li a {
    font-family: "ProximaNova-Bold", sans-serif;
}

footer .flex ul.cnt li:first-child {
    font-family: "ProximaNova-Bold", sans-serif;
}

footer .flex ul.cnt li:last-child a {
    font-family: "ProximaNova-Light", sans-serif;
}

footer .flex li {
    font-family: "ProximaNova-Bold", sans-serif;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5px;
}

footer .flex li a {
    font-size: 15px;
    color: #ffffff;
    font-family: "ProximaNova-Light", sans-serif;
}

footer .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
}

@media (max-width: 550px) {
    footer .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .bottom .text {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    color: #ffffff;
    font-size: 12px;
    opacity: 0.6;
}

@media (max-width: 550px) {
    footer .bottom .text {
        width: 100%;
        margin-top: 10px;
    }
}

h3.title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.61);
    font-family: "ProximaNova-Bold", sans-serif;
}

h1 {
    margin-top: 35px;
    font-size: 36px;
    text-align: center;
    color: #000000;
    font-family: "ProximaNova-Bold", sans-serif;
    margin-bottom: 42px;
}

.char h1 {
    margin-top: 55px;
    font-size: 36px;
    text-align: center;
    color: #000000;
    font-family: "ProximaNova-Bold", sans-serif;
    margin-bottom: 42px;
}

.char .item {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .char .item {
        margin-bottom: 20px;
    }
}

.char .item b {
    font-family: "ProximaNova-Bold", sans-serif;
}

.char .item p {
    margin-bottom: 10px;
    font-size: 14px;
}

.char .char-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 767px) {
    .char .char-flex {
        display: block;
    }
}

.char .char-flex .item {
    padding-right: 30px;
}

.char .char-flex .item:first-child {
    max-width: 370px;
    width: 100%;
}

@media (max-width: 767px) {
    .char .char-flex .item:first-child {
        max-width: 100%;
    }
}

.char .char-flex .item:last-child {
    padding-right: 0;
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
}

@media (max-width: 767px) {
    .char .char-flex .item:last-child {
        width: 100%;
    }
}

.char .char-flex-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.char .char-flex-33 .padding-0 {
    padding: 0 !important;
}

.char .char-flex-33 .item--bottom-indent {
    margin-bottom: 0;
}

.char .char-flex-33 .item {
    width: 33%;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .char .char-flex-33 .item {
        width: 100%;
        padding-right: 0;
    }
}

.char .char-flex-33 .item.img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.char .char-flex-33 .item.img img {
    margin-left: 0;
}

.char .char-flex-33 .item.img33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.char .char-flex-33 .item.img33 img {
    margin-left: 0;
    width: 22%;
}

.char .char-flex-33 .item.img33 p {
    width: 43%;
}

.char .char-flex-33 .item.img33 p img {
    width: 100%;
}

.char .char-flex-33 .item img {
    display: block;
    margin-left: 70px;
}

.char .char-flex-33 .item .img-cam {
    min-height: 105px;
}

.char .char-flex-33 .item .bandwidth {
    margin: 0;
    color: rgba(0, 0, 0, 0.81);
}

.char .char-flex-33 .item .siren {
    margin-top: -5px;
    margin-bottom: 21px;
}

.char .char-flex-33 .item .siren img {
    margin-left: 30px;
}

.char .char-flex-33 .flx25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.char .char-flex-33 .flx25 img {
    margin-left: 0;
}

@media (max-width: 1200px) {
    .char .char-flex-33 .flx25 img {
        width: 21%;
    }
}

.char .char-flex-33 .flx33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.char .char-flex-33 .flx33 img {
    margin-left: 0;
    width: 30%;
}

.char .char-flex-33 .cnt {
    margin-right: auto;
    display: block;
    margin-bottom: 16px;
}

.char .img33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.char .img33 img {
    margin-left: 0 !important;
    width: 30%;
    margin-right: 3%;
}

.char .flex-char {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .char .flex-char {
        display: block;
    }
}

.char .flex-char .item {
    padding-right: 30px;
}

.char .flex-char p {
    margin-bottom: 10px;
    font-size: 14px;
}

.char .flex-char .item-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

@media (max-width: 767px) {
    .char .flex-char .item-flex {
        display: block;
    }
}

.char .flex-char .item-flex .double {
    padding-right: 30px;
    width: 50%;
}

@media (max-width: 767px) {
    .char .flex-char .item-flex .double {
        width: 100%;
    }
}

.char .flex-char .item-flex .double:nth-child(2) {
    padding-right: 0;
}

.char .flex-char .item-flex .img {
    margin-right: -8px;
}

.char .icon-box-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.char .icon-box-1 .icon-box-1__item {
    margin-bottom: 42px;
}

@media (max-width: 1200px) {
    .char .icon-box-1 .icon-box-1__item {
        width: 46%;
        margin: 0 11px 30px 0;
    }
}

@media (max-width: 991px) {
    .char .icon-box-1 .icon-box-1__item {
        width: 41%;
    }
}

.char .icon-box-1 .icon-box-1__item img {
    margin-left: 15px;
}

.char .icon-box-1 .icon-box-1__item:nth-child(1) {
    min-width: 200px;
}

@media (max-width: 1200px) {
    .char .icon-box-1 .icon-box-1__item:nth-child(1) {
        min-width: auto;
    }
}

.char .icon-box-1 .icon-box-1__item:nth-child(3) {
    min-width: 200px;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .char .icon-box-1 .icon-box-1__item:nth-child(3) {
        min-width: auto;
    }
}

.char .icon-box-1 .icon-box-1__item:nth-child(4) {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .char .icon-box-1 .icon-box-1__item:nth-child(4) {
        margin-bottom: 20px;
    }
}

.char .icon-box-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0 !important;
}

@media (max-width: 1200px) {
    .char .icon-box-2 {
        margin-bottom: 35px;
    }
}

.char .icon-box-2 .icon-box-2__item {
    margin-left: 15px;
}

.char .icon-box-2 .icon-box-2__item img {
    margin-left: 0;
}

.char .icon-box-2 .icon-box-2__item:nth-child(2) {
    margin-left: 25px;
}

.char .icon-box-2 .icon-box-2__item:nth-child(3) {
    margin-left: 21px;
}

.char .icon-box-3 {
    padding-right: 0 !important;
    margin-top: -5px;
    margin-bottom: 22px;
}

.char .icon-box-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
    max-width: 324px;
}

.char .icon-box-4 img {
    margin-left: 0 !important;
}

b {
    font-family: "ProximaNova-Bold", sans-serif;
}

.text2  {
    font-size: 1.3em;
    line-height: 24px;
    font-weight: normal;
    /*padding-bottom: 30px;*/
    margin-bottom: 0.5em;
    
}

.text2 h2 {
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.text2 p {
    margin-bottom: 0.9em;
    
}



.text2 ul {
    margin-bottom: 10px;
    margin-top: 12px;
}

.text2 li {
    padding-left: 18px;
    background: url("../img/icon/vector.svg") no-repeat left top;
    text-align: left;
    margin-bottom: 0;
    background-position: 0% 18%;
    
}



.po h1 {
    margin-bottom: 30px;
}

.po h2 {
    font-size: 26px;
    margin-bottom: 20px;
    }

mark {
    background: #FFCC00;
  padding: .1em .2em;
  margin-left: -.3em;   
}

.po h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}



.po table {
    margin: auto;
    
}

.po .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .po .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.po .flex .item {
    width: 31%;
    font-size: 14px;
    color: #000000;
}

@media (max-width: 991px) {
    .po .flex .item {
        width: 100%;
        margin-bottom: 30px;
    }
}

.po .flex .item a {
    text-decoration: underline;
   /* display: block;
    max-width: 265px;
    background: url("../img/tab.png") no-repeat right center;
    padding-right: 15px; */
} 

.po .flex .item img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .po .flex .item img {
        margin-left: 0;
        margin-right: 0;
    }
}

.po .act {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid #D8D8D8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 18px 18px 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .po .act {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.po .act .ver {
    margin-top: 7px;
    text-align: center;
    margin-right: 25px;
}

@media (max-width: 767px) {
    .po .act .ver {
        margin-right: 0;
    }
}

.po .act .ver .date {
    font-size: 12px;
    color: #959595;
    margin-top: 20px;
}

.po .act .ver .title {
    color: #2f80ed;
    font-size: 34px;
    margin-top: 12px;
    font-family: "ProximaNova-Bold", sans-serif;
   /* border-bottom: 1px solid #2f80ed;*/
    text-decoration: underline;
    line-height: 29px;
}

.po .act .zag {
    margin-top: 21px;
}

.po .act .zag a {
    color: #2f80ed;
    font-size: 16px;
    display: inline-block;
    padding-left: 21px;
    background: url("../img/icon/pdf-releas1.svg") no-repeat left center;
    padding-top: 4px;
    padding-bottom: 2px;
    text-decoration: underline;
    margin-top: 6px;
}

.po .act .zag .iconhtml a {
    color: #2f80ed;
    font-size: 16px;
    display: inline-block;
    padding-left: 21px;
    background: url("../img/icon/html-doc.svg") no-repeat left center;
    padding-top: 4px;
    padding-bottom: 2px;
    text-decoration: underline;
    margin-top: 6px;
}

.po .act .zag .title {
    line-height: 44px;
    font-size: 36px;
    color: #000000;
    font-family: "ProximaNova-Bold", sans-serif;
}

.po .versions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.po .versions .item {
    width: -webkit-calc(20% - 33px);
    width: calc(20% - 33px);
    text-align: center;
    border: 2px solid #D8D8D8;
    margin-bottom: 30px;
    padding: 23px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 1200px) {
    .po .versions .item {
        width: -webkit-calc(25% - 33px);
        width: calc(25% - 33px);
    }
}

@media (max-width: 991px) {
    .po .versions .item {
        width: -webkit-calc(33% - 33px);
        width: calc(33% - 33px);
    }
}

@media (max-width: 767px) {
    .po .versions .item {
        width: -webkit-calc(50% - 33px);
        width: calc(50% - 33px);
    }
}

@media (max-width: 400px) {
    .po .versions .item {
        width: 100%;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}

.po .versions .item .title {
    font-family: ProximaNova-Semibold, sans-serif;
    max-width: 93px;
    line-height: 31px;
    color: #2f80ed;
    font-size: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*border-bottom: 1px solid #2f80ed;*/
    text-decoration: underline;
    margin-left: auto;
    margin-right: auto;
    
}

.po .versions .item .title-small {
    font-family: ProximaNova-Semibold, sans-serif;
    max-width: 140px;
    line-height: 20px;
    color: #2f80ed;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: underline;
    margin-left: auto;
    margin-right: auto;
}

.po .versions .item .date {
    color: #959595;
    font-size: 12px;
    margin-bottom: 20px;
}



.notes a {
    display: inline-block;
    background: url("../img/icon/pdf-releas2.svg") no-repeat left center;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 20px;
    text-decoration: underline;
    color: #2F80ED;
    
}



.rus {
    color: #e2574c;
}

.eng {
    color: #666666;
}

.doc {
    padding-bottom: 37px;
}

.doc h1 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.doc h3 {
    font-size: 22px;
    margin-bottom: 6px;
    font-family: "ProximaNova-Bold", sans-serif;
    color: #000000;
    margin-top: 30px;
}

.doc .pdf {
    background: url("../img/icon/pdf-doc.svg") no-repeat left center;
    padding-left: 26px;
    margin-bottom: 3px;
    padding-top: 3px;
    padding-bottom: 0;
}

.doc .html {
    background: url("../img/icon/html-doc.svg") no-repeat left center;
    padding-left: 26px;
    margin-bottom: 3px;
    padding-top: 3px;
    padding-bottom: 0;
}

.doc a {
    color: #2f80ed;
    text-decoration: underline;
    -webkit-text-decoration-color: #80ace8;
    text-decoration-color: #80ace8;
    font-size: 16px;
    line-height: 26px;
}

.acses-in h4.title {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    font-family: "ProximaNova-Bold", sans-serif;
    color: #000000;
}

.acses-in .flex-ac {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #F2F2F2;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .acses-in .flex-ac {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.acses-in .flex-ac .item {
    background: #fff;
    width: -webkit-calc(25% - 11px);
    width: calc(25% - 11px);
    margin-bottom: 11px;
    padding: 9px;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .acses-in .flex-ac .item {
        width: -webkit-calc(33% - 22px);
        width: calc(33% - 22px);
        margin-left: 11px;
        margin-right: 11px;
    }
}

@media (max-width: 767px) {
    .acses-in .flex-ac .item {
        width: -webkit-calc(50% - 22px);
        width: calc(50% - 22px);
    }
}

@media (max-width: 440px) {
    .acses-in .flex-ac .item {
        width: 100%;
    }
}

.acses-in .flex-ac .item .text {
    color: #000000;
    min-height: 45px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:  center;
    -webkit-align-items: top;
    -ms-flex-align: center;
    align-items:  top;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.acses-in .flex-ac .item.double {
    width: -webkit-calc(50% - 7px);
    width: calc(50% - 7px);
}

@media (max-width: 991px) {
    .acses-in .flex-ac .item.double {
        width: -webkit-calc(67% - 22px);
        width: calc(67% - 22px);
    }
}

@media (max-width: 991px) {
    .acses-in .flex-ac .item.double {
        width: 100%;
    }
}

.acses-in .flex-ac .item.double2 {
    display: block;
    padding: 0;
    background: none;
    width: -webkit-calc(50% - 7px);
    width: calc(50% - 7px);
}

@media (max-width: 991px) {
    .acses-in .flex-ac .item.double2 {
        width: -webkit-calc(67% - 22px);
        width: calc(67% - 22px);
    }
}

@media (max-width: 991px) {
    .acses-in .flex-ac .item.double2 {
        width: 100%;
    }
}

.acses-in .flex-ac .item.double2 .top {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 9px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.acses-in .flex-ac .item.double2 .p {
    line-height: 24px; 
    padding-left: 30px; 
    margin-bottom: 0;
}

.acses-in .flex-ac .item.double2 .top .img {
    margin-right: 30px;
    margin-bottom: 0;
}

.acses-in .flex-ac .item.double2 .bottom {
    background: #ffffff;
    padding: 9px;
}

.acses-in .flex-ac .item .img {
    min-height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 14px;
}

.acses-in .flex-ac .item .title {
    font-size: 14px;
    color: #000000;
    font-family: "ProximaNova-Bold", sans-serif;
}

.acses-in .cab {
    margin-bottom: 60px;
}

.acses-in .cab .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .acses-in .cab .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}

.acses-in .cab .item:nth-child(even) {
    background: #F2F2F2;
}

.acses-in .cab .item .title {
    padding: 12px 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "ProximaNova-Bold", sans-serif;
    white-space: nowrap;
    min-width: 150px;
}

.acses-in .cab .item .img {
    padding: 10px;
    width: 75px;
    min-width: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
}

.acses-in .cab .item .text {
    font-size: 14px;
    padding: 5px 16px ;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
   
    
    
}

@media (max-width: 767px) {
    .acses-in .cab .item .text {
        border-top: 1px solid #D8D8D8;
    }
}

.acses-in .cab .item .text b {
    margin-bottom: 3px;
}

.slider {
    padding-bottom: 90px;
    padding-top: 0px;
    margin-top: 15px;
   /* background: #000; */
}

.slider .sld-img {
    position: relative;
    padding: 10px;
}

.slider .sld-img img {
    /*max-width: 900px; - original*/
    max-width: 1300px;
    width: 100%;
    display:block;
    margin:auto;
}

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    background: url("../img/arr.png");
    width: 21px;
    height: 36px;
    color: transparent;
    cursor: pointer;
    border: none;
}

@media (max-width: 600px) {
    .slider .slick-arrow {
        display: none !important;
    }
}

.slider .slick-arrow.slick-next {
    right: -30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider .slick-arrow.slick-prev {
    left: -30px;
}

.slider .sld-dots {
    margin-bottom: 15px;
}

.slider .sld-dots .item {
    margin-left: 13px;
    margin-right: 13px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 74px;
    height: 74px;
    border: 1px solid transparent;
    padding: 4px;
}

.slider .sld-dots .item.slick-current {
    border-color: #9C9C9C;
}

.faq-in h1 {
    margin-bottom: 25px;
}

.faq-in .sub {
    font-family: "ProximaNova-Light", sans-serif;
    font-size: 24px;
    color: #000000;
    margin-bottom: 60px;
}

.faq-in .faq-items {
    color: #000000;
    font-size: 18px;
    font-family: "ProximaNova-Light", sans-serif;
}

.faq-in .faq-items p {
    margin-bottom: 20px;
}

.faq-in .faq-items .item {
    border-top: 1px solid #969696;
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .faq-in .faq-items .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.faq-in .faq-items .item .faq-img-0 {
    margin: 0px auto 5px auto;
}

@media (max-width: 767px) {
    .faq-in .faq-items .item .faq-img-0 {
        margin-bottom: 20px;
    }
}

.faq-in .faq-items .item .faq-img-1 {
    margin-top: -10px;
    margin-bottom: 81px;
}

@media (max-width: 767px) {
    .faq-in .faq-items .item .faq-img-1 {
        margin: 0 0 20px 0;
    }
}

.faq-in .faq-items .item .faq-img-3 {
    margin: 43px auto 0px auto;
}

@media (max-width: 767px) {
    .faq-in .faq-items .item .faq-img-3 {
        margin-bottom: 20px;
    }
}

.faq-in .faq-items .item .faq-img-4 {
    margin: 29px auto 5px auto;
}

@media (max-width: 767px) {
    .faq-in .faq-items .item .faq-img-4 {
        margin-bottom: 20px;
    }
}

.faq-in .faq-items .item .faq-img-5 {
    margin-top: 49px;
}

@media (max-width: 767px) {
    .faq-in .faq-items .item .faq-img-5 {
        margin-top: 20px;
    }
}

.faq-in .faq-items .item .img {
    max-width: 230px;
    width: 100%;
}

@media (max-width: 767px) {
    .faq-in .faq-items .item .img {
        max-width: 100%;
        text-align: center;
    }
}

.faq-in .faq-items .item img {
    margin: 40px auto;
    display: block;
}

@media (max-width: 767px) {
    .faq-in .faq-items .item img {
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.faq-in .faq-items .item .title {
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.faq-in .faq-items .item .desk {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
}

@media (max-width: 767px) {
    .faq-in .faq-items .item .desk {
     width: 100%;
    }
}

.contact-in h1 {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.contact-in .contact-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .contact-in .contact-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact-in .contact-items .lf {
    width: 50%;
}

@media (max-width: 767px) {
    .contact-in .contact-items .lf {
        width: 100%;
    }
}

.contact-in .contact-items .lf .item {
    margin-bottom: 12px;
}

.contact-in .contact-items .lf .item:first-child {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-in .contact-items .lf .item .img {
    width: 25px;
}

@media (max-width: 767px) {
    .contact-in .contact-items .lf .item .img {
        width: 40px;
    }
}

.contact-in .contact-items .lf .item img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.contact-in .contact-items .rg {
    width: 50%;
}

@media (max-width: 767px) {
    .contact-in .contact-items .rg {
        width: 100%;
    }
}

.contact-in .contact-items .rg .item {
    margin-bottom: 28px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-in .contact-items .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-in .contact-items .item .img {
    margin-right: 15px;
}

.contact-in .contact-items .item a {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-bottom: 3px;
    line-height: 16px;
}

.contact-in .contact-items .item--email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-in .contact-items .item--email img {
    margin-top: 1px;
}

.contact-in .contact-items .item--phones {
    margin-bottom: 3px !important;
}

.contact-in .contact-items .item--phones a {
    border-bottom: 1px solid #a7a0a0;
    border-bottom-style: dashed;
     margin-bottom: 15px;
}

.contact-in .plat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contact-in h4.title {
    font-size: 26px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    font-family: "ProximaNova-Bold", sans-serif;
    margin-bottom: 26px;
}

.contact-in .kak {
    padding-left: 75px;
    background: url("../img/cont/kak.svg") no-repeat top left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .contact-in .kak {
        padding-left: 0;
        background: none;
    }
}

@media (max-width: 540px) {
    .contact-in .kak {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact-in .kak p {
    margin-bottom: 22px;
    font-size: 16px;
    max-width: 875px;
}

@media (max-width: 767px) {
    .contact-in .kak p {
        font-size: 15px;
    }
}

.contact-in .kak .lf {
    margin-right: 40px;
}

.contact-in .kak .rg {
    border: 1px solid #D8D8D8;
    text-align: center;
    min-height: 220px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    max-width: 180px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 540px) {
    .contact-in .kak .rg {
        margin-left: auto;
        margin-right: auto;
    }
}

.contact-in .kak .rg .razmer {
    font-size: 12px;
    color: #959595;
}

.contact-in .kak .rg a {
    display: block;
    color: #2f80ed;
    text-decoration: underline;
    font-size: 22px;
    font-family: "ProximaNova-Bold", sans-serif;
    margin-top: 28px;
    margin-bottom: 28px;
}

.contact-in .plat {
    margin-top: 40px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .contact-in .plat {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact-in .plat ul li {
    background: #F3F3F3;
    font-size: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3px 15px;
}

@media (max-width: 500px) {
    .contact-in .plat ul li {
        font-size: 14px;
    }
}

.contact-in .plat ul li b:first-child {
    padding-right: 30px;
    width: 43%;
}

.contact-in .plat ul li b, .contact-in .plat ul li span {
    width: 57%;
    display: block;
}

.contact-in .plat ul li:nth-child(even) {
    background: none;
}

.contact-in .plat .img {
    margin-right: 65px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .contact-in .plat .img {
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }
}

.contact-in .plat .desk {
    max-width: 630px;
    width: 100%;
}

.map {
    margin-top: 30px;
    margin-bottom: 50px;
}

h1.brd {
    margin-top: 15px;
}

.bread {
    margin-top: 10px;
}

.bread ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.bread ul li {
    margin-right: 5px;
}

.bread ul a {
    font-size: 12px;
    color: #000000;
}

@media (max-width: 500px) {
    .bread ul a {
        font-size: 12px;
    }
}

.arenda-in .desk {
    background: url("../img/are/bg-arenda.png") right top no-repeat;
    padding-right: 35%;
    padding-bottom: 25px;
}

@media (max-width: 1200px) {
    .arenda-in .desk {
        -webkit-background-size: 400px;
        background-size: 400px;
    }
}

@media (max-width: 991px) {
    .arenda-in .desk {
        background: none;
        padding-right: 0;
    }
}

.arenda-in .desk ul {
    font-size: 18px;
    color: #000000;
}

@media (max-width: 767px) {
    .arenda-in .desk ul {
        font-size: 15px;
    }
}

.arenda-in .desk ul li {
    margin-bottom: 10px;
    max-width: 450px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.arenda-in .desk ul span, .arenda-in .desk ul a {
    color: #000000;
}

.arenda-in .desk ul b:first-child, .arenda-in .desk ul span:first-child {
    max-width: 220px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 400px) {
    .arenda-in .desk ul b:first-child, .arenda-in .desk ul span:first-child {
        max-width: 166px;
    }
}

.arenda-in .desk ul b:first-child img, .arenda-in .desk ul span:first-child img {
    margin-right: 10px;
}

.arenda-in .desk .stoim {
    line-height: 28px;
}

.arenda-in .desk .phone {
    border-bottom: 1px solid #a7a0a0;
    border-bottom-style: dashed;
    line-height: 17px;
}

.arenda-in .desk h1 {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 30px;
}

.arenda-in .desk .sub {
    margin-bottom: 50px;
    color: rgba(0, 0, 0, 0.62);
}

.arenda-in .desk .sub p {
    margin-bottom: 10px;
    font-size: 24px;
}

.arenda-in .desk .sub p b {
    display: block;
}

.otgr {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    background: #F3F3F3;
    margin-bottom: 33px;
}

.otgr .item {
    width: 25%;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .otgr .item {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 400px) {
    .otgr .item {
        width: 100%;
    }
}

.otgr .item .img {
    height: 47px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.otgr .item .title {
    font-family: "ProximaNova-Bold", sans-serif;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .otgr .item .title {
        min-height: 39px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .otgr .item .title {
        min-height: 1px;
    }
}

.otgr .item .text {
    font-size: 14px;
    color: #000000;
    opacity: 0.7;
}

.oborud {
    padding-bottom: 30px;
}

.oborud h3 {
    color: #000000;
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.62);
    font-family: "ProximaNova-Bold", sans-serif;
}

@media (max-width: 567px) {
    .oborud h3 {
        text-align: center;
    }
}

.oborud .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 567px) {
    .oborud .flex {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.oborud .col-oborud {
    width: 22%;
}

@media (max-width: 991px) {
    .oborud .col-oborud {
        width: 45%;
    }
}

@media (max-width: 567px) {
    .oborud .col-oborud {
        width: 100%;
        text-align: center;
    }
}

.oborud .col-oborud .item {
    margin-bottom: 18px;
}

.oborud .col-oborud .item .img {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
}

@media (max-width: 567px) {
    .oborud .col-oborud .item .img img {
        margin-left: auto;
        margin-right: auto;
    }
}

.oborud .col-oborud .item .title {
    font-size: 18px;
    color: #000000;
    margin-bottom: 9px;
    font-family: "ProximaNova-Bold", sans-serif;
}

.oborud .col-oborud .item li {
    margin-bottom: 3px;
}

.oborud .col-oborud .item li a {
    color: #000000;
    font-size: 16px;
}

.garant-in .item {
    margin-bottom: 50px;
}

.garant-in h1 {
    margin-bottom: 10px;
    margin-top: 15px;
}

.garant-in .sub {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
    color: #000000;
    font-family: "ProximaNova-Light", sans-serif;
}

.garant-in h3 {
    font-size: 26px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.61);
    padding-bottom: 10px;
    font-family: "ProximaNova-Bold", sans-serif;
    margin-bottom: 20px;
}

.garant-in p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.3;
}

/*------------------------REPAIR--------------------------------------*/
.text-mod1 h1 {
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: right;
}

.text-mod1 .sub-repair-right {
    text-align: right;
    font-size: 28px;
    margin-bottom: 30px;
    color: #000000;
    line-height: 43px;
    font-family: "ProximaNova-Light", sans-serif;
}

.text-mod .sub-reapir {
    text-align: center;
    font-size: 28px;
    height: 400px;
    color: #000000;
    line-height: 43px;
    font-family: "ProximaNova-Light", sans-serif;
    background: url("../img/rem/service-top.jpg") center bottom no-repeat;
}

.text-mod .sub-poly-project {
    text-align: center;
    font-size: 28px;
    height: 400px;
    color: #000000;
    line-height: 43px;
    font-family: "ProximaNova-Light", sans-serif;
    background: url("../img/project/design-top.jpg") center bottom no-repeat;
}

.text-mod h1 {
    margin-bottom: 10px;
    text-align: center;
}

.text-mod .sub {
    text-align: right;
    font-size: 28px;
    margin-bottom: 30px;
    color: #000000;
    line-height: 43px;
    font-family: "ProximaNova-Light", sans-serif;
}

.text-mod .sub {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #000000;
    line-height: 28px;
    font-family: "ProximaNova-Light", sans-serif; 
}
    


@media (max-width: 767px) {
    .text-mod .sub {
        font-size: 25px;
    }
}

.text-mod1 h3, .text-mod h3 {
    font-size: 26px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.61);
    padding-bottom: 7px;
    font-family: "ProximaNova-Bold", sans-serif;
    margin-bottom: 20px;
}

.features {
    background: #F3F3F3;
    padding: 16px 0;
    margin-bottom: 22px;
}

.features .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

@media (max-width: 767px) {
    .features .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 450px) {
    .features .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.features .flex .item {
    width: -webkit-calc(21% - 15px);
    width: calc(21% - 15px);
    font-size: 14px;
}

.features .flex .item img {
    height: 40px;
}

@media (max-width: 767px) {
    .features .flex .item {
        width: -webkit-calc(33% - 30px);
        width: calc(33% - 30px);
        margin-bottom: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 450px) {
    .features .flex .item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.features .flex .item .title {
    font-size: 18px;
    margin: 7px 0;
    font-family: "ProximaNova-Bold", sans-serif;
}

.features .flex .item .text {
    line-height: 16px;
}

.features .flex .item .text .text-size {
    font-size: 12px;
}

.features .flex .item .text--indent {
    margin-top: -2px;
     line-height: 20px;
}

.service-content_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .service-content_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .service-content_info .img {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 20px;
    }
}

.service-content_info img {
    max-width: 312px;
}

.service-content_info .text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 24px;
    font-size: 18px;
    font-family: "ProximaNova-Regular", sans-serif;
    margin-left: 42px;
}

@media (max-width: 767px) {
    .service-content_info .text {
        text-align: center;
        margin-left: 0;
    }
}

.companies-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 11px;
}

@media (max-width: 767px) {
    .companies-items {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.compamies-items_item {
    width: 17%;
    text-align: center;
}

@media (max-width: 767px) {
    .compamies-items_item {
        width: 25%;
    }
}

@media (max-width: 550px) {
    .compamies-items_item {
        width: 50%;
    }
}

.compamies-items_item img {
    -webkit-filter: grayscale(100%) opacity(0.4) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.75)) contrast(200);
    filter: grayscale(100%) opacity(0.4) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.75)) contrast(200);
}

.notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .notification {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.notification .img {
    width: 6%;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .notification .img {
        text-align: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        width: 50%;
    }
}

.notification-text {
    width: 94%;
    font-family: "ProximaNova-Regular", sans-serif;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 22px;
    /*-------------contacts-----------------------*/
}

@media (max-width: 767px) {
    .notification-text {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
}

.service-contacts {
    margin-top: 31px;
}

.contacts-block-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .contacts-block-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.first-col {
    width: 30%;
}

@media (max-width: 991px) {
    .first-col {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 767px) {
    .first-col {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.second-col {
    width: 30%;
}

@media (max-width: 991px) {
    .second-col {
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 767px) {
    .second-col {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
    }
}

.third-col {
    width: 40%;
}

@media (max-width: 991px) {
    .third-col {
        width: 50%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: -65px;
    }
}

@media (max-width: 767px) {
    .third-col {
        width: 100%;
        margin-top: 20px;
    }
}

.contacts-block_item a {
    font-size: 16px;
    color: #000000;
}

.contacts-block_item .skype a, .contacts-block_item .email a, .contacts-block_item .view-map a, .contacts-block_item .driving-directions a {
    text-decoration: underline;
    -webkit-text-decoration-color: #8e8b8b;
    text-decoration-color: #8e8b8b;
}
.contacts-block_item .phones a, .viber a, .watsapp a, .telega a, .icq a {
  border-bottom: 1px solid #a7a0a0;
    border-bottom-style: dashed;}

.telega,
.viber,
.watsapp,
.phones,
.skype,
.email,
.icq {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-left: 10px;
}

.telega::after,
.viber::after,
.watsapp::after,
.phones::after,
.skype::after,
.email::after,
.icq::after {
    position: absolute;
    content: '';
    left: 0;
}

.phones {
    display: block;
    position: relative;
    line-height: 30px;

}

.phones::after {
    position: absolute;
    content: '';
    background: url("../img/cont/contact-1.svg") no-repeat;
    top: 12px;
    left: 5px;
    width: 16px;
    height: 28px;
}

.skype {
    line-height: 40px;
}

.skype::after {
    background: url("../img/cont/contact-2.svg") no-repeat;
    top: 8px;
    width: 25px;
    height: 25px;
}

.icq {
    line-height: 35px;
}

.icq::after {
    background: url("../img/cont/contact-3.svg") no-repeat;
    top: 5px;
    width: 25px;
    height: 25px;
}

.email {
    line-height: 33px;
}

.email::after {
    background: url("../img/cont/contact-4.svg") no-repeat;
    top: 10px;
    width: 23px;
    height: 18px;
}

.watsapp {
    line-height: 33px;
}

.watsapp::after {
    background: url("../img/cont/contact-watspapp.svg") no-repeat;
    top: 3px;
    width: 24px;
    height: 24px;
}

.viber {
    line-height: 33px;
}

.viber::after {
    background: url("../img/cont/contact-viber.svg") no-repeat;
    top: 3px;
    width: 24px;
    height: 24px;
}

.telega {
    line-height: 33px;
}

.telega::after {
    background: url("../img/cont/contact-telega.svg") no-repeat;
    top: 3px;
    width: 24px;
    height: 24px;
}

.working-hours,
.location,
.view-map,
.driving-directions {
    position: relative;
    padding-left: 45px;
    margin-left: 10px;
    font-size: 15px;
}

.working-hours::after,
.location::after,
.view-map::after,
.driving-directions::after {
    position: absolute;
    content: '';
    left: 0;
    width: 41px;
    height: 41px;
}

.working-hours {
    line-height: 24px;
    margin-bottom: 20px;
}

.working-hours::after {
    background: url("../img/cont/contact-6.svg") no-repeat;
    top: 5px;
}


.location::after {
    background: url("../img/cont/contact-5.svg") no-repeat;
    top: 0;
}

.location-adr {
    background-color: beige; 
    outline: 7px solid beige;
    line-height: 1.5em;
    
}

.view-map {
    margin-top: 12px;
}

.view-map::after {
    background: url("../img/icon/service-contact-map.svg") no-repeat;
    top: 0;
    left: 18px;
}

.driving-directions {
    margin-top: 12px;

}

.driving-directions::after {
    background: url("../img/icon/driving-directions.svg") no-repeat;
    top: 0;
    left: 3px;
}

.service-equipment {
    margin-top: 50px;
}

.service-equipment .oborud .col-oborud {
    width: 23%;
}

@media (max-width: 991px) {
    .service-equipment .oborud .col-oborud {
        width: 45%;
    }
}

@media (max-width: 567px) {
    .service-equipment .oborud .col-oborud {
        width: 100%;
    }
}

.service-equipment .oborud .col-oborud .item {
    margin-bottom: 0 !important;
}

.service-equipment .title {
    font-size: 16px !important;
}

.service-equipment li {
    line-height: 24px;
}

.service-equipment li a {
    font-size: 14px !important;
}

.item-layout {
    margin-left: 36px !important;
}

/*---------------------------repairs-------------------------*/
.repairs_bg-box {
    height: 350px;
 /*   background: url("../img/repairs-bg.jpg") left bottom no-repeat; */
    margin-bottom: 10px;
}

.image-placement {
    background: url("../img/service-top-img%20вЂ”%20РєРѕРїРёСЏ.jpg") center bottom no-repeat;
}

@media (max-width: 991px) {
    .repairs_bg-box {
        -webkit-background-size: 346px 346px;
        background-size: 346px;
        background-position: left;
        height: auto;
    }
}

@media (max-width: 767px) {
    .repairs_bg-box {
        background: none;
    }
}

.repairs-mod h2 {
    text-align: right;
    padding-left: 376px;
}

@media (max-width: 767px) {
    .repairs-mod h2 {
        padding-left: 0;
        text-align: center;
    }
}

.repairs-mod .sub {
    text-align: right;
    padding-left: 376px;
}

@media (max-width: 1200px) {
    .repairs-mod .sub {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .repairs-mod .sub {
        padding-left: 0;
        text-align: center;
    }
}

.l-repairs_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 90px;
    cursor: pointer;
    color: white;
}

@media (max-width: 991px) {
    .l-repairs_button {
        margin-top: 45px;
        margin-right: 26px;
    }
}

@media (max-width: 767px) {
    .l-repairs_button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
    }
}

.r-btn {
    display: block;
    padding: 16px 24px;
    background: #CE1B21;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: white;
    font-size: 24px;
    font-family: ProximaNova-Bold, sans-serif;
}

.r-btn:hover {
    color: white;
    background: #9e161b;
}

@media (max-width: 991px) {
    .r-btn {
        font-size: 20px;
    }
}

.repairs .service-contacts {
    margin-top: 50px;
}

.repairs-content_info .notification {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .repairs-content_info .notification {
        margin-left: 0;
    }
}

.repairs-content_info .notification-text {
    width: 92%;
    margin-left: 26px;
}

@media (max-width: 767px) {
    .repairs-content_info .notification-text {
        width: 100%;
        margin-left: 0;
    }
}

.repairs-content_info .img {
    margin-top: 6px;
    width: 8%;
    text-align: center;
    min-width: 80px;
}

@media (max-width: 767px) {
    .repairs-content_info .img {
        width: 100%;
    }
}

.repairs-failure-causes {
    margin-top: 50px;
}

.failure-causes-list {
    line-height: 27px;
    
}

.failure-causes-list li {
    font-size: 16px;
}

@media (max-width: 991px) {
    .failure-causes-list {
        width: 100%;
    }
}

.repairs-accordion {
    margin-top: 20px;
    margin-bottom: 25px;
}

.repairs-accordion .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.repairs-accordion .heading-title h3 {
    border: 0;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 767px) {
    .repairs-accordion .heading-title h3 {
        font-size: 21px;
    }
}

.repairs-accordion .box-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    cursor: pointer;
}

@media (max-width: 500px) {
    .repairs-accordion .box-arrow {
        margin-right: 50px;
    }
}

.repairs-accordion .box-arrow .arrow {
    width: 14px;
    height: 12px;
    margin-top: 7px;
    background: url("../img/repairs_accordion-arrow.svg") center no-repeat;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.repairs-accordion .box-arrow .arrow.transform {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.repairs-accordion .content {
    overflow: hidden;
    display: none;
}

.repairs-accordion .notification {
    margin-top: 0;
}

.repairs-accordion .notification img {
    margin-top: 5px;
}

.repairs-accordion .notification-text {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .repairs-accordion .notification-text {
        margin-left: 0;
        text-align: left;
    }
}

.repairs-accordion .notification-text .red {
    color: #CE1B21;
}

.password-reset_title, .recovery-mode_title {
    padding: 10px 0;
    font-size: 19px;
}

.password-reset_list, .recovery-mode_list {
    font-size: 16px;
}

.recovery-mode {
    margin-top: 15px;
}

.recovery-mode_info {
    font-size: 16px;
    margin-bottom: 18px;
}

.recovery-mode_list li {
    margin-bottom: 20px;
}

.admin_guide {
    min-height: 28px;
    margin-top: 40px;
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    margin-bottom: 25px;
}

.admin_guide::after {
    position: absolute;
    content: '';
    left: 0;
    width: 20px;
    height: 25px;
    background: url("../img/icon/driving-directions.svg") no-repeat;
    top: -3px;
}

.admin_guide a {
    text-decoration: underline;
    color: black;
}

.repairs-images_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .repairs-images_items {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.repairs-images_item {
    width: -webkit-calc(33% - 15px);
    width: calc(33% - 15px);
    margin-bottom: 36px;
}

@media (max-width: 767px) {
    .repairs-images_item {
        width: 30%;
    }
}

@media (max-width: 550px) {
    .repairs-images_item {
        width: 40%;
    }
}

/*---------------------delivery---------------*/
.delivery-mod h2 {
    text-align: center;
}

.delivery-mod .sub {
    text-align: center;
}

.delivery_purchase {
    margin-top: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .delivery_purchase {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.delivery_purchase .purchase_item {
    position: relative;
    margin-bottom: 20px;
    width: -webkit-calc(25% - 22px);
    width: calc(25% - 22px);
}

@media (max-width: 991px) {
    .delivery_purchase .purchase_item {
        width: 37%;
    }
}

@media (max-width: 550px) {
    .delivery_purchase .purchase_item {
        width: 100%;
    }
}

.delivery_purchase .purchase-info {
    margin-top: 24px;
}

.delivery_purchase .purchase-info .title {
    font-size: 18px;
    margin-bottom: 16px;
}

.delivery_purchase .purchase-info .text {
    font-size: 16px;
    line-height: 21px;
}

.delivery_discounts .bg-box {
    width: 100%;
    min-height: 400px;
    margin-top: 28px;
    background: url("../img/deliv/delivery_discount-bg.jpg") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.discount_sub-title, .discount_info {
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 48px;
    font-family: ProximaNova-Bold, sans-serif;
}

@media (max-width: 991px) {
    .discount_sub-title, .discount_info {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .discount_sub-title, .discount_info {
        font-size: 20px;
        line-height: 25px;
    }
}

.discount_content .l-sub-title {
    padding-top: 30px;
    padding-bottom: 30px;
}

.discount_content .l-info {
    width: 75%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .discount_content .l-info {
        width: 100%;
    }
}

.discount_contacts {
    padding: 68px 20px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
}

.discount_contacts a {
    text-decoration: underline;
    color: #FFFFFF;
}

@media (max-width: 1200px) {
    .discount_contacts {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .discount_contacts {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.discount_contacts .phones,
.discount_contacts .skype,
.discount_contacts .email,
.discount_contacts .icq {
    margin-left: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.discount_contacts .phones::after {
    background: url("../img/icon/discount_contacts-ico-phones.svg") no-repeat;
    top: 4px;
}

.discount_contacts .skype::after {
    background: url("../img/icon/discount_contacts-ico-skype.svg") no-repeat;
}

.discount_contacts .icq::after {
    background: url("../img/icon/discount_contacts-ico-icq.svg") no-repeat;
}

.discount_contacts .email::after {
    background: url("../img/icon/discount_contacts-ico-email.svg") no-repeat;
}

.discount_contacts-item {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (max-width: 991px) {
    .discount_contacts-item {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .discount_contacts-item {
        width: 100%;
    }
}

.discount_contacts-item .phones a {
text-decoration: none;
    border-bottom: 1px dashed;
}

.discount_contacts-item .icq a {
text-decoration: none;
    border-bottom: 1px dashed #FFFFFF;
}

.delivery_info {
    margin-top: 15px;
    text-align: center;
}

.delivery_info .delivery_info__img {
    margin: 0 auto;
    max-width: 590px;
}

.delivery_info-sub-title {
    font-size: 36px;
    text-align: center;
    font-family: ProximaNova-Light, sans-serif;
    margin-bottom: 22px;
    margin-top: 20px;
}

.delivery .delivery-features {
    margin-top: 30px;
}

.delivery .delivery-features .flex {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 10px;
}

.delivery .delivery-features .flex .item {
    width: 32%;
}

@media (max-width: 767px) {
    .delivery .delivery-features .flex .item {
        width: 44%;
    }
}

@media (max-width: 530px) {
    .delivery .delivery-features .flex .item {
        width: 100%;
    }
}

.delivery .delivery-features .flex .item a {
    text-decoration: underline;
}

.dimensions_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

@media (max-width: 550px) {
    .dimensions_title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.dimensions_title .img {
    width: 4%;
    min-width: 50px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 24px;
}

@media (max-width: 1200px) {
    .dimensions_title .img {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}

.dimensions_title .title {
    width: 60%;
    margin-left: 10px;
     margin-bottom: 0;
}

@media (max-width: 550px) {
    .dimensions_title .title {
        width: 100%;
        margin-left: 0;
    }
}

.delivery_dimensions h3 {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: left;
}

/*table------*/
.dimensions_table {
    width: 100%;
    overflow: auto;
}

.d-table {
    width: 100%;
    border-top: 0 !important;
}

@media (max-width: 767px) {
    .d-table {
        width: 800px;
        display: block;
    }
}

.d-table tbody {
    width: 100%;
}

.d-table td:first-child {
    text-align: center;
}

.d-table td:nth-child(2) {
    text-align: left;
}

.d-table_col-name {
    background: #F3F3F3;
    font-family: ProximaNova-Bold, sans-serif;
}

.d-table_col-name td {
    border-right: 3px solid white;
}

.d-table_col-name td:last-child {
    border-right: 0;
}

.d-table_col-name .size-1 {
    width: 125px;
    text-align: center;
}

.d-table_col-name .size-1 img {
    text-align: center;
}

.d-table_col-name .size-2 {
    width: 425px;
    text-align: center !important;
}

@media (max-width: 767px) {
    .d-table_col-name .size-2 {
        width: auto;
    }
}

.d-table_row-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    font-size: 12px;
    font-family: ProximaNova-Regular, sans-serif;
    background: none !important;
}

.l-dimensions_table {
    margin-bottom: 70px;
}

/*------Accessory---------*/
.accessory .top-info_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 991px) {
    .accessory .top-info_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.accessory .top-info_slider {
    width: 50%;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .accessory .top-info_slider {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 80%;
    }
}

.accessory .top-info_title {
    width: 50%;
    margin-left: 20px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .accessory .top-info_title {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .accessory .top-info_title {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 0;
        width: 100%;
    }
}

.accessory .slider_dots {
    margin-top: 30px;
    padding-right: 5px;
    padding-left: 5px;
}

.accessory .slider_dots img {
    border: 1px solid transparent;
}

.accessory .slider_dots .slick-active img:hover {
    border-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.accessory .slider_dots .slick-current img {
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.accessory .slick-slider .slick-list {
    margin: 0 auto;
    text-align: center;
    overflow: visible;
}

.accessory .slick-slider .slick-list img {
    margin: 0 auto;
}

.accessory .slick-slider .slick-track {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.accessory-mod h1 {
    text-align: left;
}

@media (max-width: 991px) {
    .accessory-mod h1 {
        text-align: center;
    }
}

@media (max-width: 550px) {
    .accessory-mod h1 {
        font-size: 25px;
    }
}

.accessory_contacts {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 460px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .accessory_contacts {
        margin: 40px auto 0;
    }
}

@media (max-width: 550px) {
    .accessory_contacts {
        max-width: 220px;
        margin: 0 auto;
    }
}

.accessory_contacts a {
    color: #000000;
}

.accessory_contacts .order-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

@media (max-width: 550px) {
    .accessory_contacts .order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.accessory_contacts .order-2 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

@media (max-width: 550px) {
    .accessory_contacts .order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.accessory_contacts .order-3 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

@media (max-width: 550px) {
    .accessory_contacts .order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

.accessory_contacts .order-4 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

@media (max-width: 550px) {
    .accessory_contacts .order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
}

.accessory_contacts .order-5 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

@media (max-width: 550px) {
    .accessory_contacts .order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

.accessory_contacts-item {
    width: 50%;
}

@media (max-width: 550px) {
    .accessory_contacts-item {
        width: 100%;
    }
}

.accessory_contacts-item .phones, .accessory_contacts-item .icq, .accessory_contacts-item .email, .accessory_contacts-item .skype, .accessory_contacts-item .text {
    padding-left: 0;
    margin-left: 0;
    line-height: 37px;
    text-align: left;
}

.accessory_contacts-item .phones::after, .accessory_contacts-item .email::after {
    content: none;
}

.accessory_contacts-item .icq, .accessory_contacts-item .skype {
    padding-left: 38px;
}

.accessory_contacts-item .icq:after, .accessory_contacts-item .skype:after {
    -webkit-background-size: 22px 22px;
    background-size: 22px;
}

.accessory_contacts-item .email a, .accessory_contacts-item .skype a, .accessory_contacts-item .icq a {
    text-decoration: none;
    border-bottom: 1px dashed;
    -webkit-text-decoration-color: #8e8b8b;
    text-decoration-color: #8e8b8b;
}

.accessory_features .text {
    max-width: 165px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .accessory_features .text {
        max-width: 100%;
    }
}

.accessory_details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
}

@media (max-width: 550px) {
    .accessory_details {
        font-size: 14px;
    }
}

.accessory_description {
    width: 65%;
    margin-bottom: 40px;
}

.accessory_description .text {
    line-height: 26px;
}

@media (max-width: 1200px) {
    .accessory_description {
        width: 62%;
    }
}

@media (max-width: 991px) {
    .accessory_description {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .accessory_description {
        width: 100%;
    }
}

.accessory_compatibility {
    width: 30%;
    margin-bottom: 40px;
}

.accessory_compatibility ul {
    padding-left: 16px;
    line-height: 26px;
}

.accessory_compatibility ul li {
    list-style: disc;
}

@media (max-width: 1200px) {
    .accessory_compatibility {
        width: 34%;
    }
}

@media (max-width: 991px) {
    .accessory_compatibility {
        width: 46%;
    }
}

@media (max-width: 767px) {
    .accessory_compatibility {
        width: 100%;
    }
}

.accessory_advantages {
    width: 100%;
    margin-bottom: 40px;
    font-size: 15px;
}

.accessory_advantages ul li {
    line-height: 31px;
    padding-left: 10px;
}

.accessory_advantages ul li:nth-child(odd) {
    background: #F3F3F3;
}

.accessory_options h3 {
    margin-bottom: 0;
}

.accessory_options .accessory_item-title {
    font-family: ProximaNova-Bold, sans-serif;
    white-space: nowrap;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
}

.accessory_options .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.accessory_options .text p {
    font-size: 14px;
    line-height: 19px;
}

.accessory_options_item-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 6px;
   /* border-right: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8; */
}

@media (max-width: 767px) {
    .accessory_options_item-img {
        border: 0;
    }
}

@media (max-width: 550px) {
    .accessory_options_item-img {
        width: 100px;
    }
}

.accessory_options_item-img img {
    width: 75px;
    max-width: 75px;
}

.accessory_instructions .img {
    margin-bottom: 40px;
}

.accessory_instructions-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: ProximaNova-Bold, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .accessory_instructions-items {
        font-size: 16px;
    }
}

.accessory_instructions-items .item {
    text-align: right;
}

.accessory_instructions-items .item:nth-child(1) {
    width: 38%;
    padding-right: 60px;
}

@media (max-width: 767px) {
    .accessory_instructions-items .item:nth-child(1) {
        padding-right: 0;
    }
}

.accessory_instructions-items .item:nth-child(2) {
    width: 62%;
    padding-right: 40px;
}

@media (max-width: 767px) {
    .accessory_instructions-items .item:nth-child(2) {
        padding-right: 0;
    }
}

/*----------accessory-cam----------*/
.accessory-cam_specifications_table {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

.accessory-cam_specifications_table table {
    width: 100%;
    text-align: center;
    border: 0;
}

.accessory-cam_specifications_table table tr:nth-child(odd) {
    height: 50px;
}

.accessory-cam_specifications_table table tr:nth-child(even) {
    height: 50px;
}

.accessory-cam_specifications_table table td {
    width: 180px;
    padding: 10px 5px !important;
}

.accessory-cam_specifications_table table td:nth-child(1) {
    min-width: 200px;
    text-align: left;
    padding-left: 15px !important;
    width: 265px;
    border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.accessory-cam_specifications_table_hide {
    overflow: hidden;
    display: none;
}

.accessory-cam_specifications_reveal, .accessory_additional-options_reveal {
    cursor: pointer;
    text-decoration: underline;
    color: #2F80ED;
    font-size: 18px;
    margin: 0 auto 70px;
    background: url("../img/blue-arrow.svg") center right no-repeat;
}

.accessory-cam_specifications_reveal.transform, .accessory_additional-options_reveal.transform {
    background: url("../img/blue-arrow-invert.svg") center right no-repeat;
}

.accessory-cam_specifications_reveal {
    max-width: 280px;
}

.accessory-cam_options .flex-ac {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 0;
}

.accessory-cam_options .item-ac {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    width: -webkit-calc(25% - 11px);
    width: -webkit-calc(25% - 17px);
    width: calc(25% - 17px);
    margin-bottom: 20px;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 767px) {
    .accessory-cam_options .item-ac {
        width: -webkit-calc(50% - 17px);
        width: calc(50% - 17px);
    }
}

@media (max-width: 767px) {
    .accessory-cam_options .item-ac {
        width: 100%;
    }
}

.accessory-cam_options .item-ac .text {
    font-size: 12px;
    padding: 6px 10px 0 10px;
    line-height: 15px;
}

.accessory-cam_options .item-ac .img {
    height: 146px;
}

@media (max-width: 991px) {
    .accessory-cam_options .item-ac .img {
        height: 105px;
    }
}

@media (max-width: 767px) {
    .accessory-cam_options .item-ac .img {
        height: 146px;
    }
}

.accessory-cam_options .item-ac .number {
    font-size: 15px;
    padding: 10px 10px;
}

.accessory-cam_options .item-ac.double {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
}

@media (max-width: 767px) {
    .accessory-cam_options .item-ac.double {
        width: -webkit-calc(50% - 17px);
        width: calc(50% - 17px);
    }
}

@media (max-width: 767px) {
    .accessory-cam_options .item-ac.double {
        width: 100%;
    }
}

.accessory-cam_options .item-ac.double .img {
    height: 163px;
}

@media (max-width: 767px) {
    .accessory-cam_options .item-ac.double .img {
        height: 146px;
    }
}

@media (max-width: 767px) {
    .accessory-cam_options .item-ac.double .img {
        height: 163px;
    }
}

.accessory-cam_options .acses-in .cab {
    margin: 0;
}

.accessory_additional-options {
    overflow: hidden;
    display: none;
}

.accessory_additional-options_reveal {
    margin-top: 20px;
    max-width: 200px;
}

.accessory-cam_serial-number {
    margin-bottom: 40px;
}

.accessory-cam_serial-number .serial-number_items {
    font-size: 12px;
}

.accessory-cam_serial-number .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

@media (max-width: 550px) {
    .accessory-cam_serial-number .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.accessory-cam_serial-number .serial_number {
    white-space: nowrap;
    font-size: 13px;
}

@media (max-width: 550px) {
    .accessory-cam_serial-number .serial_number {
        margin-bottom: 5px;
    }
}

.accessory-cam_serial-number .text {
    padding-left: 14px;
    line-height: 14px;
}

/*---------About-company---------*/
.about-company h2 {
    margin-bottom: 25px;
}

.about-company .top-info_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .about-company .top-info_items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.about-company .item {
    width: -webkit-calc(33% - 15px);
    width: calc(33% - 15px);
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .about-company .item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }
}

@media (max-width: 550px) {
    .about-company .item {
        width: 100%;
    }
}

.about-company .item .title {
    line-height: 29px;
    font-size: 23px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.about-company .item .text {
    line-height: 19px;
    font-size: 15px;
}

.about-company_text-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .about-company_text-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about-company_text-info .text {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
    font-size: 15px;
    line-height: 19px;
}

@media (max-width: 767px) {
    .about-company_text-info .text {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*----------------polycom-awards----------------*/
@media (max-width: 991px) {
    .polycom-awards .sub {
        font-size: 26px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .polycom-awards .sub {
        font-size: 20px;
    }
}

.polycom-awards_content-items {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.polycom-awards_content-items .item {
    width: -webkit-calc(25% - 12px);
    width: calc(25% - 12px);
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .polycom-awards_content-items .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .polycom-awards_content-items .item {
        width: 100%;
    }
}

.polycom-awards_content-items .item .img {
    height: 120px;
}

.polycom-awards_content-items .title {
    font-size: 14px;
    padding: 25px 5px 5px 5px;
}

.polycom-awards_content-items .text {
    font-size: 14px;
}

/*-----------polycom-news----------*/
.polycom-news_content,
.audio-accessories_content,
.video-accessories_content {
    margin-top: 20px;
    margin-bottom: 40px;
}

.polycom-news_content .accord1 li,
.audio-accessories_content .accord1 li,
.video-accessories_content .accord1 li {
    overflow: hidden;
    list-style: none;
}

.polycom-news_content .accord-content,
.audio-accessories_content .accord-content,
.video-accessories_content .accord-content {
    display: none;
}

.polycom-news_content .display-block,
.audio-accessories_content .display-block,
.video-accessories_content .display-block {
    display: block;
}

.polycom-news_content .title-year,
.polycom-news_content .section-title,
.audio-accessories_content .title-year,
.audio-accessories_content .section-title,
.video-accessories_content .title-year,
.video-accessories_content .section-title,
.delivery_dimensions .section-title {
    background: url("../img/polycom-news-arrow-down.svg") right center no-repeat;
    background-position-y: 48%;
    cursor: pointer;
    
}

@media (max-width: 767px) {
    .polycom-news_content .title-year,
    .polycom-news_content .section-title,
    .audio-accessories_content .title-year,
    .audio-accessories_content .section-title,
    .video-accessories_content .title-year,
    .video-accessories_content .section-title ,
 .delivery_dimensions .section-title {
        font-size: 20px;
        padding-right: 30px;
    }
}

.polycom-news_content .active,
.audio-accessories_content .active,
.video-accessories_content .active {
    background: url("../img/polycom-news-arrow-up.svg") right center no-repeat;
    background-position-y: 48%;
}

.polycom-news_content .news_date
 {
    font-size: 14px;
    font-weight: bold; 
    margin-bottom: 2px;
   /* font-family: ProximaNova-Light, sans-serif; */
}

.polycom-news_content .text, .text-news a
 {
     font-size: 14px;
    line-height: 19px;
    color: #000000;
}



.polycom-news_content .news-list
{
    margin-bottom: 25px;
}

.polycom-news_content .news-list li
{
    padding-bottom: 17px;
    padding-right: 18px;
}

.audio-accessories_content .product-number,
.video-accessories_content .product-number {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: -10px;
    margin-top: 12px;
    color: #000000;
}

.polycom-news_content .ident,
.audio-accessories_content .ident,
.video-accessories_content .ident

{
    height: 7px;
}

/*------------polycom-video-equipment, audio-accessories, video-accessories----------*/
@media (max-width: 767px) {
    .polycom-video-conference .text-mod h1,
    .audio-accessories .text-mod h1,
    .video-accessories .text-mod h1 {
        font-size: 28px;
        text-align: center;
    }
}

@media (max-width: 550px) {
    .polycom-video-conference .text-mod h3,
    .audio-accessories .text-mod h3,
    .video-accessories .text-mod h3 {
        font-size: 20px;
    }
}

.polycom-video-conference .sub,
.audio-accessories .sub,
.video-accessories .sub {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
}

@media (max-width: 991px) {
    .polycom-video-conference .sub,
    .audio-accessories .sub,
    .video-accessories .sub {
        font-size: 26px;
        line-height: 28px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .polycom-video-conference .sub,
    .audio-accessories .sub,
    .video-accessories .sub {
        font-size: 20px;
    }
}

.video-conference_items,
.audio-accessories_items,
.video-accessories_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (max-width: 550px) {
    .video-conference_items,
    .audio-accessories_items,
    .video-accessories_items {
        margin-left: 50px;
    }
}

@media (max-width: 400px) {
    .video-conference_items,
    .audio-accessories_items,
    .video-accessories_items {
        margin-left: 0;
    }
}

.video-conference_item,
.audio-accessories_item,
.video-accessories_item {
    width: 25%;
    margin-bottom: 25px;
    margin-top: 10px;
    padding-right: 25px;
    
}

@media (max-width: 991px) {
    .video-conference_item,
    .audio-accessories_item,
    .video-accessories_item {
        width: 33%;
        
    }
}

@media (max-width: 767px) {
    .video-conference_item,
    .audio-accessories_item,
    .video-accessories_item {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .video-conference_item,
    .audio-accessories_item,
    .video-accessories_item {
        width: 100%;
    }
}

.video-conference_item .img,
.audio-accessories_item .img,
.video-accessories_item .img {
    min-height: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-conference_item .title_name-item,
.audio-accessories_item .title_name-item,
.video-accessories_item .title_name-item {
    font-family: ProximaNova-Bold, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
	 color: #2F80ED; 
    /*text-decoration: underline;*/
    padding-top: 12px;
    padding-bottom: 12px;
}

.video-conference_item .title_name-item a,
.audio-accessories_item .title_name-item a,
.video-accessories_item .title_name-item a {
    color: #2F80ED;
}

.video-conference_item .text_clearance-sale,
.audio-accessories_item .text_clearance-sale,
.video-accessories_item .text_clearance-sale {
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    color: #1FBC2F;
}

.video-conference_item .text_new-item,
.audio-accessories_item .text_new-item,
.video-accessories_item .text_new-item {
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    color: #CE1B21;
}

.video-conference_item .text_skoro,
.audio-accessories_item .text_skoro,
.video-accessories_item .text_skoro {
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    color: #FF8C00;
}

.video-conference_item .text-description,
.audio-accessories_item .text-description,
.video-accessories_item .text-description {
    font-size: 12px;
    line-height: 19px;
}

.video-conference_item .text-description a,
.audio-accessories_item .text-description a {
    display: block;
    color: #000000;
    font-family: ProximaNova-Bold, sans-serif;
    text-decoration: underline;
    -webkit-text-decoration-color: #c3bebe;
    text-decoration-color: #c3bebe;
}

.video-accessories_item .text-description a {
    
    color: #000000;
    font-family: ProximaNova-Bold, sans-serif;
    text-decoration: underline;
    -webkit-text-decoration-color: #c3bebe;
    text-decoration-color: #c3bebe;
}

/*-----------audio-accessories----*/
.audio-accessories,
.video-accessories {
   /* padding-bottom: 150px;*/
}

.audio-accessories .accessory_options,
.video-accessories .accessory_options {
    margin-top: -30px;
}

.audio-accessories .cab,
.video-accessories .cab {
    margin-bottom: 33px;
}

.audio-accessories .cab .item:first-child,
.video-accessories .cab .item:first-child {
    border-top: 1px solid #D8D8D8;
}

.audio-accessories_item .img,
.video-accessories_item .img {
    padding-left: 0px;
}

/*-------------------drop-menu-------------*/
.services-menu_list {
    display: none !important;
    position: absolute;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 99999;
    line-height: 24px;
}

.services-menu_list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0 !important;
    padding-left: 6px;
}

.services-menu_list li a {
    line-height: 29px;
    font-size: 14px;
    color: #000 !important;
}

.over {
    background: #fff !important;
    color: #000000 !important;
}

.services-menu_list_cats {
    display: none;
    position: absolute;
    margin: 0;
    top: -webkit-calc(100% - 12px);
    top: calc(100% - 12px);
    padding-top: 10px;
    z-index: 99999;
    width: -webkit-calc(100% + 200px);
    width: calc(100% + 200px);
    left: -100px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(23, 23, 28, 0.3);
    box-shadow: 0 2px 5px 0 rgba(23, 23, 28, 0.3);
}

.services-menu_list_cats:hover + a {
    background: #fff !important;
}

@media (max-width: 1200px) {
    .services-menu_list_cats {
        width: -webkit-calc(100% + 300px);
        width: calc(100% + 300px);
        left: -150px;
    }
}

@media (max-width: 910px) {
    .services-menu_list_cats {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 630px) {
    .services-menu_list_cats {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.services-menu_list_cats .sub_title {
    font-size: 90%;
    color: #a7b2b8;
    margin-top: 5px;
    line-height: 0.8;
}

.services-menu_list_cats li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 !important;
    background: #ffffff;
    padding: 20px 0;
}

.services-menu_list_cats li .cat_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
    position: relative;
}

.services-menu_list_cats li .cat_row:last-child {
    margin-bottom: 0;
}

.services-menu_list_cats li .cat_row:last-child:after {
    content: none;
}

.services-menu_list_cats li .cat_row:after {
    content: '';
    position: absolute;
    background: #ccc;
    bottom: -8px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 1px;
    left: 15px;
}

.services-menu_list_cats li .cat_row:last-child {
    border-bottom: none;
}

.services-menu_list_cats li .cat_row .img {
    position: relative;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3px;
    margin-bottom: 5px;
}

.services-menu_list_cats li .cat_row .img img {
    max-height: 60px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.services-menu_list_cats li .cat_row .img .new {
    position: absolute;
    top: 0;
    background: red;
    line-height: 1;
    color: #ffffff;
    padding: 3px;
    font-size: 10px;
    font-weight: 300;
    right: 0;
    padding-bottom: 2px;
}


.services-menu_list_cats li .cat_row .title_cat {
    font-weight: bold;
    font-size: 13px;
    cursor: default;
    margin-bottom: 5px;
    margin-top: -3px;
    padding-left: 15px;
}

@media (max-width: 767px) {
    .services-menu_list_cats li .cat_row .title_cat {
        text-align: center;
        margin-top: 15px;
    }
}

.services-menu_list_cats li .cat_row .title_cat span {
    color: #a7b2b8;
    font-weight: normal;
}

.services-menu_list_cats li .cat_row .cat {
    border-right: 1px solid #ccc;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 910px) {
    .services-menu_list_cats li .cat_row .cat {
        border-bottom: 0;
    }
}

@media (max-width: 630px) {
    .services-menu_list_cats li .cat_row .cat {
        border: none;
        width: 100%;
    }
}

.services-menu_list_cats li .cat_row .cat:last-child {
    border-right: none;
}

.services-menu_list_cats li .cat_row .cat .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 630px) {
    .services-menu_list_cats li .cat_row .cat .items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.services-menu_list_cats li .cat_row .cat .items .item_cat {
    padding: 0 10px;
    text-align: center;
    width: 170px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 910px) {
    .services-menu_list_cats li .cat_row .cat .items .item_cat {
        max-width: 130px;
        width: 100%;
    }
}

.services-menu_list_cats li a {
    font-size: 12px;
    font-weight: bold;
    color: #2f80ed !important;
    display: inline-block !important;
    text-decoration: underline;
}

@media (max-width: 910px) {
    .services-menu_list_cats li a {
        font-size: 11px !important;
    }
}

.poly_read {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    border-top: 0.5px solid rgba(0, 0, 0, 0.6);
    padding-top: 17px;
}

@media (max-width: 600px) {
    .poly_read {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.poly_read .text {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 600px) {
    .poly_read .text {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

/*---------common-page-------------*/
.header_common-page .top {
    margin-bottom: 0;
}

.common-page_top-info {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.common-page_top-info .item {
    width: 25%;
    position: relative;
}

@media (max-width: 720px) {
    .common-page_top-info .item {
        width: 33%;
    }
}

@media (max-width: 475px) {
    .common-page_top-info .item {
        width: 50%;
    }
}

.common-page_top-info .item a {
    display: block;
}

.common-page_top-info .item a img {
    display: block;
}

.common-page_top-info .item .desk {
    left: 20px;
    bottom: 20px;
    position: absolute;
}

@media (max-width: 845px) {
    .common-page_top-info .item .desk {
        left: 10px;
        bottom: 10px;
    }
}

.common-page_top-info .item .desk a {
    color: #ffffff;
    font-size: 32px;
    font-family: "ProximaNova-Bold", sans-serif;
    text-shadow: black 0 0 10px;
}

@media (max-width: 1569px) {
    .common-page_top-info .item .desk a {
        font-size: 25px;
    }
}

@media (max-width: 1266px) {
    .common-page_top-info .item .desk a {
        font-size: 20px;
    }
}

@media (max-width: 975px) {
    .common-page_top-info .item .desk a {
        font-size: 17px;
    }
}

@media (max-width: 810px) {
    .common-page_top-info .item .desk a {
        font-size: 15px;
    }
}

@media (max-width: 540px) {
    .common-page_top-info .item .desk a {
        font-size: 13px;
    }
}

.common-page_top-info .item .desk a.black {
    color: #000;
    text-shadow: none;  
}

.common-page_top-info .item .desk a.white {
    color: #fff;
    text-shadow: none;
}

@media (max-width: 767px) {
    .common-page_top-info {
        margin-bottom: 50px;
    }
}

.common-page_links {
    margin-bottom: 40px;
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
    border-right: 0.5px solid rgba(0, 0, 0, 0.6);
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 1200px) {
    .common-page_links {
        width: 33%;
        margin-right: 0;
        text-align: center;
        border: none;
    }
}

@media (max-width: 767px) {
    .common-page_links {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .common-page_links {
        width: 100%;
        text-align: center;
    }
}

.common-page_links:last-child {
    border: none;
    margin-right: 0;
}

.common-page_links a {
    display: block;
    color: #000000;
    white-space: nowrap;
    line-height: 0.8;
    margin-bottom: 10px;
}

.common-page_links a:last-child {
    margin-bottom: 0;
}

.common-page_links .link-title {
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 1.4;
    font-family: ProximaNova-Bold, sans-serif;
}

.common-page_links .link-title2 {
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 1.4;
    font-family: ProximaNova-Bold, sans-serif;
}

.common-page_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .common-page_items {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .common-page_items {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .common-page_items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/*-----------------------------name-drop---*/
.name-dropdown-toggle {
    max-width: 205px;
    background: url("../img/polycom-news-arrow-down.svg") right center no-repeat;
    padding-right: 22px;
    cursor: pointer;
    font-size: 16px;
    z-index: 999;
}

.name-dropdown-toggle.transform {
    background: url("../img/polycom-news-arrow-up.svg") center right no-repeat;
}

.name-dropdown-menu {
    display: none;
    position: absolute;
    top: 30px;
    background: white;
    z-index: 9;
    width: 270px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(23, 23, 28, 0.3);
    box-shadow: 0 2px 10px 0 rgba(23, 23, 28, 0.3);
    padding: 20px 30px 5px 15px;
    font-size: 14px;
    line-height: 20px;
}

.name-dropdown-menu .transition-link {
    color: #383636;
}

.name-dropdown-menu .group-title_link {
    display: block;
    color: #383636;
    padding-top: 20px;
}

.name-dropdown-menu .product-name_link {
    display: block;
    font-family: ProximaNova-Regular, sans-serif;
    color: #2F80ED;
}

@media (min-width: 629px) {
    .menu li:hover .services-menu_list {
        display: block !important;
    }

    .menu li:hover .services-menu_list_cats {
        display: block !important;
    }
}

header .menu {
    position: relative;
    z-index: 5;
}

header .menu a {
    display: block;
}

@media (min-width: 629px) {
    body {
        position: relative;
    }

    body.open_menu:after {
        height: 100vh;
    }

    body:after {
        content: '';
        position: absolute;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%;
        height: 0;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        z-index: 3;
        top: 78px;
    }   
}

.green-text { color: #62B237; }

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}

.flex_features{
    max-height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
}

.flex_features >li{
text-align: left; 
width: 25%; 
padding: 10px 0;
}

.foto {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-top: 1px solid rgb(206, 27, 33);
}

.foto a {
    color: rgb(206, 27, 33);
    font-size: 15px;
    font-weight: 600;
}

.feature {
    margin: 20px 0 40px;
}

.feature-content {
    display: flex;
    padding-top: 20px;
}

.feature-item:nth-child(n+2) {
    margin-left: 30px;
}

.indent-content {
    margin-top: 30px;
}