/*
Theme Name: Start
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the KofeLatte team
Author URI: http://KofeLatte.com.ua/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: start
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.paralax-container ::selection {
  color: #63698D;
  background: #F5F5F5; }

::selection {
  color: #63698D;
  background: #F5F5F5; }

.markup .btn {
  margin-bottom: 12px; }

.markup-colors div {
  height: 100px;
  width: 250px;
  margin-top: 24px; }

.markup-colors .brand-primary {
  background-color: #f09f55; }

.markup-colors .brand-secondary {
  background-color: #5889b5; }

.markup-colors .grey {
  background-color: #F5F5F5; }

.markup-colors .blue {
  background-color: #63698D; }

.font-weight-light {
  font-weight: 200; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-bold {
  font-weight: 900; }

/*7-8*/
h1,
.title_1,
h2,
.title_2,
h3,
.title_3,
h4,
.title_4,
h5,
.title_5,
h6,
.title_6 {
  font-family: "HelveticaNeueLTPro-BdCn" !important;
  color: #5889b5;
  margin-bottom: 0.5em; }

h1,
.title_1 {
  font-size: 38px;
  line-height: 54px; }

h2,
.title_2 {
  font-size: 30px;
  line-height: 39px; }

h3,
.title_3 {
  font-size: 24px;
  line-height: 36px; }

h4,
.title_4 {
  font-size: 20px;
  line-height: 30px; }

h5,
.title_5 {
  font-size: 18px;
  line-height: 24px; }

h6,
.title_6 {
  font-size: 16px;
  line-height: 24px; }

.btn {
  display: inline-block;
  padding: 21px 48px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 60px;
  border: none;
  position: relative;
  transition-delay: 0.1s;
  overflow: hidden; }
  .btn:hover:not(.btn-link), .btn:focus {
    animation: pulse 1s;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0); }

.btn-primary {
  color: #fff;
  background-color: #f09f55; }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #5889b5; }

.btn-secondary {
  color: #fff;
  background-color: #5889b5; }
  .btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    background-color: #f09f55; }

.btn-success {
  color: #5889b5;
  background-color: #fff; }
  .btn-success:hover, .btn-success:focus {
    color: #fff;
    background-color: #5889b5; }

.btn-link {
  color: #F5F5F5;
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  font-size: 12px; }
  .btn-link:hover {
    color: #f09f55;
    text-decoration: none; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    color: #595959;
    cursor: pointer; }
    input[type="checkbox"] + label:hover,
    input[type="radio"] + label:hover {
      color: #F5F5F5; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      content: '';
      padding: 9px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 19px;
      width: 16px;
      height: 16px;
      background-color: #ffffff;
      border: 1px solid #ededed;
      border-radius: 2px; }

input[type=radio] + label:before {
  border-radius: 50%; }

input[type=radio]:checked + label:before {
  border-radius: 50%;
  background: url(assets/img/radio.png) center no-repeat;
  background-size: contain;
  border: 1px solid transparent; }

input:checked + label {
  color: #F5F5F5; }
  input:checked + label:before {
    content: '';
    background: url(assets/img/checkbox.png) center no-repeat;
    background-size: contain;
    border: 1px solid transparent; }

.scroll {
  max-height: 200px;
  /* IE */
  scrollbar-face-color: #f09f55;
  scrollbar-shadow-color: #F5F5F5;
  scrollbar-highlight-color: #F5F5F5;
  /* FireFox */
  scrollbar-color: #f09f55 #F5F5F5;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px; }
  .scroll::-webkit-scrollbar {
    width: 6px; }
  .scroll::-webkit-scrollbar-thumb {
    background-color: #f09f55;
    background-clip: padding-box;
    border: 0px solid #F5F5F5; }
    .scroll::-webkit-scrollbar-thumb:hover {
      background-color: #5889b5;
      cursor: pointer; }
  .scroll::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    cursor: pointer; }
  .scroll ::-webkit-scrollbar-button {
    background-color: transparent; }

@media screen and (max-width: 767px) {
  .btn {
    font-size: 16px; } }

/*<fade>*/
@keyframes fade-left {
  from {
    opacity: 0;
    transform: translateX(-30%); }
  to {
    opacity: 1;
    transform: translateX(0px); } }

.fade-left {
  animation: .9s ease 0s normal forwards 1 fade-left; }

@keyframes fade-right {
  from {
    opacity: 0;
    transform: translateX(20%); }
  to {
    opacity: 1;
    transform: translateX(0px); } }

.fade-right {
  animation: .9s ease 0s normal forwards 1 fade-right; }

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translatey(50%); }
  50% {
    opacity: .5;
    transform: translatey(-10%); }
  100% {
    opacity: 1;
    transform: translatey(0%); } }

.fade-up {
  animation: .9s ease 0s normal forwards 1 fade-up; }

.fade-up_delay-4 {
  animation: fade-up;
  transition-delay: 4s;
  transition-duration: .9s; }

/*</fade>*/
/*<zoom-in>*/
.zoom-in {
  animation: 2s zoomIn; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1, 1); }
  50% {
    opacity: 1;
    transform: scale(1, 5); }
  100% {
    transform: scale(1); } }

/*</zoom-in>*/
.hide {
  opacity: 0 !important;
  visibility: hidden; }

/*=== BEGIN BASIC styles ===*/
body {
  font-family: "HelveticaNeueLTPro-BdCn";
  color: #5889b5;
  background-color: #fff;
  overflow-x: hidden;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

/*=== END BASIC styles ===*/
.hide {
  visibility: hidden; }

.markup-link {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  background-color: #ff282857;
  padding: 5px;
  border-radius: 50%;
  transition: .2s;
  text-decoration: none;
  font-weight: 900;
  color: #fff; }
  .markup-link:hover {
    background-color: #E31F45;
    color: #5889b5; }

header .navbar-brand {
  min-width: 120px; }

header .navbar-light .navbar-nav .nav-link {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-left: 30px;
  padding: 0 0 10px;
  border-bottom: 5px solid #f09f55;
  color: #f09f55;
  font-size: 20px; }
  header .navbar-light .navbar-nav .nav-link span {
    line-height: 1.2; }
  header .navbar-light .navbar-nav .nav-link.active {
    color: #f09f55; }

header .navbar-light .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 5px solid #f09f55;
  color: #f09f55;
  opacity: 0.8; }

header .navbar-light .navbar-nav .nav-item:nth-child(odd) .nav-link {
  border-bottom: 5px solid #5889b5;
  color: #5889b5; }

#navbarNavDropdown {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 16px;
  margin-top: auto; }

.first-screen {
  text-align: center; }
  .first-screen img {
    width: 100%; }

small {
  font-family: "HelveticaNeueLTPro-Cn"; }

.block__london .block__london-title {
  display: flex;
  flex-direction: column;
  padding: 58px 60px 58px;
  background-color: #5889b5;
  text-align: right; }
  .block__london .block__london-title span {
    color: #fff;
    line-height: 1.2;
    font-size: 56px;
    font-family: "HelveticaNeueLTPro-Cn"; }
    .block__london .block__london-title span:first-child {
      font-weight: 900;
      font-size: 72px;
      font-family: "HelveticaNeueLTPro-BdCn"; }

.block__london .col-md-6 {
  padding: 0; }

.block__london .slick-slider {
  overflow: hidden;
  max-width: 805px;
  margin-left: auto; }
  .block__london .slick-slider .slick-dots {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-top: -60px;
    padding: 0;
    list-style: none; }
    .block__london .slick-slider .slick-dots li {
      margin: 0 3px; }
      .block__london .slick-slider .slick-dots li button {
        position: relative;
        width: 25px;
        height: 25px;
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 50%;
        color: transparent;
        line-height: 0; }
        .block__london .slick-slider .slick-dots li button:before {
          position: absolute;
          left: 50%;
          right: 50%;
          top: 50%;
          bottom: 50%;
          background-color: #fff;
          border-radius: 50%;
          content: "";
          transition: 0.2s; }
      .block__london .slick-slider .slick-dots li.slick-active button {
        position: relative;
        width: 25px;
        height: 25px;
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 50%;
        color: transparent;
        line-height: 0; }
        .block__london .slick-slider .slick-dots li.slick-active button:before {
          position: absolute;
          left: 3px;
          right: 3px;
          top: 3px;
          bottom: 3px;
          background-color: #fff;
          content: ""; }
      .block__london .slick-slider .slick-dots li:not(.slick-active):hover button:before {
        position: absolute;
        left: 8px;
        right: 8px;
        top: 8px;
        bottom: 8px;
        background-color: #fff;
        content: ""; }

.block__london .block__london-text {
  position: relative;
  z-index: 1;
  max-width: 583px;
  margin: -111px auto 96px 110px;
  padding: 48px 60px 0;
  background-color: #fff;
  color: #635a5a;
  line-height: 1.3;
  font-size: 39px;
  font-family: "HelveticaNeueLTPro-Cn"; }

.block__conect {
  max-height: 692px; }
  .block__conect .col-md-6 {
    padding: 0; }

.block__conect-title {
  height: 100%;
  max-height: 400px;
  padding: 48px 60px 48px;
  background-color: #f09f55; }

.block__conect-title--top,
.block__conect-title--bottom {
  display: flex;
  flex-direction: column;
  max-width: 455px;
  padding: 0;
  color: #fff;
  line-height: 1;
  font-size: 72px; }

.block__conect-title--bottom {
  text-align: right;
  margin-top: 18px; }

.block__conect-text {
  position: relative;
  z-index: 1;
  max-width: 630px;
  margin: 48px 53px 98px auto;
  padding: 48px 60px 48px;
  background-color: #fff;
  color: #635a5a;
  line-height: 1.3;
  text-align: right;
  font-family: "HelveticaNeueLTPro-Cn";
  font-size: 39px; }

.block__business-world {
  padding: 90px 15px;
  background: url(assets/img/04-min.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 5px #212020;
  font-size: 72px; }

.value {
  text-align: center;
  font-size: 92px;
  font-weight: 900; }

.subtitle {
  text-align: center;
  font-size: 24px;
  font-family: "HelveticaNeueLTPro-Cn"; }

.block__advantages {
  padding: 100px 15px;
  background-size: cover;
  background: url(assets/img/map_bg.svg) center no-repeat; }
  .block__advantages .img-box {
    max-width: 120px;
    margin: 0 auto 12px; }

.benefits__number {
  opacity: 0; }

.item.orange {
  color: #f09f55; }

.advantages-list {
  max-width: 1010px;
  margin: 72px auto 0;
  background: #fff;
  font-family: "HelveticaNeueLTPro-Cn";
  padding: 73px; }

.advantages-list__item {
  line-height: 1.4;
  font-size: 32px; }

.block__map {
  text-align: center; }

footer {
  padding: 60px 0 0;
  background-color: #5889b5;
  color: #fff; }

.footer-column__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 4px solid #fff;
  line-height: 1.2;
  font-family: "HelveticaNeueLTPro-Cn"; }

.footer-column {
  display: flex;
  flex-direction: column;
  max-width: 275px;
  font-family: "HelveticaNeueLTPro-Cn"; }
  .footer-column a {
    color: #fff;
    text-decoration: none; }
    .footer-column a:hover {
      color: #f09f55; }

.footer_logo {
  display: flex;
  max-width: 200px; }

.copy-box {
  margin-top: 60px;
  padding: 36px 15px;
  background-color: #426685;
  text-align: center;
  font-family: "HelveticaNeueLTPro-Cn"; }

.social {
  display: flex; }
  .social a {
    display: flex;
    margin-left: 12px; }
    .social a:first-child {
      margin-left: 0; }
  .social img {
    width: 100%;
    max-width: 36px; }

/* === BEGIN MEDIA === */
/* ======================
$mobile-small 240px
$mobile-large 320px
$tablet-small 480px
$tablet-large 768px
$screen-small 1024px
$screen-large 1280px 
====================== */
@media screen and (max-width: 1199px) {
  .block__london .block__london-title {
    padding: 28px 30px 28px; }
    .block__london .block__london-title span {
      color: #fff;
      line-height: 1.2;
      font-size: 36px; }
      .block__london .block__london-title span:first-child {
        font-size: 60px; }
  .block__london .block__london-text {
    margin: 0;
    padding: 28px 30px;
    font-size: 24px; }
  .block__conect-text {
    margin: 0;
    padding: 24px 30px;
    font-size: 24px; }
  .block__conect-title {
    padding: 24px 30px; }
  .block__conect-title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .block__conect-title--top,
  .block__conect-title--bottom {
    font-size: 42px;
    padding: 24px 30px; }
  .block__business-world {
    padding: 72px 15px;
    font-size: 42px; } }

@media screen and (max-width: 991px) {
  .block__advantages {
    padding: 72px 15px; }
    .block__advantages .img-box {
      margin: 0 auto 0; }
    .block__advantages .item {
      margin-bottom: 48px; }
  li.nav-item {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-bottom: 36px; } }

@media screen and (max-width: 767px) {
  .block__conect {
    max-height: inherit;
    padding: 0 12px; }
  .block__london {
    padding: 0 12px; }
    .block__london .col-md-6:last-child {
      display: flex;
      flex-direction: column; }
      .block__london .col-md-6:last-child .block__london-text {
        order: -1;
        padding: 28px 30px 0; }
  .block__advantages {
    background: none; }
    .block__advantages .img-box {
      max-width: 80px; }
    .block__advantages .item {
      margin-bottom: 48px; }
  .value {
    font-size: 60px; }
  .advantages-list {
    margin: 12px auto 0;
    padding: 15px; }
  .advantages-list__item {
    line-height: 1.4;
    font-size: 24px; }
  .block__advantages {
    padding: 60px 15px 36px; }
  footer {
    padding: 48px 0 0; }
  .footer-column__title {
    margin-bottom: 12px;
    padding-bottom: 12px; }
  .footer-column {
    margin-bottom: 24px; }
  .copy-box {
    margin-top: 28px; } }

/* === END MEDIA === */

/*# sourceMappingURL=style.css.map */
