body {
  font-family: 'Museo Sans Cyrl 500';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #383f5c;
  background: #fff;
  background-size: 100% auto;
}
.upper {
  text-transform: uppercase;
}
.ms7 {
  font-family: 'Museo Sans Cyrl 700';
}
.ms5 {
  font-family: 'Museo Sans Cyrl 500';
}
.ms3 {
  font-family: 'Museo Sans Cyrl 300';
}
div,
textarea,
button,
a,
select,
input {
  outline: none !important;
  text-decoration: none !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
::selection {
  background: #2e86c8;
  color: #fff;
}
::-moz-selection {
  background: #2e86c8;
  color: #fff;
}
.posrev {
  position: relative;
}
.anim {
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.animlong {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
p {
  margin: 0;
}
a:hover {
  text-decoration: none;
}
.fluid-width,
.main-width {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.posrev {
  position: relative;
}
@media (max-width: 997px) {
  .fluid-width,
  .main-width {
    max-width: 720px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1200px) {
  .fluid-width,
  .main-width {
    max-width: 997px;
  }
}
@media (min-width: 1200px) {
  .fluid-width {
    max-width: 1720px;
    width: 90%;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #2e86c8;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #2e86c8;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.href {
  color: #0ea6e1;
  text-decoration: underline !important;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
a.href img {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 26px;
  margin: 0 3px;
}
a.href:hover {
  opacity: 0.6;
}
.header {
  height: 100vh;
  min-height: 700px;
  background: url(../images/bg-header.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  padding-bottom: 100px;
}
.header.inner-page {
  background: #fff;
  min-height: 900px;
  justify-content: flex-start;
}
.header.inner-page .call-wrap {
  padding-right: 100px;
}
.header.inner-page .h1-desc {
  margin-bottom: 0;
}
.header.inner-page .main-width {
  position: relative;
  z-index: 20;
}
.head-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 10;
}
.head-img img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.z30 {
  position: relative;
  z-index: 30;
}
.topline {
  padding: 70px 0 30px;
}
.topline .fluid-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pr100 {
  padding-right: 100px;
}
.absoluter {
  position: absolute;
  pointer-events: none;
  padding-top: 70px;
  width: 100%;
  top: 0;
  z-index: 1000;
  left: 0;
}
.absoluter .fluid-width {
  display: flex;
  justify-content: flex-end;
}
.logo-wrap {
  display: flex;
  align-items: center;
}
.logo-wrap img {
  width: 120px;
  margin-right: 200px;
}
.logo-wrap p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.burger-button {
  position: relative;
  width: 40px;
  height: 34px;
  display: inline-block;
  pointer-events: all;
  margin-left: 20px;
  cursor: pointer;
}
.burger-button:after {
  content: 'MENU';
  font-size: 12px;
  position: absolute;
  left: 48%;
  top: 50px;
  letter-spacing: 3px;
  transform: rotate(90deg);
  transform-origin: left center;
  color: #fff;
}
.burger-button i {
  position: absolute;
  background: #fff;
  width: 40px;
  height: 4px;
  display: inline-block;
  top: 0;
  border-radius: 10px;
  left: 0;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.burger-button i:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}
.burger-button i:nth-child(3) {
  top: 100%;
  margin-top: -5px;
}
.burger-button.on i:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger-button.on i:nth-child(2) {
  opacity: 0;
  width: 0;
}
.burger-button.on i:nth-child(3) {
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
h1 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-family: 'Museo Sans Cyrl 700';
}
.h1-desc {
  font-size: 20px;
  color: #fff;
  margin-bottom: 100px;
  font-weight: 300;
}
.flex-line {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}
.flex-line .primary-button {
  width: 100%;
  max-width: 380px;
}
.flex-line .primary-input {
  margin-right: 14px;
  width: 100%;
  max-width: 310px;
}
.flex-line .primary-input + .primary-button {
  max-width: 310px;
}
.button-desc {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin-left: 40px;
}
.primary-button {
  height: 70px;
  background: #2e86c8;
  display: flex;
  position: relative;
  border: 0;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 40px;
  cursor: pointer;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.primary-button:hover {
  background: #0ea6e1;
}
.primary-button p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 3px;
}
.primary-button.mini {
  height: 50px;
}
.primary-button.mini p {
  font-size: 14px;
}
.primary-button.wide {
  width: 100%;
}
.partnerThis {
  width: 364px;
  position: absolute;
  right: 0;
  bottom: 100px;
}
.call-wrap {
  display: flex;
  align-items: center;
}
.call-wrap a {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
.call-wrap p {
  color: #fff;
  font-size: 12px;
  margin-left: 40px;
}
.section {
  padding: 70px 0;
}
.section.call {
  padding: 220px 0;
}
.section.clients {
  padding-bottom: 100px;
}
.title-wrap {
  margin-bottom: 50px;
}
.title-wrap p {
  font-size: 20px;
  color: #859aa9;
  line-height: 30px;
  font-family: 'Museo Sans Cyrl 300';
}
.title-wrap h2 {
  position: relative;
  font-size: 40px;
}
.title-wrap h2:before {
  content: '';
  position: absolute;
  left: -2440px;
  width: 2400px;
  height: 1px;
  top: 50%;
  background: rgba(67, 76, 109, 0.2);
}
.title-wrap h2 strong {
  font-family: 'Museo Sans Cyrl 700';
}
.title-wrap.two-line h2 {
  display: inline-block;
}
.title-wrap.two-line h2:after {
  content: '';
  position: absolute;
  right: -2440px;
  width: 2400px;
  height: 1px;
  top: 50%;
  background: rgba(67, 76, 109, 0.2);
}
.title-wrap.two-line-only h2 {
  display: inline-block;
}
.title-wrap.two-line-only h2:before {
  display: none;
}
.title-wrap.two-line-only h2:after {
  content: '';
  position: absolute;
  right: -2440px;
  width: 2400px;
  height: 1px;
  top: 50%;
  background: rgba(67, 76, 109, 0.2);
}
.advantages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.advantages-grid .a-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 40px;
  align-items: center;
}
.advantages-grid .a-item > div p {
  font-family: 'Museo Sans Cyrl 300';
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}
.advantages-grid .a-item > div .a-info {
  color: #859aa9;
  font-size: 14px;
  line-height: 20px;
}
.advantages-grid .a-item > i {
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.advantages-grid .a-item > i img {
  width: 130px;
  height: 240px;
  object-fit: cover;
}
.art-fly {
  position: absolute;
  pointer-events: none;
  user-select: none;
  display: inline-block;
  font-size: 0;
  z-index: 10;
  line-height: 0;
}
.art-fly.helmet {
  position: absolute;
  left: -300px;
  bottom: -100px;
}
.art-fly.paper {
  position: absolute;
  right: -500px;
  top: -200px;
}
.art-fly.flynote {
  position: absolute;
  right: -70px;
  bottom: -300px;
}
.art-fly.flyA5 {
  position: absolute;
  right: -200px;
  top: -20px;
}
.art-fly.tractor {
  position: absolute;
  right: -50px;
  top: -20px;
}
.stat-items {
  padding-left: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stat-items .stat-item {
  line-height: 1.1;
  margin-bottom: 40px;
}
.stat-items .stat-item:last-child {
  margin-bottom: 0;
}
.stat-items .stat-item p {
  font-family: 'Museo Sans Cyrl 300';
  font-size: 20px;
}
.stat-items .stat-item p strong {
  font-size: 50px;
  font-family: 'Museo Sans Cyrl 700';
}
.projects .title-wrap {
  padding-left: 300px;
}
.command .title-wrap {
  padding-left: 300px;
}
.forMobile {
  display: none;
}
.case-item {
  display: grid;
  grid-template-areas: "caseline caseline" "caseleft caseright";
  grid-template-columns: 2fr 1fr;
  grid-gap: 30px;
}
.case-item .case-line {
  grid-area: caseline;
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: space-between;
}
.case-item .case-line p {
  font-size: 13px;
  white-space: nowrap;
}
.case-item .case-line p a {
  display: inline-block;
}
.case-item .case-line p span {
  color: #859aa9;
}
.case-item .case-line .logotype-in {
  max-width: 220px;
  width: auto;
  max-height: 80px;
}
.case-item .case-left {
  grid-area: caseleft;
}
.case-item .case-left img {
  width: 100%;
}
.case-item .case-right {
  grid-area: caseright;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.icon-text {
  display: inline-block;
  width: 16px;
  margin: 0 6px;
  height: 16px;
  position: relative;
  top: 3px;
}
.case-previews {
  display: flex;
  flex-direction: column;
}
.case-previews > a {
  width: 100%;
  font-size: 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 10px;
}
.case-previews > a > img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.case-previews > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.case-previews > div > a {
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
}
.case-previews > div > a > img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}
.resize {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: #fff;
  border-radius: 2px;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 0;
  border: 0;
  box-shadow: 0;
}
.resize img {
  width: 24px;
  height: 24px;
}
.case-info {
  max-height: 180px;
  overflow: hidden;
  padding: 30px 20px;
  background: #2e86c8;
  position: relative;
  border-radius: 4px;
}
.case-info p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  font-family: 'Museo Sans Cyrl 300';
}
.case-info:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  height: 42px;
  width: 42px;
  background: url(../images/svg/info.svg) no-repeat;
  background-size: 100% 100%;
}
blockquote {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
blockquote p {
  font-size: 14px;
  font-family: 'Museo Sans Cyrl 500';
}
blockquote img {
  width: 32px;
  margin-right: 20px;
}
.review {
  height: 470px;
  overflow: auto;
  font-size: 16px;
  line-height: 30px;
  padding-right: 10px;
}
.call h2 {
  margin-bottom: 30px;
}
.form-title {
  font-size: 16px;
  color: #859aa9;
  margin-bottom: 5px;
}
.primary-input {
  height: 70px;
  background: #fff;
  border-radius: 6px;
  border: 0;
  box-shadow: inset 0 0 0 2px #dceaef;
  font-size: 18px;
  padding: 20px;
  color: #383f5c;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.primary-input.wide {
  width: 100%;
}
.m0 {
  margin: 0;
}
.mb20 {
  margin-bottom: 14px;
}
.checkbox {
  display: none;
  opacity: 0;
  text-indent: -3000em;
  position: absolute;
}
.checkbox + label {
  cursor: pointer;
  margin: 14px 0;
  vertical-align: middle;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #859aa9;
  position: relative;
  user-select: none;
  line-height: 20px;
  padding: 5px 0 5px 22px;
  z-index: 20;
}
.checkbox + label a {
  color: #9cacb6;
  text-decoration: underline !important;
}
.checkbox:not(checked) + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  box-shadow: inset 0 0 0 1px #01b4ec;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 6px;
  margin-top: 0px;
  background: #fff;
  background-size: 50% 50%;
  background-position: 25% -100%;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.checkbox:checked + label:before {
  box-shadow: inset 0 0 0 1px #01b4ec, inset 0 0 0 4px #fff;
  background: #01b4ec;
}
.main-urls-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.main-urls-grid > a {
  background: #3a3e4e;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  padding-top: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.main-urls-grid > a:hover {
  background: #0ea6e1;
}
.main-urls-grid > a > p {
  color: #fff;
  font-size: 30px;
  position: relative;
  z-index: 20;
}
.main-urls-grid > a > p.small {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Museo Sans Cyrl 300';
  height: 120px;
}
.main-urls-grid > a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.main-urls-grid > a i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-urls-grid > a i + p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.main-urls-grid > a i + p img {
  width: 30px;
  height: 10px;
  position: relative;
  top: 1px;
  margin-left: 14px;
}
.command-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.command-item i {
  height: 394px;
}
.command-item i img {
  max-width: 270px;
}
.command-item p {
  font-size: 22px;
  margin-bottom: 6px;
}
.command-item p.who {
  font-size: 12px;
  color: #859aa9;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sertificate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.sertificate-grid > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sertificate-grid > div i {
  display: inline-block;
  font-size: 0;
  width: auto;
  margin: 0 auto;
}
.sertificate-grid > div i > img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.sertificate-grid > div .resize {
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.clients .main-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.clients .main-width img {
  margin: 25px;
  max-width: 160px;
  max-height: 100px;
}
.clients .main-width .client-title {
  font-size: 30px;
  font-family: 'Museo Sans Cyrl 500';
}
.footer {
  background: url(../images/bg-footer.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.footer .fluid-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .fluid-width .call-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .fluid-width .call-wrap p {
  margin: 0;
}
.call-grid {
  display: grid;
  grid-template-columns: 290px 1fr;
  grid-gap: 40px 70px;
  margin: 50px 0;
}
.call-grid > div p {
  font-size: 16px;
  color: #859aa9;
  font-family: 'Museo Sans Cyrl 300';
}
.call-grid > div a {
  color: #fff;
  font-size: 30px;
  font-family: 'Museo Sans Cyrl 300';
}
.overflow {
  overflow: hidden;
  position: relative;
  z-index: 30;
}
.overflow.inner-content {
  margin-top: -500px;
}
i.close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 25px;
  height: 25px;
  opacity: 1;
  cursor: pointer;
  z-index: 300;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
i.close:hover {
  transform: rotate(90deg);
  opacity: 0.8;
}
i.close img {
  width: 100%;
}
.iziModal-overlay {
  background: transparent;
}
.iziModal-overlay:before {
  content: '';
  position: fixed;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  display: block;
  background-image: -moz-linear-gradient(135deg, #0eadff 0%, #f0f5f8 100%);
  background-image: -webkit-linear-gradient(135deg, #0eadff 0%, #f0f5f8 100%);
  background-image: -ms-linear-gradient(135deg, #0eadff 0%, #f0f5f8 100%);
}
.iziModal {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.48);
}
.modal-content {
  padding: 70px 80px;
}
.modal-content .checkbox + label {
  font-size: 8px;
}
.owl-command .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  pointer-events: none;
  top: 0px;
  z-index: 30;
}
.owl-command .owl-nav > button {
  background: #f0f5f8 !important;
  pointer-events: all;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: inline-block;
  outline: 0 !important;
  position: relative;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.owl-command .owl-nav > button:first-child {
  margin-right: 10px;
}
.owl-command .owl-nav > button img {
  width: 18px;
  height: 18px;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.owl-command .owl-nav > button:hover img {
  opacity: 0.5;
}
.owl-command .owl-nav > button:active {
  transform: translateY(2px);
}
.owl-command .owl-nav > button.disabled {
  opacity: 0.3;
  cursor: default;
}
.owl-reviews .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  top: 0px;
}
.owl-reviews .owl-nav > button {
  background: #2e86c8 !important;
  width: auto;
  height: 50px;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Museo Sans Cyrl 700';
  letter-spacing: 2px;
  color: #fff !important;
  font-size: 14px !important;
  outline: 0 !important;
  position: relative;
  padding: 0 20px !important;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.owl-reviews .owl-nav > button:first-child {
  background: #fff !important;
  box-shadow: inset 0 0 0 2px #2e86c8;
  color: #2e86c8 !important;
}
.owl-reviews .owl-nav > button:first-child:hover {
  background: #fff !important;
  box-shadow: inset 0 0 0 2px #0ea6e1;
  color: #0ea6e1 !important;
}
.owl-reviews .owl-nav > button:hover {
  background: #0ea6e1 !important;
}
.owl-reviews .owl-nav > button.disabled {
  opacity: 0.3;
  cursor: default;
}
.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -50px;
  pointer-events: none;
}
.owl-dots .owl-dot {
  margin-right: 24px;
  pointer-events: all;
  display: inline-block;
  width: 10px;
  outline: 0 !important;
  height: 10px;
  background: #e6e8ed !important;
  position: relative;
  border-radius: 30px;
  padding: 0 !important;
  opacity: 1;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-dots .owl-dot.active {
  width: 38px;
  background: #2e86c8 !important;
}
h3 {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
  font-size: 30px;
  line-height: 1;
}
h3 strong {
  font-family: 'Museo Sans Cyrl 700';
}
h3 + p {
  color: #859aa9;
  font-size: 16px;
  margin-bottom: 30px;
}
.f-item-wrap {
  position: relative;
}
.f-item-wrap .lbl {
  position: absolute;
  left: 20px;
  top: 17px;
  font-size: 10px;
  text-transform: uppercase;
  color: #859aa9;
  letter-spacing: 1px;
  pointer-events: none;
}
.f-item-wrap .primary-input {
  padding-top: 34px;
  padding-bottom: 14px;
}
.f-item-wrap textarea.primary-input {
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
}
.mobile-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3a3e4e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  display: none;
}
.mobile-menu-wrap.on {
  display: flex;
}
.main-urls {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}
.main-urls > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  padding: 0 100px 60px 100px;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.main-urls > a:hover {
  background: #303755;
}
.main-urls > a:hover p {
  transform: translateY(-20px);
}
.main-urls > a p {
  position: relative;
  z-index: 20;
  font-size: 30px;
  color: #fff;
  font-family: 'Museo Sans Cyrl 300';
  white-space: nowrap;
  margin-bottom: 20px;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.main-urls > a p img {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 46px;
}
.main-urls > a p.small {
  font-size: 16px;
  height: 130px;
  white-space: normal;
  line-height: 24px;
  font-family: 'Museo Sans Cyrl 300';
}
.main-urls > a i {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main-urls > a i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #fff;
  opacity: 0.2;
}
.white-box {
  background: #fff;
  border-radius: 4px;
  padding: 60px 40px 0;
}
.step-list-item {
  margin-bottom: 60px;
}
.step-list-item:last-child {
  margin-bottom: 0;
}
.step-list-item.list-right-img .list-grid {
  grid-template-columns: 50% 50%;
}
.step-list-item.list-right-img .list-grid i {
  display: inline-block;
  right: 0;
  width: 100%;
  top: 0;
}
.step-list-item.list-right-img .list-grid i img {
  width: 100%;
}
.step-list-item .step {
  display: flex;
  align-items: center;
  justify-content: center;
  plheight: 90px;
  width: 40px;
  background: #c1c8e1;
  border-radius: 2px;
  font-size: 75px;
  font-family: 'Museo Sans Cyrl 700';
  color: #fff;
  padding-left: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.step-list-item .list-grid {
  grid-template-columns: 310px 1fr;
  display: grid;
  grid-gap: 40px;
}
.step-list-item .list-grid.line {
  margin-bottom: 30px;
}
.step-list-item .list-grid.line + i {
  display: inline-block;
}
.step-list-item .list-grid.line + i img {
  height: 120px;
  width: 100%;
  object-fit: cover;
}
.step-list-item .list-grid > div i {
  width: 100%;
}
.step-list-item .list-grid > div i img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.step-list-item ul li {
  position: relative;
  padding: 6px 0;
  padding-left: 56px;
  color: #383f5c;
}
.step-list-item ul li:after {
  content: '';
  position: absolute;
  left: 0;
  opacity: 0.2;
  top: 19px;
  width: 34px;
  display: inline-block;
  height: 1px;
  background: #383f5c;
}
h5 {
  font-size: 18px;
  font-family: 'Museo Sans Cyrl 700';
  color: #383f5c;
  margin-bottom: 20px;
  line-height: 30px;
}
.grid-page-bullet {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 100px;
}
.grid-page-bullet > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.grid-page-bullet > div i {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-page-bullet > div p {
  font-size: 20px;
  color: #383f5c;
  text-align: center;
}
.language ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
}
.language ul li a {
  padding: 9px;
  color: #fff;
  background: #000;
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  opacity: 0.4;
}
.language ul li:first-child a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.language ul li:last-child a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.language ul li.active a {
  background: #2e86c8;
  color: #fff;
  opacity: 1;
}
.more-organization .main-width {
  position: relative;
}
.more-organization .title-wrap {
  max-width: 650px;
  width: 100%;
}
.more-organization .title-wrap i.fly-papers {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 0;
  transform: translate(30%, 0);
}
.more-organization .title-wrap i.fly-papers img {
  width: 530px;
  height: auto;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
}
.gray-box {
  padding: 24px;
  width: 100%;
  background: rgba(222, 223, 230, 0.3);
  border-radius: 8px;
  color: #383F5C;
  margin-bottom: 12px;
}
.gray-box h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}
.gray-box h5 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  line-height: 140%;
}
.gray-box p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 160%;
  color: rgba(56, 63, 92, 0.5);
}
.gray-box p.upper {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #383F5C;
}
.more-price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76%;
  margin: 0 auto;
  padding: 24px 0 0;
}
.more-price-box img {
  width: 200px;
  margin-right: 24px;
}
.more-price-box p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #383F5C;
  font-family: 'Museo Sans Cyrl 300';
}
.seo p {
	color: #859aa9;
    font-size: 16px;
    margin-bottom: 30px;
}
.seo ul {
	margin-bottom:30px;
}
.seo ul li {
  list-style-type: none;
  position:relative;
  margin-bottom:0.5em;
}
.seo ul li:before {
  content: '•';
  display: inline-block;
  position: absolute;
  left: -1em;
  color:#2e86c8;
}
.more-price-box p strong {
  font-family: 'Museo Sans Cyrl 500';
  font-weight: 500;
}
@media (max-width: 1024px) {
  .grid-2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .more-organization .main-width {
    position: relative;
  }
  .more-organization .title-wrap {
    max-width: 100%;
    width: 100%;
  }
  .more-organization .title-wrap h2 {
    margin-bottom: 16px;
    font-family: 'Museo Sans Cyrl 300';
  }
  .more-organization .title-wrap i.fly-papers {
    display: none;
  }
  .gray-box {
    padding: 16px 24px;
    margin-bottom: 4px;
  }
  .gray-box h4 {
    font-size: 14px;
    font-family: 'Museo Sans Cyrl 500';
  }
  .gray-box h5 {
    font-size: 14px;
    font-family: 'Museo Sans Cyrl 500';
  }
  .gray-box p {
    margin-top: 8px;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 14px;
  }
  .gray-box p.upper {
    font-size: 12px;
  }
  .more-price-box {
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 24px 0 0;
  }
  .more-price-box img {
    width: 140px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .more-price-box p {
    font-size: 14px;
    font-family: 'Museo Sans Cyrl 300';
  }
  .more-price-box p strong {
    font-family: 'Museo Sans Cyrl 500';
    font-weight: 500;
  }
}
