@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
        url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('../fonts/ProximaNova-Light.eot');
  src: local('Proxima Nova Light'), local('ProximaNova-Light'),
      url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Light.woff2') format('woff2'),
      url('../fonts/ProximaNova-Light.woff') format('woff'),
      url('../fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'PT Mono';
    font-style: normal;
    font-weight: 400;
    src: local('PT Mono'), local('PTMono-Regular'),
        url('../fonts/PT_Mono.ttf') format('truetype');
}
  
  /* Теперь можно использовать шрифт */

html{
  background-color: #131414;
}

  body {
    font-family: "Proxima Nova", sans-serif;
    background-color: #131414;     
  }

  .container{
    max-width: 1414px;
    padding-left: 0px;
    padding-right: 0px;
 }

#razrab .container{
  max-width: 98%;
  padding-left: 0px;
  padding-right: 0px;
}

 .mr_30{
  margin-right: 30px;
}

.ml_30{
 margin-left: 30px;
}

 .mr-15{
   margin-right: 15px;
 }

 .ml-130{
  margin-left: 130px;
}

.ml_115{
  margin-left: 115px;
}

.mt_100{
  margin-top: 100px;
}

.mt_120{
  margin-top: 120px;
}

.mt_200{
  margin-top: 200px;
}

.mt_135{
  margin-top: 135px;
}

.mt_36{
  margin-top: 36px;
}

.mt_50{
  margin-top: 50px;
}

.mt_55{
  margin-top: 55px;
}

.mt_60{
  margin-top: 60px;
}

.mt_70{
  margin-top: 70px;
}

.mt_80{
  margin-top: 80px;
}

.mt_90{
  margin-top: 90px;
}

.mb_180{
  margin-bottom: 180px;
}

.mb_100{
  margin-bottom: 100px;
}

.ml_8{
  margin-left: 8px;
}

.ml_12{
  margin-left: 12px;
}

h1.title_razdel{
  font-family: 'Proxima Nova Lt';
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px; 
  color: #FFFFFF;  
}

#back{
  border: 2px solid #70A2B1;
  border-radius: 40px;
  width: 46px;
  height: 46px;
  position: absolute;
  padding: 5px 15px;
  top: 7px;
  left: -50px
}

header{
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background: none;
  z-index: 3;
  position: sticky;
  top: 0px;
  padding-top: 20px;
}

.header_scroll{
  background:  #000000 !important;
  padding-top: 0px;
}

header .bg-light{
  background: none !important;
}

.card-img-overlay{
  text-align: center;
}

.firstscreen{
  margin-top: -172px;
    background-size: cover;
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.firstscreen::before{   
    content: "";
    background: url(../images/first_screen_fon.jpg) center center no-repeat, rgba(13,13,14,0.6);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.6;
}


.firstscreen__info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin: auto;
  padding-top: 5px;
  padding: 0 15px;
}

.preview {
  margin-top: -172px;
  width: 100%;
  height: 100vh;
  background-color: #202222;
  position: relative;
}

.preview-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.preview__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  overflow: hidden;
}

.preview__video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

audio, video {
  width: 100%;
  height: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.preview-content {
  position: relative;
  z-index: 2;
  padding-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.top_see_projects {
  text-align: center;
  position: relative;
  top: 350px;
}

.top_see_projects a{
  opacity: 1;
  z-index: 2;
  padding: 13px 27px;
  border: 2px solid #FFFFFF;
  border-radius: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;  
}

.top_see_projects a:hover{
  text-decoration: none;
}

.ml-auto {
  left: auto !important;
  right: auto !important;
}

.logo{
  width: 50%;
  justify-content: center;
}

.main_menu{
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.img_logo{
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 126px;
  height: 126px;
}

.img_logo_scroll{
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 98px;
  height: 98px;
}

.navbar-nav{
  width: 100%;
}

.navbar-nav .nav-item{
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.en:after{
  float: right;
  margin-left: 27px;
  margin-top: -22px;
  content: url('../images/icon_en.svg');
}

.navbar-nav .nav-item a{
}

ul.navbar-nav .nav-link{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  color: #FFFFFF !important;
}

ul.navbar-nav .nav-link.active,
ul.navbar-nav .nav-link:hover{
  text-decoration: none;
  margin-top: 4px;
  border-bottom: 4px solid #70A2B1;
  color: #FFFFFF !important;
}

.card{
  border: none;
}

  .card.img-fluid{
    margin-top: -170px;
    position: relative;
  }
/*
  #services_index .card-img-overlay{
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.92) 0%, rgba(30, 31, 33, 0) 93.42%);
    border: 1px solid white;
    text-align: center;
    height: 414px;
    bottom: 0;
    top: auto;
    border-radius: 0px;
    margin-bottom: 0;
  }

*/


  #services_index .slider-for-services-index{
    width: 1414px;
  }
  
  #services_index .slider-for-services-index .slick-slide{
    width: 451px;
  }
  
  #services_index .slider-for-services-index .slick-slide .card{
    width: 451px;
  }
  
  .prev_button{
    position: relative;
    z-index: 1;
    top: 235px;
    margin-left: -50px;
    cursor: pointer;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(0px);
  }

  .prev_button:hover{
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(-10px);
  }
  
  .next_button{
    position: relative;
    top: 235px;
    margin-left: -35px;
    z-index: 1;
    cursor: pointer;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(0px);
  }

  .next_button:hover{
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(10px);
  }
  
  .nav_button_slider_services_index{
    height: 1px;
  }
  
  #services_index .all_services_link{
    margin-top: -50px;
  }


  #projects .nav_button_slider{
    position: relative;
    top: 200px;
  }
  
  #projects .img-next{
    z-index: 1;
    float: right;
    margin-right: -50px;
    position: relative;
    width: fit-content;
    cursor: pointer;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(0px);
    }
    
  #projects .img-next:hover{
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(10px);
  }



  #projects .img-prev{
    z-index: 1;
    float: left;
    margin-left: -50px;
    position: relative;
    width: fit-content;
    cursor: pointer;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(0px);
    }

  #projects .img-prev:hover{
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(-10px);
  }
  
  #projects .all_projects{
    width: 100%;
      text-align: center;
      margin: 0 auto 110px auto;
  }
  
  #projects .card{
    background: none;
    border: none;
  }
  
  #projects h4.card-title{
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 0px;
  }
  
  #projects p.card-text{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px; 
    color: #FFFFFF;
    margin-top: 30px;
    padding: 0px 220px 0px 0px;
  }
  
  #projects .card-body{
    padding: 0px !important;
  }
  
  div.see_projects_block_1{
    width: 100%;
    text-align: center;
  }
  
  div.all_projects span.link_text,
  div.see_projects_block_1 span.link_text{
    border: none;
    padding: 13px 29px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #70A2B1;
  }
  
  #projects p{
    font-family: 'Proxima Nova Lt';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px; 
    color: #F3F5F8;       
  }

  #razrab hr.under_title{
    width: 90px;
    color: rgb(104, 108, 113);
    margin: 40px 0px 0px;
    border-top: 6px solid rgb(104, 108, 113);
  }

div.test_services{
  height: 713px;
  display: block;
}

#services_index div.my_slide div.card{
	height: 646px;
  /*  width: 441px; */
}

#services_index div.my_slide div.card{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

#services_index div.my_slide div.card:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	cursor: pointer;
}

#services_index div.my_slide div.card:hover div.bottom_card.justify-content-center p.card-title{
	color: #70A2B1;
  	text-decoration: none;
}



/******* begin projects.html  *******/

#projects_about p.projects_preambula{
  padding: 30px 50px 15px 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;  
}

.title_tag{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #9BA3AE;  
}

.myselect{
  position: relative;
  cursor: pointer;
}

.myselect2{
  position: relative;
  cursor: pointer;
}

#opacity_year_projects select:disabled,
#opacity_clients select:disabled{
	opacity: 0.3 !important;
	cursor: auto;
}

#opacity_year_projects select,
#opacity_clients select{
  display: block;
  width: 100%; 
  padding: 13px 0 13px 25px;
  background: none; 
  border: 2px solid #70A2B1; 
  border-radius: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #70A2B1;
  outline: none;
}

.myselect:after{
  display: block;
  height: 100%;
  width: 61px;
  padding: 16px 24px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  content: url('../images/icon_arrow_down_select.svg');
  opacity: 0.3 !important;
}
 
.myselect2:after{
  display: block;
  height: 100%;
  width: 61px;
  padding: 16px 24px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  content: url('../images/icon_arrow_down_select.svg');
  opacity: 1 !important;
}


#projects_tags .link_text{
  width: fit-content;
  border: 2px solid #70A2B1;
  border-radius: 40px;
  padding: 13px 40px;      
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #70A2B1;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}

#projects_tags .link_text:hover{
  background-color: #70A2B1;
  color: #000000;
}    

#projects_tags .link_text.active{
  background-color: #70A2B1;
  color: #000000;
}

.reset_filter_projects{
  background-color: rgba(0, 0, 0, 1);
  border-radius: 40px;
  padding-top: 21px;
  padding-bottom: 35px;
  text-align: center;
  color: #70A2B1;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

.reset_filter_projects img{
  margin-right: 10px;
  margin-bottom: 3px;
  padding: 3px 12px;
  cursor: pointer;
}

img.arrow_show_filter{
border: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
transform: rotate(0deg);
}


img.arrow_show_filter_active{
border: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: rotate(180deg);
}

span#show_tags{
	float: left;
	cursor: pointer;
	margin-left: 15px;
	line-height: 16px;
}

span.reset_filter{
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	opacity: 0;
	display: none;
	float: right;
	cursor: pointer;
	margin-right: 15px;
  margin-top: -10px;
}



#projects_tumbs > .container > .row > .col-6 > .card > .test > a> img.card-img-top{
  border: none;
  border-radius: 0px;
  padding-right: 2px;
  max-height: 434px;
}

#projects_tumbs .card{
  margin-top: 0px !important;
  padding-left: 0px;
  background: none;
  border: none;
}

#projects_tumbs .card-body{
  margin-top: 0px !important;
  padding-left: 0px;
  color: #FFFFFF;
}

#projects_tumbs .card-body{
  margin-top: 0px !important;
  padding-left: 0px;
  color: #FFFFFF;
}

#projects_tumbs .card-body a:hover{
  text-decoration: none;
}

#projects_tumbs .card-title{
  margin-top: 0px !important;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  text-decoration: none;
}

#projects_tumbs .card-title:hover{
      color: #70A2B1;
      text-decoration: none;
}


  #projects_tumbs .card-text{
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      color: #FFFFFF;
  }


/******* end projects.html  *******/

/******* begin project.html  *******/

#project_title .project_bread{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #9BA3AE;
  }
  
  #project_title .project_bread p{
  float: left; 
  width: 73px; 
  height: 1px; 
  border-top: 1px solid #9BA3AE;
  margin: 13px 20px;
  }
  
  #project_title .project_bread span{
  float: left; 
  }

  .slider-nav img{
    margin: 0px;
    padding: 0px;
}
.slider-nav{
    margin: 0px;
    padding: 0px;
}
.slider-for{
    width: 1044px;
    float: left;
}

.slider_vertical{
    margin-bottom: -1px;
}

.slider-for > .my_slide img{
height: 713px;
}
.arrow-next{
float: left;
width: fit-content;
height: 713px;
background-color: rgba(0, 0, 0, 1);
padding-left: 16px;
padding-right: 16px;
}

.arrow-prev{
float: left;
width: fit-content;
height: 713px;
background-color: rgba(0, 0, 0, 1);
padding-left: 16px;
padding-right: 16px;
}

.my_slide{
height: 713px;
}

div.test{
  height: 390px;
  display: block;
}

img.img_test{
  height: 100%;
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
  object-position: center;
}

#description_project{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;   
  }
  
  #description_project h2{
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;   
  }
  
  #description_project h3{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF; 
  }

  
  .description_img{
  padding-top: 11px;
  }
  
  .in_description_text{
  list-style-type: '—';
  padding-inline-start: 20px;
  }
  
  #one_project_slider .slider-nav .slick-track{
  left: auto !important;
  right: -20px !important;
  }

  #one_project_slider > div > div > div.col-lg-10.col-12 > div.big_block.img-fluid > div.slider-for.slick-initialized.slick-slider > div > div > div.slick-slide > div > div > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .my_slide{
    cursor: pointer;
  }

/******* end project.html  *******/


/******* begin service.html  *******/

.description_img{
  padding: 11px 30px;
  }
  
  .in_description_text_header2{
  list-style-type: '—';
  padding-inline-start: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  }
  
  .in_description_text{
  list-style-type: '—';
  padding-inline-start: 20px;
  margin-bottom: 22px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  }
  
  #description_service{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;   
  }
  
  #description_service h2{
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF; 
  }
  
  #description_service div.header2_text{
    font-family: 'Proxima Nova Lt';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
  }
  
  #description_service ul.small_list{
  padding-left: 15px;
  }

  #service_under_slider .tel_main{
    margin-bottom: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    }
    
    #service_under_slider .tel_add{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #9BA3AE;
    }
    
    #service_under_slider .mamil{
      font-style: normal;
      font-weight: normal;
      font-size: 36px;
      line-height: 44px;
      color: #FFFFFF;
    }
    
    #service_under_slider span.contact_specialist{
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 29px;
      color: #FFFFFF;    
    }

    .calc_project{
      margin: 0 0 36px 0;
    }

#faq .card-header{
  padding-left: 0 !important;
  background: none;
  border: none;
  }

  #faq .card{
    background: none;
  }
  
  #faq .card-body{
  margin-top: 0px;
  padding-left: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  }

  #faq h3{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF; 
    margin-top: 8px; 
  }
  
  #faq .title_faq{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
  }
  
  #faq hr{
    margin: 15px 0px !important;
    border: none !important;
    height: 2px;
    background-color: #686C71;
  }

  .collapse_icon.collapsed{
float: right;
width: 45px;
height: 45px;
background: url('../images/icon_faq_plus.svg');
}

.collapse_icon.collapsed:hover{
float: right;
width: 45px;
height: 45px;
background: url('../images/icon_faq_plus_hover.svg');
}

.collapse_icon{
float: right;
width: 45px;
height: 45px;
background: url('../images/icon_faq_minus.svg');
}

/******* end service.html  *******/

/******* begin media.html  *******/

.media_block{
  margin-right: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;  
  color: #FFFFFF;
}

.media_block:hover{
  color: #FFFFFF;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 4px solid #70A2B1;
}

.media_block.active{
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 4px solid #70A2B1;
}

.paginat{
    float: left;
    width: 20px;
    margin-right: 80px;
}  

.free_dots{
  margin-left: 0px;
  margin-top: -5px;      
}

.free_dots > .page-numbers:hover{
  padding-bottom: 5px;    
}

.page-numbers{
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;        
}

.v_line{
  border-left: 2px solid #686C71; 
  height: 30px; 
  width: 2px; 
  padding: 0px; 
  margin: 0px;
  display: inline-block;
}

.page-numbers:hover{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 4px solid #70A2B1;
}

.page-numbers.current{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  padding-bottom: 10px;
  border-bottom: 4px solid #70A2B1;
  pointer-events: none;
  cursor: default;
}

#other_news > .container > .row > .col-lg-6.col-12 > .card,
#media_top > .container > .row > .col-lg-6.col-12 > .card{
  background: none;
  border: none;
  border-radius: 0px;
}

#other_news > .container > .row > .col-lg-6.col-12 > .card > img.card-img-top,
#media_top > .container > .row > .col-lg-6.col-12 > .card > img.card-img-top{
  border: none;
  border-radius: 0px;
  padding-right: 2px;
  max-height: 434px;
  width: 692px;
}

#other_news > .container > .row > .col-lg-6.col-12 > .card > img.card-img-top{
  opacity: 0.7;
}

#other_news > .container > .row > .col-lg-6.col-12 > .card > .test > a >  img.card-img-top.left,
#media_top > .container > .row > .col-lg-6.col-12 > .card > .test > a > img.card-img-top.left{
  border-radius: 0;
  padding-right: 15px;
}

#other_news > .container > .row > .col-lg-6.col-12 > .card > .test > a >  img.card-img-top.right,
#media_top > .container > .row > .col-lg-6.col-12 > .card > .test > a >  img.card-img-top.right{
  border-radius: 0;
  padding-left: 15px;
}

#other_news .over-card.right,
#media_top .over-card.right{
  padding-left: 15px;
}

#other_news .over-card,
#media_top .over-card{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9BA3AE;
}

#other_news .card-body,
#media_top .card-body{
  margin-top: 0px !important;
  padding-left: 0px !important;
}

#other_news .card-body a:hover,
#media_top .card-body a:hover{
  text-decoration: none;
}

#other_news .card-title,
#media_top .card-title{
  margin-top: 20px !important;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  text-decoration: none;
}

#other_news .card-title:hover,
#media_top .card-title:hover{
  color: #70A2B1;
  text-decoration: none;
}

#other_news .card-title > a >  h4,
#media_top .card-title > a >  h4{
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}

#other_news .card-title.right,
#media_top .card-title.right{
  margin-left: 15px;
}

#other_news .card-title > a > h4:hover,
#media_top .card-title > a > h4:hover{
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  color: #2B3494;
  text-transform: uppercase;
  text-decoration: none;
}

#other_news .card-text,
#media_top .card-text{
  padding-right: 100px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

#other_news .card-text.right,
#media_top .card-text.right{
  margin-left: 15px;
}

#media_top .card-text ul li{
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 24px;
  color: #686C71;
}

/******* end media.html  *******/

/******* begin media_one.html  *******/
/*
#other_news .card .card-img-top{
  border-radius: 0px;
  padding-right: 2px;
}
#other_news .card .card-body{
  padding-left: 30px;
}
#other_news .card-title{
  margin-top: 20px !important;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
}
#other_news .card-title:hover{
  color: #2B3494;
}
#other_news .card-text{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #686C71;
}
*/
#other_news h2{
  font-family: 'Proxima Nova Lt';
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  color: #000000;
}

.slider-nav img{
  margin: 0px;
  padding: 0px;
}
.slider-nav{
  margin: 0px;
  padding: 0px;
}
.slider-for{
  width: 1033px;
  float: left;
}

.slider-for > .my_slide img{
height: 713px;
}
#one_project_slider .arrow-next{
float: left;
width: fit-content;
height: 715px;
background-color: rgba(0, 0, 0, 0.3);
padding-left: 16px;
padding-right: 16px;
}

#one_project_slider .arrow-prev{
float: left;
width: fit-content;
height: 715px;
background-color: rgba(0, 0, 0, 0.3);
padding-left: 16px;
padding-right: 16px;
}

.my_slide{
height: 713px;
}

#one_project_slider .slider-nav .slick-track{
left: auto !important;
right: -20px !important;
}

#project_title .project_bread{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #6E7A82;
}

#project_title .project_bread p{
float: left; 
width: 73px; 
height: 1px; 
border-top: 1px solid #9BA3AE;
margin: 13px 20px;
}

#project_title .project_bread span{
float: left; 
}

.description_img{
padding-top: 11px;
}

.in_description_text{
list-style-type: '—';
padding-inline-start: 20px;
}

/******* end media_one.html  *******/

/******* begin about.html  *******/

.description_top{
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 50px;
  color: #FFFFFF;  
}

.description{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;  
}

#team .card{
  border: none;
  background: none;
  border-radius: 0px;
}

#team .card img{
  width: 200px;
  height: 200px;
  margin-left: 20px;
}

#team .over-card{
  margin-top: 30px;
}

#team .card-body{
  padding: 0px;
}

#team .card-title{
font-style: normal;
font-weight: normal;
font-size: 32px;
line-height: 39px;
color: #FFFFFF;
}

#team .card-text{
  margin-top: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

#services_index .all_services_link .link_text,
#team .team_link .link_text{   
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #70A2B1; 
  border: 2px solid #70A2B1;
  border-radius: 40px;
  padding: 13px 50px;
  margin-left: -5px;
  cursor: pointer;
}

#team p,
#partners p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}


/******* end about.html  *******/










.subscribe_contact_title{
  font-family: 'Proxima Nova Lt';
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  color: #FFFFFF;  
}




footer .soc p{
  border: 2px solid #70A2B1;
  border-radius: 40px;
  padding: 10px;
  margin-top: 40px;
}

.slick-active {
  outline: none;
}

footer .tel_main{
  color: #FFFFFF;
  font-size: 36px;
  line-height: 44px;
  font-weight: normal;
}

footer .tel_add{
  color: #9BA3AE;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

footer .mamil{
  color: #FFFFFF;
  font-size: 36px;
  line-height: 44px;
  font-weight: normal;
}

footer .adress{
  margin-top: 30px;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 44px;
  font-weight: normal;
}

footer .partner .media{
  width: 100%;
  height: 75%;
  padding: 10px;
}

footer .partner .media.centre{
  width: 100%;
  height: 75%;
  border-right: 1px solid #454545;
  border-left: 1px solid #454545;
  padding: 10px;
}

footer .partner .media h4{
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

footer .partner .media p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #9BA3AE;
}

footer .copyright{
  margin-top: 100px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

footer .form_title{
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

footer .contact{
  margin-right: 100px;
}


.contacts__form {
  position: relative;
  max-width: 555px;
  width: 100%;
  display: block;
  margin-top: 36px;
}
  .contacts__form .invalid-feedback {
    margin-top: -15px;
    font-size: 12px;
    color: #EB5757;
    width: 100%;
    text-align: right;
    margin-bottom: 23px; }
  .contacts__form.form-sent .contacts__sent-state {
    pointer-events: all;
    opacity: 1; }
.contacts__form-item {
  border: none;
  outline: none !important;
  -webkit-appearance: none;
  background: none;
  overflow: hidden;
  display: block;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  padding: 24px;
  margin: 0;
  line-height: normal;
  width: 100%;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 24px;
  height: 28px;
  outline: none;
  border: none;
  border-bottom: 2px solid #454545;
  padding-left: 14px;
  margin-bottom: 5px; }
  .contacts__form-item::-webkit-input-placeholder {
    color: #9BA3AE;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .contacts__form-item:-moz-placeholder {
    color: #9BA3AE;
    opacity: 1;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .contacts__form-item::-moz-placeholder {
    color: #9BA3AE;
    opacity: 1;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .contacts__form-item:-ms-input-placeholder {
    color: #9BA3AE;
    opacity: 1;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .contacts__form-item:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .contacts__form-item:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .contacts__form-item:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .contacts__form-item:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .contacts__form-item::-ms-expand {
    background-color: transparent;
    border: 0; }
  .contacts__form-item:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .contacts__form-item:focus {
    outline: none; }
  .contacts__form-item.is-invalid {
    border-bottom-color: #EB5757; }

.contacts__form-file-label{
  margin: 47px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  color: #70A2B1;   
}

.contacts__form-file{
  background-color: #F3F5F8;
  border: 1px solid #FFFFFF;
  content: 'dsfsdf';
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  color: #70A2B1;
}

.browse{
  padding: 5px 7px;
  margin-left: 3px;
  margin-top: -5px;
  cursor: pointer;
}

input.file {
    position: absolute;
    top: 400px;
    left: 20px;
    visibility: hidden; 
}

.send{
  border: 2px solid #70A2B1;
  background: none;
  border-radius: 40px;
  margin-top: 3px;
  padding: 13px 27px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  color: #70A2B1;
}

#wpcf7-f351-o1 .send{
    background-color: #131414;
    border: 2px solid #70A2B1;
    border-radius: 40px;
    margin-top: 3px;
    padding: 13px 28px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    color: #70A2B1;
}

#wpcf7-f351-o1 .send:hover{
    background-color: #70A2B1;
    color: #131414;
}


.send_tel{
    background-color: #131414;
    border: 2px solid #70A2B1;
    border-radius: 40px;
    margin-top: 40px;
    margin-left: 50px;
    padding: 13px 28px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    color: #70A2B1;
}

.send_tel:hover{
    background-color: #70A2B1;
    color: #131414;
}

.send_tel_ok{
    background-color: #131414;
    border: 2px solid #70A2B1;
    border-radius: 40px;
    margin-top: 40px;
    padding: 13px 75px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    color: #70A2B1;
}

.send_tel_ok:hover{
    background-color: #70A2B1;
    color: #131414;
}

#pum_popup_title_351,
#pum_popup_title_355,
#pum_popup_title_357{
  margin-bottom: 40px;
  font-family: 'Proxima Nova Lt';
}

#popmake-628 div h3,
#popmake-349 div h3,
#popmake-952 div h3{
  font-family: 'Proxima Nova Lt';
}

.form_accept{
  color: #9BA3AE;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.form_accept a{
  color: #70A2B1;
  text-decoration: underline;
}

#subscribe_form{
  margin-top: 59px;
}

.send_subscribe{
  background: none;
  border: 2px solid #70A2B1;
  border-radius: 40px;
  margin-top: 1px;
  padding: 13px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  color: #70A2B1;
}

#map{
  opacity: 0.7;
}


#cookies{
  background-color: #000000;
  margin-top: 100px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: none;
}

#cookies .cookies_text{
  padding: 20px 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

#cookies .cookies_text a{
  color: #70A2B1;
}

#cookies .cookies_agree{
  background: none;
  border: 2px solid #70A2B1;
  border-radius: 40px;
  padding: 13px 40px;
  color: #70A2B1;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;   
}





#razrab{
  color: #FFFFFF;
}

/* начало новой версии */
/*
.big_link3 {
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 70%;
    border-color: #686C71;
    height: 1px;
    margin-left: 0px;
    display: flex;
    align-self: center;
    margin-right: 20px;
  }

  .big_link1 span {
    font-family: 'Proxima Nova Lt';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 5px;
    color: #FFFFFF;
    display: flex;
    align-self: center;
}

.big_link1 .for_hr {
    width: auto;
    display: flex;
}
*/
/* конец новой версии */



/* начало старой версии */

.big_link1 span{
  position: absolute;
  margin-left: 26px;
  margin-top: 7px;
  font-family: 'Proxima Nova Lt';
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 5px;
  color: #FFFFFF;
}

.big_link1 .for_hr{
  width: auto;
}

.big_link3{
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 72%;
  float: left;
  border-color: #686C71; 
  height: 1px; 
  margin-left: -17px;
  margin-top: 27px;
  }


/* конец старой версии */

.big_link1{
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #FFFFFF;
}


.big_link2{
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #686C71;
  padding-left: 36px !important;
}

.big_link2 h2{
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}


/* в старом варианте 52px */
  
  .big_link1:hover .big_link2{
    -o-transform: translateX(52px);
    -ms-transform: translateX(52px);
    -moz-transform: translateX(52px);
    -webkit-transform: translateX(52px);
    transform: translateX(52px);
    color: #70A2B1;
}



.big_link1:hover .big_link2 h2{
  color: #70A2B1;
}

  .big_link1:hover .big_link3{
    width: 85%;
  }


  .top_card{
    position: absolute;
    height: 30%;
    width: 100%;
    top: 0px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.92) 0%, rgba(30, 31, 33, 0) 93.42%);
    transform: rotate(-180deg);
  }


.bottom_card{
  position: absolute;
  text-align: center;
  height: 60%;
  width: 100%;
  bottom: 0px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.92) 0%, rgba(30, 31, 33, 0) 93.42%);
}

.bottom_card p.card-title{
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-bottom: 45px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  text-align: center;
}
/*
.bottom_card p.card-title a{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  text-align: center;
}
*/
.bottom_card p.card-title a:hover{
  color: #70A2B1;
  text-decoration: none;
}

.nav_button_slider .img-next.disabled,
.nav_button_slider .img-prev.disabled{
  visibility: hidden;
}


#services_page_top p{
  width: 60%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}


@media (max-width: 992px) {


header .navbar .main_menu{
  align-content: center;
    justify-content: center;
}

header{
  padding-top: 0px;
}

header .navbar{
  padding: 0;
}

header .navbar .main_menu .order-1{
  width: 30%;
}

header .navbar .main_menu .order-2{
  width: 34%; 
  justify-content: flex-end;
}

header .navbar .main_menu .order-3{
  width: 30%;
  justify-content: flex-end;
}

.navbar-collapse {
  position: absolute;
  top: 0px;
  background-color: #131414;
  width: 100%;
  
}

.en:after {
  float: right;
  margin-left: 8px;
  margin-top: 2px;
  content: url(../images/icon_en_big.svg);
}


  .navbar-light .navbar-toggler{
    border: none !important;
    outline: none;
    width: 44px;
    margin-right: 24px;
}

.navbar-toggler-icon{
    background-image: none !important;
    width: 44px;
    content: url('../images/icon_mob_menu.svg');
    outline: none;
    position: relative;
    top: 0px;
}

.navbar-toggler-icon_active{
    background-image: none !important;
    content: url('../images/icon_mob_menu_active.svg');
    outline: none;
    z-index: 3;
}

.navbar-brand {
  display: inline-block;
  margin-right: 0;
  white-space: nowrap;
}

.slovo_menu{
    position: relative;
    float: left;
    color: #2B3493;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: 0px;
    z-index: 3;
}

ul.navbar-nav{
  min-height: 100vh;
  height: 100%;
}

ul.navbar-nav .nav-link{
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
  margin-left: 40px;
}

ul.navbar-nav div.submenu_mob .nav-link{
  font-size: 18px;
  line-height: 22px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.img_logo {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  width: 126px;
  height: 126px;
}

.img_logo_scroll {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  width: 126px;
  height: 126px;
}

ul.navbar-nav hr {
  border-top: 1px solid #454545;
  margin-top: 35px;
  width: 89%;
}


.text_block_1 {
  width: 90%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}

.text_block_1 h1{
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

.text_block_1_in{
  font-family: 'Proxima Nova';
  display: block;
  margin-top: 25px;
  margin-bottom: 330px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;  
}


  h1.title_razdel{
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
}

.slider-for-services-index{
  float: none !important;
}

#services_index .pr_slider_mob{
  padding-right: 0px;
}

#services_index .slider-for-services-index {
  width: auto;
  height: auto;
}

#services_index .my_slide {
  height: auto;
}

#services_index .all_services_link {
  margin-top: 40px;
}

#services_index .my_slide,
#services_index .slider-for-services-index .slick-slide,
#services_index .slider-for-services-index .slick-slide .card {
  width: 202px !important;
}

#services_index .slider-for-services-index .slick-slide{
  margin-right: 20px;
}

#services_index .bottom_card p.card-title a {
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
}

#razrab .container{
  padding-left: 0px;
}

#razrab hr.under_title {
  border-top: 3px solid rgb(104, 108, 113);
  margin-top: 30px;
}

#razrab .mt_200{
  margin-top: 70px;
}

#razrab .mt_100{
  margin-top: 40px;
}

#razrab .title_razrab{
  padding-left: 30px !important;
}

.big_link1 span {
  position: relative;
  margin-left: 10px;
  font-family: 'Proxima Nova Lt';
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 37px; 
  letter-spacing: 5px;
  color: #FFFFFF;
}

.big_link2 h2{
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
}

.big_link2{
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  padding-right: 0px !important;
  padding-left: 20px !important;
  font-family: 'Proxima Nova Lt';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #F3F5F8;
}

.big_link3{
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  width: 70%;
  float: left;
  border-color: #686C71;
  height: 1px;
  margin-left: 0px;
}


.big_link1{
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #FFFFFF;
}

.big_link1 .for_hr{
  width: 70%;
  display: flex;
  align-items: center;
}
  
  .big_link1:hover .big_link2{
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    color: #FFFFFF;
}



.big_link1:hover .big_link2 h2{
  color: #FFFFFF;
}

  .big_link1:hover .big_link3{
    width: 70%;
  }





  #projects .mt_50{
    margin-top: 40px;
  }

  #projects p.description_projects {
    padding: 0px;
    margin-top: 0px !important;
    font-family: 'Proxima Nova Lt';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #F3F5F8;
}

div.see_projects_block_1{
  text-align: left !important;
  margin-top: 40px;
}

div.see_projects_block_1 span.link_text {
  padding: 0px 17px 0px 0px;
  text-align: left;
}

#for_hidden{
  padding-right: 0px;
}

#projects .frame {
  height: 470px;
  overflow: hidden !important;
}

#projects .frame ul{
  padding-right: 0px;
}

#projects .frame ul li {
  width: 280px;
  margin-right: 30px;
}

#projects .frame ul li .media {
  display: block;
  width: 280px;
}

#projects .frame ul li .media img.big_pic {
  width: 280px;
}

#projects .scrollbar{
  margin: 20px 15px 40px 0;
  height: 8px;
  border-radius: 20px;
  background: #222222;
  line-height: 0;
}

.scrollbar .handle {
  height: 8px;
  border-radius: 20px;
  background: #686C71;
}



#projects h4.card-title {
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
}

#projects p.card-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  padding-right: 0px;
}

#projects_about .mt_100{
  margin-top: 25px;
}

#projects_about p.projects_preambula{
  padding: 10px 15px 15px 0px;
  margin-top: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;  
}

#projects_tags .link_text{
  float: left;
  /*padding-left: 27px;*/
  text-align: center;       
  font-size: 12px;
  line-height: 15px;
  margin: 0px 20px 20px 0px;
}

#projects_tags .mt-5{
  margin-top: 0px !important;
}

#projects_tags .mt-3{
  margin-top: 10px !important;
}

.myselect select {
  font-size: 12px;
  line-height: 12px;
}

.myselect:after {
  display: block;
  height: 100%;
  width: 61px;
  padding: 11px 24px;
}

.reset_filter_projects {
  margin-top: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 12px;
  line-height: 12px;
}


#projects_tags .title_tag{
  font-size: 12px;
  line-height: 24px;
}

#other_news .card-body,
#media_top .card-body,
#projects_tumbs .card-body {
    margin-top: 0px !important;
    padding-left: 0px !important;
}

#other_news .card-title,
#media_top .card-title,
#projects_tumbs .card-title {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    font-size: 24px;
    line-height: 29px;
}

#other_news .card-text,
#media_top .card-text,
#projects_tumbs .card-text {
    font-size: 14px;
    line-height: 20px;
    padding-right: 0px;
    margin-top: 0px;
    color: #686C71;
}

section#projects_tumbs {
  margin-bottom: 0px;
}

#projects_tumbs div.row.mt_80{
  margin-top: 0px;
}

#projects_tumbs div.row.mt_80 .card{
  margin-top: 50px !important;
}

#back{
  border: 1px solid #70A2B1;
  width: 100%;
  height: 45px;
  position: relative;
  margin-bottom: 25px;
  padding: 9px 0px;
  top: 0px;
  left: 0px;
  text-align: center;
}

#project_title .mt_90{
  margin-top: 30px;
}

#project_title .mt_80{
  margin-top: 30px;
}

#project_title .project_bread span{
  width: 100%; 
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6E7A82;
  margin-bottom: 10px;
}

#project_title .project_bread p{
  display: none; 
}

#one_project_slider .row.mt-5{
  margin-top: 10px !important;
}

#description_project p {
  margin-bottom: 0px;
  padding: 10px 15px 15px 0px;
  font-size: 14px;
  line-height: 20px;       
}

#description_project a{
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  color: #70A2B1;       
}


#description_project h2 {
  font-size: 24px;
  line-height: 29px;
}

#description_project h3 {
  font-size: 20px;
  line-height: 24px;
}

#description_project .row.mt_36{
  margin-top: 0px !important;
}

.description_img{
  padding: 15px;
}

.my_slide{
  width: 345px !important;
  height: 222px !important;
}

.my_slide img{
  width: 345px;
  height: 222px !important; 
  border: none;
  margin-left: 0px;
}

#one_project_slider .slider_vertical {
  width: 140px !important;
  height: auto !important;
  /* margin-right: 20px; */
  display: inline-block !important;
}

#one_project_slider .slider_vertical img {
  width: 140px;
  height: auto !important;
  border: none;
  margin-left: 0px;
}

.slider-for{
  float: none !important;
}

#one_project_slider .slider-for {
  width: auto !important;
  height: auto !important;
}

#one_project_slider .my_slide {
  width: 345px !important;
  height: auto !important;
 /* margin-right: 20px; */
}

#one_project_slider .slider-for .slick-slide {
  width: 345px !important;
}

#one_project_slider .my_slide img {
  width: 345px;
  height: auto !important;
  border: none;
  margin-left: 0px;
}

#one_project_slider .slider-nav {
  width: auto !important;
  height: auto !important;
}

#one_project_slider .slider-nav .slick-track {
  left: auto !important;
  right: 0px !important; 
}

#one_project_slider .slider-nav .slick-slide {
  width: 140px !important;
  margin-right: 1px;
}

#one_project_slider .col-lg-2.col-12{
  padding-right: 0px;
}

.arrow-prev{
  width: 45% !important;
  height: 50px !important;
  background-color: rgba(155, 163, 174, 0.3);
  text-align: center;
  padding: 0px;
  margin: 20px 30px 20px 0px;
  }

.arrow-prev img{
  margin: auto;
}

.arrow-next{
  width: 45% !important;
  height: 50px !important;
  background-color: rgba(155, 163, 174, 0.3);
  text-align: center;
  padding: 0px;
  margin: 20px 0px 20px 4px;
  }

.arrow-next img{
  margin: auto;
}


#services_page_top p {
  width: 100%;
  padding: 10px 15px 15px 0px;
  margin-top: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

#services_index .mt_80{
  margin-top: 0px;
}

#one_project_slider .mt_80{
  margin-top: 10px;
}

#description_service p{
  padding: 15px 0px;
  font-size: 14px;
  line-height: 20px;    
}

#description_service .mt_80{
  margin-top: 30px;
}

#description_service div.header2_text{
  margin-top: 15px;
  padding: 15px 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

div.header2_text > ul > li{
  font-size: 24px;
  line-height: 29px;
}

#description_service h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

#description_service .mt-4{
  margin-top: 0px !important;
}

#service_under_slider span.contact_specialist {
  font-size: 20px;
  line-height: 24px;
}

#service_under_slider .tel_main {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 29px;
}

#service_under_slider .tel_add {
  font-size: 14px;
  line-height: 20px;
}

#service_under_slider .mamil {
  font-size: 24px;
  line-height: 29px;
}

#service_under_slider .send{
  width: 88%;
  margin-top: 3px;
  margin-left: 21px;
  padding: 15px 51px;
  line-height: 16px;
}

#service_under_slider .mt_36{
  margin-top: 20px;
}


#faq h1 {
  font-weight: normal;
}

#accordion_faq h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

#faq .card-body {
  padding-top: 0px;
  padding-right: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #F3F5F8;
}

#faq h3 {
  font-size: 20px;
  line-height: 24px;
}


.send {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

#other_news > .container > .row > .col-lg-6.col-12 > .card > img.card-img-top.left,
#media_top > .container > .row > .col-lg-6.col-12 > .card > img.card-img-top.left{
  padding-right: 0px;
}

#other_news > .container > .row > .col-lg-6.col-12 > .card > img.card-img-top.right,
#media_top > .container > .row > .col-lg-6.col-12 > .card > img.card-img-top.right{
  padding-left: 0px;
}

#other_news .over-card.right,
#media_top .over-card.right{
  padding-left: 0px;
}

#other_news .card-title.right,
#media_top .card-title.right{
  margin-left: 0px;
}

#other_news .card-text.right,
#media_top .card-text.right{
  margin-left: 0px;
}

#other_news > .container > .row > .col-lg-6.col-12 > .card > img.card-img-top.left, 
#media_top > .container > .row > .col-lg-6.col-12 > .card > img.card-img-top.left {
  width: auto;
}

#other_news > .container > .row > .col-lg-6.col-12 > .card > img.card-img-top.right, 
#media_top > .container > .row > .col-lg-6.col-12 > .card > img.card-img-top.right {
  width: auto;
}

#other_news > .container > .row > .col-lg-6.col-12 > .card,
#media_top > .container > .row > .col-lg-6.col-12 > .card{
  margin-top: 50px;
}

#media_top .title_razdel_media{
  width: auto;
  overflow-x: scroll;
}

#media_top .title_razdel_media p{
  width: max-content;
}

.media_block {
  margin-right: 20px;
  font-size: 20px;
  line-height: 24px;
}

#other_news .mt_120{
  margin-top: 50px;
}

#other_news .mt_100{
  margin-top: 0px;
}


#team .slider-history {
  width: auto;
  height: auto;
}

#team .row.mt_100{
  margin-top: 70px;
}

#team .slider-history {
  width: auto;
  height: auto;
}

#team .slick-slide{
  width: auto !important;
  height: auto !important;
}

#team .my_slide {
  width: auto !important;
  height: auto !important;
  margin-right: 20px;
}

#team .my_slide img {
  width: 200px;
  height: auto !important;
  border: none;
  margin-left: 0px;
}

#team .over-card.team {
  font-size: 14px;
  line-height: 16px;
/*   white-space: nowrap; */
  padding-left: 20px;
}

#team .card .card-title{
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

#team .card .card-body{
  margin-top: 0px;
  padding: 0px !important;
}

#team .card .card-title.mt_50{
  margin-top: 30px;
}

#team .card .card-body .card-text.mt-4{
  width: 246px;
  margin-top: 0px !important;
}


#team .slick-prev, #team .slick-next,
#history .slick-prev, #history .slick-next{
  display: none !important;
}




#partners p{
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;    
}

#about .description_top {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0px !important;
  margin-top: 30px !important;
}

#about .description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 0px !important;
}

#about .mt_55{
  margin-top: 20px;
}

#about .mt_90{
  margin-top: 10px;
}

#team p, #partners p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

#team .row.mt_135 {
  margin-top: 70px;
}

#team .card .card-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

#team .card-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

footer .mt_200{
  margin-top: 50px;
}

footer .mt_200.no-gutters{
  margin-top: 0px;
}

footer .partner .media {
  width: 100%;
  height: auto;
  border: 1px solid #9ba3ae;
  padding: 22px;
  margin-top: 0px;
}

footer .send{
  width: inherit;
  margin-bottom: 30px;
}

footer .contacts__form {
  max-width: inherit;
}

footer .tel_main{
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 0px;
}

footer .tel_add{
  font-size: 14px;
  line-height: 24px;
  margin-top: 0px;
}

footer .mamil{
  font-size: 24px;
  line-height: 29px;
  margin-top: 0px;
  float: left;
}

footer .soc.fb{
  padding-left: 15px;
  padding-right: 7px;
  margin-top: 25px;
}

footer .soc.insta{
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 25px;
}

footer .soc.vk{
  padding-left: 7px;
  padding-right: 15px;
  margin-top: 25px;
}

footer .soc p {
  border: 2px solid #70A2B1;
  padding: 10px 20px;
}

footer .soc.fb p {
  padding: 11px 20px;
}

footer .adress{
  font-size: 24px;
  line-height: 29px;
  margin-top: 9px;
}

footer .form_title {
  margin-top: 25px;
  font-size: 24px;
  line-height: 29px;
}

footer #contacts_form{
  margin-top: 15px;
}

footer #map{
  margin-bottom:50px;
}

footer .contacts__form-item{
  font-size: 18px;
  line-height: 22px;
  padding-left: 0px;
}

footer .contacts__form-file-label{
  margin: 30px 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

footer .send{
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

footer .form_accept {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin-bottom: 50px;
}

footer .partner.politeh .media{
  border-top: 1px solid #454545;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

footer .partner.avia_concept .media{
  border-top: 1px solid #454545;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #454545;
}

footer .partner.skb .media{
  border-top: 1px solid #454545;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

footer .partner .media.centre {
  height: 100%;
  padding: 22px;
}

footer .partner .media img{
  width: 80px;
}

footer .partner .media-body{
  padding-left: 30px !important;
  padding-top: 17px;
}

footer .partner.avia_concept .media-body{
  padding-left: 20px !important;
  padding-top: 17px;
}

footer .partner .media-body h4{
  font-size: 18px;
  line-height: 22px;
}

footer .partner .media-body p{
  font-size: 14px;
  line-height: 17px;
}

footer .copyright {
  margin-top: 10px;
  font-size: 14px;
  line-height: 17px;
  padding-right: 0px !important;
}

footer .text-right.copyright {
  text-align: center !important;
  padding-right: 15px !important;
  margin-top: 50px;
}

footer .text-center.copyright {
  text-align: right !important;
  padding-right: 15px !important;
}

footer .rassilka {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

footer #subscribe_form {
  margin-top: 25px;
}

footer #subscribe_form .row .col-12 .send_subscribe {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}

footer .row.mt_200{
  overflow-x: hidden;
}

#cookies {
  padding-bottom: 30px;
  margin-bottom: 0px;
  margin-top: 50px;
}

#cookies .cookies_text {
  font-size: 14px;
  line-height: 20px;
}

#cookies .cookies_agree {
  font-size: 12px;
  line-height: 15px;
  width: inherit;
  background: none;
}

#cookies > div > div > div.col-lg-3.col-xs-12.align-self-center.text-right{
  text-align: center !important;
}

}
