

/* Start:/bitrix/templates/echo_main/components/bitrix/menu/top_menu/style.css?16102998821*/


/* End */


/* Start:/bitrix/templates/echo_main/template_styles.css?176336762612461*/
*, *::before,*::after{
  -webkit-appearance: none;
  appearance: none;
}
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-center {
  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;
}

@font-face {
  font-family: 'Material';
  src: url('/bitrix/templates/echo_main/assets/fonts/material/materialdesignicons-webfont.ttf'), url('/bitrix/templates/echo_main/assets/fonts/material/materialdesignicons-webfont.eot'), url('/bitrix/templates/echo_main/assets/fonts/material/materialdesignicons-webfont.svg'), url('/bitrix/templates/echo_main/assets/fonts/material/materialdesignicons-webfont.woff2') format('woff2'), url('/bitrix/templates/echo_main/assets/fonts/material/materialdesignicons-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url('/bitrix/templates/echo_main/assets/fonts/PTSans-Regular.woff') format('woff'), url('/bitrix/templates/echo_main/assets/fonts/PT_Sans-Web-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
h1 {
  color: #000000;
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 600;
}
h2 {
  color: #000000;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 30px;
}
.container {
  max-width: 1170px;
  width: 100%;
}
body {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
}
.b-index {
  background: url(/bitrix/templates/echo_main/assets/images/bg.png) no-repeat 50% / cover;
  min-height: 100vh;
  max-width: 100%;
  overflow: auto;
}
.b-index:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  content: '';
}
.b-index:after {
  background-color: #0a0606;
  opacity: 0.25;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  content: '';
}
.b-index__container {
  position: relative;
  z-index: 10;
  min-height: 100vh;
}
.b-index-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 150px;
}
.b-index-header__wrapper {
  position: relative;
  z-index: 10;
}
.b-index-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 75%;
  padding-right: 130px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.b-index-nav__link {
  text-transform: uppercase;
  color: #fff;
  height: 100%;
  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;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  -webkit-transition: .3s;
  transition: .3s;
}
.b-index-nav__link:hover,
.b-index-nav__link:focus,
.b-index-nav__link:active,
.selected {
  border-bottom: 5px solid #424c85;
  color: #fff;
  text-decoration: none;
}
.b-index-nav__element {
  height: 100%;
}
.b-index-search {
  width: 250px;
  height: 48px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #ffffff;
}
.b-index-search__input {
  height: 100%;
  padding: 0 20px 0 10px;
  color: #fff;
  border: 0px;
  background: transparent;
  outline: none;
}
.b-index-search__input::-webkit-input-placeholder {
  color: #fff;
}
.b-index-search__input:-ms-input-placeholder {
  color: #fff;
}
.b-index-search__input::placeholder {
  color: #fff;
}
.b-index-search__submit {
  color: #ffffff;
  font-family: Material;
  font-size: 24px;
  background: transparent;
  border: 0px;
  -webkit-transition: .3s;
  transition: .3s;
  outline: none;
}
.b-index-search__submit:hover,
.b-index-search__submit:active,
.b-index-search__submit:focus {
  color: #000;
}
.b-index-content {
  padding: 170px 0 190px ;
  position: relative;
  width: 100%;
  left: 0px;
  margin-top: -150px;
  min-height: 100vh;
  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;
}
.b-index-content__container {
  max-width: 1170px;
  width: 100%;
}
.b-index-content__title {
  color: #ffffff;
  margin-top: 0px;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
}
.b-index-content__subtitle {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 90px;
  line-height: 25px;
}
.b-index-content__button {
  padding: 20px 60px;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  background-color: #424c85;
  border: 1px solid #424c85;
  -webkit-transition: .3s;
  transition: .3s;
}
.b-index-content__button:hover,
.b-index-content__button:active,
.b-index-content__button:focus {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
.b-index-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}
.b-index-footer__wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.b-index-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-index-footer__logo:hover,
.b-index-footer__logo:focus,
.b-index-footer__logo:active {
  text-decoration: none;
}
.b-index-footer__logospan {
  color: #ffffff;
  display: block;
  font-size: 16px;
}
.b-index-footer__logotitle {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 23px;
}
.b-index-footer__logopix {
  margin-right: 10px;
}
.b-index-footer__phone {
  display: block;
  color: #fff;
  line-height: 24px;
}
.b-index-footer__phone:focus,
.b-index-footer__phone:active,
.b-index-footer__phone:hover {
  text-decoration: none;
  color: #fff;
}
.b-index-footer__mail:focus,
.b-index-footer__mail:active,
.b-index-footer__mail:hover {
  text-decoration: underline;
  color: #fff;
}
.b-index-footer__mail {
  display: block;
  color: #fff;
  line-height: 24px;
  text-decoration: underline;
}
.b-popup {
  -webkit-box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.29);
  box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.29);
  width: 100%;
  max-width: 780px;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  padding: 50px;
}
.b-popup__wrapper {
  width: 100%;
  height: 100%;
  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;
  position: fixed;
  top: 0px;
  z-index: 99;
  display: none;
}
.b-popup__wrapper--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-popup__exit {
  color: #c8c8c8;
  font-family: Material;
  font-size: 24px;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 30px;
  right: 30px;
}
.b-popup__exit:hover,
.b-popup__eixt:active,
.b-popup__eixt:focus {
  color: #000;
  text-decoration: none;
}
.b-popup--mainActive {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.b-callback__title {
  color: #000000;
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
}
.b-callback__text {
  color: #969696;
  line-height: 18px;
}
.b-callback__input {
  height: 48px;
  border-radius: 3px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 15px;
  border: 1px solid #c8c8c8;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-callback__textarea {
  border-radius: 3px;
  height: 110px;
  width: 100%;
  padding: 20px;
  margin-bottom: 15px;
  resize: none;
  border: 1px solid #c8c8c8;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-callback__input:focus {
  border-color: #424c85;
}
.b-callback__textarea:focus {
  border-color: #424c85;
}
.b-callback__error {
  margin-top: 15px;
}
.form-error {
	color: red;
	font-size: 13px;
	margin-top: -15px;
}
.b-callback__check {
	margin-bottom: 15px;
}
.b-callback__submit {
  height: 55px;
  border-radius: 3px;
  width: 100%;
  background-color: #424c85;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #424c85;
  -webkit-transition: .3s;
  transition: .3s;
}
.b-callback__submit-phisic {
  margin-top: 15px;
}
.b-callback__submit-yuric {
  margin-top: -5px;
}
.b-callback__submit:hover,
.b-callback__submit:active,
.b-callback__submit:focus {
  background-color: #fff;
  color: #000;
}
.b-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.b-radio__radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  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;
  margin-right: 21px;
  border: 2px solid #c8c8c8;
}
.b-radio__radio:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #424c85;
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-radio__input:checked + .b-radio__radio:before {
  opacity: 1;
}
.b-radio__input {
  display: none;
}
.b-radio__name {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.b-index-nav {
    width: 80% !important;
    padding-right: 33px !important;

}
.b-index-nav-mobile{
  display: none;
}
.burger-menu{
  display: none;
}
@media(max-width: 845px){
  .burger-menu{
    display: block;
    width: 35px;
    height: 30px;
    position: relative;
    margin-top: 10px;
  }
  .burger-menu::after{
    position: absolute;
    width: 100%;
    height: 2px;
    content: ' ';
    background: #fff;
    top: 2px;
  }
  .burger-menu::before{
    position: absolute;
    width: 100%;
    height: 2px;
    content: ' ';
    background: #fff;
    bottom: 2px;
  }
  .burger-menu p {
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
  .b-index-content__title{
    font-size: 22px;
  }
 .b-index-header .b-index-nav{
    display: none;
  }
  .b-index-content__container{
    text-align: center;
    margin-bottom: 75px;
  }
  .b-index-nav-mobile{
    display: block;
  }
  .b-index-footer{
    flex-direction: column;
    margin-bottom: 0;
    gap: 19px;
    
  }
  .b-index-nav-mobile {
    background: #fff;
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100vh;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .b-index-footer__contact {
      display: none;
  }
  a.b-index-footer__logo {
      margin: 23px auto;
  }
  .b-index-footer__contact-mobile a {
    color: #000;
    font-size: 17px;
    margin: 10px;
}
  .b-index-nav-mobile-closed:before {
    position: absolute;
    width: 30px;
    height: 2px;
    content: ' ';
    background: #000;
    transform: rotate(45deg);
    top: 50%;
}
.b-index-nav-mobile-closed:after {
  position: absolute;
  width: 30px;
  height: 2px;
  content: ' ';
  background: #000;
  transform: rotate(-45deg);
  top: 50%;
}
  .b-index-nav-mobile-closed {
    position: relative;
    width: 30px;
    height: 34px;
  }
  .b-index-nav-mobile .b-index-nav__link{
    color: #000;    
    justify-content: flex-start;
    width: 100%;
    display: block;
    border-bottom: 1px solid #cdc8c8;
    padding: 15px 10px;

  }
  .b-index-nav-mobile-closed-container{
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 15px;
  }
  .b-index-nav-mobile  .b-index-nav__element {
  }
  .b-index-nav-mobile  nav.b-index-nav {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
}

/* End */
/* /bitrix/templates/echo_main/components/bitrix/menu/top_menu/style.css?16102998821 */
/* /bitrix/templates/echo_main/template_styles.css?176336762612461 */
