/* --------- colors --------- */
/* --------- mixins --------- */
/* --------- mixins --------- */
/* --------- adjustment --------- */
@font-face {
  font-family: 'lato-light';
  src: url("../fonts/lato-light.ttf"); }

@font-face {
  font-family: 'lato-bold';
  src: url("../fonts/lato-bold.ttf"); }

@font-face {
  font-family: 'lato-regular';
  src: url("../fonts/lato-regular.ttf"); }

* {
  outline: 0; }

h1, h2, h3 {
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

figure {
  margin: 0; }

.content-layout {
  max-width: 1000px;
  margin: 0 auto; }

strong {
  font-family: 'lato-bold'; }

.header-info:before, .header-info:after, .section-video__wrapper:before, .section-video__wrapper:after {
  content: "";
  display: table; }

.header-info:after, .section-video__wrapper:after {
  clear: both; }

/* --------- sections --------- */
.main-header {
  background: url(../img/bg-header.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 550px;
  padding-top: 45px; }

.header-info {
  margin-bottom: 135px; }

.logo {
  float: left;
  text-align: center; }

.nav {
  float: right;
  margin-top: 8px; }

.logo__link {
  font-family: 'lato-light';
  font-size: 25px;
  text-decoration: none;
  color: #fff; }

.nav__list {
  font-size: 0; }

.nav__item {
  display: inline-block;
  font-size: 16px;
  margin-left: 18px; }
  .nav__item:first-child {
    margin-left: 0; }

.nav__link {
  color: #e9eef2;
  text-decoration: none;
  font-family: 'lato-bold'; }

.slogan {
  text-align: center; }

.slogan__header {
  font-family: 'lato-bold';
  font-size: 38px;
  color: #fff;
  margin-bottom: 35px; }

.slogan__text {
  font-size: 21px;
  font-family: 'lato-regular';
  color: #fff;
  margin-bottom: 60px; }

.slogan__button {
  width: 251px;
  font-size: 21px;
  font-family: 'lato-regular';
  color: #fff;
  border-radius: 3px;
  border: 0;
  background: #a4b9be;
  padding-top: 18px;
  padding-bottom: 18px; }

.section-1 {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 40px; }

.section-2 {
  background: #a4b9be;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 40px; }

.section-3 {
  background: #2d3035;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 40px; }

.header-type-1 {
  font-size: 38px;
  font-family: 'lato-bold';
  margin-bottom: 33px;
  color: #535a5e; }

.header-type-2 {
  font-size: 38px;
  font-family: 'lato-bold';
  margin-bottom: 33px;
  color: #f1f1f1; }

.section-text {
  color: #9fa4a7;
  font-size: 16px;
  font-family: 'lato-regular';
  line-height: 24px;
  margin-bottom: 15px; }

.section-text-2 {
  font-family: 'lato-regular';
  color: #98a0a5;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 60px; }

.section-text-2__link {
  color: #98a0a5;
  text-decoration: none; }

.section-text__list {
  margin-top: 25px;
  list-style-type: disc;
  text-align: left; }

.link-wikipedia {
  display: block;
  background: url(../img/wikipedia.jpg) left center no-repeat;
  width: 100px;
  height: 100px;
  font-size: 0;
  margin: 0 auto; }

.section-video {
  margin: 0 auto;
  width: 850px;
  margin-bottom: 25px; }

.section-video__item {
  float: left;
  margin-right: 25px; }

.ext-link {
  font-size: 21px;
  font-family: 'lato-regular';
  color: #fff; }

.ext-link-2 {
  font-size: 21px;
  font-family: 'lato-regular';
  color: #9fa4a7; }

.ext-link__link {
  color: #fff; }

.ext-link__link_2 {
  color: #9fa4a7; }

.form {
  margin-bottom: 40px; }

.form__input, .form__textarea {
  width: 364px;
  border-radius: 3px;
  color: #e9eef2;
  background: transparent;
  border: 2px solid #e9eef2;
  margin-bottom: 20px;
  font-size: 17px;
  font-family: 'lato-regular';
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px; }
  .form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    color: #e9eef2; }
  .form__input:-moz-placeholder, .form__textarea:-moz-placeholder {
    color: #e9eef2; }
  .form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
    color: #e9eef2; }
  .form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
    color: #e9eef2; }

.form__input-agree {
  display: block;
  width: 364px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; }

.form__input-agree-text {
  margin-left: 10px;
  color: #e9eef2;
  font-size: 17px;
  font-family: 'lato-regular'; }

.submit_button {
  width: 404px;
  background: #a4b9be;
  border-radius: 3px;
  border: 0;
  color: #2d3035;
  font-size: 18px;
  font-family: 'lato-bold';
  padding-top: 19px;
  padding-bottom: 19px; }

.social-wrapper__list {
  font-size: 0; }

.social-wrapper__item {
  display: inline-block;
  margin-left: 10px; }
  .social-wrapper__item:first-child {
    margin-left: 0; }

.social-wrapper__link {
  display: block;
  width: 30px;
  height: 30px; }

.social-wrapper__link_fb {
  background: url(../img/icon-fb.png) 0 0 no-repeat; }

.social-wrapper__link_ok {
  background: url(../img/icon-ok.png) 0 0 no-repeat; }

.main-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }

.copyright {
  font-family: 'lato-bold';
  font-size: 16px;
  color: #535a5e; }

.copyright__link {
  color: #535a5e;
  text-decoration: none; }

.bio__list {
  font-size: 0;
  margin-bottom: 25px; }

.bio__item {
  display: inline-block;
  font-family: 'lato-regular';
  font-size: 21px;
  margin-left: 25px;
  text-transform: uppercase; }
  .bio__item:first-child {
    margin-left: 0; }

.bio__link {
  color: #98a0a5;
  text-decoration: none; }

.bio__tab {
  font-family: 'lato-regular';
  font-size: 21px;
  color: #98a0a5; }

.bio__tabs {
  margin-bottom: 25px; }

.active {
  text-decoration: underline; }

.bio__tabs-list {
  text-align: center; }

.bio__tabs-item {
  color: #000;
  font-size: 15px;
  margin-top: 5px;
  list-style-type: disc;
  list-style-position: inside; }
  .bio__tabs-item:first-child {
    margin-top: 0; }

.bio__link-red {
  color: #f00; }

.g-recaptcha {
  margin: 0 auto;
  width: 310px !important;
  text-align: center;
  margin-bottom: 25px; }
