#page-main .container {
  width: 100%;
  max-width: calc(1482px + 30px);
  margin: 0 auto;
}

.products-swiper {
  padding: 100px 0 165px 0;
}

.products-swiper .block-title {
  font-size: 37px;
}

.products-swiper .prod-image {
  height: 242px;
  padding: 15px;
}

.products-swiper .prod-image img {
  height: auto;
  max-height: 100%;
  width: auto;
}

.products-swiper .inner {
  width: calc(100% + 20px);
  margin-left: -10px;
}

.products-swiper .swiper {
  padding: 10px;
}

.products-swiper .item {
  border-radius: 13px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  height: auto;
}

.products-swiper h3,
.products-swiper .h3 {
  font-size: 16px;
  padding: 0 25px;
  font-weight: 400 !important;
}

.products-swiper .button {
  font-size: 17px;
  width: 124px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  margin: 5px auto 20px auto;
}

.products-swiper .prod-price * {
  font-size: 16px;
  font-family: 'BasicSansSF-Bold';
}

.products-swiper .swiperbutton {
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/swiper-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.products-swiper .button-prev {
  left: -70px;
  transform: scaleX(-1);
}

.products-swiper .button-next {
  right: -70px;
}

@media screen and (max-width: 1700px) {
  .products-swiper .button-next {
    right: -40px;
  }

  .products-swiper .button-prev {
    left: -40px;
  }
}

@media screen and (max-width: 1630px) {
  .products-swiper .button-next {
    right: -40px;
    right: 5px;
  }

  .products-swiper .button-prev {
    left: auto;
    right: 80px;
  }

  .products-swiper .swiperbutton {
    margin-top: 0;
    top: -65px;
  }
}


@media screen and (max-width: 1300px) {
  #filter-lottie {display:none;}
}
 
@media screen and (max-width: 576px) {
  .products-swiper .block-title {
    font-size: 20px;
    font-family: 'BasicSansSemibold';
    margin-bottom: 0;
    padding-left: 8px;
  }

  .products-swiper .prod-image {
    height: 40vw;
    padding: 5px;
  }

  .products-swiper .button {
    font-size: 14px;
    width: 80%;
    max-width: 134px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto 12px auto;
  }

  .products-swiper h3, .products-swiper .h3 {
    font-size: 13px;
    padding: 0 10px;
    font-weight: 500 !important;
    line-height: 16px;
  }

  .products-swiper .prod-price * {
    font-size: 11px;
    font-family: 'BasicSansRegular' !important;
  }

  .products-swiper .prod-price {
    padding-bottom: 8px;
    line-height: 1;
  }

  .products-swiper {
    padding: 40px 0;
  }

  .products-swiper .swiperbutton {
    width: 20px;
    height: 20px;
    background-size: 8px;
    top: -30px;
  }

  .products-swiper .button-prev {
    right: 40px;
  }
}


#create .small-title {
  font-size: 40px;
}

#create .title {
  font-size: 77px;
}

#create lottie-player {
  width: 496px;
}

#create .c-top {
  padding: 100px 0;
}

#create .c-bottom {
  padding: 40px 0;
}

#create .buttons a {
  width: 253px;
  height: 58px;
  line-height: 58px;
  font-size: 21px;
  border-radius: 100px;
  margin: 0 10px;
}

#create .cookies-right {
  bottom: 0;
  z-index: 3;
}

#create .cookies-left {
  left: -50px;
  margin-top: -100px;
  z-index: 3;
  width: 542px;
}

#create .anim-images {
  top: 230px;
  right: -150px;
  transform: scale(0.8);
}

#create .anim-inner {
  width: 940px;
}

@-webkit-keyframes move1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(20deg);
  }
}

@-moz-keyframes move1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(20deg);
  }
}

@-o-keyframes move1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(20deg);
  }
}

@keyframes move1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(20deg);
  }
}

@-webkit-keyframes move2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

@-moz-keyframes move2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

@-o-keyframes move2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

@keyframes move2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

#create .anim-cookie1 {
  animation: move1 0.7s steps(2, end) infinite;
}

#create .anim-cookie2, #create .anim-cookie3 {
  animation: move2 0.7s steps(2, end) infinite;
}

#create .anim-cookie1 {
  width: 300px;
  bottom: 70px;
  left: 220px;
  z-index: 3;
}

#create .anim-cookie2 {
  width: 320px;
  bottom: 60px;
  right: 220px;
  z-index: 2;
}

#create .anim-cookie3 {
  width: 370px;
  bottom: -120px;
  right: 300px;
}

#create p {
  margin: 0;
  line-height: 1;
}

#create .line1 p {
  font-family: 'BasicSansRegularIt' !important;
  font-size: 30px;
}

#create .line1 a {
  display: inline-block;
  padding-right: 30px;
  background: url(../images/arrow-right.svg) no-repeat right 10px;
}

#create .line1 p strong {
  color: var(--red);
  font-family: 'BasicSansRegularIt' !important;
  font-weight: 700 !important;
}

#create .line1 p a {
  font-family: 'BasicSansRegularIt' !important;
  color: #101010;
  font-weight: 700 !important;
}

#create .line2 {
  padding-top: 8px;
}

#create .line2 p,
#create .line2 a {
  font-family: 'BasicSansRegularIt' !important;
  font-size: 23px;
}

#create .line2 p a {
  color: #101010;
}

@media screen and (max-width: 1700px) {
  #create .cookies-left {
    left: -150px;
  }

  #create .cookies-right {
    right: -60px;
  }

  #create .anim-images {
    right: -250px;
  }
}

@media screen and (max-width: 1440px) {
  #create .cookies-left {
    left: -230px;
  }

  #create .cookies-right {
    right: -100px;
  }

  #create .anim-images {
    right: -300px;
  }
}

@media screen and (max-width: 1300px) {
  #create .cookies-left {
    left: -300px;
  }

  #create .cookies-right {
    right: -120px;
  }

  #create .anim-images {
    right: -350px;
  }
}

@media screen and (max-width: 1200px) {

  #create .cookies-left,
  #create .cookies-right,
  #create .anim-images {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  #create {
    padding-top: 15px;
  }

  #create .small-title {
    font-size: 24px;
    line-height: 28px;
    max-width: 230px;
    padding-bottom: 8px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  #create .title {
    font-size: 36px;
    line-height: 39px;
    margin-left: auto;
    margin-right: auto;
  }

  #create lottie-player {
    width: 250px;
  }

  #create .anim-images {
    display: block;
    position: static;
    right: auto;
    top: auto;
    transform: scale(0.3);
  }

  #create .anim-inner {
    width: 100%;
  }

  #create .anim-cookie1,
  #create .anim-cookie2,
  #create .anim-cookie3 {
    top: 0;
    bottom: auto;
  }

  #create .anim-cookie1 {
    left: -300px;
  }

  #create .anim-cookie2 {
    left: 0;
    top: 30px;
  }

  #create .anim-cookie3 {
    left: 310px;
    top: 60px;
  }

  #create .buttons {
    flex-direction: column;
    align-items: center;
  }

  #create .buttons a {
    margin-bottom: 15px;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    width: 212px;
  }

  #create .c-top {
    padding-bottom: 30px;
  }

  #create .line1 p {
    font-size: 24px;
    line-height: 32px;
  }

  #create .line1 a {
    background-position: right 8px;
  }

  #create .line2 {
    padding-top: 12px;
  }

  #create .line2 p, #create .line2 a {
    font-size: 14px;
  }

  #create .c-bottom {
    padding: 20px 0 25px 0;
  }
}

#build-your {
  margin: 170px 0;
  padding: 100px 0;
  height: 496px;
}

#build-your .top-title,
#build-your .title {
  font-size: 77px;
}

#build-your .text {
  padding-top: 15px;
  max-width: 595px;
}

#build-your .text p {
  font-size: 24px;
  line-height: 31px;
  font-family: 'BasicSansSF-Bold';
  margin-bottom: 30px;
}

#build-your .btn {
  width: 180px;
  height: 58px;
  line-height: 58px;
  font-size: 21px;
  border-radius: 100px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

#build-your .anim-left {
  width: 484px;
  height: 120%;
  margin-left: -12px;
  margin-top: -50px;
}

#build-your svg {
  display: block;
}

#build-your .animation {
  height: 100%
}

#build-your .sliding-right {
  width: 325px;
  position: absolute;
  right: -6px;
  bottom: -80px;
  z-index: 3;
}

#build-your .build-content {
  z-index: 3;
}

@media screen and (max-width: 1600px) {
  #build-your .left-anim {
    left: -110px;
  }
}

@media screen and (max-width: 1200px) {

  #build-your .left-anim,
  #build-your .sliding-right {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  #build-your {
    margin: 0;
    overflow: hidden;
  }

  #build-your .top-title, #build-your .title {
    font-size: 36px;
    line-height: 39px;
  }

  #build-your .text p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  #build-your .text {
    max-width: 244px;
  }

  #build-your .btn {
    width: 156px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    box-shadow: none;
  }

  #build-your .anim-top,
  #build-your .anim-bottom {
    height: 30vw;
  }

  #build-your .anim-top {
    margin-top: -22px;
  }

  #build-your .anim-bottom {
    margin-bottom: -25px;
  }

  #build-your .build-content {
    margin-top: 20px;
  }
}

#why .inner {
  padding: 100px 0;
}

#why .title {
  font-size: 56px;
  padding-bottom: 50px;
}

#why .text p {
  font-size: 24px;
  line-height: 31px;
  font-family: 'BasicSansSF-Bold';
  padding-top: 15px;
  margin-bottom: 0;
}

#why .text strong {
  font-weight: 400;
}

#why .top,
#why .bottom {
  height: 70px;
}

#why .marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

#why .marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 22s linear infinite;
  color: #fff;
  opacity: 0.52;
  font-size: 46px;
  line-height: 1.6;
}

#why .marquee2 span {
  animation-delay: 11s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}


@media screen and (max-width: 576px) {
  #why .container {
    padding: 0;
  }

  #why .inner {
    padding: 50px 0;
  }

  #why .title {
    font-size: 24px;
    padding-bottom: 40px;
  }

  #why .text p {
    font-size: 18px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  #why .text strong {
    font-size: 12px;
  }

  #why .top,
  #why .bottom {
    height: 37px;
  }

  #why .marquee span {
    animation: marquee 24s linear infinite;
    font-size: 22px;
  }

  #why .marquee2 span {
    animation-delay: 12s;
  }
}

#about {
  padding: 60px 0;
  margin: 170px 0;
}

#about .title {
  font-size: 56px;
  padding-bottom: 45px;
}

#about .text {
  max-width: 865px;
}

#about .text p {
  font-family: 'BasicSansSF-Bold';
  font-size: 24px;
  line-height: 31px;
  margin: 0 0 25px 0;
}

#about a {
  width: 291px;
  height: 58px;
  line-height: 58px;
  font-size: 21px;
  border-radius: 100px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  margin-top: 50px;
}

#about .more-ticker {
  font-size: 21px;
}

@media screen and (max-width: 576px) {
  #about {
    margin: 0;
  }

  #about .title {
    font-size: 24px;
    padding-bottom: 25px;
  }

  #about .text p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px 0;
  }

  #about .text>p {
    width: 278px;
    margin-left: auto;
    margin-right: auto;
  }

  #about a {
    width: 265px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    box-shadow: none;
    margin-top: 40px;
  }

  #about .more-ticker {
    font-size: 17px;
  }
}

#filter-search .small-title {
  font-size: 40px;
}

#filter-search .title {
  font-size: 77px;
}

#filter-search .f-img-right {
  margin: -50px 0;
}

#filter-search .sliding-right {
  bottom: -80px;
  z-index: 3;
}

#filter-search .search-title {
  font-size: 37px;
  padding-top: 25px;
  padding-bottom: 20px;
}
#filter-search .search-0 {
  max-width:500px;
}

#filter-search .search-1 {
  max-width:700px;
}

#filter-search .btn-submit {
  width:227px;
  height:42px;
  line-height: 42px;
  font-size:17px;
  border-radius:50px;
  margin-top: 30px;
  margin-bottom:30px;
} 

#filter-search .to-step2.disabled {
  pointer-events: none;
  background-color:var(--red);
  color:#fff;
  border:1px solid #fff;
}


#filter-search .to-step2 {
  background-color:#fff;
  color:var(--red);
  border:1px solid var(--red);
}

#filter-search lottie-player {
  width: 300px;
  position: absolute;
  bottom: -170px;
  right: -6px;
}

.radio-fields input[type="radio"] {
  display: none;
}

.radio-fields li {
  list-style: none;
  display: inline-block;
}

.radio-fields label {
  display: inline-block;
  background-color: #CE5A4D;
  padding: 0 34px;
  height:42px;
  line-height:42px;
  border-radius:100px;
  font-size:17px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.radio-fields label.b-white {
  background-color:#fff;
}

.radio-fields input[type="radio"]:checked+label {
  background-color: #fff;
  color:var(--red);
}

@media screen and (max-width: 1700px) {
  #filter-search .sliding-right {
    right: -100px;
  }
}

@media screen and (max-width: 1300px) {
  #filter-search .sliding-right {
    display:none;
  }
  #filter-search .title {
    font-size: 55px;
  }
  #filter-search .small-title {
    font-size: 34px;
}
#filter-search .search-title {
  font-size: 32px;
  padding-top: 5px;
  padding-bottom: 15px;
}
}


@media screen and (max-width: 992px) {
  #filter-search .container > .flex {
    flex-direction: column;
    flex-wrap: wrap;
  }

  #filter-search .col-6 {
    width:100%;
  }
  #filter-search .f-img-right {
    position:absolute;
    top:0;
    right:-150px;
    width: 50%;
  }
  #filter-search .col-6.relative {
    position:static;
  }
}

@media screen and (max-width: 576px) {
  #filter-search .search-step2 {
    display:block;
  }
  #filter-search .small-title {
    font-size: 22px;
}    #filter-search .title {
  font-size: 29px;
}
#filter-search .search-title {
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 30px;
}
#filter-search .f-img-right {
  top: 30px;
  right: -70px;
}
#filter-search .title {
  padding-bottom: 30px;
}
}


.custom-select {
  min-width: 100%;
  position: relative;
}

.custom-select:after {
  content:"";
  width:20px;
  height:20px;
  position:absolute;
  background:url(../images/arr-select.svg) no-repeat;
  top: 13px;
  right: 15px;
}

.custom-select select {
  appearance: none;
  width: 100%;
  font-size: 18px;
  line-height:44px;
  height:44px;
  border:0;
  background-color: #ce5a4d;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  padding: 0 30px;
}

.custom-select .custom-select::before,
.custom-select .custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.custom-select .custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.custom-select .custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}