@charset "UTF-8";

*, *:before, *:after{
  box-sizing: border-box;
  webkit-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
  margin: 0;
}

a{
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

button{
  cursor: pointer;
}

html {
  font-family: 'Montserrat';
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 14px;
  line-height: 1.5rem;
  margin: 0;
}

.nonescroll{
  overflow: hidden;
}

.default{
  padding: 80px;
}

.page {
  overflow: hidden;
}

/*Шапка*/
.intro {
  align-items: center;
  background: url(../img/background.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  height: 100vh;
  justify-content: center;
  max-height: 700px;
  ms-flex-align: center;
  ms-flex-pack: center;
  position: relative;
  webkit-align-items: center;
  webkit-background-size: cover;
  webkit-box-align: center;
  webkit-box-pack: center;
  webkit-justify-content: center;
  width: 100%;
  z-index: 10;
}

.intro__components{
  max-height: 100%;
  height: 100%;
}

.intro__components:before{
  background-color: #000;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  max-height: 100%;
  opacity: .35;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}


.intro__plata{
  background: url(../img/plata.jpg) no-repeat center;
  background-size: cover;
}

.intro__plata:before{
  background-color: #000;
  bottom: 0;
  content: '';
  height: 100vh;
  left: 0;
  max-height: 700px;
  opacity: .35;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.intro__inner {
  margin: 50px;
  max-width: 50%;
  text-align: left;
  margin-left: 0;
  position: relative;
}

.container {
  max-width: 1240px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.intro__suptitle {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}


.intro_icons{
  display:flex;
  width: 100%;
}
.zagolovok2 {
	font-size: 18px;
}
.intro_icons_item{
  display:flex;
  width: 100%;
  align-items:center;
  color:#fff;
  font-weight:800;
  font-size:17px;
}

.intro_icons_item img{
  margin-left:10px;
}

.intro_button{
  margin-top: 30px;
}

.intro__flex{
  display:flex;
}

.intro_arrow{
  position: absolute;
  right: -4px;
}

.btn_intro{
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
  height: 65px;
  box-shadow: 0 5px 0 #018b96;
  background-image: linear-gradient(0deg,#04aebb 0,#04aebb 14%,#018b96);
  z-index: 1;
  border-radius: 42px;
  border: none;
  text-decoration: none;
  text-shadow: 0 1px 4px rgba(172,139,47,.2);
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: .23px;
  cursor: pointer;
  transition: all .2s ease;
}

.btn_intro:hover{
  background-image: linear-gradient(0deg,#04aebb 0,#04aebb 14%,#04aebb);
}

.btn_intro svg{
  fill: #fff;
}

.btn_intro:hover svg{
  fill: #018b96;
}

.header_img {
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  ms-flex-align: center;
  webkit-align-items: center;
  webkit-box-align: center;
  width: 50%;
}

.header_img img {
  height: 500px;
  margin: auto;
}

.header {
  height: 100px;
  left: 0;
  o-transition: background-color .2s linear;
  padding: 0 40px;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color .2s linear;
  webkit-transition: background-color .2s linear;
  width: 100%;
  z-index: 800;
}

.header_phone {
  display:flex;
  flex-direction:column;
}

.header__inner {
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  height: 100%;
  justify-content: space-between;
  ms-flex-align: center;
  ms-flex-pack: justify;
  webkit-align-items: center;
  webkit-box-align: center;
  webkit-box-pack: justify;
  webkit-justify-content: space-between;
}

.header__logo {
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display-align-items: center;
  font-size: 20px;
  font-weight: bold;
  align-items:center;
}


.header__logo a{
  margin-left:10px;
}

.header_phone a{
  display:flex;
  align-items:center;
}

.header_phone img{
  height: 25px;
  margin-right: 10px;
}


.header_scroll {
  background-color: #018b96;
  height: 100px;
  box-shadow: 0px 0px 27px 0px rgba(166, 166, 166, 0.3);
  background-position: top left;
  background-repeat: repeat-x;
}

.header_scroll a {
  color:#fff;
}

.header_scroll a:hover{
  color: #e6e6e6;
}

/*Меню*/
.header_menubar{
  height: 100%;
}

.nav {
  font-size: 15px;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav__link {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  o-transition: color .1s linear;
  padding: 7px 13px;
  position: relative;
  text-decoration: none;
  transition: color .1s linear;
  vertical-align: top;
  webkit-transition: color .1s linear;
  display: flex;
  height: 100%;
  align-items: center;
}

.nav__link_email {
  color: #fff;
  o-transition: color .1s linear;
  padding: 7px 13px;
  text-decoration: none;
  transition: color .1s linear;
  webkit-transition: color .1s linear;
  font-size:16px;
  padding-left:0;
  font-weight:bold;
}

.nav__link:after {
  background-color: #04aebb;
  content: "";
  display: block;
  height: 2px;
  left: 13px;
  opacity: 0;
  o-transition: opacity .3s linear;
  position: absolute;
  top: 65%;
  transition: opacity .1s linear;
  webkit-transition: opacity .1s linear;
  width: 50%;
  z-index: 1;
}

.nav__link:hover {
  color: #04aebb;
  transition: opacity .1s linear;
  webkit-transition: opacity .1s linear;
}

.nav__link_email:hover {
  color: #04aebb;
  text-decoration: underline;
}

.nav__link:hover:after,
.nav__link.active:after {
  opacity: 1;
}

.nav__link.active {
  color: #018b96;
}

/*Бургер*/
.nav-toggle {
  background: none;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: none;
  font-size: 0;
  padding: 10px 0;
  position: absolute;
  right: 24px;
  top: 41px;
  width: 30px;
  z-index: 1;
}

.nav-toggle:focus {
  outline: 0;
}

.nav-toggle__item {
  background-color: #fff;
  bottom: 0;
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  o-transition: background .2s linear;
  position: absolute;
  right: 0;
  top: 0;
  transition: background .2s linear;
  webkit-transition: background .2s linear;
  width: 100%;
}

.nav-toggle.active .nav-toggle__item {
  background: none;
}

.nav-toggle__item:before,
.nav-toggle__item:after {
  background-color: #fff;
  content: "";
  height: 3px;
  left: 0;
  o-transition: transform .2s linear;
  position: absolute;
  transition: transform .2s linear, -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: -webkit-transform .2s linear;
  webkit-transition: -webkit-transform .2s linear;
  width: 100%;
  z-index: 1;
}

.nav-toggle__item:before {
  top: -8px;
}

.nav-toggle__item:after {
  bottom: -8px;
}

.nav-toggle.active .nav-toggle__item:before {
  ms-transform-origin: left top;
  transform: rotate(45deg) translate3d(0px, -2px, 0);
  transform-origin: left top;
  webkit-transform: rotate(45deg) translate3d(0px, -2px, 0);
  webkit-transform-origin: left top;
}

.nav-toggle.active .nav-toggle__item:after {
  ms-transform-origin: left bottom;
  transform: rotate(-45deg) translate3d(0px, 3px, 0);
  transform-origin: left bottom;
  webkit-transform: rotate(-45deg) translate3d(0px, 3px, 0);
  webkit-transform-origin: left bottom;
}


/*Контент шапки*/
.phone {
  font-size: 20px;
  font-weight: bold;
}

.phone:hover{
  text-decoration: underline;
  color: #04aebb;
}



/*Приемущества*/
.light-gray{
  background:#efefef;
}
.advantages{
  position: relative;
  width: 50%;
}
.advantages_content{
  width: 100%;
  display: flex;
  flex-direction:column;
}
.advantages_content-item{
  background-image: linear-gradient(0deg,#04aebb 0,#04aebb 14%,#018b96);
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  border-radius:30px;
  padding: 35px;
  margin: 5px;
}

.advantages_text{
  color:#fff;
  font-weight:bold;
  width: 80%;
  position: relative;
}

.advantages_text:before{
  position: absolute;
  content: " ";
  border-left: 3px solid #fff;
  height: 100%;
  top: 0px;
  left: -12px;
  border-radius: 5px;
}

.advantages_content-item img{
  height: 65px;
}



/*О компании*/
.about{
  display:flex;
}
.about_back{
  background: url(../img/about.jpg) no-repeat center;
  background-size: cover;
}

.about__item{
  width: 50%;
  margin-right: 20px;
}

.about__item .about__back{
  width: 100%;
}

.about__item p, .about__item h3{
  color: #4a4a4a;
  font-weight: bold;
}

.about__title{
  font-size: 32px;
  font-weight: bold;
  color: #383838;
  line-height: 31px;
  margin-bottom:20px;
}


/*Блок мы осуществляем*/
.implement{
  position: relative;
}

.implement__content{
  position: relative;
  background-image: linear-gradient(0deg,#04aebb 0,#04aebb 14%,#018b96);
  padding: 30px;
  top: -150px;
  color:#fff;
  font-weight:bold;
  box-shadow: 0 3px 18px rgba(81, 148, 192, .35);
}
.implement__content p, .implement__content h4 {
	font-size: 14px;
}
.privilege{
  position: relative;
  width: 100%;
  margin-top:40px;
}
.privilege_content{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.privilege_content-item{
  background:#fff;
  width: 49%;
  color:#04aebb;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px;
  margin: 5px;
  box-shadow: 0 3px 18px rgba(81, 148, 192, .25);
}

.privilege_text{
  color:#018b96;
  font-weight:bold;
  width: 80%;
  position: relative;
}

.privilege_text:before{
  position: absolute;
  content: " ";
  border-left: 3px solid #fff;
  height: 100%;
  top: 0px;
  left: -12px;
  border-radius: 5px;
}

.privilege_content-item img{
  height: 65px;
}

.privilege_margin{
  margin-top:-80px;
}

/*Проектирование*/
.design_img{
  background: url(../img/ocfift.png) no-repeat center;
  background-size: cover;
}

.design{
  color:#fff;
  display:flex;
  font-weight:bold;
  font-size:15px;
}

.design__item{
  width: 50%;
  margin-right:15px;
}


/*Форма*/
.form_content{
  display:flex;
  flex-wrap: wrap;
  margin-top:40px;
}

.section_form{
  padding-bottom: 55px;
  padding-top: 55px;
}

.form_item{
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding-right: 15px;
}

.form_item_two{
  flex: 0 0 66.6%;
  max-width: 66.6%;
  padding-left: 15px;
}

.form_item_label{
  position: relative;
  width: 100%;
  margin: 0;
  display: inline-block;
}

.form_input{
  background-color:#fff;
  height: 54px;
  width: 100%;
  display: block;
  margin-bottom: 16px;
  font-size: 15px;
  color: #333;
  padding: 18px 24px;
  border: 2px solid rgb(17, 173, 185, 0.3);
}

.form_item_label span{
  position: absolute;
  z-index: 2;
  left: 25px;
  cursor: text;
  top: 16px;
  font-size: 16px;
  transition-duration: .5s;
}

textarea.form_input{
  height: 194px;
  resize: none;
}

.form_title{
  font-size: 39px;
  line-height: 39px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
}

.form_subtitle{
  font-size: 18px;
  margin-bottom: 65px;
}

.form_bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.form_checkbox input {
  display: none;
}

.form_checkbox {
  font-size:13px;
  max-width:400px;
  width: 70%;
  font-weight:bold;
  color:#4c4c4c;
}

.form_checkbox span {
  display:inline-block;
  width:22px;
  height:22px;
  line-height: 19px;
  text-align: center;
  background-color: #11adb9;
  margin-right:10px;
}

.form_checkbox a {
  color:#333;
}
.form_bottom .form_blank{
  color:#2186ed
}
.form_checkbox input + span svg {
  fill:#11adb9;
}
.form_checkbox input:checked + span svg {
  fill:#fff;
}


.input__wrapper {
  width: 230px;
  position: relative;
  margin: 15px 0 0 0;
  margin-top:0;
  text-align: center;
}

.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input__file-icon-wrapper {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff;
}

.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
}

.input__file-button {
  width: 100%;
  max-width: 250px;
  height: 60px;
  background-image: linear-gradient(0deg,#04aebb 0,#04aebb 14%,#018b96);
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 3px;
  cursor: pointer;
}


/*Подвал*/
footer{
  background-color: #018b96;
}
.footer_content{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 15px;
  font-weight: bold;
  color: #fff;
}

.footer_links a{
  font-weight: bold;
  color: #fff;
}


/*Модальное окно*/
.overlay {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  overflow-y: auto;
  z-index: 999;
}

#modal1{
  position: relative;
  border: 1px solid rgba(0,0,0,.2);
  max-width: 500px;
  border-radius: .3rem;
  outline: 0;
}

#modal_two{
  position: relative;
  border: 1px solid rgba(0,0,0,.2);
  max-width: 500px;
  border-radius: .3rem;
  outline: 0;
}

.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}

.overlay .modal {
  background: white;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  position: relative;
}
.overlay .modal.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal.open .content {
  transform: translate(0, 0px);
  opacity: 1;
}
.overlay .modal .content {
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.overlay .modal .title {
  margin-top: 0;
}

.close-modal{
  position: absolute;
  right: 6px;
  width: 20px;
  height: 20px;
  top: 11px;
  opacity: 0.7;
}

.close-modal img{
  width: 20px;
  height: 20px;
}


.close-modal_two{
  position: absolute;
  right: 10px;
  top: 10px;
  opacity:0.7;
}

.modal_title{
  line-height: 39px;
  color: #333;
  font-weight: bold;
  font-size:28px;
  margin-top: 0;
}

.btn__modal{
  width: 230px;
  height: 50px;
  margin-top:10px;
  margin-bottom:10px;
}

.modal_subtitle{
  margin-bottom: 25px;
  font-size:18px;
}

.form_checkbox_modal{
  width: 100%;
  margin-bottom:15px;
}


/*Страница печптная плата*/
.plata__title{
  color: #fff;
  font-size: 35px;
  margin-top: 100px;
  margin-bottom: 30px;
}

.plata__about{
  position: relative;
}

.plata__about-content{
  background: #fff;
  padding: 30px;
  width: 100%;
  font-size: 13px;
  font-weight:bold;
  line-height: 1.625rem;
  letter-spacing: 0.4px;
  color: #424242;
  font-family: "Apple", sans-serif;
}

.plata__item{
  margin-top:30px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}

.plata__text{
  position: relative;
}
.plata__text:before{
  position: absolute;
  content: " ";
  border-left: 3px solid #018b96;
  height: 100%;
  top: 0px;
  left: -12px;
  border-radius: 5px;
}
.plata__text_2 {
	font-size: 13px;
}

.plata_content_title{
  color: #0298a4;
  font-size: 16px;
}

.plata_back{
  background:none;
}

.plata__icons{
  display:flex;
  align-items:center;
  margin: 20px;
}

.plata__icons img{
  width: 60px;
  margin-right: 20px;
}
.palta__title_two{
  margin-bottom:50px;
}


/*Страница электронные компоненты*/
.components_content-item{
  background:#fff;
  width: 23%;
  color:#04aebb;
  font-size:20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  margin: 5px;
  box-shadow: 0 3px 18px rgba(81, 148, 192, .5);
}

.components_text{
  color:#018b96;
  font-weight:bold;
  width: 80%;
  position: relative;
}

.partners_text{
  color:#018b96;
  font-weight:bold;
  font-size:20px;
  margin-left: 30px;
  margin-top:30px;
}

.components_text:before{
  position: absolute;
  content: " ";
  border-left: 3px solid #fff;
  height: 100%;
  top: 0px;
  left: -12px;
  border-radius: 5px;
}

.number{
  font-size:60px;
  font-weight:bold;
  margin: 0;
  margin-right: 30px;
}

.components__about{
  position: relative;
  margin-top:150px;
  margin-bottom:80px;
}

.componets__items{
  margin-right:25px;
}

.componets__text{
  text-align: justify;
}


/*Страница сборка в китае*/
.services__item__content {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px;
  width: 32%;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
  box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
  border-radius: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 10px;
}


.services__information__subtitle {
  opacity: 0.9;
  color: #424242;
  font-size: 16px;
  line-height: 26px;
  flex-grow: 1;
}

.kitai__title{
  color: #018b96;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.kitai__number{
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100px;
  height: 100px;
  background: #018b96;
  border-radius: 50%;
}

.stages{
  display: flex;
}


/*Страница с контактами*/
.intro__contacts{
  height: 300px;
}

.contacts__title{
  color: #fff;
  font-size: 35px;
  margin-top: 55px;
  margin-bottom: 30px;
}

.contacts__icons{
  display:flex;
  align-items:center;
  margin: 20px;
  margin-bottom:40px;
}

.contacts__icons img{
  width: 30px;
  margin-right: 10px;
}

.contacts__icons a{
  color:#018b96;
  font-size:15px;
}


.contacts__text-title{
  margin-left: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #4a4a4a;
}


/*Сообщение об отправке*/
.top_content {
  display: none;
  align-items: center;
  justify-content: center;
  height: 50%;
  width: 100%;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  padding:20px;
  text-align: center;
}

.top_content.active ~ * {
  opacity: 1;
  filter: blur(20px); 
}

.top_content_bottom {
  display: none;
  align-items: center;
  justify-content: center;
  height: 50%;
  width: 100%;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  padding:20px;
  text-align: center;
}

.top_content_bottom.active ~ * {
  opacity: 1;
  filter: blur(20px); 
}

.ok_info{
  font-size: 18px;
  font-weight: bold;
  color: #018b96;
}

.req:invalid {
  border: 1px solid red;
}


input:required:valid{
  border: 2px solid rgb(17, 173, 185, 0.3);
}

textarea:required:valid{
  border: 2px solid rgb(17, 173, 185, 0.3);
}

/*Бланк заказа*/
.slip{
  display:flex;
}

.slip__items-color{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  font-weight:bold;
  padding: 30px;
  background-image: linear-gradient(0deg,#04aebb 0,#04aebb 14%,#018b96);
}

.slip__items{
  width: 50%;
  display: flex;
  padding: 30px;
  align-items: center;
  justify-content: center;
}

.slip__text-circle img{
  width: 30px;
}

.slip__text-circle{
  border-radius: 50%;
  background-color: rgb(8, 165, 152);
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: 20px;
  box-shadow: 0 0 0 6px rgba(8, 165, 152, 0.7), 0 0 0 12px rgba(8, 165, 152, 0.5);
  position: relative;
}


.slip__text{
  display: flex;
  color: #018b96;
  font-weight: bold;
  align-items: center;
}

.btn_slip{
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
  height: 65px;
  box-shadow: 0 5px 0 #cecece;
  background-image: linear-gradient(0deg,#ffffff 0,#ffffff 14%,#ffffff);
  z-index: 1;
  border-radius: 42px;
  border: none;
  text-decoration: none;
  text-shadow: 0 1px 4px rgba(172,139,47,.2);
  color: #02a0ac;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: .23px;
  cursor: pointer;
  transition: all .2s ease;
}

.btn_slip:hover{
  background-image: linear-gradient(0deg,#e4e3e3 0,#e4e3e3 14%,#e4e3e3);
}


/*Адаптивность======================*/

@media (max-width: 1250px) {
  .intro__inner{
    max-width:54%;
  }
  .privilege_content-item{
    width: 100%;
  }
  .services__item__content{
    width: 100%;
  }
  .stages{
    flex-direction:column;
  }
}

@media (max-width: 1150px) {
  .header_contacts{
    display:none;
  }
  .advantages_img_two{
    height: 38px;
  }

  .intro__inner{
    max-width: 70%;
  }

  .intro_icons{
    flex-direction:column;
  }

  .intro_icons_item{
    width: 70%;
  }

  .advantages_content-item{
    width: 100%;
  }

}

@media (max-width: 1150px) {
  .intro__flex{
    flex-direction:column;
  }
  .contacts__title{
    margin-top:90px;
    margin-bottom:60px;
  }
  .intro{
    max-height:100%;
    height: 100%;
  }
  .intro__inner{
    margin-top:150px;
    max-width: 100%;
  }
  .advantages{
    margin-bottom:40px;
    width: 100%;
  }

  .intro__plata:before{
    height: 100%;
    max-height: 100%;
  }

  .plata__about{
    padding-top:60px;
    padding-bottom:70px;
  }

}

@media (max-width: 1110px) {

  .nav-toggle{
    display:block;
  }

  .nav{
    display: none;
    position: fixed;
    left: 0;
    top: 100px;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: white;
    padding: 10px;
    background-color: #018b96;
  }

  .nav__link{
    height: auto;
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
  }

  .nav.active{
    display: block;
  }

  .header_phone {
    margin-right: 40px;
  }
  .default{
    padding-right: 40px;
    padding-left:40px;

  }

  .components_content-item{
    width: 46%;
  }

}

@media (max-width: 990px) {

  .intro__suptitle{
    font-size: 40px;
  }

  .about{
    flex-direction:column;
  }
  .about__item{
    width: 100%;
  }

  .about__item .about__back{
    width: 60%;
    margin:auto;
    display: flex;
  }

  .design{
    flex-direction:column;
  }
  .design__item{
    width: 100%;
    margin-right:0;
  }

  .form_bottom{
    flex-direction:column;
    align-items: end;
  }

  .form__check-item{
    margin-top:20px;
    margin-bottom:20px;
  }

  .about__item{
    margin-right: 0;
  }

}


@media (max-width: 770px) {
  .nav-toggle{
    top:41px;
  }
  .intro__inner{
    max-width: 100%;
  }
  .intro__suptitle{
    font-size: 36px;
  }

  .form_title{
    font-size:30px;
  }
  .form_item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .form_item_two {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .form_bottom {
    flex-direction:column;
    justify-content: center;
  }
  .form_checkbox{
    margin-bottom:15px;
  }

  .intro__inner{
    margin-right:0;
  }

  .about__item .about__back{
    width: 80%;
  }
  .about__title{
    font-size:28px;
  }

  .plata__title{
    font-size:30px;
  }

  .components_content-item{
    width: 100%;
  }

  .contacts__title{
    font-size:30px;
  }
  .contacts__text-title {
    margin-left: 0px;
    font-size: 18px;
  }

  .header_scroll{
    height: 80px;
  }
  .nav-toggle {
    top: 29px;
  }
  .nav{
    top:80px;
  }
  .header{
    height: 80px;
  }

  .services__item__content {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
  }

  .slip{
    flex-direction:column;
  }
  .slip__items{
    width: 100%;
  }

  .slip__items-color{
    width: 100%;
  }

}

@media (max-width: 575px) {
  .intro__suptitle{
    font-size: 30px;
  }

  .about__item p{
    font-size:13px;
  }
  .about__title{
    font-size:24px;
  }
  .default {
    padding-right: 20px;
    padding-left: 20px;
  }
  .implement__content{
    padding:20px;
    font-size:12px;
  }
  .design__item{
    font-size:13px;
  }

  .btn_intro{
    width: 230px;
    height: 50px;
  }
  .btn_slip{
    width: 230px;
    height: 50px;
  }
  .input__file-button{
    height: 50px;
    font-size:13px;
  }
  .input__file-icon-wrapper img{
    width: 20px;
    height: 20px;
  }
  .form_checkbox{
    font-size:12px;
  }
  .footer_content{
    flex-direction:column;
  }

  .plata__title{
    font-size:25px;
  }
  .number {
    font-size: 35px;
  }
  .components_text{
    font-size:13px;
  }
  .kitai__title{
    font-size:16px;
  }
  .services__information__subtitle{
    text-align:center;
  }
  .services__item__content{
    padding:25px;
  }
  .contacts__title{
    font-size:25px;
  }

  .contacts__text-title {
    margin-left: 0px;
    font-size: 16px;
  }

  .header_phone img {
    height: 17px;
    margin-right: 4px;
  }

  .header_scroll a{
    font-size:14px;
  }

  .phone{
    font-size:14px;
  }
  .nav__link_email{
    font-size:14px;
  }

  .header__logo a{
    font-size:14px;
  }

}

@media (max-width: 480px) {
  .phone {
    font-size: 13px;
  }
  .header_scroll a{
    font-size: 13px;
  }

  .nav__link_email{
    font-size:13px;
  }

  .header__logo a{
    font-size:13px;
  }

  .header_zvonok {
    font-size: 7px;
    padding: 10px 17px;
  }

  .intro__suptitle{
    font-size: 30px;
  }

  .intro_icons_item{
    width: 100%;
  }

  .modal_subtitle{
    font-size:14px;
  }
  .modal_title{
    font-size:20px;
    line-height:25px;
  }
  .overlay{
    padding:10px;
  }

  .intro__suptitle {
    font-size: 26px;
  }

  .intro_icons_item{
    font-size:15px;
  }

  .advantages_text{
    font-size:11px;
  }

  .advantages_content-item img{
    height: 40px;
  }

  .btn_intro{
    font-size:14px;
  }

  .header{
    padding:0 15px;
  }

  .header__logo a{
    font-size:14px;
  }
  .default {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about__item .about__back{
    width: 100%;
  }

  .privilege_content-item{
    justify-content: center;
    flex-direction: column;
    padding:10px;
    text-align:center;
  }
  .privilege_text{
    order:1;
  }

  .plata__icons{
    flex-direction:column;
  }

  .kitai__title {
    font-size: 14px;
  }
  .zagolovok2 {
    font-size: 13px;
	line-height: 16px;
  }

}

@media (max-width: 380px) {

  .intro__suptitle{
    font-size: 20px;
  }

  .intro_icons_item{
    font-size:13px;
  }

  .header__logo img{
    width: 25px;
    height: 25px;
  }

  .header__logo a {
    margin-left: 3px;
    font-size:12px;
  }

  .header__logo{
    flex-direction:column;
  }

}