/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*normolize*/
/*общие стили*/
* {
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
:active, :hover, :focus {
  outline: 0;
  outline-offset: 0;
}
:focus-visible {
box-shadow: 0px 0px 1px 1px #009FE3;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
li {
  list-style-type:none;
}
a {
  text-decoration: none;
  background-color: transparent;
}
address {
  font-size:inherit;
  font-style:inherit;
}
button, a {
   cursor: pointer;
}
.visiality-hidden {
  visibility:hidden;
  margin:0;
  padding:0;
  height: 0;
  width: 0;
}
img, video {
  max-width:100%;
  height: auto;
}
ul {
   padding: 0;
   margin: 0;
}
h3 {
   text-align: center;
}
/*стили ссылок при взаимодействии */
a {
  color:rgb(0, 0, 0);
}
a:visited  {

}
a:hover, a:focus {
  color: #009fe3;
}
a:active {
}
.nav-list__item:hover {
  border-bottom:2px solid #757575;
}
.nav-services:hover {
  border:none;
}
/*стили html и body (прилипший футер)*/
.page {
  height: 100%;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
}
.page__body {
  position: relative;
  min-height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content 1fr -webkit-min-content;
  -ms-grid-rows: min-content 1fr min-content;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
  -ms-flex-line-pack: start;
      align-content: start;
  padding-top: 40px;
  border: 1px solid rgb(5, 5, 5);
}
.page-header, .page-main, .page-footer {
  width: 75%;
  margin:0 auto;
}
.mobil_img {
  display: none;
}
input[type='text']:focus {
}
textarea:focus{
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 159, 227, 0.13) ;
  box-shadow: 0px 0px 15px 0px rgba(0, 159, 227, 0.13) ;
}
.footer_logo {
  display: none;
}
/*шрифты*/
@font-face {
  font-family: 'Roboto'; /* Имя шрифта */
  src: url(fonts/Roboto-Regular.woff) format("woff"),
    url(fonts/Roboto-Regular.ttf) format("ttf");   /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: 400;
    font-display:swap;
}
@font-face {
  font-family: 'Roboto Slab'; /* Имя шрифта */
  src: url(fonts/RobotoSlab-Bold.woff) format("woff"),
    url(fonts/RobotoSlab-Bold.ttf) format("ttf");   /* Путь к файлу со шрифтом */
    font-style: normal;
    font-display:swap;
    font-weight: var(--font-weight_700);
}
@font-face {
  font-family: 'Roboto Slab'; /* Имя шрифта */
  src: url(fonts/RobotoSlab-SemiBold.woff) format("woff"),
    url(fonts/RobotoSlab-SemiBold.ttf) format("ttf");   /* Путь к файлу со шрифтом */
    font-style: normal;
    font-display:swap;
    font-weight: var(--font-weight_600);
}
/*переменные root*/
:root {
  --font-Roboto_Slab:'Roboto Slab';
  --font-Roboto:'Roboto';
  --font-size: 18px;
  --font-style: normal;
  --font-weight_600: 600;
  --font-weight_700: 700;
  --font-weight_500: 500;
  --font-weight: 400;
  --line-height: 1.5em;
  --text-transform: uppercase;
  --line-height_21: 1.16em;
  }
  /*шрифты страницы 1920px*/
.page {
  font-family: var(--font-Roboto);
  font-style: var(--font-style);
  font-weight: var(--font-weight);
  font-size: var(--font-size);
  line-height: 1.5em;
}
/*шрифты заголовков*/
h2 {
  font-family: var(--font-Roboto_Slab);
  font-weight: var(--font-weight_700);
  font-size: 1.66rem;
  line-height: 1.33em;
  text-transform: var(--text-transform);
  margin-bottom: 2.7rem;
}
h3 {
  font-family: var(--font-Roboto_Slab);
  font-weight: var(--font-weight_600);
  font-size: 1.33rem;
  line-height: 1.33em;
}
/*шрифты header*/
.header_font-nav {
  font-family: var(--font-Roboto_Slab);
  font-weight: var(--font-weight_600);
  line-height: 1.8em;
}
.header_font-a {
  font-family: var(--font-Roboto_Slab);
  font-weight: var(--font-weight_700);
  line-height: 1.3em;
  font-size: 1.1em;
  color:#009FE3;
}
 /*шрифты nav-services*/
.nav-services__font {
  font-size: 0.8rem;
}
/*шрифты титульник*/
.title_font-p {
  font-size: 1.33rem;
  line-height: 1.16em;
}
.title_font-p_span{
  font-family: var(--font-Roboto_Slab);
  font-weight: var(--font-weight_700);
  font-size: 2.22rem;
  line-height: 1.5em;
  text-transform: var(--text-transform);
}
.title_font-p_span2 {
  color:#009FE3;
}
.main_font-button {
  font-family: var(--font-Roboto);
  line-height: var(--line-height_21);
  font-size: 1rem;
}

/*шрифты раздел о нашей студии*/
 /*шрифты раздел услуги*/
.services_font-list {
  line-height: var(--line-height_21);
}
  /*шрифты раздел этапы работ*/
.stages_font-li {
  font-weight: var(--font-weight_700);
  line-height: var(--line-height_21);
}
.stages_font-p {
  line-height: var(--line-height_21);
}
.stages_font-p_span {
  font-family: var(--font-Roboto_Slab);
  font-weight: var(--font-weight_700);
  font-size: 2.22rem;
  line-height: 1.2em;
}
.stages-form_font-p {
  font-size: 0.88rem;
  line-height: 1.18em;
}
.stages-form_font-p_span{
  font-family: var(--font-Roboto_Slab);
  font-weight: var(--font-weight_700);
  font-size: 2.22rem;
  line-height: 1.2em;
}
.stages-form_font-input{
  font-size: 0.77rem;
  line-height: 1.14em;
}
.stages_form_font-button{
  font-weight: var(--font-weight_600);
  font-size: 0.77rem;
  line-height: 1.14em;
}
.portfolio_font-button{
  font-weight: var(--font-weight_600);
  font-size:1rem;
  line-height: 1.8em;
}
/*шрифты раздел footer*/
.footer_font {
  font-weight: var(--font-weight_500);
  font-size: 0.88rem;
  line-height: 1.18em;
}
@media(max-width:1440px) {
  :root {
    --font-size: 16px;
    --font-style: normal;
  }
.title_font-p_span{
  font-size: 1.87rem;
  line-height: 1.5em;
  }
}
@media(max-width:1024px) {
  :root {
   --font-size: 14px;
  }
}
@media (max-width: 768px) {
  .title_font-p {
    font-size: 1rem;
  }
  .title_font-p_span{
    font-size: 2rem;
    line-height: 3rem;
  }
  .stages_font-p_span {
    font-size: 1.75rem;
    line-height: 1.2em;
  }
  .stages-form_font-p_span{
    font-size: 1.5rem;
    line-height: 1.2rem;
  }
  .nav-services__font {
    font-size: 0.6rem;
  }
}
/*шрифты раздел попап*/
.errors {
  font-family: var(--font-Roboto);
  font-size: 0.8rem;
  font-weight: var(--font-weight);
  color:red;
  line-height: 0.8em;
}
.helpInput {
  color:#009fe3;
}
/*страница веб разработки*/
.crumbs_fonts{
  font-size: 1rem;
  font-weight:  var(--font-weight_600);
}
.step-desing_font {
  font-size:16px;
}
.step-desing h3{
  font-size:20px;
  text-align: left;
  margin-bottom: 20px;
}
.step-desing p{
  font-weight: 700;
}
@media(max-width:1440px) {
  .step-desing_font {
    font-size:14px;
  }
  .step-desing h3{
    font-size:18px;
  }
}
/*страница разработки*/
.step-development_font {
  font-size:16px;
}
.step-development h3{
  font-size:20px;
  text-align: left;
}
 .step-development p{
  font-weight: 700;
}
@media(max-width:1440px) {
  .step-development_font {
    font-size:14px;
  }
  .step-development h3{
    font-size:18px;
 }
}
@media(max-width:1000px) {
  .step-development_font {
    font-size:16px;
   }
   .step-development h3{
    font-size:20px;
 }
}
/*стили header*/
.header-nav__toggle {
  display: none;
}
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav {
  width:55%;
  height: 100%;
}
.header-nav__list {
  width:100%;
  height: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header__contact {
  height: 100%;
}
.nav-list__item, .contact-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%;
  height: 100%;
}
.nav-list__item a, .contact-list__item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width:100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-list__item:not(:last-of-type) {
  margin-right: 5%;
}
.nav-list_service {
  position: relative;
  display: block;
}
/*изменение цвета текста логотипа при открытиии бургер меню*/
.header-nav--closed .cls-4 {
  fill:#000000;
}
/*Навигация раздела services (услуги)*/
.nav-services {
  position: relative;
}
.nav-services {
  & span{
    position: relative;

  }
}
.nav-services:focus-within {
  & span{
   color:#009FE3;
  }
}
.nav-services__list {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(60, 60, 59, 0.20);
          box-shadow: 0px 3px 8px 0px rgba(60, 60, 59, 0.20);
  min-width: 200px;
  min-height: 184px;
  top: 50px;
  left:-30%;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  z-index: -1;
}

.nav-services:hover .nav-services__list, .nav-services:focus-within .nav-services__list{
  display: block;
  -webkit-animation-name: showMenu, showMenu2;
          animation-name: showMenu, showMenu2;
  -webkit-animation-duration: 1s, 1.5s;
          animation-duration: 1s, 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;

}
@-webkit-keyframes showMenu2{
  from {opacity: 0;}
   to {opacity: 1;}
}
@keyframes showMenu2{
  from {opacity: 0;}
   to {opacity: 1;}
}
@-webkit-keyframes showMenu {
  from {}
   to {-webkit-transform: translateY(0);transform: translateY(0);
    z-index: 1;
     }

  }
@keyframes showMenu {
  from {}
   to {-webkit-transform: translateY(0);transform: translateY(0);
    z-index: 1;
     }

  }
  .nav-services:hover .nav-services__item {
    -webkit-animation-name: showItem;
            animation-name: showItem;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  @-webkit-keyframes showItem{
    from {opacity: 0;
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
     to {opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes showItem{
    from {opacity: 0;
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
     to {opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
/*Указатель раздела services (услуги)*/
.nav-services span::before {
  position: absolute;
  content: '';
  width:1px;
  height: 1px;
  top:calc((1em - 0.2em) / 2);
  left:-25%;
  border:0.5em solid transparent;
  border-left-color:#000;

}
.nav-services:hover span::before, .nav-services:focus-within span::before {
  border-left-color:#009FE3;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: arrowRotate;
          animation-name: arrowRotate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes arrowRotate {
from {}
to {-webkit-transform: rotate(90deg);transform: rotate(90deg);
  top:calc((1em - 0.2em + 0.5em) / 2);
  left:calc(-25% - 0.5em);
}
}
@keyframes arrowRotate {
from {}
to {-webkit-transform: rotate(90deg);transform: rotate(90deg);
  top:calc((1em - 0.2em + 0.5em) / 2);
  left:calc(-25% - 0.5em);
}
}


.nav-services__item {
  width: 100%;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media (max-width: 650px) {
  .nav-services__list {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .nav-services:hover .nav-services__list{
    -webkit-animation-duration: 1s, 1s;
            animation-duration: 1s, 1s;

  }
  @-webkit-keyframes showMenu2{
    from {opacity: 0;}
   
     to {opacity: 1;}
  }
  @keyframes showMenu2{
    from {opacity: 0;}
   
     to {opacity: 1;}
  }
  .nav-services span::before {
    border-left-color:#fff;
  }
  .nav-services:hover .nav-services__item {
    -webkit-animation-name: showItem;
            animation-name: showItem;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
  @-webkit-keyframes showItem{
    from {opacity: 0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
     to {opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes showItem{
    from {opacity: 0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
     to {opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }

}
.nav-services__item:not(:last-of-type){
border-bottom: 1px solid #EBEBEB;
}
.nav-services__item:hover{
background: #EBEBEB;
}
@media (max-width: 1440px) {
  .nav-services__list {
    top:40px;
    left:-60%;
  }
  .page-header__logo svg {
    width: 100px;
    height: 37px;
  }
  /*Указатель раздела services (услуги)*/
.nav-services::before {
  top:30%;
  left:5%;
  border:7px solid transparent;
  border-left-color:#000;
  }
}
@media (max-width: 1280px) {
  .header-nav {
    width:70%;
  }
  .contact-list__item a span{
    display:none;
  }
  .contact-list__item a{
    position: relative;
    color:#009FE3;
  }
  .contact-list__item a::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(img/icon/twemoji_telephone-receiver.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 10px;
  }
  .nav-services__list {
    min-width: 180px;
    min-height: 160px;
    left:-35%;
  }
  .nav-services__item {
    min-height: 40px;
  }
}
@media (max-width: 1024px) {
  .header-nav {
    width:75%;
  }
  .page-header__logo svg {
    width: 77px;
    height: 28px;
  }
  .nav-services__list {
    min-width: 160px;
    min-height: 150px;
    left:-50%;
    top:30px;
  }
  .contact-list__item a::before{
    left: 0;
    top: 5px;
    }
    /*Указатель раздела services (услуги)*/
.nav-services::before {
  top:25%;
  left:10%;
  border:6px solid transparent;
  border-left-color:#000;

}
}
@media (max-width:900px) {
  .page-header, .page-main, .page-footer {
    width: 90%;
    margin:0 auto;
  }
  .page__body {
    padding-top: 30px;
  }
}
@media (max-width:760px) {
  .nav-services__list {
     font-size: 0.8rem;
  }
  /*Указатель раздела services (услуги)*/
.nav-services::before {
  top:25%;
  left:5%;
  border:6px solid transparent;
  border-left-color:#000;
}
}
@media (max-width: 660px) {
     /*Указатель раздела services (услуги)*/
.nav-services::before {
  display: none;

}
  .page__body {
    padding-top: 0;
  }
  .page-header__logo {
    display: flex;
    align-items: end;
  }
  .page-header__logo .cls-4 {
   fill:#000;
  }
  .nav-list__item:not(:last-of-type) {
    margin-right:0;
  }
  .page-header {
    position: relative;
  }
  .page-header__contact {
    display: none;
  }
  .page-header__logo svg {
    width: 130px;
    height: 50px;
  }
  /*стиль навигации если не сработал js*/
  .header-nav--nojs {
    position: absolute;
    background-color: #3C3C3B;
    min-height: 60px;
    width: 100%;
  }
  .header-nav--nojs .page-header__logo {
    margin-left: 5%;
  }
  .header-nav--nojs .page-header__logo .cls-4 {
    fill:#ffffff;
   }
  .header-nav--nojs .header-nav{
    position: static;
  }
  .header-nav--nojs .header-nav__toggle {
    display: none;
  }

  .header-nav--nojs .header-nav__list {
    position: absolute;
    flex-direction: column;
    background-color:#ffffff9f;
    width:100%;
    height: auto;
    top:60px;
    right:0;
    z-index: 3;
   }
   .header-nav--nojs .nav-services__list {
    display: none;
   }
   .header-nav--nojs .nav-services:hover .nav-services__list {
    display: block;
  }
  .header-nav--nojs .nav-services__list {
position: static;
    width: 100%;
  }

  .header-nav--nojs .nav-list__item .nav-services__list a {
    background-color:#3c3c3bda;
    color:#fff;
  }
  .header-nav--nojs .nav-list__item a:hover {
    background-color:#fff;
    color:#009FE3;
  }
  .header-nav--nojs .nav-list__item .nav-services__list a:hover {
    background-color:#fff;
    color:#009FE3;
  }
   .nav-services {
    display: block;
  }
  .header-nav--nojs .nav-list__item {
    width: 50%;
    background-color: #3C3C3B;
    min-height: 60px;
  }
   .header-nav--nojs .nav-list__item:not(:last-of-type) {
    border-bottom: 1px solid #009FE3;
   }
   .header-nav--nojs .nav-list__item a {
    color:#fff;
    height: 60px;
  }
  .header-nav--nojs .nav-list__item a:hover {
    border: 1px solid #009FE3;
  }

/*стиль навигации при закрытой кнопке меню*/
  .header-nav--closed  {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    min-height: 60px;
    padding:10px 7% 0 7%;
  }
  .header-nav--closed .header-nav__toggle {
    display: block;
    position: relative;
    width: 55px;
    height: 6px;
    background:#3C3C3B;
    cursor: pointer;
    border: none;
  }
  .header-nav--closed .header-nav__toggle::before {
    position: absolute;
    content: "";
    bottom:14px;
    left:0px;
    width: 55px;
    height: 6px;
    background-color: #3C3C3B;

  }
  .header-nav--closed .header-nav__toggle::after {
    position: absolute;
    content: "";
    top:14px;
    left:0px;
    width: 55px;
    height: 6px;
    background-color: #3C3C3B;

  }
  .header-nav--closed .header-nav__toggle:active::before, .header-nav--closed .header-nav__toggle:active::after, .header-nav--closed .header-nav__toggle:active{
    background-color: #009FE3;

  }
  .header-nav--closed .header-nav {
    display: flex;
    width:55px;
    height: 100%;
    align-items: center;
  }
  .header-nav--closed .header-nav__list {
    display: none;
  }
/*стиль навигации при открытой кнопке меню*/
  .header-nav--opened {
    display: flex;
    background: #3C3C3B;
    justify-content: space-between;
    align-items: center;
    width:100%;
    min-height: 60px;
    padding:10px 7% 0 7%;
  }

  .header-nav--opened .page-header__logo .cls-4 {
    fill:#ffffff;
   }
  .header-nav--opened .header-nav{
    display: flex;
    width:55px;
    height: 100%;
    align-items: center;

  }
  .header-nav--opened .header-nav__toggle{
    display: block;
    position: relative;
    width: 55px;
    height: 6px;
    background:#fff;
    cursor: pointer;
    border: none;
    animation-name: transparent;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  @keyframes transparent {
    from{}
    to{background: transparent;}
  }


  .header-nav--opened .header-nav__toggle::after{
    position: absolute;
    content: "";
    top:14px;
    left:0px;
    width: 55px;
    height: 6px;
    background-color: #fff;
    animation-name: moveElement_after, movesize_after;
    animation-duration: 2s, 2s;
    animation-delay: 0, 2s;
    animation-fill-mode: forwards;


  }

@keyframes moveElement_after{
    to {transform: translate(10px,-13px) rotate(-45deg)}
  }
  @keyframes movesize_after{
    to {width:35px;
        height:4px; }
  }
  .header-nav--opened .header-nav__toggle::before{
    position: absolute;
    content: "";
    bottom:14px;
    left:0px;
    width: 55px;
    height: 6px;
    background-color: #ffffff;
    animation-name: moveElement_before, movesize_before;
    animation-duration: 2s, 2s;
    animation-delay: 0, 2s;
    animation-fill-mode: forwards;

  }
  @keyframes moveElement_before{
    to {transform: translate(10px,13px) rotate(45deg)}
  }
  @keyframes movesize_before{
    to {width:35px;
        height: 4px; }
  }
  .header-nav--opened .header-nav__toggle:active:after{
    background-color: #009FE3;
  }
  .header-nav--opened .header-nav__toggle:active:before{
    background-color: #009FE3;
  }

  .header-nav--opened .header-nav__list {
    position: absolute;
    flex-direction: column;
    background-color:#ffffff9f;
    width:100%;
    height: auto;
    top:60px;
    right:0;
    z-index: 3;
   }
   .header-nav--opened .nav-services__list {
    display: none;
   }
   .header-nav--opened .nav-services:hover .nav-services__list {
    display: block;
  }
  .header-nav--opened .nav-services__list {
    position: static;
    width: 100%;
  }

  .header-nav--opened .nav-list__item .nav-services__list a {
    background-color:#3c3c3bda;
    color:#fff;
  }
  .header-nav--opened .nav-list__item a:hover {
    background-color:#fff;
    color:#009FE3;
  }
  .header-nav--opened .nav-list__item .nav-services__list a:hover {
    background-color:#fff;
    color:#009FE3;
  }
   .nav-services {
    display: block;
  }
  .header-nav--opened .nav-list__item {
    width: 75%;
    background-color: #3C3C3B;
    min-height: 60px;
  }
   .header-nav--opened .nav-list__item:not(:last-of-type) {
    border-bottom: 1px solid #009FE3;
   }
   .header-nav--opened .nav-list__item a {
    color:#fff;
    height: 80px;
  }
  .header-nav--opened .nav-list__item a:hover {
    border: 1px solid #009FE3;
  }
}
@media (max-width: 500px) {
  /*стиль навигации если не сработал js*/
  .header-nav--nojs .header-nav__list {
    width:100%;
  }
  .header-nav--nojs .header-nav__list{
    border-top: 1px solid #757575;
  }
  .header-nav--nojs .header-nav__list {
    right:0;
  }
  .header-nav--nojs .nav-list__item {
    width: 100%;
  }
  /*стиль навигации при открытой кнопке меню*/
  .header-nav--opened .header-nav__list {
    width:100%;
  }
  .header-nav--opened .header-nav__list{
    border-top: 1px solid #757575;
  }
  .header-nav--opened .header-nav__list {
    right:0;
  }
  .header-nav--opened .nav-list__item {
    width: 100%;
  }
}
/*footer*/
.page-footer {
  width: 100%;
  min-height: 129px;
  background: #3C3C3B;
  margin-top: 100px;
  padding-top: 100px;
  text-align: center;
}
.page-footer__container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
.page-socialMedia__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  gap: 15px;
}
.page-license {
  color:#FFFFFF;
  margin: 0;
  padding: 0;
}
.page-contact__footer li {
  text-align: left;
  margin-bottom: 15px;
}
.page-contact__footer a{
  position: relative;
  color: #FFFFFF;
}
.page-contact__tel::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left:-23px;
  top: 0;
  background-image: url(img/icon/fluent-emoji-high-contrast_telephone-receiver.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-contact__tel:hover::before, .page-contact__tel:focus::before {
  background-image: url(img/icon/contrast_telephone_hover.svg);

}
.page-contact__mailto::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left:-23px;
  top: 0;
  background-image: url(img/icon/akar-icons_envelope.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-contact__mailto:hover::before, .page-contact__mailto:focus::before{
  top: 2px;
  background-image: url(img/icon/akar-icons_envelope_hover.svg);
}
.page-contact__footer li a:hover, .page-contact__footer li a:focus{
  color:#009FE3;
}
address {
  color:#fff;
}

@media (max-width: 1024px) {
  .page-footer {
    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: 254px;
    margin-top: 120px;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .page-socialMedia__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .page-footer {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .page-footer {
    width: 100%;
    min-height: 350px;
    padding: 0;
    text-align: center;
  }
  .page-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    min-height: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
}
/*хлебные крошки*/
.crumbs {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: max-content;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.crumbs li a{
  position: relative;
  width:100%;
  margin-right: 15px;
}
.crumbs li:not(:last-child) a{
  color:#009FE3;
}
.crumbs li:not(:first-child) a::before{
  position: absolute;
  content: " ";
  width: 9px;
  height: 9px;
  top:4px;
  left: -15px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media(max-width:1024px){
  .crumbs li:not(:last-child) a::before{
    width: 8px;
    height: 8px;
    top:3px;
    right: -18px;
  }
}
@media(max-width:1440px) {
  .crumbs {
    max-width: 280px;
  }
}
@media(max-width:1024px){
  .crumbs {
    max-width: 260px;
  }
}
@media(max-width:589px) {
  .crumbs {
    margin-top: 60px;
    max-width: 230px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/*кнопки*/
.main-button:hover .color-text {
  color:#000000;
}
.main-button {
  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: 50px;
  background: transparent;
  border-radius: 10px;
  top:0;
  color:#ffffff;
  font-size: 16px;
  z-index: 1;
  border:2px solid #fff;
  background-clip: content-box;
  overflow: hidden;
}
@media(max-width: 767px) {
  .main-button {
    width: 200px;
    height: 40px;
  }

}
@media(max-width: 549px) {
  .main-button {
    width: 80%;
    height: 50px;
  }
}
.main-button:hover  {
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  color:#000000;
  -webkit-animation: button 3s 1s linear infinite;
          animation: button 3s 1s linear infinite;
}
.button_blue{
  position: absolute;
  width:100%;
  height: 50px;
  background-color: #009fe3;
  z-index: -2;
  -webkit-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
  -webkit-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
}
.button_white{
  position: absolute;
  width:0;
  height: 0;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
  -webkit-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
}
.main-button:hover .button_white{
width: 260px;
height: 260px;
}
@-webkit-keyframes button {
  0% {border-right-color:#009fe3; }
  20% {border-top-color:#009fe3;
  }
  25% {border-right-color:#ffffff;
  }
  30%{border-bottom-color:#ffffff;
  }
  40% {border-left-color:#009fe3;
  }
  45% {border-top-color:#ffffff;
  }
  50%{border-right-color:#ffffff;
  }
  60% {border-bottom-color:#009fe3;
  }
  70% {border-left-color:#ffffff;
  }
  90%{border-bottom-color:#ffffff;
  }
  100% {border-right-color:#009fe3;
  }
}
@keyframes button {
  0% {border-right-color:#009fe3; }
  20% {border-top-color:#009fe3;
  }
  25% {border-right-color:#ffffff;
  }
  30%{border-bottom-color:#ffffff;
  }
  40% {border-left-color:#009fe3;
  }
  45% {border-top-color:#ffffff;
  }
  50%{border-right-color:#ffffff;
  }
  60% {border-bottom-color:#009fe3;
  }
  70% {border-left-color:#ffffff;
  }
  90%{border-bottom-color:#ffffff;
  }
  100% {border-right-color:#009fe3;
  }
}
/*форма заявки*/
.application {
  margin-top: 120px;
  padding: 50px;
  width:100%;
  min-height: 660px;
  background-color: #F2FAFD;
}
.application-container {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.application-container picture {
  width:470px;
}
.application-form {
  position: relative;
  width:650px;
  padding-left: 30px;
  padding-right: 30px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.application-form_title {
  margin-bottom: 10px;
}
.application-form input {
  width: 100%;
  min-height: 45px;
  border-radius: 10px;
  border-width: 0;
  padding-left: 10px;
  text-align: left;
}
.application-form_textarea{
  width:100%;
  text-align: left;
  padding-left: 10px;
  background-color: #fff;
  font-size: 0.8rem;
  border-width: 0;
}
.application-form_condition {
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.77px;
  margin-bottom: 10px;
}
.application-form_condition a{
  color:#009FE3;
}
.application-form_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  padding: 15.56px 80px 15.44px 79px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border-width: 0px;
  background: #009FE3;
  color: #fff;
}
/*hover input заявки*/
.application-form input:hover, textarea:hover {
  border: 1px solid #009FE3
}
.application-form input:focus, textarea:focus {
   border: none;
}
.application-form  input:focus::-webkit-input-placeholder {
  color:#009FE3;
}
.application-form  input:focus::-moz-placeholder {
  color:#009FE3;
}
.application-form  input:focus:-ms-input-placeholder {
  color:#009FE3;
}
.application-form  input:focus::-ms-input-placeholder {
  color:#009FE3;
}
.application-form  input:focus::placeholder {
  color:#009FE3;
}
.application-form textarea:focus {
  color:#009FE3;
}
/*active button*/
.application-form button:hover{
background-color: #ffffff;
color:#009FE3;
outline: 1px solid #009FE3;
outline-offset:inherit;
font-weight: bold;
}
/* форма отправлена успешно*/

/* форма отправлена успешно*/
.form_response {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffffe0;
  box-shadow: 5px 5px 50px 30px #ebebeb;
  border-radius: 10px;
  color:#009FE3;
  flex-direction: column;
 align-items: center;
 justify-content: center;
  font-size: 1.5rem;
  & p {
    margin-bottom: 1rem;
    text-align: center;
  }
}
/* загрузка формы*/
.form_loading::after{
position: absolute;
content: '';
  width: 50px;
  height: 50px;
  top:calc(50% - 25px);
  left:calc(50% - 25px);
  border:8px solid #009FE3;
  border-radius: 50%;
  border-right-color: #FFFFFF;
  animation: loading 2s 0s linear infinite;
}
.form_loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffffbd;
  border-radius: 10px;
}
@keyframes loading {
from {
  transform: rotate(0deg);
}
to {
  transform: rotate(360deg);
}
}
@media(max-width:1440px){
 .application-form {
   padding-right: 0px;
   }
}
@media(max-width:1279px){
  .application {
    padding: 30px;
    }
  .application-container picture {
    width:350px;
    margin: auto;
  }
  .application-form {
    width:calc(100% - 350px);
  }
}
@media(max-width:1023px){
  .application {
    padding: 30px;
    }
  .application-container picture {
    width:300px;
    margin: auto;
  }
  .application-form {
    width:calc(100% - 300px);
    padding:0px;
  }
}
@media(max-width:670px){
    .application {
      & h2 {
        margin-bottom: 0px;
        text-align: center;
      }
    }
   .application-container {
    display: block;
    & picture {
      display: block;
      margin:0 auto;
    }
    & form {
      margin:0 auto;
      width:80%;
    }
    & input, textarea {
      margin-bottom: 15px;
    }
    & button {
      margin:0 auto;
    }
  }

}
@media(max-width:460px){
  .application {
    padding: 0px;
  }
  .application-container {
  & form {
    width:95%;
  }
  & button {
    width:100%;
  }
  & picture {
    width: 100%;
  }
  }
}
/*отображение названия прописными в цвете*/
.skillnet {
 color:#009FE3;
}
