body,*{margin:0;padding:0;}
@font-face{font-family:'mont-r';src:url(../fonts/Montserrat-Regular.ttf)}
@font-face{font-family:'mont-b';src:url(../fonts/Montserrat-Bold.ttf)}
@font-face{font-family:'mont-e';src:url(../fonts/Montserrat-ExtraBold.ttf)}
@font-face{font-family:'mont-s';src:url(../fonts/Montserrat-SemiBold.ttf)}
@font-face{font-family:'roboto_r';src:url(../fonts/Roboto-Regular.ttf)}

* {
  box-sizing: border-box;
}

body {
	background: #EEEEEE;
}

/* Header & footer*/

nav {
	background: #2B3934;
	width: 100%;
	padding: 1% 5% !important;
}
nav a.logo img {	
	width: 30%;
	height: auto;
	opacity: 0.8;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left:0;
}
.fa-align-right{color: #fff; outline: none; border: none;}
.fa-align-right:focus{outline: none; border: none;}
.logo-text {
	font-size: 22px;
	font-family: mont-b;
	display: inline-block;
}
.phone_number {
	color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  font-family: mont-b;
}
.phone_number:hover {
	color: white;
	text-decoration: underline;
}
nav ul li a {
	margin:0 7px;
	font-family: mont-b;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: white;
}
nav ul {
	text-align: center;
}
nav ul li a:hover {
  color: white;
}
nav ul li:hover {
  text-decoration: underline;
}
nav button {
	margin-left: auto !important;
}
footer {
	height: auto;
	background: #2B3934;
	overflow: hidden;
}
footer .img img {
	width: 90%;
}
footer .foot-txt {
	width: 100%;
	color: #fff;
}
footer ul {
	margin:20px 0;
	display:block
}
footer ul li {
	display:inline-block;
}
footer ul li a {
	margin:0 20px;
	font-family: mont-b;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
footer ul li a:hover {
  color: white;
}
.footer_flexbox {
	padding-bottom: 1rem;
}

/*Section one: index.html*/

.main_rfid_header {
	background-image: url(../images/header.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.rfid_systems {
	padding: 10rem 5rem;
}
.rfid_systems button {
  width: 64px;
  height: 64px;
  background: url(../images/Vector.png);
  background-repeat: no-repeat;
  border: unset;
  outline: none;
}
.heading {
	font-family: mont-r;
	font-size: 45px;
	text-transform: uppercase;
	color: #555555;
}
.heading_main {
	font-family: mont-b;
	text-transform: uppercase;
	color: #FFFFFF;
}
.paragraph {
	font-family: mont-r;
	font-size: 16px;
}

.main_about_us{
	border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
	transform: skewY(3deg);
}
.main_about_us h1, .main_about_us p, .main_services h1, .main_services p, .video_main h1 {
	margin-bottom: 2rem;
	text-align: justify;
}
.circle_pictures {
	flex-wrap: wrap;
	justify-content: space-around;
}
.circle {
	text-align: center;
}
.circle img {
	width: 135px;
	height: 135px;
	margin-bottom: 1rem;
	transition: all 0.2s;
}
.circle img:hover{transform: scale(1.1);}
.circle p {
	text-align: center;
}
.contain {
	padding: 4rem 0 0 0;
	transform: skewY(-3deg);
	margin-bottom: 3rem;
}
.main_services {
	margin-top: 2rem;
	border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
	transform: skewY(-3deg);
}
.turn2{transform: skewY(3deg); margin-bottom: 4rem;}
.service {
	align-items: center;
	flex-wrap: wrap;
}
.service {
	margin-bottom: 2rem;
}
.service_info{
	border-bottom: 1px solid #ccc;
}
.service button {
	background: #EEEEEE;
	border: none;
	outline: none;
	font-family: mont-r;
	font-size: 16px;
	letter-spacing: 0.02em;
	margin-bottom: 2rem;
}
.service button:hover {
	color: #F07D50 !important;
}
.service_types {
	position: relative;
}
.servives_button {
	font-family: mont-r;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #79AC66;
	background: #EEEEEE;
	border: none;
	outline: none;
	display: inline-block;
}
.servives_button:hover {
	color: #F07D50;
}
.heading_2 {
	font-family: mont-r;
	font-size: 30px;
	color: #555555;
}
.video_main{
	margin-top: 5rem;
	margin-bottom: 2rem;
	border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
	transform: skewY(3deg);
}

.main_frid_system{
	margin-top: 4rem; 
	height: auto; 
	margin-bottom: 2rem; 	
	border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
	transform: skewY(-3deg);
}
.turn{transform: skewY(-3deg); margin-bottom: 4rem}
.main_frid_system .heading, .main_frid_system .paragraph {
	margin-bottom: 2rem;
}
.system_events {
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	flex-wrap: wrap;
}
.event{
	height: auto;
	background-color: #fff;
	width: 300px;
	padding: 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-radius: 7px;
	transition: all 0.2s;
}
.event:hover {
	transform: scale(1.02) translateY(-5px);
}
.event{margin-bottom: 2rem;}
.event img, .event h4, .event p {
	margin-bottom: 1rem;
}
.event button {
	color: #fff;
	border-radius: 8px;
	border: none;
	outline: none;
	width: 8rem;
	padding: 2px;
}
.event h4{
	font-family: mont-r;
	font-size: 20px;
	color: #555555;
}
.event p{font-size: 14px}
.interface {
	height: auto;
	margin-top: 5rem;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
	transform: skewY(-3deg);
}
.main {
  max-width: 100%;
}
.sl .sl__slide {
  height: 250px;
  margin: 50px;
}
.sl .sl__slide img {
	width: 100%;
	height: 100%;
	transition: all .2s;
}
.sl .slick-center img {
  transform: scale(1.3);
}
.slick-prev {
	background-image: url(../images/Vector1.png);
  width: 24px;
  height: 40px;
}
.slick-next {
	background-image: url(../images/Vector2.png);
  width: 24px;
  height: 40px;
}
.slick-prev, .slick-next {
	top: 46%;
}
.slick-prev:hover, .slick-prev:focus {
   background-image: url(../images/Vector1.png);
 }
.slick-next:hover, .slick-next:focus {
	background-image: url(../images/Vector2.png);
}
.slick-prev:before {
    content: '';
}
.slick-next:before {
    content: '';
}
.interface_info{padding: 0 8rem;}
.clients_slider .slick-slide img {
	margin: 0 auto;
	width: 150px;
}
.main_our_clients {
	border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
	transform: skewY(3deg);
}
.make_order {
	background-image: url(../images/place-order.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top;
	-webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
  margin-top: -3rem;
}
.order_info {
	padding: 10rem;
	text-align: left;
}
.order_info button {
	background: #fff;
	border: none;
	outline: none;
	color: #79AC66;
	font-family: mont-r;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 3px 22px;
}

/*Section two: About our company*/

.company_header {
	background-image: url(../images/header_company.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.company_guarantee, .company_reliability, .company_in_digits {
	border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
	transform: skewY(3deg);
	margin-top: 4rem;
}
.company_quality{
	border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
	transform: skewY(-3deg);
	margin-top: 4rem;
}
.quality_info {border-left: 2px solid #ccc; padding: 0 0 0 3rem}
.reliability_info {border-right: 2px solid #ccc; padding: 0 2rem 0 0;}
.circle h1 {
	font-family: mont-b;
	font-size: 96px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.update_text .slick-slide img {
    margin: 0 auto;
    width: 100%;
    height: 25vh;
    object-fit: cover;
    border-radius: 10px;
}
.update_text .text_info ul {margin-left: 2rem !important;}
.slick-slide {
    padding: 1rem;
}
.carousel_slide {
    width: 100%;
    margin: 0 auto;
}
.slick-next {
    right: -43px;
}

.update_video {
	height: auto;
	padding: 3rem 0;
	text-align: center;
}
.update_video iframe {
    height: 30em;
    border-radius: 5px;
}
.text_info h3 {
    font-family: mont-b;
    height: auto;
}

/*Section three: Our Services*/

.services{
	background: #EEEEEE; 
	padding: 6rem 0;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
 	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
}
.development, .infrastructure {margin-top: 4rem}

.development .service_info, .cunsulting .service_info, .infrastructure .service_info{
	border: none;
}
.cunsulting{
	background: #EEEEEE; 
	padding: 7rem 0;
	-webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0 85%);
 	clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0 85%);
}
.infrastructure_last{margin-bottom: 5rem;}

/*Section Four: Cunsulting*/

.headier_cunsulting {
	background-image: url(../images/header_cunsulting.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top;
}
.cunsult_img{width: 250px; margin-bottom: 2rem}
.cunsult_container{
	display: flex;
	align-items: center;
}
.cunsult_text{padding: 4rem 1rem}
.update_links {
  display: flex;
  flex-direction: column;
  margin-top: -2rem;
  padding: 0 1rem;
  margin-bottom: 4rem;
}
.update_links a:hover{text-decoration: none;
}
.update_links a h1 {
  font-family: mont-r;
  font-size: 29px;
  color: #555555;
  margin-bottom: 2rem;
}
.cunsult_make_order{
	background-image: url(../images/header_cunsulting.png);
	-webkit-background-size: cover;
	background-size: cover;
}
.cunsult_make_order button {color: #BC6267;}

/*Section Five: System FRID*/

.flexing {padding: 4rem 0;}
.flexing .event {height: 440px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); background: #EEEEEE;}
.flex-container {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

/*Section Six: Activity*/

.header_activity {
	background-image: url(../images/activity.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.activity_end {background-image: url(../images/activityend.png);}
.avtivity_guarantee{
  margin-top: -3rem;
  padding: 0 0 7rem 0;
  border-top: 2px solid #fff;
}
.avtivity_guarantee .circle p{color: #fff;}
.avtivity_guarantee .circle img {
	width: 90px;
	height: 90px;
}

/*Section Seven: Our clients*/

.clients_header {
	background-image: url(../images/header_company.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.client{text-align: center;padding: 15px;text-align: center;height: 200px;box-shadow: 0 0 5px rgba(13,64,117,0.8); margin-bottom: 25px;border-radius: 5px;transition: all .2s}
.client:hover {box-shadow: 0 0 15px rgba(13,64,117,0.8);cursor: pointer; transform: translateY(-5px);}
.client_img{text-align: center;}
.clientss{margin-top: 3rem; margin-bottom: 1rem;}

/*Section Eight: Order*/

.make__order {margin-top: 2rem;height: auto;margin-bottom: 1rem;}
.make__order form {animation-name: moveInLeft;animation-duration: 1s;animation-timing-function: ease-out;transition: all .2s;}
.make__order label, .main_page_form label {height: auto;font-family: mont-r;font-weight: 500;font-size: 15px;color: rgba(85, 85, 85, 0.7);}
.make__order h1.all_comments {
	width: 100%;
	height: auto;
	font-family: mont-b;
	font-size: 44px;
	letter-spacing: 0.02em;
	color: #555555;
	opacity: 0.7;
	animation-name: moveInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  transition: all .2s;
}
.downBtn {
	animation-name: moveInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  transition: all .2s;
}
.make__order h1 {
	width: 100%;
	height: auto;
	font-family: mont-r;
	font-size: 36px;
	color: rgba(85, 85, 85, 0.7);
}
.make__order input.form-control {
	border-radius: 3px;
}
.make__order button.btn_form {
	padding: 10px 40px;
	background: #88C528;
	border-radius: 2px;
	color: #fff;
	margin: 3rem 0;
}
.make__order button.btn_form_send {
  background: #88C528;
  border-radius: 5px;
  color: #fff;
  margin: 2rem 0;
  width: 100%;
  padding: 10px;
  border: none;
}
.make__order p {
	width: 100%;
	height: auto;
	font-family: mont-r;
	font-size: 15px;
	color: rgba(85, 85, 85, 0.7);
}
.make__order p.file_not_chosen {
	width: 100%;
	height: auto;
	font-family: mont-r;
	font-size: 15px;
	color: rgba(85, 85, 85, 0.7);
	display: initial;
  margin-left: 1rem;
}
.download {
	text-align: right;
	width: 88%;
}
.download img {
	animation-name: moveInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  transition: all .2s;
}
.download p {
	height: auto;
	font-family: mont-r;
	font-size: 15px;
	color: #555555;
	margin-top: 3rem;
	animation-name: moveInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  transition: all .2s;
}

/*Section Nine: Contacts*/

.contacts {height: auto;margin-top: 2rem;margin-bottom: 5rem;}
.contacts h1 {
	height: auto;
	font-family: mont-r;
	font-weight: bold;
	font-size: 48px;
	color: #547165;
	margin-bottom: 3rem;
}
.call {
	background: url(../images/phone.png) no-repeat center center/cover;display: flex;justify-content: space-around;padding: 2rem;
}
.numbers {text-align: left;}
.number_one {
	animation-name: moveInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
.number_two {
	animation-name: moveInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
.numbers span {
	display: block;
	height: auto;
	font-family: mont-r;
	font-size: 15px;
	color: #777777;
	margin-bottom: .8rem;
}
.numbers button {
	width: 220px;
	height: auto;
	background: #74C6A9;
	border-radius: 2px 0px 0px 2px;
	color: white;
}
.map {margin-top: -2rem;margin-bottom: 7rem;}
.map_address {width: 100%;height: auto;padding: 0 15px;}

/*Media max-width 1024...................*/

@media (max-width:1024px) {
	.order_info {
		padding: 8rem;
	}
	.make_order {
		-webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
 		clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
	}
}

@media (width:1024px) {
	nav ul li a{font-size: 10px;}
	.phone_number{font-size: 12px}
	.event{width: 275px;}
}

/*Media max-width 768....................*/

@media (max-width:768px) {
	.container, .container-md, .container-sm {
    max-width: 720px;
	}
	.main_rfid_header {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	}
	.rfid_systems {
		padding: 4rem;
	}
	.heading {
		font-size: 30px;
	}
	.paragraph {
		font-size: 16px;
		text-align: justify;
	}
	.service_info {
		text-align: center;
	}
	.servives_button{margin-top: 2rem}
	.heading_2 {
		font-size: 24px;
	}
	.service_img, .service p {
		margin-bottom: 1rem !important;
	}
	.video{height: 400px;}
	.event:not(:last-child){margin-bottom: 2rem;}
	.sl .sl__slide img {
    width: 85%;
    height: 100%;
    margin: 0 auto;
	}
	.carousel_slide {
    width: 80%;
    margin: 0 auto;
}

	.update_video iframe {
    height: 20em;
}
.text_info h3 {
    text-align: center;
    font-size: 26px;
}
	.interface_info{padding: 0;}
	.clients_slider .slick-next{
		right: 10px;
	}
	.clients_slider .slick-prev{
		left: 10px;
	}
	.order_info {
		padding: 5rem;
	}
	.make_order {
		-webkit-clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 100%);
 		clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	}
	.company_reliability .row, .company_quality .row{flex-direction: column; justify-content: color: #000; align-items: center;}
	.quality_info, .reliability_info{border: none; padding: 0 2rem}
	.quality_img{padding-bottom: 3rem}
	.circle h1 {font-size: 70px}
	.call{flex-direction: column; align-items: center;}
	.call img{margin-bottom: 1rem;}
	.contacts h1{text-align: center;}
	.services{
		padding: 3rem 0;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
	 	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
	}
	.cunsulting{
		background: #EEEEEE; 
		padding: 5rem 0;
		-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 90%);
	 	clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 90%);
	}
	.infrastructure_last{margin-bottom: 3rem;}
	.cunsult_container{
		display: flex;
		flex-direction: column;
		text-align: center;
		padding: 2rem 0;
	}
	.cunsult_img{width: 230px;}
	.headier_cunsulting .rfid_systems{padding: 0 1rem}
	.cunsult_text{padding: 3rem 1rem}
	.update_links a h1 {font-size: 25px}
	.header_activity .cunsult_img{margin: 0;}
	.client_img{padding-top: 2rem;}
	.download {text-align: center;width: 100%;}
	.make__order, .contacts{margin-top: 2rem;}
	footer ul li a {
		margin: 0px 16px;
		font-size: 13px;
	}
	footer ul li {
		display: inline-block;
		text-align: left;
	}
	footer ul li a  {
		padding: 0 !important;
	}
	footer .img img {
		width: 50%;
		margin-bottom: 1.5rem;
	}
	.footer_flexbox {
		flex-direction: column;
	}
}

/*Media width 768....................*/

@media (width:768px) {
	.footer_flexbox {
		display: flex;
		flex-direction: row;
	}
	.quality_img, .reliability_img{padding: 0; margin-bottom: 3rem}
	.quality_info, .reliability_info{padding: 0;}
	.cunsult_container{
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
}

/*Media max-width 670....................*/

@media (max-width:670px) {
	.system_events{flex-direction: column;}
	.event{width: 90%; margin: 0 auto;}
}

/*Media max-width 425....................*/

@media (max-width: 425px) {
	.logo-text {
		font-size: 20px;
	}
	.circle img{
		width: 135px;
		height: 135px;
	} 
	.rfid_systems {
		padding: 3rem 2rem;
	}
	.update_video iframe {
    height: 15em;
}
	.rfid_systems button {
		width: 54px;
		height: 54px;
	}
	.heading {
		font-size: 25px;
	}
	.paragraph {
		font-size: 14px;
	}
	.contain {
		padding: 2rem 0;
	}
	.heading_2 {
		font-size: 20px;
	}
	.video{height: 300px;}
	.event h4{font-size: 22px;}
	.sl .sl__slide img {
    width: 100%;
    height: 85%;
    margin: 0 auto;
	}
	.text_info h3 {
    text-align: center;
    font-size: 16px;
}
	.sl .slick-center img {
  	transform: scale(1.5);
	}
	.order_info {
		padding: 2rem;
	}
	.make_order {
		-webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
 		clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
	}
	.circle h1 {font-size: 60px}
	.development, .infrastructure {margin-top: 2rem}
	.cunsult_img{width: 200px;}
}

/*Media max-width 375....................*/

@media (max-width: 375px) {
	.rfid_systems {
		padding: 2rem 2rem;
	}
	.heading {
		font-size: 22px;
	}
	.video{height: 250px;}
	.event h4{font-size: 18px;}
	.sl .sl__slide img {
    width: 106%;
    height: 70%;
    margin: 0 auto;
	}
}

@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translateX(-10rem);
    }

    80% {
        transform: translateX(1rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(10rem);
    }

    80% {
        transform: translateX(-1rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(10rem);
    }

    80% {
        transform: translateY(-1rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

