@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
* {
  scroll-behavior: smooth; }

body {
  min-width: 320px;
  max-width: 1920px; }

.container {
  max-width: 1500px; }

header .icon_menu_sticky_adaptive {
  display: none; }

header .bg_header {
  height: 100vh;
  background: linear-gradient(169.68deg, #1760D7 0%, #063954 100%); }

header .adaptive_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

header .logo {
  padding-top: 26px;
  height: 206px; }
  header .logo svg {
    max-width: 302px;
    width: 100%;
    height: auto; }

header .menu {
  text-align: center;
  padding-top: 104px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  header .menu li {
    font-family: 'Roboto', 'sans-serif';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    list-style: none;
    display: inline-block;
    letter-spacing: 0.216667px;
    cursor: pointer; }
    header .menu li a {
      text-decoration: none;
      color: #FFFFFF;
      padding: 16px 32px 16px 32px;
      cursor: pointer;
      border: 1px solid transparent; }
      header .menu li a:hover {
        -webkit-transition: 1s ease;
        transition: 1s ease;
        text-decoration: none;
        border-color: #FFFFFF;
        border-radius: 30px; }

header .phone {
  text-align: right;
  padding-top: 104px; }
  header .phone a {
    font-family: 'Roboto', 'sans-serif';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.216667px;
    color: #FFFFFF;
    padding: 18px 40px 19px 40px;
    border: solid 1px #FFFFFF;
    border-radius: 30px;
    cursor: pointer; }
    header .phone a:hover {
      -webkit-transition: 1s ease;
      transition: 1s ease;
      background: rgba(248, 252, 255, 0.15);
      text-decoration: none;
      cursor: pointer; }

header .slayder .slyader_content a {
  outline: none; }

header .slayder .slyader_content img {
  max-width: 1500px;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  margin-left: 255px; }

header .slayder .slyader_content .img_slayder_320, header .slayder .slyader_content .img_slayder_768, header .slayder .slyader_content .img_slayder_1140, header .slayder .slyader_content .img_slayder_1200 {
  display: none;
  margin: 0 auto; }

header .slayder .img_slayder_640h {
  display: none; }

header .slick-dots {
  top: 547px;
  left: -260px; }

header .slick-dots li button:before {
  color: #FFFFFF;
  background-color: #FFFFFF;
  opacity: 1;
  border-radius: 50%; }

header .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #9B2721;
  font-size: 50px; }

header .slick-dotted.slick-slider {
  margin: 0; }

header .social {
  padding-left: 150px;
  padding-top: 50px; }
  header .social a {
    position: relative;
    z-index: 1; }

header .entrance {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 754px;
  z-index: 2;
  max-width: 764px;
  width: 100%;
  height: 66px;
  border: 1px solid #FFFFFF;
  border-radius: 30px 0px 0px 30px;
  border-right: 0;
  margin: 0; }
  header .entrance a {
    text-decoration: none;
    cursor: pointer; }
  header .entrance span {
    font-family: 'Roboto', 'sans-serif';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.216667px;
    color: #FFFFFF; }
  header .entrance .menu_icon {
    padding-top: 21px;
    padding-left: 54px;
    display: none; }
  header .entrance .entrance_logo {
    padding-left: 40px;
    padding-top: 20px; }
    header .entrance .entrance_logo svg {
      width: 26px;
      height: 26px;
      margin-right: 19px; }
  header .entrance .phone_menu_sticky {
    display: none;
    margin-top: 22px;
    margin-left: 32px; }
    header .entrance .phone_menu_sticky a {
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 21px;
      letter-spacing: 0.216667px;
      color: #FFFFFF;
      padding: 13px 41px;
      border: solid 1px #FFFFFF;
      border-radius: 30px;
      cursor: pointer; }
  header .entrance:hover {
    -webkit-transition: 1s ease;
    transition: 1s ease;
    background: rgba(248, 252, 255, 0.15); }

header .entrance_active {
  opacity: 1;
  position: fixed;
  top: 30px !important;
  background: linear-gradient(178.98deg, #1760D7 0%, #063954 100%);
  -webkit-transition: background 4s;
  transition: background 4s;
  -webkit-box-shadow: 0px 4px 20px #8EBDDA;
  box-shadow: 0px 4px 20px #8EBDDA;
  border: none; }
  header .entrance_active:hover {
    background: linear-gradient(178.98deg, #1760D7 0%, #063954 100%); }
  header .entrance_active .menu_icon, header .entrance_active .entrance_logo, header .entrance_active .phone_menu_sticky {
    display: block; }

@charset "UTF-8";
html {
  height: -webkit-fill-available; }

body {
  position: relative; }
  body .sub_menu_sticky {
    display: none;
    height: 100vh;
    height: -webkit-fill-available;
    max-width: 1920px;
    width: 100%;
    background: rgba(20, 19, 41, 0.75);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    body .sub_menu_sticky .sub_menu_head {
      width: 100%; }
      body .sub_menu_sticky .sub_menu_head img {
        float: right;
        margin-top: 103px;
        margin-right: 224px;
        cursor: pointer; }
      body .sub_menu_sticky .sub_menu_head svg {
        margin-top: 12px;
        cursor: pointer; }
    body .sub_menu_sticky .tub_menu_sticky {
      text-align: center;
      margin-top: 250px; }
      body .sub_menu_sticky .tub_menu_sticky li {
        list-style: none;
        margin-bottom: 33px; }
        body .sub_menu_sticky .tub_menu_sticky li a {
          font-family: 'Roboto', 'sans-serif';
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 21px;
          padding: 16px 32px 16px 32px;
          letter-spacing: 0.216667px;
          color: #FFFFFF;
          text-decoration: none;
          cursor: pointer;
          border: 1px solid transparent; }
          body .sub_menu_sticky .tub_menu_sticky li a:hover {
            -webkit-transition: 1s ease;
            transition: 1s ease;
            text-decoration: none;
            border-color: #FFFFFF;
            border-radius: 30px; }
    body .sub_menu_sticky .sticky_menu_phone {
      margin-top: 312px;
      text-align: center; }
      body .sub_menu_sticky .sticky_menu_phone a {
        text-decoration: none;
        font-family: 'Roboto', 'sans-serif';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.216667px;
        color: #FFFFFF;
        padding: 18px 42px 19px 40px;
        border: solid 1px #FFFFFF;
        border-radius: 30px;
        cursor: pointer; }
        body .sub_menu_sticky .sticky_menu_phone a:hover {
          -webkit-transition: 1s ease;
          transition: 1s ease;
          background: rgba(248, 252, 255, 0.15); }
  body .menu_sticky_active {
    display: block; }

main {
  background-color: #F8FCFF; }
  main .title_descriptino_company {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 16px; }
    main .title_descriptino_company p {
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 0.216667px;
      color: #152A48; }
  main .text_descriptino_company {
    text-align: center; }
    main .text_descriptino_company span {
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.216667px;
      color: #152A48; }
  main .statistics {
    margin-top: 32px; }
    main .statistics .circle_statistics {
      text-align: center;
      cursor: pointer; }
      main .statistics .circle_statistics .circle_hover {
        display: inline-block;
        border-radius: 50%;
        padding: 48px 48px;
        border: 6px solid transparent;
        -webkit-transition: all 1s ease;
        transition: all 1s ease; }
        main .statistics .circle_statistics .circle_hover .circle {
          display: inline-block;
          background: -webkit-gradient(linear, left top, left bottom, from(#CAD7E0), to(rgba(248, 252, 255, 0)));
          background: linear-gradient(180deg, #CAD7E0 0%, rgba(248, 252, 255, 0) 100%);
          -webkit-box-shadow: inset 15px 20px 15px rgba(126, 179, 227, 0.25);
          box-shadow: inset 15px 20px 15px rgba(126, 179, 227, 0.25);
          border-radius: 50%; }
          main .statistics .circle_statistics .circle_hover .circle .circle_content {
            text-align: center;
            display: inline-block;
            border-radius: 50%;
            border: 6px solid #FFFFFF;
            -webkit-box-shadow: 0px 4px 20px #8EBDDA;
            box-shadow: 0px 4px 20px #8EBDDA;
            padding: 110px 65px 95px 65px;
            -webkit-transition: all 1s ease;
            transition: all 1s ease; }
            main .statistics .circle_statistics .circle_hover .circle .circle_content p {
              font-family: 'Roboto', 'sans-serif';
              font-style: normal;
              font-weight: 500;
              font-size: 72px;
              line-height: 84px;
              letter-spacing: 0.216667px;
              background: linear-gradient(172.98deg, #1760D7 0%, #063954 100%);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
            main .statistics .circle_statistics .circle_hover .circle .circle_content span {
              font-family: 'Roboto', 'sans-serif';
              font-style: normal;
              font-weight: 500;
              font-size: 14px;
              line-height: 16px;
              letter-spacing: 0.216667px;
              color: #152A48; }
            main .statistics .circle_statistics .circle_hover .circle .circle_content:hover {
              -webkit-transition: all 1s ease;
              transition: all 1s ease;
              border: 6px solid #ECF3F8; }
          main .statistics .circle_statistics .circle_hover .circle .three_content {
            padding: 109px 100px 80px 100px; }
          main .statistics .circle_statistics .circle_hover .circle .two_content {
            min-width: 354px;
            padding: 109px 39px 96px 42px; }
        main .statistics .circle_statistics .circle_hover:hover {
          -webkit-transition: all 1s ease;
          transition: all 1s ease;
          border-color: #FFFFFF;
          -webkit-box-shadow: 0px 4px 20px #8EBDDA;
          box-shadow: 0px 4px 20px #8EBDDA; }
      main .statistics .circle_statistics .circle_hover_tub:hover {
        -webkit-box-shadow: inset 0px 4px 20px #8EBDDA;
        box-shadow: inset 0px 4px 20px #8EBDDA;
        display: inline-block;
        border-radius: 50%; }
        main .statistics .circle_statistics .circle_hover_tub:hover .circle_content {
          -webkit-box-shadow: none;
          box-shadow: none; }
  main .link_statistics {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    main .link_statistics a {
      text-decoration: none;
      cursor: pointer;
      outline: none;
      display: inline-block;
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.216667px;
      color: #1B66D1;
      text-transform: uppercase;
      margin-top: 32px;
      text-align: center; }
      main .link_statistics a:hover {
        text-decoration: none;
        color: #1B66D1; }
      main .link_statistics a svg {
        margin-right: 15px; }
  main .pawnshop_work .title_pawnshop_work {
    text-align: center;
    margin-top: 105px;
    margin-bottom: 56px; }
    main .pawnshop_work .title_pawnshop_work p {
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 0.216667px;
      color: #152A48; }
  main .pawnshop_work .content_pawnshop {
    margin-bottom: 48px; }
    main .pawnshop_work .content_pawnshop .pawnshop {
      text-align: center; }
      main .pawnshop_work .content_pawnshop .pawnshop .images_pawnshop {
        max-width: 212px;
        width: 100%;
        max-height: 212px;
        height: 100%;
        display: inline-block;
        padding: 65px 50px 65px 50px;
        border-radius: 50%;
        -webkit-box-shadow: 20px 20px 30px #c7deed;
        box-shadow: 20px 20px 30px #c7deed;
        margin-bottom: 32px;
        cursor: pointer; }
        main .pawnshop_work .content_pawnshop .pawnshop .images_pawnshop .images_pawnshop_tub {
          -webkit-transition: all 1s ease;
          transition: all 1s ease;
          width: 120px;
          height: 120px; }
        main .pawnshop_work .content_pawnshop .pawnshop .images_pawnshop img {
          width: 96px;
          height: 86px;
          -webkit-transition: all 1s ease;
          transition: all 1s ease; }
        main .pawnshop_work .content_pawnshop .pawnshop .images_pawnshop:hover {
          -webkit-box-shadow: 30px 30px 35px #ddebf4;
          box-shadow: 30px 30px 35px #ddebf4; }
          main .pawnshop_work .content_pawnshop .pawnshop .images_pawnshop:hover img {
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
            width: 120px;
            height: 120px; }
      main .pawnshop_work .content_pawnshop .pawnshop p,
      main .pawnshop_work .content_pawnshop .pawnshop span {
        font-family: 'Roboto', 'sans-serif';
        font-style: normal;
        font-weight: 900;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.216667px;
        color: #152A48; }
      main .pawnshop_work .content_pawnshop .pawnshop span {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #6B7C96; }
    main .pawnshop_work .content_pawnshop .cashback_img img {
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      width: 96px !important;
      height: 81px !important; }
      main .pawnshop_work .content_pawnshop .cashback_img img:hover {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        width: 120px !important;
        height: 100px !important; }
    main .pawnshop_work .content_pawnshop .price_img img {
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      width: 96px !important;
      height: 96px !important; }
      main .pawnshop_work .content_pawnshop .price_img img:hover {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        width: 120px !important;
        height: 110px !important; }
    main .pawnshop_work .content_pawnshop .percent_img img {
      width: 96px !important;
      height: 96px !important; }
      main .pawnshop_work .content_pawnshop .percent_img img:hover {
        width: 120px !important;
        height: 120px !important; }
    main .pawnshop_work .content_pawnshop .present .images_pawnshop {
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
      main .pawnshop_work .content_pawnshop .present .images_pawnshop:hover {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        padding-top: 50px; }
    main .pawnshop_work .content_pawnshop .price .images_pawnshop {
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      padding-top: 0; }
      main .pawnshop_work .content_pawnshop .price .images_pawnshop:hover {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        padding-top: 50px; }
    main .pawnshop_work .content_pawnshop .percent .images_pawnshop {
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      padding-top: 0; }
      main .pawnshop_work .content_pawnshop .percent .images_pawnshop:hover {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        padding-top: 50px; }
    main .pawnshop_work .content_pawnshop .present .images_pawnshop {
      padding: 58px 45px; }
    main .pawnshop_work .content_pawnshop .price .images_pawnshop {
      padding: 66px 50px 50px 50px; }
    main .pawnshop_work .content_pawnshop .percent .images_pawnshop {
      padding: 65px 45px; }
  main .bg_valuation_credit {
    background: linear-gradient(178.39deg, #1760D7 0%, #063954 100%);
    -webkit-box-shadow: 15px 20px 30px rgba(7, 61, 97, 0.32);
    box-shadow: 15px 20px 30px rgba(7, 61, 97, 0.32); }
    main .bg_valuation_credit .valuation_credit .valuation_credit_title {
      padding-top: 32px;
      padding-bottom: 19px;
      text-align: center; }
      main .bg_valuation_credit .valuation_credit .valuation_credit_title p {
        font-family: 'Roboto', 'sans-serif';
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.216667px;
        color: #F8FCFF; }
    main .bg_valuation_credit .valuation_credit_slayder {
      padding-bottom: 40px; }
      main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub {
        cursor: pointer;
        outline: none;
        margin: 0 auto;
        width: 265px;
        height: 190px;
        padding-top: 15px;
        border-radius: 30px;
        position: relative;
        -webkit-transition: all 1s ease;
        transition: all 1s ease; }
        main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub .content_slayder {
          -webkit-transition: all 1s ease;
          transition: all 1s ease;
          text-align: center;
          width: 233px;
          height: 144px;
          border-radius: 30px;
          padding: 30px;
          padding-top: 0;
          margin: 0 auto;
          background: linear-gradient(155deg, #FBFDFF 14.94%, #FCFCFC 86.24%), #FFFFFF; }
          main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub .content_slayder img {
            margin: 0 auto; }
          main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub .content_slayder p {
            font-family: 'Roboto', 'sans-serif';
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            letter-spacing: 0.216667px;
            color: #152A48;
            margin-top: 20px; }
          main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub .content_slayder .content_slayder_sub {
            opacity: 0; }
            main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub .content_slayder .content_slayder_sub a {
              text-decoration: none;
              font-family: 'Roboto', 'sans-serif';
              font-style: normal;
              font-weight: 500;
              font-size: 14px;
              line-height: 20px;
              letter-spacing: 0.216667px;
              color: #1B66D1;
              border: 1px solid #1B66D1;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              border-radius: 30px;
              padding: 5px 37px; }
          main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub .content_slayder .content_slayder_img {
            display: inline-block;
            padding: 32px 22px 14px 22px;
            border-radius: 50%; }
          main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub .content_slayder .slayder_content_1_img {
            padding: 0;
            padding-top: 32px; }
          main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub .content_slayder .slayder_content_4_img {
            padding-left: 22px;
            padding-right: 14px; }
          main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub .content_slayder .slayder_content_5_img {
            padding-left: 20px;
            padding-right: 20px; }
          main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub .content_slayder .slayder_content_6_img {
            padding-left: 18px;
            padding-right: 17px; }
        main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub:hover {
          -webkit-transition: all 1s ease;
          transition: all 1s ease;
          padding-top: 0;
          padding-left: 0;
          z-index: 2; }
          main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub:hover .content_slayder {
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
            width: 265px;
            height: 190px;
            padding-top: 20px; }
          main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub:hover .content_slayder_img {
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
            background: linear-gradient(142.97deg, #FBFDFF 14.94%, #FCFCFC 86.24%), #FFFFFF; }
          main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub:hover .content_slayder_sub {
            opacity: 1; }
        main .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub:after {
          content: "";
          -webkit-box-shadow: 20px 20px 30px #094170;
          box-shadow: 20px 20px 30px #094170;
          position: absolute;
          right: -4px;
          padding-right: 10px;
          height: 100%;
          top: 0;
          z-index: 1; }
      main .bg_valuation_credit .valuation_credit_slayder .slayder_content_2 .content_slayder .content_slayder_img {
        padding-left: 20px;
        padding-right: 20px; }
      main .bg_valuation_credit .valuation_credit_slayder .slayder_content_3 .content_slayder .content_slayder_img {
        padding-top: 22px; }
      main .bg_valuation_credit .valuation_credit_slayder .slayder_content_7 .content_slayder .content_slayder_img {
        padding-top: 22px; }
    main .bg_valuation_credit .slick-next {
      right: 50px;
      top: 210px; }
      main .bg_valuation_credit .slick-next:before {
        content: "ᐅ";
        font-size: 24px;
        color: #FFFFFF;
        opacity: 1; }
    main .bg_valuation_credit .slick-prev {
      left: 50px;
      top: 210px; }
      main .bg_valuation_credit .slick-prev:before {
        content: "ᐊ";
        font-size: 24px;
        color: #FFFFFF;
        opacity: 1; }
  main .video {
    text-align: center;
    background: url("../../build/images/phone.png") no-repeat center;
    overflow: hidden;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    max-width: 287px;
    padding: 50px 25px 26px;
    margin: 0 auto;
    min-height: 575px; }
    main .video video {
      margin: 0 auto;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 10px 10px 30px 30px; }
  main .title_registration {
    text-align: center;
    margin-top: 48px; }
    main .title_registration p {
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 0.216667px;
      color: #152A48; }
  main .description_video .section {
    margin-top: 35px; }
  main .description_video div {
    padding: 0; }
    main .description_video div img {
      max-width: 24px;
      width: 100%;
      max-height: 24px;
      height: 100%;
      -webkit-box-shadow: 15px 20px 30px rgba(7, 61, 97, 0.32);
      box-shadow: 15px 20px 30px rgba(7, 61, 97, 0.32);
      border-radius: 50%; }
    main .description_video div p,
    main .description_video div span {
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: 900;
      font-size: 18px;
      line-height: 21px;
      letter-spacing: 0.216667px;
      color: #6B7C96; }
    main .description_video div span {
      display: block;
      margin-top: 33px; }
  main .description_video .section_text span {
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px; }
  main .reviews .reviews_title {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 53px; }
    main .reviews .reviews_title p {
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 0.216667px;
      color: #152A48; }
  main .reviews .bg_slayder_reviews {
    cursor: pointer;
    background: #DDE6EF;
    -webkit-box-shadow: inset 15px 20px 15px rgba(126, 179, 227, 0.25);
    box-shadow: inset 15px 20px 15px rgba(126, 179, 227, 0.25);
    border-radius: 20px;
    display: inline-block;
    width: 487px;
    height: 248px;
    margin-right: 15px;
    outline: none;
    margin-bottom: 20px;
    padding: 0; }
  main .reviews .reviews_slayder_content {
    text-align: center;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 15px 20px 10px rgba(126, 179, 227, 0.25);
    box-shadow: 15px 20px 10px rgba(126, 179, 227, 0.25);
    border-radius: 20px;
    padding: 16px; }
    main .reviews .reviews_slayder_content img {
      margin: 0 auto;
      width: 80px;
      height: 80px; }
    main .reviews .reviews_slayder_content p {
      margin-top: 32px; }
    main .reviews .reviews_slayder_content p,
    main .reviews .reviews_slayder_content span {
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.216667px;
      color: #000000; }
    main .reviews .reviews_slayder_content span {
      font-style: normal;
      font-weight: normal;
      line-height: 20px;
      color: #535353;
      display: inline-block; }
  main .reviews .slick-dots li button {
    background: #FFFFFF;
    border: 1px solid #B3D4ED;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 50%; }
  main .reviews .slick-dots li button:before {
    color: transparent; }
  main .reviews .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #9B2721;
    font-size: 50px; }
  main .reviews .slick-dotted.slick-slider {
    padding-bottom: 30px; }
  main .reviews .slick-current {
    height: 300px !important;
    margin-top: 0px !important; }
  main .reviews .slick-active,
  main .reviews .slick-cloned {
    margin-top: 30px; }
  main .reviews .slick-slide {
    margin-top: 30px; }
  main .news_promotions .title_news_promotions {
    text-align: center;
    margin-top: 50px; }
    main .news_promotions .title_news_promotions p {
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 0.216667px;
      color: #152A48; }
  main .news_promotions .news_promotions_content {
    margin-top: 50px; }
    main .news_promotions .news_promotions_content p {
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: 900;
      font-size: 18px;
      line-height: 21px;
      letter-spacing: 0.216667px;
      color: #6B7C96;
      padding-left: 32px; }
  main .news_promotions .news_promotions_text {
    padding: 32px 0 32px 32px;
    border: 1px solid #B3D4ED;
    border-radius: 20px;
    position: relative; }
    main .news_promotions .news_promotions_text span {
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.216667px;
      color: #152A48; }
    main .news_promotions .news_promotions_text img {
      max-width: 320px;
      width: 100%;
      height: auto;
      position: absolute;
      right: 0;
      top: -50px; }
  main .news_promotions .news_content_two {
    margin-top: 108px;
    text-align: center; }
    main .news_promotions .news_content_two p {
      max-width: 990px;
      width: 100%; }
    main .news_promotions .news_content_two .news_promotions_text img {
      left: 32px; }
  main .news_promotions .news_content_three {
    margin-top: 140px; }
    main .news_promotions .news_content_three .news_promotions_text span {
      display: block; }
  main .clients_description .clients_description_title {
    margin-top: 88px;
    text-align: center; }
    main .clients_description .clients_description_title p {
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 0.216667px;
      color: #152A48; }
  main .clients_description .clients_content {
    margin-top: 32px;
    margin-bottom: 48px; }
    main .clients_description .clients_content .clients_content_wrap {
      text-align: center;
      cursor: pointer; }
      main .clients_description .clients_content .clients_content_wrap p {
        font-family: 'Roboto', 'sans-serif';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.216667px;
        background: linear-gradient(172.98deg, #1760d7 0, #063954 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 48px; }
      main .clients_description .clients_content .clients_content_wrap span {
        font-family: 'Roboto', 'sans-serif';
        font-style: normal;
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0.216667px;
        color: #535353;
        font-size: 14px; }
      main .clients_description .clients_content .clients_content_wrap .clients_content_img_tub {
        width: 180px;
        height: 180px;
        display: inline-block; }
    main .clients_description .clients_content .clients_content_img {
      padding: 53px 42px 34px 42px;
      border-radius: 50%;
      -webkit-box-shadow: 20px 20px 30px rgba(142, 189, 218, 0.5);
      box-shadow: 20px 20px 30px rgba(142, 189, 218, 0.5);
      display: inline-block; }
    main .clients_description .clients_content .clients_content_img {
      width: 148px;
      height: 149px;
      -webkit-transition: width 0.3s, height 0.3s, padding-top 0.3s;
      transition: width 0.3s, height 0.3s, padding-top 0.3s; }
      main .clients_description .clients_content .clients_content_img:hover {
        -webkit-box-shadow: 30px 30px 35px rgba(142, 189, 218, 0.3);
        box-shadow: 30px 30px 35px rgba(142, 189, 218, 0.3);
        width: 180px;
        height: 180px;
        padding-top: 55px; }
    main .clients_description .clients_content .clients_content_one {
      padding: 45px 42px 40px 42px; }
    main .clients_description .clients_content .clients_content_two {
      padding: 42px; }
      main .clients_description .clients_content .clients_content_two:hover {
        padding-top: 60px; }
    main .clients_description .clients_content .clients_content_three {
      padding: 54px 42px; }
      main .clients_description .clients_content .clients_content_three:hover {
        padding-top: 70px; }
    main .clients_description .clients_content .clients_content_foo {
      padding: 52px 42px 46px 42px; }
      main .clients_description .clients_content .clients_content_foo:hover {
        padding-top: 65px; }
    main .clients_description .clients_content .clients_content_five {
      padding: 51px 42px 47px 42px; }
      main .clients_description .clients_content .clients_content_five:hover {
        padding-top: 65px; }
    main .clients_description .clients_content .clients_content_six {
      padding: 44px 42px; }
      main .clients_description .clients_content .clients_content_six:hover {
        padding-top: 65px; }
  main .bg_scheme_work {
    background: linear-gradient(176.26deg, #1760D7 0%, #063954 100%);
    -webkit-box-shadow: 15px 20px 30px rgba(7, 61, 97, 0.32);
    box-shadow: 15px 20px 30px rgba(7, 61, 97, 0.32); }
  main .scheme_work {
    padding-top: 65px;
    padding-bottom: 52px; }
    main .scheme_work .scheme_work_title {
      text-align: center; }
      main .scheme_work .scheme_work_title p {
        font-family: 'Roboto', 'sans-serif';
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.216667px;
        color: #F8FCFF; }
    main .scheme_work .scheme_work_content {
      position: relative;
      margin-top: 109px;
      text-align: center;
      border: 1px solid #1B66D1;
      border-radius: 20px;
      padding: 47px 15px 27px 15px;
      max-width: 468px;
      width: 100%;
      margin-right: 20px;
      cursor: pointer;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
      main .scheme_work .scheme_work_content p,
      main .scheme_work .scheme_work_content span {
        font-family: 'Roboto', 'sans-serif';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.216667px;
        color: #F8FCFF; }
      main .scheme_work .scheme_work_content span {
        font-weight: normal;
        line-height: 20px; }
      main .scheme_work .scheme_work_content .work_content_number {
        position: absolute;
        top: -50px;
        left: 0;
        right: 0; }
        main .scheme_work .scheme_work_content .work_content_number span {
          -webkit-transition: all 1s ease;
          transition: all 1s ease;
          font-family: 'Roboto', 'sans-serif';
          font-style: normal;
          font-weight: 900;
          font-size: 72px;
          line-height: 84px;
          letter-spacing: 0.216667px;
          color: #F8FCFF;
          padding: 0 25px;
          border-radius: 50%;
          background: #1152A8;
          border: 1px solid #1256B6;
          -webkit-box-shadow: 5px 5px 30px #09406D;
          box-shadow: 5px 5px 30px #09406D; }
      main .scheme_work .scheme_work_content:hover {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        border: 1px solid #B3D4ED; }
        main .scheme_work .scheme_work_content:hover .work_content_number span {
          -webkit-transition: all 1s ease;
          transition: all 1s ease;
          background: #1B66D1; }
  main .description_lombard {
    margin-bottom: 48px; }
    main .description_lombard .description_lombard_title {
      text-align: center;
      margin-top: 48px;
      margin-bottom: 32px; }
      main .description_lombard .description_lombard_title p {
        font-family: 'Roboto', 'sans-serif';
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.216667px;
        color: #152A48; }
    main .description_lombard .description_lombard_text {
      height: 210px;
      width: 100%;
      overflow: scroll; }
      main .description_lombard .description_lombard_text p {
        font-family: 'Roboto', 'sans-serif';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.216667px;
        color: #6B7C96; }
  main ::-webkit-scrollbar {
    width: 5px; }
  main ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1B66D1; }
  main ::-webkit-scrollbar-button:horizontal {
    opacity: 0; }
  main .contacts {
    text-align: center; }
    main .contacts p {
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 0.216667px;
      color: #152A48; }
  main .maps {
    max-width: 1920px;
    width: 100%;
    height: 501px; }
    main .maps iframe {
      width: 100%;
      height: 100%; }
  main .positon_adress_maps {
    position: relative; }
  main .bg_positon_adress_maps {
    position: absolute;
    z-index: 1;
    top: -571px;
    left: 210px;
    background: linear-gradient(138.86deg, #FBFDFF 14.94%, #FCFCFC 86.24%), #FFFFFF;
    -webkit-box-shadow: 20px -11px 20px 0px rgba(142, 189, 218, 0.5);
    box-shadow: 20px -11px 20px 0px rgba(142, 189, 218, 0.5);
    border-radius: 30px 30px 0px 0px; }
    main .bg_positon_adress_maps p {
      outline: none;
      text-align: center;
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.216667px;
      color: #274D84;
      border: 1px solid #274D84;
      border-radius: 30px 30px 0px 0px;
      padding: 15px 0;
      margin-bottom: 0;
      cursor: pointer; }
  main .maps_adress {
    margin: 0;
    padding: 0;
    height: 520px;
    overflow: hidden; }
    main .maps_adress li {
      padding-left: 40px;
      padding-right: 60px;
      list-style: none;
      text-decoration: none;
      margin-top: 16px;
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.216667px;
      color: #6B7C96;
      cursor: pointer; }
      main .maps_adress li svg {
        margin-right: 16px;
        padding: 13px 15px 13px 15px;
        border-radius: 50%;
        height: 54px;
        width: 54px;
        background: #F8FCFF;
        border: 1px solid #6B7C96; }
        main .maps_adress li svg path {
          stroke: #6B7C96; }
      main .maps_adress li a {
        text-decoration: none;
        color: unset; }
        main .maps_adress li a:hover {
          color: #6B7C96; }
      main .maps_adress li:hover a {
        color: #1B66D1; }
      main .maps_adress li:hover svg {
        background: linear-gradient(169.68deg, #1760D7 0%, #063954 100%);
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
      main .maps_adress li:hover path {
        stroke: #F8FCFF; }
    main .maps_adress .city {
      text-align: center; }
      main .maps_adress .city a {
        text-transform: uppercase;
        color: black;
        font-size: 24px;
        font-width: 900; }
  main .adaptive_icon {
    display: none; }

footer .social {
  margin-top: 16px;
  text-align: center; }
  footer .social a {
    text-decoration: none; }

footer .phone {
  margin-top: 48px;
  cursor: pointer; }
  footer .phone a {
    text-decoration: none;
    font-family: 'Roboto', 'sans-serif';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #1B66D1;
    letter-spacing: 0.216667px;
    padding: 18px 42px 19px 40px;
    border: 1px solid #1B66D1;
    border-radius: 30px;
    cursor: pointer; }
    footer .phone a:hover {
      -webkit-transition: 1s ease;
      transition: 1s ease;
      background: rgba(27, 102, 209, 0.05);
      text-decoration: none;
      cursor: pointer; }

footer .footer_menu {
  text-align: center;
  margin-top: 32px; }
  footer .footer_menu li {
    list-style: none;
    text-decoration: none;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 16px 32px;
    cursor: pointer; }
    footer .footer_menu li a {
      text-decoration: none;
      font-family: 'Roboto', 'sans-serif';
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 21px;
      letter-spacing: 0.216667px;
      color: #1B66D1; }
    footer .footer_menu li:hover {
      -webkit-transition: 1s ease;
      transition: 1s ease;
      border-color: #1B66D1; }
  footer .footer_menu span {
    font-family: 'Roboto', 'sans-serif';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.216667px;
    color: #6B7C96;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 16px; }

footer .footer_images {
  margin-top: 32px;
  text-align: right;
  cursor: pointer; }
  footer .footer_images a {
    text-decoration: none; }
  footer .footer_images span, footer .footer_images a {
    font-family: 'Roboto', 'sans-serif';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.216667px;
    color: #6B7C96; }
  footer .footer_images span {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 16px; }
  footer .footer_images .link_footer:hover {
    color: #1B66D1; }

@media (min-width: 1900px) and (max-width: 1921px) {
  header .bg_header {
    height: 100vh; }
  header .slayder .slyader_content .img_slayder_1920 {
    display: inline-block;
    max-width: 1500px;
    width: 100%;
    height: 700px; }
  header .slayder .slyader_content {
    text-align: center; }
    header .slayder .slyader_content .img_slayder_320, header .slayder .slyader_content .img_slayder_768, header .slayder .slyader_content .img_slayder_1140 {
      display: none; }
  header .social {
    padding-left: 40px;
    padding-top: 0; }
  header .slick-dots {
    /*top: calc(100vh - 39%);*/
    top: 697px;
    left: 0; }
  header .entrance {
    top: calc(100vh - 1.7%); }
  main .text_promotions {
    max-width: 1087px;
    width: 100%;
    display: inline-block; }
    main .text_promotions br {
      display: none; } }

@media (min-width: 1439px) and (max-width: 1900px) {
  body .sub_menu_sticky .tub_menu_sticky {
    margin-top: calc(100% - 1300px); }
  body .sub_menu_sticky .sticky_menu_phone {
    margin-top: calc(100vh - 650px); }
  body .sub_menu_sticky .sub_menu_head svg {
    height: 179px;
    width: 283px;
    margin-left: 149px; }
  body .sub_menu_sticky .sub_menu_head img {
    margin-top: 80px; }
  header {
    height: 100vh; }
    header .bg_header {
      height: 100%; }
    header .logo {
      width: 283px;
      height: 179px; }
      header .logo svg {
        width: 100%;
        height: auto; }
    header .entrance {
      top: calc(100vh - 2.2%); }
    header .slick-dots {
      top: calc(100vh - 46%);
      left: 0; }
    header .adaptive_menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
    header .slayder .slyader_content .img_slayder_1140 {
      display: inline-block;
      max-width: 1140px;
      width: 100%;
      height: 600px;
      margin-left: 50px; }
    header .phone {
      text-align: left; }
    header .slayder .slyader_content {
      text-align: center; }
      header .slayder .slyader_content .img_slayder_320, header .slayder .slyader_content .img_slayder_768, header .slayder .slyader_content .img_slayder_1920 {
        display: none; }
    header .social {
      padding-top: calc(100vh - 62%); }
    header .entrance {
      max-width: 746px;
      width: 100%; }
      header .entrance .phone_menu_sticky {
        margin-left: 32px; }
  main .statistics .circle_statistics .circle_hover .circle .circle_content {
    padding: 0;
    width: 263px;
    height: 263px; }
    main .statistics .circle_statistics .circle_hover .circle .circle_content p {
      padding-top: 80px;
      font-size: 64px;
      line-height: 75px; }
  main .statistics .circle_statistics .circle_hover .circle .two_content {
    min-width: auto; }
  main .reviews .bg_slayder_reviews {
    padding: 0;
    margin-bottom: 20px; }
  main .news_promotions .news_promotions_text span {
    display: inline-block;
    margin-right: calc(100% - 1390px); }
  main .news_promotions .news_content_two p {
    max-width: 942px; }
  main .scheme_work .scheme_work_content {
    max-width: 359px; }
  main .bg_positon_adress_maps {
    left: 100px; }
    main .bg_positon_adress_maps .maps_adress {
      height: 519px; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  header {
    position: relative;
    height: 100vh; }
    header .menu li {
      margin: 0; }
    header .slayder .slyader_content .img_slayder_1200 {
      display: inline-block;
      max-width: 1140px;
      width: 100%;
      max-height: 500px;
      height: 100%; }
    header .slayder .slyader_content {
      text-align: center; }
      header .slayder .slyader_content .img_slayder_320, header .slayder .slyader_content .img_slayder_768, header .slayder .slyader_content .img_slayder_1140, header .slayder .slyader_content .img_slayder_1920 {
        display: none; }
    header .icon_menu_sticky_adaptive {
      display: none; }
    header .adaptive_menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
    header .menu, header .phone {
      display: block;
      padding-top: 85px; }
    header .logo {
      margin-top: 16px;
      padding-top: 0;
      display: inline-block; }
    header .entrance {
      top: calc(100vh - 15%);
      max-width: 600px; }
      header .entrance .phone_menu_sticky {
        margin-left: 32px; }
    header .social {
      position: absolute;
      top: calc(100vh - 15%);
      padding-left: 96px;
      text-align: unset; }
    header .slick-dots {
      top: calc(100vh - 9%);
      left: 0; }
    header .slick-slider {
      position: static; }
  main .statistics .circle_statistics .circle_hover {
    padding: 0; }
    main .statistics .circle_statistics .circle_hover .circle .circle_content {
      padding: 0;
      width: 309px;
      height: 309px; }
      main .statistics .circle_statistics .circle_hover .circle .circle_content p {
        padding-top: 100px;
        font-size: 70px;
        line-height: 56px; }
    main .statistics .circle_statistics .circle_hover .circle .two_content {
      min-width: auto; }
  main .reviews .bg_slayder_reviews {
    padding: 0;
    margin-bottom: 20px; }
  main .news_promotions .news_promotions_text span {
    display: inline-block;
    width: 800px; }
  main .news_promotions .news_content_two p {
    width: 908px; }
  main .news_promotions .news_content_two .news_promotions_text {
    text-align: right; }
    main .news_promotions .news_content_two .news_promotions_text img {
      left: 9px; }
    main .news_promotions .news_content_two .news_promotions_text span {
      margin-left: 0;
      margin-right: calc(100% - 1050px); }
  main .bg_positon_adress_maps {
    left: 100px;
    top: -222px; }
    main .bg_positon_adress_maps .maps_adress {
      height: 170px; }
  body .sub_menu_sticky .sub_menu_head img {
    margin-top: 80px; }
  body .sub_menu_sticky .sub_menu_head svg {
    width: 283px;
    height: 179px;
    margin-left: 150px; }
  body .sub_menu_sticky .sticky_menu_phone {
    margin-top: 100px; }
  body .sub_menu_sticky .tub_menu_sticky {
    margin-top: calc(100vh - 50%); } }

@media (min-width: 992px) and (max-width: 1200px) {
  body .sub_menu_head svg {
    width: 283px;
    height: 179px; }
  body .sub_menu_sticky .sub_menu_head img {
    margin: 0;
    margin-top: 80px;
    padding-right: 53px; }
  body .sub_menu_sticky .tub_menu_sticky {
    margin-top: 130px; }
  body .sub_menu_sticky .sticky_menu_phone {
    margin-top: 130px; }
  header .menu {
    display: none !important; }
  header .phone {
    display: none; }
  header .adaptive_menu {
    position: fixed;
    z-index: 2;
    background: linear-gradient(178.41deg, #1760D7 0%, #063954 100%);
    width: 100%;
    top: 0;
    left: 0;
    height: 117px; }
  header .slick-dotted.slick-slider {
    margin: 0;
    margin-top: 117px; }
  header .slick-dots {
    left: 0;
    top: 750px; }
  header .menu, header .phone {
    display: none !important; }
  header .logo {
    width: 48%;
    margin-top: 16px;
    padding-top: 0;
    display: inline-block; }
    header .logo svg {
      height: 99px;
      width: 231px; }
  header .icon_menu_sticky_adaptive {
    width: 48%;
    text-align: right;
    padding-right: 25px;
    display: inline-block;
    margin-top: 40px; }
  header .slayder .slyader_content .img_slayder_768 {
    display: block;
    max-width: 688px;
    width: 100%;
    height: auto; }
  header .slayder .slyader_content .img_slayder_320, header .slayder .slyader_content .img_slayder_1140, header .slayder .slyader_content .img_slayder_1920 {
    display: none; }
  header .entrance {
    display: none; }
  header .social {
    text-align: center;
    padding: 0;
    padding-top: 100px; }
  main .statistics .circle_statistics .circle_hover {
    padding: 0; }
    main .statistics .circle_statistics .circle_hover .circle .circle_content {
      padding: 0;
      width: 209px;
      height: 209px; }
      main .statistics .circle_statistics .circle_hover .circle .circle_content p {
        padding-top: 59px;
        font-size: 48px;
        line-height: 56px; }
    main .statistics .circle_statistics .circle_hover .circle .two_content {
      min-width: auto; }
  main .pawnshop {
    margin-top: 20px; }
  main .reviews .bg_slayder_reviews {
    padding: 0;
    margin-bottom: 20px; }
  main .news_promotions .news_promotions_content p {
    width: 329px; }
  main .news_promotions .news_promotions_text span {
    display: inline-block;
    width: 500px; }
  main .news_promotions .news_content_two p {
    margin-left: auto;
    margin-right: 300px; }
  main .news_promotions .news_content_two .news_promotions_text {
    text-align: right; }
    main .news_promotions .news_content_two .news_promotions_text img {
      left: 9px; }
    main .news_promotions .news_content_two .news_promotions_text span {
      text-align: left;
      margin-left: auto;
      margin-right: 80px; }
  main .clients_description .clients_content .clients_content_wrap {
    margin-top: 20px; }
  main .bg_positon_adress_maps {
    left: 100px;
    top: -222px; }
    main .bg_positon_adress_maps .maps_adress {
      height: 170px; }
  main .video iframe {
    margin-top: 25px; }
  main .section .section_img {
    padding: 0 15px; }
  main .description_video {
    margin: 0 auto; }
  footer .phone, footer .footer_images {
    text-align: center; } }

@media (min-width: 767px) and (max-width: 992px) {
  body .sub_menu_head svg {
    width: 283px;
    height: 179px; }
  body .sub_menu_sticky .sub_menu_head img {
    margin: 0;
    margin-top: 80px;
    padding-right: 53px; }
  body .sub_menu_sticky .tub_menu_sticky {
    margin-top: 130px; }
  body .sub_menu_sticky .sticky_menu_phone {
    margin-top: 130px; }
  header .bg_header {
    height: 1024px; }
  header .menu {
    display: none !important; }
  header .phone {
    display: none; }
  header .icon_menu_sticky {
    display: block; }
  header .adaptive_menu {
    position: fixed;
    z-index: 2;
    background: linear-gradient(178.41deg, #1760D7 0%, #063954 100%);
    width: 100%;
    top: 0;
    left: 0;
    height: 117px; }
  header .slick-dotted.slick-slider {
    margin: 0;
    margin-top: 117px; }
  header .menu, header .phone {
    display: none !important; }
  header .logo {
    width: 48%;
    margin-top: 16px;
    padding-top: 0;
    display: inline-block;
    padding-left: 0; }
    header .logo svg {
      width: 231px;
      height: 99px; }
  header .icon_menu_sticky_adaptive {
    width: 48%;
    text-align: right;
    margin-top: 42px;
    padding-right: 25px;
    display: inline-block; }
  header .slayder .slyader_content .img_slayder_768 {
    display: block;
    max-width: 688px;
    width: 100%;
    height: auto; }
  header .slayder .slyader_content .img_slayder_320, header .slayder .slyader_content .img_slayder_1140, header .slayder .slyader_content .img_slayder_1920 {
    display: none; }
  header .slick-dots {
    top: 800px;
    left: 0; }
  header .entrance {
    display: none; }
  header .social {
    text-align: center;
    margin-top: 20px;
    padding: 0;
    padding-top: 200px; }
  main .clients_description .clients_content .clients_content_wrap {
    margin-top: 20px; }
  main .statistics .circle_statistics .circle_hover {
    padding: 0; }
    main .statistics .circle_statistics .circle_hover .circle .circle_content {
      padding: 0;
      width: 209px;
      height: 209px; }
      main .statistics .circle_statistics .circle_hover .circle .circle_content p {
        padding-top: 59px;
        font-size: 48px;
        line-height: 56px; }
    main .statistics .circle_statistics .circle_hover .circle .two_content {
      min-width: auto; }
  main .reviews .bg_slayder_reviews {
    padding: 0;
    margin-bottom: 20px; }
  main .news_promotions .news_promotions_content p {
    width: 329px; }
  main .news_promotions .news_promotions_text span {
    width: 309px;
    height: 200px;
    display: inline-block; }
  main .news_promotions .news_content_two p {
    margin-left: auto;
    margin-right: 100px; }
  main .news_promotions .news_content_two .news_promotions_text {
    text-align: right; }
    main .news_promotions .news_content_two .news_promotions_text img {
      left: 9px; }
    main .news_promotions .news_content_two .news_promotions_text span {
      text-align: left;
      margin-left: auto;
      margin-right: 70px; }
  main .news_promotions .news_content_three .news_promotions_text br {
    display: none; }
  main .news_promotions .news_content_three .news_promotions_text span {
    height: auto;
    margin-top: 10px; }
  main .maps {
    margin-top: 100px; }
  main .bg_positon_adress_maps {
    top: -222px;
    left: 70px;
    width: 360px; }
  main .maps_adress {
    height: 170px; }
    main .maps_adress li {
      padding-right: 0; }
  main .video iframe {
    margin-top: 25px; }
  main .description_video {
    margin: 0 auto; }
    main .description_video .section {
      padding: 0 15px; }
      main .description_video .section .section_img {
        width: 10%;
        padding: 0; }
      main .description_video .section div {
        width: 90%;
        padding-left: 20px; }
  footer .phone, footer .footer_images {
    text-align: center; } }

@media (min-width: 576px) and (max-width: 767px) {
  header {
    height: 655px; }
    header .logo svg {
      height: auto !important; }
    header .icon_menu_sticky_adaptive {
      margin-top: 40px !important; }
    header .slayder {
      margin-top: 126px !important; }
    header .adaptive_menu {
      height: 126px !important; }
  main .news_promotions .news_content_two .news_promotions_text img {
    left: auto;
    right: 0; } }

@media (min-width: 320px) and (max-width: 767px) {
  body .sub_menu_head svg {
    width: 50%;
    height: auto; }
  body .sub_menu_sticky .sub_menu_head img {
    margin: 0;
    margin-top: 34px;
    padding-right: 34px; }
  body .sub_menu_sticky .tub_menu_sticky {
    margin-top: calc(100vh - 550px); }
  body .sub_menu_sticky .sticky_menu_phone {
    margin-top: 100px; }
  header .adaptive_menu {
    position: fixed;
    z-index: 2;
    background: linear-gradient(178.41deg, #1760D7 0%, #063954 100%);
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    top: 0;
    height: 71px; }
  header .slayder {
    margin-top: 71px; }
  header .menu, header .phone {
    display: none !important; }
  header .logo {
    width: 48%;
    margin-top: 8px;
    padding-top: 0;
    display: inline-block; }
    header .logo svg {
      height: 71px; }
  header .icon_menu_sticky_adaptive {
    width: 48%;
    text-align: right;
    margin-top: 20px;
    padding-right: 25px;
    display: inline-block; }
  header .slayder .slyader_content .img_slayder_320 {
    display: block;
    max-width: 280px;
    width: 100%;
    height: auto; }
  header .slayder .slyader_content .img_slayder_768, header .slayder .slyader_content .img_slayder_1140, header .slayder .slyader_content .img_slayder_1920 {
    display: none; }
  header .slick-dots {
    left: 0;
    right: 0; }
  header .social {
    padding: 0;
    text-align: center;
    padding-bottom: 20px;
    margin-top: calc(100vh - 568px); }
    header .social a {
      margin: 0 10px; }
  header .entrance {
    display: none; }
  main .menu_sticky {
    display: none; }
  main .statistics .circle_statistics {
    margin-bottom: 20px; }
    main .statistics .circle_statistics .circle_hover {
      padding: 0; }
  main .statistics .circle_statistics .circle_hover .circle .circle_content {
    padding: 70px 45px; }
    main .statistics .circle_statistics .circle_hover .circle .circle_content p {
      font-size: 48px;
      line-height: 56px; }
  main .statistics .circle_statistics .circle_hover .circle .two_content {
    padding: 70px 30px;
    min-width: auto; }
  main .statistics .circle_statistics .circle_hover .circle .three_content {
    padding: 80px 45px; }
  main .pawnshop_work .content_pawnshop .pawnshop {
    margin: 0;
    margin-bottom: 32px; }
  main .bg_valuation_credit .valuation_credit_slayder .content_slayder {
    margin: 0 45px; }
  .bg_valuation_credit .valuation_credit_slayder .content_slayder_tub
main:after {
    content: none; }
  main .reviews .bg_slayder_reviews {
    height: 360px; }
  main .reviews .slick-current {
    height: 360px !important; }
  main .reviews .slick-current {
    margin-top: 30px !important; }
  main .news_promotions .title_news_promotions {
    margin-top: 60px; }
  main .news_promotions .news_promotions_content {
    text-align: center; }
    main .news_promotions .news_promotions_content p {
      padding-left: 0; }
  main .clients_description .clients_content .clients_content_wrap {
    margin-top: 20px; }
  main .clients_description .clients_content {
    margin-top: 0px; }
  main .scheme_work .scheme_work_content {
    margin-right: 0; }
  main .news_promotions .news_promotions_text {
    margin-top: 216px;
    padding-left: 10px;
    padding-right: 10px; }
  main .news_promotions .news_promotions_text img {
    top: -205px;
    left: auto;
    right: auto;
    display: block; }
  main .news_promotions .news_content_two {
    margin-top: 32px; }
    main .news_promotions .news_content_two .news_promotions_text img {
      left: auto; }
  main .news_promotions .news_content_three {
    margin-top: 32px; }
  main .clients_description .clients_description_title {
    margin-top: 32px; }
    main .clients_description .clients_description_title p {
      font-size: 18px;
      line-height: 21px;
      font-weight: 900; }
  main .adaptive_icon {
    display: block;
    margin-bottom: -35px;
    position: relative;
    z-index: 1; }
    main .adaptive_icon img {
      width: 100%;
      height: auto; }
  main .news_promotions .news_promotions_text {
    margin-top: 0; }
    main .news_promotions .news_promotions_text img {
      display: none; }
  main .maps {
    margin-top: 450px; }
  main .bg_positon_adress_maps {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -915px;
    width: 280px; }
  main .maps_adress {
    height: 361px; }
    main .maps_adress li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      main .maps_adress li span {
        display: inline-block;
        line-height: 20px; }
  main .title_registration {
    padding: 0; }
    main .title_registration p {
      font-size: 18px;
      line-height: 21px; }
  main .video iframe {
    margin-top: 25px; }
  main .description_video .section {
    padding: 0 15px; }
    main .description_video .section .section_img {
      width: 10%;
      padding: 0; }
    main .description_video .section div {
      width: 90%;
      padding-left: 20px; }
  /*main*/
  footer .footer_menu li {
    display: none; }
  footer .phone, footer .footer_images, footer .details {
    text-align: center; }
  footer .details {
    margin-top: 0; } }

@media (min-width: 1200px) and (max-height: 720px) {
  header .entrance, header .social {
    top: calc(100vh - 18%); }
  header .slick-dots {
    top: calc(100vh - 11%); }
  header .slayder .img_slayder_1200 {
    display: none !important; }
  header .slayder .slyader_content {
    text-align: center; }
    header .slayder .slyader_content img {
      margin: 0; }
  header .slayder .img_slayder_640h {
    display: inline-block;
    max-width: 1140px !important;
    width: 100% !important;
    height: 400px !important; } }

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

/* Кольори можна змінити через змінну --primary */
.tl-section {
  --primary: #0C72BD;
  background: #ffffff;
  padding: 42px 16px;
}

.tl-buttons {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap; /* щоб на вузьких екранах кнопки переносились */
}

.tl-btn {
  display: inline-block;
  padding: 18px 35px;
  border: 3px solid var(--primary);
  border-radius: 12px;           /* заокруглені кути */
  background: #ffffff;           /* білі всередині */
  color: var(--primary);         /* синій текст */
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.tl-btn:hover {
  background: var(--primary);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.tl-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.tl-btn:focus-visible {
  outline: 3px solid rgba(12,114,189,0.35);
  outline-offset: 2px;
  
  /* === Кнопкова секція (в кінець style.css) === */
.tl-section{ --primary:#0C72BD; background:#fff; padding:32px 16px; }
.tl-buttons{ 
  max-width:1100px; margin:0 auto; display:flex; justify-content:center;
  gap:32px; flex-wrap:wrap;
}
/* Підвищена специфічність + захист від перезапису Bootstrap/slick */
.tl-section .tl-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 28px;
  border:2px solid var(--primary) !important;
  border-radius:12px;
  background:#fff !important;
  color:var(--primary) !important;
  text-decoration:none !important;
  font-weight:600; line-height:1.2;
  transition:transform .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
}
.tl-section .tl-btn:hover{ background:var(--primary) !important; color:#fff !important; box-shadow:0 6px 14px rgba(0,0,0,.08); transform:translateY(-1px); }
.tl-section .tl-btn:active{ transform:translateY(0); box-shadow:none; }
.tl-section .tl-btn:focus-visible{ outline:3px solid rgba(12,114,189,.35); outline-offset:2px; }

/* Тільки по горизонталі більше відстань, вертикально — щільно */
.tl-buttons{ column-gap:40px; row-gap:10px; }  /* за потреби підкрутіть значення */

.tl-btn{ box-shadow: inset 0 0 0 4px magenta !important; }