#header {
  padding: 0px 0 0px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #017BB8;
  background-image: radial-gradient(263px at 15.83% 64.21%, #B9E5FB 0%, #017BB8 100%);
  color: #fff;
  transform: translate3d(0, 0, 0);
  transition: all ease-out 0.5s;
}

#header.scrolled {
  /*overflow: hidden;*/
}

#header .container {
  position: relative;
}

#header .top {
  margin-left: 300px;
  display: flex;
  justify-content: space-between;
}

#header a.logo {
  background-image: url("img/logo.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 278px;
  height: 246px;
  position: absolute;
  left: -50px;
  top: 0;
  transition: all ease-out 0.5s;
}

#header.scrolled a.logo {
  left: -18px;
  width: 139px;
  height: 123px;
  transition: all ease-out 0.5s;
}

#header div.languages {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  color: #33BBFF;
  padding: 42px 32px 44px;
  white-space: nowrap;
  transition: all ease-out 0.5s;
}

#header.scrolled div.languages > a {
  display: inline;
}

#header.scrolled div.languages > span.separator {
  display: inline;
}

#header.scrolled div.languages {
  padding: 14px 32px 20px;
  transition: all ease-out 0.5s;
}

#header div.languages > a {
  color: #33BBFF;
  border-bottom: 3px solid transparent;
}

#header div.languages > a:hover {
  border-bottom: 3px solid #33BBFF;
}

#header div.languages > a.current {
  color: #FFFFFF;
}

#header ul.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid #44A4D4;
  border-right: 1px solid #44A4D4;
  white-space: nowrap;
}

#header ul.main-menu > li {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  display: inline-block;
  margin: 0;
}

#header ul.main-menu > li + li {
  border-left: 1px solid #44A4D4;
}

#header ul.main-menu > li > a {
  color: #fff;
  display: block;
  padding: 42px 32px 44px;
  transition: all ease-out 0.5s;
}

#header.scrolled ul.main-menu > li > a {
  padding: 14px 32px 20px;
  transition: all ease-out 0.5s;
}

#header ul.main-menu > li > a:hover {
  background-color: #33BBFF;
}

h3 + p.subheader {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin-top: -20px;
  margin-bottom: 18px;
}

.pushy {
  background-color: #222;
}

.pushy-content ul {
  text-align: left !important;
}

.pushy-content {
  color: #fff;
  background-image: url("img/logo.png");
  background-position: -39px -10px;
  background-repeat: no-repeat;
  padding-top: 180px;
}

.pushy-content .language span {
  display: inline-block;
  background-color: #017BB8;
  border-radius: 20px;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 8px;
}

#first-screen {
  position: relative;
  padding: 220px 0 0px;
  background-image: url("./img/first-screen-bg.jpg");
  background-size: cover;
  background-position: center top;
}

#first-screen:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54px;
  background-color: #fff;
  z-index: 1;
}

h1 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 55px;
  color: #017BB8;
  margin-bottom: 27px;
}

h1 + h2 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #EE1D00;
  margin-bottom: 58px;
  max-width: 832px;
}

#first-screen h1 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 55px;
  color: #FF1F00;
  max-width: 580px;
  margin-bottom: 32px;
}

#first-screen h4 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  color: #555555;
  margin-bottom: 0px;
}

#first-screen h2 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: normal;
  color: #0F619F;
  margin-bottom: 36px;
}

#first-screen h3 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

#first-screen .work-items {
  text-align: center;
  background-color: #088BCC;
  background-image: url("./img/volna2.png");
  background-size: contain;
  background-position: center bottom;
  padding: 15px 10px 13px;
  position: relative;
  z-index: 2;
  margin: 0 auto 20px;
  max-width: 400px;
}

#text-about {
  padding: 52px 0 20px;
}

#text-about p.item1 {
  padding-left: 80px;
  background-image: url("./img/distribute.png");
  background-repeat: no-repeat;
  background-position: 0px top;
}

#text-about p.item2 {
  padding-left: 80px;
  background-image: url("./img/profit.png");
  background-repeat: no-repeat;
  background-position: 10px top;
}

h3 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 32px;
}

#today {
  padding: 44px 0 99px;
}

#today h3 {
  color: #0F619F;
}

#today p {
  padding-left: 21px;
  background-image: url("./img/bullet.png");
  background-repeat: no-repeat;
  background-position: left 2px;
}

#target {
  background: linear-gradient(180deg, #FFFFFF 0%, #EBF8FF 100%);
  padding-bottom: 50px;
}

#target .container {
  background-image: url("./img/volna1.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#target h3 {
  color: #FF1F00;
  margin-bottom: 6px;
}

#target img + h3 {
  margin-top: 48px;
}

#target p + img {
  margin-top: 16px;
}

#what-we-do {
  padding: 64px 0 46px;
}

#what-we-do h3 {
  color: #0F619F;
}

#what-we-do h3 + p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FF1F00;
  margin-top: -20px;
  margin-bottom: 18px;
}

#what-we-do img {
  margin-bottom: 11px;
}

#partners {
  background-image: url("./img/partners-bg.jpg");
  background-size: cover;
  background-position: center top;
  padding: 64px 0 46px;
}

#partners h3 {
  color: #fff;
  max-width: 520px;
  margin-bottom: 42px;
}

#partners img {
  margin-bottom: 32px;
}

#partners p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 14px;
}

#order-form {
  padding: 64px 0 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #EBF8FF 100%);
}

#order-form .container {
  background-image: url("./img/volna1.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#order-form h3 {
  color: #0F619F;
}

#order-form h3 + p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FF1F00;
  margin-top: -20px;
  margin-bottom: 29px;
}

#order-form select {
  margin-bottom: 48px;
}

#footer {
  background: #3D516D;
  color: #FFFFFF;
  padding: 8px 0 0px;
  overflow: hidden;
}

#footer a {
  color: #FFFFFF;
}

#footer div.logo {
  background-image: url("img/logo-footer.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 139px;
  height: 75px;
}

#footer div.footer2 {
  background: #324259;
  color: #B8B8B8;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  padding: 8px 0;
}

#footer div.footer2 a {
  color: #B8B8B8;
}

#footer a.email {
  display: inline-block;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  color: #FFFFFF;
  padding-left: 40px;
  background-image: url("./img/mail.png");
  background-repeat: no-repeat;
  background-position: left 10px;
  margin-top: 14px;
}

#footer a.phone {
  display: inline-block;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  color: #FFFFFF;
  padding-left: 30px;
  background-image: url("./img/phone.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 42px;
  margin-top: 14px;
}

#footer a.contacts {
  text-align: right;
}

#template2-page {
  padding-top: 241px;
}

#template3-page {
  padding-top: 241px;
}

#template2-page .partner-items {
  padding: 0 0 24px;
  margin-bottom: 28px;
}

#template2-page .partner-items img {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15);
  margin-bottom: 22px;
}

#template2-page .partner-items p {
  text-align: center;
}

#why {
  padding: 41px 0 15px 0;
}

#why .why-items {
  padding: 39px 0 20px 0;
  position: relative;
}

#why .why-items:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -17px;
  font-family: Oswald;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 107px;
  color: #B9E5FB;
  z-index: -1;
}

#why .why-items.item-1:before {
  content: "1";
}

#why .why-items.item-2:before {
  content: "2";
}

#why .why-items.item-3:before {
  content: "3";
}

#why .why-items.item-4:before {
  content: "4";
}

a.document > img {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

#company-short p {
  padding-left: 21px;
  background-image: url("./img/bullet.png");
  background-repeat: no-repeat;
  background-position: left 2px;
  margin-top: 21px;
}

#company-short p + p {
  margin-top: 70px;
}

#company-short h3 {
  margin: 0 0 13px;
}

#company-short p > span {
  font-weight: bold;
  color: #EE1D00;
}

#company-short {
  padding: 14px 0 54px;
  background: linear-gradient(180deg, #FFFFFF 0%, #EBF8FF 100%);
}

#company-short .container {
  background-image: url(./img/volna1.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#documents {
  background-image: url("img/docs-bg.jpg");
  background-size: cover;
  background-position: center top;
  padding: 64px 0 50px;
}

#documents h3 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FF1F00;
}

#documents .row:nth-of-type(1) {
  margin: 0px 0 78px;
}
#documents .row:nth-of-type(2) {
  margin: 0px 0 79px;
}
#documents .row:nth-of-type(3) {
  margin: 0px 0 45px;
}
#documents p.item-1 {
  margin: 30px 0px 0px 0px;
}
#documents p.item-2 {
  margin: 30px 0px 0px 0px;
}
#documents p.item-3 {
  margin: 23px 0px 0px 0px;
}
#documents p.item-4 {
  margin: 23px 0px 0px 0px;
}
#documents p.item-5 {
  margin: 30px 0px 0px 0px;
}
#documents .report-link {
  margin: 0px 0px 0px 0px;
}

#offices-map-container {
  position: relative;
  width: 543px !important;
  height: 350px !important;
}

#offices-map-container img {
  width: 543px !important;
  height: 350px !important;
  padding: 0;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
}

#offices-map-container .est {
  display: none;
  position: absolute;
  left: 61px;
  top: 31px;
  width: 137px;
  height: 77px;
  background-image: url("img/estonia.png");
  pointer-events: none;
}

#offices-map-container .by {
  display: none;
  position: absolute;
  left: 79px;
  top: 74px;
  width: 148px;
  height: 77px;
  background-image: url("img/belarus.png");
  pointer-events: none;
}

#offices-map-container .uz {
  display: none;
  position: absolute;
  left: 360px;
  top: 175px;
  width: 147px;
  height: 77px;
  background-image: url("img/usbekistan.png");
  pointer-events: none;
}

.office {
  margin: 11px 0 32px;
}

.office h3 {
  color: #EE1D00;
  margin-bottom: 10px;
}

.office h2 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 27px;
}

.office h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #0F619F;
  margin-bottom: 0px;
}

.office h4 + p {
  margin-bottom: 16px;
}

@media (max-width: 1199px) { /* lg */
  #header div.languages > a {
    display: block;
  }
  #header div.languages > span.separator {
    display: none;
  }
  #header div.languages {
    padding: 10px 32px 10px;
    font-size: 20px;
  }
  #header ul.main-menu > li {
    font-size: 22px;
  }
}
@media (min-width: 992px) { /* lg */ }
@media (max-width: 991px) { /* md */
  #header .top {
    margin-left: 200px;
  }
  #header.scrolled {
    background-color: #017BB8;
    background-image: none;
  }
  #header.scrolled ul.main-menu {
    display: none;
  }
  #header.scrolled #mobile-menu-button {
    display: block;
  }
  #header ul.main-menu > li > a {
    padding-left: 24px;
    padding-right: 24px;
  }
  #order-form {
    text-align: center;
  }
  #order-form input, #order-form select {
    display: block;
    margin: 5px auto 16px;
  }
}
@media (max-width: 767px) { /* sm */
  #header {
    background-color: #017BB8;
    background-image: none;
  }
  #header a.logo {
    left: -18px;
    width: 139px;
    height: 123px;
    transition: all ease-out 0.5s;
  }
  #header div.languages {
    padding: 14px 32px 20px;
  }
  #header div.languages > a {
    display: inline;
  }
  #header div.languages > span.separator {
    display: inline;
  }
  #header ul.main-menu {
    display: none;
  }
  #mobile-menu-button {
    display: block;
  }
  #first-screen {
    padding: 150px 0 0px;
  }
  #text-about p.item1, #text-about p.item2 {
    padding-left: 0px;
    padding-top: 80px;
    background-position: center top;
  }
  #today p {
    padding-left: 0px;
    padding-top: 40px;
    background-position: center top;
    margin-bottom: 32px;
  }
  #today {
    padding-bottom: 50px;
  }
  #footer .flex {
    flex-direction: column;
    text-align: center;
  }
  #footer a.contacts {
    text-align: center;
    margin: 8px auto;
  }
  #footer div.logo {
    width: 100%;
    background-position: center top;
  }
  #footer .footer2 {
    margin-top: 24px;
  }
  #template2-page {
    padding-top: 120px;
  }
  #template3-page {
    padding-top: 120px;
  }
  #why .why-items:before {
    left: calc(50% - 0.5ex);
    top: -17px;
  }
}
@media (max-width: 479px) { /* xs */
  #header .top {
    margin-left: 100px;
  }
}/*# sourceMappingURL=pages.css.map */