.log-header {
  position: absolute;
  max-width: 1920px;
  width: 100%;
}

.log-header-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 124px;
}

.log-header-block__logo {
  margin-left: 20px;
}

.log-header-block__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.log-header-block__logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.log-header-block__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.log-header-block__contacts_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px;
}

.log-header-block__contacts_phone a {
  font-size: 25px;
  font-family: "circlebold";
  color: #000;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.log-header-block__contacts_phone a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.log-header-block__contacts_btn-wrap a {
  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;
  width: 355px;
  min-height: 58px;
  padding: 5px;
  border-radius: 25px;
  background: #2382c4;
  font-size: 17px;
  font-family: "circleregular";
  color: #fff;
  line-height: 1.1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  text-align: center;
}

.log-header-block__contacts_btn-wrap a:hover {
  text-decoration: none;
  background: #005ea0;
}

.log-header-block__adaptive-menu-btn {
  position: absolute;
  right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 1000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.log-header-block__adaptive-menu-btn_inner {
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.log-header-block__adaptive-menu-btn_inner span {
  width: 35px;
  height: 3px;
  background: #000;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.log-header-block__adaptive-menu-btn_inner span:nth-child(1) {
  margin-bottom: 6px;
}

.log-header-block__adaptive-menu-btn_inner span:nth-child(3) {
  margin-top: -3px;
}

.log-header-block__adaptive-menu-btn_inner span:nth-child(4) {
  margin-top: 6px;
}

.header-space {
  height: 124px;
}

.menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index:500;
}

body.open-menu .menu-wrapper{
  opacity:1;
  visibility:visible;
}

.log-header-menu{
  padding-top:11px;
  padding-bottom:10px;
  background:#fff;
  border-bottom:1px transparent solid;
  will-change:left,top
}
body[data-page="default"] .log-header-menu{
  border-bottom:1px #ccc solid;
}

.log-header-menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.log-header-menu-block__menu {
  position: relative;
  overflow: hidden;
}

.log-header-menu-block__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.log-header-menu-block__menu ul .header-menu-li .header-menu-link {
  position: relative;
  padding: 0px 20px;
  border-right: 1px solid #c8c8c8;
  font-family: "circleregular";
  font-size: 19px;
  line-height: 1.1;
  color: #000000;
  text-decoration: none;
}

.log-header-menu-block__menu ul .header-menu-li .header-menu-link::after{
  position:absolute;
  bottom:0;
  /*left:15px;*/
  left:50%;
  transform:translateX(-50%);
  content:none;
  background:#199fff;
  width:calc(100% - 30px);
  /*width:38.5%;*/
  height:14px;
  z-index:5;
}

.header-menu-link_inner{
  position:relative;
  z-index:10;
}

/*
.log-header-menu-block__menu ul .header-menu-li:first-child .header-menu-link {
  padding-left: 18px;
}
*/

.log-header-menu-block__menu ul{
  margin-left:-10px;
}

/*.log-header-menu-block__menu ul .header-menu-li:first-child .header-menu-link::after {
  left: 0;
}*/

.log-header-menu-block__menu ul .header-menu-li.active .header-menu-link {
  cursor: default;
}

.log-header-menu-block__menu ul .header-menu-li.active .header-menu-link::after {
  content: '';
}

.menu-begun {
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0px;
  width: 50px;
  height: 14px;
  background: #199fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index:5;
}

.log-header-menu-block__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.log-header-menu-block__contacts_mail {
  padding-left: 15px;
  padding-right: 15px;
}

.log-header-menu-block__contacts_mail a {
  font-family: "circlelight";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.61;
  color: #000000;
  text-decoration: none;
}

.log-header-menu-block__contacts_mail a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.log-header-menu-block__contacts_phone {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.log-header-menu-block__contacts_phone a {
  font-size: 20px;
  font-family: "circlebold";
  color: #000;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.log-header-menu-block__contacts_phone a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.log-header-menu-block__contacts_btn-wrap a {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  min-height: 45px;
  padding: 5px;
  border-radius: 25px;
  background: #2382c4;
  font-size: 13px;
  font-family: "circleregular";
  color: #fff;
  line-height: 1.1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  text-align: center;
}

.log-header-menu-block__contacts_btn-wrap a:hover {
  text-decoration: none;
  background: #005ea0;
}

.log-track {
  min-height: 200px;
  margin-top: 90px;
}

.log-track-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.log-track-block__info {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 720px;
  padding-left: 40px;
  padding-right: 40px;
}

.log-track-block__info_text {
  font-family: "circlelight";
  font-size: 30px;
  font-weight: 300;
  line-height: 1.27;
  color: #000000;
}

.log-track-block__bg-image {
  position: absolute;
  z-index: -1;
  top: -25px;
  right: 0;
}

.log-track-block__bg-image img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.log-works {
  margin-top: 25px;
}

.log-works-block {
  padding: 0 12px;
}

.log-works-block-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  overflow: hidden;
}

.log-works-block-items__item {
  width: 20%;
  min-height: 380px;
  padding: 0 7px;
}

.log-works-block-items__item_inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 85px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0b4396), to(#2583c6));
  background-image: linear-gradient(to top, #0b4396, #2583c6);
}

.log-works-block-items__item_inner_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 95px;
  height: 85px;
  margin-bottom: 10px;
}

.log-works-block-items__item_inner_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.log-works-block-items__item_inner_title {
  font-family: "circlelight";
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

.log-infrastructure {
  margin-top: 140px;
}

.log-infrastructure-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 10px;
}

.log-infrastructure-block__left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.log-infrastructure-block__left_texts {
  padding-top: 22px;
  padding-right: 42px;
}

.log-infrastructure-block__left_texts_big {
  font-family: "circlelight";
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
}

.log-infrastructure-block__left_texts_small {
  margin-top: 48px;
  font-family: "circlelight";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.35;
  text-align: justify;
  color: #242424;
}

.log-infrastructure-block__right {
  width: 50%;
}

.log-infrastructure-block__right_photo {
  padding-left: 3px;
}

.log-infrastructure-block__right_photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.log-advantages {
  margin-top: 60px;
}

.log-advantages-block {
  padding: 0 10px;
}

.log-advantages-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 580px;
  margin-left: -7px;
  margin-right: -7px;
}

.log-advantages-block__items_item {
  width: 25%;
  min-height: 230px;
  margin-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px;
}

.log-advantages-block__items_item.advantages-big {
  min-height: 320px;
}

.log-advantages-block__items_item_inner {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 10px;
  background: #e5e5e5;
}

.log-advantages-block__items_item_inner_text {
  margin-top: 25px;
  font-family: "circleregular";
  font-size: 22px;
  line-height: 1.14;
  color: #000000;
}

.log-advantages-block__items_item_inner_text:first-child {
  margin-top: 0;
}

.log-advantages-block__items_item_inner_link {
  width: 100%;
  height: 100%;
}

.log-advantages-block__items_item_inner_link a {
  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;
  padding: 5px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  font-family: "circleregular";
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
  color: #ffffff;
}

.log-advantages-block__items_item_inner_link a span {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(to right, #fff, #fff);
  background-position: 0 1.4em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.log-advantages-block__items_item_inner_link a:hover {
  background: #2382c4;
}

.log-advantages-block__items_item_inner_link a:hover span {
  background-image: none;
}

.log-advantages-block__items_item.advantages-btn {
  min-height: 76px;
}

.log-advantages-block__items_item.advantages-btn .log-advantages-block__items_item_inner {
  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;
  padding: 0;
  background: #0c4598;
}

.log-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.log-feedback-left {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  min-height: 460px;
  background: url(/images/log-feedback-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.log-feedback-left__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  width: 100%;
  height: 100%;
}

.log-feedback-left__block_text {
  padding-top: 110px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  font-family: "circlebold";
  font-size: 45px;
  font-weight: bold;
  line-height: 0.94;
  color: #ffffff;
}

.log-feedback-right {
  width: 50%;
}

.log-feedback-right__form {
  max-width: 640px;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  padding-left: 65px;
  padding-right: 30px;
  padding-bottom:15px;
}

.log-feedback-right__form_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.log-feedback-right__form_block_label {
  margin-bottom: 10px;
  max-width: 477px;
  width: 100%;
}

.log-feedback-right__form_block_label input {
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  border-radius: 5px;
  border: solid 1px #c7c7c7;
  font-family: "circlelight";
  font-size: 19px;
  color: #000000;
}

.log-feedback-right__form_block_label input::-webkit-input-placeholder {
  font-family: "circlelight";
  font-size: 19px;
  color: #000000;
}

.log-feedback-right__form_block_label input:-ms-input-placeholder {
  font-family: "circlelight";
  font-size: 19px;
  color: #000000;
}

.log-feedback-right__form_block_label input::-ms-input-placeholder {
  font-family: "circlelight";
  font-size: 19px;
  color: #000000;
}

.log-feedback-right__form_block_label input::placeholder {
  font-family: "circlelight";
  font-size: 19px;
  color: #000000;
}

.log-feedback-right__form_block_btn button {
  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;
  width: 331px;
  height: 71px;
  margin-top: 50px;
  margin-left: 10px;
  border: solid 0px #c7c7c7;
  border-radius: 25px;
  background: #2382c4;
  font-family: "circlebold";
  font-size: 19px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer;
}

.log-feedback-right__form_block_btn button:hover {
  background: #005ea0;
}

.log-map {
  position: relative;
}

.log-map-block{
  width:100%;
  height:420px;
  overflow:hidden;
}
.log-map-block iframe{
	height:100%;
	width:100%;
}

.log-map-notoach {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.log-map-notoach__btn {
  position: absolute;
  left: calc(50% - 125px);
  bottom: 50px;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e9e6df;
  width: 100%;
  max-width: 250px;
  height: 45px;
  padding: 5px 5px 5px 5px;
  text-align: center;
  font-size: 19px;
  line-height: 1;
  color: #000;
  font-family: proximanovareg;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border-radius: 25px;
  cursor: pointer;
  opacity: 0.8;
}

.footer-space{
  height:150px;
}
body[data-page="index"] .footer-space{
  height:50px;
}

.log-footer {
  background: #d4d4d4;
}

.log-footer-block{
  padding-top:10px;
  padding-bottom:55px;
}

.log-footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.log-footer-block-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}

.log-footer-block-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding: 15px 0;
  list-style: none;
  border-bottom: 1px solid #c6c6c6;
}

.log-footer-block-nav__menu_link {
  margin-right: 70px;
  text-decoration: none;
  font-family: "circleregular";
  font-size: 19px;
  line-height: 1.5;
  color: #000000;
}

.log-footer-block-nav__menu_link:last-child {
  margin-right: 0;
}

.log-footer-block-nav__menu_link a {
  text-decoration: none;
  color: #000;
}

.log-footer-block-nav__menu_link a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.log-footer-block-nav__menu_link.active .log-footer-block-nav__menu_link_inner{
  /*cursor: default;*/
  color: rgba(0, 0, 0, 0.5);
}

.log-footer-block-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.log-footer-block-info {
  margin-top: 20px;
}

.log-footer-block-info__phone {
  max-width: 230px;
  width: 100%;
  margin-right: 85px;
}

.log-footer-block-info__phone_link {
  font-family: "proximanovabold";
  font-size: 23.5px;
  font-weight: bold;
  line-height: 1.32;
  color: #000000;
}

.log-footer-block-info__phone_link a {
  color: #000000;
  text-decoration: none;
}

.log-footer-block-info__phone_link a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.log-footer-block-info__feedback-btn {
  margin-right: 100px;
}

.log-footer-block-info__feedback-btn a {
  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;
  padding: 5px;
  width: 217px;
  height: 46px;
  border-radius: 7.5px;
  background: #005ea0;
  font-family: "circlebold";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 2;
  text-align: center;
  color: #fefefe;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.log-footer-block-info__feedback-btn a:hover {
  text-decoration: none;
  background: #2382c4;
}

.log-footer-block-info__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  width: 100%;
  margin-right: 20px;
}

.log-footer-block-info__adress_icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: -7px;
  width: 22px;
  height: 31px;
  margin-right: 10px;
}

.log-footer-block-info__adress_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.log-footer-block-info__adress_text {
  font-family: "circlelight";
  font-size: 21px;
  font-weight: 300;
  line-height: 1.19;
  color: #000000;
  flex:1;
}

.log-footer-block-info__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 180px;
  width: 100%;
  margin-left: auto;
}

.log-footer-block-info__mail_icon {
  width: 29px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
}

.log-footer-block-info__mail_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.log-footer-block-info__mail_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          flex:1;
}

.log-footer-block-info__mail_block_mail {
  font-family: "circlelight";
  font-size: 21px;
  font-weight: 300;
  line-height: 1.19;
  color: #000000;
}

.log-footer-block-info__mail_block_mail a {
  text-decoration: none;
  color: #000000;
}

.log-footer-block-info__mail_block_mail a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.log-footer-block-info__mail_block_link {
  font-family: "circlelight";
  font-size: 15px;
  font-weight: 300;
  line-height: 1.93;
  letter-spacing: 0.15px;
  color: #000000;
}

.log-footer-block-info__mail_block_link a {
  text-decoration: none;
  color: #000000;
}

.log-footer-block-info__mail_block_link a span {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(to right, #000, #000);
  background-position: 0 1.3em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.log-footer-block-info__mail_block_link a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.log-footer-block-info__mail_block_link a:hover span {
  background-image: none;
}

.log-footer-block-copy {
  margin-top: 50px;
  border-top: 1px solid #c6c6c6;
  padding-top:15px;
}

.log-footer-block-copy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 0 15px;
}

.log-footer-block-copy__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.log-footer-block-copy__info_copyright {
  margin-right: 50px;
  font-family: "circlelight";
  font-size: 16px;
  font-weight: 300;
  line-height: 0.63;
  letter-spacing: 0.16px;
  color: #000000;
}

.log-footer-block-copy__info_personal {
  font-family: "circlelight";
  font-size: 16px;
  font-weight: 300;
  line-height: 0.63;
  letter-spacing: 0.16px;
  color: #000000;
}

.log-footer-block-copy__info_personal a {
  text-decoration: none;
  color: #000;
}

.log-footer-block-copy__info_personal a span {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(to right, #000, #000);
  background-position: 0 1.2em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.log-footer-block-copy__info_personal a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.log-footer-block-copy__info_personal a:hover span {
  background-image: none;
}

.log-footer-block-copy__metrics {
  margin-left: auto;
  margin-right: 30px;
}

.own_button1{
	padding:0;
    margin:0;
    border:0;
    user-select:none;
    display:inline-flex;
    vertical-align:top;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:#005ea0;
    width:218px;
    height:46px;
    padding:5px 10px 3px 10px;
    font-size:14px;
    line-height:1;
    color:#fff;
    font-family:circlebold;
    text-transform:uppercase;
    letter-spacing:1.5px;
    text-decoration:none;
    transition:all 0.2s linear 0s;
    will-change:background;
    border-radius:7px;
}
.own_button1:hover{
    text-decoration:none;
    color:#fff;
    background:#2382c4;
}

.own_button2{
	padding:0;
    margin:0;
    border:0;
    user-select:none;
    display:inline-flex;
    vertical-align:top;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:#e3000f;
    min-width:218px;
    max-width:390px;
    height:58px;
    padding:5px 40px 3px 40px;
    font-size:18px;
    line-height:1;
    color:#fff;
    font-family:circleregular;
    letter-spacing:0.1px;
    text-decoration:none;
    transition:all 0.2s linear 0s;
    will-change:background;
    border-radius:25px;
}
.own_button2:hover{
    text-decoration:none;
    color:#fff;
    background:#ff0011;
}

.own_button3{
	padding:0;
    margin:0;
    border:0;
    user-select:none;
    display:inline-flex;
    vertical-align:top;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:#2382c4;
    min-width:218px;
    max-width:350px;
    height:46px;
    padding:5px 15px 3px 15px;
    font-size:17px;
    line-height:1;
    color:#fff;
    font-family:circleregular;
    letter-spacing:0.1px;
    text-decoration:none;
    transition:all 0.2s linear 0s;
    will-change:background;
    border-radius:7px;
}
.own_button3:hover{
    text-decoration:none;
    color:#fff;
    background:#005ea0;
}

.log-header-menu_space{
  line-height:50px;
  height:50px;
  display:none;
}

@media (min-width: 1024px){
  .log-header-menu{
    min-height:50px;
  }

  .body_headerfixed_fixed1 .log-header-menu{
    position:fixed;
    z-index:500;
    top:0;
    left:0;
    width:100%;
    border-bottom:1px #ccc solid;
  }
  .body_headerfixed_fixed1 .log-header-menu_space{
    display:block;
  }
}