@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v14/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v14/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v14/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v14/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UA.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.38) 100%);
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: #000;
}
.anim {
  transition: all 0.4s ease;
}
a {
  text-decoration: none;
  transition: all 0.4s ease;
}
button {
  border-color: transparent;
  border: none;
  cursor: pointer;
}
h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  text-transform: capitalize;
  color: #363853;
}
li {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
header {
  padding: 55px 0;
}
header .block {
  display: flex;
  align-items: center;
}
header .block nav {
  margin-left: auto;
}
header .block nav ul {
  display: flex;
}
header .block nav ul li {
  list-style: none;
  margin-right: 60px;
}
header .block nav ul li.active a,
header .block nav ul li:hover a {
  color: #FF6838;
}
header .block nav ul li a {
  font-size: 18px;
  color: #363853;
}
header .block .menu-burrg {
  display: none;
}
header .block .btn-karz {
  position: relative;
}
header .block .btn-karz:before {
  content: attr(data-count);
  background: #FF7A50;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: -5px;
  right: -5px;
}
.s1 {
  padding: 50px 0;
}
.s1 .block {
  display: flex;
  justify-content: space-between;
}
.s1 .block .l1 {
  min-width: 530px;
}
.s1 .block .l1 h1 {
  margin-top: 235px;
  font-weight: 500;
  font-size: 66px;
  line-height: 78px;
  text-transform: capitalize;
}
.s1 .block .l1 h1 span {
  color: #FF7A50;
}
.s1 .block .l1 p {
  margin-top: 25px;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
.s2 .center {
  text-align: center;
}
.s2 .center span {
  color: #FF7A50;
}
.s2 .tabs {
  margin-top: 55px;
}
.s2 .tabs .ul {
  display: flex;
  justify-content: space-between;
}
.s2 .tabs .ul .li {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  width: 300px;
  height: 70px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.s2 .tabs .ul .li svg {
  margin-right: 8px;
}
.s2 .tabs .ul .li.mixitup-control-active,
.s2 .tabs .ul .li:hover {
  background: #FF7A50;
}
.s2 .tabs .ul .li.mixitup-control-active span,
.s2 .tabs .ul .li:hover span {
  color: #fff;
}
.s2 .tabs .ul .li.mixitup-control-active svg path,
.s2 .tabs .ul .li:hover svg path {
  fill: #fff;
}
.s2 .tabs .ul span {
  font-size: 20px;
  line-height: 24px;
  color: #363853;
}
.s2 .burger {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s2 .burger .burger-item {
  margin: 30px 10px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  padding-bottom: 22px;
  width: 175px;
}
.s2 .burger .burger-item .t1 img {
  display: inline-block;
  width: 140px;
  height: 149px;
  object-fit: cover;
}
.s2 .burger .burger-item .t2 {
  margin-bottom: 30px;
}
.s2 .burger .burger-item .t2 img {
  display: inline-block;
}
.s2 .burger .burger-item .t3 {
  font-size: 15px;
  line-height: 18px;
  color: #363853;
  margin: 30px 0 10px;
}
.s2 .burger .burger-item .t4 {
  margin-top: auto;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #363853;
  margin: 10px 0;
}
.s2 .burger .burger-item .btn-cor {
  background: #FF7A50;
  border-radius: 7px;
  padding: 7px 13px;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}
.s3 {
  padding: 95px 0 125px;
}
.s3 .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s3 .block .l2 h2 {
  width: 385px;
  margin-bottom: 30px;
}
.s3 .block .l2 h2 span {
  color: #FF7A50;
}
.s3 .block .l2 p {
  width: 422px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #363853;
  opacity: 0.9;
}
.s3 .block .l2 .list .li {
  margin: 25px 0 0 0;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
}
.s3 .block .l2 .list .li svg {
  margin-right: 25px;
}
.s4 .center {
  text-align: center;
  margin-bottom: 50px;
}
.s4 .center span {
  color: #FF7A50;
}
.s4 .block {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 43px;
  background: #FFFFFF;
  border-radius: 53px 5px;
  margin-bottom: 150px;
}
.s4 .block .item .name {
  text-align: center;
}
.s4 .block .item .prise {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 18px;
  color: #363853;
  opacity: 0.9;
}
.s4 .block .item .prise button {
  background: #FF7A50;
  box-shadow: 0px 5px 12px rgba(255, 104, 56, 0.19);
  border-radius: 20px 20px 0px 20px;
  padding: 11px 33px;
}
.s5 .block {
  display: flex;
  justify-content: space-between;
}
.s5 .block .text h2 {
  margin: 130px 0 30px;
}
.s5 .block .text h2 span {
  color: #FF7A50;
}
.s5 .block .text p {
  font-size: 20px;
  line-height: 30px;
  opacity: 0.9;
}
.s5 .block2 h2 {
  margin-top: 150px;
  text-align: center;
}
.s5 .block2 h2 span {
  color: #FF7A50;
}
.s5 .block2 .iten {
  display: flex;
}
.s5 .block2 .iten .img {
  margin-top: 67px;
}
.s5 .block2 .iten .slider {
  position: relative;
  min-width: 0;
}
.s5 .block2 .iten .slider .slick-list {
  overflow: hidden;
}
.s5 .block2 .iten .slider .slick-track {
  display: flex;
}
.s5 .block2 .iten .slider .slick-arrow {
  position: absolute;
  top: 70%;
  right: 5px;
  font-size: 0;
}
.s5 .block2 .iten .slider .slick-prev {
  background-image: url(/img/stl.png);
  background-repeat: no-repeat;
  right: 55px;
  width: 32px;
  height: 32px;
  z-index: 1;
}
.s5 .block2 .iten .slider .slick-prev::before {
  content: none;
}
.s5 .block2 .iten .slider .slick-next {
  background-image: url(/img/str.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.s5 .block2 .iten .slider .slick-next::before {
  content: none;
}
.s5 .block2 .iten .slider .slider-item .text {
  margin: 133px 0 0 114px;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: 0.5px;
}
.s5 .block2 .iten .slider .slider-item .name {
  color: #FF7A50;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 74px 0 0 124px;
}
.s6 {
  padding: 100px 0;
}
.s6 .block {
  background: #FF7A50;
  text-align: center;
  border-radius: 15px;
  padding: 60px 165px;
}
.s6 .block h2 {
  color: #FFFFFF;
  margin-bottom: 15px;
}
.s6 .block p {
  color: #FFFFFF;
  margin-bottom: 32px;
}
.s6 .block .form {
  background: #FFFFFF;
  box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.07);
  border-radius: 70px;
}
.s6 .block .form form {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 43px;
}
.s6 .block .form form input {
  border: none;
}
.s6 .block .form button {
  background: #FF7A50;
  border-radius: 70px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding: 15px 35px;
}
footer {
  padding: 30px 0;
}
footer .block {
  display: flex;
  justify-content: space-between;
}
footer .block a {
  color: #000;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 960px;
  }
  .s1 .block {
    display: block;
  }
  .s1 .block .l1 h1 {
    text-align: center;
    margin-top: 100px;
  }
  .s2 .burger .slick-next {
    left: 330px;
  }
  .s2 .burger .slick-prev {
    right: 325px;
  }
  .s3 .block .img {
    width: 300px;
  }
  .s4 .block {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .s5 .block {
    display: block;
  }
  .s5 .block .img img {
    display: block;
    margin: 20px auto;
  }
  .s5 .block2 .iten .slider .slick-prev {
    top: 605px;
  }
  .s5 .block2 .iten .slider .slick-next {
    top: 605px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .s1 .block .l1 h1 {
    font-size: 60px;
  }
  .s1 .block img {
    width: 500px;
  }
  .s2 .tabs ul {
    flex-wrap: wrap;
  }
  .s2 .burger .slick-next {
    left: 130px;
  }
  .s2 .burger .slick-prev {
    right: 125px;
  }
  .s3 .block {
    display: block;
  }
  .s4 .block {
    grid-gap: 5px;
  }
  .s4 .block .item {
    width: 300px;
  }
  .s5 .block2 .iten {
    display: block;
  }
  .s6 .block .form form input {
    border: none;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  header .block nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  header .block .menu-burrg {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0 165px;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  header .block .menu-burrg span {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 9px;
  }
  header .block .menu-burrg:before,
  header .block .menu-burrg:after {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
  }
  header .block .menu-burrg:before {
    top: 0;
  }
  header .block .menu-burrg:after {
    bottom: 0;
  }
  header .block nav {
    position: fixed;
    width: 100%;
    top: -40px;
    left: 0;
    background-color: #fff;
  }
  header .block nav.active {
    position: fixed;
    width: 100%;
    top: 120px;
    left: 0;
    background-color: #fff;
    z-index: 5;
    transition: all 0.4s ease;
  }
  header .block .menu-burrg.active span {
    transform: scale(0);
  }
  header .block .menu-burrg.active:before {
    transform: rotate(45deg);
    top: 9px;
  }
  header .block .menu-burrg.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .s1 .block .l1 h1 {
    font-size: 55px;
  }
  .s2 .slick-prev {
    display: none;
  }
  .s2 .tabs .ul {
    display: block;
    margin-left: 130px;
  }
  .s2 .tabs .ul .li {
    margin-bottom: 20px;
  }
  .s2 .burger .burger-item {
    margin: 10px 0px 10px -35px;
  }
  .s2 .burger .burger-item .t1 img {
    display: inline-block;
    width: 100px;
    height: auto;
  }
  .s3 .block img {
    width: 400px;
  }
  .s4 .block .item img {
    width: 240px;
  }
  .s4 .block .item {
    width: 240px;
  }
  .s5 .block img {
    width: 400px;
  }
  .s5 .block .text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .s1 {
    padding: 0px;
  }
  .s1 .block .l1 {
    min-width: 320px;
  }
  .s1 .block img {
    width: 320px;
  }
  .s2 .tabs {
    margin: 25px 0 0 80px;
  }
  .s2 .tabs .ul {
    display: block;
    margin-left: 27px;
  }
  .s2 .burger {
    width: 320px;
    margin: 0 auto;
  }
  .s3 {
    padding: 10px 0 22px;
  }
  .s3 .block .l2 p {
    width: 320px;
  }
  .s3 .block .l2 h2 {
    width: 320px;
  }
  .s4 .block {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
    margin-left: 80px;
  }
  .s5 .block img {
    width: 320px;
  }
  .s5 .block .text h2 {
    margin: 30px 0 30px;
  }
  .s5 .block2 .iten .img {
    margin-top: 20px;
    margin-bottom: -145px;
  }
  .s5 .block2 .iten img {
    width: 320px;
  }
  .s5 .block2 .iten .slider {
    right: 40px;
  }
  .s5 .block2 .iten .slider .slick-next {
    display: none;
  }
  .s5 .block2 .iten .slider .slick-prev {
    display: none;
  }
  .s6 .block {
    padding: 20px 20px;
  }
  footer .block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 426px) {
  header .block .menu-burrg {
    margin: 0 115px;
  }
  .s2 .tabs .ul {
    display: block;
    margin-left: -30px;
  }
  .s2 .burger .burger-item {
    margin: 10px 0px 10px -25px;
  }
}
