* {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:active {
  text-decoration: none;
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

ol,
ul {
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

input {
  border: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

.clear-fix {
  display: block;
}

.clear-fix:after {
  content: "";
  display: table;
  clear: both;
}

.btn-white {
  background-color: #314da1;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 10px;
  cursor: pointer;
}

.btn-white:hover {
  background-color: #648afc;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn-green {
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px;
  background-color: #314da1;
  border-radius: 5px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn-green:hover {
  background-color: #219e9e;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.wrapper {
  position: relative;
  overflow: hidden;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  z-index: 2;
}

#header:before,
.header-mob:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #242d3c;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#header.scroll:before,
.header-mob.scroll:before {
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header-logo-mob {
  display: none;
}
.header-menu {
  margin-left: 20%;
}
.header-menu li {
  position: relative;
  display: inline-block;
  padding-top: 17px;
  margin-right: 70px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.header-menu li a:hover,
.header-menu li a:focus {
  color: #ffffff;
}

.header-menu li a:hover:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}

.header-menu li:last-child {
  margin-right: 0;
}

.btn-white-header {
  margin-top: 5px;
}

.header-mob {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 15px 20px;
  margin-top: 15px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.header-logo-mob-two {
  position: relative;
  float: left;
  z-index: 1;
}

.hamburger {
  position: relative;
  width: 32px;
  height: 19px;
  background-image: url(../img/hamburger.png);
  background-size: cover;
  float: right;
  z-index: 1;
}

.title {
  font-size: 30px;
  font-weight: 800;
  line-height: 41px;
  text-align: center;
  color: #2581c3;
  margin: 0 auto 20px;
}

.subtitle-black {
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
  color: #242d3c;
}

.subtitle-green {
  max-width: 730px;
  margin: 0 auto 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  color: #242d3c;
}

.txt-14 {
  font-size: 14px;
  line-height: 19px;
  color: #a8a8a8;
}

.txt-16 {
  font-size: 16px;
  line-height: 22px;
  color: #a8a8a8;
}

.title-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

#home {
  position: relative;
  width: 100%;
  height: 700px;
  background-image: url(../img/home-bg.jpg);
  background-size: cover;
  text-align: center;
}

.home-info {
  position: absolute;
  max-width: 730px;
  width: 100%;
  color: #ffffff;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
}

.home-title {
  max-width: 610px;
  width: 100%;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  margin: 0 auto 20px;
}

.home-descr {
  font-size: 20px;
  line-height: 27px;
  text-shadow: 1px 1px 1px black;
}

.photo {
  width: 100%;
}

#items {
  padding-bottom: 40px;
}
.item {
  min-height: 290px;
  border-top: 10px solid #fff;
  padding: 30px 15px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.item-img {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.wrap-graphic {
  width: 100%;
  text-align: center;
}
.graphic-img {
  margin: 0 auto 20px;
}
#logos {
  border-bottom: 40px solid #314da1;
}
.logos-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.logos-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.logos-list li img {
  margin: 10px 0;
  max-width: 80%;
}
#about {
  padding-top: 60px;
}
#about .item {
  min-height: 360px;
}
#about .item:hover {
  border-top: 10px solid #314da1;
  -webkit-box-shadow: 10px 10px 10px rgba(247, 244, 244, 0.25),
    0px 4px 4px rgba(226, 226, 226, 0.25);
  box-shadow: 10px 10px 10px rgba(247, 244, 244, 0.25),
    0px 4px 4px rgba(226, 226, 226, 0.25);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#about p {
  color: #242d3c;
}
#info {
  padding-top: 40px;
  padding-bottom: 50px;
}
#info .info-item {
  padding: 30px 15px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
}
#verticals {
  background: #314da1;
  padding-bottom: 30px;
}
#verticals .title-block {
  padding-bottom: 15px;
}
#verticals .white {
  color: #ffffff;
}
#verticals .item {
  margin-bottom: 20px;
  min-height: auto;
}
.subtitle-black-item {
  margin-bottom: 15px;
}

#footer {
  padding-top: 60px;
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
}

.footer-info-wrapp {
  margin-bottom: 60px;
}

.footer-info {
  max-width: 730px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}

.footer-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  margin-bottom: 30px;
}

.footer-descr {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 50px;
}

.btn-white-footer {
  width: 240px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #314da1;
  margin: 0 auto;
  background: #ffffff;
}

.copyright {
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  text-align: center;
  background-color: #000;
  font-size: 14px;
  line-height: 19px;
  color: #314da1;
}

.pop-up-wrapp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #242d3c;
  text-align: center;
  opacity: 1;
  z-index: 10;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.pop-up-wrapp.hidden {
  opacity: 0;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.pop-up-wrapp:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.pop-up {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 470px;
  max-width: 470px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 60px 60px 60px;
  text-align: left;
}
.pop-up-wrapp .title {
  font-weight: 800;
  font-size: 30px;
  line-height: 41px;
  color: #242d3c;
}

.input-wrapp {
  margin-bottom: 12px;
}

.input-wrapp-last {
  margin-bottom: 35px;
}

.input-label {
  display: block;
  font-weight: normal;
}

.input-label span {
  color: #da6b6b;
}

.input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 18px;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  color: #242d3c;
}
textarea.input {
  height: auto;
  resize: vertical;
}
.input-wrapp label.error {
  font-size: 10px;
  margin-bottom: 0;
  color: #d96464;
}

.input-wrapp .input.error {
  border-color: #d96464;
}

.cross,
.menu-cross {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-image: url(../img/close.png);
  background-size: cover;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
  z-index: 1;
}

.cross:hover,
.menu-cross:hover {
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.menu-cross {
  display: none;
}

.btn-submit {
  width: 100%;
}
