html, body, div, span, p, ul, li, ol, label, h1, h2, h3, h4, h5, h6, section {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

.icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p0 {
  padding: 0;
}

.pr0 {
  padding-right: 0;
}

.pl0 {
  padding-left: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl15 {
  padding-left: 15px;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.ml0 {
  margin-left: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt80 {
  padding-top: 80px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.btn-plain {
  outline: none;
  border: none;
  background-color: transparent;
}

.btn-plain:hover, .btn-plain:focus {
  text-decoration: none;
  outline: none;
  border: none;
}

button a {
  color: inherit;
}

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

.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.logo-box {
  display: inline-block;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

section a:hover, section a:focus {
  text-decoration: none;
  color: inherit;
}

.chat-content::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

.chat-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: inset 0 0 6px #0db24c;
  background-color: #555;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/sf-pro/SF-Pro-Display-Regular.otf");
}

@font-face {
  font-family: 'SF Pro Light';
  src: url("../fonts/sf-pro/SF-Pro-Display-Light.otf");
}

@font-face {
  font-family: 'SF Pro Middle';
  src: url("../fonts/sf-pro/SF-Pro-Display-Medium.otf");
}

@font-face {
  font-family: 'SF Pro Bold';
  src: url("../fonts/sf-pro/SF-Pro-Display-Bold.otf");
}

@font-face {
  font-family: 'SF Pro Bolder';
  src: url("../fonts/sf-pro/SF-Pro-Display-Black.otf");
}

body {
  font-family: "SF Pro Display";
  font-size: 14px;
  overflow-x: hidden;
  background: #FFFFFF;
}

p, span {
  font-family: 'SF Pro Light ';
}

h1, h2, h3, h4 {
  font-family: 'SF Pro Bolder';
}

.call-menu {
  display: none;
}

header {
  padding: 20px 0;
}

.logo {
  height: 45px;
  margin-right: 50px;
}

.logo img {
  height: 100%;
}

.menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.menu li a {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #222222;
}

.menu li a:hover, .menu li a:focus {
  color: #666666;
}

.dropdown-toggle:after {
  display: none;
}

.dropdown-menu {
  padding: 0 20px;
  left: auto;
  right: 0;
}

.dropdown-menu .dropdown-item {
  font-family: "Museo Sans 300";
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  -webkit-text-fill-color: #333333;
  padding: 14px 0;
  text-transform: capitalize;
  border-bottom: 1px solid #F0F0F0;
  background: transparent;
}

.menu-xs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.menu-xs-head {
  display: none;
}

.lang-list {
  background: #F9F9F9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 2px;
  margin-right: 20px;
  margin-left: 30px;
}

.lang-list li a {
  background-color: transparent;
  font-size: 17px;
  line-height: 21px;
  color: #222222;
  display: inline-block;
  padding: 4px 12px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.lang-list li a:hover, .lang-list li a:focus {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  color: #1A6FEF;
}

.lang-list .active a {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  color: #1A6FEF;
}

.link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-box .btn-plain {
  margin-left: 10px;
  display: inline-block;
  width: 66px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  text-align: center;
  line-height: 41px;
}

.link-box .btn-plain img {
  max-width: 28px;
  max-height: 28px;
}

.main-item {
  position: relative;
  height: 420px;
}

.main-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-item-caption {
  background: -webkit-gradient(linear, left top, right top, color-stop(31.77%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 31.77%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 31.77%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 31.77%, rgba(0, 0, 0, 0) 100%);
  padding-top: 80px;
  padding-bottom: 60px;
  height: 100%;
}

.main-item-caption h1 {
  font-size: 44px;
  line-height: 53px;
  color: #FFFFFF;
  max-width: 670px;
  margin-bottom: 20px;
}

.main-item-caption p {
  font-size: 32px;
  line-height: 20px;
  color: #FFFFFF;
  /*max-height: 30px;*/
  /*overflow: hidden;*/
}

.btn-white {
  font-family: "SF Pro Display";
  display: inline-block;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 14px 30px;
  color: #0590DA;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.06);
  font-size: 19px;
  line-height: 100%;
}

.btn-white:hover, .btn-white:focus {
  color: #0590DA;
}

.sl-main {
  position: relative;
}

.sl-main:after {
  content: "";
  width: 100%;
  height: 12px;
  background: url("../img/main/voln-top.png") repeat-x;
  position: absolute;
  bottom: 0;
}

.sl-item {
  width: 100%;
  position: relative;
  height: 640px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sl-item-img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
}

.sl-item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-prev, .slick-next {
  background: white;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  width: 50px;
  height: 50px;
  line-height: 66px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: white;
}

.slick-next {
  right: auto;
  left: 165px;
  top: auto;
  bottom: 20px;
  z-index: 5;
}

.slick-prev {
  left: 105px;
  right: 76px;
  top: auto;
  bottom: 20px;
  z-index: 5;
}

.slick-next:before {
  content: url("../img/icon/arr-next.svg");
}

.slick-prev:before {
  content: url("../img/icon/arr-prev.svg");
}

.services {
  padding-top: 80px;
}

.services .row {
  margin-right: 0;
  margin-left: 0;
}

.block-title {
  font-family: 'SF Pro Bolder';
  font-weight: 900;
  font-size: 44px;
  line-height: 53px;
  color: #222222;
  position: relative;
  margin-bottom: 60px;
}

.block-title:after {
  content: attr(data-title);
  font-size: 88px;
  line-height: 105px;
  text-transform: uppercase;
  color: #F9F9F9;
  position: absolute;
  left: -10px;
  z-index: -1;
  bottom: -10px;
}

.service-item {
  width: 100%;
  height: 300px;
  cursor: pointer;
  position: relative;
}

.service-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.service-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-item-caption {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.service-item-caption img {
  max-height: 32px;
  max-height: 32px;
  margin-bottom: 23px;
}

.service-item-caption h3 {
  font-weight: bold;
  font-size: 21px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.service-item-caption p {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}

.service-item:hover .service-item-caption, .service-item:focus .service-item-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 111, 239, 0.8)), to(rgba(26, 111, 239, 0.8)));
  background: -webkit-linear-gradient(bottom, rgba(26, 111, 239, 0.8), rgba(26, 111, 239, 0.8));
  background: -o-linear-gradient(bottom, rgba(26, 111, 239, 0.8), rgba(26, 111, 239, 0.8));
  background: linear-gradient(0deg, rgba(26, 111, 239, 0.8), rgba(26, 111, 239, 0.8));
}

.service-notice {
  margin-top: 20px;
  background: #FFFFFF;
  border: 2px dashed #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 30px;
}

.service-notice p {
  font-weight: 300;
  font-size: 19px;
  line-height: 140%;
  color: #222222;
}

.features {
  padding-top: 80px;
}

.feature-item {
  /*padding-bottom: 23px;*/
  border: 3px solid #1A6FEF;
  height: 100%;
  padding: 15px;
  border-radius: 9px;
}

.feature-item img {
  max-height: 32px;
  max-width: 32px;
  margin-bottom: 28px;
}

.feature-item h3 {
  font-weight: bold;
  font-size: 15px;
  line-height: 140%;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.feature-item p {
  font-weight: normal;
  font-size: 17px;
  line-height: 140%;
  color: #666666;
}

.feature-cover {
  margin-bottom: 30px;
}

.bg-grey {
  background: #F9F9F9;
}

.programs {
  padding-top: 80px;
}

.programs .btn-box {
  text-align: center;
}

.program-item {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 5px solid #F9F9F9;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.program-item-head {
  padding: 20px 30px;
}

.program-item-head h3 {
  font-family: "SF Pro Light";
  font-size: 22px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 8px;
}

.program-item-head p {
  font-size: 17px;
  line-height: 20px;
  font-family: "SF Pro Light";
  color: #666666;
}

.program-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  border-top: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
}

.program-item-base {
  padding: 20px 30px;
}

.program-item:hover, .program-item:focus {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.program-item:hover h3, .program-item:focus h3 {
  color: #666666;
}

.program-item:hover .btn-blue, .program-item:focus .btn-blue {
  background: #3D8AFF;
}

.pl40 {
  padding-left: 40px;
}

.program-info span {
  font-family: "SF Pro Light";
  font-size: 13px;
  line-height: 16px;
  color: #666666;
  display: block;
  margin-bottom: 4px;
}

.program-info p {
  font-family: "SF Pro Middle";
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #222222;
}

.news {
  padding-top: 80px;
  padding-bottom: 90px;
}

.news-item {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 0 15px;
}

.news-item-img {
  width: 100%;
  height: 180px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 25px;
  overflow: hidden;
}

.news-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-item-caption h3 {
  font-size: 22px;
  line-height: 140%;
  color: #222222;
  margin-bottom: 15px;
  font-family: "SF Pro Light";
  max-height: 93px;
  overflow: hidden;
}

.news-item-caption p {
  font-size: 15px;
  line-height: 140%;
  color: #666666;
  max-height: 84px;
  overflow: hidden;
}

.news-item:hover h3, .news-item:focus h3 {
  color: #1A6FEF;
}

.sl-news .slick-prev, .sl-news .slick-next {
  width: 40px;
  height: 40px;
  line-height: 57px;
  bottom: -90px;
  background: #F9F9F9;
}

.sl-news .slick-prev {
  left: 15px;
  right: auto;
}

.sl-news .slick-next {
  left: 65px;
  right: auto;
}

.i-more {
  background: url("../img/icon/more.svg") no-repeat 100% center/contain;
  width: 18px;
  height: 18px;
  margin-right: 14px;
}

.btn-border {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 5px solid #F9F9F9;
  background-color: white;
  text-align: center;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  color: #666666;
  padding: 13px 20px;
}

.btn-border:hover, .btn-border:focus {
  border: 5px solid #F9F9F9;
}

.references {
  padding-top: 80px;
  padding-bottom: 110px;
}

.reference-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  border: 5px solid #F9F9F9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 20px;
  margin-right: 30px;
  text-align: center;
  height: 180px;
}

.reference-item img {
  max-width: 90%;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.reference-item p {
  font-family: "SF Pro Light";
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  color: #222222;
}

.sl-reference a {
  outline: none;
}

.sl-reference .slick-prev, .sl-reference .slick-next {
  width: 40px;
  height: 40px;
  line-height: 57px;
  bottom: -90px;
  background: #F9F9F9;
}

.sl-reference .slick-prev {
  left: 0px;
  right: auto;
}

.sl-reference .slick-next {
  left: 50px;
  right: auto;
}

.about {
  padding-top: 80px;
}

.about img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.about p {
  font-family: "SF Pro Light";
  font-weight: normal;
  font-size: 19px;
  line-height: 150%;
  text-align: justify;
  color: #222222;
  margin-bottom: 10px;
}

.contact {
  padding: 80px 0;
}

.contact .block-title {
  margin-bottom: 20px;
}

.contact-item img {
  max-width: 22px;
  max-height: 22px;
  margin-bottom: 18px;
}

.contact-item h3 {
  font-family: "SF Pro Display";
  font-size: 17px;
  line-height: 150%;
  color: #222222;
}

.contact-item h3 a {
  color: #222222;
}

.contact-item p {
  font-size: 14px;
  color: #1A6FEF;
}

.contact-base {
  padding-top: 75px;
}

.contact-base h3 {
  font-family: "SF Pro Light";
  font-size: 30px;
  line-height: 130%;
  color: #222222;
  margin-bottom: 22px;
}

.contact-base h3 span {
  color: #1A6FEF;
}

.contact-base input, .contact-base textarea, .contact-base select, .contact-base .btn-blue {
  width: 370px;
}

footer {
  padding: 36px 0;
}

footer .footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer .logo {
  margin-right: 50px;
  height: 45px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

footer .footer .copyright {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

footer .footer .copyright p {
  font-weight: normal;
  font-size: 17px;
  line-height: 140%;
  color: #222222;
  font-family: "SF Pro Display";
}

footer .footer .bg-box p {
  font-family: "SF Pro Display";
  font-size: 8px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.41em;
  text-transform: uppercase;
  color: #AFAFAF;
  margin-bottom: 4px;
}

input, textarea, select {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  font-family: "SF Pro Light";
  color: #333333;
  padding: 16px 20px;
  margin-bottom: 10px;
  width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #999999;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #999999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #999999;
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: #999999;
}

textarea {
  height: 114px;
  resize: none;
}

.btn-blue {
  font-family: "SF Pro Light";
  display: inline-block;
  background: #1A6FEF;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 8px 20px;
  text-align: center;
}

.btn-blue i {
  margin-left: 12px;
  font-size: 14px;
}

.map-box {
  height: 406px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}

.menu-xs .lang-list {
  display: none !important;
}

.news-box .news-item {
  padding: 0;
}

article {
  padding-top: 80px;
}

article .block-title {
  margin-bottom: 30px;
}

article img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

article p {
  font-family: "SF Pro Light";
  font-weight: normal;
  font-size: 19px;
  line-height: 150%;
  text-align: justify;
  color: #222222;
  margin-bottom: 10px;
}

article h2 {
  margin-bottom: 20px;
}

article .news-item {
  margin-bottom: 30px;
  padding: 0;
}

.modal-box {
  display: none;
  position: fixed;
  background: white;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 400px;
  z-index: 999;
  padding: 20px;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.modal-box-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.modal-box-head i {
  font-size: 20px;
}

.modal-box-head h3 {
  font-size: 22px;
}

.modal-box .btn-blue {
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  font-family: "SF Pro Display";
}

.modal-box input {
  font-size: 16px;
  padding: 10px 15px;
}

.modal-box .pass-recovery {
  color: #1A6FEF;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  cursor: pointer;
  font-family: "SF Pro Display";
}

.login-nav {
  margin-bottom: 10px;
  border: none;
}

.login-nav li a {
  font-size: 16px;
  color: #333333;
  padding-right: 10px;
}

.login-nav li a:hover, .login-nav li a:focus {
  color: #1A6FEF;
}

.login-nav li .active {
  color: #1A6FEF;
}

.breadcrumb-cover {
  padding: 16px 0;
}

.header-shadow {
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background: transparent;
}

.breadcrumb li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb li a {
  font-size: 14px;
  color: #222222;
}

.breadcrumb .breadcrumb-item.active {
  color: #666666;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: url("../img/icon/arr-breadcrumb.svg");
  margin-bottom: -5px;
}

.tests {
  padding-top: 30px;
  padding-bottom: 80px;
  min-height: 100vh;
}

.tests-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 15px;
  /*border-bottom: 1px solid #E5E5E5;*/
  border: 3px solid #1A6FEF;
  margin-bottom: -3px;
  border-radius: 6px;
}

.tests-item span {
  font-family: "SF Pro Light";
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #AFAFAF;
}

.tests-item p {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-family: "SF Pro Light";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px 0 40px;
  font-size: 32px;
  line-height: 38px;
  color: #222222;
}

.tests-item .btn-cover {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tests-item .btn-cover .btn-plain {
  display: inline-block;
  background: #FFFFFF;
  border: 2px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  padding: 11px 20px;
  font-size: 18px;
  line-height: 18px;
  color: #666666;
}

.tests-item .btn-cover .attempt {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #222222;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tests-item .q-count {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-left: 10px;
}

.tests-item .attempt-span {
  color: #222222;
}

.tests-item:hover p, .tests-item:focus p {
  color: #1A6FEF;
}

.tests-item:hover .attempt, .tests-item:focus .attempt {
  background: #F9F9F9;
  border: 2px solid #F9F9F9;
}

.tests-item:hover .q-count, .tests-item:focus .q-count {
  background: #1A6FEF;
  border: 2px solid #1A6FEF;
  color: white;
}

.tests-item:hover .i-attempt, .tests-item:focus .i-attempt {
  background: url("../img/icon/attempt-blue.svg") no-repeat;
}

.i-attempt {
  background: url("../img/icon/attempt.svg") no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* Customize the label (the container) */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 17px;
  line-height: 120%;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #F5F5F5;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
  -webkit-box-shadow: 0px 10px 15px rgba(50, 169, 0, 0.1), 0px 2px 2px rgba(87, 162, 22, 0.2);
          box-shadow: 0px 10px 15px rgba(50, 169, 0, 0.1), 0px 2px 2px rgba(87, 162, 22, 0.2);
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #1A6FEF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio-box {
  margin-bottom: 50px;
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.radio-box .container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 17px;
  line-height: 120%;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-box .container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #F5F5F5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.radio-box .container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-box .container-radio input:checked ~ .checkmark {
  background-color: #1A6FEF;
}

.radio-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-box .container-radio input:checked ~ .checkmark:after {
  display: block;
}

.radio-box .container-radio .checkmark:after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: white;
}

.next-white {
  background: url("../img/icon/next-white.svg") no-repeat center/contain;
  width: 9px;
  height: 12px;
}

.arr-prev {
  background: url("../img/icon/prev-grey.svg") no-repeat center/contain;
  width: 9px;
  height: 12px;
}

.arr-next {
  background: url("../img/icon/next-grey.svg") no-repeat center/contain;
  width: 9px;
  height: 12px;
}

.test-box {
  padding-top: 30px;
  padding-bottom: 70px;
  min-height: 80vh;
}

.main-test {
  padding-left: 30px;
  border-left: 2px solid #F5F5F5;
}

.main-test h2 {
  font-family: "SF Pro Display";
  font-size: 21px;
  line-height: 150%;
  color: #222222;
  margin-bottom: 30px;
}

.test-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.test-control .btn-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.test-control .btn-blue {
  padding: 15px 30px;
  font-size: 18px;
  line-height: 100%;
}

.btn-test {
  background: #F9F9F9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 100%;
  color: #666666;
  text-align: center;
  margin-left: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-test:hover {
  color: #666666;
}

.btn-test .arr-prev {
  margin-right: 18px;
}

.btn-test .arr-next {
  margin-left: 18px;
}

.testNav-box {
  background: #F9F9F9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 22px;
  margin-bottom: 20px;
}

.test-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.test-nav a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #000000;
  background: #FFFFFF;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  margin-bottom: 10px;
  -webkit-flex-basis: 18%;
      -ms-flex-preferred-size: 18%;
          flex-basis: 18%;
}

.test-nav a:hover, .test-nav a:focus {
  background: #1A6FEF;
  color: white;
}

.btn-red {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(255, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(255, 0, 0, 0.05);
          box-shadow: 0px 4px 4px rgba(255, 0, 0, 0.05);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 18px;
  line-height: 16px;
  color: #FF0000;
  padding: 17px;
  text-align: center;
  margin-top: 10px;
}

.btn-red:hover, .btn-red:focus {
  border: 1px solid rgba(255, 0, 0, 0.2);
}

.test-result {
  padding: 40px 0;
}

.test-result h1 {
  font-family: "SF Pro Light";
  font-weight: 300;
  font-size: 44px;
  line-height: 130%;
  margin-bottom: 46px;
  color: #222222;
}

.test-result h1 span {
  font-family: "SF Pro Light";
  color: #999999;
}

.result-main {
  background: -webkit-linear-gradient(342.26deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #03A700;
  background: -o-linear-gradient(342.26deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #03A700;
  background: linear-gradient(107.74deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #03A700;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 40px;
  text-align: center;
}

.result-main img {
  max-width: 36px;
  max-height: 54px;
  margin-bottom: 25px;
}

.result-main p {
  font-family: "SF Pro Light";
  font-size: 22px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.result-main h3 {
  font-size: 32px;
  line-height: 130%;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}

.span-green {
  font-family: "SF Pro Middle";
  color: #03A700 !important;
}

.span-red {
  font-family: "SF Pro Middle";
  color: #FF0000 !important;
}

.show {
  display: block;
}

.resultHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: -1px;
}

.resultHead-item {
  padding-right: 30px;
}

.resultHead-item h4 {
  font-family: "SF Pro Light";
  font-size: 20px;
  line-height: 130%;
  color: #999999;
  margin-bottom: 8px;
}

.resultHead-item span {
  font-size: 20px;
  line-height: 130%;
  color: #222222;
  font-family: "SF Pro Middle";
}

.resultHead-item p {
  color: #666666;
  font-size: 20px;
  line-height: 130%;
  font-family: "SF Pro Light";
}

.result-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: -1px;
}

.result-item .num {
  display: inline-block;
  font-size: 18px;
  line-height: 130%;
  color: #999999;
}

.result-item-caption {
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.result-item-caption p {
  font-size: 18px;
  line-height: 130%;
  color: #222222;
  font-family: "SF Pro Middle";
  margin-bottom: 20px;
}

.result-item-caption ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.result-item-caption ul li {
  font-size: 18px;
  line-height: 100%;
  color: #666666;
  padding-right: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.result-item-caption ul li span {
  font-family: "SF Pro Middle";
  color: #222222;
  display: inline-block;
  margin-left: 5px;
}

.result-item-caption ul li:last-child {
  padding-left: 20px;
  border-left: 1px solid #E5E5E5;
}

.i-correct {
  background: url("../img/icon/done.svg") no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.i-wrong {
  background: url("../img/icon/error.svg") no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.profile-nav {
  display: block;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: relative;
  z-index: 99;
}

.profile-nav li a {
  padding: 14px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 17px;
  line-height: 20px;
  color: #222222;
  border-bottom: 1px solid #F5F5F5;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.profile-nav li a:hover, .profile-nav li a:focus {
  color: #1A6FEF;
}

.profile-nav li a .active {
  color: #1A6FEF;
}

.profile-nav li .prof-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.profile-nav li .prof-edit img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px;
}

.profile-nav li .prof-edit p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 18px;
  color: #222222;
  font-family: "SF Pro Middle";
}

.profile-nav li .prof-edit p span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-family: "SF Pro Light";
  color: #999999;
}

.profileImg {
  width: 170px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.profileImg-img {
  background: #F5F5F5;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  width: 170px;
  height: 170px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 10px;
}

.profileImg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prof-file {
  font-family: "SF Pro Light";
  font-size: 15px;
  line-height: 18px;
  color: #AFAFAF;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.prof-file input[type='file'] {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}

.profile-title {
  padding: 20px 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 5px solid #F9F9F9;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 26px;
  color: #222222;
  font-family: "SF Pro Light";
}

.profile-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.profile-caption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}

.profile-caption h2 {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 16px;
}

.profile-caption .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.profile-caption .form-item input {
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  font-size: 16px;
  padding: 10px;
}

.profile-caption .form-item .btn-blue {
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
}

.profile-content {
  min-height: 80vh;
}

.pastTest .tests-item {
  padding: 17px;
}

.pastTest .tests-item span {
  font-size: 22px;
}

.pastTest .tests-item p {
  font-size: 22px;
  line-height: 26px;
  padding: 0 10px;
}

.pastTest .tests-item .green-p {
  text-align: right;
  color: #03A700;
  font-size: 22px;
  line-height: 26px;
  font-family: "SF Pro Light";
}

.payment p {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "SF Pro Light";
}

.payment p span {
  font-family: "SF Pro Middle";
}

.loginBox {
  padding-top: 150px;
  height: 80vh;
}

.loginBox .login {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  display: block;
  position: static;
  margin: 0 auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.subscribe{
  background: #191919;
  padding: 40px 0;
}
.subscribe h2{
  color: white;
  margin-bottom: 30px;
}
.subscribe .profile-caption{
  padding-left: 0;
}
.subscribe .profile-caption .form-item{
  margin-bottom: 20px;
}
.subscribe .profile-caption .form-item select{
  webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  font-size: 16px;
  padding: 10px;
}
.subscribe .container-checkbox{
  color: white;
  margin-bottom: 20px;
}
.subscribe .container-checkbox a{
  margin-left: 5px;
}
.subscribe .container-checkbox a:hover, .subscribe .container-checkbox a:focus{
  color: #007bff;
}
.subscribe .btn-box{
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .menu li a {
    padding: 10px 15px;
  }
  .block-title {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .block-title:after {
    display: none;
  }
  .menu-xs {
    position: fixed;
    background-color: white;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .menu-xs-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
  }
  .menu-xs .lang-list {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .call-menu {
    display: block;
  }
  .call-menu img {
    width: 25px;
    height: 25px;
  }
  .close-menu i {
    color: rgba(0, 0, 0, 0.63);
    font-size: 20px;
  }
  header {
    padding: 10px 0;
  }
  header .header {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .logo img {
    height: 35px;
  }
  .logo {
    height: 35px;
    margin-right: 0;
  }
  .lang-list {
    display: none !important;
  }
  .sl-item {
    height: 300px;
  }
  .link-box .btn-plain {
    width: 30px;
    height: 30px;
    line-height: 33px;
    border: none;
  }
  .link-box .link-login {
    padding: 0;
    line-height: 30px;
  }
  .link-search {
    display: none;
  }
  .main-item {
    height: 300px;
  }
  .main-item-caption {
    padding-top: 50px;
    padding-bottom: 52px;
  }
  .main-item-caption h1 {
    font-size: 23px;
    line-height: normal;
  }
  .main-item-caption p {
    font-size: 14px;
    line-height: normal;
    max-height: 35px;
  }
  .services {
    padding-top: 30px;
  }
  .service-notice {
    padding: 15px;
  }
  .programs {
    padding-top: 20px;
  }
  .btn-blue {
    margin-bottom: 0;
  }
  .slick-prev, .slick-next {
    width: 35px;
    height: 35px;
    line-height: 50px;
    bottom: 0;
  }
  .slick-next {
    right: auto;
    left: 65px;
  }
  .slick-prev {
    left: 20px;
  }
  .features {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .feature-cover {
    margin-bottom: 20px;
  }
  .program-item-head {
    padding: 15px;
  }
  .program-item-head h3 {
    font-size: 20px;
  }
  .program-item-body {
    padding: 10px 15px;
  }
  .program-item-base {
    padding: 15px;
  }
  .news {
    padding: 30px 0;
  }
  .news-item-img {
    margin-bottom: 10px;
  }
  .service-item {
    height: 250px;
  }
  .service-item-caption {
    padding: 20px;
  }
  footer {
    padding: 25px 0;
  }
  footer .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer .logo {
    margin-right: 0;
    margin-bottom: 15px;
    height: 35px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  footer .footer .copyright {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 20px;
  }
  footer .footer .copyright p {
    font-size: 14px;
    line-height: normal;
    text-align: center;
  }
  footer .footer .bg-box p {
    font-family: "SF Pro Display";
    font-size: 8px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.41em;
    text-transform: uppercase;
    color: #AFAFAF;
    margin-bottom: 4px;
  }
  .showed {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .about {
    padding-top: 30px;
  }
  .about-caption .block-title {
    margin-bottom: 20px;
  }
  .about-caption p {
    font-size: 14px;
    line-height: normal;
  }
  .about .profile-img {
    margin-top: 20px;
  }
  .contact {
    padding: 30px 0;
  }
  .contact-item {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-item img {
    margin-bottom: 10px;
  }
  .contact-base {
    padding-top: 0px;
  }
  .contact-base h3 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .contact-base input, .contact-base textarea, .contact-base select, .contact-base .btn-blue {
    width: 100%;
  }
  .map-box {
    height: 300px;
    margin-top: 20px;
  }
  .prof-sticky {
    position: static;
  }
  .ord-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .ord-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .modal-box {
    width: 90%;
    margin: 0 5%;
    z-index: 999;
    padding: 20px;
    top: 20%;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .modal-box-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .modal-box-head i {
    font-size: 20px;
  }
  .modal-box-head h3 {
    font-size: 22px;
  }
  .modal-box .btn-blue {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    font-family: "SF Pro Display";
  }
  .modal-box input {
    font-size: 16px;
    padding: 10px 15px;
  }
  .modal-box .pass-recovery {
    color: #1A6FEF;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
    font-family: "SF Pro Display";
  }
  .tests {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .tests-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 0;
  }
  .tests-item span {
    font-size: 18px;
    line-height: normal;
  }
  .tests-item p {
    padding: 0 0 0 10px;
    font-size: 18px;
    line-height: normal;
    margin: 0 0 10px 0;
  }
  .tests-item .btn-cover {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tests-item .btn-cover .btn-plain {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 18px;
    color: #666666;
  }
  .breadcrumb li a {
    font-size: 12px;
  }
  .main-test {
    border: none;
    padding: 0;
  }
  .test-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .test-control .btn-blue {
    width: 100%;
    margin-bottom: 10px;
  }
  .test-control .btn-box {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .test-control .btn-box .btn-test {
    margin: 0;
  }
  .test-result {
    padding: 20px 0;
  }
  .test-result h1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .result-main {
    padding: 20px;
  }
  .result-main p {
    font-size: 14px;
    line-height: normal;
  }
  .result-main h3 {
    font-size: 20px;
    line-height: normal;
  }
  .resultHead {
    display: block;
    padding: 20px 0;
  }
  .resultHead-item {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .result-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
  .result-item-caption {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .result-item-caption p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .result-item-caption ul {
    display: block;
  }
  .result-item-caption ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .result-item-caption ul li:last-child {
    padding-left: 38px;
    border-left: none;
  }
  .profile-nav {
    margin-bottom: 20px;
  }
  .profile-title {
    padding: 10px;
    font-size: 20px;
  }
  .profile-edit {
    display: block;
  }
  .profile-edit .profileImg {
    margin: 0 auto;
  }
  .profile-caption {
    padding-left: 0;
    margin-top: 20px;
  }
  .profile-caption .form-item {
    display: block;
    margin-bottom: 10px;
  }
  .profile-caption .form-item input {
    width: 100%;
  }
  .profile-caption .form-item .btn-blue {
    width: 100%;
  }
  .pastTest .tests-item {
    padding: 10px;
  }
  .pastTest .tests-item span {
    font-size: 16px;
  }
  .pastTest .tests-item p {
    font-size: 16px;
    line-height: normal;
    padding: 0 0 0 10px;
  }
  .pastTest .tests-item .green-p {
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: normal;
  }
  .feature-item {
    text-align: center;
  }
  .testNav-box {
    margin-top: 20px;
  }
  .loginBox {
    padding-top: 100px;
  }
  article iframe{
    width: 100%!important;
  }
  .subscribe .profile-caption .form-item{
    margin-bottom: 0;
  }
  .subscribe .container-checkbox{
    font-size: 14px;
  }
  .subscribe .btn-blue{
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu-xs-head {
    display: none;
  }
  .menu-xs .lang-list {
    display: none !important;
  }
  .logo {
    height: 35px;
    margin-right: 20px;
  }
  .menu li a {
    font-size: 13px;
    padding: 0 5px;
  }
  .lang-list {
    margin-left: 10px;
    margin-right: 0;
  }
  .lang-list li a {
    font-size: 13px;
  }
  .link-box .btn-plain {
    width: 45px;
    height: 35px;
    line-height: 32px;
  }
  .header {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sl-item {
    height: 450px;
  }
  .main-caption {
    padding-top: 120px;
  }
  .slick-next {
    left: 108px;
    bottom: 25px;
  }
  .slick-prev {
    left: 48px;
    bottom: 25px;
  }
  .block-title {
    margin-bottom: 40px;
  }
  .block-title:after {
    left: -3px;
    bottom: -18px;
    font-size: 60px;
  }
  .services {
    padding-top: 40px;
  }
  .service-item {
    height: 250px;
  }
  .service-item-caption {
    padding: 20px;
  }
  .service-notice {
    padding: 20px;
  }
  .references {
    padding-top: 30px;
  }
  .features {
    padding: 40px 0;
  }
  footer {
    padding: 25px 0;
  }
  footer .footer .logo {
    margin-right: 20px;
    height: 35px;
  }
  footer .footer .copyright {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer .footer .copyright p {
    font-size: 13px;
    line-height: normal;
  }
  .about {
    padding-top: 30px;
  }
  .about-caption .block-title {
    margin-bottom: 20px;
  }
  .about-caption p {
    font-size: 14px;
    line-height: normal;
  }
  .about .profile-img {
    margin-top: 100px;
  }
  .contact-item {
    margin-bottom: 15px;
  }
  .contact input, .contact textarea, .contact select, .contact .btn-blue {
    width: 100%;
  }
  input, textarea, select {
    width: 100%;
  }
  .tests {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tests-item {
    padding: 20px 0;
  }
  .tests-item span {
    font-size: 18px;
    line-height: normal;
  }
  .tests-item p {
    padding: 0 10px 0 30px;
    font-size: 18px;
    line-height: normal;
    margin: 10px 0;
  }
  .tests-item .btn-cover {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tests-item .btn-cover .btn-plain {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 18px;
    color: #666666;
  }
  .test-control {
    display: block;
  }
  .test-control .btn-blue {
    margin-bottom: 20px;
  }
  .test-control .btn-box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .test-control .btn-box .btn-test {
    margin-left: 0;
    margin-right: 10px;
  }
  .result-item-caption {
    padding-left: 20px;
  }
  .profile-title {
    padding: 10px;
    font-size: 20px;
  }
  .profile-edit {
    display: block;
  }
  .profile-edit .profileImg {
    margin: 0 auto;
  }
  .profile-caption {
    padding-left: 0;
    margin-top: 20px;
  }
  .profile-caption .form-item {
    display: block;
    margin-bottom: 10px;
  }
  .profile-caption .form-item input {
    width: 100%;
  }
  .profile-caption .form-item .btn-blue {
    width: 100%;
  }
  .pastTest .tests-item {
    display: block;
    padding: 10px;
  }
  .pastTest .tests-item span {
    font-size: 16px;
  }
  .pastTest .tests-item p {
    font-size: 16px;
    line-height: normal;
    padding: 0;
  }
  .pastTest .tests-item .green-p {
    text-align: center;
    font-size: 16px;
    line-height: normal;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .menu-xs-head {
    display: none;
  }
  .logo {
    height: 35px;
    margin-right: 40px;
  }
  .menu li a {
    font-size: 17px;
    padding: 0 10px;
  }
  .lang-list {
    margin-left: 10px;
    margin-right: 10px;
  }
  .lang-list li a {
    font-size: 13px;
  }
  .link-box .btn-plain {
    width: 45px;
    height: 35px;
    line-height: 32px;
  }
  .about {
    padding-top: 50px;
  }
  .about-caption .block-title {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .about-caption p {
    font-size: 14px;
    line-height: normal;
  }
  .about .profile-img {
    margin-top: 140px;
  }
  .tests {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tests-item {
    padding: 20px 0;
  }
  .tests-item span {
    font-size: 18px;
    line-height: normal;
  }
  .tests-item p {
    padding: 0 10px 0 30px;
    font-size: 18px;
    line-height: normal;
    margin: 10px 0;
  }
  .tests-item .btn-cover {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tests-item .btn-cover .btn-plain {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 18px;
    color: #666666;
  }
  .pastTest .tests-item {
    display: block;
    padding: 10px;
  }
  .pastTest .tests-item span {
    font-size: 16px;
  }
  .pastTest .tests-item p {
    font-size: 16px;
    line-height: normal;
    padding: 0;
  }
  .pastTest .tests-item .green-p {
    text-align: center;
    font-size: 16px;
    line-height: normal;
  }
}

@media (min-width: 1439px) and (max-width: 2000px) {
  .slick-next {
    left: 225px;
  }
  .slick-prev {
    left: 165px;
  }
}

@media (min-width: 1700px) and (max-width: 3000px) {
  .slick-next {
    left: 460px;
  }
  .slick-prev {
    left: 400px;
  }
}
