@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Lato:wght@300;700&family=Montserrat:wght@300;400;500;600;700;800&display=swap");
* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

textarea {
  resize: none;
}

input,
textarea {
  border: none;
  font-size: 14px;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  background: none;
  background-color: #fff;
  padding: 24px 18px;
  border: 1px solid #F0F1F2;
  border-radius: 6px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333333;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333333;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333333;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #333333;
}

input::placeholder,
textarea::placeholder {
  color: #333333;
}

.to-cart {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 100;
}

.btn {
  border: none;
  background: linear-gradient(91.29deg, #48CFFD 0%, #38A5EA 97.15%);
  opacity: 0.88;
  border-radius: 12px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.075em;
  font-weight: 700;
  padding: 16px 25px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btn-orange {
  background: linear-gradient(135.78deg, #FDDA66 7.92%, #EBB813 112.81%);
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-icon::after {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/main/btn-icon.svg") no-repeat center center;
  margin-left: 15px;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  padding: 30px 0;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrap__mobile {
  display: none;
}

.header-wrap__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrap__logo--title {
  margin-left: 24px;
  max-width: 253px;
  font-size: 15px;
  line-height: 18px;
  font-style: italic;
  color: #333333;
}

.header-wrap__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrap__nav--contacts {
  margin-left: 10px;
  margin-right: 55px;
}

.header-wrap__nav--contacts .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  letter-spacing: .05em;
  color: #222222;
  margin-bottom: 11px;
}

.header-wrap__nav--contacts .email:hover {
  text-decoration: underline;
}

.header-wrap__nav--contacts .email svg {
  margin-right: 12px;
}

.header-wrap__nav--contacts .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrap__nav--contacts .socials a {
  width: 25px;
  height: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2.49275px 7.47826px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 2.49275px 7.47826px rgba(0, 0, 0, 0.11);
  margin: 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}

.header-wrap__nav--contacts .socials a:hover {
  opacity: .5;
}

.header-wrap__nav--phone {
  margin-right: 59px;
}

.header-wrap__nav--phone-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 16px;
  color: #838383;
}

.header-wrap__nav--phone-title::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #6CB966;
  margin-right: 9px;
  -webkit-animation: opacity 1s infinite;
          animation: opacity 1s infinite;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-wrap__nav--phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222222;
  font-weight: 700;
  margin-bottom: 18px;
}

.header-wrap__nav--phone a:hover {
  text-decoration: underline;
}

.header-wrap__nav--phone a svg {
  margin-right: 10px;
}

.nav {
  background-color: #50B1ED;
  padding: 18px 0;
}

.nav-wrap ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-wrap ul li {
  margin-bottom: 5px;
  margin-right: 79px;
}

.nav-wrap ul li:nth-child(6n+6) {
  margin-right: 0;
}

.nav-wrap ul li a {
  color: #fff;
}

.nav-wrap ul li a:hover {
  text-decoration: underline;
}

.main {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(352.27deg, rgba(248, 248, 248, 0.56) 6.34%, rgba(255, 255, 255, 0) 94.77%);
  min-height: 627px;
}

.main-bg {
  position: absolute;
  top: 0;
  right: 0;
}

.main-wrap {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}

.main-wrap__content h1 {
  max-width: 574px;
  font-size: 44px;
  line-height: 63px;
  font-weight: 400;
  color: #222;
  max-width: 574px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.main-wrap__content h1 span {
  color: #50B1ED;
  font-weight: 800;
}

.main-wrap__content h2 {
  max-width: 522px;
  margin-left: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  margin-bottom: 35px;
  position: relative;
}

.main-wrap__content h2::after {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  background: url("../img/main/check.svg") no-repeat center center/cover;
  position: absolute;
  left: -40px;
  top: 2px;
}

.main-wrap__content ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 700px;
  margin-bottom: 47px;
}

.main-wrap__content ul li {
  width: 100%;
  max-width: 356px;
  font-weight: 300;
  margin-left: 32px;
  position: relative;
  margin-bottom: 27px;
}

.main-wrap__content ul li::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/main/li.svg") no-repeat center center;
  position: absolute;
  left: -32px;
  top: 0;
}

.main-wrap__content ul li:nth-child(even) {
  max-width: 203px;
}

.about {
  margin: 87px 0;
}

.about-list {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-list .item {
  width: 100%;
  max-width: 290px;
  margin-right: 34px;
  text-align: center;
  margin-bottom: 50px;
}

.about-list .item:nth-child(4n+4) {
  margin-right: 0;
}

.about-list .item .icon {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  margin-bottom: 21px;
}

.about-list .item .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.about-list .item .text {
  font-weight: 300;
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-wrap__content {
  width: 100%;
  max-width: 811px;
}

.about-wrap__content h2 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  margin-bottom: 21px;
  text-transform: lowercase;
}

.about-wrap__content h2 strong {
  font-weight: 800;
  color: #1A1B2C;
}

.about-wrap__content h3 {
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 26px;
}

.about-wrap__content p {
  max-width: 730px;
  color: #222222;
  font-weight: 300;
}

.about-wrap__numbers {
  width: 100%;
  max-width: 300px;
}

.about-wrap__numbers .value {
  font-size: 142px;
  line-height: 206px;
  background: -webkit-gradient(linear, left top, left bottom, from(#49D1FE), color-stop(84.37%, #2271C1));
  background: linear-gradient(180deg, #49D1FE 0%, #2271C1 84.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.about-wrap__numbers .key {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #222;
}

.services {
  margin: 90px 0;
}

.services-wrap__title {
  font-size: 40px;
  line-height: 57px;
  font-weight: 300;
  color: #1A1B2C;
  margin-bottom: 60px;
  max-width: 1097px;
}

.services-wrap__title strong {
  font-weight: 700;
}

.services-wrap ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services-wrap ul li {
  width: 48%;
  position: relative;
  padding-left: 83px;
  margin-bottom: 44px;
}

.services-wrap ul li .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}

.services-wrap ul li .text p {
  font-weight: 300;
  padding-bottom: 5px;
}

.services-wrap ul li .counter {
  position: absolute;
  left: 0;
  top: 3px;
  width: 38px;
  height: 38px;
  background: -webkit-gradient(linear, left top, left bottom, from(#49D1FE), color-stop(84.37%, #2271C1));
  background: linear-gradient(180deg, #49D1FE 0%, #2271C1 84.37%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.services-wrap ul li .counter::after {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#49D1FE), color-stop(84.37%, #2271C1));
  background: linear-gradient(180deg, #49D1FE 0%, #2271C1 84.37%);
  opacity: 0.5;
  border-radius: 10px;
  display: block;
  content: '';
  position: absolute;
  left: -9px;
  top: -9px;
  border-radius: 50%;
  z-index: -1;
}

.info {
  margin: 120px 0;
}

.info-gallery {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-gallery a {
  width: 142px;
  height: 142px;
  margin-right: 16px;
  margin-bottom: 10px;
  display: block;
}

.info-gallery a:nth-child(8n+8) {
  margin-right: 0;
}

.info-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.info-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-wrap__title {
  width: 100%;
  font-size: 40px;
  line-height: 57px;
  color: #1A1B2C;
  font-weight: 400;
  margin-bottom: 27px;
}

.info-wrap__title strong {
  font-weight: 700;
}

.info-wrap__content {
  position: relative;
  z-index: 2;
  color: #000;
  width: 100%;
  max-width: 637px;
}

.info-wrap__content h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 22px;
}

.info-wrap__content h4 {
  font-weight: 600;
  padding: 8px 30px;
  background: linear-gradient(135.78deg, #FDDA66 7.92%, #EBB813 112.81%);
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 30px;
}

.info-wrap__content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

.info-wrap__image {
  width: 100%;
  max-width: 540px;
  margin-bottom: -20px;
}

.products {
  background-color: #FCFCFC;
  padding: 102px 0 50px;
}

.products-wrap__title {
  max-width: 799px;
  margin: 0 auto 12px;
  text-align: center;
  font-size: 40px;
  line-height: 57px;
  font-weight: 700;
  color: #1A1B2C;
}

.products-wrap__description {
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  max-width: 715px;
  margin: 0 auto;
  text-align: center;
}

.products-wrap__list {
  margin-top: 66px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.products-wrap__list .item {
  width: 100%;
  max-width: 400px;
  margin: 0px auto 20px;
  background-color: #fff;
  border: 1px solid #E9E9E9;
  border-radius: 12px;
}

.products-wrap__list .item:nth-child(4n+4) {
  margin-right: 0;
}

.products-wrap__list .item .content {
  padding: 0 18px;
}

.products-wrap__list .item .image {
  padding: 6px 17px 8px;
  height: 300px;
}

.products-wrap__list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-wrap__list .item .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #50B1ED;
  margin-bottom: 15px;
}

.products-wrap__list .item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 9px;
}

.products-wrap__list .item .flex .key {
  font-weight: 300;
  max-width: 90px;
}

.products-wrap__list .item .flex .value {
  max-width: 146px;
  font-weight: 600;
}

.products-wrap__list .item .price {
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  color: #121212;
  margin: 16px 0 0;
}

.products-wrap__list .item .price span {
  font-weight: 400;
  font-size: 14px;
}

.products-wrap__list .item .plus {
  font-size: 14px;
  line-height: 20px;
  color: #51B2EE;
  font-weight: 600;
}

.products-wrap__list .item .top {
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding: 0 18px;
  margin-top: 28px;
}

.products-wrap__list .item .top-item {
  padding: 9px 0;
  max-width: 80px;
  width: 100%;
}
.products-wrap__list .item .top-item.model {
  max-width: 130px !important;
}
.products-wrap__list .item .attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #666666;
  padding: 0 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 78%;
}

.products-wrap__list .item .attr::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 400px;
  height: 1px;
  background-color: #EAEAEA;
}

.products-wrap__list .item .attr:hover {
  background-color: #F8D150;
}

.products-wrap__list .item .attr-item {
  width: 100%;
  max-width: 60px;
  padding: 7px 0;
  white-space: nowrap;
}
.products-wrap__list .item .attr-item.name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 125px !important;
}

.products-wrap__list .item .buy {
  margin-top: 20px;
  width: 100%;
  padding: 0 20px 24px;
}

.products-wrap__list .item .buy .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.products-wrap__list .item .buy .btn svg {
  margin-left: 4px;
}

.action-wrap {
  max-width: 1611px;
  margin: 120px auto 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(#49D1FE), color-stop(84.37%, #2271C1));
  background: linear-gradient(180deg, #49D1FE 0%, #2271C1 84.37%);
  -webkit-box-shadow: 0px 2px 0px #3A55B6, 0px 4px 10px rgba(68, 68, 68, 0.13);
          box-shadow: 0px 2px 0px #3A55B6, 0px 4px 10px rgba(68, 68, 68, 0.13);
  border-radius: 20px;
  padding: 22px 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  position: relative;
}

.action-wrap::after {
  background: url("../img/main/bg-action.png") no-repeat center center/cover;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.action-wrap__image {
  max-width: 384px;
  width: 100%;
  margin-right: 70px;
  position: relative;
  z-index: 2;
}

.action-wrap__content {
  width: 100%;
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 63px;
  position: relative;
  z-index: 2;
}

.action-wrap__content .left {
  width: 100%;
  max-width: 485px;
  margin-right: 10px;
}

.action-wrap__content .left .title {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 15px;
}

.action-wrap__content .left .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.action-wrap__content .left .text-icon {
  width: 72px;
  margin-right: 8px;
}

.action-wrap__content .left .text-info {
  width: 85%;
  font-weight: 800;
  font-size: 18px;
  line-height: 29px;
}

.action-wrap__content .left .text-info a {
  color: #fff;
}

.action-wrap__content .left .text-info a:hover {
  text-decoration: underline;
}

.action-wrap__content .left .text-info a svg {
  margin-left: 10px;
  margin-right: 6px;
  margin-bottom: -2px;
}

.action-wrap__content .right {
  width: 100%;
  max-width: 300px;
}

.action-wrap__content .right input {
  width: 100%;
  margin-bottom: 14px;
}

.action-wrap__content .right .btn {
  width: 100%;
  padding: 22px;
  letter-spacing: 0.075em;
}

.contacts {
  padding: 76px 0 66px;
}

.contacts-title {
  text-align: center;
  font-size: 40px;
  line-height: 57px;
  font-weight: 700;
  color: #1A1B2C;
  margin-bottom: 76px;
}

.contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts-wrap__form {
  width: 100%;
  max-width: 510px;
}

.contacts-wrap__form--title {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 30px;
}

.contacts-wrap__form input,
.contacts-wrap__form textarea {
  width: 100%;
  margin-bottom: 16px;
  padding: 18px 25px;
  font-family: "Montserrat", sans-serif;
}

.contacts-wrap__form textarea {
  min-height: 178px;
}

.contacts-wrap__form .btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 379px;
  text-transform: uppercase;
  padding: 20px;
}

.contacts-wrap__info {
  max-width: 310px;
  width: 100%;
  margin-right: 187px;
  font-size: 19px;
  font-weight: 300;
}

.contacts-wrap__info--title {
  margin-bottom: 20px;
  font-weight: 700;
  padding-left: 52px;
}

.contacts-wrap__info .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 52px;
}

.contacts-wrap__info .socials a {
  margin-right: 31px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contacts-wrap__info .socials a:hover {
  opacity: .5;
}

.contacts-wrap__info .item {
  position: relative;
  padding-left: 52px;
  margin-bottom: 55px;
}

.contacts-wrap__info .item a {
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.contacts-wrap__info .item a:hover {
  text-decoration: underline;
}

.contacts-wrap__info .item::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.contacts-wrap__info .item-1 {
  line-height: 40px;
}

.contacts-wrap__info .item-1::after {
  top: 10px;
  background: url("../img/main/work.svg") no-repeat center center;
}

.contacts-wrap__info .item-2::after {
  background: url("../img/main/phone.svg") no-repeat center center;
}

.contacts-wrap__info .item-3::after {
  background: url("../img/main/email.svg") no-repeat center center;
}

.contacts-wrap__info .item-4 {
  font-size: 17px;
}

.contacts-wrap__info .item-4::after {
  background: url("../img/main/map.svg") no-repeat center center;
}

.product {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-active {
  opacity: 1;
  visibility: visible;
}

.product-wrap {
  width: 100%;
  height: 90%;
  overflow-y: auto;
  max-width: 1365px;
  background-color: #fff;
  padding: 50px;
  position: relative;
}

.product-wrap .slick-arrow {
  font-size: 0;
  border: none;
  background: url("../img/main/slick-arrow.svg") no-repeat center center;
  width: 18px;
  height: 31px;
  cursor: pointer;
  position: absolute;
  top: 40%;
}

.product-wrap .slick-prev {
  left: -30px;
}

.product-wrap .slick-next {
  right: -30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-wrap__close {
  position: absolute;
  right: 16px;
  top: 18px;
  cursor: pointer;
}

.product-wrap__description {
  margin-top: 71px;
}

.product-wrap__description .list {
  margin-top: 32px;
}

.product-wrap__description .list .item {
  display: none;
}

.product-wrap__description .list .item-title {
  background-color: #A2A2A2;
  padding: 19px 50px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}

.product-wrap__description .list .item ul {
  list-style-type: none;
}

.product-wrap__description .list .item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  padding: 20px 17px;
}

.product-wrap__description .list .item ul li:nth-child(even) {
  background-color: #F2F2F2;
}

.product-wrap__description .list .item ul li .key {
  width: 100%;
  max-width: 500px;
}

.product-wrap__description .list .active {
  display: block;
}

.product-wrap__description .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 23px;
  border-bottom: solid 1px #000000;
}

.product-wrap__description .tabs .item {
  margin-right: 156px;
  cursor: pointer;
}

.product-wrap__description .tabs .item:nth-child(3n+3) {
  margin-right: 0;
}

.product-wrap__description .tabs .active {
  position: relative;
}

.product-wrap__description .tabs .active::after {
  content: '';
  display: block;
  width: 100%;
  height: 9px;
  background-color: #5CD0FB;
  position: absolute;
  left: 0;
  bottom: -26px;
}

.product-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-wrap__list .gallery {
  max-width: 450px;
  width: 100%;
  margin-right: 71px;
}

.product-wrap__list .gallery-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
}

.product-wrap__list .gallery-slider {
  padding: 0 10px;
}

.product-wrap__list .gallery-slider .wrapper .item {
  width: 100px;
  height: 110px;
  border: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 14px;
}

.product-wrap__list .gallery-slider .wrapper .item img {
  width: 100%;
  height: 100%;
}

.product-wrap__list .meta {
  width: 100%;
  max-width: 512px;
}

.product-wrap__list .meta .title {
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
  color: #50B1ED;
  margin-bottom: 15px;
}

.product-wrap__list .meta .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 23px;
}

.product-wrap__list .meta .status svg {
  margin-left: 12px;
}

.product-wrap__list .meta .price {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 16px;
}

.product-wrap__list .meta .price span {
  font-weight: 500;
}

.product-wrap__list .meta .plus {
  font-weight: 600;
  color: #52B5EF;
  margin-bottom: 36px;
}

.product-wrap__list .meta .plus span {
  font-weight: 400;
}

.product-wrap__list .meta .flex .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 9px;
}

.product-wrap__list .meta .flex .item .key {
  margin-right: 20px;
  width: 100%;
  max-width: 98px;
}

.product-wrap__list .meta .flex .item .value {
  font-weight: 600;
}

.product-wrap__list .meta .btn {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-wrap__list .meta .btn svg {
  margin-left: 16px;
}

.product-wrap__list .meta ul {
  list-style-type: none;
  margin-top: 37px;
}

.product-wrap__list .meta ul li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}

.product-wrap__list .meta ul li .counter {
  position: absolute;
  left: 0;
  top: 3px;
  width: 23px;
  height: 23px;
  background: -webkit-gradient(linear, left top, left bottom, from(#49D1FE), color-stop(84.37%, #2271C1));
  background: linear-gradient(180deg, #49D1FE 0%, #2271C1 84.37%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  z-index: 2;
}

.product-wrap__list .meta ul li .counter span {
  z-index: 2;
  position: relative;
}

.product-wrap__list .meta ul li .counter::after {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#49D1FE), color-stop(84.37%, #2271C1));
  background: linear-gradient(180deg, #49D1FE 0%, #2271C1 84.37%);
  opacity: 0.5;
  border-radius: 10px;
  display: block;
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  z-index: 0;
}

.product-wrap__list .sale {
  background-color: #F8D150;
  border-radius: 9px;
  padding: 16px 42px;
  position: relative;
  margin-top: 52px;
  font-size: 25px;
  font-weight: 800;
  color: #fff;
}

.product-wrap__list .sale::after {
  content: '';
  display: block;
  width: 50px;
  height: 130px;
  background: url("../img/main/man.png") no-repeat center center/contain;
  position: absolute;
  right: 5px;
  bottom: 0;
}

.product-wrap__list .sale span {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  display: block;
}

.product-wrap__list .variations {
  margin-top: 39px;
}

.product-wrap__list .variations .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #F7F7F7;
  padding: 9px 17px;
}

.product-wrap__list .variations .top .item {
  width: 100%;
  max-width: 70px;
}

.product-wrap__list .variations .table {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 9px 17px;
  cursor: pointer;
}

.product-wrap__list .variations .table::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EAEAEA;
  max-width: 436px;
  position: absolute;
  bottom: 0;
}

.product-wrap__list .variations .table:hover {
  background-color: #F8D150;
}

.product-wrap__list .variations .table .item:nth-child(1) {
  font-weight: 600;
}

@-webkit-keyframes opacity {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes opacity {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 1450px) {
  .main-bg {
    right: -200px;
  }
  .action-wrap__content .left .text-info a {
    display: block;
  }
  .action-wrap__content .left .text-info a svg {
    margin-left: 0;
  }
}

@media (max-width: 1350px) {
  .action-wrap {
    padding: 22px 50px;
  }
  .action-wrap__image {
    max-width: 300px;
    margin-right: 20px;
  }
}

@media (max-width: 1276px) {
  .nav-wrap ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-wrap ul li {
    margin-right: 30px;
  }
  .main-bg {
    top: -50px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .main-wrap__content ul {
    margin-bottom: 27px;
  }
  .main-wrap__content ul li:nth-child(1n+1) {
    max-width: 100%;
  }
  .products-wrap__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info {
    margin: 60px 0;
  }
  .info-gallery {
    margin-top: 30px;
  }
  .info-wrap__image {
    display: none;
  }
}

@media (max-width: 1200px) {
  .header-wrap__logo--title {
    display: none;
  }
  .action-wrap__image {
    display: none;
  }
  .action-wrap__content {
    max-width: 100%;
  }
}

@media (max-width: 1075px) {
  .about-wrap__content {
    margin-right: 30px;
  }
  .main {
    min-height: auto;
  }
  .main-bg {
    display: none;
  }
  .main-wrap__content h1,
  .main-wrap__content h2 {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .products-wrap__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products-wrap__list .item {
    max-width: 100%;
    width: 47%;
  }
  .products-wrap__list .item:nth-child(1n+1) {
    margin: 0 auto 30px;
  }
  .about-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-list .item {
    width: 48%;
    max-width: 100%;
  }
  .about-list .item:nth-child(1n+1) {
    margin: 0 0 30px;
  }
  .product-wrap {
    overflow-x: hidden;
  }
  .product-wrap__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-wrap__list .gallery {
    margin-right: 0;
  }
  .product-wrap__list .meta {
    max-width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .product-wrap__list .meta .status {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-wrap__list .meta .flex .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-wrap__list .meta .btn {
    max-width: 400px;
    margin: 30px auto 0;
  }
  .product-wrap__list .meta ul li {
    display: inline-block;
    margin-bottom: 30px;
  }
}

@media (max-width: 968px) {
  .header-wrap__nav--contacts {
    margin-right: 20px;
  }
}

@media (max-width: 868px) {
  .header {
    padding: 14px 0;
  }
  .header-wrap__nav {
    display: none;
  }
  .header-wrap__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-wrap__mobile a {
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 2.49275px 7.47826px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 2.49275px 7.47826px rgba(0, 0, 0, 0.11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 15px;
    border-radius: 50%;
  }
  .header-wrap__mobile .open-cart {
    background: -webkit-gradient(linear, left top, left bottom, from(#5CD2FB), to(#4FAFEC));
    background: linear-gradient(180deg, #5CD2FB 0%, #4FAFEC 100%);
    -webkit-box-shadow: 0px 2.49275px 7.47826px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 2.49275px 7.47826px rgba(0, 0, 0, 0.11);
  }
  .header-wrap__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 29px;
    height: 17px;
    margin-left: 27px;
    cursor: pointer;
    z-index: 1001;
    position: relative;
  }
  .header-wrap__menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: url("../img/main/menu.svg") no-repeat center center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap__menu--active {
    margin-top: 1em;
  }
  .header-wrap__menu--active span:nth-child(1) {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .header-wrap__menu--active span:nth-child(2) {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    position: absolute;
  }
  .header-wrap__menu--active span:nth-child(3) {
    opacity: 0;
  }
  .nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-active {
    opacity: 1;
    visibility: visible;
  }
  .nav .container {
    height: 100%;
  }
  .nav-wrap {
    height: 100%;
  }
  .nav-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    overflow-y: auto;
  }
  .nav-wrap ul li:nth-child(1n+1) {
    margin: 0 0 30px;
  }
  .about {
    margin: 0;
  }
  .about-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-wrap__content {
    max-width: 100%;
    margin: 0 0 10px;
  }
  .about-wrap__numbers {
    max-width: 100%;
  }
  .services-wrap ul li {
    max-width: 100%;
    width: 100%;
  }
  .action-wrap {
    padding: 50px 30px;
  }
  .action-wrap__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: 0;
  }
  .action-wrap__content .left {
    max-width: 100%;
    margin: 0 0 30px;
  }
  .action-wrap__content .left .text-icon {
    display: none;
  }
  .action-wrap__content .left .text-info {
    width: 100%;
    margin: 0;
  }
  .contacts-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts-wrap__info {
    margin-top: 50px;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
  .contacts-wrap__info .item {
    display: inline-block;
  }
  .product-wrap__description .tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-wrap__description .tabs .item {
    width: 100%;
  }
  .product-wrap__description .tabs .item:nth-child(1n+1) {
    margin: 0 0 10px;
  }
  .product-wrap__description .tabs .active {
    color: #5CD0FB;
  }
  .product-wrap__description .tabs .active::after {
    display: none;
  }
  .product-wrap__description .list .item ul li .key,
  .product-wrap__description .list .item ul li .value {
    max-width: 100%;
    width: 49%;
    word-wrap: break-word;
  }
}

@media (max-width: 620px) {
  .product-wrap__list .gallery-slider .wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 578px) {
  .btn {
    padding: 15px;
    font-size: 12px;
  }
  .main-wrap__content h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .main-wrap__content h2 {
    font-size: 16px;
    line-height: 21px;
  }
  .main-wrap__content ul li {
    font-size: 14px;
  }
  .products-wrap__title {
    font-size: 30px;
    line-height: 40px;
  }
  .products-wrap__list .item {
    width: 100%;
    max-width: 350px;
  }
  .products-wrap__list .item .btn {
    font-size: 15px;
  }
  .about {
    text-align: center;
  }
  .about-wrap__content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .about-wrap__numbers .value {
    font-size: 80px;
    line-height: 90px;
  }
  .about-list {
    margin-top: 30px;
  }
  .about-list .item {
    width: 100%;
  }
  .services-wrap__title {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
  }
  .services-wrap ul li {
    padding-left: 60px;
  }
  .services-wrap ul li .counter {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    left: -5px;
  }
  .services-wrap ul li .title {
    font-size: 20px;
    line-height: 30px;
  }
  .services-wrap ul li p {
    font-size: 14px;
  }
  .info-gallery a {
    width: 110px;
    height: 110px;
  }
  .info-wrap__title {
    font-size: 26px;
    line-height: 40px;
  }
  .info-wrap__content h3 {
    font-size: 16px;
  }
  .info-wrap__content p {
    font-size: 14px;
    line-height: 21px;
  }
  .action-wrap {
    margin: 60px 0;
    padding: 50px 15px;
  }
  .action-wrap__content .left .title {
    font-size: 20px;
    line-height: 30px;
  }
  .action-wrap__content .left .text-info {
    font-size: 14px;
  }
  .contacts {
    padding-bottom: 30px;
  }
  .contacts-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .contacts-wrap__form--title {
    font-size: 16px;
    text-align: center;
  }
  .contacts-wrap__info .item {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .contacts-wrap__info .socials {
    margin-top: 30px;
  }
}

@media (max-width: 370px) {
  .product-wrap {
    padding: 50px 15px;
  }
  .product-wrap .slick-prev {
    left: -10px;
  }
  .product-wrap .slick-next {
    right: -10px;
  }
}

*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
  background-color: #38A5EA;
  border-radius: 20px;
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 20px;
}


/** New Css **/
.products-wrap__list .btn.buy-item {
  padding: 5px;
  border-radius: 5px;
  margin: 5px 0px;
  font-size: 13px;
}
.products-wrap__list .attr__container{
  display: flex;
}

.models__container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.models_body {
  width: max-content;
  height: auto;
  padding: 10px;
  margin: 0 10px;
  text-align: center;
  border: 2px solid #eee;
  border-radius: 10px;
}
.models_body:hover {
  border-color: #50b1ed;
}
.models_body.active {
  border-color: #50b1ed;
}
.models_text {
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 100%;
}
.models_body img {
  display: none;
  border-radius: 5px;
}
li#menu-item-412 {
  margin-right: 0;
  margin-left: 79px;
}
.item .buy a{
  display: none!important;
}

@media (max-width: 767px) {
  .products-wrap__list {
    display: block;
  }
  .products-wrap__list .item .top-item {
    max-width: 80px!important;
  }
  .products-wrap__list .item .top-item.model {
    max-width: 95px!important;
  }
  .products-wrap__list .item .attr-item.square{
    padding-left: 5px;
  }
  .products-wrap__list .btn.buy-item {
    padding: 3px!important;
    font-size: 12!important;
  }
  .products-wrap__list .item .attr-item.name{
    max-width: 90px!important;
  }
  .models_body {
    margin: 0 5px;
  }
  .models_text {
    font-size: 12px;
  }
  li#menu-item-412 {
    margin-right: 0;
    margin-left: 0;
  }

  .product-wrap__list .meta .title {
    font-size: 17px;
    line-height: 24px;
  }
  .total-wrap__title {
    font-size: 24px;
  }
  td.product-thumbnail {
    flex-direction: unset;
  }
  td.product-thumbnail a {
    max-width: none;
    width: 45%;
    margin: auto;
    font-size: 14px;
  }
  td.product-price {
    display: none;
  }
  td.product-quantity {
    display: flex;
  }
  .price_new.hide-pc {
    display: block !important;
    margin: auto;
  }

}