body {
    font-family: 'Google Sans' !important;
    background: #fff;
    color: #1D1D1F;
    overflow-x: hidden !important;
    width: 100%;
    padding: 60px 0 0;
}

.inputoff {
    background: #eaeaea !important;
    cursor: auto;
}

.oplata_select {
    width: 100%;
    padding: 15px 10px;
}

.col-footer-docs {
    float: left;
    width: 13.2%;
    margin: 5px;
}

.ms5ModalCall__head {
    font-family: 'GOOGLE SANS' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FE5000;
    text-align: center;
    margin: 0 0 15px;
}

.pages {
    text-align: center;
    padding: 50px 0 20px;
}

.page_next-prev {
    display: none;
}

.pages a {
    background: #fff;
    display: inline-block;
    padding: 2px 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 40px;
    color: #FE5000;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #ccc;
    margin: 0 3px;
    transition: 0.3s ease-in-out;
}

.pages a:hover {
    background: #FE5000;
    color: #fff;
    text-decoration: none;
}

.pages span {
    background: #fff;
    display: inline-block;
    padding: 2px 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 40px;
    color: #444;
    border: 1px solid #ccc;
    font-size: 18px;
    font-weight: 700;
}

.deadline-message {
    display: none;
}

.short-news-wr,
.filter-shortnews-col {
    box-shadow: 0px 8px 10px #00000017;
}

.faq {
    font-size: 13px;
    text-align: center;
    float: left;
}

.fulstorybread ul {
    margin: 0 0 20px;
    padding: 0;
}

.fulstorybread ul li {
    list-style: none;
    display: inline-block;
    background: #fff;
    margin: 3px;
    padding: 4px 8px;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
}

.fulstorybread ul li a {
    color: #EC5D29;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #fff;
    z-index: 1001;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    margin-top: -70px;
    margin-left: -70px;
    background: url(../images/untitled-5.gif) no-repeat 50% 50%;
    background-size: cover;
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

html {
    overflow-x: hidden;
}

.col-right-fullstory {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.title_spoiler {
    padding: 0px 10px;
    margin: 0 -14px;
    border: 0;
}

.success {
    background: #3caf6a;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 6px;
    font-family: 'Google Sans';
    color: #fff;
    border: 1px solid #269050;
    margin: 0 0 50px;
}

.success a {
    color: #fff !important;
    border: 1px solid;
    padding: 10px;
    margin: 0 0 10px;
    display: inline-block;
    border-radius: 10px;
}

.success ul {
    padding: 0;
    margin: 0;
}

.success ul li {
    list-style: none;
}

/* Фиксируем позицию body, которую меняет панель гугла*/

body {
    top: 0 !important;
    position: static !important;
}

li .dropdown-menu {
    text-align: left;
}

.lang-btn {
    background: transparent;
    border: 0;
    text-transform: uppercase;
    color: #1D1D1F;
    font-family: 'Google Sans';
    letter-spacing: 0.2px;
}

.lang-btn:focus {
    box-shadow: none !important;
    background: transparent;
}

/* Прячем панель гугла */
.language a {
    display: inline-block;
    color: #000;
    font-family: 'Ubuntu';
    text-decoration: none;
    text-transform: uppercase;
}

a.dropdown-item {
    display: block;
    margin: 8px 0;
}

.langmainimg {
    width: 12px;
    height: 12px;
    opacity: 0.6;
    margin: -1px 0 0 6px;
}

.language a:hover {
    text-decoration: none;
    color: #EC5D29;
}

.dropdownlang {
    position: absolute;
    top: 80px;
    display: none;
    transition: 0.3s ease-in-out;
    background: #fff;
    padding: 10px;
    margin: 14px -10px 0;
    border-radius: 10px;
    box-shadow: 0px 4px 4px #0000004a;
}

.dropdownlang a {
    display: block;
    padding: 5px 0;
}

.skiptranslate {
    display: none !important;
}

/* language */

.language {
    float: right;
    margin: 18px 30px 0 0;
}

.language__img {
    margin: 0 5px;
    cursor: pointer;
    opacity: .8;
    width: 20px;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}

.lang-main:hover .dropdownlang {
    top: 40px !important;
    display: block !important;
}

.viewsmain img {
    width: 14px !important;
    height: 14px !important;
    opacity: 0.8;
    margin: -4px 2px 0 0 !important;
}

.viewsmain {
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #353535d9;
    padding: 3px 6px;
    border-radius: 3px;
    margin: 0 0 5px 0px;
    color: #ffffffde;
    font-size: 13px;
}

.image-news {
    position: relative;
}

.ms5ModalCall__submit {
    height: 45px !important;
    line-height: 45px !important;
    padding: 0 35px !important;
    border: 1px solid #FE5000;
    background: #FE5000;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.contacts-wr {
    background: #fff;
    padding: 15px 30px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 23px;
}

.contacts-wr a {
    color: #FE5000;
}

.contacts-form {
    display: block;
    transform: translateX(-50%);
    margin-left: 50%;
    max-width: 100vw;
    min-width: 100%;
    width: 100vw;
    background: #1d1d1f;
    background: radial-gradient(circle, #2b2b2e 0, #1d1d1f 100%);
    padding: 0 0 115px;
}

.contacts-form p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 50px;
    max-width: 800px;
}

.contacts-form:before {
    content: "";
    display: block;
    position: absolute;
    height: 25px;
    top: -2px;
    right: -5px;
    left: -5px;
    background: #f5f5f5;
    border-radius: 0 0 50px 50px;
    box-shadow: 0px 11px 7px #000000bf;
}

.contacts-form:after,
.filter-result-title:after {
    content: "";
    display: block;
    position: absolute;
    height: 25px;
    bottom: -2px;
    right: -5px;
    left: -5px;
    background: #f5f5f5;
    border-radius: 50px 50px 0 0;
    box-shadow: 0px -9px 7px #00000085;
}

.form-group {
    margin-bottom: 15px;
    list-style: none;
}

.form-group .mb-3 label {
    display: block;
}

ul.ui-form {
    margin: 0;
    padding: 0;
}

.regtext {
    font-family: 'Google Sans';
    font-size: 16px;
    max-width: 700px;
    padding: 0 0 35px;
}

input#fullname {
    max-width: 300px !important;
    display: block;
}

.btn-reg {
    background: #FE5000;
    border: 1px solid #FE5000;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 12px 30px;
}

.btn-reg:hover {
    background: #FE5000;
    color: #fff;
    text-decoration: none;
    opacity: 9;
}

.register-link {
    display: block;
    color: #222;
    font-size: 16px;
    text-align: center;
    margin: 5px auto;
    padding: 5px 0;
}

.box.berrors.fix_grid a {
    color: #000;
    text-decoration: underline;
}

.title.h1 {
    font-size: 30px;
    font-family: 'Google Sans';
    font-weight: 700;
    margin: 0 0 30px;
}

.title-news a {
    text-decoration: none;
    color: #222;
    font-size: 20px;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
}

.arhiv-news-link a {
    color: #fe5000;
    font-size: 18px;
    margin: 20px 0 0;
    display: block;
    text-decoration: underline;
}

.arhiv-news-link a:hover {
    color: #fe5000;
    text-decoration: none;
}

.data-news {
    color: #b0b0b0;
    font-size: 13px;
    font-weight: 300;
}

.title-main-news,
.news-full-title {
    padding: 15px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    color: #1D1D1F;
    padding-bottom: 15px;
}

.news-full-title {
    max-width: 70%;
}

.news-content {
    font-family: Google Sans, sans-serif;
    font-size: 16px;
    color: #1d1d1f;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 16px;
    max-width: 70%;
}

.title-news a:hover {
    color: #fe5000;
}

.col-news {
    margin-top: 20px;
}

.news {
    padding: 80px 0;
    background: #f5f5f5;
    position: relative;
}

.box.berrors.fix_grid {
    margin: 90px 0;
    padding: 20px;
    background: #fe50005c;
    border-radius: 6px;
    font-size: 16px;
    color: #414141;
}

.delete-favorit {
    color: #595959;
    position: absolute;
    top: -13px;
    right: 0;
    font-size: 12px;
}

.delete-favorit:hover {
    color: #FE5000;
    text-decoration: none;
}

.delete-favorit img {
    width: 11px;
    margin: -3px 0 0 0;
}

.sostoyanie-margin {
    margin-top: 17px;
}

.filter_wr_new {
    background: #ffffff;
    border: 4px solid #fe50008f;
    max-width: 1170px;
    border-radius: 6px;
    color: #000;
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
}

.filter_wr_new input[type="radio"],
.filter_wr_new input[type="checkbox"] {
    margin: -3px 5px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 16px;
    height: 16px;
}

.blue {
    background: #003c78ba !important;
    color: #fff !important;
}

.black {
    background: #000000ba !important;
    color: #fff !important;
    padding: 0 2px 0 0;
}

.black img {
    margin: -2px 2px 0 0;
}

.green {
    background: #64BE79 !important;
    color: #fff !important;
}

.green a {
    color: #fff !important;
}

.orange {
    background: #FE5000 !important;
    color: #fff !important;
}

.chosen-container-single .chosen-single {
    padding: 7px 15px !important;
    height: 40px !important;
    background: #fff !important;
    background-color: #fff;
}

.chosen-container-single .chosen-single div b {
    background-position-y: 9px !important;
}


.scroll-pup {
    z-index: 9;
}

.cl {
    clear: both;
    display: block;
    content: "";
}

header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    background: #ffffff;
    transition: 0.3s ease-in-out;
}

.logo {
    padding: 10px 0;
    float: left;
}

.logo_default {
    background: url(/templates/jusan/images/logo.svg) no-repeat center center;
    width: 141px;
    height: 40px;
    display: block;
}

.logo_white {
    background: url(/templates/jusan/images/logowhite2.svg) no-repeat left center !important;
    width: 141px !important;
    height: 40px !important;
    display: block !important;
    transition: .3s ease-in-out !important;
}

.filter-mob-btn a {
    width: 300px;
    display: block;
    padding: 20px 10px;
    font-size: 16px;
    background: #EC5D29;
    color: #fff;
    text-align: center;
    margin: auto;
}

.filter-mob-btn a:focus {
    color: #fff;
    text-decoration: none;
}

.navmenu {
    text-align: center;
    float: left;
    margin: 0px 40px;
}

.subscribe-btn {
    width: 300px;
    display: block;
    padding: 10px 30px;
}

.subscribe-btn {
    width: 300px;
    display: block;
    padding: 10px 30px;
    background: #fc7131;
    border: 0;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
}

.navmenu ul {
    list-style: none;
    margin: 0;
}

input.subscribe-email {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    margin: 0 0 10px;
}

.navmenu li {
    float: left;
    display: inline-block;
    padding: 20px 30px;
}

.navmenu li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #1D1D1F;
}

.navmenu li a:hover {
    color: #EC5D29;
    text-decoration: none;
}

.navmenuactive {
    font-style: normal;
    font-weight: bold !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: #EC5D29 !important;
}

li.navmenuactive a:hover {
    color: #EC5D29;
    text-decoration: none;
}

.nav-btn-auth {
    float: right;
    margin: 10px 0px;
}

.btn-auth {
    padding: 10px 20px;
    border: 1px solid #003c78;
    box-sizing: border-box;
    border-radius: 30px;
    margin: 0;
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #003c78 !important;
    transition: 0.2s ease-in-out;
}

.btn-auth:hover {
    background: #003c78;
    color: #fff !important;
    text-decoration: none;
}

.sp-thumbnails-container.sp-bottom-thumbnails.sp-swiping {
    width: 100% !important;
}

.image-news img {
    width: 280px;
    border-radius: 6px 6px 0px 0px;
}

.filter-shortnews-col .btn-short {
    width: 220px;
    padding: 15px;
    margin: auto;
}

.filter-shortnews-image-news img {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    border-radius: 4px;
}

.image-news,
.filter-shortnews-image-news {
    transition: 0.3s ease-in-out;
    height: 175px;
    overflow: hidden;
}

.mob-short-price {
    border-left: 1px solid #ccc;
}

.filter-shortnews-col .timer-number {
    padding: 10px 0 0;
}

.filter-result-page {
    padding: 50px 0;
    background: #222;
}

.filter-result-page .filter-container {
    background: transparent;
}

.filter-result-page {
    padding: 50px 0;
    background: #f5f5f5;
}

.image-news:hover,
.filter-shortnews-image-news:hover {
    opacity: 0.9;
}

.filter-shortnews-col .price {
    position: relative;
}

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

.filter-shortnews-col .timer-full-wr {
    width: auto;
    border: 0;
    padding: 20px 00 0;
}

.filter-shortnews-col .timer-title {
    padding: 0;
}

.filter-shortnews-col {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
    padding: 25px 15px;
}

.short-news-wr {
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 auto 40px;
}

.gray {
    background: #F5F5F5;
    padding: 60px 0 0;
}

.h3-title-short a {
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    line-height: 19px;
    padding: 15px 0;
    display: block;
    transition: 0.3s ease-in-out;
}

.h3-title-short a:hover {
    text-decoration: none;
    color: #FE5000;
}

.short-info-wr {
    padding: 0 20px;
    box-sizing: border-box;
    height: 326px;
    position: relative;
}

.stikers {
    background: rgba(254, 80, 0, 0.75);
    border-radius: 2px;
    font-family: Google Sans;
    font-style: normal;
    font-size: 9px;
    color: #FFFFFF;
    padding: 3px 5px;
    margin: 20px 0px 0px 0;
    display: inline-block;
    text-transform: uppercase;
}

.price {
    font-family: 'Google Sans';
    font-size: 20px;
    color: #232323;
    text-align: center;
    padding: 20px 0;
    height: 68px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    font-weight: 700;
}

.btn-short {
    background: #FE5000;
    border: 1px solid #FE5000;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 15px 15px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.btn-short:hover {
    background: #fff;
    border: 1px solid #FE5000;
    color: #FE5000;
    text-decoration: none;
}

.title-full {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    align-items: center;
    color: #1D1D1F;
    padding: 0 0 40px;
}

.full-wr-right {
    background: #FFFFFF;
    border: 0.5px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
}

.full-wr-text {
    font-size: 20px;
    padding: 10px 0 0;
}

.full-wr-text > div {
    margin: 0 0 10px;
}

.fwt-left {
    float: left;
    width: 56px;
}

.fwt-right {
    float: left;
    margin-left: 80px;
    max-width: 269px;
    text-align: left;
}

.aukcion-phdr {
    background: #EC5D29;
    margin-top: 45px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    align-items: center;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}

.aukcion-wr {
    border-radius: 0 0 10px 10px;
    padding: 10px 20px;
    border: 1px solid #EC5D29;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
}

.full-tabs {
    margin-top: 75px;
}

.nav-tabs > li > a {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 23px !important;
    text-align: center;
    padding: 20px 0 !important;
    color: #1D1D1F;
}

.nav-tabs > li > a:hover {
    color: #EC5D29;
    text-decoration: none;
}

.nav-tabs > li {
    width: 25%;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-radius: 10px 10px 0 0;
    color: #EC5D29 !important;
    cursor: default !important;
    background-color: #fff !important;
    border: 0 !important;
    padding: 20px 0 !important;
    border-bottom-color: transparent !important;
}

.tab-content > .active {
    display: block;
    background: #fff;
    border-top: 0 !important;
    padding: 50px 30px 75px;
    font-size: 18px;
}

.nav-tabs {
    border-bottom: 0 !important;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -2px !important;
}

.nav-tabs > li > a:hover {
    border-color: #fff #fff #fff;
}

.hark-left {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    float: left;
    width: 250px;
    padding: 7px 7px 7px 22px;
    margin-right: 20px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #EC5D29;
}

.hark-right {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    float: left;
    padding: 7px 22px 7px 22px;
    margin-right: 60px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    max-width: 780px;
}

.hark-right a {
    color: #062978;
    text-decoration: none;
}

.hark-right a:hover {
    color: #000;
}

.harakteristiki-div {
    margin: 14px 0;
}

.pokaz-title-info {
    padding: 20px 0;
}

.shape_orange {
    width: 14px;
    height: 14px;
    background: #EC5D29;
    display: inline-block;
    margin-right: 10px;
}

.imguserpokaz img {
    width: 150px;
    border-radius: 300px;
}

.imguserpokaz {
    height: 150px;
    overflow: hidden;
    width: 150px;
    margin: auto;
    border-radius: 300px;
}

.opisanie {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.userpokazwr {
    text-align: center;
}

.infouser a,
.teluser a {
    color: #000;
    font-size: 20px;
    margin: 15px 0;
    display: block;
}

.infouser a:hover,
.teluser a:hover {
    color: #EC5D29;
}

.whatsappuser a {
    background: #18a727;
    color: #fff;
    padding: 7px 10px;
    border-radius: 4px;
}

.whatsappuser a:hover {
    background: #00820e;
    text-decoration: none;
    color: #fff;
}

.bg1 {
    position: relative;
    overflow: hidden;
    background: rgb(255 122 40);
    background: -moz-linear-gradient(180deg, rgba(242, 114, 35, 1) 63%, rgba(240, 78, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgb(255 122 40) 63%, rgb(254 82 1) 100%);
    background: linear-gradient(180deg, rgb(255 122 40) 30%, rgb(254 80 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f27223", endColorstr="#f04e00", GradientType=1);
    margin-top: 0px;
}

.bg1 h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    margin: 0;
    padding-top: 75px;
}

.bg1_h2 {
    font-family: Google Sans;
    font-style: normal;
    font-size: 20px;
    max-width: 550px;
    padding-top: 10px;
    color: #fff;
}

.container {
    position: relative;
}

a.bg1_btn {
    width: 165px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 105px;
    padding: 16px 20px;
    color: #fff;
    display: block;
    text-align: center;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    transition: 0.3s ease-in-out;
    margin: 40px 0 0px;
}

img.bg1-slide-img {
    height: 505px;
    position: absolute;
    width: auto !important;
    bottom: 0;
    top: -65px;
    left: -35px;
}

.bg1-slide-img-wr {
    height: 390px;
    position: relative;
}

.next img {
    width: 60px;
    height: 450px;
    position: absolute;
    top: -15px;
    transform: rotate(0deg);
    left: 0px;
}

.next img:hover {
    transition: opacity .3s;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: -15px;
    right: 0;
    bottom: 0;
}

.prev img {
    width: 60px;
    height: 450px;
    position: absolute;
    top: -15px;
    right: 0;
    transform: rotate(180deg);
}

.prev img:hover {
    transition: opacity .3s;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    position: absolute;
    top: -15px;
    right: 0;
    bottom: 0;
}

a.bg1_btn:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
}

.btn-short a:focus,
.bg1_btn a:focus,
.btn_focus:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.bg1_img {
    position: absolute;
    width: 617px;
    height: 497px;
    right: 0;
    bottom: 0;
    background: url(../images/bg1.png);
}

/*Преимущества*/
.prem {
    padding: 0 0 100px;
}

.prem_h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    color: #1D1D1F;
    text-align: center;
    padding: 40px 0;
}

.prem_h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #1D1D1F;
    padding: 30px 0 20px;
}

.prem_p {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #646468;
}

.prem_col_icon {
    text-align: center;
}

.header-black {
    position: fixed;
    z-index: 99;
    background: #272729;
    color: #fff !important;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.header-black .navmenu li a {
    color: #c7c7c7 !important;
}

.header-black .btn-auth {
    border: 1px solid #fc7131 !important;
    color: #fc7131 !important;
}

.header-black .btn-auth:hover {
    border: 1px solid #fc7131 !important;
    color: #fff !important;
    background: #fc7131 !important;
}

.header-black .lang-btn {
    color: #fff !important;
}

.filter-container {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(245, 245, 245, 1) 50%, rgba(245, 245, 245, 1) 100%);
}

.filter_wr {
    border: 4px solid;
    border-color: #fc7131;
    max-width: 1170px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    border-radius: 8px;
}

.filter_wr .nav-tabs {
    border-bottom: 0 !important;
    margin: 40px 0 0;
    padding: 0 0px 5px 30px;
}

.filter_wr .tab-content > .active {
    background: #fff;
    border-top: 0 !important;
    padding: 30px 30px 50px;
    font-size: 18px;
    margin: 0 !important;
}

.filter_wr > .nav > li a {
    font-family: Ubuntu;
    font-style: normal;
    align-items: center;
    text-align: center;
    color: #c5c5c5;
    border: 0;
    margin: 0 10px 0 0;
    font-weight: 400;
    transition: none;
    padding: 10px 0 !important;
    border-bottom: 2px solid #c5c5c5;
}

.filter_wr > .nav > li a:hover,
.filter_wr > .nav > li a:focus {
    color: #EC5D29 !important;
    border-bottom: 2px solid #EC5D29 !important;
    background: #fff;
    text-decoration: none;
    margin: 0 10px 0 0;
    transition: none;
    border-radius: 0px;
    padding: 10px 0 !important;
}

.filter_wr > .nav > .active a,
.filter_wr > .nav > .active a:focus {
    color: #EC5D29 !important;
    border-bottom: 2px solid #EC5D29 !important;
    text-decoration: none;
    margin: 0 10px 0 0;
    transition: none;
    background: #eaeaea;
    border-radius: 0;
    padding: 10px 0 !important;
}

.filter_wr > .nav > .active a:hover {
    color: #EC5D29 !important;
    border-bottom: 2px solid #EC5D29 !important;
    text-decoration: none;
}

.filter_wr > .nav-tabs > li {
    width: 15%;
}


.form-filter-gr-label {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 10px;
}

.form-filter-gr-input select {
    width: 98%;
    height: 40px;
    border: 1px solid #555555;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #939393;
    padding: 0 10px 0 10px;
    display: block;
}

.viewmapbtn {
    padding: 0px 20px;
    height: 40px;
    text-align: center;
    border: 1px solid #555555;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    background: #fff;
}

button.viewmapbtn:hover {
    background: #f5f5f5;
}

.filter-result-btn {
    width: 145px !important;
    height: 45px;
    background: #003C78;
    border-radius: 3px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    margin: 40px 0 0 0;
    transition: 0.3s ease-in-out;
}

.filter-result-btn:hover {
    opacity: 0.8;
}

.mt17 {
    margin-top: 17px;
}

.duble-input-filter input {
    width: 65px;
    height: 40px;
    float: left;
    border: 1px solid #555555;
    box-sizing: border-box;
    border-radius: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    text-align: center;
    margin: 0 10px 0 0;
}

.filter-price-input {
    width: 77px !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.reset-filter-link {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #555555;
    display: block;
    margin-top: 43px;
    background: transparent !important;
    border: 0 !important;
}

.reset-filter-link:hover,
.reset-filter-link:focus {
    color: #555555;
    text-decoration: none;
}

.about {
    background: #1D1D1F;
    padding: 0px 0 200px;
    position: relative;
}

.about:after {
    content: "";
    display: block;
    position: absolute;
    height: 25px;
    bottom: -1px;
    right: -5px;
    left: -5px;
    background: #f5f5f5;
    border-radius: 50px 50px 0 0;
    box-shadow: 0px -9px 7px #00000085;
}

.about:before {
    content: "";
    display: block;
    position: absolute;
    height: 25px;
    top: -2px;
    right: -5px;
    left: -5px;
    background: #f5f5f5;
    border-radius: 0 0 50px 50px;
    box-shadow: 0px 11px 7px #000000bf;
}

.about_h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    padding: 100px 0 50px;
    color: #FE5000;
}

.about_h3 {
    width: 822px;
    margin: auto;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    padding-bottom: 100px;
}

.about_col_title {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
}

.about_col_p {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.about-text-position {
    width: 235px;
    position: absolute;
    right: 50px;
}

.team {
    padding: 80px 0;
    background: #fff;
}

.team_title {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    color: #1D1D1F;
    padding-bottom: 65px;
}

.team_img img {
    width: 255px;
    height: 330px;
    border-radius: 5px;
}

.team_name {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #1D1D1F;
    padding: 38px 0 20px;
}

.team_person_info {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #646468;
}

.question {
    background: #64BE79;
    padding: 0 0 100px;
}

.quest_title {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    padding: 100px 0 30px;
    color: #FFFFFF;
}

.question p {
    width: 821px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    margin: 0px auto 80px;
    color: #FFFFFF;
}

.question_form input {
    width: 200px;
    height: 55px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 20px 0 0;
    border: 0;
}

button.question_btn {
    width: 200px;
    height: 55px;
    background: #003C78;
    border-radius: 10px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: 0;
    transition: 0.3s ease-in-out;
    color: #FFFFFF;
}

button.question_btn:hover,
button.question_btn:focus {
    background: #0061c2;

}

.about-page {
    height: 400px;
    padding: 0;
    margin: 0;
    position: relative;
    background: #F3F5F8;
}

.about-bg {
    background: url(../images/boutbg.jpg) no-repeat left center;
    height: 695px;
    position: absolute;
    top: -22px;
    bottom: 0;
    width: 50%;
    right: 0;
    border-radius: 0 38px 0 0;
}

.bread {
    margin: 77px 0 20px 0;
}

.bread li {
    list-style: none;
    display: inline;
    padding: 10px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    align-items: center;
    color: #000000;
}

.bread li a {
    color: #FE5000;
    text-decoration: none;
}

.bread li a:hover,
.bread li a:focus {
    text-decoration: underline;
}

.about-page-title {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    color: #FE5000;
    padding: 28px 0 57px;
}

.about-page-info {
    width: 559px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 165%;
    margin-top: 70px;
}

.about-bg2 {
    background: #1D1D1F;
    position: relative;
    overflow: hidden;
}

.ab-bg2-title {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    color: #FE5000;
    text-align: center;
    padding: 50px 0 60px;
}

.ab-bg2-item-group {
    width: 40%;
    float: right;
}

.aboutbg2-img {
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0px;
    top: 0;
    bottom: 0;
    background: url(../images/aboutbg2.jpg) no-repeat left center;
}

.ab2_stiker {
    position: absolute;
    width: 260px;
    height: 243px;
    background: url(../images/ab2stiker.svg) no-repeat;
    z-index: 9;
    background-size: contain;
    left: 32%;
    top: 32%;
    overflow: visible !important;
}

.ab-bg2-col-title {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    padding: 15px;
}

.ab-bg2-col-p {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 15px;
}

.ab-bg2-col {
    padding: 0 0 130px;
}

.ab-bg2-right {
    float: left;
    width: 300px;
}

.ab-bg2-left {
    float: left;
}

.ab-bg2-icon {
    width: 73px;
    text-align: center;
    margin: 0 20px 0 0;
}

.aboutbg2-img {
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0px;
    top: 0;
    bottom: 0;
    background: url(../images/aboutbg2.jpg) no-repeat left center;
    background-size: cover;
}

footer {
    padding: 50px 0 50px;
    background: #f5f5f5;
}

.footer-logo img {
    width: 150px;
}

span.footer_icon img {
    width: 18px;
    margin-right: 6px;
    margin-top: -1px;
}

.copyright {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 10px;
    color: #000000;
}

.footer-links a {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #FF8562;
    display: block;
}

.footer-links a:hover {
    color: #FF8562;
    text-decoration: underline;
}

.footer_tel a,
.footer_mail a,
.footer_adress a {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    padding: 15px;
    display: inline-block;
}

.footer_tel a:hover,
.footer_mail a:hover,
.footer_adress a:hover {
    color: #FF8562;
    text-decoration: none;
}

.footer_contact {
    margin-top: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.footer-bottom {
    border-top: 2px solid #ffffff;
    padding-top: 26px;
}

.btn_and_timew_wrapper {
    margin-top: 40px;
}

.full-btn-col {
    margin: 0px 0 10px;
}

.full-btn {
    width: 190px;
    background: #EC5D29;
    display: block;
    border-radius: 4px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px 0;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.full-btn-icon {
    float: left;
    padding: 0 0 0 10px;
    margin-top: -2px;
}

.full-btn span {
    float: left;
    margin-left: 5px;
    width: auto;
}

.full-btn:hover,
.full-btn:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    cursor: pointer;
}

.timer-full-wr {
    width: 160px;
    border: 1px solid #EC5D29;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    padding: 15px 0 0;
}

.timer-icon {
    padding: 22px 0 18px;
}

.timer-title {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #1D1D1F;
    padding-bottom: 18px;
}

.timer-number {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    padding: 8px 0 22px;
    color: #1D1D1F;
    display: block;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: auto !important;
}

h2#modal1Title {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 20px;
}

.feedbackinput {
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px;
}

.feedbackinput:focus {
    border: 1px solid #EC5D29;
    border-color: #EC5D29 !important;
}

input.btn {
    background: #EC5D29;
    border: 1px solid #EC5D29;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 14px;
    height: auto;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

input.btn:hover {
    color: #fff;
    background: #EC5D29;
    opacity: 0.9;
}

.full-btn {
    position: relative;
}

.full-btn span a {
    color: #fff;
}

.full-btn span a:hover {
    color: #fff;
    text-decoration: none;
}

span.hidetel {
    background: #ec5d29;
    position: absolute;
    left: 34px;
    right: 8px;
    top: 0;
    bottom: 0;
    padding: 10px 0;
}

.hidden {
    display: none;
}

button.btn.btn-primary.btn-block.mb-2 {
    background: #EC5D29;
    display: block;
    border-radius: 4px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    padding: 13px 0;
    text-align: center;
    transition: 0.3s ease-in-out;
    border: 0;
    height: auto;
    margin: 10px 0;
}

button.btn.btn-primary.btn-block.mb-2:hover,
button.btn.btn-primary.btn-block.mb-2:focus {
    opacity: 0.9;
}

a.btn.btn-secondary.btn-block.mb-2 {
    background: #fff;
    color: #000;
    box-shadow: none;
    transition: 0.3s ease-in-out;
}

a.btn.btn-secondary.btn-block.mb-2:hover {
    color: #EC5D29;
    text-decoration: underline;
}

.navmenumobvisible {
    display: none;
    padding: 10px;
    float: right;
    margin: 18px 0 0 0;
}

.navmenumobvisible img {
    width: 35px;
}

.visible {
    display: block;
}

.filter-mob-btn {
    display: none;
}

.filter-btn-mob {
    display: none;
}

.hidden-desktop {
    display: none;
}

.ui-dialog {
    text-align: left;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 45%;
    left: 20%;
    width: 60% !important;
    margin: auto !important;
    width: 370px;
    border-radius: 2px;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    border: 1px solid #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #f7f7f7;
    background-clip: padding-box;
    outline: none;
}

.ui-button {
    float: none;
    background-color: #123f80;
}

.team_img img {
    width: 100%;
    height: auto;
}

/*Adaptive start*/
/*Adaptive start*/
/*Adaptive start*/
/*Adaptive start*/
@media screen and (max-width: 1200px) {
    .news-full-title {
        max-width: 100%;
    }

    .news-content {
        max-width: 100%;
    }

    footer {
        padding: 10px 0 50px;
        background: #f5f5f5;
    }

    .form-filter-gr-label {
        font-size: 13px !important;
    }

    .form-control {
        max-width: 250px;
    }

    .prem_h2 {
        font-size: 20px;
    }

    .prem_p {
        font-size: 14px;
        line-height: 18px;
    }

    .prem {
        padding: 0 0 45px;
    }

    .filter_wr .nav-tabs {
        margin: 10px 0 0;
    }

    .filter_wr .tab-content > .active {
        padding: 30px 30px 35px;
    }

    .team_name {
        font-size: 18px;
        line-height: 18px;
        padding: 38px 0 5px;
    }

    .about-bg {
        height: 425px;
        background-size: cover;
    }

    .contacts-wr {
        margin-bottom: 0;
    }

    .ab2_stiker {
        width: 200px;
        height: 205px;
        left: 25%;
    }

    .aboutbg2-img {
        position: absolute;
        width: 35%;
    }

    .ab-bg2-col {
        padding: 0 0 50px;
    }

    .navmenu li {
        float: left;
        display: inline-block;
        padding: 20px 23px;
    }

    .full-wr-text {
        font-size: 16px;
    }

    .btn-pokazat {
        margin: 0 auto;
    }

    .news {
        padding: 0 0 40px;
        background: #f5f5f5;
        position: relative;
    }

    .filter-price-input {
        width: 56px !important;
    }

    .question_form input {
        width: 175px;
        margin: 0 10px 0 0;
        border: 0;
    }

    .footer_tel a,
    .footer_mail a,
    .footer_adress a {
        font-size: 12px;
    }

    .form-filter-gr-label
}

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

    .mob-short-imge {
        float: left;
    }

    .col-md-3.mob-short-imge {
        float: left;
        width: 50%;
    }

    .col-md-6.mob-short-text {
        float: left;
    }

    .mob-short-price {
        border-left: 0;
    }

    .mob-short-price .price {
        text-align: left;
    }

    .col-md-3.mob-short-price {
        float: left;
    }

    .filter-shortnews-image-news img {
        width: 100%;
        height: auto;
        float: left;
        margin: 20px 30px 0 0;
        border-radius: 4px;
    }

    .team .col-md-3.col-xs-6 {
        width: 25%;
    }

    .about .col-md-4 {
        width: 33%;
        float: left;
    }

    .about_icon {
        text-align: center;
    }

    .question_form input {
        width: 48%;
        margin: 0 10px 10px 0;
        border: 0;
        display: inline-block;
    }

    button.question_btn {
        margin: 15px auto 0;
        display: block;
        width: 300px;
    }

    .question {
        background: #64BE79;
        padding: 0 0 50px;
    }

    .quest_title {
        padding: 50px 0 30px;
    }

    .question p {
        margin: 0 auto 50px;
    }

    .footer_contact .col-md-3 {
        width: 33%;
        float: left;
    }

    .about-text-position {
        width: 100%;
        position: relative;
        right: auto;
        text-align: center;
        padding: 20px 0 0;
    }

    .about {
        background: #1D1D1F;
        padding: 0px 0 80px;
        position: relative;
    }

    .team_name {
        font-size: 16px;
        line-height: 18px;
        padding: 20px 0 5px;
    }

    .filter-mob-btn {
        display: block;
        margin: 0 0 30px;
    }

    .main-short-wr .col-md-3 {
        width: 50%;
        float: left;
    }

    .image-news img {
        width: 100%;
        height: 230px;
        border-radius: 6px 6px 0px 0px;
    }

    .short-info-wr {
        height: 260px;
    }

    .filter-tablet {
        display: none;
    }

    header.header .container {
        width: 100%;
    }

    .navmenu li {
        padding: 20px 15px;
    }

    .btn-auth {
        padding: 10px 10px;
    }

    .logo_default {
        background: url(/templates/jusan/images/logo.svg) no-repeat left center;
        width: 47px;
        height: 40px;
        display: block;
    }

    .logo_white {
        background: url(/templates/jusan/images/logowhite2.svg) no-repeat left center !important;
        width: 47px !important;
        height: 40px !important;
        display: block !important;
        transition: .3s ease-in-out !important;
    }

    .navmenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    img.bg1-slide-img {
        height: 505px;
        position: absolute;
        width: auto !important;
        bottom: 0;
        top: -174px;
        left: auto;
        right: -96px;
    }

    .prem_h2 {
        text-align: left;
        padding: 15px 0 0px 0px;

    }

    .prem_p {
        text-align: left;
    }

    .bg1-slide-img-wr {
        height: 241px;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .col-footer-docs {
        float: left;
        width: 23%;
        margin: 5px;
    }

    .faq {
        font-size: 17px;
        width: 100%;
    }

    .title-full {
        font-size: 25px;
        line-height: normal;
    }

    .col-right-fullstory {
        margin: 25px -15px;
    }

    .full-tabs {
        margin-top: 25px;
    }

    .contacts-wr a {
        display: block;
    }

    .team .col-md-3.col-xs-6 {
        width: 50%;
    }

    .about_icon {
        text-align: left;
    }

    .about .col-md-4 {
        width: 100%;
        float: none;
    }

    .footer_contact .col-md-3 {
        width: 100%;
        float: none;
    }

    .hidden-tablet {
        display: none;
    }

    .form-group label {
        display: block !important;
    }

    .contacts-form:after,
    .filter-result-title:after {
        right: -5px !important;
        left: -5px !important;
    }

    .language {
        float: none;
        margin: 0 auto 50px;
    }

    .language a {
        margin: 0 15px;
        font-size: 17px;
    }

    .language__img {
        width: 26px;
        margin: -5px 5px 0;
    }

    .navmenu li a {
        font-size: 16px;
    }

    .header-black .navmenu li a {
        color: #535353;
    }

    .header-black .navmenu li a:hover {
        color: #EC5D29 !important;
        text-decoration: none;
    }

    .filter-shortnews-col {
        margin: 15px 20px;
    }

    .prem_h1 {
        padding: 30px 0 40px;
    }

    .gray .prem_h1 {
        padding-top: 0px !important;
    }

    .btn-pokazat {
        margin: 15px auto !important;
    }

    .news {
        padding: 0px 0 50px;
        background: #f5f5f5;
        position: relative;
    }

    .team {
        padding: 80px 0 20px;
        background: #fff;
    }

    footer {
        padding: 0 0 30px;
        background: #f5f5f5;
    }

    .contacts-form:before {
        top: -1px;
        background: #fff;
    }

    .contacts-wr {
        margin-bottom: -10px;
    }

    .filter-result-page {
        padding: 0;
        background: #fff !important;
    }

    .filter-result-title:after {
        background: #ffffff;
    }

    .contacts-form:after {
        background: #f5f5f5;
        bottom: -1px;
    }

    .ui-dialog {
        width: 90% !important;
        left: 5%;
        top: 90px;
        height: auto !important;
    }

    div#dle-info {
        height: auto !important;
    }

    .language__img {
        width: 26px;
    }

    body {
        padding: 50px 0 0;
    }

    .filter-price-input {
        width: 114px !important;
    }

    .reset-filter-link {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
        width: 100% !important;
    }

    .filter_wr > .nav > li a:hover,
    .filter_wr > .nav > li a:focus {
        color: #c5c5c5 !important;
        border-bottom: 2px solid #c5c5c5 !important;
    }

    .bg1 {
        margin-top: 0;
    }

    .logo {
        padding: 8px 0;
        float: left;
    }

    .logo_white {
        width: 46px;
    }

    .gray {
        background: #F5F5F5;
        padding: 50px 20px 0px;
    }

    .hidden-mob {
        display: none;
    }

    .visible-mob {
        display: block !important;
    }

    .bg1-slide-img-wr {
        height: 250px;
        position: relative;
        margin-top: 50px;
        margin: auto;
        width: 250px;
        overflow: hidden;
    }

    img.bg1-slide-img {
        height: auto !important;
        width: 370px !important;
        position: absolute;
        bottom: 0;
        top: -67px;
        left: -70px;
    }

    .owl-nav {
        display: none;
    }

    .bg1 {
        padding: 0px;
    }

    .main-short-wr .col-md-3 {
        float: left;
        width: 300px;
    }

    .overflow-main-short {
        overflow: auto !important;
        margin: 0 -20px;
    }

    .main-short-wr {
        width: 2480px;
    }

    .profile-footer-links img {
        width: 100% !important;
        margin: 0px auto 15px !important;
    }

    .filter-btn-mob {
        display: block;
    }

    .filter-btn-web {
        width: 100% !important;
        display: block;
        margin: auto;
    }

    #filter-mob {
        padding: 30px 10px !important;
        width: 100%;
    }

    .filter-container {
        background: transparent;
    }

    .filter_wr {
        border: 0;
        background: #fff;
        margin: auto;
    }

    .filter_wr > .nav > li a:hover,
    .filter_wr > .nav > li a:focus {
        color: #000;
        margin: auto;
        border-radius: 0;
    }

    #filter-mob .filter_wr > .nav-tabs > li {
        width: 49%;
    }

    .filter_wr > .nav > li a {
        color: #000;
    }

    .filter-mob-btn a {
        display: block;
    }

    .filter-mobile {
        display: none;
    }

    .myvertical-h1 {
        border-radius: 10px 10px 0 0 !important;
    }

    .myvertical-tabs-content {
        padding: 20px !important;
        border-radius: 10px;
    }


    .wrap-myvertical-tabs {
        display: block !important;
        overflow: auto;
    }

    .about-bg {
        position: relative;
        height: 250px;
        width: 100%;
        background-size: cover;
        margin-top: 25px;
        border-radius: 0;
        top: 0;
    }

    .bread {
        margin: 30px 0 20px -10px;
    }

    .ab-bg2-col-title {
        padding: 0 0 15px 15px;
    }

    .ab-bg2-col {
        padding: 0 0 50px;
    }

    .ab-bg2-icon img {
        width: 50px;
    }

    .ab-bg2-right {
        float: right;
        width: 225px;
    }

    .about-page-title {
        padding: 0 0 15px;
    }

    .about-page {
        height: auto;
    }

    .aboutbg2-img {
        display: none;
    }

    .ab-bg2-item-group {
        width: 100%;
        float: none;
    }

    .about-bg2 {
        overflow: visible;
    }

    .ab2_stiker {
        top: -70px;
        width: 155px;
        right: 15px;
        z-index: 9;
        display: block;
        left: auto;
    }

    .ab-bg2-title {
        text-align: left;
        width: 200px;
        padding: 30px 0 50px;
    }

    .about-page-info {
        width: 100%;
        font-size: 16px;
        margin: 0;
    }

    .navmenumobvisible {
        display: block !important;
        margin: 0;
    }

    .navmenu li {
        float: none;
        display: block;
        padding: 10px;
        text-align: center;
    }

    .navhidden {
        display: none;
    }

    .navmenu {
        text-align: center;
        float: none;
        margin: 0;
        position: absolute;
        background: #fff;
        left: -900px;
        width: 100%;
        z-index: 9;
        top: 54px;
        transition: .3s ease-in-out;
    }

    .navmenu_slide {
        left: -10% !important;
        padding-top: 20px;
        width: 120%;
        box-shadow: inset 0px 4px 8px 0px #00000017;
    }

    .navmenu ul {
        list-style: none;
        padding: 0;
    }

    .nav-btn-auth {
        float: none;
    }

    a.btn-auth {
        font-size: 13px;
        display: block;
        width: 180px;
        margin: auto;
    }

    .bg1_img {
        width: 229px;
        height: 300px;
        background: url(../images/bg1.png) no-repeat;
        background-size: cover;
        right: -40px;
    }

    .bg1 h1 {
        font-size: 28px;
        line-height: 28px;
    }

    a.bg1_btn {
        margin: 20px 0;
    }

    .prem_p {
        margin-bottom: auto;
        font-size: 14px;
        text-align: left;
    }

    .prem_h2 {
        text-align: left;
        padding: 0 0 10px 0;
    }

    .prem_col_icon img {
        width: 100%;
    }

    .prem_col .col-md-3 {
        margin-bottom: 35px;
    }

    .prem {
        padding: 0;
    }

    .prem-mob-icon {
        width: 25%;
    }

    .prem-mob-info {
        width: 75%;
    }

    .filter_wr > .nav-tabs > li {
        width: 50%;
    }

    .form-filter-group {
        margin: 0 0 15px;
    }

    .image-news img {
        width: 100%;
        height: 180px;
    }

    .about_h3 {
        width: auto;
        font-size: 16px;
        padding: 0 15px 55px;
        text-align: initial;
    }

    .about_h1 {
        text-align: left;
        padding: 50px 0 20px 15px;
    }

    .about-text-position {
        position: relative;
        right: -80px;
        text-align: left;
        width: 260px;
    }

    .col-md-3.mob-short-imge {
        float: none;
        width: 100%;
    }

    .mob-short-price .price {
        text-align: center;
    }

    .col-md-3.mob-short-price {
        float: none;
    }

    .col-md-6.mob-short-text {
        float: none;
    }

    .about_icon img {
        width: 45px;
        margin-left: 10px;
    }

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

    .about {
        padding: 20px 0 90px;
    }

    .team_img img {
        width: 100%;
        height: auto;
    }

    .team_name {
        font-size: 17px;
        padding: 10px 0 0;
    }

    .team_person_info {
        font-size: 12px;
        margin-bottom: 40px;
    }

    .quest_title {
        padding: 50px 0 10px;
    }

    .question p {
        width: 90%;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .question_form input,
    button.question_btn {
        width: 300px;
        margin: 10px auto;
        display: block;
    }

    .footer-logo img {
        width: 170px;
    }

    .footer_contact {
        margin-top: 15px;
    }

    .footer_tel a,
    .footer_mail a,
    .footer_adress a {
        padding: 5px 0;
        font-size: 14px;
    }

    .owl-carousel .item {
        height: auto !important;
    }

    .owl-carousel .owl-stage-outer {
        height: auto !important;
    }

    .full-wr-text {
        font-size: 16px;
        margin: 20px 0 0;
    }

    .fwt-right {
        float: left;
        margin-left: 19px;
        text-align: left;
        width: 185px;
    }

    .tab-content > .active {
        padding: 30px 10px 30px;
        font-size: 18px;
    }

    .full-wr-right {
        margin: 25px -15px 0;
    }

    .full-btn {
        width: 100%;
    }

    .full-btn span {
        float: left;
        margin-left: 15px;
    }

    span#hidetel {
        text-align: left;
        left: 50px;
    }

    .full-btn-icon {
        float: left;
        padding: 0 0 0 20px;
        margin-top: -2px;
    }

    .timer-full-wr {
        width: auto;
        margin: 15px -15px 15px;
    }

    .aukcion-phdr {
        margin: 0 -15px;
    }

    .aukcion-wr {
        margin: 0 -15px;
    }

    .nav-tabs > li {
        float: none !important;
        width: 49%;
        display: inline-block !important;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-radius: 0;
        background-color: transparent !important;
        border: 1px !important;
        font-weight: 700;
        text-decoration: underline;
    }

    .hark-left {
        border: 0;
        width: 100%;
        border-bottom: 1px dashed #e0e0e0;
    }

    .hark-right {
        border: 0;
    }

    .grafikpokaza {
        overflow: auto;
        margin-bottom: 35px;
    }

    .mob-short-price {
        border-left: 0;
    }

    /*
    .filter-shortnews-image-news img {
    width: 100%;
    height: 100px;
    border-radius: 4px;
}
.col-md-6.mob-short-text {
    float: left;
    width: 55%;
}
    .filter-stikers {
    margin: 0 0 3px;
    font-size: 10px;
}
    .h3-title-short a {
    font-size: 15px;
    padding: 0 0 5px;
}
    .shortinfo p {
    margin: 5px 0;
    font-size: 13px;
    line-height: 13px;
}
    .col-md-3.mob-short-price {
    float: left;
    width: 100%;
}
    .filter-shortnews-col .price {
    position: relative;
    padding: 10px 0 0;
}
    .filter-shortnews-col .price {
    position: relative;
    padding: 10px 0 0;
    margin: 0 0 0;
    height: 50px;
}
    .col-md-3.mob-short-imge {
        float: left;
        width: 45%;
    }

    .image-news,
    .filter-shortnews-image-news {
        transition: 0.3s ease-in-out;
    }
*/
}

@media (max-width: 600px) {
    .ms5ModalCall__form {
        width: 100% !important;
    }

    .ms5ModalCall__submit-wrap {
        margin: 0 auto !important;
        width: 100% !important;
    }

    input#ms5ModalCall__phone {
        margin: auto !important;
        text-align: center;
        float: none;
        display: block;
        width: 100% !important;
    }

    .ms5ModalCall__wrap {
        margin: auto auto !important;
        width: 300px !important;
    }

    .ms5ModalCall__submit-wrap {
        margin: 0;
        width: 100% !important;
    }

    .ms5ModalCall__submit {
        width: 100% !important;
        margin: auto !important;
        display: block;
        text-align: center;
    }
}



/*Adaptive end*/
.bg1_h2 {
    font-size: 16px;
}

.countdown-text {
    display: block;
    font-size: 10px;
}

.countdown {
    font-family: sans-serif;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.countdown-number {
    padding: 0;
    display: inline-block;
    float: left;
    margin: 0 7px;
}

.countdown-time {
    display: inline-block;
    color: #000;
    font-size: 16px;
}

.countdown-text {
    display: block;
    font-size: 10px;
}

.wrap-myvertical-tabs {
    display: flex;
    overflow: hidden;
}

.myvertical-tabs {
    list-style: none;
    background: #1D1D1F;
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.myvertical-tabs li {
    padding: 20px 35px;
    cursor: pointer;
    position: relative;
    font-family: Google Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: block;
    border-left: 7px solid transparent;
}

.myvertical-tabs li:hover {
    color: #ffffff;
    background: rgba(254, 80, 0, 0.3);
    border-bottom: 0px solid transparent;
    position: relative;
}


.myvertical-tabs li.chosen {
    color: #ffffff;
    position: relative;
    background: rgba(254, 80, 0, 0.3);
    border-bottom: 0px solid transparent;
    transition: 0.3s ease-in-out;
}

.myvertical-tabs li.chosen:before {
    height: 100%;
    width: 7px;
    background: #FE5000;
    content: "";
    display: block;
    left: -7px;
    position: absolute;
    top: 0;
}

.myvertical-tabs-content {
    display: none;
    background: #fff;
    padding: 40px 60px;
    min-height: 458px;
}

.myvertical-tabs-content.active {
    display: block;
}

.myvertical-h1 {
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    padding: 40px 0 20px;
    display: block;
    background: #1D1D1F;
    border-radius: 10px 0px 0 0;
}

.myvertical-name {
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    padding: 0px 20px 29px;
    display: block;
    background: #1d1d1f;
}

.myvertical-tabs li:hover,
.exit a:hover,
.zayavki a:hover {
    color: #ffffff;
    background: rgba(254, 80, 0, 0.3);
    border-bottom: 0px solid transparent;
    position: relative;
    border-left: 7.3px solid #fe5000;
}

.exit a {
    padding: 20px 35px;
    cursor: pointer;
    position: relative;
    font-family: Google Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: block;
    background: #1d1d1f;
    margin: 0;
    border-radius: 0 0 0px 10px;
    border-left: 7px solid transparent;
}

.exit a {
    border-radius: 0 0 0px 10px !important margin-bottom: 20px !important;
}

.exit a:hover {
    background: #612c16;
    color: #fff;
    text-decoration: none;
}

.zayavki a {
    padding: 20px 35px;
    cursor: pointer;
    position: relative;
    font-family: Google Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: block;
    background: #1d1d1f;
    margin: 0;
    border-left: 7px solid transparent;
}

.zayavki a:hover {
    background: #612c16;
    color: #fff;
    text-decoration: none;
}

.filter-result-title {
    background: #1d1d1f;
    background: radial-gradient(circle, #2b2b2e 0, #1d1d1f 100%);
    padding: 0;
    display: block;
    transform: translateX(-50%);
    margin-left: 50%;
    max-width: 100vw;
    min-width: 100%;
    width: 100vw;
}

.filter-result-title .bread {
    margin: 77px 0 20px 0;
    color: #fff;
}

.filter-result-title .bread li {
    color: #ffffff;
}

.filter-result-title .bread li a {
    color: #ff7600;
    text-decoration: none;
}

.filter-result-title .title-full {
    color: #ffffff;
}

.bread ul {
    padding: 0;
    margin: 0 0 0 -8px;
}

.btn-pokazat {
    width: 165px;
    border: 1px solid #fe5000;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 16px 20px;
    color: #fe5000;
    display: block;
    text-align: center;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    transition: 0.3s ease-in-out;
    margin: 0 auto 50px;
}

.btn-pokazat:hover {
    color: #fff;
    background: #fe5000;
    text-decoration: none;
}

.tabs-content-active-h1 {
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    align-items: center;
    color: #1D1D1F;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #fff !important;
}

button.btn-profilesave {
    background: #EC5D29;
    border: 1px solid #EC5D29;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Google Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    display: block;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    padding: 18px;
    transition: 0.3s ease-in-out;
}

.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #f2f2f2;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: auto;
    overflow: hidden;
    font-size: 16px;
}

.acor-container .acor-body p {
    margin: 0 0 10px;
}

.acor-container label {
    cursor: pointer;
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #000000;
    box-sizing: border-box;
    z-index: 100;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    transition: .3s ease-in-out;
}

.acor-container label:hover {
    color: #EC5D29;
}

.acor-container input {
    display: none;
}

.acor-container label:before {
    content: '\276F';
    float: right;
}

.acor-container input:checked + label {
    color: #EC5D29;
}

.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}

.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 10px;
    border-top: 2px solid #ed5d2b;
}

button.btn-profilesave:hover {
    opacity: 0.9;
}

.title-docs {
    font-family: Google Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    padding: 69px 0 52px;
    color: #1D1D1F;
}

.profile-footer-links {
    transition: .3s ease-in-out;
}

.profile-footer-links img {
    width: 100%;
    margin: auto;
}

.profile-footer-links img:hover {
    opacity: 0.9;
}

@media (max-width: 480px) {
    .col-footer-docs {
        float: left;
        width: 47%;
        margin: 5px;
    }

    .form-control {
        max-width: 100% !important;
    }
}
