html {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
body {
  margin: 0;
  padding: 0;
}
.top-menu-line {
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 9;
  background: white;
  top: 0;
}
.top-menu-line .logo {
  margin: 6px 0 0 55px;
  float: left;
}
.top-menu-line .logo img {
  width: 44px;
  height: 48px;
}
.top-menu-line .lang-select {
  font-weight: 600;
  color: #044569;
  float: right;
  margin-top: 11px;
  cursor: pointer;
  margin-right: 10px;
  text-transform: uppercase;
}
.top-menu-line .lang-select .popup {
  position: absolute;
  margin-top: 13px;
  display: none;
}
.top-menu-line .lang-select .popup .lang-opt {
  display: block;
  text-decoration: none;
  width: 137px;
  height: 35px;
  background-color: #092d44;
  color: white;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}
.top-menu-line .lang-select .popup .lang-opt:hover {
  background-color: #0b4165;
}
.top-menu-line .lang-select .lbtn {
  height: 36px;
  display: block;
  width: 128px;
  border-left: 2px solid #f2f2f2;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  letter-spacing: 4px;
}
.top-menu-line .lang-select .lbtn span {
  display: block;
  width: 35px;
  margin: 0 auto;
  font-size: 14px;
}
.top-menu-line .lang-select .lbtn span:before {
  content: '';
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  background: url(/images/lang-show.svg) no-repeat;
  margin: 7px 0 0 39px;
}
.top-menu-line .lang-select:hover {
  color: #1788d3;
}
.top-menu-line .lang-select:hover .lbtn span:before {
  background: url(/images/lang-show-hover.svg) no-repeat;
}
.top-menu-line .lang-select.open .popup {
  display: block;
}
.top-menu-line .lang-select.open .lbtn span {
  color: #1788d3;
}
.top-menu-line .lang-select.open .lbtn span:before {
  background: url(/images/lang-hide.svg) no-repeat !important;
}
.top-menu-line .menu-btn {
  display: none;
  font-weight: 600;
  float: right;
  width: 120px;
  text-align: center;
  cursor: pointer;
}
.top-menu-line .menu-btn span {
  color: #044569;
  font-size: 14px;
  display: block;
  height: 36px;
  border-left: 2px solid #f2f2f2;
  padding: 10px;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-top: 11px;
}
.top-menu-line .close-btn {
  display: none;
  font-weight: 600;
  float: right;
  width: 120px;
  text-align: center;
  padding-right: 15px;
  cursor: pointer;
}
.top-menu-line .close-btn span {
  color: #044569;
  width: 135px;
  font-size: 14px;
  display: block;
  height: 36px;
  border-left: 2px solid #f2f2f2;
  padding: 10px;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-top: 11px;
}
.top-menu-line .close-btn svg {
  fill: #044569;
  fill-rule: evenodd;
}
.top-menu-line .top-menu-links {
  float: right;
  font-weight: 600;
  letter-spacing: 4.1px;
}
.top-menu-line .top-menu-links .top-links div {
  height: 60px;
  border-bottom: 3px solid transparent;
  display: inline-block;
  padding: 20px 20px;
  box-sizing: border-box;
  float: left;
  margin-right: 17px;
  transition: 0.3s all ease-in-out;
}
.top-menu-line .top-menu-links .top-links div a {
  color: #044569;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
  text-transform: uppercase;
}
.top-menu-line .top-menu-links .top-links div:hover {
  border-bottom: 3px solid #044569;
}
.top-menu-line .top-menu-links .top-links div:hover a {
  color: #1788d3;
}
.page-container {
  margin-top: 60px;
}
.slidermy {
  background-color: #044569;
}
.slider-overlaybg {
  margin: 0px auto;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 8;
  background-color: rgba(255, 140, 0, 0.31);
}
.sliderover {
  margin: 0px auto;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 6;
  margin-top: -340px;
  pointer-events: none;
}
.sliderover img {
  width: 412px;
  height: auto;
}
.sliderover .slogan {
  text-transform: uppercase;
  color: #0b4165;
  font-weight: 600;
  letter-spacing: 5.5px;
  font-size: 18px;
  margin-top: 34px;
}
.sliderimage {
  overflow: hidden;
  background: url(/images/slides/slide1.jpg) no-repeat center -80px;
  background-size: cover;
  height: 580px;
  opacity: 0.3;
}
.page-header {
  text-transform: uppercase;
  color: #044569;
  font-weight: 600;
  letter-spacing: 5.5px;
  font-size: 18px;
  padding-top: 80px;
  margin-bottom: 70px;
  text-align: center;
}
hr.small {
  width: 45px;
  height: 2px;
  background-color: #dcdcdc;
  border: 0;
}
hr.add-space-bottom {
  margin-bottom: 80px;
}
.about-big-slogan {
  width: 865px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  color: #0b4165;
  line-height: 49px;
}
.about-big-slogan-desc {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #0b4165;
  margin-top: 29px;
  line-height: 30px;
}
.worldicon {
  width: 49px;
  height: 50px;
  display: block;
  margin: 82px auto 0 auto;
}
.about-text-3 {
  width: 440px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0b4165;
  margin-top: 24px;
  line-height: 27px;
  margin-bottom: 95px;
}
.blue-box {
  background-color: #092d44;
  overflow: hidden;
}
.blue-box .page-header {
  color: white;
  margin: 0 auto 59px auto;
  padding-top: 75px;
}
.blue-box hr.small {
  background-color: #fff;
  margin-bottom: 58px;
}
.blue-box.lite {
  background-color: #7695b0;
}
.services-block {
  background-image: url(/images/logo-big.svg);
  background-repeat: no-repeat;
  background-position-y: 21px;
  background-position-x: 650px;
  background-size: 890px;
}
.services-table {
  width: 100%;
  max-width: 920px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 300;
  color: white;
}
.services-table tr td {
  padding: 0px 0 0 0px;
  border-top: 1px solid #567c99;
  height: 88px;
  box-sizing: border-box;
}
.services-table tr td:first-child {
  padding: 0px 0 0 27px;
  width: 95px;
  font-family: 'Arsenal', sans-serif;
  color: #b2b2b2;
}
.services-table tr:first-child td {
  border-top: none;
}
.crown-icon {
  display: block;
  margin: 18px auto 42px auto;
}
.principals hr.small {
  margin-bottom: 87px;
}
.principals-list {
  overflow: hidden;
  max-width: 1168px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.principals-list .principal {
  width: 292px;
  height: 110px;
  text-align: center;
  float: left;
}
.principals-list .principal .num {
  width: 292px;
  color: #f2f2f2;
  font-family: 'Arsenal', sans-serif;
  font-size: 158px;
  position: absolute;
  line-height: 118px;
  z-index: 2;
}
.principals-list .principal .text {
  width: 292px;
  color: #0b4165;
  font-family: 'Arsenal', sans-serif;
  font-size: 18px;
  font-weight: 600;
  z-index: 3;
  position: absolute;
  text-transform: uppercase;
  margin-top: 55px;
  letter-spacing: 3.6px;
}
.principals-list .principal .text.line2 {
  margin-top: 29px;
  line-height: 36px;
}
.confidential {
  background: url(/images/fingerprint.png) no-repeat center center;
  background-size: contain;
  height: 195px;
  width: 336px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 32px;
  font-style: italic;
  text-align: center;
  font-family: 'Arsenal', sans-serif;
  margin-top: 70px;
  box-sizing: border-box;
  padding-top: 47px;
  color: #0b4165;
  line-height: 42px;
}
.service-langs {
  background: url(/images/service-langs.jpg);
  height: 250px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 34px;
}
.service-langs .icon-diploma {
  display: block;
  width: 48px;
  height: 52px;
  margin: 0 auto;
  margin-top: 47px;
}
.service-langs .service-info {
  font-size: 18px;
  font-family: 'Arsenal', sans-serif;
  width: 380px;
  text-align: center;
  margin: 25px auto 0 auto;
  color: white;
  line-height: 26px;
}
.contacts hr.add-space-bottom {
  margin-bottom: 73px;
}
.contacts .fileds {
  width: 559px;
  margin: 0 auto;
  overflow: hidden;
}
.contacts .fileds .phone {
  width: 238px;
  margin-right: 25px;
}
.contacts .fileds .email {
  width: 296px;
}
.contacts .fileds .field {
  float: left;
}
.contacts .fileds .field strong {
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  color: #838383;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.contacts .fileds .field a {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  display: block;
  height: 53px;
  color: #0c4366;
  text-decoration: none;
}
.contacts .fileds .field a svg {
  margin: 17px 0 0 34px;
  position: absolute;
}
.contacts .fileds .field a path {
  fill: #0b4165;
  fill-rule: evenodd;
}
.contacts .fileds .field a span {
  position: absolute;
  margin: 17px 0 0 81px;
  font-family: 'Arsenal', sans-serif;
  font-size: 18px;
}
.contacts .fileds .field:hover a {
  border: 1px solid #1788d3;
}
.contacts .fileds .field:hover a span {
  color: #1788d3;
}
.contacts .fileds .field:hover path {
  fill: #1788d3;
}
.page-header-2 {
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  color: #838383;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-top: 77px;
  letter-spacing: 2px;
  margin-bottom: 26px;
}
.address-list {
  overflow: hidden;
  width: 1076px;
  margin: 0 auto;
}
.address-list .item {
  color: #0b4165;
  float: left;
  width: 478px;
  height: 160px;
  overflow: hidden;
  margin-left: 59px;
}
.address-list .item .img {
  width: 120px;
  height: 120px;
  position: absolute;
}
.address-list .item .info {
  width: 242px;
  height: 119px;
  padding-left: 165px;
  line-height: 26px;
  vertical-align: middle;
  display: table-cell;
}
.address-list .item .info strong {
  font-family: 'Arsenal', sans-serif;
  font-size: 24px;
  display: block;
  margin: 0px 0 7px 0;
}
.dropdown-el {
  width: 100%;
  min-width: 12em;
  position: relative;
  display: block;
  margin-right: 1em;
  min-height: 38px;
  max-height: 38px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  color: #fff;
  outline: none;
  border: 1px solid #8a9eab;
  transition: 0.3s all ease-in-out;
  box-sizing: border-box;
}
.dropdown-el input {
  display: none;
}
.dropdown-el label {
  display: block;
  height: 38px;
  line-height: 38px;
  padding-left: 1em;
  padding-right: 3em;
  cursor: pointer;
  position: relative;
  transition: 0.3s color ease-in-out;
}
.dropdown-el label:nth-child(2) {
  margin-top: 38px;
}
.dropdown-el input:checked + label {
  display: block;
  border-top: none;
}
.dropdown-el label.helper {
  display: block;
  border-top: none;
  position: relative !important;
  top: 0 !important;
  margin-top: 0;
}
.dropdown-el input:checked + label:nth-child(2) {
  margin-top: 0;
  position: relative;
}
.dropdown-el::after {
  content: "";
  position: absolute;
  right: 0.8em;
  top: 0.9em;
  border: 0.3em solid white;
  border-color: white transparent transparent transparent;
  transition: 0.4s all ease-in-out;
}
.dropdown-el.expanded {
  border: 1px solid transparent;
  background: #092d44;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
  max-height: 75em;
}
.dropdown-el.expanded label {
  color: #a5adb5;
  background-color: #0a334e;
}
.dropdown-el.expanded label:nth-child(4n) {
  background-color: #092d44;
}
.dropdown-el.expanded input:checked + label {
  background-color: #106197;
}
/*.dropdown-el.expanded label.helper {
  display: none;
}*/
.dropdown-el.expanded label:hover {
  background-color: #106197;
}
.dropdown-el.expanded input:checked + label {
  color: #fff;
}
.dropdown-el.expanded::after {
  transform: rotate(-180deg);
  top: .55em;
}
.send-message {
  background: url(/images/message-bg.jpg) bottom center #0d3957 no-repeat;
  overflow: hidden;
  transition: 10.1s all linear;
  background-position-x: 0;
}
.send-message .icon-write {
  width: 45px;
  height: 49px;
  margin: 54px auto 0 auto;
  display: block;
}
.send-message .page-header {
  color: white;
  margin: 0 auto 33px auto;
  letter-spacing: 3.7px;
  padding-top: 23px;
}
.send-message .send-desc {
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  margin-bottom: 53px;
}
.send-message form {
  min-height: 700px;
  display: block;
  width: 770px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.send-message form label.error {
  background-color: #ad1212;
  font-size: 14px;
  color: #d3d3d3;
  padding: 6px 14px;
  box-sizing: border-box;
  display: inline-block;
}
.send-message form input[type=text],
.send-message form textarea {
  border: 1px solid #8a9eab;
  color: #fff;
  background-color: transparent;
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding: 2px 0 0 14px;
  box-sizing: border-box;
  display: block;
  margin-top: 25px;
}
.send-message form input[type=text]::-webkit-input-placeholder,
.send-message form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.send-message form input[type=text]::-moz-placeholder,
.send-message form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.send-message form input[type=text]:-ms-input-placeholder,
.send-message form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.send-message form input[type=text]:-moz-placeholder,
.send-message form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.send-message form input[type=text]:focus,
.send-message form textarea:focus {
  outline: none !important;
  border-color: white;
}
.send-message form input[type=text].error,
.send-message form textarea.error {
  border: 1px solid #ad1212;
}
.send-message form textarea {
  height: 198px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 10px;
}
.send-message form .dropdown-el {
  margin-top: 25px;
}
.send-message form .dropdown-el .helper {
  text-transform: uppercase;
}
.send-message form .send-btn {
  float: right;
  width: 203px;
  height: 55px;
  box-sizing: border-box;
  padding-top: 19px;
  color: white;
  background: #106197;
  cursor: pointer;
  border-radius: 4px;
}
.send-message form .send-btn span {
  text-align: center;
  display: block;
  margin-left: 32px;
  letter-spacing: 0.7px;
}
.send-message form .send-btn span img {
  position: absolute;
  margin-left: -32px;
}
.send-message form .send-btn:hover {
  background-color: #0b4165;
}
.send-message form .send-line {
  margin-top: 20px;
  overflow: hidden;
}
.send-message form .data-security {
  overflow: hidden;
}
.send-message form .data-security .security-crown-icon {
  display: block;
  position: absolute;
  margin: 10px 0 0 2px;
}
.send-message form .data-security strong {
  font-weight: normal;
  color: white;
  display: block;
  margin: 20px 0 0 74px;
  font-size: 13px;
  letter-spacing: -0.15px;
}
.footer {
  height: 60px;
  background-color: #fff;
}
.footer .left-logo {
  width: 182px;
  float: left;
  height: 60px;
}
.footer .left-logo img {
  display: block;
  margin: 7px 0 0 31px;
  position: absolute;
}
.footer .left-logo span {
  display: block;
  margin: 22px 0 0 0px;
  font-weight: normal;
  color: #092d44;
  width: 150px;
  text-align: right;
}
.footer .mail {
  float: right;
  width: 182px;
  height: 60px;
  overflow: hidden;
  padding: 21px 0 0 0;
  box-sizing: border-box;
}
.footer .mail a:link,
.footer .mail a:visited {
  color: #1788d3;
  text-decoration: none;
}
.footer .mail a:hover {
  color: #092d44;
}
.footer .socials {
  float: right;
  width: 108px;
  height: 60px;
  overflow: hidden;
  padding: 10px 0 0 0;
  box-sizing: border-box;
}
.footer .socials .item {
  width: 35px;
  height: 35px;
  float: left;
  box-sizing: border-box;
  margin-right: 3px;
}
.footer .socials .item.twitter {
  padding: 9px 0 0 8px;
}
.footer .socials .item.facebook {
  padding: 7px 0 0 12px;
}
.footer .center-info {
  text-align: center;
  text-transform: uppercase;
  color: #092d44;
  letter-spacing: 1.3px;
  font-size: 13px;
  overflow: hidden;
}
.footer .center-info span {
  display: block;
  margin-top: 22px;
  margin-right: 43px;
}
.footer .mobile-line {
  display: none;
}
.mainmenu {
  display: none;
  background: white;
  z-index: 8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mainmenu .menu-items {
  width: 180px;
  margin: 0 auto;
  text-align: center;
}
.mainmenu .menu-items .item {
  padding: 20px 0;
  border-bottom: 2px solid #f2f2f2;
}
.mainmenu .menu-items .item:last-child {
  border-bottom: none;
}
.mainmenu .menu-items .item a:link,
.mainmenu .menu-items .item a:visited {
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-decoration: none;
  color: #044569;
}
.mainmenu .menu-items .item a:active {
  color: #1788d3;
}
.mainmenu .mainmenu-footer {
  overflow: hidden;
  height: 120px;
  bottom: 0;
  width: 100%;
  position: absolute;
  background: url(/images/logo-gray.svg) top center no-repeat;
}
.mainmenu .mainmenu-footer .cell {
  float: left;
  width: 50%;
  text-align: center;
  color: #838383;
  text-transform: uppercase;
}
.mainmenu .mainmenu-footer .cell div {
  margin-top: 20px;
}
.mainmenu .mainmenu-footer .cell span {
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.mainmenu .mainmenu-footer .cell a:link,
.mainmenu .mainmenu-footer .cell a:visited {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1788d3;
}
@media (max-width: 1230px) {
  .principals-list {
    width: 640px;
    margin-bottom: -100px;
  }
  .principals-list .principal {
    width: 320px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1180px) {
  .address-list {
    width: 776px;
  }
  .address-list .item {
    width: 378px;
    margin-left: 10px;
  }
  .address-list .item .info {
    padding-left: 136px;
  }
}
@media (max-width: 980px) {
  .sliderover img {
    width: 50%;
    height: auto;
  }
  .sliderover .slogan {
    font-size: 2vw;
  }
}
@media (max-height: 600px) {
  .sliderover img {
    width: 50%;
    height: auto;
  }
  .sliderover .slogan {
    font-size: 2vw;
  }
}
@media (max-width: 940px) {
  .top-menu-line .menu-btn {
    display: block;
  }
  .top-menu-line .top-menu-links {
    display: none;
  }
  .top-menu-line .lang-select .lbtn {
    border-left: 2px solid transparent;
  }
}
@media (max-width: 920px) {
  .about-big-slogan {
    width: auto;
    margin-left: 48px;
    margin-right: 48px;
  }
  .about-big-slogan-desc {
    width: auto;
    margin-left: 78px;
    margin-right: 78px;
  }
}
@media (max-width: 860px) {
  .address-list {
    width: 378px;
  }
  .address-list .item {
    margin-left: 10px;
  }
}
@media (max-width: 750px) {
  .send-message form {
    width: auto;
    height: auto;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 60px;
  }
  .send-message .send-desc {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .send-message .send-desc br {
    display: none;
  }
}
@media (max-width: 700px) {
  .about-text-3 {
    width: auto;
    margin-left: 110px;
    margin-right: 110px;
  }
  .about-text-3 br {
    display: none;
  }
  .contacts .fileds {
    width: auto;
  }
  .contacts .fileds .field {
    margin: 0 auto;
    width: auto;
    float: none;
  }
  .contacts .fileds .phone .hold {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
  .contacts .fileds .email {
    margin-top: 50px;
  }
  .contacts .fileds .email .hold {
    display: block;
    width: 290px;
    margin: 0 auto;
  }
}
@media (max-width: 680px) {
  .footer {
    overflow: visible;
  }
  .footer .left-logo {
    float: none;
    width: auto;
    margin-top: 44px;
  }
  .footer .left-logo img {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 43px;
    position: relative;
  }
  .footer .left-logo span {
    display: none;
  }
  .footer .mail {
    display: none;
  }
  .footer .center-info {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .footer .center-info span {
    margin-top: 0;
    margin-right: 0;
  }
  .footer .mobile-line {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #092d44;
    letter-spacing: 1.3px;
    font-size: 13px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .footer .mobile-line a {
    color: #1788d3;
    text-decoration: none;
  }
}
@media (max-width: 660px) {
  .principals-list {
    width: 300px;
  }
  .principals-list .principal {
    width: 300px;
    float: none;
  }
}
@media (max-width: 620px) {
  .send-message form {
    margin-bottom: 0px;
  }
  .send-message form .data-security {
    text-align: center;
  }
  .send-message form .data-security .security-crown-icon {
    display: none;
  }
  .send-message form .data-security strong {
    margin: 30px 0 30px 0;
  }
  .send-message form .send-btn {
    float: none;
    width: auto;
  }
}
@media (max-width: 560px) {
  .page-header {
    font-size: 14px;
    margin-bottom: 34px;
    padding-top: 34px;
  }
  .blue-box .page-header {
    font-size: 14px;
    margin-bottom: 34px;
    padding-top: 34px;
  }
  .blue-box hr.small {
    margin-bottom: 40px;
  }
  hr.add-space-bottom {
    margin-bottom: 40px;
  }
  .principals hr.small {
    margin-bottom: 40px;
  }
  .sliderover img {
    width: 300px;
  }
  .sliderover .slogan {
    font-size: 14px;
    width: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .about-big-slogan {
    font-size: 17px;
    line-height: 35px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .about-big-slogan-desc {
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .worldicon {
    margin-top: 40px;
  }
  .about-text-3 {
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
    color: #044569;
    margin-bottom: 43px;
  }
  .services-table {
    font-size: 14px;
  }
  .services-table tr td {
    height: auto;
    padding: 22px 0;
  }
  .principals-list .principal {
    margin-bottom: 45px;
  }
  .confidential {
    width: 290px;
    font-size: 29px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .service-langs .service-info {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 17px;
  }
  .service-langs .service-info br {
    display: none;
  }
  .sliderover img {
    width: 280px;
  }
  .sliderover .slogan {
    font-size: 13px;
    width: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .address-list {
    width: auto;
  }
  .address-list .item {
    width: auto;
    height: 120px;
  }
  .address-list .item .img {
    width: 80px;
    height: 80px;
  }
  .address-list .item .img img {
    width: 80px;
    height: 80px;
  }
  .address-list .item .info {
    padding-left: 97px;
    vertical-align: top;
    padding-top: 3px;
  }
  .top-menu-line .lang-select .lbtn {
    width: 80px;
  }
  .top-menu-line .menu-btn {
    width: 94px;
  }
  .top-menu-line .logo {
    margin-left: 8px;
  }
}
.show-mainmenu .mainmenu {
  display: block;
}
.show-mainmenu .menu-btn {
  display: none;
}
.show-mainmenu .close-btn {
  display: block;
}
.show-mainmenu .page-container {
  display: none;
}
