body{
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: normal;
}
h1{
  line-height: 1em;
  margin-left: -7px;
}
h4{
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}



/*Навигация*/
.mySwiper-keys .swiper-button-prev::after,
.mySwiper-keys .swiper-button-next::after{
  color: #fff;
}
/*Навигация*/



h2{
  margin-top:30px;
  padding-bottom: 50px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 60px;
  margin-left: -7px;

}
.fake__bg {
    background: #fff;
    transition: all 0.2s ease-out 0s;
}
.btn1 {
  display: inline-flex;
  height: 40px;
  max-width: 420px;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #384d41;
  display: inline-flex;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 0.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.2s ease-out 0s;
}
.btn1:hover {
  background-color: #c05025;
  color:#fff;
 
}
.btn1 a{
  text-decoration: none;
  color:#fff;
  font-size: 16px;
  font-weight: 400;
}
.btn1 a:hover{
  text-decoration: none;
  color:#fff;
}
.btn1_2{
  margin-left: 0px;
  background-color: #c05025;
  
}
.btn1_2 a{
  text-align: center;
  max-width: 400px;
  display: block;
}
.btn1_2:hover {
  background-color: #384d41;
  color:#fff;
 
}
/*********************HEADER*********************/
.header{
  position: fixed;
  top: 0; 
  z-index:2; 
  width: 100%;
}
.header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header__body{
  position: relative;
  display: flex;
  justify-content: space-around;
  height: 100px;
  align-items: center;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}
.header__logo{
  position: relative;
  z-index: 3;
}
.header__logo img{
width: 225px
}
.header__menu{
margin-right: 50px;
}
.header__list{
display: flex;
position: relative;
z-index: 3;
margin-top: 14px;
padding-left: 0;
}
.header__list li{
  list-style: none;
  margin: 0 40px 0 0;
  font-weight: 100;
}
.header__list a{
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
  text-align: left;
  color: #384d41;
  cursor: pointer;
}
.header__list a:after {
background-color: #c05025; /* Цвет линии при наведении на нее курсора мыши */
  display: block;
  content: "";
  height: 2px; /* Высота линии */
  width: 0%;
  -webkit-transition: width .3s ease-in-out;
  -moz--transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.header__list a:hover {
  color: #c05025;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
}
.header__list a:hover:after,
.header__list a:focus:after {
  width: 100%;
}
.header__link {
  scroll-margin-top: 1em;
}
.fake__bg {
  background: #fff;
  transition: .6s;
}
.fake__bg:after {
  transition: .6s;
}

/*********************HEADER*********************/

/*********************BURGER*********************/
.burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.burger {
  cursor: pointer;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 40px;
  height: 26px;
  margin: 30px auto;
  z-index: 4;
}
.burger::before,
.burger::after {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #fff;
}
.burger::before {
  top: 0;
  box-shadow: 0 11px 0 #fff;
  transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger::after {
  bottom: 0;
  transition: bottom .3s .15s, transform .3s;
}
.burger-checkbox:checked + .burger::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0,0,0,0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger-checkbox:checked + .burger::after {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}
.menu-list{
  display: none;
}
.menu-item{
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
/*********************BURGER*********************/





.mission_bg{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
/*  background-image: url(../img/mission_bg.jpg);*/
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  max-width: 1296px;
  
  margin-bottom: 60px;
  color:#fff;
}
.mission_bg p{
  font-weight: 400;
  font-size: 25px;
  max-width: 490px;
  color: #000;
  line-height: 1.2;
  padding-left: 10px;
}
}
.descr-mission{
 
}
.descr-mission h2{
  margin-top: 30px;
  color: #000;
  padding-left: 10px;
}

.mission-img img{
  max-width: 100%;

}
/*-------------FOOTER-------------*/

footer{
  width: 100%;
  height: 100%;
  background-color: #384d41;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;

}
.footer_descr {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  padding-top: 20px;
}
.wrapper-foot{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  margin-top: 15px;;
  padding-top: 15px;
} 

footer i{
  color: #fff;
  text-align: left;
  max-width: 400px;
  font-size: 13px;

}
.footer_phone {
  margin-top: 15px;
}
.footer_phone a{
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
.footer_email{
  margin-top: 15px 
;
}
.footer_adress{
  margin-top: 15px 
}
.footer_logo img{
  padding-top: 5px;
  
}
.footer_text{
  margin-top: 15px 
}
.footer_inst{
  font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
margin-top: 15px;


}
.footer_inst a{
color:#fff;
text-decoration: none;
}
p{
  font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
}
footer span{
  font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
color: #fff
}
/*-------------FOOTER-------------*/













@media screen and (max-width: 1920px){
.burger{
  display: none;
}
@media screen and (max-width: 1680px){
.burger{
  display: none;
}
@media screen and (max-width: 992px){
h2{    font-size: 45px;
}
.burger{
  display: none;
}
}

@media screen and (max-width: 863px){
.header__list{
  display: none;
}
.burger{
  display: block;
}
.menu-list {
  top: 100px;
  right: 0px;
  position: absolute;
  display: grid;
  gap: 18px;
  padding: 42px 0;
  margin: 0;
  background: #384d41;
  list-style-type: none;
  transform: translateX(100%);
  transition: .3s;
  width: 100%;
  z-index: 5;
}
.menu-item {
  display: block;
  padding: 8px;
  color: white;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.menu-item:hover {
  background: rgba(255,255,255,.2)
}
.burger-checkbox:checked ~ .menu-list {
  transform: translateX(0);
}

h2{
  margin-top:30px;
  padding-bottom: 50px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 40px;
  margin-left: -4px;

}
.btn1_2 {
    margin-left: 0px;
    max-width: 100%;
    background-color: #c05025;
    min-height: 50px;
}
.mission_bg p{
  font-size: 3vw;
}
.mission_bg{
  flex-direction: column-reverse;
}
}
}

@media screen and (max-width: 575px){
.mission_bg{
  
}
.mission_bg p{
  font-size: 4.5vw;
}
}

