@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html,
body {
  padding: 0;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  overflow-x: hidden; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0; }

button {
  outline: none; }

.padding {
  padding: 0 40px; }
  @media (max-width: 1280px) {
    .padding {
      padding: 0 25px; } }
  @media (max-width: 990px) {
    .padding {
      padding: 0 15px; } }

.padding_mob {
  padding: 0 40px; }
  @media (max-width: 1280px) {
    .padding_mob {
      padding: 0 25px; } }
  @media (max-width: 990px) {
    .padding_mob {
      padding: 0 15px; } }

main {
  min-height: -webkit-calc(100vh - 80px);
  min-height: calc(100vh - 80px); }

a {
  outline: none; }

.margin {
  margin-bottom: 40px; }
  @media (max-width: 990px) {
    .margin {
      margin-bottom: 35px; } }

header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  header .container {
    padding: 15px 0; }
    @media (max-width: 990px) {
      header .container {
        padding: 10px 0; } }
  header .header_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 576px) {
      header .header_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 576px) {
    header .header_logo {
      margin-bottom: 10px; } }
  @media (max-width: 990px) {
    header .header_logo img {
      height: 33px; } }
  header .header_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  header .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    margin-right: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font: 500 .87rem 'Roboto', sans-serif; }
    header .social:hover {
      color: #3AA4DD; }
      header .social:hover svg path {
        fill: #3AA4DD; }
    @media (max-width: 990px) {
      header .social {
        margin-right: 10px; }
        header .social span {
          display: none; } }
    header .social svg {
      margin-right: 10px; }
      header .social svg path {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
  header .number_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .number_box:hover > a {
      color: #3AA4DD; }
    header .number_box:hover svg path {
      fill: #3AA4DD; }
    header .number_box:hover .number_hide {
      opacity: 1;
      pointer-events: auto; }
    header .number_box .number_hide {
      position: absolute;
      padding: 10px 10px 10px 17px;
      top: 110%;
      -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      opacity: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 5px;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      pointer-events: none;
      background: #fff;
      z-index: 9; }
      @media (max-width: 990px) {
        header .number_box .number_hide {
          opacity: 1;
          padding: 10px;
          display: none;
          pointer-events: auto; } }
      header .number_box .number_hide::after {
        content: '';
        height: 5px;
        width: 100%;
        position: absolute;
        display: block;
        top: -5px;
        left: 0; }
      @media (max-width: 990px) {
        header .number_box .number_hide {
          width: 150px;
          right: 0;
          top: 200%; } }
      header .number_box .number_hide a:hover {
        color: #3AA4DD; }
    header .number_box .show {
      display: grid; }
    header .number_box svg {
      margin: 0;
      margin-right: 8px; }
      header .number_box svg path {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
    header .number_box a {
      text-align: center;
      font: 500 .87rem 'Roboto', sans-serif;
      color: #000;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      header .number_box a svg {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        margin: 0 0 0 5px; }
        header .number_box a svg path {
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }

.main_section {
  position: relative;
  margin-bottom: 15px;
  padding-top: 120px;
  padding-bottom: 40px;
  overflow: hidden; }
  @media (max-width: 990px) {
    .main_section {
      padding-top: 90px;
      margin-bottom: 25px;
      padding-bottom: 20px; } }
  @media (max-width: 576px) {
    .main_section {
      background: none; } }
  .main_section .desk_bg {
    position: absolute;
    left: 0;
    right: 0;
    height: 600px;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .main_section .mob_bg {
    display: none; }
    @media (max-width: 576px) {
      .main_section .mob_bg {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  @media (max-width: 576px) {
    .main_section {
      padding-top: 100px; } }
  .main_section .container {
    position: relative;
    z-index: 9; }
  .main_section .bg_section {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none; }
  .main_section .main_section_title {
    text-align: left;
    margin-bottom: 25px;
    margin-left: 360px;
    color: #000;
    font: 700 1.87rem 'Roboto', sans-serif; }
    @media (max-width: 990px) {
      .main_section .main_section_title {
        margin: 0;
        margin-bottom: 15px;
        text-align: center;
        font: 700 1.5rem 'Roboto', sans-serif; } }
  .main_section .main_section_wrap {
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-gap: 40px; }
    @media (max-width: 990px) {
      .main_section .main_section_wrap {
        grid-gap: 40px;
        grid-template-columns: 1fr; } }
    .main_section .main_section_wrap .main_xl_img {
      position: relative; }
      @media (max-width: 990px) {
        .main_section .main_section_wrap .main_xl_img {
          top: auto; } }
      .main_section .main_section_wrap .main_xl_img img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 990px) {
          .main_section .main_section_wrap .main_xl_img img {
            height: 400px;
            -o-object-fit: contain;
               object-fit: contain; } }
    .main_section .main_section_wrap .main_sm_btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 30px; }
      .main_section .main_section_wrap .main_sm_btn a {
        padding: 10px 35px;
        text-align: center;
        color: #fff;
        display: block;
        margin: 0 auto;
        background: #3AA4DD;
        -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.22);
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.22);
        border-radius: 5px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        font: 400 1rem 'Roboto', sans-serif; }
        .main_section .main_section_wrap .main_sm_btn a:hover {
          -webkit-box-shadow: none;
                  box-shadow: none; }
    .main_section .main_section_wrap .main_sm_wrap {
      display: grid;
      grid-gap: 15px 25px;
      grid-template-columns: 1fr 1fr 1fr 1fr; }
      @media (max-width: 990px) {
        .main_section .main_section_wrap .main_sm_wrap {
          grid-template-columns: 1fr 1fr;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          grid-gap: 15px; } }
      .main_section .main_section_wrap .main_sm_wrap .main_sm_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        background: #fff;
        padding: 10px 10px;
        cursor: pointer; }
        @media (max-width: 990px) {
          .main_section .main_section_wrap .main_sm_wrap .main_sm_box {
            height: 200px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        .main_section .main_section_wrap .main_sm_wrap .main_sm_box:hover img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
        .main_section .main_section_wrap .main_sm_wrap .main_sm_box img {
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          max-width: 100%;
          height: auto;
          max-width: 140px;
          -o-object-fit: contain;
             object-fit: contain;
          margin: 0 auto;
          height: 115px;
          margin-bottom: 10px; }
        .main_section .main_section_wrap .main_sm_wrap .main_sm_box .title {
          font: 700 1.125rem 'Roboto', sans-serif;
          color: #000;
          margin-bottom: 5px;
          text-align: center; }
        .main_section .main_section_wrap .main_sm_wrap .main_sm_box .price {
          font: 400 1rem 'Roboto', sans-serif;
          color: #000; }

.advantages_container {
  padding: 25px 70px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px; }
  @media (max-width: 990px) {
    .advantages_container {
      padding: 20px 25px; } }
  .advantages_container .advantages_title {
    text-align: center;
    font: 700 1.56rem 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 10px; }
  .advantages_container .advantages_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start; }
    @media (max-width: 990px) {
      .advantages_container .advantages_wrap {
        grid-gap: 20px;
        width: 100%;
        overflow-x: scroll;
        grid-template-columns: 155px 155px 155px 155px 155px 155px; } }
    .advantages_container .advantages_wrap .advantages_box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .advantages_container .advantages_wrap .advantages_box img {
        height: 150px;
        margin: 0 auto; }
      .advantages_container .advantages_wrap .advantages_box p {
        text-align: center;
        color: #000;
        font: 700 1rem/22px 'Roboto', sans-serif; }

.steps .price_list_info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px; }
  @media (max-width: 990px) {
    .steps .price_list_info {
      grid-template-columns: 1fr; } }
  .steps .price_list_info a {
    text-decoration: underline;
    color: #55c2ff; }
  .steps .price_list_info .list_info {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 15px; }
    .steps .price_list_info .list_info svg {
      margin-bottom: 10px; }
    .steps .price_list_info .list_info p {
      font: 400 1rem/24px 'Roboto', sans-serif;
      color: #000; }
  .steps .price_list_info .credit_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px; }
  .steps .price_list_info .monos {
    margin: 0 10px 0 0;
    cursor: pointer;
    position: relative; }
    .steps .price_list_info .monos:hover p {
      opacity: 1;
      pointer-events: auto; }
    .steps .price_list_info .monos p {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      padding: 15px 20px;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      width: 400px;
      top: 100%;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      @media (max-width: 576px) {
        .steps .price_list_info .monos p {
          width: 300px; } }

.seo {
  background: rgba(58, 164, 221, 0.1); }
  .seo .container {
    padding: 30px 0; }
  .seo .seo_wrap h1, .seo .seo_wrap h2, .seo .seo_wrap h3, .seo .seo_wrap h4, .seo .seo_wrap h5 {
    color: #000;
    margin-bottom: 10px;
    font: 700 1.56rem 'Roboto', sans-serif;
    color: #000; }
  .seo .seo_wrap p {
    font: 400 1rem/26px 'Roboto', sans-serif;
    color: #000; }

footer {
  background: #000000; }
  footer .container {
    padding: 30px 0; }
  footer .footer_logo img {
    max-width: 100%;
    height: auto; }
  footer .footer_wrap {
    display: grid;
    grid-template-columns: 160px 1fr 200px;
    grid-gap: 40px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start; }
    @media (max-width: 990px) {
      footer .footer_wrap {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px; } }
    footer .footer_wrap .footer_nav {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 30px; }
      @media (max-width: 990px) {
        footer .footer_wrap .footer_nav {
          grid-template-columns: 1fr;
          grid-gap: 15px;
          display: grid; } }
      footer .footer_wrap .footer_nav .adress_box {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        footer .footer_wrap .footer_nav .adress_box svg {
          margin-right: 10px;
          position: relative; }
        footer .footer_wrap .footer_nav .adress_box p {
          color: #fff;
          display: block;
          font: 400 .95rem 'Roboto', sans-serif; }
          footer .footer_wrap .footer_nav .adress_box p span {
            display: block;
            opacity: .8;
            margin-top: 3px;
            font: 400 .87rem 'Roboto', sans-serif; }
      footer .footer_wrap .footer_nav ul {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px; }
        footer .footer_wrap .footer_nav ul a {
          color: #fff;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          display: block;
          font: 400 .95rem 'Roboto', sans-serif; }
          footer .footer_wrap .footer_nav ul a:hover {
            color: #55C2FF; }
      footer .footer_wrap .footer_nav .footer_box_title {
        color: #fff;
        margin-bottom: 10px;
        font: 700 1rem 'Roboto', sans-serif; }
      footer .footer_wrap .footer_nav .footer_box_title_2 {
        font: 700 .95rem 'Roboto', sans-serif;
        color: #fff;
        margin-bottom: 5px; }
      footer .footer_wrap .footer_nav .time_work {
        color: #fff;
        margin-bottom: 5px;
        font: 400 .87rem 'Roboto', sans-serif; }
  footer .footer_socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    footer .footer_socials a {
      display: block;
      margin-right: 10px; }
    footer .footer_socials svg:hover path {
      fill: #55c2ff; }
  footer .footer_bottom_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 990px) {
      footer .footer_bottom_wrap {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px; } }
    footer .footer_bottom_wrap .footer_copy {
      color: #A0A0A0;
      font: 400 .95rem 'Roboto', sans-serif; }
    footer .footer_bottom_wrap .footer_payment img {
      max-width: 100%;
      height: 36px;
      -o-object-fit: contain;
         object-fit: contain; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.white-popup-block {
  max-width: 375px;
  margin: 0 auto;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 20px 50px; }
  @media (max-width: 576px) {
    .white-popup-block {
      padding: 20px; } }
  .white-popup-block .form_title {
    font: 700 1.56rem 'Roboto', sans-serif;
    text-align: center;
    color: #000;
    margin-bottom: 15px; }
  .white-popup-block .form_box {
    position: relative;
    margin-bottom: 12px; }
    .white-popup-block .form_box:hover input {
      border-color: #3AA4DD; }
    .white-popup-block .form_box:hover svg {
      opacity: 1; }
    .white-popup-block .form_box:active input {
      border-color: #3AA4DD; }
    .white-popup-block .form_box:active svg {
      opacity: 1; }
    .white-popup-block .form_box:focus input {
      border-color: #3AA4DD; }
    .white-popup-block .form_box:focus svg {
      opacity: 1; }
    .white-popup-block .form_box svg {
      position: absolute;
      left: 10px;
      top: 10px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      opacity: .5; }
    .white-popup-block .form_box input {
      max-width: 100%;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      color: #000;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      border: 1px solid #E9E9E9;
      border-radius: 5px;
      font: 400 1rem 'Roboto', sans-serif;
      outline: none;
      padding: 10px 10px 10px 35px; }
  .white-popup-block .active_input input {
    border-color: #3AA4DD; }
  .white-popup-block .active_input svg {
    opacity: 1; }
  .white-popup-block .form_feedback .form_box:nth-child(2) svg {
    left: 14px;
    top: 13px; }
  .white-popup-block textarea {
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #000;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    font: 400 1rem 'Roboto', sans-serif;
    outline: none;
    resize: none;
    margin-bottom: 12px;
    height: 80px;
    padding: 10px; }
    .white-popup-block textarea:hover {
      border-color: #3AA4DD; }
    .white-popup-block textarea:active {
      border-color: #3AA4DD; }
    .white-popup-block textarea:focus {
      border-color: #3AA4DD; }
  .white-popup-block .active_text {
    border-color: #3AA4DD; }
  .white-popup-block .send {
    cursor: pointer;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    text-align: center;
    font: 400 1.125rem 'Roboto', sans-serif;
    margin-bottom: 10px;
    padding: 14px 10px;
    color: #fff;
    background: #3AA4DD;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.22);
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    border: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .white-popup-block .send:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .white-popup-block .politic {
    font: 400 .87rem 'Roboto', sans-serif;
    text-align: center;
    color: rgba(0, 0, 0, 0.2); }
    .white-popup-block .politic a {
      color: rgba(0, 0, 0, 0.2);
      text-decoration: underline; }

.policy_wrap {
  margin-top: 30px; }
  .policy_wrap h1, .policy_wrap h2, .policy_wrap h3, .policy_wrap h4, .policy_wrap h5 {
    font: 700 1.5rem 'Roboto', sans-serif;
    margin-bottom: 5px; }
  .policy_wrap p {
    font: 400 1rem/22px 'Roboto', sans-serif; }

.thank_form {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .thank_form .form_title {
    margin: 0; }

.footer_social a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font: 700 .9rem 'Roboto', sans-serif; }
  .footer_social a svg {
    margin-right: 5px; }
