/*
   Reset.scss
   v2.0 | 20110126
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ======= Global ======= */

body {
  font-family: "Rubik", sans-serif;
  background: #ffffff;
  line-height: 1.4;
  font-size: 14px;
  color: #4F5665;
}

.section {
  padding: 70px 0;
}

input,
a,
button,
select,
textarea {
  outline: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.font-weight-normal {
  font-weight: normal !important;
}

.tt-uppercase {
  text-transform: uppercase;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 17px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 17px !important;
}

.mb-3 {
  margin-bottom: 25px;
}

.mb-4 {
  margin-bottom: 35px;
}

.mb-5 {
  margin-bottom: 50px;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 17px;
}

.pt-3 {
  padding-top: 25px;
}

.pb-2 {
  padding-bottom: 17px;
}

.pb-3 {
  padding-bottom: 25px;
}

.p-0 {
  padding: 0 !important;
}

/* ======= Typography ======= */

strong,
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

.fa-phone {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

hr {
  opacity: 0.4;
  margin-top: 35px;
  margin-bottom: 35px;
}

p {
  font-size: 14px;
  color: #4F5665;
  line-height: 1.8;
}

a {
  color: #316099;
  text-decoration: none;
}

a:hover {
  color: #4277A6;
  text-decoration: underline;
}

.default-decimal-list li {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5;
  color: #4F5665;
  font-weight: normal;
  padding-left: 35px;
  position: relative;
}

.default-decimal-list li:before {
  content: attr(data-line-number);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 24px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  background: #316099;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.default-decimal-list li h4 {
  line-height: 1.2;
}

h4 {
  font-size: 24px;
}

h4.brand-caption {
  color: #316099;
}

h5 {
  font-size: 18px;
  font-weight: bold;
}

h6 {
  font-size: 16px;
}

.title-brand {
  color: #316099;
  font-weight: normal;
}

.sub-text {
  color: #919191;
  font-size: 12px;
}

.default-heading {
  padding-bottom: 85px;
  text-align: center;
}

.default-heading--caption {
  font-size: 28px;
  font-weight: normal;
  color: #316099;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

.default-heading--caption:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 4px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #5a98d0), color-stop(64%, #5a98d0), color-stop(64%, #5a98d0), color-stop(64%, white), color-stop(72%, white), color-stop(72%, #5a98d0), color-stop(82%, #5a98d0), color-stop(82%, white), color-stop(90%, white), color-stop(90%, #5a98d0), to(#5a98d0));
  background: -webkit-linear-gradient(left, #5a98d0 1%, #5a98d0 64%, #5a98d0 64%, white 64%, white 72%, #5a98d0 72%, #5a98d0 82%, white 82%, white 90%, #5a98d0 90%, #5a98d0 100%);
  background: -o-linear-gradient(left, #5a98d0 1%, #5a98d0 64%, #5a98d0 64%, white 64%, white 72%, #5a98d0 72%, #5a98d0 82%, white 82%, white 90%, #5a98d0 90%, #5a98d0 100%);
  background: linear-gradient(to right, #5a98d0 1%, #5a98d0 64%, #5a98d0 64%, white 64%, white 72%, #5a98d0 72%, #5a98d0 82%, white 82%, white 90%, #5a98d0 90%, #5a98d0 100%);
}

.default-heading--sub-caption {
  display: inline-block;
  width: 65%;
  font-size: 14px;
  color: #4F5665;
  line-height: 1.5;
  margin: 0;
}

.default-heading--sub-caption strong {
  font-weight: normal;
  font-size: 24px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.row-column-border {
  margin-left: -40px;
  margin-right: -40px;
}

.row-column-border .column-border {
  padding: 0 40px;
  border-left: 1px solid #d9d9d9;
}

.row-column-border .column-border:first-child {
  border-left: none;
}

.text-box b {
  font-weight: 500;
}

.text-box strong {
  font-weight: bold;
}

/* ======= BUTTON ======= */

.btn-default {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  background: #316099;
  color: #ffffff;
  padding: 11px 44px;
  line-height: 1.6;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-default.btn-warning {
  background: #FFC000;
}

.btn-default.btn-warning:hover {
  background: #dea600;
}

.btn-default.btn-lg {
  padding: 16.5px 33px;
  font-size: 24px;
  height: auto;
  -webkit-border-radius: 33px;
  border-radius: 33px;
}

.btn-default.btn-action {
  text-transform: uppercase;
  padding: 22px 66px;
  height: 70px;
  font-weight: normal;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.btn-default:hover {
  background: #FFC000;
  color: #ffffff;
  text-decoration: none;
}

.btn-default:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.dropdown .dropdown-menu {
  -webkit-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
  left: 0 !important;
  top: 100% !important;
  border: none;
  padding: 8px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 600px;
  -webkit-box-shadow: 2px 2px 10px rgba(79, 86, 101, 0.5);
  box-shadow: 2px 2px 10px rgba(79, 86, 101, 0.5);
  background: #ffffff;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  margin-top: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dropdown .dropdown-menu:before {
  content: '';
  position: absolute;
  left: 15px;
  border: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  top: -10px;
}

.dropdown .dropdown-menu li {
  padding: 0;
  margin: 0;
}

.dropdown .dropdown-menu li a {
  display: inline-block;
  width: 100%;
  padding: 9px 12px;
  font-size: 14px;
  color: #4F5665;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dropdown .dropdown-menu li a:hover {
  text-decoration: none;
  color: #316099;
  background: rgba(90, 152, 208, 0.2);
}

.dropdown.show .dropdown-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}

/* ======= Paginate ======= */

/* ======= Forms ======= */

.group-form {
  margin-bottom: 25px;
}

.error-form .title-form {
  color: #EB5757;
}

.error-form input,
.error-form textarea,
.error-form .default-form {
  border-color: #EB5757;
}

.error-form--text {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #EB5757;
  margin-top: 4px;
}

.title-form {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  color: #4F5665;
  margin: 0 0 5px;
}

input,
textarea,
.default-form {
  width: 100%;
  border: 1px solid #9EB5CE;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 14px;
  height: 48px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

input:focus,
textarea:focus,
.default-form:focus {
  border-color: #9EB5CE;
  -webkit-box-shadow: 0px 0px 5px rgba(90, 152, 208, 0.8);
  box-shadow: 0px 0px 5px rgba(90, 152, 208, 0.8);
}

textarea {
  min-height: 140px;
}

.img-wrapper-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #2186e0;
  display: inline-block;
}

.img-wrapper-circle img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}

.img-wrapper-circle.img-lg {
  width: 400px;
  height: 400px;
}

/* ======= Modal ======= */

/* ======= CARDS ======= */

/* ======= Header ======= */

.header {
  position: -webkit-sticky;
  position: sticky;
  top: -48px;
  z-index: 555;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header:hover {
  top: 0;
}

.header-contacts {
  position: relative;
  z-index: 778;
  background: #4277A6;
  padding: 10px 0;
}

.header-contacts .row {
  -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;
}

.header-contacts .networks {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-contacts .networks li {
  margin: 0 7px;
}

.header-contacts .networks li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.header-contacts .networks li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.header-contacts .group-contacts {
  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;
}

.header-contacts .group-contacts .link-icon {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
}

.header-contacts .group-contacts .link-icon i {
  margin-right: 5px;
  font-size: 14px;
  color: #ffffff;
}

.header-contacts .group-contacts .link-icon:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.header-contacts .group-contacts .link-icon,
.header-contacts .group-contacts .dropdown {
  margin-left: 40px;
}

.header-contacts .group-contacts .dropdown .link-icon {
  margin: 0;
}

.header-contacts .group-contacts .dropdown .link-icon:after {
  margin-left: 5px;
  content: '\f078';
  font-family: Font Awesome\ 5 Free;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1;
}

.header-contacts .group-contacts .dropdown .dropdown-menu {
  min-width: 0;
}

.header-nav {
  background: #5A98D0;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  padding: 14px 0;
}

.header-nav .row {
  -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;
}

.header-nav--logo .logo {
  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;
  text-decoration: none;
}

.header-nav--logo .logo img {
  margin-right: 12px;
  height: 55px;
  width: auto;
}

.header-nav--logo .logo-text {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.header-nav--menu .list-menu {
  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;
  margin-left: -27px;
  margin-right: -27px;
}

.header-nav--menu .list-menu li {
  margin: 0 20px;
}

.header-nav--menu .list-menu li .nav-link {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.header-nav--menu .list-menu li .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header-nav--menu .list-menu li.dropdown .nav-link:after {
  margin-left: 8px;
  content: '\f078';
  font-family: Font Awesome\ 5 Free;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1;
  font-size: 13px;
}

.header-nav--menu .list-menu li.dropdown .dropdown-menu.double-list {
  width: 400px;
}

.header-nav--menu .list-menu li.dropdown .dropdown-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-nav--menu .list-menu li.dropdown .dropdown-menu-list li {
  margin: 0;
  white-space: nowrap;
}

.header-nav--menu .list-sub-menu {
  display: none;
}

.header-nav--btn {
  display: none;
}

.header-nav--btn .dropdown {
  display: none;
}

.wrapper .wrapper-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(79, 86, 101, 0.6);
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* ======= Footer ======= */

.footer {
  background: #316099;
  padding: 40px 0 30px;
}

.footer .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-info .logo {
  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;
  text-decoration: none;
  margin-bottom: 20px;
}

.footer-info .logo img {
  margin-right: 12px;
  height: 55px;
  width: auto;
}

.footer-info .logo-text {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.footer-info p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 25px;
}

.footer-info .copyright {
  margin: 0;
}

.footer-info .networks {
  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;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 35px;
}

.footer-info .networks li {
  padding: 0 10px;
}

.footer-info .networks li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  color: #316099;
  background: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0px 13px 18px rgba(17, 19, 35, 0.08);
  box-shadow: 0px 13px 18px rgba(17, 19, 35, 0.08);
}

.footer-info .networks li a:hover {
  background: rgba(255, 255, 255, 0.8);
}

.footer-nav .title {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 55px;
  margin: 0 0 10px;
}

.footer-nav--list li {
  padding: 8px 0;
  font-size: 16px;
  color: #ffffff;
}

.footer-nav--list li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

.footer-nav--list li a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

/* ======= Hero ======= */

.hero {
  background-color: #316099;
  background-image: url(../img/svg/map.svg);
  background-repeat: no-repeat;
  background-position: 100% -130px;
}

.hero .row {
  padding: 40px 0;
  min-height: 520px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-caption {
  padding-bottom: 50px;
}

.hero-caption h1 {
  font-size: 54px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 20px;
}

.hero-caption h5 {
  font-size: 32px;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
}

/* ======= Advantages ======= */

.advantages {
  padding: 90px 0 50px;
}

.advantages .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages-description {
  padding-top: 30px;
}

.advantages-description--item {
  padding-bottom: 35px;
  padding-left: 40px;
  position: relative;
}

.advantages-description--item .icon-check {
  width: 24px;
  height: 24px;
  background: #316099;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
}

.advantages-description--item .title {
  font-size: 24px;
  font-weight: normal;
  color: #316099;
  margin: 0 0 13px;
}

.advantages-description--item p {
  color: #4F5665;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px;
  width: 90%;
}

.advantages-image {
  text-align: right;
}

.advantages-image .img-wrapper img {
  width: 90%;
}

/* ======= Services ======= */

.services-item {
  -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;
  padding-bottom: 40px;
}

.services-item--description .title {
  font-size: 24px;
  font-weight: normal;
  color: #316099;
  margin: 0 0 20px;
}

.services-item--description p {
  margin: 0 0 25px;
}

.services-item--image .img-wrapper img {
  max-width: 100%;
}

.services-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wrap-img-service {
  text-align: right;
}

.free-exam {
  background: url(../img/jpg/bg-exam.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.free-exam .row {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 600px;
}

/* ======= Contacts ======= */

.contacts {
  padding-bottom: 110px;
}

.contacts .default-heading--caption {
  font-size: 28px;
  margin: 0;
}

.contacts .default-heading--caption:before {
  display: none;
}

/* ======= About ======= */

.our-values {
  padding: 50px 0 25px;
  background: url(../img/png/our-values--bg.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.our-values .default-heading--caption {
  color: #ffffff;
}

.our-values .default-heading--caption:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, white), color-stop(64%, white), color-stop(64%, white), color-stop(64%, rgba(255, 255, 255, 0)), color-stop(72%, rgba(255, 255, 255, 0)), color-stop(72%, white), color-stop(82%, white), color-stop(82%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0)), color-stop(90%, white), to(white));
  background: -webkit-linear-gradient(left, white 1%, white 64%, white 64%, rgba(255, 255, 255, 0) 64%, rgba(255, 255, 255, 0) 72%, white 72%, white 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 90%, white 90%, white 100%);
  background: -o-linear-gradient(left, white 1%, white 64%, white 64%, rgba(255, 255, 255, 0) 64%, rgba(255, 255, 255, 0) 72%, white 72%, white 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 90%, white 90%, white 100%);
  background: linear-gradient(to right, white 1%, white 64%, white 64%, rgba(255, 255, 255, 0) 64%, rgba(255, 255, 255, 0) 72%, white 72%, white 82%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 90%, white 90%, white 100%);
}

.our-values--item {
  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;
  text-align: center;
  padding-bottom: 45px;
}

.our-values--item .icon-wrapper {
  border: 2px solid #ffffff;
  width: 62px;
  height: 62px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.our-values--item .icon-wrapper img {
  max-height: 26px;
}

.our-values--item .title {
  color: #ffffff;
  font-weight: normal;
  font-size: 22px;
  margin: 0 0 10px;
}

.our-values--item p {
  display: inline-block;
  width: 90%;
  color: #ffffff;
  line-height: 1.4;
  padding: 0;
}

.our-partners--item {
  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;
  text-align: center;
  padding-bottom: 45px;
}

.our-partners--item .icon-wrapper {
  border: 2px solid #316099;
  width: 62px;
  height: 62px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.our-partners--item .icon-wrapper img {
  max-height: 28px;
}

.our-partners--item .icon-wrapper.no-border {
  border: none;
}

.our-partners--item .icon-wrapper.no-border img {
  max-height: 62px;
}

.our-partners--item .title {
  color: #316099;
  font-weight: normal;
  font-size: 22px;
  margin: 0 0 10px;
}

.our-partners--item p {
  display: inline-block;
  width: 90%;
  color: #4F5665;
  line-height: 1.4;
  padding: 0;
}

/* ======= Imprint ======= */

.imprint-info-brand {
  padding-bottom: 90px;
}

.imprint-info-brand--map {
  padding-right: 90px;
}

.imprint-info-brand--map .map-wrap {
  width: 100%;
  height: 300px;
  background: #f2f2f2;
  margin-bottom: 10px;
}

.imprint-info-brand--data {
  padding-top: 25px;
}

.imprint-info-brand--data p,
.imprint-info-brand--data address {
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .header-nav--menu .list-menu {
    margin-left: -20px;
    margin-right: -20px;
  }

  .header-nav--menu .list-menu li {
    margin: 0 13px;
  }

  .hero {
    background-position: 100% -230px;
  }

  .hero .row {
    min-height: 420px;
  }

  .hero-caption h1 {
    font-size: 42px;
    margin: 0 0 15px;
  }

  .hero-caption h5 {
    font-size: 28px;
  }

  .free-exam .row {
    height: 460px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding: 50px 0;
  }

  .default-heading {
    padding-bottom: 65px;
  }

  .default-heading--caption {
    font-size: 26px;
  }

  .default-heading--sub-caption {
    width: 85%;
  }

  .row-column-border {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row-column-border .column-border {
    padding: 0 20px;
  }

  .btn-default.btn-lg {
    padding: 13.2px 33px;
    font-size: 19.2px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
  }

  .img-wrapper-circle {
    margin: 0 auto;
  }

  .img-wrapper-circle.img-lg {
    width: 330px;
    height: 330px;
  }

  .header-contacts .networks {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -5px;
  }

  .header-nav--menu {
    position: fixed;
    top: 0;
    right: -230px;
    width: 230px;
    height: 100vh;
    background: #4277A6;
    z-index: 777;
    padding-top: 120px;
    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-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .header-nav--menu .list-menu {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .header-nav--menu .list-menu li {
    margin: 10px 0;
  }

  .header-nav--menu .list-menu li .nav-link {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .header-nav--menu .list-menu li.dropdown .nav-link {
    padding-right: 30px;
    position: relative;
  }

  .header-nav--menu .list-menu li.dropdown .nav-link:after {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 8px;
  }

  .header-nav--menu .list-menu li.dropdown .dropdown-menu.double-list {
    width: 100%;
  }

  .header-nav--menu .list-sub-menu {
    display: block;
    padding: 0;
  }

  .header-nav--menu .list-sub-menu li {
    margin: 10px 0;
  }

  .header-nav--menu .list-sub-menu li .nav-link {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 7px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .header-nav--menu .list-sub-menu li .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .header-nav--btn {
    position: relative;
    z-index: 778;
    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;
  }

  .header-nav--btn .btn-navbar {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 25px;
  }

  .header-nav--btn .btn-navbar span {
    display: block;
    width: 28px;
    height: 3px;
    background: #ffffff;
    margin: 8px 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .wrapper.open-menu .wrapper-overlay {
    opacity: 1;
    visibility: visible;
  }

  .wrapper.open-menu .header-nav--menu {
    right: 0;
  }

  .wrapper.open-menu .header-nav--btn .btn-navbar span.line1 {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .wrapper.open-menu .header-nav--btn .btn-navbar span.line2 {
    left: -40px;
    opacity: 0;
  }

  .wrapper.open-menu .header-nav--btn .btn-navbar span.line3 {
    top: -11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .footer-info {
    text-align: center;
    min-width: 100%;
  }

  .footer-info .logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-info p {
    display: inline-block;
    width: 70%;
  }

  .footer-info .networks {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-nav {
    display: none;
  }

  .hero {
    background-position: 150px -280px;
  }

  .hero .row {
    min-height: 380px;
  }

  .hero-caption h1 {
    font-size: 34px;
  }

  .hero-caption h5 {
    font-size: 24px;
  }

  .advantages {
    padding: 70px 0 40px;
  }

  .advantages-description {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .advantages-image {
    text-align: center;
  }

  .wrap-img-service {
    text-align: left;
  }

  .free-exam .row {
    height: 320px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }

  .mb-2 {
    margin-bottom: 10px !important;
  }

  .mb-3 {
    margin-bottom: 16px !important;
  }

  .mb-4 {
    margin-bottom: 20px !important;
  }

  .mb-5 {
    margin-bottom: 30px !important;
  }

  .pb-5 {
    padding-bottom: 2rem !important;
  }

  .text-sm-center {
    text-align: center;
  }

  p {
    line-height: 1.5;
  }

  .default-decimal-list li {
    margin-bottom: 20px;
    font-size: 15px;
    padding-left: 30px;
  }

  .default-decimal-list li:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
  }

  h4 {
    font-size: 20px;
  }

  .default-heading {
    padding-bottom: 45px;
  }

  .default-heading--caption {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .default-heading--caption:before {
    width: 80px;
    height: 3px;
  }

  .default-heading--sub-caption {
    width: 95%;
    font-size: 13px;
  }

  .default-heading--sub-caption strong {
    font-size: 15px;
  }

  .row-column-border {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row-column-border .column-border {
    padding: 15px 15px 0;
    margin-top: 15px;
    border-top: 1px solid #d9d9d9;
    border-left: none;
  }

  .row-column-border .column-border:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .btn-default {
    font-size: 14px;
    height: 40px;
    padding: 10px 33px;
  }

  .btn-default.btn-lg {
    padding: 11px 33px;
    font-size: 16px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
  }

  .btn-default.btn-action {
    padding: 16.5px 44px;
    height: 55px;
  }

  .group-form {
    margin-bottom: 15px;
  }

  .title-form {
    font-size: 13px;
  }

  input,
  textarea,
  .default-form {
    height: 40px;
    padding: 8px 10px;
  }

  textarea {
    min-height: 110px;
  }

  .img-wrapper-circle {
    margin: 0 auto;
    display: block;
  }

  .img-wrapper-circle.img-lg {
    width: 280px;
    height: 280px;
  }

  .header-contacts {
    padding: 10px 0;
  }

  .header-contacts .networks li {
    margin: 0 4px;
  }

  .header-contacts .networks li a {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }

  .header-contacts .group-contacts .link-icon,
  .header-contacts .group-contacts .dropdown {
    margin: 0;
  }

  .header-contacts .group-contacts .link-contact {
    display: none;
  }

  .header-contacts .group-contacts .dropdown {
    display: none;
  }

  .header-nav--menu {
    right: -200px;
    width: 200px;
  }

  .header-nav--menu .list-menu li {
    margin: 5px 0;
  }

  .header-nav--menu .list-menu li .nav-link {
    font-size: 12px;
  }

  .header-nav--menu .list-menu li.dropdown .nav-link:after {
    top: 6px;
  }

  .header-nav--menu .list-sub-menu li {
    margin: 5px 0;
  }

  .header-nav--menu .list-sub-menu li .nav-link {
    font-size: 12px;
  }

  .header-nav--logo .logo img {
    margin-right: 10px;
    height: 42px;
  }

  .header-nav--logo .logo-text {
    font-size: 15px;
  }

  .header-nav--btn .btn-navbar span {
    height: 2px;
    width: 25px;
    margin: 7px 0;
  }

  .header-nav--btn .dropdown {
    display: inline-block;
  }

  .header-nav--btn .dropdown .link-icon {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
  }

  .header-nav--btn .dropdown .link-icon:after {
    margin-left: 5px;
    content: '\f078';
    font-family: Font Awesome\ 5 Free;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1;
  }

  .header-nav--btn .dropdown .dropdown-menu {
    min-width: 0;
  }

  .wrapper.open-menu .header-nav--btn .btn-navbar span.line1 {
    top: 9px;
  }

  .wrapper.open-menu .header-nav--btn .btn-navbar span.line3 {
    top: -9px;
  }

  .hero {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: -webkit-calc(100% + 70px) 0;
    background-position: calc(100% + 70px) 0;
  }

  .hero .row {
    padding: 30px 0;
    min-height: 280px;
  }

  .hero-caption {
    padding-bottom: 30px;
  }

  .hero-caption h1 {
    font-size: 24px;
  }

  .hero-caption h5 {
    font-size: 16px;
  }

  .advantages {
    padding: 50px 0 30px;
  }

  .advantages-description--item {
    padding-bottom: 25px;
    padding-left: 30px;
  }

  .advantages-description--item .icon-check {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }

  .advantages-description--item .title {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .advantages-description--item p {
    width: 100%;
  }

  .services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }

  .services-item--description .title {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .services-item--description p {
    margin: 0 0 15px;
  }

  .services-item--image {
    padding-bottom: 15px;
  }

  .services-item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .free-exam {
    background-position: left center;
  }

  .free-exam .row {
    padding-top: 130px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 210px;
  }

  .contacts .default-heading--caption {
    font-size: 20px;
    padding: 0;
    margin: 0;
  }

  .imprint-info-brand {
    padding-bottom: 40px;
  }

  .imprint-info-brand--map {
    padding-right: 15px;
  }

  .imprint-info-brand--map .map-wrap {
    height: 240px;
  }

  .imprint-info-brand--data {
    padding-top: 25px;
  }

  .imprint-info-brand--data p,
  .imprint-info-brand--data address {
    font-size: 16px;
  }
}