/* fonts */
@font-face {
  font-family: 'GilroyRegular';
  src: url("../fonts/GilroyRegular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GilroyBold';
  src: url("../fonts/GilroyBold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'GilroySemiBold';
  src: url("../fonts/GilroySemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}


@font-face {
  font-family: 'MuseoSansLight';
  src: url("../fonts/MuseoSansLight.ttf");
  font-weight: 400;
  font-style: normal;
}
/* /fonts */




/* normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  scroll-behavior: smooth;
}

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

a {
  background-color: transparent;
}

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;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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;
}

[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;
}

p {
  margin: 0 0 15px;
}

p:last-of-type {
  margin-bottom: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
  clear: both;
}

embed,
iframe,
object {
  max-width: 100%;
}
/* /normalize */




/* links */
a {
  color: #2c2c2c;
  -webkit-transition: all .25s;
  transition: all .25s;
  text-decoration: none;
  border-bottom: 1px solid #2c2c2c;
}

a:visited {
  color: #2c2c2c;
}

a:hover, a:focus, a:active {
  color: #f36520;
  border-bottom-color: #f36520;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}
/* /links */




body {
  font-family: MuseoSansLight, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2c2c2c;
}

h1 {
  font-family: GilroyBold, sans-serif;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.under-h1 {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin-top: 30px;
}

h2 {
  font-family: GilroyBold, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  color: #222222;
  text-align: center;
  margin: 0;
  padding: 0;
}

.under-h2 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-top: 25px;
  font-family: GilroyRegular, sans-serif;
}

@media (max-width: 1139px) {
  h1 {
    font-size: -webkit-calc(1.6875rem + (48 - 27) * (100vw - 320px) / (1140 - 320));
    font-size: calc(1.6875rem + (48 - 27) * (100vw - 320px) / (1140 - 320));
    line-height: -webkit-calc(2.3125rem + (60 - 37) * (100vw - 320px) / (1140 - 320));
    line-height: calc(2.3125rem + (60 - 37) * (100vw - 320px) / (1140 - 320));
  }

  h2 {
    font-size: -webkit-calc(1.6875rem + (32 - 27) * (100vw - 320px) / (1140 - 320));
    font-size: calc(1.6875rem + (32 - 27) * (100vw - 320px) / (1140 - 320));
    line-height: -webkit-calc(2.3125rem + (40 - 37) * (100vw - 320px) / (1140 - 320));
    line-height: calc(2.3125rem + (40 - 37) * (100vw - 320px) / (1140 - 320));
  }
}

.c-blue {
  color: #1878ee;
}

.light { font-family: MuseoSansLight, sans-serif; }
.regular {font-family: GilroyRegular, sans-serif; }
.bold { font-family: GilroyBold, sans-serif; }
.semibold { font-family: GilroySemiBold, sans-serif; }

.fs_14 { font-size: 14px; }
.fs_16 { font-size: 16px; }
.fs_18 { font-size: 18px; }
.fs_20 { font-size: 20px; }
.fs_22 { font-size: 22px; }
.fs_24 { font-size: 24px; }
.fs_26 { font-size: 26px; }
.fs_28 { font-size: 28px; }
.fs_30 { font-size: 30px; }
.fs_32 { font-size: 32px; }
.fs_34 { font-size: 34px; }
.fs_36 { font-size: 36px; }
.fs_38 { font-size: 38px; }
.fs_40 { font-size: 40px; }
.fs_42 { font-size: 42px; }
.fs_44 { font-size: 44px; }
.fs_46 { font-size: 46px; }
.fs_48 { font-size: 48px; }
.fs_50 { font-size: 50px; }

.lh-1 { line-height: 1; }
.lh-1-1 { line-height: 1.1; }
.lh-1-2 { line-height: 1.2; }
.lh-1-3 { line-height: 1.3; }
.lh-1-4 { line-height: 1.4; }
.lh-1-5 { line-height: 1.5; }
.lh-1-6 { line-height: 1.6; }
.lh-1-7 { line-height: 1.7; }
.lh-1-8 { line-height: 1.8; }
.lh-1-9 { line-height: 1.9; }
.lh-2 { line-height: 2; }

.ws-nowrap { white-space: nowrap; }

.break-line { display: block; }

.separator-b-15 { margin-bottom: 15px; }
.separator-b-20 { margin-bottom: 20px; }
.separator-b-25 { margin-bottom: 25px; }

.separator-t-15 { margin-top: 15px; }
.separator-t-20 { margin-top: 20px; }
.separator-t-25 { margin-top: 25px; }
/* / */




/* overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 120, 238, .75);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.overlay > svg {
  fill: #fff;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -webkit-calc(50% - 16px);
  top: calc(50% - 16px);
  left: -webkit-calc(50% - 16px);
  left: calc(50% - 16px);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
/* /overlay */




/* custom checkbox */
.checkbox {
  display: block;
  position: relative;
  padding-left: 39px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
          user-select: none;
  font-family: MuseoSansLight, sans-serif;
  line-height: 24px;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-checkmark {
  position: absolute;
  top: -webkit-calc(50% - 11px);
  top: calc(50% - 11px);
  left: 0;
  width: 24px;
  height: 24px;
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-color: #e9f2fe;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.checkbox input:checked ~ .checkbox-checkmark {
  box-shadow: 0 3px 10px rgba(36, 130, 244, 0.25);
  background: #1878ee url('../img/icons/check-mark-black-outline.svg') top 5px center no-repeat;
  background-size: 13px auto;
}
/* /custom checkbox */




/* form */
.btn {
  display: inline-block;
  border: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  text-align: center;
  border-bottom: 3px solid #9d2e0a;
  box-shadow: 0 12px 25px rgba(220, 61, 9, 0);
  border-radius: 10px;
  background-color: #fc3e00;
  background-image: -webkit-linear-gradient(bottom, #e94924 0%, #ff871c 100%);
  background-image: linear-gradient(to top, #e94924 0%, #ff871c 100%);
  font-family: GilroyBold, sans-serif;
  padding: 17px 40px;
  -webkit-transition: box-shadow .25s ease-out;
  transition: box-shadow .25s ease-out;
}

.btn:visited {
  color: #fff;
}

.btn:active,
.btn:focus {
  color: #fff;
  box-shadow: none;
  border-bottom: 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  text-decoration: none;
  margin-bottom: 3px;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 25px rgba(220, 61, 9, 0.25);
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  width: 100%;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-color: #e9f2fe;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  font-family: MuseoSansLight, sans-serif;
  border: 1px solid transparent;
  color: #2c2c2c;
}

textarea {
  line-height: 1.4;
  height: 120px;
}

input {
  color: #2c2c2c;
}

input::-webkit-input-placeholder {
  color: #373e44;
}

input::placeholder {
  color: #373e44;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #1878ee;
  outline: none;
}

.empty-field {
  position: relative;
}

.empty-field input[type="text"],
.empty-field input[type="email"],
.empty-field input[type="number"],
.empty-field input[type="tel"] {
  border-color: #d8000c;
}

.empty-field span[data-msg-error] {
  position: absolute;
  bottom: -15px;
  left: 15px;
  color: #d8000c;
  font-size: 12px;
  line-height: 16px;
}

.w-form {
  width: 100%;
}

.w-form-350 {
  max-width: 350px;
}

.w-form-570 {
  max-width: 570px;
}

.form {
  background: #fff;
  padding: 30px 0;
}

.form-title {
  font-size: 18px;
  font-family: GilroySemiBold, sans-serif;
  text-align: center;
  padding: 0 25px;
}

.form-undertitle {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 10px;
  padding: 0 25px;
}

.form-items {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 30px auto 0;
  max-width: 490px;
  width: 100%;
}

.form-item {
  margin: 0 15px 15px;
  width: 215px;
}

.form-textarea {
  width: 100%;
}

.form-i-title {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.form-btn {
  margin: 5px 15px 15px;
}

.form-btn button {
  width: 215px;
}

.popup-form.my-close-btn .fancybox-close-small {}

.eula {
  font-size: 12px;
  line-height: 16px;
  padding: 0 25px;
}

.empty-eula {
  color: #d8000c;
}

.empty-eula a {
  color: #d8000c;
}

.form-350 .eula {
  text-align: center;
}

.form-350 .form-btn {
  text-align: center;
}

.form-eb {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  max-width: 490px;
  margin: 5px auto 0;
}

.form-eb .eula {
  padding: 0 15px;
}

.form-eb .form-btn {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-order: 2;
          order: 2;
}

.form-afeb {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 490px;
  margin: 5px auto 0;
}

.form-afeb .form-btn {
  margin-top: 0;
}

.form-afeb-l {
  width: 215px;
  margin-left: 15px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.form-afeb-r {
  width: 245px;
}

.form-afeb .eula {
  padding: 0 15px;
}

.w-form-popup-2 {
  max-width: 920px;
}

.form-popup-2 {
  background: #fff url('../img/form-popup-man.png') left 45px bottom -50px no-repeat;
  padding: 40px 0 40px 330px;
}

.form-popup-2 .form-items {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-left: 15px;
}

.form-popup-2 .form-afeb {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-left: 15px;
}

.form-popup-2 .form-title {
  text-align: left;
}

.form-popup-2 .form-afeb-r {
  margin-left: 15px;
}

.fancybox-content {
  padding: 0;
}

@media (max-width: 919px) {
  .w-form-popup-2 {
    max-width: 570px;
  }

  .form-popup-2 {
    background-image: none;
    padding: 30px 0;
  }

  .form-popup-2 .form-items {
    -webkit-justify-content: center;
            justify-content: center;
    margin-left: auto;
  }

  .form-popup-2 .form-afeb {
    -webkit-justify-content: center;
            justify-content: center;
    margin-left: auto;
  }

  .form-popup-2 .form-title {
    text-align: center;
  }

  .form-popup-2 .form-afeb-r {
    margin-left: 15px;
  }
}

@media (max-width: 519px) {
  .w-form-570 {
    max-width: 350px;
  }

  .form-textarea {
    width: 215px;
  }

  .form-eb {
    display: block;
  }

  .form-eb .form-btn {
    margin-bottom: 15px;
  }

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

  .form-eb .eula {
    padding: 0 25px;
  }

  .eula {
    padding: 0 25px;
    text-align: center;
  }

  .form-afeb {
    display: block;
  }

  .form-afeb-l {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 215px;
  }

  .form-afeb-r {
    width: 100%;
  }

  .form-afeb .eula {
    padding: 0 25px;
  }
}

.fileupload {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  font-family: GilroyRegular, sans-serif;
}

.fileupload-link {
  border-bottom: 1px solid;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.fileupload:hover .fileupload-link,
.fileupload-link:hover {
  color: #f36520;
}

.fileupload > input {
  display: none;
}

.fileupload-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  fill: #1878ee;
}

.fileupload-warning {
  font-size: 12px;
  line-height: 16px;
  margin-top: 15px;
}

.form-list-files {
  font-size: 13px;
  line-height: 17px;
}

.fileupload-error {
  font-size: 12px;
  line-height: 16px;
  color: #d8000c;
}


.form-lf-item {
  margin-bottom: 15px;
  width: 100%;
  padding-left: 22px;
  position: relative;
}

.form-lf-item:last-of-type {
  margin-bottom: 20px;
}

.form-lf-del-btn {
  position: absolute;
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.form-lf-del-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1878ee;
  top: 5px;
  left: 0;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.form-lf-del-btn::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #1878ee;
  top: 0;
  left: 5px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.form-lf-del-btn:hover::after,
.form-lf-del-btn:hover::before {
  background: #f36520;
}

.form-lf-progress-bar {
  position: relative;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.2;
}

.form-lf-progress-bar-line {
  margin-top: 3px;
  position: relative;
  width: 100%;
  height: 2px;
  background: #ccc;
}

.form-lf-progress-bar-100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #1878ee;
}


@media (max-width: 379px) {
  .form-title,
  .form-undertitle,
  .eula {
    padding: 0 15px;
  }

  .form-eb .eula {
    padding: 0 15px;
  }

  .form-afeb .eula {
    padding: 0 15px;
  }
}
/* /form */




/* screen 1 */
.s1-out {
  background: url('../img/s1-bg.jpg') center no-repeat;
  background-size: cover;
  padding: 20px 0 25px 0;
}

.s1-in {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.s1-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}

.s1-logo-c {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  margin: 15px;
}

.s1-logo-img {
  margin-right: 20px;
}

.s1-logo-text {
  font-family: GilroyRegular, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.s1-mail {
  margin: 15px;
  font-family: GilroyRegular, sans-serif;
  font-size: 18px;
  line-height: 1;
  position: relative;
  padding-left: 33px;
}

.s1-mail > svg {
  width: 23px;
  height: 23px;
  fill: #3a647a;
  position: absolute;
  top: 0;
  left: 0;
}

.s1-mail-link {
  color: #fff;
  text-decoration: none;
  border: none;
}

.s1-mail-link:hover {
  color: #f36520;
  text-decoration: none;
  border: none;
}

.s1-phone {
  margin: 15px;
  position: relative;
  padding-left: 30px;
  font-family: GilroySemiBold, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.s1-phone > svg {
  width: 25px;
  height: 25px;
  fill: #3a647a;
  position: absolute;
  top: 0;
  left: 0;
}

.s1-phone-link {
  color: #fff;
  text-decoration: none;
  border: none;
}

.s1-phone-link:hover {
  color: #f36520;
  text-decoration: none;
  border: none;
}

.w-h-btn {
  margin: 15px;
}

.h-btn {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #f36520;
  position: relative;
  font-family: GilroySemiBold, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  -webkit-transition: all .25s;
  transition: all .25s;
  padding: 16px 20px 0 50px;
  cursor: pointer;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.h-btn:hover {
  border-color: #1878ee;
  color: #f36520;
}

.h-btn:hover .h-btn-icon {
  background: #1878ee;
}

.h-btn-icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f36520;
  -webkit-transition: all .25s;
  transition: all .25s;
  height: 100%;
  padding: 12px 6px 0 6px;
}

.h-btn-icon > svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.s1-c {
  max-width: 940px;
  padding: 0 15px;
  margin: 90px 0;
}

.s1-c-btn {
  margin-top: 50px;
}

.s1-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.s1-item {
  padding: 20px 20px 20px 95px;
  background: rgba(0,0,0, .5);
  position: relative;
  color: #fff;
  width: 350px;
  margin: 15px;
  line-height: 18px;
  min-height: 95px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
}

.s1-item > svg {
  width: 55px;
  height: 55px;
  fill: #1878ee;
  position: absolute;
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  left: 20px;
}

.nav {
  width: 1110px;
  height: 50px;
  background-color: rgba(255, 255, 255, .15);
  margin: 15px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.nav-item > a {
  color: #fefefe;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  font-family: GilroyBold, sans-serif;
  display: block;
  font-size: 15px;
  height: 100%;
  padding: 10px 0 0 0;
}

.nav-item > a:hover {
  border-bottom-color: #f36520;
}

@media (max-width: 1139px) {
  .nav {
    display: none;
  }

  .s1-header {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
  }

  .s1-logo {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
  }

  .s1-c {
    text-align: center;
    margin: 45px auto 55px;
  }
}
/* /screen 1 */




/* screen 2 */
.s2-out {
  background: #f9fcff url('../img/s5-bg.png') center no-repeat;
  background-size: cover;
}

.s2-in {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  background: url('../img/s2-terminal.png') right 110px bottom -50px no-repeat;
  overflow: hidden;
}

.s2-c {
  max-width: 640px;
  background: rgba(249, 252, 255, .9);
  padding: 90px 15px;
}

.s2-c h2,
.s2-c .under-h2 {
  text-align: left;
}

.s2-c-btn {
  margin-top: 30px;
}

@media (max-width: 1139px) {
  .s2-out {
    background-position: bottom right;
  }

  .s2-in {
    background: none;
  }

  .s2-c {
    padding: 40px 15px;
  }
}
/* /screen 2 */




/* screen 3 */
.s3-out {
  background: url("../img/s3-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.s3-in {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.s3-in h2 {
  padding: 0 15px;
}

.w-s3-slider {
  max-width: 1110px;
  margin: 45px auto 0;
}

.s3-s-item {
  margin: 0 15px;
  max-width: 350px;
  box-shadow: 0 3px 50px rgba(24, 120, 238, 0.05);
  background-color: #ffffff;
  overflow: hidden;
}

.s3-si-img {
  height: 220px;
}

.s3-si-img > img {
  max-height: 220px;
  max-width: 100%;
  min-width: 350px;
}

.s3-si-title {
  font-family: GilroySemiBold, sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding: 30px 20px;
}

.slide {
  height: 100%;
}

.w-s3-slider-count {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 40px;
}

.s3-slider-count {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  font-family: GilroyRegular, sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #cbcbcb;
}

.s3-s-count-now {
  font-size: 32px;
  color: #2c2c2c;
}

.s3-s-prev {
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  width: 45px;
  height: 16px;
}

.s3-s-prev > svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 16px;
  fill: #cccccc;
}

.s3-s-prev:hover > svg {
  fill: #f36520;
}

.s3-s-next {
  position: relative;
  cursor: pointer;
  width: 45px;
  height: 16px;
}

.s3-s-next > svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 16px;
  fill: #cccccc;
}

.s3-s-next:hover > svg {
  fill: #f36520;
}

@media (max-width: 1139px) {
  .w-s3-slider {
    max-width: 730px;
  }
}

@media (max-width: 759px) {
  .w-s3-slider {
    max-width: 350px;
  }
}
/* /screen 3 */




/* screen 4 */
.s4-out {
  background: #f9fcff url('../img/s4-bg.png') center no-repeat;
  background-size: cover;
}

.s4-in {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  background: url('../img/s4-man.png') left 110px bottom no-repeat;
  display: -webkit-flex;
  align-items: center;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.s4-in > img {
    width: 500px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
  object-fit: cover;
}

.s4-c {
  max-width: 570px;
  background: rgba(249, 252, 255, .9);
  padding: 80px 15px;
}

.s4-c h2,
.s4-c .under-h2 {
  text-align: left;
}

.s4-c-btn {
  margin-top: 30px;
}

@media (max-width: 1139px) {
  .s4-out {
    background-position: bottom left;
  }

  .s4-in {
    background: none;
  }

  .s4-c {
    padding: 40px 15px;
  }
}
/* /screen 4 */




/* screen under 4 */
.su4-out {
  background-color: #e9f2fe;
  padding: 40px 0 25px;
}

.su4-in {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.su4-title {
  font-family: GilroyBold, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  padding: 0 15px;
  margin-bottom: 20px;
}

.su4-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.su4-item {
  padding-left: 30px;
  margin: 15px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

.su4-item > svg {
  fill: #1878ee;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.su4-item-1 { width: 210px; -webkit-flex-shrink: 0; flex-shrink: 0; }
.su4-item-2 { width: 210px; -webkit-flex-shrink: 0; flex-shrink: 0; }
.su4-item-3 { width: 250px; -webkit-flex-shrink: 0; flex-shrink: 0; }
.su4-item-5 { width: 175px; -webkit-flex-shrink: 0; flex-shrink: 0; }

@media (max-width: 1139px) {
  .su4-in {
    max-width: 530px;
  }

  .su4-title {
    margin-bottom: 35px;
  }

  .su4-list {
    display: block;
  }

  .su4-item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
/* /screen under 4 */




/* screen 5 */
.s5-out {
  background: #f9fcff url('../img/s5-bg.png') center no-repeat;
  background-size: cover;
}

.s5-in {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  background: url('../img/s5-man.png') right 15px bottom no-repeat;
  display: -webkit-flex;
  align-items: center;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.s5-in > img {
    width: 500px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
  object-fit: cover;
}

.s5-c {
  max-width: 600px;
  background: rgba(249, 252, 255, .9);
  padding: 90px 15px;
}

.s5-c h2,
.s5-c .under-h2 {
  text-align: left;
}

.block-text-1 {
  margin-top: 25px;
}

.block-text-2 {
  margin-top: 25px;
  background-color: rgba(36, 130, 244, .1);
  max-width: 540px;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}

.s5-c-btn {
  margin-top: 30px;
}

@media (max-width: 1139px) {
  .s5-out {
    background-position: bottom right;
  }

  .s5-in {
    background: none;
  }

  .s5-c {
    padding: 40px 15px;
  }
}
/* /screen 5 */




/* screen 6 */
.s6-out {
  background: #cedadc url('../img/s6-bg.jpg') center no-repeat;
  padding: 80px 0;
  background-size: cover;
  overflow: hidden;
}

.s6-in {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.quiz {
  width: 100%;
  position: relative;
}

.quiz-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: -1;
  opacity: 0;
}

.quiz-error {
  color: #d8000c;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
}

.quiz-item._active {
  position: relative;
  z-index: 4;
  opacity: 1;
}

.quiz-left {
  padding: 40px;
  width: 100%;
}

.quiz-il-title {
  font-family: GilroySemiBold, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.quiz-right {
  background: #e9f2fe url('../img/s6-metal-circle.png') bottom right no-repeat;
  padding: 40px 30px 30px 30px;
  width: 280px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
  -webkit-order: 2;
          order: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.quiz-ir-title {
  text-align: left;
  margin-bottom: 10px;
}

.quiz-ir-title span {
  display: block;
}

.quiz-ir-text span {
  display: block;
}

.quiz-ir-text {
  font-size: 14px;
  line-height: 20px;
}

.quiz-count {
  margin-top: 25px;
  font-size: 20px;
  line-height: 32px;
  color: #cbcbcb;
  font-family: GilroyRegular, sans-serif;
}

.quiz-count_now {
  font-size: 32px;
  color: #2c2c2c;
}

.quiz-inputs {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 25px;
  position: relative;
}

.quiz-input {
  padding: 0 30px 20px 0;
  width: 250px;
}

.quiz-il-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 30px;
}

.quiz-il-note {
  padding-right: 30px;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
}

.quiz-il-item2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.quiz-il-i2-eula {
  width: 245px;
  padding: 0 30px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
  font-size: 12px;
  line-height: 18px;
}

.quiz-il-i2-upload {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
  max-width: 340px;
}

.quiz-inputs-5 {
  margin-bottom: 15px;
}

.quiz-inputs-5 .form-item {
  margin: 0 15px 15px 0;
}

.quiz-inputs-5 .form-item:last-of-type {
  margin-right: 0;
}

.quiz-inputs-5 {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.quiz-inputs-2 .checkbox {
  font-size: 14px;
  line-height: 18px;
}

.quiz-i2-item {
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.quiz-i2-1 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  margin: 10px 0;
}

.quiz-i2-2 {
  margin-right: 30px;
}

.quiz-i2-3 {
  width: 360px;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  margin-right: 30px;
}

.quiz-item-2 .quiz-il-btn {
  margin: 10px 0;
}

.quiz-item-3 .quiz-il-btn {
  text-align: right;
}

.quiz-i3 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}

.quiz-i3-1 {
  margin-right: 30px;
  width: 170px;
}

.quiz-i3-2 {
  width: 150px;
  position: relative;
}

.quiz-inputs-3 {
  display: block;
}

.quiz-i3-label-days {
  position: absolute;
  top: 9px;
  right: 20px;
  font-size: 14px;
  color: #111;
}

.quiz-inputs-4 .quiz-input {
  width: 100px;
}

.quiz-i4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.quiz-i4-1 {
  padding-right: 30px;
  height: 120px;
  width: 100%;
  margin-top: 15px;
}

.quiz-item-final {
  background: #e9f2fe url('../img/s6-metal-circle-2.png') bottom right no-repeat;
  font-size: 18px;
  line-height: 26px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  padding: 30px 40px;
  min-height: 300px;
}

.quiz-i-final-c {}

.quiz-i-final-c h2 {
  text-align: left;
}

.quiz-i-final-text {
  margin-top: 20px;
}


@media (max-width: 1139px) {
  .s6-out {
    background-size: cover;
  }

  .quiz-item {
    display: block;
  }

  .quiz-left {
    background: #fff url('../img/s6-metal-circle.png') bottom right no-repeat;
    padding: 30px;
  }

  .quiz-ir-c1 {
    padding-right: 30px;
  }

  .quiz-ir-c2 {
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }

  .quiz-right {
    width: 100%;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    padding: 20px 30px;
    background-image: none;
    -webkit-flex-direction: row;
            flex-direction: row;
  }

  .quiz-ir-title span {
    display: inline-block;
  }

  .quiz-ir-text span {
    display: inline-block;
  }

  .quiz-inputs-5 {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }

  .quiz-input {
    width: 340px;
  }
}

@media (max-width: 789px) {
  .quiz-il-item2 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .quiz-il-i2-upload {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .quiz-il-i2-eula {
    padding-left: 0;
    margin: 10px 0;
  }

  .quiz-item-5 .quiz-il-btn {
    margin: 10px 0;
  }
}

@media (max-width: 739px) {
  .quiz-i2-item {
    display: block;
  }

  .quiz-item-2 .quiz-il-btn {
    margin-top: 20px;
    text-align: right;
  }

  .quiz-i2-3 {
    margin-right: 0;
  }
}

@media (max-width: 529px) {
  .quiz-i4 {
    display: block;
  }

  .quiz-i4-1 {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .quiz-item-4 .quiz-il-btn {
    text-align: right;
  }
}

@media (max-width: 469px) {
  .quiz-il-item {
    display: block;
  }

  .quiz-il-note {
    padding-right: 0;
    margin-bottom: 15px;
  }

  .quiz-i2-1 {
    display: block;
  }

  .quiz-i2-3 {
    width: 100%;
    margin-top: 15px;
  }

  .quiz-i3 {
    display: block;
  }
}
/* /screen 6 */




/* screen 7 */
.s7-out {
  background: #f9fcff;
  padding: 80px 0 65px;
}

.s7-in {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.s7-in h2 {
  padding: 0 15px;
}

.s7-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 35px;
}

.s7-item {
  width: 540px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  margin: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}

.s7-i-foto {
  padding: 30px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  max-width: 210px;
}

.s7-i-c {
  padding: 30px 0;
}

.s7-i-title {
  font-family: GilroySemiBold, sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  padding: 0 30px 0 0;
}

.s7-i-undertitle {
  padding: 0 30px 0 0;
  margin-bottom: 25px;
}

.s7-i-numbers {
  font-family: GilroyRegular, sans-serif;
  background-color: #e9f2fe;
  padding: 13px 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  line-height: 24px;
}

.s7-i-numbers .number {
  font-size: 28px;
  line-height: 32px;
  color: #1878ee;
}

.s7-i-number {
  padding: 7px 15px;
}

.s7-i-btn {
  margin-top: 25px;
}

.w-h-s7 {
  width: 100%;
  max-width: 570px;
  background: #ffff;
}

.h-s7 {
  padding: 30px 15px;
}

.h-s7-slider {
  max-width: 410px;
  margin: 0 auto;
  position: relative;
}

.h-s7-title {
  font-family: GilroySemiBold, sans-serif;
  font-size: 22px;
  line-height: 30px;
  margin: 40px auto 20px;
  text-align: center;
  max-width: 500px;
}

.h-s7-desc {
  font-family: GilroyRegular, sans-serif;
  font-size: 14px;
  line-height: 24px;
  max-width: 500px;
  margin: 0 auto;
}

.h-s7-s-prev {
  position: absolute;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  left: -45px;
  width: 25px;
  height: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 4;
  cursor: pointer;
}

.h-s7-s-next {
  position: absolute;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  right: -45px;
  width: 25px;
  height: 16px;
  z-index: 4;
  cursor: pointer;
}

.h-s7-s-prev > svg,
.h-s7-s-next > svg {
  width: 25px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  fill: #cacaca;
}

.h-s7-s-prev:hover > svg,
.h-s7-s-next:hover > svg {
  fill: #f36520;
}

@media (max-width: 549px) {
  .h-s7 {
    padding-top: 40px;
  }

  .h-s7-s-prev {
    bottom: -30px;
    top: auto;
    left: 40%;
  }
  .h-s7-s-next {
    bottom: -30px;
    top: auto;
    right: 40%;
  }
}

.w-s7-btn-show-more {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 40px;
}

.s7-btn-show-more {
  padding: 17px 45px;
  border: 1px solid #f36520;
  border-radius: 10px;
  font-family: GilroySemiBold, sans-serif;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.s7-btn-show-more:hover {
  border-color: #1878ee;
}

.s7-item-empty {
  width: 50%;
  height: 1px;
}

.s7-item._hide {
  display: none;
}

.s7-item-anim {
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

@media (max-width: 569px) {
  .s7-i-title {
    padding-right: 15px;
  }

  .s7-i-undertitle {
    padding-right: 15px;
  }
}

@media (max-width: 519px) {
  .s7-item {
    display: block;
  }

  .s7-i-c {
    padding-top: 0;
  }

  .s7-i-foto {
    text-align: center;
    max-width: 100%;
  }

  .s7-i-title,
  .s7-i-undertitle,
  .s7-i-btn {
    padding: 0 15px;
  }
}
/* /screen 7 */




/* screen 8 */
.s8-out {
  background: url("../img/s8-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.s8-in {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.s8-in h2,
.s8-in .under-h2 {
  color: #fff;
  padding: 0 15px;
}

.s8-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  max-width: 1110px;
  margin: 5px auto 0;
  color: #fff;
}

.s8-item {
  width: 475px;
  margin: 45px 15px 0 15px;
  padding-left: 125px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}

.s8-i-icon {
  position: absolute;
  top: -webkit-calc(50% - 47px);
  top: calc(50% - 47px);
  left: 0;
  width: 95px;
  height: 95px;
  background: rgba(255,255,255, .2);
  border-radius: 50%;
}

.s8-i-icon > svg {
  width: 42px;
  height: 42px;
  fill: #fff;
  position: absolute;
  top: -webkit-calc(50% - 21px);
  top: calc(50% - 21px);
  left: -webkit-calc(50% - 21px);
  left: calc(50% - 21px);
}

.s8-i-title {
  font-size: 24px;
  line-height: 32px;
  font-family: GilroySemiBold, sans-serif;
  margin-bottom: 10px;
}

@media (max-width: 1109px) {
  .s8-list {
    display: block;
    max-width: 720px;
  }

  .s8-item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

@media (max-width: 449px) {
  .s8-item {
    padding-left: 0;
    padding-top: 115px;
    text-align: center;
  }

  .s8-i-icon {
    top: 0;
    left: -webkit-calc(50% - 47px);
    left: calc(50% - 47px);
  }
}
/* /screen 8 */




/* screen 9 */
.s9-out {
  background: #f9fcff;
  padding: 80px 0 30px;
}

.s9-in {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.s9-in h2 {
  padding: 0 15px;
}

.s9-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 25px;
}

.w-s9-item {
  width: 350px;
  margin: 30px 15px;
}

.s9-item {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 30px 0 40px;
}

.s9-i-title {
  font-family: GilroySemiBold, sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  padding: 0 15px;
}

.s9-i-undertitle {
  text-align: center;
  margin-top: 10px;
  padding: 0 15px;
}

.s9-i-list {
  background-color: #e9f2fe;
  padding: 25px;
  margin-top: 25px;
}

.s9-i-item {
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

.s9-i-item:last-of-type {
  margin-bottom: 0;
}

.s9-i-item > svg {
  width: 18px;
  height: 18px;
  fill: #1878ee;
  position: absolute;
  top: 5px;
  left: 0;
}

.s9-i-btn {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 1139px) {
  .s9-list {
    display: block;
  }

  .w-s9-item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
/* /screen 9 */




/* screen 10 */
.s10-out {
  background: #f9fcff;
  padding: 50px 0 80px;
}

.s10-in {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.s10-c {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.s10-c1 {
  padding: 0 15px;
  font-family: GilroyRegular, sans-serif;
}

.s10-c1 .under-h2 {
  margin-bottom: 25px;
}

.s10-c1 h2,
.s10-c1 .under-h2 {
  text-align: left;
}

.s10-c1 p {
  margin-bottom: 10px;
}

.w-s10-c2 {
  padding: 0 15px;
}
.s10-c2 {
  border: 10px solid #e9f2fe;
  padding: 20px 15px;
  font-size: 14px;
  line-height: 20px;
  width: 580px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.s10-c2-title {
  font-family: GilroyBold, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.s10-c2-items {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.s10-c2-item {
  padding: 0 15px 0 48px;
  position: relative;
  margin-top: 30px;
  width: 50%;
}

.s10-c2-item > svg {
  position: absolute;
  left: 15px;
  top: 5px;
  width: 18px;
  height: 18px;
  fill: #1878ee;
}

.s10-gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 60px;
}

.s10-gallery-item {
  position: relative;
  overflow: hidden;
}

.s10-gallery-item:hover .overlay {
  opacity: 1;
}

.s10-gallery-item a {
  display: block;
  position: relative;
}

.s10-gallery-item img {
  display: block;
  max-height: 200px;
}

@media (max-width: 1139px) {
  .s10-c {
    display: block;
  }

  .s10-c1 {
    max-width: 720px;
    margin: 0 auto;
  }

  .s10-c1 h2 {
    text-align: center;
  }

  .s10-c2 {
    margin: 50px auto 0;
    max-width: 580px;
    width: 100%;
  }
}

@media (max-width: 819px) {
  .s10-gallery {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 599px) {
  .s10-c2-items {
    display: block;
  }

  .s10-c2-item {
    width: 100%;
  }
}
/* /screen 10 */




/* screen 11 */
.s11-map {
  height: 550px;
}

.s11-out {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  background: #ccc;
}

.s11-in {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.s11-contacts {
  position: absolute;
  top: 0;
  right: 15px;
  width: 445px;
  height: 550px;
  background: #fff;
  padding: 30px 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  z-index: 1;
}

.s11-c-logo {
  text-align: center;
  margin-bottom: 5px;
}

.s11-c-item {
  margin-top: 45px;
  position: relative;
  padding-left: 40px;
}

.s11-c-item > svg {
  width: 24px;
  height: 24px;
  fill: #1878ee;
  position: absolute;
  top: 5px;
  left: 0;
}

.s11-phone-link,
.s11-mail-link {
  text-decoration: none;
  border: none;
  font-size: 24px;
  line-height: 34px;
}

.s11-phone-link:hover,
.s11-mail-link:hover {
  color: #1878ee;
}

@media (max-width: 999px) {
  .s11-contacts {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 60px 15px;
  }

  .s11-items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .s11-c-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    min-width: 340px;
  }
}

@media (max-width: 399px) {
  .s11-c-item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    min-width: 270px;
  }
}
/* /screen 11 */




/* screen 12 */
.s12-out {
  background: #1878ee url("../img/s12-q.png") center no-repeat;
  background-size: auto 100%;
  padding: 80px 0;
}

.s12-in {
  width: 100%;
  max-width: 1140px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 auto;
  color: #fff;
}

.s12-in h2,
.s12-in .under-h2 {
  text-align: left;
  color: #fff;
}

.s12-left {
  padding: 0 15px;
}

.s12-right {
  padding: 0 15px;
}

.s12-btn {
  margin-top: 25px;
}

.s12-phone {
  font-family: GilroyRegular, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.s12-phone-text {
  margin-bottom: 5px;
}

.s12-phone-link {
  font-size: 32px;
  font-family: GilroySemiBold, sans-serif;
  text-decoration: none;
  border: none;
  color: #fff;
}

.s12-phone-link:hover {
  color: #f36520;
}

@media (max-width: 999px) {
  .s12-in {
    display: block;
  }

  .s12-right {
    margin-top: 25px;
  }
  .s5-in > img,
  .s4-in > img {
    width: 320px;
    height: auto;
  }
}
@media (max-width: 555px) {
  .s5-in > img,
  .s4-in > img {
    display: none;
  }
}
/* /screen 12 */




/* screen 13 */
.s13-out {
  background-color: #d9e3ed;
  padding: 20px 0;
}

.s13-in {
  width: 100%;
  max-width: 1140px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.s13-cp {
  font-family: GilroyRegular, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #2c2c2c;
  margin: 10px 15px;
}

.s13-rl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
  margin: 10px 15px;
}

.s13-rl-1 {
  color: #2c2c2c;
  font-size: 14px;
  line-height: 1;
  font-style: italic;
  margin-right: 10px;
}

.s13-rl-2 a {
  text-decoration: none;
  border: none;
  display: block;
}

.s13-rl-2 img {
  display: block;
}
/* /screen 13 */




/* thanks */
.thanks {
  padding: 0;
  background-size: cover;
  height: 100vh;
}

.thanks-in {
  padding: 20px 0 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

.w-thanks-c {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 40px 15px 0;
}

.w-thanks-c h1,
.w-thanks-c .under-h1 {
  text-align: center;
}

.thanks-c-btn {
  text-align: center;
  margin-top: 50px;
}
/* /thanks */