
 :root {
    --kmnd-color-primary: #1E1E1E;
    --kmnd-color-accent: #F56101;
  }
/***************/
.bg_black {
  color: #fff;
  background: -o-linear-gradient(349.73deg, #0F0E10 0%, #1E1E1E 100%);
  background: linear-gradient(100.27deg, #0F0E10 0%, #1E1E1E 100%);
}

.bg_black h1, .bg_black h2, .bg_black h3, .bg_black h4, .bg_black h4, .bg_black h6, .bg_black .h1-title, .bg_black .h2-title, .bg_black .h3-title, .bg_black .h4-title, .bg_black .h5-title, .bg_black .h6-title {
  color: #fff;
}

h1, h2, h3, h4, h4, h6, .h1-title, .h2-title, .h3-title, .h4-title, .h5-title, .h6-title {
  display: block;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
}

h1 span, h2 span, h3 span, h4 span, h4 span, h6 span, .h1-title span, .h2-title span, .h3-title span, .h4-title span, .h5-title span, .h6-title span {
  color: var(--kmnd-color-accent);
}

h1, .h1-title {
  font-size: 40px;
  font-size: calc(40px + (40 - 40) * ((100vw - 480px) / (1280 - 480)));
  line-height: 122%;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  h1, .h1-title {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  h1, .h1-title {
    font-size: 40px;
  }
}

h2, .h2-title {
  font-size: 36px;
  font-size: calc(30px + (36 - 30) * ((100vw - 480px) / (1280 - 480)));
  text-transform: uppercase;
  line-height: 34px;
}

@media (max-width: 480px) {
  h2, .h2-title {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  h2, .h2-title {
    font-size: 36px;
  }
}

h3, .h3-title {
  font-size: 32px;
  font-size: calc(24px + (32 - 24) * ((100vw - 480px) / (1280 - 480)));
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 480px) {
  h3, .h3-title {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  h3, .h3-title {
    font-size: 32px;
  }
}

h4, .h4-title {
  font-size: 27px;
  font-size: calc(20px + (27 - 20) * ((100vw - 480px) / (1280 - 480)));
  line-height: 126%;
}

@media (max-width: 480px) {
  h4, .h4-title {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  h4, .h4-title {
    font-size: 27px;
  }
}

h5, .h5-title {
  font-size: 24px;
  font-size: calc(16px + (24 - 16) * ((100vw - 480px) / (1280 - 480)));
  line-height: 126%;
}

@media (max-width: 480px) {
  h5, .h5-title {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  h5, .h5-title {
    font-size: 24px;
  }
}

h6, .h6-title {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * ((100vw - 480px) / (1280 - 480)));
  line-height: 20px;
}

@media (max-width: 480px) {
  h6, .h6-title {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  h6, .h6-title {
    font-size: 16px;
  }
}

.extra-bold {
  font-weight: 900;
}

.subtitle-large__mod {
  font-size: 16px;
  line-height: 1.3;
}

.subtitle-medium__mod {
  font-size: 14px;
  line-height: 16px;
}

.subtitle-small__mod {
  font-size: 13px;
  line-height: 16px;
}

.subtitle-large__mod,
.subtitle-medium__mod,
.subtitle-small__mod {
  display: block;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.title__white {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 54px;
  line-height: 66px;
  color: var(--kmnd-color-primary);
  margin-right: 20px;
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 28px;
}

.title__white:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate(20px, -20px);
      -ms-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
  border: 1px solid var(--kmnd-color-accent);
}

.first-letter:first-letter {
  color: var(--kmnd-color-accent);
}

.translate-border {
  position: relative;
  margin-right: 20px;
}

.translate-border:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate(20px, -20px);
      -ms-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
  border: 1px solid var(--kmnd-color-accent);
}
/************btn*****/

.btn {
  background-color: var(--kmnd-color-accent);
  padding: 11px 16px;
  min-width: 312px;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  text-align: center;
}

.btn_orange-white {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #fff;
}

.btn_orange-white:hover {
  color: #fff;
  opacity: 0.8;
}

.btn_orange-black {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: var(--kmnd-color-primary);
}

.btn_orange-black:hover {
  color: var(--kmnd-color-primary);
  opacity: 0.8;
}

/**********end btn******/
/**********first screen*************/

.first-screen {
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 76px;
  padding-bottom: 110px;
  position: relative;
}

.first-screen .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.first-screen .video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.first-screen .container {
  position: relative;
}

@media only screen and (min-width: 1440px) {
	.first-screen__services .h3-title {
		margin-top: 22px;
	}
  .first-screen .container {
    padding-left: 180px;
  }
  .first-screen .container .first-screen__main:before {
    left: 338px;
  }
}

.first-screen__main {
  max-width: 808px;
  padding-top: 220px;
  margin-bottom: 110px;
}

.first-screen__main:before {
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 251px;
  height: 374px;
  position: absolute;
  left: 150px;
  top: 132px;
  z-index: 0;
}

.first-screen__main .h1-title, .first-screen__main .btn {
  z-index: 1;
  position: relative;
}

.first-screen__main p {
  z-index: 1;
  border-top: 1px solid var(--kmnd-color-accent);
  padding: 10px 40px 16px 28px;
  background: rgba(30, 30, 30, 0.2);
  /*-webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);*/
  font-weight: 400;
  font-size: 18px;
  line-height: 175.68%;
  letter-spacing: 0.07em;
  max-width: 620px;
  position: absolute;
  left: 630px;
  top: 290px;
}

@media only screen and (max-width: 1199px) {
  .first-screen__main p {
    top: 290px;
  }
}

@media only screen and (min-width: 1200px) {
	.hide_desc{
		/*color:transparent;*/
		display:none;
	}
	
}

@media only screen and (width: 480px){
	.home .service__title {
		margin-bottom: 2px;
	}
	.home .service__list > div:nth-child(2) > div {
		margin-bottom: -15px;
	}
}

@media only screen and (max-width: 479px){
	.home .service__title {
		margin-bottom: -10px;
	}
	.service__item .service__title {
		max-width: 100%!important;
		white-space: nowrap;
		letter-spacing: 0.05em;
	}
}

@media only screen and (width: 1200px) {
	
	.home .first-screen__services .h3-title {
		max-width: 225px;
		font-size: 22px;
		margin-top: 22px;
		position: absolute;
	}
	
	.home .service__list {
		background: rgba(30, 30, 30, 0.4);
		margin-left: 223px;
		padding: 25px 0px 25px 25px;
		grid-column-gap: 28px;
		grid-row-gap: 47px;
		max-width: 100%;
	} 

}

@media only screen and (width: 960px) {
	.home .first-screen__services .h3-title {
		max-width: 460px;
		width: 460px;
		margin-bottom: 12px;
		margin-top: 40px;
		font-size: 32px;
		line-height: 39px;
	} 
}

.first-screen__main .h1-title {
  margin-bottom: 56px;
  font-weight: 900;
}

.first-screen__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first-screen__services .h3-title {
  max-width: 225px;
  font-size: 26px;
  line-height: 32px;
}

@media only screen and (max-width: 1199px) {
  .first-screen__services .h3-title {
    max-width: 100%;
	font-size:32px;
	line-height: 39px;
  }
}

@media only screen and (max-width: 1199px) {
	.first-screen__services .h3-title {
		margin-left: 10px;
	}
}

@media only screen and (width: 960px) {
	.first-screen__services .h3-title {
		 margin-left: 0px; 
	}
}

@media only screen and (max-width: 640px) {
  .first-screen__services .h3-title {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .first-screen__services {
    padding-top: 20px;
  }
  .first-screen__main {
    padding-top: 124px;
  }
  .first-screen__main:before {
    width: 251px;
    height: 291px;
    left: 40px;
    top: 50px;
  }
  .first-screen__main p {
    max-width: 250px;
    padding: 40px 30px 30px;
    top: 180px;
    left: 400px;
    font-weight: 400;
    font-size: 14px;
  }
  .first-screen .h1-title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 600px) {
  .first-screen__main {
    margin-bottom: 59px;
  }
  .first-screen__main > p {
    position: static;
    max-width: 100%;
    padding: 20px 30px;
    margin-bottom: 35px;
  }
  .first-screen .h1-title {
    width: 100%;
    margin-bottom: 35px;
  }
  .first-screen__title {
    font-size: 15px;
    line-height: 18px;
  }
  
	.first-screen .video-bg video {
		object-position: 70.7% -186px;
	}

}

@media only screen and (max-width: 430px) {
  .first-screen__main .btn {
    width: 100%;
  }
  .first-screen__main > p {
    padding: 20px 22px;
  }
  .first-screen__main:before {
    width: 150px;
    height: 208px;
    top: 87px;
  }
  .first-screen__main .h1-title {
    font-size: 24px;
    line-height: 29px;
  }
}

.service__list {
  background: rgba(30, 30, 30, 0.4);
  /*-webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);*/
  padding: 25px  10px  25px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  max-width: 972px;
}

.service__item p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.service__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 19px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 45px;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media only screen and (max-width: 1199px) {
  .service__title {
    font-size: 15px;
    line-height: 18px;
  }
}


@media only screen and (max-width: 900px) {
  .service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .service__list {
    grid-template-columns: repeat(1, 1fr);
    width: 321px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 430px) {
  .service__list {
    width: 100%;
    padding: 40px 14px 20px;
  }
  .service__item:nth-child(2) .service__title {
    max-width: 210px;
  }
  .service__item:nth-child(3) .service__title {
    max-width: 210px;
  }
  .service__title {
    margin-bottom: 10px;
  }
}


.home .first-screen__main a.btn.btn_orange-white {
    background: linear-gradient(180deg, #F56101 0%, #F56101 100%)!important;
    border-radius: 5px;
    color: #fff!important;
	letter-spacing: 0.03em;
	font-size: 18px;
	/*
	font-weight: 700;
    height: 60px!important;
    font-family: 'Montserrat';
	*/
}



@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.first-screen__main:before {
		left: 186px;
	}
}

@media only screen and (width: 640px){
	.first-screen__main:before {
		left: 60px;
	}
}

@media only screen and (width: 320px){
	.first-screen__main .btn {
		min-width: 100%;
	}
}







