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;
}
button:focus, a:focus, img:focus, li:focus, input:focus, div:focus {
  outline: none !important;
}

.inside {
  width: 1420px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
body * {
  box-sizing: border-box;
}
body {
  font-family: 'Roboto';
  background: #fff;
  font-weight: 400;
  padding-top: 100px;
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.flex-l {
  justify-content: flex-start;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-c {
  justify-content: center;
}
.flex-t {
  align-items: flex-start;
}
.flex-bt {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header {
  padding: 12px 0;
  color: #2B3887;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
  left: 0;
}
.header nav li {
  position: relative;
  margin-left: 51px;
}
.header nav li:after {
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #2B3887;
  content: "";
  position: absolute;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.header nav li:hover:after {
  transition: all 0.3s ease 0s;
  transform: scale(0.94);

}
.main {
  padding: 150px 0 120px;
  background: #051367 url(../../images/main.jpg) no-repeat right center;
}
.main .caption {
  color: #fff;
  font-size: 62px;
  font-weight: 300;
  line-height: 1.2;
  padding: 30px 46px;
  border-left: 6px solid #fff;
  position: relative;
  display: inline-block;
}
.main .caption .caption-inner {
  background: #051367;
  padding: 22px 0;
  padding-right: 30px;
}
.main .caption:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 276px;
  background: #fff;
  height: 43px;
  background: url(../../images/t1.svg) no-repeat 0;
}
.main .caption:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 276px;
  height: 43px;
  background: url(../../images/t2.svg) no-repeat 0;
}
.main .caption h1 {
  margin-bottom: 20px;
}
.main .caption h2 {
  font-weight: 700;
  font-size: 34px;
}
.screen-2 {
  padding: 100px 0 70px;
  position: relative;
}
.screen-2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 42.5%;
  background: #f2f3f7;
  height: 100%;
}
.screen-2 .image {
  position: relative;
}
.screen-2 .description {
  width: 660px;
  padding-left: 44px;
  border-left: 4px solid #1D45F3;
  color: #020C40;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
  padding-top: 68px;
  padding-bottom: 40px;
  margin-top: 54px;
  position: relative;
}
.screen-2 .description:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 546px;
  max-width: 100%;
  height: 43px;
  background: url(../../images/t3.svg) no-repeat 0;
}
.screen-2 .description:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 276px;
  height: 4px;
  background: #1D45F3;
}
.screen-2 .description .doc {
  margin-top: 20px;
  font-size: 18px;
}
.screen-2 .description .doc strong {
  font-size: 30px;
  color: #1D45F3;
  margin-top: 4px;
  display: block;
}
.screen-2 .description .desc p:not(:last-child) {
  margin-bottom: 16px;
}
.screen-2 .description h3 {
  margin-bottom: 36px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}
.screen-3 {
  padding: 100px 0 70px;
  position: relative;
  color: #fff;
}
.screen-3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 42.5%;
  background: #f2f3f7;
  height: 100%;
}
.screen-3 .image {
  position: relative;
}
.screen-3 .image .caption {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  position: absolute;
  left: 50px;
  padding-left: 46px;
  padding-top: 40px;
  padding-bottom: 30px;
  bottom: 70px;
  border-left: 4px solid #fff;
  text-transform: uppercase;
  line-height: 1.2;
}
.screen-3 .image .caption:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 180px;
  height: 28px;
  background: url(../../images/t4.svg) no-repeat 0;
}
.screen-3 .image .caption:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 172px;
  height: 3px;
  background: #fff;
}
.screen-3 .description {
  line-height: 1.3;
  width: 826px;
  position: relative;
  z-index: 2;
}
.screen-3 .description h3 {
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
}
.screen-3 .description li {
  position: relative;
  list-style-type: none;
  padding-left: 26px;
  font-size: 17px;
  margin-bottom: 12.5px;
}
.screen-3 .description li:before {
  position: absolute;
  content: "";
  left: 11px;
  top: 9px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 0px;
}
.screen-3 .description .top {
  background: #030F64;
  padding: 26px 22px 26px 20px;
  margin-bottom: 10px;
}
.screen-3 .description .bottom .bottom-part {
  width: 412px;
  max-width: 49.5%;
  padding: 26px 22px 26px 20px;
}
.screen-3 .description .bottom .bottom-part.left {
  background: #051053;
}
.screen-3 .description .bottom .bottom-part.right {
  background: #040D42;
}
.carriere {
  padding: 100px 0;
}
.carriere .description {
  margin-left: 242px;
  line-height: 1.6;
  color: #020C40;
  position: relative;
}
.carriere .description:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 710px;
  height: 43px;
  background: url(../../images/t5.svg) no-repeat 0;
}
.carriere .description:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 520px;
  height: 4px;
  background: #1D45F3;
  max-width: 100%
}
.carriere .description .description-inner {
  border-left: 4px solid #1D45F3;
  width: 710px;
  padding-left: 48px;
  padding-top: 44px;
  padding-bottom: 2px;
}
.carriere .description p {
  margin-bottom: 36px;
  font-size: 20px;
}
.carriere .description h3 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 36px;
  text-transform: uppercase;
  line-height: 1;
}
.carriere .list {
  width: 826px;
  color: #fff;
  padding-top: 40px;
}
.carriere .list h3 {
  color: #020C40;
  font-size: 34px;
  margin-bottom: 66px;
  font-weight: 600;
  line-height: 1.55;
}
.carriere .list ul li {
  margin-bottom: 20px;
  position: relative;
  padding: 31px 90px;
  font-size: 18px;
  font-weight: 500;
  background: #1D45F3;
}
.carriere .list ul li img {
  left: 30px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
}
.vacations {
  padding: 98px 0;
  background: #051367;
  color: #fff;
}
.vacations .title {
  margin-bottom: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 52px;
  text-align: center;
}
.vacations .title span {
  display: inline-block;
  padding-top: 34px;
  padding-bottom: 34px;
  position: relative;
}
.vacations .title span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 22px;
  background: url(../../images/t6.svg) no-repeat center 0;
}
.vacations .title span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
  background: url(../../images/t7.svg) no-repeat center 0;
}
.vacations .inside > ul > li {
  border-bottom: 1px solid #fff;
}
.vacations ul li .detailed {
  display: none;
  font-weight: 300;
  line-height: 1.6;
  padding-bottom: 20px;
}
.vacations ul li .detailed p:not(:last-child) {
  margin-bottom: 20px;
}
.vacations ul li .name {
  position: relative;
  padding-bottom: 16px;
  padding-top: 50px;
  cursor: pointer;
}
.vacations ul li .name:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 16px;
  background: url(../../images/down.svg) no-repeat center;
  right: 20px;
  top: 88px;
}
.vacations ul li  {
  font-size: 20px;
}
.vacations ul li p.no-margin {
  margin-bottom: 6px !important;
}
.vacations ul li p:not(.no-margin) {
  margin-bottom: 14px;
}
.vacations ul li p strong {
  font-size: 34px;
  font-weight: 700;
}
.vacations ul li .button {
  margin-top: 20px;
}
.vacations ul li .button a {
  background: #fff;
  color: #051367;
  font-size: 20px;
  display: inline-block;
  padding: 12px 30px;
  font-weight: 700;
  border: 2px solid #fff;
  transition: all 0.3s ease 0s;
}
.vacations ul li .button a:hover {
  transition: all 0.3s ease 0s;
  background: none;
  color: #fff;

}
.vacations ul li ul {
  margin-bottom: 20px;
}
.vacations ul li ul li:before {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 0px;
  content: "";
  left: 0;
  top: 10px;
  position: absolute;
}
.vacations ul li ul li {
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 6px;
  position: relative;
}
.contacts {
  padding: 100px 0;
}
.contacts .info {
  padding-left: 44px;
  padding-top: 54px;
  padding-bottom: 40px;
  color: #020C40;
  width: 630px;
  border-left: 4px solid #1D45F3;
  margin-top: 32px;
  line-height: 1.6;
  font-size: 20px;
  position: relative;
}
.contacts .info:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 634px;
  height: 22px;
  background: url(../../images/t8.svg) no-repeat 0 0;
}
.contacts .info:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 470px;
  height: 4px;
  background: #1D45F3;
}
.contacts .info h3 {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
  line-height: 1;
}
.contacts .info p {
  line-height: 1.65;
  margin-bottom: 18px;
}
.contacts .info p span {
  color: #1D45F3;
  font-weight: 600;
}
.contacts .info .contacts-block {
  font-weight: 700;
  font-size: 22px;
  margin-top: 14px;
}
.contacts .info .contacts-block li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 40px;
}
.contacts .info .contacts-block li img {
  position: absolute;
  left: 0;
  top: 5px;
}
.contacts .info .about-monica {
  padding-top: 20px;
  font-size: 22px;
}
.contacts .info .about-monica strong {
  font-weight: 700;
}
.contacts .info .about-monica span {
  font-weight: 300;
}
.contacts .info .about-monica em {
  
}
.contacts .form {
  padding: 50px;
  width: 660px;
  background: rgba(5, 19, 103, 0.05);
}
.contacts .form h3 {
  text-align: center;
  color: #020C40;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 44px;
}
.contacts .form .field select {
  border-radius: 0px;
  padding-left: 16px;
  height: 56px;
  border: none;
  width: 100%;
  font-size: 20px;
  font-family: 'Roboto';
  color: #757575;
  outline: none !important
}
.contacts .form .field input {
  border-radius: 0px;
  padding-left: 16px;
  height: 56px;
  border: none;
  width: 100%;
  font-size: 20px;
  font-family: 'Roboto';
  outline: none;
}
.contacts .form .field textarea {
  border-radius: 0px;
  padding-left: 16px;
  padding-top: 18px;
  height: 160px;
  border: none;
  width: 100%;
  font-size: 20px;
  font-family: 'Roboto';
  resize: none;
  outline: none;
}
.contacts .form .button {
  text-align: center;
}
.contacts .form .button .text {
  border: 2px solid #051367;
  padding: 16px;
  text-align: center;
  color: #051367;
  line-height: 1.4;
  font-size: 18px;
}
.contacts .form .button button {
  width: 100%;
  display: block;
  border: none;
  border-radius: 0px;
  height: 58px;
  text-align: center;
  background: #1D45F3;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s ease 0s;
}
.contacts .form .button button:hover {
  transition: all 0.3s ease 0s;
  background: #051367  
}
.contacts .form .field-group {
  margin-bottom: 22px;
}
.contacts .form .field-group .field {
  width: 49%;
}
.contacts .form .field-group .field input.error {
  box-shadow: 0 0 4px #e3768f
}
footer {
  background: #051367;
  padding: 60px 0;
  color: #fff;
}
footer .coll-1 {
  font-size: 14px;
  font-weight: 300;
  width: 300px;
  line-height: 1.4;
}
.logo img {
  display: block;
}
footer .coll-1 .logo {
  margin-bottom: 10px;
}
footer .coll-3 {
  width: 240px;
}
footer .coll-3 li {
  margin-bottom: 20px;
  font-size: 18px;
}
footer .coll-3 li a {
  position: relative;

}
footer .coll-3 li a:after {
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
footer .coll-3 li a:hover:after {
  transform: scale(0.98);
  transition: all 0.3s ease 0s;
}
footer .coll-4 {
  width: 340px;
  font-size: 18px;
  line-height: 1.6;
}
footer .coll-4 p {
  margin-bottom: 10px;
}
footer .coll-4 em {
  font-weight: 300;
}
footer .coll-4 strong {
  font-weight: 700;
  display: block;
}
footer .coll-4 span.light {
  font-weight: 300;
}
footer h4 {
  margin-bottom: 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1
}
.toggler {
  margin-left: 30px;
  position: relative;
  width: 24px;
  height: 25px;
  display: none;
}
.toggler .menu-btn {
  position: absolute;
  top: -3px;
  right: 0;
  padding: 0;
  width: 30px;
  cursor: pointer;
  z-index: 2;
}
.toggler .menu-btn .line {
  padding: 0;
  width: 24px;
  background: #051367 ;
  height: 2px;
  margin: 5px 0;
  border-radius: 0px;
  transition: all 700ms cubic-bezier(0.9, 0, 0.33, 1);
}
.toggler .menu-btn .line.line--1 {
  width: 28px;
  transform: rotate(0) translateY(0);
}
.toggler .menu-btn .line.line--1.line-cross {
  width: 30px;
  transform: rotate(45deg) translateY(10px);
}
.toggler .menu-btn .line.line--2 {
  width: 28px;
  transform: translateX(0);
}
.toggler .menu-btn .line.line--2.line-fade-out {
  width: 28px;
  transform: translate(10px);
  opacity: 0;
}
.toggler .menu-btn .line.line--3 {
  width: 28px;
  transform: rotate(0) translateY(0);
}
.toggler .menu-btn .line.line--3.line-cross {
  width: 30px;
  transform: rotate(-45deg) translateY(-10px);
}
.nav.mob li {
  margin-bottom: 30px;
}
.nav.mob {
  left: -360px;
  width: 260px;
  background: #051367;
  color: #fff;
  transition: all 0.6s ease 0s;
  position: fixed;
  padding: 80px 20px;
  z-index: 9;
  height: 100vh;
  box-sizing: border-box;
  top: 0;
  font-size: 20px;
}
.nav.mob.nav-open {
  left: 0;
  transition: all 0.6s ease 0s;
}
.form .agree {
  position: relative;
  margin-bottom: 30px;
}
.form .agree strong {
  display: inline-block;
  vertical-align: middle;
}
.form .agree input[type="checkbox"] {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2
}
.form .agree .error {
  display: none;
}
.form .agree.error .error {                 
  position: absolute;
  font-size: 14px;
  color: #fb3c67;
  display: block;
  bottom: -18px;
}
.form .agree input[type="checkbox"]:checked + span:after {
  width: 12px;
    height: 12px;
    background: #051367;
    content: "";
    left: 4px;
    top: 4px;
  position: absolute;

}
.form .agree a {
  color: #051367;
  text-decoration: underline;
}
.form .agree input[type="checkbox"] + span {
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background: #fff;
}
.form span.wpcf7-not-valid-tip {
  font-size: 12px !important;
  display: block;
  margin-top: 6px;
}
.form .wpcf7 form .wpcf7-response-output {
  padding: 10px;
  text-align: center;
}
.agree .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: -2px;
}
.agree {
  position: relative;
  padding-left: 30px;
}
.agree .wpcf7-list-item-label {
  font-size: 0
}
.form .agree input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0
}
.form .agree span.wpcf7-not-valid-tip {
  margin-top: 8px;
}