@font-face {
  font-family: 'FontInter';
  src: url('../assets/fonts/Inter/Inter-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontInterSemiBold';
  src: url('../assets/fonts/Inter/Inter-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontInterBold';
  src: url('../assets/fonts/Inter/Inter-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontInterExtraBold';
  src: url('../assets/fonts/Inter/Inter-ExtraBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontInterLight';
  src: url('../assets/fonts/Inter/Inter-Light.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontInterMedium';
  src: url('../assets/fonts/Inter/Inter-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'FontInter';
  box-sizing: border-box;
}

.wrapper {
    max-width: 1440px;
    min-height: 80vh;
    width: 100%;
    margin: 0 auto;
}

h1 {
    margin: 24px 0;
    padding: 0;
    font-family: 'FontInterMedium';
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

h2 {

    font-family: 'FontInterMedium';
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

h3 {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1;
    color: #343434;
    font-family: 'FontInterBold';
    font-weight: 500;
}

p {
    font-family: "FontInterLight";
    font-weight: 100;
}

.content {
    transition: 0.2s;
}

.header {
    width: 100%;
    background-color: #f2f2f2;
}

.header-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
}

.main-form {
    display: flex;
    width: 100%;
    margin-top: 45px;
    padding: 0 1rem;
    flex-direction: row;
    justify-content: space-between;
}

.content-wrapper {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

.left-wrapper {
    max-width: 935px;
    margin: 0 1rem;
    width: 65%;
}

.right-wrapper {
    max-width: 420px;
    margin: 0 1rem;
    width: 35%;
}

.menu-list {
  display: flex;
  margin-left: 1rem;
  justify-content: space-between;
}

.menu-list .nav-list {
    display: inline-block;
    list-style: none;
    margin-right: 14px;
    cursor: poiner;
    color: #787878;
    text-decoration: none;
}

.login-wrapper {
    margin-right: 1rem;
    color: #787878;
}

.top-info .rev-stars {
    width: 50%;
    text-align: right;
}

.top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics-wrapper {
    display: flex;
    flex-direction: column;
    padding: 24px 18px;
    background-color: #f2f2f2;
    border-radius: 10px;
    z-index: 0;
}

.user-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.user-pic {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    border-radius: 10px;
    background-color: #f2f2f2;
}

.user-pic img {
    width: 100%;
    height: 100%;
}

b {
    font-family: 'FontInterMedium';
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.add-date {
    font-size: 10px;
    line-height: 1;
    font-family: 'FontInterLight';
    font-weight: 100;
}

.rev-content {
    margin-top: 10px;
    font-family: 'FontInterLight';
    font-weight: 100;
}

.rev-block {
    margin-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}

.rev-block:first-child {
    border-top: none;
}

.stars-block span {
    padding-left: 18px;
    width: 14px;
    height: 14px;
    background-size: contain;
}

.laststars-block span {
    display: inline-block;
    padding-left: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 25px;
    height: 25px;
    background-size: contain;
    box-sizing: border-box;
}

.gold {
    background: url(/images/star.svg) no-repeat;
}

.grey {
    background: url(/images/grey-star.svg) no-repeat;   
}

.company-block {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.company-logo {
    display: flex;
    align-items: center;
    height: 124px;
    width: 30%;
    overflow: hidden;
    margin-right: 30px;
}

.company-logo:last-child {
    margin-right: 0;
}

.company-logo img {
    width: 100%;
    height: auto;
}
.content-block {
    margin-top: 50px;
}

.item-direc {
    flex-direction: column;
    justify-content: flex-start !important;
    width: 44%;
}

.mob-btn {
    display: none !important;
}

.newrev-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}

.item-width {
    display: flex;
    justify-content: space-between;
    width: 48%;
}

.slider-item {
    position: relative;
    width: 220px;
    height: 140px;
    overflow: hidden;
}

.slider-item .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}

.slider-item .owl-prev {
    position: absolute;
    left: 10px;
}

.slider-item .owl-prev:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 20px;
    background: url('/images/right-arrow.svg') no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg);
    z-index: 2;
}

.owl-nav button span {
    display: none;
}

.slider-item .owl-next {
    position: absolute;
    right: 10px;
}

.slider-item .owl-next:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 20px;
    right: 0;
    background: url('/images/right-arrow.svg') no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
}

.review-link {
    margin-top: 14px;
    font-size: 12px;
    color: #dadada;
    line-height: 1;
    font-family: 'FontInterLight';
    font-weight: 100;
    text-decoration: underline;
    cursor: pointer;
}

.line-block {
    display: flex;
    padding: 10px 0;
    margin: 7px 0;
    justify-content: space-between;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.review-block, .review-block span {
    font-size: 10px;
    line-height: 1;
    font-family: 'FontInterLight';
    font-weight: 100;
}

.about-service {
    padding: 25px;
    border-radius: 10px;
    background-color: #f2f2f2;
}

.footer {
    width: 100%;
    color: #fff;
    background-color: #333333;
}

.footer-wrapper {
    max-width: 1440px;
    margin: 80px auto 0;
    padding: 60px 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-block {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
}
.footer-block h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-family: 'FontInterMedium';
    font-weight: 500;
}

.footer-block a {
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'FontInterLight';
    font-weight: 100;
}

.stat-col-block {

    margin-bottom: 30px;
}

.box-company {
    margin-top: 24px;
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
}

.stat-col-block span {

    font-family: 'FontInterLight';
    font-weight: 100;
}

.company-press {
    line-height: 1.3;
    font-family: "FontInter";
    font-weight: 400;
}

.company-status {
    line-height: 1.3;
    font-size: 14px;
}
.stat-block h1 {
    margin-top: 0;
}

.logo-company {
    display: flex;
    align-items: center;
    width: 54px;
    height: 54px;
    margin-right: 16px;
    background-color: #fff;
}

.logo-company img {
    width: 100%;
    height: auto;
}

.stat-title {
    position: relative;
    margin-bottom: 25px;
}

.stat-title:after {
    content: "";
    position: absolute;
    right: 0;
    width: 25px;
    height: 20px;
    background-image: url('/images/stat.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/*Page 2*/

.logo-img {
    display: flex;
    align-items: center;
    height: 85px;
    width: 85px;
    margin-right: 15px;
    background-color: #fff;
}

.logo-img img {
    width: 100%;
    height: auto;
}

.stars-style {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.stars-style .stars-block span {
    display: inline-block;
    padding-left: 33px;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 33px;
    height: 33px;
    background-size: contain;
    box-sizing: border-box;
}

.b-text-style, .b-text-style span {
    font-size: 15px;
    line-height: 1;
    font-family: 'FontInterBold';
    font-weight: 500;
    color: #4f4f4f;
}

.top-line-dig {
    margin-top: 5px;
    margin-bottom: 20px;
    position: relative;
    height: 10px;
    width: 100%;
    background-color: #f2f2f2;
}

.bed-bg {
    position: absolute;
    width: 23%;
    height: 100%;
    background-color: #eb5757;
    z-index: 2;
}

.udov-bg {
    position: absolute;
    width: 48%;
    height: 100%;
    background-color: #ffc700;
    z-index: 2;
}

.perfect-bg {
    position: absolute;
    width: 89%;
    height: 100%;
    background-color: #27ae61;
    z-index: 2;
}

.line-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #d9d9d9;
}

.p-text {
    font-family: "FontInterMedium";
    font-weight: 500;
}

.btn-review {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 14px 0;
    border-radius: 24px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-family: "FontInterMedium";
    font-weight: 500;
    border: 2px solid #ffc700;
    background-color: transparent;
    cursor: pointer;
}

.btn-review:before {
    content: "";
    width: 30px;
    height: 30px;
    padding-left: 35px;
    background: url(/images/btn.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.top-line-sq {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.top-line-sq span {
    font-size: 16px;
    line-height: 1;
    color: #bababa;
    font-family: "FontInterLight";
    font-weight: 100;
}

.a-link-company {
    display: inline-block;
    padding-top: 15px;
    padding-left: 24px;
    color: #929292;
    font-size: 14px;
    text-decoration: underline;
    font-family: "FontInterLight";
    font-weight: 100;
    cursor: pointer;
}

.user-card {
    position: relative;
    padding: 14px 14px 20px;
    border-radius: 24px;
    width: 215px;
    height: 310px;
    background-color: #f2f2f2;
    text-align: center;
    color: #636363;
}
.user-card:before {
    position: absolute;
    right: 20px;
    top: 14px;
    content: "";
    width: 15px;
    height: 15px;
    background: url(/images/letter.svg) no-repeat;
    background-position: center;
    background-size: contain;
}
.user-image {
    margin: 0 auto 12px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #fff;
    overflow: hidden;
}

.user-image img {
    width: 100%;
    height: 100%;
}

.user-description {
    width: calc(100% - 230px);
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.review-desc {
    margin-top: 10px;
}
.content-company {
    width: calc(100% - 100px);
}

.reg-date {
    padding: 10px 0;
    font-size: 11px;
    font-weight: 100;
    line-height: 1;    
}

.reputation-date, .region-date {
    position: relative;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.workman {
    position: relative;
    padding: 7px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.workman-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.workman-pic {
    width: 18px;
    margin-right: 5px;
}

.reputation-date:before, .region-date:before, .workman-info:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 77px;
    height: 0px;
    margin: 0 auto;
    border-top: 1px solid #e0e0e0;
}

.company-page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.in-menu-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
}

.in-menu-item {
    margin-right: 30px;
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    color: #828282;
    text-decoration: none;
    font-family: 'FontInterLight';
    cursor: pointer;
}

.active-tab {
    font-weight: 500;
    color: #000;
    font-family: 'FontInterMedium';
    border-bottom: 4px solid #ffc700;
}

.writer-name {
    color: #ed950d;
    font-size: 16px;
    font-weight: 500;
    font-family: 'FontInterMedium';
}

.rep-style {
    color: #26ad60;
    font-weight: 500;
    font-family: 'FontInterMedium';
}
.avtor-link {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    font-size: 10px;
    line-height: 1;
    color: #d7d7d7;
    font-weight: 100;
    font-family: 'FontInterLight';
    text-decoration: underline;
}

.avtor-link:before {
     position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 77px;
    height: 0px;
    margin: 0 auto;
    border-top: 1px solid #e0e0e0;
}

.top-line, .rev-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.slide-img {
    display: inline-block;
    width: 38px;
    height: 33px;
    margin-right: 8px;
    vertical-align: middle;
}
.photo-gallery {
    vertical-align: middle;
}
.see-more {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #d7d7d7;
    font-weight: 100;
    font-family: 'FontInterLight';
    text-decoration: underline;
}

.rev-add-date {
    margin-right: 20px;
    font-size: 14px;
    color: #d7d7d7;
    font-weight: 100;
    font-family: 'FontInterLight';
}

.photo-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.photo-img {
    width: calc(25% - 20px);
    height: 170px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    background-position: center center;
    background-size: cover;
}

.photo-img:nth-child(4n){
    margin-right: 0;
}

.photo-img img {
    width: 100%;
    height: 100%;
}

.contact-block {
    display: inline-block;
    width: calc(50% - 20px);
    vertical-align: top;
    margin-bottom: 10px;
}


.mob-burger {
    display: none;
}

.item {
    width: 100%;
    height: 100%;
}

.overflow {
    display: none;
}

.form-block {
    margin-top: 70px;
}

.h1-error {
    font-size: 96px;
    line-height: 1;
    color: #828282;
    margin-bottom: 90px;
}

.error-wrapper {
    display: flex;
    min-height: 70vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.error-wrapper p{
    font-size: 24px;
    color: #828282;
    line-height: 1;
}

.item-direc a {
    color: inherit;
    text-decoration: none;
}

.booking-form {
    display: flex;
    flex-direction: column;
    width: calc(50% - 20px);
    margin-bottom: 25px;
}

.form-textarea {
    width: 100% !important;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.booking-form label {
    padding-bottom: 10px;
    font-weight: 500;
    font-family: 'FontInterMedium';
}

.customer-name, .customer-email, .customer-message {
    font-size: 16px;
    line-height: 1;
    outline: none;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
}

.contacts-send {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 1rem 2rem;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #ffc700;
    font-family: 'FontInterMedium';
}

.form-btn {
    width: 100%;
    text-align: right;
}

.form-search {
    position: relative;
    max-width: 680px;
    width: 100%;
    margin: 0 2rem;
}

.search-input {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    outline: none;
    padding: 15px;
    border-radius: 25px;
    box-sizing: border-box;
    font-weight: 100;
    border: 2px solid #bdbdbd;
}

.srch-btn {
    position: absolute;
    right: 20px;
    top: 14px;
    width: 25px;
    height: 25px;
    outline: none;
    border: none;
    background: url('/images/search.png') no-repeat;
    background-size: contain;
    background-position: center;
}

.search-btn {
    display: block;
    width: 100%;
    max-width: 260px;
    padding: 14px 0;
    border-radius: 24px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-family: "FontInterMedium";
    font-weight: 500;
    border: none;
    background-color:#ffc700;
    cursor: pointer;
    outline: none;
}

.search-btn:before {
    content: "";
    width: 30px;
    height: 30px;
    padding-left: 35px;
    background: url(/images/btn.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

#spinner {
    display: none;
}

.search-active {
    background-image: none;
}

.search-active #spinner {
    display: block;
    position: relative;
    height:25px;
    width:25px;
    top: 0;
    margin-bottom: -12px;
    margin:0 auto;
    border:3px solid hsl(0deg 0% 75%);
    border-radius:100%;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
        animation: rotation .8s infinite linear;
}

#spinner:before {
    content:"";
    display:block;
    position:absolute;
    left:-3px;
    top:-3px;
    height:100%;
    width:100%;
    border-top:3px solid #ffc700;
    border-left:3px solid transparent;
    border-bottom:3px solid transparent;
    border-right:3px solid transparent;
    border-radius:100%;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
    }

@media screen and (max-width: 960px) {

    .wrapper {
        padding: 0 1rem;
        margin: 0;
    }

  .content-wrapper {
    flex-direction: column;
  }

  .left-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 25px 0 0 0;
  }

  .right-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 25px 0 0 0;
  }

  .statistics-wrapper {
    position: relative;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .stat-block {
    width: calc(50% - 20px);
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-block {
    margin-bottom: 20px;
    width: calc(45% - 20px);
  }

  .inter-page .right-wrapper {
    order: 1;
  }

  .inter-page .left-wrapper {
    order: 2;
  }

  .photo-gallery .slide-img:nth-child(4), .photo-gallery .slide-img:nth-child(5) {
    display: none;
  }

  .logo {
    height: 32px;
    width: 50%;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  .user-card {
    width: 24%;
    min-width: 175px;
    height: 100%;
    padding: 15px 5px;
    margin-right: 1rem;
  }

  .user-description {
    width: 74%;
  }

  .right-wrapper > .a-link-company {
    width: 100%;
    text-align: right;
  }

  .btn-review {
    position: absolute;
    left: 1rem;
    bottom: 18px;
    width: 45%;
  }

    .company-block {
        flex-wrap: wrap;
    }

    .company-logo {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .main-form {
        padding: 0;
    }

    .right-wrapper .statistics-wrapper, .right-wrapper .a-link-company {
        display: none;
    }

    .review-page > .right-wrapper .statistics-wrapper{
        display: flex !important;
        order: 1;
    }

    .review-page .left-wrapper {
        order: 2;
    }
}

@media screen and (max-width: 680px) {

    .header {
        position: relative;
        background-color: transparent;
        height: 14px;
    }

    .menu-list .nav-list {
        margin: 1rem 0;
    }

    .company-logo {
        width: calc(50% - 20px);
    }

    .company-logo:nth-child(2n) {
        margin-right: 0;
    }

    .mob-burger {
        position: absolute;
        right: 1rem;
        top: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 36px;
        height: 28px;
        cursor: pointer;
        z-index: 12;
    }

    .mob-btn {
        display: block !important;
        margin: 1rem auto;
    }

    .mob-burger span {
        display: inline-block;
        width: 100%;
        height: 5px;
        background-color: #828282;
        transition: 0.3s;
    }

    .header-wrapper {
        position: absolute;
        background-color: #fff;
        display: none;
        flex-direction: column;
        position: absolute;
        width: auto;
        right: 1rem;
        left: 1rem;
        margin: 50px 0 0 0;
        padding: 24px 0;
        background-color: #fff;
        z-index: 11;
        transition: 0.3s;
    }
    
    .main-form {
        margin-top: 0px;
    }

    .logo {
        height: 34px;
        width: 190px;
    }

    .logo img {
        width: 100%;
    }

  .active-bg {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 95%;
    margin: 0 auto;
    padding: 24px 0;
    background-color: #fff;
    z-index: 11;
  }

  .menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .menu-list li {
    margin: 0 0 30px 0;
  }

  .login-wrapper {
    text-align: center;
    margin: 0;
  }
  .active {
    display: flex;
  }

  .bg-fixed {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 11;
    transition: 0.5s;
  }

  .bg-fixed .mob-burger span {
    position: absolute;
    background-color: #fff;
    transition: 0.3s;
  }
  .bg-fixed .mob-burger span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .bg-fixed .mob-burger span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
    transition: 0.3s;
  }
  .bg-fixed .mob-burger span:nth-child(2) {
    transform: scale(0);
    transition: 0.3s;
  }
    .top-info .rev-stars {
        width: auto;
    }

    .photo-img {
        width: calc(50% - 20px);
    }
  .main-form {
    flex-direction: column;
  }

  .form-search {
    margin: 20px 0 0 0;
  }
  
  .search-btn {
    display: none;
  }

  .popular-hotels, .content-wrapper {
    margin-top: 0 !important;
  }

  .stars-style .stars-block span {
    width: 26px;
    height: 26px;
    padding-left: 26px;
  }

  .b-text-style, .b-text-style span {
    font-size: 14px;
  }

  .bg-fixed .statistics-wrapper, .bg-fixed .wrapper {
    opacity: 0.2;
  }
}

@media screen and (max-width: 480px) {

    .statistics-wrapper {
        width: 100%;
        flex-direction: column;
    }

    .newrev-wrap {

        width: 100%;
        flex-direction: column;
    }

    .footer-wrapper {
        padding-top: 10px;
        width: 100%;
        flex-direction: column;
    }

    .stat-block, .item-width {
        width: 100%;
    }

    .footer-block {
        margin-top: 30px;
        width: 100%;
    }

    .in-menu-item {
        font-size: 14px;
        line-height: 1.3;
    }

    .about-company p {
        padding-bottom: 30px;
    }

    .in-menu-list {
        flex-wrap: wrap;
    }
    .top-info {
        flex-wrap: wrap;
        align-items: center;
    }
    .user-name {
        width: 100%;
        margin-bottom: 14px;
    }

    .newrev-wrap .item-direc {
        order: 2;
    }

    .slider-block {
        order: 2;
    }

    .item-width {
        flex-direction: column;
    }

    .slider-block {
        margin: 24px 0;
    }

    .slider-item {
        width: 100%;
        height: 234px;
    }

    .slider-item .owl-prev:before {
        width: 22px;
        height: 27px;
    }

    .slider-item .owl-next:before {
        width: 22px;
        height: 27px;
    }

    .rev-stars {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .btn-review {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
    }

  .company-page {
    flex-direction: column;
  }

  .user-card {
    width: 100%;
    max-width: 100%;
    display: flex;
    margin: 0 0 1rem 0;
    padding: 14px;
  }

  .user-card:before {
    top: 6px;
    left: 14px;
    right: auto;
  }

  .user-image {
    width: 82px;
    height: 82px;
    margin: 0 1rem 0 0;
  }

  .user-info {
    display: flex;
    flex-direction: column;
    width: calc(100% - 100px);
    align-items: flex-start;
  }

  .avtor-link {
    position: absolute;
    right: 1rem;
    bottom: 1.5rem;
  }

  .avtor-link:before {
    display: none;
  }

  .reg-date {
    padding: 8px 0;
  }

  .reputation-date, .region-date {
    padding: 8px 0 0 0;
  }

  .reputation-date:before, .region-date:before {
    display: none;
  }

  .user-description {
    width: 100%;
  }

  .top-line {
    flex-direction: column;
    align-items: flex-start;
  }

  .user-description .rev-wrapper {
    order: 1;
    margin-bottom: 10px;
  }

  .user-description .photo-gallery {
    order: 2;
  }

  .slide-img {
    width: 37px;
    height: 30px;
  }

  .review-desc {
    margin-top: 15px;
  }
}