/* transition */
/* flex */
/* transform */
/* opacity */
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body,
html {
  height: 100%
}

body {
  background-color: #fff;
  font-family: Ubuntu, sans-serif;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  color: #333;
  height: auto;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 400;
  margin-top: 0
}

h1 {
  font-size: 66px
}

h1,
h2 {
  line-height: 1
}

h2, .h2 {
  font-size: 36px
}

h3 {
  font-size: 18px
}

h4 {
  font-size: 16px
}

h5 {
  font-size: 14px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  h2, .h2 {
    font-size: 34px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  h2, .h2 {
    font-size: 28px
  }
}

@media only screen and (max-width:767px) {
  h2, .h2 {
    font-size: 26px
  }
}

p {
  font-family: Ubuntu, sans-serif;
  margin-bottom: 10px
}

p:last-child {
  margin-bottom: 0
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer
}

a,
button,
img,
input,
span {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

:focus {
  outline: none !important
}

a:focus {
  color: inherit;
  outline: none
}

a:focus,
a:hover {
  text-decoration: none
}

a:hover {
  color: #e26d2f
}

button,
input[type=submit] {
  cursor: pointer
}

img {
  max-width: 100%;
  height: auto
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}
.container  {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
}
.container-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1546px;
}

.btn {
    width: 320px;
    height: 67px;
    display: flex;
    align-items: center; 
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 100px;
    line-height: 18px;
}
.btn.black {
    background: #434343;
}

.btn.orange {
    background: #E47C45;
}
.btn.white{
    background :#fff;
    color: #434343;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-prev {
    left: 20px;
    z-index: 12;
}

.swiper-button-next {right: 20px;z-index: 12;}

.swiper-button-prev svg path,.swiper-button-next svg path {
    stroke: #434343;
    transition: all 0.3s;
}

.swiper-button-prev:hover svg path, .swiper-button-next:hover svg path {stroke: #212121;}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #BFBFBF;
    width: 50px;
    height: 3px;
    border-radius: 5px;
    margin: 0 !important;
    opacity: 1 !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E47C45;
}
.title {
    color: #434343;
    font-size: 38px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 30px;
}
.center{
    text-align: center;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

.form form {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.input {
    background: #FFFFFF1A;
    border: 1px solid #fff;
    padding: 20px 24px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
}

button.btn {
    border: none;
    height: 67px;
    min-width: 300px;
}
.form .policy {
    color: #fff;
}

.form .policy a {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .form form {
        flex-direction: column;
    }
    
    input.input {
        width: 100%;
    }
    
    .btn {
        width: 100%;
    }
    .title {
        font-size: 28px;
    }
    .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
    }
}

/* HEADER */

header.header_new {
    position: fixed;
    width: 100%;
    border-radius: 0 0 80px 80px;
    box-shadow: 0px 5px 3px -5px rgba(227, 227, 227, 0.6);
    padding: 30px 0 0;
    z-index: 15;
    background: #fff;
}

header.header_new .wrap {
    display: flex;
    gap: 65px; 
    justify-content: space-between;
}
header.header_new .wrap .logo {
    margin-top: 15px;
}
header.header_new .wrap .header_new__info {
    display: flex; 
    gap: 60px;
    width: calc(100% - 230px);
    justify-content: space-between;
}

header.header_new .wrap .header_new__info .wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

header.header_new .wrap .header_new__info .wrapper .menu ul.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    padding: 20px;
    border-radius: 20px; 
    box-shadow: 0px 5px 7px -6px rgba(0, 0, 0, 0.6);
    min-width: 220px;
    transition: all 0.3s;
    background: #fff;
    max-height: 360px;
    overflow-y: auto;
}

header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list {
    display: flex;
    gap: 20px;
    align-items: center;
}

header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list  li.drop a {
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list li.drop a span {
    height: 21px;
    transition: all 0.3s;
}

header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list>li {
    padding-bottom: 30px;
}

header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list .mrl {
    margin-left: 10px;
}

header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list li a {
    color: #434343;
    font-size: 16px;
    font-weight: 500;
}

header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list li a:hover {
    color: #E47C45;
}

header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list li.drop:hover a span {
    transform: rotate(90deg);
}

header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list li.drop {
    position: relative;
}

@media screen and (min-width: 1001px) {
    header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list li.drop:hover ul.dropdown-menu {
        display: block;
    }
}


header.header_new .wrap .header_new__info .wrapper .menu ul.dropdown-menu li {
    margin-bottom: 5px;
}

header.header_new .wrap .header_new__info .wrapper .menu ul.dropdown-menu li:nth-last-child(1) {
    margin-bottom: 0;
}

header.header_new .wrap .header_new__info .wrapper .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.header_new .wrap .header_new__info .wrapper .top .info {
    display: flex;
    gap: 15px;
}

header.header_new .wrap .header_new__info .wrapper .top .info span {
    color: #787777;
    font-size: 14px;
}

header.header_new .wrap .header_new__info .wrapper .top .phone a {
    display: flex;
    gap: 5px;
    color: #787777;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.header_new .wrap .header_new__info .wrapper .top .phone a  svg path {
    transition: all 0.3s;
}
header.header_new .wrap .header_new__info .wrapper .top .phone a:hover {
    color: #F77F3F;
}
header.header_new .wrap .header_new__info .wrapper .top .phone a:hover svg path {
    fill: #F77F3F;
}
header.header_new .wrap .header_new__info .btn {
    margin-top: 10px;
    font-size: 14px;
    width: 207px;
    height: 51px;
}
header.header_new .mobile-block {
    display: none;
}

header.header_new .burger {
    display: none;
}

header.header_new .wrap .header_new__info .close-menu {
    display: none;
}
header.header_new .wrap .header_new__info .logo.mobile {
    display: none;
}
@media screen and (max-width: 1536px) {
    header.header_new .wrap {
        gap: 30px;
    }
    
    header.header_new .wrap .header_new__info {
        width: calc(100% - 200px);
        gap: 30px;
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list li a {
        font-size: 15px;
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list .mrl {
        margin: 0;
    } 
    
    header.header_new {
        border-radius: 0 0 60px 60px;
    }
}

@media screen and (max-width: 1366px) {
    header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list {
        gap: 15px;
    }
    
    header.header_new .wrap {
        gap: 15px;
    }
    
    header.header_new .wrap .logo {
        width: 150px;
    }
    
    header.header_new .wrap .header_new__info {
        width: calc(100% - 170px);
    }
}

@media screen and (max-width: 1200px) {
    header.header_new .wrap .logo {
        width: 100px;
    }
    
    header.header_new .wrap .header_new__info {
        width: calc(100% - 120px);
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list {
        gap: 10px;
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list li.drop a span {
        width: 21px;
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list li.drop a {
        line-height: 15px;
    }
}

@media screen and (max-width: 1000px) {
    header.header_new .wrap .header_new__info .logo.mobile {
        display: block;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #BFBFBF;
        margin-bottom: 15px;
    }
    header.header_new .wrap .header_new__info .close-menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    header.header_new .wrap .header_new__info {
        position: absolute;
        background: #fff;
        width: 100%;
        margin-left: -15px;
        padding: 15px;
        flex-direction: column;
        height: 102vh;
        top: 0;
        overflow-y: scroll;
        display: none;
    }
    
    header.header_new .wrap .header_new__info .wrapper {
        flex-direction: column-reverse;
        justify-content: start; 
    }
    
    header.header_new .wrap .header_new__info .wrapper .top {
        flex-direction: column-reverse;
        align-items: start;
        gap: 10px;
    }
    
    header.header_new .wrap .header_new__info .wrapper .top .info span {
        width: 100%;
    }
    
    header.header_new .wrap .header_new__info .wrapper .top .info {
        flex-direction: column;
        gap: 0;
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list {
        flex-direction: column;
        align-items: start;
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list>li {
        padding-bottom: 5px;
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list .mrl {
        width: 100%;
        border-top: 1px solid #BFBFBF;
        padding-top: 10px;
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list li.drop:nth-last-child(1)>a {
        display: none;
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.dropdown-menu {
        position: relative;
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list li.drop:nth-last-child(1) ul.dropdown-menu {
        display: block;
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.dropdown-menu {
        padding: 15px 0;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        max-height: 100%;
        overflow: visible;
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.dropdown-menu li {
        margin-bottom: 15px;
    }
    
    header.header_new .wrap .header_new__info .wrapper .menu ul.menu-list li.drop:nth-last-child(1) {
        border-bottom: 1px solid #BFBFBF;
        width: 100%;
        padding-bottom: 15px;
    }
    
    header.header_new {
        padding: 15px 0;
        border-radius: 0 0 30px 30px;
    }
    
    header.header_new .wrap .logo {
        margin: 0;
    }
    
    header.header_new .mobile-block {
        display: block;
    }
    
    header.header_new .mobile-block .phone {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    header.header_new .mobile-block .phone a {
        display: flex;
        gap: 5px;
        color: #787777;
        font-size: 16px;
    }
    
    header.header_new .burger {
        display: block;
    }
    
    header.header_new .wrap {
        align-items: center;
    }
    
    header.header_new .mobile-block .phone span {
        color: #787777;
        font-size: 12px;
    }
}

/* HERO */

section.hero-main {background-color: #E6E8E7;background-image: url(/assets/img/redesign/hero-bg.png);background-repeat: no-repeat;background-size: cover;padding-top: 200px;}

section.hero-main .hero-js {
    position: relative;
        overflow: hidden;
}
section.hero-main .hero-slider{
    position: relative;
}
section.hero-main  .title {
    color: #434343;
    font-size: 60px;
    font-weight: 700;
    max-width: 600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

section.hero-main .hero-js .item {
    display: flex;
    gap: 100px;
    align-items: flex-end;
}

section.hero-main .hero-js .item .name {
    color: #434343;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.hero-main .hero-js .item .desc {
    color: #434343;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 40px;
}

section.hero-main .hero-js .item .left {
    max-width: 500px;
}

section.hero-main .hero-js .item .left {
    padding-bottom: 70px;
}

section.hero-main .hero-js .item .image {height: 553px;display: flex;}

section.hero-main .hero-js .hero-js-navigation {
    position: absolute;
    bottom: 70px;
    background: #FFFFFF33;
    width: 364px;
    right: 0;
    display: flex;
    align-items: center;
    height: 44px;
    border: 1px solid #F8F8F8;
    border-radius: 20px;
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    section.hero-main .title {
        font-size: 46px;
    }
    
    section.hero-main .hero-js .item .name {
        font-size: 26px;
        line-height: 32px;
    }
    
    section.hero-main .hero-js .item .image {
        height: 450px;
    }
    section.hero-main .hero-js .item {
        gap: 50px;
    }
    
    section.hero-main .hero-js .item .left {
        max-width: 400px;
    }
}

@media screen and (max-width: 1000px) {
    section.hero-main {
        padding-top: 120px;
        background-image: url(/assets/img/redesign/hero-bg-mobile.png);
    }
    
    section.hero-main .title {
        font-size: 36px;
        position: relative;
    }
    
    section.hero-main .hero-js .item {
        flex-direction: column;
    }
    
    section.hero-main .hero-js .item .image {
        height: auto;
    }
    
    section.hero-main .hero-js .item .name {
        font-size: 22px;
    }
    
    section.hero-main .hero-js .item .desc {}
    
    section.hero-main .hero-js .item .left .btn {
        width: 100%;
    }
    section.hero-main .hero-js .item .left {
        padding-bottom: 0;
    }
}

/* CATEGORIES */

section.catalog-new {
    padding: 140px 0 70px;
}

section.catalog-new .wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

section.catalog-new .wrapper .advantages-new {
    width: 345px;
}

section.catalog-new .wrapper .list {
    width: calc(100% - 385px);
}

section.catalog-new .wrapper .list .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

section.catalog-new .wrapper .list .top .desc {
    max-width: 450px;
    text-align: right;
    color: #434343;
    font-size: 16px;
}

section.catalog-new .wrapper .list .top .title {
    max-width: 470px;
}

section.catalog-new .wrapper .list .categories {
    display: flex;
    flex-direction: column;
    max-height: 490px;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    gap: 20px;
}

section.catalog-new .wrapper .list .categories .item {
    width: calc(100%/3 - 13px);
    height: 235px;
    position: relative;
}

section.catalog-new .wrapper .list .categories .item:nth-child(1) {
    height: 100%;
}

section.catalog-new .wrapper .list .categories .item .name {
    position: absolute;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    left: 20px;
    top: 50%;
    margin-top: -12px;
}

section.catalog-new .wrapper .list .categories .item .image {
    display: flex;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}

section.catalog-new .wrapper .list .categories .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.catalog-new .wrapper .list .advantages-new .item {
    border: 1px solid #BFBFBF;
}

section.catalog-new .wrapper .advantages-new  .item {
    border: 1px solid #BFBFBF;
    padding: 15px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
}

section.catalog-new .wrapper .advantages-new .item .icon {
    width: 60px;
}

section.catalog-new .wrapper .advantages-new .item .name {
    width: calc(100% - 80px);
    color: #434343;
    font-size: 16px;
}

section.catalog-new .wrapper .advantages-new .item:nth-last-child(1) {
    margin: 0;
}

section.catalog-new .name-advantages {
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.catalog-new .advantages-big {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

section.catalog-new .advantages-big .item {
    width: calc(100%/3 - 13px);
    position: relative;
}

section.catalog-new .advantages-big .item .name {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    top: 50%;
    position: absolute;
    max-width: 230px;
    left: 30px;
    margin-top: -35px;
}

section.catalog-new .catalog-desc {
    color: #434343;
    font-size: 16px;
    max-width: 1075px;
}
.list-js-navigation {
    display: none;
}

section.catalog-new .wrapper .list .models {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

section.catalog-new .wrapper .list .models .item {
    display: flex;
    gap: 10px;
    width: calc(100%/3 - 15px);
    background: #F8F8F8;
    transition: all 0.3s;
    padding: 20px 0;
    border-radius: 30px;
    overflow: hidden;
    justify-content: space-between;
    border: 1px solid #F8F8F8;
    align-items: center;
}

section.catalog-new .wrapper .list .models .item .data {
    padding: 10px 0 10px 30px;
    display: flex;
    flex-direction: column;
}

section.catalog-new .wrapper .list .models .item .data .name {
    color: #434343;
    font-size: 24px;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 20px;
}

section.catalog-new .wrapper .list .models .item .data .time {
    text-align: center;
    border: 1px solid #E47C45;
    padding: 10px 15px;
    border-radius: 10px;
    color: #E47C45;
    font-size: 12px;
    margin-bottom: 10px;
    width: max-content;
}

section.catalog-new .wrapper .list .models .item .data .garant {
    background: #EAEAEA;
    width: max-content;
    padding: 5px 15px;
    border-radius: 10px;
    text-align: center;
    color: #434343;
    font-size: 12px;
}

section.catalog-new .wrapper .list .models .item .image {
    display: flex;
}

section.catalog-new .wrapper .list .models .item:hover {
    border: 1px solid #BFBFBF;
}

section.catalog-new .wrapper .list .models .item:nth-child(n+10) {
    display: none;
}

section.catalog-new .wrapper .list .models.all .item:nth-child(n+10) {
    display: flex;
}

section.catalog-new .desc {
    color: #434343;
    font-size: 20px;
    margin-bottom: 60px;
}
section.catalog-new .wrapper .advantages-new .item.new {
    flex-direction: column;
}

section.catalog-new .wrapper .advantages-new .item.new .flex {
    display: flex;
    gap: 15px;
    align-items: center;
}

section.catalog-new .wrapper .advantages-new .item.new .flex .name {
    color: #434343;
    font-size: 18px;
    font-weight: 700;
}

section.catalog-new .wrapper .advantages-new .item.new .desc {
    color: #434343;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
}
section.catalog-new .wrapper .list .models.faults .item:nth-child(n+10) {
    display: flex;
}

section.catalog-new .wrapper .list .models.faults .item .price {
    background: #EAEAEA;
    text-align: center;
    width: max-content;
    white-space: nowrap;
    color: #E47C45;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 10px;
} 
.view-all-js.mobile {
    display: none;
}
@media screen and (max-width:1200px) {
    section.catalog-new .wrapper .list .top {
        flex-direction: column;
    }
    
    section.catalog-new .wrapper .list .top .desc {
        text-align: left;
        max-width: 100%;
    }
    
    section.catalog-new .wrapper .list .categories {
        flex-direction: row;
        max-height: max-content;
    }
    
    section.catalog-new .wrapper .list .categories .item:nth-child(1) {
        height: 235px;
        width: 100%;
    }
    
    section.catalog-new .wrapper .list .categories .item {
        width: calc(100%/4 - 15px);
    }
    
    section.catalog-new .wrapper .advantages-new {
        width: 100%;
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    
    section.catalog-new .wrapper .list {
        width: 100%;
    }
    
    section.catalog-new .wrapper {
        flex-wrap: wrap;
    }
    
    section.catalog-new .wrapper .advantages-new .item {
        width: calc(100%/3 - 15px);
        margin: 0;
        padding: 15px;
    }
    
    section.catalog-new {
        padding: 70px 0;
    }
    
    section.catalog-new .wrapper .list .top .title {
        max-width: 100%;
    }
    
    section.catalog-new .wrapper .list .categories .item .name {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .list-js-navigation {
        display: block;
    }
    section.catalog-new .wrapper .list .categories .item {
        width: 100%;
    }
    section.catalog-new .wrapper .list .categories {
        flex-wrap: nowrap;
        gap: 0;
        overflow: visible;
    }
    section.catalog-new .list-js {
        overflow: hidden;
    }
    section.catalog-new .wrapper .list {
        position: relative;
    }
    
    section.catalog-new .wrapper .list .list-js-navigation {
        position: relative;
        margin-top: 30px;
    }
    section.catalog-new .wrapper .advantages-new .item {
        width: calc(100%/2 - 15px);
        flex-direction: column;
        align-items: start;
        gap: 0;
    }
    
    section.catalog-new .wrapper .advantages-new .item .name {
        width: 100%;
        font-size: 14px;
    }
    section.catalog-new .advantages-big {
        flex-wrap: wrap;
    }
    
    section.catalog-new .advantages-big .item {
        width: 100%;
    }
    
    section.catalog-new .advantages-big .item .name {
        max-width: 100%;
    }
    section.catalog-new .wrapper .list .models .item .image {
        width: 34%;
    }
    
    section.catalog-new .wrapper .list .models .item .data {
        width: 60%;
        padding-left: 15px;
    }
    
    section.catalog-new .wrapper .list .models .item .data .time {
        width: 100%;
        padding: 10px;
        line-height: normal;
    }
    
    section.catalog-new .wrapper .list .models .item .data .garant {
        width: 100%;
        line-height: normal;
    }
    
    section.catalog-new .wrapper .list .models .item .data .name {
                font-size: 20px;
        line-height: normal;
    }
    section.catalog-new .wrapper .advantages-new .item.new {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    section.catalog-new .wrapper {
        margin-bottom: 30px;
    }
    section.catalog-new .desc {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    section.catalog-new .wrapper .list .models .item {
        width: 100%;
        padding: 15px 0;
    }
    
    section.catalog-new .wrapper .list .models .item .image {
        width: auto;
    }
    
    section.catalog-new .wrapper .list .models .item .data .garant {
        padding: 15px 5px;
    }
    
    section.catalog-new .wrapper .list .models .item:nth-child(n+5) {
        display: none !important;
    }
    
    section.catalog-new .wrapper .list .models.all .item:nth-child(n+5) {
        display: flex !important;
    }
    .view-all-js.mobile {
        display: flex;
    }
}

/* DEVICES */

section.devices-new {
    padding: 70px 0;
}

section.devices-new .wrap {
    display: flex;
    flex-direction: column;
    height: 480px;
    gap: 20px;
    flex-wrap: wrap;
}

section.devices-new .wrap .item {
    width: calc(100%/3 - 13px);
    border: 1px solid #BFBFBF;
    height: 230px;
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    overflow: hidden;
    align-items: flex-end;
}

section.devices-new .wrap .item .image {
    display: flex;
}

section.devices-new .wrap .item .info {
    display: flex;
    flex-direction: column;
    padding: 30px;
    justify-content: space-between;
    height: 100%;
    gap: 0;
}

section.devices-new .wrap .item .info .name {
    color: #434343;
    font-size: 30px;
    font-weight: 700;
    line-height: 125%;
    max-width: 180px;
}

section.devices-new .wrap .item .info .price {
    color: #E47C45;
    font-size: 26px;
    font-weight: 700;
}

section.devices-new .wrap .item.big {
    height: 100%;
}

section.devices-new .wrap .item.big .info {
    justify-content: center;
}

section.devices-new .wrap .item.big .info .name {
    margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
    section.devices-new .wrap .item .info .name {
        font-size: 24px;
    }
    
    section.devices-new .wrap .item .info .price {
        font-size: 22px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 800px) {
    section.devices-new .wrap {
        height: auto;
    }
    
    section.devices-new .wrap .item {
        width: 100%;
        height: 160px;
    }
    
    section.devices-new .wrap .item .info {
        justify-content: space-evenly;
        gap: 10px;
    }
    
    section.devices-new .wrap .item.big {
        height: 160px;
    }
    
    section.devices-new .wrap .item.big .info .name {
        margin: 0;
    }
    
    section.devices-new .wrap .item .info .name {
        font-size: 22px;
    }
    
    section.devices-new .wrap .item .info .price {
        font-size: 20px;
    }
}

/* SALE FORM */ 

section.sale-form-new {
    margin: 0 0 70px;
}

section.sale-form-new .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

section.sale-form-new .wrapper .bg {
    background: linear-gradient(92.22deg,#e98644 7.37%,#fdb13f 98.13%);
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    border-radius: 40px;
}
section.sale-form-new .wrapper .bg2 {
    background: linear-gradient(92.22deg,#e98644 7.37%,#fdb13f 98.13%);
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    border-radius: 40px;
}
section.sale-form-new .wrapper .left {
    position: relative;
    padding: 60px;
}

section.sale-form-new .wrapper .left .name {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 40px;
}
section.sale-form-new .wrapper .left .name2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 20px;
}
section.sale-form-new .wrapper .image {
    position: relative;
    margin-right: 90px;
    display: flex;
}

section.sale-form-new .wrapper .left .desc {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 40px;
}
section.sale-form-new .wrapper .left.type2 {
    padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
    section.sale-form-new .wrapper .left .name {
        font-size: 26px;
    }
    section.sale-form-new .wrapper .left {
        padding: 60px 30px;
    }
    
    section.sale-form-new .wrapper .bg2 {
        height: 100%;
        bottom: -30px;
    }
    
    section.sale-form-new .wrapper .image {
        margin-right: 30px;
    }
}

@media screen and (max-width: 800px) {
    section.sale-form-new .wrapper {
        flex-direction: column;
    }
    
    section.sale-form-new .wrapper .left {
        padding: 30px;
    }
    
    section.sale-form-new .wrapper .image {
        margin: 0;
        padding: 0 30px;
    }
    
    section.sale-form-new .wrapper .bg {
        height: calc(100% - 50px);
    }
    section.sale-form-new .wrapper .image.none {
        display: none;
    }
    
    section.sale-form-new .wrapper .left .name2 {
        font-size: 28px;
    }
    
    section.sale-form-new .wrapper .bg2 {
        bottom: 0;
    }
    
    section.sale-form-new .wrapper .left.type2 {
        padding-bottom: 30px;
    }
    
    section.sale-form-new .wrapper .left .desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

/* WORKS */

section.works-new {
    padding: 70px 0 0;
    overflow: hidden;
}

section.works-new .work-js {
    position: relative;
    padding-bottom: 100px;
     width: 900px;
     margin: 0 auto;
}

section.works-new .work-js .swiper-slide {
    width: 875px;
} 

section.works-new .work-js .work-js-navigation {
    bottom: 0;
    position: relative;
    display: flex;
    width: 400px;
    margin: 40px auto 0;
    align-items: center;
}

section.works-new .work-js .item {
    background: #F8F8F8;
    border-radius: 30px;
    padding: 30px;
    margin: 0 10px;
}

section.works-new .work-js .swiper-wrapper {
    
   
}

section.works-new .work-js .item .info {
    display: flex;
    gap: 20px;
}

section.works-new .work-js .item .client {
    color: #434343;
    font-size: 14px;
    margin-bottom: 10px;
}

section.works-new .work-js .item .name {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #434343;
}

section.works-new .work-js .item .link {
    color: #434343;
    border-bottom: 1px solid #E47C45;
    margin-bottom: 40px;
    transition: all 0.3s;
}

section.works-new .work-js .item .link:hover {
    color: #E47C45;
}

section.works-new .work-js .item .info .image {
    width: 395px;
}

section.works-new .work-js .item .info .data {
    width: calc(100% - 415px);
    font-size: 16px;
}

section.works-new .work-js .item .info .data .strong {
    font-weight: 700;
}

section.works-new .work-js .item .info .data p {
    margin: 0 0 20px;
}

section.works-new .work-js .item .info .data .info-item {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 5px;
}

section.works-new .work-js .item .info .data .info-item .old-price {text-decoration: line-through;font-size: 18px;margin: 0 5px;}

section.works-new .work-js .item .info .data .info-item .new-price {
    color: #E47C45;
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
}

@media screen and (max-width: 800px) {
    section.works-new .work-js {
        width: 100%;
    }
    
    section.works-new .work-js .item .info {
        flex-direction: column;
    }
    
    section.works-new .work-js .item .info .image {
        width: 100%;
    }
    
    section.works-new .work-js .item .info .data {
        width: 100%;
    }
    
    section.works-new .work-js .item .name {
        font-size: 24px;
    }
    section.works-new .work-js .work-js-navigation {
        width: 100%;
    }
}

/* REVIEWS MAIN */

section.reviews-main-new {
    padding: 70px 0;
        overflow: hidden;
    position: relative;
}

section.reviews-main-new .item {
    padding: 30px;
    border: 1px solid #BFBFBF;
    border-radius: 30px;
}

section.reviews-main-new .item .name {
    color: #434343;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

section.reviews-main-new .item .text {
    color: #434343;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
    min-height: 265px;
}

section.reviews-main-new .item .link {border-bottom: 1px solid #E47C45;color: #434343;font-size: 16px;font-weight: 500;margin-bottom: 40px;}

section.reviews-main-new .item .image {
    display: flex;
}

section.reviews-main-new .item .image img {
    width: 100%;
}
section.reviews-main-new .reviews-main-js {
    position: relative;
}

section.reviews-main-new .reviews-main-js .reviews-main-js-navigation {
    display: flex;
    position: relative;
    margin-top: 40px;
}

/* QUESTIONS */

.questions-new {
    padding: 70px 0;
    overflow: hidden
}

 

.questions-new h2 span {
    color: #e47c45
}
 
.questions-new .h2 span {
    color: #e47c45
}

.questions-new__subtitle {
    font-size: 20px;
    line-height: 110%;
    color: #404040;
    text-align: center
}

.questions-new__container {
    padding-top: 60px;
    display: flex;
    justify-content: space-between
}

.questions-new__container .faq-style-wrap {
    max-width: 540px;
    margin: 0
}

.questions-new__img {
    position: relative
}

.questions-new__img-img {
    position: relative;
    right: -100px;
}

.questions-new__img-bg {
    position: absolute;
    width: 601px;
    height: 601px;
    max-width: unset;
    right: -90px; 
    z-index: -1
}

@media(max-width: 1199px) {
    .questions-new__img-img {
        width:300px
    }

    .questions-new__img-bg {
        width: 450px;
        height: 450px
    }
}

@media(max-width: 991px) {
    .questions-new__container {
        flex-direction:column;
        align-items: center;
        padding-top: 30px
    }

    .questions-new__container .faq-style-wrap {
        max-width: unset;
        width: 100%
    }

    .questions-new__subtitle {
        font-size: 16px
    }

    .questions-new {
        padding: 90px 0
    }

    .questions-new__img-img {
        width: 250px
    }

    .questions-new__img-bg {
        width: 320px;
        height: 320px;
        right: -40px;
        top: -30px
    }

    .questions-new__img {
        margin-top: 35px
    }
}

@media(max-width: 767px) {
    .questions-new {
        padding:60px 0
    }

    .questions-new__img-img {
        width: 190px
    }

    .questions-new__img-bg {
        width: 280px;
        height: 280px;
        top: -50px
    }

    .questions-new__img {
        display: none
    }
}

.faq-style-wrap {
    margin-top: 38px
}

.faq-style-wrap .panel-default {
    margin-bottom: 10px
}

.faq-style-wrap .panel-title {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 24px
}

.faq-style-wrap .panel-title .button-faq {
    position: absolute;
    height: 35px;
    width: 35px;
    background: #e26d2f;
    z-index: 1;
    left: 10px;
    top: 44%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%)
}

.faq-style-wrap .panel-title .button-faq:before {
    top: 0;
    border-bottom: 10px solid #e26d2f
}

.faq-style-wrap .panel-title .button-faq:after,.faq-style-wrap .panel-title .button-faq:before {
    content: "";
    width: 35px;
    height: 0;
    position: absolute;
    left: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff
}

.faq-style-wrap .panel-title .button-faq:after {
    bottom: 0;
    border-top: 10px solid #e26d2f
}

.faq-style-wrap .panel-title a {
    margin-bottom: 0;
    position: relative;
    padding: 16px 50px 16px 60px;
    background: #fff;
    font-size: 16px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .faq-style-wrap .panel-title a {
        padding:16px 10px 16px 60px
    }
}

.faq-style-wrap .panel-title a:before {
    position: absolute;
    content: "+";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    width: 25px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-radius: 100%;
    z-index: 4;
    margin-top: 0
}

.faq-style-wrap .panel-title a[aria-expanded=true]:before {
    content: "-";
    font-size: 24px;
    margin-top: 0
}

.faq-style-wrap .panel-title a[aria-expanded=true] {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    color: #e26d2f
}

.faq-style-wrap .panel-body {
    background: transparent;
    padding: 0 35px;
    border-left: 1px dashed #888 !important;
    margin-left: 25px;
    margin-bottom: 15px;
    margin-top: 15px
}

.faq-style-wrap .panel-body p {
    color: #494849;
    font-size: 14px;
    line-height: 28px
}

.faq-style-wrap .panel-body p>a {
    text-decoration: underline
}

.faq-style-wrap .panel-body .read-btn a {
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid #9e9e9e
}

.faq-inner-image-box {
    position: relative
}

.faq-inner-image {
    margin-top: 30px;
    text-align: center
}

@media only screen and (max-width: 767px),only screen and (min-width:992px) and (max-width:1200px) {
    .faq-inner-image {
        text-align:right
    }

    .faq-inner-image .faq-inner-02 {
        margin-left: 0;
        position: absolute;
        right: 170px;
        margin-top: 27px
    }
}

@media only screen and (max-width: 767px) and (max-width:767px),only screen and (min-width:992px) and (max-width:1200px) and (max-width:767px) {
    .faq-inner-image .faq-inner-02 {
        margin-top:0
    }
}

@media only screen and (max-width: 767px) and (max-width:479px),only screen and (min-width:992px) and (max-width:1200px) and (max-width:479px) {
    .faq-inner-image .faq-inner-02 {
        display:none
    }
}

.faq-inner-01 {
    position: relative;
    margin-bottom: -60px;
    z-index: 1
}

.faq-inner-02 {
    margin-left: -100px
}

@media screen and (max-width: 1200px) {
    .questions-new__img-img {
        right: 0;
    }
}

/* PRIZES */

.prizes {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -2px -16px
}

.prizes__descr {
    margin: 0 2px 16px;
    border: 1px solid #e47c45;
    width: calc(43% - 4px);
    height: 160px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 147%;
    color: #414141
}

.prizes__pad {
    margin: 0 2px 16px;
    width: calc(57% - 4px);
    position: relative
}

.prizes__pad-title {
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #5c5c5c;
    padding-bottom: 20px;
    text-align: center;
    transform: translateY(-100%);
    width: 100%
}

.prizes__pad-content {
    display: flex
}

.prizes__pad-slotmachine {
    width: 100%;
    height: 160px;
    overflow: hidden;
    box-shadow: 0 2px 7px 0 rgba(115,115,115,.25)
}

.prizes__pad-slotmachine+.prizes__pad-slotmachine {
    margin-left: 4px
}

.prizes__pad-slot {
    background: #fff;
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.prizes__pad-slot>p {
    font-weight: 500;
    font-size: 13px;
    line-height: 169%;
    color: #e47c45;
    margin-bottom: 10px
}

.prizes__pad-percent {
    width: 70px;
    height: 71px;
    background: url("/assets/img/prizes-percent.png") center/contain no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #fff
}

.prizes__buttons {
    margin: 0 2px 16px;
    width: calc(43% - 4px)
}

.prizes__btn {
    height: 54px;
    background: #e47c45;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    transition: .3s
}

.prizes__btn+.prizes__btn {
    margin-top: 16px;
    background: #f4881d;
    display: none
}

.prizes__btn[disabled] {
    cursor: not-allowed;
    background: #cfcfcf !important;
    color: #5e5e5e !important
}

.prizes__btn:focus {
    color: #fff
}

.prizes__btn:hover {
    background: #000;
    color: #fff
}

.prizes__res {
    margin: 0 2px 16px;
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    color: #292929
}

.prizes__res span {
    color: #e47c45
}

@media only screen and (max-width: 767px) {
    .prizes__descr {
        width:calc(100% - 4px);
        height: auto;
        padding: 25px
    }

    .prizes__pad {
        width: calc(100% - 4px)
    }

    .prizes__pad-title {
        position: static;
        transform: unset;
        text-align: left;
        padding-bottom: 15px
    }

    .prizes__buttons {
        order: 1;
        width: calc(100% - 4px)
    }

    .prizes__res {
        width: calc(100% - 4px);
        height: auto;
        text-align: center;
        font-size: 15px;
        line-height: normal
    }
}

.modal-prizes__content {
    padding: 90px 150px
}

.modal-prizes {
    max-width: 594px
}

.modal-prizes__close {
    outline: 0;
    border: 0;
    width: 46px;
    height: 46px;
    background: #000;
    background: url("/assets/img/modal-prizes-close.svg") center/contain no-repeat;
    position: absolute;
    right: 20px;
    top: 20px
}

.modal-prizes__title {
    font-size: 32px;
    color: #000;
    line-height: normal;
    text-align: center;
    margin-bottom: 35px
}

.modal-prizes .form-control {
    outline: 0;
    margin-bottom: 20px;
    box-shadow: none !important;
    border: 1px solid #ced4da
}

.modal-prizes__percent {
    width: 55px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    background: url("/assets/img/modal-prizes-star.png") center/contain no-repeat;
    color: #fff
}

.modal-prizes__prize {
    display: flex;
    margin-bottom: 10px
}

.modal-prizes__prize>p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #f4881d;
    display: flex;
    align-items: center;
    margin: 0 auto
}

.modal-prizes__text {
    font-size: 12px;
    line-height: normal;
    color: #000;
    opacity: .8;
    margin-bottom: 30px
}

.modal-prizes .btn {
    width: 100%;
    height: 54px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px
}

.modal-prizes__politika {
    font-size: 12px;
    line-height: 133%;
    color: #585858;
    opacity: .8
}

.modal-prizes__politika a {
    text-decoration: underline
}

@media only screen and (max-width: 767px) {
    .modal-prizes__content {
        padding:60px 20px
    }

    .modal-prizes__close {
        width: 24px;
        height: 24px
    }
}

.form-prizes {
    height: 347px;
    position: relative;
    padding: 90px 0 0 90px;
    margin: 65px 0
}

.form-prizes>* {
    position: relative
}

.form-prizes>picture {
    position: static
}

.form-prizes__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: none
}

.form-prizes__img2 {
    display: none
}

.form-prizes__title {
    font-weight: 500;
    font-size: 36px;
    color: #fff;
    line-height: normal;
    margin-bottom: 30px
}

.form-prizes__text {
    font-size: 18px;
    line-height: 156%;
    color: #fff;
    margin-bottom: 20px;
    max-width: 490px
}

.form-prizes__buttons {
    display: flex;
    max-width: 490px;
    margin: 0 -10px
}

.form-prizes__btn {
    margin: 0 10px;
    width: calc(50% - 20px);
    height: 54px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #e47c45;
    line-height: 1;
    transition: .3s
}

.form-prizes__btn:focus {
    color: #e47c45
}

.form-prizes__btn:hover {
    background: #000;
    color: #fff
}

.form-prizes__btn[disabled] {
    cursor: not-allowed;
    background: #cfcfcf !important;
    color: #5e5e5e !important
}

.form-prizes__btn+.form-prizes__btn {
    display: none
}

.form-prizes__pad {
    position: absolute;
    width: 316px;
    right: 110px;
    bottom: 0;
    padding: 0 0 67px
}

.form-prizes__pad>* {
    position: relative
}

.form-prizes__pad>picture {
    position: static
}

.form-prizes__pad>picture>img,.form-prizes__pad>img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: unset;
    bottom: 0
}

.form-prizes__pad-title {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px
}

.form-prizes__pad-content {
    display: flex;
    margin-bottom: 20px
}

.form-prizes__pad-slotmachine {
    width: 100%;
    height: 145px;
    overflow: hidden
}

.form-prizes__pad-slotmachine+.form-prizes__pad-slotmachine {
    margin-left: 4px
}

.form-prizes__pad-slot {
    background: #fff;
    width: 100%;
    height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.form-prizes__pad-slot>p {
    font-weight: 500;
    font-size: 13px;
    line-height: 169%;
    color: #e47c45;
    margin-bottom: 10px
}

.form-prizes__pad-percent {
    width: 70px;
    height: 71px;
    background: url("/assets/img/prizes-percent.png") center/contain no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #fff
}

.form-prizes__res {
    font-weight: 500;
    font-size: 15px;
    color: #e47c45;
    line-height: normal;
    text-align: center;
    height: 17px;
    position: absolute;
    width: 100%
}

.form-prizes-wrapper,.form-prizes-wrapper+.repair-order {
    padding-top: 120px;
    padding-bottom: 140px;
}

.form-prizes-wrapper .form-prizes {
    margin-top: 0;
    margin-bottom: 0
}

.form-prizes-wrapper .form-prizes__img {
    display: none
}

.form-prizes-wrapper .form-prizes__img2 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    border-radius: 30px
}

@media(min-width: 1360px) {
    .form-prizes-wrapper .form-prizes {
         
        padding-left: 110px
    }

    .form-prizes-wrapper .form-prizes:after {
        content: "";
        display: block;
        position: absolute;
        width: 151px;
        height: 151px;
        background: url("/assets/img/form-prizes-icn.png") center/contain no-repeat;
        top: 100px;
        right: 525px
    }

    .form-prizes__pad {
        right: 150px
    }
}

@media only screen and (max-width: 1199px) {
    .form-prizes {
        padding:90px 0 0 20px
    }

    .form-prizes__pad {
        right: 50px
    }

    .form-prizes-wrapper,.form-prizes-wrapper+.repair-order {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .form-prizes__pad {
        position:relative;
        padding: 80px 0 67px;
        width: 294px;
        right: auto;
        bottom: auto
    }

    .form-prizes {
        padding: 60px 30px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden
    }

    .form-prizes__title {
        font-size: 24px;
        margin-bottom: 25px;
        text-align: center
    }

    .form-prizes__text {
        font-size: 16px;
        text-align: center;
        max-width: unset
    }

    .form-prizes__img {
        object-fit: cover
    }

    .form-prizes-wrapper .form-prizes__img2 {
        object-fit: cover
    }

    .form-prizes__pad>picture>img,.form-prizes__pad>img {
        width: 362px
    }

    .form-prizes__pad-slotmachine {
        height: 135px
    }

    .form-prizes__pad-slot {
        height: 135px
    }

    .form-prizes__btn {
        width: calc(100% - 20px)
    }

    .form-prizes__buttons {
        flex-wrap: wrap;
        margin-top: 30px;
        width: calc(100% - -20px);
        max-width: 340px
    }

    .form-prizes__btn+.form-prizes__btn {
        margin-top: 20px
    }

    .form-prizes-wrapper,.form-prizes-wrapper+.repair-order {
        padding-top: 90px
    }
}

@media only screen and (max-width: 767px) {
    .form-prizes {
        padding:40px 15px
    }

    .form-prizes__pad>picture>img,.form-prizes__pad>img {
        width: 362px
    }

    .form-prizes__pad {
        width: 280px
    }

    .form-prizes-wrapper,.form-prizes-wrapper+.repair-order {
        padding-top: 60px
    }
}


/* CONTACTS */

.section-contacts {
    padding: 70px 0
}

.contacts-wrap {
    display: flex;
    justify-content: space-between;
    gap: 115px
}

.contacts-wrap p {
    font-size: 16px;
    margin-bottom: 25px
}

.contacts-wrap p a {
    text-decoration: underline
}

.contacts-wrap .phone {
    color: #e47c45;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    text-decoration: none
}

.contacts-info h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 28px
}

.contacts-info form {
    margin-top: 50px
}

.contacts-map iframe {
    border-radius: 30px
}

#maps {
    height: 600px;
    width: 655px;
    border-radius: 30px;
    overflow: hidden
}

@media(max-width: 600px) {
    #maps {
        width:100%
    }
}

.contacts-map img {
    min-width: 654px
}

.wrap-inputs {
    display: flex;
    gap: 20px;
    margin-bottom: 14px
}

.wrap-inputs p {
    margin-bottom: 0;
    font-size: 14px
}

.wrap-inputs p a {
    color: #e47c45
}

.base-input {
    border: 1px solid #eee7e7;
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none !important;
    background: #fff;
    border-radius: 50px;
    width: 320px;
    height: 54px;
    font-size: 16px;
    padding-left: 35px;
    color: #545454
}

.base-btn {
    width: auto;
    border-radius: 50px;
    height: 54px;
    background: #e47c45;
    font-weight: 700;
    font-size: 16px
}

@media(max-width: 658px) {
    .section-contacts {
        padding:30px 0
    }

    .contacts-wrap {
        flex-direction: column
    }

    .contacts-map img {
        min-width: 100%
    }

    .contacts-map iframe {
        width: 100%
    }

    .wrap-inputs {
        flex-direction: column
    }

    .wrap-inputs input {
        width: 100%
    }

    .contacts-info form {
        margin-top: 25px
    }
}

@media screen and (max-width: 1536px) {
    .contacts-wrap {
        gap: 50px;
    }
    
    #maps {
        width: 100%;
    }
    
    .contacts-wrap .contacts-map {
        width: 50%;
    }
    .contacts-wrap .contacts-info {
        width: 50%;
    }
}

@media screen and (max-width: 800px) {
    .contacts-wrap .contacts-info {
        width: 100%;
    }
    
    .contacts-wrap .contacts-map {
        width: 100%;
    }
    .contacts-wrap {
        flex-direction: column;
    }
}

/* LIST BLOGS */

section.blog-lists {
    padding: 70px 0;
    background: #F8F8F8;
    border-radius: 80px;
}

section.blog-lists .wrap {
    display: flex;
    flex-direction: column;
    height: 664px;
    flex-wrap: wrap;
    gap: 20px;
}

section.blog-lists .wrap .item-article:nth-child(1) {
    height: 100%;
    width: 492px;
}

section.blog-lists .wrap .item-article {
    width: calc((100% - 500px)/3 - 15px);
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 322px;
}

section.blog-lists .wrap .item-article:hover {
    border: 1px solid #BFBFBF;
}

section.blog-lists .wrap .item-article .name {
    color: #434343;
    font-size: 16px;
    height: 70px;
    font-weight: 500;
    line-height: 120%;
}

section.blog-lists .wrap .item-article .image {
    display: flex;
    width: 100%;
    height: 160px;
    border-radius: 20px;
    overflow: hidden;
}

section.blog-lists .wrap .item-article .image img {
    object-fit: cover;
}

section.blog-lists .wrap .item-article:nth-child(1) .image {
    height: 300px;
}

section.blog-lists .wrap .item-article:nth-child(1) .name {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    height: auto;
}

.blog-js-navigation {
    display: none;
}


@media screen and (max-width: 1200px) {
    section.blog-lists .wrap .item-article:nth-child(1) {
        width: calc(100%/3 - 15px);
        height: auto;
    }
    
    section.blog-lists .wrap .item-article {
        width: calc(100%/3 - 15px);
    }
    
    section.blog-lists .wrap {
        flex-direction: row;
        height: auto;
    }
    
    section.blog-lists .wrap .item-article:nth-child(1) .image {
        width: 100%;
        height: 160px;
    }
    
    section.blog-lists .wrap .item-article:nth-child(1) .name {
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {
    section.blog-lists .wrap {
        flex-wrap: nowrap;
        gap :0;
    }
    .blog-js-navigation {
        display: block;
    }
    section.blog-lists .blog-js {
        overflow: hidden;
    }
     
    section.blog-lists .blog-js .blog-js-navigation {
        position: relative;
        margin-top: 30px;
        padding-bottom: 10px;
    }
    section.blog-lists {
        border-radius: 30px;
    }
    section.blog-lists .wrap .item-article {
        width: 100%;
    }
}

/* FOOTER */


footer.footer_new {
    background: #F8F8F8;
    border-radius: 80px 80px 0 0;
    padding: 70px 0 60px;
}

footer.footer_new .top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

footer.footer_new .top-wrap .info {
    display: flex;
    width: 600px;
    flex-wrap: wrap;
    font-size: 15px;
    gap: 10px 15px;
}

footer.footer_new .top-wrap .info .item {
    min-width: 235px;
    display: flex;
    gap: 5px;
    align-items: center;
}

footer.footer_new .top-wrap .info .item .icon {
    display: flex;
}

footer.footer_new .top-wrap .info .item .name {
    color: #434343;
    font-size: 16px;
    font-weight: 500;
}

footer.footer_new .top-wrap .btn {
    height: 67px;
    min-width: 320px;
}

footer.footer_new .bottom-wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 60px;
}

footer.footer_new .bottom-wrap .copyright-block {
    width: 365px;
}

footer.footer_new .bottom-wrap .footer-menu-wrap {
    display: flex;
    gap: 20px;
}

footer.footer_new .bottom-wrap .footer-menu-wrap ul {min-width: 235px;}

footer.footer_new .bottom-wrap .footer-menu-wrap ul li a {
    color: #434343;
    font-size: 16px;
}

footer.footer_new .bottom-wrap .footer-menu-wrap ul li {
    margin-bottom: 10px;
}

footer.footer_new .bottom-wrap .footer-menu-wrap ul li a:hover {
    color: #E47C45;
}

footer.footer_new .footer-desc {
    color: #787777;
}

footer.footer_new .bottom-wrap .copyright-block .copy {
    color: #787777;
}

footer.footer_new .bottom-wrap .copyright-block .payments p {
    color: #787777;
}

footer.footer_new .bottom-wrap .copyright-block .payments .wrap {
    display: flex;
    gap: 10px;
}


@media screen and (max-width :1440px) {
    footer.footer_new .bottom-wrap {
        flex-wrap: wrap;
    }
    
    footer.footer_new .bottom-wrap .footer-menu-wrap ul {
        min-width: 200px;
    }
    
    footer.footer_new .top-wrap {
        gap: 30px;
    }
    
    footer.footer_new .top-wrap .btn {
        min-width: 280px;
    }
}

@media screen and (max-width: 768px) {
    footer.footer_new .top-wrap {
        flex-direction: column;
    }
    
    footer.footer_new .top-wrap .info {
        flex-direction: column;
        width: 100%;
    }
    
    footer.footer_new .bottom-wrap {
        flex-direction: column;
    }
    
    footer.footer_new .bottom-wrap .footer-menu-wrap {
        flex-direction: column;
    }
    footer.footer_new {
        border-radius: 30px 30px 0 0;
    }
    
    footer.footer_new .top-wrap {
        align-items: start;
        margin-bottom: 30px;
    }
    
    footer.footer_new .top-wrap .logo {
        width: 180px;
    }
    
    footer.footer_new .bottom-wrap .footer-menu-wrap ul {
        width: calc(50% - 17px);
        min-width: 1px;
    }
    
    footer.footer_new .bottom-wrap .footer-menu-wrap {
        flex-direction: row;
        min-width: 1px;
        flex-wrap: wrap;
    }
    
    footer.footer_new .bottom-wrap .footer-menu-wrap ul:nth-last-child(1) {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0 15px;
    }
    
    footer.footer_new .bottom-wrap .footer-menu-wrap ul:nth-last-child(1) li {
        width: calc(100%/2 - 10px);
    }
    
    footer.footer_new .bottom-wrap {
        margin-bottom: 30px;
    }
}


/* MODALS */


.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem;
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}



.modal-new {
    max-width: 635px
}

.modal-new__content {
    padding: 70px;
    border-radius: 30px
}

.modal-new__content h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #000;
    margin-bottom: 30px
}

.modal-new__close {
    cursor: pointer;
    position: absolute;
    background: url("/assets/img/modal-close.svg") center/contain no-repeat;
    width: 28px;
    height: 28px;
    right: 20px;
    top: 20px;
    outline: 0;
    border: 0
}

.modal-new__text {
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: normal;
    margin-bottom: 35px
}

.modal-new__form {
    max-width: 495px;
    margin-bottom: 20px
}

.modal-new__form label {
    display: none
}

.modal-new__form .form-control {
    width: 100%;
    height: 54px;
    border-radius: 1000px;
    margin-bottom: 20px;
    padding-left: 35px;
    box-shadow: none !important;
    border: 1px solid #ced4da;
    outline: 0;
    -webkit-appearance: none
}

.modal-new__form textarea {
    width: 100%;
    height: 206px;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 14px 35px;
    border: 1px solid #ced4da;
    outline: 0;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057
}

.modal-new__form .form-group {
    margin: 0
}

.modal-new__form .btn {
    width: 100%;
    border-radius: 1000px;
    height: 54px;
    background: #e47c45;
    font-weight: 700;
    font-size: 16px
}

.modal-new__politika {
    font-size: 14px;
    color: #535353;
    line-height: normal
}

.modal-new__politika a {
    color: #e47c45;
    text-decoration: underline;
    display: inline
}

.modal-new__politika a:hover {
    text-decoration: none
}

@media(max-width: 767px) {
    .modal-new__content {
        padding:50px 20px 40px
    }

    .modal-new__close {
        width: 20px;
        height: 20px
    }

    .modal-new__content h2 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .modal-new__text br {
        display: none
    }

    .modal-new__text {
        font-size: 14px;
        margin-bottom: 20px
    }

    .modal-new__form .form-control {
        height: 50px;
        margin-bottom: 10px
    }

    .modal-new__form .btn {
        height: 50px
    }

    .modal-new__politika {
        font-size: 13px;
        text-align: center
    }
}



/* HERO PAGE */


.breadcrumb-area {
    padding: 130px 0;
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .breadcrumb-area {
        padding:70px 0
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area {
        padding:60px 0
    }
}

.breadcrumb-area h3 {
    font-size: 36px;
    font-weight: 700;
    font-weight: 600;
    margin-top: -5px;
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .breadcrumb-area h3 {
        font-size:26px
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area h3 {
        font-size:26px
    }
}

.breadcrumb-list .breadcrumb-item {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    line-height: 1;
    display: inline-block
}

.breadcrumb-list .breadcrumb-item.active {
    color: #fff
}

.breadcrumb-list .breadcrumb-item a:hover {
    color: #e26d2f
}

.breadcrumb-list ul li {
    font-size: 14px;
    color: inherit;
    line-height: 1;
    display: inline-block
}

.breadcrumb-list ul li.active {
    color: inherit
}

.breadcrumb-list ul li a:hover {
    color: #e26d2f
}

.breadcrumb-item+.breadcrumb-item:before,.breadcrumb-list ul li+li:before {
    color: inherit;
    content: "/";
    display: inline-block;
    padding-right: 10px
}

.breadcrumb-list ul li+li:before {
    padding-left: 10px
}
.selection {
    margin-top: 10px;
    position: relative;
    width: 290px;
    min-width: 290px;
    height: 52px;
    z-index: 10
}

.selection.active .selection__item {
    background-color: #e6e6e6;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.selection.active .selection__dropdown {
    transition: all linear .2s
}

.selection__wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column
}

.selection__item {
    height: 52px;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0 60px 0 30px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #e8e8e8;
    transition: .3s
}

.selection__item-name {
    font-family: Ubuntu,sans-serif;
    font-size: 18px
}

.selection__item-icon {
    position: absolute;
    right: 20px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.selection__item:hover {
    background-color: #e6e6e6
}

.selection__dropdown {
    width: 100%;
    margin-top: 5px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    overflow: hidden;
    height: 0
}

.selection__dropdown-list-wrap {
    border: 1px solid rgba(0,0,0,.15);
    background: #fff;
    border-radius: 4px;
    padding: 5px 0
}

.selection__dropdown-list {
    max-height: 200px;
    overflow-y: auto
}

.selection__dropdown-item {
    font-family: Ubuntu,sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #333;
    padding: 8px 15px;
    cursor: pointer
}

.selection__dropdown-item:hover,.selection__dropdown-item.active {
    background-color: #f5f5f5
}

.selection__dropdown-item.not-active {
    text-decoration: line-through;
    background: transparent;
    cursor: default
}

.selection-block {
    display: none;
    margin-top: 24px
}

.selection-block-main {
    display: none;
    margin-top: 30px
}

.selection__dropdown-list--180 {
    max-height: 180px
}

.selection-block-main__content {
    display: flex;
    margin: 0 -5px
}

.selection-block-main__item {
    margin: 0 5px
}

.selection-block-main .selection__item-name {
    font-size: 16px;
    line-height: 1
}

.selection-block-main .min-price {
    font-weight: 500;
    font-size: 16px;
    margin-top: 25px
}

.selection-block-main .min-price>b {
    font-size: 22px
}

.selection-block-main__btn {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 290px;
    height: 54px;
    font-weight: 500;
    font-size: 16px;
    transition: .3s;
    background: #e47c45;
    color: #fff !important
}

.selection-block-main__btn:hover {
    background: #090909
}


/* HERO PAGE */


section.hero-page {
    padding-top: 170px;
}

section.hero-page .wrap {
    display: flex;
    gap: 130px;
    align-items: center;
}

section.hero-page .wrap .calc {
    max-width: 620px;
    width: 100%;
    border: 1px solid #BFBFBF;
    border-radius: 30px;
    padding: 30px 30px 0;
}

section.hero-page .wrap .calc .selection-block-main__content {
    flex-wrap: wrap;
    gap: 30px 10px;
}

section.hero-page .wrap .calc .selection-block-main__content .selection-block-main__item {
    width: calc(50% - 5px);
    margin: 0;
}

section.hero-page .wrap .calc .selection-block-main__content .selection-block-main__item .selection.selection-main-models {
    width: 100%;
    min-width: 1px;
}

section.hero-page .wrap .data {
    width: calc(100% - 750px);
}

section.hero-page .wrap .calc .selection-block-main__content .min-price {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: calc(50% - 10px);
}

section.hero-page .wrap .calc .selection-block-main__content .min-price span {
    color: #787777;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

section.hero-page .wrap .calc .selection-block-main__content .min-price .colored.selection-price {
    background: #F8F8F8;
    width: 100%;
    display: flex;
    height: 57px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    color: #E47C45;
    font-size: 20px;
}

section.hero-page .wrap .calc .selection-block-main__content .selection-block-main__item .selection-title {
    color: #787777;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

section.hero-page .wrap .calc .selection-block-main__content .selection-block-main__item:nth-last-child(1) {
    width: 100%;
}

section.hero-page .wrap .calc .selection-block-main__content .selection-block-main__item .selection.selection-main-services {
    width: 100%;
    z-index: 0;
}

section.hero-page .wrap .calc .selection-block-main {
    margin-bottom: 50px;
    margin-top: 0;
}

section.hero-page .wrap .calc .image {
    display: flex;
    justify-content: center;
}

section.hero-page .wrap .calc .selection-block-main__content .selection-block-main__item .selection__dropdown {
    position: relative;
}

section.hero-page .wrap .data h1 {
    color: #434343;
    font-size: 60px;
    font-weight: 700;
}

section.hero-page .wrap .data .desc {
    color: #434343;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    section.hero-page {
        padding-top: 100px;
    }
    
    section.hero-page .wrap {
        flex-direction: column;
        margin-top: 30px;
        gap: 30px;
    }
    
    section.hero-page .wrap .data {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    section.hero-page .wrap .data h1 {
        font-size: 36px;
    }
    
    section.hero-page .wrap .data .desc {
        font-size: 16px;
    }
    
    
    section.hero-page .wrap .calc .selection-block-main__content .selection-block-main__item {
        width: 100%;
    }
    
    section.hero-page .wrap .calc .selection-block-main__content .min-price {
        width: 100%;
        order: 1;
    }
    
    section.hero-page .wrap .calc .image {
        display: none;
    }
    
    section.hero-page .wrap .calc .selection-block-main {
        margin-bottom: 30px;
    }
}

/* TEXTS */


.text-new {
    padding: 100px 0;
    background: #F8F8F8;
    border-radius: 80px;
}

.text-new h2 {
    font-weight: 700;
    line-height: normal;
    margin-top: 55px
}

.text-new h2:first-child {
    margin-top: 0
}

.text-new h3 {
    font-weight: 700;
    line-height: normal;
    font-size: 24px
}

.text-new ul {
    list-style: disc;
    padding-left: 17px
}

.text-new__container {
     
    font-size: 16px
}

.text-new__container>* {
    margin-bottom: 25px
}

.text-new__container>*:last-child {
    margin-bottom: 0 !important
}

.text-new__img-wrap-text>* {
    margin-bottom: 25px
}

.text-new__img-wrap-text>*:last-child {
    margin-bottom: 0 !important
}

.text-new__img-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative
}

.text-new__img-wrap>img {
    border-radius: 30px;
    width: 425px;
    min-width: 425px;
    margin-right: 80px
}

.text-new__img-wrap:nth-child(even) {
    flex-direction: row-reverse
}

.text-new__img-wrap:nth-child(even)>img {
    margin-right: 0;
    margin-left: 80px
}

.text-new__img-wrap+.text-new__img-wrap {
    margin-top: 100px
}

@media(max-width: 991px) {
    .text-new__img-wrap+.text-new__img-wrap {
        margin-top:90px
    }
}

@media(max-width: 767px) {
    .text-new__img-wrap+.text-new__img-wrap {
        margin-top:60px
    }
}

@media(min-width: 1360px) {
    .text-new__img-wrap--autoheight>img {
        position:absolute;
        height: 100%;
        object-fit: cover
    }

    .text-new__img-wrap--autoheight .text-new__img-wrap-text {
        padding-left: 505px
    }

    .text-new__img-wrap--autoheight:nth-child(even) .text-new__img-wrap-text {
        padding-left: 0;
        padding-right: 505px
    }
}

.text-new__flex {
    display: flex;
    gap: 40px;
    align-items: start
}

.text-new__form {
    width: 400px;
    text-align: center;
    background: #fff;
    padding: 25px 35px;
    border-radius: 50px
}

.text-new__flex .text {
    width: calc(100% - 440px)
}

.text-new__form .title {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 30px
}

.text-new__form .title span {
    color: #e26d2f
}

.text-new__form .form-control {
    border: 1px solid #eee7e7;
    border-radius: 50px;
    padding: 14px 25px
}

.text-new__form button.btn {
    width: 100%;
    padding: 14px 25px;
    border-radius: 30px;
    font-size: 16px;
    margin-bottom: 20px
}

.text-new__form .policy {
    color: #535353;
    font-size: 14px;
    line-height: 14px
}

.text-new__form .policy a {
    color: #e47c45;
    text-decoration: underline
}

.text-new__flex .text p {
    font-size: 15px
}

@media(max-width: 1359px) {
    .text-new__container {
        margin:0
    }
}

@media(max-width: 1199px) {
    .text-new__img-wrap>img {
        width:300px;
        min-width: 300px;
        margin-right: 50px
    }

    .text-new__flex {
        flex-direction: column;
        align-items: center
    }

    .text-new__flex .text {
        width: 100%
    }
}

@media(max-width: 991px) {
    .text-new {
        padding:90px 0
    }

    .text-new h3 {
        font-size: 22px
    }

    .text-new__img-wrap {
        flex-direction: column-reverse !important
    }

    .text-new__img-wrap>img {
        margin: 25px 0 0 !important;
        height: 300px;
        max-width: 425px;
        width: 100%;
        object-fit: none
    }

    .text-new__img-wrap+.text-new__img-wrap {
        margin-top: 55px
    }
}

@media(max-width: 767px) {
    .text-new__form {
        width:100%
    }

    .text-new__form .title {
        font-size: 26px;
        line-height: 30px
    }

    .text-new {
        padding: 60px 0
    }

    .text-new h3 {
        font-size: 20px
    }
}


/* ANOTHER */

section.another-model {
    padding: 70px 0;
    overflow: hidden;
}

section.another-model .desc {
    color: #434343;
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
}

section.another-model .another-js-navigation {
    position: relative;
    margin-top: 30px;
}

@media screen and (max-width: 600px) {
    section.another-model .item, section.another-model .item img {
        width: 100%;
    }
}

/* REVIEWS TECH */

section.reviews-tech {
    padding: 70px 0;
    overflow: hidden;
}

section.reviews-tech .item {
    background: #F8F8F8;
    border-radius: 30px;
    padding: 30px;
}

section.reviews-tech .reviews-tech-js {
    max-width: 900px;
    margin: 0 auto;
}

section.reviews-tech .reviews-tech-js-navigation {
    position: relative;
    margin-top: 40px;
}

section.reviews-tech .item .top {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

section.reviews-tech .item .top .master {
    display: flex;
    gap: 15px;
    align-items: center;
}

section.reviews-tech .item .top .master .data-master span {
    color: #787777;
    font-size: 14px;
}

section.reviews-tech .item .top .master .data-master .name-master {
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px;
}

section.reviews-tech .item .top .master .data-master .stars-master {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 9px;
}

section.reviews-tech .item .top .master .data-master .stars-master span {
    color: #787777;
    font-size: 16px;
}

section.reviews-tech .item .top .master .data-master .count-master {
    display: flex;
    gap: 5px;
    align-items: center;
}

section.reviews-tech .item .top .master .data-master .count-master span {
    color: #787777;
    font-size: 16px;
}

section.reviews-tech .item .top .order {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

section.reviews-tech .item .top .order .data-order p {
    margin: 0 0 15px;
    color: #787777;
}

section.reviews-tech .item .top .order .data-order p span {
    color: #434343;
    font-weight: 500;
}

section.reviews-tech .item .top .order .data-order p .price {
    color: #E47C45;
    font-size: 18px;
    font-weight: 700;
}

section.reviews-tech .item .bottom {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

section.reviews-tech .item .bottom .review-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

section.reviews-tech .item .bottom .review-info .review-name {
    color: #787777;
    font-size: 16px;
}

section.reviews-tech .item .bottom .review-info .review-name span {
    color: #434343;
    font-weight: 500;
}

section.reviews-tech .item .bottom .review-info .review-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

section.reviews-tech .item .bottom .review-info .review-date .icon {
    display: flex;
}

section.reviews-tech .item .bottom .review-info .review-date .date {
    color: #787777;
    font-size: 16px;
}

section.reviews-tech .item .bottom  .review-text {
    color: #434343;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    section.reviews-tech .item .top {
        flex-direction: column;
    }
    
    section.reviews-tech .item {
        padding: 20px;
    }
    
    section.reviews-tech .item .top .order {
        flex-direction: column;
        width: 100%;
        align-items: start;
        gap: 0;
    }
    
    section.reviews-tech .item .bottom .review-info {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}



/* SET */

@media screen and (max-width: 600px) {
    section.sale-form-new {
        margin-bottom: 35px;
    }
    
    section.catalog-new {
        padding: 35px 0;
    }
    
    .text-new {
        padding: 35px 0;
        border-radius: 30px;
    }
    
    .questions-new {
        padding: 35px 0;
    }
    
    section.another-model {
        padding: 35px 0;
    }
    
    section.reviews-tech {
        padding: 35px 0;
    }
    
    section.blog-lists {
        padding: 35px 0;
    }
    
    .form-prizes-wrapper, .form-prizes-wrapper+.repair-order {
        padding: 45px 0;
    }
    
    footer.footer_new {
        padding: 35px 0;
    }
}