/*Общие CSS настройки*/
@font-face{
    font-family: 'Noto';
    src: url('../fonts/noto-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'Noto';
    src: url('../fonts/noto-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
*{
  outline: none;
}
.email {
    display: none;
}
.wrapper{
  max-width: 1980px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 45px #0000002b;
}
.gray_content{
  background: #e2e2e2;
  padding: 80px 0;
}
.white_content{
  background: #fff;
  padding: 80px 0;
}
.white_content_no_top_space{
  background: #fff;
  padding: 0 0 80px 0;
}
.content{
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.gotop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 43px;
    height: 43px;
    background: #13223b;
    padding: 20px;
    border-radius: 100px;
    z-index: 2;
    cursor: pointer;
}

/*Главное меню*/
.mobile_button{
   display: none;
}
.mobile_button.bars {
    right: 0;
}
.mobile_button.phone {
    left: 0;
}
.mobile_button.bars span, .mobile_button.phone a{
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
.mobile_button.phone a{
    background: #d7280a;
}
.mobile_button {
    height: 100%;
    position: absolute;
    top: 0;
    width: 79px;
}
.main_menu{
  background-image: url(../images/main_menu.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: inherit;
  height: 81px;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

}
.main_menu ul{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.main_menu ul li{
  font: normal 18px Noto;
  text-transform: uppercase;
  list-style: none;
}
.main_menu ul li a{
  border-radius: 50px;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
  border: solid 2px #e9b52b00;
}
.main_menu ul li a:hover{
  color: #e9b52b;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main_menu ul li a.active_link{
  color: #e9b52b;
  border: solid 2px #e9b52b;
}



/*Наши преимущества*/
.because h2{
  display: block;
  max-width: 400px;
  font: bold 25px Noto;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 25px 0;
  color: #13223b;
  background: url(../images/yellow_line.png) bottom left repeat-x;
  border-radius: 0 0 30px 30px;
}
.because_boxs{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 45px 0 0 0;
}
.because_box{
  width: 25%;
}
.because_box .icon{
  position: relative;
  background: #13223b;
  max-width: 132px;
  border-radius: 100px;
  margin: 0 auto;
  border: solid 5px #fff;
  box-shadow: 0px 0px 33px #00000057;
}
.because_box .icon span{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border-radius: 100px;
  top: -10px;
  right: -10px;
  background: #f26522;
  font: bold 34px Noto;
  color: #fff;

}
.because_box .icon img{
  width: 100%;
  display: block;
}
.because_box .info{
  margin: 20px 0 20px 0;
}
.because_box .info span{
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #13223b;
}
.because_box .info span.title{
  font: bold 20px Noto;
  width: 80%;
  margin: 0 auto 10px auto;
}
.because_box .info span.text{
  font: normal 14px Noto;
  width: 80%;
  min-height: 40px;
}
.because_box .order{
  text-align: center;
}
.because_box .order span{
  display: inline-block;
  background: #e9b52b;
  padding: 10px 20px;
  border-radius: 100px;
  font: normal 16px Noto;
  color: #13223b;
  cursor: pointer;
}
.because_box .order span:hover{
  background: #f26522;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*Шапка сайта*/
.mini_head{
  background: #13223b;
  height: 81px;
}
.head{
  background: #13223b url(../images/krugo_bottom.png) bottom center no-repeat;
  min-height: 580px;
  padding: 81px 0 60px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head_box {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
}
.site_title{
    width: 100%;
}
.site_title h1 {
    font: bold 45px Noto;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.site_title h1 span {
    color: #f3bc2d;
}
.head_evacuator{
  width: 570px;
}
.head_evacuator img{
  width: 100%;
  display: block;
  filter: drop-shadow(0px 0px 150px #ffffff8f);
}
.head_form{
  position: relative;
  width: 360px;
  padding: 16px;
  box-sizing: border-box;
  background:  url(../images/yellow_line.png) top left repeat-x, linear-gradient(to bottom, #ffffff, #c4c4c4);
  border-radius: 5px;
}
.head_konus {
    position: absolute;
    bottom: -80px;
    left: -40px;
    width: 100px;
    height: 150px;
}
.head_konus img{
  display: block;
  width: 100%;
}
.head_form .text {
  font: normal 18px Noto;
  text-align: center;
  padding: 25px 0;
  color: #13223b;
}
.head_form .phone{
  font: bold 30px Noto;
  text-align: center;
  color: #13223b;
}
.head_form .order {
  border: solid 1px #fff;
  box-sizing: border-box;
  border-radius: 50px;
  overflow: hidden;
  padding: 7px;
}
.head_form .order a {
  background: #d7280a;
  display: block;
  border-radius: 50px;
  text-align: center;
  font: bold 22px Noto;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
}
.head_form .order a:hover {
  background: #ea5137;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}



/*Подвал сайта*/
.footer {
  display: flex;
  justify-content: center;
  background: #13223b url(../images/krugo_top.png) top center no-repeat;
  min-height: 200px;
  padding: 60px 0 0 0;
}
.footer_box {
  max-width: 1050px;
  padding: 0 40px 55px 40px;
  flex-grow: 1;
  flex-shrink: 1;
}
.footer_box h3{
  font: bold 25px Noto;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 0;
}
.footer_contacts h2{
  display: block;
  font: bold 25px Noto;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 0;
  color: #FFF;
}
.footer_contacts .contacts{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_contacts .contact{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35.3%;
}
.footer_contacts .contacts div {
    margin: 0 0 15px 0;
}
.footer_contacts .contacts div:last-child {
    margin: 0 0 0 0;
}
.footer_contacts .adres{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer_contacts icon {
  display: block;
  margin: 0 10px 0 0;
}
.footer_contacts icon img{
  width: 100%;
  display: block;
}
.footer_contacts span {
  font: normal 18px Noto;
  color: #fff;
}
.footer_contacts span a{
  color: #fff;
  text-decoration: none;
}
.footer_contacts span a:hover{
  color: #f4aa5c;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer_form{
  position: relative;
  min-height: 200px;
  padding: 40px 16px;
  box-sizing: border-box;
  background:  url(../images/yellow_line.png) top left repeat-x, linear-gradient(to bottom, #ffffff, #c4c4c4);
  border-radius: 5px;
}
.footer_konus{
  position: absolute;
  bottom: -60px;
  left: -50px;
  width: 120px;
  height: 150px;
}
.footer_konus img{
  width: 100%;
  display: block;
}
.footer_form_ps{
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal 15px Noto;
  color: #565c66;
  margin: 0 0 35px 0;
}
.footer_form_head{
  font: normal 15px Noto;
  text-align: center;
  color: #13223b;
  padding: 0 0 15px 0;
}
.footer_form_head h2{
  font: bold 25px Noto;
  margin: 0 0 5px 0;
  padding: 0;
}

.footer_form .forma{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 25px;
}
.footer_form .forma div{
  width: calc(33.3% - 14px);
  margin: 0 7px;
}
.footer_form .forma div input[type=text]{
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 100px;
    padding: 0 15px 0 42px;
    border: none;
    background: #FFF;
    box-sizing: border-box;
    font: normal 16px Noto;
    color: #333;
}
.footer_form .forma div input[type=text]:focus{
    outline: none;
}
.footer_form .forma div input[type=text]:focus::-webkit-input-placeholder {
    color:transparent;
    outline: none;
}
.footer_form .forma div input[type=text]:focus::-moz-placeholder {
    color:transparent;
}
.footer_form .forma div input[type=text]:focus:-ms-input-placeholder {
    color:transparent;
}

.footer_form .forma div input[type=text].input_error::-webkit-input-placeholder {
    color:#fff;
}
.footer_form .forma div input[type=text].input_error::-moz-placeholder {
    color:#fff;
}
.footer_form .forma div input[type=text].input_error:-ms-input-placeholder {
    color:#fff;
}

.footer_form .forma div.name input[type=text]{
    background: #FFF  url(../images/mini_user.png) 15px 12px no-repeat;
}
.footer_form .forma div.name input.input_error{
    background: #e2806f  url(../images/mini_user.png) 15px 12px no-repeat;
}
.footer_form .forma div.phone input[type=text]{
    background: #FFF  url(../images/mini_phone.png) 15px 12px no-repeat;
}
.footer_form .forma div.phone input.input_error{
    background: #e2806f  url(../images/mini_phone.png) 15px 12px no-repeat;
}
div#errors {
    text-align: center;
    font: normal 16px Noto;
    margin: 0 0 15px 0;
    color: #d7280a;
}

.footer_form .forma div input[type=submit]{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 100px;
    padding: 0 15px;
    border: none;
    background: #d7280a;
    box-sizing: border-box;
    font: bold 20px Noto;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.footer_form .forma div input[type=submit]:hover{
  background: #ea5137;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*Слайдер О НАС*/
.slider{
  position: relative;
  padding: 0 70px;
}
.slider h2{
  display: block;
  max-width: 400px;
  font: bold 25px Noto;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 25px 0;
  color: #13223b;
  background: url(../images/yellow_line.png) bottom left repeat-x;
  border-radius: 0 0 30px 30px;
}
.prev-slide, .next-slide{
  position: absolute;
  top: 50%;
  margin:-40px 0 0 0;
  width: 95px;
  z-index: 1;
  cursor: pointer;
}
.prev-slide{
  left: 0px;
}
.next-slide{
  right: 0px;
}
.prev-slide img, .next-slide img{
  width: 100%;
  display: block;
}
.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
}
span.page_index {
    background: url(../images/page_index.png) top left no-repeat;
    width: 21px;
    height: 24px;
    border-radius: 0;
}
.slide{
  background: #e2e2e2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding: 45px;
  box-sizing: border-box;
}
.slide .slide_img{
  flex-basis: 320px;
  flex-grow: 0;
  flex-shrink: 0;
  box-shadow: 10px 10px 0 #1f2d45;
}
.slide .slide_img img{
  width: 100%;
  display: block;
}
.slide .slide_info{
  width: 100%;
  padding: 15px 0px 15px 45px;
  font: normal 14px Noto;
  color: #13223b;
}
.slide .slide_info h3{
  font: bold 25px Noto;
  margin: 0;
  padding: 0;
}

/*Страничка Спасибо*/
.thx{
    color: #13223b;
    font: normal 16px Noto;
    text-align: center;
}
.thx h1{
    margin: 0;
    padding: 0;
    font: bold 25px Noto;
}
.thx_text{
    max-width: 400px;
    margin: 0 auto;
}

/*Сэндвич меню*/
.sandvich_menu {
    background: #13223beb;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 81px 0 0 0;
    display: none;
}
.sandvich_menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sandvich_menu ul li span {
    font: normal 20px Noto;
    color: #f3bc2d;
    padding: 5px 10px;
    display: block;
    max-width: 300px;
    margin: 0 auto 5px auto;
    text-align: center;
    cursor: pointer;
}
.sandvich_menu ul li span:hover {
    color: #ffffff;
}
.sandvich_menu .close_button{
    position: absolute;
    top: 0;
    right: 0;
    width: 59px;
    height: 61px;
}
.sandvich_menu .close_button span {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

/*Галерея картинок*/
.gallery {
    max-width: 1100px;
    margin: 0 auto;
}
.gallery h2 {
    display: block;
    max-width: 400px;
    font: bold 25px Noto;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 25px 0;
    color: #13223b;
    background: url(../images/yellow_line.png) bottom left repeat-x;
    border-radius: 0 0 30px 30px;
}
.gallery_boxs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 45px 0 0 0;
    justify-content: center;
}
.gallery_box {
    width: calc(16.6% - 28px);
    margin: 14px;
    box-shadow: 5px 5px 0 #e2e2e2;
    border: solid 1px #ffffff;
    box-sizing: border-box;
}
.gallery_box a img{
    width: 100%;
    display: block;
}


/*Блок цены*/
.price h2 {
    display: block;
    max-width: 400px;
    font: bold 25px Noto;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 10px 0;
    color: #13223b;
}
.head_price {
    text-align: center;
    font: normal 17px Noto;
    color: #333;
    margin: 0 0 15px 0;
}
.price_boxs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.price_box{
    width: calc(25% - 30px);
    margin: 0 15px 15px 15px;
}
.price_box_img {
    padding: 30px;
}
.price_box_img img{
    width: 100%;
    display: block;
}
.price_box_info name{
    display: block;
    text-align: center;
    font: bold 15px Noto;
    text-transform: uppercase;
    color: #333;
}
.price_box_info price {
    display: block;
    background: #ffbf00;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    font: normal 15px Noto;
    margin: 6px auto 0 auto;
    max-width: 150px;
}
.price_box_info price span{
    font: normal 19px Noto;
    color: #ffffff;
}



