.nav-tabs > li {
    font-size: 12px;
    width: 50%;
}

* {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fancybox-enabled body{
    overflow: initial!important;
}
.btn {
    box-shadow: none !important;
}

.btn-default:active, .btn-default:focus {
    background-color: inherit;
}

a, a:hover, a:focus {
    color: currentColor;
}

a, a.form-control {
    -webkit-transition: background .3s ease, border-color .3s ease, color .3s ease;
    -moz-transition: background .3s ease, border-color .3s ease, color .3s ease;
    transition: background .3s ease, border-color .3s ease, color .3s ease;
}

a:focus, a:hover, a:active {
    text-decoration: none;
}

textarea {
    resize: none;
}

.m-t-35 {
    margin-top: 35px;
}
.fix-btn {
	display:block;
    padding: 10px 20px;
    background-color: #00ff12;
    top: 30vh;
    font-size: 14px;
}

.fix-btn2 {
	display:block;
    padding: 10px 5px;
    background-color: #006d9c;
    top: 40vh;
    font-size: 11px;

}

.fix-btn, .fix-btn2 {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 0;
    color: #fff;
    width: 160px;
    text-align: center;
}

.fix-btn:hover,
.fix-btn:active,
.fix-btn:visited {
    color: #fff;
}

.fix-btn2:hover,
.fix-btn2:active,
.fix-btn2:visited {
    color: #fff;
}
.loader_gellery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

.loader_gellery img {
    position: absolute;
    top: 50%;
    left: 48%;
    height: 60px;
    width: 60px;
}

body {
    font-family: 'Roboto Slab', sans-serif;
    color: #0d0615;
    min-width: 320px;
    background-color: #edebef;
}

/* ↓index page↓ */

.container-fluid {
    padding: 0px;
}

.page_container {
    max-width: 1150px;
    /*min-width: 940px;*/
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.bg_block0 {
}

.bg_block1 {
    background-color: currentColor;
}

.bg_block2 {
    /* background: url('../img/bg-2.jpg') no-repeat center; */
    /* background-size: cover; */
    background-image: url('../img/lines.png'), url('../img/pattern.png');
    background-position: left top, left top;
    background-repeat: repeat, repeat;
    background-color: #ffffff;
}

.bg_block3 {
}

.bg_block4 {
}

.bg_block5 {
}

.bg_block6 {
    background: url('../img/bg-6.jpg') no-repeat center;
    background-size: cover;
}

.bg_block7 {
    background: url('../img/hand-phone.png') no-repeat bottom right;
    /*background-size: cover;*/
    background-color: #ffffff;
}

.bg_block8 {
    background-color: currentColor;
}

.bg_block9 {
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-weight: inherit;*/
}

.h1 {
    /*font-size: 36px;*/
}

.h2 {
    /*font-size: 30px;*/
}

.h3 {
    /*font-size: 24px;*/
}

.h20px {
    font-size: 20px;
}

.h4 {
    /*font-size: 18px;*/
}

.h16px {
    font-size: 16px;
}

.h5 {
    /*font-size: 14px;*/
}

.h6 {
    /*font-size: 12px;*/
}

.h20px, .h16px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: bold;
}

.h_bu {
    font-weight: bold;
    text-transform: uppercase;
}

.mt0 {
    margin-top: 0px;
}

.mb0 {
    margin-bottom: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mb35 {
    margin-bottom: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mb45 {
    margin-bottom: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.mr10 {
    margin-right: 10px;
}

.mr30 {
    margin-right: 30px;
}

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

[class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}

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

.row-10 > [class*='col-'] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.no-gutter {
    margin-left: 0px;
    margin-right: 0px;
}

.no-gutter > [class*='col-'],
.no-gutter > .swiper-slide > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.form-control {
    height: 50px;
    /*font-size: inherit;*/
    border-radius: 2px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #ada8b2;
}

input.pink_btn,
input.black_btn,
input.grey_btn {
    border: 0px;
}

.form-control::-webkit-input-placeholder {
    color: #ada8b2;
}

.form-control::-moz-placeholder {
    color: #ada8b2;
}

/* Firefox 19+ */
.form-control:-moz-placeholder {
    color: #ada8b2;
}

/* Firefox 18- */
.form-control:-ms-input-placeholder {
    color: #ada8b2;
}

.form-control.error {
    border: 1px solid #cc3333 !important;
    background-color: #f2dede;
}

.form-control.error::-webkit-input-placeholder {
    color: #cc3333;
}

.form-control.error::-moz-placeholder {
    color: #cc3333;
}

/* Firefox 19+ */
.form-control.error:-moz-placeholder {
    color: #cc3333;
}

/* Firefox 18- */
.form-control.error:-ms-input-placeholder {
    color: #cc3333;
}

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

.two-lines-max,
.three-lines-max,
.four-lines-max,
.five-lines-max,
.six-lines-max {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.two-lines-max {
    -webkit-line-clamp: 2;
}

.three-lines-max {
    -webkit-line-clamp: 3;
}

.four-lines-max {
    -webkit-line-clamp: 4;
}

.five-lines-max {
    -webkit-line-clamp: 5;
}

.six-lines-max {
    -webkit-line-clamp: 6;
}

.break-words {
    word-break: break-word;
    white-space: pre-wrap;
    -moz-white-space: pre-wrap;
}

.border-link {
    border-bottom: 1px solid currentColor;
}

.utility-link {
    border-bottom: 1px dashed currentColor;
}

.pink_c {
    color: #e2007a;
}

.pink_btn {
    font-weight: bold;
    display: inline-block;
    text-align: center;
    background-color: #e2007a;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 25px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.pink_btn:hover,
.pink_btn:active,
.pink_btn.active,
.pink_btn:focus {
    background-color: #c10077;
    color: #ffffff !important;
}

.pink_btn_sm {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 11px;
}

.border_btn {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 2px;
    padding: 12px 15px 11px;
    max-width: 270px;
}

.border_btn:hover,
.border_btn:active,
.border_btn.active,
.border_btn:focus {
    /*color: #2fcaeb;*/
}

.border_btn_sm {
    padding: 8px 12px 6px;
}

.black_btn,
.grey_btn {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    padding-left: 15px;
    padding-right: 15px;
}

.black_btn {
    /* background-color: #0d0615; */
    border: 0;
    background-color: #202c58;
    color: #fff !important;
}

.black_btn:hover,
.black_btn:active,
.black_btn.active,
.black_btn:focus {
}

.grey_btn {
    display: inline-block;
    background-color: #ada8b2;
    color: #0d0615 !important;;
}

.grey_btn:hover,
.grey_btn:active,
.grey_btn.active,
.grey_btn:focus {
}

.black_btn .fa,
.grey_btn .fa {
    margin-right: 5px;
}

.btn-width {
    width: 220px;
}

.fs22 {
    font-size: 22px;
}

.fs20 {
    font-size: 20px;
}

.fs19 {
    font-size: 19px;
}

.fs18 {
    font-size: 18px;
}

.fs17 {
    font-size: 17px;
}

.fs16 {
    font-size: 16px;
}

.fs15 {
    font-size: 15px;
}

.fs14 {
    font-size: 14px;
}

.fs13 {
    font-size: 13px;
}

.fs12 {
    font-size: 12px;
}

.fs11 {
    font-size: 11px;
    ‑webkit‑text‑size‑adjust: 100%
}

.fs10 {
    font-size: 10px;
    ‑webkit‑text‑size‑adjust: 100%
}

label {
    font-weight: normal;
    cursor: pointer;
}

.login_icon {
    background-image: url('../img/login-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
}

.calendar_icon {
    background-image: url('../img/calendar-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 24px;
}

.play_icon {
    background-image: url('../img/play-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 64px;
    height: 44px;
}

.close_icon {
    background-image: url('../img/close-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.bsa_icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 17px;
}

.bsa_icon_1 {
    background-image: url('../img/bsa-icon-1.png');
    background-size: 17px 16px;
}

.bsa_icon_2 {
    background-image: url('../img/bsa-icon-2.png');
    background-size: 17px 16px;
}

.bsa_icon_3 {
    background-image: url('../img/bsa-icon-3.png');
    background-size: 15px 14px;
}

.bsa_icon_4 {
    background-image: url('../img/bsa-icon-4.png');
    background-size: 15px 16px;
}

.bsa_icon_5 {
    background-image: url('../img/bsa-icon-5.png');
    background-size: 17px 15px;
}

.bsa_icon_6 {
    background-image: url('../img/bsa-icon-6.png');
    background-size: 12px 12px;
}

.bsa_icon_7 {
    background-image: url('../img/bsa-icon-7.png');
    background-size: 14px 14px;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

.text-muted {
    color: #ada8b2;
}

.text-grey {
    color: #747474;
}

.text-blue {
    color: #2fcaeb;
}

.text-red {
    color: #ff0066;
}

.std_header {
    font-size: 38px;
    line-height: 44px;
    font-family: 'Yeseva One', cursive;
    font-family: 'Roboto Slab', sans-serif;
}

.als_link {
    border-bottom: 1px solid #2fcaeb;
}

.logo {
}

.logo-text {
}

.header_top_line {
    padding-top: 12px;
    padding-bottom: 12px;
}

.top_menu,
.top_options,
.bottom_menu {
    margin-left: 0px;
    margin-bottom: 0px;
}

.top_menu {
}

.top_menu li,
.bottom_menu li {
    padding-left: 0px;
    padding-right: 0px;
}

.top_menu li + li,
.bottom_menu li + li {
    margin-left: 15px;
}

.top_menu li a,
.top_options li a span,
.bottom_menu li a {
    border-bottom: 1px solid transparent;
}

.top_menu li a:hover,
.top_menu li a.active,
.top_options li a:hover,
.top_options li a.active,
.bottom_menu li a:hover,
.bottom_menu li a.active {
    color: #2fcaeb;
}

.top_menu li a:hover,
.top_menu li a.active,
.top_options li a:hover span,
.top_options li a.active span,
.bottom_menu li a:hover,
.bottom_menu li a.active {
    border-bottom-color: currentColor;
}

.top_options {
}

.top_options li {
    padding: 8px 25px;
}

.top_options li + li {
    border-left: 1px solid #2c2c2c;
}

.top_options li a {
}

.top_options li a span {
}

.top_options li a .fa {
    font-size: 140%;
}

.top_options li a .fa + span {
    margin-left: 5px;
}

.top_options li a:hover,
.top_options li a.active {
}

.top_options li a:hover span,
.top_options li a.active span {
}

.header_middle_line {
    padding-top: 35px;
    padding-bottom: 35px;
}

.match-items-container {
}

.match-item {
    /*position: relative;*/
}

.match-item .pos_abs {
    position: absolute;
    bottom: 0px;
}

.match-item .pos_abs_left {
    left: 10px;
}

.match-item .pos_abs_right {
    right: 10px;
}

.ls_cnt {
}

.socials_list_cnt {
}

.socials_list {
}

.socials_list li {
}

.socials_list li + li {
}

.socials_list li a {
}
.bio-list{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-flow: row wrap;
    -moz-box-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}
.bio-list .news_preview_item{
    height: auto;
}
.header_bottom_line,
.header_navigation_item:hover,
.header_navigation_item.active {
    -webkit-box-shadow: 0 0 12px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0 0 12px rgba(221, 221, 221, 1);
    box-shadow: 0 0 12px rgba(221, 221, 221, 1);
}

.header_bottom_line {
    margin-bottom: -50px;
}

.margin_fix {
    padding-top: 50px;
}

.header_navigation {
    background-color: #ffffff;
}

.header_navigation_item {
    display: block;
    float: left;
    width: 16.6666666666%;
    padding: 28px 5px 17px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -moz-transition: -moz-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-box-shadow: 0 0 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0 0 0px rgba(221, 221, 221, 1);
    box-shadow: 0 0 0px rgba(221, 221, 221, 1);
}

.header_navigation_item:hover,
.header_navigation_item.active {
}

.main_banner_container {
    display: block;
}

.full_width_slider img,
.main_banner_container img,
.news_preview_item img,
.info_item img {
    width: 100%;
}

.latest_news_block {
}

.side_partners {
    border-top: 5px solid #ada8b2;
}

.side_partners .std_header,
.subscribe_block .std_header {
    font-size: 32px;
}

.partners {
    width: 100%;
    border: 1px solid #edebef;
}

.partners td {
    vertical-align: middle;
    height: 85px;
}

.partners td + td {
    border-left: 1px solid #d2d0d5;
}

.partners tr + tr td {
    border-top: 1px solid #d2d0d5;
}

.partner_item {

    border: 4px solid #fff;
    display: inline-block;
    height: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.partner_item:hover {
}

.partners_slider {
    border: 1px solid #edebef;
}

.p_slide {
}

.p_row {
    position: relative;
    border-top: 1px solid #d2d0d5;
}

.p_slide:first-child .p_row:first-child {
    border-top: 0px;
}

.p_row:after {
    clear: both;
    content: " ";
    display: block;
}

.p_row .partner_item {
    height: 72px;
    width: 50%;
    float: left;
}

.p_row .partner_item + .partner_item {
    /*border-left: 1px solid #d2d0d5;*/
}

.di {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.di:first-child {
    padding-top: 0px;
}

.di:last-child {
    padding-bottom: 0px;
}

.di_two {
    height: 50%;
}

.di_three {
    height: 33.33333333%;
}

.di_four {
    height: 25%;
}

.di_five {
    height: 20%;
}

.events_block {
    padding-bottom: 30px;
}

.info_item {
    height: 100%;
    background-color: #ffffff;
    display: block;
    position: relative;
}

.ii_body_posting {
    padding: 22px 0 61px;
}

.ii_body {
    padding: 22px 22px 61px;
}

.ii_date,
.sc_date {
    color: #2fcaeb;
}

.ii_date {
}

.ii_date_icon {
    margin-right: 10px;
}

.ii_date_text {
}

.ii_title {
    display: block;
}

.ii_title:hover span {
    border-bottom: 1px solid #cff3fa;
}

.ii_text {
    line-height: 30px;
}

.ii_label {
    position: absolute;
    bottom: 15px;
}

.ii_label_static {
    position: static;
}

.architects_block {
}

.all_architects_btn {
}

.all_events_btn {
}

.load_more_btn {
}

.all_news_btn {
}

.video_lectures_block {
    color: #ffffff;
    padding-bottom: 35px;
}

.swiper-button-next, .swiper-button-prev {
    width: 43px;
    height: 43px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.swiper-button-prev {
    background-image: url('../img/prev-icon.png');
    left: 0px;
}

.swiper-button-next {
    background-image: url('../img/next-icon.png');
    right: 0px;
}

.swiper_buttons_container {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    height: 43px;
    margin-top: -22px;
}

.swiper_buttons_container .swiper-button-prev,
.swiper_buttons_container .swiper-button-next {
    top: 0px;
    /*margin-top: 0px;*/
}

.swiper_buttons_container .swiper-button-prev {
    left: 10px;
}

.swiper_buttons_container .swiper-button-next {
    right: 10px;
}

.swiper_pagination_container {
    padding-left: 4px;
    padding-right: 4px;
}

.events_pagination {
    width: 100%;
    display: table;
    margin-top: -38px;
    position: relative;
    border-collapse: collapse;
    border: 6px solid #edebef;
    z-index: 2;
}

.events_pagination > div {
    display: table-cell;
    border-radius: 0px;
}

.events_pagination_bullet {
    background-color: #ffffff;
    border: 6px solid #edebef;
    border-right-width: 0px;
    padding: 17px 20px;
    opacity: 1;
}

.events_pagination_bullet:hover .epb_text {
    border-bottom: 1px solid #cff3fa;
}

.events_pagination_bullet.swiper-pagination-bullet-active {
    position: relative;
    border-color: #2fcaeb;
    border-left-width: 6px;
    border-right-width: 6px;
}

.events_pagination_bullet.swiper-pagination-bullet-active:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: #2fcaeb;
    background-image: url('../img/angle.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -10px;
    margin-top: -10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.epb_text {
}

.events_pagination_bullet.swiper-pagination-bullet-active .epb_text {
    border-bottom: 1px solid #cff3fa;
}

.slide_caption {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    position: absolute;
    padding: 40px 20px 10px;
    font-size: 20px;
    color: #ffffff;
    z-index: 10;
}

.sc_date {
}

.sc_category {
    display: block;
}

.sc_title {
    display: block;
    line-height: 30px;
    overflow: hidden;
    max-height: 160px;
}

.calendar_icon + .sc_date {
    margin-left: 4px;
}

.news_preview_item {
    background-color: #000000;
    position: relative;
    height: 100%;
}

img.f_h,
.news_preview_item img {
    height: 100%;
}

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

.video_cnt .play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -22px;
    opacity: .85;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.video_cnt .play_icon:hover {
    opacity: 1;
}

.main-slider-cnt {
}

.main-slider {
}

.main-slider .swiper-button-prev {
    left: 15px;
}

.main-slider .swiper-button-next {
    right: 15px;
}

.all_lectures_link {
}

.all_lectures_link .fa-plus {
    color: #2fcaeb;
}

.additional_text {
}

.subscribe_block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.subscribe_block .std_header {
}

.ac_question {
    font-family: 'Yeseva One', cursive;
}

.category_list {
    margin-left: 0px;
}

.category_list li {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
}

.category_list li + li {
    margin-left: 25px;
}

.category_list li a {
    border-bottom: 2px solid transparent;
}

.category_list li a:hover,
.category_list li a.active {
    border-bottom: 2px solid #2fcaeb;
}

.contacts_block {
    padding-bottom: 25px;
}

.contacts_part {
    height: 100%;
    padding: 40px;
}

.contacts_part_left {
    background-color: #0d0615;
    color: #d2d0d5;
}

.contacts_part_right {
    background-color: #ffffff;
}

.cpl_cnt {
    margin-top: 3px;
}

.map_block {
    position: relative;
}

.map_info_cnt {
    position: absolute;
    margin-top: -83px;
    right: 0px;
    left: 0px;
    top: 50%;
}

.map_info {
    background-color: #ffffff;
    padding: 45px 43px;
    position: relative;
    z-index: 2;
}

.question_block {
    padding-bottom: 35px;
}

.subjects_block {
    background-color: #ffffff;
    padding: 15px 20px;
}

.media_block {
    background-color: #ffffff;
    padding: 15px 20px 55px;
}

.m_sep,
.media {
    border-top: 1px solid #edebef;
}

.media {
    padding-top: 18px;
    padding-bottom: 10px;
}

.media-no-border {
    border-top: 0px;
    padding-top: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 25px;
}

.media-object {
}

.media-body {
    display: block;
    margin-left: 105px;
}

.media-heading {
    margin-bottom: 8px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.media-heading:hover {
    border-bottom: 1px solid #cff3fa;
}

.media-info {
}

.m_label {
    margin-top: 3px;
}

.m_sep {
}

.m7 {
    margin-bottom: 70px;
}

.article_block {
    padding-bottom: 45px;
}

.soc_shares {
}

.article_item {
    background-color: #ffffff;
    overflow: hidden;
}

.ai_image_cnt {
}

.ai_image {
}

.ai_body {
    padding: 30px 25px 15px;
}

.ai_body.fs16 {
    line-height: 26px;
}


.news_controls_cnt {
}

.hypercomments_block {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 20px;
}

.hc_logo {
    margin-top: -3px;
}

.ov-vis {
    overflow: visible;
}

.ov-hid {
    overflow: hidden;
}

.t_number {
    color: #0d0615;
    display: block;
    min-width: 20px;
    text-align: center;
}

.ri_pr {
    padding-right: 10%;
}

.medal_image {
}

.medal_image_cnt {
}

.rewards_header {
    padding: 22px 20px;
    background-color: #f5f4f6;
}

.rewards_info {
}

.rewards_title {
}

.rewards_description {
}

.rewards_table_cnt {
    color: #20344d;
    margin-bottom: 60px;
    font-family: Roboto, sans-serif;
}

.rewards_table {
}

.rewards_table > thead > tr > th,
.rewards_table > tbody > tr > th,
.rewards_table > tfoot > tr > th,
.rewards_table > thead > tr > td,
.rewards_table > tbody > tr > td,
.rewards_table > tfoot > tr > td {
    border-color: #edebef;
    padding: 10px 12px;
}

.uncommercial_table_cnt {
    margin-left: -26px;
    margin-right: -26px;
    margin-bottom: -15px;
    font-family: Roboto, sans-serif;
    line-height: 1.42857143;
}

.uncommercial_table {
}

.uncommercial_table > thead > tr > th,
.uncommercial_table > tbody > tr > th,
.uncommercial_table > tfoot > tr > th,
.uncommercial_table > thead > tr > td,
.uncommercial_table > tbody > tr > td,
.uncommercial_table > tfoot > tr > td {
    border-color: #edebef;
}

.noncom_item {
    padding-top: 12px;
    padding-bottom: 5px;
}

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

.ni_image {
}

.ni_title {
    font-size: 14px;
}

.grey-nav-tabs {
    border-bottom-color: transparent;
}

.grey-nav-tabs > li {
}

.grey-nav-tabs > li > a {
    color: #6c6671;
    border: 0px !important;
    background-color: #b3aeb7;
    border-radius: 2px 2px 0 0 !important;
}

.grey-nav-tabs > li.active > a,
.grey-nav-tabs > li.active > a:hover,
.grey-nav-tabs > li.active > a:focus {
    color: #6c6671;
    background-color: #edebef;
}

.bootstrap-select > .dropdown-toggle {
    border: 1px solid #e0dee2 !important;
    border-radius: 2px !important;
    padding-bottom: 14px;
    padding-top: 14px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -6px;
    right: 20px;
    border: 0px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: "\f107";
}

.congresses_controls_cnt {
    margin-bottom: -15px;
    font-family: Roboto, sans-serif;
}

.congresses_submit_btn {
}

.congresses_nav_cnt {
    margin-right: -7px;
}

.congresses_nav {
}

.congresses_nav > li > a {
    font-size: 12px;
    line-height: normal;
    margin-right: 6px !important;
}

.congresses_tab_content {
}

.congress_images_block {
    padding-top: 20px;
}

.congress_image_cnt {
    display: block;
}

.congress_image {
    width: 100%;
}

.more_congresses_btn {
}

.congress_docs_block {
    padding-bottom: 20px;
    font-family: Roboto, sans-serif;
}

.congress_doc_item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.congress_doc_item + .congress_doc_item {
    border-top: 1px solid #edebef;
}

.cdi_info {
    position: relative;
    padding-left: 75px;
    padding-right: 15%;
    min-height: 70px;
}

.cdi_icon {
    left: 0px;
    position: absolute;
}

.cdi_text {
}

.cdi_btn.downloadFile {
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

.footer_block {
}

.footer_block > div + div {
    border-top: 1px solid #1b171f;
}

.footer_block .top_menu {
    margin-bottom: 10px;
}

.bottom_navigation {
    color: #ffffff;
    padding-top: 45px;
    margin-bottom: 40px;
}

.bottom_navigation a {
    display: block;
}

.bottom_navigation a:hover,
.bottom_navigation a.active {
}

.bottom_navigation a + a {
    margin-top: 15px;
}

.bottom_menu {
    padding-top: 25px;
    padding-bottom: 25px;
}

.bottom_menu li {
}

.bottom_menu li + li {
}

.bottom_menu li a {
}

.bottom_menu li a:hover,
.bottom_menu li a.active {
}

.footer_copyright {
    color: #514d54;
    padding-top: 22px;
    padding-bottom: 22px;
}

.modal {
    z-index: 9999;
}

.modal-backdrop {
    background-color: #edebef;
}

.modal-backdrop.in {
    opacity: 0.95;
}

.modal-content {
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-header,
.modal-body {
    padding-left: 35px;
    padding-right: 35px;
}

.modal-header {
    border-bottom: 0px;
}

.modal-body {
    padding-bottom: 40px;
}

.modal_close {
    position: absolute;
    top: 24px;
    right: 28px;
    z-index: 100;
    cursor: pointer;
}

.modal_logo_cnt {
    margin-top: 94px;
    position: relative;
    margin-bottom: 76px;
}

.scrollUpContainer {
    position: relative;
}

#scrollUp {
    background-image: url('../img/go-top-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 43px;
    height: 43px;
    bottom: 20px;
    right: 20px;
}

.icheckbox_square, .iradio_square {
    margin-right: 5px;
}

#map {
    height: 525px;
}

body.isIOS {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.mobile_header {
    padding-top: 20px;
    padding-bottom: 15px;
}

.login_link {
    padding: 5px;
    margin-right: -5px;
    display: inline-block;
}

.hamburger_btn {
    display: inline-block;
    padding: 5px;
    margin-left: -5px;
}

.hamburger_btn > .navicon-line {
    background-color: #0d0615;
    display: block;
    width: 16px;
    height: 1px;
}

.hamburger_btn > .navicon-line + .navicon-line {
    margin-top: 5px;
}

#sb-site, .sb-site-container {
    background: none;
}

.sb-slidebar {
    background-color: rgba(14, 13, 22, 0.98);
}

.menu-close-btn {
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 24px;
}

.menu-close-btn:before,
.menu-close-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: -4px;
    /*margin-left: -17px;*/
}

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

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

.menu-block {
    position: relative;
    padding: 20px 15px 15px;
}

.mobile_navigation {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.mobile_navigation.text-muted {
    color: #ada8b2;
}

.mobile_navigation_item {
    display: block;
}

.mobile_navigation_item + .mobile_navigation_item {
    margin-top: 13px;
}

.mobile_navigation_item.aside {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mobile_navigation_item .fa {
    font-size: 16px;
}

.mobile_navigation_item.active {
    color: #2fcaeb;
}

.mni_text {
    margin-left: 48px;
    margin-left: 35px;
}

.mb_divider {
    border-color: #393440;
}

.mobile_search {
    margin-top: 20px;
    position: relative;
    margin-bottom: 18px;
    border-top: 1px solid #393440;
    border-bottom: 1px solid #393440;
}

.ms_input {
    padding-left: 0px;
    padding-right: 25px;
    background: transparent;
    color: inherit;
    border: 0px;
}

.ms_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 9px 6px;
    margin-right: -6px;
}

.modal-open #sb-site {
    overflow: hidden;
    max-height: 100vh;
}

.slide_mobile_text {
}

.search_option_old {
    position: relative;
}

.search_option_old .fa-search {
    position: relative;
    right: -20px;
    transition: right ease .3s;
    -ms-transition: right ease .3s;
    -o-transition: right ease .3s;
    -moz-transition: right ease .3s;
    -webkit-transition: right ease .3s;
}

.search_option_old #search_input {
    position: absolute;
    top: 0px;
    right: -4px;
    border: 0px;
    height: 35px;
    color: inherit;
    /*margin-right: 1px;*/
    padding-left: 10px;
    padding-right: 25px;
    background: #0d0615;
    border-top: 1px solid #393440;
    border-bottom: 1px solid #393440;
    width: 150px;
    transition: width ease .3s;
    -ms-transition: width ease .3s;
    -o-transition: width ease .3s;
    -moz-transition: width ease .3s;
    -webkit-transition: width ease .3s;
}

.search_option_old.search-hidden #search_input {
    width: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.search_option_old.search-hidden .fa-search {
    right: 0px;
}

.cd-search {
    position: absolute;
    left: 0;
    top: 59px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #ffffff;
    -webkit-box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.new-search-group {
}

.new-search-group .form-control {
    padding-left: 0px;
    border-radius: 0px;
    border: 0px;
    height: 44px;
}

.new-search-group .input-group-btn {
}

.new-search-group .btn {
    height: 44px;
    line-height: 44px;
    padding: 0px;
    padding-right: 30px;
    background: transparent;
    margin-left: 0px !important;
}

.new-search-group .btn + .btn {
    border-left: 1px solid #eeecef;
}

.new-search-group .btn:last-child {
    padding-left: 30px;
    padding-right: 0px;
}

.new-search-group .btn .fa {
    font-size: 120%;
}

.nsg-search-btn {
}

.nsg-close-btn {
}

.sidebar-menu {
    background: #fff;
}

.sidebar-menu ul {
    list-style: none;
    padding-left: 0;
    z-index: 100;
}

.sidebar-menu ul li {
    border-bottom: 1px solid #d6d2da;
    position: relative;
}

.sidebar-menu ul li:last-child {
    border-bottom: 0px;
}

.sidebar-menu ul li .menu_item {
    padding: 20px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
    display: block;
}

.sidebar-menu ul li .menu_item .fa {
    position: absolute;
    right: 20px;
    color: #d6d2da;
    top: 50%;
    margin-top: -6px;
}

.sidebar-menu ul li .menu_item .fa-minus {
    display: none;
}

.sidebar-menu ul li .menu_item:hover {
    color: #2fcaeb;
    text-decoration: underline;
    cursor: pointer;
}

.sidebar-menu_child {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    z-index: 10;
    width: 80%;
    margin-left: 1px;
    box-shadow: 0 0 10px #e4e1e7;
}

.sidebar-menu ul li a.active {
    color: #2fcaeb;
}

.background_block-news {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(34, 34, 34, 0.7);
}

.file-row {
    border-bottom: 1px solid #d6d2da;
    padding-top: 20px;
    padding-bottom: 30px;
}

.file-row:first-child {
    border-top: 2px solid #d6d2da;
}

a.downloadFile:focus, a.downloadFile:active, a.downloadFile:visited {
    color: #fff;
}

.downloadFile {
    background-color: #202c58;
    display: block;
    padding: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: bold;
    /* min-width: 200px; */
}

a.downloadFile:hover {
    color: #fff;
}

.edit-circle {
    width: 28px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid currentColor;
}

.profile-tabs {
    margin-bottom: -1px;
}

.profile-tabs > li {
    margin-right: 40px;
    display: inline-block;
}

.profile-tabs > li > a {
    padding: 18px 0px;
    color: currentColor;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.profile-tabs > li > a:hover,
.profile-tabs > li > a:focus {
    color: currentColor;
    border-color: transparent;
    background-color: transparent;
}

.profile-tabs > li.active > a,
.profile-tabs > li.active > a:focus,
.profile-tabs > li.active > a:hover {
    border-bottom-color: #2fcaeb;
}

.filter_submit_btn, .submit_btn, .filter_architect_submit_btn {
    width: 100%;
    border: 0;
}

.form-control-feedback {
    line-height: 45px;
    color: #b6bfcc;
    font-size: 16px;
    height: 45px;
    padding-right: 15px;
}

.has-feedback {
    position: relative;
}

.pagination {
    margin: 0;
}

.pagination li a {
    border: 0;
    border-radius: 0;
    color: #111;
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
    border: 0;
    border-radius: 0;
}

.btn-group > .btn:first-child, .btn-group > .btn:last-child {
    border: 0;
    border-radius: 0;
}

.paginator li a {

    color: #111;
}

.pagination li.active a {
    background-color: #111;
}

.pagination li.active a:hover {
    background-color: #111;
}

.paginator li a:hover {
    color: #fff;
}

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

.pp-middle {
}

.pp-side {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.pp-side-left {
    border-right: 1px solid #edebef;
}

.pp-side-right {
    border-left: 1px solid #edebef;
}

.pp-list {
    margin-left: 0px;
    margin-right: 0px;
}

.pp-list li {
    padding-left: 0px;
    padding-right: 0px;
}

.pp-list a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color: transparent;
}

.pp-list a.active {
    color: #ffffff;
    background-color: #2fcaeb;
}

.partners-container {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-flow: row wrap;
    -moz-box-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.partner-item {
    background-color: #ffffff;
    border: 1px solid #edebef;
    padding: 25px 25px 45px;
    margin-left: 45px;
    margin-bottom: 20px;
    position: relative;
}

.pi-image-cnt {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 134px;
}

.pi-image {
}

.pi-content-cnt {
}

.pi-title {
    height: 2.85em;
}

.pi-link {
    color: #2fcaeb;
}

.pi-contacts {
}

.pi-contacts li {
}

.pi-contacts li + li {
    /*margin-top: 5px;*/
}

.pi-bottom {
    bottom: 0px;
    position: absolute;
}

.partners-list-block {
    padding-top: 15px;
    background-color: #ffffff;
}

.plb-top {
    padding-left: 45px;
    padding-right: 45px;
}

.plb-addition {
}

.std_header + .plb-addition {
    margin-top: -10px;
}

.plb-partners-container {
}

.plb-partners-pagination {
}

.filial-item {
    padding: 25px 20px 30px;
    background-color: #efedf0;
}

.fi-header {
}

.fi-title {
    margin-top: 3px;
    margin-bottom: 3px;
}

.fi-remove {
}

.fi-info {
    line-height: 1.8em;
}

.personal-area-block {
    padding-top: 15px;
    padding-bottom: 100px;
    padding-bottom: 65px;
    background-color: #ffffff;
}

.pab-divider {
    height: 1px;
    background-color: #eeecf0;
}

.pab-side-pad {
    padding-left: 45px;
    padding-right: 45px;
}

.pab-full {
}

.pab-side-pad .pab-full {
    margin-left: -45px;
    margin-right: -45px;
}

.pab-top {
}

.pab-tab-content {
}

.pab-sub-title {
    font-size: 26px;
}

.pab-submit-cnt {
}

.pab-description-cnt {
    /*padding-right: 30px;*/
}

.personal-top-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-flow: row wrap;
    -moz-box-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.ptb-col {
}

.ptb-col + .ptb-col {
    border-left: 1px solid #eeecf0;
}

.ptb-col-image {
    width: 22%;
}

.ptb-col-sale {
    width: 36.33333333%;
}

.ptb-col-conditions {
}

.ptb-image-cnt,.mini_avatar_architect {
    display: block;
    position: relative;
}

.ptb-image {
}

.ptb-sale-cnt {
    padding-left: 10px;
}

.ptb-sale-text {
}

.ptb-sale {
    font-size: 80px;
    line-height: 1.0em;
}

.ptb-sale sup {
    font-size: 0.6em;
}

.ptb-conditions-cnt {
    padding-left: 10px;
}

.ptb-conditions-header {
}

.ptb-conditions-title {
}

.ptb-conditions-details {
}

.ptb-details-link {
}

.ptb-edit-circle {
    position: absolute;
    top: -20px;
    left: 0px;
}

.ptb-conditions-list {
}

.ptb-conditions-list li {
}

.ptb-conditions-list li + li {
    margin-top: 5px;
}

.personal-top-block-bg {
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 65px;
    background-color: #efedf2;
}

.personal-top-block-bg .ptb-col + .ptb-col {
    border-color: #dcd7dd;
}

.personal-top-block-bg .ptb-sale-cnt,
.personal-top-block-bg .ptb-conditions-cnt {
    margin-left: 20px;
}

.retail {
    background-color: #ffffff;
}

.retail.personal-area-block {
    padding-right: 0px;
    padding-left: 0px;
}
.new-size-item-news {
    font-size: 34px;
}

@media (min-width: 993px) and (max-width: 1200px) {

    .mr-10{
        margin-right: 10px!important;
    }
    .di_off_md {
        height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .top_options li {
        padding-right: 15px;
        padding-left: 15px;
    }

    .bg_block7 {
        background-image: none;
    }

    .search_option .fa-search {
        right: -10px;
    }

    .pi-contacts {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .mr-10{
        margin-right: 10px!important;
    }
    .di_off_sm {
        height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .top_menu li + li, .bottom_menu li + li {
        margin-left: 5px;
    }

    .top_options li {
        padding-right: 14px;
        padding-left: 14px;
    }

    .modal_logo_cnt {
        margin-top: 129px;
    }

    .slide_caption {
        font-size: 24px;
    }

    .sc_title {
        line-height: 32px;
        margin-top: 10px;
    }

    .sc_category {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .bg_block7 {
        background-image: none;
    }

    .search_option .fa-search {
        right: -10px;
    }

    .cd-search {
        top: 94px;
    }

    .cdi_info {
        padding-right: 0px;
    }

    /*.p_slide{
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-left: -1px;
        margin-right: -1px;
    }
    .p_slide:nth-child(2) .p_row:first-child{
        border-top: 0px;
    }*/
    .partner-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pi-contacts {
        font-size: 12px;
    }

    .fi-info {
        font-size: 12px;
    }

    .ptb-sale-text {
        font-size: 14px;
    }

    .ptb-conditions-list {
        font-size: 12px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .mr-10{
        margin-right: 16px!important;
    }
    .di {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .di_off_xs {
        height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

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

    [class*='col-'] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .page_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mb20 {
        margin-bottom: 15px;
    }

    .fs18 {
        font-size: 17px;
    }

    .fs16,
    .form-control {
        font-size: 15px;
    }
    .fs14 {
        font-size: 13px;
    }
    .fs12,
    .border_btn,
    .black_btn, .grey_btn {
        font-size: 11px;
        ‑webkit‑text‑size‑adjust: 100%
    }

    .border_btn {
        padding-top: 10px;
        padding-bottom: 9px;
        /*max-width: 216px;*/
    }

    .black_btn, .grey_btn {
        height: 44px;
        line-height: 46px;
    }

    .form-control {
        height: 44px;
    }

    .bootstrap-select > .dropdown-toggle {
        padding-bottom: 11px;
        padding-top: 11px;
    }

    .slide_caption {
        font-size: 17px;
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sc_title {
        font-size: 20px;
        margin-top: 10px;
        line-height: 32px;
    }

    .sc_date,
    .ii_date_text {
        font-size: 17px;
        position: relative;
        top: -4px;
    }

    .ii_date {
        margin-bottom: 0px;
    }

    .slide_caption .ii_label_static {
        margin-top: 10px;
    }

    .news_preview_item {
        margin-left: -15px;
        margin-right: -15px;
    }

    .bottom_menu {
        font-size: 11px;
        line-height: 22px;
        ‑webkit‑text‑size‑adjust: 100%
    }

    .bottom_menu li + li {
        margin-left: 0px;
    }

    .bottom_menu li,
    .footer_block .top_menu li {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .footer_copyright {
        font-size: 11px;
        line-height: 18px;
        ‑webkit‑text‑size‑adjust: 100%
    }

    .logo {
        width: 36px;
    }

    .logo-text {
        font-size: 11px;
        margin-top: 12px;
        max-width: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer_block .logo {
        margin-bottom: 20px;
    }

    .std_header,
    .side_partners .std_header,
    .subscribe_block .std_header {
        font-size: 24px;
        line-height: 30px;
    }

    .new-size-item-news {
        font-size: 22px;
    }

    .architects_block .std_header {
        margin-top: 15px;
    }

    .ii_body {
        padding-top: 13px;
        padding-bottom: 45px;
        /*padding-bottom: 70px;*/
    }

    .ii_text {
        margin-top: 6px;
        line-height: 22px;
    }

    .rewards_header {
        text-align: center;
    }

    .rewards_header .medal_image_cnt {
        margin-top: 20px;
    }

    .rewards_info {
        padding-right: 0px;
    }

    .rewards_title {
        font-size: 18px;
    }

    .rewards_table {
        border-width: 0px;
    }

    .rewards_table > thead > tr > th,
    .rewards_table > tbody > tr > th,
    .rewards_table > tfoot > tr > th,
    .rewards_table > thead > tr > td,
    .rewards_table > tbody > tr > td,
    .rewards_table > tfoot > tr > td {
        text-align: center;
        display: block;
        width: 100%;
    }

    .uncommercial_table {
        border-width: 0px;
    }

    .uncommercial_table > thead > tr > th,
    .uncommercial_table > tbody > tr > th,
    .uncommercial_table > tfoot > tr > th,
    .uncommercial_table > thead > tr > td,
    .uncommercial_table > tbody > tr > td,
    .uncommercial_table > tfoot > tr > td {
        display: block;
        width: 100%;
    }

    .congresses_submit_btn {
        margin-top: 15px;
    }

    .cdi_info {
        padding-left: 70px;
        padding-right: 0px;
        padding-bottom: 15px;
    }

    .footer_block .ls_cnt {
        margin-top: 40px;
    }

    .footer_block .logo-text {
        margin-bottom: 28px;
    }

    .footer_block .socials_list {
        margin-top: 13px;
        margin-bottom: -25px;
    }

    .footer_block .socials_list_cnt {
        position: static;
        text-align: center;
        margin-left: -15px;
        margin-right: -15px;
        border-top: 1px solid #1b171f;
    }

    .footer_block .socials_list li + li {
        margin-left: 15px;
    }

    .bg_block7 {
        background-image: none;
    }

    .subscribe_block {
        padding-top: 26px;
        padding-bottom: 0px;
    }

    .subscribe_block .additional_text {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .all_architects_btn,
    .all_events_btn,
    .load_more_btn,
    .all_news_btn {
        margin-top: 0px;
    }

    .events_block .load_more_btn {
        margin-bottom: 10px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .video_lectures_block iframe {
        height: 120px;
    }

    .main-slider-cnt {
        margin-bottom: 15px;
    }

    .header_bottom_line {
        margin-bottom: 0px;
    }

    .margin_fix {
        padding-top: 0px;
    }

    .side_partners {
        margin-top: 15px;
    }

    .category_list li + li {
        margin-left: 0px;
    }

    .category_list li {
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-top: 5px;
    }

    .news_controls_cnt > .pull-left,
    .news_controls_cnt > .pull-right {
        float: none !important;
    }

    .media_block {
        padding-bottom: 25px;
    }

    .media-left, .media > .pull-left {
        padding-right: 0px;
        float: none !important;
    }

    .media-body {
        margin-top: 5px;
        margin-left: 0px;
    }

    .m_label {
        float: none !important;
    }

    .side_partners .std_header {
        margin-bottom: 7px;
    }

    .latest_news_block .std_header,
    .article_block .std_header,
    .question_block .std_header,
    .events_block .std_header,
    .architects_block .std_header {
        margin-bottom: 15px;
    }

    .category_list,
    .additional_text {
        margin-bottom: 25px;
    }

    .soc_shares {
        margin-bottom: 25px;
    }

    .ai_body {
    }

    .ai_body ul:not([class]),
    .ai_body ol:not([class]) {
        padding-left: 20px;
    }

    .ai_body img:not([class]) {
		max-width: 100% !important;
        min-width: 100% !important;
        height: auto !important;
    }

    .modal-dialog {
        margin: 0px;
    }

    .modal-header, .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .modal-body {
        padding-bottom: 30px;
    }

    .modal-body .ac_question {
        margin-top: 15px;
    }

    .modal-title {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .modal_logo_cnt {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .modal_close {
        width: 25px;
        height: 25px;
        right: 15px;
        /*background-size: contain;*/
    }

    .map_info_cnt {
        margin-top: 0px;
        top: initial;
        bottom: 15px;
    }

    .map_info {
        padding: 20px;
    }

    #scrollUp {
        right: 15px;
        bottom: 15px;
    }

    #map {
        height: 300px;
    }

    .full_width_slider img {
        min-height: 180px;
    }

    .full_width_slider .swiper-container,
    .video_lectures_block .swiper-container {
        padding-bottom: 45px;
    }

    .video_lectures_block .swiper-pagination-bullet-active {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ecfde+0,2dd4d1+40,2bdcbd+58,29e3ac+100 */
        background: rgb(46, 207, 222); /* Old browsers */
        background: -moz-linear-gradient(45deg, rgba(46, 207, 222, 1) 0%, rgba(45, 212, 209, 1) 40%, rgba(43, 220, 189, 1) 58%, rgba(41, 227, 172, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, rgba(46, 207, 222, 1) 0%, rgba(45, 212, 209, 1) 40%, rgba(43, 220, 189, 1) 58%, rgba(41, 227, 172, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, rgba(46, 207, 222, 1) 0%, rgba(45, 212, 209, 1) 40%, rgba(43, 220, 189, 1) 58%, rgba(41, 227, 172, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ecfde', endColorstr='#29e3ac', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    }

    .mobile_slider_container {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 15px;
    }

    .swiper-slide .news_preview_item {
        margin-left: 0px;
        margin-right: 0px;
    }

    .row.mobile_slider {
        margin-left: 0px;
        margin-right: 0px;
    }

    .row.mobile_slider > .swiper-slide > div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 5px;
    }

    .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        opacity: 1;
        background: #ada8b2;
    }

    .swiper-pagination-bullet-active {
        background: #0d0615;
    }

    #partners_slider_container {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
    }

    #partners_slider_container .p_row .partner_item {
        background-size: 75%;
    }

    .slide_mobile_text {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .sidebar-menu_child {

        position: relative;
        left: 0;
        width: 100%;
        box-shadow: none;
        border-top: 1px solid #d6d2da;
    }

    ul.sidebar-menu_child li .menu_item {
        padding-left: 40px;
    }

    .sidebar-menu ul li:focus a {
        font-weight: bold;
        color: #2fcaeb;
    }

    .profile-tabs > li {
        margin-right: 10px;
    }

    .profile-tabs > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pab-side-pad {
        padding-left: 25px;
        padding-right: 25px;
    }

    .pab-side-pad .pab-full {
        margin-left: -25px;
        margin-right: -25px;
    }

    .pab-top .back-link-cnt {
        margin-top: -20px;
    }

    .pp-side {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .partners-list-block {
        padding-top: 1px;
    }

    .plb-top {
        padding-left: 25px;
        padding-right: 25px;
    }

    .fi-title {
        margin-top: 5px;
    }

    .personal-area-block {
        padding-top: 50px;
    }

    .ptb-col {
        width: 100%;
    }

    .ptb-col + .ptb-col {
        padding-top: 10px;
        border-left: 0px;
        border-top: 1px solid #eeecf0;
    }

    .mini_avatar_architect,
    .ptb-image-cnt,
    .ptb-sale-cnt,
    .ptb-conditions-cnt {
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .ptb-image {
        margin-left: auto;
        margin-right: auto;
    }

    .personal-top-block-bg {
        /*margin-left: -25px;*/
        /*margin-right: -25px;*/
    }

    .personal-top-block-bg .ptb-sale-cnt,
    .personal-top-block-bg .ptb-conditions-cnt {
        margin-left: 15px;
        margin-right: 15px;
    }

    .retail .info .address .name,
    .retail .info .main-image,
    .retail .info .contacts,
    .retail .info .address {
        width: 100% !important;
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .retail .description .short {
        padding: 15px;
    }

    .shops .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        max-width: 100%;
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 10px;
    }



    body .fix-btn,
    body .fix-btn2{
        top: 0;
        height: 65px;
    }
    body .fix-btn{
        left: 50%;
        margin-left: -120px;
    }
    body .fix-btn2{
        left: auto;
        right: 50%;
        margin-right: -120px;
    }
    .flags-list {
        float: right;
        margin-top: 20px
    }

    .flag-icon {
        display: inline-block;
        width: 26px;
        height: 21px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .flags-list .flag-icon, .language-item .flag-icon {
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    }

    .flag-icon-1 {
        background-image: url('../img/flag-icon-1.png');
    }

    .flag-icon-2 {
        background-image: url('../img/flag-icon-2.png');
    }

    .m-t-20 {
        margin-top: 20px;
    }

    .uncommercial_table .ni_image_cnt a {
        display: block;
        margin-right: auto;
        margin-left: auto;

    }

    .fix-btn {
        padding: 10px 20px;
        background-color: #00ff12;
        top: 30vh;
        font-size: 14px;
    }

    .fix-btn2 {
        padding: 10px 5px;
        background-color: #006d9c;
        top: 40vh;
        font-size: 11px;

    }

    .fix-btn, .fix-btn2 {
        display: block;
        position: fixed;
        z-index: 1000;
        left: 0;
        color: #fff;
        width: 120px;
        text-align: center;
    }

    .fix-btn:hover,
    .fix-btn:active,
    .fix-btn:visited {
        color: #fff;
    }

    .fix-btn2:hover,
    .fix-btn2:active,
    .fix-btn2:visited {
        color: #fff;
    }

    .tfb-cell {
        display: table-cell;
        vertical-align: top;
        position: relative;
    }

    .dzi-input {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        width: 100%;
        cursor: pointer;
        position: absolute;
    }

    .gb-item {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .gb-item + .gb-item {
        margin-top: 30px;
    }

    .gb-item:after {
        content: attr(data-content);
        background-color: #212121;
        color: #ffffff;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        font-size: 90%;
        padding: 10px 15px;
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
        -moz-transition: all 0.3s ease-in-out; /* Firefox */
        -ms-transition: all 0.3s ease-in-out; /* IE 9 */
        -o-transition: all 0.3s ease-in-out; /* Opera */
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .gb-item:hover:after {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .not-bold {
        font-weight: normal;
    }

    .news-partner-box .ii_body {
        padding-left: 0;
        padding-right: 0;
    }

    .swiper-container {
        width: 100%;
        height: 100%;
    }

    .swiper-slide-partners {
        flex-wrap: wrap;
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-button-partners-prev, .swiper-container-rtl .swiper-button-partners-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
        left: 10px;
        right: auto;
    }

    .swiper-button-partners-next, .swiper-button-partners-prev {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 44px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .swiper-container {
        list-style: none;
    }

    .swiper-button-partners-next, .swiper-container-rtl .swiper-button-partners-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
        right: 10px;
        left: auto;
    }

    .nov_arhitek {
        height: 100% !important;
    }
}

.enter-architectCompany {
    background: #fff !important;
}
.mx-auto{
    margin: auto;
}
.delete-object-architect{
    position: absolute;
    top: -20px;
    right: 0px;
}
.pt-50{
    padding-top: 50px;
}
.image-par{
    width: 315px;
    height: 200px;
}

.big-length{
    border: 1px solid tomato!important;
}
.mb-20 {
    margin-bottom: 20px;
}

.mr-10{
    margin-right: 10px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.check-mark,
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
    border: 1px solid black;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li:not(.selected) a span.check-mark{
    color: transparent;
}
.textarea-width{
    width: 100%!important;
}

.text-center {
    text-align: center!important;
}
.width-img-comp{
    max-width: 50%!important;
}
.main_works{
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: normal;
}
.flags-list {
    float: right;
    margin-top: 20px
}

.flag-icon {
    display: inline-block;
    width: 26px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.flags-list .flag-icon, .language-item .flag-icon {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.flag-icon-1 {
    background-image: url('../img/flag-icon-1.png');
}

.flag-icon-2 {
    background-image: url('../img/flag-icon-2.png');
}

.m-t-20 {
    margin-top: 20px;
}
a.disabled {
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: default;  /* устанавливаем курсор в виде стрелки */
    color: #999; /* цвет текста для нективной ссылки */
}

