@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,800;0,900;1,100&display=swap');

:root{
--flickr-pink: #f72585ff;
--byzantine: #b5179eff;
--purple: #7209b7ff;
--purple-2: #560badff;
--trypan-blue: #480ca8ff;
--trypan-blue-2: #3a0ca3ff;
--persian-blue: #3f37c9ff;
--ultramarine-blue: #4361eeff;
--dodger-blue: #4895efff;
--vivid-sky-blue: #4cc9f0ff;

--accent-color: #ff00ff; 
--dark-color: #00ff72;
--grid-gap: 40px;
}

*{
	box-sizing: border-box;
}

*:focus {
    outline: none;
}


a {
	color: inherit;
	text-decoration: none;
}

.tabss .description img {
	max-width: 70%;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
  margin-top: 50px;
  margin-left: auto; 
  margin-right: auto; 
  display: block;
}

.tabss .description .mobile{
    display: none;
    max-width: 100%;
  }



h1, h2 {
	margin: 0;
	padding: 0;
  line-height: 50px;
}

/*----------------------------------------------------form style-----------------------------------------------*/
.input-error{
  border: 2px solid !important;
  border-color: red !important;
}

#success-project-contact-form .success {
    position: absolute;
    width: 50%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10%;
    text-align: center;
    border-radius: 25px;

}

#success-project-contact-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 11111111;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    color: black;
    transition:all 500ms ease-in-out;

}

/*----------------------------------------------------form style-----------------------------------------------*/
.list-reset {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.btn-reset {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
	overflow-anchor: none;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	background-color: #000;
	color: #fff;
	overflow-x: hidden !important;
}

.site {
	overflow-x: hidden !important;
}
.container{
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}


/*----------------------------------------------------hover--------------------------------------------*/
.contact input[type="button"]:hover
{
  color: #ffffff;
  background: #152f84;
}

.big-slider .card__btn:hover,
.big-slider .swiper-slide button:hover,
.price-more:hover{
  background: var(--flickr-pink);
  color: #000;
}


/* ==========================================================
! 03. Page loader
========================================================== */
#page-loader {
  width: 100%;
  height: 100%;
  color: #ffffff;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  font-family: 'PT Sans', sans-serif;
}
#page-loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #031634;
  z-index: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#page-loader:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #031634;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.loader-out {
  opacity: 0;
}
.loader-out:before {
  transform: translateX(-600px);
  -moz-transform: translateX(-600px);
  -webkit-transform: translateX(-600px);
  opacity: 0;
}
.loader-out:after {
  transform: translateX(600px);
  -moz-transform: translateX(600px);
  -webkit-transform: translateX(600px);
  opacity: 0;
}
.loading-wrapper {
  width: 250px;
  position: fixed;
  top: 50%;
  margin-top: -130px;
  left: 50%;
  margin-left: -125px;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 9999;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.loading-wrapper-hide {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}
.tp-loader {
  z-index: 10000;
  position: relative;
}
.loader-name {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
  letter-spacing: 0px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  margin-top: 45px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 35px;
}
.loader-name img {
  max-width: 230px;
}
.loader-job {
  border: 1px solid #ffffff;
  padding: 5px;
  text-align: center;
  font-weight: 200;
  margin-top: 5px;
  color: #ffffff;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.loader-left {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 0;
}
.loader-right {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
}
.loader-up {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  opacity: 0!important;
}
.loader-down {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
}
.loader-hide {
  opacity: 0;
}
.loader {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  top: 50%;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
.loader-animation {
  text-align: center;
}
.svg-loader {
  margin: 0px auto;
  margin-bottom: -30px;
  display: block;
  -webkit-animation: svg-rotate 4000ms linear infinite;
  animation: svg-rotate 4000ms linear infinite;
}
.svg-loader circle {
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 0, 301.59289;
  -webkit-animation: stroke-dash 2000ms linear infinite, stroke-width 2000ms linear infinite, stroke-color 8000ms steps(4) infinite;
  animation: stroke-dash 2000ms linear infinite, stroke-width 2000ms linear infinite, stroke-color 8000ms steps(4) infinite;
}
@-webkit-keyframes svg-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes svg-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes stroke-width {
  0%,
  100% {
    stroke-width: 0;
  }
  45%,
  55% {
    stroke-width: 2;
  }
  50% {
    stroke-width: 4;
  }
}
@keyframes stroke-width {
  0%,
  100% {
    stroke-width: 0;
  }
  45%,
  55% {
    stroke-width: 2;
  }
  50% {
    stroke-width: 4;
  }
}
@-webkit-keyframes stroke-dash {
  0% {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 301.59289, 301.59289;
    stroke-dashoffset: -301.59289;
  }
}
@keyframes stroke-dash {
  0% {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 301.59289, 301.59289;
    stroke-dashoffset: -301.59289;
  }
}
@-webkit-keyframes stroke-color {
  from {
    stroke: #ffffff;
  }
}
@keyframes stroke-color {
  from {
    stroke: #ffffff;
  }
}

main{
  margin-top: 100px;
}

.sticky{
  background-color:rgba(0, 0, 0, 0.5)
}

.sticky .header__logo img{
  width: 50px;
}

.header{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}



.nav{
  padding: 0 15px;
}

.nav__item.selected {
  color: var(--ultramarine-blue);
}

.nav__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  
}

.nav-active {
  background-color: black;
}


.header__logo img{
  width: 90px;
  padding: 7.5px 10px 7.5px 0;
  margin-top: 25px;
}

.nav__item {
  order: 3;
  width: 100%;
  text-align: center;
  display: none;
  text-transform: uppercase;
  padding: 20px;
  color: var(--dark-color);
}

.nav__item a:hover{
  color: var(--flickr-pink);
}

.active .nav__item {
  display: block;
}



.nav .toggle {
  order: 1;
  font-size: 20px;
}


@media (min-width: 960px){
  main{
    margin-top:250px;
  }

  .nav__list {
    align-items: center;
    flex-wrap: nowrap;
    background: none;
  }

  .header__logo{
    order: 0;
    flex: 1;
  }

  .header__logo img{
    width: 150px;
    padding: 7.5px 10px 7.5px 0;
    margin-left: 50px;
    margin-top: 25px;
  }

  .nav__item {
    order: 1;
    position: relative;
    display: block;
    width: auto;
  }

  .toggle {
    display: none;
  }
}



/*.header{
	padding: 30px 0;
	width: 100%;
	z-index: 10;
}

.header__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--dark-color);
}

.header__right{
	display: flex;
	align-items: center;
}

.header__nav{
	margin-right: 40px;
}

.nav__list{
	display: flex;
  align-items: center;
	text-transform: uppercase;
}

.nav__item:not(:last-child){
	margin-right: 40px;
}

.nav__link{
	position: relative;
}

.nav__link--current{
	color: var(--accent-color);
}

.nav__link--current::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background-color: currentColor;
}*/




.content__container{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

/*===============================parallax====================================*/
.background{
	width: 100%;
	min-height: 100vh;
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 1450px;
	transform: translateX(-50%);
	z-index: -6;
}
.background-img{
	background-image: linear-gradient(to bottom,transparent 40%,rgba(0,0,0,0.95) 70%, #020202), url(img/msign-bg.jpg);
	background-position: top;
	background-size: cover;
	width: 100%;
	min-height: 100vh;
	z-index: -5;
	position: absolute;
	top: 0;
	/*left: 50%;
	max-width: 1450px;
	transform: translateX(-50%);*/

}

/*h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  z-index: 100;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  font-size: 3rem;
  color: white;
  text-shadow: 2px 2px 5px;
}*/



.layer {
  position: absolute;
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}



.service{
	top: 50%;
  	left: 50%;
  	width: auto;
  	height: auto;
  	transform: translate(-200px, -50px);
}

.msign img{
	width: 35%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
}

.msign {
	/* background-image: /*linear-gradient(to bottom,transparent 50%,rgba(0, 0, 0,0.85) 70%, #020202),url("img/mbg.jpg"); */
	position: absolute;
	right:  0;
	top: 0;
	/*background-image: url("img/msign.png");*/
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	z-index: -3;
}
.left-building {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("img/leftBuilding2.png");
	width: 50%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position-x: right;
	background-size: cover;
}
.right-building {
	position: absolute;
	right:  0;
	top: 0;
	background-image: url("img/rightBuilding2.png");
	width: 50%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
}

.groundplane{
	width: 100%;
	height: 800px;
	background-color: #000;
	top: 80%;
	z-index: -2;
}

.light{
	width: 100%;
	height: 800px;
	background-color: #000;
	top:  -200px;
	left: 0px;
	z-index: 0;
}

.text {
  padding: 4rem 10rem 20rem 40rem;
}


@media (min-width: 680px), screen and (orientation: portrait) {
	.left-building {
	  min-width: unset;
	}
	.left-building img{
	  /*transform:translateX(-49%);*/
	}

	.right-building {
		min-width: unset;
	}

	.msign img{
	width: 50%;
	/*transform: translate(-50%, -50%);*/
}
}


/*=============info===================================*/

.info{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	color: #fff;
	position: relative;
	text-transform: uppercase; 
}

.info h3{
	flex: 1;
	font-weight: 400;
}


.info__item{
	position: relative;
    
    min-height: 120px;
    background-color: #1e0746;
    border-radius: 10px;
    margin: 26px 0;
    width: 350px;
    z-index: 20;
   

}

.index-fix{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0px 19px;
	position: absolute;
	background-color: #1e0746;
    border-radius: 10px;
	width: 100%;
	height: 100%;
}

.index-fix::after{
	content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    border-radius: 10px;
    bottom: -5px;
    left: 0;
    height: 50px;
    z-index: -1;
   
}

.left .item__transform{
	transform: translate(50px);
}


.info__icon{
	flex: 1;
	max-width: 50px;
	margin: 10px;
	transform: translate(15px, -20px);
	z-index: 100;
}

.info__title{
	font-size: 16px;
    margin-top: 20px;
    /*font-size: 1.5vh;*/
}



.info__title::before{
	content: "";
	width: 100px;
	height: 3px;
	background-color: #7000ff;
	position: absolute;
	top: 10px;
	

}

.left .info__title::before{
	left:20px;
}



.right .info__title::before{
	right: 20px;
}

.right .info__icon{
	transform: translate(-15px, -20px);
}

.right .item__transform{
	transform: translate(-50px);
}

.right {
	text-align: right;
}


/*=========================slider=====================*/

.big-slider
{
  margin-top: 50px;
  z-index: 10;
  position: relative;
}

.big-slider  .swiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  overflow-x: clip !important;
}


.big-slider .swiper-slide {
  /*text-align: center;
  font-size: 18px;*/
  
  /*overflow: hidden;*/
  /* 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: stretch;
  height: 800px;

}

.big-slider .swiper-slide .item{
  font-size: 20px;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  max-width: 350px;
  border-radius: 20px;
  background-size: cover;
  
}


.big-slider .card__btn,
.big-slider .swiper-slide button{
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    border: 2px solid var(--flickr-pink);
    background: rgba(0, 0, 0, 0.35);
    color: var(--flickr-pink);
    font-size: 16px;
    padding: 10px 18px;
    margin-top: 24px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.price-more{
  display: inline-block;
  margin-top: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--flickr-pink);
  color: var(--flickr-pink);
  font-size: 14px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.big-slider .swiper-slide p{
  line-height: 18px;
  text-indent: -12px;
  margin-bottom: -8px;
}

.big-slider .swiper-slide .item h3{
  text-transform: uppercase;
  line-height: 1;
}

.big-slider .swiper-slide .item > div{
  flex: 1;
  padding: 40px;
  line-height: 1.5;
}

.big-slider .swiper-slide-next{
  transform: translateY(-50px);
}

.big-slider .swiper-b-next,.slider, .big-slider .swiper-b-prev {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  border-radius: 60px;
  z-index: 99999;
  background-color: #fff;
  z-index: 99999999;
}

.big-slider .swiper-b-prev {
  left: -50px;
  mask:url("img/next.svg");
  -webkit-mask:url("img/prev.svg");
  mask-size:cover;
  -webkit-mask-size: cover;
  /*background-image: url("img/prev.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;*/
}

.big-slider .swiper-b-next {
  right: -50px;
  mask:url("img/next.svg");
  -webkit-mask:url("img/next.svg");
  mask-size:cover;
  -webkit-mask-size: cover;
  /*background-image: url("img/next.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;*/
  
}

.big-slider .description{
  display: flex;
  align-items: flex-end;
  user-select: none;
}

.adress-item img{
  max-height: 20px;
  margin: 5px 5px 0 5px;
}





/*=============================================brands============================*/


.warranty-tabs .swiper-slide {
 height: auto;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.warranty-tabs .swiper-pagination-bullets{
  bottom: 0;
}

.swiper-pagination-bullet {
    background: #00acee;
}

.warranty-tabs .swiper-slide:not(:last-child){
  margin-left: 10px;
  width: 90%;
}


.warranty-tabs{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: visible;
  padding-bottom: 32px; /* leave room for pagination bullets */
}

.warranty-tabs .swiper-wrapper{
  pointer-events: auto;
}

.warranty-tabs .swiper-slide{
  position: relative;
  z-index: 1;
}

.warranty-tabs .swiper-slide:not(.active):hover{
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.04);
}

.warranty-tab.active{
  background-image: linear-gradient( 90deg, #4b0eab 20%,  #1e43bc 50%, #d808ee 100%);
  background-repeat: no-repeat;
}


.warranty-tabs .swiper-slide:nth-child(2n) {
  
      /*width: 100px;*/
}

.warranty-tabs .swiper-slide p{
  padding-left: 10px;
}

.warranty-tab img{
  max-height:  50px;
  max-width: 150px;
}

.brands{
  padding-top: 100px;
}

.warranty__list{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  color: white;
  position: relative;
}
.warranty-title{
  text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 55px;
}
.warranty__list li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 250px;
  min-width: 250px;
  padding: 40px 0px;
  /*border: 1px solid var(--dark-color);*/
}

.warranty__list li img{
  max-height:  80px;
}

.warranty__list li.active{
  color: var(--accent-color);
  text-decoration: underline;
  cursor: pointer;
}

.warranty__list li:not(:last-child){ 
}


.warranty-slide{
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 300px;
  z-index: -1;
  border: 1px solid var(--accent-color);
  transition: left 500ms cubic-bezier(1.000, 0.025, 0.000, 1.005); /* custom */
  transition-timing-function: cubic-bezier(1.000, 0.025, 0.000, 1.005); /* custom */
}

.warranty-item{
  display: none;
  /*min-height: 300px;*/
}

.warranty-item.active{
  display: block;
}

.brands__list{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin: 50px auto;
}

.brands__item{
	margin: 10px 3%;
}

.brands__item img{
  max-width:  180px;
  max-height: 40px;
}


/*===========================================tabs====================================*/

/*.warranty-tabs .swiper-slide {
 background-color: red;
 height: auto;
 border-radius: 10px;
 padding: 10px;
 display: flex;
 justify-content: center;
 align-items: center;

}*/

.tab-header {
  font-size: .8rem;
  position: relative;
}


.tabs{
	display: flex;
	justify-content: space-between;
	
	position: relative;
	grid-gap: 2rem;
}

.tabs .swiper-slide{
   height: 85px;
   border: 1px solid transparent;
   border-radius: 10px;
   padding: 10px;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tab-header{
	width: 30%;
  height:500px;
  position: relative;
  overflow: hidden;
  margin-right: -20px;
  padding-right: 20px;
}

.tab-header img{
	flex: 1;
	max-height: 40px;
	max-width: 50px;
	align-self: center;
}

.tab-header p{
    flex: 3;
    padding-left: 10px;
}


.tabs .swiper-slide > div{
	/*display: flex;
    flex: 1;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    border-radius: 10px;
    padding: 5px 20px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    text-align: right;*/
    
    border: 1px solid transparent;
}

.tabs .swiper-slide:not(.active):hover{
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.tabs .swiper-slide.active{
  /*background-color:#00acee;*/
  background-image: linear-gradient( 90deg, #4b0eab 20%,  #1e43bc 50%, #d808ee 100%);
 background-repeat: no-repeat;
}

.tabs .swiper-slide.active:hover { border: 0px solid transparent; }

.tabs .swiper-container-vertical>.swiper-pagination-bullets {
    right: 0px;
    top: 50%;
    transform: translate3d(0px,-50%,0);
}


/*.tabs .swiper-pagination{
  transform: translate3d(-50%,0,0);
  left: 50%;
  top: 80px;
}*/

.tab-content{
	overflow: hidden;
	flex:1;
	display: inline-flex;
	padding: 20px;
  position: relative;
  font-size: 1rem;
}

.tab-content .repair-price{
	position: absolute;
	height: 100%;
	padding: 10px;
	top: -500px;
	left: 0px;
	opacity: 0;
	background-image:url("img/chip-bg.svg");
	background-color: #1e43bc;
	background-position: top center;
	transition:all 500ms ease-in-out;
	display: flex;
  width: 100%;
  flex-direction: column;
  font-size: 16px;
}

.price-brands{
  display: flex;
  flex: 1;
  justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.price-img-conteiner{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 20px 100px;
  align-content: center;
  
}

.price-brands li {
  
}

.price-brands img {
  max-width: 100px;
  max-height: 50px;
  margin: 10px;
}

.tab-content .repair-price p{
	align-self: center;
	padding: 30px;
  text-align: center;
}

.repair-price .price-container{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-evenly;
  flex: 1;
}

.price-container >div{
 display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    padding: 0 10%;
}

.price-container span{
  display: flex;
}

@media (max-width: 1024px){
	.tab-content .repair-price{
		font-size: 16px;
	}
  .price-img-conteiner{
    padding: 20px;
}

}

.tab-content .repair-price.active {
	opacity: 1;
	top: 0px;
	transition:all 500ms ease-in-out;
	height: 100%;
	border-radius: 25px;
	z-index: 25;
}

.tab-content .repair-price.hide {
	top: 500px;
}


.tab-content .repair-price > i {
  display:inline-block;
  width:50px;
  height:50px;
  background:#555;
  color:#f5f5f5;
  font-size:25px;
  font-weight:600;
  text-align:center;
  line-height:50px;
  border-radius:50%;
}


.tabs .tab-indicator {
  position:absolute;
  width:4px;
  height:50px;
  margin: 0 10px;
  background: #1e43bc;
  left:calc(50% - 2rem);
  transition:all 500ms ease-in-out;
}

.contact{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
  padding-top: 50px;
}

.contact h2{
	font-size: 40px;
	color: #1e43bc ;
}

.contact-adress{
	display: flex;
	flex-direction: column;
	flex: 1 1 50%;
	justify-content: space-around;
	align-items: flex-start;
	margin: 0 10px;
	color: #fff;

}

.adress-items{
  width: 100%;
}

.adress-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}

.adress-item span{
	font-size: 40px;
	text-transform: uppercase;
}
.adress-item > * {
    flex: 1;
}

.adress-item p:first-child {
    align-self: stretch;
    flex-basis: 100%;
}



.contact-form{
	display: flex;
	flex-direction: column;
	flex: 1 1 500px;
	justify-content: space-around;
	align-items: flex-start;
	margin: 0 10px;
	color: #fff;
}

.contact form{
	width: 100%;
}

.contact input, textarea{
	width: 100%;
	border-radius: 10px;
	background: #f5f5f5;
	padding-left: 30px;
	height: 50px;
	font-weight: 400;
	line-height: 23px;
	border: none;
	/*color: black;*/
	margin: 10px auto;
	font-family: inherit;
}



.contact input::placeholder{
	font-family: inherit;
}

.contact textarea{
	height: auto;
	resize: none;
	padding-top: 10px;
}

.contact input[type="button"]{
	background-color: #1e43bc;
	color: #fff;
	font-size: 22px;
  cursor: pointer;
}

.contact-social{
	display: flex;
	flex-direction: row;
	flex: 1 1;
	align-items: stretch;
	margin: 0 10px;
	color: #fff;
}

.contact-social ul {
	display: flex;
	align-items: start;
	flex: 1 1;
	margin-left: 10px;
	
}
.contact-social li{
	display: flex;
	flex: 1;
	justify-content: space-around;
	max-width: 50px;
}

.contact-social img{
	max-height: 50px;
}

.contact-social a img,
.contact-adress img[src*="viber"],
.contact-adress img[src*="telegram"]{
	transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}

.contact-social a:hover img,
.contact-adress a:hover img[src*="viber"],
.contact-adress a:hover img[src*="telegram"]{
	transform: scale(1.08);
	filter: brightness(1.1);
}



 /*.tab-content > div {
  
  text-align:center;
  padding:40px 20px;
  top:-200%;
  transition:all 500ms ease-in-out;
}
 .tab-content > div.active {
  top:0px;
}*/

.radial-gradient {
  
  
  /*Fallback if gradeints don't work */
  /*background: #9b59b6;*/
  /*Linear gradient... */
  background: 
    radial-gradient(
     at center, #43CBFF, #9708CC
    );
}







.footer {
	padding-top: var(--grid-gap);
	padding-bottom: var(--grid-gap);
	
}

.footer__container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer__logo {
	display: inline-block;
	margin-bottom: 30px;
}

.footer__nav {
	margin-bottom: 65px;
}

.footer__nav .nav__item:not(:last-child) {
	margin-right: 80px;
}

.footer__copy {
	font-size: 14px;
	line-height: 18px;
	color: var(--dark-color);
  text-align: center;
}

.warranty-slide{
 
}





@media screen and (max-width: 800px) {
  .big-slider .swiper-b-next {
  right: 0px;
  width: 50px;
  height: 50px;
  }

  .big-slider .swiper-b-prev {
    left: 0px;
    width: 50px;
    height: 50px;
  }

  
  .container{
    padding: 0;
  }

  .info {
    flex-direction: column;
  }

  .right .item__transform{
    transform: translate(0px);
  }

  .left .item__transform{
    transform: translate(0px);
  }

  .info__item{
    width: 100%;
  }

  .warranty-title{
    font-size: 24px;
  }

  .warranty__list li{
    align-items: center;
    justify-content: space-between;
    min-height: 0px;
    min-width: 0px;
    height: 70px;
    width: 70px;
    padding: 0px 0px;
    font-size: .6rem;
    text-align: center;
  }

  .warranty__list li img{
    max-height:  40px;
  }

  .warranty-slide{
    position: absolute;
    top: -10px;
    left: 0;
    height: 80px;
    width: 80px;
    z-index: -1;
    border: 1px solid var(--accent-color);
    transition: left 500ms cubic-bezier(1.000, 0.025, 0.000, 1.005); /* custom */
    transition-timing-function: cubic-bezier(1.000, 0.025, 0.000, 1.005); /* custom */
  }

  .tab-content {
    margin-top: 40px;
  }
  .price-container >div{
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      justify-content: space-evenly;
      padding: 0;
  }


  .price-container >div:not(:last-child) {
    margin-bottom: 10px;
  }

  .price-container span{
     text-align: center;
  }

  .price-container span:nth-child(2n){
     padding-top: 2px;
  }

  .tab-content > div{
    font-size: 20px;
  }

  .tab-header > div{
    font-size: 12px;
  }

  .brands__item img{
    max-width: 100px;
    max-height: 40px;
  }
  .contact h2 {
    font-size: 30px;
  }

  .info__icon{
    transform: unset;
    max-width: 80px;
  }

  .right .info__icon{
    transform: unset;
  }
}




@media screen and (max-width: 960px) {
   .tab-header{
    width: 100%;
    height:auto;
    margin-bottom: -30px;
    padding-bottom: 30px;
  }

   .tabs{
      flex-direction: column;
   }

   .tab-content{
      min-height: 800px;
   }

   .price-brands img {
      max-width: 100px;
      max-height: 50px;
      margin: 10px;
    }

    .price-item{
      width: 60%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .price-item li{
      display: flex;
      flex:1;
      
    }
    
    .price-price{
      display: flex;
      flex-direction: column;
    }

    .price-price li{
      display: flex;
      flex:1;
      
    }

    

  .tab-content .repair-price{
    font-size: 14px;
  }

  .tab-header .swiper-slide:not(:last-child){
    margin-left: 10px;
    width: 90%;
   }


}


@media screen and (max-width: 400px){
  .contact h2 {
    font-size: 25px;
    line-height: 1.4;
  }

  
}


@media screen and (max-width: 700px){
  .tabss .description .full{
    display: none;
  }

  .tabss .description .mobile{
    display: block;
  }
}
