:root {
  --white: #fff;
  --gray: #E5E5E5;
  --orange: #FF7A00;
  --main: #F6D797;
}

/* body */
body {
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

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

h1 {
  font-size: calc(28px + 25 * (100vw / 1920));
  text-transform: uppercase;
  text-shadow: 0 0 21px RGB(255 255 255/27%);
  color: var(--white);
  margin-top: 100px;
  font-weight: 900;
}

h2 {
  font-size: calc(22px + 10 * (100vw / 1920));
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 30px;
}

a {
  text-decoration: none;
  color: #ff6600;
}
a:hover{
  color: #000;
}

/* container */
.container {
  max-width: 1150px;
  margin: 0 auto;
}

/* gage */
.page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/* btn */
.btn {
  display: inline-block;
  vertical-align: top;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.btn-1 {
  padding: 18px 31px;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  background: #F5C52E;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  color: #253238;
  font-size: 12px;
  max-width: 170px;
  width: 165px;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-1:hover {
  background-color: #000;
  color: #fff;
}

.btn-3{
  color: #F5C52E;
  border: 1px solid #F5C52E;
  border-radius: 21px;
  font-size: 12px;
  transition: all .3s;
  padding: 15px 40px;
}
.btn-3:hover{
  color: #fff;
  border: 1px solid #fff;
}

.btn-next-slider {
  background-image: url("../img/arrow.png");
  background-size: cover;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  border: 0;
  position: absolute;
  top: 30%;
  right: 0;
}

.btn-perv-slider {
  background-image: url("../img/arrow.png");
  background-size: cover;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  border: 0;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 30%;
  left: 0;
}
.service-nav .level-1:nth-child(3) .toggler{
  display: none;
}
.service-nav .level-1:nth-child(4) .toggler{
  display: none;
}
.btn-file{
        margin: 2px 9px 0 0;
    border-radius: 3px;
    border: 1px solid #000;
    border: 1px solid var(--b24-text-color);
    font-size: 15px;
    color: #000;
    color: var(--b24-text-color);
    opacity: .71;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    -webkit-transition: 250ms linear all;
    -o-transition: 250ms linear all;
    transition: 250ms linear all;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.about__item img{
    width: 100%;
    max-width: 250px;
}
.social a {
  width: 20px;
  height: 20px;
  float: left;
  background: url(../img/icon-social.svg) no-repeat;
}

.social a:hover {
  opacity: 0.6;
}

.social .te {
  background-position: -42px 0;
}

.social .va {
  background-position: -126px 0;
}
.content__item p{
    color: #146552;
    font-weight: 600;
}
.content__item h2{
    margin-bottom: 20px;
}
.content-image .inner .item{
    display: flex;
    gap: 50px;
    align-items: center;
}
.content-image .inner .item:nth-child(2n){
    flex-direction: row-reverse;
}
.content__navbar .service-nav{
    position: fixed;
    top: 185px;
    max-width: 275px;
}
.photo__top img{
    max-width: 180px;
}
.content__item img{
    width: 100%;
    height: 100%;
}
.content__item h1{
    margin-top: 0;
}

.header{
  background: #fff;
}
.header__inner{
  padding: 20px 0;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
  gap: 30px;
}
.header__inner ul{
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__inner ul li a{
  color: #146552 !important;
  font-weight: 600;
}
.header__inner .header__item:nth-child(3){
  margin-left: auto;
}
.header__item .title{
  font-weight: 600;
  text-align: center;
  color: #146552;
  font-size: 19px;
}
.header__item:nth-child(4){
  display: none;
}
.intro__item .title{
  color: #146552;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
}
.intro__item .desc{
  color: #146552;
  margin-top: 20px;
}
.intro{
  background-repeat: no-repeat !important;
  height: 61vh;
  background-size: 100% !important;
  z-index: -1;
}
.about{
  background: #146552;
}
.about__inner{
  color: #fff;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about__item{
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.about__item .number{
  font-weight: 600;
  font-size: 37px;
}
.about__item .title{
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
}
.about__item .desc p{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.application__inner{
  display: flex;
  padding: 50px 0;
}
.application__item img{
  width: 100%;
  height: 100%;
  max-width: 300px;
}
.application__item .title{
  color: #146552;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 600;
}
.application__item .desc{
  font-size: 21px;
}
.application__inner .application__item:nth-child(1){
  margin-top: 115px;
}
.application__item .link{
  display: flex;
  align-items: center;
  gap: 20px;
}
.application__item .link img{
  width: 100%;
  height: 100%;
  max-width: 135px;
}
.questions{
  position: relative;
}
.questions__inner .questions__item:nth-child(1) img{
  width: 100%;
  height: 75vh;
  object-fit: cover;
}
.questions__inner .questions__item:nth-child(2){
  position: absolute;
  top:0;
  color: #fff;
  z-index: 100;
  max-width: 1150px;
  margin: 0 auto;
  padding: 250px 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
 .questions__item:nth-child(1)::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0026487a;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.questions__item{
  text-align: center;
}
.questions__item .title{
  font-size: 55px;
  font-weight: 600;
}
.btn-red{
  padding: 15px 20px;
  background: #ff6600;
  color: #fff;
  font-weight: 600;
  border-radius: 0;
}
.navigation__inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  color: #fff;
}
.navigation__item img{
  width: 100%;
}
.navigation__item .title{
  font-weight: 600;
  font-size: 23px;
}
.navigation__item .desc{
  margin-top: 20px;
}
.navigation__content{
  padding: 20px;
  text-align: center;
  padding: 75px 25px;
}
.navigation__inner .navigation__item:nth-child(1) .title a{
  color: #146552 !important;
}
.navigation__inner .navigation__item:nth-child(2) .title a{
  color: #fff;
}
.navigation__inner .navigation__item:nth-child(3) .title a{
  color: #fff;
}
.navigation__inner .navigation__item:nth-child(4) .title a{
  color: #fff;
}
.navigation__inner .navigation__item:nth-child(1){
  color: #000;
}
.navigation__inner .navigation__item:nth-child(2){
  background: #146552;
}
.navigation__inner .navigation__item:nth-child(3){
  background: hsla(0, 0%, 29%, 1);
}
.navigation__inner .navigation__item:nth-child(4){
  background: #ff6600;
}
.work__inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
}
.work__item img{
  width: 100%;
  height: 100%;
}
.work__item .title{
  color: #ff6600;
  font-weight: 600;
  font-size: 58px;
  line-height: 1.1;
}
.work__item .desc{
  font-size: 19px;
  font-weight: 600;
}
.work__btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.btn-o{
  color: #146652;
  border: 1px solid #146652;
  padding: 14px 25px;
  border-radius: 0;
  transition: all .3s;
}
.btn-o:hover{
  color: #fff;
  background: #ff6600;
}
.work__item .btn{
  margin-top: 40px;
}
.feedback{
  background: #212629;
  color: #fff;
}
.feedback__inner{
  padding: 25px 0;
}
.feedback__inner .desc{
  color: #146552;
  font-weight: 600;
}
.feedback__inner .title{
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
  font-size: 30px;
  position: relative;
}
.feedback__inner .title::after{
  content: '';
  width: 80px;
  height: 15px;
  background: #fff;
  display: block;
  margin-top: 25px;
}
.form__inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.btn-green{
  width: 100%;
  color: #fff;
  background: rgb(255 102 0);
}
.form-text{
  font-size: 11px;
  line-height: 1;
}
.tpl-AjaxForm{
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.form__item img{
  width: 100%;
}
.footer{
  background: #333;
  color: #fff;
  padding: 50px 0;
}
.footer__inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer__item{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  max-width: 280px;

  border-right: 1px solid #146552;
  padding-right: 50px;
}
.footer__item .title{
  margin-top: 40px;
}
.footer__item:last-child{
  border-right: none;
  padding-right: 0;
}
.footer__item a{
  color: #fff;
  transition: all .3s
}
.footer__item a:hover{
  color: #146552;
}
.technology__item{
  height: 100%;
  display: block;
}
.technology .technology__item:nth-child(1){
  height: 70vh;
}
.technology .technology__item:nth-child(2){
  background: #146552;
  color: #fff;
  text-align: center;
  padding: 97px 0;
}
.technology .technology__item:nth-child(2) .title{
  font-size: 40px;
  font-weight: 600;
}
.payment__inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:30px;
}
.payment__inner img{
  width: 100%;
}
.line{
  color: #fff;
  background: #146552;
  padding: 30px 0;
}
.bw__block{
  display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.bw__block a{
  color: #fff;
  font-size: 13px;
  transition: all .3s;
}
.bw__block a:hover{
  color: #000;
}
.bw__text{
  display: flex;
  gap: 10px;
}
.line__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.line__item:nth-child(1){
  max-width: 500px;
}
.menu__item ul li a{
  color: #fff !important;
}
.contact__title{
  font-size: 35px;
  font-weight: 600;
  color: #146552;
  text-transform: uppercase; 
}
.header__item .contact__title{
  margin-bottom: 0;
}
.form-input{
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  padding: 20px;
}
.form-input:focus{
  border: 1px solid #146552;
}
.bw__text p{
  margin-bottom: 0;
}
.timer__items {
  display: flex;
  font-size: 48px;
  justify-content: center;
}
.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}
.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}
.timer .title{
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.school__item{
  display: flex;
  align-items: center;
}
.school__inner .school__item{
  background: hsla(360, 0%, 96%, 1);
}
.school__item .item:nth-child(1){
  width: 125px;
  text-align: center;
}
.school__item .item:nth-child(2){
  width: 135px;
}
.school__item .item:nth-child(3){
  width: 400px;
  margin-left: 20px;
  padding: 15px 0;
}
.school__item .item:nth-child(4){
  margin-left: auto;
  width: 250px;
}
.school__item .item:nth-child(5){
  width: 154px;
}
.school__item .item .number{
  font-weight: 600;
  font-size: 35px;
}
.school__item .item .title{
  font-size: 12px;
}
.school__item .item .name{
  color: #ff6600;
  font-size: 13px;
  font-weight: 600;
}
.school__item .item .address{
  margin-top: 5px;
  font-size: 12px;
}
.school__item .item .body{
  margin-top: 5px;
  font-size: 13px;
  color: #146552;
  font-weight: 600;
}
.school__item .item .phone{
  margin-top: 5px;
  font-size: 14px;
}
.school__item .item .phone a{
  color: #146552;
  transition: all .3s;
}
.school__item .item .phone a:hover{
  color: #ff6600;
}
.school__item .item .email{
  font-weight: 600;
  font-size: 13px;
}
.school__item .item .email a{
  color: #146552;
  transition: all .3s;
  font-weight: 400;
}
.school__item .item .email a:hover{
  color: #ff6600;
}
.school__item .item .phonetwo{
  font-weight: 600;
  font-size: 13px;
}
.school__item .item .phonetwo a{
  color: #146552;
  transition: all .3s;
  font-weight: 400;
}
.school__item .item .phonetwo a:hover{
  color: #ff6600;
}
.school__item .link a{
  color: #fff;
  background: #146552;
  padding: 10px;
  transition: all .3s;
  border: 1px solid #146552;
}
.school__item .link a:hover{
  background: transparent;
  color: #000;
  border: 1px solid #146552;
}
.school__item .item image img{
  width: 100%;
}
.school__inner{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.schoolMenu__inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:30px;
}
.schoolMenu__inner a img{
  width: 100%;
}
.schoolMenu__inner a{
  position: relative;
}
.schoolMenu__inner a .title{
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  max-width: 195px;
  text-align: center;
  padding-top: 200px;
}

/* Стили для вкладки */
.tabs__inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.tab-header__item {
  cursor: pointer;
  border: 1px solid #333;
  text-align: left;
  padding: 5px 20px;
}
.tab-header{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tab-header__item.active {
  position: relative;
}
/* Стили для контейнера с содержимым вкладки. По умолчанию скрыт. */
.tab-content__item {
  display: none;
  margin-top: -1px;
}
.tab-content__item .item .item__img{
  max-height: 200px;
}
.tab-content__item .item .item__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/* Стили для активного контейнера вкладки */
.tab-content__item.active {
  height: 100%;
}
.form-desc{
  color: #fff;
  background: #146552;
  padding: 10px;
}
.headerWork{
  background: #404040;
}
.headerWork .contact__title{
  color: #fff;
}
.works__inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.works__nav li{
  color: #000;
  font-weight: 600;
}
.works__nav{
  display: flex;
  gap: 5px;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
}
.works__address{
  margin-top: 20px;
}
.works__nav li{
  border-right: 2px solid #333;
  padding-right: 5px;
}
.works__nav li:last-child{
  border: none;
}
.salary{
  border: 1px solid #fc6500;
  padding: 10px 40px;
  text-align: center;
  margin-top: 25px;
}
.works__map{
  margin-top: 25px;
}
.works__map img{
  width: 100%;
}
.works__phone{
  text-align: center;
}
.works__phone a{
  color: #146552;
  font-weight: 600;
  font-size: 24px;
}
.works__subtitle-form{
  margin-top: 25px;
  font-weight: 600;
  font-size: 19px;
}
.works-advantages{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.works-advantages .title{
  color: #146552;
  font-weight: 600;
  font-size: 25px;
}
.works-advantages ol li{
  list-style: disc;
}
.works-advantages__inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vacancy__inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.vacancy__item .title{
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 10px;

  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
.vacancy__item .subtitle{
  margin-bottom: 10px;
}
.vacancy__item{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.requirements__subtitle{
  text-align: center;
  color: #146552;
  font-weight: 600;
  margin-top: 50px;
}
.requirements__title{
  color: #146552;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
}
.requirements ul li{
  list-style: disc;
  text-align: left;
}
.requirements ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slider__content{
  position: absolute;
  z-index: 10;
  color: #fff;
  padding: 20px;
  bottom: 0;
}
.slider__content .title{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.slider__content .subtitle{
  font-size: 12px;
  margin-top: 5px;
}
.slider-docs a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
}
.slider-docs{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.foto__inner{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.foto__item .item__inner{
  display: flex;
}
.foto__item .item__inner .item{
  background: #146552;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foto__item .item__inner .item:nth-child(2){
  background: #404040;
}
.foto__item .item__inner  .item:nth-child(3){
  background: #ff6600;
}

.foto__item .item__inner .item:nth-child(4){
  background: #404040;
}
.foto__item .item__inner .item a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.myMenu .swiper-slide img{
  max-height: 200px;
}
.content__inner{
    display: grid;
    grid-template-columns: 275px 1fr;
    gap: 30px;
}
.content__navbar .service-nav ul{
    
}
.photo__top{
display: grid;
    gap: 30px;
    grid-template-columns: 1fr 2fr;
}
.photo__top .data{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.photo__top .data img{
    margin-top: 0;
}
.photo__top .title a{
    font-size: 20px;
    font-weight: 600;
    color: #146552;
}
.photo__item{
    border-bottom: 1px solid #146552;
    padding-bottom: 30px;
}
@media (max-width: 1024px) {
    .header__tech .header__item:nth-child(2){
        display: block !important;
    }
    .photo__top{
    grid-template-columns: 1fr;
    }
    .header__tech .contact__title{
        font-size: 20px;
    }
    .content__inner{
            grid-template-columns: 100%;
    }
    .content__inner .content__item img{
        width: 100%;
        height: 100%;
    }
    .content-image .inner .item{
        flex-direction: column;
    }
    .content-image .inner .item:nth-child(2n){
        flex-direction: column;
    }
    .content__navbar .service-nav{
            position: inherit;
    }
    .payment__inner{
            grid-template-columns: 1fr;
    }
    .form__inner-two .form__item:nth-child(1){
        display: block !important;
    }
    .headerWork .header__inner .header__item:nth-child(2){
        display: block !important;
    }
    .schoolMenu__inner{
            grid-template-columns: 1fr;
    }
    .technology .technology__item:nth-child(1){
        height: 36vh;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    }
  .foto__item .item__inner{
    flex-direction: column;
  }
  .works__inner{
    grid-template-columns: 1fr;
  }
  .vacancy__inner{
    grid-template-columns: 1fr;
  }
  .school__item{
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .school__item .item:nth-child(1){
    text-align: left;
  }
  .school__item .item:nth-child(3){
    margin-left: 0;
  }
  .school__item .item:nth-child(4){
    margin-left: 0;
  }
  .service-nav li.level-1 > a{
    color: #000 !important;
  }
  .service-nav li.level-2 > a{
    color: #000 !important;
  }
  .about__inner{
    grid-template-columns: 1fr;
  }
  .about__item{
    border-bottom: 1px solid #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about__item:last-child{
    padding-bottom: 0;
    border-bottom: none;
  }
  .application__inner{
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .application__inner .application__item:nth-child(1){
    margin-top: 0;
  }
  .questions{
    background-size: auto;
  }
  .navigation__inner{
    grid-template-columns: 1fr 1fr;
  }
  .work__inner{
    grid-template-columns: 1fr;
    align-items: center;
  }
  .work__item img{
    width: 100%;
    height: 100%;
  }
  .form__inner{
    grid-template-columns: 1fr;
  }
  .form__inner .form__item:nth-child(1){
    display: none;
  }
  .footer__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__item{
    max-width: 100%;
    border: none;
    gap: 30px;
    align-items: center;
    padding: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #146552;
  }
  .line__inner{
    flex-direction: column;
    gap: 30px;
  }
  .intro{
    background-size: cover !important; 
    height: 18vh;
    background-position: top !important;
  }
  .intro__item .title{
    font-size: 28px;
  }
  .header__inner .header__item:nth-child(2){
    display: none;
  }
  .header__inner .header__item:nth-child(3){
    display: none;
  }
  .header__inner .header__item:nth-child(4){
    display: block;
  }
}

@media (max-width: 768px) {
    .questions__inner .questions__item:nth-child(2){
  padding: 65px 0;

}
  .header__inner{
    justify-content: space-between;
  }
  .tabs__inner{
    grid-template-columns: 1fr;
  }
  h1 {
    font-size: calc(28px + 25 * ((100vw - 320px) / (1280 - 320)));
  }
  h2 {
    font-size: calc(22px + 10 * ((100vw - 320px) / (1280 - 320)));
  }
  .navigation__inner{
    grid-template-columns: 1fr;
  }
  .contact__title{
      font-size: 22px;
  }
}

@media (max-width: 320px) {

}
