@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.sanctions_yellow {
  color: #ffb100; }

.sanctions_top {
  background-image: url("../minimg/sanctions/bg_img.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 90px;
  min-height: 530px;
  height: 100%;
  border-bottom: 2px solid #f57c00; }
  .sanctions_top .wrapper .sanctions_top_title {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    text-align: center;
    line-height: 70px;
    margin: 0 auto 0 auto; }
  .sanctions_top .wrapper .sanctions_top_description {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    margin-top: 25px;
    text-align: center; }
  .sanctions_top .wrapper .mouseWheel {
    position: relative;
    height: 32px;
    top: 20px;
    left: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
    margin: 55px auto 0 auto;
    display: block; }
  @media (max-width: 895px) {
    .sanctions_top {
      padding-top: 90px; }
      .sanctions_top .wrapper .sanctions_top_title {
        font-size: 45px;
        line-height: 50px; }
      .sanctions_top .wrapper .sanctions_top_description {
        font-size: 25px; }
      .sanctions_top .wrapper .mouseWheel {
        margin: 65px auto 0 auto; } }
  @media (max-width: 725px) {
    .sanctions_top {
      padding-top: 85px; }
      .sanctions_top .wrapper .sanctions_top_title {
        font-size: 35px;
        line-height: 45px; }
      .sanctions_top .wrapper .sanctions_top_description {
        font-size: 23px; }
      .sanctions_top .wrapper .mouseWheel {
        margin: 100px auto 0 auto; } }
  @media (max-width: 435px) {
    .sanctions_top {
      padding-top: 85px; }
      .sanctions_top .wrapper .sanctions_top_title {
        font-size: 30px;
        line-height: 40px; }
      .sanctions_top .wrapper .sanctions_top_description {
        font-size: 20px; }
      .sanctions_top .wrapper .mouseWheel {
        margin: 90px auto 0 auto; } }

.sanctions_independence {
  padding: 80px 15px 0; }
  .sanctions_independence .wrapper .sanctions_independence_title {
    font-size: 60px;
    color: #263139;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center; }
    @media (max-width: 895px) {
      .sanctions_independence .wrapper .sanctions_independence_title {
        font-size: 50px; } }
    @media (max-width: 725px) {
      .sanctions_independence .wrapper .sanctions_independence_title {
        font-size: 35px; } }
    @media (max-width: 435px) {
      .sanctions_independence .wrapper .sanctions_independence_title {
        font-size: 25px; } }
  .sanctions_independence .wrapper .sanctions_independence_items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    width: 100%;
    margin-top: 40px; }
    .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item {
      max-width: 370px;
      width: 100%;
      margin-right: 30px;
      margin-bottom: 50px; }
      .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item .sanctions_independence_item_content {
        border-radius: 5px;
        min-height: 270px;
        height: auto;
        padding: 40px 30px 35px;
        background-image: url("../minimg/sanctions/square.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
        .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item .sanctions_independence_item_content .sanctions_independence_item_top {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          margin-bottom: 30px; }
          .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item .sanctions_independence_item_content .sanctions_independence_item_top .sanctions_independence_item_line {
            height: 3px;
            width: 70px;
            background-color: #FFFFFF;
            margin-right: 10px; }
          .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item .sanctions_independence_item_content .sanctions_independence_item_top .sanctions_independence_item_number {
            font-size: 14px;
            color: #FFFFFF;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 1.714; }
        .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item .sanctions_independence_item_content .sanctions_independence_item_description {
          font-size: 30px;
          color: #FFFFFF;
          font-weight: bold;
          line-height: 1.2;
          text-align: center; }
      .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item .sanctions_independence_item_shadow {
        margin-left: auto;
        margin-right: auto;
        width: 94%;
        height: 10px;
        background-color: #ffefcc;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
    .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item:nth-child(2) .sanctions_independence_item_content {
      background-image: url("../minimg/sanctions/cross.jpg"); }
    .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item:nth-child(2) .sanctions_independence_item_shadow {
      background-color: #edf5d2; }
    .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item:nth-child(3) {
      margin-right: 0; }
      .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item:nth-child(3) .sanctions_independence_item_content {
        background-image: url("../minimg/sanctions/oval.jpg"); }
        .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item:nth-child(3) .sanctions_independence_item_content .sanctions_independence_item_description {
          font-size: 20px; }
      .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item:nth-child(3) .sanctions_independence_item_shadow {
        background-color: #e1d8f1; }
    @media (max-width: 1200px) {
      .sanctions_independence .wrapper .sanctions_independence_items {
        max-width: 770px;
        -webkit-justify-content: unset;
        justify-content: unset; }
        .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item:nth-child(2) {
          margin-right: 0; } }
    @media (max-width: 800px) {
      .sanctions_independence .wrapper .sanctions_independence_items {
        max-width: 370px; }
        .sanctions_independence .wrapper .sanctions_independence_items .sanctions_independence_item:nth-child(1) {
          margin-right: 0; } }
  .sanctions_independence .wrapper .sanctions_independence_bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .sanctions_independence .wrapper .sanctions_independence_bottom .sanctions_independence_bottom_left {
      max-width: 565px;
      width: 100%;
      margin-right: 10px; }
      .sanctions_independence .wrapper .sanctions_independence_bottom .sanctions_independence_bottom_left .sanctions_independence_bottom_left_top {
        font-size: 20px;
        color: #484846;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 25px; }
        .sanctions_independence .wrapper .sanctions_independence_bottom .sanctions_independence_bottom_left .sanctions_independence_bottom_left_top span {
          font-weight: bold; }
      .sanctions_independence .wrapper .sanctions_independence_bottom .sanctions_independence_bottom_left .sanctions_independence_bottom_left_b {
        font-size: 16px;
        color: #484846;
        line-height: 1.563;
        text-align: left; }
    .sanctions_independence .wrapper .sanctions_independence_bottom .sanctions_independence_bottom_img {
      max-width: 570px;
      width: 100%;
      height: auto;
      display: block; }
    @media (max-width: 1175px) {
      .sanctions_independence .wrapper .sanctions_independence_bottom {
        margin-left: auto;
        margin-right: auto;
        max-width: 770px; }
        .sanctions_independence .wrapper .sanctions_independence_bottom .sanctions_independence_bottom_left {
          margin-right: 0;
          margin-bottom: 30px; } }
    @media (max-width: 550px) {
      .sanctions_independence .wrapper .sanctions_independence_bottom .sanctions_independence_bottom_left .sanctions_independence_bottom_left_top {
        font-size: 18px; }
      .sanctions_independence .wrapper .sanctions_independence_bottom .sanctions_independence_bottom_left .sanctions_independence_bottom_left_b {
        font-size: 15px; } }
  @media (max-width: 650px) {
    .sanctions_independence {
      padding-top: 70px; } }

.sanctions_open {
  margin-left: auto;
  margin-right: auto;
  background-image: url("../minimg/sanctions/open_source.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 1600px;
  width: 100%;
  padding: 0 15px;
  margin-top: 50px;
  border-radius: 30px; }
  .sanctions_open .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .sanctions_open .wrapper .sanctions_open_img {
      max-width: 607px;
      width: 100%;
      height: auto;
      display: block;
      margin-top: -50px;
      margin-left: -40px; }
      @media (max-width: 1300px) {
        .sanctions_open .wrapper .sanctions_open_img {
          margin-left: 0; } }
      @media (max-width: 1115px) {
        .sanctions_open .wrapper .sanctions_open_img {
          display: none; } }
    .sanctions_open .wrapper .sanctions_open_description {
      max-width: 570px;
      width: 100%;
      height: auto; }
      .sanctions_open .wrapper .sanctions_open_description .sanctions_open_p {
        margin-bottom: 25px;
        font-size: 20px;
        color: #FFFFFF;
        font-weight: normal;
        line-height: 1.5;
        text-align: left; }
        .sanctions_open .wrapper .sanctions_open_description .sanctions_open_p span {
          font-size: 28px;
          color: #263139;
          font-weight: bold;
          line-height: 1.071;
          text-align: left;
          padding: 0 5px 0 10px;
          margin: 0 -5px 0 -10px;
          background-color: #ffd466; }
        @media (max-width: 1200px) {
          .sanctions_open .wrapper .sanctions_open_description .sanctions_open_p {
            font-size: 18px; }
            .sanctions_open .wrapper .sanctions_open_description .sanctions_open_p span {
              font-size: 23px; } }
      .sanctions_open .wrapper .sanctions_open_description .sanctions_open_bottom {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 1.563;
        text-align: left; }
      @media (max-width: 1115px) {
        .sanctions_open .wrapper .sanctions_open_description {
          margin-left: auto;
          margin-right: auto; }
          .sanctions_open .wrapper .sanctions_open_description .sanctions_open_p {
            margin-bottom: 25px;
            font-size: 20px;
            color: #FFFFFF;
            font-weight: normal;
            line-height: 1.5;
            text-align: left; }
            .sanctions_open .wrapper .sanctions_open_description .sanctions_open_p span {
              font-size: 28px;
              color: #263139;
              font-weight: bold;
              line-height: 1.071;
              text-align: left;
              padding: 0 5px 0 10px;
              margin: 0 -5px 0 -10px;
              background-color: #ffd466; } }
      @media (max-width: 600px) {
        .sanctions_open .wrapper .sanctions_open_description {
          max-width: 500px; }
          .sanctions_open .wrapper .sanctions_open_description .sanctions_open_p {
            font-size: 18px; }
            .sanctions_open .wrapper .sanctions_open_description .sanctions_open_p span {
              font-size: 23px; } }
  @media (max-width: 1115px) {
    .sanctions_open {
      min-height: 358px;
      padding-top: 90px;
      padding-bottom: 45px; } }

.sanctions_why {
  padding: 95px 15px 0; }
  .sanctions_why .wrapper .sanctions_why_title {
    font-size: 40px;
    color: #263139;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 90px; }
    @media (max-width: 1200px) {
      .sanctions_why .wrapper .sanctions_why_title {
        font-size: 35px; } }
    @media (max-width: 750px) {
      .sanctions_why .wrapper .sanctions_why_title {
        font-size: 30px;
        margin-bottom: 80px; } }
    @media (max-width: 550px) {
      .sanctions_why .wrapper .sanctions_why_title {
        font-size: 28px;
        margin-bottom: 70px; } }
    @media (max-width: 400px) {
      .sanctions_why .wrapper .sanctions_why_title {
        font-size: 23px;
        margin-bottom: 65px; } }
  .sanctions_why .wrapper .sanctions_why_items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .sanctions_why .wrapper .sanctions_why_items .section {
      max-width: 570px;
      width: 100%;
      margin-right: 15px; }
      .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        margin-bottom: 45px; }
        .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_img {
          width: 70px;
          height: 70px;
          display: block;
          margin-right: 30px;
          margin-top: 5px; }
          @media (max-width: 545px) {
            .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_img {
              margin-right: 20px;
              width: 50px;
              height: 50px; } }
        .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_right .sanctions_why_item_title {
          font-size: 20px;
          color: #263139;
          font-weight: bold;
          line-height: 1.25;
          text-align: left;
          margin-bottom: 15px; }
          @media (max-width: 545px) {
            .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_right .sanctions_why_item_title {
              font-size: 17px; } }
        .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_right .sanctions_why_item_description {
          font-size: 16px;
          color: #484846;
          line-height: 1.563;
          text-align: left; }
          @media (max-width: 545px) {
            .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_right .sanctions_why_item_description {
              font-size: 14px; } }
        .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_right .sanctions_why_item_stroke {
          max-width: 470px;
          width: 100%;
          margin-top: 15px;
          padding: 7px 40px;
          border: 1px solid #ff8a00;
          font-size: 16px;
          color: #484846;
          line-height: 1.563;
          text-align: left;
          margin-left: -10px; }
          .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_right .sanctions_why_item_stroke span {
            font-weight: bold; }
          @media (max-width: 545px) {
            .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_right .sanctions_why_item_stroke {
              font-size: 14px; } }
        .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_right .sanctions_why_item_addition {
          font-size: 16px;
          color: #484846;
          line-height: 1.563;
          text-align: left;
          margin-top: 15px; }
          .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_right .sanctions_why_item_addition span {
            font-weight: bold; }
          @media (max-width: 545px) {
            .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_right .sanctions_why_item_addition {
              font-size: 14px; } }
        .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_right .sanctions_why_item_italic {
          margin-top: 15px;
          font-size: 16px;
          color: #484846;
          font-style: italic;
          line-height: 1.563;
          text-align: left; }
          @media (max-width: 545px) {
            .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_right .sanctions_why_item_italic {
              font-size: 14px; } }
      .sanctions_why .wrapper .sanctions_why_items .section .first_sanctions_why_item {
        margin-bottom: 95px; }
      .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_img {
        max-width: 570px;
        width: 100%;
        height: auto;
        display: block; }
    .sanctions_why .wrapper .sanctions_why_items .section:last-child {
      margin-right: 0; }
      .sanctions_why .wrapper .sanctions_why_items .section:last-child .sanctions_why_item:last-child {
        margin-bottom: 0; }
    @media (max-width: 1135px) {
      .sanctions_why .wrapper .sanctions_why_items {
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .sanctions_why .wrapper .sanctions_why_items .section {
          margin-left: auto;
          margin-right: auto;
          max-width: 750px; }
          .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_item .sanctions_why_item_right .sanctions_why_item_stroke {
            max-width: 855px;
            margin-left: 0; }
          .sanctions_why .wrapper .sanctions_why_items .section .sanctions_why_img {
            display: none; }
          .sanctions_why .wrapper .sanctions_why_items .section .first_sanctions_why_item {
            margin-bottom: 45px; }
        .sanctions_why .wrapper .sanctions_why_items .section:last-child {
          margin-left: auto;
          margin-right: auto;
          max-width: 750px; }
          .sanctions_why .wrapper .sanctions_why_items .section:last-child .sanctions_why_item:last-child {
            margin-bottom: 45px; } }
  @media (max-width: 400px) {
    .sanctions_why {
      padding-top: 75px; } }

.sanctions_asterisk {
  padding: 95px 15px;
  background-color: #3a3d4c; }
  .sanctions_asterisk .wrapper .sanctions_asterisk_title {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.667;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 70px; }
    .sanctions_asterisk .wrapper .sanctions_asterisk_title span {
      color: #FFB100; }
    @media (max-width: 760px) {
      .sanctions_asterisk .wrapper .sanctions_asterisk_title {
        font-size: 50px; } }
    @media (max-width: 540px) {
      .sanctions_asterisk .wrapper .sanctions_asterisk_title {
        font-size: 40px;
        margin-bottom: 60px; } }
    @media (max-width: 350px) {
      .sanctions_asterisk .wrapper .sanctions_asterisk_title {
        font-size: 35px;
        margin-bottom: 55px; } }
  .sanctions_asterisk .wrapper .sanctions_asterisk_content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    position: relative;
    background-image: url("../minimg/sanctions/asterisk.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center 30%; }
    .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-bottom: 200px; }
      .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items .sanctions_asterisk_item {
        max-width: 505px;
        width: 100%; }
        .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items .sanctions_asterisk_item .sanctions_asterisk_item_title {
          font-size: 20px;
          color: #FFB100;
          font-weight: bold;
          line-height: 1.25;
          text-align: right;
          margin-bottom: 15px; }
        .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items .sanctions_asterisk_item .sanctions_asterisk_item_description {
          font-size: 16px;
          color: #B0ABB3;
          line-height: 1.563;
          text-align: right; }
      .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items .sanctions_asterisk_item:last-child .sanctions_asterisk_item_title {
        text-align: left; }
      .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items .sanctions_asterisk_item:last-child .sanctions_asterisk_item_description {
        text-align: left; }
    .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items:nth-child(2) .sanctions_asterisk_item {
      max-width: 290px; }
    .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items:last-child {
      margin-bottom: 0; }
    @media (max-width: 1060px) {
      .sanctions_asterisk .wrapper .sanctions_asterisk_content {
        background-image: none; }
        .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items {
          margin-bottom: 35px; }
          .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items .sanctions_asterisk_item {
            max-width: 505px;
            width: 100%;
            margin-right: 20px; }
          .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items .sanctions_asterisk_item:last-child .sanctions_asterisk_item_title {
            text-align: left; }
          .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items .sanctions_asterisk_item:last-child .sanctions_asterisk_item_description {
            text-align: left; }
        .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items:nth-child(2) .sanctions_asterisk_item {
          max-width: 505px; } }
    @media (max-width: 760px) {
      .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items {
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items .sanctions_asterisk_item {
          margin-left: auto;
          margin-right: auto;
          max-width: 550px;
          margin-bottom: 30px; }
          .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items .sanctions_asterisk_item .sanctions_asterisk_item_title {
            text-align: left; }
          .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items .sanctions_asterisk_item .sanctions_asterisk_item_description {
            text-align: left; }
      .sanctions_asterisk .wrapper .sanctions_asterisk_content .sanctions_asterisk_items:nth-child(2) .sanctions_asterisk_item {
        max-width: 550px; } }

.sanctions_what {
  background-image: url(../minimg/sanctions/sanctions_what.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  display: flex;
  position: relative;
  padding-top: 75px;
  padding-bottom: 10px;
  background-color: #f2f4f9; }
  .sanctions_what .sanctions_what_content {
    max-width: 370px;
    width: 100%;
    margin-right: 10px;
    margin-top: 135px;
    margin-left: auto;
    max-height: 445px;
    border-bottom: 1px solid #c8d8df; }
    .sanctions_what .sanctions_what_content .heading {
      font-size: 40px;
      color: #263139;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.2;
      text-align: left;
      margin-bottom: 160px; }
    .sanctions_what .sanctions_what_content .sanctions_what_nav {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      margin-left: 20px; }
      .sanctions_what .sanctions_what_content .sanctions_what_nav button {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: #ff8a00;
        opacity: 0.5;
        border: none; }
        .sanctions_what .sanctions_what_content .sanctions_what_nav button:hover {
          transition: all 0.3s ease-in-out;
          opacity: 1; }
      .sanctions_what .sanctions_what_content .sanctions_what_nav .sanctions_what_prev {
        background-image: url(../minimg/sanctions/arrow_left.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
        margin-right: 15px; }
      .sanctions_what .sanctions_what_content .sanctions_what_nav .sanctions_what_next {
        background-image: url(../minimg/sanctions/arrow_right.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto; }
  .sanctions_what .sanctions_what_right {
    width: 61%; }
    .sanctions_what .sanctions_what_right .sanctions_what_slide {
      width: 100%;
      padding: 25px; }
      .sanctions_what .sanctions_what_right .sanctions_what_slide .swiper-wrapper {
        padding: 25px 0 25px; }
        .sanctions_what .sanctions_what_right .sanctions_what_slide .swiper-wrapper .card {
          border-radius: 10px;
          width: 370px !important;
          height: 530px !important;
          padding: 5px 30px 30px;
          background-color: white;
          box-shadow: 0 10px 30px 0 rgba(127, 136, 144, 0.3); }
          .sanctions_what .sanctions_what_right .sanctions_what_slide .swiper-wrapper .card span {
            display: block;
            font-size: 100px;
            color: #FFC527;
            position: relative;
            padding-bottom: 55px;
            font-weight: bold;
            margin-bottom: 25px;
            line-height: 1.2; }
            .sanctions_what .sanctions_what_right .sanctions_what_slide .swiper-wrapper .card span:after {
              content: '';
              display: block;
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              width: 40px;
              height: 2px;
              background-color: #ffb100; }
          .sanctions_what .sanctions_what_right .sanctions_what_slide .swiper-wrapper .card h4 {
            color: #263139;
            font-size: 20px;
            font-weight: bold;
            line-height: 1.4;
            text-align: left; }
          .sanctions_what .sanctions_what_right .sanctions_what_slide .swiper-wrapper .card p {
            margin-top: 20px;
            font-size: 16px;
            line-height: 1.563;
            color: #484846;
            text-align: left; }
  @media (max-width: 1010px) {
    .sanctions_what {
      display: block; }
      .sanctions_what .sanctions_what_content {
        width: unset;
        max-width: 1010px;
        padding: 0 15px;
        margin: 0 15px;
        padding-bottom: 15px; }
        .sanctions_what .sanctions_what_content .heading {
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          width: 100%;
          max-width: 1010px;
          font-size: 35px;
          margin-bottom: 100px; }
        .sanctions_what .sanctions_what_content .sanctions_what_nav {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between; }
      .sanctions_what .sanctions_what_right {
        width: 100%;
        margin-top: 25px; } }
  @media (max-width: 750px) {
    .sanctions_what {
      padding-top: 55px; } }
  @media (max-width: 420px) {
    .sanctions_what {
      padding-top: 50px; }
      .sanctions_what .sanctions_what_right .sanctions_what_slide .swiper-wrapper .card {
        width: 320px !important;
        height: 470px !important;
        padding: 5px 20px 20px; }
        .sanctions_what .sanctions_what_right .sanctions_what_slide .swiper-wrapper .card span {
          font-size: 85px;
          padding-bottom: 45px;
          margin-bottom: 20px; }
        .sanctions_what .sanctions_what_right .sanctions_what_slide .swiper-wrapper .card h4 {
          font-size: 18px; }
        .sanctions_what .sanctions_what_right .sanctions_what_slide .swiper-wrapper .card p {
          margin-top: 18px;
          font-size: 14px; } }

.sanctions_what_bottom {
  background-color: #f2f4f9;
  padding: 0 15px; }
  .sanctions_what_bottom .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    .sanctions_what_bottom .wrapper .sanctions_what_bottom_content {
      max-width: 560px;
      width: 100%; }
      .sanctions_what_bottom .wrapper .sanctions_what_bottom_content .sanctions_what_bottom_title {
        font-size: 20px;
        color: #484846;
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 15px; }
      .sanctions_what_bottom .wrapper .sanctions_what_bottom_content .sanctions_what_bottom_description {
        font-size: 16px;
        color: #484846;
        line-height: 1.563;
        text-align: left;
        margin-bottom: 15px; }
      .sanctions_what_bottom .wrapper .sanctions_what_bottom_content .sanctions_what_bottom_label {
        font-size: 16px;
        color: #484846;
        font-weight: bold;
        line-height: 1.563;
        text-align: left;
        margin-bottom: 15px; }
      .sanctions_what_bottom .wrapper .sanctions_what_bottom_content .sanctions_what_bottom_items .sanctions_what_bottom_item {
        margin-bottom: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex; }
        .sanctions_what_bottom .wrapper .sanctions_what_bottom_content .sanctions_what_bottom_items .sanctions_what_bottom_item .sanctions_what_bottom_item_img {
          width: 15px;
          height: 10px;
          display: block;
          margin-right: 30px;
          margin-top: 7px; }
        .sanctions_what_bottom .wrapper .sanctions_what_bottom_content .sanctions_what_bottom_items .sanctions_what_bottom_item .sanctions_what_bottom_item_descr {
          font-size: 16px;
          color: #484846;
          line-height: 1.563;
          text-align: left; }
      @media (max-width: 1065px) {
        .sanctions_what_bottom .wrapper .sanctions_what_bottom_content {
          margin-left: auto;
          margin-right: auto;
          max-width: 750px; } }
    .sanctions_what_bottom .wrapper .sanctions_what_bottom_img {
      max-width: 570px;
      width: 100%;
      height: auto;
      display: block;
      margin-left: 15px; }
      @media (max-width: 1065px) {
        .sanctions_what_bottom .wrapper .sanctions_what_bottom_img {
          display: none; } }
  @media (max-width: 1065px) {
    .sanctions_what_bottom {
      padding: 40px 15px 25px; } }

.sanctions_competitiveness {
  padding: 80px 15px 80px; }
  .sanctions_competitiveness .sanctions_competitiveness_title {
    margin-left: auto;
    margin-right: auto;
    max-width: 685px;
    width: 100%;
    font-size: 40px;
    color: #263139;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 70px; }
    @media (max-width: 720px) {
      .sanctions_competitiveness .sanctions_competitiveness_title {
        font-size: 30px; } }
    @media (max-width: 565px) {
      .sanctions_competitiveness .sanctions_competitiveness_title {
        font-size: 25px; } }
    @media (max-width: 450px) {
      .sanctions_competitiveness .sanctions_competitiveness_title {
        font-size: 20px; } }
    @media (max-width: 365px) {
      .sanctions_competitiveness .sanctions_competitiveness_title {
        font-size: 18px; } }
  .sanctions_competitiveness .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    .sanctions_competitiveness .wrapper .sanctions_competitiveness_item {
      text-decoration: none;
      max-width: 570px;
      width: 100%;
      min-height: 385px;
      height: auto;
      background-color: #ffffff;
      margin-bottom: 30px;
      margin-right: 30px;
      border: 1px solid #e0e4ef;
      transition: all 0.3s ease-in-out;
      cursor: pointer; }
      .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        min-height: 385px;
        padding-bottom: 50px; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image img {
          display: block;
          margin: 0;
          padding: 0;
          max-width: 570px;
          width: 100%;
          height: auto; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_title {
          display: block;
          text-transform: uppercase;
          margin: 40px auto 0 65px;
          width: 100%;
          max-width: 430px;
          font-size: 20px;
          font-weight: bold;
          line-height: 1.5;
          color: #263139; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_bottom {
          display: flex;
          margin-top: 15px;
          max-width: 430px;
          width: 100%;
          margin-left: 65px;
          margin-right: 60px;
          justify-content: space-between;
          align-items: center; }
          .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_bottom span {
            color: #646c75;
            font-size: 14px;
            display: block; }
          .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_bottom img {
            width: 45px;
            height: 10px;
            display: block; }
      .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_text {
        display: none;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_text .sanctions_competitiveness_item_text_title {
          display: block;
          text-transform: uppercase;
          margin: 0 35px 0 65px;
          padding: 0;
          width: 100%;
          max-width: 405px;
          font-size: 20px;
          font-weight: bold;
          line-height: 1.5;
          color: #263139; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_text .sanctions_competitiveness_item_text_span {
          width: 100%;
          max-width: 405px;
          margin: 10px 35px 0 65px;
          display: block;
          font-size: 16px;
          color: #484846;
          line-height: 1.563; }
      .sanctions_competitiveness .wrapper .sanctions_competitiveness_item:hover {
        transition: all 0.3s ease-in-out;
        border: 1px solid #ffffff;
        -webkit-box-shadow: 0 2px 15px 0 #CFCFCF;
        box-shadow: 0 2px 15px 0 #CFCFCF;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item:hover .sanctions_competitiveness_item_image {
          display: none;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item:hover .sanctions_competitiveness_item_text {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: center;
          align-items: center;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
    .sanctions_competitiveness .wrapper .sanctions_competitiveness_item:nth-child(2) {
      margin-right: 0; }
    .sanctions_competitiveness .wrapper .sanctions_competitiveness_item:nth-child(4) {
      margin-right: 0; }
    @media (max-width: 1190px) {
      .sanctions_competitiveness .wrapper {
        max-width: 570px;
        width: unset;
        margin-left: auto;
        margin-right: auto; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item {
          margin-right: 0;
          min-height: 285px; }
          .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image {
            min-height: 285px; } }
    @media (max-width: 580px) {
      .sanctions_competitiveness .wrapper .sanctions_competitiveness_item {
        margin-left: 5px;
        margin-right: 5px; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image {
          width: unset; }
          .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_title {
            font-size: 18px;
            width: unset; }
          .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_bottom {
            max-width: 380px;
            width: unset; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_text {
          width: unset; }
          .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_text .sanctions_competitiveness_item_text_title {
            font-size: 18px;
            width: unset; } }
    @media (max-width: 485px) {
      .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_title {
        margin: 30px auto 0 35px;
        max-width: 350px;
        font-size: 17px; }
      .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_bottom {
        max-width: 350px;
        margin-left: 35px; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_bottom span {
          font-size: 14px;
          display: block; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_bottom img {
          width: 45px;
          height: 10px;
          display: block; }
      .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_text .sanctions_competitiveness_item_text_title {
        width: unset;
        margin: 30px auto 0 35px;
        max-width: 350px;
        font-size: 17px; }
      .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_text .sanctions_competitiveness_text_span {
        width: unset;
        max-width: 350px;
        margin: 8px auto 0 35px;
        font-size: 15px; } }
    @media (max-width: 490px) {
      .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_title {
        margin: 10px;
        max-width: 320px;
        font-size: 16px; }
      .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_bottom {
        margin: 10px;
        max-width: 320px; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_bottom span {
          font-size: 14px;
          display: block; }
        .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_image .sanctions_competitiveness_item_bottom img {
          width: 45px;
          height: 10px;
          display: block; }
      .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_text .sanctions_competitiveness_item_text_title {
        margin: 10px;
        max-width: 320px;
        font-size: 16px; }
      .sanctions_competitiveness .wrapper .sanctions_competitiveness_item .sanctions_competitiveness_item_text .sanctions_competitiveness_item_text_span {
        max-width: 320px;
        margin: 10px;
        font-size: 15px; } }

.sanctions_reliability {
  background-image: url("../minimg/sanctions/sanctions_reliability.png");
  background-position: 1% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 15px 100px; }
  .sanctions_reliability .wrapper {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .sanctions_reliability .wrapper .sanctions_reliability_title {
      font-size: 50px;
      color: #263139;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.2;
      text-align: center; }
    .sanctions_reliability .wrapper .sanctions_reliability_items {
      margin-top: 60px;
      position: relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item {
        max-width: 370px;
        width: 100%;
        height: 440px;
        border: 1px solid #e0e4ef;
        padding: 50px 30px;
        cursor: pointer;
        margin-right: auto;
        background-color: #fcfdff; }
        .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item .sanctions_reliability_item_number {
          width: 40px;
          line-height: 1;
          color: #5e668b;
          font-size: 16px;
          font-weight: 700; }
        .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item .item1 {
          border-right: 3px solid #8284d9; }
        .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item .item2 {
          border-right: 3px solid #ff5973; }
        .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item .item3 {
          border-right: 3px solid #ffaf74; }
        .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item .item4 {
          border-right: 3px solid #10d0a1; }
        .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item .item5 {
          border-right: 3px solid #40c4f4; }
        .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item .sanctions_reliability_item_image {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          width: 135px;
          height: 135px;
          margin-top: 15px;
          margin-left: -18px; }
        .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item .sanctions_reliability_item_title {
          font-size: 20px;
          color: #263139;
          font-weight: bold;
          line-height: 1.25;
          text-align: left; }
        .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item .sanctions_reliability_item_description {
          margin-top: 25px;
          font-size: 16px;
          color: #484846;
          line-height: 1.563;
          text-align: left; }
      .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item:nth-child(2) {
        margin-top: 30px; }
      .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item:nth-child(3) {
        margin-top: 60px; }
      .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item:nth-child(4) {
        margin-top: -30px;
        margin-right: 35px; }
      .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item:nth-child(5) {
        height: 535px; }
      .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_image {
        position: absolute;
        max-width: 725px;
        width: 100%;
        max-height: 560px;
        height: auto;
        display: block;
        bottom: -100px;
        right: -355px; }
        @media (max-width: 1845px) {
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_image {
            position: relative;
            bottom: 0;
            right: 0;
            margin-top: 30px; } }
      @media (max-width: 1200px) {
        .sanctions_reliability .wrapper .sanctions_reliability_items {
          margin-left: auto;
          margin-right: auto;
          max-width: 760px; }
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item {
            max-width: 360px; }
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item:nth-child(2) {
            margin-top: 30px; }
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item:nth-child(3) {
            margin-top: 0; }
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item:nth-child(4) {
            margin-top: 30px;
            margin-right: auto; }
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item:nth-child(5) {
            margin-top: 0; } }
      @media (max-width: 750px) {
        .sanctions_reliability .wrapper .sanctions_reliability_items {
          max-width: 360px; }
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item {
            max-width: 360px; }
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item:nth-child(2) {
            margin-top: 30px; }
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item:nth-child(3) {
            margin-top: 30px; }
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item:nth-child(4) {
            margin-top: 30px; }
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item:nth-child(5) {
            margin-top: 30px; } }
      @media (max-width: 395px) {
        .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item {
          height: 410px;
          padding: 35px 25px; }
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item .sanctions_reliability_item_image {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            width: 115px;
            height: 115px;
            margin-left: -15px; }
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item .sanctions_reliability_item_title {
            font-size: 18px; }
          .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item .sanctions_reliability_item_description {
            margin-top: 20px;
            font-size: 15px; }
        .sanctions_reliability .wrapper .sanctions_reliability_items .sanctions_reliability_item:nth-child(5) {
          height: 525px; } }
  @media (max-width: 1845px) {
    .sanctions_reliability {
      padding-bottom: 0; } }
  @media (max-width: 1200px) {
    .sanctions_reliability .wrapper {
      width: 100%;
      padding: 0 5px; } }
  @media (max-width: 800px) {
    .sanctions_reliability .wrapper .sanctions_reliability_title {
      font-size: 45px; } }
  @media (max-width: 630px) {
    .sanctions_reliability .wrapper .sanctions_reliability_title {
      font-size: 40px; } }
  @media (max-width: 470px) {
    .sanctions_reliability .wrapper .sanctions_reliability_title {
      font-size: 30px; } }

.sanctions_installation {
  padding: 90px 15px 35px;
  background-image: url("../minimg/sanctions/sanctions_installation_img.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .sanctions_installation .wrapper .sanctions_installation_title {
    font-size: 60px;
    color: #263139;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 95px; }
    @media (max-width: 1200px) {
      .sanctions_installation .wrapper .sanctions_installation_title {
        font-size: 50px;
        margin-bottom: 80px; } }
    @media (max-width: 930px) {
      .sanctions_installation .wrapper .sanctions_installation_title {
        font-size: 40px;
        margin-bottom: 70px; } }
    @media (max-width: 440px) {
      .sanctions_installation .wrapper .sanctions_installation_title {
        font-size: 30px;
        margin-bottom: 65px; } }
  .sanctions_installation .wrapper .sanctions_installation_items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      max-width: 570px;
      width: 100%;
      margin-bottom: 65px; }
      .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item .sanctions_installation_item_img {
        width: 70px;
        height: 70px;
        display: block;
        margin-right: 25px;
        margin-top: 5px; }
      .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item .sanctions_installation_item_content .sanctions_installation_item_title {
        font-size: 20px;
        color: #263139;
        font-weight: bold;
        line-height: 1.25;
        text-align: left;
        margin-bottom: 25px; }
      .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item .sanctions_installation_item_content p {
        font-size: 16px;
        color: #484846;
        line-height: 1.563;
        text-align: left; }
    .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item:last-child {
      margin-left: auto;
      margin-right: auto;
      max-width: 870px; }
      .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item:last-child .sanctions_installation_item_content p {
        margin-bottom: 25px; }
      .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item:last-child .sanctions_installation_item_content p:last-child {
        margin-bottom: 0; }
    @media (max-width: 1170px) {
      .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item {
        margin-left: auto;
        margin-right: auto;
        max-width: 870px; } }
    @media (max-width: 580px) {
      .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item {
        margin-bottom: 50px; }
        .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item .sanctions_installation_item_img {
          width: 60px;
          height: 60px;
          margin-right: 20px; }
        .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item .sanctions_installation_item_content .sanctions_installation_item_title {
          font-size: 18px;
          margin-bottom: 20px; }
        .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item .sanctions_installation_item_content p {
          font-size: 15px; }
      .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item:last-child .sanctions_installation_item_content p {
        margin-bottom: 20px; }
      .sanctions_installation .wrapper .sanctions_installation_items .sanctions_installation_item:last-child .sanctions_installation_item_content p:last-child {
        margin-bottom: 0; } }

.sanctions_moore {
  margin: 90px 15px 50px; }
  .sanctions_moore .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex; }
    .sanctions_moore .wrapper .sanctions_moore_left {
      max-width: 570px;
      width: 100%; }
      .sanctions_moore .wrapper .sanctions_moore_left .sanctions_moore_title {
        font-size: 60px;
        color: #263139;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 20px; }
      .sanctions_moore .wrapper .sanctions_moore_left .sanctions_moore_description {
        font-size: 20px;
        color: #484846;
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 25px; }
      .sanctions_moore .wrapper .sanctions_moore_left .sanctions_moore_span {
        font-size: 16px;
        color: #484846;
        line-height: 1.563;
        text-align: left;
        margin-bottom: 25px; }
      .sanctions_moore .wrapper .sanctions_moore_left .sanctions_moore_border {
        font-size: 16px;
        color: #484846;
        line-height: 1.563;
        text-align: left;
        padding: 5px 25px 5px 30px;
        border-radius: 10px;
        border: 1px solid #ff8a00; }
      @media (max-width: 610px) {
        .sanctions_moore .wrapper .sanctions_moore_left .sanctions_moore_title {
          font-size: 45px; }
        .sanctions_moore .wrapper .sanctions_moore_left .sanctions_moore_description {
          font-size: 18px;
          margin-bottom: 25px; }
        .sanctions_moore .wrapper .sanctions_moore_left .sanctions_moore_border {
          padding: 5px 20px 5px 25px; } }
      @media (max-width: 450px) {
        .sanctions_moore .wrapper .sanctions_moore_left .sanctions_moore_title {
          font-size: 35px; }
        .sanctions_moore .wrapper .sanctions_moore_left .sanctions_moore_description {
          font-size: 17px;
          margin-bottom: 20px; } }
    .sanctions_moore .wrapper .sanctions_moore_img {
      display: block;
      margin-left: auto;
      max-width: 420px;
      width: 100%;
      height: auto; }
    @media (max-width: 1035px) {
      .sanctions_moore .wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .sanctions_moore .wrapper .sanctions_moore_left {
          margin-left: auto;
          margin-right: auto; }
        .sanctions_moore .wrapper .sanctions_moore_img {
          margin-left: auto;
          margin-right: auto;
          margin-top: 35px; } }

.sanctions_voxlink {
  padding: 50px 15px; }
  .sanctions_voxlink .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .sanctions_voxlink .wrapper .sanctions_voxlink_content {
      max-width: 500px;
      width: 100%;
      margin-left: auto; }
      .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_title {
        font-size: 60px;
        color: #263139;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 20px; }
      .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_title_new {
        font-size: 40px;
        color: #263139;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 20px; }
      .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_description {
        font-size: 20px;
        color: #484846;
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 25px; }
      .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_span {
        font-size: 16px;
        color: #484846;
        line-height: 1.563;
        text-align: left;
        margin-bottom: 25px; }
        .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_span a {
          text-decoration: underline;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          color: #484846; }
          .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_span a:hover {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            color: #ffb100;
            text-decoration: none; }
      .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_ul .sanctions_voxlink_li {
        position: relative;
        font-size: 16px;
        color: #484846;
        line-height: 1.563;
        text-align: left;
        margin-bottom: 20px;
        padding-left: 30px; }
        .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_ul .sanctions_voxlink_li a {
          text-decoration: underline;
          color: #484846;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
          .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_ul .sanctions_voxlink_li a:hover {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            color: #ffb100;
            text-decoration: none; }
        .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_ul .sanctions_voxlink_li:before {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          border-radius: 50%;
          border: 2px solid #ffb100;
          left: 0;
          top: 8px; }
      .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_ul .sanctions_voxlink_li:last-child {
        margin-bottom: 0; }
      @media (max-width: 610px) {
        .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_title {
          font-size: 45px; }
        .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_description {
          font-size: 18px;
          margin-bottom: 25px; } }
      @media (max-width: 450px) {
        .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_moore_title {
          font-size: 35px; }
        .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_voxlink_title_new {
          font-size: 35px; }
        .sanctions_voxlink .wrapper .sanctions_voxlink_content .sanctions_moore_description {
          font-size: 17px;
          margin-bottom: 20px; } }
    .sanctions_voxlink .wrapper .sanctions_voxlink_img {
      display: block;
      max-width: 570px;
      width: 100%;
      height: auto;
      border-radius: 10px; }
    @media (max-width: 1185px) {
      .sanctions_voxlink .wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .sanctions_voxlink .wrapper .sanctions_voxlink_content {
          order: 1;
          margin-left: auto;
          margin-right: auto; }
        .sanctions_voxlink .wrapper .sanctions_voxlink_img {
          order: 2;
          margin-left: auto;
          margin-right: auto;
          margin-top: 35px; } }

.sanctions_voxdistro {
  padding: 50px 15px; }
  .sanctions_voxdistro .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .sanctions_voxdistro .wrapper .sanctions_voxlink_content {
      max-width: 580px;
      width: 100%; }
      .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_title {
        font-size: 60px;
        color: #263139;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 20px; }
      .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_title_new {
        font-size: 40px;
        color: #263139;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 20px; }
      .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_description {
        font-size: 20px;
        color: #484846;
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 25px; }
      .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_span {
        font-size: 16px;
        color: #484846;
        line-height: 1.563;
        text-align: left;
        margin-bottom: 25px; }
        .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_span a {
          text-decoration: underline;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          color: #484846; }
          .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_span a:hover {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            color: #ffb100;
            text-decoration: none; }
      .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_ul .sanctions_voxlink_li {
        position: relative;
        font-size: 16px;
        color: #484846;
        line-height: 1.563;
        text-align: left;
        margin-bottom: 20px;
        padding-left: 30px; }
        .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_ul .sanctions_voxlink_li a {
          text-decoration: underline;
          color: #484846;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
          .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_ul .sanctions_voxlink_li a:hover {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            color: #ffb100;
            text-decoration: none; }
        .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_ul .sanctions_voxlink_li:before {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          border-radius: 50%;
          border: 2px solid #ffb100;
          left: 0;
          top: 8px; }
      .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_ul .sanctions_voxlink_li:last-child {
        margin-bottom: 0; }
      @media (max-width: 610px) {
        .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_title {
          font-size: 45px; }
        .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_description {
          font-size: 18px;
          margin-bottom: 25px; } }
      @media (max-width: 450px) {
        .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_moore_title {
          font-size: 35px; }
        .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_voxlink_title_new {
          font-size: 35px; }
        .sanctions_voxdistro .wrapper .sanctions_voxlink_content .sanctions_moore_description {
          font-size: 17px;
          margin-bottom: 20px; } }
    .sanctions_voxdistro .wrapper .sanctions_voxlink_img {
      display: block;
      max-width: 397px;
      width: 100%;
      height: auto;
      border-radius: 10px;
      margin-left: auto; }
    .sanctions_voxdistro .wrapper .img_certificate {
      box-shadow: 0 10px 30px 0 rgba(127, 136, 144, 0.3);
      margin-right: 100px; }
    @media (max-width: 1185px) {
      .sanctions_voxdistro .wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .sanctions_voxdistro .wrapper .sanctions_voxlink_content {
          order: 1;
          margin-left: auto;
          margin-right: auto; }
        .sanctions_voxdistro .wrapper .sanctions_voxlink_img {
          order: 2;
          margin-left: auto;
          margin-right: auto;
          margin-top: 35px; } }

.sanctions_education {
  padding: 55px 15px 0; }
  .sanctions_education .sanctions_education_bg {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    width: 100%;
    background-image: url("../minimg/sanctions/education_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 30px;
    min-height: 358px; }
    .sanctions_education .sanctions_education_bg .wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content {
        max-width: 525px;
        width: 100%;
        padding: 55px 0; }
        .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content .sanctions_education_title {
          max-width: 470px;
          width: 100%;
          min-height: 42px;
          margin-left: -20px;
          padding-left: 20px;
          padding-top: 5px;
          background-image: url("../minimg/sanctions/marker.png");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          font-size: 30px;
          color: #FFFFFF;
          font-weight: bold;
          line-height: 1;
          text-align: left;
          margin-bottom: 2px; }
          @media (max-width: 600px) {
            .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content .sanctions_education_title {
              font-size: 27px; } }
          @media (max-width: 480px) {
            .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content .sanctions_education_title {
              max-width: 400px;
              min-height: 38px;
              font-size: 23px; } }
          @media (max-width: 420px) {
            .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content .sanctions_education_title {
              background-image: none;
              margin-bottom: 15px; } }
        .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content .sanctions_education_description {
          font-size: 20px;
          color: #FFFFFF;
          line-height: 1.5;
          text-align: left;
          margin-bottom: 20px; }
          @media (max-width: 600px) {
            .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content .sanctions_education_description {
              font-size: 18px; } }
        .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content .sanctions_education_items .sanctions_education_item {
          display: block;
          padding-left: 50px;
          margin-left: 20px;
          font-size: 16px;
          color: #FFD466;
          line-height: 1.2;
          text-align: left;
          text-decoration: none;
          margin-bottom: 10px;
          position: relative;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
          .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content .sanctions_education_items .sanctions_education_item:before {
            position: absolute;
            content: "";
            background-image: url("../minimg/sanctions/arrow.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            width: 20px;
            height: 9px;
            left: 0;
            top: 5px; }
          .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content .sanctions_education_items .sanctions_education_item:hover {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            color: #FFFFFF;
            text-decoration: underline; }
          @media (max-width: 420px) {
            .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content .sanctions_education_items .sanctions_education_item {
              margin-left: 0;
              padding-left: 30px; } }
        .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content .sanctions_education_items .sanctions_education_item:last-child {
          margin-bottom: 0; }
        @media (max-width: 1280px) {
          .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content {
            padding-left: 30px; } }
        @media (max-width: 985px) {
          .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_content {
            max-width: 600px;
            margin-left: auto;
            margin-right: auto; } }
      .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_img {
        max-width: 455px;
        width: 100%;
        height: auto;
        margin-top: -55px; }
        @media (max-width: 985px) {
          .sanctions_education .sanctions_education_bg .wrapper .sanctions_education_img {
            display: none; } }

.sanctions_bottom {
  padding: 0 15px;
  margin: 100px 0;
  background-image: url("../minimg/sanctions/now_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .sanctions_bottom .wrapper .sanctions_bottom_title {
    font-size: 40px;
    color: #263139;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 45px; }
    @media (max-width: 1070px) {
      .sanctions_bottom .wrapper .sanctions_bottom_title {
        font-size: 35px; } }
    @media (max-width: 860px) {
      .sanctions_bottom .wrapper .sanctions_bottom_title {
        font-size: 30px; } }
    @media (max-width: 660px) {
      .sanctions_bottom .wrapper .sanctions_bottom_title {
        font-size: 25px; } }
    @media (max-width: 540px) {
      .sanctions_bottom .wrapper .sanctions_bottom_title {
        font-size: 20px; } }
  .sanctions_bottom .wrapper .sanctions_bottom_description {
    font-size: 20px;
    color: #484846;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 660px) {
      .sanctions_bottom .wrapper .sanctions_bottom_description {
        font-size: 18px; } }
    @media (max-width: 400px) {
      .sanctions_bottom .wrapper .sanctions_bottom_description {
        font-size: 16px; } }
  .sanctions_bottom .wrapper .sanctions_bottom_descriptions {
    font-size: 20px;
    color: #484846;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 100px; }
    @media (max-width: 790px) {
      .sanctions_bottom .wrapper .sanctions_bottom_descriptions {
        margin-bottom: 70px; } }
    @media (max-width: 660px) {
      .sanctions_bottom .wrapper .sanctions_bottom_descriptions {
        font-size: 18px;
        margin-bottom: 55px; } }
    @media (max-width: 400px) {
      .sanctions_bottom .wrapper .sanctions_bottom_descriptions {
        font-size: 16px;
        margin-bottom: 40px; } }
  .sanctions_bottom .wrapper .sanctions_bottom_items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .sanctions_bottom .wrapper .sanctions_bottom_items .sanctions_bottom_item {
      max-width: 375px;
      width: 100%; }
      .sanctions_bottom .wrapper .sanctions_bottom_items .sanctions_bottom_item .sanctions_bottom_item_img {
        width: fit-content;
        width: -moz-fit-content;
        height: auto;
        display: block;
        margin-bottom: 25px; }
      .sanctions_bottom .wrapper .sanctions_bottom_items .sanctions_bottom_item .sanctions_bottom_item_title {
        font-size: 20px;
        color: #263139;
        font-weight: bold;
        line-height: 1.25;
        text-align: left;
        margin-bottom: 25px; }
      .sanctions_bottom .wrapper .sanctions_bottom_items .sanctions_bottom_item .sanctions_bottom_item_description {
        font-size: 16px;
        color: #484846;
        line-height: 1.563;
        text-align: left; }
        .sanctions_bottom .wrapper .sanctions_bottom_items .sanctions_bottom_item .sanctions_bottom_item_description a {
          color: #404a51;
          width: fit-content;
          width: -moz-fit-content;
          border-bottom: 1px solid #404a51; }
          .sanctions_bottom .wrapper .sanctions_bottom_items .sanctions_bottom_item .sanctions_bottom_item_description a:focus {
            text-decoration: none; }
    .sanctions_bottom .wrapper .sanctions_bottom_items .half_item {
      max-width: 260px;
      margin-bottom: 100px; }
    @media (max-width: 1155px) {
      .sanctions_bottom .wrapper .sanctions_bottom_items {
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
        width: 100%; }
        .sanctions_bottom .wrapper .sanctions_bottom_items .sanctions_bottom_item {
          max-width: 375px;
          margin-bottom: 60px; }
        .sanctions_bottom .wrapper .sanctions_bottom_items .sanctions_bottom_item:last-child {
          margin-bottom: 0; } }
    @media (max-width: 790px) {
      .sanctions_bottom .wrapper .sanctions_bottom_items {
        margin-left: auto;
        margin-right: auto;
        max-width: 375px; } }
.taka-form-bottom{position:relative}section.ip_atc_18{height:100%}section.ip_atc_18 .arrow{top:50%;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:absolute;display:block}section.ip_atc_18 .arrow a{cursor:pointer}section.ip_atc_18 .arrow a:hover{-webkit-filter:brightness(0);filter:brightness(0)}section.ip_atc_18 .arrow a:first-child{left:0;margin-left:-30px;float:left}section.ip_atc_18 .arrow a:nth-child(2){right:0;margin-right:0;float:right;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}section.ip_atc_18 .container>.row:nth-child(4) h3{margin-bottom:30px}section.ip_atc_18 .num{color:#7f8890;font-size:16px;margin:0 auto;display:inline-block;width:100%;text-align:center}section.ip_atc_18 .num:before{content:"";display:block;width:1px;height:50px;background-color:#7f8890;margin:0 auto 10px}section.ip_atc_18 h2{color:#263139;font-weight:700;text-align:center;text-transform:uppercase}section.ip_atc_18 h2:after{content:"";display:block;width:1px;height:50px;background-color:#7f8890;margin:15px auto 10px}section.ip_atc_18 h3{color:#263139;font-weight:700;text-align:center}section.ip_atc_18 h5{color:#484846;font-size:16px;text-align:center}section.ip_atc_18 h5 span{font-weight:600;text-align:center}section.ip_atc_18 .box__content{padding:0 20px 30px;max-width:320px;border:1px solid silver}section.ip_atc_18 .box__content a{width:170px;height:40px;background-color:#f57c00;color:#fff;text-transform:uppercase;font-size:13px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:20px auto 0;border-radius:20px;cursor:pointer}section.ip_atc_18 .box__content a:hover{background-color:#a35a0e}section.ip_atc_18 .box__content .imag{margin-top:-40px;margin-bottom:30px;background:#fff;padding:0 20px}section.ip_atc_18 .box__content .sab{color:#7f8890;text-align:center}section.ip_atc_18 .box__content .prise{color:#ff8a00;font-size:40px;text-align:center}section.ip_atc_18 .box__content .prise span{font-size:14px}section.ip_atc_18 .box__content h4{color:#263139;font-weight:400;font-size:30px;text-align:center;line-height:1em}section.ip_atc_18 .box__content .smoll{font-size:12px;text-align:center;margin-bottom:20px}section.ip_atc_18 .box__content ul{padding-left:25px;position:relative}section.ip_atc_18 .box__content ul li{color:#484846;font-size:14px;font-weight:400;margin-bottom:10px;position:relative}section.ip_atc_18 .box__content ul li.check:before{content:"";width:10px;height:7px;position:absolute;left:-23px;top:7px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHBAMAAADDgsFQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJFBMVEX////1fAD1fAD1fAD1fAD1fAD1fAD1fAD1fAD1fAD1fAD///8nqEg0AAAACnRSTlMAANve0uHV2OTAqg+ACgAAAAFiS0dEAIgFHUgAAAAvSURBVAjXY2BgZGRYxMDAyMClwAAEixkYvBi4AgQZ2BYsZRRkYKhqAJICnIyCggBcFwTNMNDJeQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wMi0xMlQyMTo0OToxMiswMDowMFMv2vQAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDItMTJUMjE6NDk6MTIrMDA6MDAicmJIAAAAAElFTkSuQmCCQg==) no-repeat}section.ip_atc_18 .slider_info{margin-bottom:80px} .slider_info{margin-bottom:80px}

/*# sourceMappingURL=sanctions.css.map */
