@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#page {
    position: relative;
    min-height: 100%;
}

* html #page {
    height: 100%;
}

a, img {
    outline: none;
}

* {
    /* [disabled]margin:0px; */
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

textarea {
    overflow: auto;
}

header {
    background-color: #1A243A;
    padding: 30px 0;
}

header .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .logo {
    margin: 0 60px 0 30px;
}

header ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header li {
    display: block;
    text-align: center;
    position: relative;
    margin-right: 20px;
}

header li:last-child {
    margin-right: 0;
}

header li a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

header li a:hover {
    color: #FF7F00;
}

header li a:hover i {
    color: rgba(255, 255, 255, 0.57);
}

header li img {
    display: block;
}

header i {
    font-size: 30px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.2);
}

header .size_small {
    font-size: 27px;
}

header .icon {
    height: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
}

header .namb {
    height: 17px;
    width: 17px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    background-color: #FF7F00;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 55%;
    padding-bottom: 1px;
}

/* Scss Document */
img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-family: "Gotham Pro";
    margin-bottom: 35px;
}

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

input::-webkit-input-placeholder {
    text-indent: 0px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input::-moz-placeholder {
    text-indent: 0px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input:-moz-placeholder {
    text-indent: 0px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input:-ms-input-placeholder {
    text-indent: 0px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input:focus::-moz-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input:focus:-moz-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input:focus:-ms-input-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input[placeholder] {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

input[type=text],
input[type=email],
input[type=tel] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type=submit],
input[type=button],
button {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Scss Document */
.text {
    font-size: 17px;
    font-family: "KazimirText";
    line-height: 1.5;
}

.text.font_size_15 {
    font-size: 15px;
}

.text a {
    color: #FF7F00;
}

.text .bold {
    font-weight: bold;
    font-family: "Gotham Pro";
}

.text img {
    max-width: 100% !important;
    height: auto !important;
}

.text ul {
    display: block;
    padding: 15px 0;
    margin-bottom: 25px;
    font-size: 15px;
    color: #595959;
}

.text ul.vid_2 {
    padding: 0;
}

.text ul.vid_2 li {
    margin-left: 18px;
}

.text ul li {
    margin-left: 45px;
    display: block;
    position: relative;
    margin-bottom: 16px;
}

.text ul li:last-child {
    margin-bottom: 0;
}

.text ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #FF7F00;
    position: absolute;
    top: 9px;
    left: -15px;
    border-radius: 100%;
}

.text ul ul {
    margin-top: 25px;
    margin-left: 15px;
}

.text ol {
    margin-bottom: 25px;
    margin-left: 0px;
    list-style-position: inside;
    font-size: 15px;
    color: #595959;
}

.text ul ul li {
    background-image: none;
    padding-left: 0px;
    list-style-type: square;
}

.text li + li {
    margin-top: 5px;
}

.text p {
    margin-bottom: 25px;
}

.text p:last-child {
    margin-bottom: 0;
}

.text table {
    margin-bottom: 25px;
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
}

.text table tr:nth-child(2n+2) {
    background-color: rgba(238, 238, 238, 0.42);
}

.text table tr:hover {
    background-color: rgba(238, 238, 238, 0.8);
}

.text table th {
    background-color: #f5f5f5;
    padding: 15px 10px;
    border: 1px solid #fff;
}

.text table th p {
    margin-bottom: 0;
}

.text table td {
    padding: 10px;
    border: 1px solid #fff;
}

.text table td p {
    margin-bottom: 0;
}

.text blockquote {
    margin-bottom: 25px;
    color: #fff;
    background-color: #30A2D9;
    padding: 10px;
}

.text blockquote p {
    margin-bottom: 0px;
}

.text .count_slider {
    font-family: "Gotham Pro";
    position: absolute;
    bottom: 55px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    text-align: right;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    opacity: 0.7;
    z-index: 5;
}

.breadcrumbs {
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000C24;
    padding: 30px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
}

.breadcrumbs a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000C24;
    text-decoration: none;
}

.breadcrumbs a:after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #FF7F00;
    margin: 0 15px;
}

.breadcrumbs a:hover {
    color: #FF7F00;
}

.none {
    display: none;
}

.title_page {
    position: relative;
    margin-bottom: 20px;
}

.title_page:before {
    content: '';
    background-color: #eee;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 55%;
    left: 0;
}

.title_page.title_flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title_page.title_flx .right {
    position: relative;
    z-index: 2;
    padding-left: 15px;
    background-color: #fff;
}

.title_page h1 {
    font-size: 32px;
    line-height: 1.1;
    font-family: "KazimirText";
    color: #FF7F00;
    background-color: #fff;
    padding-right: 15px;
    display: inline-block;
    position: relative;
    /*z-index: 2;*/
}

.title_page.margin_left {
    margin-left: 30px;
}

.holder {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.holder.inline {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.holder.flx_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.holder.flx_right a {
    width: 100%;
}

.holder.flx_right img {
    margin-bottom: 7px;
}

.holder a {
    display: block;
    position: relative;
}

.holder img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.holder {
    position: relative;
}

.holder a {
    position: relative;
}

.holder a.promo_site {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: -15px;
    font-family: "HelveticaNeueCyr";
    color: #9A9A9A;
    font-size: 12px;
    text-decoration: none;
}

.holder a.promo_site:hover {
    color: #FF7F00;
}

.holder a.promo_site_2 {
    font-family: "HelveticaNeueCyr";
    color: #9A9A9A;
    font-size: 12px;
    text-decoration: none;
    display: block;
    text-align: right;
    margin-top: 5px;
}

.holder a.promo_site_2:hover {
    color: #FF7F00;
}

.horizontal a {
    margin-right: 30px;
}

.play_icon {
    position: relative;
    display: block;
}

.play_icon:before {
    content: '';
    background-image: url(../images/icon/video.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.play_icon:hover:before {
    content: '';
    background-color: rgba(255, 127, 0, 0.58);
}

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

.flx.align_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flx.align_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.slider_count {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #BEBEBE;
}

.name_s {
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000C24;
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 2px solid #000C24;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7px;
    position: relative;
}

.name_s .count {
    padding-right: 85px;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #BEBEBE;
}

.name_s.has_look .look {
    margin-left: 40px;
}

.name_s.margin_bottom_25 {
    margin-bottom: 25px;
}

.name_s a.go_category {
    color: #000C24;
    text-decoration: none;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.name_s a.go_category:hover {
    color: #FF7F00;
}

.name_s a.lin_2 {
    color: #000C24;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    margin-left: 10px;
}

.name_s a.lin_2:hover {
    color: #FF7F00;
    text-decoration: underline;
}

.name_s span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.name_s span img {
    margin: 0 5px;
}

.name_s p:last-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.name_s.float_right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.name_s ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 35px;
}

.name_s li {
    display: block;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 1px;
    margin-right: 10px;
    color: #000C24;
    padding: 7px 9px;
}

.name_s li:last-child {
    margin-right: 0;
}

.name_s li:hover, .name_s li.current {
    color: #fff;
    background-color: #000C24;
}

.name_s p:nth-child(1n+2) {
    margin-left: 35px;
}

.jcsb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.views {
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    opacity: 0.8;
}

.views:before {
    content: '';
    display: block;
    background-image: url(../images/icon/views.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 10px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.widht100 {
    width: 100% !important;
}

.widht_50 {
    width: 49%;
}

.views2 {
    font-size: 13px;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9A9A9A;
}

.views2:before {
    content: '\e803';
    display: block;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    margin-right: 5px;
}

.comment_namb_2 {
    color: #9A9A9A;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.8;
    letter-spacing: 0.91px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment_namb_2 i {
    font-size: 15px;
    margin-right: 5px;
}

.date_time {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.date_time:before {
    content: '\e800';
    display: block;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    margin-right: 5px;
}

.time {
    color: #9A9A9A;
}

.time.hot {
    color: #FF7F00;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.time.hot:before {
    content: '';
    background-image: url(../images/icon/fast_news.png);
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 9px;
    height: 15px;
    margin: 0 5px;
}

.padding_left_right {
    padding-right: 30px;
    padding-left: 30px;
}

.margin_bottom {
    margin-bottom: 50px;
}

.margin_bottom_40 {
    margin-bottom: 40px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.padding_bottom {
    padding-bottom: 50px;
}

.btn {
    display: block;
    text-decoration: none;
    color: #fff;
    outline: none;
    border: 0 solid #000;
    background-color: #000C24;
    font-family: "Gotham Pro";
    font-size: 15px;
    line-height: 1;
    padding: 16px 30px;
    font-weight: bold;
    border-radius: 2px;
}

.btn[disabled] {
    opacity: 0.7;
}

.btn:not([disabled]):hover {
    background-color: #FF7F00;
}

.btn.reset {
    background-color: #9A9A9A;
}

.btn.reset:hover {
    background-color: #FF7F00;
}

.btn.white {
    background-color: #fff;
    color: #1A243A;
}

.btn.white:hover {
    background-color: #FF7F00;
    color: #fff;
}

.btn.size_small {
    font-size: 13px;
    padding: 10px 15px;
}

.btn.size_small:hover {
    background-color: #FF7F00;
    color: #fff;
}

.btn.arrow_plus {
    background-image: url(../images_lk/arrow_btn.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    padding-right: 45px;
}

.btn.disabled {
    background-color: #9A9A9A
}

.meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.meta > div {
    margin-right: 15px;
}

.meta > div:last-child {
    margin-right: 0;
}

.meta .date_time {
    font-size: 13px;
    color: #9A9A9A;
}

.category_link a,
.category_link span {
    font-family: "HelveticaNeueCyr";
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FF7F00;
    text-decoration: none;
    letter-spacing: 0.91px;
}

.category_link a:hover,
.category_link span:hover {
    text-decoration: underline;
}

.date {
    font-size: 13px;
    color: #9A9A9A;
    font-weight: 300;
}

.date.orang {
    color: #FF7F00;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.91px;
}

.date_2 {
    font-size: 13px;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    color: #FF7F00;
    font-weight: 500;
}

.look {
    color: #000C24;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: none;
}

.look:hover {
    color: #FF7F00;
}

.wight_64 {
    width: 65.5%;
}

.wight_32 {
    width: 31%;
}

.w24 {
    width: 24%;
}

.w910 {
    max-width: 910px;
}

.too_font a,
.too_font p,
.too_font h1 {
    font-family: "KazimirText";
    text-decoration: none;
    line-height: 1.3;
}

.too_font a span,
.too_font p span,
.too_font h1 span {
    font-family: "Gotham Pro";
    font-weight: bold;
}

.title_block {
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 3;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
}

.title_s a {
    font-family: "KazimirText";
    color: #000C24;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
}

.title_s a:hover {
    color: #FF7F00;
}

.title_s span {
    font-family: "Gotham Pro";
    font-weight: bold;
}

.calendar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    line-height: 17px;
    font-size: 14px;
    color: #000C24;
    text-decoration: none;
    text-transform: none;
    height: 25px;
}

.calendar img {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.calendar:hover {
    color: #FF7F00;
}

.place {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.3;
    color: #1A243A;
    font-weight: 300;
}

.place:before {
    content: '';
    background-image: url(../images/icon/place.png);
    background-repeat: no-repeat;
    display: block;
    width: 9px;
    height: 11px;
    margin-right: 9px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: 2px;
}

.form_holder {
    background-color: #F2F0EB;
}

.form_holder select {
    background-color: #fff;
}

textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #CACACA;
    font-family: "KazimirText";
    font-size: 13px;
    font-weight: 300;
    color: rgba(89, 89, 89, 0.68);
    padding: 15px 20px;
    outline: none;
}

.input_text {
    width: 100%;
    height: 47px;
    border: 1px solid #CACACA;
    font-family: "Gotham Pro";
    font-size: 15px;
    font-weight: 300;
    color: rgba(89, 89, 89, 0.68);
    padding: 0 20px;
    outline: none;
}

.input_date {
    background-image: url(../images/icon/calendar_select.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

select {
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    height: 47px;
    border: 1px solid #CACACA;
    font-family: "Gotham Pro";
    font-size: 15px;
    font-weight: 700;
    color: rgba(89, 89, 89, 0.68);
    padding: 0 20px;
    outline: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    -o-text-overflow: '';
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-image: url(../images/arrow/select.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.radio_element input[type=radio] {
    display: none;
}

.radio_element input[type=radio]:checked + label:before {
    content: '';
    border: 5px solid #FF7F00;
}

.radio_element label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    font-family: "KazimirText";
    font-size: 17px;
    color: #595959;
    position: relative;
    padding-left: 40px;
}

.radio_element label:hover {
    color: #FF7F00;
}

.radio_element label:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1), inset 0px 1.5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1), inset 0px 1.5px 1px rgba(0, 0, 0, 0.15);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-right: 13px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 4px;
    left: 0;
}

.radio_element_2 input[type=radio] {
    display: none;
}

.radio_element_2 input[type=radio]:checked + label:before {
    content: '';
    border: 3px solid #FF7F00;
}

.radio_element_2 label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    font-size: 13px;
    color: rgba(89, 89, 89, 0.75);
    position: relative;
    padding-left: 26px;
}

.radio_element_2 label:hover {
    color: #FF7F00;
}

.radio_element_2 label:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1), inset 0px 1.5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1), inset 0px 1.5px 1px rgba(0, 0, 0, 0.15);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-right: 13px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: -1px;
    left: 0;
}

.title_short {
    margin-bottom: 15px;
}

.title_short a {
    font-size: 22px;
    line-height: 1.3;
    color: #000C24;
    text-decoration: none;
    font-weight: bold;
}

.title_short a:hover {
    color: #FF7F00;
}

.excerption {
    font-size: 17px;
    color: #1A243A;
    font-family: "KazimirText";
    line-height: 1.4;
}

.link_2 {
    font-size: 14px;
    font-weight: 300;
    color: #000C24;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link_2:hover {
    color: #FF7F00;
}

.link_2 img {
    display: block;
    margin-right: 5px;
}

.hover_fon {
    position: relative;
}

.hover_fon:hover:before {
    content: '';
    background-color: rgba(255, 127, 0, 0.5);
}

.hover_fon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 127, 0, 0);
}

.hover_fon_2 {
    position: relative;
    display: block;
}

.js_hover .thumb .hover_active {
    position: relative;
    display: block;
}

.js_hover .thumb .hover_active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 127, 0, 0.65);
}

.js_hover .thumb_2 .hover_active {
    position: relative;
    display: block;
}

.js_hover .thumb_2 .hover_active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 127, 0, 0.65);
}

.js_hover .title a.hover_active {
    color: #FF7F00;
}

.js_hover .title_short a.hover_active {
    color: #FF7F00;
}

.namb {
    font-size: 11px;
    font-weight: 300;
    color: #595959;
}

.namb span {
    font-weight: bold;
}

.align_right {
    text-align: right;
}

.align_right .btn {
    display: inline-block;
}

body {
    color: #000C24;
    font-family: "Gotham Pro";
    font-size: 14px;
    background-color: #fff;
}

#open_menu {
    display: none;
}

.wrap {
    max-width: 1280px;
    min-width: 280px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#content {
    height: calc(100% - 113px);
}

#content .wrap {
    height: 100%;
}

.flx_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.flx_content .col_left {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.flx_content .col_left:before {
    content: '';
    display: block;
    width: 20px;
    background-color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 5;
}

.flx_content .flx_left {
    height: 100%;
    padding: 20px 30px;
    -webkit-box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.07);
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.flx_content .flx_left > div {
    width: 100%;
}

.flx_content .col_right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1px;
    flex: 1 1px;
    padding: 40px 30px 40px 40px;
    overflow: hidden;
    position: relative;
}

.avtor_welcam {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.avtor_welcam img {
    display: block;
    margin-right: 20px;
    width: 70px;
    border-radius: 100%;
}

.avtor_welcam span {
    display: block;
}

.menu_lk {
    margin-bottom: 20px;
}

.menu_lk li {
    display: block;
    margin-bottom: 10px;
}

.menu_lk li:last-child {
    margin-bottom: 0;
}

.menu_lk a {
    background-color: #1A243A;
    border-radius: 5px;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 18px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu_lk a:hover {
    background-color: #222f4c;
}

.menu_lk .icon-down-open {
    color: #FF7F00;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.logo_footer {
    margin-bottom: 30px;
}

.logo_footer img {
    display: block;
}

.copy {
    font-size: 12px;
    font-weight: 300;
    color: #1A243A;
    line-height: 1.6;
}

.event_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    margin-bottom: 20px;
    border: 1px solid #ECECEC;
    position: relative;
}

.event_item .delete_block {
    color: #1A243A;
    display: none;
}

.event_item.last {
    border: 1px solid #FF7F00;
}

.event_item:last-child {
    margin-bottom: 0;
}

.event_item .logos {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 160px;
    padding: 0 30px;
    margin-right: 10px;
}

.event_item .logos img {
    display: block;
    max-width: 100%;
    height: auto;
}

.event_item .logo_partner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    line-height: 12px;
    font-size: 13px;
    color: #000C24;
    margin-bottom: 15px;
}

.event_item .logo_partner img {
    display: block;
    margin-right: 10px;
}

.event_item .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.event_item .top .meta {
    margin-bottom: 0;
}

.event_item .info {
    padding-right: 30px;
}

.event_item .meta {
    margin-bottom: 25px;
}

.event_item .date {
    font-weight: bold;
    font-size: 14px;
}

.event_item .title {
    margin-bottom: 20px;
}

.event_item .title a {
    font-size: 20px;
    color: #1A243A;
    line-height: 1.4;
}

.event_item .title a:hover {
    color: #FF7F00;
}

.event_item .control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.event_item .place {
    max-width: 212px;
    font-size: 14px;
    font-weight: normal;
    font-family: "KazimirText";
}

.event_item .place:before {
    content: '';
    top: 3px;
}

.event_item:hover .delete_block {
    display: block;
}

@media screen and (max-width: 1023px) {
    .event_item .delete_block {
        display: block;
    }
}

.find_person {
    margin-bottom: 40px;
    padding: 20px;
}

.find_person form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.find_person .left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.find_person p {
    width: 49%;
}

.find_person p:nth-child(1n+3) {
    margin-top: 13px;
}

.find_person .right {
    width: 170px;
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.find_person .right p {
    margin-bottom: 13px;
    width: 100%;
}

.find_person .right p:last-child {
    margin-bottom: 0;
}

.find_person .right .btn {
    width: 100%;
}

.expert_item {
    position: relative;
}

.expert_item .remove {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 16px;
    color: #1A243A;
    cursor: pointer;
    z-index: 3;
    display: none;
}

.expert_item .remove:hover {
    color: #FF7F00;
}

.expert_item .comment_namb {
    text-align: center;
    position: absolute;
    bottom: 28px;
    right: 0;
    z-index: 3;
}

.expert_item .comment_namb i {
    font-size: 16px;
    color: rgba(216, 216, 216, 0.8);
}

.expert_item .comment_namb span {
    display: block;
    color: #1A243A;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.expert_item:hover .title a {
    color: #000C24;
}

.expert_item:hover .title_2 a {
    color: #FF7F00;
}

.expert_item:hover .remove {
    display: block;
}

.expert_item.marker .thumb:before {
    content: '';
    display: block;
    background-image: url(../images/icon/expert.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 90px;
    height: 107px;
    position: absolute;
    bottom: 30px;
    left: 10px;
}

.expert_item.var2 .expert_label {
    font-family: "Gotham Pro";
    font-weight: bold;
    letter-spacing: 1px;
    color: #FF7F00;
    text-transform: uppercase;
    font-size: 10px;
    right: 15px;
    bottom: 80px;
}

.expert_item.var2 .title a {
    font-size: 17px;
    color: #1A243A;
    font-family: "KazimirText";
    font-weight: normal;
}

.expert_item.var2 .title a:hover {
    color: #FF7F00;
}

.expert_item .expert_label {
    font-size: 14px;
    color: #000;
    font-family: "KazimirText";
    position: absolute;
    top: 60px;
    right: 15px;
    width: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.expert_item .thumb {
    margin-bottom: 18px;
    position: relative;
}

.expert_item .thumb a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.expert_item img {
    display: block;
    height: 150px;
    width: auto;
}

.expert_item .title {
    text-align: center;
    padding: 0 15px;
    font-family: "KazimirText";
}

.expert_item .title a {
    font-family: "Gotham Pro";
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #FF7F00;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 5px;
}

.expert_item .title a:hover {
    color: #000C24;
}

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

.expert_item .title_2 a {
    font-family: "KazimirText";
    text-decoration: none;
    font-size: 17px;
    color: #1A243A;
    line-height: 1.4;
}

.expert_item .title_2 a:hover {
    color: #FF7F00;
}

@media screen and (max-width: 1023px) {
    .expert_item .remove {
        display: block;
    }
}

.container_informer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.container_informer .schedule {
    width: 100%;
    max-width: 560px;
}

.container_informer .schedule img {
    display: block;
    max-width: 100%;
    height: auto;
}

.container_informer .informer_nav {
    width: 100%;
    margin-top: 30px;
}

.container_informer .options {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 230px;
    margin-left: auto;
}

.container_informer table {
    width: 100%;
    border-collapse: collapse;
}

.container_informer table th {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
    width: 33%;
}

.container_informer table td {
    width: 33%;
    font-size: 12px;
    font-weight: bold;
    color: #9A9A9A;
    text-align: center;
    padding: 10px 7px;
}

.container_informer table tbody tr:nth-child(2n+2) {
    background-color: #F5F5F5;
}

.container_informer .currency {
    position: relative;
    padding-right: 10px;
}

.container_informer span.up {
    background-image: url(../images/arrow/up.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
}

.container_informer span.down {
    background-image: url(../images/arrow/down.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
}

@media screen and (max-width: 1279px) {
    .container_informer {
        display: block;
    }

    .container_informer .schedule {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .container_informer .schedule img {
        width: 100%;
    }

    .container_informer .options {
        margin-left: 0;
        float: left;
        margin-right: 40px;
    }

    .container_informer .informer_nav {
        float: left;
        width: calc(100% - 270px);
    }

    .container_informer .informer_nav img {
        max-width: 100%;
    }

    .container_informer .informer_views {
        float: left;
        width: calc(100% - 270px);
        margin-bottom: 0;
    }

    .container_informer .informer_views img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container_informer .options {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .container_informer .informer_nav {
        float: none;
        width: 100%;
    }

    .container_informer .informer_views {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
}

.filter_informer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.filter_informer .name {
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000C24;
    margin-right: 40px;
}

.filter_informer .select {
    font-size: 12px;
    font-weight: 300;
    background-image: url(../images/arrow/select.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    padding-right: 30px;
    cursor: pointer;
}

.filter_informer .period {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.filter_informer a {
    font-size: 13px;
    font-weight: bold;
    color: #9A9A9A;
    text-decoration: underline;
    margin-right: 10px;
}

.filter_informer a:last-child {
    margin-right: 0;
}

.filter_informer a:hover {
    text-decoration: none;
    color: #FF7F00;
}

.filter_informer a.active {
    color: #FF7F00;
}

.list_year {
    margin-bottom: 25px;
}

.list_year ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list_year li {
    display: block;
    margin-right: 10px;
}

.list_year li:last-child {
    margin-right: 0;
}

.list_year a {
    display: block;
    font-weight: bold;
    line-height: normal;
    font-size: 10.4px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #000C24;
    padding: 7px 9px;
    text-decoration: none;
    border-radius: 2px;
}

.list_year a:hover {
    color: #FF7F00;
}

.list_year .active a {
    background-color: #1A243A;
    color: #fff;
}

.stats_sub_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #1A243A;
}

.stats_sub_title b {
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.stats_sub_title a {
    font-weight: 300;
    line-height: 12px;
    font-size: 14px;
    text-align: right;
    color: #000C24;
    letter-spacing: normal;
    text-decoration: none;
}

.stats_sub_title a:hover {
    color: #FF7F00;
}

@media screen and (max-width: 767px) {
    .stats_sub_title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .stats_sub_title p:last-child {
        margin-top: 20px;
    }
}

.informer_views {
    margin-bottom: 60px;
}

.table_stats table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    color: #565656;
}

.table_stats td {
    border: 1px solid #ECECEC;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .table_stats {
        overflow-x: auto;
    }

    .table_stats table {
        width: 400px;
        table-layout: fixed;
    }
}

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

.blockquote:nth-child(1n+2) {
    margin-top: 60px;
}

.blockquote .left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 220px;
    margin-right: 49px;
    border-right: 1px solid #e1e0df;
    padding-right: 30px;
    position: relative;
}

.blockquote .left:before {
    content: '';
    background-image: url(../images/arrow/line.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 19px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    left: calc(100% + 0px);
}

.blockquote .expert_item img {
    height: auto;
    width: 100%;
}

.blockquote .avtor_one {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 190px;
    padding-right: 30px;
    border-right: 1px solid #e1e0df;
    margin-right: 40px;
    position: relative;
}

.blockquote .avtor_one:before {
    content: '';
    background-image: url(../images/arrow/line.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 19px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    left: calc(100% + 0px);
}

.blockquote .photo {
    margin-bottom: 15px;
}

.blockquote .photo a {
    display: block;
}

.blockquote .title {
    margin-bottom: 12px;
}

.blockquote .title a {
    font-size: 15px;
    color: #FF7F00;
    font-weight: bold;
    text-decoration: none;
}

.blockquote .title a:hover {
    color: #000C24;
}

.blockquote .txt {
    font-size: 13px;
    line-height: 1.3;
    font-family: "KazimirText";
    color: #595959;
}

.blockquote dl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.blockquote dt {
    letter-spacing: 1.5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background-image: url(../images/icon/blockquote.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 50px;
    color: #000C24;
    margin-bottom: 20px;
}

.blockquote dd {
    font-family: "KazimirText";
    font-size: 15px;
    line-height: 1.4;
    color: #1A243A;
    margin-bottom: 15px;
}

.blockquote dd:last-child {
    margin-bottom: 0;
}

.blockquote dd a {
    font-size: 13px;
    color: #979797;
    text-decoration: none;
}

.blockquote dd a:hover {
    color: #FF7F00;
}

.flx_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flx_box .left {
    width: 48%;
}

.flx_box .right {
    width: 48%;
}

.box {
    border: 2px solid #ECECEC;
    color: #595959;
}

.box .name {
    background-color: #ECECEC;
    font-weight: bold;
    line-height: normal;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000C24;
    padding: 20px;
}

.box .box_info {
    padding: 30px;
}

.form_table .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.form_table .row:last-child {
    margin-bottom: 0;
}

.form_table .row.tabs {
    flex-direction: column;
}

.form_table .row.tabs .tab {
    width: 100%;
}

.form_table .row.tab textarea {
    width: 100%;
}

.form_table .row.vid_2 {
    margin-bottom: 20px;
    padding-top: 10px;
}

.form_table .flx {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form_table .flx .row:last-child {
    margin-bottom: 10px;
}

.form_table .sub_title {
    text-align: left;
}

.form_table .wight_50 {
    width: 49.5%;
}

.form_table .wight_32 {
    width: 32.5%;
}

.form_table .wight_25 {
    width: 24%;
}

.form_table hr.lk {
    margin-top: 30px;
    margin-bottom: 20px;
}

.form_table .td_left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 125px;
    padding-right: 20px;
}

.form_table .td_left label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    color: #000C24;
}

.form_table .td_right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1px;
    flex: 1 1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form_table .td_right.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form_table .td_right .size_30 {
    width: 30%;
}

.form_table .td_right .size_50 {
    width: 50%;
}

.form_table .inline {
    margin-right: 30px;
}

.form_table .inline:last-child {
    margin-right: 0;
}

.form_table .input_textarea {
    resize: none;
    border-radius: 0;
    -webkit-appearance: none;
}

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

.add_social p {
    margin-right: 5px;
}

.add_social p:last-child {
    margin-right: 0;
}

.add_social p.active path {
    fill: #FF7F00;
}

.add_social svg {
    cursor: pointer;
}

.add_social svg:hover path {
    fill: #FF7F00;
}

.site_add_social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site_add_social .add_social {
    margin-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: bold;
    color: #000C24;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site_add_social .add_social label {
    position: relative;
    top: -2px;
    display: block;
    margin-right: 10px;
}

.add_avatar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.add_avatar .pic {
    margin-right: 20px;
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.add_avatar .pic img {
    display: block;
    /*border-radius: 100%;*/
    width: 100%;
    height: auto;
}

.add_avatar .txt {
    font-family: "KazimirText";
    font-size: 15px;
    color: #595959;
    line-height: 1.6;
    width: 100%;
}

.add_avatar .txt p {
    margin-bottom: 15px;
}

.add_avatar .txt p:last-child {
    margin-bottom: 0;
}

.add_avatar small {
    font-family: "Gotham Pro";
    font-size: 11px;
    color: rgba(154, 154, 154, 0.72);
}

.add_avatar .input_file {
    margin-bottom: 5px;
}

/*.input_file {*/
/*  display: -webkit-flex;*/
/*  display: -moz-flex;*/
/*  display: -ms-flex;*/
/*  display: -o-flex;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -ms-flex-wrap: wrap;*/
/*  flex-wrap: wrap; }*/
/*.input_file > div {*/
/*  position: relative; }*/
/*.input_file input {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  opacity: 0;*/
/*  z-index: 2;*/
/*  cursor: pointer; }*/
/*.input_file .btn {*/
/*  cursor: pointer; }*/

.input_text_2 {
    outline: none;
    border: 1px solid #CACACA;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    color: rgba(89, 89, 89, 0.75);
    width: 100%;
    height: 40px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Gotham Pro";
}

.input_text_2.icon_date {
    background-image: url(../images_lk/icon_date_input.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.input_text_2.inp_search {
    background-image: url(../images_lk/input_search.svg);
    background-repeat: no-repeat;
    background-position: 14px center;
    padding-left: 40px;
}

.input_textarea {
    font-family: "Gotham Pro";
    outline: none;
    border: 1px solid #CACACA;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    color: rgba(89, 89, 89, 0.75);
    width: 100%;
    height: 100px;
    padding: 12px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select.input_text_2 {
    background-image: url(../images_lk/select.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    padding-right: 40px;
}

.add_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.add_logo .pic {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "KazimirText";
    font-size: 15px;
    margin-right: 65px;
}

.add_logo .pic .company_logo,
.add_logo .pic .product-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    border: 1px solid #ECECEC;
    margin-right: 20px;
}

.add_logo .pic .company_logo {
    width: 60px;
    height: 60px;
}

.add_logo .pic .product-logo {
    width: 160px;
    height: 160px;
}

.add_logo img {
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.add_logo .input_file {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.add_logo .input_file .btn {
    padding: 13px 20px;
}

.box_checkbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box_checkbox input[type=checkbox] {
    display: none;
}

.box_checkbox input[type=checkbox]:checked + label:before {
    content: '';
    border: 5px solid #FF7F00;
}

.box_checkbox label {
    font-size: 13px;
    color: rgba(89, 89, 89, 0.76);
    cursor: pointer;
    display: block;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box_checkbox label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #ECECEC;
    background-color: #fff;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1), inset 0px 1.5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1), inset 0px 1.5px 1px rgba(0, 0, 0, 0.15);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.td_2 {
    width: 100%;
}

.messeg {
    width: 100%;
    font-size: 11px;
    color: #9A9A9A;
    mix-blend-mode: normal;
    opacity: 0.75;
    margin-top: 10px;
    padding-bottom: 7px;
}

.file-upload input[type="file"] {
    height: 70px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    opacity: 0;
    /* скрываем input file */
}

/* задаем стили кнопки выбора файла*/
.file-upload {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 13px;
    color: #1A243A;
}

.file-upload .plus {
    display: block;
    background-color: #1A243A;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.file-upload label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Растягиваем label на всю область блока .file-upload */
.sub_title_2 {
    font-size: 16px;
    color: #1A243A;
    margin-bottom: 20px;
    font-weight: bold;
}

.my_form p {
    margin-bottom: 20px;
}

.my_form p:last-child {
    margin-bottom: 0;
}

.my_form textarea {
    height: 100px;
    font-family: "Gotham Pro";
    resize: none;
}

.accordion_item {
    margin-bottom: 10px;
}

.accordion_item.active_block .title:before {
    content: '';
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.accordion_item .title {
    border: 1px solid #ECECEC;
    padding: 15px 20px;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.accordion_item .title:before {
    content: '';
    background-image: url(../images_lk/arrow_btn.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion_item .title:hover {
    color: #FF7F00;
}

.accordion_item .info {
    padding: 25px 20px 30px 20px;
    display: none;
}

.accordion_item dl {
    margin-bottom: 20px;
}

.accordion_item dl:last-child {
    margin-bottom: 0;
}

.accordion_item dt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

.accordion_item dd {
    font-size: 13px;
    font-family: "KazimirText";
    line-height: 1.5;
}

.btn_options {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.btn_options p {
    width: 112px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn_options p:last-child {
    margin-right: 0;
}

.table_1 table {
    font-family: "KazimirText";
    border-collapse: collapse;
    font-size: 13px;
    color: #565656;
}

.table_1 tbody th {
    text-transform: uppercase;
}

.table_1 tbody tr {
    border-bottom: 1px solid #ECECEC;
}

.table_1 th {
    padding: 20px 0;
    font-size: 13px;
    color: #1A243A;
    text-align: left;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}

.table_1 td {
    padding: 13px 0;
    vertical-align: top;
}

.table_1 .col {
    padding-right: 40px;
}

.table_1 .widht_td_2 {
    width: 112px;
    padding: 13px 10px;
}

.table_1 .center {
    text-align: center;
}

.table_1 .has_border td {
    border: 1px solid #ECECEC;
}

.table_1 .has_border td:first-child {
    border-left: 0 solid #000;
}

.table_1 b {
    font-weight: bold;
    color: #979797;
}

.table_1 .orang {
    color: #FF7F00;
    font-weight: bold;
}

.table_2 img {
    display: block;
    float: right;
}

.table_2 a {
    color: #565656;
    text-decoration: none;
    display: block;
    overflow: hidden;
    padding-right: 10px;
}

.table_2 a:hover {
    color: #FF7F00;
}

.table_2 table {
    font-family: "KazimirText";
    border-collapse: collapse;
    font-size: 12px;
    color: #565656;
    width: 100%;
}

.table_2 tbody th {
    font-weight: 300;
}

.table_2 tbody tr {
    border-bottom: 1px solid #ECECEC;
}

.table_2 .vertical_middle td {
    vertical-align: middle;
}

.table_2 th {
    padding: 20px 0;
    font-size: 13px;
    color: #1A243A;
    text-align: left;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}

.table_2 td {
    padding: 15px 0;
    vertical-align: top;
}

.table_2 tr.active {
    background-color: rgba(233, 225, 208, 0.139832);
}

.table_2 .link {
    padding-right: 10px;
    width: 160px;
}

.table_2 .link a {
    color: #565656;
    text-decoration: underline;
    white-space: nowrap;
}

.table_2 .link a:hover {
    color: #FF7F00;
}

.table_2 .ch {
    width: 36px;
}

.table_2 .fio {
    font-size: 12px;
    color: #565656;
    font-weight: bold;
    width: 150px;
}

.table_2 .date {
    width: 90px;
    font-size: 12px;
    color: #9A9A9A;
}

.table_2 .date_2 {
    width: 140px;
    font-size: 12px;
    color: #9A9A9A;
}

.table_2 .delete {
    color: #1A243A;
    cursor: pointer;
    font-size: 16px;
}

.table_2 .delete:hover {
    color: #FF7F00;
}

.table_2 .txt_messages b {
    font-family: "Gotham Pro";
    font-weight: bold;
    color: #FF7F00;
    display: inline-block;
    margin-right: 20px;
}

.table_2 .col {
    padding-right: 40px;
}

.table_2 .widht_td_2 {
    width: 112px;
    padding: 13px 10px;
}

.table_2 .center {
    text-align: center;
}

.table_2 .has_border td {
    border: 1px solid #ECECEC;
}

.table_2 .has_border td:first-child {
    border-left: 0 solid #000;
}

.table_2 b {
    font-weight: bold;
    color: #979797;
}

.table_2 .orang {
    color: #FF7F00;
    font-weight: bold;
}

.text_2 {
    font-size: 22px;
}

.text_2 h2 {
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FF7F00;
    margin-bottom: 25px;
}

.text_2 span {
    font-weight: bold;
}

.news_lk_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news_lk_list .item_small {
    width: 32%;
}

.news_lk_list .item_small:nth-child(3n+2), .news_lk_list .item_small:nth-child(3n+3) {
    margin-left: 2%;
}

.news_lk_list .item_small:nth-child(1n+4) {
    margin-top: 20px;
}

.item_small {
    position: relative;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.item_small .remove {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
}

.item_small .remove:hover {
    color: #000;
}

.item_small:before {
    content: '';
    background-color: rgba(4, 9, 15, 0.66);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item_small:hover:before {
    background: rgba(255, 127, 0, 0.9);
}

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

.item_small .category_link {
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: 5;
}

.item_small a.more {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.item_small .info {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 30px;
}

.item_small .meta {
    margin-bottom: 20px;
}

.item_small .date {
    font-size: 14px;
    color: #fff;
}

.item_small .views {
    opacity: 1;
    font-size: 12.6px;
}

.item_small .title {
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    max-height: 55px;
    overflow: hidden;
}

.item_small .title_2 {
    font-size: 13px;
    color: #fff;
}

.photo_lk_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.photo_lk_list .item_tab {
    width: 32%;
}

.photo_lk_list .item_tab:nth-child(3n+2), .photo_lk_list .item_tab:nth-child(3n+3) {
    margin-left: 2%;
}

.photo_lk_list .item_tab:nth-child(1n+4) {
    margin-top: 40px;
}

.photo_lk_list .item_video {
    width: 32%;
}

.photo_lk_list .item_video:nth-child(3n+2), .photo_lk_list .item_video:nth-child(3n+3) {
    margin-left: 2%;
}

.photo_lk_list .item_video:nth-child(1n+4) {
    margin-top: 2%;
}

.item_tab {
    position: relative;
}

.item_tab.video_icon .thumb a {
    display: block;
    position: relative;
}

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

.item_tab .thumb {
    margin-bottom: 23px;
}

.item_tab .thumb a {
    display: block;
}

.item_tab .meta {
    margin-bottom: 12px;
}

.item_tab .date_3 {
    color: #9A9A9A;
    font-weight: bold;
    font-size: 13px;
}

.item_tab .title {
    font-size: 15px;
}

.item_tab .title a {
    color: #000C24;
}

.item_tab .title a:hover {
    color: #FF7F00;
}

.item_tab .title_2 {
    font-size: 15px;
}

.item_tab .title_2 a {
    text-decoration: none;
    color: #000C24;
}

.item_tab .title_2 a:hover {
    color: #FF7F00;
}

.delete_block {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 16px;
    z-index: 5;
    cursor: pointer;
}

.delete_block:hover {
    color: #FF7F00;
}

.item_video {
    position: relative;
    color: #fff;
}

.item_video:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item_video img {
    display: block;
    width: 100%;
}

.item_video .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.item_video .title {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}

.item_video .meta {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item_video .date {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.item_video .views {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    opacity: 1;
}

.item_video .play_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.status_messages {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.status_messages .active {
    background-color: #1A243A;
    border-radius: 1px;
    color: #fff;
}

.status_messages .active:hover {
    color: #fff;
}

.status_messages a {
    display: block;
    margin-right: 20px;
    font-weight: bold;
    line-height: normal;
    font-size: 10.4px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #000C24;
    text-decoration: none;
    padding: 7px 8px;
}

.status_messages a:last-child {
    margin-right: 0;
}

.status_messages a:hover {
    color: #FF7F00;
}

.messages_filter .row_bottom .txt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 13px;
    color: rgba(154, 154, 154, 0.75);
}

.messages_filter .row_bottom .txt b {
    color: #1A243A;
}

.messages_filter .row_bottom .txt span {
    color: #FF7F00;
    font-weight: bold;
}

.messages_filter .row_bottom .delete_select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 30px;
}

.messages_filter .row_bottom .delete_select select {
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
}

.messages_filter .row_bottom .right.aic .flx {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.messages_filter .row_bottom .aic {
    text-align: right;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    text-align: right;
}

.messages_filter .input_text_2.icon_date {
    width: 90px;
    margin-left: 10px;
}

.messages_filter .grid_3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 30px;
}

.messages_filter .grid_3 p {
    width: 32%;
}

@media screen and (max-width: 767px) {
    .messages_filter .row_bottom .aic {
        text-align: left;
    }
}

.filter_table_messages {
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    padding: 12px 0;
}

.filter_table_messages .flx {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter_table_messages .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter_table_messages .box_checkbox {
    margin-right: 20px;
}

.filter_table_messages .box_checkbox label:before {
    content: '';
    margin-right: 0;
}

.filter_table_messages .reload {
    color: #1A243A;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 30px;
}

.filter_table_messages .reload:hover {
    color: #FF7F00;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.filter_table_messages .choise_messages ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter_table_messages .choise_messages li {
    display: block;
    padding-bottom: 2px;
}

.filter_table_messages .choise_messages li:nth-child(1n+2) {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #ECECEC;
}

.filter_table_messages .choise_messages a {
    font-weight: bold;
    line-height: normal;
    font-size: 10.4px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #979797;
    text-decoration: none;
}

.filter_table_messages .choise_messages a:hover {
    color: #FF7F00;
}

.filter_table_messages .choise_messages .active {
    color: #1A243A;
}

.filter_table_messages .choise_messages .active:hover {
    color: #1A243A;
}

.filter_table_messages .right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter_show {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}

.filter_show p {
    margin-right: 10px;
}

.filter_show p:last-child {
    margin-right: 0;
}

.filter_show a {
    color: #9A9A9A;
    margin-right: 5px;
}

.filter_show .active {
    color: #FF7F00;
    text-decoration: none;
}

.filter_lk {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px;
    position: relative;
    padding-top: 22px;
    padding-bottom: 20px;
}

.filter_lk.margin_bottom_10 {
    margin-bottom: 10px;
}

.filter_lk.no_padding {
    padding: 0;
    border-top: 0 solid #000;
}

.filter_lk.no_padding:before {
    content: '';
    display: none;
}

.filter_lk.no_border {
    padding-top: 0;
}

.filter_lk.no_border:before {
    content: '';
    display: none;
}

.filter_lk.border_2 {
    padding-top: 21px;
}

.filter_lk.border_2:before {
    content: '';
    background-color: #E5E5E5;
    height: 1px;
}

.filter_lk.fxww {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter_lk:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: calc(100% - 10px);
    height: 2px;
    background-color: #1A243A;
}

.filter_lk .row_filter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.filter_lk .row_filter:last-child {
    margin-bottom: 0;
}

.filter_lk .row_filter .move {
    width: 334px;
}

.filter_lk .aic {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.filter_lk .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter_lk .right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter_lk p {
    margin: 0 5px;
}

.filter_lk .namber {
    width: 140px;
}

.filter_lk .date {
    width: 150px;
}

.filter_lk .lab {
    width: 100px;
}

.filter_lk .lab label {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 11px;
    color: rgba(154, 154, 154, 0.75);
    line-height: 1.4;
}

.filter_lk .code {
    width: 200px;
}

.filter_lk .name {
    width: 140px;
}

.filter_lk .name_ads {
    width: 184px;
}

.filter_lk .btn {
    height: 40px;
    padding: 11px 20px;
}

.filter_lk form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.choise_grid .active {
    color: #FF7F00;
}

.choise_grid a {
    text-decoration: none;
    font-size: 20px;
    color: #1A243A;
}

.choise_grid a:hover {
    color: #FF7F00;
}

.btn_group_3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_group_3 > div {
    margin-left: 11px;
}

.btn_group_3 > div:first-child {
    margin-left: 0;
}

.btn_group_3 .all {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.btn_group_3 .all select {
    width: 100%;
    height: 40px;
    padding: 0 15px;
}

.btn_group_3.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn_group_3 .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_group_3 .left > div {
    margin-left: 11px;
}

.btn_group_3 .left > div:first-child {
    margin-left: 0;
}

.btn_group_3 .right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_group_3 .right > div {
    margin-left: 11px;
}

.btn_group_3 .right > div:first-child {
    margin-left: 0;
}

.btn_lk_fon a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    padding: 10px 20px;
    height: 39px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #1A243A;
    background-color: #1A243A;
    border-radius: 2px;
    line-height: 1;
}

.btn_lk_fon a:hover {
    background-color: #222f4c;
}

.btn_lk_fon img {
    display: block;
    margin-right: 10px;
}

.btn_lk_fon_2 a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    height: 39px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    background-color: #FF7F00;
    border-radius: 2px;
    line-height: 1;
}

.btn_lk_fon_2 a:hover {
    background-color: #222f4c;
}

.btn_lk_fon_2 img {
    display: block;
    margin-right: 10px;
}

.btn_lk_1 a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    padding: 10px 20px;
    height: 40px;
    color: #1A243A;
    text-decoration: none;
    border: 1px solid #1A243A;
    border-radius: 2px;
    line-height: 1;
}

.btn_lk_1 a:hover {
    background-color: #FF7F00;
    border: 1px solid #FF7F00;
    color: #fff;
}

.add_border {
    border: 2px solid #E5E5E5;
}

.company_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 40px;
}

.company_info:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #E5E5E5;
    position: absolute;
    top: 0;
    left: 50%;
}

.company_info .add_social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.company_info .add_social p {
    margin-right: 10px;
}

.company_info .add_social p:last-child {
    margin-right: 0;
}

.company_info-edit {
    text-decoration: none;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 12px;
    color: #000C24;
    position: absolute;
    right: 30px;
    top: 40px;
    display: inline-block;
}

.company_info-edit i {
    margin-right: 10px;
}

@media screen and (max-width: 1279px) {
    .company_info-edit {
        top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .company_info-edit {
        position: relative;
        top: auto;
        right: auto;
        font-size: 11px;
        margin-bottom: 10px;
    }
}

.company_left {
    width: 50%;
}

.company_right {
    width: 50%;
    padding: 30px 30px 30px 50px;
}

.path_bottom {
    padding: 30px;
}

.path_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    border-bottom: 1px solid #E5E5E5;
}

.path_top .logo_rosneft {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.path_top .logo_rosneft img {
    display: block;
}

.path_top dl {
    font-size: 11px;
    line-height: 1.5;
    color: #1A243A;
    font-weight: bold;
}

.path_top dl dt {
    font-size: 28px;
    color: #FF7F00;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.path_top dl label {
    font-weight: 300;
    color: #979797;
}

.font_kazim {
    font-family: "KazimirText";
}

h2.lk {
    font-size: 18px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

h2.lk img {
    display: block;
    margin-right: 10px;
}

.name_vid_1 {
    font-weight: bold;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

a.linl_phone {
    text-decoration: none;
    cursor: text;
}

a.linl_phone:hover {
    text-decoration: none !important;
}

.too_colum {
    margin-bottom: 30px;
    font-size: 15px;
}

.too_colum:last-child {
    margin-bottom: 0;
}

.too_colum .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.too_colum .row:last-child {
    margin-bottom: 0;
}

.too_colum .left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
}

.too_colum .right {
    color: #979797;
    line-height: 1.48;
}

.too_colum .right a {
    color: #979797;
}

@media screen and (max-width: 1279px) {
    .too_colum-inner .left {
        width: auto !important;
        margin-right: 10px;
    }

    .too_colum-inner .right {
        line-height: 18px;
    }

    .too_colum-inner .right a {
        margin-bottom: 5px;
        display: inline-block;
    }
}

.padding_30 {
    padding: 30px;
}

.padding_40 {
    padding: 40px;
}

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

.flx_sertificat .item_sertificat {
    width: 24%;
    background-color: #F5F5F5;
    padding: 10px;
}

.flx_sertificat .item_sertificat:nth-child(4n+2), .flx_sertificat .item_sertificat:nth-child(4n+3), .flx_sertificat .item_sertificat:nth-child(4n+4) {
    margin-left: 1.33%;
}

.flx_sertificat .item_sertificat:nth-child(1n+5) {
    margin-top: 1.33%;
}

.flx_sertificat .image_sertificat {
    height: 220px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #fff;
}

.btn_navigator {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_navigator .prev,
.btn_navigator .next {
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5;
}

.btn_navigator .prev:hover,
.btn_navigator .next:hover {
    opacity: 1;
}

.btn_navigator .prev {
    background-image: url(../images/btn/slider_prev_2.svg);
    margin-right: 5px;
}

.btn_navigator .next {
    background-image: url(../images/btn/slider_next_2.svg);
}

.quantity_show {
    font-size: 13px;
    color: rgba(89, 89, 89, 0.74);
    margin: 0 20px;
}

.ads_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ads_item {
    width: 48.5%;
    border: 1px solid #ECECEC;
    padding: 40px;
    position: relative;
}

.ads_item.size_medium {
    padding: 40px 30px 30px 30px;
}

.ads_item:nth-child(1n+3) {
    margin-top: 3%;
}

.ads_item .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.ads_item .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ads_item .right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ads_item .city {
    font-weight: 550;
    line-height: normal;
    font-size: 13px;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    color: #FF7F00;
    margin-right: 20px;
}

.ads_item .date {
    font-size: 13px;
    color: #9A9A9A;
}

.ads_item .namb {
    font-size: 13px;
    color: #9A9A9A;
}

.ads_item .name {
    margin-bottom: 12px;
}

.ads_item .name a {
    font-weight: bold;
    line-height: 26px;
    font-size: 18px;
    color: #000C24;
    text-decoration: none;
}

.ads_item .name a:hover {
    color: #FF7F00;
}

.ads_item .tip {
    font-size: 12px;
    color: #979797;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.ads_item .tip label {
    display: block;
    width: 100px;
    font-size: 13px;
    color: #1A243A;
}

.ads_item .txt {
    font-size: 13px;
    line-height: 1.6;
    color: #1A243A;
}

.ads_item .box_checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
}

.ads_item .remove {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #1A243A;
    cursor: pointer;
    display: none;
}

.ads_item .remove:hover {
    color: #FF7F00;
}

.ads_item:hover .remove {
    display: block;
}

@media screen and (max-width: 1023px) {
    .ads_item .remove {
        display: block;
    }
}

.ads_item_2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #ECECEC;
    padding: 20px;
    margin-bottom: 10px;
}

.ads_item_2 .box_checkbox label:before {
    margin-right: 0;
}

.ads_item_2:last-child {
    margin-bottom: 0;
}

.ads_item_2 .firs_col .box_checkbox {
    margin-bottom: 17px;
}

.ads_item_2 .firs_col p {
    margin-bottom: 8px;
}

.ads_item_2 .firs_col p:last-child {
    margin-bottom: 0;
}

.ads_item_2 .firs_col .fas {
    font-size: 13px;
}

.ads_item_2 .firs_col a {
    color: #CACACA;
}

.ads_item_2 .firs_col a:hover {
    color: #FF7F00;
}

.ads_item_2 .photo {
    margin-left: 15px;
    margin-right: 15px;
}

.ads_item_2 .info {
    margin: 0 25px 0 15px;
    width: 100%;
}

.ads_item_2 .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.ads_item_2 .name {
    margin-top: -4px;
}

.ads_item_2 .name a {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5;
    color: #000C24;
}

.ads_item_2 .name a:hover {
    color: #FF7F00;
}

.ads_item_2 .right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #9A9A9A;
}

.ads_item_2 .right > p {
    margin-right: 20px;
}

.ads_item_2 .right > p:last-child {
    margin-right: 0;
}

.ads_item_2 .orang {
    font-weight: 550;
    line-height: normal;
    font-size: 13px;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    color: #FF7F00;
}

.ads_item_2 .statistic_ads,
.ads_item_3 .statistic_ads {
    position: relative;
}

.ads_item_2 .statistic_ads:hover dd,
.ads_item_3 .statistic_ads:hover dd {
    visibility: visible;
}

.ads_item_2 .statistic_ads dt,
.ads_item_3 .statistic_ads dt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ads_item_2 .statistic_ads dt i,
.ads_item_3 .statistic_ads dt i {
    margin-right: 10px;
    color: #CACACA;
    cursor: pointer;
}

.ads_item_2 .statistic_ads dt:hover i,
.ads_item_3 .statistic_ads dt:hover i {
    color: #FF7F00;
}

.ads_item_2 .statistic_ads dd,
.ads_item_3 .statistic_ads dd {
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 13px 10px;
    font-size: 13px;
    color: #9A9A9A;
    width: 390px;
    text-align: center;
    visibility: hidden;
}

.ads_item_3 .statistic_ads dd {
    width: 235px !important;
}

.statistic_ads dd {
    left: 0 !important;
}

.ads_item_3 .statistic_ads dd {
    left: -205px !important;
}

.ads_item_2 .url {
    margin-bottom: 15px;
    margin-top: -10px;
}

.ads_item_2 .url a {
    text-decoration: none;
    font-size: 13px;
    font-family: "KazimirText";
    color: #9A9A9A;
}

.ads_item_2 .url a:hover {
    color: #FF7F00;
}

.ads_item_2 .txt {
    font-family: "KazimirText";
    font-size: 13px;
    color: #1A243A;
}

.ads_item_2 .remove_ads {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    cursor: pointer;
}

.ads_item_2 .remove_ads i {
    margin-right: 10px;
}

.ads_item_2 .remove_ads img {
    display: block;
}

hr.lk {
    height: 1px;
    background-color: #ECECEC;
    border: 0 solid #000;
    margin-bottom: 20px;
}

.ads_list_3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ads_item_3 {
    width: 46%;
}

.ads_item_3:nth-child(1n+3) {
    margin-top: 50px;
}

.ads_item_3 .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 8px;
}

.ads_item_3 .name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    margin-top: -3px;
}

.ads_item_3 .name a {
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
    color: #000C24;
    text-decoration: none;
}

.ads_item_3 .name a:hover {
    color: #FF7F00;
}

.ads_item_3 .right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ads_item_3 .right p {
    margin-right: 10px;
}

.ads_item_3 .right p:last-child {
    margin-right: 0;
}

.ads_item_3 .right a {
    color: #CACACA;
    text-decoration: none;
}

.ads_item_3 .right a:hover {
    color: #FF7F00;
}

.ads_item_3 .url {
    margin-bottom: 16px;
}

.ads_item_3 .url a {
    text-decoration: none;
    font-size: 13px;
    font-family: "KazimirText";
    color: #9A9A9A;
}

.ads_item_3 .url a:hover {
    color: #FF7F00;
}

.ads_item_3 .thumb {
    margin-bottom: 25px;
}

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

.ads_item_3 .status {
    margin-bottom: 15px;
    font-weight: 550;
    line-height: normal;
    font-size: 13px;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    color: #FF7F00;
}

.ads_item_3 .txt {
    font-family: "KazimirText";
    font-size: 13px;
    line-height: 1.5;
    color: #1A243A;
}

.signs_table {
    font-family: "KazimirText";
    font-size: 13px;
    color: #1A243A;
    border-top: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

.signs_table .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
}

.signs_table .col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    width: 33.33%;
    padding: 18px 0;
}

.announcement {
    width: 178px;
    margin-right: 30px;
}

.announcement .thumb {
    position: relative;
    margin-bottom: 13px;
}

.announcement .thumb a {
    display: block;
}

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

.announcement span {
    position: absolute;
    top: 60%;
    left: -10px;
    background-color: #FF7F00;
    color: #fff;
    font-size: 10px;
    line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 7px 10px;
    width: 125px;
    text-align: center;
}

.announcement .title {
    font-size: 15px;
    color: #1A243A;
    font-family: "KazimirText";
    text-align: center;
    margin-bottom: 10px;
}

.announcement .readmore {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.announcement .link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.announcement .link a {
    display: block;
    border: 1px solid #1A243A;
    height: 40px;
    border-radius: 2px;
    text-transform: capitalize;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.announcement .link .readmore {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    color: #1A243A;
}

.announcement .link .readmore:hover {
    background-color: #1A243A;
    color: #fff;
}

.announcement .link .download {
    color: #FF7F00;
    width: 39px;
    margin-left: 10px;
}

.announcement .link .download:hover {
    background-color: #1A243A;
}

.nav_step_sings {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav_step_sings .arrow_tab {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: rgba(89, 89, 89, 0.75);
}

.nav_step_sings .arrow_tab img {
    display: block;
    opacity: 0.5;
}

.nav_step_sings .arrow_tab span {
    padding: 0 10px;
}

.nav_step_sings .arrow_tab:hover {
    color: #1A243A;
}

.nav_step_sings .arrow_tab:hover img {
    opacity: 1;
}

.nav_step_sings ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.nav_step_sings ul li {
    display: block;
    border: 1px solid #ECECEC;
    font-weight: bold;
    line-height: normal;
    font-size: 10.4px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #9A9A9A;
    padding: 20px 30px;
    line-height: 1;
    cursor: pointer;
}

.nav_step_sings ul li:nth-child(1n+2) {
    border-left: 0 solid #000;
}

.nav_step_sings ul li:hover {
    color: #1A243A;
}

.nav_step_sings .current {
    color: #FF7F00;
}

.nav_step_sings .current:hover {
    color: #FF7F00;
}

.sub_title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #1A243A;
}

.grid_2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grid_2 .left {
    width: 48.5%;
}

.grid_2 .right {
    width: 48.5%;
}

.ins {
    border: 1px solid #ECECEC;
    padding: 40px;
}

.ins dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #FF7F00;
}

.ins dd {
    margin-bottom: 20px;
}

.ins dd:last-child {
    margin-bottom: 0;
}

.ins dd .label {
    font-size: 13px;
    font-weight: bold;
    margin-right: 20px;
}

.ins .inline {
    margin-right: 20px;
}

.ins .inline:last-child {
    margin-right: 0;
}

.ins .flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ins .table_step {
    font-family: "KazimirText";
    font-size: 13px;
    color: #1A243A;
}

.ins .table_step .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ins .table_step .row:nth-child(1n+2) {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ECECEC;
}

.ins .table_step .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 45px;
}

.ins .table_step .fas {
    font-size: 25px;
    color: #FF7F00;
}

.ins .table_step .txt {
    line-height: 1.45;
}

.ins .table_step .txt p {
    margin-bottom: 5px;
}

.ins .table_step .txt p:last-child {
    margin-bottom: 0;
}

.ins .table_step .txt b {
    display: block;
}

.select_quantity {
    border: 1px solid #ECECEC;
    padding: 60px;
}

.select_quantity ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.select_quantity ul:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ECECEC;
    position: absolute;
    top: 42px;
    left: 0;
}

.select_quantity li {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    text-align: center;
    font-family: "KazimirText";
    font-size: 13px;
    text-align: center;
    color: #1A243A;
}

.select_quantity b {
    font-size: 13px;
    text-align: center;
    color: #1A243A;
}

.select_quantity .active b {
    color: #FF7F00;
}

.select_quantity p {
    margin-bottom: 15px;
}

.select_quantity p:last-child {
    padding-top: 5px;
    margin-bottom: 0;
}

.select_quantity .radio_element_2 {
    height: 16px;
    display: inline-block;
}

.select_quantity .total {
    font-size: 15px;
    color: #1A243A;
    text-align: center;
}

.select_quantity .total span {
    font-size: 24px;
    color: #FF7F00;
}

.sings_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    border: 1px solid #ECECEC;
    margin-bottom: 20px;
}

.sings_info .thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px;
}

.sings_info .title {
    font-size: 18px;
    font-weight: bold;
    color: #FF7F00;
    margin-bottom: 15px;
}

.sings_info .txt {
    font-size: 15px;
    line-height: 1.5;
    font-family: "KazimirText";
    margin-bottom: 15px;
    color: #1A243A;
}

.sings_info .dates {
    font-size: 12px;
    color: #979797;
    font-family: "KazimirText";
    margin-bottom: 15px;
}

.sings_info .dates p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.sings_info .dates p:last-child {
    margin-bottom: 0;
}

.sings_info label {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 127px;
    font-size: 13px;
    color: #1A243A;
}

.sings_info .price {
    font-size: 20px;
}

.sings_info span {
    color: #FF7F00;
    font-weight: bold;
}

.choise {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.choise .inline {
    margin-right: 40px;
}

.choise .inline:last-child {
    margin-right: 0;
}

.widht_690 {
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
}

.button_right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    text-align: right;
    color: rgba(152, 152, 152, 0.74);
    line-height: 1.4;
    padding-top: 10px;
}

.button_right .btn {
    margin-left: 20px;
}

.choise_payment {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.choise_payment .current {
    color: rgba(255, 127, 0, 0.72);
    border: 1px solid #FF7F00;
    font-weight: bold;
}

.choise_payment .current:hover {
    border: 1px solid #FF7F00;
}

.choise_payment li {
    width: 19%;
    border: 1px solid #ECECEC;
    padding: 20px;
    display: block;
    font-size: 13px;
    color: rgba(89, 89, 89, 0.79);
    text-align: center;
    cursor: pointer;
}

.choise_payment li:hover {
    border: 1px solid #1A243A;
}

.choise_payment li .icon {
    height: 98px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.choise_payment li img {
    display: block;
}

.total_price {
    text-align: center;
    font-size: 15px;
    opacity: 0.75;
    margin-bottom: 12px;
}

.total_price span {
    color: #FF7F00;
}

.mailing_list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.mailing_list li:last-child {
    margin-bottom: 0;
}

.mailing_list .box_checkbox {
    margin-right: 20px;
}

.mailing_list .box_checkbox label {
    font-size: 16px;
    color: #000C24;
}

.mailing_list .box_checkbox label:hover {
    color: #FF7F00;
}

.mailing_list .box_checkbox label b {
    font-size: 24px;
}

.mailing_list .lvl_2 {
    width: 100%;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
}

.mailing_list .lvl_2:before {
    content: '';
    width: 340px;
    height: 2px;
    position: absolute;
    bottom: 0;
    background-color: #ECECEC;
    left: 0px;
}

.remove_mailing_list {
    margin-bottom: 35px;
}

.remove_mailing_list .box_checkbox label {
    font-size: 13px;
    color: rgba(89, 89, 89, 0.75);
}

@media screen and (max-width: 767px) {
    .sings_info .txt-inner {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        border-top: 1px solid #ECECEC;
        padding-top: 15px;
    }
}

.fxg_1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}

.widht_300 {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.widht_310 {
    width: 310px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.list_favorites_grid_2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list_favorites_grid_2 .item_small {
    width: 48.5%;
}

.list_favorites_grid_2 .item_small:nth-child(1n+3) {
    margin-top: 3%;
}

.list_favorites_grid_2 .item_tab {
    width: 48.5%;
}

.list_favorites_grid_2 .item_tab:nth-child(1n+3) {
    margin-top: 3%;
}

.list_favorites_grid_2 .item_video {
    width: 48.5%;
}

.list_favorites_grid_2 .item_video:nth-child(1n+3) {
    margin-top: 3%;
}

.favor_filter {
    margin-bottom: 20px;
}

.favor_filter.margin_bottom_30 {
    margin-bottom: 30px;
}

.favor_filter .widht_135 {
    width: 135px;
}

.favor_filter .widht_155 {
    width: 135px;
}

.favor_filter .status {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.favor_filter .status .active {
    background-color: #1A243A;
    border-radius: 1px;
    color: #fff;
}

.favor_filter .status .active:hover {
    color: #fff;
}

.favor_filter .status a {
    display: block;
    margin-right: 20px;
    font-weight: bold;
    line-height: normal;
    font-size: 10.4px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #000C24;
    text-decoration: none;
    padding: 7px 8px;
}

.favor_filter .status a:last-child {
    margin-right: 0;
}

.favor_filter .status a:hover {
    color: #FF7F00;
}

.favor_filter .sub_col {
    margin-right: 20px;
}

.favor_filter select {
    width: 185px;
    height: 40px;
    font-size: 13px;
    padding: 0 15px;
}

.favor_filter select:nth-child(1n+2) {
    margin-left: 10px;
}

.favor_filter .remove {
    color: #9A9A9A;
    cursor: pointer;
}

.favor_filter .remove:hover {
    color: #FF7F00;
}

.favor_filter .delete {
    color: #1A243A;
    cursor: pointer;
}

.favor_filter .delete:hover {
    color: #FF7F00;
}

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

.favorites_menu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 300px;
}

.favorites_menu li {
    display: block;
    margin-bottom: 15px;
}

.favorites_menu li:last-child {
    margin-bottom: 0;
}

.favorites_menu li.current a {
    color: #FF7F00;
}

.favorites_menu a {
    font-size: 15px;
    color: #9A9A9A;
    font-weight: bold;
    text-decoration: none;
}

.favorites_menu a:hover {
    color: #FF7F00;
}

.favorites_right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1px;
    flex: 1 1px;
    overflow: hidden;
}

.favorites_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #ECECEC;
    padding: 20px;
}

.favorites_item:last-child {
    margin-bottom: 0;
}

.favorites_item .txt {
    color: #000C24;
    font-weight: bold;
    text-decoration: none;
    padding: 0 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.4;
}

.favorites_item .delete {
    cursor: pointer;
}

.favorites_item .delete img {
    display: block;
}

.list_favorites_grid_3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list_favorites_grid_3 .expert_item {
    width: 32%;
}

.list_favorites_grid_3 .expert_item:nth-child(3n+2), .list_favorites_grid_3 .expert_item:nth-child(3n+3) {
    margin-left: 2%;
}

.list_favorites_grid_3 .expert_item:nth-child(1n+4) {
    margin-top: 20px;
}

.favorites_item_2 {
    width: 32%;
    border: 1px solid #ECECEC;
    font-size: 13px;
    line-height: 1.4;
}

.favorites_item_2:nth-child(3n+2), .favorites_item_2:nth-child(3n+3) {
    margin-left: 2%;
}

.favorites_item_2:nth-child(1n+4) {
    margin-top: 2%;
}

.favorites_item_2 .thumb {
    border-bottom: 1px solid #ECECEC;
    position: relative;
}

.favorites_item_2 .thumb:hover .pic:before {
    content: '';
    opacity: 1;
}

.favorites_item_2 .thumb a {
    display: block;
    color: #000C24;
    text-decoration: none;
    text-align: center;
    padding: 0 1px;
}

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

.favorites_item_2 .thumb .pic {
    position: relative;
    display: block;
}

.favorites_item_2 .thumb .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(221.16deg, #1A243A 0%, rgba(26, 36, 58, 0) 100%);
    background: -o-linear-gradient(221.16deg, #1A243A 0%, rgba(26, 36, 58, 0) 100%);
    background: linear-gradient(228.84deg, #1A243A 0%, rgba(26, 36, 58, 0) 100%);
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.favorites_item_2 .thumb .title {
    display: block;
    padding: 13px 10px;
}

.favorites_item_2 .remove {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 16px;
}

.favorites_item_2 .remove:hover {
    color: #FF7F00;
}

.favorites_item_2 .info {
    padding: 14px 20px 20px 20px;
}

.favorites_item_2 .price {
    text-align: center;
    color: #9A9A9A;
    font-size: 13px;
    margin-bottom: 5px;
}

.favorites_item_2 .price span {
    font-weight: bold;
    color: #FF7F00;
}

.favorites_item_2 .status {
    font-weight: bold;
    line-height: normal;
    font-size: 10.4px;
    text-align: center;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    text-align: center;
    color: #1A243A;
    margin-bottom: 12px;
}

.favorites_item_2 .btn {
    font-size: 13px;
    padding: 9px 10px;
    text-align: center;
    line-height: 1;
}

.item_tech {
    border: 1px solid #ECECEC;
    padding: 30px;
    margin-bottom: 10px;
}

.item_tech .meta {
    margin-bottom: 15px;
}

.item_tech .text {
    color: #1A243A;
    font-size: 13px;
    padding-right: 40px;
}

.item_tech .delete {
    cursor: pointer;
    font-size: 16px;
}

.item_tech .delete:hover {
    color: #FF7F00;
}

@media screen and (max-width: 750px) {
    .item_tech .text {
        padding-right: 0;
    }

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

    .favorites .blockquote .left {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(151, 151, 151, 0.26);
        margin-bottom: 20px;
        width: 100%;
    }

    .favorites .blockquote .left .expert_item {
        width: 195px;
        margin-left: auto;
        margin-right: auto;
    }

    .favorites .blockquote dl {
        width: 100%;
        max-width: 100%;
    }

    .favorites .blockquote .left::before {
        right: auto;
        top: auto;
        left: 50px;
        bottom: -16px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0px;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider_announcement {
    position: relative;
    /* Dots */
}

.slider_announcement .slick-prev,
.slider_announcement .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: -90px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5;
}

.slider_announcement .slick-prev:hover,
.slider_announcement .slick-next:hover {
    opacity: 1;
}

.slider_announcement .slick-prev {
    right: 35px;
    background-image: url(../images/btn/slider_prev_2.svg);
}

.slider_announcement .slick-next {
    right: 0;
    background-image: url(../images/btn/slider_next_2.svg);
}

.slider_announcement .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.slider_announcement .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slider_announcement .announcement {
    height: 337px;
}

/* Scss Document */
.text ul li a {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FF7F00;
}

.menu_site {
    margin-bottom: 20px;
}

.menu_site li {
    display: block;
    margin-bottom: 7px;
}

.menu_site li:last-child {
    margin-bottom: 0;
}

.menu_site a {
    color: #1A243A;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
}

@media (max-width: 1300px) {
    #page {
        overflow: hidden;
    }

    header {
        padding: 22px 0;
        position: relative;
        z-index: 20;
    }

    header .wrap {
        padding-right: 30px;
    }

    header li {
        margin-right: 15px;
    }

    header li a {
        font-size: 10px;
    }

    header .icon {
        height: 20px;
    }

    header .icon i {
        zoom: 0.7;
    }

    header .namb {
        top: -5px;
    }

    header .logo {
        margin-right: 25px;
    }

    header .logo a {
        display: block;
    }

    header .logo img {
        display: block;
        width: 150px;
    }

    header .search_head {
        margin-right: 25px;
    }

    .flx_content {
        display: block;
    }

    .flx_content .col_left {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        background-color: rgba(26, 36, 58, 0.9);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .flx_content .col_left.active {
        visibility: visible;
        opacity: 1;
    }

    .flx_content .col_left:before {
        content: '';
        display: none;
    }

    .flx_content .col_right {
        padding: 30px 30px 90px 30px;
        width: 100%;
    }

    .flx_content .flx_left {
        width: 320px;
        background-color: #fff;
    }

    .hide_992 {
        display: none;
    }

    .show_992 {
        display: block;
    }

    .close_col_left {
        position: absolute;
        top: 20px;
        right: -34px;
        width: auto !important;
        cursor: pointer;
        color: #fff;
    }

    .btn_fixed {
        position: fixed;
        bottom: 30px;
        left: 30px;
        width: 50px;
        height: 50px;
        background-color: #FF7F00;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        border-radius: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px;
        line-height: 1;
    }

    .title_page {
        margin-bottom: 22px;
    }

    .title_page h1 {
        font-size: 30px;
    }

    .flx_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flx_box .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .flx_box .right {
        width: 100%;
        margin-bottom: 20px;
    }

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

    .input_file p {
        margin: 0 20px;
    }

    .form_table .td_right .size_30 {
        width: 32%;
    }

    .text_2 {
        font-size: 18px;
    }

    .text_2 h2 {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .table_1 table {
        table-layout: fixed;
    }

    .table_1 .widht_td_2 {
        width: 95px;
        white-space: pre-wrap;
        padding: 13px 5px;
    }

    .table_1 .col {
        padding-right: 20px;
    }

    .btn_options p {
        width: 95px;
    }

    .btn_options .btn {
        width: 33px;
        height: 30px;
        padding: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .search_head input {
        height: 36px;
    }
}

@media screen and (max-width: 1279px) {
    .box_info .site_add_social {
        width: 100%;
    }
}

@media (max-width: 750px) {
    header .eleps img {
        width: 21px;
        height: auto;
        display: block;
        cursor: pointer;
    }

    .filter_lk {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btn_group_3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .btn_group_3 > div {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .btn_group_3 > div:last-child {
        margin-bottom: 0;
    }

    .btn_group_3 > div a {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    h2.lk {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .text ul {
        font-size: 13px;
    }

    .padding_40 {
        padding: 20px;
    }

    .text_2 {
        font-size: 15px !important;
    }

    .table_1 {
        overflow-x: scroll;
    }

    .table_1 .btn_options {
        width: 750px;
    }

    .table_1 table {
        width: 750px;
    }

    .flx_box .right {
        margin-bottom: 0;
    }

    .input_text_2 {
        font-weight: 300;
    }

    .input_textarea {
        font-weight: 300;
    }

    .box .name {
        font-size: 11px;
        padding: 15px 20px;
    }

    .site_add_social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .site_add_social .input_text_2 {
        width: 100%;
    }

    .site_add_social .add_social {
        margin-left: 0;
        margin-top: 10px;
    }

    .add_logo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .add_logo .pic {
        width: 100%;
        margin-bottom: 10px;
    }

    .add_logo .pic span {
        width: 40px;
        height: 40px;
    }

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

    .input_file p {
        width: 100%;
        padding: 0;
    }

    .add_avatar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .add_avatar .pic {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .add_avatar .pic img {
        width: 100px;
    }

    .box .box_info {
        padding: 20px;
    }

    .form_table .row {
        display: block;
        margin-bottom: 15px;
    }

    .form_table .td_left label {
        width: 100%;
        text-align: left;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .flx_content .flx_left {
        width: 100%;
        padding: 20px 15px;
    }

    .flx_content .close_col_left {
        right: 15px;
        top: 20px;
        color: #000;
    }

    .btn {
        font-size: 13px;
        padding: 14px 30px;
    }

    .text {
        font-size: 13px;
    }

    .title_page {
        margin-bottom: 20px;
    }

    .title_page h1 {
        font-size: 20px;
    }

    .breadcrumbs {
        font-size: 10px;
        padding-bottom: 15px;
    }

    .btn_fixed {
        display: none !important;
    }

    .show_750 {
        display: block;
    }

    header {
        background-color: #fff;
        padding: 0;
        -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.0707088);
        box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.0707088);
    }

    header .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0;
    }

    header .logo {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #1A243A;
        margin: 0;
        padding: 15px 5px 15px 15px;
    }

    header .logo a img {
        width: 168px;
        height: auto;
    }

    header .eleps {
        color: #FF7F00;
        padding: 5px 10px;
        line-height: 1;
        position: relative;
        top: -4px;
    }

    header i {
        color: rgba(26, 36, 58, 0.2) !important;
        font-size: 23px;
    }

    header .size_small {
        font-size: 20px;
    }

    header .icon {
        margin-bottom: 0;
    }

    header .name {
        display: none;
    }

    header .namb {
        width: 15px;
        height: 15px;
        font-size: 8px;
        top: -7px;
        left: 60%;
        line-height: 15px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    header .option {
        padding: 10px 15px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    header .option .js_open_col_left {
        color: rgba(26, 36, 58, 0.2);
        font-size: 25px;
    }

    header .option li {
        width: 20px;
        margin-right: 20px;
    }

    header .option li:last-child {
        margin-right: 0;
    }

    .flx_content .col_right {
        padding: 20px 15px;
    }
}

/* Scss Document */
@media (max-width: 1300px) {
    .company_info {
        display: block;
    }

    .company_info:before {
        content: '';
        display: none;
    }

    .company_left {
        width: 100%;
    }

    .company_right {
        width: 100%;
        padding: 30px;
        border-top: 1px solid #E5E5E5;
    }

    .flx_sertificat .item_sertificat {
        width: 32%;
    }

    .flx_sertificat .item_sertificat:nth-child(4n+2), .flx_sertificat .item_sertificat:nth-child(4n+3), .flx_sertificat .item_sertificat:nth-child(4n+4) {
        margin-left: 0%;
    }

    .flx_sertificat .item_sertificat:nth-child(3n+2), .flx_sertificat .item_sertificat:nth-child(3n+3) {
        margin-left: 2%;
    }

    .flx_sertificat .item_sertificat:nth-child(1n+4) {
        margin-top: 2%;
    }

    .filter_lk .date {
        width: 100px;
    }

    .ads_item_2 .top {
        margin-bottom: 10px;
    }

    .ads_item_2 .right {
        width: 180px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ads_item_2 .right p {
        margin-bottom: 10px;
    }

    .ads_item_2 .name a {
        font-size: 15px;
    }

    .ads_item_2 .has_stats {
        display: block;
        width: auto;
    }

    .ads_item_2 .has_stats p {
        margin-right: 0;
    }

    .ads_item_3 {
        width: 47.5%;
    }

    .ads_item_3:nth-child(1n+3) {
        margin-top: 40px;
    }

    .grid_2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .grid_2 .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .grid_2 .right {
        width: 100%;
    }

    .grid_2 .ins {
        max-width: 435px;
        margin: 0 auto;
    }

    .nav_step_sings .arrow_tab span {
        display: none;
    }

    .has_delete a {
        display: block;
        position: relative;
    }

    .has_delete a:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-linear-gradient(234.15deg, #1A243A 0%, rgba(26, 36, 58, 0) 100%);
        background: -o-linear-gradient(234.15deg, #1A243A 0%, rgba(26, 36, 58, 0) 100%);
        background: linear-gradient(215.85deg, #1A243A 0%, rgba(26, 36, 58, 0) 100%);
    }

    .messages_filter .bells_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .messages_filter .bells_row .right {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .messages_filter .bells_row .mobile_seach_input {
        width: 49%;
    }

    .messages_filter .grid_3 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .messages_filter .grid_3 p {
        width: 49%;
    }

    .messages_filter .row_bottom .txt {
        width: 145px;
    }

    .btn_group_3.photo_page div a {
        white-space: nowrap;
    }
}

@media (max-width: 750px) {
    .messages_filter .grid_3 p {
        width: 48%;
    }

    .messages_filter .row_bottom .right.mobile_no_padding {
        margin-top: 0;
    }

    .messages_filter .row_bottom .right.mobile_no_padding .mobile_seach_input {
        width: 100%;
        margin-bottom: 10px;
    }

    .messages_filter .row_bottom .right.mobile_no_padding .flx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .filter_table_messages .btn_navigator .prev,
    .filter_table_messages .btn_navigator .next {
        width: 24px;
        height: 24px;
        background-size: cover;
    }

    .filter_table_messages .choise_messages {
        overflow: hidden;
        margin-top: 20px;
    }

    .filter_table_messages .choise_messages li {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .filter_table_messages .choise_messages li:nth-child(1n+2) {
        padding-left: 0;
        margin-left: 0;
        border-left: 0 solid #000;
        margin-left: 20px;
    }

    .filter_table_messages .choise_messages a {
        font-size: 10px;
    }

    .status_messages {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .status_messages a {
        background-color: #F5F5F5;
        margin-bottom: 5px;
    }

    .messages_filter .row_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .messages_filter .row_bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .messages_filter .row_bottom .txt {
        margin-right: 20px;
        font-size: 11px;
        width: 130px;
    }

    .messages_filter .row_bottom .delete_select {
        padding: 0;
    }

    .messages_filter .row_bottom .right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .messages_filter .row_bottom .right .aic {
        width: 100%;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .messages_filter .row_bottom .right .aic br {
        display: none;
    }

    .messages_filter .row_bottom .date {
        width: 48%;
    }

    .messages_filter .row_bottom .input_text_2.icon_date {
        margin-left: 0;
        width: 100%;
    }

    .event_item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 25px;
        margin-bottom: 10px;
    }

    .event_item .logos {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .event_item .title a {
        font-size: 16px;
    }

    .event_item .meta {
        margin-bottom: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .event_item .date {
        font-size: 11px;
    }

    .event_item .info {
        padding-right: 0;
    }

    .event_item .control {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 11px;
    }

    .event_item .control .place {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
        font-size: 11px;
    }

    .event_item .control .place::before {
        top: 1px;
    }

    .accordion_item .title {
        font-size: 11px;
    }

    .accordion_item .info {
        padding: 20px 0;
    }

    .choise_payment {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .choise_payment li {
        margin: 5px;
        width: 140px;
    }

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

    .nav_step_sings .arrow_tab {
        display: none;
    }

    .button_right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
    }

    .button_right p:first-child {
        margin-top: 15px;
    }

    .button_right .btn {
        margin-left: 0;
    }

    .form_table .wight_50 {
        width: 100%;
    }

    .form_table .wight_25 {
        width: 100%;
    }

    .form_table .wight_32 {
        width: 100%;
    }

    .sings_info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 20px;
    }

    .sings_info .info {
        width: 100%;
        margin-top: 25px;
    }

    .sings_info .txt {
        font-size: 13px;
    }

    .choise {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 25px;
    }

    .choise .inline {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .choise .inline:last-child {
        margin-bottom: 0;
    }

    .select_quantity {
        padding: 50px 0px 25px 0px;
    }

    .select_quantity ul {
        display: block;
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .select_quantity ul:before {
        content: '';
        display: none;
    }

    .select_quantity li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 30px;
    }

    .select_quantity li:last-child {
        margin-bottom: 0;
    }

    .select_quantity p {
        margin-bottom: 0;
    }

    .select_quantity p:nth-child(1) {
        text-align: right;
        width: 100px;
    }

    .select_quantity p:nth-child(2) {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 16px;
        margin: 0 10px;
        position: relative;
        top: 2px;
    }

    .select_quantity p:nth-child(3) {
        padding-top: 0;
        width: 100px;
        text-align: left;
    }

    .select_quantity .total {
        border-top: 1px solid #E5E5E5;
        padding-top: 30px;
    }

    .select_quantity .total b {
        display: block;
        margin-bottom: 5px;
    }

    .ins {
        padding: 30px 20px;
    }

    .ins dt {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .ins .flx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ins .flx .label {
        width: 100%;
        margin-bottom: 15px;
    }

    .nav_step_sings ul li {
        padding: 0 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        overflow: hidden;
    }

    .announcement .link a {
        height: 36px;
    }

    .announcement .link .readmore {
        font-size: 11px;
    }

    .hide_750 {
        display: none !important;
    }

    .slider_announcement .slick-prev,
    .slider_announcement .slick-next {
        top: -57px;
    }

    .name_s {
        font-size: 11px;
        padding-bottom: 13px;
        margin-bottom: 20px;
    }

    .name_s .count {
        font-size: 11px;
        padding-right: 70px;
    }

    .flx.align_right.mobile_align_left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .signs_table {
        overflow-x: scroll;
    }

    .signs_table .row {
        width: 600px;
    }

    .photo_lk_list .item_tab {
        width: 100%;
    }

    .photo_lk_list .item_tab:nth-child(3n+2), .photo_lk_list .item_tab:nth-child(3n+3) {
        margin-left: 0%;
    }

    .photo_lk_list .item_tab:nth-child(1n+2) {
        margin-top: 20px;
        padding-top: 30px;
        border-top: 1px solid #E5E5E5;
    }

    .photo_lk_list .item_video {
        width: 100%;
    }

    .photo_lk_list .item_video:nth-child(3n+2), .photo_lk_list .item_video:nth-child(3n+3) {
        margin-left: 0%;
    }

    .photo_lk_list .item_video:nth-child(1n+2) {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #E5E5E5;
    }

    .btn_group_3.photo_page .btn_lk_1 {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .mobile_100 {
        width: 100%;
    }

    .title_page.title_flx .right {
        display: none;
    }

    .news_lk_list .item_small {
        width: 100%;
        margin-bottom: 0;
    }

    .news_lk_list .item_small:nth-child(3n+2), .news_lk_list .item_small:nth-child(3n+3) {
        margin-left: 0%;
    }

    .news_lk_list .item_small:nth-child(1n+2) {
        margin-top: 10px;
    }

    .ads_item_3 {
        width: 100%;
    }

    .ads_item_3:nth-child(1n+2) {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #E5E5E5;
    }

    .ads_item_3 .name a {
        font-size: 15px;
    }

    .ads_list_2 {
        overflow-x: scroll;
    }

    .ads_item_2 {
        width: 780px;
    }

    .filter_lk.ads_page .row_filter .move {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow: hidden;
    }

    .filter_lk .row_filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter_lk .mobile_jcsb {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .filter_lk .namber_ads {
        width: 100%;
        margin-bottom: 10px;
    }

    .filter_lk .name_ads {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow: hidden;
        margin-right: 10px;
    }

    .filter_lk .name_ads.vid_2 {
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .filter_lk .w48 {
        width: 49%;
    }

    .filter_lk .w100 {
        width: 100%;
    }

    .filter_lk .w100 .btn {
        width: 100%;
        margin-top: 10px;
    }

    .filter_lk .name_ads.mobile_size_155 {
        width: 49% !important;
    }

    .btn_group_3 .left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btn_group_3 .left > div {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .btn_group_3 .left > div:last-child {
        margin-bottom: 0;
    }

    .btn_group_3 .btn_lk_fon_2 {
        width: 100%;
    }

    .filter_show {
        display: block;
        font-size: 11px;
    }

    .filter_show p:first-child {
        margin-bottom: 10px;
        font-weight: bold;
        line-height: normal;
        font-size: 11px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .filter_lk .left {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .filter_lk .right {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .filter_lk .namber {
        width: 100%;
        margin-bottom: 10px;
    }

    .filter_lk .aic {
        width: 100%;
        margin-bottom: 10px;
    }

    .filter_lk .date {
        width: 49%;
    }

    .btn_group_3 > div a {
        font-size: 13px;
    }

    .filter_lk {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
    }

    .filter_lk p {
        margin: 0;
    }

    .filter_lk .move {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 10px;
    }

    .filter_lk .code {
        width: 100%;
        margin: 10px 0;
    }

    .filter_lk .name {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow: hidden;
        margin-right: 10px;
    }

    .table_2 {
        overflow-x: scroll;
    }

    .table_2 table {
        width: 890px;
    }

    .padding_30 {
        padding: 20px;
    }

    .flx_sertificat {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .flx_sertificat .item_sertificat {
        width: 200px;
        margin-right: 20px;
    }

    .flx_sertificat .item_sertificat:nth-child(3n+2), .flx_sertificat .item_sertificat:nth-child(3n+3) {
        margin-left: 0%;
    }

    .flx_sertificat .item_sertificat:nth-child(1n+4) {
        margin-top: 0%;
    }

    h2.lk {
        font-size: 15px;
    }

    .company_info {
        margin-bottom: 30px;
    }

    .path_top {
        padding: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .path_top .logo_rosneft {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .path_bottom {
        padding: 20px;
    }

    .mobile_fxww {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 11px;
    }

    .mobile_fxww .name_vid_1 {
        font-size: 11px;
    }

    .mobile_fxww .left {
        width: 100%;
        margin-bottom: 10px;
        font-size: 11px;
    }

    .hide_750 {
        display: none;
    }

    .too_colum {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .too_colum .left {
        width: 112px;
        margin-right: 14px;
    }

    .company_right {
        padding: 20px;
    }

    .text.font_size_15 {
        font-size: 13px;
    }

    .quantity_show {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: right;
        margin: 0;
        margin-right: 15px;
    }

    .ads_item {
        width: 100%;
        padding: 40px 20px 20px 20px;
    }

    .ads_item:nth-child(1n+2) {
        margin-top: 10px;
    }

    .ads_item .city {
        font-size: 11px;
    }

    .ads_item .date {
        font-size: 11px;
    }

    .ads_item .tip {
        margin-bottom: 20px;
    }

    .ads_item .namb {
        font-size: 11px;
    }

    .ads_item .name a {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    .filter_lk .move {
        width: 190px;
    }

    .filter_lk.ads_page .row_filter .move {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        overflow: hidden;
        width: 197px;
    }
}

@media (max-width: 1300px) {
    .favorites {
        display: block;
    }

    .favorites_menu {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ECECEC;
    }

    .favorites_menu ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 -2px;
    }

    .favorites_menu li {
        margin-bottom: 0;
        margin: 2px;
    }

    .favorites_menu a {
        padding: 8px;
        background-color: #fff;
        display: block;
        font-size: 10.4px;
        letter-spacing: 1.04px;
        text-transform: uppercase;
        color: #000C24;
    }

    .favorites_menu li.current a {
        background-color: #1A243A;
        border-radius: 1px;
        color: #fff;
    }

    .mobile_grid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mobile_grid .sed {
        display: block;
    }

    .mobile_grid .sed > div {
        margin-bottom: 5px;
    }

    .mobile_grid .sed > div:last-child {
        margin-bottom: 0;
    }

    .status_navigator {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 1px solid #ECECEC;
        margin-bottom: 30px;
    }

    .status_navigator .active {
        color: #FF7F00;
    }

    .status_navigator a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: bold;
        line-height: normal;
        font-size: 13px;
        text-align: center;
        letter-spacing: 1.04px;
        text-transform: uppercase;
        color: #1A243A;
        text-decoration: none;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 24px 10px;
    }

    .status_navigator a:nth-child(1n+2) {
        border-left: 1px solid #ECECEC;
    }

    .mobile_grid_media {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .mobile_grid_media > div {
        width: 100%;
    }

    .mobile_grid_media .filter_lk {
        width: calc(100% + 10px);
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 30px;
    }

    .mobile_grid_media .favor_filter {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0;
    }

    .mobile_grid_media .favor_filter .aic .right {
        width: 100%;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .mobile_grid_media .favor_filter .aic .right .flx {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .mobile_grid_media .favor_filter .aic .right .flx > div:last-child {
        margin-left: 20px;
    }

    .mobile_grid_media .btn_group_3 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 10px;
    }

    .filter_lk .name_ads.mobile_size_155 {
        width: 150px;
    }

    .mobile_grid_media .filter_lk.margin_bottom_10 {
        margin-bottom: 10px;
    }

    .mobile_fxg_1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .mobile_fxg_1 select {
        width: 100%;
    }

    .mobile_no_fxg_1 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .list_favorites_grid_3 .expert_item {
        width: 184px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    .list_favorites_grid_3 .expert_item:nth-child(3n+2), .list_favorites_grid_3 .expert_item:nth-child(3n+3) {
        margin-left: 0%;
    }

    .list_favorites_grid_3 .expert_item:nth-child(1n+2) {
        margin-top: 0px;
    }

    .find_person .right .btn {
        height: 47px;
    }

    .find_person p:nth-child(1n+3) {
        margin-top: 10px;
    }

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

    .find_person .right p {
        margin-bottom: 10px;
    }

    .favor_filter .left {
        display: block;
        width: auto;
    }

    .favor_filter .status a {
        border: 1px solid #1A243A;
        border-radius: 2px;
        padding: 15px 20px 13px 20px;
        margin-right: 10px;
    }

    .favor_filter .status .active {
        background-color: #FF7F00;
        border-color: #FF7F00;
        border-radius: 2px;
    }

    .favor_filter .jcsb.last {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
    }

    .favor_filter .jcsb.last i {
        width: 13px;
    }

    .favor_filter select {
        width: 290px;
    }

    .favor_filter .remove {
        margin-bottom: 5px;
        display: inline-block;
    }

    .favor_filter-product .left {
        display: none;
    }

    .favor_filter-product .remove {
        margin-bottom: 0;
    }

    .favor_filter-news .left, .favor_filter-ads .left, .favor_filter-photo .left {
        display: none !important;
    }

    .favor_filter-expert .jcsb.last {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .favor_filter-metting .sub_col select {
        width: 100%;
        max-width: 397px;
    }

    .mobile_grid_media .favor_filter-metting .aic .right .flx {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

@media (max-width: 750px) {
    .item_tech {
        padding: 30px 20px 20px 20px;
        position: relative;
    }

    .item_tech .delete {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .item_tech .date {
        font-size: 11px;
    }

    .category_link a, .category_link span {
        font-size: 11px;
    }

    .find_person {
        padding: 20px 10px;
        margin-bottom: 30px;
    }

    .find_person form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .find_person p {
        width: 100%;
    }

    .find_person p:nth-child(1n+2) {
        margin-top: 10px;
    }

    .find_person .right {
        margin-left: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }

    .find_person .right p {
        width: 48.5%;
    }

    .find_person .right p:nth-child(1n+2) {
        margin-top: 0;
    }

    .find_person .right .btn {
        font-size: 13px;
        height: 40px;
    }

    .find_person .input_text,
    .find_person select {
        height: 40px;
        padding: 0 15px;
        font-size: 11px;
    }

    .mobile_no_fxg_1 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .mobile_grid_media .filter_lk {
        margin-bottom: 20px;
    }

    .mobile_grid_media .favor_filter .aic .right .flx {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        width: 100%;
    }

    .status_navigator {
        margin-bottom: 15px;
    }

    .btn_group_3 .all {
        width: 100%;
    }

    .status_navigator a {
        font-size: 10px;
        padding: 15px 13px;
        line-height: 1.4;
    }

    .favor_filter .widht_155 {
        width: 48%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .list_favorites_grid_2 .item_small {
        width: 100%;
    }

    .list_favorites_grid_2 .item_small:nth-child(1n+2) {
        margin-top: 10px;
    }

    .list_favorites_grid_2 .item_video {
        width: 100%;
    }

    .list_favorites_grid_2 .item_video:nth-child(1n+2) {
        margin-top: 10px;
    }

    .list_favorites_grid_2 .item_tab {
        width: 100%;
    }

    .list_favorites_grid_2 .item_tab:nth-child(1n+2) {
        margin-top: 20px;
        border-top: 1px solid #ECECEC;
        padding-top: 25px;
    }

    .mobile_grid {
        display: block;
    }

    .mobile_grid .sed {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mobile_grid .sed > div {
        margin-bottom: 5px;
    }

    .mobile_grid .sed > div:last-child {
        margin-bottom: 0;
    }

    .favor_filter .widht_135 {
        width: 100%;
    }

    .favorites_menu {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .favorites_menu a {
        background: #F5F5F5;
        border-radius: 0.8px;
    }

    .list_favorites_grid_3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -10px;
    }

    .favorites_item_2 {
        width: 290px;
        margin-bottom: 20px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .favorites_item_2:nth-child(3n+2), .favorites_item_2:nth-child(3n+3) {
        margin-left: 0%;
    }

    .favorites_item_2 .thumb .pic {
        height: 160px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .favorites_item_2 .thumb .pic img {
        display: none;
    }

    .favor_filter {
        font-size: 11px;
    }

    .favor_filter .right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .favor_filter .sub_col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .favor_filter select {
        width: 100%;
        font-size: 11px;
    }

    .favorites_item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        padding-top: 10px;
    }

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

    .favorites_item .txt {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
        margin-top: 10px;
        width: 100%;
    }

    .favorites_item .delete {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: absolute;
        top: 15px;
        right: 10px;
    }

    .favor_filter .jcsb.aic {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    .favor_filter .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .favor_filter .status a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .favor_filter .jcsb.last {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/* меню в левом сайдбаре */
.menu_lk a:hover {
    background: #FF7F00;
}

.menu_lk a:hover .icon-down-open::before {
    color: #fff;
}

.menu_lk .active {
    background: #FF7F00;
}

.menu_lk .active .icon-down-open::before {
    color: #fff;
}

.menu_lk-lv2 {
    margin-bottom: 30px;
    margin-top: 20px;
}

.menu_lk-lv2 a {
    background: none;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 9px;
    color: #9A9A9A;
    padding: 0;
}

.menu_lk-lv2 a:hover {
    color: #1A243A;
    background: none;
}

.menu_lk-lv2 li {
    margin-bottom: 20px;
}

.menu_lk-lv2 li:last-child {
    margin-bottom: 0px;
}

.menu_lk-lv2 .active {
    color: #1A243A;
    background: none;
}

.menu_lk-lv2 a.main {
    color: #FF7F00;
    text-transform: uppercase;
}

.menu_lk-lv2 a.active.main {
    color: #1A243A;
}

.menu_lk-lv2 .active:hover {
    color: #1A243A;
    background: none;
}

.menu_lk-lv1 > li > a.active + .menu_lk-lv2 {
    display: block;
}

.menu_lk-lv1 > li > a.link-down .icon-down-open {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu_lk-mod {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 9px;
    text-transform: uppercase;
    color: #FF7F00 !important;
}

/* фильтр на странице объявлений */
.filter_lk.ads_page .namber_ads {
    max-width: 140px;
    width: 100%;
}

.btn_group_3.jcsb {
    margin-bottom: 20px;
}

.filter_lk.ads_page {
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.filter_lk.ads_page::before {
    display: none;
}

.filter_lk.ads_page .left {
    margin-left: -5px;
}

.filter_lk.ads_page .right {
    margin-right: -5px;
}

.filter_lk.ads_page .right.vertical_center {
    margin-right: 0;
}

/* для всех мест где есть */
.filter_lk .aic {
    white-space: nowrap;
}

@media screen and (max-width: 1279px) {
    .filter_lk .name_ads {
        max-width: 157px;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .filter_lk.ads_page .namber_ads {
        max-width: 100%;
        width: 100%;
    }

    .filter_lk.ads_page .name_ads {
        max-width: 100%;
        width: calc(100% - 91px);
    }

    .filter_lk.ads_page .left {
        margin-left: 0;
    }
}

/* таблица на странице table-goods-and-services */
.table-goods-and-services img {
    max-width: 72px;
}

.table-goods-and-services td:nth-child(1) {
    width: 34px;
}

.table-goods-and-services td:nth-child(2) {
    width: 94px;
}

.table-goods-and-services td:nth-child(3) {
    width: 148px;
    padding-right: 20px;
}

.table-goods-and-services td:nth-child(4) {
    width: 108px;
    padding-right: 20px;
}

.table-goods-and-services td:nth-child(5) {
    width: 68px;
    padding-right: 20px;
}

.table-goods-and-services td:nth-child(6) {
    width: 78px;
    padding-right: 20px;
}

.table-goods-and-services td:nth-child(7) {
    width: 88px;
    padding-right: 20px;
}

.table-goods-and-services td:nth-child(8) {
    width: 98px;
    padding-right: 20px;
}

.table-goods-and-services td:nth-child(9) {
    width: 108px;
    padding-right: 20px;
}

.table-goods-and-services td:nth-child(10) {
    width: 66px;
}

@media screen and (max-width: 940px) {
    .table-goods-and-services table {
        width: 890px;
    }

    .table-goods-and-services {
        overflow-x: auto;
    }
}

/* таблица на странице zak */
.table-zak table td:nth-child(1) {
    width: 128px;
    padding-right: 20px;
}

.table-zak table td:nth-child(2) {
    width: 108px;
    padding-right: 20px;
}

.table-zak table td:nth-child(3) {
    width: 168px;
    padding-right: 20px;
}

.table-zak table td:nth-child(4) {
    width: 138px;
    padding-right: 20px;
}

.table-zak table td:nth-child(5) {
    width: 148px;
    padding-right: 20px;
}

.table-zak table td:nth-child(6) {
    width: 150px;
    padding-right: 9px;
}

.table-zak table td:nth-child(7) {
    width: 31px;
}

@media screen and (max-width: 939px) {
    .table-zak {
        overflow-x: auto;
    }

    .table-zak table {
        width: 890px;
    }
}

/* фильтр на странице metting */
@media screen and (max-width: 750px) {
    .filter_lk.metting-page .name_ads {
        max-width: 100%;
    }
}

/* фильтр на странице photo */
.filter_lk.photo-page .name_ads {
    max-width: 100%;
}

.row.tabs .tabs {
    margin-bottom: 10px;
}