/*** Variables ***/
/*** Mixins ***/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Default and helpers *****/
@font-face {
  font-family: "Lexend";
  src: url("../fonts/subset-Lexend-SemiBold.woff2") format("woff2"), url("../fonts/subset-Lexend-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/subset-Lexend-Regular.woff2") format("woff2"), url("../fonts/subset-Lexend-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  overflow-x: hidden;
  color: #180085;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  height: 100%;
  line-height: 1.2;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

input[type=submit],
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input,
textarea,
label {
  font-family: "Lexend", sans-serif;
}

a,
button,
input,
textarea,
select {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.7;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.7;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.7;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.4;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.4;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

a {
  color: #536dff;
  text-decoration: none;
  transition: all 0.2s;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Lexend", sans-serif;
  font-weight: normal;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

p {
  margin: 0 0 0.75em;
}

img {
  max-width: 100%;
  height: auto;
}

/***** Buttons *****/
.btn {
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  padding: 7px 28px 9px;
  height: 36px;
  line-height: 20px;
  font-size: 17px;
  color: #fff;
  border-radius: 18px;
  border: none;
}
@media screen and (max-width: 419px) {
  .btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.btn.btn-primary {
  background: #180085;
}
.btn.btn-primary:hover {
  background: #2617a7;
}
.btn.btn-secondary {
  background: #536dff;
}
.btn.btn-secondary:hover {
  background: #677dfd;
}
.btn.btn-outline-white {
  border: 1px solid #fff;
  padding: 6px 27px 8px;
  background: none;
}
@media screen and (max-width: 419px) {
  .btn.btn-outline-white {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn.btn-outline-white:hover {
  color: #180085;
  background: #fff;
}
.btn.btn-outline-primary {
  border: 1px solid #180085;
  padding: 6px 27px 8px;
  background: none;
  color: #180085;
}
@media screen and (max-width: 419px) {
  .btn.btn-outline-primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn.btn-outline-primary:hover {
  color: #fff;
  background: #180085;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 -4px;
}
@media screen and (max-width: 575px) {
  .btns {
    gap: 8px;
  }
}
.btns .btn {
  margin: 0 0 4px 0;
}
.btns .btn:last-child {
  margin-right: 0;
}
.btns.btns-centered {
  justify-content: center;
}

/**** Form elements *****/
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}

.form-control {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 12px;
  display: block;
  width: 100%;
  padding: 13px 16px;
  line-height: 25px;
  font-size: 18px;
}

input.form-control {
  height: 51px;
}

.form-checkbox {
  margin-bottom: 10px;
}

.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.custom-checkbox input[type=checkbox] + span {
  position: relative;
  padding: 0 0 0 30px;
  display: block;
}
.custom-checkbox input[type=checkbox] + span:before {
  content: "";
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  box-sizing: border-box;
}
.custom-checkbox input[type=checkbox]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 14px;
  height: 11px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 7.96"><path d="M4.27,5,8.93.33a1.23,1.23,0,0,1,1.74,1.74L5.14,7.6a1.23,1.23,0,0,1-1.74,0L.33,4.52A1.23,1.23,0,0,1,2.07,2.79Z"/></svg>');
  background-size: contain;
}
.custom-checkbox input[type=checkbox]:focus + span:before {
  background: #f5f5f5;
}
.custom-checkbox input[type=checkbox]:not(:disabled) span:hover:before {
  background: #f5f5f5;
}

/* Selectric */
/***** Simple elements, atoms *****/
.icon {
  fill: currentColor;
  max-height: 100%;
  max-width: 100%;
  overflow: visible;
}

.highlight {
  color: #180085;
}

/***** Components, common blocks *****/
/***** Layout *****/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1340px;
}
.container.container-sm {
  max-width: 1025px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.row > [class*=col-] {
  padding: 0 10px;
}
.row .col-lg-4 {
  width: 33.3333%;
  flex: 0 0 33.3333%;
}
@media screen and (max-width: 1024px) {
  .row .col-lg-4 {
    width: 100%;
    flex: 0 0 100%;
  }
}
.row .col-lg-6 {
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1024px) {
  .row .col-lg-6 {
    width: 100%;
    flex: 0 0 100%;
  }
}
.row .col-lg-8 {
  width: 66.6666%;
  flex: 0 0 66.6667%;
}
@media screen and (max-width: 1024px) {
  .row .col-lg-8 {
    width: 100%;
    flex: 0 0 100%;
  }
}

/***** Header *****/
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 0;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 12px 0;
  }
}
.header a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header .container {
    padding: 0 12px;
  }
}
.header .header-i {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(109, 130, 255, 0.15);
  border-radius: 8px;
  padding: 0 46px 0 52px;
  display: flex;
  align-items: stretch;
  height: 85px;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 1279px) {
  .header .header-i {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-i {
    padding: 0 16px;
    border-radius: 6px;
    height: 64px;
    align-items: center;
  }
}
.header .header-i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  inset: 0;
  backdrop-filter: blur(10px);
  background: rgba(24, 0, 133, 0.55);
  z-index: -1;
  transition: all 0.4s;
}
.header .header-i .logo {
  line-height: 0;
  flex: 0 0 198px;
  width: 198px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .header .header-i .logo {
    flex: 0 0 125px;
    width: 125px;
  }
}
.header .header-i .logo img {
  height: 42px;
}
.header .header-i .header-r {
  flex: 1;
  display: flex;
  align-items: stretch;
  margin-left: auto;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-r {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #180085;
    z-index: 0;
    padding: 120px 30px 30px;
    flex-direction: column;
    align-items: center;
    margin: 0;
    justify-content: center;
  }
}
.header .header-i .header-nav {
  display: flex;
  align-items: stretch;
  font-size: 17px;
}
.header .header-i .header-nav ul {
  display: flex;
  align-items: stretch;
  gap: 64px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  .header .header-i .header-nav ul {
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav ul {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
  }
}
.header .header-i .header-nav li {
  display: flex;
  align-items: stretch;
}
.header .header-i .header-nav li > a,
.header .header-i .header-nav li > span {
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-nav li > a,
  .header .header-i .header-nav li > span {
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
.header .header-i .header-nav li > a {
  color: #acb8ff;
}
.header .header-i .header-nav li > a:hover {
  color: #ced5ff;
}
.header .header-i .lang {
  margin-left: 108px;
  position: relative;
  align-self: center;
}
@media screen and (max-width: 1279px) {
  .header .header-i .lang {
    margin-left: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-i .lang {
    margin: 40px auto 0;
  }
}
.header .header-i .lang .lang-curr {
  padding: 4px;
  line-height: 0;
  cursor: pointer;
}
.header .header-i .lang .lang-list {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  position: absolute;
  top: 30px;
  left: -12px;
  width: 62px;
  padding: 8px 16px;
  background: rgba(83, 109, 255, 0.1);
  border-radius: 4px;
  backdrop-filter: blur(25px);
  transition: all 0.2s;
}
.header .header-i .lang img {
  width: 30px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-i .lang .item:not(:last-child) {
  margin-bottom: 8px;
}
.header .header-i .lang .item a {
  line-height: 0;
  display: block;
}
.header .header-i .lang .item a:hover {
  opacity: 0.8;
}
.header .header-i .lang.is-active .lang-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .header-i .toggler {
  display: none;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .header .header-i .toggler {
    display: flex;
  }
}
.header .header-i .toggler .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.1s;
}
.header .header-i .toggler .icon.icon-cross {
  opacity: 1;
  visibility: hidden;
}

body.is-scrolled .header {
  padding: 12px 0;
}
body.is-scrolled .header .header-i {
  height: 64px;
}
body.is-scrolled .header .header-i:before {
  background: rgba(0, 2, 133, 0.55);
}
body.is-scrolled .header .header-i .header-nav li > a {
  color: #cdd4ff;
}
body.is-scrolled .header .header-i .header-nav li > a:hover {
  color: #e7ebff;
}

body.is-menu {
  overflow: hidden;
}
body.is-menu .header .header-r {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
}
body.is-menu .header .toggler .icon.icon-menu {
  opacity: 0;
  visibility: hidden;
}
body.is-menu .header .toggler .icon.icon-cross {
  opacity: 1;
  visibility: visible;
}

/***** Footer *****/
.footer {
  background: #536dff;
  padding: 120px 0 80px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 90px 0 80px;
  }
}
.footer .footer-i {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .footer-i .footer-l {
  width: 540px;
  flex: 0 0 540px;
  padding-right: 20px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-i .footer-l {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-i .footer-l {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.footer .footer-i .footer-l .footer-logo {
  line-height: 0;
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-i .footer-l .footer-logo {
    margin-bottom: 60px;
  }
}
.footer .footer-i .footer-l .footer-logo img {
  width: 198px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-i .footer-l .footer-logo img {
    width: 158px;
  }
}
.footer .footer-i .footer-l .footer-info p .highlight {
  color: #fff;
}
.footer .footer-i .footer-r {
  margin-left: auto;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .footer .footer-i .footer-r {
    flex: 0 0 100%;
    margin: 0;
  }
}
.footer .footer-i .footer-r .footer-nav {
  display: flex;
  align-items: stretch;
  font-size: 17px;
  margin-bottom: 170px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-i .footer-r .footer-nav {
    margin-bottom: 60px;
  }
}
.footer .footer-i .footer-r .footer-nav ul {
  display: flex;
  align-items: stretch;
  gap: 60px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .footer .footer-i .footer-r .footer-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.footer .footer-i .footer-r .footer-nav li {
  display: flex;
  align-items: stretch;
}
.footer .footer-i .footer-r .footer-nav li a {
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px 0;
}
.footer .footer-i .footer-r .footer-nav li a:hover {
  color: #ced5ff;
}
.footer .footer-i .footer-r .btns {
  justify-content: flex-end;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-i .footer-r .btns {
    justify-content: flex-start;
  }
}

/***** Homepage *****/
.section-home-top {
  background: url("../images/home-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .section-home-top {
    background: #180085 url("../images/home-bg-m.jpg") 50% 0 no-repeat;
  }
}

.section-home-hero {
  padding: 230px 0 50px;
}
@media screen and (max-width: 1024px) {
  .section-home-hero {
    padding: 180px 0 50px;
  }
}
.section-home-hero .home-hero-i {
  padding-left: 20px;
}
@media screen and (max-width: 1279px) {
  .section-home-hero .home-hero-i {
    padding-left: 0;
  }
}
.section-home-hero h1 {
  margin: 0 0 32px;
  max-width: 48%;
}
@media screen and (max-width: 1024px) {
  .section-home-hero h1 {
    max-width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .section-home-hero h1 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.section-home-hero .subtitle {
  font-size: 24px;
  max-width: 45%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-home-hero .subtitle {
    max-width: 70%;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-home-hero .subtitle {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.section-hero {
  min-height: 707px;
  position: relative;
  padding: 360px 0 40px;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .section-hero {
    padding: 180px 0 50px;
    min-height: 400px;
  }
}
.section-hero .hero-i {
  position: relative;
  z-index: 1;
  padding-right: 45px;
}
@media screen and (max-width: 1279px) {
  .section-hero .hero-i {
    padding-right: 0;
  }
}
.section-hero h1 {
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .section-hero h1 {
    margin-bottom: 30px;
  }
}
.section-hero .subtitle {
  max-width: 460px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .section-hero .subtitle {
    max-width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .section-hero .subtitle {
    max-width: 100%;
  }
}
.section-hero .hero-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-hero .hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-info {
  padding: 60px 0 130px;
}
@media screen and (max-width: 1024px) {
  .section-info {
    padding: 50px 0 100px;
  }
}
.section-info .info-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  align-items: stretch;
}
.section-info .info-list .info-item {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 10px 20px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-info .info-list .info-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-info .info-list .info-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-info .info-list .info-item .card {
  width: 100%;
}
.section-info .info-list .info-item:nth-child(2n) .card {
  background: #180085;
}
.section-info .info-list .info-item:nth-child(2n) a.card.card--info:hover {
  background: #2617a7;
}

.card.card--info {
  display: flex;
  flex-direction: column;
  color: #fff;
  background: #536dff;
}
.card.card--info .card-body {
  padding: 26px;
  flex: 0 0 50%;
}
@media screen and (max-width: 1024px) {
  .card.card--info .card-body {
    flex: auto;
    padding: 20px;
  }
}
.card.card--info h3 {
  margin: 0 0 16px;
}
.card.card--info .card-desc {
  font-size: 18px;
}
.card.card--info .card-img {
  padding-bottom: 100%;
  position: relative;
  margin-top: auto;
  flex: 0 0 auto;
}
.card.card--info .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
.card.card--info .card-img .btn {
  position: absolute;
  bottom: 45px;
  left: 50%;
  min-width: 180px;
  transform: translateX(-50%);
}

a.card.card--info:hover {
  background: #677dfd;
}
a.card.card--info:hover .card-img img {
  filter: brightness(1.1);
}
a.card.card--info:hover .card-img .btn.btn-primary {
  background: #2617a7;
}

.section-service {
  padding: 140px 0;
  background: #536dff;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-service {
    padding: 80px 0 70px;
  }
}
.section-service .service-i {
  display: flex;
}
.section-service .service-i .service-list {
  flex: 1;
  padding-right: 28px;
}
@media screen and (max-width: 1024px) {
  .section-service .service-i .service-list {
    padding: 0;
  }
}
.section-service .service-item:not(:last-child) {
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-service .service-item h3 {
  margin: 0;
  cursor: pointer;
}
.section-service .service-item .service-details {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.section-service .service-item .service-details > p:first-child,
.section-service .service-item .service-details > ul:first-child {
  padding-top: 30px;
}
.section-service .service-item ul {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  max-width: 440px;
}
.section-service .service-item ul li:not(:last-child) {
  margin-bottom: 14px;
}
.section-service .service-item.is-expanded .service-details {
  height: auto;
  opacity: 1;
}
.section-service .service-item.is-expanded .service-details > p:first-child,
.section-service .service-item.is-expanded .service-details > ul:first-child {
  padding-top: 30px;
}
.section-service .service-img {
  width: 630px;
  flex: 0 0 630px;
}
@media screen and (max-width: 1279px) {
  .section-service .service-img {
    width: 45%;
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 1024px) {
  .section-service .service-img {
    display: none;
  }
}
.section-service .service-img img {
  width: 100%;
}
.section-service.section-service--light {
  background: #fff;
  color: #180085;
}
.section-service.section-service--light .service-item:not(:last-child) {
  border-bottom-color: #180085;
}
.section-service.section-service--light .service-item ul li {
  color: #536dff;
}
.section-service.section-service--light .service-item ul li strong {
  color: #180085;
}

.section-news-compact {
  padding: 90px 0 120px;
}
.section-news-compact h2 {
  margin: 0 0 20px;
}
.section-news-compact .subtitle {
  margin-bottom: 48px;
}
.section-news-compact .news-compact-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -10px -20px;
}
.section-news-compact .news-compact-list .news-compact-item {
  padding: 0 10px 20px;
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1279px) {
  .section-news-compact .news-compact-list .news-compact-item {
    display: flex;
    align-items: stretch;
    width: 25%;
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 1024px) {
  .section-news-compact .news-compact-list .news-compact-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-news-compact .news-compact-list .news-compact-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-news-compact .news-compact-list .news-compact-item .card.card--news-compact {
  width: 100%;
}
.section-news-compact .news-compact-list .news-compact-item:nth-child(2n) .card.card--news-compact {
  background: #180085;
}
.section-news-compact .news-compact-list .news-compact-item:nth-child(2n) a.card.card--news-compact:hover {
  background: #2617a7;
}

.card.card--news-compact {
  display: flex;
  background: #536dff;
  color: #fff;
  align-items: stretch;
}
@media screen and (max-width: 1279px) {
  .card.card--news-compact {
    flex-direction: column;
  }
}
.card.card--news-compact .card-img {
  width: 315px;
  flex: 0 0 315px;
  height: 315px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .card.card--news-compact .card-img {
    padding-bottom: 100%;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    order: 2;
  }
}
.card.card--news-compact .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
.card.card--news-compact .card-body {
  flex: 1;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 1279px) {
  .card.card--news-compact .card-body {
    order: 1;
    flex: auto;
  }
}
@media screen and (max-width: 1024px) {
  .card.card--news-compact .card-body {
    padding: 24px 32px 45px;
  }
}
.card.card--news-compact .card-body h3.h4 {
  margin: 0 0 40px;
}
@media screen and (max-width: 1279px) {
  .card.card--news-compact .card-body h3.h4 {
    margin-bottom: 80px;
  }
}
.card.card--news-compact .card-body .btns {
  margin-top: auto;
  justify-content: center;
}
.card.card--news-compact .card-body .btn {
  min-width: 160px;
}

a.card.card--news-compact:hover {
  background: #677dfd;
}
a.card.card--news-compact:hover .card-img img {
  filter: brightness(1.1);
}
a.card.card--news-compact:hover .card-body .btn.btn-outline-white {
  background: #fff;
  color: #180085;
}

/***** About *****/
.section-about-info {
  padding: 70px 0 120px;
  background: #536dff;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-about-info {
    padding: 70px 0 80px;
  }
}
.section-about-info .ach-list {
  margin: 0 -11px 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.section-about-info .ach-item-w {
  width: 20%;
  flex: 0 0 20%;
  padding: 0 11px 30px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-about-info .ach-item-w {
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media screen and (max-width: 575px) {
  .section-about-info .ach-item-w {
    width: 50%;
    flex: 0 0 50%;
  }
}
.section-about-info .ach-item {
  width: 100%;
  border-bottom: 5px solid #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-about-info .ach-item {
    padding-bottom: 20px;
  }
}
.section-about-info .ach-item .ach-num {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section-about-info .ach-item .ach-num {
    margin-bottom: 15px;
  }
}
.section-about-info .about-info-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px -48px;
}
@media screen and (max-width: 1279px) {
  .section-about-info .about-info-row {
    margin: 0 -11px -48px;
  }
}
.section-about-info .about-info-row .about-info-col {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 24px 48px;
}
@media screen and (max-width: 1279px) {
  .section-about-info .about-info-row .about-info-col {
    padding: 0 11px 48px;
  }
}
@media screen and (max-width: 1024px) {
  .section-about-info .about-info-row .about-info-col {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-about-info .about-info-row h2 {
  margin: 0 0 30px;
}
.section-sustain {
  padding: 130px 0 150px;
  background: #180085;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-sustain {
    padding: 70px 0 80px;
  }
}
.section-sustain .sustain-i {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.section-sustain .sustain-body {
  flex: 1;
  padding-right: 80px;
}
@media screen and (max-width: 1024px) {
  .section-sustain .sustain-body {
    padding: 0 0 40px;
  }
}
.section-sustain .sustain-body h2 {
  margin: 0 0 30px;
}
.section-sustain .sustain-body .subtitle {
  color: #acb8ff;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section-sustain .sustain-body .subtitle {
    margin-bottom: 30px;
  }
}
.section-sustain .sustain-blocks {
  width: 630px;
  flex: 0 0 630px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  .section-sustain .sustain-blocks {
    width: 45%;
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 1024px) {
  .section-sustain .sustain-blocks {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-sustain .sustain-blocks .sustain-block-w {
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1279px) {
  .section-sustain .sustain-blocks .sustain-block-w {
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .section-sustain .sustain-blocks .sustain-block-w {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-sustain .sustain-blocks .sustain-block-w {
    margin-bottom: 1px;
  }
}
.section-sustain .sustain-blocks .sustain-block-w .sustain-block-w-i {
  padding-bottom: 100%;
  position: relative;
}
.section-sustain .sustain-blocks .sustain-block-w .sustain-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}
@media screen and (max-width: 1279px) {
  .section-sustain .sustain-blocks .sustain-block-w.is-img {
    width: 30%;
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 1024px) {
  .section-sustain .sustain-blocks .sustain-block-w.is-img {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-sustain .sustain-blocks .sustain-block-w.is-img {
    width: 30%;
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 1279px) {
  .section-sustain .sustain-blocks .sustain-block-w.is-img .sustain-block-w-i {
    padding-bottom: 233.3333%;
  }
}
@media screen and (max-width: 1024px) {
  .section-sustain .sustain-blocks .sustain-block-w.is-img .sustain-block-w-i {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 575px) {
  .section-sustain .sustain-blocks .sustain-block-w.is-img .sustain-block-w-i {
    padding-bottom: 233.3333%;
  }
}
.section-sustain .sustain-blocks .sustain-block-w.is-img .sustain-block {
  line-height: 0;
}
.section-sustain .sustain-blocks .sustain-block-w.is-img .sustain-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1279px) {
  .section-sustain .sustain-blocks .sustain-block-w.is-txt {
    width: 70%;
    flex: 0 0 70%;
  }
}
@media screen and (max-width: 1024px) {
  .section-sustain .sustain-blocks .sustain-block-w.is-txt {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-sustain .sustain-blocks .sustain-block-w.is-txt {
    width: 70%;
    flex: 0 0 70%;
  }
}
.section-sustain .sustain-blocks .sustain-block-w.is-txt .sustain-block {
  background: #536dff;
  padding: 60px 30px;
}
@media screen and (max-width: 1279px) {
  .section-sustain .sustain-blocks .sustain-block-w.is-txt .sustain-block {
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 575px) {
  .section-sustain .sustain-blocks .sustain-block-w.is-txt .sustain-block {
    padding: 20px 20px;
  }
}

.section-about-contact {
  padding: 90px 0 130px;
}
.section-about-contact h2 {
  margin: 0 0 10px;
}
.section-about-contact .subtitle {
  margin-bottom: 50px;
  max-width: 570px;
}
.section-about-contact .contact-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.section-about-contact .contact-blocks .contact-block-w {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 10px 20px;
}
@media screen and (max-width: 1279px) {
  .section-about-contact .contact-blocks .contact-block-w {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-about-contact .contact-blocks .contact-block-w {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-about-contact .contact-blocks .contact-block-w .contact-block-w-i {
  position: relative;
  padding-bottom: 100%;
}
@media screen and (max-width: 1279px) {
  .section-about-contact .contact-blocks .contact-block-w .contact-block-w-i {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .section-about-contact .contact-blocks .contact-block-w .contact-block-w-i {
    padding-bottom: 100%;
  }
}
.section-about-contact .contact-blocks .contact-block-w .contact-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-about-contact .contact-blocks .contact-block-w.is-img .contact-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-about-contact .contact-blocks .contact-block-w.is-txt .contact-block {
  color: #fff;
  background: #536dff;
  padding: 45px 30px 30px;
}
@media screen and (max-width: 1279px) {
  .section-about-contact .contact-blocks .contact-block-w.is-txt .contact-block {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section-about-contact .contact-blocks .contact-block-w.is-txt .contact-block {
    padding: 20px;
  }
}
.section-about-contact .contact-blocks .contact-block-w.is-txt .contact-block h3 {
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .section-about-contact .contact-blocks .contact-block-w.is-txt .contact-block h3 {
    margin-bottom: 10px;
  }
}
.section-about-contact .contact-blocks .contact-block-w.is-txt-outline .contact-block {
  border: 2px solid #180085;
  padding: 45px 30px 30px;
}
@media screen and (max-width: 1279px) {
  .section-about-contact .contact-blocks .contact-block-w.is-txt-outline .contact-block {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section-about-contact .contact-blocks .contact-block-w.is-txt-outline .contact-block {
    padding: 20px;
  }
}
.section-about-contact .contact-blocks .contact-block-w.is-txt-outline .contact-block h3 {
  margin: 0 10px 50px 0;
  line-height: 1.2;
}
.section-about-contact .contact-blocks .contact-block-w.is-txt-outline .contact-block .btns {
  justify-content: center;
}
.section-about-contact .contact-blocks .contact-block-w.is-txt-outline .contact-block .btns .btn {
  min-width: 180px;
}

/***** News *****/
.section-news {
  padding: 95px 0;
}
@media screen and (max-width: 1024px) {
  .section-news {
    padding: 60px 0;
  }
}
.section-news .news-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.section-news .news-list .news-item {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 10px 20px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-news .news-list .news-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-news .news-list .news-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-news .news-list .news-item .card.card--news {
  width: 100%;
}
.section-news .news-archive {
  margin-top: 64px;
}
.section-news .news-archive h2 {
  margin: 0 0 24px;
}
.card.card--news {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #fff;
  background: #180085;
}
.card.card--news .card-img {
  padding-bottom: 66.5%;
  position: relative;
  line-height: 0;
}
.card.card--news .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
.card.card--news .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 26px;
}
@media screen and (max-width: 1024px) {
  .card.card--news .card-body {
    padding: 20px;
  }
}
.card.card--news .card-title {
  color: #acb8ff;
  margin-bottom: 10px;
}
.card.card--news .card-desc {
  font-size: 14px;
  margin-bottom: 18px;
}
.card.card--news .card-b {
  margin-top: auto;
  display: flex;
  align-items: center;
}
.card.card--news .card-date {
  color: #536dff;
}
.card.card--news .btn {
  margin-left: auto;
}

a.card.card--news:hover {
  background: #2617a7;
}
a.card.card--news:hover .card-img img {
  filter: brightness(1.1);
}
a.card.card--news:hover .btn.btn-outline-white {
  background: #fff;
  color: #180085;
}

.section-cta {
  background: #180085;
  padding: 130px 0 140px;
  color: #fff;
}
.section-cta h2 {
  margin: 0 0 40px;
}
.section-cta .subtitle {
  max-width: 570px;
  color: #acb8ff;
  margin-bottom: 40px;
}

/***** News *****/
.section-product-list {
  background: #536dff;
  padding: 100px 0 115px;
}
@media screen and (max-width: 1024px) {
  .section-product-list {
    padding: 60px 0;
  }
}
.section-product-list .product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  align-items: stretch;
}
.section-product-list .product-list .product-item {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 10px 20px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-product-list .product-list .product-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-product-list .product-list .product-item .card.card--product {
  width: 100%;
}

.card.card--product {
  background: #180085;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #fff;
}
.card.card--product .card-title {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  min-height: 125px;
}
@media screen and (max-width: 1024px) {
  .card.card--product .card-title {
    min-height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .card.card--product .card-title {
    padding: 20px;
  }
}
.card.card--product .card-title h2 {
  margin: 0;
}
.card.card--product .card-img {
  width: 100%;
  padding-bottom: 66.4251%;
  position: relative;
}
.card.card--product .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.card.card--product .card-body {
  flex: 1;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 575px) {
  .card.card--product .card-body {
    padding: 20px;
  }
}
.card.card--product .card-body .card-row {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.card.card--product .card-body .card-row .card-col {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 10px;
}
@media screen and (max-width: 479px) {
  .card.card--product .card-body .card-row .card-col {
    width: 100%;
    flex: 0 0 100%;
  }
}
.card.card--product .card-body h3 {
  color: #acb8ff;
  font-size: 18px;
  margin: 0 0 12px;
}
.card.card--product .card-body .card-desc {
  font-size: 14px;
  margin-bottom: 35px;
}
.card.card--product .card-body .card-desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card.card--product .card-body .card-desc ul li {
  margin: 0;
  line-height: 1;
}
.card.card--product .card-body .card-desc ul li:not(:last-child) {
  margin-bottom: 5px;
}
.card.card--product .card-body .btns {
  justify-content: flex-end;
  margin-top: auto;
}
/***** GMF *****/
.section-product {
  padding: 110px 0 20px;
}
@media screen and (max-width: 1024px) {
  .section-product {
    padding: 60px 0 0;
  }
}
.section-product .product-block:not(:last-child) {
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .section-product .product-block:not(:last-child) {
    margin-bottom: 60px;
  }
}
.section-product .product-block h2 {
  margin: 0 0 30px;
}
.section-product .product-block .product-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.section-product .product-block .product-info .product-desc {
  flex: 1;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .section-product .product-block .product-info .product-desc {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section-product .product-block .product-info .product-desc h3 {
    font-size: 24px;
  }
}
.section-product .product-block .product-info .product-img {
  width: 414px;
  flex: 0 0 414px;
}
@media screen and (max-width: 1024px) {
  .section-product .product-block .product-info .product-img {
    flex: 0 0 100%;
  }
}
.section-product .product-block .product-details {
  background: #180085;
  color: #fff;
  padding: 40px 45px;
}
@media screen and (max-width: 1024px) {
  .section-product .product-block .product-details {
    padding: 20px;
  }
}
.section-product .product-block .product-details h3 {
  color: #acb8ff;
  margin: 0 0 50px;
}
@media screen and (max-width: 1024px) {
  .section-product .product-block .product-details h3 {
    margin-bottom: 30px;
  }
}
.section-product .product-block .product-details .product-details-list .product-details-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-product .product-block .product-details .product-details-list .product-details-item:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.section-product .product-block .product-details .product-details-list .product-details-item h4 {
  margin: 0;
  font-size: 28px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .section-product .product-block .product-details .product-details-list .product-details-item h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .section-product .product-block .product-details .product-details-list .product-details-item h4 {
    font-size: 21px;
  }
}
.section-product .product-block .product-details .product-details-list .product-details-item .txt {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.section-product .product-block .product-details .product-details-list .product-details-item .txt > p:first-child,
.section-product .product-block .product-details .product-details-list .product-details-item .txt > ul:first-child {
  padding-top: 15px;
}
.section-product .product-block .product-details .product-details-list .product-details-item .txt p:last-child {
  margin-bottom: 0;
}
.section-product .product-block .product-details .product-details-list .product-details-item.is-expanded .txt {
  height: auto;
  opacity: 1;
}

/***** Contact *****/
.section-contact-form {
  padding: 80px 0 120px;
  background: #536dff;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-contact-form {
    padding: 60px 0;
  }
}
.section-contact-form .contact-form h2 {
  margin: 0 0 30px;
}
.section-contact-form .contact-form form textarea.form-control {
  min-height: 150px;
}
.section-contact-form .contact-form form .form-checkbox {
  margin-top: 31px;
}
@media screen and (max-width: 1024px) {
  .section-contact-form .contact-form form .form-checkbox {
    margin-top: 0;
  }
}
.section-contact-form .contact-form form .form-checkbox span {
  max-width: 305px;
}
.section-contact-form .contact-form form .btns {
  justify-content: flex-end;
  margin-top: 50px;
}
.section-contact-form .contact-form form .btns .btn {
  min-width: 180px;
}

.section-contact {
  padding: 105px 0 160px;
}
@media screen and (max-width: 1024px) {
  .section-contact {
    padding: 60px 0;
  }
}
.section-contact .contact-i {
  display: flex;
  flex-wrap: wrap;
}
.section-contact .contact-info {
  flex: 1;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .section-contact .contact-info {
    padding: 0 0 30px;
  }
}
.section-contact .contact-info h2 {
  margin: 0 0 30px;
}
.section-contact .contact-info .txt {
  margin-bottom: 40px;
}
.section-contact .contact-info .txt a {
  color: #180085;
}
.section-contact .contact-info .txt a:hover {
  color: #536dff;
}
.section-contact .contact-img {
  width: 630px;
  flex: 0 0 630px;
  line-height: 0;
}
@media screen and (max-width: 1279px) {
  .section-contact .contact-img {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1024px) {
  .section-contact .contact-img {
    width: 100%;
    flex: 0 0 100%;
  }
}
/*# sourceMappingURL=main.css.map */
