﻿* {margin: 0; padding: 0};
body {
	position: relative;
  font-family: 'PT Sans', sans-serif;
}
/* .front img{
  width: 12px
} */
li{
  list-style: none;
}
@font-face{
  font-family: Akzidenz-grotesk;
  src: url(../fonts/Akzidenz-grotesk-bold.ttf)
}
@font-face {
  font-family: Oswald-Light; 
  src: url(../fonts/Oswald-Light.ttf); 
}
@font-face {
  font-family: Oswald-Bold; 
  src: url(../fonts/Oswald-Bold.ttf); 
}
@font-face {
  font-family: Oswald-Regular; 
  src: url(../fonts/Oswald-Regular.ttf); 
}
.itp-card-img-front{
  max-width: 75px;
  width: 100%
}
h1 {
	font-family: Oswald-Bold;
    font-size: 3.25rem;
    text-transform: uppercase;
    color: #363636;
    letter-spacing: -0.1rem;
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 425px) {
  h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  h1 {
    font-size: 1.75rem;
	letter-spacing: -0.05rem;
  }
}
h2 {
	font-family: AvenirNextCyr-Regular; 
	font-weight: 400;
	font-size: 2.5rem;
	letter-spacing: -0.1rem;
}
h3 {
	/* font-family: Open sans; */
	font-size: 1.75rem;
	line-height: 2.5rem;
	color: #363636;
  letter-spacing: -0.05rem;
  user-select: none;
}
@media only screen and (max-width: 1200px) {
  h3 {
    font-size: 1.5rem;
	line-height: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  h3 {
    font-size: 1.25rem;
  }
}
h5 {
	/* font-family: Open sans; */
	font-size: 1.25rem;
	font-weight: 600;
}
p {
	/* font-family: Open sans; */
	font-size: 1rem;
	line-height: 1.75rem;
}
@media only screen and (max-width: 1200px) {
  p {
    line-height: 1.5rem;
  }
}
a {
	/* font-family: Open sans; */
	
}
.main-container {
	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;

}

.shape-1 {
	position: absolute;
	z-index: 1;
	left: calc(40% + 0px);
	top: -300px;
	width: 2200px;
	height: 1500px;
	border-radius: 150px;
	transform: rotate(45deg);
	/* background-image: linear-gradient( to top, #69abff, #7955ff ); */
	background-image: linear-gradient( to top, #00A3E7, #006DA7 );
	opacity: 0.1;
}
@media only screen and (max-width: 1600px) {
  .shape-1 {
    left: calc(45% + 0px);
  }
}
@media only screen and (max-width: 1440px) {
  .shape-1 {
    left: calc(47% + 0px);
  }
}
@media only screen and (max-width: 991px) {
  .shape-1 {
    left: calc(55% + 0px);
  }
}
@media only screen and (max-width: 768px) {
  .shape-1 {
    left: calc(60% + 0px);
  }
}
@media only screen and (max-width: 425px) {
  .shape-1 {
    left: calc(72% + 0px);
	top: -370px;
  }
}
@media only screen and (max-width: 375px) {
  .shape-1 {
    left: calc(77% + 0px);
	top: -390px;
  }
}
.shape-2 {
	position: absolute;
	z-index: 2;
	left: calc(40% + 50px);
	top: -300px;
	width: 2200px;
	height: 1500px;
	border-radius: 125px;
	transform: rotate(45deg);
	/* background-image: linear-gradient( to top, #69abff, #7955ff ); */
  background-image: linear-gradient( to top, #00A3E7, #006DA7 );
	opacity: 0.3;
}
@media only screen and (max-width: 1600px) {
  .shape-2 {
    left: calc(45% + 50px);
  }
}
@media only screen and (max-width: 1440px) {
  .shape-2 {
    left: calc(47% + 50px);
  }
}
@media only screen and (max-width: 991px) {
  .shape-2 {
    left: calc(55% + 45px);
  }
}
@media only screen and (max-width: 768px) {
  .shape-2 {
    left: calc(60% + 45px);
  }
}
@media only screen and (max-width: 425px) {
  .shape-2 {
    left: calc(72% + 40px);
	top: -370px;
  }
}
@media only screen and (max-width: 375px) {
  .shape-2 {
    left: calc(77% + 40px);
	top: -390px;
  }
}
.shape-3 {
	position: absolute;
	z-index: 3;
	left: calc(40% + 100px);
	top: -300px;
	width: 2200px;
	height: 1500px;
	border-radius: 100px;
	transform: rotate(45deg);
/*	background-image: linear-gradient( to top, #69abff, #6aa0ff, #7395ff, #8287ff, #7955ff );*/
	/* background-image: linear-gradient( to top, #69abff, #7955ff ); */
  background-image: linear-gradient( to top, #00A3E7, #006DA7 );
}
@media only screen and (max-width: 1600px) {
  .shape-3 {
    left: calc(45% + 100px);
  }
}
@media only screen and (max-width: 1440px) {
  .shape-3 {
    left: calc(47% + 100px);
  }
}
@media only screen and (max-width: 991px) {
  .shape-3 {
    left: calc(55% + 90px);
  }
}
@media only screen and (max-width: 768px) {
  .shape-3 {
    left: calc(60% + 90px);
  }
}
@media only screen and (max-width: 425px) {
  .shape-3 {
    left: calc(72% + 80px);
	top: -370px;
  }
}
@media only screen and (max-width: 375px) {
  .shape-3 {
    left: calc(77% + 80px);
	top: -390px;
  }
}

.shape-4 {
	position: absolute;
	z-index: 1;
/*
	left: -1500px;
    top: 1520px;
*/
	right: calc(60% - 95px);
    top: 1520px;
    width: 2380px;
    height: 860px;
	border-radius: 150px;
	transform: rotate(45deg);
	/* background-image: linear-gradient( to bottom, #69abff, #A265FF ); */
  background-image: linear-gradient( to top, #00A3E7, #006DA7 );
	opacity: 0.1;
}
@media only screen and (max-width: 1600px) {
  .shape-4 {
    left: -1700px;
	top: 1510px;
  }
}
@media only screen and (max-width: 1440px) {
  .shape-4 {
    left: -1700px;
	top: 1690px;
  }
}
@media only screen and (max-width: 1200px) {
  .shape-4 {
    left: -1840px;
  /* top: 1720px; */
  top: 1365px;
  }
}
@media only screen and (max-width: 991px) {
  .shape-4 {
    left: -2140px;
    top: 1530px;
  }
}
@media only screen and (max-width: 767px) {
  .shape-4 {
    left: -2140px;
    top: 2830px;
  }
}

.shape-5 {
	position: absolute;
	z-index: 2;
	right: calc(60% - 50px);
    top: 1560px;
    width: 2290px;
    height: 780px;
	border-radius: 125px;
	transform: rotate(45deg);
	/* background-image: linear-gradient( to bottom, #69abff, #A265FF ); */
  background-image: linear-gradient( to top, #00A3E7, #006DA7 );
	opacity: 0.3;
}
@media only screen and (max-width: 1600px) {
  .shape-5 {
    left: -1650px;
	top: 1560px;
  }
}
@media only screen and (max-width: 1440px) {
  .shape-5 {
    left: -1650px;
	top: 1730px;
  }
}
@media only screen and (max-width: 1200px) {
  .shape-5 {
    left: -1790px;
  /* top: 1760px; */
  top: 1400px;
  }
}
@media only screen and (max-width: 991px) {
  .shape-5 {
    left: -2090px;
    top: 1570px;
  }
}
@media only screen and (max-width: 767px) {
  .shape-5 {
    left: -2090px;
    top: 2870px;
  }
}
.shape-6 {
	position: absolute;
	z-index: 3;
	right: calc(60% - 8px);
    top: 1600px;
    width: 2200px;
    height: 700px;
	border-radius: 100px;
	transform: rotate(45deg);
	/* background-image: linear-gradient( to bottom, #69abff, #A265FF ); */
  background-image: linear-gradient( to top, #00A3E7, #006DA7 );
}
@media only screen and (max-width: 1600px) {
  .shape-6 {
    left: -1600px;
	top: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .shape-6 {
    left: -1600px;
	top: 1770px;
  }
}
@media only screen and (max-width: 1200px) {
  .shape-6 {
    left: -1740px;
  /* top: 1800px; */
  top: 1445px 
  }
}
@media only screen and (max-width: 991px) {
  .shape-6 {
    left: -2040px;
    top: 1620px;
  }
}
@media only screen and (max-width: 767px) {
  .shape-6 {
    left: -2040px;
    top: 2910px;
  }
}
.shape-6 img {
	position: absolute;
	right: -43px;
    top: -257px;
    transform: rotate(-45deg);
    max-height: 40rem;
	z-index: 999;
}
@media only screen and (max-width: 991px) {
  .shape-6 img {
    display: none;
  }
}
.shape-7 {
	position: absolute;
	z-index: 1;
	right: -80px;
    top: 2350px;
    width: 600px;
    height: 1600px;
	border-radius: 150px;
	transform: rotate(45deg);
	/* background-image: linear-gradient( to top, #69abff, #A265FF ); */
  background-image: linear-gradient( to top, #00A3E7, #006DA7 );
	opacity: 0.1;
}
@media only screen and (max-width: 1600px) {
  .shape-7 {
    right: -120px;
    top: 2430px;
	width: 560px;
    height: 1560px;
  }
}
@media only screen and (max-width: 1440px) {
  .shape-7 {
    right: -280px;
    top: 2640px;
	width: 560px;
    height: 1560px;
  }
}
@media only screen and (max-width: 1200px) {
  .shape-7 {
    right: -580px;
    top: 2590px;
  }
}
@media only screen and (max-width: 991px) {
  .shape-7 {
    right: -780px;
    top: 2170px;
  }
}
@media only screen and (max-width: 767px) {
  .shape-7 {
    right: -850px;
    top: 3870px;
  }
}
.shape-8 {
	position: absolute;
	z-index: 2;
	right: -30px;
    top: 2400px;
    width: 500px;
    height: 1500px;
	border-radius: 125px;
	transform: rotate(45deg);
	/* background-image: linear-gradient( to top, #69abff, #A265FF ); */
  background-image: linear-gradient( to top, #00A3E7, #006DA7 );
	opacity: 0.3;
}
@media only screen and (max-width: 1600px) {
  .shape-8 {
    right: -80px;
    top: 2470px;
	width: 480px;
    height: 1480px;
  }
}
@media only screen and (max-width: 1440px) {
  .shape-8 {
    right: -240px;
    top: 2680px;
	width: 480px;
    height: 1480px;
  }
}
@media only screen and (max-width: 1200px) {
  .shape-8 {
	right: -540px;
    top: 2630px;
  }
}
@media only screen and (max-width: 991px) {
  .shape-8 {
	right: -740px;
    top: 2210px;
  }
}
@media only screen and (max-width: 767px) {
  .shape-8 {
	right: -800px;
    top: 3910px;
  }
}
.shape-9 {
	position: absolute;
	z-index: 3;
	right: 20px;
    top: 2450px;
    width: 400px;
    height: 1400px;
	border-radius: 100px;
	transform: rotate(45deg);
	/* background-image: linear-gradient( to top, #69abff, #A265FF ); */
  background-image: linear-gradient( to top, #00A3E7, #006DA7 );
}
@media only screen and (max-width: 1600px) {
  .shape-9 {
    right: -40px;
    top: 2510px;
  }
}
@media only screen and (max-width: 1440px) {
  .shape-9 {
    right: -200px;
    top: 2720px;
  }
}
@media only screen and (max-width: 1200px) {
  .shape-9 {
    right: -500px;
    top: 2670px;
  }
}
@media only screen and (max-width: 991px) {
  .shape-9 {
    right: -700px;
    top: 2250px;
  }
}
@media only screen and (max-width: 767px) {
  .shape-9 {
    right: -750px;
    top: 3950px;
  }
}

.shape-10 {
	position: absolute;
	z-index: 1;
	left: -450px;
    bottom: -1200px;
    width: 1537px;
    height: 1565px;
	border-radius: 150px;
	/* transform: rotate(45deg); */
	/* background-image: linear-gradient( to bottom, #69abff, #A265FF ); */
  background-image: linear-gradient( to top, #00A3E7, #006DA7 );
	opacity: 0.1;
}
@media only screen and (max-width: 1600px) {
  .shape-10 {
    left: -13px;
    bottom: -1200px;
  }
}
@media only screen and (max-width: 1440px) {
  .shape-10 {
    left: -530px;
    bottom: -1280px;
	width: 1560px;
    height: 1560px;
  }
}
@media only screen and (max-width: 1024px) {
  .shape-10 {
    left: -630px;
    bottom: -1330px;
  }
}
@media only screen and (max-width: 991px) {
  .shape-10 {
    left: -630px;
    bottom: -1330x;
  }
  .direction-reveal .direction-reveal--3-grid .direction-reveal--demo-swing{
    margin-bottom: 13rem;
  }
}
@media (min-width: 844px){
 .swing--out-right{
     margin: 0 auto;
   }
 }
@media only screen and (max-width: 767px) {
  .shape-10 {
    left: -630px;
    bottom: -1380px;
  }
}
@media only screen and (max-width: 640px){
  .shape-12{
    left: -559px;
  };
  .shape-11{
    left: -596px;
  }
  .shape-10{
    left: -640px;
  }
}
.shape-11 {
	position: absolute;
	z-index: 2;
	left: -400px;
    bottom: -1150px;
    width: 1500px;
    height: 1481px;
	border-radius: 125px;
	/* transform: rotate(45deg); */
	/* background-image: linear-gradient( to bottom, #69abff, #A265FF ); */
  background-image: linear-gradient( to top, #00A3E7, #006DA7 );
	opacity: 0.3;
}
@media only screen and (max-width: 1600px) {
  .shape-11 {
    left: 7px;
    bottom: -1150px;
  }
}
@media only screen and (max-width: 1440px) {
  .shape-11 {
    left: -490px;
    bottom: -1240px;
	width: 1480px;
    height: 1480px;
  }
}
@media only screen and (max-width: 1024px) {
  .shape-11 {
    left: -590px;
    bottom: -1290px;
  }
}
@media only screen and (max-width: 991px) {
  .shape-11 {
    left: -590px;
    bottom: -1290px;
  }
}
@media only screen and (max-width: 767px) {
  .shape-11 {
    left: -590px;
    bottom: -1340px;
  }
}
.shape-12 {
	position: absolute;
	z-index: 3;
	left: -350px;
    bottom: -1100px;
    width: 1449px;
    height: 1400px;
	border-radius: 100px;
	/* transform: rotate(45deg); */
	/* background-image: linear-gradient( to bottom, #69abff, #A265FF ); */
  background-image: linear-gradient( to top, #00A3E7, #006DA7 );
}
@media only screen and (max-width: 1600px) {
  .shape-12 {
    left: 29px;
    bottom: -1100px;
  }
}
@media only screen and (max-width: 1440px) {
  .shape-12 {
    left: -450px;
    bottom: -1200px;
  }
}
@media only screen and (max-width: 1024px) {
  .shape-12 {
    left: -550px;
    bottom: -1250px;
  }
}
@media only screen and (max-width: 991px) {
  .shape-12 {
    left: -550px;
    bottom: -1250px;
  }
}
@media only screen and (max-width: 767px) {
  .shape-12 {
    left: -550px;
    bottom: -1300px;
  }
}

.shape-light {
	width: 2200px;
	height: 1500px;
	border-radius: 100px;
	transform: rotate(45deg);
	background-color: #69abff;
	opacity: 0.05;
}
.shape-light-position-1 {
	position: absolute;
	z-index: 1;
    left: -120rem;
    top: -10rem;
}
@media only screen and (max-width: 1920px) {
  .shape-light-position-1 {
    left: -130rem;
    top: -20rem;
  }
}
.shape-light-position-2 {
	position: absolute;
	z-index: 1;
	right: -125rem;
    top: 95rem;
}
@media only screen and (max-width: 767px) {
  .shape-light-position-2 {
	right: -135rem;
    top: 185rem;
  }
}
.section-2 {
	margin-top: 20rem;
	min-height: 940px;
}
@media only screen and (max-width: 1920px) {
  .section-2 {
    margin-top: 7rem;
  }
}
@media only screen and (max-width: 1440px) {
  .section-2 {
    margin-top: 10rem;
	min-height: 940px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-2 {
    margin-top: 5rem;
  }
}
.section-3 {
	
	min-height: 940px;
}
@media only screen and (max-width: 1440px) {
  .section-3 {
    margin-top: 3rem;

  }
}
@media only screen and (max-width: 1024px) {
  .section-3 {
    margin-top: 5rem;
  }
}
.section-4 {
	margin-top: 3rem;
	min-height: 940px;
}
@media only screen and (max-width: 1024px) {
  .section-4 {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-4 {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-4 {
    margin-top: 9rem;
  }
}
.section-5 {
  margin-top: 3rem;
  /* width: 61rem; */
}
@media only screen and (max-width: 767px) {
  .section-5 {
    margin-top: 5rem;
  }
}
.section-6 {
	margin-top: 7rem;
		
}

.section-headline {
	
}
.section-headline span {
	
	font-size: 1rem;
	color: #8D8D8D;
}
.card {
	background-color: rgba(255, 255, 255, 0);
	border: none;
	transition: 0.5s;
 
  min-height: 13rem;
}
.card:hover {
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
}
.card-text {
	
	font-size: 0.8rem;
	color: #8D8D8D;
	line-height: 1.25rem;
}

.btn {
	border-radius: 2rem;
	font-weight: 600;
}
.btn-primary {
	border: none;
	outline: none;
	background-image: linear-gradient( to bottom, #64B1FF, #2E96FF );
}
.btn-wide {
	padding: 10px 50px;
}
.btn-shadow {
	box-shadow: 0px 5px 15px #a8d3ff;
}
.btn-shadow:hover {
	box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    top: 100px;
  }
}
.carousel-inner {
/*	overflow: visible;*/
	padding: 0 20px;
}
.carousel-item {
/*	transition: 1s;*/
}
.carousel-image {
	max-height: 37rem;

	margin-bottom: 7rem;
}
@media only screen and (max-width: 1200px) {
  .carousel-image {
    max-height: 22rem;
  }
}
@media only screen and (max-width: 991px) {
  .carousel-image {
    display: none;
  }
}
.logo-prod {
	
}
@media only screen and (max-width: 767px) {
  .logo-prod {
    width: 100%;
  }
}
.carousel-control-next-icon {
    background-image: url(../img/next.svg);
}
.carousel-control-prev-icon {
	background-image: url(../img/prev.svg);
}
.carousel-control-prev, .carousel-control-next {
    position: relative;
    top: 0;
    bottom: none;
    z-index: 1;
    display: block;
    align-items: none;
    justify-content: none;
    width: auto;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 7px;
    height: 12px;
}
.controls {
	display: flex;
    justify-content: center;
}
.control-box {
	width: 65px;
	height: 65px;
	background-color: #EEF6FF;
	border-radius: 50%;
	margin: 15px 10px;
	padding: 20px 0;
}

.particles-js-canvas-el {
	height: 1500px;
	border-radius: 100px;
}
.content-container {
	position: relative;
	z-index: 999;
}
.itplogo {
	max-width: 320px;
  margin-top: 35px;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 600px) {
  .itplogo {
    width: 250px;
  }
}
@media only screen and (max-width: 425px) {
  .itplogo {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 376px) {
  .itplogo {
    width: 180px;
  }
}
.navbar-dark .navbar-toggler {
  border: none;
  outline: none;
}
.navbar {
	position: relative;
}
.navbar-collapse {
	position: absolute;
	z-index: 999;
	top: 60px;
	right: 0;
	text-align: right;
}
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    top: 100px;
  }
}
@media only screen and (max-width: 425px) {
  .navbar-collapse {
    top: 60px;
  }
}
.navbar-toggler {
	position: absolute;
	z-index: 999;
	top: 60px;
	right: 0;
	text-align: right;
}
@media only screen and (max-width: 425px) {
  .navbar-toggler {
    top: 20px;
  }
}

.nav-link {
	/* color: white;
	font-size: 1rem;
  text-transform: uppercase; */
  font-size: 13px;
  background: none;
  /* font-family: Open sans,Helvetica,Arial,sans-serif; */
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: .4px;
  text-align: center;
}
.description{
  display: flex;
  align-items: center;
  justify-content: center;
}
.description-img{
  width: 2rem;
}
@media only screen and (max-width: 1200px) {
  .nav-link {
    font-size: 0.8rem;
  }
}
/* .nav-item {
	margin-left: 15px;
} */

#menuToggle {
  overflow: hidden;
/*  position: absolute;*/
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menuToggle input {
  display: flex;
  width: 30px;
  height: 30px;
  /* position: absolute; */
  cursor: pointer;
  opacity: 0; /* hide input */
  z-index: 1; /* top of the menu */
}

#menuToggle span{
  width: 25px;
  height: 3px;
  margin-bottom: 7px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

#span1 {
  transform-origin: 4px 0px;
}

#span3 {
  transform-origin: bottom right;
}

#menuToggle input:checked ~ #span1 {
  background: rgba(255, 255, 255, 1);
  transform: rotate(45deg) translate(6px);
}
#menuToggle input:checked ~ #span2 {
  background: rgba(255, 255, 255, 1);
  transform: rotate(135deg) translate(0px);   
}
#menuToggle input:checked ~ #span3 {
  background: rgba(255, 255, 255, 1);
  transform: rotate(45deg);
  opacity: 0;
}

.main-tagline {
	margin-top: 10rem;
}
@media only screen and (max-width: 1440px) {
  .main-tagline {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 1024px) {
  .main-tagline {
    margin-top: 4rem;
  }
}
.main-tagline-desc {
	/* font-family: Open sans; */
	font-size: 1.5rem;
	text-align: justify;
	color: #8D8D8D;
	display: block;
}
@media only screen and (max-width: 1920px) {
  .main-tagline-desc {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1440px) {
  .main-tagline-desc {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .main-tagline-desc {
    font-size: 0.9rem;
  }
}
.tagline-img {
	position: absolute;
	z-index: 998;
	right: 0;
	top: 150px;
	width: 50%;
}
@media only screen and (max-width: 1200px) {
  .tagline-img {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .tagline-img {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  .tagline-img {
/*
    display: block;
	width: 20rem;
*/
  }
}

.partners {
/*
	display: flex;
	overflow: hidden;
	justify-content: center;
*/
}
.partners img {
/*	max-height: 100px;*/
	filter: grayscale(100%);
	opacity: 0.5;
	margin: 0 15px;
	transition: 0.5s;
}
.partners img:hover {
	filter: grayscale(0%);
	opacity: 1;

}
.requisites {
  margin-top: 16rem;
	color: white;
}
@media only screen and (max-width: 991px) {
  .requisites {
    margin-top: 0;
  }
}
.requisites p {
	font-size: 1rem;
	line-height: 1.5rem;
}
.form-control {
	border-radius: 1.25rem;
  border-color: #C4E1FF;
  position: relative; z-index: 10;
}
label {
	color: #2E96FF;
	/* font-family: Open sans; */
	font-size: 0.75rem;
}

.small-screen {
	display: none;
}
@media only screen and (max-width: 991px) {
  .small-screen {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .large-screen {
    display: none;
  }
}

/* menu-top */
.dws-menu ul,
.dws-menu ol{
 list-style: none;
}
.dws-menu > ul{
 display: flex;
 justify-content: center;
}
.dws-menu > ul li{
 position: relative;
 /* border-right: 1px solid #c7c8ca; */
}
/* .dws-menu > ul li:first-child{
 border-left: 1px solid #b2b3b5;
} */
.dws-menu > ul li:last-child{
 /* border-right: 1px solid #babbbd; */
}
.dws-menu > ul li > a i.fa{
 position: absolute;
 top: 10px;
 left: 12px;
 font-size: 18px;
}
.dws-menu > ul li a{
 display: block;
 padding: 15px 30px 15px 40px;
 font-size: 14px;
 /* color: #454547; */
 color: black;
 text-decoration: none;
 text-transform:uppercase;
 transition: all 0.3s ease;
 font-weight: bold;
 text-align: center;
}
.dws-menu li a:hover{
  color: white;
 /* box-shadow: 1px 5px 10px -5px black; */
 transition: all 0.3s ease;
}

/*sub menu*/
.dws-menu li ul{
 position: absolute;
 left: -27px;
 min-width: 150px;
 display: none;
 /* background:#C4DCFF; */
 background: rgba(196, 220, 255, 0.7);
 border-radius: 5px;
}
.dws-menu li > ul li{
 /* border: 1px solid #c7c8ca; */
}
.dws-menu li > ul li a{
 padding: 10px;
 text-transform: none;
 width: 12rem;
 /* background: #7777FF; */
}
.dws-menu li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
}
.dws-menu li:hover > ul{
 display: block;
}
.block{
  position:absolute;
  left:0;
  bottom:0;
  right:0;
  top:0;
  /* background:rgba(255,255,255, 0.7); */
  background: #6F7AFF;
  padding:6px;
  display:none;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  min-height: 13rem;

}
.holder:hover .block{
  display:block;
}
.block-head{
  font-size: 17px;
  font-weight: bold;
  padding-top: 1em;
  text-transform: uppercase;
}
.block-descr{
  font-size: 14px;
  /* color: white; */
  display: block;
  color: white;
}
.block-descr:before{
  content : "";
  position: absolute;
  top: 92%;
  left    : 35%;
  bottom  : 0;
  height  : 1px;
  width   : 30%;  /* or 100px */
  border-bottom:5px solid white;
  display: fixed;
}
.block-btn{
  text-transform: uppercase;
  margin-top: 1.5em;
  font-size: 12px;
}
.block-img{
  width: 100px;
}

/* Services */
.block-services__head{
  color: black;
  padding-bottom: 10px;
  padding-top: 10px;
  /* background: rgba(111, 122, 255, .5); */
  /* text-align: center; */
  font-weight: bold;
  font-size: 3.25rem;
  font-family: Oswald-Bold;
  text-align: center;
}
.block-services__menu-img{
  width: 80px!important; 
  padding-bottom: 10px; 
}
.block-services{
  /* background: url("../img/dev.jpg") no-repeat center/cover; */
  /* padding: 40px; */
  /* box-shadow: inset 0px 0px 85px rgba(218, 230, 255, 1); */
  z-index: 999!important;
  margin-top: 50px;
  /* position: absolute; */
}
.block-services__menu{
  display: flex;
  align-items: center;
  justify-content: space-around;  
}
.block-services__menu-link{
  /* color: #3CD52E; */
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
/* a.block-services__menu-link:hover{
  color: none !important;
} */
a{
  text-decoration: none;
}
/* .block-services__menu-item:hover{
  background: rgba(111, 122, 255, .5);
  border-radius: 5px;
  
} */
/* .block-services__menu-item a.block-services__menu-link:hover{
  text-decoration: none;
  border-bottom: 2px solid #3CD52E;
} */
.block-services__menu-item{
  padding: 2rem;
  min-width: 7%;
  min-height: 9rem;
}
.tabcontent-head{
  font-size: 1.75rem;
  text-align: center;
}
/* .body-services{
  background: #EAF3FF;
} */
.tabcontent-descr{
  text-align: center;
  font-size: 18px;
}
/* how we work */
.block__we-work__head{
  text-align: center;
  /* padding-top: 70px; */
}
.process-symbol-wrapper {
  height:100px;
  margin:30px;
  width:100px;
  border: 4px solid #DCDCDC;
  border-radius: 50%;
  position:relative;
  transition: 750ms;
  overflow:hidden;
}

.process-symbol-wrapper {
  border-color: #3CD52E;
}

.mojs-canvas {
  width:100px;
  height:100px;
  position:aboslute;
  top:10px;
  left:10px;
}
.block__we-work__descr{
  text-align: center;
  display: block;
  /* font-family: Open sans; */
    font-size: 1rem;
    color: #8D8D8D;
}
.block__our-process__item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block__our-process-desc{
  text-align: center;
  user-select: none;
}
.map-img{
  background-position: center;
    width:200px;
    background-size: cover;
}
.map-img2 {
  background-position: center;
  width: 200px;
  height: 12rem;
  background-size: cover;
}
/* about-company */
.breadcrumb-navigation{
  display: flex;
  align-items: center;
}
.breadcrumb-navigation__img{
  width: 20px;
}
.breadcrumb-navigation__item{
  padding-right: 10px;
}
.block__breadcrumb-navigation{
padding: 30px 0 20px 20px;
position: relative;
z-index: 9;
}
.block__about-descr{
  position: relative;
  z-index: 100;
  font-family: AvenirNextCyr-Regular;
}
.block__about-txt{
  font-size: 1.1rem;
  text-align: center;
}
.block__about-tagline{
  font-weight: bold;
  text-align: center;
}
/* blog */
.block-blog__post{
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.block-blog__post-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50rem;
}
.block-blog-head{
  /* padding-top: 50px; */
  padding-bottom: 30px;
  text-align: center;
}
.block-blog__post-img{
  width: 29rem;
  height: 19rem;
  margin: 0 auto;
  display: block;
}
.block-blog__post-info{
  font-size: 15px;
    padding-top: 1rem;
    text-align: center;
}
.block-blog__post-category{
  color: green;
}
.block-blog__post-date{
  color: #8D8D8D;
}
.block-blog__post-head{
  /* padding-left: 1.1rem; */
  text-align: center;
}
.block-blog__post-descr{
  text-align: justify;
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
}
/* pagination */
.pagination {
  /* padding-left: 36%; */
  display: flex;
  justify-content: center;
}
.pagination a {
  color: black;
  /* float: left; */
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.pagination a.active {
  background-color: dodgerblue;
  color: white;
}

.pagination a:hover:not(.active) {background-color: dodgerblue; color: white;}
#map{
  opacity: 0.5;
}
#map:hover{
  opacity: 1;
}
.image {
  overflow:hidden;
  width: 30rem;
  margin: 0 auto;
  display: block;
  }
  .image img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    }
    
   .image img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    }
            /* весь контейнер поддерживает перспективу */
.flip-container {
  perspective: 1000;
 }
  /* переверните сторону при проведении мышью */
  .flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
  }
  
 .flip-container, .front, .back {
  width: 320px;
  /* height: 480px; */
  min-height: 13rem;
 }
  
 /* здесь находится скорость перевертывания */
 .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  
  position: relative;
 }
  
 /* скройте обратную сторону во время переворота */
 .front, .back {
  backface-visibility: hidden;
  
  position: absolute;
  top: 0;
  left: 0;
 }
  
 /* лицевая сторона размещена над обратной */
 .front {
  z-index: 2;
 }
  
 /* обратная, изначально скрытая сторона */
 .back {
  transform: rotateY(180deg);
 }
 .block-support{
  position: relative;
  z-index: 10;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
  padding: 10px;
  margin-bottom: 2rem;
  
 }
 .block-support__head{
  /* font-family: AvenirNextCyr-Regular;
  font-weight: 400; */
  font-size: 2rem;
  /* letter-spacing: -0.1rem; */
  text-align: center;
  /* padding-top: 3rem; */
  /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
    padding: 10px;
 }
 .block-support__info{
  text-align: justify;
  font-weight: bold;
 }
 /* .block__about__tabs-head{
  text-align: center;
  display: block;
  font-weight: bold;
  font-family: Open sans;
	font-size: 1.40rem;
 } */
 /* accordion */
 .accordion {
  background-color: rgba(218, 230, 255, 0.5);
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none !important;
  font-size: 20px;
  transition: 0.4s;
  text-align: center;
  font-weight: bold;
  /* font-family: Open sans; */
  /* font-size: 1.40rem; */
  position: relative;
}

.active-accordion, .accordion:hover {
  background-color: rgba(234, 243, 255, 0.5); 
  
}
.active-accordion{
  outline: none !important;
  border: none;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: rgba(218, 230, 255, 0.5);
  overflow: hidden;
  text-align: center;
}
.panel-descr{
  font-family: Oswald-Bold;
  font-size: 1.1rem;
  padding: 20px;
}
.accordion:after {
  content: '\02795'; 
  font-size: 13px;
  /* color: black!important; */
  float: right;
  margin-left: 5px;
  margin-top: 6px;
}

.active-accordion:after {
  content: "\2796"; 
}
/* .accordion-txt{
  display: block;
} */
.accordion-txt:before{
  content: '';
  /* background-image: url('./../img/rewind.png'); */
  background-image: url('./../img/55.svg');
  background-size: 20px 30px;
  width: 20px; 
  height: 30px;
  /* margin-left: 200px; 
  margin-top: 100px;  */
  position: absolute;
  /* left: 13rem; */
  margin-left: -30px;
}
.accordion-txt:after{
  content: '';
  background-image: url('./../img/55.svg');
  background-size: 20px 30px;
  width: 20px; 
  height: 30px;
  /* margin-left: 200px; 
  margin-top: 100px;  */
  position: absolute;
  margin-left: 12px;
  /* left: 73%; */
  /* left: 13rem; */
  transform: rotate(180deg)
}

/* slider services */
.owl-prev{
  position: absolute;
  top: 10px;
  font-size: 70px !important;
  left: 0;
  outline: none!important;
}
.owl-prev:hover{
  background: none!important;
  color: #6F7AFF!important;
}
.owl-next:hover{
  background: none!important;
  color: #6F7AFF!important;
}
.owl-next{
  font-size: 70px!important;
  position: absolute;
  top: 10px;
  right: 0;
  outline: none!important;
}
/* products */
.block-product__item-img{
  width: 20rem;
  padding-right: 60px;
}
.block-products__item{
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.block-product__item-right--descr{
  text-align: center;
  width: 81%;
}
.reverse{
  flex-direction: row-reverse;
}
.reverse-text{
  text-align: left;
}
.block-product__btn{
  /* margin-left: 63%; */
  margin: 0 auto;
  display: flex;
}
.reverse-btn{
  margin-left: 0;
}
.tada{
  animation-iteration-count: infinite;
}

/* .block-products__item:after{
  content: "";
    width: 100px;
    height: 10px;
    background-color: #c90202;
    position: absolute;
    left: 45rem;
    top: 41rem;
    display: inline-block;
    margin-right: 10px;
} */
/* .block-services__card-wrapper{
  width: 1000px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */
/* img{
  width: 10rem;
} */
/* .block-services__card-wrapper .card{
  position: relative;
}
.block-services__card-wrapper .card .face{
  width: 300px;
  height: 200px;
  transition: 0.5s;
}
.block-services__card-wrapper .card .face.face1{
  position: relative;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}
.block-services__card-wrapper .card:hover .face.face1{
  background: #48A3FF;
  transform: translateY(0);
}
.block-services__card-wrapper .card .face.face2{
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0,0,0,0.8);
  transform: translateY(-100px);
  overflow: hidden;
}
.block-services__card-wrapper .card:hover .face.face2{
  transform: translateY(0);
}
.block-services__card-wrapper .card .face.face2 .content p{
  margin: 0;
  padding: 0;
}
.block-services__card-wrapper .card .face.face2 .content a{
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  padding: 5px;
  border: 1px solid #333;
}
.block-services__card-wrapper .card .face.face2 .content a:hover{
  background: #333;
  color: #fff;
}
.block-services__card-wrapper .card .face.face1 .content{
  opacity: 0.2;
  transition: 0.5s;
}
.block-services__card-wrapper .card:hover .face.face1 .content img{
  max-width: 100px;
}
.block-services__card-wrapper .card:hover .face.face1 .content h3{
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
.card-head{
  color: white;
} */
/* start swipe slider */
.card{
  position: relative;
  /* background: #fff; */
  width: 773px;
  /* height: 500px; */
  /* margin-right: 20rem; */
}
/* start comment */
/* .card .content{
  width: 400px;
  padding: 30px;
  box-sizing: border-box;
}
.card .sliderText{
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.card .sliderText h3{
  color: #fff;
  font-size: 3em;
}
.card .content a{
  display: inline-block;
  margin: 10px 0 0;
  padding: 10px 20px;
  text-decoration: none;
  border: 2px solid #262626;
  color: #262626;
  font-weight: 600;
}
.swiper-slide{
  width: 400px;
} */
/* end */

/* .headline--center {
  text-align: center;
} */
.headline__title {
  /* font-family: Open-sans, sans-serif; */
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}

.list {
  position: relative;
  padding: 20px 0;
}
.list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #ccc;
}
.list__wrap {
  display: flex;
  padding-bottom: 30px;
}
.list__item {
  position: relative;
  padding: 20px;
  max-width: 45%;
  width: 100%;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
  border-width: 0 0 7px 0;
  border-style: solid;
}
.list__item:before {
  content: "";
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
}
.list__item--left {
  margin-right: auto;
}
.list__item--left:before {
  right: -12%;
}
.list__item--right {
  margin-left: auto;
}
.list__item--right:before {
  left: -12%;
}
.list__item--blue {
  border-color: #4fb1f3;
}
.list__item--blue:before {
  background: #4fb1f3;
}
.list__item--pink {
  border-color: #6F7AFF;
}
.list__item--pink:before {
  background: #6F7AFF;
}
.list__title {
  margin-top: 0;
}
.list__description {
  margin-bottom: 0;
}
.our-process__head{
  text-align: center;
}
.services-btn{
  /* margin-left: 30%; */
  margin: 0 auto;
  display: flex;
}
/* modal */
/* Modal Content */
.modal {
  display: none; 
  
  z-index: 1; 
  /* padding-top: 100px;  */
  /* left: 0;
  top: 0; */
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
.modal-content {
  background-color: #fefefe;
  /* margin: auto; */
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  margin-left: auto;
}

.close:hover,
.close:focus {
  color: #48A3FF;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
/* post */
.block-post__head{
  text-align: center;
  padding-bottom: 20px;
  font-size: 2.8rem;
  
}
.block-post__img{
  margin: 0 auto;
  display: block;
  padding-bottom: 50px;
  width: 40rem;
}
.block-post__desc{
  text-align: justify;
    font-weight: bold;
    width: 60rem;
    margin: 0 auto;
    padding-bottom: 10px;
}
/* socials */
/* .fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
} */

.fa:hover {
    opacity: 0.7;
}
.socials-icon{
  width: 35px;
}

/* .fa-facebook {
  background: #3B5998;
  color: white;
} */


@media only screen and (max-width: 768px) {
  .list:before {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .list__wrap {
    padding-left: 30px;
  }
  .list__item {
    max-width: 100%;
  }
  .list__item:before {
    left: -33px;
    right: 0;
  }
}
/* slider-services */
.testimonial-section{
  /* background: #3498db; */
  padding: 40px 0;
}

.inner-width{
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.testimonial-section h1{
  text-align: center;
  color: #333;
  font-size: 24px;
}

.border{
  width: 100px;
  height: 3px;
  background: #333;
  margin: 40px auto;
}

.testimonial{
  background: #EAF3FF;
  padding: 40px;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  height: 37rem;
}

/* .testimonial:hover{
  height: 40rem;
} */

.test-name span{
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #3498db;
}

.testimonial p{
  font-size: 14px;
  line-height: 22px;
  /* margin-top: 20px; */
}
.slides .owl-prev{
  bottom: 60px;
  color: transparent;
}
.slides .owl-prev span{
  color: #41A0FF;
}
.slides .owl-next{
  bottom: 60px;
}
.slides .owl-next span{
  color: #41A0FF;
}
.slider-services__img{
  /* width: 60px!important; */
  height: 12rem;
  width: 18rem!important;
  margin: 0 auto !important;
  padding-bottom: 18px;
}
.slider-services__head{
  text-align: center;
  border: 2px solid white;
  padding: 10px;
}
.slider-services__descr{
  text-align: center;
  /* font-size: 12px; */
}
.block-footer-wrapper{
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* progress bar */
.block-statistics{
  width: 100%;
  /* margin: 0 auto;
  position: relative;
  z-index: 9999; */
  /* background: rgba(255,255,255,.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5); */
  padding: 3px;
  padding-right: 1rem;
  /* margin-bottom: 5rem; */
}
.block-statistics__head{
  text-align: center;
  font-size: 2rem;
  font-family: Oswald-Bold;
}
.progress-item{
  padding-bottom: 1rem;
}
.progress-item:last-child{
  padding-bottom: 2rem;
}
.progress-item__descr{
  font-size: 14px;
}
/* get start */
.block-get-start{
  padding-top: 45px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 1rem;
}
/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

/* .container {
  padding: 16px;
} */

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
/* .modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  padding-top: 60px;
} */

/* Modal Content/Box */
/* .modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; 
  border: 1px solid #888;
  width: 80%; 
} */

/* The Close Button (x) */
/* .close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #48A3FF;
  cursor: pointer;
} */
/* .get-start__form{
  display: flex;
} */

/* Add Zoom Animation */
/* .animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
} */
.modal-backdrop{
  position: relative !important;
}


/* Change styles for span and cancel button on extra small screens */
/* @media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
} */

/* timeline start */
/* .timeline {
  margin-bottom: 20px;
}
.timeline__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
}
@media screen and (max-width: 500px) {
  .timeline__title {
    font-size: 28px;
  }
}
.timeline__years {
  position: relative; */
  /* width: 1420px; */
  /* margin: 50px auto; */
/* } */
/* @media screen and (max-width: 1450px) {
  .timeline__years {
    width: 1024px;
  }
}
@media screen and (max-width: 1050px) {
  .timeline__years {
    width: 1000px;
  }
}
@media screen and (max-width: 1023px) {
  .timeline__years {
    display: none;
  }
}
.timeline__yearsTop {
  border-bottom: 1px solid #48A3FF;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
} */
/* .timeline__yearsTop .timeline__yearsItem::after {
  content: '';
  position: absolute;
  bottom: -89px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: linear-gradient(124.4deg, #5C11F9 -11.52%, #FF95F4 183.61%);
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
} */
/* .timeline__yearsBottom {
  padding-top: 50px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 134px;
}
.timeline__yearsBottom .timeline__yearsItem::after {
  content: '';
  position: absolute;
  top: -63px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  z-index: 1;
  background: linear-gradient(124.4deg, #5C11F9 -11.52%, #FF95F4 183.61%);
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.timeline__yearsItem {
  text-align: center;
  width: 266px;
  margin-right: 20px;
  position: relative;
  z-index: 520;
}
.timeline__yearsItem:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1450px) {
  .timeline__yearsItem {
    width: 241px;
  }
}
.timeline__contentTitle {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 15px;
  width: 17rem;
  background: #6F7AFF;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}
/* linear-gradient(to top, #ff95f4, #45d2f2) */
/* .timeline__contentText {
  padding-top: 15px;
  max-width: 300px;
  font-size: 14px;
}
.timeline__carousel {
  width: 900px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .timeline__carousel {
    display: none;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: -15rem;
  left: -93px;
  background-color: #f9f9f9;
  min-width: 20rem;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 10;
}

.dropdown:hover .dropdown-content {
  display: block;
}  */


/* timeline end */

/* preloader */
/* body{
  overflow: hidden;
} */
.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  animation-delay: 1s;
}

.item-1 {
  width: 20px;
  height: 20px;
  background: #48A3FF;
  border-radius: 50%;
  background-color: #48A3FF;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-1:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #48A3FF;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-2 {
  width: 20px;
  height: 20px;
  background: #48A3FF;
  border-radius: 50%;
  background-color: #48A3FF;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-2:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #48A3FF;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-3 {
  width: 20px;
  height: 20px;
  background: #48A3FF;
  border-radius: 50%;
  background-color: #48A3FF;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-3:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #48A3FF;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-4 {
  width: 20px;
  height: 20px;
  background: #6F7AFF;
  border-radius: 50%;
  background-color: #6F7AFF;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-4:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #6F7AFF;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-5 {
  width: 20px;
  height: 20px;
  background: #6F7AFF;
  border-radius: 50%;
  background-color: #6F7AFF;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-5:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #6F7AFF;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

/* preloader end */
/* modal product */
.modal-product__slider-img{
  width: 30px;
  padding-right: .5rem;
}
.modal-product__slider-descr{
  font-size: 14px;
}
.modal-wrapper{
  border: 3px solid black;
  padding: 10px;
}
.block-solution__row-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-solution{
  margin-right: 1rem;
  min-width: 21rem;
  margin-bottom: 2rem;
}
.modal-product__main-img{
  width: 35rem;
  margin: 0 auto;
  /* padding-bottom: 1rem;
  padding-top: 1rem; */
}
.progect-wrapper__img{
  width: 6rem;
}
.product-modal__progect-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap; 
}
.progect-wrapper__item{
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 25px;
    /* width: 20rem; */
}
.project-wrapper__descr{
  display: block;
  text-align: center;
}
.progect-wrapper__structure-head{
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
/* kvnwk */
	/*Now the CSS*/
  .tree
  {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .tree ul {
    padding-top: 20px; position: relative;
    
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  
  .tree li {
    float: left; text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: white;
  }
  
  /*We will use ::before and ::after to draw the connectors*/
  
  .tree li::before, .tree li::after{
    content: '';
    position: absolute; top: 0; right: 50%;
    border-top: 1px solid #62C2E8;
    width: 50%; height: 20px;
  }
  .tree li::after{
    right: auto; left: 50%;
    border-left: 1px solid #62C2E8;
  }
  
  /*We need to remove left-right connectors from elements without 
  any siblings*/
  .tree li:only-child::after, .tree li:only-child::before {
    display: none;
  }
  
  /*Remove space from the top of single children*/
  .tree li:only-child{ padding-top: 0;}
  
  /*Remove left connector from first child and 
  right connector from last child*/
  .tree li:first-child::before, .tree li:last-child::after{
    border: 0 none;
  }
  /*Adding back the vertical connector to the last nodes*/
  .tree li:last-child::before{
    border-right: 1px solid #62C2E8;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
  }
  .tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
  }
  
  /*Time to add downward connectors from parents*/
  .tree ul ul::before{
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 1px solid #62C2E8;
    width: 0; height: 20px;
  }
  
  .tree li a{
    border: 1px solid #62C2E8;
    padding: 5px 10px;
    text-decoration: none;
    color: black;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* background: #c8e4f8; */
    background: #4BA4FF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  .tree-number{
    font-size: 1.7rem;
    margin-right: 5px;
  }
  .tree-head{
    font-size: 1.2rem;
  }
  .tree-txt{
    display: block;
    /* width: 50%; */
    font-size: .8rem;
    /* margin: 0 auto; */
  }
  .tree-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: white; */
  }
  
  /*Time for some hover effects*/
  /*We will apply the hover effect the the lineage of the element also*/
  .tree li a:hover, .tree li a:hover+ul li a {
    background: #c8e4f8; border: 1px solid #94a0b4; cursor: pointer;
  }
  .tree li:hover{
    color: black;
  }
  /*Connector styles on hover*/
  .tree li a:hover+ul li::after, 
  .tree li a:hover+ul li::before, 
  .tree li a:hover+ul::before, 
  .tree li a:hover+ul ul::before{
    border-color:  #94a0b4;
  }
/* .block-socials{
  padding-bottom: 2rem;
} */
.block-solution__list{
  text-align: center;
  margin-top: 4vh;
}
.modal-product__head{
  padding-top: 1rem;
  padding-bottom: .5rem;
  text-align: center;
  display: block;
  font-weight: bold;
}
.modal-product__advantages-item{
  display: flex;
    align-items: center;
}
.modal-product__advantages-img{
  padding-right: .5rem;
}
.modal-product__descrip{
  text-align: center;
}
.modal-product__descr{
  text-align: center;
}
.product-modal__item-descr{
  text-align: center;
}
.modal-product__descr-item{
  /* border: 2px solid #4EA6FF; */
  margin-bottom: 1rem;
  padding: 10px;
}
/* .block-solution__item{
  text-transform: uppercase;
} */
.card-front{
  width: 20rem;
}
.block__about-tagl{
  text-align: center;
}


/* modal product end */
/* scroll top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 44px;
  right: 30px;
  z-index: 9999;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #4BA4FF;
  color: white;
  cursor: pointer;
  padding: 9px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.clearfix{
  margin-bottom: 9rem;
}
.block__about-head{
  position: relative;
  z-index: 9;
  padding-bottom: 1rem;
  text-align: center;
}
#comment-add{
  display: flex;
  margin: 0 auto;
}
/* more */
.more{
  display: flex;
  margin: 0 auto;
  position: relative;
  top: 15px;
}

/* more end */
.dropdown-menu{
  background: rgba(198, 219, 255, .5);
}
.product-modal__insight-modules__img{
  width: 5rem;
  margin-bottom: 10px;
}

.product-modal__insight-modules__item{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.product-modal__insight-modules__descr{
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}
.product-modal__insight-modules{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
}
.product-modal__insight-descr-head{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}
.product-modal__insight-descr-left{
  text-transform: uppercase;
  font-weight: bold;
}
.product-modal__insight-descr--wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}
.product-modal__insight-descr{
  text-align: center;
}
.product-modal__insight-descr__col-item{
  display: block;
  margin: 10px;
}
.product-modal__insight-modules--bottom--wrapper{
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url('./../img/backgrnode.png');
}
.product-modal__insight-modules__desc{
  text-align: center;
}
.block-contacts-address__info{
  background: #C5DEFF;
  padding: 10px;
  display: block;
  margin-bottom: 3px;
  z-index: 50;
  position: relative;
  width: calc(100%);
}
.block-contacts-address{
  display: flex;
  justify-content: space-between;
  background: rgba(234, 243, 255, .7);
  z-index: 50;
  position: relative;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.block-contacts-address__item{
  display: flex;
  flex-direction: column;
  margin-right: 6rem;
  /* background: rgba(255, 252, 242, .8); */
}
.itp-company-select-language-item{
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  margin: 10px;
}
.itp-company-select-language-item:hover{
  background: rgba(46, 150, 255, .8);
}

.btn-product__presentashion{
  margin: 0 auto 1rem  auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
}
.block-partners{
  display: flex;
    /* align-items: center; */
  flex-direction: column;
  /* background: rgba(255, 255, 255, .5);
  box-shadow: 0 0 10px; */
  padding: 20px;
}
.block-partners__img{
  width: 10rem;;
}
#vn-click{
  padding:10px 15px;
  /* background:#FD6CA3; */
  color:#fff;
  cursor:pointer;
  display:inline-block;
    margin-bottom: 1rem;
    
  }
  #vn-click2{
    padding:10px 15px;
    /* background:#FD6CA3; */
    color:#fff;
    cursor:pointer;
    display:inline-block;
      margin-bottom: 1rem;
      
    }
    #vn-click3{
      padding:10px 15px;
      /* background:#FD6CA3; */
      color:#fff;
      cursor:pointer;
      display:inline-block;
        margin-bottom: 1rem;
        
      }
  #vn-info{
  display:block;
  text-align:center;
  /* background:#16a085; */
  background: #EAF3FF;
  /* color:#fff; */
  box-shadow: 0 0 40px 7px rgba(0, 0, 0, 0.3);
  padding: 30px 20px 2px 20px;
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  }
  #vn-info::after {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    left: 70px;
    top: -21px;
    bottom: calc(10rem + 1rem);
    border: 11px solid transparent;
    border-bottom: 10px solid #EAF3FF;;
  }
  #vn-info2{
    display:block;
    text-align:center;
    /* background:#16a085; */
    background: #EAF3FF;
    /* color:#fff; */
    box-shadow: 0 0 40px 7px rgba(0, 0, 0, 0.3);
    padding: 30px 20px 2px 20px;
    width: 100%;
    position: relative;
    }
    #vn-info2::after {
      content: ''; 
      position: absolute; /* Абсолютное позиционирование */
      left: 70px;
      bottom: calc(9rem + 1rem);
      border: 11px solid transparent;
      border-bottom: 10px solid #EAF3FF;;
    }
    #vn-info3{
      display:block;
      text-align:center;
      /* background:#16a085; */
      background: #EAF3FF;
      /* color:#fff; */
      box-shadow: 0 0 40px 7px rgba(0, 0, 0, 0.3);
      padding: 30px 20px 2px 20px;
      width: 100%;
      position: relative;
      }
      #vn-info3::after {
        content: ''; 
        position: absolute; /* Абсолютное позиционирование */
        left: 70px;
        bottom: calc(7.2rem + 1rem);
        border: 11px solid transparent;
        border-bottom: 10px solid #EAF3FF;;
      }
      #vn-info4{
        display:block;
        text-align:center;
        /* background:#16a085; */
        background: #EAF3FF;
        /* color:#fff; */
        box-shadow: 0 0 40px 7px rgba(0, 0, 0, 0.3);
        padding: 30px 20px 2px 20px;
        width: 100%;
        position: relative;
        margin-top: 30px;
        }
        #vn-info4::after {
          content: ''; 
          position: absolute; /* Абсолютное позиционирование */
          left: 70px;
      bottom: calc(10rem + 1rem);
          border: 11px solid transparent;
          border-bottom: 10px solid #EAF3FF;;
        }
  .block-partners__descr{
    font-weight: bold;
    text-align: justify;
  }
  .link-products--1c{
    display: inline-block;
    margin-top: 1rem;
  }
  /* start */
  #wrap {
    width: 86%;
    margin: 20px auto;
    background: rgba(255, 255, 255, .5);
    min-height: 200px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px #ccc;
   /* display: grid;
   grid-template-columns: 1fr 1fr; */
  }
  .products{
    display: grid;
   grid-template-columns: 1fr 1fr;
  }
  .products .item {
    width:28rem;
    box-sizing: border-box;
    margin-right: 15px;
    /* float: left; */
    margin-bottom: 25px;
  }
  .products .item .item-image {
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin-bottom: 15px;
    overflow: hidden;
    height: 368px;
    background: url('http://beta.carproduct.cz/wp-content/uploads/2013/10/link.png') no-repeat center 175px;
  }
  .products .item.sec {
    margin-right: 0px;
  }
  .item-info {
    padding: 10px;
  }
  .item-image img {
    width: 358px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .item-image img:hover {
    position: relative;
    margin-top: -35px;
  }
  .item-name {
    /* float: left; */
  }
  .item-name a {
    text-decoration: none;
  }
  .item-name h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: #d35400;
  }
  .item-price {
    float: right;
    margin-top: 6px;
  }
  .item-description {
    margin-top: 10px;
  }
  .item-description p {
    color: #333;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
  }
  /* .clear {
    clear: both;
  } */
  span.old-price {
    color: #e74c3c;
    text-decoration: line-through;
    margin-right: 15px;
  }
  span.new-price {
    padding: 5px 5px;
    background: #27ae60;
    color: #fff;
    font-weight: 700;
  }
 
  span.new {
    background: #2980b9;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin-left: 10px;
  }
  .block-products--1c{
    display: flex;
    align-items: center;
  }
  .block-products--1c img{
    width: 10rem;
  }
  .product-img--1c{
    width: 14rem!important;
    padding-top:3rem;
  }
  .services-head--top{
    display: flex;
}
.services-head--top__right-head{
    /* background: #44C7F4; */
    padding: 10px;
    width: 15rem;
    text-align: center;
    font-size: 25px;
    color: white;
}
.services-head--top__right-item {
    color: #C4DDFF;
    /* list-style: disc!important; */
    width: 24rem;
    font-size: 19px;
    position: relative;
    left: 9rem;
    top: 1rem;
}
.services-head--top__right-item a {
    color: #C4DDFF;
    text-decoration: none;
}
.services-head--top__right-item a:hover{
    color: #EAF3FF;
}
.section-map{
  
  display: flex;
  
  justify-content: space-around;
 
  flex-wrap: wrap;
}
.section-map--link{
  color: white;
  text-decoration: none!important;
  font-size: 16px;
}
.section-map--link:hover{
  color: rgba(255, 255, 255, 0.75);
}


.content {
  position: absolute;
  bottom: 328px;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 73%;
  height: 39rem;
  padding: 20px;
}
.section-map--item-head{
  margin-right: 3rem;
}
.section-map--list-item{
  padding-right: 4rem;
}
.section-map--list-item a{
  color: white;
}
.section-map2{
  display: none;
}
/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
  width: 9rem;
  /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); */
}
.tab  input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab {
  width: 13rem;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  /* padding: 1em; */
  /* background: #2c3e50; */
  color: white;
  font-weight: bold;
  cursor: pointer;
  width: 6rem;
  /* Icon */
}
.tab-label:hover {
  /* background: #1a252f; */
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all .35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  /* color: #2c3e50; */
  background: white;
  transition: all .35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  /* background: #2c3e50; */
  cursor: pointer;
}
.tab-close:hover {
  /* background: #1a252f; */
}

input:checked + .tab-label {
  /* background: #1a252f; */
}
input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
.section-map2--link{
color: black!important;
font-size: 12px;
}
.small-screen--footer{
  display: none;
}
.block-statistics--wrapper{
  display: flex;
  padding-top: 5rem;
}
.navbar-align{
  position: relative;
  right: 30px;
  bottom: 1rem;
}
.itplogo-align{
  position: relative;
  bottom: 16px;
  right: -14px;
}
.cse .gsc-control-cse, .gsc-control-cse{
  position: absolute;
  /* right: 10rem; */
  right: 13rem;
  top: -3rem;
  border: none!important;
  background: none!important;
}
.gsib_a {
  padding: 0px 9px 4px 9px!important;
  display: block!important;
  width: 12rem!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0px!important;
}
.direction-reveal__text{
  font-size: 15px!important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus{
  height: 26px;
}

.btn-product__presentashion2{
  margin: 15px 37%;
}
.gsc-search-button{
  margin-left: 0!important;
}
.block-post__heading{
  text-align: center;
}
.block-post__heading:after{
  content: "";
  width: 20rem;

}


  
  /* end */
  .navbar-humburger--mobile{
    display: none;
}
           
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
* {
  box-sizing: border-box;
  
  font-weight: 300;
}

a.humburger-mobile--link,
a.humburger-mobile--link:visited,
a.humburger-mobile--link:hover,
a.humburger-mobile--link:active {
  color: #B7C7FF;
  text-decoration: none;
}

/* h1 {
 
  font-weight: 400;
  font-size: 3em;
  text-align: center;
} */
.outer-menu {
  position: absolute;
  top: 10vh;
  right: 71px;          /* left: 0; */

  z-index: 999;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:hover{
  cursor: pointer;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  width: 439vw;
  height: 232vw;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: .5em 1em;
  /* background: rgba(33, 150, 243, 0.75); */
  background: transparent;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.outer-menu .hamburger > div:after {
  top: 10px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.outer-menu .menu > div {
  width: 0;
  height: 0;
  color: #fefefe;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.select-language--color{
  color: black!important;
}
.class-hidden{
  overflow: hidden;
}
.dropdown-menu--mobile{
  left: 15px!important;
}
#gs_tti51{
  position: relative;
  top: -5px;
}
.btn-product-1c-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}  
.oneC-product-modal-item-head{
  color: #D96B22;
}   
.oneC-product-modal-item-img{
  width: 47.5rem;
  height: 24rem;
}
.oneC-product-modal-item-head-descr{
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  color: #D96B22;
}  
.oneC-product-modal-content-head{
  text-align: center;
  color: #D96B22;
  margin-top: 10px;
}   
.oneC-product-modal-content-description{
  text-align: center
}   
.oneC-product-modal-content-description-head{
  text-align: center;
  color: #D96B22;
  display: block
}   
.oneC-product-modal-content-form-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px
}  
.oneС-product-modal-content-opportunity-wrapper{
  display: flex;
  margin-bottom: 20px;
}   
.oneС-product-modal-content-opportunity-item{
  width: 100%;
  background: #F6F7FB;
  padding: 15px;
}     
.oneС-product-modal-content-opportunity-block-top{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}  
.oneС-product-modal-content-opportunity-block-top img{
  width: 2rem;
  margin-right: 15px;
} 
.oneС-opportunity-item-margin{
  margin-right: 1.5rem
} 
.oneC-product-modal-content-description-head-retail{
  color: #D96B22;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  display: block;
}   
.oneС-product-modal-content-opportunity-block-top-heading{
  font-weight: bold;
} 
.oneC-holding-img{
  height: 30rem!important;
}   
.holding-head{
  font-size: 25px!important;
}
.oneC-product-modal-content-characteristics-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.oneC-product-modal-content-characteristics-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.oneC-product-modal-content-characteristics-descr{
  display: block;
  font-weight: bold;
  font-size: 15px;
}
.holding-company{
  font-size: 20px;
}
.itp-reviews{
  display: flex;
  justify-content: center;
  margin-top: 35px;
  flex-direction: column;
  align-items: center;
}
.itp-reviews-img{
  width: 12rem;
  margin-top: 15px;
  margin-bottom: 3px;
}  
.itp-reviews-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.itp-reviews-vertex-img{
  width: 15rem;
  margin-top: 33px;
}
.itp-reviews-item{
  height: 12rem;
}
.itp-partners-slider-main-img{
  width: 8rem!important;
  margin-top: 17px!important;
} 
.itp-partners-margin-top{
  margin-top: 35px!important;
}
.pos{
  margin-top: -20px!important
}
.logo-prod-inventory{
  width: 22rem;
}
.inventory-modal-head{
  text-align: center;
  font-weight: bold;
}
.inventory-modal-svg-logo-img{
  width: 12rem;
}
.inventory-modal-svg-logo-block{
  background: #FEFEFE;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50rem;
  left: 17rem;
  height: 11rem;
  width: 15rem;
  border-radius: 12px;
  padding: 10px;
}
.popup-gallery{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.mfp-title small{
  display: none!important;
}
.inventory-modal-descr{
  text-align: justify;
}
.product-margin-contact-section{
  margin-top: 0!important;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
}
.products-contact-form-btn-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-inventory{
  width: 50%!important;
}
.logo-insight{
  width: 50%!important;
}
.logo-project{
  width: 50%!important;
}
.logo-marketing{
  width: 53%!important;
}
.logo-director{
  width: 42%!important;
}
.logo-portal{
  width: 44%!important;
}
.logo-docway{
  width: 46%!important;
}
#Layer_1{
  height: 18rem;
}
.services-modal-work{
  z-index: 999999;
}
.inventory-main-slider-logo{
  width: 23rem;
}
/* vacancies */
/* #vacancies-select-city{
  width: 25rem
} */
/* .vacancies-select-city-label{
  font-size: 13px;
} */
/* .vacancies__hidden-city-almat{
  display: none;
} */
.vaсancies__content-select-city-descr{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.vacancies__content-head{
  margin-right: 5px;
}
.vacancies__content span {
  font-weight: bold;
}
.accordion {
  background-color: #C4DDFF;
  color: #444;
  cursor: pointer!important;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  z-index: 99;
  opacity: .9;
  font-weight: bold;
  font-size: 20px;
}
.activeV:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.vacancies-application-select-file{
  z-index: 99;
}
.panel-accordion-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.vacancies-file-icon{
  width: 25px;
}
.vacancies__content-application-heading{
  text-align: center;
  padding-top: 25px;
  font-size: 28px;
  font-weight: bold;
  z-index: 99;
  position: relative;
}
.vacancies__content-app-wrapper{
  width: 40rem;
}
.vacancies__content-application-form{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.panel-accordion-content ul{
  text-align: center;
}
.vacancies__content-accordion-head{
  font-size: 25px;
}
.vacancies-select-file-btn .btn-tertiary{color:#555;padding:0;line-height:40px;width:300px;margin:auto;display:block;border:2px solid #555}
.vacancies-select-file-btn .btn-tertiary:hover,.vacancies-select-file-btn .btn-tertiary:focus{color:#5BADFF;border-color:#5BADFF}
.vacancies-select-file-btn .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
.vacancies-select-file-btn .input-file + .js-labelFile{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;cursor:pointer}


.activeV, .accordion:hover {
  background-color: #EBF4FF; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  z-index: 99;
  position: relative;
  opacity: .9;
}
.vacancies-select-city-btn{
  width: 12rem;
}
.vacancies__content{
  margin-top: 25px;
}
.vacancies__select-city{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  display: inline-block;
}
.vacancies__content-application{
  margin-bottom: 2rem;
}
.accordionSubstitution::after {
  content:"\02796";
  font-size: 13px;
    /* color: black!important; */
    float: right;
    margin-left: 5px;
    margin-top: 6px;
}
/* .vacancies__content-accordion-almat{
  display: none;
} */
.vacancies__content-accordion-nurSul{
display: none;
}
.vacancies__hidden-city-nur{
  display: none;
}
.vacancies-accordion-item{
  margin-bottom: 10px;
}
#vacancies__content-application-form2, #vacancies__content-application-form3, #vacancies__content-application-form4{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.swal2-styled.swal2-confirm{
  background-color: #3085d6!important;
}
.input-file-wrapper{
  margin-bottom: 20px;
}
/* vacancies */
/* prodOne */
.prodOne__content-top-descr{
  display: flex;
  /* align-items: center; */
  flex-direction: column;
}
.proOne-img-top-partners{
  width: 12rem;
}
.prodOne-bottom-content-img{
  width: 3rem;
}
.popup-gallery-img{
  transition: all ease-in-out 2s;
}
.popup-gallery-img:hover{
  transform: scale(1.2)
}
.prodOneC-prod1c-wrapper-link{
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodOneC-prod1c-wrapper-link a{
  color: #E1061A;
}
/* prodOne */
.blog__itpInventory-logo-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog__itpInventory-logo-wrapper img{
  width: 25rem;
  margin-bottom: 2rem;
}
.block-blog__post-category-inventory-wrapper{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
/* .image-post{
  border-radius: 20px;
} */
.navbar-main{
  position: absolute;
  right: 0;
}
.block__about-head-img-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 243, 169,.7);
  z-index: 9;
  position: relative;
  width: 160px;
  border-radius: 50%;
  height: 145px;
  margin-bottom: 20px;
}
.block-fran-logo{
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodOne__its-head{
  text-align: center;
  margin-bottom: 40px
}
.prodOne__its-head-second{
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 18px;
}
.prodOne__its-descr{
  text-align: center;
  display: block;
  color: #4F4F4F;
}
.itp-partners-slider-main-img--georgia{
  width: 6rem!important;
  margin-top: 17px!important;
}
.footer-main{
  background-image: linear-gradient(to right, #00a3e7, #11a1ed, #259ef3, #399bf8, #4c98fc, #4b94f6, #4a8ff0, #498bea, #3684da, #237dc9, #1175b8, #006da7)!important;
}
.itp__prod-change--portal{
  width: 25rem;
}
.itp__prod-change--marketing{
  width: 33rem;
}






 /* media queries */
 @media only screen and (max-width: 1190px){
  .modal-product__main-img{
    width: 27rem;
  }
 }
 @media only screen and (max-width: 1378px){
  .section-map2{
    display: block;
  }
  .section-map{
    display: none;
  }
 }
 @media only screen and (max-width: 1199px){
  .slider-services__img{
    width: 15rem!important;
  }
  .block-products__item{
    justify-content: flex-end;
  }
 }
 @media only screen and (max-width: 1160px){
  .block-product__btn{
    margin-left: 20%;
  }
  .block-post__descr-blog2{
    width: 48rem!important;
  }
 }
 @media only screen and (max-width: 1200px){
  .navbar-main{
    position: absolute;
    right: -93px;
  }
  .nav-item{
    margin-left: 0;
  }
  .inventory-modal-svg-logo-block{
    top: 50rem;
  }
}
  @media only screen and (max-width: 1180px){
    .products{
      grid-template-columns: 1fr;
      justify-items: center;
    }
    .services-head--top__right-item{
      font-size: 14px; 
    }
  }
  @media only screen and (max-width: 1107px){
    .navbar-main{
      right: -50px;
    }
    .itp-dropdown-language{
      right: -35px!important;
    }
    .cse .gsc-control-cse, .gsc-control-cse{
      right: 11rem!important;
    }
  }
 
 @media only screen and (max-width: 992px){
  .com__section{
    flex-flow:wrap!important;
  }
  .newProductModalWrapper{
    top: -52px!important;
  }
  .newProductModalContentWrapp{
    flex-direction: column;
  }
  .prodOne__content-top-descr-about-des{
    width: 43rem!important;
  }
  .prodOne__content-top-descr-about-progress-bar{
    flex-wrap: wrap;
  }
  .inventory-modal-svg-logo-img {
    width: 8rem;
  }
  .popup-gallery{
    flex-direction: column;
  }
  .popup-gallery a{
    margin-bottom: 10px
  }
  .inventory-modal-svg-logo-block{
    top: 45rem;
    left: 10rem;
    height: 8rem;
    width: 10rem;
  }
  .oneС-product-modal-content-opportunity-wrapper{
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .oneС-product-modal-content-opportunity-item{
    width: 20rem;
    margin-bottom: 10px;
  }
  .oneС-opportunity-item-margin{
    margin-right: 0;
  }
  .oneC-product-modal-content-characteristics-wrapper{
    flex-wrap: wrap;
  }
  .oneC-holding-img{
    height: 25rem!important
  }
  .oneC-product-modal-item-img{
    width: 28.9rem;
    height: 20rem;
  }
  .cse .gsc-control-cse, .gsc-control-cse{
    position: static!important;
  }
  .navbar-humburger--mobile{
    display:block;
    }
    .navbar-humburger--large{
        display: none;

                        }
  .btn-product__presentashion2 {
    margin: 15px 28%;
}
  #ya-site-form0 {
    position: absolute!important;
    width: 12rem !important;
    bottom: 9rem !important;
    right: 3rem !important;
}
  .dws-menu > ul li a{
    padding: 0!important;
  }

  .services-head--top{
    flex-direction: column-reverse;
  }
  .services-head--top__left h3{
    width: 100%!important;
  }
  .services-head--top__right-list{
    margin-bottom: 2rem;
    position: relative;
    left: calc(-8rem - 1rem);
  }
  .services-head--top__right-item a{
    font-size: 19px;
    color: #6AA3FF;
  }
  .services-head--top__right-item a:hover{
    color: #C4DDFF;
  }
  .logo-about--bottom{
    position: relative;
    left: calc(81% - 51px);
    bottom: 7rem;
  }
   .text-bottom{
    position: relative;
    left: -12rem;
   }
  .dropdown-toggle{
    left: calc(8% + 1rem);
    position: relative;
    top: -4rem;
    font-size: 10px;
  }
  .modal-product__main-img{
    height: 25rem!important;
  }
  .block-contacts-address{
    flex-direction: column;
  }
  .tagline-img{
    display: none;
  }
  .block-product__btn{
    margin: 0 auto;
  }
  .slider-services__img{
    width: 13rem!important;
    height: 10rem;
  }
  .navbar-collapse{
        top: 129px;
  }
  .dws-menu li ul{
    left: -195px;
    top: 9px;
  }
  .block-blog__post{
    flex-direction: column;
  }
  .flip-container, .front, .back{
    width: 100%;
  }
  .block-products__item{
    justify-content: center;
    flex-direction: column;
  }
  .logo-prod{
    display: flex;
    margin: 0 auto;
    padding-top: 1rem;
    width: 15rem!important;
  }
  .block-product__item-right--head{
    text-align: center;
  }
  .block-product__item-right--descr{
    text-align: center;
  }
  .block-product__btn{
    margin-left: 14rem;
  }
  .block__about-tagl{
    font-size: 2rem;
  }
  .card-accord{
    width: 679px;
  }
  .block-post__head{
    padding-top: 1rem;
  }
  .product-modal__insight-descr--wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;}
  .direction-reveal--3-grid-cssgrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .direction-reveal--3-grid{
    margin-bottom: 3rem;
  }
  .block-support__head{
    padding-top: 1rem;
  }
  .block__about-head{
    padding-top: 4rem;
    text-align: center;
  }
  .product-modal__insight-modules--bottom--wrapper{
   flex-direction: column; 
  }
  .requisites{
    width: calc(17rem + 5px);
  }
  .block-post__descr-blog2 {
    width: 42rem!important;
    text-align: justify!important;
    padding: 1rem;
}
 }
 @media only screen and (max-width: 942px){
  .footer-address{
    width: 29%!important;
  }
 }
 @media only screen and (max-width: 600px){
  .newProductModalText {
    padding: 5px!important;
    text-align: center!important;
}
  .newProductModalContentImg img{
    width: 20rem!important;
  }
  .text-bottom{
    left: -26%;
  }
  .dropdown-toggle {
    left: calc(30% + 1rem);}
  .itp-partners-slider-main-img{
    width: 50%!important;
    top: 75px;
    position: absolute;
    left: 25%;
    margin-top: 0!important;
  }  
  .itp-partners-slider-main-img--georgia{
    width: 50%!important;
    top: 10px;
    position: absolute;
    left: 21%;
    margin-top: 0!important;
  }  
 }
 @media only screen and (max-width: 770px){
  .main-container-adapt{
    min-height: 334rem!important
  }
  /* .tab-content-adapt{
    position: relative;
    top: 19rem;
  } */
 }
 @media only screen and (max-width: 768px){
  .com{
    height: 90vh!important;
  }
  .com__section{
    left: 0!important;
    flex-direction: column!important;
    flex-wrap: nowrap!important;
    font-size: 12px!important;
    height: 90vh!important;
  }
  .com__section p{
    font-size: 12px!important
  }
  .prodOne__content-top-descr-about-des{
    width: 20rem!important;
  }
  .prodOne__content-top-descr-about-progress-bar{
    justify-content: center;
  }
  .wss-wrap{
    margin-left: 3rem;
  }
  .vacancies__select-city-wrapper{
    display: flex;
    flex-direction: column;

  }
  .vacancies__select-city-wrapper #select-city-nur {
    margin-bottom: 10px;
  }
  .vacancies__content-app-wrapper{
    width: 30rem;
  }
  .ya-site-form__input-text{
    width: 7rem!important;
  }
  .itplogo{
    width: 17rem;
  }
  #digital-information{
    width: 30rem;
  }
  #wrap{
    width: 97%;
  }

  .block-product__btn{
    margin: 0 auto;
  }
  .block-post__head{
    font-size: 2rem;
  }
  .block-post__img{
    width: 30rem;
  }
  .card-accord{
    width: 537px;
  }
  .post-item1{
    margin-top: 3rem; 
    
  }
  .block-message--head{
    font-size: 33px;
  }
  .footer-address{
    display: none;
  }
  .block-post__descr-blog2{
    width: 32rem!important;
  }
  
 }
 @media only screen and (max-width: 450px){
  .inventory-main-slider-logo{
    width: 18rem;
  }
   #myBtn{
    bottom: 87px;
    right: 20px;
   }
  .inventory-modal-svg-logo-block {
    top: 49rem;
    left: calc(36% - 2%);
    width: 8rem;
    height: 6rem;
}
  .btn-product__presentashion{
    width: 155px;
  }
  .itp-reviews-wrapper{
    flex-direction: column;
  }
  .itp-reviews-item-mobile{
    margin-bottom: 35px
  }
  #digital-information{
    width: 23rem;
  }
  .modal-product__main-img{
    width: 20rem;
  }
  .block-product__item-img{
    width: 23rem;
    padding: 0 1rem;
  }
  .about-head{
    font-size: 2rem;
  }
  .itp-reviews-heading{
    text-align: center;
    font-size: 30px;
  }
 }
 @media only screen and (max-width: 496px){
  .block-contacts-address__head{
    width: 22rem;
  }
  .oneC-product-modal-item-img{
    width: 19.5rem;
    height: 15rem;
  }
  .oneC-holding-img{
    height: 20rem!important
  }
 }
 @media only screen and (max-width: 530px){
  .main-container-adapt {
    min-height: 343rem!important;
}
 }
 @media only screen and (max-width: 527px){
  .vacancies__content-app-wrapper {
    width: 23rem;
  }
  /* #vacancies-select-city {
    width: 15rem;
} */
  .inventory-modal-svg-logo-block{
    top: 46rem;
    left: 11rem;
    height: 7rem;
    width: 9rem;
  }
  .inventory-modal-svg-logo-img {
    width: 8rem;
}
 }
 @media only screen and (max-width: 570px) {
  .tab-content-adapt{
    position: relative;
    top: 53rem;
  }
  .main-container-adapt{
    min-height: 400rem!important;
  }
 }
 @media only screen and (max-width: 510px){
  .main-container-adapt {
    min-height: 403rem!important;
}
 }

 @media only screen and (max-width: 550px){
  .block-post__descr-blog2 {
    width: 25rem!important;
}
  .wss-wrap{
    width: 25rem;
  }
  .wss-wrap #wss{
    font-size: 20px;
  }
  .block-statistics--wrapper{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .products .item{
    width: 21rem;
  }
  .products .item .item-image{
    height: 356px;
  }
  .logo-bottom{
    position: relative !important;
    bottom: 9rem !important;
  }
  .card-accord{
    width: 307px;
  }
  .block-solution__item{
    font-size: 11.5px;
    font-weight: bold;
  }
  .block-post__img{
    width: 20rem;
  }
  .breadcrumb-navigation__item{
    font-size: 14px;
    padding-right: 0;
  }
  .product-modal__insight-modules{
    grid-template-columns: 1fr 1fr;
  }
 }
 @media only screen and (max-width: 500px){
.com__section--text-adapt{
    height: 95vh!important;
  }
  .content-slider{
    margin: 30px auto 0px 0!important;
  }
  .block__about-head-img-wrapper{
    margin-bottom: 50px!important;
  }
  .block-blog2__post-img{
    width: 25rem;
  }
  .inventory-modal-svg-logo-block{
    top: 46rem;
    left: calc(36% - 2%);
  }
 }
 @media only screen and (max-width: 460px){
  .main-container-adapt {
    min-height: 347rem!important;
}
 }
 @media only screen and (max-width: 450px){
  .com__section{
    height: 70vh;
    padding: 0 3%!important;
  }
  .com__content{
    top: 28px;
  }
  .inventory-modal-svg-logo-block{
    top: 49rem;
    left: calc(36% - 2%);
  }
  .block-post__descr-blog2 {
    width: 23rem!important;
}
 }
 @media only screen and (max-width: 413px){
  .main-container-adapt {
    min-height: 439rem!important;
}
 }
 @media only screen and (max-width: 440px){
  .main-container-adapt {
    min-height: 426rem!important;
}
  .inventory-modal-svg-logo-img{
    width: 6rem;
  }
  .item-img1{
    width: 10rem!important;
    padding-top: 1rem!important;
  }
  .item-img2{
    width: 11rem!important;
    padding-top: 1rem!important;
  }
  .item-img3{
    width: 11rem!important;
    padding-top: 2rem!important;
  }
  .item-img4{
    width: 11rem!important;
    padding-top: 3rem!important;
  }
  .item-img5{
    width: 20rem!important;
    position: relative!important;
    right: 2rem!important;
  }
  .item-img6{
    width: 13rem!important;
    padding-top: 2.5rem!important;
  }
  #ya-site-form0{
    position: absolute!important;
    top: 11rem !important;
    left: 30px ;
    width: 8rem!important;
  }
  .products .item{
    width: 16rem;
  }
  .products .item .item-image{
    height: 270px;
  }
  .product-img--1c{
    width: 10rem!important;
  }
  .block-blog__post-img{
    width: 20rem;
    height: 15rem;
  }
  #menuToggle{
    top: 40px;
    position: relative;
  }
  .dws-menu > ul{
    top: 40px;
    right: -47px;
  }
  .navbar {
    position: relative;
    top: -66px;}
  .block-blog__post-descr{
    width: 72%;
    margin: 0 auto;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  #itp-company-select-language{
    font-size: 11px;
  }
   .product-modal__insight-modules{
    grid-template-columns: 1fr;
  }
  .post-item1{
    margin-top: 5rem; 
  }
  .navbar-nav__contacts{
    position: relative;
    top: -2rem;
    left: 2rem;
  }
  .navbar-services{
    position: relative;
    top: -3rem;
  }
  .navbar-main{
    position: relative;
    top: -3.9rem;
  }
  .shape-main3{
    left: calc(61% + 80px);
  }
  .shape-main2{
    left: calc(64% + 40px);
  }
  .shape-main1{
    left: calc(66% + 0px);
  }
  .logo-bottom{
    position: relative;
    top: -8rem;
  }
  .navbar-post{
    position: relative;
    top: -3.5rem;
  }
  .shape-post1{
    left: calc(-151% + 0px);
  }
 
  .shape-post2{
    left: calc(-150% + 40px);
  }
  .shape-post3{
    left: calc(-150% + 80px)
  }
  .block-post__desc{
    width: 21rem;
  }
  .direction-reveal__text{
    font-size: 12px!important;
    text-align: justify!important;
  }
 }
 @media only screen and (max-width: 410px){
  .main-container-adapt {
    min-height: 353rem!important;
}
 }
 @media only screen and (max-width: 420px){
  .com__section--text-adapt2 {
    height: 100vh!important;
}
  .com__section--text-adapt {
    height: 120vh!important;
}
  .newProductModalContentImg img {
    width: 15rem!important;
}
  .vacancies__select-city-wrapper #select-city-nur{
    margin-bottom: 10px
  }
  .shape-post__top3{
    left: calc(66% + 80px);
  }
  .shape-post__top2{
    left: calc(56% + 80px);
  }
  .shape-post__top1{
    left: calc(48% + 80px);
  }
  .block-get-start h2{
    font-size: 2rem;
  }
  .dws-menu > ul li a{
    padding: 0;
    font-size: 13px;
  }
 }
 @media only screen and (max-width: 396px){
  .main-container-adapt {
    min-height: 356rem!important;
}
  .block-post__descr-blog2 {
    width: 21rem!important;
}
  .vacancies__content-app-wrapper {
    width: 19rem;
}
  .vacancies-accordion{
    font-size: 19px!important;
  }
  .inventory-modal-svg-logo-block {
    top: 49.5rem;
    left: calc(38% - 2%);
    width: 6rem;
    height: 4.5rem;
}
  .cse .gsc-search-button-v2, .gsc-search-button-v2{
    padding: 6px 12px !important;
  }
  .breadcrumb-mobile{
    top: 11rem!important;
  }
  #digital-information {
    width: 12rem;
    font-size: 38px;
}
  .itplogo {
    width: 14rem;
}
  .text-bottom{
    left: 9%;
    top: -2rem;
  }
  .services-head--top__right-item a{
    font-size: 17px;
  }
  #gsc-i-id1{
    height: 18px!important;
  }
  .cse .gsc-search-button-v2, .gsc-search-button-v2{
    padding: 6px 17px;
  }
.ymaps-2-1-74-balloon{
  width: 17rem!important;
}
.nav-post--mobile{
  top: 2rem;
  position: relative;

}
.block__breadcrumb-navigation{
  top: 8rem;  
}
.breadcrumb-navigation{
  display: none!important;
}
.head-mobile{
  font-size: 1.75rem!important;
  position: relative;
    top: -5px!important;
}
.itp-reviews-heading{
  font-size: 27px;
}
.itp-reviews-img{
  width: 10rem;
}

 }
 #itp-company{
  text-align: justify;
 } 
 #itp-company__strategy{
  text-align: justify;
 }
 #itp-company__pride{
  text-align: justify;
 }
 #carouselExampleIndicators p{
   text-align: justify;
 }
 .footer-main, .footer-address{
  text-align: justify;
 }
 .block__about-txt{
  text-align: justify;
 }
 @media only screen and (max-width: 375px){
  .main-container-adapt {
    min-height: 449rem!important;
}
  .inventory-modal-svg-logo-block{
    top: 51rem;
  }
  .main-container-adapt {
    min-height: 362rem!important;
}
 }
 @media only screen and (max-width: 360px){
  .main-container-adapt {
    min-height: 423rem!important;
}
 }
 @media only screen and (max-width: 335px){
  .inventory-modal-svg-logo-block{
    top: 52rem;
    left: calc(37% - 2%);
  }
 }