@media screen and (max-width: 1800px) {
  .main-slider {
    height: 600px;
  }
  .main-slider .item {
    height: 600px;
  }
  .main-slider .item .overlay-bg {
    width: calc(100% - 880px);
  }
  .main-slider .slick-prev {
    left: 25px;
  }
  .main-slider .slick-next {
    right: 25px;
  }
}
@media screen and (max-width: 1401px) {
  header .header .header-logo a span {
    margin-left: 10px;
  }
  header .header .header-phone {
    display: block;
  }
  header .header .header-phone .worktime {
    display: none;
  }
  header .header .header-phone .worktime-mob {
    display: block;
    margin-top: 10px;
  }
  .main-slider .item .overlay-bg {
    width: 50%;
  }
  .hero {
    height: 500px;
  }
  .hero .info .text-block {
    width: 557px;
  }
  .hero .text .descr {
    width: 100%;
  }
  /* Slick { */
  .slick-prev, .slick-next {
    top: auto;
    bottom: -130px;
  }
  .slick-prev {
    left: 50%;
    transform: translate(-120px, -30px);
  }
  .slick-next {
    right: 50%;
    transform: translate(120px, -30px);
  }
  .slick-dots {
    bottom: -80px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 140px;
  }
  /* Slick } */
  .catalog-card .main {
    padding-right: 60px;
  }
  .catalog-card .models {
    padding-left: 60px;
  }
  .catalog-card .models .model-list {
    gap: 40px;
  }
}
@media screen and (max-width: 1199px) {
  /* === Headers { === */
  h1, .h1 {
    font-size: 46px;
    line-height: 48px;
  }
  /* === Headers } === */
  header .smedia {
    display: none;
  }
  .header-top {
    flex-wrap: wrap;
  }
  .main-slider .item .overlay-bg {
    width: 60%;
  }
  .hero .info .text-block {
    width: 467px;
  }
  .hero .info .text .descr {
    width: 100%;
    font-size: 40px;
  }
  .advantages .item {
    width: calc(50% - 30px);
  }
  .advantages-round {
    margin-bottom: 0;
  }
  .advantages-round .item {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .advantages-round .item .icon {
    margin: 0 auto;
  }
  .advantages-round .item .text {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .catalog-photos.gallery .item .photo img {
    max-height: 300px;
  }
  .features .item .text {
    font-size: var(--font-size-normal);
  }
  .catalog-colors .item {
    width: calc(25% - 30px);
  }
  .block-coplanar div:last-child {
    padding-top: 20px;
  }
  .photogallery .item {
    width: calc(50% - 30px);
  }
  .block-news .item {
    width: calc(50% - 50px);
  }
  footer .footer nav {
    order: 1;
    width: 50%;
  }
  footer .footer nav > ul {
    flex-direction: column;
  }
  footer .footer nav > ul li a {
    margin: 5px 0;
  }
  footer .footer .footer-contacts {
    order: 3;
    width: 100%;
    padding-right: 0;
  }
  footer .footer .footer-misc {
    order: 2;
    width: 50%;
    border-bottom: 1px solid rgba(242, 238, 231, 0.1);
  }
}
@media screen and (max-width: 991px) {
  html {
    padding-bottom: 60px;
  }
  /* === Headers { === */
  h1, .h1 {
    font-size: 40px;
    line-height: 42px;
  }
  h2, .h2 {
    font-size: 36px;
    line-height: 44px;
  }
  h3, .h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4, .h4 {
    font-size: 28px;
    line-height: 34px;
  }
  h5, .h5 {
    font-size: 26px;
    line-height: 32px;
  }
  .sub-header {
    font-family: var(--font-handwritten);
    font-size: 30px;
    line-height: 34px;
  }
  /* === Headers } === */
  header {
    padding-top: 70px;
  }
  header .header-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    width: 100%;
    background-color: #fff;
  }
  header .header-top {
    display: none;
  }
  header .header {
    padding: 6px 0;
    border-top: 0;
    border-bottom: 0;
  }
  header .header .header-mob-menu {
    display: block;
  }
  header .header .header-logo a {
    padding-right: 10px;
  }
  header .header .header-logo a img {
    height: 40px;
  }
  header .header .header-logo a span {
    font-size: 28px;
  }
  header .header .header-phone .phone {
    font-size: 24px;
    line-height: 30px;
    white-space: nowrap;
  }
  header .header .header-phone .worktime-mob {
    font-size: 11px;
    margin-top: 0;
  }
  header .header .messenger, header .header .smedia {
    display: none;
  }
  header .header .header-order .btn, header .header .header-order a.btn {
    font-size: 11px;
    padding: 15px 10px;
    max-width: 220px;
  }
  header nav {
    display: none;
  }
  .sticky .header-main {
    z-index: 105;
  }
  .main-slider {
    height: 478px;
  }
  .main-slider .item {
    height: 478px;
  }
  .main-slider .item .overlay {
    width: 100%;
    background-image: linear-gradient(to right, #faf7f0 0%, rgba(250, 247, 240, 0.95) 55%, transparent 100%);
  }
  .main-slider .item .overlay-bg {
    width: 65%;
  }
  .main-slider .slick-dots {
    bottom: 40px;
  }
  .hero {
    height: auto;
    flex-wrap: wrap;
  }
  .hero .info {
    width: 100%;
  }
  .hero .info .text-block {
    width: 100%;
    height: auto;
    padding: 30px 20px 25px 20px;
  }
  .hero .info .crumbs {
    justify-content: center;
    margin-bottom: 10px;
  }
  .hero .info .text {
    text-align: center;
    height: auto;
  }
  .hero .info .text .title {
    text-align: center;
  }
  .hero .photo {
    width: 100%;
  }
  .catalog-photos .item {
    width: 100%;
  }
  .advantages-round .item {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .advantages-round .item .icon {
    margin: 0 auto;
  }
  .advantages-round .item .text {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .catalog-photos.col3 .item {
    width: calc(50% - 30px);
  }
  .catalog-photos.col4 .item {
    width: calc(33.3333333333% - 30px);
  }
  .features .item {
    width: calc(50% - 40px);
  }
  .features .item .icon img {
    width: 52px;
  }
  .catalog-card .main {
    padding: 0 40px 0 20px;
  }
  .catalog-card .main .photo img {
    width: 170px;
  }
  .catalog-card .main .price {
    font-size: 26px;
  }
  .catalog-card .models {
    padding-left: 40px;
  }
  .catalog-card .models .model-list .item .photo {
    min-width: 80px;
  }
  .catalog-card .models .model-list .item .photo img {
    height: 175px;
    display: block;
  }
  .catalog-card .models .model-list .item .name {
    font-size: 15px;
  }
  .bottom-panel {
    display: block;
  }
  .block-porog {
    height: 280px;
  }
  .block-porog span {
    display: block;
    margin: 0;
    padding-top: 220px;
    color: var(--color-text);
    text-align: center;
    font-size: 20px;
    font-weight: 200;
  }
}
@media screen and (max-width: 767px) {
  /* === Headers { === */
  .sub-header.line:after {
    margin: 10px auto 30px auto;
  }
  /* === Headers } === */
  header {
    padding-top: 60px;
  }
  header .header {
    padding: 1px 0;
  }
  header .header .header-phone {
    margin-left: auto;
  }
  header .header .header-order {
    display: none;
  }
  /* === Main Slider { === */
  .main-slider {
    height: 450px;
  }
  .main-slider .item {
    height: 450px;
  }
  .main-slider .item .text .title {
    width: 100%;
  }
  .main-slider .item .text .descr {
    width: 100%;
    font-size: 34px;
    line-height: 40px;
  }
  /* === Main Slider } === */
  section.content {
    margin: 20px 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  section.dark {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  section.bg-1, section.bg-2 {
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 40px 0;
  }
  .advantages .item {
    width: 100%;
  }
  .advantages-round .item {
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
  .advantages-round .item .icon {
    margin-right: 20px;
  }
  .advantages-round .item .icon img {
    width: 100px;
    height: 100px;
  }
  .advantages-round .item .text {
    height: auto;
    text-align: left;
    font-size: 15px;
    line-height: 23px;
    margin-top: 0;
  }
  #branches_main .branch-1-text {
    order: 1;
  }
  #branches_main .branch-1-link {
    order: 2;
    margin-bottom: 40px;
  }
  #branches_main .branch-2-text {
    order: 3;
  }
  #branches_main .branch-2-link {
    order: 4;
    margin-bottom: 20px;
  }
  .catalog-photos.col3 .item {
    width: 100%;
  }
  .catalog-photos.gallery .item .photo img {
    max-height: 200px;
  }
  .feedback .b-privacy label span {
    text-align: left;
  }
  .features .item {
    width: calc(100% - 40px);
    align-items: flex-start;
    margin: 10px 20px;
  }
  .features .item .icon img {
    width: 32px;
  }
  .features .item .text {
    line-height: 1.3;
  }
  .catalog-colors .item {
    width: calc(33.3333333333% - 30px);
  }
  /* === MODEL CARD { === */
  .catalog-card-block * {
    min-height: 0;
    min-width: 0;
  }
  .catalog-card {
    margin-top: 40px;
  }
  .catalog-card .main {
    width: 300px;
  }
  .catalog-card .main .photo img {
    width: 100%;
  }
  .catalog-card .models {
    width: calc(100% - 300px);
  }
  .catalog-card .models .model-name {
    text-align: center;
  }
  .catalog-card .models .model-list {
    margin-right: -21px;
  }
  .catalog-card .models .model-list .item .photo {
    padding: 0 14px;
  }
  .catalog-card .models .model-list .slick-list {
    padding-right: 15%;
  }
  /* === MODEL CARD } === */
  .block-news {
    margin: 0 0 20px 0;
  }
  .block-news .item {
    width: 100%;
  }
  footer {
    padding: 0 10px;
  }
  footer .footer nav {
    width: 100%;
  }
  footer .footer nav > ul {
    margin: 30px 0 20px 0;
    padding: 0;
  }
  footer .footer .footer-contacts {
    order: 2;
    width: 100%;
    padding: 10px 0 20px 10px;
    border-bottom: 1px solid rgba(242, 238, 231, 0.1);
  }
  footer .footer .footer-contacts .h6 {
    margin-top: 20px;
  }
  footer .footer .footer-misc {
    order: 3;
    width: 100%;
    padding-top: 30px;
  }
  .mobile-menu {
    top: 60px;
  }
  .mobile-menu .header-top > div {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
  }
  .mobile-menu .header-top > div:first-child {
    padding-top: 5px;
  }
  .mobile-menu .mobile-menu-navi li.active {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .mobile-menu .mobile-menu-navi li.section .dropdown .dropdown-content {
    flex-wrap: wrap;
  }
  .mobile-menu .mobile-menu-navi li.section .dropdown .dropdown-content .text {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 15px;
    line-height: 23px;
  }
  /* === Headers { === */
  h1, .h1 {
    font-size: 34px;
    line-height: 40px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3, .h3 {
    font-size: 26px;
    line-height: 34px;
  }
  h4, .h4 {
    font-size: 26px;
    line-height: 30px;
  }
  h5, .h5 {
    font-size: 24px;
    line-height: 28px;
  }
  h5, .h5 {
    font-size: 22px;
    line-height: 24px;
  }
  .sub-header {
    font-family: var(--font-handwritten);
    font-size: 26px;
    line-height: 28px;
  }
  /* === Headers } === */
  header .header {
    padding: 1px 10px;
  }
  header .header .header-logo a span {
    display: none;
  }
  .main-slider {
    text-align: center;
  }
  .main-slider .item .overlay {
    background-image: none;
    background-color: #FAF7F0;
    opacity: 0.85;
  }
  .main-slider .item .overlay-bg {
    width: 100%;
    background-image: none;
    background-color: #FAF7F0;
    opacity: 0.85;
  }
  .main-slider .item .text .title {
    text-align: center;
  }
  .main-slider .slick-dots {
    text-align: center;
  }
  .hero .info .crumbs li {
    font-size: var(--font-size-small);
  }
  .hero .info .crumbs li:after {
    height: 10px;
    vertical-align: baseline;
    opacity: 0.5;
  }
  .hero .info .text .descr {
    font-size: 28px;
    line-height: 30px;
  }
  .catalog-photos.gallery .item .photo img {
    max-height: 250px;
  }
  .catalog-photos-slider {
    margin: 0 -21px 0px -15px;
  }
  .catalog-photos-slider .slick-list {
    padding-right: 38%;
  }
  .reviews .item .title {
    flex-wrap: wrap;
  }
  .reviews .item .title .name {
    width: 100%;
  }
  .reviews .item .title .rating {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .feedback .b-name, .feedback .b-phone {
    flex: auto;
    width: 100%;
  }
  /* === MODEL CARD { === */
  .catalog-card {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .catalog-card .main {
    width: 100%;
    padding: 0 20px;
    border-right: 0;
  }
  .catalog-card .main .photo, .catalog-card .main .title {
    display: none;
  }
  .catalog-card .models {
    width: 100%;
    padding: 40px 0 0 0;
  }
  /* === MODEL CARD } === */
  .catalog-colors-slider {
    margin: 0 -21px 0px -15px;
  }
  .catalog-colors-slider .slick-list {
    padding-right: 38%;
  }
  .photogallery .item {
    width: 100%;
  }
  .mobile-menu .block-mobile-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile-menu .bottom-btns {
    justify-content: space-between;
  }
  .mobile-menu .bottom-btns > div {
    margin-right: 10px;
  }
}

/*# sourceMappingURL=mobile.css.map */
