:root {
  --windowHeight: 100%;
  --gridSpace: 32px;
  --iconButtonSpace: 8px;
  --headerHeight: 86px;
  --stickyHeaderHeight: 60px;
  --bodyOffsetHeight: 80px;
  --scrollbarWidth: 0px;
  --fieldColumnSpace: 32px;
  --formMaxWidth: 632px;
  --formMaxWidthS: 320px;
  --formMaxWidthL: 784px;
  --smallField: 80px;
  --fieldRowSpace: 24px;
  --checkboxRadioSpace: 16px;
  --sectionMargin: 96px;
  --fontSizeDesktop: 42px;
  --fontSizeTablet: 22px;
  --fontSizeMobile: 24px;
  --swiper-theme-color: #14c1ff;
  --swiper-navigation-size: 44px;
}

@media (max-width: 1023px) {
  :root {
    --sectionMargin: 56px;
  }
}


@media (max-width: 767px) {
  :root {
    --gridSpace: 16px;
    --headerHeight: 56px;
    --stickyHeaderHeight: 56px;
    --bodyOffsetHeight: 56px;
  }
}

@media (max-width: 639px) {
  :root {
    --fieldColumnSpace: 24px;
  }
}

@media (max-width: 479px) {
  :root {
    --formMaxWidthS: 100%;
  }
}

.mainNav {
  text-align: left;
  padding: 0 20px;
}

.topNav .rightColmn:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #02478f;
}

.mainNav .title {
  font-size: 18px;
  font-weight: 700;
}

.mainNav .title a {
  color: #fff;
}

.mainNav ul li ul li {
  display: block;
}

.mainNav ul li {
  font-size: 14px;
}

.mainNav ul.tagsUl li {
  margin-bottom: 8px;
}

.mainNav>ul>li {
  margin-bottom: 32px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

.navMore ul li {
  font-size: 13px;
  font-weight: 600;
  list-style: none;
}

.navMore ul li a {
  color: #fff;
  padding: 2px 0;
}

.inl {
  vertical-align: middle;
  display: inline-block;
}

.hidden {
  display: none;
}

.openSub {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hasSub .title a {
  position: relative;
  z-index: 2;
}

.grayRow {
  padding: 10px 15px;
  position: relative;
  background: #ededed;
}

.nav ul li.hidden {
  display: none;
}

.grayRow .nav {
  padding: 0;
}

.grayRow .nav ul li a {
  padding: 3px;
}

.grayRow .nav ul li {
  margin: 13px 0;
}

.rel {
  position: relative;
}



@font-face {
  font-family: icomoon;
  src: url("icomoon.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

[class*=" icon-"], [class^=icon-] {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}

input[type=submit] {
  cursor: pointer;
}

a, input {
  -webkit-tap-highlight-color: transparent;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

.title {
  align-items: flex-end;
  display: flex;
  margin-bottom: 32px;
  text-align: left;
}

.title a {
  flex: 0 0 auto;
}

[class*=" icon-"], [class^=icon-] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e91b";
}

.icon-games:before {
  content: "\e926";
}

h1 {
  font-size: 3rem;
  line-height: 1.1428571429;
  letter-spacing: -1px;
}

h1, h3 {
  font-weight: 700;
  margin: 0 0 16px;
}

h3 {
  font-size: 1.7142857143rem;
  line-height: 1.25;
}

b {
  font-weight: 500;
}

p {
  font-size: 1.2857142857rem;
  line-height: 1.4444444444;
  margin: 0 0 24px;
}

a {
  text-decoration: none;
  transition: color .3s ease;
  color: #000;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  padding-left: 0;
  list-style: none;
}

ul li:before {
  display: none;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - var(--scrollbarWidth));
  height: var(--headerHeight);
  z-index: 10;
  background-color: #fff;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out, background-color .3s ease-out;
  transition: transform .3s ease-out, background-color .3s ease-out, -webkit-transform .3s ease-out;
  box-shadow: 0 0 0 1px #d3d6da;
}

.header .top {
  display: flex;
  height: 100%;
  position: relative;
  z-index: 2;
}

.languageSwitcher {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  list-style-type: none;
  padding-block: 10px 8px;
}

.languageSwitcher a {
  font-size: 12px;
}

.languageSwitcherWrapper__title {
  font-size: 12px;
  line-height: 1;
  color: #455264;
  margin: 0;
  font-weight: 500;
}

.languageSwitcher__item {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.languageSwitcher__link {
  color: #7d8693;
}

.languageSwitcher__link--active, .languageSwitcher__link:active {
  color: #000;
}

.logo {
  transition: height .3s ease;
  height: 42px;
  position: absolute;
  left: 50%;
  top: calc(50% + 12px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 2;
}

.logo figure {
  height: 100%;
}

.logo img {
  display: block;
  height: 100%;
  width: auto;
}

.leftSect {
  order: 0;
  width: 50%;
  text-align: left;
  padding-left: 80px;
  padding-right: 90px;
}

.leftSect .nav {
  height: 100%;
}

.leftSect .nav ul {
  height: 100%;
  display: flex;
  align-items: center;
}

.leftSect .nav li {
  margin-right: 16px;
  height: 100%;
}

.leftSect .nav li:last-child {
  margin-right: 0;
}

.leftSect .nav a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #7d8693;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rightSect {
  order: 3;
  width: 50%;
  text-align: right;
  padding-left: 90px;
}

.opts {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.opts .weatherItem {
  height: 100%;
}

.nav, .nav ul li {
  vertical-align: middle;
  display: inline-block;
}

.nav__icon {
  margin-top: -6px;
  font-size: 1.8571428571rem;
}

.opts .itm {
  display: inline-flex;
  height: 100%;
  align-items: center;
  margin-right: 24px;
}

.opts .itm i {
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.openSearch {
  cursor: pointer;
  transition: color .3s ease;
}

.outloud {
  align-items: center;
  display: flex;
  transition: all .3s ease;
}

.outloud .categ {
  border-right: 1px solid #000;
  margin-right: 8px;
  padding: 0 8px 0 0;
  max-width: 56px;
  min-height: 32px;
  font-size: 16px;
  font-weight: 800;
  line-height: .9;
  color: #000;
  position: relative;
  padding-top: 3px;
}

.outloud .categ:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-flex;
  margin-right: 3px;
  background-color: #f47b23;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.outloud h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  letter-spacing: -.5px;
  margin: 0;
  text-align: left;
}

.submit input {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  padding: 0 32px;
  font-size: 1.0714285714rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .3s ease;
  border: 2px solid #000;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
}

.trigMenu {
  width: 80px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all .3s ease;
  z-index: 4;
}

.burgerIcon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.burgerIcon .burger {
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  transition: -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
  transition: transform .3s cubic-bezier(.55, .055, .675, .19);
  transition: transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
}

.burgerIcon .burger, .burgerIcon .burger:after, .burgerIcon .burger:before {
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  position: absolute;
  left: 0;
}

.burgerIcon .burger:after, .burgerIcon .burger:before {
  content: "";
  display: block;
  transition: top .1s .34s ease-in, opacity .1s ease-in;
}

.burgerIcon .burger:before {
  top: -8px;
}

.burgerIcon .burger:after {
  bottom: -8px;
  transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
}

.navWrp {
  --contentWidth: 1530px;
  position: absolute;
  top: 100%;
  background: #e6ecf2;
  left: 0;
  width: 100%;
  z-index: 2;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, .08);
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
  max-height: calc(var(--vh, 1vh) * 100 - var(--headerHeight));
  scroll-behavior: smooth;
  overflow: auto;
  scrollbar-color: #d3d6da transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

.navWrp::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.navWrp::-webkit-scrollbar-thumb {
  background: #d3d6da;
  border-radius: 90px;
}

.navWrp::-webkit-scrollbar-thumb:hover {
  background: #d3d6da;
}

.navWrp::-webkit-scrollbar-thumb:active {
  background: #d3d6da;
}

.navWrp::-webkit-scrollbar-track {
  background: 0 0;
}

.navWrp .grayRow {
  order: 2;
  padding: 24px 16px;
  background-color: #e6ecf2;
}

.navWrp .grayRow .social {
  max-width: var(--contentWidth);
  margin: 0 auto;
  justify-content: center;
}

.navWrp .grayRow .nav {
  padding: 0;
  width: 100%;
}

.navWrp .grayRow .nav ul {
  margin: 0;
  justify-content: center;
  width: 100%;
}

.navWrp .grayRow .nav ul li {
  margin: 0 12px 0 0;
  padding-right: 12px;
  border-right: 1px solid #000;
}

.navWrp .grayRow .nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.navWrp .grayRow .nav ul li a {
  padding: 0;
  font-size: .8571428571rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

.navWrp .grayRow.mobileOnly {
  padding-top: 0;
}

.topNav {
  background-color: #f3f6f9;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.topNav .mainNav {
  max-width: var(--contentWidth);
  margin: 0 auto;
  padding: 32px 16px;
  width: 100%;
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}

.topNav .rightColmn {
  max-width: var(--contentWidth);
  margin: 0 auto;
  padding: 32px 16px;
  position: relative;
  text-align: left;
  width: 100%;
  background-color: transparent;
}

.topNav .rightColmn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  width: calc(var(--vw, 1vw) * 100);
  height: 100%;
  background-color: #e6ecf2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mainNav ul li, .navMore ul li {
  padding: 0;
  margin-bottom: 40px;
}

.mainNav ul li a, .navMore ul li a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #455264;
  padding: 12px 0;
  display: inline-block;
}

.mainNav ul li li, .navMore ul li li {
  margin-bottom: 0;
}

.mainNav ul li ul:not(.tagsUl), .navMore ul li ul:not(.tagsUl) {
  text-transform: uppercase;
}

.mainNav ul.tagsUl li a {
  font-size: 15px;
  font-weight: 600;
  padding: 6px 0;
  position: relative;
  line-height: 1.4;
}

.mainNav ul.tagsUl li a:before {
  content: "#";
}

.mainNav .title, .navMore .title {
  margin-bottom: 6px;
}

.mainNav .title:after, .navMore .title:after {
  content: unset;
}

.mainNav .title a, .navMore .title span {
  position: relative;
  font-size: 1.7142857143rem;
  font-weight: 850;
  line-height: 1.25;
  color: #000;
  padding: 0;
}

.mainNav .title a:after, .navMore .title span:after {
  content: ".";
  color: #f47b23;
}

.navMore li.hasSub ul {
  width: 100%;
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}

.navMore li.hasSub ul li {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

.social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.searchWrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  z-index: 2;
  padding-left: 80px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none;
}

.searchInp {
  position: relative;
  padding-left: 56px;
  background: #fff;
  height: 100%;
}

.searchInp>form {
  height: 100%;
}

.searchInp .input {
  line-height: 1;
  max-width: calc(100% - 88px);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.searchSubmit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.searchInp .input .searchSubmit input {
  letter-spacing: -.5px;
  font-weight: 500;
  font-size: 1.1428571429rem;
  line-height: 1.25;
  color: #000;
  transition: color .3s ease;
  padding: 0;
  background-color: transparent;
}

.searchInp .input input {
  width: 100%;
  height: 100%;
  padding: 0 104px 0 0;
  font-weight: 500;
  font-size: 1.1428571429rem;
  line-height: 1.25;
  color: #000;
  letter-spacing: -.5px;
}

.closeSearch {
  position: absolute;
  top: 50%;
  right: 24px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .3s ease;
}

.searchInp .submit {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 100%;
  text-align: center;
  color: #acb1b8;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  transition: color .3s ease;
}

.searchInp .submit i {
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.searchInp .submit .icon-search~input {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  background: 0 0;
  cursor: pointer;
}

.weather {
  display: inline-flex;
  height: 100%;
  align-items: center;
  padding: 0 16px;
  position: relative;
  transition: background-color .3s ease-out;
}

.weather span {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #7d8693;
}

.weather b {
  font-weight: 500;
}

.weather>img {
  margin-right: 8px;
}

.weather>img {
  margin-right: 8px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .3s ease;
  width: 32px;
  height: 32px;
}

.openWeather {
  cursor: pointer;
}

@media (min-width:480px) {
  body:not(.navOpened) .navWrp {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

@media (min-width:640px) {
  .hasSub .cnt {
    display: block !important;
  }

  .mobileOnly {
    display: none;
  }
}

@media (min-width:768px) {
  .languageSwitcherWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 86px;
  }

  .languageSwitcher__item {
    margin-right: 8px;
  }

  .languageSwitcher__item:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -10px;
    color: #d3d6da;
  }

  .languageSwitcher__item:last-child {
    margin-right: 0;
    margin-left: 8px;
  }
}

@media (min-width:1280px) {
  .dhidden {
    display: none;
  }

  .header .outloud {
    border-right: 1px solid #d3d6da;
    padding-right: 32px;
    z-index: 1201;
    width: 368px;
  }
}

@media (min-width:1280px) and (max-width:1359px) {
  .header .outloud {
    width: 352px;
  }
}

@media (min-width:1366px) {
  .leftSect .nav ul {
    margin-left: 8px;
  }

  .leftSect .nav li {
    margin-right: 32px;
  }

  .leftSect .nav a {
    gap: 8px;
  }

  .nav__icon {
    font-size: 2.2857142857rem;
  }
}

@media (max-width:1365px) {
  .topNav .mainNav {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}

@media (max-width:1359px) {
  .opts .itm.openWeather {
    margin-right: 16px;
  }
}

@media (max-width:1279px) {
  .nav ul li.thidden, .thidden {
    display: none;
  }

  .nav ul li.tblock {
    display: block;
  }

  .header .outloud {
    display: none;
  }

  .topNav .mainNav {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

@media (max-width:1099px) {
  .opts>div.dhidden {
    display: none;
  }
}

@media (max-width:1023px) {
  .title {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .leftSect .nav li {
    margin-right: 0;
  }

  .topNav .mainNav {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .navMore li.hasSub ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

@media (max-width:767px) {
  .title {
    margin-bottom: 16px;
  }

  .desktopOnly {
    display: none;
  }

  .mhidden, .opts>div.mhidden {
    display: none;
  }

  h1 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.1428571429rem;
  }

  p {
    font-size: 1.1428571429rem;
  }

  .header {
    position: fixed;
  }

  .languageSwitcher {
    padding: 0;
  }

  .languageSwitcherWrapper {
    padding: 32px 16px;
  }

  .languageSwitcherWrapper:not(.desktopOnly) {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
  }

  .languageSwitcher__item {
    padding-left: 26px;
  }

  .languageSwitcher__item:not(:last-child) {
    margin-right: 24px;
  }

  .languageSwitcher__link::before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #455264;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transition: background-color .3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }

  .languageSwitcher__link--active, .languageSwitcher__link:active {
    color: #000;
  }

  .languageSwitcher__link--active::before, .languageSwitcher__link:active::before {
    background-color: #455264;
  }

  .logo {
    top: 50%;
  }

  .leftSect {
    padding-left: 56px;
    padding-right: 0;
  }

  .opts .itm {
    margin-right: 16px;
  }

  .submit {
    width: 100%;
  }

  .submit input {
    margin-top: 24px;
    width: 100%;
  }

  .trigMenu {
    width: 56px;
  }

  .topNav .mainNav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .topNav .rightColmn {
    padding-bottom: 0;
  }

  .navMore li.hasSub ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .searchWrp {
    padding: 0;
    z-index: 4;
  }

  .searchInp {
    padding-left: 40px;
  }

  .searchInp .input {
    max-width: calc(100% - 56px);
  }

  .searchInp .input input {
    padding: 0 88px 0 0;
  }

  .closeSearch {
    right: 16px;
  }
}

@media (max-width:639px) {
  .mobileOnly {
    display: block;
  }

  .grayRow {
    text-align: left;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
  }

  .mblock {
    display: block;
  }

  .nav ul li.mblock {
    display: block;
  }

  h3 {
    line-height: 1.25;
  }

  .categ {
    font-size: 12px;
    max-width: 90%;
  }

  .searchInp {
    padding-left: 45px;
  }

  .grayRow .nav {
    padding-bottom: 35px;
  }

  .opts .itm {
    margin-right: 8px;
  }

  .submit input {
    padding: 0 16px;
  }

  .topNav .mainNav {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-bottom: 0;
  }

  .mainNav ul li, .navMore ul li {
    margin-bottom: 32px;
  }

  .mainNav ul li ul, .navMore ul li ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .navMore li.hasSub ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .searchInp .input {
    max-width: calc(100% - 44px);
  }

  .closeSearch {
    right: 8px;
  }

  .searchInp .submit {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .searchInp .submit i {
    font-size: 26px;
  }
}

@media (max-width:479px) {
  body:not(.navOpened) .navWrp {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .navWrp {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width:420px) {
  .leftSect .nav__title {
    display: none;
  }
}

@media (hover:hover) and (pointer:fine) {
  a:hover {
    color: #455264;
  }

  .leftSect .nav a:hover {
    color: #000;
  }

  .openSearch:hover {
    color: #455264;
  }

  .submit input:hover {
    background-color: #455264;
    border-color: #455264;
    color: #fff;
  }

  .mainNav ul li a:hover, .navMore ul li a:hover {
    color: #000;
  }

  .mainNav .title a:hover, .navMore .title span:hover {
    color: #455264;
  }

  .navMore .title span:hover {
    color: #000;
  }

  .searchInp .input .searchSubmit input:hover {
    color: #455264;
  }

  .closeSearch:hover {
    color: #455264;
  }

  .searchInp .submit:hover {
    color: #000;
  }
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .logo, .logo img {
    transition: none;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=submit] {
    -webkit-appearance: button;
  }

  input[type=search] {
    -webkit-appearance: textfield;
  }
}

@media print {
  a img {
    border: 0;
  }

  a {
    color: #000;
  }

  a:link::after, a:link:after, a:visited::after, a:visited:after {
    font-size: smaller;
  }

  .header .leftSect, .header .rightSect {
    display: none;
  }

  .social {
    display: none;
  }

  body .header {
    text-align: center;
    padding: 30px 0;
    page-break-before: avoid;
    border-bottom: solid 1px #e1e1e1;
    line-height: 1;
    position: relative !important;
  }

  img {
    max-width: 100%;
    width: 100%;
  }
}