@charset "UTF-8";
@font-face {
  font-family: "regular";
  font-display: "auto";
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"), url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  font-display: "auto";
  src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"), url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "semibold";
  font-display: "auto";
  src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  font-display: "auto";
  src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"), url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?ssohb9");
  src: url("../fonts/icons/icomoon.eot?ssohb9#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?ssohb9") format("truetype"), url("../fonts/icons/icomoon.woff?ssohb9") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class*=icon_]:before, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_close:before {
  content: "";
}

.icon_email:before {
  content: "";
}

.icon_phone:before {
  content: "";
}

.icon_location:before {
  content: "";
}

.icon_facebook:before {
  content: "";
}

.icon_twitter:before {
  content: "";
}

.icon_youtube:before {
  content: "";
}

.icon_instagram:before {
  content: "";
}

.icon_linkedin:before {
  content: "";
}

.icon_pinterest:before {
  content: "";
}

.icon_right:before {
  content: "";
}

.icon_loop:before {
  content: "";
}

.icon_right_arrow:before {
  content: "";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  background: #fbfbfb;
  font-size: 100%;
  color: #000000;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "semibold";
}

input, select, textarea, button, a, .slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

.error_hint {
  position: absolute;
  color: #d5291f;
  display: none;
  font-size: 120%;
}

.error_hint .individual_hint {
  display: none;
}

.has-error .error_hint,
.has-error.bootstrap-select + .error_hint,
label.has-error + .error_hint {
  display: block;
}

.help-block.form-error {
  display: none;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.custom_container {
  width: 100%;
  max-width: 1290px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.content {
  padding-left: 360px;
}
@media (max-width: 1440px) {
  .content {
    padding-left: 320px;
  }
}
@media (max-width: 1199px) {
  .content {
    padding-left: 280px;
  }
}
@media (max-width: 991px) {
  .content {
    padding-left: 0;
    padding-top: 90px;
  }
}

.pageing {
  margin: 80px 0;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.pageing .pageing_list {
  display: flex;
}
.pageing .pageing_list li {
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background: #f5f5f5;
  font-size: 140%;
  line-height: 19px;
  border-radius: 3px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pageing .pageing_list li a {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  color: #000000;
}
.pageing .pageing_list li a.reverse {
  transform: rotate(180deg);
}
.pageing .pageing_list li.active {
  background: #000000 !important;
  opacity: 1 !important;
}
.pageing .pageing_list li.active a {
  color: #ffffff;
  cursor: default;
}
.pageing .pageing_list li:hover {
  background: #e5e5e5;
}
@media (max-width: 1199px) {
  .pageing {
    margin: 50px 0;
  }
  .pageing .pageing_list li {
    width: 45px;
    height: 45px;
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .pageing {
    justify-content: center;
  }
  .pageing .pageing_list li {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    font-size: 120%;
    line-height: 17px;
  }
  .pageing .pageing_list li:first-child {
    margin-left: 0;
  }
}

.footer .right_block > ul > li ul, .footer .right_block > ul, .header .lg_block .lg_list, .pageing .pageing_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header .span_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .header_menu_block .main_menu .menu_list .opened::after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

[class*=icon_]:before, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-size: cover !important;
  background-position: center !important;
}

.bg_block {
  opacity: 1;
  z-index: -1;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fp-viewing-secondPage .bg_block {
  opacity: 0;
}

.header {
  display: flex;
  flex-direction: column;
  z-index: 60;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  max-width: 360px;
  width: 100%;
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  position: fixed;
  top: 0;
  left: 0;
  background: #222f3b;
  padding: 0;
}
.header .header_menu_iner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.header .logo {
  background: #ffffff;
  margin-top: 43px;
  z-index: 10;
  width: 360px;
  height: 81px;
}
.header .logo .left_menu_logo {
  display: block;
  clear: both;
  padding: 20px 158px 20px 35px;
}
.header .lg_block {
  position: relative;
  margin: 25px 26px;
  font-size: 130%;
  overflow: hidden;
  min-height: 17px;
}
.header .lg_block a {
  color: #ffffff;
  display: block;
  margin: 0 10px;
}
.header .lg_block .lg_list {
  position: relative;
  display: flex;
  transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  position: absolute;
  right: 0;
  top: 0;
}
.header .lg_block .lg_list li.lg_active {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
}
.header .lg_block .lg_list li.lg_active a {
  display: flex;
  align-items: center;
  margin: 0;
}
.header .lg_block .lg_list li.lg_active a:after {
  color: #ffffff;
  display: block;
  content: "";
  border-width: 4px 3px 0;
  margin-left: 4px;
  color: inherit;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
}
.header .lg_block.opened .lg_list {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.header .lg_block.opened .lg_list li.lg_active a:after {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.header .search_form {
  padding: 0px 16px 0px 15px;
  width: 100%;
  margin-top: auto;
  max-width: 280px;
  display: flex;
  background: #ffffff;
  border-radius: 20px;
  margin: 0 auto;
}
.header .search_form .search_input {
  flex: 1;
  border: none;
  font-size: 140%;
  line-height: 20px;
  background: transparent;
  padding: 0px 6px 2px 0;
  color: #000000;
  height: 40px;
}
.header .search_form .icon_loop {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 140%;
  color: #000000;
}
.header .header_menu_block {
  flex: 1;
  height: 40%;
}
.header .header_menu_block .menues_list {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .header_menu_block .main_menu {
  padding: 50px 0 0 10px;
  height: 60%;
  flex: 1;
  overflow: hidden;
}
.header .header_menu_block .main_menu .menu_inner {
  max-height: 600px;
  width: 100%;
  height: 100%;
}
.header .header_menu_block .main_menu .menu_list {
  list-style-type: none;
  padding: 0 30px 0 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0;
}
.header .header_menu_block .main_menu .menu_list + .menu_list {
  margin-top: 30px;
}
.header .header_menu_block .main_menu .menu_list + .menu_list a {
  height: 45px;
}
.header .header_menu_block .main_menu .menu_list .dropdown_button::after {
  display: block;
  content: "";
  width: 5px;
  height: 3px;
  border-style: solid;
  border-width: 4px 3px 0;
  border-color: transparent;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top-color: inherit;
  margin-left: 15px;
  margin-top: 4px;
}
.header .header_menu_block .main_menu .menu_list a {
  display: flex;
  width: 100%;
  height: 55px;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  font-size: 160%;
  line-height: 23px;
  padding: 0 20px;
  overflow: hidden;
}
.header .header_menu_block .main_menu .dropdown_list {
  list-style-type: none;
  width: 100%;
  display: none;
  padding: 0 0 0 10px;
}
.header .header_menu_block .main_menu li > a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
.header .header_menu_block .main_menu .scroll-y div {
  position: absolute;
  width: 4px;
  display: block;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  right: 0;
}
.header .header_menu_block .main_menu .scroll-y div.scroll-element_track {
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
  width: 8px;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.header .header_menu_block .main_menu .scroll-y div.scroll-bar {
  cursor: pointer;
  z-index: 6;
  background: rgba(255, 255, 255, 0.5);
  right: 2px;
}
.header .span_bg {
  opacity: 0;
}
.header .span_bg.active {
  opacity: 1;
}
.header .footer {
  padding-left: 0 !important;
  z-index: 10;
  padding-top: 40px;
  margin-top: auto;
}
.header .footer ul {
  display: flex;
  font-size: 200%;
}
.header .footer ul li {
  padding-right: 35px;
  list-style-type: none;
}
.header .footer ul li a {
  color: #ffffff;
}

@media (max-width: 1440px) {
  .header {
    width: 320px;
  }
  .header .header_menu_block .main_menu .menu_list a {
    font-size: 140%;
    height: 45px;
  }
  .header .logo {
    width: 320px;
  }
}
@media (max-width: 1199px) {
  .header {
    width: 280px;
  }
  .header .logo {
    width: 280px;
  }
  .header .lg_block {
    margin: 15px 26px;
  }
  .header .main_menu .menu_list a {
    height: 50px;
  }
  .header .main_menu .menu_true {
    padding: 30px 0 0 0;
  }
  .header .search_form {
    z-index: 10;
    max-width: 230px;
  }
}
@media (max-width: 991px) {
  .header {
    width: 100%;
    height: 90px;
    padding: 10px 20px;
    background: #222f3b !important;
    max-width: 100%;
  }
  .header .bg_block {
    display: none;
  }
  .header .logo {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin: 0;
    height: 60px;
  }
  .header .logo .left_menu_logo {
    padding: 6px 0 7px 35px;
  }
  .header .menu_button {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    right: 30px;
    bottom: 45px;
    z-index: 100;
    width: 20px;
    height: 16px;
    color: #ffffff !important;
    padding: 7px 0;
  }
  .header .menu_button:before, .header .menu_button:after {
    display: block;
    content: "";
    position: absolute;
    left: -20px;
    width: 45px;
    border-top: 2px solid;
    -o-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .header .menu_button:before {
    top: 0;
  }
  .header .menu_button:after {
    bottom: 0;
  }
  .header .menu_button span {
    display: block;
    border-top: 2px solid;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .header .search_form {
    max-width: 300px;
  }

  .header_menu_block {
    z-index: 10;
    position: fixed;
    width: 0px;
    top: 90px;
    background: #222f3b;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    bottom: 0;
    height: auto !important;
  }
  .header_menu_block .header_menu_iner {
    width: 360px;
    height: auto;
    min-height: 100%;
  }

  .open_menu {
    width: 360px;
  }

  .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  .menu_btn span {
    opacity: 0;
    transition: none !important;
  }
}
@media (max-width: 479px) {
  .logo {
    width: 188px !important;
  }
  .logo .left_menu_logo {
    padding: 6px 0 7px 7px !important;
  }

  .open_menu {
    width: 100%;
  }

  .header_menu_iner {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_menu_iner .lg_block {
    margin: 15px 0;
  }
  .header_menu_iner .menu_list {
    padding: 40px 30px 0 0px !important;
  }
  .header_menu_iner .search_form {
    margin: 0;
    float: right;
  }
}
.footer {
  font-family: "semibold";
  padding-left: 320px;
}
.footer .footer_top {
  background: #BB1322;
  color: #ffffff;
  padding: 98px 20px 44px;
}
.footer .phone_block {
  color: #e5e5e5;
}
.footer .footer_title {
  font-size: 300%;
  padding-left: 20px;
  line-height: 40px;
  margin-bottom: 33px;
}
.footer .footer_description {
  color: #e5e5e5;
  font-size: 160%;
  padding-left: 20px;
  line-height: 21px;
  max-width: 600px;
}
.footer .footer_top_inner {
  padding-left: 20px;
  display: flex;
  margin-top: 50px;
}
.footer .right_block {
  margin-left: 100px;
  width: 100%;
}
.footer .right_block > ul > li {
  float: left;
  width: 33.333%;
  padding: 0 30px 35px;
}
.footer .right_block > ul > li > div,
.footer .right_block > ul > li > a {
  display: inline-block;
  color: #ffffff;
  vertical-align: top;
  font-family: "regular";
}
.footer .right_block > ul > li > div {
  padding-bottom: 10px;
  font-size: 140%;
  line-height: 19px;
  font-family: "bold";
}
.footer .right_block > ul > li ul {
  max-width: 250px;
}
.footer .right_block > ul > li ul li {
  padding-top: 15px;
}
.footer .right_block > ul > li ul a {
  display: inline-block;
  vertical-align: top;
  color: #e5e5e5;
  font-size: 130%;
  line-height: 15px;
  font-family: "regular";
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .right_block > ul .last_li div {
  display: block;
}
.footer .right_block > ul .last_li div a {
  color: #ffffff;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .bottom_block {
  margin-top: 45px;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}
.footer .bottom_block .description_block {
  color: #e5e5e5;
  font-size: 130%;
  line-height: 17px;
}
.footer .bottom_block .update_date {
  font-size: 160%;
  line-height: 21px;
  margin-top: 45px;
  color: #e5e5e5;
}
.footer .left_block .title {
  font-size: 180%;
  line-height: 30px;
  font-family: "bold";
  margin-bottom: 17px;
  color: #e5e5e5;
}
.footer .left_block .description {
  font-size: 160%;
  line-height: 30px;
  font-family: "regular";
  white-space: nowrap;
}
.footer .left_block .description:last-child {
  margin-bottom: 30px;
}
.footer .left_block .block_inner {
  margin-bottom: 30px;
}
.footer .footer_middle {
  padding: 36px;
}
.footer .footer_middle .text_block {
  margin: 0 auto;
  font-size: 130%;
  line-height: 17px;
  color: #A7A7A7;
  text-align: center;
  max-width: 880px;
}
.footer .footer_bottom {
  background: #000000;
  font-size: 130%;
  line-height: 17px;
  color: #ffffff !important;
  font-family: "regular";
}
.footer .footer_bottom .custom_container {
  display: flex;
  justify-content: space-between;
  padding: 17px;
}
.footer .developer a {
  color: #A7A7A7;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1440px) {
  .footer .footer_top {
    padding: 40px 10px;
  }
  .footer .right_block {
    margin-left: 30px;
  }
  .footer .right_block > ul > li {
    float: left;
    width: 33.333%;
    padding: 0 10px 20px;
  }
}
@media (max-width: 1199px) {
  .footer {
    padding-left: 280px;
  }
  .footer .footer_title {
    font-size: 240%;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .footer .footer_description {
    font-size: 140%;
    line-height: 19px;
  }
  .footer .footer_top_inner {
    margin-top: 35px;
  }
  .footer .left_block .title {
    font-size: 160%;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .footer .left_block .description {
    font-size: 140%;
    line-height: 21px;
  }
  .footer .left_block .block_inner {
    margin-bottom: 40px;
  }
  .footer .right_block {
    margin-left: 20px;
  }
  .footer .right_block > ul > li > div {
    padding-bottom: 20px;
  }
  .footer .inner_list li:first-child {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer_top_inner {
    flex-direction: column;
  }
  .footer .footer_top_inner .left_block {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
  }
  .footer .footer_top_inner .left_block .block_inner {
    margin-bottom: 0px;
    width: 29%;
  }
  .footer .right_block {
    margin-left: 0;
  }
  .footer .right_block > ul > li:first-child {
    padding-left: 0;
  }
  .footer .bottom_block .update_date {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .footer .footer_top {
    padding: 25px 0;
  }
  .footer .footer_title {
    font-size: 180%;
    line-height: 21px;
    margin-bottom: 15px;
    padding: 0 10px;
    text-align: left;
  }
  .footer .footer_description {
    font-size: 120%;
    line-height: 15px;
    padding: 0 10px;
    max-width: 420px;
    text-align: left;
  }
  .footer .footer_top_inner {
    margin-top: 25px;
    padding-left: 0;
  }
  .footer .footer_top_inner .left_block {
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    padding: 0;
    padding-left: 10px;
  }
  .footer .footer_top_inner .left_block .block_inner {
    width: 100%;
  }
  .footer .left_block .description {
    display: block;
  }
  .footer .right_block > ul > li {
    width: 100%;
  }
  .footer .right_block > ul > li:first-child {
    padding-left: 10px;
  }
  .footer .right_block > ul > li ul {
    max-width: 270px;
  }
  .footer .bottom_block .description_block {
    max-width: 420px;
    margin: 0 auto;
  }
  .footer .footer_middle {
    padding: 20px 10px;
  }
  .footer .footer_bottom .custom_container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .footer_bottom .custom_container > div {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .section .footer {
    padding-bottom: 90px;
  }
}
.footer .right_block > ul > li > div,
.footer .right_block > ul > li > a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header .header_menu_block .main_menu .scroll-y div.scroll-bar {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header .lg_block .lg_list, .header .lg_block .lg_list li.lg_active a:after {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .right_block > ul > li ul a:hover, .footer .right_block > ul .last_li div a:hover, .footer .developer a:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=main.css.map */
