html {
    font-size: 14px;
}

body {
    font-family: Open Sans, Arial, sans-serif;
}

body * {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}
@media screen and (min-width: 769px){
    .hide-pc {
        display: none !important;
    }
}
@media screen and (max-width: 768px){
    .hide-mobile {
        display: none !important;
    }
}
.container {
    max-width: 1200px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

a {
    text-decoration: none;
    color: #FF671B;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    background: transparent !important;
}

.flexbox {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flexbox:after,
.flexbox:before {
    display: none;
}

.flex-wrap,
.flexbox-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-wrap, .flexbox-wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.align-start { -webkit-box-pack: start; -webkit-justify-content: start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: start; }

.align-center { -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.align-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -moz-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.align-around { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }

.align-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.items-top { -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.items-stretch { -webkit-box-align: stretch; -webkit-align-items: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.items-center { -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.items-end, .items-bottom { -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.order-0 { -webkit-box-ordinal-group: 1; -webkit-order: 0; -moz-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }

.order-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.order-2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.order-3 { -webkit-box-ordinal-group: 4; -webkit-order: 3; -moz-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }

.order-4 { -webkit-box-ordinal-group: 5; -webkit-order: 4; -moz-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }

.order-5 { -webkit-box-ordinal-group: 6; -webkit-order: 5; -moz-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }

.order-6 { -webkit-box-ordinal-group: 7; -webkit-order: 6; -moz-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }

.order-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -moz-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }
.order-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -moz-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; }
.order-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -moz-box-ordinal-group: 10; -ms-flex-order: 9; order: 9; }
.order-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -moz-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; }

.flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.flex-column > * { width: 100%; }

 ::-webkit-input-placeholder {
    font-size: inherit;
    color: inherit;
    font-weight: normal;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

 ::-moz-placeholder {
    font-size: inherit;
    color: inherit;
    font-weight: normal;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

 :-moz-placeholder {
    font-size: inherit;
    color: inherit;
    font-weight: normal;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

 :-ms-input-placeholder {
    font-size: inherit;
    color: inherit;
    font-weight: normal;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

 :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

 :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
}

 :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
}

 :focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}




a:hover {
    color: #1a1a1a;
}

a {
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s;
    outline: none;
}

button,
.btn,
[type=submit] {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/*Хедер*/

.dropdown,
.dropdown ul li,
.nav .hideItem {
    width: 278px;
}

.navbar {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    border: none;
}

.wrapper {
    padding-top: 60px;
}

.btnGroup {
    float: right;
}

.Logo {
    /*margin-left: 29px;*/
}

.navbar-brand {
    margin: 4px;
    padding-right: 0;
}

.navbar-collapse.collapse {
    text-align: center;
    padding: 0;
    float: right;
}
@media screen and (max-width: 769px)
{
    .navbar-collapse.collapse {
        float: none;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -0px;
    }
}

.navbar-nav {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    margin-bottom: -4px;
    text-align: left;
    float: none;
    padding-top: 8px;
}

.nav-main-menu {}

.navbar-default .nav-main-menu>li {
    border-left: 1px solid #E6E6E6;
}

.navbar-default .nav-main-menu>li>a {
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 600;
    text-align: center;
}

.navbar-default .nav-main-menu>li>a:hover {
    color: #FF671B;
}

.navbar-nav>li>.sub-menu {
    position: absolute;
    display: none;
}

.navbar-nav>li>.sub-menu li>a {}
.navbar-nav>li a {
    padding-left: 55px;
    padding-right: 40px;
    white-space: nowrap;
}

/* .dropdown>a {
     font-size: 18px;
     background-color: #fff;
     color: #1A1A1A !important;
     font-weight: 600;
     text-align: center;
}
 */

.sub-menu {
    width: 100%;
    min-width: 100%;
}

.sub-menu li a {
    display: block;
    list-style: none;
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 400;
    text-decoration: none;
    /*padding: 23px 5px 23px 55px;*/
    padding-top: 23px;
    padding-bottom: 23px;
}
@media screen and (max-width: 1420px) {
    .navbar-nav>li a {
        padding-left: 1.5vw;
        padding-right: 1.5vw;
    }
}
@media screen and (max-width: 1270px) {
    .navbar-nav>li a {
        padding-left: 1vw;
        padding-right: 1vw;
    }
}

.menu-item:last-child .sub-menu li a {
    /*padding-left: 46px;*/
}

.menu-item:first-child .sub-menu li a {
    /*padding-left: 70px;*/
}

.sub-menu li {
    list-style-type: none;
}

.menu-item ul {
    background: #fff;
    border: 4px solid #fff;
    border-top: none;
}

.menu-item {
    /*width: 287px;*/
}

.menu-item .sub-menu li:hover {
    /*     padding: 0;*/
    background-color: #FF671B;
    width: 100%;
}

.menu-item .sub-menu li a:hover {
    display: block;
    background: #FF671B;
    color: #fff;
}

.btnGroup {
    padding-top: 8px;
    margin-right: 11px;
}

.btnGroup #sub {
    margin-right: 16px;
    font-weight: 400;
    padding: 9px 41px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    background-color: #FF671B;
    position: relative;
    border: none;
}


/* .btnGroup #sub:hover, .btnGroup #sea:hover {
     background-color: #cf6d3d;
     box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #800;
}
 */


/*.btnGroup #sea:active, .btnGroup #sub:active {
     top: .1em;
     left: .1em;
     box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}
*/

.btnGroup #sea {
    margin-right: 18px;
    font-weight: 600;
    padding: 9px 34px 9px 22px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    background-color: #FF671B;
    position: relative;
    border: none;
}

.btnGroup #sea img {
    margin-right: 20px;
}


/*.btnGroup #sea img {
     padding: 0px 9px 0 0;
}
*/

.btnGroup .joinUs {
    width: 34.3rem;
    height: 8.4rem;
    background-color: #F5F5F4;
    position: absolute;
    top: -9999em;
    opacity: 0;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    right: 14.5rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 11px 11px rgba(45, 45, 45, 0.15), -11px 11px rgba(45, 45, 45, 0.15);
    box-shadow: 11px 11px rgba(45, 45, 45, 0.15), -11px 11px rgba(45, 45, 45, 0.15);
    position: absolute;
    z-index: 99;
}

.close-btn {
    position: absolute;
    right: 14px;
    top: 10px;
    width: 34px;
    height: 34px;
    background: #FF671B;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden !important;
    text-indent: -900px !important;
    cursor: pointer;
}

@media screen and (max-width: 768){
    .close-btn {
        right: 18px;
    }
}

.close-btn:hover {
    opacity: 1;
}

.close-btn:before,
.close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 3px;
    top: 4px;
    background-color: #fff;
}

.close-btn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btnGroup .joinUs p {
    font-weight: 600;
    font-size: 18px;
    color: #3C8283;
    text-align: left;
    display: inline-block;
}

._inner>p {
    display: block !important;
    padding-left: 1.43rem;
    padding-top: 1.6rem;
}

.btnGroup .joinUs img {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.dropdown-tags.list {
    /*width: 48%;
    */
    width: auto;
    height: auto;
    background-color: #F5F5F4;
    position: absolute;
    z-index: 99;
    top: -9999em;
    opacity: 0;
    /*transition: 1s opacity;
    */
    -webkit-transition: opacity .2s, top .2s;
    -o-transition: opacity .2s, top .2s;
    transition: opacity .2s, top .2s;
    right: 27px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    max-height: 100vh;
    /*-ms-flex-pack: distribute;*/
    /*justify-content: space-around;*/
    /*-webkit-box-shadow: 11px 11px rgba(45, 45, 45, 0.15), -11px 11px rgba(45, 45, 45, 0.15);*/
    /*box-shadow: 11px 11px rgba(45, 45, 45, 0.15), -11px 11px rgba(45, 45, 45, 0.15);*/
    /*-webkit-box-shadow: -10px 10px rgba(45, 45, 45, 0.15);*/
    /*box-shadow: -10px 10px 0 10px rgba(45, 45, 45, 0.15);*/
}
.dropdown-tags.list:after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(45, 45, 45, 0.15);
    top: 0;
    left: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    z-index: -1;
    
}

.dropdown-tags.list.open {
    opacity: 1;
    top: 0;
}

.dropdown-tags .overflow-scroll {
    height: 100%;
    overflow-y: auto;
    max-height: 100vh;
}
.tags-menu {
    text-align: left;
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    padding-top: 25px;
    padding-bottom: 25px !important;
    background-color: #F5F5F4;
}
.dropdown-backdrop {
    display: none;
}
.dropdown-tags.list .column li,
.dropdown-tags.list .tags-menu li {
    font-weight: 400;
    font-size: 1rem;
    line-height: 0.97;
    padding: 0 0 0 2rem;
    line-height: 1.6;
    list-style-type: none;
    text-align: left;
    width: auto;
}

.dropdown-tags.list .column span,
.tags-menu li span {
    font-size: 16px;
    font-weight: 600;
    color: #3C8283;
    display: block;
    /* padding: 30px 0 13px 30px;
    */
    text-align: left;
}

.dropdown-tags.list .column li a,
.tags-menu li a {
    color: #333333;
    text-decoration: none;
}

.dropdown-tags.list .column span,
.tags-menu li span {
    padding-left: 0;
}

@media screen and (max-width: 1000px) {
    .tags-menu {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}
@media screen and (max-width: 640px) {
    .tags-menu {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}
@media screen and (max-width: 480px) {
    .dropdown-tags.list {
        left: 10px;
        right: 10px;
    }
    .tags-menu {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        text-align: center;
        overflow-y: auto;
    }
    .dropdown-tags.list .column span, .tags-menu li span,
    .dropdown-tags.list .column li, .dropdown-tags.list .tags-menu li {
        text-align: center;
    }
}
.dropdown-tags.list .column .span {
    font-size: 16px;
    font-weight: 600;
    color: #3C8283;
    display: block;
    padding: 20px 0 10px 30px;
}
.dropdown-tags.list .column {
    width: 25%;
    padding: 0 0 19px 30px;
}

.dropdown-tags.list .column li a,
.tags-menu li a:hover {
    color: #FF671B;
}

.dropdown-tags.list .spec {
    padding-left: 0;
    position: relative;
    top: -1px;
}

.dropdown-tags.list .special {
    padding-left: 0;
    position: relative;
    top: -5px;
}

.dropdown-tags.list img {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.btnGroup .joinUs.open {
    opacity: 1;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btnGroup .joinUs ._inner {
    background: #fff;
}

.btnGroup .joinUs.open:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    background: rgba(45, 45, 45, .15);
    width: auto;
    height: auto;
    z-index: -1;
}

.btnGroup .list .tags-menu li.l-mrg {
    margin-bottom: 20px;
}

.search {
    width: 460px;
    /* border: 2px solid #FF671B;
    */
    min-height: 34px;
    margin-top: 10px;
    margin-left: 0.8rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 19px;
}

.widget_wysija_cont .shortcode_wysija {
    border: 2px solid #FF671B;
}

.btnGroup .joinUs ._inner {
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.search input[type="text"]::-webkit-input-placeholder {
    /* font-size: 16px;
     font-weight: 400;
     color: #333333;
     */
}

input[type="text"] {
    border: none;
    outline: none;
    -webkit-appearance: none;
    width: 300px;
    vertical-align: middle;
    padding: 4px 0 4px 16px;
}

.search input[type="submit"] {
    width: 152.3px;
    height: 35px;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 2px 45.7px 3px 48px;
    background-color: #FF671B;
    display: inline-block;
}

.widget_wysija_cont .wysija-submit {
    margin-top: 0 !important;
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background-color: transparent !important;
    border: none !important;
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    border: none !important;
    font: inherit !important;
    background: transparent !important;
    color: green !important;
    font-size: 20px !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #FF671B;
}

.navbar-collapse,
.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}

.logo2 {
    display: none;
}
.logo-by-insart {
    margin-left: 6px;
}
.loader {
    position: absolute;
    bottom: -1px;
    width: 100%;
    background: #E6E6E6;
    z-index: -1;
}

.loader-progress {
    height: 2px;
    background: #FF671B;
}

@media screen and (max-width: 1570px) {
    .menu-item,
    .menu-item ul li {
        /*width: 206px;*/
    }
    .navbar-default .nav-main-menu>li>a {
        /*font-size: 16px;*/
    }
    .menu-item ul li a {
        /*font-size: 14px;*/
    }
    .menu-item .sub-menu li a {
        /*padding: 12px 0 12px 10%;*/
    }
    .menu-item:first-child .sub-menu li a {
        /*padding-left: 37px;*/
    }
    .menu-item:nth-child(2n) .sub-menu li a {
        /*padding-left: 25px;*/
    }
    /* .dropdown .two li a {
         padding: 12px 0 12px 13%;
    }
     .dropdown .one li a {
         padding: 12px 0 12px 20%;
    }
    */
    /*     .navbar-nav {
         float: left;
    }*/
    .Logo {
        /*width: 79%;
        margin-left: 10px;*/
    }
    .btnGroup #sub {
        margin-right: 7px;
        padding: 5px 28px;
    }
    .btnGroup #sea {
        margin-right: 0px;
        padding: 5px 26px;
    }
    .btnGroup {
        padding-top: 16px;
    }
    /*     .navbar-nav {
         float: left;
         margin-left: -55px;
    }*/
    .btnGroup .list {
        width: 75%;
        right: 0.5%;
    }
    .btnGroup .joinUs {
        right: 13%;
    }
}

@media screen and (max-width: 1256px) {
    .menu-item,
    .menu-item ul li {
        /*width: 197px;*/
    }
    .navbar-default .nav-main-menu>li>a {
        /*font-size: 16px;*/
    }
    .menu-item ul li a {
        /*font-size: 16px;*/
    }
    .menu-item .sub-menu li a {
        /*padding: 12px 0 12px 10%;*/
    }
    .menu-item:first-child .sub-menu li a {
        /*padding-left: 37px;*/
    }
    .menu-item:nth-child(2n) .sub-menu li a {
        /*padding-left: 22px;*/
    }
    /* .dropdown .two li a {
         padding: 12px 0 12px 13%;
    }
     .dropdown .one li a {
         padding: 12px 0 12px 20%;
    }
    */
    .navbar-nav {
        float: left;
    }
    .Logo {
        /*width: 79%;
        margin-left: 10px;*/
    }

    .btnGroup {
        margin-right: 0;
    }
    .btnGroup #sub {
        margin-right: 7px;
        padding: 5px 28px;
    }
    .btnGroup #sea {
        margin-right: 0px;
        padding: 5px 26px;
    }
    /*     .btnGroup {
         padding-top: 10px;
    }*/
    .navbar-nav {
        float: left;
        margin-left: -55px;
    }
    .btnGroup .list {
        width: 75%;
        right: 0.5%;
    }
    .btnGroup .joinUs {
        right: 13%;
    }
}

@media screen and (max-width: 1170px) {
    .Logo {
        /*width: 77%;*/
    }
    .navbar-nav {
        float: left;
        /*margin-left: -66px;*/
    }
    /*     .menu-item, .menu-item ul li {
         min-width: 160px;
    }*/
    .navbar-default .nav-main-menu>li>a {
        /*font-size: 12px;*/
    }
    .menu-item .sub-menu li a {
        /*font-size: 12px;*/
        width: 100%;
    }
    .btnGroup #sub {
        margin-right: 0px;
        padding: 5px 10px;
    }
    .btnGroup #sea {
        margin-right: 0px;
        padding: 5px 10px;
    }
    .menu-item .sub-menu li a {
        /*padding-left: 9%;*/
    }
    /* .dropdown .one li a {
         padding-left: 19%;
    }
     .dropdown .two li a {
         padding-left: 13%;
    }
    */
    .menu-item:first-child .sub-menu li a {
        /*padding-left: 47px;*/
    }
    .menu-item:nth-child(2n) .sub-menu li a {
        /*padding-left: 36px;*/
    }
    .menu-item .sub-menu li a {
        /*padding-left: 16%;*/
    }
}

@media screen and (max-width: 1098px) {
    .navbar-nav {
        margin-left: 16px;
    }
    .wrapper {
        padding-top: 59px;
    }
    .sub-menu li a {
        /*padding-left: 18px;*/
    }
    .navbar-default .navbar-brand {
        position: relative;
        /*width: 205px;*/
        /*height: 45px;*/
        overflow: hidden;
        /*left: -16px;*/
    }
   /* .navbar-brand>img {
        display: block;
        position: absolute;
        top: 0;
        right: -50px;
        margin: 17px 0;
    }*/
    .Logo {
        /*width: 100%;*/
    }
    .menu-item {
        /*max-width: 156px;*/
    }
    .btnGroup #sea img {
        margin-right: 7px;
    }
    .btnGroup #sea span {
        display: none;
    }
    .menu-item:first-child .sub-menu li a {
        /*padding-left: 27px;*/
    }
    .menu-item:nth-child(2n) .sub-menu li a {
        /*padding-left: 16px;*/
    }
    .menu-item .sub-menu li a {
        /*padding-left: 7%;*/
    }
}


@media screen and (max-width: 1049px) {
    .navbar-nav {
        margin-left: 16px;
    }
    .sub-menu li a {
        /*padding-left: 18px;*/
    }
    .navbar-default .navbar-brand {
        position: relative;
        /*width: 205px;*/
        /*height: 45px;*/
        overflow: hidden;
        /*left: -16px;*/
    }
    .btnGroup {
        display: none;
    }
    .Logo {
        /*width: 100%;*/
    }
    .menu-item {
        /*max-width: 156px;*/
    }
    .btnGroup #sea img {
        margin-right: 7px;
    }
    .btnGroup #sea span {
        display: none;
    }
    .menu-item:first-child .sub-menu li a {
        /*padding-left: 27px;*/
    }
    .menu-item:nth-child(2n) .sub-menu li a {
        /*padding-left: 16px;*/
    }
    .menu-item .sub-menu li a {
        /*padding-left: 7%;*/
    }
}


@media screen and (max-width: 1049px) {
    .btnGroup .list {
        width: 99%;
        display: block;
    }
    .btnGroup .list .column {
        padding: 0 0 19px 0px;
    }
    .navbar-default .navbar-brand {
        width: auto;
        /*left: -15px;*/
        left: 10px;
        margin-left: 0;
    }
    /*.navbar-brand>img {
        right: -60px;
    }*/
    .wrapper {
        padding-top: 51px;
    }
    .Logo {
        /*width: 94%;*/
    }
    .navbar-collapse.collapse {
        float: none;
    }
    .header-wrapper .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-collapse .navbar-nav {
        margin-left: 0;
        /*background-image: url(../img/money.png);*/
        background-image: url(../img/menu-bg.png);
        background-repeat: no-repeat;
        /*-webkit-background-size: cover;*/
        /*background-size: cover;*/
        background-position: center top;
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        padding: 17px 0 0;
        -webkit-background-size: cover;
        background-size: cover;
        /*height: 416px;*/
    }
    .navbar-toggle {
        margin-right: 15px;
    }
    .navbar {
        padding: 0;
    }
    .navbar-collapse .navbar-nav:after {
        content: "";
        background: rgba(45, 45, 45, 0.83);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        height: 100%;
        width: 100%;
        z-index: 0;
    }
    .navbar-nav li {
        position: relative;
        float: none;
    }
    .navbar-nav>li>a {
        display: none !important;
    }
    .sub-menu {
        display: block !important;
        background: none !important;
        border: none !important;
        position: static;
        z-index: 1;
        /*         width: 200px !important;*/
    }
    .hideItem {
        /*margin-top: 307px;*/
        display: block !important;
    }
    .navbar-nav>.hideItem>a {
        display: block !important;
    }
    .hideItem:last-child {
        margin-top: 0;
    }
    .menu-item .sub-menu li:hover {
        background-color: transparent;
    }
    .menu-item .sub-menu li a:hover {
        /*         padding: 13px 15px 13px 41px !important;*/
        display: block;
        background: transparent !important;
    }
    .navbar-default .nav-main-menu>li>a {
        text-align: left;
    }
    .menu-item:nth-child(2) .sub-menu {
        /*position: absolute;
        top: 100px;*/
    }
    .menu-item:nth-child(3) .sub-menu {
        /*position: absolute;
        top: 200px;*/
    }
    .menu-item .sub-menu li {
        width: 300px !important;
    }
    .menu-item .sub-menu li a,
    .navbar-default .navbar-nav>li>a {
        font-size: 19.43px;
        font-weight: 600;
        width: 258px;
        padding: 0 !important;
        color: #fff;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .menu-item .sub-menu li a:hover,
    .navbar-default .navbar-nav>li>a:hover {
        background: transparent !important;
        color: #fff;
    }
    .menu-item .sub-menu li,
    .navbar-nav .hideItem {
        padding: 13px 15px 13px 41px;
        z-index: 2;
    }
    .menu-item .sub-menu li:first-child {
        /*padding-top: 26px !important;*/
    }
    .hideItem:last-child {
        padding-bottom: 35px !important;
    }
    .menu-item {
        border-left: none !important;
    }
    .sub-menu {
        display: block;
        padding: 0;
    }
    .menu-item>a {
        outline: 0;
    }
    .navbar-nav>li>.sub-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .menu-item .sub-menu>li>a,
    .menu-item .sub-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .menu-item .sub-menu>li>a {
        line-height: 20px;
    }
    .logo2 {
        float: right;
        padding: 15px;
        display: block;
    }
}

@media screen and (max-width: 375px) {
    
    .logo2 {
        position: absolute;
        top: 0;
        right: 44px;
    }
    .btnGroup .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        width: 19%;
        right: 13px;
    }
    .btnGroup .list .column {
        width: 59%;
        padding: 0;
    }
}

@media screen and (max-width: 769px) {
    
    .logo2 {
        position: absolute;
        top: 0;
        right: 44px;
    }
    .btnGroup .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        width: 19%;
        right: 13px;
    }
    .btnGroup .list .column {
        width: 59%;
        padding: 0;
    }
}


/*оранжевый блок*/

.orangeSector {
    background-image: url(../img/money.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    position: relative;
    display: block;
}

.orangeSector:after {
    content: "";
    /*background: rgba(45, 45, 45, 0.83);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.parentBlock {
    padding-top: 55px;
    padding-bottom: 54px;
    z-index: 1;
    padding-left: 0;
}

.orangeSector .parentBlock a:hover {
    border: 1px solid #FF671B;
    /*     padding: 8px 41px;*/
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s;
}

.orangeBlock p {
    margin-bottom: 24px;
}

.orangeSector .parentBlock h2 {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 3.43rem;
    font-weight: 400;
    padding-left: 24px;
}

.orangeSector .parentBlock h3 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    padding: 2.6rem 0 0 0;
    margin: 0;
    line-height: 1.5;
    padding-left: 24px;
}

.orangeSector .parentBlock div {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 2rem 23px 0 24px;
    margin: 0;
}

.orangeSector .parentBlock a {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    float: left;
    border: 1px solid #FF671B;
    padding: 8px 44px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    margin: 56px 0 0 24px;
    position: relative;
}

.orangeSector .parentBlock a:before {
    content: '>';
}

.orangeSector .parentBlock a:hover {
    /*     border: 3px solid #FF671B;*/
    color: #FF671B;
    /*     padding: 6px 39px;*/
}

.orangeSector .parentBlock a:active {
    top: .1em;
    left: .1em;
    -webkit-box-shadow: 0 0 0 60px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 60px rgba(0, 0, 0, .05) inset;
}

.orangeBlock {
    background: #FF671B;
    z-index: 2;
    margin: 26px 20px 0 0;
    position: absolute;
    max-width: 486px;
    width: 100%;
}

.orangeBlock h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 43px 0 11px 63px;
}

.orangeBlock div {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.orangeBlock div:first-child {
    padding: 40px 40px 0 65px;
}

.orangeBlock div:nth-child(2n) {
    padding: 24px 40px 0 65px;
}

.orangeBlock div:nth-child(3n) {
    padding: 25px 48px 0 65px;
}

.orangeBlock ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    float: left;
    padding: 0 15px 0 15px;
    border-right: 1px solid #fff;
    text-align: center;
    text-decoration: none;
}

.orangeBlock ul li a:hover {
    /*color: #337ab7;
    */
}

.orangeBlock ul li {
    list-style-type: none;
    display: inline-block;
    width: 100px;
}
.orangeBlock ul {
    margin: 36px 0 50px 0;
    text-align: center;
}

.orangeBlock ul li:last-child a {
    border-right: none;
}

.orangeBlock {
    background: #FF671B;
    z-index: 2;
    margin: 26px 20px 0 0;
    position: absolute;
    max-width: 486px;
    width: 100%;
}
.col-home-cnt {
    position: relative;
    z-index: 2;
}
.home_baner_image_inner {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 60%;
}
.home_baner_image img {
    display: none;
}
@media screen and (max-width: 980px){
    .row-home-banners {
        flex-wrap: wrap;
    }
    .row-home-banners > div {
        width: 100%;
    }
    .col-home-cnt {
        order: -1;
    }
}
.home_baner_image {
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .orangeBlock {
        width: 96%;
    }
}

@media screen and (max-width: 769px) {
    .orangeBlock ul li {
        width: 98px;
    }
    .parentBlock {
        margin-left: 0px;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 25px;
    }
    .orangeBlock {
        width: 97%;
    }
}

@media screen and (max-width: 375px) {
    .orangeBlock {
        display: none;
    }
    .orangeSector .parentBlock div {
        font-size: 16px !important;
        padding: 2rem 23px 0 3px;
    }
    .orangeSector .parentBlock h3 {
        padding: 1.6rem 0 0 3px !important;
    }
    
}

@media screen and (max-width: 769px) {
    .orangeBlock {
        display: none;
    }
    .orangeSector .parentBlock h2 {
        font-size: 28px;
        padding-left: 0;
    }
    .orangeSector .parentBlock div {
        font-size: 16px !important;
        padding: 2rem 23px 0 6px;
    }
    .orangeSector .parentBlock h3 {
        padding: 1.6rem 0 0 6px !important;
    }
    .orangeSector .parentBlock a {
        /*width: 218px !important;*/
        min-width: 218px;
        margin: 56px auto 0;
        right: 0 !important;
        float: none;
        display: block;
        display: table;
    }
}


/*Карточки*/

.cardsBlock {
    background: #F2F2F2;
}

.cardsBlock .row {
    /*margin-right: -29px ;*/
    /*margin-left: -12px ;*/
}
@media screen and (max-width: 769px){
    .cardsBlock .row {
        /*margin-left: -10px;*/
        /*margin-right: -10px;*/
    }
}
.card-inner {
    /*width: 100%;*/
    padding: 37px 0;
}

.card-inner .card {
    width: 280px;
}

.card .head {
    overflow: hidden;
}

.card .head>a {
    float: left;
    margin: 5px 0 0 10px;
}

.card .text h2.title-article a:hover {
    color: #FF671B;
}

.card-inner .blog-list-item {
    margin-bottom: 40px;
    position: relative;
    display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}

@media screen and (max-width: 1260px) {
    .card-inner .blog-list-item, .col-expet {
        width: 33.3%;
    }
}
@media screen and (max-width: 930px) {
    .card-inner .blog-list-item, .col-expet {
        width: 50%;
    }
}
@media screen and (max-width: 630px) {
    .card-inner .blog-list-item, .col-expet {
        width: 100%;
    }
}
.card-inner .card {
    /* background: #F2F2F2;
    */
    -webkit-box-shadow: 10px 10px rgba(51, 51, 51, 0.1);
    box-shadow: 10px 10px rgba(51, 51, 51, 0.1);
    margin: 0px auto 0;
    /*height: 100%;*/
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    background: #fff;
}

.card .text h2.title-article {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0 0 0px;
    line-height: 25px;
}

.card h2.title-article a {
    font: inherit;
    text-decoration: none;
    text-align: left;
    display: inline;
    color: inherit;
}


/*.card h2.title-article a:hover {
     color: #FF671B;
}
*/

.card .h2 {
    margin: 0;
}

.card .text .h2 a {
    color: inherit;
    text-decoration: none;
    text-align: left;
    display: inline;
}

.card .text a:hover {
    color: #1A1A1A;
    margin-left: 0;
}

.card .tags a:hover {
    color: #FF671B;
}

.card .foto {
    background: rgba(51, 51, 51, 0.03);
    position: relative;
}


/*Переделки*/

.card .foto:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-image: url(../img/mask-article.svg);*/
    background-repeat: no-repeat;
    -webkit-background-size: unset;
    background-size: unset;
    background-position: center top;
    z-index: 0;
    opacity: .85;
}

.card .foto.mask_none:after {
    background: transparent;
}
.card .foto.mask_color:after {
    background: rgba(45, 45, 45, 0.83);
}
.card .foto.mask_banner_post:after {
    background-image: url(../img/mask-article.svg);
}
.card .interview-item-head:after {
    background-image: url(../img/mask-expert.svg);
}

.card .foto.mask_banner_expert:after {
    background-image: url(../img/mask-expert.svg);
}

.card .foto.company-item-head:after {
    /*background-image: url(../img/mask-expert.svg);*/
    background: #fff;
}

.card .foto .leftText h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.card .article-item-head.foto .leftText .sameText {
    width: auto;
}

.article-item-head.foto .leftText h3 {
    font-size: 17px;
}

.one-line {
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

.card .foto .leftText p {
    color: #fff;
    font-size: 13px;
    /*font-weight: 600;*/
}

.card .foto .leftText {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}

.card .foto .leftText .sameText {
    float: left;
    width: 163px;
}

.card .foto .copyright-insart {
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.card .foto .copyright-insart span {
    font-size: 6px;
}

.card .foto .copi {
    position: absolute;
    z-index: 1;
    left: 13px;
    bottom: 13px;
}

.card .foto .imgLogo img {
    padding: 0;
    margin: 0;
}

.card .foto .imgLogo {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    margin-bottom: 4px;
}

.card .foto .mainLogo {
    position: relative;
    z-index: 1;
    float: right;
}


/*Переделки*/

.card .foto a {
    display: block;
    height: 100%;
    width: 100%;
}

.card .foto img {
    display: block;
    margin: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    /*top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);*/
}

.card .content {
    background: #fff;
}

.card .head {
    background: rgba(51, 51, 51, 0.03);
}

.card .head .up {
    width: 118px;
    height: 10px;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 30px solid rgba(45, 45, 45, 0.3);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    float: right;
    line-height: 2.5;
    background: rgba(45, 45, 45, 0.3);
    height: 30px;
    line-height: 30px;
    /*overflow: hidden;*/
    border: none;
}

.card .head .up:before {
    content: '';
    display: block;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 30px solid rgba(45, 45, 45, 0.3);
    margin-left: -10px;
    margin-bottom: -30px;
    width: 0;
}

.card .head a {
    color: #FF671B;
    font-weight: 600;
    font-size: 12px;
    display: inline;
    /*padding-left: 7px;*/
    text-decoration: none;
}

.card .foto {
    /*max-width: 260px;*/
    width: 100%;
    padding: 0 10px 0 20px;
    height: 155px;
    background: rgba(51, 51, 51, 0.05);
    margin: 0px auto 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.banner-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
    text-indent: -900px;
    text-decoration: none;
}
.card .foto .expert-ava {
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.interview-item-head {
    background: #fff;
}

.card .foto .company-logo {
    /*height: 74px;*/
    /*width: 74px;*/
    background: #fff;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    left: 10px;
    top: 8px;
    bottom: 0;
    right: 10px;
    position: absolute;
}

.card .text {
    width: 260px;
    margin: 0 auto;
}

.card .name {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0 0 5px;
}

.card .text .p1 {
    font-weight: 600;
    font-size: 14px;
    color: #3C8283;
    padding: 8px 0 0 5px;
}

.card .text .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding: 10px 1px 30px 5px;
    line-height: 24px;
}

.card .text a {
    font-weight: 600;
    font-size: 14px;
    color: #FF671B;
    text-decoration: none;
    display: inherit;
    text-align: right;
    padding: 0 7px 10px 0;
    position: relative;
}


/*.card .text a:hover {
     color: #3C8283;
     margin-left: 150px;
}
*/

.single-tags {
    margin-bottom: 25px;
    padding-top: 30px;
}

.single-tags a {
    color: #808080;
}

.single-tags a:hover {
    color: #FF671B;
}

.single-tags a:before {
    content: '#';
}

.more-link {
    padding: 10px;
}

.more-link a {
    font-size: 14px;
    color: #FF671B;
    text-decoration: none;
}

.card .text .p2 {
    padding-bottom: 0;
}

.more-link a:hover {
    color: #1A1A1A;
}

.card .text a:active {
    top: .1em;
    left: .1em;
}

.card .fotStr {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 20px 20px 23px;
    text-align: center;
    background: #F2F2F2;
}

.card .fotStr a {
    text-decoration: none;
    color: #808080;
}

.card .fotStr a:before {
    content: '#';
}

.adresBlock .toggleBtn {
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    padding: 3px 10px;
    /* margin: 0 auto;
    */
    display: block;
    position: absolute;
    left: 50%;
    z-index: 10;
    background: #808080;
    border: none;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    outline: none !important;
    display: none;
}

.adresBlock .toggleBtn.footer-show-btn {
    display: block;
}

.footer-show .adresBlock .toggleBtn.footer-show-btn {
    display: none;
}

.footer-show .adresBlock .toggleBtn.footer-hide-btn {
    display: block;
}


/*.adresBlock .footer-hide-btn {
    display: none;
}
.footer-show-btn:focus ~ .footer-hide-btn {
    display: block;
}*/

.site-footer {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    bottom: 0;
    /*height: 0;*/
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);

    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
    z-index: 999;
}

.footer-show {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.cardsBlock img {
    display: block;
    margin: 0 auto;
    /*padding: 35px 0 18px 0;
    */
}


/*Адреса*/

.footer-show {
    max-height: 659px;
    /*height: 86%;*/
    height: 75%;
    min-height: 349px;
    /*padding-bottom: 75px;*/
    max-height: 550px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.adresBlock {
    background-image: url(../img/speak.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    position: relative;
    min-height: 349px;
    display: block;
    height: 100%;
}

.adresBlock:after {
    content: "";
    background: rgba(45, 45, 45, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.adresBlock .info {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    height: 100%;
}
.container-footer {
    height: 100%;
}
.footer-row {
    height: 100%;
}
.adres-inner {
    /*position: absolute;*/
    width: 800px;
    /*left: 50%;*/
    height: 100%;
    max-height: 100%;
    top: 0;
    /*-webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);*/
    max-width: 100%;
    z-index: 2;
    margin: 0 auto;
}

.footerJoinUs .top {
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
    padding-top: 5%;
    text-align: center;
}

.form-controls {
    max-width: 576.9px;
    margin: 6% auto 0;
}

.footerJoinUs .widget_wysija {
    width: 100%;
    border: 1px solid #FF671B;
    min-height: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 39px;
}

.footerJoinUs .widget_wysija p input[type="text"]::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 4px 0 4px 16px;
}

.footerJoinUs .widget_wysija p input[type="text"] {
    border: none;
    outline: none;
    -webkit-appearance: none;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
    padding-left: 12px;
    padding-bottom: 8px;
}

.footerJoinUs .widget_wysija p {
    width: 61.6%;
    display: inline-block;
}

.footerJoinUs .widget_wysija p span {
    display: none;
}

.footerJoinUs .widget_wysija .wysija-submit {
    max-width: 201px;
    width: 100%;
    height: 37px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background-color: transparent;
    padding: 2px 45.7px 3px 47px;
    border: 1px solid #FF671B;
    margin-left: 16px;
    display: inline-block;
    text-transform: uppercase;
}

.footerJoinUs .widget_wysija {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.footerJoinUs .widget_wysija p input[type="text"] {
    border: 1px solid #FF671B;
    font-size: 18px;
    padding: 0 30px;
    height: 40px;
    border-right: none;
}

.footerJoinUs .widget_wysija .wysija-submit {
    height: 40px;
    margin: 0;
    border: 2px solid #FF671B;
    outline: none !important;
}

.adres-inner {
    position: relative;
}

.adresBlock .info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fooLogo img {
    margin: 6px auto;
}

.allAdres {
    width: 100%;
    height: auto;
    text-align: center;
        margin-top: auto;
    margin-bottom: auto;
}

.allAdres .widget-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
}

.allAdres .textwidget {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
    line-height: 1.4;
}

.allAdres .textwidget a {
    color: #FF671B;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 20px;
}

.allAdres .textwidget p {
    padding-bottom: 2%;
}

@media screen and (max-height: 620px) {
    .footerJoinUs .top {
        padding-top: 2%;
    }
    .form-controls {
        margin: 2% auto 1%;
    }
    .post-main-content h1,
    h2,
    h3,
    h4 {
        padding: 1% 0 .5% 0;
    }
}

@media screen and (max-width: 375px) {
    .footerJoinUs .widget_wysija .wysija-submit {
        width: 37%;
        padding: 0;
        margin-left: 0;
    }
    .post-main-content h1,
    h2,
    h3,
    h4 {
        /*padding: 0 !important;*/
    }
    .footerJoinUs .search {
        width: 90%;
    }
    .footerJoinUs input[type="text"] {
        width: 57%;
    }
    .footerJoinUs .search input[type="submit"] {
        width: 43%;
        padding: 2px 45.7px 3px 16px;
        margin-left: -3.8px
    }
    .footerJoinUs input[type="text"] {
        width: 57%;
        padding-right: 45px;
    }
    .allAdres {
        margin: 0;
        padding-top: 0;
    }
    .footerJoinUs .top {
        font-size: 32px;
    }
}

@media screen and (max-width: 769px) {
    .footerJoinUs .widget_wysija .wysija-submit {
        width: 37%;
        padding: 0;
        margin-left: 0;
    }
    .post-main-content h1,
    h2,
    h3,
    h4 {
        /*padding: 0 !important;*/
    }
    .footerJoinUs .search {
        width: 90%;
    }
    .footerJoinUs input[type="text"] {
        width: 57%;
    }
    .footerJoinUs .search input[type="submit"] {
        width: 43%;
        padding: 2px 45.7px 3px 16px;
        margin-left: -3.8px
    }
    .footerJoinUs input[type="text"] {
        width: 57%;
        padding-right: 45px;
    }
    .allAdres {
        margin: 0;
        padding-top: 0;
    }
    .footerJoinUs .top {
        font-size: 28px;
        /*padding: 10px 20px;*/
        padding: 5vh 20px;
        line-height: 33.6px;
    }
    .allAdres .widget-title {
        padding: 3vh -0px;
    }
}


.single-tags {
    display: block;
    margin-bottom: 25px;
    padding-top: 30px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 20px 20px 23px;
    text-align: center;
    /*background: #F2F2F2;*/
}

/*Футер*/

.fooLogo {
    padding: 15px 0 15px 0;
    text-align: center;
}

.fooLogo img {
    display: block;
    margin: 1.4rem 0;
    display: inline-block;
}

.fooLogo div {
    font-size: 8px;
    color: #808080;
    text-align: center;
    font-weight: light;
    font-family: Gotham Pro Light, Arial, sans-serif;
}


/*СТРАНИЦА ВТОРАЯ(карточки клиентов)*/


/*карточки клиента*/

.clear:after {
    content: " ";
    clear: both;
    display: table;
}

.contentBlock .row {
    /*margin-right: -14px;*/
    /*margin-left: -18px;*/
}

.preloader-flag {
    text-align: center;
    padding: 10px;
    visibility: hidden;
    clear: both;
}

.contentBlock .downLoader {
    padding-top: 15px;
}

.contentBlock {
    background: #F2F2F2;
    position: relative;
}

.contentBlock h2 {
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    /*text-align: center;*/
    padding-top: 13px;
}

.contentBlock .clientCard {
    width: 280px;
    background: #fff;
    -webkit-box-shadow: 11px 11px rgba(51, 51, 51, 0.05);
    box-shadow: 11px 11px rgba(51, 51, 51, 0.05);
    margin: 34px auto 0;
}

.contentBlock .clientCard .foto {
    float: left;
    padding: 19px 0 0 8px;
}

.contentBlock .clientCard .foto .img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 31px;
    border-radius: 31px;
}

.contentBlock .clientCard .foto .img {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-mask-image: url(../img/avatar_ellip.svg);
    -ms-mask-image: url(../img/avatar_ellip.svg);
    mask-image: url(../img/avatar_ellip.svg);
    -webkit-mask-size: 100% 100%;
    -ms-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: rgba(51, 51, 51, .05);
}

body.unknown .contentBlock .clientCard .foto .img,
body.ie .contentBlock .clientCard .foto .img {
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.contentBlock .clientCard .foto .img.no-photo {
    -webkit-background-size: 48px;
    background-size: 48px;
}

body {
    background: #F2F2F2;
}

.clientCard .foto .img img {
    width: 100%;
    height: auto;
}

.clientCard .internet {
    width: 86px;
    height: 22px;
    margin: 21px 8px;
}

.clientCard .internet img {
    height: 20px !important;
    width: 20px !important;
    margin-left: 6px;
}

.clientCard .internet a {
    border: none;
    display: inline;
}

.clientCard .info {
    float: right;
    width: 168px;
    padding: 19px 6px 0 10px;
}

.clientCard .info .name {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 600;
    padding-right: 18px;
    line-height: 1.3;
}

.clientCard .info .about {
    color: #3C8283;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 18px 0 0;
    margin-bottom: 12px;
}

.clientCard .button a {
    color: #FF671B;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    border: 1px solid #FF671B;
    margin: 4px auto;
    padding-top: 10px;
    display: block;
    width: 200px;
    height: 40px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}


/*.clientCard .button a:hover {
     border: 3px solid #FF671B;
     width: 200px;
     height: 44px;
     color: #455777;
     margin: 4px auto 0;
}
 .clientCard .button a:active {
     top: .1em;
     left: .1em;
}
*/

.clientCard .button {
    padding-bottom: 19px;
}


/*.contentBlock button {
     color: #fff;
     font-weight: 600;
     font-size: 10px;
     padding: 3px 10px;
     margin: 9px auto 0;
     display: block;
     background: #808080;
     margin-top: 21px;
}
*/

.contentBlock .img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 375px) {
    .contentBlock .clientCard {
        margin: 0 auto 34px;
    }
    .contentBlock h2 {
        margin: 13px 0;
    }
}

@media screen and (max-width: 769px) {
    .contentBlock .clientCard {
        width: 280px;
    }
    .clientCard .info {
        width: 146px;
    }
}


/*СТРАНИЦА ТРЕТЬЯ(карточки компаний)*/


/*карточки компаний*/

.companyBlock {
    background: #F2F2F2;
    position: relative;
}

.companyBlock h2 {
    color: #333333;
    text-align: center;
    padding-top: 13px;
    font-size: 21px;
    font-weight: 400;
    margin: 13px 0;
}

.companyBlock .row {
    /*margin-right: -21px;*/
    /*margin-left: -15px;*/
}

.downLoader {
    margin: 47px auto 0;
    display: block;
}

.companyBlock .panel {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 29px 0 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 11px 11px rgba(51, 51, 51, 0.05);
    box-shadow: 11px 11px rgba(51, 51, 51, 0.05);
}

.panel .count {
    padding-left: 9px;
    /* width: 281px; */
    padding: 7px 0 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding-left: 4px !important;
}

.panel .count .members {
    padding: 5px;
    background: rgba(51, 51, 51, 0.03);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.panel .members .star {
    width: 19px;
    height: 16px;
    padding-left: 5px;
}

.panel .members .numb {
    color: #EABD2D;
    font-weight: 600;
    font-size: 28px;
    display: inline-block;
    padding-left: 7px;
    margin: 0;
}

.panel .members .text {
    color: #333333;
    font-weight: 400;
    font-size: 10px;
    display: inline-block;
    padding-left: 7px;
    margin: 0;
    width: 65px;
}

.count .companies {
    padding: 5px;
    background: rgba(51, 51, 51, 0.03);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    /*     margin-left: 8px;*/
}

.count .companies .flag {
    padding-left: 7px;
}

.count .companies .numb {
    color: #3C8283;
    font-size: 2rem;
    font-weight: 600;
    padding-left: 7px;
    display: inline-block;
    margin: 0;
}

.count .companies .text {
    color: #333333;
    font-size: 10px;
    font-weight: 400;
    padding-left: 7px;
    display: inline-block;
    margin: 0;
    width: 84px;
}

.filter .jqselect {
    margin-right: 13px;
    width: 288px;
    background: #fff;
    border: 1px solid #FF671B;
}

.filter .jqselect {
    width: 288px !important;
    z-index: 0;
    height: 40px;
    /*     margin-top: 5px;*/
}

.filter .jqselect li {
    /* padding: 20px 10px;
    */
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    padding-top: 22px;
    padding-left: 21px;
}

.filter .jqselect li:hover {
    color: #FF671B;
}

.filter .jqselect li:last-child {
    padding-bottom: 22px;
}

.jq-selectbox__dropdown ul {
    -webkit-box-shadow: 11px 11px 11px rgba(51, 51, 51, 0.05), -11px 11px 11px rgba(51, 51, 51, 0.05);
    box-shadow: 11px 11px 11px rgba(51, 51, 51, 0.05), -11px 11px 11px rgba(51, 51, 51, 0.05);
    border-top: 1px solid #FF671B;
}

.jq-selectbox__select-text {
    padding: 9px 16px;
}


/*.filter .jqselect li:hover, .jq-selectbox li.selected {
     background: #FF671B;
}
*/

.jq-selectbox__dropdown ul {
    width: 288px;
    background: #fff;
    cursor: pointer;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: none !important;
}

.jq-selectbox__select,
.jq-selectbox__select:hover,
.jq-selectbox__select:active {
    background: transparent;
}

.jq-selectbox__select {
    border: none;
    cursor: pointer;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 12px;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: none;
    background: url(../img/arrow.png);
    background-repeat: no-repeat;
}

.jq-selectbox__trigger-arrow {
    display: none;
}

.panel .filter span {
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    padding-right: 8px;
    padding-top: 9px;
}

@media screen and (max-width: 769px) {
    .companyBlock .col-sm-12 {
        width: 100% !important;
    }
    .companyBlock .panel {
        width: 90%;
        margin: 10px auto;
    }
    .firmCard {
        margin: 0px auto 35px !important;
    }
}

@media screen and (max-width: 375px) {
    .navbar-toggle {
        /*margin-right: 33px;*/
        background: transparent !important;
        border: none !important;
        outline: none !important;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: transparent;
    }
    .logo2 {
        right: 58px;
    }
    .companyBlock .panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        background: transparent;
        margin-top: 9px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 92%;
    }
    .filter {
        padding: 13px 0px;
        width: 342px !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        background: #fff;
        -webkit-box-shadow: 11px 11px rgba(51, 51, 51, 0.05);
        box-shadow: 11px 11px rgba(51, 51, 51, 0.05);
        margin: 20px 0 20px -6px;
    }
    .filter .jqselect {
        width: 252px !important;
        margin-right: 0;
    }
    .jq-selectbox__dropdown ul {
        width: 252px;
    }
    .panel .filter span {
        font-size: 14px;
        padding: 14px 10px 0 10px;
    }
    .panel .count .members,
    .panel .count .companies {
        background: transparent;
        margin-left: 0;
    }
    .panel .count {
        width: 348px !important;
        -webkit-box-shadow: 11px 11px rgba(51, 51, 51, 0.05);
        box-shadow: 11px 11px rgba(51, 51, 51, 0.05);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        padding: 0;
        background: #fff;
        margin-right: 11px;
        padding-left: 3px !important;
    }
    .count .companies .text {
        width: 73px;
    }
    .panel .members .text {
        width: 51px;
    }
}

@media screen and (max-width: 769px) {
    .companyBlock .panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        background: transparent;
        margin-top: 9px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 92%;
    }
    .filter {
        padding: 13px 0px;
        width: 269px !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        background: #fff;
        -webkit-box-shadow: 11px 11px rgba(51, 51, 51, 0.05);
        box-shadow: 11px 11px rgba(51, 51, 51, 0.05);
        margin: 20px 0 20px -6px;
    }
    .filter .jqselect {
        width: 180px !important;
        margin-right: 0;
    }
    .jq-selectbox__dropdown ul,
    .jq-selectbox__dropdown {
        width: 180px;
    }
    .panel .filter span {
        font-size: 14px;
        padding: 8px 10px 0 10px;
    }
    .panel .count .members,
    .panel .count .companies {
        background: transparent;
        margin-left: 0;
    }
    .panel .count {
        width: 271px !important;
        -webkit-box-shadow: 11px 11px rgba(51, 51, 51, 0.05);
        box-shadow: 11px 11px rgba(51, 51, 51, 0.05);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        padding: 0;
        background: #fff;
        margin-right: 11px;
        padding-left: 3px !important;
    }
    .count .companies .text {
        width: 73px;
    }
    .panel .members .text {
        width: 51px;
    }
}

.firmCard {
    /* width: 371px;
    */
    width: 375px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 10px 10px rgba(51, 51, 51, 0.05);
    box-shadow: 10px 10px rgba(51, 51, 51, 0.05);
    margin: 40px 0px 0 0px;
    margin-bottom: -7px;
}

.whiteFon {
    background: #fff;
}

.logoGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px;
}


/* .logoGroup img {
     padding: 10px 0 0 10px;
}*/

.logoGroup .empty-logo,
.logo-comp {
    width: 120px;
    height: 60px;
    /*background: rgba(51, 51, 51, 0.03);*/
    margin: 10px 0 0 10px;
    position: relative;
}

.logo-comp img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logoGroup .empty-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logoGroup .logoCom {
    width: 85px;
    width: 107px;
    height: 20px;
    display: inline-block;
    margin: 18px;
    text-align: right;
}

.logoGroup .logoCom a {
    margin-left: 5px;
}
.logoGroup .logoCom img {
    margin-left: -1px;
    height: 20px;
    width: 20px;
}
.logoGroup .logoCom .api-link {
    font-size: 10px;
    border: 1px solid #FF671B;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
    height: 20px;
    line-height: 18px;
    width: 80px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    margin: 10px 0;
    /*padding: 3px 15px;*/
    float: right;
}
.logoGroup .logoCom .api-link:hover {
    text-decoration: none;
    border-color: #1a1a1a;
}

.aboutBlock .nameComp {
    color: #1A1A1A;
    font-weight: 600;
    font-size: 18px;
    margin: 3px 10px;
}

.aboutBlock .dateText img {
    width: 15px;
    height: 15px;
    margin: 3px 4px 7px 6px;
}

.aboutBlock .dateText div {
    color: #EABD2D;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    margin: 4px 10px 7px -2px;
}

.aboutBlock .aboutCom {
    color: #333333;
    font-weight: 400;
    font-size: 1rem;
    padding: 9px 10px;
}

.aboutBlock a {
    color: #FF671B;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid #FF671B;
    width: 200px;
    height: 40px;
    text-align: center;
    padding: 9px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    position: relative;
}


/* .aboutBlock a:hover {
     border: 3px solid #FF671B;
     color: #FF671B;
     padding: 6px 39px;
}
 .aboutBlock a:active {
     top: .1em;
     left: .1em;
}
*/

.firmCard .aboutBlock .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.readAllText {
    display: table;
    margin: 0.9rem auto;
    padding-bottom: 1rem;
}

.firmCard .tags {
    width: 250px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.firmCard .tags a {
    color: #808080;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
}
.firmCard .tags a:before {
    content: '#';
}


/*.companyBlock button {
     color: #fff;
     font-weight: 600;
     font-size: 10px;
     padding: 3px 10px;
     margin: 9px auto 0;
     display: block;
     background: #808080;
     margin-top: 25px;
}
*/

.companyBlock .img {
    display: block;
    margin: 0 auto;
    padding-top: 35px;
}
.firmCard {
        margin: 10px auto;
    }
.col-company {}
@media screen and (max-width: 1200px) {
    .col-company {
        
    }
    .firmCard {
        margin: 10px auto;
        /*width: 90%;*/
        /*margin-left: 14px;*/
    }
}
@media screen and (max-width: 1170px) {
    .col-company {
        width: 50%;
    }
}

@media screen and (max-width: 780px) {
    .col-company {
        width: 100%;
    }
    .firmCard {
        width: 300px;
    }
}


/*СТРАНИЦА ЧЕТВЕРТАЯ(о компании)*/


/*Главное фото*/

.mainInner {
    background: #F2F2F2;
}

.banner {
    /*     height: 440px;*/
    width: 100%;
    position: relative;
    background-image: url(../img/headF.png);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner:after {
    content: "";
    background: rgba(45, 45, 45, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}






/*Статьи*/


/*Переделки*/

.banner {
    min-height: 443px;
    width: 100%;
    position: relative;
    background-image: url(../img/mountFon.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
}

.banner {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*align-items: center;*/
}

.banner:after {
    content: "";
    background-image: url(../img/mask-article-big.svg);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.orangeSector:after,
.banner:after {
    opacity: .85;
}

.mask_none:after {
    background: transparent !important;
}
.mask_color:after {
    background: rgba(45, 45, 45, 0.83) !important;
}
.banner.banner_expert:after,
.banner_expert.orangeSector:after,
.mask_banner_expert:after {
    background-image: url(../img/mask-expert-big.svg);
}

.banner.banner_research:after,
.banner_research.orangeSector:after,
.mask_banner_research:after {
    background-image: url(../img/mask-research-big.svg);
}

.banner.banner_post:after,
.banner_post.orangeSector:after,
.mask_banner_post:after {
    background-image: url(../img/mask-article-big.svg);
}

.banner .container {
    position: relative;
    z-index: 2;
    margin: auto;
}

.banner.banner_post .container .title-article {
    position: relative;
    padding-right: 100px;
    font-weight: bold;
    font-size: 54px;
}

.banner.banner_post .container .title-article:after {
    content: '';
    display: block;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 60px solid #FF671B;

    width: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner.banner_expert .expert-avatar {
    float: left;
    height: 180px;
    width: 180px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
}

.expert-description {
    float: left;
    padding-left: 20px;
}
.company-description {
    padding-left: 20px;
}
@media screen and (max-width: 769px) {

.expert-description,
.company-description {
    padding-left: 0px;
}
}
.expert-description .h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 0;
}

.expert-description .expert-position {
    font-size: 26px;
    margin-bottom: .5em;
}
.logo-company-bg {
    padding: 15px;
    background-color: #fff;
    margin: 0 -15px;
}
.post-company-logo {
    height: 180px;
    width: 180px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.company-description .h2 {
    font-size: 48px;
    font-weight: 600;
    margin-top: 0;
}

.company-description .company-entry {
    font-size: 28px;
    color: #DDDDDD;
}

.banner-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner-text p {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.orangFig {
    background: #fff;
    height: 60px;
    line-height: 30px;
    border: none;
    position: relative;
    z-index: 1;
    width: 80px;
    background: #FF671B;
}

.orangFig:before {
    content: '';
    display: block;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 60px solid #FF671B;
    margin-left: -10px;
    margin-bottom: -30px;
    width: 0;
}


h1.title-post {
    font-size: 24px;
    color: #3C8283;
    margin-top: 1em;
}


/*Переделки*/


/*Специалисты*/


/*Переделки*/

.banner2 {
    height: 443px;
    width: 100%;
    position: relative;
    background-image: url(../img/speakMen.png);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner2:after {
    content: "";
    background-image: url(../img/speakMask.svg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.banner-foto {
    width: 195px;
    height: 195px;
    background: #fff;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 98px;
    border-radius: 98px;
    border: 3px solid yellow;
    margin: 0 auto;
}

.banner-foto img {
    margin-left: -3px;
    margin-top: -3px;
}

.banner-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 443px;
}

.internetLink a {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 20px 30px 0 0;
}

.banner-about {
    max-width: 420px;
}

.banner-about .specName {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.banner-about .specAbout {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}


/*Переделки*/


/*Компании*/


/*Переделки*/

.banner3 {
    height: 443px;
    width: 100%;
    position: relative;
    background-image: url(../img/speakMen.png);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner3:after {
    content: "";
    background-image: url(../img/speakMask.svg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.ban-foto {
    width: 195px;
    height: 195px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.ban-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 443px;
}

.ban-about {
    max-width: 600px;
    border-right: 10px solid #FF671B;
    position: relative;
    z-index: 1;
}

.ban-about .specName {
    max-width: 420px;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.ban-about .specAbout {
    max-width: 420px;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}


/*Переделки*/


/*Информация*/

.blockInfo {
    width: 100%;
    background: #fff;
}

.blockInfo .col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
/*    padding-left: 0;
    padding-right: 0;*/
}

.share-icon-block {
    height: 70px;
}

.social-sharing {
    padding-top: 30px;
    /*height: 70px;*/
    -webkit-transition: padding-top .5s;
    -o-transition: padding-top .5s;
    transition: padding-top .5s;
}
.scroll-bottom .social-sharing {
    padding-top: 75px;
}

.social-sharing a {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -900px;
    margin: 0 auto 22px;
}

.social-sharing .ss-button-facebook {
    background-image: url(../img/face.svg);
}

.social-sharing .ss-button-twitter {
    background-image: url(../img/twit.svg);
}

.social-sharing .ss-button-linkedin {
    background-image: url(../img/in.svg);
}

.blockInfo .headText {
    padding-top: 34px;
    margin-bottom: 30px;
}

.blockInfo .logoPack {
    height: 160px;
    width: 40px;
    padding: 11px 0 0 35px;
}

.blockInfo .logoPack img {
    width: 40px;
    height: 40px;
    margin-top: 17px;
}

.blockInfo .headText .time {
    color: #3C8283;
    font-size: 1rem;
    font-weight: 400;
}

.blockInfo .headText .h1 {
    color: #3C8283;
    font-size: 24px;
    font-weight: 400;
    padding-top: 19px;
    padding-bottom: 45px;
    width: 40%;
    line-height: 1.5;
}

.post-main-content {
    font-size: 16px;
}
.post-main-content p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1em;
}

.post-main-content ol {
    counter-reset: list;
    padding-left: 35px;
    margin-bottom: 20px;
}

.post-main-content ul li,
.post-main-content ol li {
    padding-left: 15px;
    list-style: none;
}

.post-main-content ol li {
    padding-left: 0;
    margin-left: 20px;
    position: relative;
}

.post-main-content ul li:before {
    margin-left: -15px;
    padding: 0;
    display: inline-block;
    width: 14px;
}

.post-main-content ol:not(.nocount) li:before {
    counter-increment: list;
    /* Инкрементирует счетчик*/
    content: counters(list, ".") ".";
    margin-left: -5px;
    position: absolute;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    padding: 0;
    display: inline-block;
    /*width: 14px;*/
    width: auto;
}
.post-main-content ol.nocount > li {
    list-style: inherit;
}

.post-main-content ul.nocount > li,
.post-main-content ol > li {
    list-style: none;
}
.post-main-content ol.nocount li:before {
    display: none;
}
.post-main-content ul li:before,
.post-main-content ul.nocount li:before,
.post-main-content ol ul li:before {
    content: '•';
    margin-left: -15px;
    padding: 0;
    display: inline-block;
    width: 14px;
    padding: 5px;
}

/* .post-main-content p:last-child {
     padding-bottom: 70px;
}*/

blockquote {
    min-width: 70%;
    max-width: 100%;
    width: 420px;
    padding: 33px 0 33px 5%;
    border-left: none;
    color: #3C8283;
    font-size: 18px;
    font-weight: 400;
}

blockquote p {
    color: #3C8283 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    display: inline;
}

.blockInfo .headText .three span {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
}

.blockInfo .firstBlockText div {
    color: #1A1A1A;
    font-weight: 600;
    font-size: 16px;
    padding-top: 14px;
}

.blockInfo .firstBlockCont {
    margin-left: 12px;
}

.blockInfo .firstBlockCont div {
    color: #333333;
    font-weight: 300;
    font-size: 16px;
    padding-top: 12px;
}

.blockInfo .firstBlockCont .upper div {
    padding-top: 7px !important;
}

.blockInfo .firstBlockCont .not div {
    padding-top: 3px !important;
}

.blockInfo .price {
    padding-top: 20px;
}

.price .spec span {
    color: #FF671B;
}

.price .spec2 span {
    color: #333333;
    font-weight: 400;
}

.price .spec3 div {
    color: #FF671B;
    font-weight: 300;
    font-size: 16px;
    padding-top: 13px;
}

.price .spec4 div {
    padding-top: 19px !important;
}

.firstTrend {
    padding-top: 3px;
}

.post-main-content h1,
.post-main-content h2,
.post-main-content h3,
.post-main-content h4,
.post-main-content h5,
.post-main-content h6 {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 700;
    padding: 3% 0 1% 0;
}
.post-main-content h2,
.post-main-content h6 {
    font-size: 22px;
}
.post-main-content h1,
.post-main-content h2:before ,
.post-main-content h3:before ,
.post-main-content h4:before,
.post-main-content h6:before {
    content: '';
    display: block;
    width: 40px;
    margin-left: -60px;
    margin-top: 7px;
    float: left;
    height: 2px;
    background: #3C8283;
}
.post-main-content h2:before {
    margin-top: 12px;
}
.post-main-content h6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.post-main-content h6:before {
    margin-right: 20px;
}
.post-main-content h6:after {
    content: '';
    display: inline-block;    
    margin-left: 20px;
    margin-top: 7px;
    height: 2px;
    background: #3C8283;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
       -moz-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
}
@media screen and (max-width: 769px)
 {
    .post-main-content h1,
    .post-main-content h2:before ,
    .post-main-content h3:before ,
    .post-main-content h4:before {
        display: none;
    }
}
.post-main-content ul {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    width: 96%;
    padding: 0 0 33px 35px;
}

.post-main-content ul li {
    list-style-type: none;
}

.post-main-content ul li:before {
    content: '•';
    padding: 5px;
}

.post-main-content a {
    color: #FF671B;
    font-size: 16px;
    font-weight: 300;
    word-wrap: break-word;
}


/*.secondTrend h3 {
     color: #1A1A1A;
     font-size: 16px;
     font-weight: 700;
     padding: 29px 0 19px 0;
}
 .thirdTrend h3 {
     color: #1A1A1A;
     font-size: 16px;
     font-weight: 700;
     padding: 28px 0 18px 0 !important;
}
 .fothTrend h3 {
     color: #1A1A1A;
     font-size: 16px;
     font-weight: 700;
     padding: 29px 0 10px 0 !important;
}
 .fifthTrend h3 {
     color: #1A1A1A;
     font-size: 16px;
     font-weight: 700;
     padding: 29px 0 5px 0 !important;
}
*/

.post-main-content table tr td {
    padding: 5px !important;
}

.post-main-content table {
    border: none;
}

.post-main-content table tr td ul {
    padding-left: 0 !important;
}

.trend .firstTrend div,
.trend .firstTrend ul li,
.secondTrend div,
.thirdTrend div,
.fothTrend div,
.fifthTrend div {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    width: 86%;
}

.secondTrend div,
.fothTrend div,
.fifthTrend div,
.secondTrend .last {
    padding-top: 13px !important;
}

.fothTrend div {
    padding-top: 12px !important;
}

.trend .firstTrend ul li {
    width: 97% !important;
}

.trend .div {
    color: #3C8283;
    width: 62%;
}

.trend .firstTrend .div {
    padding: 27px 0 31px 44px;
    color: #3C8283;
    width: 62%;
}

.secondTrend .div {
    padding: 37px 0 35px 44px !important;
    width: 57%;
}

.thirdTrend .div {
    padding: 21px 0 26px 44px !important;
    width: 59%;
}

.fothTrend .div {
    padding: 25px 0 24px 44px !important;
    width: 51%;
}

.fifthTrend .div {
    padding: 30px 0 30px 44px !important;
}

.trend .firstTrend .spec span {
    color: #FF671B;
}

.trend .firstTrend ul {
    padding: 11px 172px 33px 42px;
}

.trend .firstTrend li span {
    color: #333333;
    font-weight: 700;
}

.trend .firstTrend .spec2 span {
    color: #333333;
    font-weight: 700;
}

.trend .secondTrend div span,
.fothTrend div span {
    color: #333333;
    font-weight: 700;
    font-size: 16px;
}

.fifthTrend span {
    color: #1A1A1A;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 26px 0 12px 0;
}

.fifthTrend .spec {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
}

.insideLine {
    width: 85%;
    height: 2px;
    background: #3C8283;
    float: right;
    margin-top: 36px;
}

.downInfo a {
    color: #808080;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    padding-left: 5px;
}

.downInfo {
    display: block;
    padding: 38px 0 38px 0;
    text-align: center;
}

.trend .gorizontLine {
    width: 90%;
    height: 2px;
    background: #3C8283;
    margin-top: 46px;
}

.trend .two {
    margin-top: 100px;
}

.trend .three {
    margin-top: 130px;
}

.trend .four {
    margin-top: 180px;
}

.trend .five {
    margin-top: 200px;
}

.trend .six {
    margin-top: 160px;
}

blockquote:before {
    /*content: '“';*/
}

blockquote:after {
    /*content: '“';*/
}
 .join-btn {
        /*color: #FF671B;*/
        color: #fff;
        background: #FF671B;
        padding: 3px 10px;
        float: right;
        margin-top: 12px;
        border-radius: 2px;
    }
@media screen and (min-width: 1050px) {
    .join-btn {
        display: none !important;
    }
}
@media screen and (max-width: 769px) {
   
    .join-btn:hover {
        color: #fff;
        opacity: .9;
    }
    .uk-active.uk-sticky.uk-sticky-below.uk-sticky-fixed {
        z-index: 9;
    }
    .social-sharing {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 7px 15px !important;
        position: static !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .social-sharing a:first-child {
        display: none;
    }
    .social-sharing a {
        /*margin-left: 15px;*/
        /*margin-right: 15px;*/
    }
    .uk-active.uk-sticky.uk-sticky-below.uk-sticky-fixed .social-sharing {
        /*padding-top: 10px;*/
    }
    .price .row {
        margin-right: 0;
        margin-left: 0;
    }
    .gorizontLine {
        display: none;
    }
    .blockInfo .price {
        padding-left: 26px;
    }
    .blockInfo .firstBlockCont {
        margin-left: 0;
    }
    .blockInfo .headText {
        padding-left: 0!important;
    }
    .blockInfo .headText {
        padding-top: 14px !important;
    }
    .blockInfo {
        padding: 0 10px !important;
    }
    .blockInfo .logoPack {
        height: 62px;
        width: 220px;
        padding: 11px 0 0 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
}

@media screen and (max-width: 375px) {
    .company-description .company-entry {
        font-size: 23px;
    }
    .company-description .h2 {
        font-size: 39px;
    }
}

@media screen and (max-width: 769px) {
    .blockInfo .price {
        padding-left: 0;
    }
    .blockInfo .headText {
        padding-left: 11px;
        padding-right: 18px;
    }
    .trend .firstTrend .div {
        padding: 27px 0 30px 14px;
        color: #3C8283;
        width: 84%;
        text-align: center;
    }
    .trend .firstTrend ul {
        padding: 11px 17px 33px 19px;
    }
    .secondTrend .div {
        padding: 37px 0 35px 5px !important;
        width: 88%;
        text-align: center;
    }
    .thirdTrend .div {
        padding: 21px 0 26px 2px !important;
        width: 87%;
        text-align: center;
    }
    .fothTrend .div {
        padding: 36px 0 35px 8px !important;
        width: 93%;
        text-align: center;
    }
    .fifthTrend .div {
        padding: 30px 0 30px 5px !important;
        width: 80%;
        text-align: center;
    }
    .insideLine {
        width: 59%;
    }
    .downInfo a {
        padding-left: 6px;
    }
    .blockInfo .logoPack {
        display: none;
    }
    .blockInfo .headText .two {
        width: 100%;
    }
    .blockInfo .headText .three {
        padding-top: 16px;
    }
    /*     .banner {
         height: 159px;
    }*/
    .wrapperInner {
        width: 92%;
        margin: 30px 0 38px 10px;
        -webkit-box-shadow: 11px 11px rgba(51, 51, 51, 0.1), 11px 11px rgba(51, 51, 51, 0.1);
        box-shadow: 11px 11px rgba(51, 51, 51, 0.1), 11px 11px rgba(51, 51, 51, 0.1);
    }
}


/*Слайдер*/

.footerSlider {
    height: 650px;
    background: rgba(242, 242, 242, 1);
}

#middle {
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.footerSlider {
    height: auto;
}

.footerSlider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

.footerSlider .slick-initialized .slick-slide {
    float: none;
    /*height: 100% !important;*/
    outline: none !important;
    padding: 40px 0 15px;
}

.footerSlider .slick-dots {
    position: static;
    display: block;
}

.footerSlider .slick-dots li {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 7px;
    padding: 0;
    outline: none !important;
}

.footerSlider .slick-dots li button {
    padding: 0;
    margin: 0;
    height: 10px;
    width: 10px;
    border: 1px solid #FF671B;
    background: transparent;
    overflow: hidden;
    text-indent: -900px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none !important;
}

.footerSlider .slick-dots li button:before {
    display: none;
}

.footerSlider .slick-dots li:hover button,
.slick-dots li.slick-active button {
    background: #FF671B;
}

.slider .card {
    width: 280px;
    background: #F2F2F2;
    -webkit-box-shadow: 10px 10px rgba(51, 51, 51, 0.1);
    box-shadow: 10px 10px rgba(51, 51, 51, 0.1);
    /*margin-top: 44px;
    margin-bottom: 15px;*/
    margin: 0 auto;
    height: 100%;
}




/*ПЯТАЯ СТРАНИЦА(мобильная версия ABOUT US)*/


/*оранжевый блок на моб устройствах*/

.orangePlace {
    background: #F2F2F2;
}

.orangePlace .afterOrange {
    background: #fff;
    max-width: 267px;
    -webkit-box-shadow: 11px 11px rgba(51, 51, 51, 0.1), 11px 11px rgba(51, 51, 51, 0.1);
    box-shadow: 11px 11px rgba(51, 51, 51, 0.1), 11px 11px rgba(51, 51, 51, 0.1);
    margin: 33px auto;
}

.orangePlace .afterOrange h3 {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 600;
    padding: 18px 0 4px 10px;
}

.orangePlace .afterOrange div {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 0 0 10px;
}

.orangePlace .afterOrange ul li a {
    color: #FF671B;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    float: left;
    border-right: 1px solid #fff;
    text-align: center;
    text-decoration: none;
}

.orangePlace .afterOrange ul li {
    list-style-type: none;
    display: inline-block;
    border-left: 1px solid #333333;
    padding: 0 12px;
}

.orangePlace .afterOrange ul li:first-child {
    border-left: none;
}

.orangePlace .afterOrange ul {
    padding: 16px 0 24px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.orangePlace .afterOrange ul li:last-child a {
    border-right: none;
}
















.slick-dots {
    position: absolute;
    bottom: -17px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 0px;
    line-height: 12.1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    text-align: center;
    border: 2px solid #FF671B;
    opacity: 1;
    background: transparent;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #FF671B;
    font-size: 11px;
}


@media screen and (max-width: 769px) {
    .expert-links {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 769px) {
    .banner.banner_post .container .title-article {
        /*font-size: 38px;*/
        font-size: 24px;
    }
    .post-main-content img {
        max-width: 100%;
        height: auto;
    }
    .company-description .h2,
    .expert-description .h2 {
        font-size: 28px;
    }
    .company-description .company-entry,
    .expert-description .expert-position {
        font-size: 18px;
    }
    .banner_research .row,
    .banner_expert .row,
    .banner_post .row {
        padding: 0 10px 10px;
    }
}

.post-company-logo {
    height: 180px;
    width: 180px;
    /*background: #fff;*/
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
}

.ins-0 {
    margin: 0 !important;
    padding: 0 !important;
}
.category-title-mob {
    padding-top: 25px;
    margin: 0 !important;
}
.content-box {
    -webkit-box-shadow: 11px 11px rgba(51, 51, 51, 0.1);
    box-shadow: 11px 11px rgba(51, 51, 51, 0.1);
    background: #fff;
    margin: 20px 15px;
    padding: 10px;
}
.follow-links {
    text-align: center;
    padding: 15px 0;
    white-space: nowrap;
}
.follow-links li {
    display: inline-block;
    list-style: none;
    width: auto;
    margin: 0 ;
}
.follow-links li + li:before {
    content: '|';
}
.follow-links li a {
    margin: 0 5px;
}
.page-404 .wrapper {
    height: 100vh;
}
.page-404 #middle {
    margin: auto;
    padding-bottom: 60px;
    text-align: center;
}
.page-404 .middle .h1 {
    font-size: 125px;
    font-weight: 700;
    color: rgba(26, 26, 26, 0.72);
}
.page-404 .middle .content {
    font-size: 25px;
    color: #ff671b;
    text-align: center;
}
.post-main-content img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 769px)
 {
    .card-inner {
        /*display: block;*/
    }
    .card-inner .card {
        margin-top: 0;
        margin-bottom: 29px;
        height: auto;
    }
    .h1.title-page {
        font-size: 24px;
        font-weight: 600;
    }
    .open-footer-page .site-footer {
        position: relative;
        top: 0;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .open-footer-page .toggleBtn {
        display: none !important;
    }
    .site-footer .form-controls {
        padding: 0 10px;
    }
    .site-footer .container-footer,
    .site-footer .footer-row,
    .adresBlock .info {
        height: 100%;
    }
    .page-template-subscribe-tpl .middle {
        display: none;
    }
    .page-template-subscribe-tpl .site-footer {
        /*height: 100vh;*/
        padding-bottom: 0;
        position: absolute;
        top: 55px;
        bottom: 75px;
        z-index: 0;
    }
}
@media screen and (max-width: 1049px) {
    .open-footer-page .site-footer {
        position: relative;
        top: 0;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    
    .open-footer-page .toggleBtn {
        display: none !important;
    }
    .site-footer .form-controls {
        padding: 0 10px;
    }
    .site-footer .container-footer,
    .site-footer .footer-row,
    .adresBlock .info {
        height: 100%;
    }
    .page-template-subscribe-tpl .middle {
        display: none;
    }
    .page-template-subscribe-tpl .site-footer {
        /*height: 100vh;*/
        padding-bottom: 0;
        position: absolute;
        top: 55px;
        bottom: 75px;
        z-index: 0;
    }
}
@media screen and (max-width: 767px) {
    .logo-company-bg {
        max-width: 150px;
        margin: 0 auto 15px;
    }
    .post-company-logo {
        height: 120px;
        width: 120px;
    }
    .site-footer {
        display: none;
    }
    .open-footer-page .site-footer {
        display: block;
    }
}
.partner-lbl {
    color: #EABD2D;
    margin: 0 6px;
    padding-top: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}
.partner-lbl img {
    display: inline-block;
    /*vertical-align: middle;*/
    vertical-align: -2px;
}
.blockInfo {
    overflow: hidden;
}
.place-insert {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.place-insert {
    background: #ff671b;
    color: rgba(255, 255, 255, 0.87);
    padding: 54px 0;

}
.place-insert p {
    display: none;
}
.pl-title {
    font-size: 36px;
    width: 480px;
    padding: 0 15px;
    max-width: 100%;
}
a.pl-btn {
    background: #fff;
    color: #ff671b;
    display: inline-block;
    height: 58px;
    width: 210px;
    line-height: 58px;
    text-decoration: none;
    margin-left: 15px;
    font-size: 18px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .place-insert {
        padding: 25px 0;
    }
    .pi__inner {
        display: block;
        text-align: center;
    }
    .pl-title {
        font-size: 22px;
        margin: 0 auto 20px;
    }
    a.pl-btn {
        font-size: 16px;
    }
}