.youtube,
.instagram,
.linkedin,
.facebook,
.telegram {
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skewX(-30deg);
  transition: 0.2s all ease-in-out;
}
.social {
  display: flex;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 1650px) {
  .social {
    max-width: 265px;
  }
}
@media screen and (max-width: 1440px) {
  .social {
    height: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .social {
    padding-top: 1px;
  }
}
@media screen and (max-width: 920px) {
  .social {
    max-width: 255px;
  }
}
@media screen and (max-width: 720px) {
  .social {
    display: none;
  }
}
.control-panel {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 630px) {
  .contol-panel-top {
    height: 151px;
  }
}
.control-panel-btm {
  background-color: #f0f2f4;
  border-top: 1px solid #dbe0ea;
  max-height: 70px;
  min-height: 70px;
}
@media screen and (max-width: 1280px) {
  .control-panel-btm {
    flex-wrap: wrap;
  }
}
.control-panel-btm .panel-left {
  background-color: #f0f2f4;
}
@media screen and (max-width: 1280px) {
  .control-panel-btm {
    padding: 0;
  }
}
.control-panel-btm .youtube,
.control-panel-btm .instagram,
.control-panel-btm .linkedin,
.control-panel-btm .facebook,
.control-panel-btm .telegram {
  background-color: #f0f2f4;
}
.control-panel-btm .panel-email {
  background: #fff;
  border-top: 1px solid #dbe0ea;
}
@media screen and (max-width: 1600px) {
  .control-panel-btm .panel-email {
    width: 400px;
  }
}
@media screen and (max-width: 1280px) {
  .control-panel-btm .panel-email {
    transform: skewX(0deg);
    max-width: 1000px;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .control-panel-btm .panel-email .search {
    transform: skewX(0deg);
  }
}
.control-panel-btm .panel-btm {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .control-panel-btm .panel-btm {
    width: 100%;
    justify-content: space-between;
  }
}
.control-panel-btm .panel-btm .panel-email {
  border-top: 1px solid #dbe0ea;
}
.control-panel-btm .panel-left--bottom {
  justify-content: center;
  padding-right: 20px;
}
@media screen and (max-width: 1550px) {
  .control-panel-btm .panel-left--bottom {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 729px) {
  .control-panel-btm .panel-left--bottom {
    width: 100%;
    max-width: none;
    padding: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 1280px) {
  .control-panel-btm .panel-left--bottom .youtube,
  .control-panel-btm .panel-left--bottom .instagram,
  .control-panel-btm .panel-left--bottom .linkedin,
  .control-panel-btm .panel-left--bottom .facebook,
  .control-panel-btm .panel-left--bottom .telegram {
    width: 20%;
    max-width: none;
  }
}
@media screen and (max-width: 720px) {
  .control-panel-btm .panel-left--bottom .youtube {
    border-left: none;
  }
}
@media screen and (max-width: 720px) {
  .control-panel-btm .panel-left--bottom .telegram {
    border-right: none;
  }
}
.control-panel-btm .panel-right-btm {
  max-width: 875px;
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .control-panel-btm .panel-right-btm {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 729px) {
  .control-panel-btm .panel-right-btm {
    display: none;
  }
}
.panel-left,
.panel-right {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .panel-left,
  .panel-right {
    max-width: none;
    width: 50%;
  }
}
.panel-right {
  max-width: 810px;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .panel-right {
    flex-wrap: wrap;
  }
}
.panel-left {
  max-width: 700px;
}
.panel-left-top {
  justify-content: flex-start;
}
@media screen and (max-width: 1800px) {
  .panel-left-top {
    max-width: 650px;
  }
}
@media screen and (max-width: 1700px) {
  .panel-left-top {
    max-width: 600px;
  }
}
@media screen and (max-width: 1500px) {
  .panel-left-top {
    max-width: 550px;
  }
}
@media screen and (max-width: 1370px) {
  .panel-left-top {
    max-width: 520px;
  }
}
@media screen and (max-width: 1280px) {
  .panel-left-top {
    flex-wrap: wrap;
    max-width: 260px;
  }
}
@media screen and (max-width: 920px) {
  .panel-left-top {
    max-width: 255px;
  }
}
@media screen and (max-width: 768px) {
  .panel-left-top {
    max-width: 200px;
  }
}
@media screen and (max-width: 720px) {
  .panel-left-top {
    max-width: none;
    width: 0;
  }
}
@media screen and (max-width: 1440px) {
  .panel-left-top .youtube,
  .panel-left-top .instagram,
  .panel-left-top .linkedin,
  .panel-left-top .facebook,
  .panel-left-top .telegram {
    height: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .panel-left-top .youtube,
  .panel-left-top .instagram,
  .panel-left-top .linkedin,
  .panel-left-top .facebook,
  .panel-left-top .telegram {
    transform: skewX(0deg);
  }
}
@media screen and (max-width: 1280px) {
  .panel-left-top .yt .transform,
  .panel-left-top .insta .transform,
  .panel-left-top .linked .transform,
  .panel-left-top .fb .transform,
  .panel-left-top .teleg .transform {
    transform: skewX(0deg);
  }
}
.youtube,
.instagram,
.linkedin,
.facebook,
.telegram {
  max-width: 90px;
  border-bottom: 1px solid #dbe0ea;
  border-right: 2px solid #dbe0ea;
  height: 69px;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  .youtube,
  .instagram,
  .linkedin,
  .facebook,
  .telegram {
    max-width: 69px;
  }
}
@media screen and (max-width: 920px) {
  .youtube,
  .instagram,
  .linkedin,
  .facebook,
  .telegram {
    max-width: 50px;
  }
}
.yt,
.insta,
.linked,
.fb,
.teleg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yt .transform,
.insta .transform,
.linked .transform,
.fb .transform,
.teleg .transform {
  transform: skewX(30deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.yt .transform .yt-hover,
.insta .transform .yt-hover,
.linked .transform .yt-hover,
.fb .transform .yt-hover,
.teleg .transform .yt-hover,
.yt .transform .insta-hover,
.insta .transform .insta-hover,
.linked .transform .insta-hover,
.fb .transform .insta-hover,
.teleg .transform .insta-hover,
.yt .transform .linked-hover,
.insta .transform .linked-hover,
.linked .transform .linked-hover,
.fb .transform .linked-hover,
.teleg .transform .linked-hover,
.yt .transform .fb-hover,
.insta .transform .fb-hover,
.linked .transform .fb-hover,
.fb .transform .fb-hover,
.teleg .transform .fb-hover,
.yt .transform .telegram-hover,
.insta .transform .telegram-hover,
.linked .transform .telegram-hover,
.fb .transform .telegram-hover,
.teleg .transform .telegram-hover {
  display: none;
}
.youtube:hover {
  border-color: #d64848;
  background-color: #d64848;
}
.youtube:hover .yt img {
  display: none;
}
.youtube:hover .yt .yt-hover {
  display: block;
  width: 100%;
  height: 100%;
}
.instagram:hover {
  border-color: #e39362;
  background-color: #e39362;
}
.instagram:hover .insta img {
  display: none;
}
.instagram:hover .insta .insta-hover {
  display: block;
  width: 100%;
  height: 100%;
}
.linkedin:hover {
  border-color: #0080c6;
  background-color: #0080c6;
}
.linkedin:hover .linked img {
  display: none;
}
.linkedin:hover .linked .linked-hover {
  display: block;
  width: 100%;
  height: 100%;
}
.facebook:hover {
  border-color: #366199;
  background-color: #366199;
}
.facebook:hover .fb img {
  display: none;
}
.facebook:hover .fb .fb-hover {
  display: block;
  width: 100%;
  height: 100%;
}
.telegram:hover {
  border-color: #1a89c0;
  background-color: #1a89c0;
}
.telegram:hover .teleg img {
  display: none;
}
.telegram:hover .teleg .telegram-hover {
  display: block;
  width: 100%;
  height: 100%;
}
.panel-calendar {
  max-width: 355px;
  background-color: #2b3384;
  margin-left: -20px;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skewX(-30deg);
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 1650px) {
  .panel-calendar {
    max-width: 280px;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .panel-calendar {
    order: 6;
    position: absolute;
    top: 51px;
    left: 0;
  }
}
@media screen and (max-width: 1440px) {
  .panel-calendar {
    height: 50px;
  }
}
@media screen and (max-width: 630px) {
  .panel-calendar {
    top: 101px;
    max-width: 100px;
  }
}
.calend {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calend .transform {
  transform: skewX(30deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.calend .transform img {
  padding-right: 15px;
}
@media screen and (max-width: 630px) {
  .calend .transform img {
    padding: 0;
  }
}
.calend .transform p {
  font-size: 14px;
  font-family: 'Helvetica-Bold';
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 630px) {
  .calend .transform p {
    display: none;
  }
}
.calend:hover {
  background-color: #379eda;
}
.panel-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  max-width: 150px;
  background-color: #2b3384;
  transform: skewX(30deg);
  transition: 0.2s all ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 1650px) {
  .panel-login {
    max-width: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .panel-login {
    height: 52px;
  }
}
@media screen and (max-width: 1280px) {
  .panel-login {
    transform: skewX(0deg);
  }
}
@media screen and (max-width: 630px) {
  .panel-login {
    width: 35%;
    max-width: none;
  }
}
.panel-login:hover {
  background-color: #379eda;
}
.login,
.registration {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'Helvetica-Bold';
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.login .transform,
.registration .transform {
  transform: skewX(-30deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .login .transform,
  .registration .transform {
    transform: skewX(0deg);
  }
}
.login:hover {
  background-color: #379eda;
}
.registration {
  z-index: 3;
}
.panel-registration {
  max-width: 280px;
  background-color: #5073b6 ;
  position: relative;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 1650px) {
  .panel-registration {
    max-width: 240px;
  }
}
@media screen and (max-width: 1440px) {
  .panel-registration {
    height: 52px;
  }
}
@media screen and (max-width: 800px) {
  .panel-registration {
    max-width: 200px;
  }
}
@media screen and (max-width: 630px) {
  .panel-registration {
    max-width: none;
    width: 65%;
  }
}
.panel-registration:after {
  position: relative;
  display: block;
  width: 50px;
  height: 100%;
  top: 0;
  right: 80%;
  background: #5073b6 ;
  transform-origin: bottom left;
  transform: skew(30deg, 0deg);
  z-index: 2;
  content: '';
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .panel-registration:after {
    display: none;
  }
}
.panel-registration:hover {
  background-color: #0080c6;
}
.panel-registration:hover:after {
  background-color: #0080c6;
}
.panel-subscribe {
  display: flex;
  flex-direction: column;
  color: #00598a;
  align-items: center;
  padding: 10px 40px 10px 0;
}
@media screen and (max-width: 1280px) {
  .panel-subscribe {
    align-items: flex-start;
  }
}
.panel-subscribe-title,
.panel-subscribe-subtitle {
  width: 305px;
}
.panel-subscribe-title {
  font-weight: 700;
  font-family: 'OpenSans-Bold';
  font-size: 18px;
}
.panel-subscribe-subtitle {
  font-weight: 300;
  font-family: 'OpenSans-Light';
  font-size: 14px;
}
.subscribe-text {
  transform: skewX(-30deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe-text:hover {
  background-color: #5073b6 ;
}
.panel-btn--subscribe {
  max-width: 280px;
  background-color: #2b3384;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 540px) {
  .panel-btn--subscribe {
    max-width: 180px;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 370px) {
  .panel-btn--subscribe {
    position: relative;
    max-width: 45%;
  }
}
.panel-btn--subscribe:after {
  position: relative;
  display: block;
  width: 50px;
  height: 100%;
  top: 0;
  right: 85%;
  background: #2b3384;
  transform-origin: bottom left;
  transform: skew(30deg, 0deg);
  z-index: 99;
  content: '';
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 540px) {
  .panel-btn--subscribe:after {
    right: 0%;
    width: 100px;
  }
}
@media screen and (max-width: 370px) {
  .panel-btn--subscribe:after {
    position: absolute;
    width: 50px;
    right: 70%;
  }
}
@media screen and (max-width: 320px) {
  .panel-btn--subscribe:after {
    width: 45px;
  }
}
.panel-btn--subscribe:hover {
  background-color: #5073b6 ;
}
.panel-btn--subscribe:hover:after {
  background-color: #5073b6 ;
}
.subscribe-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'Helvetica-Bold';
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 540px) {
  .subscribe-link {
    width: 100%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 540px) {
  .subscribe-link {
    margin-right: 5px;
    z-index: 100;
  }
}
.panel-search {
  transform: skewX(30deg);
  width: 100%;
  height: 70px;
  border-left: 1px solid #dbe0ea;
  border-bottom: 1px solid #dbe0ea;
}
@media screen and (max-width: 1550px) {
  .panel-search {
    max-width: 250px;
  }
}
@media screen and (max-width: 1440px) {
  .panel-search {
    height: 51px;
    max-width: 250px;
  }
}
@media screen and (max-width: 1280px) {
  .panel-search {
    transform: skewX(0deg);
    flex-grow: 1;
    width: 200px;
    max-width: inherit;
    border-left: none;
  }
}
@media screen and (max-width: 720px) {
  .panel-search {
    border-left: 1px solid #dbe0ea;
  }
}
@media screen and (max-width: 630px) {
  .panel-search {
    order: 3;
    position: absolute;
    top: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .panel-search .search-input-label {
    top: 15px;
  }
}
.panel-email {
  transform: skewX(30deg);
  width: 580px;
  height: 70px;
  border-left: 1px solid #dbe0ea;
}
.search {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transform: skewX(-30deg);
}
@media screen and (max-width: 1800px) {
  .panel-right-top {
    max-width: 750px;
  }
}
@media screen and (max-width: 1700px) {
  .panel-right-top {
    max-width: 700px;
  }
}
@media screen and (max-width: 1370px) {
  .panel-right-top {
    max-width: 650px;
  }
}
@media screen and (max-width: 1280px) {
  .panel-right-top {
    flex-grow: 1;
    max-width: none;
  }
}
@media screen and (max-width: 1280px) {
  .panel-right-top .search {
    transform: skewX(0deg);
    flex-grow: 1;
  }
}
.submit-search {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.submit-search__wrap {
  position: relative;
  transition: 0.2s all ease-in-out;
  transform: skewX(30deg);
  height: 70px;
  width: 90px;
  z-index: 1;
  height: 100%;
  border-left: 1px solid #dbe0ea;
}
@media screen and (max-width: 1280px) {
  .submit-search__wrap {
    transform: skewX(0deg);
    background: #f1f3f7;
    width: 60px;
  }
}
.submit-search__wrap:before {
  content: '';
  position: absolute;
  display: block;
  background: url("../img/main/menu-search.png");
  transform: skewX(-30deg);
  top: 26px;
  left: 25%;
  width: 24px;
  height: 24px;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .submit-search__wrap:before {
    top: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .submit-search__wrap:before {
    transform: skewX(0deg);
  }
}
.submit-search__wrap:hover {
  background-color: #2b3384;
  border-color: #2b3384;
}
.submit-search__wrap:hover::before {
  background: url("../img/main/menu-search-hover.png");
}
.search-input__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 20px;
}
@media screen and (max-width: 1280px) {
  .search-input__wrap {
    padding-left: 10%;
  }
}
@media screen and (max-width: 920px) {
  .search-input__wrap {
    padding-left: 5%;
  }
}
.search-bar {
  width: 100%;
  display: block;
  transition: all 0.5ms ease-in-out;
  cursor: text;
  position: relative;
  bottom: -16px;
}
.input-search:focus ~ .search-bar {
  padding-top: 2px;
  border-bottom: 3px solid #2b3384;
}
.input-search {
  cursor: text;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  appearance: none;
}
.input-search:focus ~ .search-input-label {
  top: 0px;
  color: #2b3384;
  font-size: 12px;
}
.input-search:focus {
  height: 20px;
}
.search-input-label {
  font-family: 'HelveticaNeue-Light', sans-serif;
  font-size: 14px;
  color: #343537;
  letter-spacing: 1.4px;
  position: absolute;
  top: 30px;
  transition: all 0.2s ease;
  cursor: text;
}
.menu-burger-wrap {
  display: none;
  height: 50px;
  outline: none;
}
@media screen and (max-width: 1280px) {
  .menu-burger-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .menu-burger-wrap {
    position: absolute;
    top: 102px;
    max-width: 70px;
  }
}
.menu-burger-wrap:hover {
  cursor: pointer;
}
.menu-burger,
.menu-burger__close {
  display: none;
}
.menu-burger img,
.menu-burger__close img {
  margin-right: 26px;
}
@media screen and (max-width: 630px) {
  .menu-burger img,
  .menu-burger__close img {
    margin: 0;
  }
}
.menu-burger p,
.menu-burger__close p {
  font-family: Helvetica-Bold, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #5073b6 ;
}
@media screen and (max-width: 630px) {
  .menu-burger p,
  .menu-burger__close p {
    display: none;
  }
}
.menu-burger:after,
.menu-burger__close:after {
  position: relative;
  display: block;
  width: 50px;
  height: 100%;
  top: 0;
  right: 85%;
  background: #f1f3f7;
  transform-origin: bottom left;
  transform: skew(30deg, 0deg);
  z-index: 99;
  content: '';
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 630px) {
  .menu-burger:after,
  .menu-burger__close:after {
    position: absolute;
    right: 40%;
    z-index: -10;
    width: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .menu-burger,
  .menu-burger__close {
    background-color: #f1f3f7;
    max-width: 295px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 5;
  }
}
@media screen and (max-width: 630px) {
  .menu-burger,
  .menu-burger__close {
    max-width: 69px;
    justify-content: center;
  }
}
.menu-burger__close {
  display: none;
}
@media screen and (max-width: 1280px) {
  .menu-burger__close {
    display: none;
  }
}
.menu-burger-wrap.active .menu-burger {
  display: none;
}
.menu-burger-wrap.active .menu-burger__close {
  display: flex;
  background-color: #2b3384;
}
.menu-burger-wrap.active .menu-burger__close::after {
  background-color: #2b3384;
}
.menu-burger-wrap.active .menu-burger__close p {
  color: #fff;
  font-size: 14px;
}
.menu-burger-wrap.active .menu-burger__close img {
  width: 20px;
  height: 20px;
}
header {
  border-bottom: 1px solid #dbe0ea;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  user-select: none !important;
  outline: none !important;
  box-shadow: none !important;
}
@media screen and (max-width: 1280px) {
  header {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding-bottom: 40px;
  }
}
header li {
  user-select: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.main-menu {
  display: flex;
  justify-content: center;
  padding: 0 40px;
  height: 40px;
  position: relative;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
@media screen and (max-width: 1600px) {
  .main-menu {
    padding: 0 20px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1280px) {
  .main-menu {
    display: none;
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 265px;
    width: 100%;
    align-self: flex-end;
    margin-left: auto;
    height: auto;
    position: absolute;
    right: 0%;
    top: 103px;
    background-color: #f1f3f7;
    z-index: 100;
    padding: 20px 0;
    overflow: hidden;
    webkit-tap-highlight-color: rgba(0,0,0,0);
  }
}
@media screen and (max-width: 767px) {
  .main-menu {
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .main-menu {
    top: 151px;
  }
}
.logo-wrap {
  align-self: center;
  position: relative;
  bottom: 25px;
  width: 110px;
  height: 80px;
}
@media screen and (max-width: 1600px) {
  .logo-wrap {
    bottom: 23px;
  }
}
@media screen and (max-width: 1280px) {
  .logo-wrap {
    display: none;
  }
}
.logo-wrap .logo-link {
  width: 100%;
  height: 100%;
  display: block;
}
.logo-wrap img {
  width: 100%;
  height: 100%;
}
.menu-block-left,
.menu-block-right {
  width: auto;
  margin: 10px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1281px) {
  .menu-block-left,
  .menu-block-right {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .menu-block-left,
  .menu-block-right {
    display: none;
    outline: none;
  }
}
.menu-block-left .menu,
.menu-block-right .menu {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .menu-block-left .menu,
  .menu-block-right .menu {
    flex-direction: column;
    align-items: flex-start;
    outline: none;
    webkit-tap-highlight-color: rgba(0,0,0,0);
  }
}
.main-menu.active .menu-block-left .menu,
.main-menu.active .menu-block-right .menu {
  outline: none;
}
.menu-block-left {
  margin-right: 50px;
}
@media screen and (max-width: 1600px) {
  .menu-block-left {
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .menu-block-left {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
}
.menu-block-right {
  margin-left: 50px;
}
@media screen and (max-width: 1600px) {
  .menu-block-right {
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .menu-block-right {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0;
  }
}
.menu-item {
  z-index: 99;
  text-align: center;
  box-sizing: border-box;
  float: left;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  outline: none;
  outline-offset: none;
  user-select: none;
}
.menu-item a,
.menu-item p,
.menu-item span {
  font-size: 14px;
  font-family: 'HelveticaNeue-Medium';
  color: #343537;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.2em;
  position: relative;
  width: 100%;
  padding-right: 3px;
  z-index: 10;
  box-sizing: border-box;
  line-height: 18px;
}
@media screen and (max-width: 1280px) {
  .menu-item a,
  .menu-item p,
  .menu-item span {
    width: 100%;
    max-width: inherit;
    padding-right: 0;
    display: block;
    text-align: left;
    font-family: 'Helvetica-Bold', 'sans-serif';
    padding: 0 20px;
    user-select: none;
  }
}
.menu-item:hover a,
.menu-item:hover p,
.menu-item:hover span {
  color: #2b3384;
  outline: none;
}
@media screen and (max-width: 1280px) {
  .menu-item:hover a,
  .menu-item:hover p,
  .menu-item:hover span {
    color: #343537;
  }
}
.menu-item:hover .submenu {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .menu-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .menu-item:hover .submenu {
    position: relative;
  }
}
@media screen and (max-width: 1280px) {
  .menu-item .item-with-sublist::hover {
    color: #2d3585;
    webkit-tap-highlight-color: rgba(0,0,0,0);
  }
}
.menu-item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 1280px) {
  .menu-item:not(:last-child) {
    margin-right: 0;
    webkit-tap-highlight-color: rgba(0,0,0,0);
  }
}
.submenu {
  position: absolute;
  top: 0;
  padding-top: 29px;
  z-index: 99;
  font-size: 12px;
  text-align: left;
  background: transparent;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 0.5s ease;
  box-sizing: border-box;
  outline-style: none;
  webkit-tap-highlight-color: rgba(0,0,0,0);
}
.submenu .submenu-item {
  width: 100%;
  background-color: #f0f2f4;
  transition: all 0.2s ease-in-out;
  position: relative;
  outline-style: none;
}
@media screen and (max-width: 1280px) {
  .submenu .submenu-item {
    margin-top: 15px;
    user-select: none;
  }
}
.submenu .submenu-item:hover {
  visibility: visible;
  opacity: 1;
}
.submenu .submenu-item:hover .second-submenu {
  visibility: visible;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.submenu .submenu-item a,
.submenu .submenu-item p {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: #f0f2f4;
  color: #3e3f40;
  font-family: 'Helvetica-Bold', 'sans-serif';
  padding: 10px 30px 10px 10px;
  margin-right: 10px;
  text-transform: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media screen and (max-width: 1280px) {
  .submenu .submenu-item a,
  .submenu .submenu-item p {
    padding: 0;
    padding-left: 100px;
    right: 60px;
    position: relative;
    user-select: none;
  }
  .submenu .submenu-item a:hover,
  .submenu .submenu-item p:hover {
    background-color: transparent;
    color: #2b3384;
  }
  .submenu .submenu-item a:hover,
  .submenu .submenu-item p:hover {
    text-transform: capitalize;
  }
}
@media screen and (max-width: 1280px) {
  .submenu .submenu-item a {
    width: 30%;
  }
}
@media screen and (max-width: 1280px) {
  .submenu {
    padding-top: 0;
    padding-left: 0;
    visibility: visible;
    opacity: 1;
    position: relative;
    display: none;
    flex-direction: column;
    z-index: 110;
  }
  .submenu:hover {
    display: flex;
  }
}
.submenu-item.active > .submenu-item__link:after {
  border: 5px solid transparent;
  border-bottom: 7px solid #2b3384;
  display: block;
  width: 0;
  height: 0;
  top: 0;
}
@media screen and (max-width: 1280px) {
  .submenu-item:hover > .second-submenu:hover {
    display: block;
  }
}
.second-submenu {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 230px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 0.5s ease;
}
@media screen and (max-width: 1280px) {
  .second-submenu {
    position: relative;
    visibility: visible;
    opacity: 1;
    width: 100%;
    top: inherit;
    left: inherit;
    display: none;
  }
}
.second-submenu .submenu-item {
  width: 100%;
}
.second-submenu .submenu-item a {
  text-transform: none;
  padding: 15px 0 10px 10px;
}
.second-submenu .submenu-item a:hover {
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .second-submenu .submenu-item a {
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'HelveticaNeue-Light', sans-serif;
    position: relative;
    right: 0px;
  }
  .second-submenu .submenu-item a:hover {
    text-transform: capitalize;
  }
}
@media screen and (max-width: 1280px) {
  .second-submenu .submenu-item {
    margin-top: 5px;
  }
}
.second-submenu.active {
  display: flex;
  flex-direction: column;
}
.menu-item {
  position: relative;
  box-sizing: border-box;
  outline: none;
}
.menu-item:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #343537;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all ease-in-out;
  right: -10px;
}
@media screen and (max-width: 1280px) {
  .menu-item:after {
    right: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #343537;
    top: 10px;
    z-index: 200;
  }
}
.menu-item:hover {
  cursor: pointer;
}
.menu-item:hover:after {
  cursor: pointer;
}
.menu-item .submenu .submenu-item a:hover {
  cursor: pointer;
  color: #fff;
  background-color: #2b3384;
  text-transform: uppercase;
}
.item__with-second-menu {
  position: relative;
}
.item__with-second-menu:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #343537;
  top: 50%;
  transition: 0.4s all ease-in-out;
  right: 10px;
  z-index: 10;
  transform: translateY(-50%);
}
.item__with-second-menu:hover a.submenu-item__link {
  cursor: pointer;
  color: #fff;
  background-color: #2b3384;
  text-transform: uppercase;
}
.menu-block-right .menu .menu-item:last-child::after,
.menu-block-right .menu .menu-item:nth-child(2):after {
  display: none;
}
@media screen and (max-width: 1280px) {
  .item__with-second-menu::after {
    top: 10px;
  }
  .item__with-second-menu:hover a.submenu-item__link,
  .menu-item .submenu .submenu-item a:hover {
    background-color: #f0f2f4;
    cursor: pointer;
    text-transform: none;
    color: #2b3384;
  }
  .second-submenu.active .submenu-item:hover a {
    color: #fff;
    background-color: #2b3384;
  }
}
@media screen and (max-width: 1280px) {
  .menu-item.active {
    user-select: none;
    outline: none;
    box-shadow: none !important;
    webkit-tap-highlight-color: rgba(0,0,0,0) !important;
  }
  .menu-item.active:after {
    border: 5px solid transparent;
    border-bottom: 7px solid #2b3384;
    border-top: 0;
    display: block;
    width: 0;
    height: 0;
    top: 5px;
    z-index: 300;
  }
  .menu-item.active .item-with-sublist {
    color: #2b3384;
    user-select: none;
  }
  .menu-item.active .submenu {
    display: block;
    outline: none !important;
    webkit-tap-highlight-color: rgba(0,0,0,0) !important;
  }
}
.item__with-second-menu.active:after {
  border: 5px solid transparent;
  border-bottom: 7px solid #2b3384;
  border-top: 0;
  display: block;
  width: 0;
  height: 0;
}
@media screen and (max-width: 1280px) {
  .item__with-second-menu:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #343537;
  }
}
