@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic");
html {
  font-size: 62.5%; }

body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.6; }
  body * {
    outline: none !important; }

b,
strong {
  font-weight: 700; }

a {
  text-decoration: none;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s; }
  a:hover {
    text-decoration: none; }

button {
  cursor: pointer;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s; }

.color-white {
  color: #ffffff !important; }
  .color-white * {
    color: #ffffff !important; }

h1, .h1 {
  font-size: 5.7rem;
  font-weight: 900; }

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"] {
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s; }

/* Section */
.section {
  padding: 8rem 0;
  margin-bottom: 7.5rem;
  position: relative; }
  .section--1 {
    background: url("../images/bg1.png") 50% 0 no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .section--2 {
    position: relative;
    overflow: hidden;
    background-color: #f9e2b1; }
  .section--3 {
    background: url("../images/bg2.png") 50% no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-height: 65rem;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .section--3 .position-relative {
      z-index: 2; }
    .section--3:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      background: rgba(255, 255, 255, 0.65);
      top: 0;
      left: 0; }
  .section--4 {
    background: url("../images/bg3.png") 50% no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: .5rem;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* /.Section */
/* Navbar */
.navbar-toggler--custom {
  border-color: #ffffff !important;
  padding: 0rem 1rem; }

.navbar-toggler__span {
  display: block;
  width: 1.5rem;
  height: .2rem;
  background: #ffffff;
  margin: .5rem 0; }

.nav-item--custom {
  color: #ffffff !important;
  font-size: 1.6rem;
  padding: 0 !important;
  margin-right: 2rem; }

/* /.Navbar */
/* Img section */
.img-section {
  background: url("../images/img1.png") 50% no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 39%;
  height: 100%;
  z-index: 10; }

/* /.Img section */
/* Info block */
.info-block--section1 {
  margin-top: 6rem; }
  .info-block--section3 {
    margin-top: 6rem; }
.info-block__text {
  font-size: 2.1rem; }
  .info-block__text--small {
    font-size: 1.7rem; }

.info-block__button {
  margin-top: 2.5rem; }

/* /.Info block */
/* Button */
.button {
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
  min-width: 23rem;
  color: #ffffff !important;
  font-size: 2.5rem;
  padding: 2.5rem;
  text-align: center; }
  .button--blue {
    background-color: #00a0e3; }
    .button--blue:hover {
      background-color: #014f74; }
  .button--blue2 {
    background-color: #014f74; }
    .button--blue2:hover {
      background-color: #00a0e3; }

/* /.Button */
/* Footer */
.footer {
  padding: 6.5rem 0 10rem;
  background: #00a0e3;
  color: #ffffff; }

.copyright {
  font-size: 1.8rem; }

/* /.Footer */
/* Bootstrap 4 */
.mb-6 {
  margin-bottom: 4rem !important; }

.mb-7 {
  margin-bottom: 5rem !important; }

.mb-8 {
  margin-bottom: 6rem !important; }

/* /.Bootstrap 4 */
@media (max-width: 991px) {
  .img-section {
    position: relative;
    width: 100%;
    height: 25rem;
    margin-top: 8rem; } }

@media (max-width: 767px) {
  .info-block__text {
    font-size: 1.6rem; }
  .info-block__button {
    text-align: center !important; }
  .footer {
    text-align: center; }
  .copyright {
    margin-bottom: 5rem; }
  .nav-item--custom {
    margin: 0 0 2rem; } }
