

/* ------------------  GENERAL --------------------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	color: #000;
	font-size: 62.5%;
}

body, html {
	color: #202228;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	height: 100vh;
	line-height: 1;
}

.inner {
	width: 100%;
	max-width: 1920px;
	height: 100%;
	margin: 0 auto;
	
}

.wrapper {
	position: relative;
	box-sizing: border-box;
	min-height: 100%;
	padding-bottom: 28.8rem;
	overflow: hidden;
}

.footer {
	height: 28.8rem;
	margin-top: -28.8rem;
}


ul {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

input,
textarea,
select,
input:active,
textarea:active {
    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;
    font-family: 'Inter', sans-serif;
   
    -moz-outline: none !important;
}	

textarea {
    overflow: auto;
}

input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset] {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

button {
	cursor: pointer;
	border: none;
	background: none;
	font-family: 'Inter', sans-serif;
}

a:active, a:focus, div:active, div:focus, button:active, button:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
} 

.content {
	width: 100%;
	max-width: 1420px; 
	margin: 0 auto;
	position: relative; 
}


.img {
	display: flex;
	overflow: hidden;
	position: relative;
}

.img img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

a, a > span {
  position: relative;
  color: inherit;
  text-decoration: none;
}
a:before, a:after, a > span:before, a > span:after {
  content: '';
  position: absolute;
  transition: transform .3s ease;
}	


.effect-3 {
  display: inline-block;
  overflow: hidden;
}
.effect-3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #B777BE;
  transform: translateX(-100%);
}
.effect-3:hover:before {
  transform: translateX(0);
}

.button-blick {
	position: relative;
	transition: all .6s ease;
	overflow: hidden;
}

.button-blick span {
  z-index: 20;
}

.button-blick::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}

.button-blick:hover::after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


.main-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	transition: .3s all;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 700;
}

.main-btn__arrow {
	width: 2rem;
	height: 2rem;
	margin-left: 1.5rem;
	transition: .4s all;
	fill: #fff;
}

.main-btn:hover .main-btn__arrow {
	transform: translateX(1.5rem);
}

.btn-bordered {
	border: 1px solid #40A3FF;
}

.btn-bordered:hover {
	color: #40A3FF;
}

.btn-more {
	background: linear-gradient(90deg, #40A3FF 0%, #32B5FF 100%);
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 900;
}

.section-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 4.8rem;
	font-size: 500;
	line-height: 1.1;
	letter-spacing: 1.3px;
}

.section-subtitle {
	color: #6A6A6A;
	font-size: 2rem;
}

/* ------------------  Breadcumbs --------------------*/

.breadcumbs {
	display: flex;
	a;align-items: center;
	margin: 4.2rem 0 5.2rem;
}

.breadcumbs__item {
	position: relative;
	margin-right: 4rem;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(103, 110, 135, 0.1);
	color: #676e87;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 300;
}

.breadcumbs__item:last-child {
	margin-right: 0;
	border-bottom: none;
	color: #202228;
	font-weight: 400;
}

.breadcumbs__item:last-child .breadcumbs__link {
	cursor: default;
}

.breadcumbs__item::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -2.2rem;
	width: 5px;
	height: 1px;
	background-color: rgba(103, 110, 135, 0.1);
}

.breadcumbs__item:last-child::after {
	display: none;
}



/* ------------------  Header --------------------*/

.header-absolute {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
} 

.header__top {
	display: flex;
	justify-content:space-between;
	align-items: center;
	padding-top: 4.8rem;
}

.header__top-inside {
	padding-top: 3.8rem;
}

.logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 26.058%;
	height: 6.9rem;
}

.logo__img {
	top: -.5rem;
	flex-shrink: 0;
	width: 16.8rem;
	height: 5.32rem;

}
 
.logo__title{
	position: relative;
	display: flex;
	align-items: center;
	max-width: 16.5rem;
	height: 100%;
	padding-left: 2.9rem;
	border-left: 1px solid rgba(32, 34, 40, .1);
	color: #202228;
	font-size: 1.4rem;
	font-weight: 200;
	line-height: 1.22;
}

.main-nav {
	position: relative;
	left: -1.6rem;
	width: 21%;
}

.main-nav__list {
	display: flex;
	flex-wrap: wrap;
}

.main-nav__item {
	width: 45.5%;
	font-size: 1.6rem;
}

.main-nav__link {
	display: block;
	transition: .3s all;
	padding: .4rem .3rem;
}

.main-nav__link:hover {
	color: #83C3FF;
}

.header__feedback {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 35.91%;
}

.social {
	display: flex; 
}

.social__item {
	margin-right: 1.5rem;
}

.main-nav__item:last-child {
	margin-right: 0;
}

.social__link {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #40A3FF;
	width: 4rem;
	height: 4rem;
}

.social-1 {
	width: 2rem;
	height: 2rem;
}

.social-2 {
	width: 2.2rem;
	height: 2.2rem;
}

.social__link svg {
	transition: .3s all;
}

.social__link:hover svg{
	fill: #40A3FF;
}

.header__phone {
	margin-right: 2rem;
	margin-left: auto;
	transition: .3s all;
	font-size: 1.8rem;
	font-weight: 700;
}

.header__phone:hover {
	color: #83C3FF;
}

.header__call {
	width: 17rem;
	height: 4rem;
}

/* ------------------  Header gallery --------------------*/

.header__gallery {
	position: relative;
	margin-bottom: 10.8rem;
}

.header__swiper {
  width: 100%;
  height: 83.2rem;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header__slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.header__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header__btn-wrap {
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 22rem;
	height: 6rem;
	padding: 0 3rem;
	border-radius: 1rem;
	background-color: #fff;
	overflow: hidden;
}

.header__btn-next, .header__btn-prev {
    position: relative;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #fff;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.header__btn-next {
	background-image: url(../img/header-slide-next.svg);
}

.header__btn-prev {
	left: 0;
	background-image: url(../img/header-slide-prev.svg);
}

.swiper-pagination {
    position: static;
    align-self: center;
    font-size: 2.4rem;
	font-weight: 300;
	color: #202228;
}

.swiper-pagination-current {
	color: #676e87;
	font-weight: 500;
}

/* ------------------  Benefits --------------------*/

.benefits {
	margin-bottom: 7.2rem;
}

.benefits__list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.benefits__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 33.10%;
	min-height: 11.9rem;
	background-image: url(../img/benefits-item-bg.svg);
	background-position: center top;
	background-repeat: no-repeat;
}

.benefits__title {
	margin-bottom: 1.3rem;
	color: #40A3FF;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 700;
}

.benefits__subtitle {
	font-size: 2rem;
	line-height: 1;
	font-weight: 300;
}

/* ------------------  Offer --------------------*/

.offer {
	margin-bottom: 15rem;
}

.offer__item {
	display: flex;
	justify-content: space-between;
	height: 65rem;
	margin-bottom: 10rem;
	border-radius: 5rem;
	background-image: url(../img/offer-goods-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.offer__item:last-child {
	margin-bottom: 0;
}

.offer__goods .offer__main {
	width: 26.05%;
	margin-left: 12rem;
	margin-top: 13.2rem;
}

.offer__market .offer__main {
	width: 31.11%;
	margin-right: 13.7rem;
	margin-top: 14.2rem;
}

.offer__title {
	margin-bottom: 3rem;
	color: #fff;
	font-size: 6.4rem;
	line-height: 1.09;
	font-weight: 700;
}

.offer__desc {
	margin-bottom: 4.2rem;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.5;
}

.offer__link {
	width: 34rem;
	height: 7rem;
}

.offer__img  {
	width: 80.3rem;
	height: 61.12rem;
}

.offer__img img {
	max-width: 100%;
	max-height: 100%;
}

.offer__market .offer__img {
	align-self: flex-end;
}

.offer__goods .offer__img {
	width: 70rem;
	height: 52rem;
	margin-right: 7rem;
	margin-top: 6rem;
}

/* ------------------  About --------------------*/

.about {
	display: flex;
	justify-content: space-between;
	margin-bottom: 17rem;
}

.about__gallery {
	position: relative;
}

.about__gallery::after {
	content: '';
	position: absolute;
	top: 4.7rem;
	right: -5rem;
	width: 59rem;
	height: 62rem;
	background-image: url(../img/about-gallery-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}

.about__swiper {
  width: 82rem;
  height: 62rem;
  overflow: hidden;
  border-radius: 5rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.about__slide {
	width: 100%;
	height: 100%;
	border-radius: 5rem;
	overflow: hidden;
}

.about__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about__btn-wrap {
	position: absolute;
	left: -2rem;
	bottom: -2rem;
	width: 20rem;
	height: 10rem;
	box-shadow: 0px 3.33333px 133.333px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	overflow: hidden;
}

.about__btn-next, .about__btn-prev {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.about__btn-next {
	right: 0;
	background-image: url(../img/arrow-small-right.svg);
}

.about__btn-prev {
	left: 0;
	background-image: url(../img/arrow-small-left.svg);
}

.about__main {
	width: 34%;
	padding-top: 4.3rem;
}

.about__title {
	position: relative;
	max-width: 41.3rem;
	margin-bottom: 3rem;
	font-size: 6.4rem;
	line-height: 1.09;
	font-weight: 700;
}

.about__title::before {
	content: '';
	position: absolute;
	top: 0;
	left: -4.3rem;
	width: 3px;
	height: 100%;
	background-color: #40A3FF;
}

.about__desc {
	margin-bottom: 6rem;
}

.about__desc p {
	margin-bottom: 2rem;
	color: #676E87;
	font-size: 2rem;
	line-height: 1.8;
}

.about__desc p:last-child {
	margin-bottom: 0;
}

.about__link {
	width: 34rem;
	height: 7rem;
}

/* ------------------  Order --------------------*/

.order {
	background-image: url(../img/order-bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.order__inner {
	padding: 7.2rem 12rem 7.6rem;
	box-shadow: 0 4px 160px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	border-radius: 5rem 5rem 0 0;
}

.order__title {
	margin-bottom: 2rem;
	font-size: 6.4rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

.order__subtitle {
	margin-bottom: 3.6rem;
	color: #676e87;
	font-size: 3rem;
	font-weight: 300;
	text-align: center;
}

.order__form {
	margin-bottom: 6rem;
}

.order__main {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 4rem;
}

.order__wrap {
	width: 39.2%;
}

.order__textarea {
	width: 57.5%;
}

.order__input {
	position: relative;
	height: 7rem;
	margin-bottom: 3rem;
}

.order__input:last-child {
	margin-bottom: 0;
}

.order__input input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 3rem;
	border: 1px solid #f0f1f3;
	border-radius: 1rem;
	color: #676e87;
	font-size: 2rem;
	font-weight: 300;
}

.order__input-ico {
	position: absolute;
	top: 2.4rem;
	right: 3rem;
	width: 2.4rem;
	height: 2.4rem;
	fill: #676e87;
}

.order__textarea {
	position: relative;
}

.order__textarea textarea {
	display: block;
	width: 100%;
	min-height: 17rem;
	padding: 2.2rem 2.8rem;
	border: 1px solid #f0f1f3;
	border-radius: 1rem;
	color: #676e87;
	font-size: 2rem;
	font-weight: 300;
}

.order__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.order__btn {
	width: 46rem;
	height: 7rem;
	margin-left: 1rem;
}

.order__check-link {
	display: inline-block;
	font-weight: 500;
	border-bottom: 1px solid rgba(103, 110, 135, .2);
}

.order__policy {
	display: flex;
	align-items: center;
	color: #676e87;
	font-size: 14px;
	font-weight: 300;
}

.order__policy-ico {
	flex-shrink: 0;
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 1rem;
	fill: #5dbbff;
}

.question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.7rem;
	border: 1px solid #f0f1f3;
	border-radius: 1rem;
}

.question__main {
	display: flex;
	align-items: center;
}

.question__ico {
	flex-shrink: 0;
	width: 6.8rem;
	height: 6.8rem;
	margin-right: 1.7rem;
	fill: #5dbbff;
}

.question__title {
	margin-bottom: 1.3rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
}

.question__subtitle {
	color: #676e87;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
}

.question__link {
	width: 30rem;
	height: 6rem;
	color: #36afff;
	font-size: 1.8rem;	
	font-weight: 900;
}


/* ------------------  Footer --------------------*/

.footer {
	background-color: #202228;
	color: #fff;
}

.footer__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5.9rem 0 6rem;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.footer__logo .logo__title {
	color: #ffffff;
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.footer__nav {
	width: 33%;
}

.footer__nav-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__nav-link {
	transition: .3s all;
	font-size: 1.6rem;
	font-weight: 400;
}

.footer__nav-link:hover {
	color: #83c3ff;
}

.footer__feedbak {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__phone {
	display: inline-block;
	margin-right: 2rem;
	font-size: 1.8rem;
	font-weight: 700;
}

.footer__call {
	width: 17rem;
	height: 4rem;
}

.footer__bootom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.8rem 0 0;
}

.footer__copyright {
	font-size: 1.4rem;
	font-weight: 300;
}

.footer__social {

}

.footer__social .social__link svg {
	fill: #fff;
}

.developer {
	display: flex;
	align-items: center;
}

.developer__title {
	margin-right: 1rem;
	font-size: 1.4rem;
	font-weight: 300;
}

.developer__logo {
	flex-shrink: 0;
	width: 8.4rem;
	height: 1.7rem;
}

/* ----------------------------------------
------------------Catalog page-------------
-------------------------------------------*/

.catalog {

}

.main__title {
	margin-bottom: 4.3rem;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
}

.catalog__wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

/* ------------- Catalog nav --------------*/

.catalog__nav {
	flex-shrink: 0;
	width: 34rem;
	padding: 1.5rem 4rem;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
	border-radius: 3rem;
}

.catalog__nav-link {
	display: flex;
	align-items: center;
	height: 7rem;
	padding: 1rem 0;
	border-bottom: 1px solid #f0f1f3;
}

.catalog__nav-item:last-child .catalog__nav-link{
	border-bottom: none;
}

.catalog__nav-ico {
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	margin-right: 1.2rem;
	fill: #3ea4ff;
}
 
.catalog__nav-title {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 700;
}

.catalog__content {
	width: 71.8%;
	padding-bottom: 15rem;
}

.catalog__product {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 6.8rem;
	border-top: 1px solid #f0f1f3;
	border-left: 1px solid #f0f1f3;
}

.catalog__product-item {
	width: 33.33%;
	border-right: 1px solid #f0f1f3;
	border-bottom: 1px solid #f0f1f3;
}

.card {
	padding: 4.4rem 2.5rem 2.9rem 3.5rem;
}

.card__img {
	margin-bottom: 2.8rem;
	padding-top: 90%;
}

.card__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 25.5rem;
}

.card__title {
	min-height: 5.8rem;
	margin-bottom: 1.2rem;
	font-size: 2.4rem;
	font-weight: 700;	
	line-height: 1.25;
}

.card__desc {
	min-height: 6.8prem;
	margin-bottom: 1rem;
	color: #676e87;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.71;
}

.card__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: auto;
	padding-top: 3rem;
	border-top: 1px solid #f0f1f3;
}

.card__price-actual {
	margin-bottom: 1.5rem;
	color: #3ea4ff;
	font-size: 3rem;
	line-height: 1;
	font-weight: 900;
}

.card__price-old {
	color: #676e87;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
}

.card__link {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #3ea4ff;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
}

.card__link-ico {
	width: 1.6rem;
	height: 1.6rem;
	fill: #fff;
}

.catalog__more {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6rem;
	border-top: 1px solid #f0f1f3;
	border-bottom: 1px solid #f0f1f3;
}

.catalog__more-ico {
	flex-shrink: 0;
	width: 2.4rem;
	height: 2.4rem;
	fill: #3ea4ff;
	margin-right: 1.2rem;

}

.catalog__more-title {
	color: #3ea4ff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}

/* ------------------  Product --------------------*/

.product {
	padding-bottom: 14.5rem;
}

.product__wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 8.3rem;
}	

.product__img {
	position: relative;
	top: -1.3rem;
	flex-shrink: 0;
	width: 58rem;
	height: 58rem;
}

.product__img-small {
	display: block;
	width: 100%;
	height: 100%;
}

.product__img-small img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.product__info {
	width: 54.7%;
}

.product__title {
	margin-bottom: 2.5rem;
	font-size: 3.6rem;
	line-height: 1.1;
	font-weight: 700;
}

.product__desc {
	margin-bottom: 4rem;
	color: #676e87;
	font-size: 1.6rem;
	line-height: 1.68;
	font-weight: 300;
}

.product__options {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 2.2rem;
	padding: 3rem 0;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
	border-radius: 3rem;
}

.product__options-item {
	width: 33.33%;
	padding: 1rem 0 .4rem 3rem;
	border-right: 1px solid #f0f1f3;
}

.product__options-itemLast-child {
	border-right: none;
}

.product__options-title {
	margin-bottom: 1rem;
	color: #676e87;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 300;
}

.product__options-value {
	color: #676e87;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 700;
}

.product__price-actual .product__options-value {
	color: #3ea4ff;
}

.product__options-note {
	position: relative;
	margin-bottom: 4rem;
	padding-left: 1.6rem;
	color: #676e87;
	font-size: 1.4rem;
	line-height: 1.92;
	font-weight: 300;
}

.product__options-note::before {
	content: '*';
	position: absolute;
	top: .8rem;
	left: 0;
	width: 7px;
	height: 7px;
	color: #3ea4ff;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 700;
}

.product__btn-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product__btn-member {
	width: 48%;
	height: 7rem;
}

.product__btn-consult {
	width: 48%;
	height: 7rem;
	border: 1px solid #3ea4ff;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
}

.btn-consult-ico {
	width: 2.4rem;
	height: 2.4rem;
	margin-left: 1rem;
	fill:  #676e87;;
}

/* ------------------  Product  tab--------------------*/

.product__tabs {
	margin-bottom: 14.7rem;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
	border-radius: 3rem;
}

.product__tabs-list {
	display: flex;
	align-items: center;
	height: 7rem;
	margin-bottom: 4.3rem;
	padding: 0 4.5rem;
	border-bottom: 1px solid #f0f1f3;
}

.product__tab-link {
	display: block;
	margin-right: 6rem;
	color: #aeb2c3;
	font-size: 1.8rem;
	font-weight: 700;
}

.product__tab-link:last-of-type {
	margin-right: 0;
}

.product__tab-link.tabs__link--active{
	color: #202228;
}

.tabs__content.product__tab-item {
	display: none;
}

.tabs__content.tabs__content--active {
	display: block;
}

.product__reviews {
	display: flex;
	align-items: center;
	margin-right: 0;
}

.product__reviews-value {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	margin-left: 1rem;
	border-radius: 50%;
	background-color: #aeb2c3;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 700;
}

.product__reviews-new {
	margin-left: auto;
	color: #3ea4ff;
	font-size: 1.8rem;
	font-weight: 700;
}

.product__reviews.tabs__link--active .product__reviews-value {
	background-color: #202228;
}

.product__fulldesc {
	padding: 0 4.5rem 3.5rem;
	color: #202228;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.7rem;
}

.product__fulldesc h2 {
	margin: 4.3rem 0 2rem;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 700;
}

.product__fulldesc li {
	position: relative;
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
}

.product__fulldesc li::before {
	content: '';
	position: absolute;
	top: 1rem;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #3ea4ff;
}

/* --------------  Popular--------------*/

.popular__title {
	margin-bottom: 5rem;
	font-size: 6.4rem;
	line-height: 1;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.popular__gallery {
	position: relative;
	padding-bottom: 10rem;
}

.popular__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  border: 1px solid #f0f1f3;
  text-align: left;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.popular__btn-wrap {
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 22rem;
	height: 6rem;
	padding: 0 3rem;
	border-radius: 1rem;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
}

.popular__btn-next, .popular__btn-prev {
    position: relative;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #fff;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.popular__btn-next {
	background-image: url(../img/header-slide-next.svg);
}

.popular__btn-prev {
	left: 0;
	background-image: url(../img/header-slide-prev.svg);
}

.swiper-pagination {
    position: static;
    align-self: center;
    font-size: 2.4rem;
	font-weight: 300;
	color: #202228;
}

.swiper-pagination-current {
	color: #676e87;
	font-weight: 500;
}



.modal {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
	top: -1000px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 60px 15px;
}

.modal_active {
	position: fixed;
	top: 0;
	visibility: visible;
	opacity: 1;
	transition: .3s;
}
.modal__content {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100%;
	max-width: 460px;
	height: 530px;
	padding: 50px;
	background: #f9f9f9;
	border-radius: 30px;
	position: relative;
}

.modal__close-button {
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	position: absolute;
	right: 30px;
	top: 30px;
}

.modal__title {
	font-size:36px;
	text-transform: uppercase;
	margin-top: 49px;
	color: #202228;
}
.modal__subtitle{
	font-size: 24px;
}
.modal__description {
	font-size: 1.125rem;
}
.modal__input{
	width: 360px;
	padding: 17px 30px;
	font-size: 20px;
	margin-top: 20px;
	border-radius: 10px;
	border: 1px solid #F0F1F3;
}

.input__name{
background: url("../img/modal-man-icon.svg") no-repeat;
	background-position: 312px;
}
.input__phone{
	background: url("../img/modal-phone-icon .svg") no-repeat;
	background-position: 312px;
}
.modal__btn{
	max-width: 360px;
	margin-top: 20px;
	height: 70px;
	margin-bottom: 19px;
}
.privacy__policy{
	position: relative;
	display: flex;
	max-width: 325px;
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
	padding-left:34px;
}
.privacy__policy p {
	color: #676E87;
	text-align: justify;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
}
.privacy__policy img{
	padding: 3px;
	position: absolute;
	left: 0;
	top: 0;
}
.policy__link{
	font-weight: 500;
}

/*  modal-large  */

.modal__large {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100%;
	max-width: 1040px;
	height: 530px;
	padding: 50px;
	background: #f9f9f9;
	border-radius: 30px;
	position: relative;
}
.modal__send{
	position: relative;
	background: url("/img/send-group.svg");
	display: flex;
	flex-direction: column;
	text-align: center;
	color: white;
	height:440px;
	width: 460px;
	color: white;
}
.modal__send h2{
	margin: 249px auto 10px;
	width: 350px;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
}
.modal__send p{
	width: 325px;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	margin: 0 auto;
}

/*Marketing*/

.marketing__maim img {
	max-width: 1920px;
	height: 100%;
	width: 100%;


}
.classification{
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;

}
.classification img{
	object-fit: cover;
}
/*distributor*/
.table__wrapper{
	max-width: 1420px;
	width: 100%;
	margin: auto;
}
.distributor__table{
	width: 100%;
	padding: 0 15px;
	border-collapse: collapse;
	margin-bottom: 120px;
}
.distributor__table th{
	text-align: left;
	font-size: 14px;
	line-height: 27px;
}
.distributor__table td{
	padding: 10px 170px 20px 10px;
	vertical-align: top;
}
.distributor__table th{
	padding: 10px 170px 20px 10px;
	vertical-align: top;
}
.distributor__table tr{

	font-weight: 300;
	font-size: 14px;
	line-height: 27px;
    height: 60px;
}
.distributor__table th{
	border-bottom: #202228 2px solid;
	white-space: nowrap;
}
.distributor__table tr:nth-child(even){
 background: #F0F1F3;
}
.table__title{
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 60px;
}
/* article atomy*/
.marketing__article{
	max-width: 1420px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
}
.article__title{
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height:48px ;
	margin-bottom: 64px;
}
.marketing__cards{
	max-width: 460px;
	width: 100%;
	border: #F0F1F3 1px solid;
	margin: 6px;
}
.marketing__card{
padding: 33px 40px 40px;
}
.card__title{
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 13px;
}
.card__subtitle{
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
.become__partner{
	margin-bottom: 150px;
}
.become__partner a{
	margin-right: auto;
	margin-left: auto;
	width: 460px;
	height: 70px;
}
/* about */
.wrapper__about{
	max-width: 1420px;
	margin: auto;
	display: flex;
}
.about__company{
	max-width: 940px;
    width: 100%;
}
.about__company-title{
	font-weight: 700;
	font-size: 36px;
	line-height: 70px;
	margin-top: 200px;
	margin-bottom: 18px;
}
.company__photo{
max-width: 950px;
	height: 550px;
	border-radius: 35px;
	background: #F0F1F3;
	margin-bottom: 52px;
}
.subtitle__photo-company{
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
	border-bottom: #F0F1F3 1px solid;
	padding-bottom: 14px;
}
.paragraph__company{
	border-bottom: #F0F1F3 1px solid;
	padding-bottom: 42px;
	margin-bottom: 55px;
}
.paragraph__title{
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	margin-top: 55px;
	margin-bottom: 20px;
}
.paragraph__company ul{
	padding: 0;
	margin-left: 20px;
}
.paragraph__company li {
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
	list-style-type: disc;
	color: #40A3FF;
	margin-bottom: 4px;
}
.paragraph__company span{
	color: #202228;
}
.paragraph__quotation {

}
.paragraph__quotation{
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 4px;
}
.quotation{
	width: 100%;
	margin-top: 53px;
	background: url("/img/quotation.png") no-repeat;
	padding: 48px 111px 28px 90px;
	margin-bottom: 114px;


}
.quotation p{
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
}
.photo__gallery{
	max-width: 940px;
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom:70px;
	border-bottom: #F0F1F3 1px solid;
}
.wrapper__photo{
	width: 300px;
	height: 240px;
	border-radius: 30px;
	background:#F0F1F3;
	margin: 6px;
}
.wrapper__photo:hover{
	background: url("/img/galery-hover.svg");
}
.title__gallery{
	margin-bottom: 28px;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}
.about__table{
	border-collapse: collapse;
	margin-bottom: 150px;
}
.about__table th{
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #202228;
	font-size: 14px;
	line-height: 27px;
}
.about__table tr{
	font-weight: 300;
	font-size: 14px;
	line-height: 27px;
	height: 60px;
	padding-left: 20px;
}
.about__table tr:nth-child(even){
	background: #F0F1F3;
}
.table__price{
	width: 142px;
	white-space: nowrap;
}
/*  side panel */
.side__panel{
	width: 100%;
	max-width: 340px;
	margin-top: 287px;
	margin-left: 140px;
	margin-bottom: 100px;

}
.side__nav{
	width: 340px;
	height: 478px;
	border-radius: 30px;
	box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.05);
	margin-bottom: 101px;
}
.side__nav ul {
	font-size: 20px;
	line-height: 24px;
	padding-left: 40px;
}
.side__nav li{
	padding: 25px 0;
	border-bottom: 1px solid #F0F1F3;
}
