@charset "UTF-8";
@font-face {
  font-family: GothamPro;
  src: url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: GothamPro;
  src: url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: GothamPro;
  src: url("../fonts/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: GothamPro;
  src: url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

body, html {
  background: white;
  color: #333;
  font-family: GothamPro, sans-serif;
  font-size: 16px;
  min-width: 320px;
  max-width: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-container {
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 1300px) {
    .page-container {
      overflow-y: visible; } }

.container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1300px) {
    .container {
      max-width: 970px; } }
  @media only screen and (max-width: 992px) {
    .container {
      max-width: 750px; } }
  @media only screen and (max-width: 768px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 480px) {
    .container {
      max-width: 305px;
      padding: 0; } }

.fullpage-swiper {
  z-index: -1; }
  @media only screen and (max-width: 1300px) {
    .fullpage-swiper {
      z-index: 1;
      overflow: visible; } }
  @media only screen and (max-width: 1300px) {
    .fullpage-swiper .swiper-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

h1, h2, h3, h4, h5, h6, p, a, span, ul, ol, li {
  padding: 0;
  margin: 0; }

a {
  color: #333;
  text-decoration: none;
  font-family: GothamPro, sans-serif;
  font-size: 18px;
  font-weight: 400; }
  a:hover, a:focus {
    text-decoration: none; }

p {
  color: #263d53;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1.8px; }

li {
  color: #263d53;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1.8px;
  position: relative;
  padding-left: 31px; }
  li:before {
    position: absolute;
    left: 3px;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ff0000;
    border-radius: 50%;
    top: 11px; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

img.svg {
  display: none; }

.swiper-button-next, .swiper-button-prev {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 0;
  padding: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background: none;
  color: transparent; }

.counter-section {
  bottom: 41px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-640px);
      -ms-transform: translateX(-640px);
          transform: translateX(-640px); }
  @media only screen and (max-width: 1300px) {
    .counter-section {
      display: none; } }

.count-section {
  margin-left: 18px;
  color: #f20606;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  padding-top: 21px;
  position: relative; }
  .count-section:before {
    position: absolute;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ff0000;
    border-radius: 50%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .count-section:first-child {
    margin-left: 0; }

.count-section.active {
  font-weight: 400;
  line-height: 39px;
  font-size: 50px;
  letter-spacing: 5px;
  color: #4e8ec8;
  padding-top: 0; }
  .count-section.active:before {
    display: none; }

.wrapper-logo-block {
  position: absolute;
  width: 193px;
  height: 193px;
  background-color: #fff;
  -webkit-box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
          box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 480px) {
    .wrapper-logo-block {
      width: 101px;
      height: 101px; } }
  .wrapper-logo-block img {
    max-width: 148px;
    width: 100%;
    height: auto;
    display: block; }
    @media only screen and (max-width: 480px) {
      .wrapper-logo-block img {
        max-width: 77px; } }

.up_btn {
  position: fixed;
  border-radius: 50%;
  background-color: #e9e5d2;
  border: 1px solid #504001;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none; }
  .up_btn:after {
    position: absolute;
    content: '';
    display: block;
    top: 16px;
    left: 12px;
    width: 12px;
    height: 12px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }

.close-menu {
  position: absolute;
  z-index: 122;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 20px;
  display: none; }
  @media only screen and (max-width: 992px) {
    .close-menu {
      display: block; } }
  @media only screen and (max-width: 768px) {
    .close-menu {
      top: 20px; } }
  @media only screen and (max-width: 992px) {
    .close-menu:after {
      content: '';
      display: block;
      width: 24px;
      height: 2px;
      background-color: #2579bf;
      -webkit-transform: rotate(43deg);
          -ms-transform: rotate(43deg);
              transform: rotate(43deg);
      top: 8px;
      left: -2px;
      position: absolute; } }
  @media only screen and (max-width: 992px) {
    .close-menu:before {
      content: '';
      display: block;
      width: 24px;
      height: 2px;
      background-color: #2579bf;
      -webkit-transform: rotate(-43deg);
          -ms-transform: rotate(-43deg);
              transform: rotate(-43deg);
      top: 8px;
      right: -2px;
      position: absolute; } }

.burger {
  display: none;
  width: 68px;
  height: 63px;
  padding: 22px 17px 22px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
  background-color: #fff;
  border-radius: 33px 0 0 33px;
  background-color: #ebf2f5;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 120;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  @media only screen and (max-width: 768px) {
    .burger {
      top: 123px;
      position: fixed; } }
  .burger .icon-bar {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: 100%;
    height: 2px;
    background-color: #0093ff; }
  @media only screen and (max-width: 992px) {
    .burger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.burger.fixed {
  top: 10px; }

button {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  cursor: pointer;
  font-family: GothamPro, sans-serif; }
  button:focus {
    outline: none; }

.btn {
  display: block;
  border-radius: 35px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f20622), to(#ee7387));
  background-image: -o-linear-gradient(bottom, #f20622 0%, #ee7387 100%);
  background-image: linear-gradient(to top, #f20622 0%, #ee7387 100%);
  color: #ffffff;
  font-family: GothamPro;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  max-width: 305px;
  width: 100%;
  padding: 31px 0 26px 0;
  text-align: center;
  cursor: pointer; }
  .btn:hover {
    background-image: -o-linear-gradient(85deg, #e0011b 0%, #e35970 100%);
    background-image: linear-gradient(5deg, #e0011b 0%, #e35970 100%); }

input[type="text"],
input[type="tel"],
input[type="email"] {
  color: #232323;
  font-family: GothamPro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  padding: 10px 0 15px 0;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #2579bf;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (max-width: 768px) {
    input[type="text"],
    input[type="tel"],
    input[type="email"] {
      padding: 7px 0 12px 0; } }
  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder {
    color: #2579bf;
    font-family: "GothamPro";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.4px; }
  input[type="text"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder {
    color: #2579bf;
    font-family: "GothamPro";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.4px; }
  input[type="text"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder {
    color: #2579bf;
    font-family: "GothamPro";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.4px; }
  input[type="text"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder {
    color: #2579bf;
    font-family: "GothamPro";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.4px; }

textarea {
  height: 120px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  color: #232323;
  font-family: GothamPro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  padding: 10px 20px;
  resize: none; }

.ui-group {
  position: relative;
  margin-bottom: 28px; }
  @media only screen and (max-width: 768px) {
    .ui-group {
      margin-bottom: 18px; } }
  .ui-group input, .ui-group textarea {
    width: 100%; }

.ui-group.submit {
  max-width: 305px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  margin-bottom: 0; }
  .ui-group.submit input[type="submit"] {
    border: none;
    width: 100%;
    padding: 27px 0; }

.icon {
  display: inline-block;
  font-style: normal;
  content: ' '; }

.ico {
  fill: currentColor; }

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0); }

html.mfp-helper {
  height: 100%; }
  html.mfp-helper body {
    overflow: hidden;
    height: 100%;
    -webkit-transform: translateZ(0); }

#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative; }

.mfp-close-btn-in .mfp-close {
  display: none;
  opacity: 0; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: inherit;
  min-width: 33px; }

.close-popup-custom {
  width: 40px;
  height: 40px;
  background-color: #57d9f5;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer; }
  .close-popup-custom svg {
    stroke: #fff;
    width: 18px;
    height: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .close-popup-custom:hover svg {
    stroke: #2579bf; }

.white-popup-block {
  max-width: 630px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
          box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
  border-radius: 10px; }
  .white-popup-block:before {
    position: absolute;
    content: '';
    display: block;
    max-width: 508px;
    width: 100%;
    height: 3px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #57d9f5; }
  .white-popup-block h2 {
    color: #2579bf;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 24px; }
    @media only screen and (max-width: 768px) {
      .white-popup-block h2 {
        font-size: 30px;
        letter-spacing: 2px;
        line-height: normal;
        margin-bottom: 15px; } }
  .white-popup-block .politic, .white-popup-block .politic a {
    color: #2579bf;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-align: center; }
  .white-popup-block .politic {
    padding: 0 30px; }
    @media only screen and (max-width: 768px) {
      .white-popup-block .politic {
        padding: 0px;
        margin-bottom: 10px; } }
  .white-popup-block .txt {
    color: #263d53;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.8px;
    text-align: center;
    padding: 0 20px; }
    @media only screen and (max-width: 768px) {
      .white-popup-block .txt {
        padding: 0 10px; } }

.popup-buble .popup-dialog {
  padding: 53px 52px 65px 52px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }
  @media only screen and (max-width: 768px) {
    .popup-buble .popup-dialog {
      padding: 25px 10px 40px 10px; } }

.popup-buble.mfp-ready .popup-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.popup-buble.mfp-removing .popup-dialog {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.popup-buble.mfp-bg {
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.popup-buble.mfp-ready.mfp-bg {
  opacity: 1; }

.popup-buble.mfp-removing.mfp-bg {
  opacity: 0; }

.modal-form-tnx .popup-dialog {
  padding-left: 46px;
  padding-right: 46px; }
  @media only screen and (max-width: 768px) {
    .modal-form-tnx .popup-dialog {
      padding-left: 10px;
      padding-right: 10px; } }

.modal-form-tnx h2 {
  margin-bottom: 13px; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  @media only screen and (max-width: 992px) {
    .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: fixed;
      top: 0;
      background-color: #fff;
      width: 100%;
      padding: 5px 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (max-width: 768px) {
    .header {
      padding: 0;
      position: relative;
      max-width: 322px;
      margin-left: auto;
      margin-right: auto; } }
  .header .wrapper-logo.hide {
    top: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .header .wrapper-logo {
    max-width: 250px;
    width: 100%;
    position: absolute;
    top: 6px;
    left: calc(50% - 640px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 2; }
    @media only screen and (max-width: 1300px) {
      .header .wrapper-logo {
        left: 10px;
        max-width: 153px; } }
    @media only screen and (max-width: 992px) {
      .header .wrapper-logo {
        max-width: 110px;
        position: static;
        margin-left: 10px;
        z-index: 1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; } }
    @media only screen and (max-width: 768px) {
      .header .wrapper-logo {
        position: absolute;
        margin-left: 0;
        left: 8px;
        max-width: 120px; } }
    .header .wrapper-logo img {
      width: 100%;
      height: auto; }
  .header .top-row, .header .bottom-row {
    max-width: 880px;
    width: 100%; }
  .header .wrapper-content.hide {
    -webkit-transform: translateY(calc(-100% - 30px));
        -ms-transform: translateY(calc(-100% - 30px));
            transform: translateY(calc(-100% - 30px)); }
  .header .wrapper-content {
    position: absolute;
    width: calc(50% + 315px);
    right: 0;
    -webkit-box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
            box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
    border-radius: 0 0 0 30px;
    background-color: #ffffff;
    padding: 19px 0 19px 71px;
    z-index: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    @media only screen and (max-width: 1300px) {
      .header .wrapper-content {
        width: 100%;
        max-width: 820px;
        padding-right: 10px;
        padding-left: 20px;
        position: absolute; } }
    @media only screen and (max-width: 992px) {
      .header .wrapper-content {
        position: relative;
        max-width: 740px;
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .header .wrapper-content {
        margin-top: 14px;
        padding-left: 0;
        z-index: 0; } }
    .header .wrapper-content:before {
      content: '';
      display: block;
      width: 100%;
      height: 45px;
      border-radius: 23px;
      border: 1px solid #ebf2f5;
      position: absolute;
      top: 20px;
      right: 100%;
      -webkit-transform: translateX(380px);
          -ms-transform: translateX(380px);
              transform: translateX(380px); }
      @media only screen and (max-width: 1300px) {
        .header .wrapper-content:before {
          -webkit-transform: translateX(310px);
              -ms-transform: translateX(310px);
                  transform: translateX(310px); } }
      @media only screen and (max-width: 992px) {
        .header .wrapper-content:before {
          -webkit-transform: translateX(325px);
              -ms-transform: translateX(325px);
                  transform: translateX(325px);
          top: 13px; } }
      @media only screen and (max-width: 768px) {
        .header .wrapper-content:before {
          top: -4px;
          height: 79px;
          -webkit-transform: translate(307px);
              -ms-transform: translate(307px);
                  transform: translate(307px); } }
    .header .wrapper-content:after {
      content: '';
      display: block;
      width: 100%;
      height: 48px;
      border-radius: 23px;
      border: 1px solid #ebf2f5;
      position: absolute;
      top: 19px;
      left: 435px; }
      @media only screen and (max-width: 1300px) {
        .header .wrapper-content:after {
          display: none; } }
  .header .top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 768px) {
      .header .top-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .header h2 {
    color: #2579bf;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.1px; }
    @media only screen and (max-width: 768px) {
      .header h2 {
        margin-left: 171px;
        max-width: 112px;
        width: 100%;
        line-height: 25px; } }
  .header a[href^="tel"] {
    font-family: "GothamPro";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1.5px; }
    @media only screen and (max-width: 992px) {
      .header a[href^="tel"] {
        font-size: 16px;
        margin-bottom: 3px; } }
  .header .wrapper-connect {
    max-width: 522px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 49px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 992px) {
      .header .wrapper-connect {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 0;
        max-width: 365px; } }
    @media only screen and (max-width: 768px) {
      .header .wrapper-connect {
        margin-top: 17px;
        margin-left: 8px;
        max-width: 218px;
        width: 100%; } }
  .header .btn {
    padding: 18px 0 15px 0;
    max-width: 218px;
    width: 100%; }
    @media only screen and (max-width: 992px) {
      .header .btn {
        padding: 14px 0 12px 0; } }
    @media only screen and (max-width: 768px) {
      .header .btn {
        padding: 18px 0 15px 0; } }
  .header .bottom-row {
    margin-top: 21px;
    padding-right: 10px; }
    @media only screen and (max-width: 992px) {
      .header .bottom-row {
        margin-top: 0;
        padding-right: 0; } }
  @media only screen and (max-width: 992px) {
    .header .nav-header.active {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); } }
  .header .nav-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 992px) {
      .header .nav-header {
        position: fixed;
        z-index: 121;
        background-color: #ebf2f5;
        width: 100%;
        left: 0;
        top: 0;
        height: 86px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media only screen and (max-width: 768px) {
      .header .nav-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: auto;
        padding: 18px 18px; } }
    @media only screen and (max-width: 480px) {
      .header .nav-header {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .header .nav-header a {
      color: #263d53;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.1px;
      padding: 0 13px;
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media only screen and (max-width: 1300px) {
        .header .nav-header a {
          padding: 0 8px;
          letter-spacing: 0.2px;
          font-size: 13px; } }
      @media only screen and (max-width: 768px) {
        .header .nav-header a {
          margin-bottom: 24px;
          padding: 0; } }
      .header .nav-header a:hover {
        color: #ff0202; }
      .header .nav-header a:before {
        content: '';
        display: block;
        width: 1px;
        height: 13px;
        background-color: #dddddd;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        position: absolute; }
        @media only screen and (max-width: 768px) {
          .header .nav-header a:before {
            display: none; } }
      .header .nav-header a:last-of-type {
        padding-right: 0; }
        @media only screen and (max-width: 768px) {
          .header .nav-header a:last-of-type {
            margin-bottom: 0; } }
      .header .nav-header a:first-of-type {
        padding-left: 0; }
        .header .nav-header a:first-of-type:before {
          display: none; }

.footer.hide {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }
  @media only screen and (max-width: 1300px) {
    .footer.hide {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.footer {
  width: calc( 50% + 118px);
  position: absolute;
  -webkit-box-shadow: 0 0 20px rgba(37, 121, 191, 0.2);
          box-shadow: 0 0 20px rgba(37, 121, 191, 0.2);
  border-radius: 30px 0 0 0;
  background-color: #ffffff;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  @media only screen and (max-width: 1300px) {
    .footer {
      position: relative;
      right: 0;
      width: 100%;
      margin-top: 20px;
      border-radius: 0; } }
  @media only screen and (max-width: 768px) {
    .footer {
      margin-top: 0; } }
  .footer .content-block {
    max-width: 758px;
    width: 100%; }
    @media only screen and (max-width: 1300px) {
      .footer .content-block {
        margin-left: auto;
        margin-right: auto; } }
  .footer .top-line {
    padding-left: 30px;
    padding-top: 17px;
    padding-bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e8e8e8; }
    @media only screen and (max-width: 1300px) {
      .footer .top-line {
        padding-right: 30px; } }
    @media only screen and (max-width: 768px) {
      .footer .top-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0; } }
  .footer a[href^="mailto"] {
    color: #263d53;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.6px; }
    @media only screen and (max-width: 768px) {
      .footer a[href^="mailto"] {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
        padding: 15px 0;
        border-top: 1px solid #e8e8e8;
        text-align: center; } }
  .footer .wrapper-tels {
    position: relative;
    padding-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 1300px) {
      .footer .wrapper-tels {
        padding-left: 0; } }
    @media only screen and (max-width: 768px) {
      .footer .wrapper-tels {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .footer .wrapper-tels:before {
      content: '';
      width: 5px;
      height: 5px;
      background-color: #ff0000;
      border-radius: 50%;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-width: 1300px) {
        .footer .wrapper-tels:before {
          display: none; } }
  .footer a[href^="tel"] {
    color: #263d53;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px; }
    @media only screen and (max-width: 768px) {
      .footer a[href^="tel"] {
        font-size: 16px;
        letter-spacing: 1.6px;
        margin-bottom: 5px; } }
  .footer .btn {
    max-width: 218px;
    padding: 16px 0 13px 0; }
    @media only screen and (max-width: 768px) {
      .footer .btn {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 18px; } }
  .footer .bottom-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media only screen and (max-width: 1300px) {
      .footer .bottom-line {
        padding-right: 30px; } }
    @media only screen and (max-width: 768px) {
      .footer .bottom-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding-left: 10px;
        padding-right: 10px; } }
  .footer .copy, .footer .politic {
    color: #263d53;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.6px; }
    @media only screen and (max-width: 768px) {
      .footer .copy, .footer .politic {
        text-align: center; } }
    @media only screen and (max-width: 480px) {
      .footer .copy, .footer .politic {
        font-size: 14px;
        letter-spacing: 1.4px; } }
  .footer .politic {
    text-decoration: underline;
    margin-bottom: 14px; }

.section-content {
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8; }
  .section-content:first-child {
    border-top: 0; }

.first-screen {
  background-position: top 140px center;
  padding-top: 140px;
  background-image: url(../img/bg-1.jpg); }
  @media only screen and (max-width: 768px) {
    .first-screen {
      padding-top: 44px; } }
  @media only screen and (max-width: 480px) {
    .first-screen {
      padding-bottom: 50px;
      background-image: url(../img/bg-1-mob.jpg);
      background-position: bottom 144px center;
      background-size: 100%; } }
  @media only screen and (max-width: 480px) {
    .first-screen:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 100%;
      height: 661px;
      background: url(../img/bg-1-gradient.png) no-repeat center;
      background-size: cover; } }
  .first-screen .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 992px) {
      .first-screen .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media only screen and (max-width: 480px) {
      .first-screen .container {
        position: relative;
        z-index: 2; } }
  .first-screen .wrapper-txt {
    margin-top: 68px;
    max-width: 650px;
    width: 100%; }
    @media only screen and (max-width: 1300px) {
      .first-screen .wrapper-txt {
        margin-top: 0; } }
  .first-screen .txt-container {
    padding: 30px 40px 62px 33px;
    -webkit-box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
            box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .first-screen .txt-container {
        padding: 21px 22px 17px 22px; } }
    .first-screen .txt-container:before {
      content: '';
      display: block;
      width: 3px;
      height: calc(100% + 4px);
      background-color: #57d9f5;
      position: absolute;
      top: 0;
      left: 0; }
    .first-screen .txt-container p {
      margin-bottom: 16px; }
    .first-screen .txt-container ul:first-child {
      margin-bottom: 8px; }
    .first-screen .txt-container li {
      margin-bottom: 8px; }
      .first-screen .txt-container li:last-child {
        margin-bottom: 0; }
  .first-screen .wrapper-img {
    max-width: 624px;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .first-screen .wrapper-img {
        margin-top: 18px; } }
    .first-screen .wrapper-img img {
      width: 100%;
      height: auto; }
  .first-screen h1 {
    color: #2579bf;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 4px; }
    @media only screen and (max-width: 1300px) {
      .first-screen h1 {
        font-size: 35px;
        line-height: normal; } }
    @media only screen and (max-width: 480px) {
      .first-screen h1 {
        font-size: 30px;
        line-height: 40px; } }
  .first-screen h1 + p {
    color: #3ed2f2;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    margin: 19px 0 23px 0; }
    @media only screen and (max-width: 480px) {
      .first-screen h1 + p {
        margin: 8px 0 16px 0;
        font-size: 20px; } }
  .first-screen .btn {
    max-width: 305px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 33px; }
    @media only screen and (max-width: 768px) {
      .first-screen .btn {
        margin-left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-top: 18px; } }

.next-section {
  padding-top: 66px;
  background-image: url(../img/bg-2.jpg);
  background-position: bottom center; }
  @media only screen and (max-width: 1300px) {
    .next-section {
      padding-bottom: 40px; } }
  @media only screen and (max-width: 480px) {
    .next-section {
      padding-top: 50px;
      background-position: bottom 97px center;
      background-image: url(../img/bg-2-mob.jpg); } }
  @media only screen and (max-width: 480px) {
    .next-section:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 100%;
      height: 661px;
      background: url(../img/bg-1-gradient.png) no-repeat center;
      background-size: cover; } }
  .next-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 1300px) {
      .next-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .next-section .wrapper-img {
    max-width: 605px;
    width: 100%;
    position: relative; }
    .next-section .wrapper-img > img {
      width: 100%;
      height: auto; }
  .next-section .wrapper-txt {
    max-width: 630px;
    width: 100%;
    margin-top: 16px; }
    @media only screen and (max-width: 1300px) {
      .next-section .wrapper-txt {
        max-width: 970px; } }
    @media only screen and (max-width: 480px) {
      .next-section .wrapper-txt {
        margin-top: 0; } }
  .next-section .txt-container {
    position: relative;
    padding: 29px 35px 26px 31px;
    -webkit-box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
            box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden; }
    @media only screen and (max-width: 480px) {
      .next-section .txt-container {
        padding: 20px; } }
    .next-section .txt-container:before {
      content: '';
      display: block;
      width: 3px;
      height: calc(100% + 4px);
      background-color: #57d9f5;
      position: absolute;
      top: 0;
      left: 0; }
  .next-section .wrapper-lists {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 1300px) {
      .next-section .wrapper-lists {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media only screen and (max-width: 768px) {
      .next-section .wrapper-lists {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 1300px) {
      .next-section .wrapper-lists ul:first-child {
        margin-right: 20px; } }
    @media only screen and (max-width: 768px) {
      .next-section .wrapper-lists ul:first-child {
        margin-right: 0; } }
  .next-section .txt-container.has-btn {
    padding-bottom: 66px; }
  .next-section li {
    padding-left: 21px; }
  .next-section .btn {
    max-width: 418px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 33px; }
    @media only screen and (max-width: 480px) {
      .next-section .btn {
        margin-left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-top: 20px;
        padding: 19px 40px; } }
  .next-section .wrapper-logo-block {
    top: 14px;
    right: 78px; }
    @media only screen and (max-width: 480px) {
      .next-section .wrapper-logo-block {
        top: 14px;
        right: 19px; } }

.patch-section {
  position: relative;
  padding-top: 96px;
  background-image: url(../img/bg-cirlce-component.jpg);
  background-position: top 79px center;
  overflow: hidden;
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .patch-section {
      background-position: bottom 180px center;
      padding-top: 20px; } }
  @media only screen and (max-width: 768px) {
    .patch-section {
      padding-top: 196px; } }
  @media only screen and (max-width: 480px) {
    .patch-section {
      background: url(../img/patch-section-bg-mob.jpg) no-repeat bottom 72px center;
      background-size: 100%; } }
  @media only screen and (max-width: 480px) {
    .patch-section:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 100%;
      height: 661px;
      background: url(../img/bg-1-gradient.png) no-repeat center;
      background-size: cover; } }
  .patch-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 992px) {
      .patch-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .patch-section .wrapper-nav-platch {
    position: absolute;
    padding: 13px 26px 13px 0;
    top: 0;
    left: 0;
    z-index: 4;
    width: calc(50% + 10px);
    -webkit-box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
            box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
    border-top: 3px solid #57d9f5;
    border-radius: 0 0 30px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media only screen and (max-width: 1300px) {
      .patch-section .wrapper-nav-platch {
        width: calc(50% + 165px); } }
    @media only screen and (max-width: 992px) {
      .patch-section .wrapper-nav-platch {
        max-width: 625px;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-radius: 0 0 30px 30px;
        padding: 13px; } }
    @media only screen and (max-width: 768px) {
      .patch-section .wrapper-nav-platch {
        max-width: 144px;
        border-radius: 10px 0 0 10px;
        padding: 8px 12px;
        border-top: none;
        border-right: 3px solid #57d9f5;
        -webkit-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
                transform-origin: 100% 0;
        -webkit-transform: rotate(-90deg) translateY(-117%);
            -ms-transform: rotate(-90deg) translateY(-117%);
                transform: rotate(-90deg) translateY(-117%); } }
  .patch-section .select-platch {
    position: absolute;
    top: 95px;
    left: 0;
    -webkit-transform: rotate(-90deg) translateY(-84px);
        -ms-transform: rotate(-90deg) translateY(-84px);
            transform: rotate(-90deg) translateY(-84px); }
    @media only screen and (max-width: 992px) {
      .patch-section .select-platch {
        display: none; } }
    .patch-section .select-platch p {
      color: #57d9f5;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      text-align: right; }
    .patch-section .select-platch:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      right: -29px;
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #2579bf;
      border-right: 2px solid #2579bf; }
  .patch-section .nav-platch {
    max-width: 650px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .patch-section .nav-platch {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 100%; } }
    .patch-section .nav-platch a.active {
      color: #ff0000; }
	.patch-section .nav-platch a:last-child {
		display: none;
	}
    .patch-section .nav-platch a {
      color: #263d53;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      text-align: center;
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media only screen and (max-width: 768px) {
        .patch-section .nav-platch a {
          text-align: right;
          padding-top: 16px; } }
      .patch-section .nav-platch a:before {
        content: '';
        display: block;
        width: 1px;
        height: 41px;
        background-color: #dddddd;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media only screen and (max-width: 768px) {
          .patch-section .nav-platch a:before {
            height: 1px;
            width: 100%;
            top: 8px;
            left: 0;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none; } }
      @media only screen and (max-width: 768px) {
        .patch-section .nav-platch a:first-child {
          padding-top: 0; } }
      .patch-section .nav-platch a:first-child:before {
        display: none; }
  .patch-section .wrapper-img {
    max-width: 596px;
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 992px) {
      .patch-section .wrapper-img {
        margin-top: 80px; } }
    @media only screen and (max-width: 768px) {
      .patch-section .wrapper-img {
        max-width: 440px; } }
    @media only screen and (max-width: 480px) {
      .patch-section .wrapper-img {
        margin-top: 21px; } }
    .patch-section .wrapper-img .decor-img-1 {
      top: 146px;
      left: -319px;
      position: absolute;
      width: 948px;
      height: 425px;
      background: url(../img/hand.png) no-repeat center; }
      @media only screen and (max-width: 1300px) {
        .patch-section .wrapper-img .decor-img-1 {
          top: 92px;
          left: -327px;
          background-size: 70%; } }
      @media only screen and (max-width: 768px) {
        .patch-section .wrapper-img .decor-img-1 {
          top: 32px;
          left: -422px; } }
      @media only screen and (max-width: 480px) {
        .patch-section .wrapper-img .decor-img-1 {
          background: url(../img/hand-mob.png) no-repeat center;
          width: 475px;
          height: 223px;
          top: 61px;
          left: -172px; } }
    .patch-section .wrapper-img .decor-img-2 {
      position: absolute;
      top: 16px;
      right: 67px;
      background: url(../img/knee3.png) no-repeat center;
      width: 497px;
      height: 547px; }
      @media only screen and (max-width: 768px) {
        .patch-section .wrapper-img .decor-img-2 {
          right: 30px;
          width: 350px;
          top: -35px;
          background-size: 100%; } }
      @media only screen and (max-width: 480px) {
        .patch-section .wrapper-img .decor-img-2 {
          right: 10px;
          top: -88px; } }
    .patch-section .wrapper-img .decor-img-3 {
      position: absolute;
      bottom: 80px;
      right: 80px;
      width: 614px;
      height: 564px;
      background: url(../img/cubit.png) no-repeat center; }
      @media only screen and (max-width: 1300px) {
        .patch-section .wrapper-img .decor-img-3 {
          bottom: 20px;
          right: 20px; } }
      @media only screen and (max-width: 480px) {
        .patch-section .wrapper-img .decor-img-3 {
          background: url(../img/cubit-mob.png) no-repeat center;
          width: 261px;
          height: 274px;
          bottom: 48px;
          right: 28px; } }
    .patch-section .wrapper-img .decor-img-4 {
      top: 90px;
      right: -67px;
      position: absolute;
      background: url(../img/hand-2.png) no-repeat center;
      width: 981px;
      height: 463px; }
      @media only screen and (max-width: 1300px) {
        .patch-section .wrapper-img .decor-img-4 {
          width: 600px;
          background-size: 100%;
          right: 30px;
          top: 40px; } }
      @media only screen and (max-width: 768px) {
        .patch-section .wrapper-img .decor-img-4 {
          right: -3px;
          top: -23px; } }
      @media only screen and (max-width: 480px) {
        .patch-section .wrapper-img .decor-img-4 {
          top: 35px;
          right: -25px;
          width: 480px;
          background-size: 100%;
          height: 219px; } }
    .patch-section .wrapper-img .decor-img-5 {
      position: absolute;
      width: 510px;
      height: 457px;
      background: url(../img/foot.png) no-repeat center;
      right: 82px;
      bottom: 113px; }
      @media only screen and (max-width: 1300px) {
        .patch-section .wrapper-img .decor-img-5 {
          width: 410px;
          background-size: 100%;
          right: 48px;
          bottom: 3px; } }
      @media only screen and (max-width: 992px) {
        .patch-section .wrapper-img .decor-img-5 {
          width: 498px;
          right: 87px;
          bottom: 107px; } }
      @media only screen and (max-width: 768px) {
        .patch-section .wrapper-img .decor-img-5 {
          width: 391px;
          right: 16px;
          bottom: 17px; } }
      @media only screen and (max-width: 480px) {
        .patch-section .wrapper-img .decor-img-5 {
          bottom: 50px;
          right: 48px;
          background: url(../img/foot-mob.png) no-repeat center;
          width: 253px;
          height: 226px; } }
    .patch-section .wrapper-img:before {
      position: absolute;
      top: -164px;
      left: -119px;
      content: '';
      display: block;
      width: 911px;
      height: 837px;
      background: url(../img/gradient.png) no-repeat center; }
      @media only screen and (max-width: 480px) {
        .patch-section .wrapper-img:before {
          display: none;
          background: none; } }
    .patch-section .wrapper-img:after {
      top: 26px;
      left: 39px;
      content: '';
      width: 566px;
      height: 525px;
      background: url(../img/pluses.png) no-repeat center;
      display: block;
      position: absolute; }
      @media only screen and (max-width: 480px) {
        .patch-section .wrapper-img:after {
          background: url(../img/pluses-mob.png) no-repeat center;
          width: 286px;
          height: 267px;
          top: 11px;
          left: 19px; } }
  .patch-section .patch-decor-circle {
    width: 100%;
    height: auto;
    display: block; }
  .patch-section .patch-1 {
    position: absolute;
    z-index: 2;
    top: 174px;
    right: 32px;
    background: url(../img/patch-1.png) no-repeat center;
    width: 126px;
    height: 178px;
    cursor: pointer;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    -webkit-animation: patch-1 1.6s ease infinite;
            animation: patch-1 1.6s ease infinite; }
    @media only screen and (max-width: 1300px) {
      .patch-section .patch-1 {
        width: 80px;
        height: 114px;
        background-size: 100%;
        top: 175px;
        right: 46px; } }
    @media only screen and (max-width: 992px) {
      .patch-section .patch-1 {
        top: 181px;
        right: 165px; } }
    @media only screen and (max-width: 768px) {
      .patch-section .patch-1 {
        top: 119px;
        right: 104px; } }
    @media only screen and (max-width: 480px) {
      .patch-section .patch-1 {
        width: 60px;
        height: 86px;
        top: 84px;
        right: 34px; } }
    .patch-section .patch-1:hover {
      -webkit-animation: patch-1-2 1s ease;
              animation: patch-1-2 1s ease; }
  .patch-section .patch-2 {
    position: absolute;
    z-index: 2;
    width: 119px;
    height: 120px;
    background: url(../img/patch-2-2.png) no-repeat center;
    top: 127px;
    right: 183px;
    cursor: pointer;
    -webkit-animation: patch-1 1.6s ease infinite;
            animation: patch-1 1.6s ease infinite; }
    @media only screen and (max-width: 768px) {
      .patch-section .patch-2 {
        right: 109px;
        top: 106px; } }
    @media only screen and (max-width: 480px) {
      .patch-section .patch-2 {
        right: 85px;
        top: 60px; } }
    .patch-section .patch-2:hover {
      -webkit-animation: patch-2-2 1.6s ease;
              animation: patch-2-2 1.6s ease; }
  .patch-section .patch-3 {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    right: 245px;
    top: 315px;
    background: url(../img/patch-3.png) no-repeat center;
    width: 84px;
    height: 84px;
    -webkit-animation: patch-1 1.6s ease infinite;
            animation: patch-1 1.6s ease infinite; }
    @media only screen and (max-width: 1300px) {
      .patch-section .patch-3 {
        right: 202px;
        top: 265px; } }
    @media only screen and (max-width: 992px) {
      .patch-section .patch-3 {
        right: 200px;
        top: 376px; } }
    @media only screen and (max-width: 768px) {
      .patch-section .patch-3 {
        top: 219px; } }
    @media only screen and (max-width: 480px) {
      .patch-section .patch-3 {
        top: 155px;
        right: 110px;
        width: 51px;
        height: 50px;
        background-size: 100%; } }
    .patch-section .patch-3:hover {
      -webkit-animation: patch-2-2 1.6s ease;
              animation: patch-2-2 1.6s ease; }
  .patch-section .patch-4 {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 228px;
    right: 293px;
    background: url(../img/patch-4.png) no-repeat center;
    width: 206px;
    height: 207px;
    -webkit-animation: patch-1 1.6s ease infinite;
            animation: patch-1 1.6s ease infinite; }
    @media only screen and (max-width: 1300px) {
      .patch-section .patch-4 {
        width: 112px;
        height: 112px;
        background-size: 100%;
        right: 280px; } }
    @media only screen and (max-width: 768px) {
      .patch-section .patch-4 {
        top: 185px;
        right: 237px; } }
    @media only screen and (max-width: 480px) {
      .patch-section .patch-4 {
        top: 103px;
        right: 149px; } }
    .patch-section .patch-4:hover {
      -webkit-animation: patch-4-2 1.6s ease;
              animation: patch-4-2 1.6s ease; }
  .patch-section .patch-5 {
    top: 254px;
    left: 110px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background: url(../img/patch-5.png) no-repeat center;
    width: 71px;
    height: 60px;
    -webkit-animation: patch-1 1.6s ease infinite;
            animation: patch-1 1.6s ease infinite; }
    @media only screen and (max-width: 768px) {
      .patch-section .patch-5 {
        top: 185px; } }
    @media only screen and (max-width: 480px) {
      .patch-section .patch-5 {
        width: 39px;
        height: 40px;
        background-size: 100%;
        top: 138px;
        left: 53px; } }
    .patch-section .patch-5:hover {
      -webkit-animation: patch-4-2 1.6s ease infinite;
              animation: patch-4-2 1.6s ease infinite; }

@-webkit-keyframes patch-1 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes patch-1 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes patch-1-2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@keyframes patch-1-2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@-webkit-keyframes patch-2-2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0; } }

@keyframes patch-2-2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0; } }

@-webkit-keyframes patch-4-2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%); } }

@keyframes patch-4-2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%); } }
  .patch-section .wrapper-txt {
    max-width: 630px;
    width: 100%;
    margin-top: 70px; }
    @media only screen and (max-width: 768px) {
      .patch-section .wrapper-txt {
        margin-top: 0; } }
  .patch-section .logo-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 22px; }
  .patch-section .wrapper-logo {
    max-width: 218px;
    width: 100%;
    margin-right: 25px; }
    @media only screen and (max-width: 768px) {
      .patch-section .wrapper-logo {
        max-width: 96px;
        margin-right: 8px; } }
    .patch-section .wrapper-logo img {
      width: 100%;
      display: block;
      height: auto; }
  .patch-section h2 {
    color: #2579bf;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 4px; }
    @media only screen and (max-width: 768px) {
      .patch-section h2 {
        font-size: 36px;
        line-height: 45px; } }
    @media only screen and (max-width: 480px) {
      .patch-section h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 3px;
        max-width: 198px; } }
  .patch-section .wrapper-txt-container {
    position: relative; }
  .patch-section .txt-container {
    padding: 32px 32px 63px 32px;
    -webkit-box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
            box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 480px) {
      .patch-section .txt-container {
        padding: 38px 23px 20px 23px; } }
    .patch-section .txt-container:before {
      content: '';
      display: block;
      width: 3px;
      height: calc(100% + 4px);
      background-color: #57d9f5;
      position: absolute;
      top: 0;
      left: 0; }
  .patch-section .sizes {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1.8px;
    border-radius: 10px;
    background-color: #57d9f5;
    padding: 7px 18px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    right: 38px; }
    @media only screen and (max-width: 1300px) {
      .patch-section .sizes {
        right: 50%;
        top: 0;
        bottom: auto;
        -webkit-transform: translateY(-50%) translateX(50%);
            -ms-transform: translateY(-50%) translateX(50%);
                transform: translateY(-50%) translateX(50%); } }
    @media only screen and (max-width: 768px) {
      .patch-section .sizes {
        padding: 4px 16px; } }
    @media only screen and (max-width: 768px) {
      .patch-section .sizes span {
        display: none; } }
  .patch-section .btn {
    position: absolute;
    left: 33px;
    bottom: 0;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); }
    @media only screen and (max-width: 480px) {
      .patch-section .btn {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 19px; } }

.how-care-for-wound {
  padding-top: 75px;
  background: url(../img/bg-8.jpg) no-repeat center;
  background-position: top 174px center;
  background-size: 100%; }
  @media only screen and (max-width: 1300px) {
    .how-care-for-wound {
      padding-bottom: 70px;
      background-position: bottom 40px center; } }
  @media only screen and (max-width: 480px) {
    .how-care-for-wound {
      padding-top: 40px;
      background: url(../img/bg-8_9-mob.jpg) no-repeat bottom 46px center;
      background-size: 100%; } }
  @media only screen and (max-width: 480px) {
    .how-care-for-wound:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 100%;
      height: 661px;
      background: url(../img/bg-1-gradient.png) no-repeat center;
      background-size: cover; } }
  .how-care-for-wound h2 {
    color: #2579bf;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 4px; }
    @media only screen and (max-width: 480px) {
      .how-care-for-wound h2 {
        font-size: 30px;
        line-height: 40px; } }
  .how-care-for-wound .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    @media only screen and (max-width: 992px) {
      .how-care-for-wound .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: static;
        padding-bottom: 370px; } }
    @media only screen and (max-width: 768px) {
      .how-care-for-wound .container {
        padding-bottom: 260px; } }
    @media only screen and (max-width: 480px) {
      .how-care-for-wound .container {
        padding-bottom: 270px; } }
    .how-care-for-wound .container:before {
      top: -90px;
      left: -90px;
      position: absolute;
      content: '';
      display: block;
      width: 911px;
      height: 837px;
      background: url(../img/gradient.png) no-repeat center; }
      @media only screen and (max-width: 992px) {
        .how-care-for-wound .container:before {
          background: none;
          display: none; } }
  .how-care-for-wound .wrapper-txt {
    max-width: 630px;
    width: 100%;
    margin-top: 45px;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 1300px) {
      .how-care-for-wound .wrapper-txt {
        max-width: 480px; } }
    @media only screen and (max-width: 992px) {
      .how-care-for-wound .wrapper-txt {
        max-width: 700px; } }
    @media only screen and (max-width: 480px) {
      .how-care-for-wound .wrapper-txt {
        margin-top: 0;
        margin-bottom: 20px; } }
  .how-care-for-wound .txt-container {
    margin-top: 28px;
    -webkit-box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
            box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
    border-radius: 3px 10px 10px 3px;
    background-color: #ffffff;
    border-left: 3px solid #57d9f5;
    position: relative;
    padding: 24px 40px 37px 30px; }
    @media only screen and (max-width: 480px) {
      .how-care-for-wound .txt-container {
        margin-top: 19px;
        padding: 20px; } }
    .how-care-for-wound .txt-container p {
      margin-bottom: 17px; }
      .how-care-for-wound .txt-container p:last-type-type {
        margin-bottom: 0; }
    .how-care-for-wound .txt-container ol {
      list-style-type: none;
      counter-reset: item; }
    .how-care-for-wound .txt-container li {
      margin-bottom: 11px;
      padding-left: 28px; }
      .how-care-for-wound .txt-container li:before {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        content: counter(item, decimal-leading-zero);
        counter-increment: item;
        width: 52px;
        height: 32px;
        background: url(../img/el.svg) no-repeat center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -55px;
        color: #ffffff;
        font-family: "GothamPro";
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1.8px;
        padding-left: 18px; }
        @media only screen and (max-width: 480px) {
          .how-care-for-wound .txt-container li:before {
            left: -45px; } }
      .how-care-for-wound .txt-container li:last-child {
        margin-bottom: 0; }
  .how-care-for-wound .wrapper-img {
    position: absolute;
    top: 0;
    right: -325px;
    max-width: 884px;
    width: 100%; }
    @media only screen and (max-width: 1300px) {
      .how-care-for-wound .wrapper-img {
        max-width: 600px;
        right: -192px; } }
    @media only screen and (max-width: 992px) {
      .how-care-for-wound .wrapper-img {
        right: 0;
        top: auto;
        bottom: 0; } }
    @media only screen and (max-width: 768px) {
      .how-care-for-wound .wrapper-img {
        max-width: 430px; } }
    @media only screen and (max-width: 480px) {
      .how-care-for-wound .wrapper-img {
        max-width: 320px;
        position: absolute;
        left: auto;
        right: -10px;
        bottom: 80px;
        z-index: 2; } }
  .how-care-for-wound .img-decor {
    display: block;
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 480px) {
      .how-care-for-wound .img-decor {
        display: none; } }
  .how-care-for-wound .img-decor-mob {
    display: none; }
    @media only screen and (max-width: 480px) {
      .how-care-for-wound .img-decor-mob {
        display: block; } }
  .how-care-for-wound .wrapper-logo-block {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -54px; }
    @media only screen and (max-width: 480px) {
      .how-care-for-wound .wrapper-logo-block {
        width: 87px;
        height: 87px;
        left: -5px; }
        .how-care-for-wound .wrapper-logo-block img {
          width: 67px; } }

.section-instruction {
  padding-top: 61px;
  background: url(../img/bg-9.jpg) no-repeat top 17px center;
  background-size: 100%;
  position: relative; }
  @media only screen and (max-width: 1300px) {
    .section-instruction {
      padding-bottom: 70px;
      background-position: bottom 40px center; } }
  @media only screen and (max-width: 480px) {
    .section-instruction {
      padding-top: 50px;
      background: url(../img/bg-8_9-mob.jpg) no-repeat bottom 46px center;
      background-size: 100%; } }
  @media only screen and (max-width: 480px) {
    .section-instruction:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 100%;
      height: 661px;
      background: url(../img/bg-1-gradient.png) no-repeat center;
      background-size: cover; } }
  .section-instruction .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media only screen and (max-width: 992px) {
      .section-instruction .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 370px;
        position: static; } }
    @media only screen and (max-width: 768px) {
      .section-instruction .container {
        padding-bottom: 280px; } }
    @media only screen and (max-width: 480px) {
      .section-instruction .container {
        padding-bottom: 270px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .section-instruction .container:after {
      top: -112px;
      right: -114px;
      position: absolute;
      content: '';
      display: block;
      width: 911px;
      height: 837px;
      background: url(../img/gradient.png) no-repeat center; }
      @media only screen and (max-width: 992px) {
        .section-instruction .container:after {
          background: none;
          display: none; } }
  .section-instruction .wrapper-img {
    max-width: 900px;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: -324px;
    top: 14px; }
    @media only screen and (max-width: 1300px) {
      .section-instruction .wrapper-img {
        left: -134px;
        max-width: 500px; } }
    @media only screen and (max-width: 992px) {
      .section-instruction .wrapper-img {
        top: auto;
        left: 0;
        bottom: 40px; } }
    @media only screen and (max-width: 768px) {
      .section-instruction .wrapper-img {
        left: -50px;
        max-width: 400px; } }
    @media only screen and (max-width: 480px) {
      .section-instruction .wrapper-img {
        margin-top: 20px;
        position: absolute;
        right: -10px;
        left: auto;
        max-width: 342px;
        bottom: 70px; } }
  .section-instruction .img-decor {
    display: block;
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 480px) {
      .section-instruction .img-decor {
        display: none; } }
  .section-instruction .img-decor-mob {
    display: none; }
    @media only screen and (max-width: 480px) {
      .section-instruction .img-decor-mob {
        display: block; } }
  .section-instruction .wrapper-logo-block {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -50px; }
    @media only screen and (max-width: 480px) {
      .section-instruction .wrapper-logo-block {
        width: 87px;
        height: 87px;
        left: -5px; }
        .section-instruction .wrapper-logo-block img {
          width: 67px; } }
  .section-instruction .wrapper-txt {
    max-width: 630px;
    width: 100%;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 1300px) {
      .section-instruction .wrapper-txt {
        max-width: 520px; } }
    @media only screen and (max-width: 992px) {
      .section-instruction .wrapper-txt {
        max-width: 700px; } }
  .section-instruction h2 {
    color: #2579bf;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 14px; }
    @media only screen and (max-width: 480px) {
      .section-instruction h2 {
        font-size: 30px;
        line-height: 40px; } }
  .section-instruction ol {
    counter-reset: item2; }
    @media only screen and (max-width: 480px) {
      .section-instruction ol {
        padding-left: 10px; } }
  .section-instruction li {
    -webkit-box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
            box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
    border-radius: 3px 10px 10px 3px;
    border-left: 3px solid #57d9f5;
    background-color: #ffffff;
    min-height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 68px;
    padding-right: 35px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 9px; }
    @media only screen and (max-width: 480px) {
      .section-instruction li {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 50px;
        padding-right: 22px; } }
    .section-instruction li:last-child:before {
      background: none;
      width: auto;
      height: auto;
      -webkit-transform: rotate(-90deg) translate(-38%, -123%);
          -ms-transform: rotate(-90deg) translate(-38%, -123%);
              transform: rotate(-90deg) translate(-38%, -123%);
      top: 0;
      left: 0;
      display: block;
      content: 'Важно';
      color: #57d9f5;
      font-family: "GothamPro";
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.8px; }
      @media only screen and (max-width: 480px) {
        .section-instruction li:last-child:before {
          -webkit-transform: rotate(-90deg) translate(-66%, -123%);
              -ms-transform: rotate(-90deg) translate(-66%, -123%);
                  transform: rotate(-90deg) translate(-66%, -123%); } }
    .section-instruction li:before {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      content: counter(item2, decimal-leading-zero);
      counter-increment: item2;
      width: 52px;
      height: 32px;
      background: url(../img/el.svg) no-repeat center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: -24px;
      color: #ffffff;
      font-family: "GothamPro";
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 1.8px;
      padding-left: 18px; }
      @media only screen and (max-width: 480px) {
        .section-instruction li:before {
          left: -25px; } }
    .section-instruction li span {
      font-weight: 700;
      color: #2579bf; }
    .section-instruction li:last-child {
      margin-bottom: 0; }

.section-cooperation {
  padding-top: 50px;
  background: url(../img/bg-10.jpg) no-repeat top 60px center; }
  @media only screen and (max-width: 1300px) {
    .section-cooperation {
      background-position: bottom center;
      padding-bottom: 52px; } }
  @media only screen and (max-width: 480px) {
    .section-cooperation {
      padding-top: 44px;
      background: url(../img/bg-10-mob.jpg) no-repeat bottom center; } }
  @media only screen and (max-width: 480px) {
    .section-cooperation:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 100%;
      height: 661px;
      background: url(../img/bg-1-gradient.png) no-repeat center;
      background-size: cover; } }
  .section-cooperation .container {
    position: relative; }
    @media only screen and (max-width: 992px) {
      .section-cooperation .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media only screen and (max-width: 480px) {
      .section-cooperation .container {
        z-index: 2; } }
  .section-cooperation h2 {
    color: #2579bf;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 480px) {
      .section-cooperation h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 3px;
        margin-bottom: 15px; } }
  .section-cooperation .wrapper-txt {
    max-width: 947px;
    width: 100%; }
    @media only screen and (max-width: 1300px) {
      .section-cooperation .wrapper-txt {
        max-width: 600px; } }
    @media only screen and (max-width: 992px) {
      .section-cooperation .wrapper-txt {
        max-width: 100%;
        margin-bottom: 28px; } }
  .section-cooperation .txt-container {
    padding: 30px 315px 27px 31px;
    -webkit-box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
            box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
    border-radius: 7px 10px 10px 7px;
    border-left: 3px solid #57d9f5;
    background-color: #ffffff;
    margin-bottom: 24px; }
    @media only screen and (max-width: 1300px) {
      .section-cooperation .txt-container {
        padding-right: 69px; } }
    @media only screen and (max-width: 480px) {
      .section-cooperation .txt-container {
        padding: 20px; } }
  .section-cooperation h3 {
    color: #2579bf;
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .section-cooperation h3 {
        text-align: center; } }
    @media only screen and (max-width: 480px) {
      .section-cooperation h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px; } }
  .section-cooperation .wrapper-txt-container-rounding {
    position: relative;
    border-radius: 93px;
    padding-left: 76px;
    padding-right: 76px;
    -webkit-box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2);
            box-shadow: 5px 9px 20px rgba(37, 121, 191, 0.2); }
    @media only screen and (max-width: 480px) {
      .section-cooperation .wrapper-txt-container-rounding {
        padding-left: 20px;
        padding-right: 20px; } }
    .section-cooperation .wrapper-txt-container-rounding:before {
      content: '';
      display: block;
      width: 186px;
      background-color: #fff;
      border: 3px solid #57d9f5;
      bottom: 0px;
      left: 0px;
      top: 1px;
      position: absolute;
      z-index: 1;
      border-radius: 93px; }
      @media only screen and (max-width: 480px) {
        .section-cooperation .wrapper-txt-container-rounding:before {
          border-radius: 33px;
          width: 50px; } }
    .section-cooperation .wrapper-txt-container-rounding:after {
      content: '';
      display: block;
      width: 186px;
      background-color: #fff;
      border: 3px solid #57d9f5;
      bottom: 0px;
      right: 0px;
      top: 1px;
      position: absolute;
      z-index: 1;
      border-radius: 93px; }
      @media only screen and (max-width: 480px) {
        .section-cooperation .wrapper-txt-container-rounding:after {
          border-radius: 33px;
          width: 50px; } }
  .section-cooperation .txt-container-rounding {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    padding: 30px 0; }
    .section-cooperation .txt-container-rounding p {
      color: #2579bf;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      text-transform: uppercase;
      letter-spacing: 1.8px;
      padding-right: 68px; }
      @media only screen and (max-width: 480px) {
        .section-cooperation .txt-container-rounding p {
          padding-right: 0;
          text-align: center; } }
  .section-cooperation .wrapper-img {
    position: absolute;
    z-index: 2;
    top: 3px;
    right: -20px;
    max-width: 584px;
    width: 100%; }
    @media only screen and (max-width: 1300px) {
      .section-cooperation .wrapper-img {
        right: -150px;
        max-width: 500px; } }
    @media only screen and (max-width: 992px) {
      .section-cooperation .wrapper-img {
        position: relative;
        right: 0;
        top: 0; } }
    @media only screen and (max-width: 768px) {
      .section-cooperation .wrapper-img {
        max-width: 350px; } }
  .section-cooperation .img-decor {
    width: 100%;
    height: auto;
    display: block; }
  .section-cooperation .wrapper-logo-block {
    top: 24px;
    left: -84px; }
    @media only screen and (max-width: 480px) {
      .section-cooperation .wrapper-logo-block {
        left: 9px;
        top: -8px;
        width: 87px;
        height: 87px; } }
    .section-cooperation .wrapper-logo-block img {
      max-width: 148px; }
      @media only screen and (max-width: 480px) {
        .section-cooperation .wrapper-logo-block img {
          max-width: 67px; } }

