html {
  font-size: 1px;
}
@media screen and (min-width: 766px) and (max-width: 1440px) {
  html {
    font-size: calc(100vw / 1440);
  }
}
@media screen and (max-width: 390px) {
  html {
    font-size: calc(100vw / 390);
  }
}
body,
body * {
  opacity: 1!important;
}
@-webkit-keyframes popup {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes popup {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: 'Ubuntu Regular';
  src: url(/fonts/Ubuntu-Regular.eot);
  src: url(/fonts/Ubuntu-Regular.eot?#iefix) format('embedded-opentype'), url(/fonts/Ubuntu-Regular.woff) format('woff'), url(/fonts/Ubuntu-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu Bold';
  src: url(/fonts/Ubuntu-Bold.eot);
  src: url(/fonts/Ubuntu-Bold.eot?#iefix) format('embedded-opentype'), url(/fonts/Ubuntu-Bold.woff) format('woff'), url(/fonts/Ubuntu-Bold.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
.btn img,
html * {
  vertical-align: top;
}
html * {
  max-height: 999999px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: 0;
}
section {
  position: relative;
}
body,
html {
  width: 100%;
  height: 100%;
}
html {
  min-width: 320px;
}
.page-wrap,
body {
  min-height: 100%;
  position: relative;
  min-width: 320px;
}
body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
.page-wrap {
  overflow: hidden;
}
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
  list-style: none;
}
ol,
ul {
  font-weight: 400;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.width-wrap {
  display: block;
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
}
.grid,
ol,
ul {
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}
.grid-item,
li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.grid-item {
  line-height: normal;
}
.hidden-block {
  display: none !important;
}
.justifyed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.main-form .jq-selectbox__dropdown ul li,
.vertical-center {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.vertical-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.vertical-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
a,
blockquote,
div,
input,
li,
p,
span,
textarea,
time {
  font-family: Ubuntu Regular, sans-serif;
  font-size: 18px;
  line-height: normal;
  text-decoration: none;
  color: #000;
}
@media (max-width: 750px) {
  a,
  blockquote,
  div,
  input,
  li,
  p,
  span,
  textarea,
  time {
    font-size: 16px;
    line-height: 20px;
  }
}
i {
  display: block;
  font: inherit;
  line-height: inherit;
  font-style: normal;
}
@media (max-width: 750px) {
  i {
    display: inline;
  }
}
.jq-file input,
a {
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  font-family: Ubuntu Bold, sans-serif;
}
h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 750px) {
  h1 {
    font-size: 34px;
    line-height: 46px;
  }
}
h2 {
  display: block;
}
h1 small {
  margin-top: 25px;
  max-width: 700px;
  font-size: 38px;
  line-height: normal;
}
@media (max-width: 750px) {
  h1 small {
    font-size: 20px;
    line-height: 26px;
  }
}
h2 {
  font-size: 48px;
  line-height: 55px;
}
@media (max-width: 750px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
h2,
h3,
h4 {
  color: #000;
}
h3 {
  opacity: 0.5;
  line-height: 23px;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 32px;
  display: block;
  text-align: left;
}
@media (max-width: 750px) {
  h4 {
    font-size: 22px;
  }
}
.btn,
h2,
h3,
h5 {
  text-align: center;
}
.text-list li,
h3,
h5 {
  display: block;
  font-size: 20px;
}
h5 {
  font-family: Ubuntu Bold, sans-serif;
  color: #000;
}
.text-list li {
  padding-left: 20px;
  line-height: 36px;
  position: relative;
}
@media (max-width: 750px) {
  .text-list li {
    font-size: 16px;
    line-height: 22px;
  }
}
.text-list li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #578dd8;
  border-radius: 100%;
  left: 0;
  top: 14px;
}
@media (max-width: 750px) {
  .text-list li:before {
    top: 8px;
  }
}
.btn {
  box-sizing: border-box;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
  padding: 0;
  outline: 0;
  box-shadow: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .btn {
    padding: 15px 0!important;
    display: -ms-flexbox !important;
    display: flex!important;
    font-size: 16px !important;
  }
}
.btn img {
  display: inline-block;
  margin-right: 15px;
}
.btn-white {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.btn-green {
  background: #77ce6f;
  color: #fff;
}
.btn-gray-border {
  background: 0 0;
  border: 1px solid #e1e1e1;
  color: #000;
}
.btn-l,
.btn-s,
.btn-xs {
  font-size: 28px;
  padding: 28px 65px;
  font-family: Ubuntu Bold, sans-serif;
}
.btn-s,
.btn-xs {
  font-size: 20px;
  padding: 18px 65px;
}
.btn-xs {
  font-size: 18px;
  padding: 10px 25px;
}
.main-form {
  display: block;
  margin: 0 auto;
}
.main-form h4,
.main-form h5 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .main-form h4,
  .main-form h5 {
    margin-bottom: 20px;
  }
}
.main-form .btn {
  margin-top: 31px;
}
@media (max-width: 750px) {
  .main-form .btn {
    margin: 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.main-form .inp.jq-selectbox {
  transition: none;
}
.main-form .jq-selectbox__select {
  height: 58px;
  background: 0 0!important;
  border: 0!important;
  box-shadow: none!important;
  padding-left: 0;
}
@media (max-width: 750px) {
  .main-form .jq-selectbox__select {
    height: 36px;
  }
}
.main-form .jq-selectbox__select .jq-selectbox__select-text {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-shadow: none;
  font-size: 20px;
  padding-left: 0;
  outline: 0;
}
@media (max-width: 750px) {
  .main-form .jq-selectbox__select .jq-selectbox__select-text {
    font-size: 16px;
  }
}
.main-form .jq-selectbox__select .jq-selectbox__trigger {
  border: 0;
  outline: 0;
}
.main-form .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border: 0!important;
  border-top: 2px solid rgba(255, 255, 255, 0.5) !important;
  border-right: 2px solid rgba(255, 255, 255, 0.5) !important;
  width: 12px;
  height: 12px;
  top: 21px;
  right: 20px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 750px) {
  .main-form .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    top: 11px;
  }
}
.main-form .jq-selectbox__dropdown {
  left: -2px !important;
  right: -2px !important;
  border-radius: 30px;
  width: auto!important;
  border: 0;
  top: 55px !important;
}
.main-form .jq-selectbox__dropdown ul {
  border-radius: 0 0 30px 30px;
  background: #578dd8;
  border: 2px solid #e1e1e1;
}
.main-form .jq-selectbox__dropdown ul li {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  height: 56px;
  border-bottom: 1px solid #e1e1e1;
  transition: all 0.2s ease-in-out;
  padding-left: 20px;
}
.main-form .jq-selectbox__dropdown ul li:last-child {
  border-bottom: none;
}
.main-form .jq-selectbox__dropdown ul li:first-child {
  display: none;
}
.main-form .jq-selectbox__dropdown ul li:hover {
  background: #77ce6f;
}
.main-form .jq-selectbox.opened {
  border-radius: 30px 30px 0 0;
  border-bottom: 2px solid transparent;
}
.main-form .jq-selectbox.opened .jq-selectbox__select {
  background: red;
}
.main-form .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.inp {
  box-sizing: border-box;
  box-shadow: none;
  text-align: left;
  padding-left: 20px;
  background: 0 0;
  outline: 0;
  width: 100%;
  height: 60px;
  display: block;
  font-size: 20px;
  border: 2px solid #e1e1e1;
  border-radius: 30px;
  -webkit-appearance: none;
  transition: all 0.2s ease-in-out;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}
@media (max-width: 750px) {
  .inp {
    height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.inp::-webkit-input-placeholder {
  opacity: 1;
  font-size: 20px;
  color: #fff;
}
.inp::-moz-placeholder {
  opacity: 1;
  font-size: 20px;
  color: #fff;
}
.inp:-ms-input-placeholder {
  opacity: 1;
  font-size: 20px;
  color: #fff;
}
.inp::placeholder {
  opacity: 1;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 750px) {
  .inp::-webkit-input-placeholder {
    font-size: 16px;
  }
  .inp::-moz-placeholder {
    font-size: 16px;
  }
  .inp:-ms-input-placeholder {
    font-size: 16px;
  }
  .inp::placeholder {
    font-size: 16px;
  }
}
.inp:focus::-webkit-input-placeholder {
  opacity: 0;
}
.inp:focus::-moz-placeholder {
  opacity: 0;
}
.inp:focus:-ms-input-placeholder {
  opacity: 0;
}
.inp:focus::placeholder {
  opacity: 0;
}
.inp.error {
  border: 2px solid red;
}
.inp.inp-user {
  background: url(../img/icon--user.svg) no-repeat 95% 50%;
}
.inp.inp-phone {
  background: url(../img/icon--phone.svg) no-repeat 95% 50%;
}
.inp.inp-mail {
  background: url(../img/icon--mail.svg) no-repeat 95% 50%;
}
.popup {
  width: 100%!important;
  padding: 30px!important;
  background: 0 0 !important;
}
.popup__content {
  background: #fff;
  padding: 40px!important;
  border-radius: 30px !important;
}
@media (max-width: 1200px) {
  .popup__content {
    padding: 30px !important;
  }
}
@media (max-width: 750px) {
  .popup__content {
    padding: 30px 15px !important;
  }
}
.popup-feedback {
  max-width: 800px !important;
}
.popup-feedback .popup-video {
  width: 100%;
  height: 500px;
}
.popup-feedback .popup-video,
.popup-feedback h4 {
  display: block;
  margin-bottom: 30px;
}
.popup-feedback p {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .popup-feedback p {
    font-size: 16px;
    line-height: 22px;
  }
}
.popup-feedback p:last-child {
  margin-bottom: 0;
}
.popup-notification {
  max-width: 540px !important;
}
.banner h1,
.popup-notification h4 {
  margin-bottom: 30px;
}
.popup-notification p {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #7f7f7f;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .popup-notification p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
.popup-notification .btn {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.popup-form {
  max-width: 730px !important;
}
.popup-form p.text-center {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #7f7f7f;
}
@media (max-width: 750px) {
  .popup-form p.text-center {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.popup__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  .popup__logo {
    margin-bottom: 15px;
  }
}
.popup__logo__img,
.popup__logo__text {
  display: inline-block;
  vertical-align: top;
}
.popup__logo__img {
  width: 60px;
  margin-right: 10px;
}
.popup__logo__text {
  font-size: 22px;
  font-family: Ubuntu Bold, sans-serif;
}
.popup__link {
  display: block;
  text-align: center;
  color: #578dd8;
  text-decoration: underline;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .popup__link {
    margin-bottom: 20px;
  }
}
.popup__link.c-gray {
  color: #7f7f7f;
}
.popup__link:last-child {
  margin-bottom: 0;
}
.fancybox-button {
  opacity: 1!important;
  top: 15px!important;
  right: 15px!important;
  background: #fff !important;
  border-radius: 100%!important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 1200px) {
  .fancybox-button {
    top: 20px!important;
    right: 20px !important;
  }
}
.banner {
  padding: 92px 0 0;
  text-align: center;
  position: relative;
}
.banner .banner__video {
  position: absolute!important;
  left: 0;
  top: 101px;
  right: 0;
  bottom: 0;
}
.banner .banner__video:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.banner .jquery-background-video-pauseplay {
  display: none;
}
.banner .width-wrap {
  position: relative;
  z-index: 10;
}
.banner p {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 750px) {
  .banner p {
    font-size: 18px;
    line-height: 26px;
  }
}
.banner__content {
  margin-bottom: 119px;
}
@media (max-width: 750px) {
  .banner__content {
    margin-bottom: 50px;
  }
}
.banner__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 121px;
  width: 94px;
  height: 94px;
  border-radius: 100%;
  background: #578dd8;
}
@media (max-width: 750px) {
  .banner__link {
    margin: 0 auto 70px;
    width: 70px;
    height: 70px;
  }
}
.banner__link img {
  display: block;
  width: 54px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .banner__link img {
    width: 40px;
  }
}
.banner__arrow {
  margin: 0 auto;
  width: 27px;
  -webkit-animation: popup 3s infinite;
  animation: popup 3s infinite;
}
.decor {
  position: absolute;
  width: 1000px;
  height: 1000px;
  pointer-events: none;
}
.opportunity {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  .opportunity {
    padding: 40px 0;
  }
}
.opportunity.bg-gray {
  background: #f9fbfb;
}
.opportunity.bg-gray .decor-1 {
  position: absolute;
  top: 20%;
  background: url(../img/bg--parallax2.svg) no-repeat 50% 50%;
  background-size: 560px 560px;
  left: -510px;
}
@media (max-width: 750px) {
  .opportunity.bg-gray .decor-1 {
    right: 50%;
    margin-right: 250px;
  }
}
.opportunity.bg-gray .decor-2 {
  position: absolute;
  top: 12%;
  background: url(../img/bg--parallax2.svg) no-repeat 50% -680%;
  background-size: 350px 350px!important;
  right: -540px;
}
@media (max-width: 750px) {
  .opportunity.bg-gray .decor-2 {
    left: 50%;
    margin-left: 250px;
  }
}
.opportunity.bg-gray .decor-3 {
  position: absolute;
  top: 18%;
  right: -460px;
  background: url(../img/bg--parallax2.svg) no-repeat 50% -100%;
  background-size: 350px 350px !important;
}
@media (max-width: 750px) {
  .opportunity.bg-gray .decor-3 {
    left: 50%;
    margin-left: 200px;
  }
}
.opportunity .width-wrap {
  position: relative;
  z-index: 10;
}
.opportunity .decor-1,
.opportunity .decor-2 {
  z-index: 0;
}
.opportunity .decor-1 {
  position: absolute;
  top: 0;
  left: -510px;
  background: url(../img/bg--parallax.svg) no-repeat 50% 50%;
  background-size: 618px 618px;
}
@media (max-width: 750px) {
  .opportunity .decor-1 {
    right: 50%;
    margin-right: 250px;
  }
}
.opportunity .decor-2 {
  position: absolute;
  top: 0;
  right: -520px;
  background: url(../img/bg--parallax2.svg) no-repeat 50% 50%;
  background-size: 500px 500px;
}
@media (max-width: 750px) {
  .opportunity .decor-2 {
    left: 50%;
    margin-left: 250px;
  }
}
.opportunity h3 {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .opportunity h3 {
    margin-bottom: 30px;
  }
}
.opportunity__list {
  text-align: center;
  position: relative;
}
@media (max-width: 750px) {
  .opportunity__list.opportunity__list2 {
    padding-top: 160px;
  }
}
.opportunity__list.opportunity__list2 .one-third:nth-child(2) {
  top: 0;
}
.opportunity__list li {
  display: inline-block;
  position: relative;
}
.opportunity__list li.one-full {
  width: 100%;
  margin-bottom: 156px;
}
@media (max-width: 1200px) {
  .opportunity__list li.one-full {
    margin-bottom: 120px;
  }
}
@media (max-width: 750px) {
  .opportunity__list li.one-full {
    margin-bottom: 180px;
  }
}
.opportunity__list li.one-full:after,
.opportunity__list li.one-full:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 26px;
  left: 50%;
  bottom: -79px;
  background: url(../img/arrow--right.svg);
}
@media (max-width: 750px) {
  .opportunity__list li.one-full:after,
  .opportunity__list li.one-full:before {
    bottom: -50px;
  }
}
.opportunity__list li.one-full:before {
  -webkit-transform: translateY(50%) rotate(-90deg);
  transform: translateY(50%) rotate(-90deg);
  margin-left: -3px;
}
.opportunity__list li.one-full:after {
  -webkit-transform: translateY(50%) rotate(90deg);
  transform: translateY(50%) rotate(90deg);
  margin-left: -38px;
}
.opportunity__list li.one-third {
  width: 33.3%;
  text-align: center;
}
@media (max-width: 750px) {
  .opportunity__list li.one-third {
    width: 50%;
  }
}
.opportunity__list li.one-third.arrow-right:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 26px;
  background: url(../img/arrow--right.svg);
  right: 0;
  top: 42px;
}
@media (max-width: 750px) {
  .opportunity__list li.one-third.arrow-right:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -30px;
    right: 33%;
  }
  .opportunity__list li.one-third.arrow-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
    text-align: center;
    width: 100%;
  }
}
.opportunity__list li.one-third.arrow-left.arrow-right:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 750px) {
  .opportunity__list li.one-third.arrow-left.arrow-right:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.opportunity__list li.one-third.arrow-left:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 26px;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../img/arrow--right.svg);
  top: 42px;
}
@media (max-width: 750px) {
  .opportunity__list li.one-third.arrow-left:before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: -30px;
    left: 33%;
  }
}
.opportunity__list li img {
  height: 110px;
  margin: 0 auto 30px;
  display: block;
}
@media (max-width: 750px) {
  .opportunity__list li img {
    height: 50px;
    margin: 0 auto 10px;
  }
}
.opportunity__list li span {
  display: block;
  text-align: center;
  color: #000;
}
.opportunity__list li span.opportunity__tilte {
  font-size: 48px;
  line-height: 55px;
  font-family: Ubuntu Bold, sans-serif;
}
@media (max-width: 1200px) {
  .opportunity__list li span.opportunity__tilte {
    font-size: 36px;
    line-height: 45px;
  }
}
.green {
  background: #77ce6f;
  padding: 69px 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 750px) {
  .green {
    padding: 40px 0;
  }
}
.green img,
.green p {
  display: inline-block;
  vertical-align: top;
}
.green img {
  width: 73px;
}
@media (max-width: 750px) {
  .green img {
    display: block;
    margin: 0 auto 20px;
  }
}
.green p {
  width: calc(100% - 120px);
  color: #fff;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 36px;
  line-height: 41px;
  font-family: Ubuntu Bold, sans-serif;
}
@media (max-width: 750px) {
  .green p {
    display: block;
    width: 100%;
    font-size: 25px;
    line-height: 32px;
  }
}
.opportunities {
  padding: 80px 0;
  background: #f9fbfa;
}
@media (max-width: 750px) {
  .opportunities {
    padding: 40px 0;
  }
}
.opportunities .tabs__content h4,
.opportunities h3,
.opportunities__text-list {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .opportunities h3 {
    margin-bottom: 30px;
  }
}
.opportunities h2 {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .opportunities h2 {
    margin-bottom: 30px;
  }
}
.opportunities .tabs {
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.opportunities .tabs__caption {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 60px;
}
@media (max-width: 1200px) {
  .opportunities .tabs__caption {
    padding: 30px;
  }
}
@media (max-width: 750px) {
  .opportunities .tabs__caption {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.opportunities .tabs__caption li {
  display: block;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  font-family: Ubuntu Bold, sans-serif;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .opportunities .tabs__caption li {
    margin-bottom: 20px;
  }
}
.opportunities .tabs__caption li.active {
  cursor: default;
  color: #578dd8;
}
.opportunities .tabs__caption li.active:before {
  opacity: 1;
}
.opportunities .tabs__caption li:last-child {
  margin-bottom: 0;
}
.opportunities .tabs__caption li:before,
.start__list li:after {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.opportunities .tabs__caption li:before {
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #578dd8;
  opacity: 0;
  left: -60px;
  transition: all 0.2s ease-in-out;
  width: 0;
  height: 0;
  top: 50%;
}
@media (max-width: 1200px) {
  .opportunities .tabs__caption li:before {
    left: -30px;
  }
}
.opportunities .tabs__content {
  display: none;
  vertical-align: top;
  width: calc(67% - 15px);
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 60px;
}
@media (max-width: 1200px) {
  .opportunities .tabs__content {
    padding: 30px;
  }
}
@media (max-width: 750px) {
  .opportunities .tabs__content {
    width: 100%;
  }
}
.opportunities .tabs__content.active {
  display: inline-block;
}
@media (max-width: 750px) {
  .opportunities .tabs__content.active {
    display: block;
  }
}
@media (max-width: 1200px) {
  .opportunities .tabs__content h4 {
    margin-bottom: 20px;
  }
}
.opportunities .tabs__content * {
  color: #000;
}
@media (max-width: 1200px) {
  .opportunities__text-list {
    margin-bottom: 20px;
  }
}
.opportunities__text-list li {
  display: block;
  margin-bottom: 20px;
}
.control {
  padding: 80px 0 20px;
}
@media (max-width: 750px) {
  .control {
    padding: 40px 0 20px;
  }
}
.control h3 {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .control h3 {
    margin-bottom: 30px;
  }
}
.control h2 {
  margin-bottom: 60px;
  max-width: 1110px;
}
@media (max-width: 750px) {
  .control h2 {
    margin-bottom: 30px;
  }
}
.control__item,
.control__item span,
.control__list,
.cost span {
  display: block;
  text-align: center;
}
.control__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .control__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.control__item img {
  display: block;
  margin: 0 auto 32px;
  height: 168px;
}
@media (max-width: 750px) {
  .control__item img {
    height: 100px;
    margin: 0 auto;
  }
}
.form,
.parallax-container {
  position: relative;
}
.parallax-container.parallax-container_2,
body.fancybox-active {
  overflow: hidden;
}
.parallax-container.parallax-container_2 .decor-1,
.parallax-container.parallax-container_2 .decor-2 {
  top: -60% !important;
}
.parallax-container.parallax-container_2 .decor-3 {
  top: -58% !important;
}
.parallax-container .decor-1,
.parallax-container .decor-2,
.parallax-container .decor-3 {
  z-index: 15;
}
.parallax-container .decor-1 {
  position: absolute;
  top: 20%;
  background: url(../img/bg--parallax-white.svg) no-repeat 50% 50%;
  background-size: 560px 560px;
  left: -510px;
}
@media (max-width: 750px) {
  .parallax-container .decor-1 {
    right: 50%;
    margin-right: 250px;
  }
}
.parallax-container .decor-2 {
  position: absolute;
  top: 12%;
  background: url(../img/bg--parallax-white2.svg) no-repeat 50% -680%;
  background-size: 350px 350px!important;
  right: -540px;
}
@media (max-width: 750px) {
  .parallax-container .decor-2 {
    left: 50%;
    margin-left: 250px;
  }
}
.parallax-container .decor-3 {
  position: absolute;
  top: 18%;
  right: -460px;
  background: url(../img/bg--parallax-white2.svg) no-repeat 50% -100%;
  background-size: 350px 350px !important;
}
@media (max-width: 750px) {
  .parallax-container .decor-3 {
    left: 50%;
    margin-left: 200px;
  }
}
.form {
  padding: 80px 0;
  z-index: 10;
}
@media (max-width: 750px) {
  .form {
    padding: 30px;
  }
}
.form.bg-green {
  background: #77ce6f;
}
.form.bg-green .inp {
  background-color: #55b64c;
}
.form.bg-green h3 {
  color: rgba(255, 255, 255, 0.75);
}
.form.bg-green .jq-selectbox__dropdown ul {
  background: #55b64c;
}
.form,
.form.bg-green .jq-selectbox__dropdown ul li:hover {
  background: #578dd8;
}
.form h3 {
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 750px) {
  .form h3 {
    margin-bottom: 30px;
  }
}
.form h2 {
  margin-bottom: 60px;
  max-width: 1110px;
  color: #fff;
}
@media (max-width: 750px) {
  .form h2 {
    margin-bottom: 30px;
  }
}
.form .main-form {
  max-width: 735px;
}
.form .main-form.main-form-full {
  max-width: 100%;
}
.form .one-half {
  width: calc(50% - 20px);
}
@media (max-width: 750px) {
  .form .one-half {
    width: 100%;
  }
}
.form .one-third {
  width: calc(33.3% - 10px);
}
@media (max-width: 750px) {
  .form .one-third {
    width: 100%;
  }
}
.cost {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .cost {
    padding: 40px 0;
  }
}
.cost.bg-blue {
  background: #578dd8;
}
.cost.bg-blue .decor-1 {
  position: absolute;
  top: 10%;
  background-size: 560px 560px;
  left: -510px;
}
@media (max-width: 750px) {
  .cost.bg-blue .decor-1 {
    right: 50%;
    margin-right: 250px;
  }
}
.cost.bg-blue .decor-2 {
  position: absolute;
  top: -28%;
  background: url(../img/bg--parallax-white2.svg) no-repeat 50% -680%;
  background-size: 350px 350px!important;
  right: -540px;
}
@media (max-width: 750px) {
  .cost.bg-blue .decor-2 {
    left: 50%;
    margin-left: 250px;
  }
}
.cost.bg-blue .decor-3 {
  position: absolute;
  top: 8%;
  right: -540px;
  background: url(../img/bg--parallax-white2.svg) no-repeat 50% -100%;
  background-size: 350px 350px !important;
}
@media (max-width: 750px) {
  .cost.bg-blue .decor-3 {
    left: 50%;
    margin-left: 200px;
  }
}
.cost.bg-blue h2,
.cost.bg-blue h3,
.cost.bg-blue span {
  color: #fff !important;
}
.cost.bg-blue span {
  opacity: 0.5;
}
.cost.bg-blue small {
  color: rgba(0, 0, 0, 0.5) !important;
  text-shadow: none;
}
.cost.bg-blue .decor-1,
.cost.bg-blue .decor-2 {
  background: url(../img/bg--parallax-white.svg) no-repeat 50% 50%;
}
.cost.bg-blue .cost__value {
  text-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.cost .decor-1,
.cost .decor-2 {
  z-index: 0;
}
.cost .decor-1 {
  position: absolute;
  top: 0;
  left: -510px;
  background: url(../img/bg--parallax.svg) no-repeat 50% 50%;
  background-size: 618px 618px;
}
@media (max-width: 750px) {
  .cost .decor-1 {
    right: 50%;
    margin-right: 250px;
  }
}
.cost .decor-2 {
  position: absolute;
  top: 0;
  right: -520px;
  background: url(../img/bg--parallax2.svg) no-repeat 50% 50%;
  background-size: 500px 500px;
}
@media (max-width: 750px) {
  .cost .decor-2 {
    left: 50%;
    margin-left: 250px;
  }
}
.cost .width-wrap {
  position: relative;
  z-index: 10;
}
.cost h3 {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .cost h3 {
    margin-bottom: 20px;
  }
}
.cost h2 {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .cost h2 {
    margin-bottom: 30px;
  }
}
.cost span {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-family: Ubuntu Bold, sans-serif;
}
.cost span.cost__value {
  font-size: 200px;
  line-height: 180px;
  color: #77ce6f;
  margin-bottom: 72px;
}
@media (max-width: 750px) {
  .cost span.cost__value {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 10px;
  }
}
.cost span.cost__value small {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  line-height: 28px;
  vertical-align: top;
  display: inline;
}
.start {
  padding: 80px 0;
  background: #f9fbfb;
}
@media (max-width: 750px) {
  .start {
    padding: 40px 0;
  }
}
.start h3 {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .start h3 {
    margin-bottom: 30px;
  }
}
.start h2 {
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .start h2 {
    margin-bottom: 30px;
  }
}
.start__list,
.start__list li {
  text-align: center;
}
.start__list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
}
@media (max-width: 750px) {
  .start__list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.start__list li:after {
  width: 37px;
  height: 26px;
  background: url(../img/arrow--right-gray.svg) no-repeat 50% 50%;
  right: -18px;
  top: 84px;
}
@media (max-width: 750px) {
  .start__list li:after {
    display: none;
  }
}
.start__list li:last-child:after {
  display: none;
}
.start__list li img {
  display: block;
  margin: 0 auto 33px;
  height: 168px;
}
@media (max-width: 750px) {
  .start__list li img {
    height: 90px;
    margin: 0 auto;
  }
}
.start__list li span {
  display: block;
  text-align: center;
  padding: 0 45px;
}
@media (max-width: 1200px) {
  .start__list li span {
    padding: 0 5px;
  }
}
.partners {
  padding: 80px 0 60px;
}
@media (max-width: 750px) {
  .partners {
    padding: 40px 0 20px;
  }
}
.partners h3 {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .partners h3 {
    margin-bottom: 30px;
  }
}
.partners h2 {
  margin-bottom: 61px;
}
@media (max-width: 750px) {
  .partners h2 {
    margin-bottom: 30px;
  }
}
.partners__list {
  text-align: left;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -20px;
}
@media (max-width: 750px) {
  .partners__list {
    margin-left: 0;
  }
}
.partners__item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(25% - 20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  height: 167px;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (max-width: 750px) {
  .partners__item {
    width: 100%;
    height: 130px;
    margin: 5px 0;
  }
}
.partners__item img {
  display: block;
  max-width: 80%;
  width: auto !important;
}
.team {
  padding: 80px 0;
  background: #f9fbfb;
}
@media (max-width: 750px) {
  .team {
    padding: 40px 0;
  }
}
.team h3 {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .team h3 {
    margin-bottom: 30px;
  }
}
.team h2 {
  margin-bottom: 138px;
}
@media (max-width: 750px) {
  .team h2 {
    margin-bottom: 30px;
  }
}
.team__item {
  display: inline-block;
  width: calc(33.3% - 10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 60px;
}
@media (max-width: 1200px) {
  .team__item {
    padding: 30px;
  }
}
@media (max-width: 750px) {
  .team__item {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 5px;
  }
}
.team__item img {
  width: 160px;
  border: 4px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: -140px auto 30px;
  display: block;
}
@media (max-width: 1200px) {
  .team__item img {
    width: 120px!important;
    margin: -90px auto 30px;
  }
}
@media (max-width: 750px) {
  .team__item img {
    margin: -90px auto 10px;
  }
}
.team__item span {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
.team__name {
  font-family: Ubuntu Bold, sans-serif;
  color: #000;
}
@media (max-width: 1200px) {
  .team__name {
    margin-bottom: 5px;
  }
}
.team__content p,
.team__position {
  color: #77ce6f;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .team__position {
    margin-bottom: 20px;
  }
}
.team__content {
  padding-top: 30px;
  border-top: 1px solid #c4c4c4;
}
@media (max-width: 750px) {
  .team__content {
    padding-top: 20px;
  }
}
.team__content p {
  display: block;
  color: #000;
}
.team__content p.fs-14 {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.education__list li:last-child,
.team__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .slider-mobile {
    margin-bottom: 40px;
  }
  .slider-mobile .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    text-align: center;
  }
}
.slider-mobile .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #7f7f7f;
  transition: all 0.2s ease-in-out;
}
.slider-mobile .owl-dots .owl-dot.active {
  background: #77ce6f;
  border: 2px solid #77ce6f;
}
.argument {
  padding: 80px 0 20px;
}
@media (max-width: 750px) {
  .argument {
    padding: 40px 0 20px;
  }
}
.argument h3 {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .argument h3 {
    margin-bottom: 30px;
  }
}
.argument h2 {
  margin-bottom: 60px;
  max-width: 1110px;
}
@media (max-width: 750px) {
  .argument h2 {
    margin-bottom: 30px;
  }
}
.argument__item,
.argument__list {
  display: block;
  text-align: center;
}
.argument__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .argument__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.argument__item img {
  display: block;
  margin: 0 auto 32px;
  height: 168px;
}
@media (max-width: 750px) {
  .argument__item img {
    height: 100px;
    margin: 0 auto;
  }
}
.argument__item span,
.why p {
  display: block;
  margin-bottom: 10px;
}
.argument__item span {
  text-align: center;
  font-weight: 700;
}
.education {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  .education {
    padding: 40px 0;
  }
}
.education .width-wrap {
  position: relative;
  z-index: 10;
}
.education .decor-1,
.education .decor-2 {
  z-index: 0;
}
.education .decor-1 {
  position: absolute;
  top: 0;
  left: -510px;
  background: url(../img/bg--parallax.svg) no-repeat 50% 50%;
  background-size: 618px 618px;
}
@media (max-width: 750px) {
  .education .decor-1 {
    right: 50%;
    margin-right: 250px;
  }
}
.education .decor-2 {
  position: absolute;
  top: 0;
  right: -520px;
  background: url(../img/bg--parallax2.svg) no-repeat 50% 50%;
  background-size: 500px 500px;
}
@media (max-width: 750px) {
  .education .decor-2 {
    left: 50%;
    margin-left: 250px;
  }
}
.education .one-half h4,
.education h3 {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .education h3 {
    margin-bottom: 30px;
  }
}
.education h2 {
  margin-bottom: 110px;
}
@media (max-width: 750px) {
  .education h2 {
    margin-bottom: 80px;
  }
}
.education .one-half {
  display: inline-block;
  width: calc(50% - 10px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 88px 60px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  background: #fff;
}
@media (max-width: 1200px) {
  .education .one-half {
    padding: 88px 30px;
  }
}
@media (max-width: 750px) {
  .education .one-half {
    padding: 88px 15px;
    width: 100%;
  }
}
.education .one-half img {
  position: absolute;
  left: 60px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .education .one-half img {
    left: 30px;
  }
}
@media (max-width: 750px) {
  .education .one-half img {
    left: 15px;
  }
}
.education .justifyed + h4 {
  margin-bottom: 66px;
  text-align: center;
  display: block;
  font-weight: 400;
}
.education__list {
  display: block;
  counter-reset: heading;
}
.education__list_blue li:before {
  background: #578dd8;
}
.education__list_green li:before {
  background: #77ce6f;
}
.education__list li {
  display: block;
  padding-left: 50px;
  position: relative;
  color: #000;
  margin-bottom: 34px;
}
@media (max-width: 750px) {
  .education__list li {
    margin-bottom: 20px;
  }
}
.education__list li:before {
  position: absolute;
  counter-increment: heading;
  content: counter(heading);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  left: 0;
  top: -4px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.education__photo {
  margin-left: -20px;
}
.education__photo__link {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  margin-left: 20px;
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .education__photo__link {
    width: calc(50% - 20px);
  }
}
.education__photo__link img {
  object-fit: cover;
  width: 100%;
}
.why {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .why {
    padding: 40px 0;
  }
}
.why .decor-1,
.why .decor-2 {
  z-index: 0;
}
.why .decor-1 {
  position: absolute;
  top: 0;
  left: -650px;
  background: url(../img/bg--parallax2.svg) no-repeat 50% 50%;
  background-size: 618px 618px;
}
@media (max-width: 750px) {
  .why .decor-1 {
    right: 50%;
    margin-right: 250px;
  }
}
.why .decor-2 {
  position: absolute;
  top: 0;
  right: -620px;
  left: auto;
  background: url(../img/bg--parallax.svg) no-repeat 50% 50%;
  background-size: 500px 500px;
}
@media (max-width: 750px) {
  .why .decor-2 {
    left: 50%;
    margin-left: 250px;
  }
}
.why .width-wrap {
  position: relative;
  z-index: 10;
}
.why h3 {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .why h3 {
    margin-bottom: 20px;
  }
}
.why h2 {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .why h2 {
    margin-bottom: 30px;
  }
}
.why p {
  color: #000;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 750px) {
  .why p {
    font-size: 18px;
    line-height: 26px;
  }
}
.why__list {
  padding-top: 50px;
}
.why__item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  width: 30%;
  text-align: center;
}
@media (max-width: 750px) {
  .why__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.why__item img {
  max-width: 100%;
  margin: 40px auto;
}
@media (max-width: 750px) {
  .why__item img {
    margin: 20px auto;
  }
}
.shopping__item:last-child,
.why__item img:last-child {
  margin-bottom: 0;
}
.why__item span {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 23px;
  color: #000;
}
.why__item p,
.why__item span.why__bottom {
  font-size: 14px;
  line-height: 16px;
}
.why__item p {
  display: block;
  color: #000;
  opacity: 0.5;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .why__item p {
    margin-bottom: 0;
  }
}
.shopping {
  padding: 80px 0 20px;
}
@media (max-width: 750px) {
  .shopping {
    padding: 40px 0 20px;
  }
}
.shopping h3,
.shopping__item {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .shopping h3 {
    margin-bottom: 30px;
  }
}
.shopping h2 {
  margin-bottom: 60px;
  max-width: 1110px;
}
@media (max-width: 750px) {
  .shopping h2 {
    margin-bottom: 30px;
  }
}
.shopping__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media (max-width: 1200px) {
  .shopping__item {
    display: block;
  }
}
.shopping__icon {
  display: inline-block;
  width: 168px;
}
@media (max-width: 1200px) {
  .shopping__icon {
    display: block;
    margin: 0 auto;
  }
}
.shopping__icon img {
  display: block;
  margin: 0 auto;
}
.shopping__content {
  display: inline-block;
  width: calc(100% - 170px);
}
@media (max-width: 1200px) {
  .shopping__content {
    display: block;
    width: 100%;
  }
}
.shopping__content span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before,
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: 0 0;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  border: 0;
  height: 100%;
  padding: 0;
}
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: 0;
  color: #ccc;
}
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-close-small,
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: 0 0;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
.fancybox-close-small {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  z-index: 10;
  cursor: pointer;
  outline: 0;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: 0;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: 0 0;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small,
.jquery-background-video-pauseplay span {
  display: none;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current,
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
p.fancybox-share__links {
  margin-right: -10px;
}
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.2s;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: 0 0;
  color: #5d5b5b;
  font-size: 14px;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff, inset 1px -1px #fff;
  cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08c;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: 0.55;
}
.jq-checkbox {
  border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.jq-radio {
  border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.jq-file__browse,
.jq-file__name {
  font: 14px/32px Arial, sans-serif;
  color: #333;
}
.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1;
  padding: 0 80px 0 10px;
  border-radius: 4px;
}
.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px #fff;
}
.jq-file:hover .jq-file__browse {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
.jq-file:active .jq-file__browse {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}
.jq-file.focused .jq-file__name {
  border: 1px solid #5794bf;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse,
.jq-file.disabled .jq-file__name {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}
.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}
.jq-number__field,
.jq-number__spin {
  width: 100px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
}
.jq-number__field:hover,
input[type=email].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
  border-color: #b3b3b3;
}
.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: 0;
  outline: 0;
  background: 0 0;
  font: 14px Arial, sans-serif;
  color: #333;
}
.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
}
.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}
.jq-number__spin:hover {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
.jq-number__spin:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}
.jq-number__spin.minus:after,
.jq-number__spin:after {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.jq-number__spin:after {
  content: '';
  position: absolute;
  left: 11px;
  width: 0;
  height: 0;
  top: 4px;
  border-bottom: 5px solid #999;
}
.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-bottom: none;
}
.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
  border: 1px solid #5794bf;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}
.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #aaa;
}
.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #aaa;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}
.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
}
.jq-selectbox__select:hover {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
.jq-selectbox__select:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794bf;
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
}
.jq-selectbox .placeholder {
  color: #888;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #ccc;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #aaa;
}
.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-select-multiple,
.jq-selectbox__search input {
  box-sizing: border-box;
  border: 1px solid #ccc;
  color: #333;
}
.jq-selectbox__search input {
  width: 100%;
  margin: 0;
  outline: 0;
  background: url(data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #f1f1f1;
  padding: 5px 27px 6px 8px;
  border-radius: 3px;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px;
}
.jq-select-multiple ul,
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231f20;
}
.jq-selectbox li.selected {
  background-color: #a3abb1;
  color: #fff;
}
.jq-selectbox li:hover {
  background-color: #08c;
  color: #fff;
}
.jq-selectbox li.disabled {
  color: #aaa;
}
.jq-selectbox li.disabled:hover {
  background: 0 0;
}
.jq-selectbox li.optgroup {
  font-weight: 700;
}
.jq-selectbox li.optgroup:hover {
  background: 0 0;
  color: #231f20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-select-multiple {
  padding: 1px;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  cursor: default;
}
.jq-select-multiple.focused {
  border: 1px solid #5794bf;
}
.jq-select-multiple.disabled {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
  background: #08c;
  color: #fff;
}
.jq-select-multiple li.disabled {
  color: #aaa;
}
.jq-select-multiple li.optgroup {
  font-weight: 700;
}
.jq-select-multiple li.option {
  padding-left: 25px;
}
.jq-select-multiple li.selected.disabled,
.jq-select-multiple.disabled li.selected {
  background: #ccc;
  color: #fff;
}
input[type=email].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}
input[type=search].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea.styler {
  overflow: auto;
}
input[type=email].styler:hover:focus,
input[type=password].styler:hover:focus,
input[type=search].styler:hover:focus,
input[type=tel].styler:hover:focus,
input[type=text].styler:hover:focus,
input[type=url].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #b3b3b3 #ccc #ccc;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
button.styler,
input[type=button].styler,
input[type=reset].styler,
input[type=submit].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: 0;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type=button].styler.styler::-moz-focus-inner,
input[type=reset].styler.styler::-moz-focus-inner,
input[type=submit].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=reset].styler:hover,
input[type=reset].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover {
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
button.styler:active,
input[type=button].styler:active,
input[type=reset].styler:active,
input[type=submit].styler:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}
button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888;
}
.jq-checkbox,
.jq-radio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-checkbox,
.jq-file,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}
.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-select-multiple,
.jq-selectbox {
  position: relative;
  display: inline-block;
}
.jq-select-multiple select,
.jq-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0!important;
}
.jq-select-multiple li,
.jq-selectbox li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jq-selectbox {
  z-index: 10;
}
.jq-selectbox__select {
  position: relative;
}
.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
  position: absolute;
}
.jq-selectbox__search input {
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
  overflow: auto;
  list-style: none;
}
.jq-select-multiple ul,
.jq-selectbox__dropdown ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.jq-number {
  display: inline-block;
}
.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.js .jquery-background-video {
  opacity: 0;
  transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
  opacity: 1;
}
.jquery-background-video-pauseplay {
  position: absolute;
  background: 0 0!important;
  border: 0!important;
  box-shadow: none!important;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0!important;
  cursor: pointer;
  outline: 0 !important;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}
.jquery-background-video-pauseplay.pause:after,
.jquery-background-video-pauseplay.pause:before {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 5px solid #fff;
}
.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}
.fancybox-inner .inp {
  color: #000 !important;
}
.fancybox-inner .inp::-webkit-input-placeholder {
  color: #ccc;
}
.bl-1 {
  padding: 30px 0;
  background-color: #F5F5F7;
}
.bl-1 .in {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
  padding: 0 30px;
}
.bl-1 a {
  padding: 0 16px;
  font-size: 16px;
  line-height: 37px;
  font-family: "Ubuntu bold";
  color: #9D9F9F;
  border: 1px solid #E4E4E4;
  border-radius: 30px;
  background-color: #fff;
}
.bl-1 a.active,
.bl-1 a:hover {
  background: #2A8EDC;
  border: 1px solid #2A8EDC;
  color: #fff;
}
@media (max-width: 840px) {
  .bl-1 {
    display: none;
  }
}
.bl-2 .in {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 85px 30px 100px;
  gap: 100px 0;
}
.bl-2 .l {
  width: 115px;
}
.bl-2 .l img {
  max-width: 100%;
}
.bl-2 .r {
  width: calc(100% - 115px);
}
.bl-2 .r .title {
  font-size: 48px;
  line-height: 55px;
}
.bl-2 .r .title img {
  display: none;
}
.bl-2 .r .content {
  margin-top: 60px;
}
.bl-2 .r p {
  font-size: 24px;
  line-height: 34px;
}
.bl-2 .r p + p {
  margin-top: 34px;
}
@media (max-width: 700px) {
  .bl-2 .in {
    align-items: center;
  }
  .bl-2 .l {
    display: none;
  }
  .bl-2 .r {
    width: 100%;
  }
  .bl-2 .r .title {
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .bl-2 .r .title img {
    width: 53px;
    display: initial;
  }
  .bl-2 .r .content {
    margin-top: 22px;
  }
  .bl-2 .r p {
    font-size: 16px;
    line-height: 22px;
  }
  .bl-2 .r p + p {
    margin-top: 22px;
  }
}
.bl-3 {
  overflow: hidden;
  background-color: #2A8EDC;
  position: relative;
  padding: 100px 30px 80px;
  box-sizing: border-box;
}
.bl-3:before,
.bl-3:after {
  content: '';
  width: 340px;
  height: 340px;
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
.bl-3:before {
  right: -170px;
  bottom: 30px;
  transform: rotate(165deg);
}
.bl-3:after {
  right: 30px;
  bottom: -110px;
  transform: rotate(-165deg);
}
.bl-3 .title {
  max-width: 1095px;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
}
.bl-3 .list {
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
  max-width: 1095px;
  justify-content: center;
}
.bl-3 .list .item {
  width: 308px;
}
.bl-3 .list .item .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.bl-3 .list .item img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  border: 2px solid #75C8FF;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
.bl-3 .list .item .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-top: 20px;
  padding: 0 20px;
}
.bl-3 .list .item .text {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-top: 10px;
  padding: 0 20px;
}
@media (max-width: 710px) {
  .bl-3 {
    padding: 30px 20px 40px;
  }
  .bl-3:before,
  .bl-3:after {
    content: none;
  }
  .bl-3 .title {
    max-width: initial;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
  }
  .bl-3 .list {
    margin-top: 40px;
    gap: 40px 20px;
  }
  .bl-3 .list .item {
    width: calc(50% - 10px);
  }
  .bl-3 .list .item .title {
    font-size: 16px;
    line-height: 18px;
    padding: 0;
  }
  .bl-3 .list .item .text {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
  }
}
.bl-4 {
  padding-top: 120px;
}
.bl-4 .in {
  max-width: 1320px;
  margin: 0 auto;
}
.bl-4 .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
}
.bl-4 .list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 47px 30px;
  justify-content: center;
}
.bl-4 .list .item {
  position: relative;
  background-color: #1DCB6A;
  width: 420px;
  padding: 20px 30px 29px;
  border-radius: 20px;
}
.bl-4 .list .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 17px;
  right: 17px;
  bottom: 0;
  transform: translateY(17px);
  z-index: -1;
  background-color: #AADEC1;
  border-radius: 20px;
}
.bl-4 .list .item .titl {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  color: #fff;
}
.bl-4 .list .item .num {
  font-weight: 700;
  font-size: 64px;
  line-height: 74px;
  color: #fff;
  margin-top: 5px;
}
.bl-4 .list .item .text {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 460px) {
  .bl-4 {
    padding-top: 60px;
  }
  .bl-4 .in {
    max-width: initial;
    margin: 0 20px;
  }
  .bl-4 .title {
    font-size: 24px;
    line-height: 28px;
  }
  .bl-4 .list {
    margin-top: 60px;
    gap: 37px 20px;
  }
  .bl-4 .list .item {
    width: 420px;
    padding: 20px 30px 29px;
  }
  .bl-4 .list .item .titl {
    font-size: 18px;
    line-height: 22px;
  }
  .bl-4 .list .item .num {
    font-size: 48px;
    line-height: 55px;
  }
  .bl-4 .list .item .text {
    font-size: 16px;
    line-height: 20px;
  }
}
.bl-7 {
  padding: 60px 30px;
  position: relative;
  background-color: #578DD8;
  max-width: 1320px;
  margin: 117px auto 0;
  border-radius: 20px;
}
@media (max-width: 1360px) {
  .bl-7 {
    margin: 117px 30px 0;
  }
}
@media (max-width: 660px) {
  .bl-7 {
    margin: 117px 20px 0;
  }
}
@media (max-width: 460px) {
  .bl-7 {
    margin: 77px 20px 0;
    padding: 30px 25px;
  }
}
.bl-7 .title {
  max-width: 1096px;
  margin: 0 auto;
}
.bl-7 .title > div {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
}
@media (max-width: 660px) {
  .bl-7 .title > div {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 660px) {
  .bl-7 .title > div + div {
    margin-top: 24px;
  }
}
.bl-7 .form {
  background-color: #578DD8;
  position: relative;
  z-index: 2;
  max-width: 1096px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.bl-7 .form form {
  max-width: initial;
}
.bl-7 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.bl-7 .col {
  width: 254px;
}
@media (max-width: 660px) {
  .bl-7 .col {
    width: 100%;
  }
}
.bl-7 input {
  padding: 0 30px;
  max-width: 100%;
  box-shadow: none;
  text-align: left;
  padding-left: 20px;
  outline: 0;
  width: 100%;
  height: 50px;
  display: block;
  font-size: 20px;
  border: 2px solid #75C8FF;
  border-radius: 30px;
  -webkit-appearance: none;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
  color: #fff !important;
  position: relative;
}
.bl-7 button {
  background-color: #fff;
  height: 51px;
  margin: 0 !important;
  width: 100%;
  /*box-shadow: 0 10px 20px rgb(0 0 0 / 15%);*/
  border-radius: 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
}
.bl-5 {
  margin-top: 185px;
}
@media (max-width: 1010px) {
  .bl-5 {
    margin-top: 130px;
  }
}
@media (max-width: 680px) {
  .bl-5 {
    margin-top: 67px;
  }
}
.bl-5 .in {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 30px;
}
.bl-5 .in .title {
  display: flex;
  gap: 28px;
  width: 985px;
  margin: 0 auto;
  align-items: flex-start;
}
.bl-5 .in .title img {
  width: 86px;
}
.bl-5 .in .title div {
  width: calc(100% - 86px);
  margin-top: 15px;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}
@media (max-width: 1010px) {
  .bl-5 .in .title {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .bl-5 .in .title {
    gap: 11px;
  }
  .bl-5 .in .title img {
    width: 43px;
  }
  .bl-5 .in .title div {
    width: calc(100% - 43px);
    margin-top: 7px;
    font-size: 24px;
    line-height: 28px;
  }
}
.bl-5 .in .list {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 56px 70px;
  justify-content: center;
}
.bl-5 .in .list .item {
  width: 380px;
}
.bl-5 .in .list .item img {
  height: 128px;
  display: block;
  margin: 0 auto;
}
.bl-5 .in .list .item .titl {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}
.bl-5 .in .list .item .text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 680px) {
  .bl-5 .in .list {
    margin-top: 41px;
    gap: 40px;
  }
  .bl-5 .in .list .item {
    width: 100%;
  }
  .bl-5 .in .list .item img {
    height: 87px;
  }
  .bl-5 .in .list .item .titl {
    margin-top: 20px;
    font-size: 18px;
    line-height: 21px;
  }
  .bl-5 .in .list .item .text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}
.bl-11 {
  margin: 117px 0 0;
  background-color: #2A8EDC;
  padding: 70px 30px;
}
.bl-11 .in {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 28px;
}
.bl-11 .in .l {
  width: 87px;
}
.bl-11 .in .l img {
  width: 100%;
}
.bl-11 .in .r {
  width: calc(100% - 228px);
  display: flex;
  gap: 34px;
  flex-direction: column;
}
.bl-11 .in .r div {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
@media (max-width: 780px) {
  .bl-11 {
    padding: 34px 20px;
    margin-top: 60px;
  }
  .bl-11 .in {
    max-width: 100%;
    gap: 18px;
  }
  .bl-11 .in .l {
    width: 43px;
  }
  .bl-11 .in .r {
    width: calc(100% - 62px);
    gap: 22px;
  }
  .bl-11 .in .r div {
    font-size: 16px;
    line-height: 22px;
  }
}
.bl-6 .in {
  max-width: 1156px;
  margin: 200px auto 0;
  padding: 0 30px;
}
.bl-6 .in .str1,
.bl-6 .in .str2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  background: -webkit-linear-gradient(45deg, #0099FF, #1DCB6A 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bl-6 .in .str2 {
  margin-top: 60px;
}
.bl-6 .in .str3 {
  font-size: 24px;
  line-height: 34px;
  margin-top: 60px;
}
@media (max-width: 680px) {
  .bl-6 .in {
    max-width: 100%;
    margin: 60px auto 0;
    padding: 0 20px;
  }
  .bl-6 .in .str1,
  .bl-6 .in .str2 {
    font-size: 24px;
    line-height: 31px;
  }
  .bl-6 .in .str2 {
    margin-top: 31px;
  }
  .bl-6 .in .str3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
  }
}
.bl-8 {
  background-color: #F5F5F7;
}
.bl-8 .in {
  max-width: 1156px;
  padding: 85px 30px 80px;
  margin: 0 auto;
}
.bl-8 .in .title {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}
.bl-8 .in .title img {
  width: 87px;
}
.bl-8 .in .title div {
  width: calc(100% - 117px);
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  margin-top: 15px;
}
.bl-8 .in .text {
  margin-top: 60px;
  font-size: 24px;
  line-height: 34px;
}
.bl-8 .in > img {
  display: block;
  margin: 100px auto 0;
  max-width: 100%;
}
.bl-8 .in .no-mobile {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 100px auto 0;
  max-width: 100%;
  text-align: center;
}
.bl-8 .in .no-mobile > .r,
.bl-8 .in .no-mobile > .l {
  width: 357px;
}
@media (max-width: 940px) {
  .bl-8 .in .no-mobile > .r,
  .bl-8 .in .no-mobile > .l {
    width: 185px;
  }
}
.bl-8 .in .no-mobile .titl1,
.bl-8 .in .no-mobile .titl2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.bl-8 .in .no-mobile .img1,
.bl-8 .in .no-mobile .img3 {
  margin-top: 23px;
}
.bl-8 .in .no-mobile .img2 {
  margin-top: 30px;
}
.bl-8 .in .no-mobile .str1,
.bl-8 .in .no-mobile .str2 {
  margin: 23px auto 0;
  font-size: 18px;
  line-height: 21px;
  width: 215px;
}
.bl-8 .in .no-mobile > .c {
  width: 340px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
}
.bl-8 .in .no-mobile > .c > img {
  width: 100%;
}
@media (max-width: 940px) {
  .bl-8 .in .no-mobile > .c {
    top: 175px;
  }
}
@media (max-width: 880px) {
  .bl-8 .in .no-mobile > .c {
    width: 200px;
  }
}
.bl-8 .in .no-mobile .titl3 {
  margin-top: 41px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
@media (max-width: 880px) {
  .bl-8 .in .no-mobile .titl3 {
    flex-wrap: wrap;
  }
}
.bl-8 .in .no-mobile .titl3 .r {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.bl-8 .in .no-mobile .titl3 .l {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.bl-8 .in .mobile {
  display: none;
}
@media (max-width: 680px) {
  .bl-8 .in {
    max-width: 100%;
    padding: 37px 20px 50px;
    margin: 0;
  }
  .bl-8 .in .title {
    gap: 11px;
  }
  .bl-8 .in .title img {
    width: 43px;
  }
  .bl-8 .in .title div {
    width: calc(100% - 83px);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 7px;
  }
  .bl-8 .in .text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .bl-8 .in > img {
    display: none;
  }
  .bl-8 .in .no-mobile {
    display: none;
  }
  .bl-8 .in .mobile {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
  .bl-8 .in .mobile .titl1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
  }
  .bl-8 .in .mobile .titl2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-top: 30px;
  }
  .bl-8 .in .mobile .img1 {
    margin-top: 10px;
  }
  .bl-8 .in .mobile .img2 {
    margin-top: 30px;
  }
  .bl-8 .in .mobile .img3 {
    margin-top: 10px;
  }
  .bl-8 .in .mobile .str1,
  .bl-8 .in .mobile .str2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 21px;
  }
  .bl-8 .in .mobile .titl3 {
    margin-top: 30px;
    padding: 30px 20px 0;
    border-top: 1px solid #9D9F9F;
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }
  .bl-8 .in .mobile .titl3 .r {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
  }
  .bl-8 .in .mobile .titl3 .l {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
}
.bl-9 {
  margin-top: 120px;
}
.bl-9 .in {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 30px;
}
.bl-9 .title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}
.bl-9 .list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
.bl-9 .item {
  width: 100%;
  background-color: #F5F5F7;
  padding: 70px 82px 50px;
  position: relative;
  border-radius: 20px;
}
.bl-9 .item:before {
  content: '';
  right: 112px;
  top: -40px;
  width: 100px;
  height: 79px;
  background-image: url(../img/bl-9-i-0.svg);
  background-size: contain;
  display: block;
  position: absolute;
}
.bl-9 .item .text {
  font-size: 24px;
  line-height: 36px;
}
.bl-9 .item .text + .text {
  margin-top: 36px;
}
.bl-9 .item .author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.bl-9 .item .author img {
  width: 112px;
}
.bl-9 .item .author .content {
  width: calc(100% - 143px);
}
.bl-9 .item .author .content .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.bl-9 .item .author .content .who {
  margin-top: 10px;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 680px) {
  .bl-9 {
    margin-top: 60px;
  }
  .bl-9 .in {
    max-width: 100%;
    padding: 0 20px;
  }
  .bl-9 .title {
    font-size: 24px;
    line-height: 28px;
  }
  .bl-9 .list {
    margin-top: 30px;
    gap: 50px;
  }
  .bl-9 .item {
    padding: 30px 25px;
  }
  .bl-9 .item:before {
    right: 20px;
    top: -20px;
    width: 50px;
    height: 39.5px;
  }
  .bl-9 .item .text {
    font-size: 16px;
    line-height: 24px;
  }
  .bl-9 .item .text + .text {
    margin-top: 24px;
  }
  .bl-9 .item .author {
    gap: 20px;
    margin-top: 10px;
  }
  .bl-9 .item .author img {
    width: 78px;
  }
  .bl-9 .item .author .content {
    width: calc(100% - 99px);
  }
  .bl-9 .item .author .content .name {
    font-size: 18px;
    line-height: 21px;
  }
  .bl-9 .item .author .content .who {
    font-size: 12px;
    line-height: 16px;
  }
}
.bl-10 {
  margin: 100px 0 84px;
}
.bl-10 .in {
  max-width: 879px;
  margin: 0 auto;
}
.bl-10 .title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}
.bl-10 .text {
  text-align: center;
  margin-top: 31px;
  font-size: 24px;
  line-height: 28px;
}
.bl-10 .btns {
  margin: 91px 34px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bl-10 .btns a {
  display: flex;
  width: 342px;
  height: 73px;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.bl-10 .btns .w {
  box-shadow: 0 5px 13px 0px #0000002e;
}
.bl-10 .btns .g {
  background-color: #1DCB6A;
  color: #fff;
}
@media (max-width: 680px) {
  .bl-10 {
    margin: 50px 0 84px;
  }
  .bl-10 .in {
    max-width: 100%;
    padding: 0 20px;
  }
  .bl-10 .title {
    font-size: 24px;
    line-height: 28px;
  }
  .bl-10 .text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 19px;
  }
  .bl-10 .btns {
    margin: 45px 0 0;
    justify-content: center;
    gap: 25px;
  }
  .bl-10 .btns a {
    width: 242px;
    height: 53px;
    font-size: 16px;
    line-height: 19px;
  }
}
.bl-12 {
  margin-top: 120px;
}
.bl-12 .in {
  max-width: 1094px;
  padding: 0 30px;
  margin: 0 auto;
}
.bl-12 .in .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
}
.bl-12 .in .descr {
  max-width: 783px;
  display: flex;
  gap: 5px;
  align-items: flex-end;
  margin: -52px auto 0;
}
.bl-12 .in .descr .l {
  width: 101px;
  text-align: center;
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.bl-12 .in .descr .l img {
  width: 57px;
}
.bl-12 .in .descr .l span {
  display: block;
  padding: 1px 6px;
  border: 1px solid #000;
  border-radius: 7px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}
.bl-12 .in .descr .r {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 2px;
}
.bl-12 .in .imgs {
  margin-top: 62px;
  margin-left: 226px;
  position: relative;
}
.bl-12 .in .imgs .i1 {
  max-width: 868px;
  width: 100%;
}
.bl-12 .in .imgs .i2 {
  position: absolute;
  top: 143px;
  left: -277px;
  width: 449px;
  height: 590px;
  z-index: 2;
}
.bl-12 .in .text {
  width: 1095px;
  margin-top: 40px;
  padding-left: 420px;
  font-size: 24px;
  line-height: 34px;
}
.bl-12 .in .btn {
  margin-top: 60px;
  text-align: center;
  width: 100%;
}
.bl-12 .in .btn a {
  background-color: #FFB800;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  padding: 13px 32px;
  border-radius: 25px;
}
@media (max-width: 1166px) {
  .bl-12 .in .descr {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .bl-12 .in .descr .r {
    padding: 12px 20px 0;
    text-align: center;
  }
  .bl-12 .in .imgs {
    margin: 30px auto 0;
    text-align: center;
  }
  .bl-12 .in .imgs .i2 {
    display: none;
  }
  .bl-12 .in .text {
    margin-top: 30px;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .bl-12 {
    margin-top: 60px;
  }
  .bl-12 .in {
    padding: 0 20px;
  }
  .bl-12 .in .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .bl-12 .in .descr .l {
    width: 100%;
  }
  .bl-12 .in .descr .l img {
    width: 57px;
  }
  .bl-12 .in .descr .r {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }
  .bl-12 .in .text {
    font-size: 16px;
    line-height: 22px;
  }
}
.bl-13 {
  margin-top: 150rem;
  background-color: #2a8edc;
  padding: 0 calc((100% - 1096rem) / 2);
}
.bl-13 .in {
  padding: 60rem 0;
}
.bl-13 .in .title {
  font-size: 48rem;
  line-height: 55.15rem;
  color: #fff;
  font-weight: 700;
}
.bl-13 .in .row {
  margin-top: 40rem;
  display: flex;
  gap: 30rem;
}
.bl-13 .in .row .item {
  width: calc((100% - 60rem) / 3);
  background-color: #fff;
  border-radius: 10rem;
}
.bl-13 .in .row .item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15rem;
}
.bl-13 .in .row .item a .img {
  height: 257rem;
}
.bl-13 .in .row .item a img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10rem 10rem 0 0;
}
.bl-13 .in .row .item a .t {
  margin-top: 15rem;
  font-size: 20rem;
  line-height: 24.6rem;
  font-weight: 700;
  padding: 0 30rem;
}
.bl-13 .in .row .item a .text {
  font-size: 20rem;
  line-height: 22.98rem;
  padding: 0 30rem 50rem;
}
@media screen and (max-width: 1152px) {
  .bl-13 {
    padding: 0 40rem;
  }
}
@media screen and (max-width: 765px) {
  .bl-13 {
    margin-top: 60rem;
    padding: 0 calc((100% - 390rem) / 2);
  }
  .bl-13 .in {
    padding: 30rem 20rem 40rem;
  }
  .bl-13 .in .title {
    font-size: 32rem;
    line-height: 36.77rem;
  }
  .bl-13 .in .row {
    margin-top: 30rem;
    flex-direction: column;
  }
  .bl-13 .in .row .item {
    width: 100%;
  }
  .bl-13 .in .row .item a {
    width: 100%;
    gap: 15rem;
  }
  .bl-13 .in .row .item a .img {
    height: 214rem;
  }
  .bl-13 .in .row .item a .t {
    margin-top: 5rem;
    font-size: 20rem;
    line-height: 24.6rem;
    padding: 0 30rem;
  }
  .bl-13 .in .row .item a .text {
    font-size: 20rem;
    line-height: 22.98rem;
    padding: 0 30rem 25rem;
  }
}
.bl-14 {
  margin-top: 100rem;
}
.bl-14 .in {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 30px;
}
.bl-14 .in .title {
  font-size: 48rem;
  line-height: 55.15rem;
  font-weight: 700;
}
.bl-14 .in .row {
  margin-top: 40rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30rem;
}
.bl-14 .in .row .item {
  width: calc((100% - 60rem) / 3);
  box-shadow: 0 0 19rem -6rem rgba(0, 0, 0, 0.25);
  border-radius: 10rem;
}
.bl-14 .in .row .item .img {
  height: 257rem;
  overflow: hidden;
}
.bl-14 .in .row .item .img img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10rem 10rem 0 0;
  transition: all 3s ease-in-out;
}
.bl-14 .in .row .item .text {
  padding: 25rem;
  font-size: 20rem;
  line-height: 24.6rem;
  font-weight: 700;
}
.bl-14 .in .row .item:hover .img img {
  transform: scale(1.1) rotate(-5deg);
}
@media screen and (max-width: 765px) {
  .bl-14 {
    margin-top: 60rem;
  }
  .bl-14 .in {
    padding: 0 20rem;
  }
  .bl-14 .in .title {
    font-size: 32rem;
    line-height: 36.77rem;
  }
  .bl-14 .in .row {
    margin-top: 30rem;
    flex-direction: column;
    gap: 30rem;
  }
  .bl-14 .in .row .item {
    width: 100%;
  }
  .bl-14 .in .row .item .text {
    padding: 25rem 30rem 28rem;
    font-size: 16rem;
    line-height: 19.68rem;
    font-weight: 700;
  }
}
/*# sourceMappingURL=style.css.map */