@charset "UTF-8";
@font-face {
  font-family: DroidSans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidSans-webfont.eot);
  src: url(../fonts/DroidSans-webfont.eot#iefix) format("embedded-opentype"), url(../fonts/DroidSans-webfont.woff) format("woff"), url(../images/DroidSans-webfont.svg#droid_sansregular) format("svg");
}
.portal-menu {
  background-color: #232323;
  bottom: 0;
  font-family: DroidSans, Arial, sans-serif;
  font-size: 16px;
  overflow: hidden;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: top 0.6s ease, transform 0.5s ease;
  width: 300px;
  z-index: 111112;
}

.portal-menu.common-header__popup--visible {
  transform: translate3d(0, 0, 0);
}

.body__ad-spons--desktop.body__ad-spons--collapsed .portal-menu {
  top: 150px;
}

.body__ad-spons--desktop.body__ad-spons--expanded .portal-menu {
  top: 500px;
}

.body__ad-spons--desktop.body__ad-spons--sticky .portal-menu {
  top: 75px;
}

.body__ad-spons--mobile.body__ad-spons--collapsed .portal-menu {
  top: 60px;
}

.body__ad-spons--mobile.body__ad-spons--expanded .portal-menu {
  top: 300px;
}

.body__ad-spons--mobile.body__ad-spons--sticky .portal-menu {
  top: 60px;
}

.body__ad-spons--desktop.body__ad-spons--hidden .portal-menu, .body__ad-spons--mobile.body__ad-spons--hidden .portal-menu {
  top: 0;
}

.portal-menu a, .portal-menu a:active, .portal-menu a:focus, .portal-menu a:hover, .portal-menu a:link, .portal-menu a:visited {
  color: #a2a2a2;
  text-decoration: none;
}

.portal-menu a {
  display: block;
  line-height: 35px;
  text-indent: 38px;
}

.portal-menu a:hover {
  color: #0c7b96;
  text-decoration: none;
}

.portal-menu ul {
  background-color: #232323;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  transition: left 0.25s ease;
}

.portal-menu__header {
  background-color: #232323;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.portal-menu__name {
  color: #f4f6f7;
  display: inline;
  font-family: DroidSans, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 94px;
  padding-left: 38px;
}

.portal-menu__name a:hover {
  text-decoration: underline;
}

.portal-menu__slot {
  color: #f4f6f7;
}

.portal-menu__close {
  background-color: #232323;
  border: none;
  color: #a2a2a2;
  cursor: pointer;
  font-size: 27px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 27px;
  top: 28px;
  width: 40px;
}

.portal-menu__close:before {
  content: "×";
}

.portal-menu__close:hover {
  background-color: #393939;
}

.portal-menu__scroll-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 84px;
}

.portal-menu__scroll-content-inner {
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.nano {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.nano > .nano-content {
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow: scroll;
  position: absolute;
  right: 0;
  top: 0;
}

.nano > .nano-content:focus, .nano > .portal-menu__scroll-content-inner:focus {
  outline: dotted thin;
}

.portal-menu .nano-pane {
  bottom: 0;
  opacity: 0.01;
  position: absolute;
  right: 40px;
  top: 9px;
  transition: 0.2s;
  visibility: hidden;
  width: 12px;
  z-index: 50;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s;
  visibility: hidden;
  width: 10px;
}

.portal-menu .nano-pane > .nano-slider {
  margin: 0 1px;
  position: relative;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 1px;
  position: relative;
}

.nano-pane.active, .nano-pane.flashed, .nano:hover > .nano-pane, .portal-menu:hover > .nano-pane {
  opacity: 0.99;
  visibility: visible;
}

.portal-menu .nano-pane {
  background-color: #2f2f2f;
}

.portal-menu .nano-slider {
  background-color: #4c4c4c;
}

.common-header__desktop {
  display: none;
}

.common-header--fixed .common-header__mobile .common-header__navigation-item-link {
  line-height: 21px;
}

.common-header__mobile {
  display: none;
}

.common-header__mobile:focus {
  outline: 0;
}

.common-header__mobile .nano {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.common-header__mobile .nano > .nano-content {
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow: scroll;
  position: absolute;
  right: 0;
  top: 0;
}

.common-header__mobile .nano > .common-header__navigation-menu-container:focus, .common-header__mobile .nano > .nano-content:focus {
  outline: 0;
}

.common-header__mobile .nano-pane {
  bottom: 0;
  opacity: 0.01;
  position: absolute;
  right: 25px;
  top: 55px;
  transition: 0.2s;
  visibility: hidden;
  width: 7px;
  z-index: 50;
}

.common-header__mobile .nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s;
  visibility: hidden;
  width: 10px;
}

.common-header__mobile .nano-pane > .nano-slider {
  margin: 0 1px;
  position: relative;
  border-radius: 10px;
}

.common-header__mobile .nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 1px;
  position: relative;
}

.common-header__mobile .nano-pane.active, .common-header__mobile .nano-pane.flashed, .common-header__mobile .nano:hover > .nano-pane, .common-header__mobile:hover > .nano-pane {
  opacity: 0.99;
  visibility: visible;
}

.common-header__mobile .nano-pane {
  background-color: transparent;
}

.common-header__mobile .nano-slider {
  background-color: #2e4aa6;
}

.common-header__mobile .common-header__navigation-menu-container {
  margin: 0;
  height: 100%;
  padding-top: 63px;
  overflow-y: auto;
  outline: 0;
  scrollbar-width: thin;
  scrollbar-color: #bbb #e5e4e4;
}

.common-header__mobile .common-header__navigation-menu-container::-webkit-scrollbar {
  width: 5px;
}

.common-header__mobile .common-header__navigation-menu-container::-webkit-scrollbar-track {
  background: #e5e4e4;
}

.common-header__mobile .common-header__navigation-menu-container::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 3px;
}

.common-header__mobile .portal-menu-close {
  background-color: rgba(50, 50, 50, 0.4);
  border: none;
  cursor: pointer;
  height: 60px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 10;
}

.common-header__mobile .portal-menu-close svg {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 19px;
  right: 19px;
}

.common-header__mobile .portal-menu-close-x {
  line-height: 60px;
  color: #fff;
  font-size: 29px;
  text-align: center;
}

.common-header__mobile .serviceName {
  text-transform: uppercase;
  color: #fff;
  font-family: OpenSansB, OpenSans, Arial, sans-serif;
  font-size: 17px;
  margin-bottom: 19px;
}

.common-header__mobile .common-header__navigation-item {
  cursor: pointer;
  border-bottom: 1px solid;
}

.common-header__mobile .common-header__navigation-item.common-header__navigation-item--last {
  border-bottom: 0;
}

.common-header__mobile .common-header__navigation-item--hidden {
  display: none;
}

.common-header__mobile .serviceSectionLinks {
  padding: 0 50px 45px;
}

.common-header__mobile .serviceSectionLinks .common-header__navigation-item-link, .common-header__mobile .serviceSectionLinks li {
  color: #fff;
}

.common-header__mobile .serviceSectionLinks .common-header__navigation-item-link:active, .common-header__mobile .serviceSectionLinks .common-header__navigation-item-link:focus, .common-header__mobile .serviceSectionLinks .common-header__navigation-item-link:hover, .common-header__mobile .serviceSectionLinks li:active, .common-header__mobile .serviceSectionLinks li:focus, .common-header__mobile .serviceSectionLinks li:hover {
  color: #666;
}

.common-header__mobile .serviceSectionLinks .common-header__navigation-item {
  border-color: #434343;
}

.common-header__mobile .sgpSectionLinks__ringLoader {
  margin: 0 auto;
  position: relative;
  width: 60px;
  height: 60px;
}

.common-header__mobile .sgpSectionLinks__ringLoader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  margin: 8px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: sgpSectionLinks__ringLoader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent;
}

.common-header__mobile .sgpSectionLinks__ringLoader div:nth-child(1) {
  animation-delay: -0.45s;
}

.common-header__mobile .sgpSectionLinks__ringLoader div:nth-child(2) {
  animation-delay: -0.3s;
}

.common-header__mobile .sgpSectionLinks__ringLoader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes sgpSectionLinks__ringLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.common-header__mobile .lowerSectionLinksContainer, .common-header__mobile .middleSectionLinksContainer, .common-header__mobile .seoSectionLinksContainer, .common-header__mobile .serviceSectionLinksContainer, .common-header__mobile .upperSectionLinksContainer {
  width: 100%;
}

.common-header__mobile .lowerSectionLinksContainer ul, .common-header__mobile .middleSectionLinksContainer ul, .common-header__mobile .seoSectionLinksContainer ul, .common-header__mobile .serviceSectionLinksContainer ul, .common-header__mobile .upperSectionLinksContainer ul {
  width: 260px;
  margin: 0 auto;
}

.common-header__mobile .lowerSectionLinksContainer .servicesRest, .common-header__mobile .lowerSectionLinksContainer ul[title]:before, .common-header__mobile .middleSectionLinksContainer .servicesRest, .common-header__mobile .middleSectionLinksContainer ul[title]:before, .common-header__mobile .seoSectionLinksContainer .servicesRest, .common-header__mobile .seoSectionLinksContainer ul[title]:before, .common-header__mobile .serviceSectionLinksContainer .servicesRest, .common-header__mobile .serviceSectionLinksContainer ul[title]:before, .common-header__mobile .upperSectionLinksContainer .servicesRest, .common-header__mobile .upperSectionLinksContainer ul[title]:before {
  font-family: OpenSansB, OpenSans, Arial, sans-serif;
  content: attr(title);
  display: block;
  margin-bottom: 19px;
}

.common-header__mobile .upperSectionLinksContainer {
  background-color: #3c5fd5;
}

.common-header__mobile .middleSectionLinksContainer {
  background-color: #f5f7f7;
}

.common-header__mobile .lowerSectionLinksContainer {
  background-color: #e8ebeb;
}

.common-header__mobile .seoSectionLinksContainer {
  background-color: #dee0e0;
}

.common-header__mobile .lowerSectionLinks, .common-header__mobile .middleSectionLinks, .common-header__mobile .seoSectionLinks, .common-header__mobile .upperSectionLinks {
  padding: 46px 50px 45px;
}

.common-header__mobile .lowerSectionLinks .common-header__navigation-item-link, .common-header__mobile .lowerSectionLinks li, .common-header__mobile .middleSectionLinks .common-header__navigation-item-link, .common-header__mobile .middleSectionLinks li, .common-header__mobile .seoSectionLinks .common-header__navigation-item-link, .common-header__mobile .seoSectionLinks li, .common-header__mobile .upperSectionLinks .common-header__navigation-item-link, .common-header__mobile .upperSectionLinks li {
  color: #5b5c5c;
}

.common-header__mobile .lowerSectionLinks .common-header__navigation-item-link:active, .common-header__mobile .lowerSectionLinks .common-header__navigation-item-link:focus, .common-header__mobile .lowerSectionLinks .common-header__navigation-item-link:hover, .common-header__mobile .lowerSectionLinks li:active, .common-header__mobile .lowerSectionLinks li:focus, .common-header__mobile .lowerSectionLinks li:hover, .common-header__mobile .middleSectionLinks .common-header__navigation-item-link:active, .common-header__mobile .middleSectionLinks .common-header__navigation-item-link:focus, .common-header__mobile .middleSectionLinks .common-header__navigation-item-link:hover, .common-header__mobile .middleSectionLinks li:active, .common-header__mobile .middleSectionLinks li:focus, .common-header__mobile .middleSectionLinks li:hover, .common-header__mobile .seoSectionLinks .common-header__navigation-item-link:active, .common-header__mobile .seoSectionLinks .common-header__navigation-item-link:focus, .common-header__mobile .seoSectionLinks .common-header__navigation-item-link:hover, .common-header__mobile .seoSectionLinks li:active, .common-header__mobile .seoSectionLinks li:focus, .common-header__mobile .seoSectionLinks li:hover, .common-header__mobile .upperSectionLinks .common-header__navigation-item-link:active, .common-header__mobile .upperSectionLinks .common-header__navigation-item-link:focus, .common-header__mobile .upperSectionLinks .common-header__navigation-item-link:hover, .common-header__mobile .upperSectionLinks li:active, .common-header__mobile .upperSectionLinks li:focus, .common-header__mobile .upperSectionLinks li:hover {
  color: #738ce1;
}

.common-header__mobile .upperSectionLinks {
  background-color: #3c5fd5;
}

.common-header__mobile .upperSectionLinks .common-header__navigation-item-link, .common-header__mobile .upperSectionLinks li {
  color: #fff;
}

.common-header__mobile .upperSectionLinks .common-header__navigation-item {
  border-color: #4465d7;
}

.common-header__mobile .middleSectionLinks .common-header__navigation-item {
  border-color: #e4e4e4;
}

.common-header__mobile .lowerSectionLinks .common-header__navigation-item {
  border-color: #d7d7d7;
}

.common-header__mobile .seoSectionLinks {
  padding: 64px 50px 85px;
  margin-bottom: 15px;
}

.common-header__mobile .seoSectionLinks .common-header__navigation-item {
  border-color: #d4d6d6;
}

.common-header__mobile.common-header__navigation-container {
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.common-header__mobile .common-header__navigation-item {
  float: none;
  color: #fff;
  position: relative;
  padding: 0;
}

.common-header__mobile .common-header__navigation-item:active, .common-header__mobile .common-header__navigation-item:focus {
  outline: 0;
}

.common-header__mobile .common-header__navigation-item:active .common-header__navigation-item-link, .common-header__mobile .common-header__navigation-item:focus .common-header__navigation-item-link {
  color: inherit;
}

.common-header__mobile .common-header__navigation-item.common-header__navigation-item--has-submenu .common-header__navigation-list {
  margin: 1px 0 15px;
  background: 0 0;
  width: auto;
}

.common-header__mobile .common-header__navigation-item.common-header__navigation-item--has-submenu .common-header__navigation-item {
  padding: 0;
  margin-left: 20px;
}

.common-header__mobile .common-header__navigation-item.common-header__navigation-item--has-submenu .common-header__navigation-item .common-header__navigation-item-link {
  padding: 17px 0;
  font-size: 17px;
  width: 100%;
}

.common-header__mobile .common-header__navigation-item.common-header__navigation-item--has-submenu .common-header__navigation-item .common-header__navigation-item-link:hover {
  color: inherit;
}

.common-header__mobile .common-header__navigation-item.common-header__navigation-item--has-submenu .common-header__navigation-item--has-submenu .common-header__navigation-item-link {
  margin-right: 30px;
  width: auto;
}

.common-header__mobile .common-header__navigation-item.common-header__navigation-item--has-submenu:after {
  content: "";
  border: solid;
  border-width: 0 1.5px 1.5px 0;
  position: absolute;
  right: 5px;
  top: -12px;
  font-size: 20px;
  line-height: 46px;
  cursor: pointer;
  width: 0;
  transform: translate(2px, 33px) rotate(45deg);
  padding: 2px;
  transition: transform 0.5s ease-in-out;
  border-color: #fff;
}

.common-header__mobile .common-header__navigation-item.common-header__navigation-item--has-submenu.open:after {
  transform: translate(2px, 37px) rotate(225deg);
}

.common-header__mobile .common-header__navigation-item.common-header__navigation-item--has-submenu.open > .common-header__navigation-list {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.common-header__mobile .common-header__navigation-item-link {
  color: #fff;
  text-transform: none;
  font-family: OpenSans, sans-serif;
  font-size: 17px;
  width: 230px;
  padding: 15px 0 16px;
  line-height: 21px;
}

.body__ad-spons--desktop.body__ad-spons--collapsed .common-header__mobile {
  height: calc(100vh - 150px);
}

.body__ad-spons--desktop.body__ad-spons--sticky .common-header__mobile {
  height: calc(100vh - 75px);
}

.body__ad-spons--desktop.body__ad-spons--expanded .common-header__mobile {
  height: calc(100vh - 500px);
}

.body__ad-spons--mobile.body__ad-spons--collapsed .common-header__mobile, .body__ad-spons--mobile.body__ad-spons--sticky .common-header__mobile {
  height: calc(100vh - 60px);
  transform: translateY(60px);
}

.body__ad-spons--desktop.body__ad-spons--hidden .common-header__mobile, .body__ad-spons--mobile.body__ad-spons--hidden .common-header__mobile {
  height: 100vh;
  transform: translateY(0);
}

.body__ad-spons--mobile.body__ad-spons--expanded .common-header__mobile {
  height: calc(100vh - 300px);
  transform: translateY(300px);
}

.common-header.common-header--inner {
  z-index: 100000;
}

@media screen and (min-width: 768px) {
  .common-header__mobile.common-header__navigation-container {
    width: 360px;
    left: auto;
    right: 0;
  }
  .common-header__desktop {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .common-header.common-header--fixed .common-header__navigation {
    visibility: visible;
    opacity: 1;
  }
  .common-header.common-header--inner, .common-header.common-header--inner.common-header--fixed {
    height: 50px;
  }
  .common-header.common-header--inner .common-header__logo {
    top: 8px;
  }
  .common-header.common-header--inner.common-header--fixed .common-header__logo {
    transform: translate3d(-4px, 0, 0);
  }
  .common-header.common-header--inner.common-header--downscroll, .common-header.common-header--inner.common-header--upscroll {
    height: 50px;
  }
  .common-header.common-header--inner .common-header__icon {
    top: 18px;
  }
}/*# sourceMappingURL=skin.css.map */