@charset "UTF-8";
@media (max-width: 1720px) {
  .info-image {
    width: 100%;
  }
}

@media (max-width: 1420px) {
  .info-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info-text {
    margin-top: 0;
  }
  .info-image {
    width: 100%;
    margin-left: 0;
  }
  /* Card */
  .card-picture-right {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .nav-link {
    padding: 23px 6px;
  }
  .special-list {
    grid-gap: 10px;
  }
  .special-picture {
    margin: 2px 5px;
  }
  .better-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .better-item {
    width: 44%;
    padding-left: 105px;
  }
  .cats-top {
    display: block;
  }
  .cats-top .col-7,
  .cats-top .col-5 {
    width: 100%;
  }
  .cats-top .col-5 {
    margin-top: 20px;
  }
  .sort-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 5px;
  }
  .sort-item {
    margin-left: 0;
    margin-right: 37px;
  }
  .cats-item {
    width: 33%;
  }
  .help-form-body {
    display: block;
    text-align: center;
  }
  .help-btn {
    margin-top: 10px;
    margin-left: 0;
  }
  /* Pages */
  .cata-nav-body {
    position: relative;
  }
  .cata-sort {
    position: absolute;
    top: 0;
    right: 15px;
  }
  .cata-sort .sort-drop {
    display: none;
    background-color: #ccd7b5;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 20px;
    border-radius: 5px;
  }
  .cata-sort .sort-drop.show {
    display: block;
  }
  .cata-sort .sort-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    color: #c4c4c4;
    padding: 0;
  }
  .cata-sort .sort-mobile-icon {
    margin-left: 20px;
    display: inline-block;
    min-width: 12px;
    width: 12px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/sort-mobile-icon.png);
  }
  .cata-sort .sort-list {
    display: block;
  }
  .cata-sort .sort-item {
    margin: 10px 0;
  }
  .cata-sort .sort-item:first-child {
    display: none;
  }
  .cata-sort .sort-btn {
    color: #2e2e2e;
  }
  .cata-sort .sort-btn.active, .cata-sort .sort-btn:hover, .cata-sort .sort-btn:focus {
    border-bottom: 1px solid #2e2e2e;
  }
  .cata-list {
    margin-right: -5px;
  }
  .cata-list .cats-name {
    display: none;
  }
  .cata-list .cats-semi {
    margin-left: 0;
  }
  /* Card */
  .also-btn {
    padding: 8px 16px;
  }
}

@media (max-width: 992px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .header-mobile-link {
    display: inline;
  }
  .header-top {
    display: none;
  }
  .header-bottom-left,
  .header-bottom-center {
    display: none;
  }
  .basket-list {
    margin: 0;
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 52px;
  }
  .basket-item {
    margin: 0;
  }
  .basket-item:first-child {
    display: none;
  }
  .basket-btn {
    position: relative;
  }
  .basket-icon-thue {
    background-image: url(../img/basket-icon-thue-mobile.png);
    width: 20px;
    height: 19px;
  }
  .basket-text {
    position: absolute;
    top: -1px;
    right: 1px;
    font-size: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: red;
    border-radius: 50%;
    max-width: 5px;
    margin-left: 0;
  }
  .nav {
    margin-top: 0;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 10px;
  }
  .nav-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav-body .col-9,
  .nav-body .col-3 {
    width: 100%;
  }
  .nav-body .col-3 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .nav-drop {
    display: none;
  }
  .nav-drop.show {
    display: block;
  }
  .nav-list {
    display: block;
    background-color: #fffcf7;
    margin-top: 7px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .nav-link {
    padding: 15px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .find {
    background-color: #e7e7e7;
    margin: -2px -15px 0 -15px;
    padding: 10px 15px;
    display: none;
  }
  .find.show {
    display: block;
  }
  .header-search {
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 93px;
  }
  .header-search-icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/header-search-icon.png);
  }
  .header-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .header-menu-icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/header-menu-icon.png);
  }
  /* Sections */
  .cats-decor {
    right: 0;
  }
  .cats-name {
    display: none;
  }
  .cats-semi {
    margin-left: 0;
  }
  .special {
    margin: 20px 0;
  }
  .special-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 730px;
    margin: 0 auto;
  }
  .special-item {
    width: 49%;
    margin: 0;
    padding: 0;
  }
  .special-item:first-child {
    width: 100%;
  }
  .special-image {
    width: 100%;
  }
  .better-item {
    width: 41%;
  }
  /* Pages */
  .cata-list {
    margin-left: 0;
    margin-right: 0;
  }
  .cata-list .cats-item {
    width: 50%;
  }
  .cata-body.full .cats-item {
    width: 33%;
  }
  /* Card */
  .card-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-picture-right {
    padding-left: 15px;
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .card-picture-left {
    width: 100%;
  }
  .card-nav {
    margin-top: 30px;
  }
  .card-nav::after {
    content: none;
  }
  .card-nav-item {
    border: 0;
    margin: 0 5px;
    height: auto;
  }
  .card-nav-image {
    max-width: 100%;
    height: auto;
  }
  .also-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .also-item {
    width: 32%;
  }
  .reviews-body {
    display: block;
  }
  .reviews-left {
    width: 100%;
  }
  .reviews-right {
    margin-top: 20px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .special-decor-thue {
    right: 0;
  }
  .info-body:after {
    left: 249px;
  }
  .better-list {
    text-align: center;
    margin: 0 -10px;
  }
  .better-item {
    width: 45%;
    padding: 5px 3px 0 3px;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .better-item:nth-child(3) {
    padding-left: 5px;
  }
  .better-item:nth-child(4) {
    padding-left: 5px;
  }
  .better-icon {
    position: static;
    background-size: contain;
  }
  .better-icon-one {
    position: relative;
    width: 70px;
    height: 79px;
    top: 8px;
    left: 10px;
  }
  .better-icon-thue {
    position: relative;
    min-width: auto;
    width: 132px;
    height: 92px;
    left: -10px;
    top: 4px;
    bottom: auto;
  }
  .better-icon-three {
    width: 81px;
    height: 91px;
    left: -31px;
    top: auto;
    bottom: 3px;
  }
  .better-icon-four {
    width: 103px;
    height: 90px;
  }
  .better-text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 18px 0 4px 0;
  }
  .cats-item {
    width: 50%;
  }
  .help-body {
    display: block;
  }
  .help-body .col-7,
  .help-body .col-5 {
    width: 100%;
    text-align: center;
  }
  .help-body .col-5 {
    margin-top: 40px;
  }
  .info {
    padding-bottom: 40px;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url(../img/info-bg-mob.png);
    background-size: contain;
  }
  .info::after {
    content: none;
  }
  .info-body:after {
    content: none;
  }
  .info-left {
    width: 100%;
  }
  .info-right {
    display: none;
  }
  .footer-policy {
    display: none;
  }
  /* Pages */
  .cata-left {
    display: none;
    border: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
    overflow-y: scroll;
    background-color: #fffcf7;
  }
  .cata-body.full .cata-left {
    display: block;
  }
  .cata-right {
    width: 100%;
  }
  .cata-body .cats-item {
    width: 50%;
  }
  .cata-body.full .cats-item {
    width: 50%;
  }
  .tags {
    display: none;
  }
  .filters {
    border: 0;
    border-radius: 0;
  }
  .filters-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .filters-mobile-title {
    margin: 0;
    padding: 0;
  }
  .filters-mobile-btn {
    padding: 0;
    position: relative;
    top: 5px;
  }
  .filters-mobile-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/filters-mobile-icon.png);
  }
  /* Card */
  .prices-name {
    display: none;
  }
  .prices-value {
    margin-left: 0;
  }
  .card-buy {
    display: block;
  }
  .card-buy-right {
    margin-left: 0;
    margin-top: 20px;
  }
  .also-item {
    width: 49%;
  }
}

@media (max-width: 565px) {
  .header-menu {
    right: 40px;
  }
  .basket-list {
    right: 77px;
  }
  .header-search {
    right: 118px;
  }
  .find,
  .nav-list {
    margin-left: -40px;
    margin-right: -40px;
  }
  .nav-list {
    height: 100%;
    max-height: 250px;
    overflow-y: auto;
  }
  .find {
    padding-left: 40px;
    padding-right: 40px;
  }
  .nav-link {
    padding-left: 40px;
    padding-right: 40px;
  }
  h2 {
    font-size: 16px;
  }
  .content {
    padding: 0 40px;
  }
  .special-list {
    display: block;
  }
  .special-item {
    width: 100%;
  }
  .special-picture {
    margin: 0;
  }
  .special-picture-big .special-subtitle {
    font-size: 16px;
    right: auto;
    top: auto;
    left: 20px;
    bottom: 25px;
  }
  .special-picture-big .special-bold {
    font-size: 20px;
    display: block;
  }
  .special-picture-big .special-image {
    height: 100%;
  }
  .special-subtitle {
    font-size: 16px;
    left: 20px;
    bottom: 25px;
  }
  .special-bold {
    font-size: 20px;
  }
  .special-image {
    height: 100%;
  }
  .special-decor {
    width: 84px;
    height: 113px;
    background-image: url(../img/special-decor-mobile.png);
    left: 0;
    bottom: auto;
    top: 200px;
  }
  .special-decor-thue {
    bottom: -15px;
    width: 159px;
    height: 242px;
    background-image: url(../img/special-decor-thue-mobile.png);
  }
  .better-list {
    font-size: 11px;
  }
  .better-item {
    width: 43%;
    border-radius: 4px;
  }
  .cats {
    margin: 39px 0 25px 0;
  }
  .cats .content {
    position: relative;
  }
  .cats-decor {
    display: none;
  }
  .cats-top {
    padding-bottom: 21px;
  }
  .cats-top .col-7 {
    display: none;
  }
  .cats-top .col-5 {
    margin-top: 0;
  }
  .cats-title {
    margin-bottom: 0;
  }
  .cats-list {
    margin-top: 40px;
  }
  .cats-item {
    padding: 15px 5px;
    margin-top: 0;
  }
  .cats-image {
    height: 150px;
    max-width: 150px;
  }
  .cats-subtitle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: -8px 0 8px 0;
  }
  .cats-like {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .cats-like-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .cats-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
  }
  .cats-buy-btn {
    padding: 5px 10px;
    font-size: 12px;
  }
  .cats-semi {
    font-size: 14px;
  }
  .cats-info {
    display: none;
  }
  .sort {
    position: absolute;
    top: 0;
    right: 40px;
  }
  .sort-drop {
    display: none;
    background-color: #ccd7b5;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 20px;
    border-radius: 5px;
  }
  .sort-drop.show {
    display: block;
  }
  .sort-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    color: #c4c4c4;
    padding: 0;
  }
  .sort-mobile-icon {
    margin-left: 20px;
    display: inline-block;
    min-width: 12px;
    width: 12px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/sort-mobile-icon.png);
  }
  .sort-list {
    display: block;
  }
  .sort-item {
    margin: 10px 0;
  }
  .sort-item:first-child {
    display: none;
  }
  .sort-btn {
    color: #2e2e2e;
  }
  .sort-btn.active, .sort-btn:hover, .sort-btn:focus {
    border-bottom: 1px solid #2e2e2e;
  }
  .pagin-list {
    display: none;
  }
  .pagin-mobile {
    display: block;
    text-align: center;
  }
  .pagin-mobile-btn {
    font-size: 12px;
    border-bottom: 1px solid #2e2e2e;
    padding: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .pagin-mobile-btn:hover, .pagin-mobile-btn:focus {
    border-bottom: 1px solid transparent;
  }
  .help {
    margin: 36px 0 29px 0;
  }
  .help-work {
    padding: 35px;
    background-image: url(../img/help-work-mobile.jpg);
    border-radius: 5px;
  }
  .help-title {
    font-size: 16px;
  }
  .help-descr {
    font-size: 12px;
    font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
  }
  .help-field {
    font-size: 12px;
    font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
  }
  .help-btn {
    margin-top: 20px;
    width: 100%;
    font-size: 12px;
    font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
  }
  .info {
    font-size: 12px;
    font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
    margin-top: 30px;
    line-height: 1.6;
  }
  .info-title {
    margin-bottom: 22px;
  }
  h1 {
    font-size: 16px;
  }
  .footer {
    background-color: #ccd7b5;
    padding-bottom: 20px;
  }
  .footer-subtitle {
    display: none;
  }
  .footer-top {
    padding: 40px 0 20px 0;
  }
  .footer-top-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-top-body .col-3:nth-child(1) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 26px 0 8px 0;
  }
  .footer-top-body .col-3:nth-child(2) {
    width: 50%;
  }
  .footer-top-body .col-3:nth-child(3) {
    width: 50%;
  }
  .footer-top-body .col-3:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .footer-list {
    font-size: 12px;
  }
  .footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-num {
    width: 50%;
  }
  .footer-tel {
    font-size: 14px;
  }
  .footer-tel-callback {
    font-size: 12px;
    letter-spacing: 0.7px;
  }
  .footer-copy {
    font-size: 10px;
  }
  .social {
    width: 50%;
    margin-top: 0;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .social-title {
    padding-top: 0;
    margin-top: 0;
    font-size: 12px;
    font-family: 'Montserrat-Light', Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
  .social-icon {
    width: 23px;
    height: 23px;
    background-size: contain;
  }
  /* Slider */
  .slick-dots {
    bottom: -41px;
  }
  .slick-dots li {
    margin: 0 -1px;
  }
  .slick-dots li button:before {
    width: 6px;
    height: 6px;
    font-size: 0;
    border: 1px solid #ccd7b5;
    padding: 0;
    border-radius: 50%;
    opacity: 1;
  }
  .slick-dots li.slick-active button:before {
    background-color: #ccd7b5;
  }
  /* Pages */
  .cata-nav-body .col-4 {
    display: none;
  }
  .cata-nav-body .col-3,
  .cata-nav-body .col-5 {
    width: 50%;
  }
  .cata-sort {
    right: 15px;
  }
  .cata-nav {
    margin: 20px 0;
  }
  .cata-list {
    margin-top: 0;
  }
  .cata-filter-text {
    font-size: 0;
  }
  .cata-filter-text::after {
    content: 'Фильтр';
    font-size: 14px;
  }
  .cata-decor {
    width: 62px;
    height: 112px;
    background-image: url(../img/cata-decor-mobile.png);
    top: 0;
  }
  .cata-decor-thue {
    width: 147px;
    height: 126px;
    background-image: url(../img/cata-decor-thue-mobile.png);
  }
  /* Card */
  .card {
    padding: 20px 0 20px 0;
  }
  .card-title {
    font-size: 16px;
  }
  .card-decor {
    width: 60px;
    height: 101px;
    background-image: url(../img/card-decor-mobile.png);
    bottom: auto;
    right: 0px;
    top: 5px;
    left: auto;
  }
  .card-decor-thue {
    width: 153px;
    height: 207px;
    background-image: url(../img/card-decor-thue-mobile.png);
    top: auto;
    right: 0;
    left: auto;
    bottom: 1069px;
  }
  .card-main {
    margin-top: 0px;
  }
  .card-main-body {
    display: block;
  }
  .card-left {
    width: 100%;
  }
  .card-right {
    width: 100%;
  }
  .card-picture {
    margin-bottom: 30px;
  }
  .card-picture-left {
    display: none;
  }
  .card-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-descr {
    width: 100%;
    font-size: 12px;
    margin: 0;
    line-height: 1.6;
  }
  .card-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .card-buy-right {
    margin-top: 0;
    margin-left: 20px;
    width: 100%;
  }
  .card-buy-btn {
    width: 100%;
    padding: 11px 30px 15px 30px;
  }
  .card-subtitle {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 13px;
  }
  .card-text {
    margin-top: 0;
  }
  .card-info {
    margin-top: 25px;
  }
  .favourite {
    position: relative;
    top: -3px;
  }
  .favourite-icon {
    top: 8px;
  }
  .also {
    margin: 39px 0 36px 0px;
  }
  .also-wrap {
    padding: 10px 5px;
  }
  .also-link {
    font-size: 12px;
    margin: 10px 0;
  }
  .also-price {
    font-size: 14px;
  }
  .also-btn {
    font-size: 12px;
    padding: 6px 13px;
    border-radius: 14px;
  }
  .also-top {
    position: relative;
    margin-top: 9px;
  }
  .also-link {
    font-weight: 600;
  }
  .also-like {
    display: inline-block;
    position: absolute;
    right: -6px;
    top: -27px;
  }
  .also-like-icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/also-like-icon.png);
  }
  .reviews-body {
    margin-top: 38px;
  }
  .reviews-list {
    font-size: 12px;
  }
  .reviews-item {
    border-radius: 5px;
    padding: 17px 17px 15px 20px;
    margin: 0 0 21px 0;
  }
  .reviews-item::after {
    width: 84px;
    height: 55px;
    background-size: contain;
    right: 0px;
    bottom: 3px;
  }
  .reviews-top {
    margin-bottom: 20px;
  }
  .reviews-name {
    font-size: 12px;
  }
  .reviews-more {
    text-align: center;
    margin-top: 37px;
  }
  .reviews-more-link {
    font-size: 12px;
    border-bottom: 1px solid #2e2e2e;
  }
  .reviews-more-link:hover, .reviews-more-link:focus {
    border-bottom: 1px solid transparent;
  }
  .reviews-more-icon {
    display: none;
  }
  .another {
    margin-top: 50px;
  }
  .another-mobile {
    display: block;
    margin: 40px 0px;
  }
  .another-body {
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .another-text {
    font-size: 12px;
    font-weight: 100;
    margin: 0;
  }
  .another-item {
    margin-bottom: 10px;
  }
  .another-end {
    margin-top: 27px;
  }
  .another-btn {
    font-size: 12px;
    padding: 12px 75px;
  }
  .similar {
    margin-top: 50px;
  }
}

@media (max-width: 375px) {
  .find,
  .nav-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .find {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content {
    padding: 0 15px;
  }
  .header-menu {
    right: 15px;
  }
  .basket-list {
    right: 52px;
  }
  .header-search {
    right: 93px;
  }
  .sort {
    right: 15px;
  }
}
/*# sourceMappingURL=media.css.map */