@font-face {
    font-family: 'TTProstoSansCondensedDEMO';
    src: url(../fonts/TT-Prosto-Sans-Condensed-Bold-DEMO.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.header-lg, .header-md, .header-sm {
    border-bottom: 1px solid #dee2e6!important;
    background-color: #fff;
}
@media (min-width: 1024px){
    .header-lg{display:block;height:90px;}
    .header-md, .header-sm{display:none;}
}
@media (max-width: 1024px){
    .header-md{ display:block;height:70px;}
    .header-lg, .header-sm{display:none;}
}
@media (max-width: 768px){
    .header-sm{ display:block;height:40px;}
    .header-lg, .header-md{display:none;}
}
header img:not(.img-fluid){
    width: 40px;
    height: 40px;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav a{
    border-bottom: 3px solid rgba(0,0,0,0);
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    text-decoration: none;
}
@media (max-width: 1110px) and (min-width:1024px){
    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav a{
        font-size: 12px;
    }
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav a.nav-link:hover{
    color:#000;
    border-bottom:3px solid #fb0;
    text-decoration: none;
    padding-bottom: 0;
}
ul.dropdown-menu li.dropdown-item {
    border-bottom: 3px solid rgba(0,0,0,0);
    cursor: pointer;
}
ul.dropdown-menu li.dropdown-item:hover, ul.dropdown-menu li.dropdown-item:active  {
    border-bottom: 3px solid #fb0;
    background-color: #fff;
}
/*.nav-item.dropdown.text-uppercase:hover .dropdown-menu{
    display: block;
}*/
.font-13 {
    font-size: 13px;
}
.container-big {
    max-width: 1600px;
    width:100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.underline{
    text-decoration:underline;
}
@media (max-width: 768px){
    .container-big {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.phones-header {
    display: flex!important;
    flex-direction: row;
}
.logo-mw {
    max-width: 306px;
}
@media (max-width: 1280px){
    .phones-header {
        flex-direction: column;
    }
    .logo-mw {
        max-width: 250px;
    }
}
.mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(0,0,0,.8);
    z-index: 9;
}
.mobile-menu.active {
    display: block;
}
.mobile-menu .content {
    position: absolute;
    top: 0;
    right: -90%;
    width: 90%;
    transition: right 1s;
    background-color: #fff;
    min-height: 100vh;
}
.mobile-menu .content.active {
    right: 0%;
    transition: right 1s;
}
footer {
    background-color: #333333;
}
h1, h2, h3, h6 {
  font-size: 48px;
  font-family: "TTProstoSansCondensedDEMO";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.444;
  text-align: left;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 25px;
}
h6 {
    font-size: 16px;
}
footer h6 {
  font-size: 16px;
  color: rgb(255, 187, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
footer .nav, footer .nav li.nav-item a {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1.8;
  text-align: left;
  padding: 0;
}

#home-top .container-big {
    height: 380px;
}

#home-top h1{
    margin-top: 60px;
    margin-left: 75px;
}
#home-top img{
    position: absolute;
    top: 0;
    left: -13%;
    height: 100%;
    width:auto;
    z-index: -1;
}
#home-cars {
    padding: 75px 0;
}
#home-cars h2 {
    text-align: center;
}
#home-cars .card-header, #autopark .card-header, #stage1 .card-header{
    font-size: 16px;
    color: rgb(71, 76, 82);
    text-transform: uppercase;
    line-height: 1.09;
    text-align: center;
    background-color: #fff;
    padding: 1.25rem 0;
    border: none;
}
#home-cars .card-footer, #autopark .card-line, #autopark .card-footer, #stage1 .card-footer, #stage1 .card-line, #order .card-line, #car .card-line {
    background-color: #000;
    padding: 0;
    color: #fff;
    height: 42px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-bottom: 1px solid #fff;
}
#home-cars .card-footer:last-child, #autopark .card-footer, #stage1 .card-footer{
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #fff;
}
#autopark .card-header, #stage1 .card-header{
    height: 60px;
    padding: 1rem 0 0.75rem;
}
#autopark .card-body, #stage1 .card-body {
    padding: 0.5rem;
}
#home-cars .card-footer:last-child p{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 13px;
}
#why_we_are {
    padding: 75px 0;
    text-align: center;
    background-color: #e8e8e8;
}
#why_we_are h2, #why_we_are h6 {
    text-align: center;
    color: #000;
    font-weight: bold;
}
#why_we_are h6 {
    font-size: 16px;
}
#why_we_are .card-img-top {
    width: 100px;
    margin: 35px auto;
}

#block_info {
    min-height: 200px;
    padding: 50px 0 120px;
    position: relative
}
#block_info h2 {
    font-size: 32px;
    font-family: "TTProstoSansCondensedDEMO";
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 60px;
    position: relative;
}
#block_info h2::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 5px;
    bottom: -25px;
    left: 0;
    background-color: #fb0;
}
#block_info p {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 30px;
}
#news {
    padding: 75px 0;
    background-color: #e8e8e8;
}
#news .owl-carousel .card, #news .card {
    position: relative;
    display: grid;
    grid-template-rows: 180px 265px;
}
#news .owl-carousel .card .card-body, #news .card .card-body {
    display: grid;
    grid-template-rows: 50px 150px 25px;
}
#news .owl-carousel .card .card-head, #news .card .card-head {
    position: absolute;
    top: 0;
    left: 30px;
    background-color: #fb0;
    display: grid;
    grid-template-rows: 25px 25px;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
#news .owl-carousel .card .card-head > span:last-child, #news .card .card-head > span:last-child{
    font-size: 16px;
}
:focus {
    outline: none!important;
}
#autopark .card .table td {
    padding: 5px 12px;
    font-size: 14px;
    color: #000;
}
#autopark .card .table th {
    padding: 10px 12px;
    font-size: 16px;
    color: #474c52;
}
#stage1 .card-price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    text-transform:uppercase;
    line-height:0.5;
    height: 90px;
    white-space: nowrap;
}
#stage1 .card-price > span {
    white-space: normal;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "";
}
.breadcrumb {
    background: #f0f0f0;
    font-size: 12px;
}
.breadcrumb-item {
    align-items: center;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.breadcrumb-item i {
    font-size: 1.5rem;
    margin-left: 1rem;
}
.breadcrumb-item span {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #333;
    margin-right: 1rem;
    color: #fff;
}
.breadcrumb-item p {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.breadcrumb-item.active span {
    background: #fb0;
}
.breadcrumb-item.active i {
    color: #fb0;
}
#order table.table tr td {
    padding-top: 4px;
    padding-bottom: 4px;
}
#order table.table tr td:last-child {
    text-align: right;
}
.bg-light {
    background-color: #e8e9ea!important;
}
.text-light {
    color: #e8e9ea!important;
}
@media (max-width: 576px){
    .breadcrumb-item {
        display: none;
    }
    .breadcrumb-item.active {
        display: flex;
    }
    .breadcrumb-item.active i{
        display: none;
    }
    .breadcrumb {
        justify-content: center;
    }
}
.place_info{
    font-size: 0.75rem;
}
small {
    font-size: 65%;
    color: gray;
}
#order .list-group-item {
    display: flex;
    justify-content: space-between;
}
#order .list-group-item label input {
    margin-right: 1rem;
}
#order h3 {
    color: gray;
}
.line-after{
    position: relative;
}
.line-after:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 75px;
    height: 5px;
    background-color: #fb0;
}
#order-fin .table {
    color: #000;
}
#order-fin table.table tr td {
    vertical-align: middle;
}

#news-item h1 {
    text-align: center;
/*    font-size: 32px;*/
    font-family: "TTProstoSansCondensedDEMO";
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.56;
    background-color: #fafafa;
    padding: 10px 0;
}

#news-item .news-item-container {
    padding: 30px 160px
}

#news-item .nic-image img {
    max-width: 100%
}

#news-item .nic-image {
    margin-bottom: 50px
}

#news-item h5 {
    font-size: 15px;
    color: #ffbc00;
    margin-bottom: 20px
}

#news-item p {
    margin-bottom: 20px;
    line-height: 1.2
}

#news-item p.upper {
    text-transform: uppercase
}

#news-item h3 {
    font-size: 29px;
    font-family: "Lato";
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    margin: 50px 0;
}

#news-item h3::after {
    content: '';
    position: absolute;
    left: 0;
    width: 80px;
    height: 5px;
    background: #ffbc00;
    bottom: -10px;
}

#news-item ul {
    margin-bottom: 20px;
    list-style: none;
}

#news-item h2 {
    font-size: 27px;
    margin-bottom: 15px;
}

#news-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

#news-item img {
    max-width: 100%!important;
}

#news-item ul li::before {
    content: '•';
    margin-right: 10px;
    color: #ffbc00
}

#news-item .ni-split {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid silver
}

#news-item .ni-split div {
    width: 49%
}

#news-item .ni-bottom {
    margin: 50px 0;
    display: flex;
    justify-content: space-between
}
#news-item .ni-bottom a {
    color: #ffbc00;
    text-decoration: none
}
#news-item.page h3 {
    margin-bottom: 30px
}

#news-item.page img {
    margin: 15px
}
#news-item .news-item-container {
    padding: 30px 60px
}
#news-item .news-item-container {
    padding: 30px
}
#news-item .ni-bottom {
    display: block
}
#news-item .ni-bottom div {
    margin-bottom: 15px
}
#news-item h1 {
/*    font-size: 26px*/
}
#news-item .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}
#news-item .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
#news-item .tab label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background:#fb0;
    color:black;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
}
#news-item  .blue label {
    background: #2980b9;
}
#news-item  .tab-content {
    max-height: 0;
    overflow: hidden;
    background: white;
    color: black;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
}
#news-item  .blue .tab-content {
    background: #3498db;
}
#news-item .tab-content p {
    margin: 1em;
}
#news-item .tab input:checked ~ .tab-content {
    max-height: 100vh;
}
#news-item .tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
#news-item .tab input[type=checkbox] + label::after {
    content: "+";
}
#news-item .tab input[type=radio] + label::after {
    content: "\25BC";
}
#news-item .tab input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
}
#news-item .tab input[type=radio]:checked + label::after {
    transform: rotateX(180deg);
}
#news-item .tab label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
    border: 1px solid #e8e9ea;
    color: #000;
    font-size: 18px;
    background-color: #f8f9fa;
    box-shadow: 3px 3px 7px #a8a9aa;
}
#news-item .tab label:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

#reviews .reviews-header {
    background-color: #fafafa;
    padding: 15px 160px;
    display: flex;
    justify-content: space-between
}

#reviews .reviews-header > div {
    width: 100%; /* old value 47 */
}

#reviews .reviews-header div iframe {
    width: 80%;
    height: 100%
}

#reviews .reviews-header h1 {
    font-size: 32px;
    font-family: "Lato";
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

#reviews .reviews-header div:first-child {
    margin-top: 15px
}

#reviews .reviews-header h1::after {
    content: '';
    position: absolute;
    left: 0;
    width: 80px;
    height: 5px;
    background: #ffbc00;
    bottom: -15px
}

#reviews .review-stars {
    height: 50px;
    width: 200px
}

#reviews .review-stars span {
    position: relative;
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    height: 24px
}

#reviews .review-stars span::before {
    content: '';
    position: absolute;
    width: 33px;
    height: 32px;
    left: 0;
    background-size: contain;
    background-image: url(../images/reviews/star-silver.png)
}

#reviews .review-stars span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 32px;
    left: 0;
    background-size: inherit;
    background-image: url(../images/reviews/star.png)
}

#reviews .review-stars.star0.sd1 span:nth-child(1)::after {
    width: 6px
}

#reviews .review-stars.star0.sd2 span:nth-child(1)::after {
    width: 9px
}

#reviews .review-stars.star0.sd3 span:nth-child(1)::after {
    width: 12px
}

#reviews .review-stars.star0.sd4 span:nth-child(1)::after {
    width: 15px
}

#reviews .review-stars.star0.sd5 span:nth-child(1)::after {
    width: 18px
}

#reviews .review-stars.star0.sd6 span:nth-child(1)::after {
    width: 21px
}

#reviews .review-stars.star0.sd7 span:nth-child(1)::after {
    width: 24px
}

#reviews .review-stars.star0.sd8 span:nth-child(1)::after {
    width: 27px
}

#reviews .review-stars.star0.sd9 span:nth-child(1)::after {
    width: 30px
}

#reviews .review-stars.star1.sd0 span:nth-child(1)::after {
    width: 33px
}

#reviews .review-stars.star1 span:nth-child(1)::after {
    width: 33px
}

#reviews .review-stars.star1.sd1 span:nth-child(2)::after {
    width: 6px
}

#reviews .review-stars.star1.sd2 span:nth-child(2)::after {
    width: 9px
}

#reviews .review-stars.star1.sd3 span:nth-child(2)::after {
    width: 12px
}

#reviews .review-stars.star1.sd4 span:nth-child(2)::after {
    width: 15px
}

#reviews .review-stars.star1.sd5 span:nth-child(2)::after {
    width: 18px
}

#reviews .review-stars.star1.sd6 span:nth-child(2)::after {
    width: 21px
}

#reviews .review-stars.star1.sd7 span:nth-child(2)::after {
    width: 24px
}

#reviews .review-stars.star1.sd8 span:nth-child(2)::after {
    width: 27px
}

#reviews .review-stars.star1.sd9 span:nth-child(2)::after {
    width: 30px
}

#reviews .review-stars.star2.sd0 span:nth-child(2)::after {
    width: 33px
}

#reviews .review-stars.star2 span:nth-child(1)::after {
    width: 33px
}

#reviews .review-stars.star2 span:nth-child(2)::after {
    width: 33px
}

#reviews .review-stars.star2.sd1 span:nth-child(3)::after {
    width: 6px
}

#reviews .review-stars.star2.sd2 span:nth-child(3)::after {
    width: 9px
}

#reviews .review-stars.star2.sd3 span:nth-child(3)::after {
    width: 12px
}

#reviews .review-stars.star2.sd4 span:nth-child(3)::after {
    width: 15px
}

#reviews .review-stars.star2.sd5 span:nth-child(3)::after {
    width: 18px
}

#reviews .review-stars.star2.sd6 span:nth-child(3)::after {
    width: 21px
}

#reviews .review-stars.star2.sd7 span:nth-child(3)::after {
    width: 24px
}

#reviews .review-stars.star2.sd8 span:nth-child(3)::after {
    width: 27px
}

#reviews .review-stars.star2.sd9 span:nth-child(3)::after {
    width: 30px
}

#reviews .review-stars.star3.sd0 span:nth-child(3)::after {
    width: 33px
}

#reviews .review-stars.star3 span:nth-child(1)::after {
    width: 33px
}

#reviews .review-stars.star3 span:nth-child(2)::after {
    width: 33px
}

#reviews .review-stars.star3 span:nth-child(3)::after {
    width: 33px
}

#reviews .review-stars.star3.sd1 span:nth-child(4)::after {
    width: 6px
}

#reviews .review-stars.star3.sd2 span:nth-child(4)::after {
    width: 9px
}

#reviews .review-stars.star3.sd3 span:nth-child(4)::after {
    width: 12px
}

#reviews .review-stars.star3.sd4 span:nth-child(4)::after {
    width: 15px
}

#reviews .review-stars.star3.sd5 span:nth-child(4)::after {
    width: 18px
}

#reviews .review-stars.star3.sd6 span:nth-child(4)::after {
    width: 21px
}

#reviews .review-stars.star3.sd7 span:nth-child(4)::after {
    width: 24px
}

#reviews .review-stars.star3.sd8 span:nth-child(4)::after {
    width: 27px
}

#reviews .review-stars.star3.sd9 span:nth-child(4)::after {
    width: 30px
}

#reviews .review-stars.star4.sd0 span:nth-child(4)::after {
    width: 33px
}

#reviews .review-stars.star4 span:nth-child(1)::after {
    width: 33px
}

#reviews .review-stars.star4 span:nth-child(2)::after {
    width: 33px
}

#reviews .review-stars.star4 span:nth-child(3)::after {
    width: 33px
}

#reviews .review-stars.star4 span:nth-child(4)::after {
    width: 33px
}

#reviews .review-stars.star4.sd1 span:nth-child(5)::after {
    width: 6px
}

#reviews .review-stars.star4.sd2 span:nth-child(5)::after {
    width: 9px
}

#reviews .review-stars.star4.sd3 span:nth-child(5)::after {
    width: 12px
}

#reviews .review-stars.star4.sd4 span:nth-child(5)::after {
    width: 15px
}

#reviews .review-stars.star4.sd5 span:nth-child(5)::after {
    width: 18px
}

#reviews .review-stars.star4.sd6 span:nth-child(5)::after {
    width: 21px
}

#reviews .review-stars.star4.sd7 span:nth-child(5)::after {
    width: 24px
}

#reviews .review-stars.star4.sd8 span:nth-child(5)::after {
    width: 27px
}

#reviews .review-stars.star4.sd9 span:nth-child(5)::after {
    width: 30px
}

#reviews .review-stars.star5.sd0 span:nth-child(5)::after {
    width: 33px
}

#reviews .review-stars.star5 span:nth-child(1)::after {
    width: 33px
}

#reviews .review-stars.star5 span:nth-child(2)::after {
    width: 33px
}

#reviews .review-stars.star5 span:nth-child(3)::after {
    width: 33px
}

#reviews .review-stars.star5 span:nth-child(4)::after {
    width: 33px;
    width: 33px
}

#reviews .review-block {
    display: flex
}

#reviews .review-block div:last-child {
    padding: 23px 0
}

#reviews .reviews-header {
    font-weight: 700;
    line-height: 1.2
}

#reviews .review-content {
    min-height: 200px;
    background: #fff
}

#reviews .review-container {
    padding: 20px 160px
}

#reviews .review-button {
    font-size: 13px;
    width: 320px;
    background: #ffbc00;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0 auto 35px;
    cursor: pointer
}

#reviews .reviews-item {
    padding: 30px;
    border-top: 1px solid silver
}

#reviews .reviews-item:last-child {
    border-bottom: 1px solid silver
}

#reviews .ri-left {
    width: 200px;
    font-weight: 700
}

#reviews .ri-right {
    width: calc(100% - 200px);
    position: relative
}

#reviews .ri-right .ri-review-text {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 25px 0
}

#reviews .ri-right .ri-review-text::before {
    content: '';
    position: absolute;
    width: 95px;
    height: 70px;
    top: 0;
    left: -140px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/reviews/quot.png)
}

#reviews .review-answer .ri-review-text::before {
    background-image: url(../images/reviews/quot-ans.png)
}

#reviews .rir-answer-button {
    position: absolute;
    right: -30px;
    width: 42px;
    height: 41px;
    top: 20px;
    background-image: url(../images/reviews/plus.png);
    background-repeat: no-repeat;
    cursor: pointer
}

#reviews .rir-answer-button.active {
    background-image: url(../images/reviews/minus.png)
}

#reviews .ri-container {
    display: flex
}

#reviews .review-answer {
    width: 76%;
    margin-left: 26%;
    border-top: 1px solid silver;
    padding-top: 20px
}

#reviews .ri-left p {
    margin-top: 10px
}

#reviews .reviews-bottom {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    margin: 40px 0
}

#reviews .reviews-bottom-pagination {
    margin-top: 32px
}

#reviews .reviews-bottom-pagination span {
    cursor: pointer;
    padding: 2px
}

#reviews .reviews-bottom-pagination span.active {
    border: 1px solid #fb0
}

#reviews .reviews-bottom-view-more {
    background: #dcdcdc;
    text-transform: uppercase;
    padding: 25px 55px;
    cursor: pointer
}
@media screen and (max-width:1919px) {
    #reviews .reviews-header {
        padding: 15px 60px
    }
    #reviews .review-container {
        padding: 20px 60px
    }
    #reviews .review-stars {
        width: 330px
    }
    #reviews .reviews-header div iframe {
        width: 100%
    }
    #reviews .ri-right .ri-review-text {
        width: 55%
    }
}
@media screen and (max-width:1023px) {
    #reviews .reviews-header {
        flex-wrap: wrap
    }
    #reviews .reviews-header > div {
        width: 100%;
        margin-bottom: 35px
    }
    #reviews .reviews-header div iframe {
        height: 300px
    }
    #reviews .ri-container {
        flex-wrap: wrap
    }
    #reviews .ri-right {
        width: 100%;
        order: 1
    }
    #reviews .ri-left {
        order: 2;
        margin-left: 130px
    }
    #reviews .review-answer {
        width: 70%;
        margin-left: 30%;
        border-top: 1px solid silver;
        padding-top: 20px;
        margin-top: 20px
    }
    #reviews .review-answer .ri-left {
        margin-left: 91px
    }
}
@media screen and (max-width: 767px) {
    .pagination {
        flex-wrap: wrap;
    }
    #reviews .reviews-header {
        padding: 15px
    }
    #reviews .reviews-header h1 {
        font-size: 23px
    }
    #reviews .review-block {
        flex-wrap: wrap
    }
    #reviews .review-block div:last-child {
        padding: 10px 0
    }
    #reviews .reviews-header div iframe {
        height: 190px
    }
    #reviews .review-container {
        padding: 20px 15px
    }
    #reviews .ri-right .ri-review-text::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        left: -40px
    }
    #reviews .ri-right .ri-review-text {
        width: 88%;
        padding: 0 0 25px
    }
    #reviews .reviews-item {
        padding: 12px 30px
    }
    #reviews .ri-left {
        margin-left: 15px
    }
    #reviews .review-answer {
        width: 100%;
        margin-left: 0;
        border-top: 1px solid silver;
        padding-top: 40px;
        margin-top: 20px
    }
    #reviews .review-answer .ri-right .ri-review-text::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        top: -30px;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat
    }
    #reviews .review-answer .ri-left {
        margin-left: 12px
    }
    #reviews .review-stars {
        width: 100%
    }
    #reviews .review-button {
        width: 100%
    }
    #reviews .reviews-bottom-pagination {
        display: none
    }
    #reviews .reviews-bottom-view-more {
        padding: 25px 46px
    }
    #reviews .reviews-bottom {
        justify-content: center
    }
}
#vacancies, #lizing {
    color: #333!important;
}
#vacancies p, #lizing p {
    font-weight: 600;
    margin-bottom: 5px;
}
#vacancies h2, #lizing h2 {
    position: relative;
    display: inline-block;
}
#vacancies h2:after, #lizing h2:after{
    content: '';
    display: inline-block;
    width: 80px;
    height: 5px;
    background: #ffbc00;
    position: absolute;
    left: 0;
    bottom: -10px;
}
#vacancies h1, #lizing h1 {
    position: relative;
    display: block;
}
#vacancies h1:after, #lizing h1:after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #ffbc00;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.vacancies-img, .lizing-img {
    max-width: 500px;
    max-height: 351px;
    margin: 15px;
    float: left;
}
.vacancies-list, .lizing-list {
    line-height: 1.5;
    list-style-type: decimal;
    padding-left: 25px;
}
.list-lower-latin {
    list-style-type: lower-latin;
}
#vacancies ol>li>ol, #lizing ol>li>ol{
    padding-left:25px;
}
.vacancies-column {
     column-count:2;
}
@media screen and (max-width:767px) {
    .vacancies-column {
            column-count:1;
       }
}
.clearfx {
    clear: both;
}
#map {
    width: 100%;
    height: 500px
}
#contacts .d-flex img {
    width: 40px;
    height: 40px;
}
#contacts ul.list-group li.list-group-item {
    padding: .25rem 1.25rem;
    cursor: pointer;
    border-color: rgba(0,0,0,.05);
}
#contacts ul.list-group li.list-group-item:hover {
    background: linear-gradient(to top,#eeeeee,#fefefe);
}
#contacts ul.list-group li.list-group-item >h2 {
    font-size: 20px;
}
#contacts ul.list-group li.list-group-item > span {
    display: flex;
    justify-content: space-between;
    color: #000;
}

.scrollup {
	z-index: 1000;
	width: 40px;
	height: 40px;
	border-radius:50%;
	font-weight:900;
	color:rgba(0,0,0,.3);
	line-height:1;
	font-size:40px;
	position: fixed;
	bottom: 50px;
	right: 10px;
	display: none;
	background: rgba(0,0,0,.3);
}
.scrollup:hover > i.fas {
    color: #f90;
    background-color: #000;
    border-radius: 50%;
}
.scrollup:hover{
text-decoration:none;
color:rgba(0,0,0,.7);
}
@media screen and (max-width:576px) {
        h1 {
            font-size: 42px;
       }
       h3 {
           font-size: max(1.25rem,calc(25 * calc(100vw / 576)));
       }
}

.preloader {
  display: flex;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,2550,255,.5);
}
.loader {
  margin: auto;
  border: 10px solid #fff0;
  border-radius: 50%;
  border-top: 10px solid #fb0;
  border-bottom: 10px solid #fb0;
  border-left: 10px solid #fb0;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

header .dropdown-menu .dropdown-item{
    padding: 0!important;
}
header .dropdown-menu .dropdown-item a{
    padding: 0 1.5rem;
}

.sub-menu-wrapper{
    position: absolute;
    left: 158px;
    top: 0;
    display: none;
    z-index: 1000;


}

.sub-menu{
    margin-left: 10px;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.dropdown-item:hover .sub-menu-wrapper{
    display: block;

}
