

/* Start:/local/templates/ProFashionSolutions/css/style.css?1716830418185443*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital@0;1&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #E5E5E5;
}

.red {
    color: #D71F37;
}

.alert {
    padding: 15px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
}

.header {
  padding: 0 0 0 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1725px;
  width: 100%;
}
@media (max-width: 992px) {
  .header {
    padding: 0 20px;
    flex-flow: wrap;
    justify-content: space-between;
  }
}
.header .header-logo {
  padding: 18px 0 18px 0;
  display: flex;
  align-items: end;
  flex-direction: column;
  text-decoration: none;
  /* width: 15%; */
}
@media (max-width: 1440px) {
  .header .header-logo {
    width: unset;
  }
}
.header .header-logo .logo {
  margin: 0 20px;
  display: block;
  width: 100px;
  height: 76px;
    cursor: inherit ;
}
@media (max-width: 991px) {
  .header .header-logo .logo {
    margin: -2px -30px;
    width: 37px;
    height: 37px;
  }
}
.header .header-logo .logo-text {
  display: block;
  font-size: 52px;
  font-family: "Nunito", sans-serif;
  color: #fff;
  line-height: 20px;
}
@media (max-width: 991px) {
  .header .header-logo .logo-text {
    font-size: 30px;
  }
}
.header .header-logo .b-logo-text {
  color: #131312;
}
.header .header-logo .logo-subtext {
  display: none;
  font-family: "Nunito", sans-serif;
  font-style: italic;
  font-size: 12px;
  color: #D71F37;
  text-align: end;
  line-height: 40px;
}
.header .header-list {
  padding: 0 0 0 80px;
  display: -webkit-box;
}
.header {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header .header-list {
    display: none;
  }
}
.header .header-list .header-item {
  padding: 0 80px 0 0;
  list-style: none;
}
.header .header-list .header-item:nth-child(1) {
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .header .header-list .header-item {
    padding: 0 15px 0 0;
  }
  .header .header-list .header-item:nth-child(1) {
    padding-right: 15px;
  }
}
.header .header-list .header-item:nth-child(5) {
  padding-right: 0px;
}
.header .header-list .header-item .header-link {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 992px) {
  .header .header-list .header-item .header-link {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .header .header-list {
    padding: 24px 0;
    width: 100%;
    order: 1;
  }
}
.header .settings {
  display: flex;
  align-items: center;
  width: 15%;
}
@media (max-width: 1024px) {
  .header .settings {
    width: 15%;
  }
}
@media (max-width: 991px) {
  .header .settings {
    display: none;
    width: 50%;
    order: 0;
  }
}
.header .settings .can-toggle {
  margin: 0 80px;
  width: 22%;
}
.header .settings .can-toggle *, .header .settings .can-toggle *:before, .header .settings .can-toggle *:after {
  box-sizing: border-box;
}
.header .settings .can-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.header .settings .can-toggle input[type=checkbox][disabled] ~ label {
  pointer-events: none;
}
.header .settings .can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.header .settings .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.header .settings .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.header .settings .can-toggle label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.header .settings .can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-left: 32px;
}
.header .settings .can-toggle label .can-toggle__switch {
  position: relative;
}
.header .settings .can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.header .settings .can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  transform: translate3d(0, 0, 0);
}
.header .settings .can-toggle input[type=checkbox][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.header .settings .can-toggle label .can-toggle__label-text {
  flex: 1;
}
.header .settings .can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #848484;
}
.header .settings .can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.header .settings .can-toggle label .can-toggle__switch:after {
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}
.header .settings .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .header .settings .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.header .settings .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(43px, 0, 0);
}
.header .settings .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .header .settings .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.header .settings .can-toggle label {
  font-size: 14px;
}
.header .settings .can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 72px;
  border-radius: 4px;
  border: 2px solid #CECECE;
  background: #fff;
}
.header .settings .can-toggle label .can-toggle__switch:before {
  top: 0px;
  left: 33px;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  line-height: 33px;
  width: 36px;
  padding: 0 12px;
  color: #131312;
    cursor: inherit ;
}
.header .settings .can-toggle label .can-toggle__switch:after {
  top: -2px;
  left: -2px;
  border-radius: 2px;
  width: 36px;
  line-height: 36px;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  background: #D71F37;
  color: #fff;
    cursor: inherit ;
}
.header .settings .can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.header .settings .can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .header .settings .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.header .settings .can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(21px, 0, 0);
}
.header .settings .can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .header .settings .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.header .settings .can-toggle.can-toggle--size-small label {
  font-size: 13px;
}
.header .settings .can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 36px;
  flex: 0 0 72px;
  border-radius: 2px;
  border: 2px solid #CECECE;
  background: #fff;
}
.header .settings .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  top: 0px;
  left: 33px;
  font-size: 10px;
  font-family: "Nunito", sans-serif;
  line-height: 33px;
  width: 36px;
  padding: 0 12px;
  color: #131312;
    cursor: inherit ;
}
.header .settings .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: -2px;
  left: -2px;
  border-radius: 1px;
  width: 36px;
  line-height: 36px;
  font-size: 10px;
  font-family: "Nunito", sans-serif;
  background: #D71F37;
  color: #fff;
    cursor: inherit ;
}
.header .settings .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.header .settings .can-toggle.can-toggle--size-large input[type=checkbox]:focus ~ label .can-toggle__switch:after, .header .settings .can-toggle.can-toggle--size-large input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.header .settings .can-toggle.can-toggle--size-large input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(56px, 0, 0);
}
.header .settings .can-toggle.can-toggle--size-large input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .header .settings .can-toggle.can-toggle--size-large input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.header .settings .can-toggle.can-toggle--size-large label {
  font-size: 14px;
}
.header .settings .can-toggle.can-toggle--size-large label .can-toggle__switch {
  height: 36px;
  flex: 0 0 72px;
  border-radius: 4px;
  border: 2px solid #CECECE;
  background: #fff;
}
.header .settings .can-toggle.can-toggle--size-large label .can-toggle__switch:before {
  top: 0px;
  left: 33px;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  line-height: 33px;
  width: 36px;
  padding: 0 12px;
  color: #131312;
    cursor: inherit ;
}
.header .settings .can-toggle.can-toggle--size-large label .can-toggle__switch:after {
  top: -2px;
  left: -2px;
  border-radius: 2px;
  width: 36px;
  line-height: 36px;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  background: #D71F37;
  color: #fff;
    cursor: inherit ;
}
.header .settings .can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.header .settings .can-toggle.demo-rebrand-1 input[type=checkbox][disabled] ~ label {
  color: rgba(181, 62, 116, 0.5);
}
.header .settings .can-toggle.demo-rebrand-1 label .can-toggle__label-text {
  flex: 1;
}
.header .settings .can-toggle.demo-rebrand-1 label .can-toggle__switch {
  transition: background-color 0.3s ease-in-out;
  background: #c14b81;
}
.header .settings .can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.6);
}
.header .settings .can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
  transition: transform 0.3s ease-in-out;
  color: #b53e74;
}
.header .settings .can-toggle.demo-rebrand-2 input[type=checkbox][disabled] ~ label {
  color: rgba(68, 68, 68, 0.5);
}
.header .settings .can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  flex: 1;
}
.header .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: #515151;
}
.header .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.7);
}
.header .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #444;
}
.header .settings .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .header .settings .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.header .settings .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(36px, 0, 0);
}
.header .settings .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .header .settings .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.header .settings .can-toggle.demo-rebrand-2 label {
  font-size: 13px;
}
.header .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch {
  height: 36px;
  flex: 0 0 72px;
  border-radius: 60px;
  border: 2px solid #CECECE;
  background: #fff;
}
.header .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  top: 0px;
  left: 33px;
  font-size: 13px;
  font-family: "Nunito", sans-serif;
  line-height: 33px;
  width: 36px;
  padding: 0 12px;
  color: #131312;
    cursor: inherit ;
}
.header .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: -2px;
  left: -2px;
  border-radius: 30px;
  width: 36px;
  line-height: 36px;
  font-size: 13px;
  font-family: "Nunito", sans-serif;
  background: #D71F37;
  color: #fff;
    cursor: inherit ;
}
.header .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.header .settings .header-btn {
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: #D71F37;
  text-transform: uppercase;
  color: #fff;
  border: 0;
    cursor: inherit ;
}
@media (max-width: 991px) {
  .header .mobile-settings {
    display: none;
  }
}
.header .burger {
  display: none;
  width: 40px;
  height: 40px;
    cursor: inherit ;
}
@media (max-width: 991px) {
  .header .burger {
    display: flex;
  }
}
@media (max-width: 576px) {
  .header .burger {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
  }
}
.header .burger .burger-line {
  position: relative;
  display: block;
  width: 40px;
  height: 4px;
  background: #fff;
}
.header .burger .burger-line::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 40px;
  height: 4px;
  background: #fff;
}
.header .burger .burger-line::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 40px;
  height: 4px;
  background: #fff;
}

.w-header {
  justify-content: center;
  max-width: 100%;
  width: 100%;
  background: #fff;
}
@media (max-width: 992px) {
  .w-header {
    flex-flow: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .w-header {
    display: flex;
    justify-content: space-between;
  }
}
.w-header .header-list {
  padding: 0 0 0 80px;
  display: -webkit-box;
}
@media (max-width: 992px) {
  .w-header .header-list {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .w-header .header-list {
    display: none;
  }
}
.w-header .header-list .header-item {
  padding: 0 40px 0 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .w-header .header-list .header-item {
    padding: 0 15px 0 0;
  }
}
.w-header .header-list .header-item:nth-child(1) {
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .w-header .header-list .header-item:nth-child(1) {
    padding-right: 15px;
  }
}
.w-header .header-list .header-item:nth-child(5) {
  padding-right: 40px;
}
.w-header .header-list .header-item .header-link {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  color: #131313;
  font-size: 18px;
}
.w-header.fixed .header-list .header-item .header-link{
  color: #fff;
}
@media (max-width: 992px) {
  .w-header .header-list .header-item .header-link {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .w-header .header-list {
    padding: 24px 0;
    width: 100%;
    order: 1;
  }
}
.w-header .burger {
  display: none;
  width: 40px;
  height: 40px;
    cursor: inherit ;
}
@media (max-width: 991px) {
  .w-header .burger {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
  }
}
.w-header .burger .burger-line {
  position: relative;
  display: block;
  width: 40px;
  height: 4px;
  background: #131312;
}
.w-header .burger .burger-line::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 40px;
  height: 4px;
  background: #131312;
}
.w-header .burger .burger-line::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 40px;
  height: 4px;
  background: #131312;
}


/* page hero */
.hero-wrapp {
  background: url("/local/templates/ProFashionSolutions/img/hero.jpg");
  background-repeat: no-repeat;
  height: 100vh;
  background-size: cover;
  /* section service */
  /* section service */
  /* section services */
  /* section services */
  /* section company */
  /* section company */
  /* section cooperation */
  /* section cooperation */
}
@media (max-width: 1440px) {
  /* .hero-wrapp {
    height: 1000px;
  } */
}
@media (max-width: 1024px) {
  .hero-wrapp {
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .hero-wrapp {
    background-position: top;
    background-size: auto 1000px;
  }
}
.hero-wrapp .hero-content {
  background-color: rgba(22, 22, 22, 0.3);
  height: 100vh;
}
.hero-wrapp .hero-content .hero-content__title {
  margin: 0 auto;
  padding: 144px 0 0 0;
  display: flex;
  flex-direction: column;
  max-width: 1600px;
  width: 100%;
  font-size: 110px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.header.fixed + h1 {
  padding-top: 300px !important;
}
@media (max-width: 1440px) {
  /* .hero-wrapp .hero-content {
    height: 1000px;
  } */
  .hero-wrapp .top_menu {
    /* flex: 1 0 929px; */
  }
  .hero-wrapp .hero-content .hero-content__title {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .hero-wrapp .hero-content .hero-content__title {
    padding: 90px 20px 50px 20px;
    font-size: 70px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .hero-content .hero-content__title {
    padding: 40px 20px 40px 20px;
  }
}
.hero-wrapp .hero-content .hero-content__title .stroke-title {
  line-height: 150px;
}
@media (max-width: 992px) {
  .hero-wrapp .hero-content .hero-content__title .stroke-title {
    line-height: 95px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .hero-content .hero-content__title .stroke-title {
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .hero-content .hero-content__title {
    font-size: 40px;
  }
}
.hero-wrapp .hero-content .content-block {
  padding: 40px 0 0 0;
  /* border-top: 1px solid #fff; */
  margin-bottom: 40px;
}
@media (min-width: 1460px) {
  .hero-wrapp .hero-content .content-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .hero-wrapp .hero-content .content-block {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .hero-content .content-block {
    padding: 40px 0;
  }
}
.hero-wrapp .hero-content .content-block .block-content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1580px;
  width: 100%;
}
@media (max-width: 1024px) {
  .hero-wrapp .hero-content .content-block .block-content {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .hero-content .content-block .block-content {
    padding: 0 0 0 20px;
  }
}
.hero-wrapp .hero-content .content-block .block-content .block-left {
  display: flex;
  flex-direction: column;
}
.hero-wrapp .hero-content .content-block .block-content .block-left .left-text {
  display: block;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  color: #fff;
}
@media (max-width: 576px) {
  .hero-wrapp .hero-content .content-block .block-content .block-right {
    display: none;
  }
}
.hero-wrapp .hero-content .content-block .hero-content-btn {
  display: none;
}
@media (max-width: 576px) {
  .hero-wrapp .hero-content .content-block .hero-content-btn {
    margin: 20px auto;
    max-width: 330px;
    color: #fff;
    background: #D71F37;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
      cursor: inherit ;
  }
}
@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
 
@-moz-keyframes marquee {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
 
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}
.hero-wrapp .marquee {

  padding: 40px 0 40px 0;
  border-bottom: 1px solid #131312;
}
.hero-wrapp .marquee .js-marquee-wrapper {
    display: flex;
}
.hero-wrapp .marquee .js-marquee {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 576px) {
  .hero-wrapp .marquee {
    padding: 20px 0;
  }
}
/* .hero-wrapp .marquee div{
    display: flex;
    align-items: center;
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: marquee 15s infinite linear;
    -moz-animation: marquee 15s infinite linear;
    animation: marquee 15s infinite linear;
} */
.hero-wrapp .marquee .marquee-text {
  font-size: 48px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #131312;
}
@media (max-width: 576px) {
  .hero-wrapp .marquee .marquee-text {
    font-size: 28px;
  }
}
.hero-wrapp .marquee .color-span {
  margin: 0 50px;
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
.hero-wrapp .marquee .yellow {
  background: #D71F37;
}
.hero-wrapp .marquee .red {
  background: #D71F37;
}
.hero-wrapp .service {
  margin: 0 auto;
  padding-top: 140px;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .hero-wrapp .service {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .service {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero-wrapp .service .service-title {
  padding: 0 0 40px 0;
  font-size: 80px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  border-bottom: 1px solid #131312;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .hero-wrapp .service .service-title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .service .service-title {
    font-size: 35px;
    border: 0;
  }
}
.hero-wrapp .service .service-list {
  padding: 71px 0 132px 0;
  display: flex;
}
@media (max-width: 576px) {
  .hero-wrapp .service .service-list {
    display: none;
  }
}
.hero-wrapp .service .service-list .service-item {
  list-style: none;
}
.hero-wrapp .service .service-list .service-item:nth-child(2) {
  padding: 0 32px;
}
.hero-wrapp .service .service-list .service-item .service-link {
  text-decoration: none;
}
.hero-wrapp .service .service-list .service-item .service-block:hover .services-block__img {
  fill: #D71F37;
  stroke: #fff;
}
.hero-wrapp .service .service-list .service-item .service-block .service-block__title {
  padding: 32px 0;
  font-size: 48px;
  font-family: "Nunito", sans-serif;
  color: #131312;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .hero-wrapp .service .service-list .service-item .service-block .service-block__title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .service .service-list .service-item .service-block .service-block__title {
    font-size: 28px;
  }
}
.hero-wrapp .service .service-list .service-item .service-block .service-block__text {
  padding-bottom: 40px;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  color: #131312;
}
@media (max-width: 1024px) {
  .hero-wrapp .service .service-list .service-item .service-block .service-block__text {
    font-size: 22px;
  }
}
.hero-wrapp .service .shop {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .hero-wrapp .service .shop {
    padding: 40px 0 0 0;
  }
}
.hero-wrapp .service .shop .shop-img {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1024px) {
  .hero-wrapp .service .shop .shop-img {
    max-width: 497px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .service .shop .shop-img {
    width: 100%;
  }
}
.hero-wrapp .service .shop .shop-img::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: red;
}
.hero-wrapp .service .shop .shop-text {
  font-size: 48px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .hero-wrapp .service .shop .shop-text {
    padding: 0 20px;
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .service .shop .shop-text {
    padding: 0;
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .hero-wrapp .service .service-block__img {
    max-width: 297px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .service .service-block__img {
    width: 100%;
    max-height: 403px;
  }
}
.hero-wrapp .service .service-mobile-swiper {
  display: none;
  min-height: 720px;
}
@media (max-width: 576px) {
  .hero-wrapp .service .service-mobile-swiper {
    display: flex;
  }
}
.hero-wrapp .service .service-mobile-swiper .hero-swiper-next {
  top: auto;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
  background: #D71F37;
}
.hero-wrapp .service .service-mobile-swiper .hero-swiper-next::after {
  content: "";
}
.hero-wrapp .service .service-mobile-swiper .hero-swiper-prev {
  top: auto;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
}
.hero-wrapp .service .service-mobile-swiper .hero-swiper-prev::after {
  content: "";
}
.hero-wrapp .service .service-mobile-swiper .service-link {
  text-decoration: none;
  color: #131312;
}
.hero-wrapp .service .service-mobile-swiper .service-link .service-block__title {
  padding: 22px 0;
  font-size: 28px;
  font-weight: 100;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
.hero-wrapp .service .service-mobile-swiper .service-link .service-block__text {
  font-family: "Nunito", sans-serif;
}
.hero-wrapp .service .service-mobile-swiper .service-link .service-block__img {
  max-width: 100%;
}
.hero-wrapp .service .service-mobile-swiper .service-link .services-block__img {
  margin: 30px 0;
  display: none;
}
.hero-wrapp .service .service-mobile-swiper .btn-service-swiper {
  margin-top: 40px;
  margin-bottom: 60px;
  max-width: 330px;
  color: #fff;
  background: #D71F37;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
    cursor: inherit ;
}
.hero-wrapp .service .service-mobile-swiper .serviceSwiper {
  min-height: 900px;
}
.hero-wrapp .service .service-mobile-swiper .serviceSwiper .hero-pagination {
  margin: 0 auto;
  position: relative;
  bottom: 0;
  width: 30%;
}
.hero-wrapp .service .service-mobile-swiper .serviceSwiper .hero-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #D71F37;
}
.hero-wrapp .services {
  margin: 0 auto;
  padding: 130px 0;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .hero-wrapp .services {
    padding: 90px 20px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .services {
    padding: 90px 20px 0 20px;
  }
}
.hero-wrapp .services .services-title {
  padding-bottom: 40px;
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  border-bottom: 1px solid #131312;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .hero-wrapp .services .services-title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .services .services-title {
    font-size: 35px;
  }
}
.hero-wrapp .services .services-list {
  padding-top: 80px;
  display: flex;
  flex-flow: wrap;
  height: 1367px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero-wrapp .services .services-list {
    height: 1160px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .services .services-list {
    display: none;
  }
}
.hero-wrapp .services .services-list .services-item {
  padding: 52px 0 0 24px;
  position: relative;
  max-width: 438px;
  width: 100%;
  list-style: none;
  border: 1px solid #CECECE;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero-wrapp .services .services-list .services-item {
    padding: 24px 0 0 24px;
    max-width: 317px;
    max-height: 600px;
  }
}
.hero-wrapp .services .services-list .services-item:hover {
  background: #d2d0d0;
}
.hero-wrapp .services .services-list .services-item:hover .services-block__img {
  fill: #D71F37;
  stroke: #fff;
}
.hero-wrapp .services .services-list .services-item:hover::after {
  content: "";
  position: absolute;
  top: -105px;
  right: -80px;
  background: #D71F37;
  border-radius: 50%;
  width: 389px;
  height: 378px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .hero-wrapp .services .services-list .services-item:nth-child(1) {
    border-right: 0;
  }
}
@media (max-width: 1024px) {
  .hero-wrapp .services .services-list .services-item:nth-child(2) {
    border-right: 0;
  }
}
.hero-wrapp .services .services-list .services-item:nth-child(4) {
  max-width: 100%;
  width: 50%;
}
@media (max-width: 1024px) {
  .hero-wrapp .services .services-list .services-item:nth-child(4) {
    max-height: 480px;
    border-top: 0;
    border-right: 0;
  }
}
.hero-wrapp .services .services-list .services-item:nth-child(5) {
  max-width: 100%;
  width: 50%;
}
@media (max-width: 1024px) {
  .hero-wrapp .services .services-list .services-item:nth-child(5) {
    max-height: 480px;
    border-top: 0;
  }
}
.hero-wrapp .services .services-list .services-item .services-link {
  text-decoration: none;
  color: #131312;
}
.hero-wrapp .services .services-list .services-item .services-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 589px;
}
.hero-wrapp .services .services-list .services-item .services-block .services-number {
  font-size: 25px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 576px) {
  .hero-wrapp .services .services-list .services-item .services-block .services-number {
    font-size: 18px;
  }
}
.hero-wrapp .services .services-list .services-item .services-block .services-block__title {
  padding: 32px 0;
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  z-index: 2;
  font-weight: 100;
}
@media (max-width: 1024px) {
  .hero-wrapp .services .services-list .services-item .services-block .services-block__title {
    padding: 14px 0;
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .services .services-list .services-item .services-block .services-block__title {
    font-size: 28px;
  }
}
.hero-wrapp .services .services-list .services-item .services-block .services-block__text {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero-wrapp .services .services-list .services-item .services-block .services-block__text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .services .services-list .services-item .services-block .services-block__text {
    font-size: 16px;
  }
}
.hero-wrapp .services .services-list .services-item .services-block .services-block__img {
  margin: 40px 0 54px 0;
}
.hero-wrapp .services .services-btn {
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}
@media (max-width: 576px) {
  .hero-wrapp .services .services-btn {
    display: none;
  }
}
.hero-wrapp .services .services-mobile-swiper {
  padding: 40px 0 0 0;
  display: none;
}
@media (max-width: 576px) {
  .hero-wrapp .services .services-mobile-swiper {
    display: block;
  }
}
.hero-wrapp .services .services-mobile-swiper .servicesSwiper {
  min-height: 690px;
}
.hero-wrapp .services .services-mobile-swiper .servicesSwiper .content .services-swiper__content .services-link {
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  min-height: 389px;
  color: #131312;
  border: 1px solid #CECECE;
  text-decoration: none;
}
.hero-wrapp .services .services-mobile-swiper .servicesSwiper .content .services-swiper__content .services-link .services-block__img {
  display: none;
}
.hero-wrapp .services .services-mobile-swiper .servicesSwiper .content .services-swiper__content .services-number {
  padding: 36px 0 24px 0;
  display: block;
  font-family: "Nunito", sans-serif;
}
.hero-wrapp .services .services-mobile-swiper .servicesSwiper .content .services-swiper__content .services-block__title {
  padding-bottom: 24px;
  font-size: 28px;
  font-weight: 100;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}
.hero-wrapp .services .services-mobile-swiper .servicesSwiper .content .services-swiper__content .services-block__text {
  font-family: "Nunito", sans-serif;
}
.hero-wrapp .services .services-mobile-swiper .servicesSwiper .btn-service-swiper {
  margin-top: 40px;
  margin-bottom: 60px;
  max-width: 330px;
  color: #fff;
  background: #D71F37;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
    cursor: inherit ;
}
.hero-wrapp .services .services-mobile-swiper .servicesSwiper .services-swiper-prev {
  top: auto;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
}
.hero-wrapp .services .services-mobile-swiper .servicesSwiper .services-swiper-prev::after {
  content: "";
}
.hero-wrapp .services .services-mobile-swiper .servicesSwiper .services-swiper-next {
  top: auto;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
  background: #D71F37;
}
.hero-wrapp .services .services-mobile-swiper .servicesSwiper .services-swiper-next::after {
  content: "";
}
.hero-wrapp .services .services-mobile-swiper .servicesSwiper .services-pagination {
  margin: 0 auto;
  position: relative;
  bottom: 0;
  width: 30%;
}
.hero-wrapp .services .services-mobile-swiper .servicesSwiper .services-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #D71F37;
}
.hero-wrapp .company {
  margin: 0 auto;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .hero-wrapp .company {
    padding: 0 20px;
  }
}
.hero-wrapp .company .company-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #131312;
}
.hero-wrapp .company .company-content .company-title {
  padding-bottom: 40px;
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .hero-wrapp .company .company-content .company-title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .company .company-content .company-title {
    font-size: 35px;
  }
}
.hero-wrapp .company .company-content .company-btn {
  display: flex;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}
@media (max-width: 576px) {
  .hero-wrapp .company .company-content .company-btn {
    display: none;
  }
}
.hero-wrapp .company .company-text {
  padding: 80px 0;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
.hero-wrapp .company .company-list {
  display: flex;
  flex-flow: wrap;
}
@media (max-width: 576px) {
  .hero-wrapp .company .company-list {
    display: none;
  }
}
.hero-wrapp .company .company-list .company-item {
  padding: 50px 25px 0 25px;
  position: relative;
  list-style: none;
  max-width: 416px;
  width: 100%;
  min-height: 424px;
  height: 100%;
  background: #CECECE;
  z-index: 0;
}
@media (max-width: 1024px) {
  .hero-wrapp .company .company-list .company-item {
    max-width: 296px;
  }
}
.hero-wrapp .company .company-list .company-item:nth-child(1) {
  overflow: hidden;
}
.hero-wrapp .company .company-list .company-item:nth-child(1)::after {
  content: "";
  position: absolute;
  left: -72px;
  bottom: -64px;
  width: 142px;
  height: 142px;
  background: #D71F37;
  border-radius: 100%;
}
.hero-wrapp .company .company-list .company-item:nth-child(2) {
  margin: 0 32px 32px 32px;
}
.hero-wrapp .company .company-list .company-item:nth-child(3) {
  overflow: hidden;
}
.hero-wrapp .company .company-list .company-item:nth-child(3)::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -64px;
  width: 142px;
  height: 142px;
  background: #D71F37;
  border-radius: 100%;
}
.hero-wrapp .company .company-list .company-item:nth-child(4) {
  max-width: 640px;
  width: 100%;
}
@media (max-width: 1024px) {
  .hero-wrapp .company .company-list .company-item:nth-child(4) {
    max-width: 460px;
  }
}
.hero-wrapp .company .company-list .company-item:nth-child(5) {
  margin: 0 0 0 32px;
  max-width: 640px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero-wrapp .company .company-list .company-item:nth-child(5) {
    max-width: 460px;
  }
}
.hero-wrapp .company .company-list .company-item:nth-child(5)::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -64px;
  width: 240px;
  height: 240px;
  background: #D71F37;
  border-radius: 100%;
}
.hero-wrapp .company .company-list .company-item:nth-child(6) {
  margin: 32px 0 0 0;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.hero-wrapp .company .company-list .company-item:nth-child(6)::after {
  content: "";
  position: absolute;
  left: -168px;
  bottom: -185px;
  width: 430px;
  height: 430px;
  background: #D71F37;
  border-radius: 100%;
  z-index: -1;
}
.hero-wrapp .company .company-list .company-item .company-link {
  text-decoration: none;
  color: #131312;
}
.hero-wrapp .company .company-list .company-item .company-block {
  max-width: 761px;
  width: 100%;
  display: block;
}
.hero-wrapp .company .company-list .company-item .company-block .company-number {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
.hero-wrapp .company .company-list .company-item .company-block .company-block__title {
  padding: 20px 0 20px 0;
  font-size: 48px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .hero-wrapp .company .company-list .company-item .company-block .company-block__title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .hero-wrapp .company .company-list .company-item .company-block .company-block__title {
    font-size: 28px;
  }
}
.hero-wrapp .company .company-list .company-item .company-block .company-block__text {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  position: relative;
  z-index: 100;
}
.hero-wrapp .company .company-mobile-swiper {
  display: none;
}
@media (max-width: 576px) {
  .hero-wrapp .company .company-mobile-swiper {
    display: block;
  }
}
.hero-wrapp .company .company-mobile-swiper .companySwiper {
  min-height: 500px;
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .content {
  position: relative;
  overflow: hidden;
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .content:nth-child(1)::after {
  content: "";
  position: absolute;
  left: -72px;
  bottom: -64px;
  width: 142px;
  height: 142px;
  background: #D71F37;
  border-radius: 100%;
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .content .company-swiper__content {
  padding: 40px 22px 20px 22px;
  background: #cecece;
  min-height: 282px;
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .content .company-swiper__content .company-link {
  color: #131312;
  text-decoration: none;
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .content .company-swiper__content .company-link .company-number {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .content .company-swiper__content .company-link .company-block__title {
  padding: 22px 0;
  font-size: 28px;
  font-weight: 100;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .content .company-swiper__content .company-link .company-block__text {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .company-swiper-next {
  top: 80%;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
  background: #D71F37;
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .company-swiper-next::after {
  content: "";
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .company-swiper-prev {
  top: 80%;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .company-swiper-prev::after {
  content: "";
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .company-pagination {
  margin: 0 auto;
  position: relative;
  top: 120px;
  width: 50%;
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .company-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #D71F37;
}
.hero-wrapp .company .company-mobile-swiper .companySwiper .btn-service-swiper {
  display: none;
}
.hero-wrapp .centerThings {
  text-align: center;
}
.hero-wrapp .tabs {
  margin: 0 auto;
  width: 80%; /* width of the whole tabs section */
  display: flex;
  flex-wrap: wrap;
  padding: 140px 0 0 0;
}
.hero-wrapp .tabs label {
  order: 1; /* Put labels first */
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
    cursor: inherit ;
  background: #5D76FF;
  font-weight: bold;
  transition: background ease 0.3s;
}
.hero-wrapp .tabs label:hover {
  background: #8597FF;
}
.hero-wrapp .tabs .tab {
  order: 99; /* Put tabs last*/
  flex-grow: 1;
  width: 100%;
  min-height: 350px; /* minimum height of the tab content */
  display: block; /* HIDES unselected tab content with "none" */
  position: absolute;
  right: -9999px; /* move everything to the right to hide the content (not selected) */
  padding: 1rem;
  background: transparent; /* color of tab content */
  color: #fff;
}
.hero-wrapp .tabs input[type=radio] {
  display: none; /* hides circles of radio style */
}
.hero-wrapp .tabs input[type=radio]:checked + label {
  background: #fff; /* color of selected tab */
}
.hero-wrapp .tabs input[type=radio]:checked + label + .tab {
  display: block; /* SHOWS selected tab */
  position: relative;
  right: 0px;
  transition: 0.3s ease;
}
@media (max-width: 45em) {
  .hero-wrapp .tabs .tab,
.hero-wrapp .tabs label {
    order: initial;
  }
  .hero-wrapp .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

/* page hero */
/* page error */
.error-wrapp .error-content {
  margin: 0 auto;
  padding: 128px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 851px;
  width: 100%;
}
@media (max-width: 576px) {
  .error-wrapp .error-content {
    padding: 128px 20px 0 20px;
  }
}
.error-wrapp .error-content .error-title {
  padding: 72px 0 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 110px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  width: 100%;
  text-transform: uppercase;
}
.error-wrapp .error-content .error-title .error-subtitle {
  display: block;
}
.error-wrapp .error-content .error-title::after {
  content: "";
  position: absolute;
  top: 0;
  max-width: 379px;
  width: 100%;
  min-height: 379px;
  height: 100%;
  background: #D71F37;
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 992px) {
  .error-wrapp .error-content .error-title::after {
    max-width: 337px;
    min-height: 337px;
  }
}
@media (max-width: 576px) {
  .error-wrapp .error-content .error-title::after {
    max-width: 252px;
    min-height: 252px;
  }
}
@media (max-width: 992px) {
  .error-wrapp .error-content .error-title {
    font-size: 70px;
  }
}
@media (max-width: 576px) {
  .error-wrapp .error-content .error-title {
    font-size: 45px;
  }
}
.error-wrapp .error-content .error-text {
  padding: 112px 0 40px 0;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 992px) {
  .error-wrapp .error-content .error-text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .error-wrapp .error-content .error-text {
    text-align: center;
    font-size: 16px;
  }
}
.error-wrapp .error-content .error-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 270px;
  width: 100%;
  min-height: 70px;
  height: 100%;
  color: #fff;
  background: #D71F37;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 992px) {
  .error-wrapp .error-content .error-btn {
    max-width: 296px;
    width: 100%;
    min-height: 65px;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .error-wrapp .error-content .error-btn {
    max-width: 330px;
    width: 100%;
    font-size: 14px;
  }
}

/* page error */
/* page contact */
.wrapp {
  overflow: hidden;
  position: relative;
  display: flex;
}
.wrapp::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -120px;
  width: 288px;
  height: 288px;
  border-radius: 100%;
  background: #D71F37;
  z-index: -1;
}
.wrapp::before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -95px;
  width: 177px;
  height: 177px;
  border-radius: 100%;
  background: #D71F37;
  z-index: -1;
}
.wrapp .contact-wrapp {
  margin: 0 auto;
  padding: 140px 0 140px 0;
  max-width: 1372px;
  width: 100%;
}
@media (max-width: 1024px) {
  .wrapp .contact-wrapp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .wrapp .contact-wrapp {
    padding: 140px 20px 140px 20px;
  }
}
.wrapp .contact-wrapp .breadcrumbs {
  display: flex;
}
.wrapp .contact-wrapp .breadcrumbs .breadcrumbs-item {
  list-style: none;
}
.wrapp .contact-wrapp .breadcrumbs .breadcrumbs-item:nth-child(1) {
  position: relative;
  padding-right: 20px;
}
.wrapp .contact-wrapp .breadcrumbs .breadcrumbs-item:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 86%;
  width: 5px;
  height: 5px;
  background: #D71F37;
  border-radius: 100%;
}
.wrapp .contact-wrapp .breadcrumbs .breadcrumbs-item .link-breadcrumbs {
  color: #D71F37;
}
.wrapp .contact-wrapp .breadcrumbs .breadcrumbs-item .breadcrumbs-link {
  text-decoration: none;
  text-transform: uppercase;
}
.wrapp .contact-wrapp .contact-content .contact-title {
  padding: 32px 0 80px 0;
  font-size: 110px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .wrapp .contact-wrapp .contact-content .contact-title {
    font-size: 45px;
  }
}
.wrapp .contact-wrapp .contact-content .content-contact {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .wrapp .contact-wrapp .contact-content .content-contact {
    padding-bottom: 40px;
    flex-flow: wrap;
  }
}
@media (max-width: 576px) {
  .wrapp .contact-wrapp .contact-content .content-contact {
    flex-direction: column;
  }
}
.wrapp .contact-wrapp .contact-content .content-contact .contact-list {
  padding: 0 0 40px 0;
  display: flex;
  flex-direction: column;
}
.wrapp .contact-wrapp .contact-content .content-contact .contact-list .contact-item {
  padding-bottom: 20px;
  list-style: none;
}
.wrapp .contact-wrapp .contact-content .content-contact .contact-list .contact-item:nth-child(2) {
  display: flex;
  align-items: baseline;
}
.wrapp .contact-wrapp .contact-content .content-contact .contact-list .contact-item:nth-child(3) {
  display: flex;
  align-items: baseline;
}
.wrapp .contact-wrapp .contact-content .content-contact .contact-list .contact-item:nth-child(4) {
  display: flex;
  align-items: baseline;
}
.wrapp .contact-wrapp .contact-content .content-contact .contact-list .contact-item .contact-text {
  padding: 0 10px 0 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
.wrapp .contact-wrapp .contact-content .content-contact .contact-list .contact-item .contact-text:nth-child(1) {
  padding-bottom: 20px;
}
.wrapp .contact-wrapp .contact-content .content-contact .contact-list .contact-item .contact-subtext {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  color: #131312;
}
@media (max-width: 576px) {
  .wrapp .contact-wrapp .contact-content .content-contact .contact-iframe {
    width: 100%;
  }
}
.wrapp .contact-wrapp .contact-content .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 270px;
  width: 100%;
  min-height: 70px;
  line-height: 70px;
  height: 70px;

  color: #fff;
  background: #D71F37;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 992px) {
  .wrapp .contact-wrapp .contact-content .contact-btn {
    max-width: 296px;
    width: 100%;
    min-height: 65px;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .wrapp .contact-wrapp .contact-content .contact-btn {
    margin: 58px 0 0 0;
    max-width: 330px;
    width: 100%;
    font-size: 14px;
  }
}

/* page contact */
/* page video */
.video {
  margin: 80px 0 0 0;
}
@media (max-width: 576px) {
  .video {
    display: none;
  }
}
.video .video-img {
  width: 100%;
}

/* page video */
/* cooperation  */
.cooperation {
  margin: 0 auto;
  padding-bottom: 140px;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .cooperation {
    padding: 0 20px;
    padding-bottom: 90px;
  }
}
.cooperation .cooperation-title {
  display: flex;
  flex-direction: column;
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  border-bottom: 1px solid #131312;
}
@media (max-width: 1024px) {
  .cooperation .cooperation-title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .cooperation .cooperation-title {
    font-size: 35px;
  }
}
.cooperation .cooperation-subtitle {
  padding: 40px 0;
  font-size: 18px;
}
.cooperation .cooperation-list {
  margin: 40px 0 40px 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  overflow: hidden;
  height: 600px;
  border-top: 1px solid #131312;
  border-right: 1px solid #131312;
  border-left: 1px solid #131312;
}
@media (max-width: 576px) {
  .cooperation .cooperation-list {
    display: none;
  }
}
.cooperation .cooperation-list .cooperation-item {
  padding: 80px 0;
  max-width: 25%;
  width: 100%;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #131312;
  border-left: 1px solid #131312;
}
.cooperation .cooperation-list .cooperation-item:nth-child(4n+1) {
  border-left: 0;
  /* border-bottom: 0; */
}
/* .cooperation .cooperation-list .cooperation-item:nth-child(2n+4) {
  border-right: 1px solid #131312;
} */
.cooperation .cooperation-list .cooperation-item:nth-child(2) {
  padding: 80px 16px;
  /* border-right: 0;
  border-bottom: 0; */
}
.cooperation .cooperation-list .cooperation-item:nth-child(3) {
  padding: 80px 16px;
  /* border-right: 0;
  border-bottom: 0; */
}
@media (max-width: 1024px) {
  .cooperation .cooperation-list .cooperation-item:nth-child(4) {
    border-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .cooperation .cooperation-list .cooperation-item:nth-child(5) {
    border-right: 0;
  }
}
.cooperation .cooperation-list .cooperation-item:nth-child(6) {
  padding: 80px 16px;
}
@media (max-width: 1024px) {
  .cooperation .cooperation-list .cooperation-item:nth-child(6) {
    border-right: 0;
  }
}
.cooperation .cooperation-list .cooperation-item:nth-child(7) {
  padding: 80px 16px;
}
@media (max-width: 1024px) {
  .cooperation .cooperation-list .cooperation-item:nth-child(7) {
    border-right: 0;
  }
}
.cooperation .cooperation-list .cooperation-item .cooperation-item__text {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
}
.cooperation .cooperation-btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}
@media (max-width: 576px) {
  .cooperation .cooperation-btn {
    display: none;
  }
}
.cooperation .cooperation-mobile-swiper {
  display: none;
}
@media (max-width: 576px) {
  .cooperation .cooperation-mobile-swiper {
    display: flex;
  }
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper {
  padding: 40px 0;
  min-height: 370px;
}
@media (max-width: 576px) {
  .cooperation .cooperation-mobile-swiper .cooperationSwiper {
    text-align: center;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
  }
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .content .cooperation-swiper__content {
  text-align: center;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .content .cooperation-swiper__content .cooperation-item__text {
  padding: 20px 0 0 0;
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .cooperation-swiper-next {
  top: 80%;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
  background: #D71F37;
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .cooperation-swiper-next::after {
  content: "";
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .swiper-cooperation-next {
  top: 80%;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
  background: #D71F37;
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .swiper-cooperation-next::after {
  content: "";
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .cooperation-swiper-prev {
  top: 80%;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .cooperation-swiper-prev::after {
  content: "";
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .swiper-cooperation-prev {
  top: 80%;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .swiper-cooperation-prev::after {
  content: "";
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .cooperation-pagination {
  margin: 0 auto;
  position: relative;
  bottom: -100px;
  width: 50%;
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .cooperation-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #D71F37;
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .pagination-cooperation {
  margin: 0 auto;
  position: relative;
  bottom: -120px;
  width: 50%;
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .pagination-cooperation .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #D71F37;
}
.cooperation .cooperation-mobile-swiper .cooperationSwiper .btn-service-swiper {
  display: none;
}

/* cooperation  */
/* press  */
.press {
  padding: 0 0 140px 0;
  margin: 0 auto;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .press {
    padding: 0 20px 140px 20px;
  }
}
@media (max-width: 576px) {
  .press {
    padding: 0 20px 80px 20px;
  }
}
.press .press-content {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #131312;
}
.press .press-content .press-title {
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .press .press-content .press-title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .press .press-content .press-title {
    font-size: 35px;
  }
}
.press .press-content .press-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}
@media (max-width: 576px) {
  .press .press-content .press-btn {
    display: none;
  }
}
.press .press-swiper .mySwiper {
  height: 100vh;
  padding: 80px 0 0 0;
}
@media (max-width: 576px) {
  .press .press-swiper .mySwiper {
    min-height: 850px;
  }
}
.press .press-swiper .mySwiper .content {
  justify-content: space-between;
}
.press .press-swiper .mySwiper .content .press-swiper__content {
  max-width: 416px;
  width: 100%;
}
@media (max-width: 576px) {
  .press .press-swiper .mySwiper .content .press-one {
    display: none;
  }
}
@media (max-width: 576px) {
  .press .press-swiper .mySwiper .content .press-two {
    display: none;
  }
}
@media (max-width: 576px) {
  .press .press-swiper .mySwiper .content .press-three {
    display: none;
  }
}
.press .press-swiper .mySwiper .swiper-button-next {
  top: 95%;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
  background: #D71F37;
}
.press .press-swiper .mySwiper .swiper-button-next::after {
  content: "";
}
.press .press-swiper .mySwiper .swiper-button-prev {
  top: 95%;
  left: 90%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
}
@media (max-width: 1024px) {
  .press .press-swiper .mySwiper .swiper-button-prev {
    left: 85%;
  }
}
@media (max-width: 576px) {
  .press .press-swiper .mySwiper .swiper-button-prev {
    left: 0;
  }
}
.press .press-swiper .mySwiper .swiper-button-prev::after {
  content: "";
}
.press .press-swiper .mySwiper .swiper-pagination {
  width: auto;
}
@media (max-width: 576px) {
  .press .press-swiper .mySwiper .swiper-pagination {
    margin: 0 auto;
    position: relative;
    /* bottom: 0; */
    top: 10%;
    width: 30%;
  }
}
.press .press-swiper .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #D71F37;
}
.press .content {
  display: flex;
}
.press .content .press-swiper__content:hover .press-text {
  color: #D71F37;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .press .content .press-swiper__content .press-img {
    max-width: 301px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .press .content .press-swiper__content .press-img {
    max-width: 100%;
    width: 100%;
  }
}
.press .content .press-swiper__content .press-block {
  padding: 32px 0;
  display: flex;
  align-items: center;
}
.press .content .press-swiper__content .press-block .press-block__text {
  font-size: 40px;
  font-family: "Nunito", sans-serif;
}
.press .content .press-swiper__content .press-block .text__block-press {
  padding: 0 0 0 10px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  line-height: 1;
}
.press .content .press-swiper__content .press-text {
  font-size: 36px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .press .content .press-swiper__content .press-text {
    font-size: 28px;
  }
}
.press .press-mobile-btn {
  display: none;
}
@media (max-width: 576px) {
  .press .press-mobile-btn {
    margin: 40px auto;
    max-width: 330px;
    color: #fff;
    background: #D71F37;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
      cursor: inherit ;
  }
}

/* press  */
.service-content .s-header-content {
  background: url("/local/templates/ProFashionSolutions/img/bg-it.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 649px;
}
@media (max-width: 1024px) {
  .service-content .s-header-content {
    min-height: 338px;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .service-content .s-header-content {
    background-repeat: no-repeat;
    min-height: 338px;
    background-position: top;
    background-size: auto 500px !important;
      background-position-y:0px !important;
  }
}
.service-content .s-header-content .s-header {
  margin: 0 auto;
  padding-top: 140px;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 992px) {
  .service-content .s-header-content .s-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.service-content .s-header-content .s-header .breadcrumbs {
  display: flex;
}
.service-content .s-header-content .s-header .breadcrumbs .breadcrumbs-item {
  list-style: none;
}
.service-content .s-header-content .s-header .breadcrumbs .breadcrumbs-item:nth-child(1) {
  position: relative;
  padding-right: 20px;
}
.service-content .s-header-content .s-header .breadcrumbs .breadcrumbs-item:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 86%;
  width: 5px;
  height: 5px;
  background: #D71F37;
  border-radius: 100%;
}
.service-content .s-header-content .s-header .breadcrumbs .breadcrumbs-item .breadcrumbs-link {
  text-decoration: none;
  text-transform: uppercase;
}
.service-content .s-header-content .s-header .breadcrumbs .breadcrumbs-item .breadcrumbs-link:hover {
  text-decoration: underline;
}
.service-content .s-header-content .s-header .service-title, .service-content .s-header-content .s-header .market-title {
  padding: 0 0 40px 0;
  font-size: 110px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .service-content .s-header-content .s-header .service-title, .service-content .s-header-content .s-header .market-title {
    font-size: 70px;
  }
}
@media (max-width: 576px) {
  .service-content .s-header-content .s-header .service-title, .service-content .s-header-content .s-header .market-title {
    font-size: 45px;
  }
}
.service-content .f-header-content {
  background: url("/local/templates/ProFashionSolutions/img/bg-ff_sm.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 649px;
    background-size: cover;
  background-attachment: fixed;
}
.service-content .f-header-content.logist {
  background: url("/local/templates/ProFashionSolutions/img/logistbg.jpg");
  background-position-y: -100px;
  background-attachment:fixed;
  background-size: cover;
  background-repeat: no-repeat;

}
@media (max-width: 1024px) {
  .service-content .f-header-content {
    min-height: 338px;
    background-size: cover;
  }
}
@media (max-width: 576px) {
	.service-content .f-header-content.logist {
		background-position-y: 0;
 background-size: 170%;

}
	
  .service-content .f-header-content {
    min-height: 338px;
    background-position: top;
    background-size: auto 800px;
  }
}
.service-content .f-header-content .s-header {
  margin: 0 auto;
  padding-top: 140px;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 992px) {
  .service-content .f-header-content .s-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.service-content .f-header-content .s-header .breadcrumbs {
  display: flex;
}
.service-content .f-header-content .s-header .breadcrumbs .breadcrumbs-item {
  list-style: none;
}
.service-content .f-header-content .s-header .breadcrumbs .breadcrumbs-item:nth-child(1) {
  position: relative;
  padding-right: 20px;
}
.service-content .f-header-content .s-header .breadcrumbs .breadcrumbs-item:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 86%;
  width: 5px;
  height: 5px;
  background: #D71F37;
  border-radius: 100%;
}
.service-content .f-header-content .s-header .breadcrumbs .breadcrumbs-item .breadcrumbs-link {
  text-decoration: none;
  text-transform: uppercase;
}
.service-content .f-header-content .s-header .breadcrumbs .breadcrumbs-item .breadcrumbs-link:hover {
  text-decoration: underline;
}
.service-content .f-header-content .s-header .service-title, .service-content .f-header-content .s-header .market-title {
  padding: 0 0 40px 0;
  font-size: 110px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .service-content .f-header-content .s-header .service-title, .service-content .f-header-content .s-header .market-title {
    font-size: 70px;
  }
}
@media (max-width: 576px) {
  .service-content .f-header-content .s-header .service-title, .service-content .f-header-content .s-header .market-title {
    font-size: 45px;
  }
}
.service-content .m-header-content {
  background: url("/local/templates/ProFashionSolutions/img/bg-emarket.jpg");
  background-repeat: no-repeat;
  min-height: 649px;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .service-content .m-header-content {
    min-height: 338px;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .service-content .m-header-content {
    min-height: 338px;
    background-position: top;
    background-size: auto 800px;
  }
}
.service-content .m-header-content .s-header {
  margin: 0 auto;
  padding-top: 140px;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 992px) {
  .service-content .m-header-content .s-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.service-content .m-header-content .s-header .breadcrumbs {
  display: flex;
}
.service-content .m-header-content .s-header .breadcrumbs .breadcrumbs-item {
  list-style: none;
}
.service-content .m-header-content .s-header .breadcrumbs .breadcrumbs-item:nth-child(1) {
  position: relative;
  padding-right: 20px;
}
.service-content .m-header-content .s-header .breadcrumbs .breadcrumbs-item:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 86%;
  width: 5px;
  height: 5px;
  background: #D71F37;
  border-radius: 100%;
}
.service-content .m-header-content .s-header .breadcrumbs .breadcrumbs-item .breadcrumbs-link {
  text-decoration: none;
  text-transform: uppercase;
}
.service-content .m-header-content .s-header .breadcrumbs .breadcrumbs-item .breadcrumbs-link:hover {
  text-decoration: underline;
}
.service-content .m-header-content .s-header .service-title, .service-content .m-header-content .s-header .market-title {
  padding: 0 0 40px 0;
  font-size: 110px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .service-content .m-header-content .s-header .service-title, .service-content .m-header-content .s-header .market-title {
    font-size: 70px;
  }
}
@media (max-width: 576px) {
  .service-content .m-header-content .s-header .service-title, .service-content .m-header-content .s-header .market-title {
    font-size: 45px;
  }
}
.service-content .c-header-content {
  background: url("/local/templates/ProFashionSolutions/img/company.png");
  background-repeat: no-repeat;
  min-height: 649px;
    background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .service-content .c-header-content {
    min-height: 338px;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .service-content .c-header-content {
    min-height: 338px;
    background-position: top;
    background-size: cover;
  }
}
.service-content .c-header-content .s-header {
  margin: 0 auto;
  padding-top: 140px;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 992px) {
  .service-content .c-header-content .s-header {
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.service-content .c-header-content .s-header .breadcrumbs {
  display: flex;
}
.service-content .c-header-content .s-header .breadcrumbs .breadcrumbs-item {
  list-style: none;
}
.service-content .c-header-content .s-header .breadcrumbs .breadcrumbs-item:nth-child(1) {
  position: relative;
  padding-right: 20px;
}
.service-content .c-header-content .s-header .breadcrumbs .breadcrumbs-item:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 86%;
  width: 5px;
  height: 5px;
  background: #D71F37;
  border-radius: 100%;
}
.service-content .c-header-content .s-header .breadcrumbs .breadcrumbs-item .breadcrumbs-link {
  text-decoration: none;
  text-transform: uppercase;
}
.service-content .c-header-content .s-header .breadcrumbs .breadcrumbs-item .breadcrumbs-link:hover {
  text-decoration: underline;
}
.service-content .c-header-content .s-header .service-title, .service-content .c-header-content .s-header .market-title {
  padding: 0 0 40px 0;
  font-size: 110px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .service-content .c-header-content .s-header .service-title, .service-content .c-header-content .s-header .market-title {
    font-size: 70px;
  }
}
@media (max-width: 576px) {
  .service-content .c-header-content .s-header .service-title, .service-content .c-header-content .s-header .market-title {
    font-size: 45px;
  }
}
.service-content .p-header-content {
  background: url("/local/templates/ProFashionSolutions/img/center.png");
  background-repeat: no-repeat;
  min-height: 649px;
}
@media (max-width: 992px) {
  .service-content .p-header-content {
    min-height: 338px;
  }
}
.service-content .p-header-content .s-header {
  margin: 0 auto;
  padding-top: 140px;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 992px) {
  .service-content .p-header-content .s-header {
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.service-content .p-header-content .s-header .breadcrumbs {
  display: flex;
}
.service-content .p-header-content .s-header .breadcrumbs .breadcrumbs-item {
  list-style: none;
}
.service-content .p-header-content .s-header .breadcrumbs .breadcrumbs-item:nth-child(1) {
  position: relative;
  padding-right: 20px;
}
.service-content .p-header-content .s-header .breadcrumbs .breadcrumbs-item:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 86%;
  width: 5px;
  height: 5px;
  background: #D71F37;
  border-radius: 100%;
}
.service-content .p-header-content .s-header .breadcrumbs .breadcrumbs-item .breadcrumbs-link {
  text-decoration: none;
  text-transform: uppercase;
}
.service-content .p-header-content .s-header .breadcrumbs .breadcrumbs-item .breadcrumbs-link:hover {
  text-decoration: underline;
}
.service-content .p-header-content .s-header .service-title, .service-content .p-header-content .s-header .market-title {
  padding: 0 0 40px 0;
  font-size: 110px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .service-content .p-header-content .s-header .service-title, .service-content .p-header-content .s-header .market-title {
    font-size: 70px;
  }
}
@media (max-width: 576px) {
  .service-content .p-header-content .s-header .service-title, .service-content .p-header-content .s-header .market-title {
    font-size: 45px;
  }
}

.it-service {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .it-service {
    padding: 80px 20px;
  }
}
@media (max-width: 576px) {
  .it-service {
    padding: 80px 20px 0 20px;
  }
}
.it-service .it-service-list {
  margin: 0 auto;
  max-width: 1412px;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .it-service .it-service-list {
    flex-direction: column;
  }
}
.it-service .it-service-list .it-service-item {
  max-width: 416px;
  width: 100%;
  list-style: none;
}
@media (max-width: 576px) {
  .it-service .it-service-list .it-service-item {
    padding-bottom: 40px;
  }
}
.it-service .it-service-list .it-service-item:nth-child(2) {
  padding: 0 32px;
}
@media (max-width: 576px) {
  .it-service .it-service-list .it-service-item:nth-child(2) {
    padding: 0;
    padding-bottom: 40px;
  }
}
.it-service .it-service-list .it-service-item .it-service-text {
  padding-top: 24px;
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .it-service .it-service-list .it-service-item .it-service-text {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .it-service .it-service-list .it-service-item .it-service-text {
    font-size: 28px;
  }
}

.our-service {
  padding: 40px 0 0 0;
  margin: 0 auto;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .our-service {
    padding: 40px 20px;
  }
}
@media (max-width: 576px) {
  .our-service {
    padding: 0 20px 0 20px;
  }
}
.our-service .our-top {
  padding: 0 0 40px 0;
  display: flex;
  border-bottom: 1px solid #131312;
}
@media (max-width: 576px) {
  .our-service .our-top {
    flex-direction: column;
  }
}
.our-service .our-top .our-left {
  padding: 0 40px 0 0;
}
.our-service .our-top .our-left .our-left__title {
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  line-height: 110px;
}
@media (max-width: 1024px) {
  .our-service .our-top .our-left .our-left__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  .our-service .our-top .our-left .our-left__title {
    font-size: 29px;
    line-height: normal ;
  }
}
.our-service .our-top .our-right {
  max-width: 886px;
  width: 100%;
}
.our-service .our-top .our-right .our-right__text {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  line-height: 38px;
}
@media (max-width: 1024px) {
  .our-service .our-top .our-right .our-right__text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .our-service .our-top .our-right .our-right__text {
    font-size: 16px;
  }
}
.our-service .our-top .our-right .our-right__btn {
  margin: 52px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: transparent;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}
@media (max-width: 576px) {
  .our-service .our-top .our-right .our-right__btn {
    max-width: 330px;
    background: #D71F37;
    color: #fff;
    border: 0;
  }
}
.our-service .our-bottom {
  padding: 80px 0 0 0;
  max-width: 1312px;
  width: 100%;
}
.our-service .our-bottom .our-bottom-list {
  display: flex;
  flex-flow: wrap;
}
@media (max-width: 576px) {
  .our-service .our-bottom .our-bottom-list {
    flex-direction: column;
  }
}
.our-service .our-bottom .our-bottom-list .our-bottom-item {
  padding: 48px 0 27px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start ;
  align-items: flex-start;
  list-style: none;
  background: #fff;
  min-height: 481px;
  height: 100%;
    cursor: inherit ;
  border: 1px solid #cecece;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .our-service .our-bottom .our-bottom-list .our-bottom-item {
    padding: 26px 0 27px 20px;
    margin-bottom: 40px;
    border: 0;
    min-height: 370px;
  }
}
.our-service .our-bottom .our-bottom-list .our-bottom-item:hover {
  background: #d2d0d0;
}
.our-service .our-bottom .our-bottom-list .our-bottom-item:hover svg path{
  fill: #131312;
  stroke: #131312;
}
.our-service .our-bottom .our-bottom-list .our-bottom-item:hover svg circle {
  stroke: #131312;
}
/*.our-service .our-bottom .our-bottom-list .our-bottom-item:hover::after {
  content: "";
  position: absolute;
  top: -132px;
  right: -67px;
  width: 389px;
  height: 378px;
  border-radius: 100%;
  z-index: -1;
  background: #D71F37;
  border-radius: 100%;
}
.our-service .our-bottom .our-bottom-list .our-bottom-item:hover::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -186px;
  width: 389px;
  height: 378px;
  border-radius: 100%;
  z-index: -1;
  background: #D71F37;
  border-radius: 100%;
}*/
.our-service .our-bottom .our-bottom-list .our-bottom-item:nth-child(1) {
  width: 50%;
  border-right: 0;
  border-bottom: 0;
}
@media (max-width: 576px) {
  .our-service .our-bottom .our-bottom-list .our-bottom-item:nth-child(1) {
    width: 100%;
  }
}
.our-service .our-bottom .our-bottom-list .our-bottom-item:nth-child(2) {
  width: 50%;
  border-bottom: 0;
}
@media (max-width: 576px) {
  .our-service .our-bottom .our-bottom-list .our-bottom-item:nth-child(2) {
    width: 100%;
  }
}
.our-service .our-bottom .our-bottom-list .our-bottom-item:nth-child(3) {
  width: 50%;
  border-right: 0;
}
@media (max-width: 576px) {
  .our-service .our-bottom .our-bottom-list .our-bottom-item:nth-child(3) {
    width: 100%;
  }
}
.our-service .our-bottom .our-bottom-list .our-bottom-item:nth-child(4) {
  width: 50%;
}
@media (max-width: 576px) {
  .our-service .our-bottom .our-bottom-list .our-bottom-item:nth-child(4) {
    width: 100%;
  }
}
.our-service .our-bottom .our-bottom-list .our-bottom-item .bottom-item__number {
  font-size: 25px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 576px) {
  .our-service .our-bottom .our-bottom-list .our-bottom-item .bottom-item__number {
    font-size: 18px;
  }
}
.our-service .our-bottom .our-bottom-list .our-bottom-item .bottom-item__title {
  font-size: 48px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .our-service .our-bottom .our-bottom-list .our-bottom-item .bottom-item__title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .our-service .our-bottom .our-bottom-list .our-bottom-item .bottom-item__title {
    font-size: 24px;
  }
}
.our-service .our-bottom .our-bottom-list .our-bottom-item .bottom-item__text {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  padding: 20px 20px 20px 0;
}
@media (max-width: 1024px) {
  .our-service .our-bottom .our-bottom-list .our-bottom-item .bottom-item__text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .our-service .our-bottom .our-bottom-list .our-bottom-item .bottom-item__text {
    font-size: 16px;
  }
}
.our-service .our-bottom .our-bottom-list .item-bottom-our {
  display: flex;
  flex-direction: row;
}
.our-service .our-bottom .our-bottom-list .item-bottom-our .our-block-left {
  width: 50%;
}
.our-service .our-bottom .our-bottom-list .item-bottom-our .our-block-right {
  width: 50%;
}

.omnichanel {
  background: #fff;
  position: relative;
}
.omnichanel::after {
  content: "";
  position: absolute;
  top: -180px;
  width: 100%;
  height: 300px;
  background: #fff;
  z-index: -1;
}
.omnichanel .omnichanel-content {
  margin: 0 auto;
  max-width: 1315px;
  width: 100%;
}
.omnichanel .omnichanel-content .omnichanel-top {
  padding: 103px 0 40px 0;
  display: flex;
}
@media (max-width: 1024px) {
  .omnichanel .omnichanel-content .omnichanel-top {
    padding: 103px 20px 40px 20px;
  }
}
@media (max-width: 576px) {
  .omnichanel .omnichanel-content .omnichanel-top {
    padding: 40px 20px 40px 20px;
    flex-direction: column;
  }
}
.omnichanel .omnichanel-content .omnichanel-top .omnichanel-left .omnichanel-title {
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .omnichanel .omnichanel-content .omnichanel-top .omnichanel-left .omnichanel-title {
    font-size: 50px;
  }
}
.omnichanel .omnichanel-content .omnichanel-top .omnichanel-left .omnichanel-title .omnichanel-subtitle {
  color: #D71F37;
}
@media (max-width: 576px) {
  .omnichanel .omnichanel-content .omnichanel-top .omnichanel-left .omnichanel-title {
    font-size: 35px;
  }
}
.omnichanel .omnichanel-content .omnichanel-top .omnichanel-right {
  width: 90%;
}
@media (max-width: 576px) {
  .omnichanel .omnichanel-content .omnichanel-top .omnichanel-right {
    width: 100%;
  }
}
.omnichanel .omnichanel-content .omnichanel-top .omnichanel-right .omnichanel-text {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .omnichanel .omnichanel-content .omnichanel-top .omnichanel-right .omnichanel-text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .omnichanel .omnichanel-content .omnichanel-top .omnichanel-right .omnichanel-text {
    padding-top: 40px;
    font-size: 16px;
  }
}
.omnichanel .omnichanel-content .omnichanel-top .omnichanel-right .omnichanel-btn {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: #D71F37;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  color: #fff;
  border: 0;
    cursor: inherit ;
}
@media (max-width: 576px) {
  .omnichanel .omnichanel-content .omnichanel-top .omnichanel-right .omnichanel-btn {
    max-width: 330px;
    background: #D71F37;
    color: #fff;
    border: 0;
  }
}
@media (max-width: 1024px) {
  .omnichanel .omnichanel-content .omnichanel-bottom {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .omnichanel .omnichanel-content .omnichanel-bottom {
    padding: 0 20px;
  }
}
.omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list {
  display: flex;
  flex-flow: wrap;
  border: 1px solid #CECECE;
}
.omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list .omnichanel-item {
  padding: 48px 26px 26px 26px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  width: 656px;
  min-height: 481px;
  height: 100%;
  list-style: none;
}
@media (max-width: 1024px) {
  .omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list .omnichanel-item {
    max-width: 475px;
    min-height: 400px;
  }
}
.omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list .omnichanel-item:nth-child(1) {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #CECECE;
}
@media (max-width: 576px) {
  .omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list .omnichanel-item:nth-child(1) {
    border-right: 0;
  }
}
.omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list .omnichanel-item:nth-child(2) {
  border-bottom: 1px solid #CECECE;
}
.omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list .omnichanel-item .omnichanel-number {
  font-size: 25px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list .omnichanel-item .omnichanel-number {
    font-size: 18px;
  }
}
.omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list .omnichanel-item .omnichanel-title {
  font-size: 48px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list .omnichanel-item .omnichanel-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list .omnichanel-item .omnichanel-title {
    font-size: 28px;
  }
}
.omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list .omnichanel-item .omnichanel-text {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list .omnichanel-item .omnichanel-text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .omnichanel .omnichanel-content .omnichanel-bottom .omnichanel-list .omnichanel-item .omnichanel-text {
    font-size: 16px;
  }
}
.omnichanel .omnichanel-content .omnichanel-block {
  padding: 228px 0 317px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .omnichanel .omnichanel-content .omnichanel-block {
    padding: 80px 0 130px 0;
  }
}
@media (max-width: 576px) {
  .omnichanel .omnichanel-content .omnichanel-block {
    padding: 85px 20px 85px 20px;
  }
}
.omnichanel .omnichanel-content .omnichanel-block::before {
  content: "";
  position: absolute;
  top: 130px;
  left: -30px;
  width: 55px;
  height: 55px;
  background: #D71F37;
  border-radius: 100%;
}
@media (max-width: 1024px) {
  .omnichanel .omnichanel-content .omnichanel-block::before {
    top: 40px;
  }
}
@media (max-width: 576px) {
  .omnichanel .omnichanel-content .omnichanel-block::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 15px;
    width: 25px;
    height: 25px;
    background: #D71F37;
    border-radius: 100%;
  }
}
.omnichanel .omnichanel-content .omnichanel-block .omnichanel-subtext {
  font-size: 48px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .omnichanel .omnichanel-content .omnichanel-block .omnichanel-subtext {
    padding: 0 20px;
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .omnichanel .omnichanel-content .omnichanel-block .omnichanel-subtext {
    font-size: 28px;
  }
}
.omnichanel .omnichanel-content .omnichanel-block .omnichanel-team {
  padding: 48px 0 48px 32px;
  position: relative;
  display: block;
  font-family: "Nunito", sans-serif;
}
.omnichanel .omnichanel-content .block-omnichanel {
  display: flex;
}
.omnichanel .omnichanel-content .block-omnichanel::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 260px;
  width: 111px;
  height: 111px;
  background: #D71F37;
  border-radius: 100%;
}
@media (max-width: 1024px) {
  .omnichanel .omnichanel-content .block-omnichanel::after {
    bottom: 130px;
  }
}
@media (max-width: 576px) {
  .omnichanel .omnichanel-content .block-omnichanel::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 480px;
    width: 51px;
    height: 51px;
    background: #D71F37;
    border-radius: 100%;
  }
}

.parthner {
  background: #fff;
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  .parthner {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .parthner {
    padding: 0 20px 80px 20px;
  }
}
.parthner .parthner-top {
  margin: 0 auto;
  display: flex;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 576px) {
  .parthner .parthner-top {
    flex-direction: column;
  }
}
.parthner .parthner-top .parthner-left .parthner-title {
  font-size: 80px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .parthner .parthner-top .parthner-left .parthner-title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .parthner .parthner-top .parthner-left .parthner-title {
    font-size: 35px;
  }
}
.parthner .parthner-top .parthner-right {
  max-width: 641px;
  width: 100%;
}
.parthner .parthner-top .parthner-right .parthner-text {
  padding-bottom: 80px;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .parthner .parthner-top .parthner-right .parthner-text {
    font-size: 22px;
  }
}
.parthner .parthner-top .parthner-right .parthner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  font-family: "Nunito", sans-serif;
  color: #131312;
    cursor: inherit ;
}
@media (max-width: 576px) {
  .parthner .parthner-top .parthner-right .parthner-btn {
    max-width: 330px;
    background: #D71F37;
    color: #fff;
    border: 0;
  }
}
.parthner .parthner-bottom {
  margin: 0 auto;
  max-width: 1315px;
}
.parthner .parthner-bottom .parthner-list {
  margin-top: 80px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  border-top: 1px solid #CECECE;
  border-left: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
}
@media (max-width: 576px) {
  .parthner .parthner-bottom .parthner-list {
    display: none;
  }
}
.parthner .parthner-bottom .parthner-list .parthner-item {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid #CECECE;
  border-left: 1px solid #CECECE;
  width: 25%;
  height: 300px;
}
.parthner .parthner-bottom .parthner-list .parthner-item:nth-child(4n+1) {
  border-left: 0;
}
@media (max-width: 1024px) {
  .parthner .parthner-bottom .parthner-list .parthner-item {
    width: 24.5%;
  }
}
@media (max-width: 768px) {
  .parthner .parthner-bottom .parthner-list .parthner-item:nth-child(1) {
    display: none;
  }
}
@media (max-width: 768px) {
  .parthner .parthner-bottom .parthner-list .parthner-item:nth-child(6) {
    display: none;
  }
}
@media (max-width: 768px) {
  .parthner .parthner-bottom .parthner-list .parthner-item:nth-child(7) {
    display: none;
  }
}
@media (max-width: 768px) {
  .parthner .parthner-bottom .parthner-list .parthner-item:nth-child(12) {
    display: none;
  }
}
.parthner .parthner-bottom .parthner-mobile-swiper {
  display: none;
}
@media (max-width: 576px) {
  .parthner .parthner-bottom .parthner-mobile-swiper {
    display: flex;
    min-height: 400px;
  }
}
.parthner .parthner-bottom .parthner-mobile-swiper .parthnerSwiper {
  padding: 80px 0 0 0;
  display: flex;
  min-height: 480px;
}
.parthner .parthner-bottom .parthner-mobile-swiper .parthnerSwiper .content {
  height: 240px;
}
.parthner .parthner-bottom .parthner-mobile-swiper .parthnerSwiper .content .parthner-swiper__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .parthner .parthner-bottom .parthner-mobile-swiper .parthnerSwiper .content .parthner-swiper__content {
    width: 100%;
    height: 100%;
    border: 1px solid #cecece;
  }
}
.parthner .parthner-bottom .parthner-mobile-swiper .swiper-button-next {
  top: auto;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
  background: #D71F37;
}
@media (max-width: 576px) {
  .parthner .parthner-bottom .parthner-mobile-swiper .parthner-swiper-next {
    top: 380px;
  }
  .parthner .parthner-bottom .parthner-mobile-swiper .parthner-swiper-next::after {
    content: "";
  }
}
.parthner .parthner-bottom .parthner-mobile-swiper .swiper-button-prev {
  top: auto;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
}
.parthner .parthner-bottom .parthner-mobile-swiper .parthner-swiper-prev {
  top: 380px;
}
@media (max-width: 576px) {
  .parthner .parthner-bottom .parthner-mobile-swiper .parthner-swiper-prev::after {
    content: "";
  }
}
.parthner .parthner-bottom .parthner-mobile-swiper .parthner-pagination {
  left: 35%;
  width: 30%;
  bottom: 80px;
}
.parthner .parthner-bottom .parthner-mobile-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #D71F37;
}

.parthners {
  padding-bottom: 140px;
  background: #fff;
}
@media (max-width: 576px) {
  .parthners {
    padding: 0 20px 80px 20px;
  }
}
.parthners .parthners-top {
  margin: 0 auto;
  display: flex;
  max-width: 1315px;
  width: 100%;
}
.parthners .parthners-top .parthners-left .parthners-title {
  font-size: 80px;
  font-family: "Nunito", sans-serif;
}
.parthners .parthners-top .parthners-right {
  max-width: 641px;
  width: 100%;
}
.parthners .parthners-top .parthners-right .parthners-text {
  padding-bottom: 80px;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
.parthners .parthners-top .parthners-right .parthners-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}
.parthners .parthners-bottom .parthners-list {
  padding: 80px 0 0 0;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  max-width: 1315px;
  overflow: hidden;
  height: 980px;
}
@media (max-width: 576px) {
  .parthners .parthners-bottom .parthners-list {
    display: none;
  }
}
.parthners .parthners-bottom .parthners-list .parthners-item {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  border: 1px solid #CECECE;
  width: 25%;
  height: 300px;
}
@media (max-width: 1024px) {
  .parthners .parthners-bottom .parthners-list .parthners-item {
    width: 24%;
  }
}
.parthners .parthners-bottom .parthners-list .parthners-item .parthners-img {
  width: 80%;
}
.parthners .parthners-bottom .parthner-mobile-swiper {
  display: none;
}
@media (max-width: 576px) {
  .parthners .parthners-bottom .parthner-mobile-swiper {
    display: flex;
    min-height: 400px;
  }
}
.parthners .parthners-bottom .parthner-mobile-swiper .parthnerSwiper {
  padding: 80px 0 0 0;
  display: flex;
  min-height: 480px;
}
.parthners .parthners-bottom .parthner-mobile-swiper .parthnerSwiper .content {
  height: 240px;
}
.parthners .parthners-bottom .parthner-mobile-swiper .parthnerSwiper .content .parthner-swiper__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .parthners .parthners-bottom .parthner-mobile-swiper .parthnerSwiper .content .parthner-swiper__content {
    width: 100%;
    height: 100%;
    border: 1px solid #cecece;
  }
}
.parthners .parthners-bottom .parthner-mobile-swiper .swiper-button-next {
  top: auto;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
  background: #D71F37;
}
@media (max-width: 576px) {
  .parthners .parthners-bottom .parthner-mobile-swiper .parthner-swiper-next {
    top: 380px;
  }
  .parthners .parthners-bottom .parthner-mobile-swiper .parthner-swiper-next::after {
    content: "";
  }
}
.parthners .parthners-bottom .parthner-mobile-swiper .swiper-button-prev {
  top: auto;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
}
.parthners .parthners-bottom .parthner-mobile-swiper .parthner-swiper-prev {
  top: 380px;
}
@media (max-width: 576px) {
  .parthners .parthners-bottom .parthner-mobile-swiper .parthner-swiper-prev::after {
    content: "";
  }
}
.parthners .parthners-bottom .parthner-mobile-swiper .parthner-pagination {
  left: 35%;
  width: 30%;
  bottom: 80px;
}
.parthners .parthners-bottom .parthner-mobile-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #D71F37;
}
.parthners .parthners__btn {
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  font-family: "Nunito", sans-serif;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}

.tarif {
  position: relative;
  overflow: hidden;
}
.tarif::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -115px;
  width: 230px;
  height: 230px;
  background: #D71F37;
  border-radius: 100%;
}
@media (max-width: 576px) {
  .tarif::after {
    position: inherit;
  }
}
.tarif::before {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -95px;
  width: 230px;
  height: 230px;
  background: #D71F37;
  border-radius: 100%;
}
@media (max-width: 576px) {
  .tarif::before {
    position: inherit;
  }
}
.tarif .tarif-content {
  margin: 0 auto;
  padding: 140px 0;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .tarif .tarif-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
  }
}
@media (max-width: 576px) {
  .tarif .tarif-content {
    padding: 80px 20px;
  }
}
.tarif .tarif-content .tarif-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #131312;
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-top {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .tarif .tarif-content .tarif-top .tarif-left {
    z-index: 99;
  }
}
.tarif .tarif-content .tarif-top .tarif-left .tarif-left__title {
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .tarif .tarif-content .tarif-top .tarif-left .tarif-left__title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-top .tarif-left .tarif-left__title {
    padding-bottom: 40px;
    font-size: 30px;
  }
}
.tarif .tarif-content .tarif-top .tarif-right {
  max-width: 640px;
  width: 100%;
}
.tarif .tarif-content .tarif-top .tarif-right .tarif-right__text {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .tarif .tarif-content .tarif-top .tarif-right .tarif-right__text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-top .tarif-right .tarif-right__text {
    font-size: 16px;
  }
}
.tarif .tarif-content .tarif-top .tarif-right .tarif-right__btn {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  font-family: "Nunito", sans-serif;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}
.tarif .tarif-content .tarif-top .tarif-right .tarif-right__btn:hover {
  background: #fff;
  border: 0;
  color: #131312;
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-top .tarif-right .tarif-right__btn {
    max-width: 330px;
    background: #D71F37;
    color: #fff;
    border: 0;
  }
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-bottom .tarif-bottom-lists {
    padding-bottom: 40px;
    overflow: hidden;
    overflow-x: scroll;
  }
  .tarif .tarif-content .tarif-bottom .tarif-bottom-lists::-webkit-scrollbar {
    width: 111px;
    height: 8px;
    border-radius: 8px;
    background-color: #cecece;
  }
  .tarif .tarif-content .tarif-bottom .tarif-bottom-lists::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #D71F37;
  }
  .tarif .tarif-content .tarif-bottom .tarif-bottom-lists::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #cecece;
  }
}
.tarif .tarif-content .tarif-bottom .tarif-bottom-lists .tarif-bottom-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cecece;
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-bottom .tarif-bottom-lists .tarif-bottom-list {
    width: 1030px;
  }
}
.tarif .tarif-content .tarif-bottom .tarif-bottom-lists .tarif-bottom-list .item-bottom-tarif {
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-bottom .tarif-bottom-lists .tarif-bottom-list .item-bottom-tarif {
    font-size: 28px;
  }
}
.tarif .tarif-content .tarif-bottom .tarif-bottom-lists .tarif-bottom-list .tarif-bottom-item {
  padding: 20px 0;
  list-style: none;
  font-family: "Nunito", sans-serif;
}
.tarif .tarif-content .tarif-bottom .tarif-bottom-lists .tarif-bottom-list .tarif-bottom-item:nth-child(1) {
  max-width: 415px;
  width: 100%;
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-bottom .tarif-bottom-lists .tarif-bottom-list .tarif-bottom-item:nth-child(1) {
    width: 20%;
  }
}
.tarif .tarif-content .tarif-bottom .tarif-bottom-lists .tarif-bottom-list .tarif-bottom-item:nth-child(2) {
  max-width: 224px;
  width: 100%;
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-bottom .tarif-bottom-lists .tarif-bottom-list .tarif-bottom-item:nth-child(2) {
    width: 20%;
  }
}
.tarif .tarif-content .tarif-bottom .tarif-bottom-lists .tarif-bottom-list .tarif-bottom-item:nth-child(3) {
  max-width: 224px;
  width: 100%;
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-bottom .tarif-bottom-lists .tarif-bottom-list .tarif-bottom-item:nth-child(3) {
    width: 20%;
  }
}
.tarif .tarif-content .tarif-bottom .tarif-bottom-lists .tarif-bottom-list .tarif-bottom-item:nth-child(4) {
  max-width: 224px;
  width: 100%;
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-bottom .tarif-bottom-lists .tarif-bottom-list .tarif-bottom-item:nth-child(4) {
    width: 20%;
  }
}
.tarif .tarif-content .tarif-bottom .tarif-bottom-content {
  padding: 40px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-bottom .tarif-bottom-content {
    padding-bottom: 40px;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-bottom .tarif-bottom-content .tarif-bottom-left {
    padding-bottom: 40px;
  }
}
.tarif .tarif-content .tarif-bottom .tarif-bottom-content .tarif-bottom-left .tarif-left-text {
  color: #a4a4a4;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .tarif .tarif-content .tarif-bottom .tarif-bottom-content .tarif-bottom-left .tarif-left-text {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-bottom .tarif-bottom-content .tarif-bottom-left .tarif-left-text {
    font-size: 16px;
  }
}
.tarif .tarif-content .tarif-bottom .tarif-bottom-content .tarif-bottom-right {
  display: flex;
  max-width: 270px;
  width: 100%;
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-bottom .tarif-bottom-content .tarif-bottom-right {
    max-width: 330px;
  }
}
.tarif .tarif-content .tarif-bottom .tarif-bottom-content .tarif-bottom-right .tarif-right-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: #D71F37;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  color: #fff;
  border: 0;
    cursor: inherit ;
  text-decoration: none;
}
@media (max-width: 576px) {
  .tarif .tarif-content .tarif-bottom .tarif-bottom-content .tarif-bottom-right .tarif-right-btn {
    max-width: 330px;
    background: #D71F37;
    color: #fff;
    border: 0;
  }
}

.steps {
  margin: 0 auto;
  padding: 160px 0 0 0;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .steps {
    padding: 80px 20px 0 20px;
  }
}
@media (max-width: 576px) {
  .steps {
    padding: 40px 20px 0 20px;
  }
}
.steps .step-top {
  padding-bottom: 40px;
  display: flex;
  border-bottom: 1px solid #131312;
}
@media (max-width: 576px) {
  .steps .step-top {
    flex-direction: column;
  }
}
.steps .step-top .step-top-left .step-title {
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .steps .step-top .step-top-left .step-title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .steps .step-top .step-top-left .step-title {
    font-size: 35px;
  }
}
.steps .step-top .step-top-right {
  width: 90%;
}
@media (max-width: 576px) {
  .steps .step-top .step-top-right {
    width: 100%;
  }
}
.steps .step-top .step-top-right .step-top-text {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .steps .step-top .step-top-right .step-top-text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .steps .step-top .step-top-right .step-top-text {
    padding: 40px 0 0 0;
    font-size: 16px;
  }
}
.steps .step-top .step-top-right .step-top-btn {
  margin: 52px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  font-family: "Nunito", sans-serif;
  color: #131312;
    cursor: inherit ;
}
@media (max-width: 576px) {
  .steps .step-top .step-top-right .step-top-btn {
    max-width: 330px;
    background: #D71F37;
    color: #fff;
    border: 0;
  }
}
.steps .step-swiper {
  padding: 80px 0 140px 0;
}
@media (max-width: 576px) {
  .steps .step-swiper {
    padding: 80px 0 0 0;
  }
}
.steps .step-swiper .stepSwiper {
  display: flex;
  height: 100%;
  min-height: 550px;
}
.steps .step-swiper .stepSwiper .swiper-wrapper {
  display: flex;
}
@media (max-width: 576px) {
  .steps .step-swiper .stepSwiper .swiper-wrapper {
    height: 300px !important;
  }
  .services .swiper-wrapper {
    margin-bottom: 40px;
  }
}
.steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide {
  height: 468px;
}
@media (max-width: 576px) {
  .steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide {
    height: 300px;
  }
}
.steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content {
  display: flex;
}
.steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content .step-swiper__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 416px;
  width: 100%;
  min-height: 350px;
}
@media (max-width: 576px) {
  .steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content .step-swiper__content {
    align-items: center;
    text-align: center;
  }
}
.steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content .step-swiper__content:nth-child(2) {
  padding: 0 32px;
}
.steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content .step-swiper__content .step-img {
  height: 50%;
  position: relative;
}
.steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content .step-swiper__content .step-img:nth-child(1) {
  height: 190px;
}
.steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content .step-swiper__content .step-img:nth-child(4) {
  position: relative;
}
.steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content .step-swiper__content .step-img::after {
  content: "";
  position: absolute;
  top: 0;
  width: 111px;
  height: 111px;
  background: #D71F37;
  border-radius: 100%;
}
.steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content .step-swiper__content .step-img:nth-child(5) {
  position: relative;
}
.steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content .step-swiper__content .step-img:nth-child(5)::before {
  content: "";
  position: absolute;
  top: 0;
  width: 111px;
  height: 111px;
  background: #D71F37;
  border-radius: 100%;
}
.steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content .step-swiper__content .step-block {
  padding: 40px 0 0 0;
}
.steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content .step-swiper__content .step-block .step-block__text {
  word-break: break-word;
  font-size: 30px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content .step-swiper__content .step-block .step-block__text {
    padding: 40px 45px 0 0;
  }
}
@media (max-width: 576px) {
  .steps .step-swiper .stepSwiper .swiper-wrapper .swiper-slide .step-content .step-swiper__content .step-block .step-block__text {
    padding: 0;
    font-size: 18px;
  }
}
.steps .step-swiper .swiper-button-next {
  top: auto;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
  background: #D71F37;
}
.steps .step-swiper .swiper-button-next::after {
  content: "";
}
.steps .step-swiper .step-swiper-next {
  top: 510px;
}
@media (max-width: 576px) {
  .steps .step-swiper .step-swiper-next {
    top: 350px;
  }
}
.steps .step-swiper .swiper-button-prev {
  top: auto;
  left: 90%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
}
.steps .step-swiper .swiper-button-prev::after {
  content: "";
}
@media (max-width: 1024px) {
  .steps .step-swiper .swiper-button-prev {
    left: 85%;
  }
}
@media (max-width: 576px) {
  .steps .step-swiper .swiper-button-prev {
    left: 0;
  }
}
.steps .step-swiper .step-swiper-prev {
  top: 510px;
}
@media (max-width: 576px) {
  .steps .step-swiper .step-swiper-prev {
    top: 350px;
  }
}
.steps .step-swiper .swiper-pagination {
  width: auto;
  bottom: auto;
}
@media (max-width: 576px) {
  .steps .step-swiper .swiper-pagination {
    position: relative;
    left: 30%;
    width: 40%;
  }
}
.steps .step-swiper .step-pagination {
  top: 510px;
}
@media (max-width: 576px) {
  .steps .step-swiper .step-pagination {
    position: absolute;
    top: 350px;
  }
}
.steps .step-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #D71F37;
}

.body-full .full, .top-colls-list-wrap {
  margin: 0 auto;
  padding: 80px 0 140px 0;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .body-full .full, .top-colls-list-wrap {
    padding: 80px 20px 40px 20px;
  }
}
@media (max-width: 576px) {
  .body-full .full, .top-colls-list-wrap {
    padding: 80px 20px 0 20px;
  }
}
.body-full .full .full-list, .top-colls-list {
  display: flex;
}
@media (max-width: 576px) {
  .body-full .full .full-list, .top-colls-list {
    flex-direction: column;
  }
}
.body-full .full .full-list .full-item {
  list-style: none;
  max-width: 416px;
  width: 100%;
}
.top-colls-list .top-colls-list-item {
  list-style: none;
  max-width: 33.3%;
  width: 100%;
}
.body-full .full .full-list .full-item:nth-child(2) {
  padding: auto 32px;
}

.top-colls-list  .top-colls-list-item::nth-child(2) {
  padding: auto 32px ;
}

@media (max-width: 576px) {
	.top-colls-list .top-colls-list-item {

  max-width: 100%;

}
  .body-full .full .full-list .full-item, .top-colls-list .top-colls-list-item {
    padding-bottom: 40px;
  }

  .body-full .full .full-list .full-item:nth-child(2),  .top-colls-list .top-colls-list-item:nth-child(2) {
    padding: auto 0;
  }
}
.body-full .full .full-list .full-item .full-text, .top-colls-list-item-text {
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .body-full .full .full-list .full-item .full-text, .top-colls-list-item-text {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .body-full .full .full-list .full-item .full-text, .top-colls-list-item-text {
    padding-top: 24px;
    font-size: 28px;
  }
}

.esolution {
  position: relative;
  background: #fff;
}
@media (max-width: 576px) {
  .esolution {
    padding: 0 20px;
  }
}
.esolution .esolution-content {
  margin: 0 auto;
  padding: 140px 0 0 0;
  position: relative;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .esolution .esolution-content {
    padding: 80px 20px 0 20px;
  }
}
.esolution .esolution-content::after {
  content: "";
  position: absolute;
  top: 245px;
  left: -80px;
  width: 55px;
  height: 55px;
  background: #D71F37;
  border-radius: 100%;
}
@media (max-width: 576px) {
  .esolution .esolution-content::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 10px;
    width: 27px;
    height: 27px;
    background: #D71F37;
    border-radius: 100%;
  }
}
.esolution::before {
  content: "";
  position: absolute;
  top: -240px;
  width: 100%;
  height: 3940px;
  background: #fff;
  z-index: -2;
}
@media (max-width: 576px) {
  .esolution::before {
    top: 0;
    left: 0;
    height: 5223px;
  }
}
.esolution .esolution-text {
  padding: 0 0 20px 0;
  font-size: 48px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .esolution .esolution-text {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .esolution .esolution-text {
    font-size: 28px;
  }
}
.esolution .esolution-subtext {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
.esolution .esolution-block {
  position: relative;
  display: flex;
  align-items: center;
}
.esolution .esolution-block .esolution-subtext {
  padding: 0 0 0 32px;
}
.esolution .esolution-block::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 111px;
  height: 111px;
  background: #D71F37;
  border-radius: 100%;
}
@media (max-width: 576px) {
  .esolution .esolution-block::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 41px;
    width: 53px;
    height: 53px;
    background: #D71F37;
    border-radius: 100%;
  }
}

.analytics {
  margin: 0 auto;
  padding: 140px 0;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .analytics {
    padding: 80px 20px 0 20px;
  }
}
@media (max-width: 576px) {
  .analytics {
    padding: 80px 20px 0 20px;
  }
}
.analytics .analytics-top {
  display: flex;
 /* align-items: center;*/
  border-bottom: 1px solid #131312;
}
@media (max-width: 1024px) {
  .analytics .analytics-top {
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .analytics .analytics-top {
    flex-direction: column;
  }
}
.analytics .analytics-top .analytics-top-left {
  padding: 0 40px 0 0;
}
@media (max-width: 576px) {
  .analytics .analytics-top .analytics-top-left {
    padding: 0;
  }
}
.analytics .analytics-top .analytics-top-left .analytics-title {
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .analytics .analytics-top .analytics-top-left .analytics-title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .analytics .analytics-top .analytics-top-left .analytics-title {
    padding-bottom: 40px;
    font-size: 35px;
  }
}
.analytics .analytics-top .analytics-top-right .analytics-text {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
.analytics .analytics-top .analytics-top-right .analytics-btn {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  font-family: "Nunito", sans-serif;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}
@media (max-width: 576px) {
  .analytics .analytics-top .analytics-top-right .analytics-btn {
    max-width: 330px;
    background: #D71F37;
    color: #fff;
    border: 0;
  }
}
.analytics .analytics-bottom {
  padding: 80px 0;
}
.analytics .analytics-bottom .analytics-list {
  display: flex;
  flex-flow: wrap;
}
.analytics .analytics-bottom .analytics-list .analytics-item {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  max-width: 416px;
  width: 100%;
  background: #E2E2E2;
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item {
    margin: 16px 0;
    max-width: 330px;
    min-height: 330px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(1) {
  position: relative;
  max-width: 416px;
  min-height: 424px;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(1) {
    max-width: 294px;
    min-height: 306px;
  }
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(1) {
    margin: 16px 0;
    max-width: 330px;
    min-height: 330px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -70px;
  z-index: 0;
  width: 142px;
  height: 142px;
  background: #D71F37;
  border-radius: 100%;
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(2) {
  margin: 0 32px;
}
@media (max-width: 1024px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(2) {
    max-width: 294px;
    min-height: 306px;
  }
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(2) {
    margin: 16px 0;
    max-width: 330px;
    min-height: 330px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(3) {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(3) {
    max-width: 294px;
    min-height: 306px;
  }
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(3) {
    margin: 16px 0;
    max-width: 330px;
    min-height: 330px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(3)::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  z-index: 0;
  width: 142px;
  height: 142px;
  background: #D71F37;
  border-radius: 100%;
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(4) {
  margin: 32px 0 32px 0;
  max-width: 640px;
  width: 100%;
}
@media (max-width: 1024px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(4) {
    max-width: 459px;
  }
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(4) {
    margin: 16px 0;
    max-width: 330px;
    min-height: 330px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(5) {
  margin: 32px 0 32px 32px;
  max-width: 640px;
  width: 100%;
  overflow: hidden;
  min-height: 424px;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(5) {
    max-width: 459px;
  }
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(5) {
    margin: 16px 0;
    max-width: 330px;
    min-height: 330px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(5)::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  background: #D71F37;
  border-radius: 100%;
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(6) {
  margin: 0 0 32px 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  min-height: 424px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(6) {
    margin: 16px 0;
    flex-direction: column;
    max-width: 330px;
    min-height: 330px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(6)::after {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -150px;
  width: 430px;
  height: 430px;
  background: #D71F37;
  border-radius: 100%;
  z-index: -1;
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(7) {
  margin: 0 0 32px 0;
  max-width: 640px;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(7):nth-child(7) {
    max-width: 460px;
  }
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(7) {
    margin: 16px 0;
    max-width: 330px;
    min-height: 330px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(7)::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -70px;
  z-index: 0;
  width: 142px;
  height: 142px;
  background: #D71F37;
  border-radius: 100%;
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(8) {
  margin: 0 0 32px 32px;
  max-width: 640px;
  width: 100%;
  overflow: hidden;
  min-height: 424px;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(8):nth-child(8) {
    max-width: 460px;
  }
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(8) {
    margin: 16px 0;
    max-width: 330px;
    min-height: 330px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(9) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  min-height: 424px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item:nth-child(9) {
    margin: 16px 0;
    flex-flow: wrap;
    max-width: 330px;
    min-height: 330px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(9)::after {
  content: "";
  position: absolute;
  right: -270px;
  top: -270px;
  width: 430px;
  height: 430px;
  background: #D71F37;
  border-radius: 100%;
  z-index: -1;
}
.analytics .analytics-bottom .analytics-list .analytics-item .analytics-item__number {
  font-size: 25px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .analytics .analytics-bottom .analytics-list .analytics-item .analytics-item__number {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item .analytics-item__number {
    font-size: 18px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item .analytics-item__title {
  padding: 32px 0;
  text-transform: uppercase;
  font-size: 48px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .analytics .analytics-bottom .analytics-list .analytics-item .analytics-item__title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item .analytics-item__title {
    font-size: 28px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item .analytics-item__subtext {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .analytics .analytics-bottom .analytics-list .analytics-item .analytics-item__subtext {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item .analytics-item__subtext {
    font-size: 16px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item .analytics-block {
  display: flex;
  z-index: 100
}
.analytics .analytics-bottom .analytics-list .analytics-item .analytics-block .analytics-item__subtext {
  display: flex;
  flex-direction: column;
}
.analytics .analytics-bottom .analytics-list .analytics-item .analytics-block .analytics-item__subtext:nth-child(1) {
  padding: 0 20px 0 0;
}
.analytics .analytics-bottom .analytics-list .analytics-item .analytics-block .analytics-item__subtext:nth-child(2) {
  padding: 0 20px 0 0;
}
.analytics .analytics-bottom .analytics-list .analytics-item .analytics-block__right {
  display: flex;
  flex-flow: wrap;
}
.analytics .analytics-bottom .analytics-list .analytics-item .analytics-block__right .analytics-item__subtext {
  padding-bottom: 34px;
  display: flex;
  flex-direction: column;
  font-size: 48px;
}
@media (max-width: 1024px) {
  .analytics .analytics-bottom .analytics-list .analytics-item .analytics-block__right .analytics-item__subtext {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item .analytics-block__right .analytics-item__subtext {
    padding: 0 0 20px 0;
    width: 50%;
    font-size: 16px;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item .analytics-block__right .analytics-item__subtext:nth-child(2) {
  padding: 0 32px;
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item .analytics-block__right .analytics-item__subtext:nth-child(2) {
    padding: 0 0 20px 0;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item .analytics-block__right .analytics-item__subtext:nth-child(3) {
  padding: 0 32px 0 0;
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item .analytics-block__right .analytics-item__subtext:nth-child(3) {
    padding: 0 0 20px 0;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item .analytics-block__right .analytics-item__subtext:nth-child(5) {
  padding: 0 32px 0 32px;
}
@media (max-width: 576px) {
  .analytics .analytics-bottom .analytics-list .analytics-item .analytics-block__right .analytics-item__subtext:nth-child(5) {
    padding: 0 0 20px 0;
  }
}
.analytics .analytics-bottom .analytics-list .analytics-item .analytics-block__right .analytics-item__subtext .analytics-item__text {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .analytics .analytics-bottom .analytics-list .analytics-item .analytics-block__right .analytics-item__subtext .analytics-item__text {
    font-size: 22px;
  }
}

.footer {
  background: #CECECE;
}
.footer .footer-wrapp {
  margin: 0 auto;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 992px) {
  .footer .footer-wrapp {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .footer .footer-wrapp {
    padding: 0 20px;
  }
}
.footer .footer-wrapp .wrapp-top {
  padding: 52px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-wrapp .wrapp-top .footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .footer-wrapp .wrapp-top .footer-logo .f-logo {
  position: relative;
  top: 20px;
  right: -30%;
}
.footer .footer-wrapp .wrapp-top .footer-logo .logo-text {
  font-size: 40px;
  font-family: "Nunito", sans-serif;
}
.footer .footer-wrapp .wrapp-top .footer-logo .logo-subtext {
  font-size: 10px;
  font-family: "Nunito", sans-serif;
  font-style: italic;
  color: #D71F37;
}
.footer .footer-wrapp .wrapp-top .footer-list {
  display: flex;
}
@media (max-width: 576px) {
  .footer .footer-wrapp .wrapp-top .footer-list {
    display: none;
  }
}
.footer .footer-wrapp .wrapp-top .footer-list .footer-item {
  padding: 0 32px;
  list-style: none;
}
.footer .footer-wrapp .wrapp-top .footer-list .footer-item:last-child {
  padding: 0;
}
@media (max-width: 1024px) {
  .footer .footer-wrapp .wrapp-top .footer-list .footer-item {
    padding: 0 10px;
  }
}
.footer .footer-wrapp .wrapp-top .footer-list .footer-item:nth-child(7) {
  padding-right: 0;
}
.footer .footer-wrapp .wrapp-top .footer-list .footer-item .footer-link {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #131312;
}
.footer .footer-wrapp .footer-content {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer .footer-wrapp .footer-content {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .footer .footer-wrapp .footer-content .footer-content__left {
    padding: 40px 0 0 0;
    order: 1;
  }
}
.footer .footer-wrapp .footer-content .footer-content__left .content-left__icon {
  text-decoration: none;
}
.footer .footer-wrapp .footer-content .footer-content__left .content-left__icon .icon-img {
  width: 50px;
  height: 40px;
}
.footer .footer-wrapp .footer-content .footer-content__right {
  display: flex;
  flex-direction: column;
}
.footer .footer-wrapp .footer-content .footer-content__right .content-right__text {
  color: #131312;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
.footer .footer-wrapp .footer-content .footer-content__right .content-right__subtext {
  color: #131312;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
.footer .footer-wrapp .footer-subcontent {
  padding: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #131312;
}
@media (max-width: 576px) {
  .footer .footer-wrapp .footer-subcontent {
    padding: 40px 0;
    flex-direction: column;
  }
}
.footer .footer-wrapp .footer-subcontent .subcontent-left .subcontent-left__text {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 576px) {
  .footer .footer-wrapp .footer-subcontent .subcontent-center {
    padding: 20px 0;
  }
}
.footer .footer-wrapp .footer-subcontent .subcontent-center .subcontent-center__text {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
}
.footer .footer-wrapp .footer-subcontent .subcontent-right .subcontent-right__text {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
}

.market {
  margin: 0 auto;
  padding: 80px 0 140px 0;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .market {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .market {
    padding: 80px 20px 0 20px;
  }
}
.market .market-list {
  display: flex;
}
@media (max-width: 576px) {
  .market .market-list {
    flex-direction: column;
  }
}
.market .market-list .market-item {
  list-style: none;
  max-width: 416px;
  width: 100%;
}
@media (max-width: 576px) {
  .market .market-list .market-item {
    padding-bottom: 40px;
  }
}
.market-list .market-item .market-text {
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .market .market-list .market-item .market-text {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .market .market-list .market-item .market-text {
    font-size: 28px;
  }
}

.market-service {
  padding: 40px 0 0 0;
  margin: 0 auto;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .market-service {
    padding: 40px 20px 0 20px;
  }
}
@media (max-width: 576px) {
  .market-service {
    padding: 0 20px 0 20px;
  }
}
.market-service .market-top {
  padding: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #131312;
}
@media (max-width: 576px) {
  .market-service .market-top {
    flex-direction: column;
  }
}
.market-service .market-top .market-left {
  padding: 0 40px 0 0;
}
.market-service .market-top .market-left .market-left__title {
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  line-height: 110px;
}
@media (max-width: 1024px) {
  .market-service .market-top .market-left .market-left__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  .market-service .market-top .market-left .market-left__title {
    font-size: 30px;
  }
}
.market-service .market-top .market-right {
  max-width: 640px;
  width: 100%;
}
.market-service .market-top .market-right .market-right__text {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  line-height: 38px;
}
@media (max-width: 1024px) {
  .market-service .market-top .market-right .market-right__text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .market-service .market-top .market-right .market-right__text {
    font-size: 16px;
  }
}
.market-service .market-top .market-right .market-right__btn {
  margin: 52px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: transparent;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}

@media (max-width: 576px) {
  .market-service .market-top .market-right .market-right__btn {
    margin: 52px auto;
    max-width: 330px;
    color: #fff;
    background: #D71F37;
    border: 0;
  }
}
.market-service .market-bottom {
  padding: 80px 0 0 0;
  max-width: 1312px;
  width: 100%;
}
.market-service .market-top .market-right .market-right__btn:hover, .our-right__btn:hover, analytics-btn:hover,  .parthner-btn:hover, .step-top-btn:hover{
  background: #fff;
  color: #131312;
}
.market-service .market-bottom .market-bottom-list {
  position: relative;
  top: 50px;
  display: flex;
  flex-flow: wrap;
}
.market-service .market-bottom .market-bottom-list .market-bottom-item {
  padding: 48px 0 27px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  background: #fff;
  min-height: 481px;
  height: 100%;
    cursor: inherit ;
  border: 1px solid #cecece;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item {
    margin-bottom: 40px;
    min-height: 370px;
  }
}
.market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(1) {
  width: 50%;
  border-right: 0;
  border-bottom: 0;
}
@media (max-width: 576px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(1) {
    width: 100%;
  }
}
.market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(2) {
  width: 50%;
  border-bottom: 0;
}
@media (max-width: 576px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(2) {
    width: 100%;
  }
}
.market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(3) {
  width: 100%;
  border-bottom: 0;
}
@media (max-width: 576px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(3) {
    width: 100%;
  }
}
.market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(4) {
  width: 50%;
  border-right: 0;
  border-bottom: 0;
}
@media (max-width: 576px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(4) {
    width: 100%;
  }
}
.market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(5) {
  width: 50%;
  border-bottom: 0;
}
@media (max-width: 576px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(5) {
    width: 100%;
  }
}
.market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(6) {
  width: 50%;
  border-right: 0;
  border-bottom: 1px solid #cecece;
}
@media (max-width: 576px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(6) {
    width: 100%;
  }
}
.market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(7) {
  width: 50%;
}
@media (max-width: 576px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item:nth-child(7) {
    width: 100%;
  }
}
.market-service .market-bottom .market-bottom-list .market-bottom-item .market-item__number {
  font-size: 25px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item .market-item__number {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item .market-item__number {
    font-size: 18px;
  }
}
.market-service .market-bottom .market-bottom-list .market-bottom-item .market-item__title {
  font-size: 48px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item .market-item__title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item .market-item__title {
    font-size: 28px;
  }
}
.market-service .market-bottom .market-bottom-list .market-bottom-item .market-item__text {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item .market-item__text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .market-service .market-bottom .market-bottom-list .market-bottom-item .market-item__text {
    font-size: 16px;
  }
}
.market-service .market-bottom .market-bottom-list .market-bottom-item:hover {
  background: #d2d0d0;
}
.market-service .market-bottom .market-bottom-list .market-bottom-item:hover::before, .our-bottom-item:hover::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -186px;
  width: 389px;
  height: 378px;
  border-radius: 100%;
  z-index: -1;
  background: #D71F37;
  border-radius: 100%;
}
.market-service .market-bottom .market-bottom-list .market-bottom-item:hover::after, .our-bottom-item:hover::after {
  content: "";
  position: absolute;
  top: -132px;
  right: -67px;
  width: 389px;
  height: 378px;
  border-radius: 100%;
  z-index: -1;
  background: #D71F37;
  border-radius: 100%;
}

.working {
  background: #fff;
}
.working .working-content {
  margin: 0 auto;
  padding: 140px 0;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .working .working-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .working .working-content {
    padding: 80px 20px;
  }
}
.working .working-content .working-top {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #131312;
}
@media (max-width: 576px) {
  .working .working-content .working-top {
    flex-direction: column;
  }
}
.working .working-content .working-top .working-left .working-left__title {
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .working .working-content .working-top .working-left .working-left__title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .working .working-content .working-top .working-left .working-left__title {
    padding-bottom: 40px;
    font-size: 35px;
  }
}
.working .working-content .working-top .working-right {
  max-width: 640px;
  width: 100%;
}
.working .working-content .working-top .working-right .working-right__text {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .working .working-content .working-top .working-right .working-right__text {
    font-size: 22px;
  }
}
.working .working-content .working-top .working-right .working-right__btn {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  font-family: "Nunito", sans-serif;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
  cursor: inherit ;
}
.working .working-content .working-top .working-right .working-right__btn:hover {
  background: #cecece;
}
@media (max-width: 576px) {
  .working .working-content .working-top .working-right .working-right__btn {
    max-width: 330px;
    background: #D71F37;
    color: #fff;
    border: 0;
  }
}

.company-service {
  position: relative;
}
.company-service::after {
  content: "";
  position: absolute;
  top: 650px;
  width: 100%;
  height: 1840px;
  background: #fff;
  z-index: -2;
}
.company-service .company-service-content {
  padding: 40px 0 0 0;
  margin: 0 auto;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .company-service .company-service-content {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .company-service .company-service-content {
    padding: 0 20px;
  }
}
.company-service .company-service-content .company-top {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #131312;
}
@media (max-width: 576px) {
  .company-service .company-service-content .company-top {
    flex-direction: column;
  }
}
.company-service .company-service-content .company-top .company-left {
  padding: 0 40px 0 0;
}
.company-service .company-service-content .company-top .company-left .company-left__title {
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  line-height: 110px;
}
@media (max-width: 1024px) {
  .company-service .company-service-content .company-top .company-left .company-left__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  .company-service .company-service-content .company-top .company-left .company-left__title {
    font-size: 35px;
  }
}
.company-service .company-service-content .company-top .company-right {
  max-width: 640px;
  width: 100%;
}
.company-service .company-service-content .company-top .company-right .company-right__text {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  line-height: 38px;
}
@media (max-width: 1024px) {
  .company-service .company-service-content .company-top .company-right .company-right__text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .company-service .company-service-content .company-top .company-right .company-right__text {
    font-size: 16px;
  }
}
.company-service .company-service-content .company-bottom {
  position: relative;
}
.company-service .company-service-content .company-bottom::after {
  content: "";
  position: absolute;
  top: 135px;
  left: -160px;
  width: 271px;
  height: 271px;
  background: #D71F37;
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 576px) {
  .company-service .company-service-content .company-bottom::after {
    position: inherit;
  }
}
.company-service .company-service-content .company-bottom::before {
  content: "";
  position: absolute;
  top: 495px;
  left: 440px;
  width: 183px;
  height: 183px;
  background: #D71F37;
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 576px) {
  .company-service .company-service-content .company-bottom::before {
    position: inherit;
  }
}
.company-service .company-service-content .company-bottom .company-first .company-first-title {
  padding: 80px 0 30px 0;
  font-size: 48px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .company-service .company-service-content .company-bottom .company-first .company-first-title {
    font-size: 35px;
  }
}
.company-service .company-service-content .company-bottom .company-first .company-first-content {
  display: flex;
}
@media (max-width: 576px) {
  .company-service .company-service-content .company-bottom .company-first .company-first-content {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .company-service .company-service-content .company-bottom .company-first .company-first-content .company-first-left .company-first-img {
    width: auto;
  }
}
@media (max-width: 576px) {
  .company-service .company-service-content .company-bottom .company-first .company-first-content .company-first-left .company-first-img {
    width: 100%;
  }
}
.company-service .company-service-content .company-bottom .company-first .company-first-content .company-first-right {
  padding: 0 0 0 135px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .company-service .company-service-content .company-bottom .company-first .company-first-content .company-first-right {
    padding: 0 0 0 80px;
  }
}
@media (max-width: 576px) {
  .company-service .company-service-content .company-bottom .company-first .company-first-content .company-first-right {
    padding: 0;
  }
}
.company-service .company-service-content .company-bottom .company-first .company-first-content .company-first-right .first-right-text {
  padding-bottom: 132px;
  text-transform: uppercase;
  font-size: 36px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .company-service .company-service-content .company-bottom .company-first .company-first-content .company-first-right .first-right-text {
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .company-service .company-service-content .company-bottom .company-first .company-first-content .company-first-right .first-right-text {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 28px;
  }
}
.company-service .company-service-content .company-bottom .company-first .company-first-content .company-first-right .first-right-subtext {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 576px) {
  .company-service .company-service-content .company-bottom .company-first .company-first-content .company-first-right .first-right-subtext {
    font-size: 18px;
  }
}
.company-service .company-service-content .company-bottom .company-middle-content .middle-content-title {
  padding: 52px 0 35px 0;
  font-size: 48px;
  font-family: "Nunito", sans-serif;
}
.company-service .company-service-content .company-bottom .company-middle-content .middle-content-subtitle {
  padding: 27px 0 35px 0;
  font-size: 48px;
  font-family: "Nunito", sans-serif;
}
.company-service .company-service-content .company-bottom .company-middle-content .middle-content-list {
  display: flex;
}
.company-service .company-service-content .company-bottom .company-middle-content .middle-content-list .middle-content-item {
  list-style: none;
}
.company-service .company-service-content .company-bottom .company-middle-content .middle-content-list .middle-content-item:nth-child(2) {
  padding: 0 32px;
}
.company-service .company-service-content .company-bottom .company-middle-content .middle-content-list .middle-content-item .middle-content-text {
  padding: 32px 0 0 0;
  text-transform: uppercase;
  font-size: 36px;
  font-family: "Nunito", sans-serif;
}
.company-service .company-service-content .company-bottom .company-middle-content .middle-block {
  position: relative;
}
.company-service .company-service-content .company-bottom .company-middle-content .middle-block::after {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 20px;
  width: 130px;
  height: 130px;
  background: #D71F37;
  border-radius: 100%;
  z-index: -1;
}
.company-service .company-service-content .company-bottom .company-middle-content .middle-block::before {
  content: "";
  position: absolute;
  top: 80px;
  right: -82px;
  width: 214px;
  height: 214px;
  background: #D71F37;
  border-radius: 100%;
  z-index: -1;
}
.company-service .company-service-content .company-bottom .company-middle-content .middle-block .company-bottom-group {
  padding: 129px 0 77px 0;
  position: relative;
  display: block;
}

.gallery {
  margin: 0 auto;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .gallery {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .gallery {
    padding: 0 20px;
  }
}
.gallery .gallery-box {
  padding: 80px 0 180px 0;
  display: flex;
  text-decoration: none;
}
@media (max-width: 576px) {
  .gallery .gallery-box {
    flex-direction: column;
  }
}
.gallery .gallery-box .box-link {
  color: #131312;
}
@media (max-width: 576px) {
  .gallery .gallery-box .box-link {
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .gallery .gallery-box .box-link:nth-child(2) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 40px !important;
  }
}
.gallery .gallery-box .gallery-content__text {
  padding: 20px 0 10px 0;
  font-family: "Nunito", sans-serif;
  font-size: 26px;
}
@media (max-width: 1024px) {
  .gallery .gallery-box .gallery-content__text {
    font-size: 24px;
  }
}
.gallery .gallery-box .gallery-content__subtext {
  display: block;
  font-family: "Nunito", sans-serif;
  max-width: 297px;
  width: 100%;
}
.gallery .gallery-box .gallery-img {
  max-width: 416px;
}
@media (max-width: 1024px) {
  .gallery .gallery-box .gallery-img {
    max-width: 297px;
  }
}
@media (max-width: 576px) {
  .gallery .gallery-box .gallery-img {
    max-width: 100%;
  }
}
.gallery .gallery-top {
  padding: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #131312;
}
@media (max-width: 1024px) {
  .gallery .gallery-top {
    align-items: baseline;
  }
}
@media (max-width: 576px) {
  .gallery .gallery-top {
    padding-top: 40px;
    flex-direction: column;
  }
}
.gallery .gallery-top .gallery-title {
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .gallery .gallery-top .gallery-title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .gallery .gallery-top .gallery-title {
    font-size: 35px;
  }
}
.gallery .gallery-top .gallery-btn {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  font-family: "Nunito", sans-serif;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}
@media (max-width: 576px) {
  .gallery .gallery-top .gallery-btn {
    margin: 52px auto;
    max-width: 330px;
    color: #fff;
    background: #D71F37;
    border: 0;
  }
}
.gallery .gallery-swiper {
  padding: 87px 0 0 0;
}
.gallery .gallery-swiper .gallerySwiper {
  height: 900px;
}
@media (max-width: 576px) {
  .gallery .gallery-swiper .gallerySwiper {
    max-height: 720px !important;
  }
}
.gallery .gallery-swiper .gallerySwiper .swiper-wrapper .gallery-content {
  display: flex;
  justify-content: space-between;
}
.gallery .gallery-swiper .gallerySwiper .swiper-wrapper .gallery-content .step-swiper__content {
  color: #131312;
}
.gallery .gallery-swiper .gallerySwiper .swiper-wrapper .gallery-content .step-swiper__content .step-img {
  max-height: 450px;
  max-width: 297px;
}
.gallery .gallery-swiper .gallerySwiper .swiper-wrapper .gallery-content .gallery-swiper__content {
  display: flex;
  align-items: center;
}
.gallery .gallery-swiper .gallerySwiper .swiper-wrapper .gallery-content .gallery-content__text {
  padding: 20px 0 10px 0;
  font-family: "Nunito", sans-serif;
  font-size: 26px;
}
@media (max-width: 1024px) {
  .gallery .gallery-swiper .gallerySwiper .swiper-wrapper .gallery-content .gallery-content__text {
    font-size: 24px;
  }
}
.gallery .gallery-swiper .gallerySwiper .swiper-wrapper .gallery-content .gallery-content__subtext {
  display: block;
  font-family: "Nunito", sans-serif;
  max-width: 297px;
  width: 100%;
}
.gallery .gallery-swiper .gallerySwiper .swiper-button-lock {
  display: block;
}
.gallery .gallery-swiper .gallerySwiper .gallery-button-next {
  top: 90%;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
  background: #D71F37;
}
.gallery .gallery-swiper .gallerySwiper .gallery-button-next::after {
  content: "";
}
.gallery .gallery-swiper .gallerySwiper .gallery-button-prev {
  top: 90%;
  left: 90%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
}
.gallery .gallery-swiper .gallerySwiper .gallery-button-prev::after {
  content: "";
}

.history {
  margin: 0 auto;
  max-width: 1315px;
  width: 100%;
}
.history .history-top {
  padding: 140px 0 0 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #131312;
}
.history .history-top .history-title {
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}
.history .history-top .history-btn {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  font-family: "Nunito", sans-serif;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}
.history .history-swiper .historySwiper .history-content {
  display: flex;
}
.history .history-swiper .historySwiper .history-content .history-swiper__content {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.history .history-swiper .historySwiper .history-content .history-swiper__content .history-img {
  padding: 80px 32px 40px 0;
}
.history .history-swiper .historySwiper .history-content .history-swiper__content .history-block {
  padding: 0 40px 0 0;
}
.history .history-swiper .historySwiper .history-content .history-swiper__content .history-block .history-title {
  color: #131312;
  font-size: 36px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}
.history .history-swiper .historySwiper .history-content .history-swiper__content .history-block .history-text {
  color: #131312;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
}
.history .history-swiper .historySwiper .swiper-button-lock {
  display: block;
}
.history .history-swiper .history-button-prev {
  top: 90%;
  left: 90%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
}
.history .history-swiper .history-button-next {
  top: 90%;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #D71F37;
  background: #D71F37;
}

.tabs {
  padding: 140px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .tabs {
    padding: 80px 0 0 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tabs .tabs-label {
  padding: 0;
  margin-right: 40px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.tabs .tabs-label:hover {
  box-shadow: 0px 3px 0px 0px #D71F37;
  color: #D71F37;
}

.tabs label {
  order: 1;
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
    cursor: inherit ;
  font-weight: bold;
  transition: background ease 0.2s;
}

.tabs .tab-group {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  height: 2247px;
  overflow: hidden;
}

.tabs-group {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1315px;
  width: 100%;
  font-family: "Nunito", sans-serif;
  z-index: 9;
}
.tabs-group .tab-group-content {
  padding-bottom: 80px;
  display: flex;
}
@media (max-width: 1024px) {
  .tabs-group .tab-group-content {
    width: 100%;
    flex-direction: row;
    flex-flow: wrap;
  }
}
@media (max-width: 576px) {
  .tabs-group .tab-group-content {
    padding-bottom: 40px;
  }
}
.tabs-group .tab-group-content .tab-left {
  margin: 0 32px 0 0;
}
@media (max-width: 1024px) {
  .tabs-group .tab-group-content .tab-left {
    max-width: 460px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .tabs-group .tab-group-content .tab-left {
    padding-bottom: 40px;
    padding-right: 0;
  }
}
.tabs-group .tab-group-content .tab-left .tab-img {
  display: block;
  position: relative;
}
@media (max-width: 992px) {
  .tabs-group .tab-group-content .tab-left .tab-img {
    width: 100%;
  }
}
.tabs-group .tab-group-content .tab-left .tab-img::after {
  content: attr(data-img);
  position: absolute;
  top: 0;
  left: 0;
}
.tabs-group .tab-group-content .tab-left .left-block {
  padding: 34px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .tabs-group .tab-group-content .tab-left .left-block {
    padding: 24px 0;
  }
}
.tabs-group .tab-group-content .tab-left .left-block .left-block-text {
  font-size: 40px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 992px) {
  .tabs-group .tab-group-content .tab-left .left-block .left-block-text {
    font-size: 30px;
  }
}
.tabs-group .tab-group-content .tab-left .left-block .left-block-subtext {
  padding: 0 0 0 10px;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.tabs-group .tab-group-content .tab-left .block-text {
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  color: #131312;
}
@media (max-width: 992px) {
  .tabs-group .tab-group-content .tab-left .block-text {
    font-size: 28px;
  }
}
.tabs-group .tab-group-content .tab-left .block-text:hover {
  text-decoration: underline;
  color: #D71F37;
}
@media (max-width: 1024px) {
  .tabs-group .tab-group-content .tab-right {
    max-width: 460px;
    width: 100%;
  }
}
.tabs-group .tab-group-content .tab-right .tab-img {
  display: block;
  position: relative;
}
@media (max-width: 992px) {
  .tabs-group .tab-group-content .tab-right .tab-img {
    width: 100%;
  }
}
.tabs-group .tab-group-content .tab-right .tab-img::after {
  content: attr(data-img);
  position: absolute;
  top: 0;
  left: 0;
}
.tabs-group .tab-group-content .tab-right .tab-img::before {
  content: "";
  position: absolute;
  width: 214px;
  height: 214px;
  background: #D71F37;
}
.tabs-group .tab-group-content .tab-right .left-block {
  padding: 34px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .tabs-group .tab-group-content .tab-right .left-block {
    padding: 24px 0;
  }
}
.tabs-group .tab-group-content .tab-right .left-block .left-block-text {
  font-size: 40px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 992px) {
  .tabs-group .tab-group-content .tab-right .left-block .left-block-text {
    font-size: 30px;
  }
}
.tabs-group .tab-group-content .tab-right .left-block .left-block-subtext {
  padding: 0 0 0 10px;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.tabs-group .tab-group-content .tab-right .block-text {
  font-size: 36px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 992px) {
  .tabs-group .tab-group-content .tab-right .block-text {
    font-size: 28px;
  }
}
.tabs-group .tab-group-content .tab-right .block-text:hover {
  text-decoration: underline;
  color: #D71F37;
}
.tabs-group .tabs-btn {
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  font-family: "Nunito", sans-serif;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}
@media (max-width: 992px) {
  .tabs-group .tabs-btn {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .tabs-group .tabs-btn {
    max-width: 330px;
    color: #fff;
    background: #D71F37;
    border: 0;
  }
}

.tabs input[type=radio] {
  display: none;
}

.tabs input[type=radio]:checked + label + .tab-group {
  padding: 80px 0 0 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #131312;
}

@media (max-width: 45em) {
  .tabs .tab,
.tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
.faq {
  padding-bottom: 140px;
  background: #fff;
  position: relative;
}
.faq::after {
  content: "";
  position: absolute;
  top: -560px;
  width: 100%;
  height: 560px;
  background: #fff;
}
.faq .accordion-container {
  position: relative;
  margin: 0 auto;
  max-width: 1315px;
  width: 100%;
}
@media (max-width: 1024px) {
  .faq .accordion-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .faq .accordion-container {
    padding: 0 20px;
  }
}
.faq .accordion-container .faq-top {
  padding: 140px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #131312;
}
@media (max-width: 992px) {
  .faq .accordion-container .faq-top {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 576px) {
  .faq .accordion-container .faq-top {
    align-items: flex-start;
    flex-direction: column;
  }
}
.faq .accordion-container .faq-top .faq-title {
  font-size: 80px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 576px) {
  .faq .accordion-container .faq-top .faq-title {
    font-size: 35px;
  }
}
.faq .accordion-container .faq-top .faq-btn {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  font-family: "Nunito", sans-serif;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}
@media (max-width: 576px) {
  .faq .accordion-container .faq-top .faq-btn {
    max-width: 330px;
    color: #fff;
    background: #D71F37;
    border: 0;
  }
}
.faq .accordion-container > h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.faq .set {
  position: relative;
  width: 100%;
  height: auto;
}
.faq .set > a {
  display: block;
  padding: 40px 0;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  transition: all 0.2s linear;
}
.faq .set > a i {
  float: right;
  margin-top: 2px;
}
.faq .set > a.active {
  color: #D71F37;
}
.faq .faq-content {
  border-bottom: 1px solid #ddd;
  display: none;
}
.faq .content p {
  padding: 10px;
}
.faq .faq-link {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 576px) {
  .faq .faq-link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    font-size: 28px;
  }
}
.faq .faq-content .faq-content-list .faq-content-item {
  padding: 12px 0px 12px 30px;
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
  font-size: 22px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .faq .faq-content .faq-content-list .faq-content-item {
    font-size: 18px;
  }
}
.faq .faq-content .faq-content-list .faq-content-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 13px;
  height: 13px;
  background: #D71F37;
  border-radius: 100%;
}
.faq .faq-bottom .faq-bottom-btn {
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 70px;
  font-family: "Nunito", sans-serif;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #131312;
    cursor: inherit ;
}

.breadcrumbs-link {
  color: #fff;
  font-family: "Nunito", sans-serif;
}

.link-breadcrumbs {
  color: #D71F37;
}

.dark-link {
  color: #131312;
}

/* netral classes */
.modal {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 9999;
  align-items: center;
}
.modal .modal-wrapp {
  margin: 0 auto;
  position: relative;
  max-width: 534px;
  width: 100%;
  background: #fff;
}
.modal .modal-wrapp .modal-title {
  padding: 50px 75px 0 75px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 38px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .modal .modal-wrapp .modal-title {
    padding: 40px 75px 0 75px;
  }
}
@media (max-width: 1024px) {
  .modal .modal-wrapp .modal-title {
    padding: 40px 15px 0 15px;
    font-size: 28px;
  }
}
.modal .modal-wrapp .modal-form {
  padding: 0 75px;
}
@media (max-width: 576px) {
  .modal .modal-wrapp .modal-form {
    padding: 0 15px;
  }
}
.modal .modal-wrapp .modal-form .modal-form-content {
  display: flex;
  flex-direction: column;
}
.modal .modal-wrapp .modal-form .modal-form-content .modal-label {
  padding: 15px 0 4px 0;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 576px) {
  .modal .modal-wrapp .modal-form .modal-form-content .modal-label {
    padding: 14px 0 4px 0;
  }
}
.modal .modal-wrapp .modal-form .modal-form-content .modal-input {
  max-width: 384px;
  min-height: 70px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .modal .modal-wrapp .modal-form .modal-form-content .modal-input {
    min-height: 50px;
  }
}
@media (max-width: 576px) {
  .modal .modal-wrapp .modal-form .modal-form-content .modal-input {
    min-height: 35px;
  }
}
.modal .modal-wrapp .modal-form .modal-btn {
  margin: 40px 0 30px 0;
  max-width: 384px;
  width: 100%;
  min-height: 70px;
  text-transform: uppercase;
  background: #D71F37;
  color: #fff;
  border: 0;
  font-family: "Nunito", sans-serif;
    cursor: inherit ;
}
@media (max-width: 576px) {
  .modal .modal-wrapp .modal-form .modal-btn {
    margin: 20px 0;
  }
}
.modal .modal-wrapp .modal-form .modal-text {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .modal .modal-wrapp .modal-form .modal-text {
    padding-bottom: 30px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .modal .modal-wrapp .modal-form .modal-text {
    font-size: 12px;
  }
}
.modal .modal-close {
  padding: 20px;
    cursor: inherit ;
  position: absolute;
  right: 0;
}
@media (max-width: 576px) {
  .modal .modal-close {
    padding: 10px;
  }
}

.modal-mobile {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #131312;
}
.modal-mobile .modal-mobile-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.modal-mobile .modal-mobile-content .modal-mobile-list .modal-mobile-item {
  padding-bottom: 24px;
  list-style: none;
}
.modal-mobile .modal-mobile-content .modal-mobile-list .modal-mobile-item .modal-mobile-link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}
.modal-mobile .modal-mobile-content .settings {
  display: flex;
  align-items: center;
  width: 28%;
}
@media (max-width: 992px) {
  .modal-mobile .modal-mobile-content .settings {
    width: 50%;
    order: 0;
  }
}
.modal-mobile .modal-mobile-content .settings .can-toggle {
  margin: 0 80px;
  width: 22%;
}
.modal-mobile .modal-mobile-content .settings .can-toggle *, .modal-mobile .modal-mobile-content .settings .can-toggle *:before, .modal-mobile .modal-mobile-content .settings .can-toggle *:after {
  box-sizing: border-box;
}
.modal-mobile .modal-mobile-content .settings .can-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-mobile .modal-mobile-content .settings .can-toggle input[type=checkbox][disabled] ~ label {
  pointer-events: none;
}
.modal-mobile .modal-mobile-content .settings .can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.modal-mobile .modal-mobile-content .settings .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.modal-mobile .modal-mobile-content .settings .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.modal-mobile .modal-mobile-content .settings .can-toggle label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.modal-mobile .modal-mobile-content .settings .can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-left: 32px;
}
.modal-mobile .modal-mobile-content .settings .can-toggle label .can-toggle__switch {
  position: relative;
}
.modal-mobile .modal-mobile-content .settings .can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.modal-mobile .modal-mobile-content .settings .can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  transform: translate3d(0, 0, 0);
}
.modal-mobile .modal-mobile-content .settings .can-toggle input[type=checkbox][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.modal-mobile .modal-mobile-content .settings .can-toggle label .can-toggle__label-text {
  flex: 1;
}
.modal-mobile .modal-mobile-content .settings .can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #848484;
}
.modal-mobile .modal-mobile-content .settings .can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.modal-mobile .modal-mobile-content .settings .can-toggle label .can-toggle__switch:after {
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}
.modal-mobile .modal-mobile-content .settings .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .modal-mobile .modal-mobile-content .settings .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.modal-mobile .modal-mobile-content .settings .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(43px, 0, 0);
}
.modal-mobile .modal-mobile-content .settings .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .modal-mobile .modal-mobile-content .settings .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.modal-mobile .modal-mobile-content .settings .can-toggle label {
  font-size: 14px;
}
.modal-mobile .modal-mobile-content .settings .can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 72px;
  border-radius: 4px;
  border: 2px solid #CECECE;
  background: #fff;
}
.modal-mobile .modal-mobile-content .settings .can-toggle label .can-toggle__switch:before {
  top: 0px;
  left: 33px;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  line-height: 33px;
  width: 36px;
  padding: 0 12px;
  color: #131312;
    cursor: inherit ;
}
.modal-mobile .modal-mobile-content .settings .can-toggle label .can-toggle__switch:after {
  top: -2px;
  left: -2px;
  border-radius: 2px;
  width: 36px;
  line-height: 36px;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  background: #D71F37;
  color: #fff;
    cursor: inherit ;
}
.modal-mobile .modal-mobile-content .settings .can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(21px, 0, 0);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-small label {
  font-size: 13px;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 36px;
  flex: 0 0 72px;
  border-radius: 2px;
  border: 2px solid #CECECE;
  background: #fff;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  top: 0px;
  left: 33px;
  font-size: 10px;
  font-family: "Nunito", sans-serif;
  line-height: 33px;
  width: 36px;
  padding: 0 12px;
  color: #131312;
    cursor: inherit ;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: -2px;
  left: -2px;
  border-radius: 1px;
  width: 36px;
  line-height: 36px;
  font-size: 10px;
  font-family: "Nunito", sans-serif;
  background: #D71F37;
  color: #fff;
    cursor: inherit ;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-large input[type=checkbox]:focus ~ label .can-toggle__switch:after, .modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-large input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-large input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(56px, 0, 0);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-large input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-large input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-large label {
  font-size: 14px;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-large label .can-toggle__switch {
  height: 36px;
  flex: 0 0 72px;
  border-radius: 4px;
  border: 2px solid #CECECE;
  background: #fff;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-large label .can-toggle__switch:before {
  top: 0px;
  left: 33px;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  line-height: 33px;
  width: 36px;
  padding: 0 12px;
  color: #131312;
    cursor: inherit ;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-large label .can-toggle__switch:after {
  top: -2px;
  left: -2px;
  border-radius: 2px;
  width: 36px;
  line-height: 36px;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  background: #D71F37;
  color: #fff;
    cursor: inherit ;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-1 input[type=checkbox][disabled] ~ label {
  color: rgba(181, 62, 116, 0.5);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-1 label .can-toggle__label-text {
  flex: 1;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-1 label .can-toggle__switch {
  transition: background-color 0.3s ease-in-out;
  background: #c14b81;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.6);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
  transition: transform 0.3s ease-in-out;
  color: #b53e74;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 input[type=checkbox][disabled] ~ label {
  color: rgba(68, 68, 68, 0.5);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  flex: 1;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: #515151;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.7);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #444;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(36px, 0, 0);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 label {
  font-size: 13px;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch {
  height: 36px;
  flex: 0 0 72px;
  border-radius: 60px;
  border: 2px solid #CECECE;
  background: #fff;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  top: 0px;
  left: 33px;
  font-size: 13px;
  font-family: "Nunito", sans-serif;
  line-height: 33px;
  width: 36px;
  padding: 0 12px;
  color: #131312;
    cursor: inherit ;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: -2px;
  left: -2px;
  border-radius: 30px;
  width: 36px;
  line-height: 36px;
  font-size: 13px;
  font-family: "Nunito", sans-serif;
  background: #D71F37;
  color: #fff;
    cursor: inherit ;
}
.modal-mobile .modal-mobile-content .settings .can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.modal-mobile .modal-mobile-content .settings .header-btn {
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: #D71F37;
  text-transform: uppercase;
  color: #fff;
  border: 0;
    cursor: inherit ;
}
.modal-mobile .modal-mobile-content .mobile-settings {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal-mobile .modal-mobile-content .mobile-settings .modal-mobile-btn {
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 330px;
  width: 100%;
  height: 70px;
  letter-spacing: 1px;
  font-family: "Nunito", sans-serif;
  background: #D71F37;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #131312;
  color: #fff;
    cursor: inherit ;
}
.modal-mobile .mobile-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 20px;
  height: 20px;
    cursor: inherit ;
}
.modal-mobile .mobile-close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.modal-mobile .mobile-close::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}

.fixed {
  display: flex;
  justify-content: center;
  position: fixed;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.sheight {
  height: auto !important;
}

.coopheight {
  height: auto !important;
}

.tabheight {
  display: block !important;
  height: auto !important;
  overflow: inherit !important;
}

.parthnersheight {
  height: auto !important;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.w-color {
  background: #fff !important;
  position: relative;
}
.w-color::after {
  content: "";
  position: absolute;
  background: #fff !important;
}
.w-color::before {
  content: "";
  position: absolute;
  background: #fff !important;
}

/* netral classes */
/* 
* {
    box-sizing: border-box;
  }

body {
    font-family: "Roboto";
    padding: 0;
    margin: 0;
    background: linear-gradient(-45deg, #183855 0, #183855 25%, #102331 50%, #22254c 75%, #22254c 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 100px;
    margin-left: 20px;
    color: #ecf0f1;
} */
.container {
  max-width: 50vw;
  margin: 0 auto;
}

select[data-multi-select-plugin] {
  display: none !important;
}

.multi-select-component {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  padding-bottom: 0px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.autocomplete-list {
  border-radius: 4px 0px 0px 4px;
}

.multi-select-component:focus-within {
  box-shadow: inset 0px 0px 0px 2px #78ABFE;
}

.multi-select-component .btn-group {
  display: none !important;
}

.multiselect-native-select .multiselect-container {
  width: 100%;
}

/* .selected-wrapper .selected-label {
  max-width: 514px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top;
} */
/* .selected-wrapper .selected-close {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.49em;
  margin-left: 5px;
  padding-bottom: 10px;
  height: 100%;
  vertical-align: top;
  padding-right: 4px;
  opacity: 0.2;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-weight: 700;
} */
.search-container {
  display: flex;
  flex-direction: row;
}

.search-container .selected-input {
  background: none;
  border: 0;
  height: 20px;
  width: 60px;
  padding: 0;
  margin-bottom: 6px;
  box-shadow: none;
}

.search-container .selected-input:focus {
  outline: none;
}

.dropdown-icon.active {
  transform: rotateX(180deg);
}

.search-container .dropdown-icon {
  display: inline-block;
  padding: 10px 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  border: 0 !important;
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23818181%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23818181%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}

.search-container ul {
  position: absolute;
  list-style: none;
  padding: 0;
  z-index: 3;
  margin-top: 29px;
  width: 100%;
  right: 0px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* .search-container ul :focus {
  outline: none;
} */
.search-container ul li {
  display: block;
  text-align: left;
  padding: 8px 29px 2px 12px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  min-height: 31px;
}

/* .search-container ul li:first-child {
  border-top: 1px solid #ccc;
  border-radius: 4px 0px 0 0;
}

.search-container ul li:last-child {
  border-radius: 4px 0px 0 0;
} */
/* .search-container ul li:hover.not-cursor {
  cursor: default;
}

.search-container ul li:hover {
  color: #333;
  background-color: rgb(251, 242, 152);
  ;
  border-color: #adadad;
    cursor: inherit ;
} */
/* Adding scrool to select options */
/* .autocomplete-list {
  max-height: 130px;
  overflow-y: auto;
} */
/* Formulaire multiselect*/
.ms-choice {
  border: 1px solid #CCC;
  box-shadow: none;
}

.ms-drop input[type=checkbox] {
  margin-right: 10px;
}

.form-control.ms-parent {
  padding: 0;
  width: 100% !important;
}

.form-control.ms-parent button {
  border: none;
}

.multiple-select select {
  border: none;
}

.multiple-select .btn-container {
  margin-top: 1.6em;
  text-align: right;
}

.modal-form-content .modal-form-text {
  padding: 30px 0 4px 0;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 576px) {
  .modal-form-content .modal-form-text {
    padding: 10px 0 4px 0;
  }
}
.modal-form-content .ms-parent {
  padding: 21px;
  border: 1px solid #131312;
}
@media (max-width: 1024px) {
  .modal-form-content .ms-parent {
    padding: 11px;
  }
}
@media (max-width: 576px) {
  .modal-form-content .ms-parent {
    padding: 11px;
  }
}
.modal-form-content .ms-parent .ms-choice span {
  padding: 20px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1024px) {
  .modal-form-content .ms-parent .ms-choice span {
    padding: 10px;
  }
}
.modal-form-content .ms-parent .ms-search {
  display: none;
}
.modal-form-content .ms-parent .ms-drop input[type=checkbox] {
  display: none;
}
.modal-form-content .ms-parent .ms-drop input[type=checkbox]:not(:checked) + span::after {
  border: 1px solid #9CB0C5;
}
.modal-form-content .ms-parent .ms-drop input[type=checkbox]:checked + span::before {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 7px solid #D71F37;
  z-index: 9;
}
.modal-form-content .ms-parent .ms-drop {
  left: -2px;
}
.modal-form-content .ms-parent .ms-drop ul {
  max-height: 250px !important;
  min-width: 384px;
  width: 100%;
}
@media (max-width: 1024px) {
  .modal-form-content .ms-parent .ms-drop ul {
    max-height: 240px !important;
  }
}
@media (max-width: 576px) {
  .modal-form-content .ms-parent .ms-drop ul {
    min-width: 345px;
  }
}
.modal-form-content .ms-parent .ms-drop ul::-webkit-scrollbar {
  width: 2px;
  background-color: #D71F37;
}
.modal-form-content .ms-parent .ms-drop ul li {
  padding: 20px 20px;
}
@media (max-width: 576px) {
  .modal-form-content .ms-parent .ms-drop ul li {
    padding: 15px;
  }
}
.modal-form-content .ms-parent .ms-drop ul label span {
  margin: 20px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}
.modal-form-content .ms-parent .ms-drop ul label span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #9CB0C5;
}
.modal-form-content .ms-parent .ms-drop ul label span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.bottom-label {
  font-size: 36pt;
  width: 49%;
  font-family: 'Nunito';
}
@media (max-width: 576px) {
	

  .bottom-label {
    font-size: 26pt;
    width: 49%;
    font-family: 'Nunito';
  }
}
/*# sourceMappingURL=style.css.map */





.market-service .market-top .market-right .market-right__btn:hover, .our-right__btn:hover, analytics-btn:hover,  
.parthner-btn:hover, .step-top-btn:hover, .services-btn:hover, .cooperation-btn:hover{
  background: #fff !important;
  color: #131312 !important;
  cursor: pointer;
}





.our-service .list { padding:20px; margin:20px;}
.our-service .list  li {list-style: disc}

.mpwrap .our-bottom-item {min-height: 700px !important;}









/* End */


/* Start:/local/templates/ProFashionSolutions/components/bitrix/menu/top_menu/style.min.css?1665779239490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/ProFashionSolutions/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/ProFashionSolutions/components/bitrix/menu/bottom_menu/style.min.css?1665779238490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/ProFashionSolutions/components/bitrix/menu/bottom_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/ProFashionSolutions/components/bitrix/menu/mobile_menu/style.min.css?1665779238490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/ProFashionSolutions/components/bitrix/menu/mobile_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/ProFashionSolutions/styles.css?17168304938710*/

.mp {
	background-image:url(/upload/happy-smiling-woman-pink-shirt-sofa-home-colorful-shopping-bags-holding-credit-card-paying-online-laptop.jpg)!important;
}

.our-service .list {
	padding:20px;
	margin:20px;
}

.our-service .list li {
	list-style:disc;
}



.item__title {
	font-size:48px;
	font-family:"Nunito",sans-serif;
	text-transform:uppercase;
}

.ecomlogo {
	width:100%;
	max-width:400px;
}

@media (max-width: 576px) {
	.mpwrap .our-bottom-item {
		min-height:auto!important;
	}
	
	.ecomlogo {
		width:70%;
		display:block;
	}
	
	.item__title {
		font-size:32px!important;
	}
	
	.mpwrap .s-header .market-title {
		font-size:32px!important;
	}
	
	.mp {
		background-size:150% !important;
		background-repeat:no-repeat!important;
		    background-position: top 100px left 0 !important;
	}
}

.hero-wrapp .marquee {
	overflow-x:hidden;
	background:#efefef;
}

.contwrap {
	background:#fff;
}

.conttxt {
	margin:auto;
	width:90%;
	padding:20px;
	font-size:1.2px em;
	font-family:"Nunito",sans-serif;
	color:#131312;
}

.conttxtgraybg {
	font-size:1.6em;
	padding:20px 0;
	font-family:"Nunito",sans-serif;
	color:#131312;
}

.hero-wrapp .company .company-list .company-item .company-block .company-block__text {
	z-index:100;
	position:relative;
}

.cooperation-list li img {
	width:90%;
	max-width:200%;
}

.hero-wrapp .service .service-list .service-item {
	list-style:none;
	width:33.3%;
}

.hero-wrapp .service .service-list .service-item img {
	width:100%;
}

/*.service-content .m-header-content {
  background: url("/local/templates/ProFashionSolutions/img/emarket1.jpg");
  background-size: cover;
  background-position-y: -100px;
  }*/
.service-content .m-header-content {
	background:url(/local/templates/ProFashionSolutions/img/emarket6.jpg);
	background-size:cover;
	background-attachment:fixed;
}

.service-content .s-header-content {
	background:url(/local/templates/ProFashionSolutions/img/it6.jpg);
	background-size:cover;
	background-position-y:-100px;
	background-attachment:fixed;
}

.market .market-list {
	justify-content:center;
}

.header .header-logo .logo {
	width:75px;
	height:75px;
}

.hero-wrapp {
	background-attachment:fixed;
}

/*.service-content .m-header-content .s-header .service-title, .service-content .m-header-content .s-header .market-title,
 .service-content .f-header-content .s-header .service-title, .service-content .f-header-content .s-header .market-title,
 .service-content .s-header-content .s-header .service-title, .service-content .s-header-content .s-header .market-title,
 .service-content .c-header-content .s-header .service-title, .service-content .c-header-content .s-header .market-title
{text-shadow: #ccc 3px 5px 2px, 2px 2px 8px rgba(0,0,0,0.25);}*/
.wrapp .contact-wrapp .contact-content .content-contact .contact-list {
	width:50%;
}

.our-right__btn,.parthner-btn,.step-top-btn,.analytics-btn,.market-right__btn,.working-right__btn,.omnichanel-btn {
	margin:40px auto!important;
}

.company-block__text {
	position:relative;
	z-index:100;
}

.content-contact {
	margin-bottom:40px;
}

.cont-descr {
	font-size:18px;
	font-family:"Nunito",sans-serif;
	text-decoration:none;
	color:#131312;
	float:left;
	margin-bottom:20px;
	height:110px;
}

.wrapp .contact-wrapp .contact-content .content-contact {
	display:block;
	width:48%;
	float:left;
	margin:1%;
}

#bx_1373509569_95 img {
	width:70%;
}

.market .market-list .market-item {
	max-width:none;
}

.footer a {
	color:#131312;
}

@media (max-width: 1600px) {
	.header .settings .header-btn {
		margin-right:20px;
	}
	
	.omnichanel .omnichanel-content .omnichanel-block {
		padding:100px 0 0;
		position:relative;
	}
	
	.omnichanel .omnichanel-content .omnichanel-block .omnichanel-subtext {
		font-size:32px;
		padding:0 40px;
	}
	
	.body-full .full .full-list .full-item .full-text {
		font-size:32px;
	}
	
	.company-service .company-service-content,.service-content section,.market,.service-content .c-header-content .s-header,.hero-wrapp .service,.body-full .full,.our-service,.hero-wrapp .hero-content .hero-content__title,.hero-wrapp .hero-content .content-block .block-content,.service-content .f-header-content .s-header,.service-content .s-header-content .s-header,.it-service,.hero-wrapp .services,.hero-wrapp .company,.cooperation,.footer .footer-wrapp,.service-content .m-header-content .s-header,.working .working-content,.gallery .gallery-top,.wrapp .contact-wrapp {
		max-width:90%;
		margin:auto;
	}
	
	.modal-form-content .ms-parent {
		padding:11px;
	}
	
	.modal .modal-wrapp .modal-form .modal-text {
		font-size:12px;
		text-transform:none;
	}
	
	.body-full .full .full-list .full-item {
		list-style:none;
		max-width:33%;
		width:33%;
	}
	
	.modal .modal-wrapp .modal-title {
		font-size:18px;
	}
	
	.modal .modal-wrapp .modal-form .modal-form-content .modal-input {
		min-height:40px;
		font-size:14px;
	}
	
	.gallery .gallery-box {
		padding:80px 0 180px 12px;
	}
	
	.gallery .gallery-box .box-link {
		width:33%;
		padding:1%!important;
	}
	
	.footer .footer-wrapp .wrapp-top .footer-list .footer-item .footer-link {
		font-size:.9em;
	}
	
	.hero-wrapp .services .services-list .services-item .services-block .services-block__title {
		font-size:1.9em;
	}
	
	.hero-wrapp .services .services-list .services-item .services-block .services-block__text {
		font-size:1.3em;
	}
	
	.hero-wrapp .hero-content .hero-content__title .stroke-title {
		line-height:normal;
		font-size:70%;
		padding:0;
	}
	
	.service-block__img {
		width:100%;
	}
	
	.gallery .gallery-box .gallery-img {
		width:100%;
	}
	
	.hero-wrapp .services .services-list .services-item,.market .market-list .market-item {
		width:33%!important;
		max-width:none;
	}
	
	.our-service .our-bottom {
		margin:auto;
	}
	
	.hero-wrapp .company .company-list .company-item:nth-child(1),.hero-wrapp .company .company-list .company-item:nth-child(2),.hero-wrapp .company .company-list .company-item:nth-child(3) {
		width:31%!important;
	}
	
	.hero-wrapp .company .company-list .company-item:nth-child(4),.hero-wrapp .company .company-list .company-item:nth-child(5) {
		width:48%!important;
	}
	
	.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(1),.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(2),.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(3) {
		width:31%!important;
	}
	
	.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(4),.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(5),.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(7),.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(8),.omnichanel-item {
		width:48%!important;
	}
	
	.hero-wrapp .company .company-list .company-item:nth-child(6) {
		width:100%!important;
	}
	
	.analytics-list {
		padding-left:20px;
	}
	
	.esolution .esolution-text {
		padding:20px;
		font-size:1.6em;
	}
	
	.hero-wrapp .hero-content .content-block {
		padding:0;
	}
}

@media (max-width: 800px) {
	.header .header-logo .logo {
		margin:0;
	}
	
	.gallery .gallery-box .box-link {
		width:100%;
		padding:0!important;
	}
}

.onmob {
	opacity:0;
}

.flex-cols {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	width:100%;
	margin:25px auto;
	max-width:1315px;
}

.flex-cols-col {
	flex:33.33%;
	font-size:24px;
	font-family:"Nunito",sans-serif;
}

@media (max-width: 500px) {
	.flex-cols-col {
		flex:100%;
	}
	
	.onmob {
		opacity:1;
	}
	
	.hero-wrapp .services .services-list .services-item,.market .market-list .market-item {
		width:100%!important;
		max-width:none;
	}
	
	.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(4),.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(5),.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(7),.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(8),.omnichanel-item {
		width:100%!important;
	}
	
	.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(1),.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(2),.analytics .analytics-bottom .analytics-list .analytics-item:nth-child(3) {
		width:100%!important;
	}
	
	.analytics .analytics-bottom .analytics-list .analytics-item .analytics-block__right .analytics-item__subtext {
		width:100%;
	}
	
	.body-full .full .full-list .full-item {
		max-width:100%;
		width:100%;
	}
	
	.footer .footer-wrapp .footer-content .footer-content__right .content-right__subtext {
		font-size:16px;
	}
	
	.cont-descr {
		height:auto;
	}
	
	.wrapp .contact-wrapp .contact-content .content-contact {
		display:block;
		width:98%;
		margin:1%;
	}
	
	.cooperation-mobile-swiper img {
		width:90%;
		max-width:90%;
	}
}
/* End */


/* Start:/local/templates/ProFashionSolutions/template_styles.css?174886683059*/
.b24-form-field-agreement-link { text-decoration:underline}
/* End */
/* /local/templates/ProFashionSolutions/css/style.css?1716830418185443 */
/* /local/templates/ProFashionSolutions/components/bitrix/menu/top_menu/style.min.css?1665779239490 */
/* /local/templates/ProFashionSolutions/components/bitrix/menu/bottom_menu/style.min.css?1665779238490 */
/* /local/templates/ProFashionSolutions/components/bitrix/menu/mobile_menu/style.min.css?1665779238490 */
/* /local/templates/ProFashionSolutions/styles.css?17168304938710 */
/* /local/templates/ProFashionSolutions/template_styles.css?174886683059 */
