:root {
    --main-max-width: 960px;
    --main-min-width: 860px;
    --main-color: #000000;
    --main-color-href: #000000;
    --main-color-href-hover: #0051a9;
    --main-background-color: #fff;
    --main-background-color-accent: #f6f6f6;
    --main-font-size: 14px;
}

body{
    font-family: "SF Pro Display", "Helvetica", "Arial";
    font-size: var(--main-font-size);
    color: var(--main-color);
    background-color: #f6f6f6;
}

a{
    color: var(--main-color-href);
}
a:hover{
    color: var(--main-color-href-hover);
}

.center{
    text-align: center;
}
.bold{
    font-weight: 500;
}

header{
  display: none;
    width: 100%;
    height: 60px;
    position: relative;
}

.header_block{
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
}

.header_logo{
    display: flex;
    height: 55px;
    width: 240px;
    align-items: center;
    justify-content: center;
    bottom: 2px;
    position: relative;
    left: 0px;
}

.header_logo img{
  width: 80%;
}

.header_menu{
    padding: 0;
    width: calc(100% - 320px);
    margin-left: 3px;
    margin-right: 2px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 2px;
    display: flex;
    top: 0;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}

.header_menu ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.header_menu ul li{
    display: inline-block;
}

.header_menu a{
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #e4e4e4;
    padding: 7px 40px;
}
.header_logo_span{
    color: #e4e4e4;
    position: absolute;
    bottom: 2px;
    right: 0px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.header_menu a.login_href.color{
    color: #fff;
    background-color: #32c1ef;
    border-radius: 10px;
}
.header_menu a.login_href:hover{
   /* color:var(--main-color-href-hover); */
}

.header_language{
    display: inline-block;
    float: right;
    line-height: 40px;
    padding: 10px 0;
}

.header_language a{
    color: #aaa;
    font-size: 11px;
    padding: 10px;
}

.header_language a:hover{
    color: #666;
}

.header_block.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    margin: 0 auto;
    z-index: 9999999;
    height: 55px;
    background-color: #000;
}
.header_block.fixed .header_block_container{
    width: var(--main-max-width);
    margin: 0 auto;
   /* padding: 0 25px;*/
}
.header_block.fixed .header_menu{
  border-bottom: none;
}
.header_block.fixed ~ .gallery_block{
  margin-top: 120px;
}

.header_block_container{
  position: relative;
  margin-bottom: 5px;
}

.border_block{
    width: var(--main-max-width);
    margin: 0 auto;
   /*  padding: 25px;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.07); */
}

.site_logo_img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 35px;
    display: block;
    margin: 10px 0 6px 0px;
}

.body_block{
    height: auto;
    position: relative;
    margin: 0 auto;
    margin-top: 130px;
    width: var(--main-max-width);
}

.main_block{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.gallery_block{
    width: 100%;
  display: block;
    height: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.gallery_block_item{
    width: 12.5%;
    position: absolute;
    display: block;
    /*padding-bottom: 12.5%;*/
    vertical-align: top;
}

.gallery_block_item.x2{
    width: 25%;
    /*padding-bottom: 25%;*/
}

.gallery_block_item .gallery_block_img{
    display: block;
    width: 96%;
    height: 96%;
    padding-bottom: 96%;
    margin-left: 2%;
    margin-top: 2%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gallery_block_item:hover .gallery_block_info{
    opacity: 1;
}

.gallery_block_item.x2 .gallery_block_img{
    width: 98%;
    height: 98%;
    padding-bottom: 98%;
    margin-left: 1%;
    margin-top: 1%;
}

.gallery_block_item .gallery_block_info{
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 98%;
    border-radius: 6px;
    opacity: 0;
    /*background-color: rgba(219,127,8, 0.7);*/
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%,rgba(3,3,3,0.5) 1%,rgba(255,255,255,0) 100%);
}

.gallery_block_item.x2 .gallery_block_info{
    top: 1%;
    left: 1%;
    width: 98%;
    height: 99%;
}

.gallery_block_item .gallery_block_text_info{
    font-size: 16px;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.gallery_block_item.x2 .gallery_block_text_info{
    font-size: 20px;
}
.gallery_block_item .gallery_block_text_info a{
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
    color: #fff;
    height: 100%;
    padding: 10px 16px;
}
.gallery_block_item .gallery_block_text_info a:hover{
    color: #ddd;
}

.gallery_block_item.posy_0{
    margin-top: 0;
}
.gallery_block_item.posy_1{
    margin-top: 12.5%;
}
.gallery_block_item.posy_2{
    margin-top: 25%;
}

.gallery_block_item.posx_0{
    margin-left: 0;
}
.gallery_block_item.posx_1{
    margin-left: 12.5%;
}
.gallery_block_item.posx_2{
    margin-left: 25%;
}
.gallery_block_item.posx_3{
    margin-left: 37.5%;
}
.gallery_block_item.posx_4{
    margin-left: 50%;
}
.gallery_block_item.posx_5{
    margin-left: 62.5%;
}
.gallery_block_item.posx_6{
    margin-left: 75%;
}
.gallery_block_item.posx_7{
    margin-left: 87.5%;
}


.main_sitename ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    width: 80%;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    justify-content: space-around;
    padding: 10px;
}
.main_sitename ul li{
      display: inline-block;
}


.form_input_block{
    display: block;
    position: relative;
    font-size: 0;
}

.input_block_left{
    width: 50%;
    display: inline-block;
    text-align: right;
    padding: 10px;
    font-size: 1rem;
}

.input_block_right{
    width: 50%;
    display: inline-block;
    padding: 10px;
    font-size: 1rem;
}

.input_block_left input,
.input_block_right input{
    border: 1px solid #ddd;
   background-color: #eee;
    width: 50%;
    border-radius: 5px;
    padding: 5px 10px;
    transition: background-color 0.2s;
}

.input_block_left input::placeholder,
.input_block_right input::placeholder{
    font-style: italic;
    font-weight: 300;
}

.input_block_left input:focus,
.input_block_right input:active,
.input_block_right input:focus,
.input_block_left input:active{
    outline: none;
    background-color: #ffffff;
}

.input_block_left.button_area input,
.input_block_right.button_area input{
    width: 30%;
    background: #eee;
    font-weight: 500;
}

.input_block_left.button_area input:hover,
.input_block_right.button_area input:hover{
    background: #ddd;
}

.input_block_right.button_area a{
    padding: 8px 10px 8px 0;
    color: #999;
}
.input_block_right.button_area a:hover{
    color: var(--main-color-href);
}

.gallery_block {
    perspective: 1000px;
    perspective-origin: 50% 50%;
}
.gallery_block .gallery_slides {
    transition: all 600ms ease, opacity 300ms ease;
    transform-origin: 50% 50%;
    transform: translateZ(0px);
}
.gallery_block .gallery_slides.past {
    opacity: 1;
    transform: rotateY( 0deg );
}
.gallery_block .gallery_slides.future {
    opacity: 0;
    transform: rotateY( -180deg );
}

.gallery_block .gallery_slides.old{
    opacity: 0;
    transform: rotateY( -70deg );
}

.body_new_block{
    height: auto;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    width: var(--main-max-width);
}

.bb_search_bar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.bbsb_header{
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    font-size: 18px;
    margin-right: 25px;
}
.bbsb_body{
      position: relative;
}

.bbsb_body input{
    border: 0;
    background-color: #ededed;
    padding: 5px 15px 5px 50px;
    font-size: 20px;
    font-weight: 700;
    min-width: 350px;
    outline: none;
}

.bbsb_body input::placeholder{
  text-transform: uppercase;
  color: #ccc;
  text-align: center;
}

.bbsb_body svg{
    position: absolute;
    top: 11px;
    left: 16px;
}

.main_sitename h2{
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 15px;
    font-size: 20px;
}


.bb_adv_items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.bb_adv_item{
    margin: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.bb_adv_items.bb_adv_landscape .bb_adv_item{
    width: calc(33.33% - 20px);
}

.bb_adv_items.bb_adv_portrait .bb_adv_item{
    width: calc(25% - 20px);
}
.bb_ai_img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
}

.bb_adv_items.bb_adv_landscape .bb_ai_img{
    padding-top: 56.25%;
}

.bb_adv_items.bb_adv_portrait .bb_ai_img{
    padding-top: 177.77%;
}

.bb_ai_body{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.bbaib_left{
    display: flex;
    flex-direction: column;
    width: 60%;
}
.bbaib_text{
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.bbaib_location{
    font-size: 12px;
    font-weight: 600;
}
.bbaib_img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    margin-top: 5px;
}
.bbaib_right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 40%;
}
.bbaib_href a{
    color: #148b00;
    font-size: 12px;
    text-decoration: underline;
}
.bbaib_views{
    margin-top: 16px;
    color: #999;
    font-size: 14px;
}
.bbaib_views i{
    margin-left: 5px;
}


.why_us{
    margin-top: 50px;
  position: relative;
  font-size: 0;
}
.why_us .why_us_header{
    font-size: 30px;
    text-align: center;
    font-weight: 200;
    margin-bottom: 10px;
}

.why_us .why_us_item{
    display: inline-block;
  /*  float: left; */
    width: 33.3%;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    vertical-align: top;
}
.why_us .why_us_item:last-child{
    float: none;
}

.why_us .why_us_item .why_us_header{
  margin-bottom: 40px;
  font-size: 100px;
}
.about_hr{
  margin-top: 50px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.steps{
    margin-top: 50px;
  position: relative;
}
.steps .steps_header{
    font-size: 30px;
    text-align: center;
    font-weight: 200;
}

.contacts .contacts_header{
    font-size: 30px;
    text-align: center;
    font-weight: 200;
    margin-bottom: 30px;
}

.line_text{
    display: inline-block;
    background-color: var(--main-background-color);
    position: relative;
    padding: 0 25px;
    z-index: 2;
}
.line_after{
    display: block;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 1;
}

.contacts{
    margin-top: 50px;
    position: relative;
    font-size: 16px;
}

.contact_block{
    margin-bottom: 10px;
}

.contact_header{
    display: block;
    font-weight: 500;
    color: #999;
}

.contact_text{
    font-size: 18px;
    display: block;
}

.contacts_left_block{
    display: inline-block;
    position: relative;
    width: 50%;
    float: left;
    font-size: 16px;
}
.contacts_right_block{
    display: inline-block;
    position: relative;
    width: 50%;
}
.contact_form,
.contact_list{
    width: 90%;
    margin: 0 auto;
}
.contact_form_block{
    display: block;
    width: 100%;
    margin-bottom: 0px;
}
.contact_form_block label{
    display: block;
    width: 100%;
    font-size: 12px;
    color: #999;
    margin-bottom: 0px;
    font-weight: 500;
}

.contact_list h2{
  font-weight: 300;
}

.contact_list p{
  margin-bottom: 30px;
}

.contact_form_block input{
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    outline: none;
    font-size: 16px;
    transition: all 0.2s;
    color: #777;
    background-color: var(--main-background-color);
}

.contact_form_block textarea{
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    outline: none;
    font-size: 16px;
    transition: all 0.2s ease 0s;
    color: #777;
    line-height: 16px;
    margin-bottom: 15px;
    resize: none;
    background-color: var(--main-background-color);
}

.contact_form_block input.submit_button{
    background: #ebebeb;
    color: #666;
    font-size: 14px;
}

.contact_form_block input:hover,
.contact_form_block input:focus,
.contact_form_block textarea:hover,
.contact_form_block textarea:focus{
    border: 1px solid #aaa;
    color: #333;
}
.contact_form_block input:focus,
.contact_form_block textarea:focus{
  background-color: #fff;
}

.contact_form_block input.submit_button:hover{
    border: 1px solid #e6e6e6;
    background: #ddd;
}

.contact_form_block input::placeholder,
.contact_form_block textarea::placeholder{
  font-style: italic;
  color: #ccc;
}

.contact_form_block input.error,
.contact_form_block textarea.error{
  border: 1px solid #e60000;
}


.footer_block{
    margin-top: 100px;
    background: #0f0e0e;
    color: #999;
    padding: 30px 0;
}

.footer_container{
    margin: 0 auto;
    width: var(--main-max-width);
}

.footer_first,
.footer_second{
  display: block;
}
.footer_info{
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.footer_info_img{
    display: block;
    margin-bottom: 10px;
}

.footer_info_img img{
    width: 35%;
}

.footer_info_text{
    display: block;
    margin-bottom: 10px;
}

.footer_info_social a{
    color: #999;
    font-size: 30px;
    margin-right: 15px;
    transition: all 0.2s;
    background: transparent;
    padding: 0 4px;
    border-radius: 8px;
}

.footer_info_social a.facebook:hover{
  color: #3b5998;
}
.footer_info_social a.instagram:hover{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: #fff;
}

.footer_info_social a.twitter:hover{
  color: #38A1F3;
}

.footer_info_social a.linkedin:hover{
  color: #0077B5;
}

.footer_info_social a.telegram:hover{
  color: #0088cc;
}

.footer_info_social a.viber:hover{
  color: #8f5db7;
}

.footer_info_payment a.paypal{
  position: relative;
  top: 3px;
}


.footer_links{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.footer_links{
    text-align: right;
}

.footer_links span{
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer_links a{
    color: #999;
    display: block;
}
.footer_links a:hover{
    color: #ddd;
}

.links_first{
    display: inline-block;
    width: 32%;
    vertical-align: top;
}
.links_second{
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.links_last{
      display: inline-block;
    width: 33%;
    vertical-align: top;
}

.footer_second{
    display: block;
    width: 100%;
}
.footer_copyright{
    display: inline-block;
    width: 89%;
}
.footer_copyright a{
  color: #999;
}
.footer_language{
    display: inline-block;
    width: 10%;
    height: 27px;
}




.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 30px;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-info {
    font-size: 50px;
    line-height: 50px;
    font-weight: 100;
    color: #555;
    letter-spacing: 0px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #CCD5DB;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #CCD5DB;
}

.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period.period-start .timeline-marker:before{
    border-top: none;
}
.period.period-end .timeline-marker:before{
    border-bottom: none;
}
.period.period-start .timeline-content,
.period.period-end .timeline-content{
    padding: 36px 0 0px;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}

@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info,
  .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #CCD5DB;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #CCD5DB;
}
.pad{
  margin-top: 15px;
  text-align: center;
  color: #bbb;
}

.arrows {
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
  animation-name: arrows-1-anim;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes arrows-1-anim {
  0% {opacity: 0;}
  30% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 0;}
}

.toLoad.loadedContent{
  display:none !important;
}
.loadingContent{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(255, 255, 255, 0.98);
    text-align: center;
    padding-top: 18%;
    font-size: 30px;
    color: #d2d2d2;
}




.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 20px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  background: transparent;
  border: none;
  float: right;
}
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    top: auto;
    left: auto;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    color: #333;
    right: 0;
    border-radius: 0;}
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.menu_mobile{
  display: none;
}

.show_desktop{
  display: block;
}
.show_mobile{
  display: none;
}


.steps_body{
  margin: 30px 0;
}
.step_item{
    display: block;
    position: relative;
    width: 100%;
}
.step_item_left{
    display: inline-block;
    width: 10%;
    vertical-align: top;
    font-size: 55px;
    font-weight: 100;
    line-height: 55px;
}

.step_item_right{
    display: inline-block;
    width: 89%;
    vertical-align: top;
}

.step_item_right .timeline-title{
    font-size: 20px;
    font-weight: 500;
}

.step_item_right p{
    font-size: 16px;
}

.footer_info_payment{
    display: inline-block;
/*    width: 55%; */
    vertical-align: top;
    text-align: right;
    float: right;
}
.footer_info_payment a{
    color: #999;
    font-size: 30px;
    margin-left: 15px;
    transition: all 0.2s;
    background: transparent;
    padding: 0 4px;
    border-radius: 8px;
}

.terms_header{
    text-align: center;
    margin-bottom: 30px;
}

.terms_header .terms_header_16{
    font-weight: 300;
    margin-bottom: 0;
    font-size: 16px;
}
.terms_header .terms_header_14{
    font-weight: 300;
    margin-bottom: 0;
    font-size: 14px;
}
.terms_header h2{
    font-weight: 500;
    margin: 0;
    line-height: 20px;
}

.terms_body p{
    margin-bottom: 10px;
}

.terms_body h3,
.terms_body strong{
    font-weight: 600;
}
.terms_body a{
    color: #005bbd;
}

.terms_body p.terms_disclaimer{
    color: #777;
    font-size: 13px;
    margin-top: 20px;
}

.terms_warning{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.terms_body p.no_mb{
      margin-bottom: 0;
}

.blur {
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-filter: url(#blur-filter);
    filter: url(#blur-filter);
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.popup_login_block{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(133, 133, 133, 0.5);
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}
.popup_login_block.active{
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.popup_login_container{
    padding: 30px;
    position: relative;
    display: block;
    width: 750px;
    height: 450px;
    background: #f2f6f7;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}


#g-logo {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#g-logo::after {
  position: absolute;
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background: #f2f6f7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
#g-logo::before {
  position: absolute;
  content: '';
  display: block;
  width: 35%;
  height: 32%;
  background: #f2f6f7;
  right: 0;
  z-index: 10;
  bottom: 50%;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
}
#g-logo .g-line {
  width: 50%;
  height: 20%;
  background: #0091ea;
  position: absolute;
  right: 0;
  margin: auto;
  border-bottom-right-radius: 4px 20px;
  top: 0;
  bottom: 0;
  z-index: 15;
}
#g-logo .g-yellow {
  width: 40%;
  height: 40%;
  position: absolute;
  left: -15%;
  bottom: 32%;
  margin: auto;
  background: #ffc107;
  transform: rotateZ(-48deg);
  -webkit-transform: rotateZ(-48deg);
  z-index: 3;
}
#g-logo .g-green {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  border-radius: 0 0 100% 100%;
  background: #4caf50;
  z-index: 2;
}
#g-logo .g-blue {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0;
  z-index: 30;
  top: 50%;
  z-index: 2;
  width: 35%;
  height: 32%;
  background: #0091ea;
  right: 0;
  z-index: 2;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
}
#g-logo .g-red {
  width: 81%;
  height: 50%;
  position: absolute;
  top: 0px;
  background: #f44336;
}
.close_popup_login{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
}
.popup_login{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding: 20px 60px;
    position: absolute;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    z-index: -1;
}
.popup_login.active{
  visibility: visible;
  opacity: 1;
   z-index: 1;
}
.popup_login form{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.item_header{
    font-size: 30px;
    font-weight: 600;
}
.item_header_subheader{
  margin-left: 24px;
  font-size: 16px;
}
.item_header_subheader a{
    color: #999;
    text-decoration: underline;
}
.item_input_text{
    display: block;
}
.popup_login_item input{
    font-size: 14px;
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #999;
    outline: none;
}
.popup_login_item input::placeholder{
  font-size: 14px;
  color: #999;
/*  font-style: italic; */
}
.item_input_error{
    display: block;
    margin-bottom: 10px;
    color: #ff0000;
    font-size: 12px;
    visibility: hidden;
}
.item_input_error.show{
    visibility: visible;
}

.pass_input_group{
    position: relative;
}
.item_input_eye{
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px;
    cursor: pointer;
}
.popup_login_item.popup_login_item_bottom{
    display: flex;
    justify-content: space-between;
}
.popup_login_item.popup_register_item_bottom{
    display: block;
    align-items: center;
}
.item_main_button button,
.item_main_button input,
.item_main_button a{
    background: #3db1e3;
    width: 100%;
    display: block;
    line-height: 29px;
    color: #fff;
    font-weight: 500;
    padding: 5px 45px;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
    font-size: 16px;
    outline: none;
    text-align: center;
}
.item_main_button.hide{
  display: none;
}

.item_back_href{
    text-align: center;
    width: 100%;
}
.item_back_href.hide{
  display: none;
}
.item_back_href a{
    padding: 10px 25px;
    color: #999;
    font-size: 16px;
}

.itme_other_buttons{
    display: flex;
}
.facebook_login{
    font-size: 33px;
    color: #3a559f;
    margin-right: 13px;
    position: relative;
    margin-bottom: -10px;
}
.google_login{
    position: relative;
    top: 9px;
}
.popup_login_item_double{
    display: flex;
    justify-content: space-between;
}
.popup_login_item_double .popup_login_item{
    width: 45%;
}

.item_main_href a{
    padding: 10px 25px;
    margin-left: 20px;
    color: #999;
    text-decoration: underline;
}
.item_main_href.hide a{
  display: none;
}
.item_header_progress{
    position: relative;
    top: -4px;
    font-size: 8px;
    margin-left: 10px;
    color: #3db1e3;
}
.item_header_progress i{
  margin-right: 10px;
}
.popup_login_item.popup_activation_item input{
    border: 0;
    font-size: 30px;
}
.popup_login_item.popup_activation_item input::placeholder{
  font-style: normal;
  font-size: 20px;
}
.registration_steps{
    position: relative;
    width: 100%;
    height: 100%;
}
.registration_step{
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s;
}
.registration_step.active{
  visibility: visible;
  opacity: 1;
}


#add_blur_block{
    position: absolute;
    height: 100%;
    width: 100%;
}


.select_tel_country{
    margin-left: 20px;
}
.tel_country{
    color: #999;
    padding: 2px 10px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.2s;
}
.tel_country:hover{
  border-color: #b7b7b7;
}
.tel_country.active{
    border-color: #b7b7b7;
    color: #656565;
}

.activation_ok svg{
  stroke-dashoffset: 210;
}

.activation_ok svg.animate path {
  animation: dash 0.75s linear both;
  animation-delay: 0.5s;
}

@keyframes dash {
  0% { stroke-dashoffset: 210; }
  75% { stroke-dashoffset: -220; }
  100% { stroke-dashoffset: -205; }
}


.tpc_right_block{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
}
.user_ava{
    height: 100%;
    margin-right: 15px;
    position: absolute;
    left: 20px;
    top: 13px;
}
.user_ava img{
    height: 35px;
    width: 35px;
    margin: 12px 0;
}
.user_ava i{
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    top: -7px;
    right: -7px;
    background: #aa3aff;
    border-radius: 50%;
    padding: 4px;
}
.user_ava_img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
}
.tpc_campaign{
    padding: 0 20px;
}
.tpc_campaign_name{
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.tpc_money{
    padding: 0 20px;
}
.tpc_menu{
    padding: 0 20px;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 0 20px 0 65px;
    transition: all .2s;
    min-width: 100px
}
.tpc_menu.active {
    min-width: 248px
}
.tpc_menu:hover,
.tpc_menu.active{
    background-color: #404040;
}
.tpc_meny_arrow{
    margin-left: 5px;
}

.tpc_menu_top{
    position: relative;
}
.tpc_menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 9999;
    transition: all .2s ease-in-out;
    display: block;
    line-height: 35px;
    right: -21px;
    top: 20px;
    width: auto;
    min-width: 250px;
    border: 1px solid #ddd;
    border-top: 0
}

.tpc_menu ul.show{
    opacity: 1;
    visibility: visible;
    margin: 0;
    top: 27px
}

.tpc_menu ul li{
  float:none;
  display:block;
  border:0;
}
.tpc_menu ul li:last-child {
    box-shadow: none;
}
.tpc_menu ul a {
    padding: 0 50px 0 20px!important;
    width: auto;
    min-width: 170px;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    background: #fff;
    box-shadow: 1px 3px 4px #bbb;
    transition: background-color .2s;
    font-weight: 400!important;
    color: #777;
    text-align: left;
    position: relative
}
.tpc_menu ul li.active a,
.tpc_menu ul li.tpc_menu_li_small a{
    color: #000;
}

.tpc_menu ul a:hover {
    background-color: #ddd;
    color: #000;
}
.tpc_menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}
.header_menu ul li.tpc_menu_li_divider{
  border-bottom: 1px solid #ddd;
}
.tpc_menu_click span{
    position: absolute;
    font-size: 12px;
    right: 20px;
    color: #666;
    margin-top: 1px;
    top: 0;
    display: none;
}
.tpc_menu_click span.active{
  display: block;
}

.tpc_notifications{
    padding: 0 20px;
    position: relative;
}
.tpc_notifications_alert{
    position: absolute;
    width: 5px;
    height: 5px;
    background: #e30613;
    top: 0;
    border-radius: 50%;
}

.cantfind-block h1{
    font-size: 70px;
    font-weight: 200;
    line-height: 70px;
}

.cantfind-block h3{
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 24px;
}
.cantfind-block a{
    font-size: 18px;
    text-decoration: underline;
    color: #666;
}

@media (max-width: 768px){
  .show_desktop{
    display: none;
  }
  .show_mobile{
    display: block;
  }
  .border_block,
  .header_block,
  .gallery_block,
  .body_block,
  .footer_container{
    width: 100%;
  }
  .border_block{
    padding-top: 10px;
  }
  .body_block{
    margin-top: 100px ;
  }
  .gallery_block_item.posx_0,
  .gallery_block_item.posx_1,
  .gallery_block_item.posx_4,
  .gallery_block_item.posx_5,
  .gallery_block_item.posx_6,
  .gallery_block_item.posx_7,
  .gallery_block_item.posy_2{
    display: none;
  }
  .gallery_block_item.posx_2,
  .gallery_block_item.posx_3,
  .gallery_block_item.posx_4{
    width: 50%;
  }
  .gallery_block_item.posy_0.posx_2,
  .gallery_block_item.posy_1.posx_2{
    margin-left: 0;
  }
  .gallery_block_item.posy_0.posx_3,
  .gallery_block_item.posy_1.posx_3{
    margin-left: 50%;
  }
  .gallery_block_item.posy_1{
    margin-top: 50%;
  }
  header{
    height: 0;
  }
  .header_logo{
    width: 250px;
    margin-left: 45px;
  }
  .header_logo_span {
    bottom: 2px;
    right: 2px;
    font-size: 9px;
}
  .menu_mobile{
    display: block;
    right: 0px;
    font-size: 25px;
    position: absolute;
    top: 9px;
    padding: 0 10px;
    cursor: pointer;
  }
  .header_menu{
    display: none;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
    float: none;
    height: auto;
    right: 0;
    border: none;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  }
  .header_menu ul{
    padding: 10px 0;
  }
  .header_menu ul li{
    display: block;
    line-height: 44px;
  }
  .header_menu ul.left{
    /* border-bottom: 1px solid #ddd; */
  }
  .header_menu a{
    padding: 20px 7px;
    font-weight: 300;
    font-size: 25px;
    color: #000;
  }
  .header_menu a.login_href.color{
    color: #000;
    background-color: transparent;
  }
  .header_menu a.login_href{
    padding-right: 7px;
    font-weight: 400;
  }
  .header_block.fixed .header_block_container{
    width: 100%;
  /*  padding: 10px 25px; */
  }
  .why_us .why_us_item{
    display: block;
    float: none;
    width: 100%;
  }
  .why_us .why_us_item .why_us_header{
    margin-bottom: 20px;
  }
  .step_item{
    padding: 0 20px;
    text-align: center;
    margin-bottom: 40px;
  }
  .step_item_left{
    display: block;
    width: 100%;
  }
  .step_item_right{
    display: block;
    width: 100%;
  }
  .timeline-title{
    font-size: 30px;
    font-weight: 200;
    margin: 0 0 10px 0;
  }
  .contacts_left_block{
    display: block;
    float: none;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .contact_form,
  .contact_list{
    width: 100%;
  }
  .contacts_right_block{
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .contact_form .contact_header{
    text-align: center;
  }
  .contact_form_block input,
  .contact_form_block textarea,
  .contact_form_block input.submit_button{
    font-size: 20px;
  }
  .contact_form_block input::placeholder,
  .contact_form_block textarea::placeholder{
    font-size: 16px;
  }
  .footer_info{
    display: block;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .footer_info_img{
    display: none;
  }

  .footer_info_social{
    text-align: center;
    display: block;
    width: 100%;
  }
  .footer_info_social a:last-child{
    margin-right: 0;
  }
  .footer_info_payment{
    text-align: center;
    display: block;
    width: 100%;
    float: none;
  }
  .footer_info_payment a:first-child{
    margin-left: 0;
  }
  .footer_links{
    display: block;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin: 30px 0;
  }
  .links_first,
  .links_second{
    display: none;
  }
  .links_last{
    display: block;
    width: 100%;
  }
  .footer_links span{
    font-size: 30px;
    font-weight: 400;
  }
  .footer_links a{
    font-size: 20px;
    padding: 5px 0;
  }
  .footer_second{
    padding: 0 20px;
    text-align: center;
  }
  .footer_copyright{
    display: block;
    width: 100%;
  }
  .footer_language{
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .nice-select{
    font-size: 16px;
  }
  .nice-select .list{
    font-size: 20px;
  }
  .terms{
    padding: 0 20px;
  }
  .header_block.fixed ~ .gallery_block{
        margin-top: 30px;
  }
  .popup_login_container{
    width: 90%;
  }
  .popup_login{
    padding: 0;
  }
  .item_header{
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .item_header_subheader{
    display: block;
    text-align: center;
    margin: 0;
  }
  .popup_login_item.popup_login_item_bottom{
    flex-direction: column;
  }
  .item_main_button{
    margin-bottom: 20px;
    width: 100%;
  }
  .itme_other_buttons{
    justify-content: center;
  }
  .facebook_login{
    margin-right: 30px;
  }
  .item_header_progress{
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .popup_login_item_double{
        flex-direction: column;
  }
  .popup_login_item_double .popup_login_item{
    width: 100%;
  }
  .item_input_text{
    margin-bottom: 0;
    text-align: center;
  }
  .select_tel_country{
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .popup_login_item.popup_activation_item input{
    font-size: 24px;
    text-align: center;
  }
  .popup_login_item.popup_activation_item input#activation_code{
    margin-top: 10px;
    font-size: 30px;
  }
  .popup_login_item.popup_register_item_bottom{
    flex-direction: column;
  }
  .item_main_href a{
    margin-left: 0;
  }

  .body_new_block{
    width: 100%;
    margin-top: 20px;
  }
  .bb_search_bar{
    flex-direction: column;
  }
  .bbsb_header{
    margin-right: 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-bottom: 17px;
  }
  .bbsb_body{
    text-align: center;
    width: 90%;
  }
  .bbsb_body input{
    min-width: 80%;
    width: 100%;
  }
  .bb_adv_items{
    flex-direction: column;
  }
  .bb_adv_items.bb_adv_landscape .bb_adv_item,
  .bb_adv_items.bb_adv_portrait .bb_adv_item{
    width: calc(100% - 20px);
  }
  .bb_adv_items.bb_adv_portrait .bb_ai_img{
        height: 200px;
  }
  .main_sitename ul{
    width: 100%;
    flex-direction: column;
    text-align: center;
    border: 0;
  }
  .main_sitename ul li{
    font-size: 20px;
    margin: 5px;
  }
  .tpc_menu{
    width: 100%;
    justify-content: flex-end;
    margin-right: 20px;
  }
  .user_ava{
    display: none;
  }
  .tpc_menu_current{
    display: none;
  }
  .tpc_meny_arrow{
    display: none;display: none;
  }
  .header_menu .tpc_menu_top ul{
    display: block;
    visibility: visible;
    opacity: 1;
    position: relative;
    width: 100%;
    top: 0;
  }
  .tpc_menu .tpc_menu_top ul a{
    width: 100%;
    box-shadow: none;
    text-align: right;
    padding: 0 7px !important;
  }
  .tpc_menu:hover,
  .tpc_menu.active{
    background-color: transparent;
  }
  .tpc_menu ul a:hover{
    background-color: transparent;
  }
  .tpc_notifications{
    display: none !important;
  }
  .tpc_menu_click span.active{
    display: none;
  }
  .header_menu ul li.tpc_menu_li_divider{
    border: 0;
  }
  .site_logo_img{
    background-position: left;
  }

}

.loading_page{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    z-index: 999999999999999;
    overflow: hidden auto;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.loading_page.hide{
    visibility: hidden;
    opacity: 0;
}

.spinner1 {
  width: 60px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner1 > div {
  background-color: #e7e7e7;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner1 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner1 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner1 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner1 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40% ,100%{ -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
  }
}


.navicon-button {
  padding: 1.0625rem 1.5rem;
  transition: 0.25s;
  cursor: pointer;
  user-select: none;
  opacity: 1;
}

.navicon-button .navicon:before, .navicon-button .navicon:after {
  transition: 0.25s;
}
.navicon {
    position: relative;
    width: 2rem;
    height: 0.15rem;
    background: #e4e4e4;
    transition: 0.5s;
    border-radius: 1.5rem;
}
.navicon:before, .navicon:after {
  display: block;
  content: "";
  height: 0.15rem;
  width: 2rem;
  background: #e4e4e4;
  position: absolute;
  z-index: -1;
  transition: 0.2s 0.1s;
  border-radius: 1rem;
}
.navicon:before {
  top: .625rem;
}
.navicon:after {
  top: -.625rem;
}

.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
  top: 0 !important;
}

.open.x .navicon {
  background: transparent;
}
.open.x .navicon:before {
  transform: rotate(-45deg);
}
.open.x .navicon:after {
  transform: rotate(45deg);
}



.item_main_button.item_main_button_login{
    display: flex;
}
.item_main_button a.item_main_button_add{
    padding: 5px 0px;
    margin-left: 30px;
    color: #999;
    text-decoration: underline;
    background: transparent;
    font-size: 12px;
    white-space: nowrap;
}
.item_input_description{
    font-size: 14px;
    color: #666;
}

.adv_view_block{
    display: flex;
    height: 100%;
}
.avb_left{
    width: 80%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.avb_right{
    width: 20%;
}
.avbr_about_user{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.avbrau_ava{
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.avbrau_name{
    margin-left: 15px;
    font-size: 16px;
}
.avbr_about_item{
    display: flex;
    justify-content: space-between;
    line-height: 22px;
}
.avbrai_title{
    color: #444;
}
.avbrai_data{
    font-weight: 600;
}
.avb_left img,
.avb_left video{
    max-width: 100%;
    max-height: 100%;
}
.avb_left .avbl_image_portrait img,
.avb_left .avbl_video_portrait video{
    max-width: 70%;
    max-height: 70%;
}
.avbl_image_landscape,
.avbl_video_landscape{
    display: block;
    padding: 0 20px;
}
.avbl_image_portrait{
    display: block;
    padding: 0 20px;
}
.avbl_image_portrait .rotation-wrapper-inner,
.avbl_video_portrait .rotation-wrapper-inner {
padding: 50% 0 25% 0;
}
.avbl_image_portrait img,
.avbl_video_portrait video {
  display: block;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-100%);
  /* transform: rotate(90deg) translate(0, -100%); */
  margin-top: -50%;
  white-space: nowrap;
  margin-left: 25%;
}

.password_strength{
    width: 100%;
    display: block;
    height: 3px;
}
.password_strength{
    width: 100%;
    display: block;
    height: 3px;
}
.password_strength_meter{
    height: 100%;
    display: block;
    transition: all 0.2s;
}
.password_strength_meter.zero{
    width: 0%;
    background-color: transparent;
}
.password_strength_meter.weak{
    width: 33%;
    background-color: #dd4c2b;
}
.password_strength_meter.good{
    width: 66%;
    background-color: #38b2fa;
}
.password_strength_meter.strong{
    width: 100%;
    background-color: #3cbc6f;
}

.info_block_re{
    background-color: rgba(255, 235, 0, 0.5);
    display: none;
    padding: 10px 0px;
}
.ibr_icon{
    width: 60px;
    font-size: 30px;
    color: #ee3500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ibr_text{
    color: #000;
    line-height: 16px;
}

.owner_request textarea{
    border: 1px solid #e6e6e6;
    outline: none;
    resize: none;
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    background-color: var(--main-background-color);
    transition: all 0.2s;
}

.owner_request textarea:hover{
    border: 1px solid #aaa;
}
.owner_request textarea:focus{
    border: 1px solid #aaa;
    background-color: #fff;
}

.owner_request select{
    border: 1px solid #e6e6e6;
    padding: 3px 5px;
    height: 35px;
    width: 300px;
    outline: none;
    background-color: var(--main-background-color);
    transition: all 0.2s;
}
.owner_request select:hover{
    border: 1px solid #aaa;
}
.owner_request select:focus{
    border: 1px solid #aaa;
    background-color: #fff;
}
.owner_request button{
    background: #ebebeb;
    color: #666;
    border: 0;
    padding: 3px 40px;
    height: 35px;
    transition: all 0.2s;
}
.owner_request button:hover{
    background: #ddd;
    color: #666;
}
.warning_become{
    line-height: 16px;
    background-color: #eaeaea;
    padding: 10px;
    margin-bottom: 20px;
}
.warning_become h1{
    font-size: 16px;
}
.warning_become p{
    margin-bottom: 0;
}

.new_why_us{
  position: relative;
}
.nwu_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
}
.nwu_cleft{
    width: 50%;
    font-size: 16px;
    padding-right: 50px;
}
.nwucl_button{
    border: 0;
    background-color: #ddd;
    padding: 8px 40px;
    border-radius: 4px;
    font-size: 14px;
}
.nwu_cright{
    width: 50%;
}
.nwu_cright img{
    width: 100%;
}
.nwucl_button.nwucl_green{
    background-color: #3aaa35;
    color: #fff;
}
.nwucl_button.nwucl_magenta{
    background-color: #aa3595;
    color: #fff;
}

.nwucl_button.nwucl_blue{
    background-color: #0399da;
    color: #fff;
}
@media (max-width: 768px){
  .nwu_container{
    flex-direction: column-reverse;
    padding: 50px 20px;
  }
  .nwu_cleft{
    padding-right: 0;
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  .nwu_cright{
    width: 100%;
  }
  .item_main_button.item_main_button_login{
    flex-direction: column;
    margin-top: 10px;
  }
  .item_main_button a.item_main_button_add{
    margin-left: 0;
  }
}



.popup_request_block{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(133, 133, 133, 0.5);
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.popup_request_block.active {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
.popup_request_container{
    padding: 30px;
    position: relative;
    display: block;
    width: 300px;
    height: auto;
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.2);
}
.close_popup_request {
    position: absolute;
    top: 0px;
    right: 3px;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
    color: #fff;
}
.popup_request_container h5{
    width: 80%;
    margin-left: 10%;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
}
.new_login_block .popup_request_container h5{
    color: #666;
}
.popup_request_input{
    margin-bottom: 20px;
    padding: 5px 40px;
}
.popup_request_input h5{
    margin-bottom: 3px;
    font-weight: 400;
}
.popup_request_input span{
    display: block;
    background-color: #f6f6f6;
}
.popup_request_input input{
    width: 100%;
    font-size: 18px;
    transition: all 0.2s;
    background-color: #f9f9f9;
    padding: 10px 15px;
    border-bottom: none;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    border: 0;
    outline: none;
}
.popup_request_input input::placeholder{
    font-size: 14px;
    font-style: italic;
    color: #aaa;
    font-weight: 300;
    transition: all 0.2s;
}
.new_login_block .popup_request_input input{
    text-align: left;
    font-size: 14px;
}
.new_login_block .popup_request_input input::placeholder{
    font-style: inherit;
    color: #999;
    font-weight: 400;
}
.popup_request_input input.error_input{
    border-bottom: 1px solid #ff5509;
}
.popup_request_input input.error_input::placeholder{
    color: #ff5509;
}
.popup_request_submit{
    margin-top: 30px;
    padding: 5px 40px;
}
.popup_request_submit button{
    outline: none;
    width: 100%;
    border: 0;
    padding: 7px;
    color: #fff;
    font-weight: 500;

    background-color: #18b4cc;
    line-height: initial;
    padding: 12px 0;
    border-radius: 6px;
    font-size: 18px;
    transition: all 0.2s;
}




.tpc_notifications{
    cursor: pointer;
    transition: background-color 0.2s;
    line-height: 55px;
}
.tpc_notifications:hover,
.tpc_notifications.active{
    background-color: #404040;
}
.tpc_notifications_alert{
    top: 18px;
}

.tpn_noti_show_block{
    position: absolute;
    line-height: 20px;
    box-shadow: 1px 3px 4px #bbb;
    width: 300px;
    background-color: #fff;
    color: #444;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    cursor: default;
    transition: all 0.2s;
}
.tpc_notifications.active .tpn_noti_show_block{
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.tpbsb_header{
    display: flex;
    justify-content: space-between;
    line-height: 12px;
    border-bottom: 1px solid #ddd;
    padding: 12px 15px 2px 15px;
}
.tpbsb_header h4{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.close_noti_block{
    color: #ccc;
    transition: all 0.2s;
    padding: 0 5px;
}
.close_noti_block:hover{
  cursor: pointer;
  color: #999;
}

.tpbsb_item{
    display: flex;
    padding: 5px 15px;
    transition: all 0.2s;
}
/*
.tpbsb_item:hover{
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.05);
}
*/
.tpbsp_ileft{
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tpbspi_icon{
    background-color: #eee;
    position: relative;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
}
.tpbspi_icon.green{
    color: #00a048;
}
.tpbspi_icon.torquoise{
    color: #11a4ab;
}
.tpbspi_icon.red{
    color: #981313;
}
.tpbspi_icon_add{
    position: absolute;
    font-size: 11px;
    background-color: #eeeeee;
    line-height: 10px;
    padding: 1px;
    border-radius: 50%;
    bottom: 4px;
    right: 3px;
}

.tpbsp_icenter{
    width: 75%;
    text-align: left;
    line-height: 14px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tpbsp_ic_main{
    display: block;
    font-weight: 600;
}
.tpbsp_ic_second{
    font-size: 12px;
    color: #888;
}
.tpbsp_iright{
    width: 10%;
}
.tpbspir_icon{
    font-size: 12px;
    color: #ccc;
    padding: 5px;
    transition: all 0.2s;
}
.tpbspir_icon:hover{
  color: #888;
}
.tpbsb_footer{
    line-height: 12px;
    border-top: 1px solid #ddd;
    padding: 8px 15px 8px 15px;
    text-align: center;
}
.header_menu .tpbsb_footer a{
    color: #444;
    text-transform: uppercase;
    font-size: 10px;
}
.tpbsb_main{
    max-height: 250px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.tpbsb_main::-webkit-scrollbar {
    width: 6px !important;
}
.tpbsb_main::-webkit-scrollbar-track {
    background-color: #fff;
}
.tpbsb_main::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border-radius: 7px;
    background-color: #bbb;
    border: 2px solid #fff;
}
.header_menu .tpbsp_ic_main a{
    color: #444;
    padding: 0;
    font-weight: 600;
}











/* new design */

.slider_block {
    width: 980px;
    margin: 0 auto;
    padding: 40px 10px 30px 10px;
    height: auto;
}
.slider_block_overlay{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    width: var(--main-max-width);
    display: block;
}
.slider_block_container{
    background-color: #f7f6f6;
/*    overflow: hidden; */
    height: 360px;
}
.slider_block_left{
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 35%;
    padding: 30px;
    overflow: hidden;
}
.slider_06 .slider_block_left{
    width: 35%;
    background-color: #f7f6f6;
}
.slider_06 .slider_block_left .sbl_away5{
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 7px 30px 7px 30px;
    background-color: #7b559b;
    width: auto;
}
.slider_block_item{
    display: flex;
    overflow: hidden;
}
.slider_01 .slider_block_left{
    background-image: url(/images/front/bkg_slide_01.png);
}
.slider_02 .slider_block_left{
    background-image: url(/images/front/bkg_slide_02.png);
}
.slider_03 .slider_block_left{
    background-image: url(/images/front/bkg_slide_03.png);
}
.sbl_text_container{
    font-family: BebasNeueCyrillic;
    font-size: 45px;
    line-height: 45px;
}
.sbl_text{
    display: block;
    position: relative;
    z-index: 1;
}
.sbl_away{
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 7px 10px 7px 15px;
}
.sbl_away:hover{
    color: #000;
}
.sbl_away svg{
    margin-left: 25px;
    top: 2px;
    position: relative;
    animation: bounce 5s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateX(0);
    }
    40% {
      transform: translateX(-10px);
    }
    60% {
      transform: translateX(-5px);
    }
  }

.sbl_select_ad{
    display: flex;
    margin-top: 15px;
    /* justify-content: center; */
}
.sblsa_item{
    position: relative;
    /* height: 134px;
    width: 76px; */
    height: 100px;
    width: 58px;
    display: block;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    border-radius: 6px;
    margin-right: 25px;
    top: 0;
    border: 2px solid #000;
    transition: all 0.2s!important;
}
.sblsa_item:last-child{
    margin-right: 0;
}
.sblsa_item:hover,
.sblsa_item.active{
    cursor: pointer;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    top: -3px;
}
.slider_block_right{
    width: 65%;
    height: 100%;
}

.slider_01 .slider_block_right{
    padding: 40px;
}
.slider_06 .slider_block_right{
    width: 65%;
}
.sbr_show_ad{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    /* width: 515px; */
}
.sbrsa_item{
    width: 30%;
    position: relative;
    padding-top: 50%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
    border: 5px solid #000;
}
.sbrsa_item_slide{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    box-shadow: inset 2px 2px 16px 3px rgba(0,0,0,.3);
    transition: all 0.2s;
}
.sbrsa_item_slide.active{
    opacity: 1;
    visibility: visible;
}
.slider_block_control{
    display: flex;
    margin-top: 20px;
    width: 100%;
    height: auto;
    position: relative;
}
.sbc_item{
    display: flex;
    position: relative;
    width: 20%;
    height: 50px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    margin-right: 10px;
    top: 0;
    transition: all 0.2s;
    background-color: #fff;
}
.sbc_item:hover{
    cursor: pointer;
    top: -4px;
}
.sbc_item.active{
    top: -4px;
    color: #5d0582;
}
.sbc_item:last-child{
    margin-right: 0px;
}
.sbc_item_name{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.sbc_item_add{
    font-size: 12px;
    position: absolute;
    top: 2px;
    right: 7px;
    font-weight: 700;
    color: #000;
}

.sbl_away2{
    background-color: #fff;
    padding: 7px 60px 7px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.sbl_away2:hover{
    color: #000;
}
.sbl_away2 svg{
    position: absolute;
    top: 9px;
    right: 4px;
}
.sbl_text .sblt_underline{
    position: relative;
}
.sbl_text .sblt_underline::before{
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    bottom: 6px;
    width: 999px;
    z-index: -1;
    left: -5px;
}
.sbl_text .sblt_underline.orange::before{
    background-color: #FBCC36;
}
.sbl_text .sblt_underline.green::before{
    background-color: #36fbbc;
}
.slider_3_slider{
    width: 100%;
    height: 100%;
    display: flex;
}
.slider_3_item{
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.sbl_text2_desc{
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0 0;
}
.sbl_text2_input{
    display: block;
    margin-top: 10px;
}
.sbl_text2_input input{
    background-color: #688760;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
    width: 276px;
    text-align: center;
    border-radius: 10px;
    outline: none;
}
.sbl_text2_input input::placeholder{
    color: #c5c5c5;
    font-weight: 700;
    font-size: 16px;
}
.sbl_text2_submit{
    display: block;
    margin-top: 10px;
}
.sbl_text2_submit a{
    background-color: #1593d4;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
    width: 276px;
    text-align: center;
    border-radius: 10px;
    display: block;
}

.perspective_block{
    /* position: absolute;
    width: 100%;
    perspective: 1000px; */
}
.perspective_container{
    /* transform: rotateY(-33deg);
    background-color: rgba(228, 225, 215, 0.3);
    width: 2000px;
    display: flex;
    justify-content: center;
    left: -765px;
    position: absolute;
    padding: 38px;
    top: -34px;
    box-shadow: 0px 0px 15px #0000003d;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"); */
}

.slider_block_4_left{
    width: 50%;
    height: 100%;
    background-color: #ededed;
    z-index: 1;
}
.sb4l_container{
    height: 80%;
}
.sv4l_item{
    display: block;
    width: 100%;
    height: 100%;
}
.sv4li_top{
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
.sv4li_top_left{
    width: 25%;
    padding: 20px 50px 0 50px;
    font-size: 120px;
    font-family: BebasNeueCyrillic;
    text-align: center;
}
.sv4li_top_right{
    display: block;
    width: 75%;
    height: 100%;
    position: absolute;
    left: 25%;
    top: -50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.sv4li_top_right.active{
    opacity: 1;
    visibility: visible;
    top: 0;
}
.sv4li_top_right_header{
    font-family: BebasNeueCyrillic;
    font-size: 60px;
    line-height: 65px;
    display: block;
    margin-top: 160px;
}
.sv4li_top_right_text{
    margin-top: 20px;
    font-size: 20px;
    color: #007f1e;
    display: block;
    line-height: 24px;
}

.sb4l_control{
    height: 20%;
    z-index: 1;
}
.sb4l_control{
    font-size: 40px;
    padding-left: calc(25% - 10px);
    display: flex;
    align-items: center;
}
.cb4lc_left,
.cb4lc_right{
    padding: 10px;
    color: #999;
    transition: all 0.2s;
}
.cb4lc_left:hover,
.cb4lc_right:hover{
    cursor: pointer;
    color: #666;
}

.slider_block_4_right{
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}
.sb4r_container{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    height: 80%;
    left: 5%;
    position: relative;
    background-image: url(/images/front/laptop.png);
}
.sv4r_item{
    height: 319px;
    width: 507px;
    display: block;
    position: absolute;
    top: 16px;
    left: 95px;
}

.sv4r_item_img{
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}



.advertisement_header{
    width: var(--main-max-width);
    margin: 0 auto;
    padding: 60px 0 80px 0px;
}
.advertisement_header h2{
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing: 10px;
    font-weight: 400;
}

.prices_block{
    width: var(--main-min-width);
    margin: 0 auto;
    margin-bottom: 100px;
}
.prices_container{
    display: flex;
    justify-content: space-around;
}

.prices_item{
    width: 30%;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prices_item:hover{
    transform: scale(1.06)!important;
}
.prices_item.item1{
    border-top: 6px solid #75c263;
}
.prices_item.item2{
    border-top: 6px solid #b463c2;
}
.prices_item.item3{
    border-top: 6px solid #3d9ba2;
}

.prices_item_header{
    border-bottom: 1px solid rgba(208, 208, 208, 0.3);
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    line-height: 26px;
}

.prices_item_block{
    padding: 15px 25px;
}
.pib_item{
    display: block;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    margin-bottom: 13px;
    align-items: baseline;
}
.pib_item:last-child{
    margin-bottom: 0px;
}
.pib_item_list{
    display: inline-block;
    padding: 5px;
    line-height: 14px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    font-weight: 700;
    margin-right: 10px;
}

.prices_item.item1 .pib_item_list{
    background-color: #75c263;
}
.prices_item.item2 .pib_item_list{
    background-color: #b463c2;
}
.prices_item.item3 .pib_item_list{
    background-color: #3d9ba2;
}
.prices_item_footer{
    border-top: 1px solid rgba(208, 208, 208, 0.3);
    display: flex;
    padding: 10px 25px 15px 25px;
    align-items: center;
    justify-content: space-between;
}
.pif_price{
    line-height: 20px;
    font-weight: 600;
}
.pifpd_price{
    font-size: 20px;
    font-weight: 700;
}
.pifpd_desc{
    display: block;
    line-height: 12px;
}
.pif_link{
    display: block;
    text-align: right;
}
.pif_link a{
    width: 100%;
    background-color: #e8e8e8;
    display: block;
    text-align: center;
    position: relative;
    padding: 8px 5px;
    text-transform: uppercase;
    font-size: 12px;
}
.pif_link a:hover{
    color: #000;
}
.slider_block_4_left::before{
    content: "\f013";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: -150px;
    bottom: -300px;
    font-size: 600px;
    color: #e3e2e2;
    z-index: 0;
    animation: fa-spin 180s infinite linear;
    z-index: -1;
}


.advertisement_header2{
    width: var(--main-min-width);
    margin: 0 auto;
    padding: 0 10px;
    padding-bottom: 80px;
}
.advertisement_header2 h2{
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}



.billboards_block{
    width: 880px;
    margin: 0 auto;
    padding: 0px 10px;
}
.billboards_container{
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.13);
    border-top: 5px solid #0ab7c2;
    display: flex;
    overflow: hidden;
}
.bb_left{
    width: 70%;
    position: relative;
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row-reverse;
    overflow: hidden;
}
.bb_link{
    position: absolute;
    display: block;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 9px;
    color: #fff;
    font-size: 16px;
}
.bb_link:hover{
    color: #fff;
}

.bb_link2 {
    position: absolute;
    display: block;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 9px;
    color: #fff;
    font-size: 16px;
    left: 50%;
    top: 28%;
    background: #e74a55;
}
.bb_link2:hover{
    color: #fff;
}
.bb_link span{
    width: 16px;
    height: 16px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.bb_link2 span{
    width: 16px;
    height: 16px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin-right: 7px;
    position: relative;
    top: -1px;
    color: #e74a55;
}
.billb_mb_map_marker{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 34px;
    position: absolute;
    height: 100%;
    z-index: 2;
    display: flex;
    left: calc(50% - 17px);
}
.bb_one{
    position: relative;
    bottom: 30px;
    z-index: 1;
    right: 90px;
}
.bb_one .bb_link{
    right: -20px;
    top: 90px;
    background: #05be9c;
}
.bb_one .bb_link span{
    color: #05be9c;
}
.bb_two{
    position: relative;
    bottom: 31px;
    z-index: 2;
    right: 20px;
}
.bb_two .bb_link{
    left: -20px;
    top: 50px;
    background: #0fa0f9;
}
.bb_two .bb_link span{
    color: #0fa0f9;
}
.bb_three{
    position: relative;
    bottom: 30px;
    z-index: 3;
    left: 200px;
}
.bb_three .bb_link{
    left: 70px;
    bottom: 65px;
    background: #e74a55;
}
.bb_three .bb_link span{
    color: #e74a55;
}
.bbl_background{
    position: absolute;
    top: 46px;
    left: 59px;
    width: calc(100% + 60px);
}

.bb_right{
    width: 30%;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    overflow: hidden;
    box-shadow: 2px 11px 13px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.bbr_header{
    padding: 20px 40px;
    font-size: 22px;
    border-bottom: 1px solid #c6c6c6;
    font-weight: 700;
    height: 74px;
}
.bbr_footer{
    height: 74px;
    border-top: 1px solid #c6c6c6;
    padding: 20px 40px;
}
.bbr_footer a{
    background-color: #e0e0e0;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 5px 20px;
    text-transform: uppercase;
}
.bbr_footer a:hover{
    color: #000;
}

.bbr_center{
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
}
.bbr_center_header{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.bbr_center_header .sblt_underline{
    position: relative;
    z-index: 1;
}
.bbr_center_header .sblt_underline::before{
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    bottom: 2px;
    width: 999px;
    z-index: -1;
    left: -4px;
    background-color: #f3d508;
}
.bb_center_container{
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
}
.bbcc_item{
    display: block;
    position: relative;
}
.bbcc_item i{
    position: absolute;
    right: 120px;
    top: 12px;
    color: #0ab7c2;
    font-size: 19px;
}

.tv_adv{
    width: var(--main-min-width);
    margin: 30px auto 80px auto;
    display: flex;
    background-color: #daebd1;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
}

.tva_icon{
    width: 12%;
}
.tva_text{
    width: 66%;
    line-height: 20px;
    font-size: 16px;
}
.tva_link{
    width: 22%;
}
.tva_link a{
    background-color: #0ab7c2;
    display: block;
    text-align: center;
    position: relative;
    padding: 5px 20px;
    font-size: 16px;
    color: #fff;
}

.owners_block{
    width: 880px;
    margin: 0 auto;
    padding: 0px 10px;
}
.owners_container{
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.13);
    display: flex;
    padding: 60px;
    align-items: center;
    justify-content: center;
}
.oc_left{
    height: 100%;
    width: 60%;
    font-size: 34px;
    line-height: 40px;
}
.oc_left_text1{
    display: block;
    margin-bottom: 20px;
}
.oc_left_text2{
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
}
.oc_left_text3{
    display: block;
}
.oc_left_text3 a{
    background-color: #000000;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 3px 40px;
    font-size: 20px;
    color: #fff;
}
.oc_right{
    height: 100%;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next, .swiper-button-prev{
    color: #fff;
    outline: none;
}





.scan-circle {
    overflow: visible;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform-origin: center;
    background-color: #000;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.3);
    text-align: center;
    cursor: pointer;
}

.scan-circle .pulse {
    position: absolute;
    top: -4px;
    left: -4px;
    overflow: visible;
    margin: auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform-origin: center;
    animation: pulse-me 4s ease-out infinite;
    box-shadow: 0 0 3px #000;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.scan-circle .pulse.one {
    animation-delay: 0s;
}

.scan-circle .pulse.two {
    animation-delay: 1s;
}

.scan-circle .pulse.three {
    animation-delay: 2s;
}

.scan-circle .pulse.four {
    animation-delay: 3s;
}

@keyframes pulse-me {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
        transform: scale(2);
    opacity: 0;
  }
}

.scan-circle.marker-blue{
    background-color: rgb(0, 128, 255);
}

.scan-circle.marker-blue .pulse{
    box-shadow: 0 0 3px rgb(0, 128, 255);
    border: 1px solid rgba(0, 128, 255, 0.6);
}

.scan-circle.marker-green{
    background-color: rgb(0, 154, 102);
}

.scan-circle.marker-green .pulse{
    box-shadow: 0 0 3px rgb(0, 154, 102);
    border: 1px solid rgba(0, 154, 102, 0.6);
}

.scan-circle.marker-orange{
    background-color: rgb(255, 129, 0);
}

.scan-circle.marker-orange .pulse{
    box-shadow: 0 0 3px rgb(255, 129, 0);
    border: 1px solid rgba(255, 129, 0, 0.6);
}

.scan-circle.marker-red{
    background-color: rgb(204, 0, 0);
}

.scan-circle.marker-red .pulse{
    box-shadow: 0 0 3px rgb(204, 0, 0);
    border: 1px solid rgba(204, 0, 0, 0.6);
}

.scan-circle.marker-magenta{
    background-color: rgb(157, 0, 255);
}

.scan-circle.marker-magenta .pulse{
    box-shadow: 0 0 3px rgb(157, 0, 255);
    border: 1px solid rgba(157, 0, 255, 0.6);
}

.scan-circle.marker-pink{
    background-color: rgb(255, 0, 247);
}

.scan-circle.marker-pink .pulse{
    box-shadow: 0 0 3px rgb(255, 0, 247);
    border: 1px solid rgba(255, 0, 247, 0.6);
}

.scan-circle.marker-brown{
    background-color: rgb(168, 70, 0);
}

.scan-circle.marker-brown .pulse{
    box-shadow: 0 0 3px rgb(168, 70, 0);
    border: 1px solid rgba(168, 70, 0, 0.6);
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{
    border-top-color: #f7f7f7;
}
.mapboxgl-popup-content{
    border-radius: 6px;
    background-color: #f7f7f7;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
.popup_container{
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: "SF Pro Display", "Helvetica", "Arial";
    line-height: 16px;
    color: #000;
}

.slider_05 .slider_block_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sbl_away5{
    background-color: #7ebf71;
    color: #fff;
    padding: 7px 60px 7px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    position: relative;
    width: fit-content;
}
.sbl_away5:hover{
    color: #fff;
}
.sbl_away5 svg{
    position: absolute;
    top: 9px;
    right: 4px;
}

.tv_adv{
    flex-direction: column;
    padding: 0;
}
.tvadv_main{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 40px;
}

.tva_billboard_panel{
    background-color: #f8f6f6;
    display: none;
    width: 100%;
}
.tva_billboard_panel .tvasp_main_block{
    padding: 0;
}

.tva_slide_panel{
    background-color: #f8f6f6;
    display: none;
    width: 100%;
}
.tvasp_main_block{
    display: flex;
    padding: 20px 40px;
}
.tvasp_mb_left{
    width: 60%;
    display: flex;
    flex-direction: column;
}
.tvasp_mb_left.billbasp_mb_left{
    min-height: 300px;
}
.billb_mb_map{
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 100%;
    position: relative;
    height: 100%;
}
.billb_mb_map::before{
    content: '';
    background: linear-gradient(124deg, rgba(248,248,248,0.3) 50%, rgba(248,248,248,1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.tvasp_l_text{
    margin-bottom: 10px;
}
.tvasp_l_input{
    margin-bottom: 30px;
}
.tvasp_l_input input{
    font-size: 30px;
    background: transparent;
    border: 0;
    outline: none;
}
.tvasp_l_button a{
    background-color: #a2d76e;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 5px 60px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
}
.tvasp_mb_right{
    width: 40%;
    display: flex;
    align-items: center;
}
.tvasp_mb_right.billbasp_mb_right{
    padding: 20px 40px 20px 0;
}
.tvasp_mb_right.billbasp_mb_right .tvasp_r_text{
    text-align: left;
}
.tvasp_r_text{
    display: block;
    text-align: left;
    width: 100%;
}
.bb_link5{
    background-color: #f3d508;
    text-align: center;
    position: relative;
    padding: 7px 30px;
    font-size: 16px;
    float: right;
    color: #000;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 10px;
}
.bb_link5:hover{
    color: #000;
}
.tvasp_collapse_block{
    background-color: #e6e3e3;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.slider_block_container{
    position: relative;
}
.sbc_back_button{
    position: absolute;
    top: -20px;
    left: -30px;
    z-index: 999;
}
.sbc_back_button a{
    padding: 7px 30px;
    background-color: #fcdd55;
    font-weight: 700;
    text-transform: lowercase;
    border-radius: 6px;
    font-size: 16px;
    display: block;
}
.sbc_back_button a:hover{
    color: #000;
}
.sbc_back_button a svg{
    margin-right: 12px;
}

.invest_container{
    width: var(--main-max-width);
    margin: 0 auto;
    padding-bottom: 80px;
    overflow: hidden;
}
.invest_item{
    display: flex;
    padding: 80px 0;
}
.invest_item:first-child{
    padding-top: 30px;
}
.invest_item_left{
    width: 50%;
    padding: 0 25px;
}
.invest_item_image{
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
}
.invest_item_right{
    width: 50%;
    padding: 30px;
}
.iir_header{
    font-family: BebasNeueCyrillic;
    font-size: 60px;
    line-height: 65px;
    font-weight: 400;
}
.iir_text{
    font-size: 16px;
}
.iir_list{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
}
.iir_list_item{
    margin-right: 20px;
}
.iir_list_item:last-child{
    margin-right: 0px;
}
.iir_href{
    display: inline-block;
}
.iir_href a{
    background-color: #40ad61;
    display: block;
    text-align: center;
    position: relative;
    padding: 5px 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
}

@media (max-width: 1200px) {
    .sbl_away2{
        /* position: relative;
        bottom: auto;
        left: auto; */
        right: 30px;
        text-align: center;
        padding-right: 20px;
    }
    .slider_01 .slider_block_right{
        height: 360px;
    }
    .perspective_container{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .sbr_show_ad{
        width: 544px;
        height: 282px;
    }
    .sbl_select_ad{
        justify-content: center;
    }
    .border_block{
        width: 100%;
    }
    .header_block.fixed{
        width: 100%;
    }
    .header_block.fixed .header_block_container{
        width: 100%;
    }
    .header_logo{
        left: -40px;
    }
    .header_menu{
        width: 100%;
    }
    .slider_block,
    .slider_block_overlay{
        width: 100%;
    }
    .advertisement_header,
    .advertisement_header2{
        width: 100%;
    }
    .prices_block{
        width: 100%;
        overflow: hidden;
    }
    .billboards_block{
        width: 100%;
    }
    .tv_adv{
        width: 100%;
    }
    .tvadv_main{
        padding: 20px 20px;
    }
    .invest_container{
        width: 100%;
    }
    .owners_block{
        width: 100%;
    }
    .footer_container{
        width: 100%;
        padding: 0 40px;
    }
    .sbl_text_container{
        text-align: center;
    }
    .slider_block_left{
        padding: 30px;
    }
    .sblsa_item{
        margin-right: 10px;
    }
    .sbl_text2_input input,
    .sbl_text2_submit a{
        width: 100%;
    }
    .sbc_item{
        padding: 10px 20px;
        height: auto;
    }
    .slider_block_4_left::before{
        font-size: 400px;
    }
    .sbl_away{
        bottom: 30px;
        right: 30px;
        width: calc(100% - 60px);
        justify-content: center;
    }
    .sbl_away svg{
        top: 7px;
        position: absolute;
        right: 7px;
    }
}

@media (max-width: 768px) {
    .tpc_menu ul{
        border: 0;
    }
    .slider_block_container{
        height: auto;
    }
    .slider_block_item{
        flex-direction: column;
    }
    .slider_block_left{
        width: 100%;
    }
    .slider_block_right{
        width: 100%;
        display: none;
    }
    .sbl_select_ad{
        margin-bottom: 70px;
        justify-content: center;
    }
    .slider_01 .slider_block_right{
        padding: 40px 20px;
    }
    .slider_02 .slider_block_right{
        height: 300px;
    }
    .slider_block_4_left{
        width: 100%;
        height: 260px;
    }
    .sv4li_top_left{
        padding: 14px 20px;
        font-size: 80px;
    }
    .sv4li_top_right_header{
        margin-top: 38px;
        font-size: 43px;
        line-height: 46px;
    }
    .slider_block_4_left::before{
        bottom: auto;
        top: -300px;
    }
    .slider_block_4_right{
        width: 100%;
        margin-top: 30px;
    }
    .sb4r_container{
        height: 100%;
        left: 0%;
    }
    .sb4r_container{
        height: 350px;
    }
    .sv4r_item{
        height: 285px;
        width: 455px;
        top: 14px;
        left: 84px;
    }
    .slider_block_control{
        flex-direction: column;
    }
    .sbc_item{
        width: 100%;
        margin-bottom: 15px;
        padding: 15px 20px;
    }
    .prices_container{
        flex-direction: column;
        padding: 0 20px;
        padding-bottom: 10px;
    }
    .prices_item{
        width: 100%;
    }
    .prices_item.item1,
    .prices_item.item3{
        margin-bottom: 40px;
    }
    .billboards_container{
        flex-direction: column;
        overflow: hidden;
    }
    .bb_left{
        width: 100%;
        height: 265px;
    }
    .bb_one{
        bottom: 30px;
        right: 70px;
    }
    .bb_one svg{
        width: 180px !important;
        height: 200px !important;
    }
    .bb_one .bb_link{
        right: -30px;
        top: 20px;
    }
    .bb_two{
        bottom: 31px;
        right: 20px;
    }
    .bb_two svg{
        width: 190px !important;
        height: 190px !important;
    }
    .bb_two .bb_link{
        left: -20px;
        top: 5px;
    }
    .bb_three{
        bottom: 28px;
        left: 130px;
    }
    .bb_three svg{
        width: 70px !important;
        height: 138px !important;
    }
    .bb_three .bb_link{
        left: 25px;
        bottom: 40px;
    }
    .bbl_background{
        display: none;
    }
    .bb_right{
        width: 100%;
        text-align: center;
    }
    .bbcc_item i{
        position: relative;
        right: 0;
        top: 0;
    }
    .bb_link5{
        float: initial;
        margin-bottom: 10px;
        display: inline-block;
    }
    .tv_adv{
        flex-direction: column;
        overflow: hidden;
    }
    .tvadv_main {
        flex-direction: column;
        overflow: hidden;
    }
    .tvasp_main_block{
        flex-direction: column;
    }
    .tvasp_mb_left{
        width: 100%;
        align-items: center;
        margin-bottom: 40px;
    }
    .tvasp_mb_right{
        width: 100%;
    }
    .tvasp_mb_right.billbasp_mb_right,
    .tvasp_mb_left.billbasp_mb_left{
        width: 100%;
    }
    .tvasp_mb_left.billbasp_mb_left{
        height: 300px;
    }
    .tvasp_mb_right.billbasp_mb_right{
        padding: 20px 40px;
    }
    .billb_mb_map::before{
        background: linear-gradient(180deg, rgba(248,248,248,0.3) 0%, rgba(248,248,248,.3) 100%);
    }
    .tvasp_r_text,
    .tvasp_mb_right.billbasp_mb_right .tvasp_r_text{
        text-align: center;
    }
    .tvasp_collapse_block{
        padding: 12px;
        font-size: 16px;
    }

    .invest_item{
        flex-direction: column;
        padding: 40px 0;
    }
    .invest_item_left{
        width: 100%;
        height: 250px;
    }
    .invest_item_right{
        width: 100%;
        text-align: center;
    }
    .iir_href{
        display: block;
    }

    .slider_15 .slider_block_right{
        height: 220px;
    }
    .sbc_back_button{
        left: auto;
        right: 15px;
    }
    .tva_icon{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .tva_text{
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }
    .tva_link{
        width: 100%;
    }
    .owners_container{
        padding: 30px;
        flex-direction: column-reverse;
    }
    .oc_left{
        width: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }
    .oc_right{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpc_campaign{
        display: none
    }
    .slider_06 .slider_block_left{
        width: 100%;
    }
    .slider_06 .slider_block_left .sbl_away5{
        /* position: relative;
        bottom: 0;
        left: 0; */
        text-align: center;
        width: calc(100% - 60px);
    }
    .slider_06 .slider_block_right{
        width: 100%;
    }
}






/* new login block */

.new_login_block.popup_login_block{
    background: none;
}
.new_login_block .popup_login_container{
    padding: 0;
    width: 330px;
    min-height: 570px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 70px 7px rgba(0, 0, 0, 0.25);
    position: relative;
    top: -10px;
    opacity: 0;
    transition: all 0.5s;
}
.new_login_block.active .popup_login_container{
    opacity: 1;
    top: 0px;
}
.new_login_block .popup_login{
    width: 100%;
    height: 100%;
    padding: 0;
    justify-content: flex-start;
}
.new_login_block .popup_login_item.popup_login_item_header{
    background-color: #18b4cc;
    color: #fff;
    padding: 18px 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.new_login_block .item_header{
    font-size: 20px;
}
.new_login_block .login_step{
    padding: 30px 40px 0px 40px;
}
.new_login_block .popup_loginstep_item input{
    background: #f9f9f9;
    padding: 15px;
    border-bottom: none;
    border-radius: 6px;
/*    text-align: center; */
    width: 100%;
    border: 0;
    outline: none;
}
.new_login_block .popup_loginstep_item input::placeholder{
    font-size: 14px;
    font-style: normal;
}
.new_login_block .item_input_error{
    text-align: center;
}
.new_login_block .popup_login_item{
    padding: 10px 40px;
}
.new_login_block .item_main_button.item_main_button_login{
    flex-direction: column;
}
.new_login_block .item_main_button .item_main_button_enter{
    background: #18b4cc;
    line-height: initial;
    padding: 12px 0;
    border-radius: 20px;
    font-size: 18px;
    transition: all 0.2s;
}
.new_login_block .item_main_button a.item_main_button_add{
    padding: 0;
    line-height: inherit;
    margin: 10px 0;
}
.new_login_block .itme_other_buttons{
    flex-direction: column;
}
.new_login_block .itme_other_buttons a{
    text-align: center;
    padding: 12px 0;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    font-weight: 500;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.12);
}
.new_login_block .itme_other_buttons a svg{
    margin-left: 20px;
}

.new_login_block .itme_other_buttons.itme_other_buttons_back{
    align-items: center;
}
.new_login_block .itme_other_buttons.itme_other_buttons_back a{
    width: 80%;
    padding: 7px 0;
    border-radius: 6px;
    box-shadow: none;
    border: 1px solid #ddd;
    color: #999;
    position: relative;
    top: 0;
    right: 0;
}


.new_login_block .popup_login_item.popup_registration_item_header{
    background-color: #1bc1da;
    color: #fff;
    padding: 18px 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.new_login_block .item_header_progress{
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 6px;
    left: 0;
    margin-left: 0;
    background-color: #17a9bf;
}
.new_login_block .item_header_progress_line{
    display: block;
    height: 100%;
    width: 0%;
    background-color: #13899c;
    transition: all 0.2s;
}
.new_login_block .popup_register_item_bottom{
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.new_login_block .popup_register_item_bottom.active{
    opacity: 1;
    visibility: visible;
}

.new_login_block .item_main_delimetr{
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #666;
}
.new_login_block .itme_other_buttons.itme_other_buttons_back.itme_register_buttons_back{
    margin-top: 85px;
}
.new_login_block .itme_other_buttons.itme_other_buttons_back.itme_register_buttons_back .close_popup_login{
    width: 60%;
}

.new_login_block .registration_step input{
    background: #f9f9f9;
    padding: 10px 15px;
    border-bottom: none;
    border-radius: 6px;
/*    text-align: center; */
    width: 100%;
    border: 0;
    outline: none;
}
.new_login_block .registration_step input::placeholder{
    font-size: 14px;
    font-style: normal;
}
.new_login_block .registration_step .popup_login_item{
    text-align: center;
}

.new_login_block .registration_step .popup_login_item_double{
    flex-direction: column;
}
.new_login_block .popup_login_item_double .popup_login_item{
    width: 100%;
}
.new_login_block .item_input_error{
    margin-bottom: 0px
}
.new_login_block .registration_step .popup_login_item {
    padding: 5px 40px;
}
.new_login_block .popup_login_item.popup_register_item_bottom{
    flex-direction: column;
    padding: 0px 40px 20px 40px;
}
.new_login_block .popup_login_item.popup_register_item_bottom .item_main_button_registration{
    width: 100%;
}
.new_login_block .item_main_button a.item_main_button_enter.item_back_button_enter{
    margin-top: 10px;
    background-color: transparent;
    color: #999;
    border: 1px solid #d0d0d0;
}
.new_login_block .input_check_strength{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
.new_login_block .strength_password_progress{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 5px;
    background-color: #c4ad43;
    display: block;
    transition: all 0.2s;
}

.new_login_block .strength_password_progress.zero{
    width: 0%;
    background-color: #c46743;
}
.new_login_block .strength_password_progress.weak{
    width: 33%;
    background-color: #c46743;
}
.new_login_block .strength_password_progress.good{
    width: 66%;
    background-color: #c4ad43;
}
.new_login_block .strength_password_progress.strong{
    width: 100%;
    background-color: #43c48e;;
}

.new_login_block .registration_phone_enter{
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.new_login_block .registration_phone_enter select{
    border: 0;
    outline: none;
    background-color: #f0f0f0;
    border-radius: 6px 0 0 6px;
    padding: 0 5px 0 10px;
    cursor: pointer;
}
.new_login_block .registration_phone_enter input{
    padding: 5px 0 5px 10px;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    color: #444;
}
.new_login_block .registration_phone_enter input::placeholder{
    font-size: 16px;
}
.new_login_block .registration_phone_enter .registration_phone_error_line{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fd1f1f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.new_login_block .registration_phone_enter .registration_phone_error_line.show{
    opacity: 1;
    visibility: visible;
}
.new_login_block .send_code_button{
    margin-top: 10px;
    display: block;
}
.new_login_block .send_code_button a{
    background-color: #18cc82;
    color: #fff;
    padding: 5px 40px;
    border-radius: 15px;
    transition: all 0.2s;
}

#activation_code::placeholder{
    font-size: 30px;
}

.new_login_block .wrong_code_progress{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 5px;
    background-color: #c44343;
    display: block;
}

.new_login_block .popup_login_item.popup_restore_header{
    background-color: #991bda;
    color: #fff;
    padding: 18px 0;
    text-align: center;
    border-radius: 6px 6px 0 0;
}

.new_login_block .popup_restore_item{
    text-align: center;
}
.new_login_block .popup_restore_item input{
    background-color: #f9f9f9;
    padding: 15px;
    border-bottom: none;
    border-radius: 6px;
/*    text-align: center; */
    width: 100%;
    border: 0;
    outline: none;
}
.new_login_block .popup_login_item.popup_restore_item_bottom{
    margin-top: 30px;
}

.new_login_block .popup_login_item.popup_restore_item_bottom .item_main_button_main{
    background-color: #18b4cc;
    line-height: initial;
    padding: 12px 0;
    border-radius: 20px;
    font-size: 18px;
    transition: all 0.2s;
}

.new_login_block .popup_login_item_double.popup_restore_double{
    padding: 10px 40px;
    flex-direction: column;
    margin-top: 40px;
}
.new_login_block .popup_login_item_double.popup_restore_double .popup_login_item{
    padding: 0;
    text-align: center;
}
.new_login_block .popup_login_item_double.popup_restore_double .popup_login_item input{
    background-color: #f9f9f9;
    padding: 15px;
    border-bottom: none;
    border-radius: 6px;
 /*   text-align: center; */
    width: 100%;
    border: 0;
    outline: none;
}
.new_login_block .popup_restore_noty{
    padding: 0;
    text-align: center;
    margin-top: 10px;
    line-height: 12px;
}
.new_login_block .popup_restore_noty .item_input_description{
    font-size: 12px;
}
.new_login_block .popup_activation_item.popup_activation_hidden,
.new_login_block .popup_activation_item.popup_activation_item_code_hidden{
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
}
.new_login_block .popup_activation_item.popup_activation_hidden.active,
.new_login_block .popup_activation_item.popup_activation_item_code_hidden.active{
    opacity: 1;
    visibility: visible;
}

.new_login_block .popup_login_item.popup_restore_item_bottom .item_main_button_main.disabled,
.new_login_block .item_main_button .item_main_button_enter.disabled,
.new_login_block .send_code_button a.disabled{
    background-color: #ddd;
    cursor: default;
}

.new_login_block .popup_login_item.popup_login_item_pli_notification{
    line-height: 12px;
    text-align: center;
}
.new_login_block .popup_login_item.popup_login_item_pli_notification .pli_notification{
    font-size: 12px;
    color: #999;
}

.popup_request_block.new_login_block{
    background: none;
}

.new_login_block .popup_request_container {
    padding: 0;
    width: 330px;
    height: 620px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 70px 7px rgba(0, 0, 0, 0.25);
    position: relative;
    top: -10px;
    opacity: 0;
    transition: all 0.5s;
}
.new_login_block.active .popup_request_container{
    opacity: 1;
    top: 0px;
}

.new_login_block .popup_request_container .popup_login_item.popup_restore_header{
    background-color: #18b4cc;
}


.new_login_block .popup_request_submit .item_main_button_add{
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    font-weight: 500;
    width: 80%;
    padding: 7px 0;
    border-radius: 6px;
    box-shadow: none;
    border: 1px solid #ddd;
    color: #999;
    position: relative;
    margin-left: 10%;
    margin-top: 15px;
}
.new_login_block input{
    caret-color: #a9a9a9;
}

.slider_5_item{
    display: block;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.slider_5_object{
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
}
.slider_5_object.s5o_1{
    height: 274px;
    width: 423px;
    bottom: 35px;
    left: 20px;
    z-index: 4;
    animation: floating_hor 13s ease-in-out infinite;
}
.slider_5_object.s5o_2{
    height: 266px;
    width: 363px;
    bottom: 75px;
    right: 20px;
    z-index: 3;
    animation: floating_hor 10s ease-in-out infinite;
}

.slider_5_object.s5o_11{
    height: 238px;
    width: 240px;
    bottom: 35px;
    right: 20px;
    z-index: 15;
}
.slider_5_object.s5o_12{
    height: 157px;
    width: 426px;
    bottom: 70px;
    right: 60px;
    z-index: 14;
}
.slider_5_object.s5o_13{
    height: 265px;
    width: 140px;
    bottom: 35px;
    left: 150px;
    z-index: 13;
}
.slider_5_object.s5o_14{
    height: 270px;
    width: 141px;
    bottom: 50px;
    left: 30px;
    z-index: 12;
}
.slider_5_object.s5o_15{
    height: 382px;
    width: 455px;
    bottom: 70px;
    left: calc(50% - 223px);
    z-index: 11;
}

@media (max-width: 600px) {
    .slider_5_object.s5o_1{
        height: 170px;
        width: 250px;
        bottom: 25px;
    }
    .slider_5_object.s5o_2{
        height: 165px;
        width: 220px;
    }
    .slider_5_object.s5o_11{
        height: 157px;
        width: 160px;
        bottom: 20px;
    }
    .slider_5_object.s5o_12{
        height: 103px;
        width: 280px;
        bottom: 45px;
        right: 40px;
    }
    .slider_5_object.s5o_13{
        height: 180px;
        width: 95px;
        bottom: 25px;
        left: 95px;
    }
    .slider_5_object.s5o_14{
        height: 200px;
        width: 104px;
        bottom: 40px;
        left: 20px;
    }
    .slider_5_object.s5o_15{
        height: 294px;
        width: 350px;
        bottom: 70px;
        left: calc(50% - 175px);
    }
}

@keyframes floating_vert {
  from { transform: translate(0, 0px); }
  65% { transform: translate(3px, 10px); }
  to { transform: translate(0, 0px); }
}
@keyframes floating_hor {
  from { transform: translate(0, 0px); }
  65% { transform: translate(10px, 4px); }
  to { transform: translate(0, 0px); }
}

.mapboxgl-canvas{
    outline: none;
}




/* new slides */

.new_steps_container{
    margin: 0 auto;
    width: 700px;
}
.new_steps_block{
    background-color: #fff;
    padding: 40px;
    position: relative;
    height: 350px;
    margin-bottom: 20px;
    overflow: hidden;
}

.nsb_slide1_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 100%;
    height: 340px;
    position: absolute;
    top: 0;
    left: 0;
}

.nsb_slide1_text{
    position: absolute;
    text-align: right;
    bottom: 60px;
    right: 40px;
    font-size: 18px;
}

.nsb_slide2_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 590px;
    height: 180px;
    position: absolute;
    top: 25px;
    left: 60px;
}
.nsb_slide2_text{
    position: absolute;
    bottom: 40px;
    left: 70px;
    font-size: 18px;
}
.nsb_slide_href{
    background-color: #2D9CDB;
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
    font-size: 13px;
}
.nsb_slide_href:hover{
    color: #fff;
}
.nsb_slide2_href{
    position: absolute;
    bottom: 60px;
    right: 60px;
}

.nsb_slide3_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 430px;
    height: 230px;
    position: absolute;
    bottom: 60px;
    right: 40px;
}

.nsb_slide3_header{
    position: absolute;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    top: 60px;
    left: 40px;
}
.nsb_slide3_header.success{
    border-bottom: 3px solid #36b669;
    color: #36b669;
}
.nsb_slide3_header.success i{
    position: absolute;
    z-index: 0;
    font-size: 30px;
    right: -37px;
    bottom: -3px;
    color: #36b669;
    border-bottom: 3px solid #36b669;
    padding-left: 7px;
}
.nsb_slide3_text{
    position: absolute;
    font-size: 17px;
    top: 120px;
    left: 40px;
}
.nsb_slide3_href{
    position: absolute;
    bottom: 71px;
    left: 40px;
}

.nsb_slide4_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 430px;
    height: 230px;
    position: absolute;
    bottom: 60px;
    left: 20px;
}
.nsb_slide4_header{
    position: absolute;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    top: 60px;
    right: 40px;
}
.nsb_slide4_header.success{
    border-bottom: 3px solid #36b669;
    color: #36b669;
    right: 77px;
}
.nsb_slide4_header.success i{
    position: absolute;
    z-index: 0;
    font-size: 30px;
    right: -37px;
    bottom: -3px;
    color: #36b669;
    border-bottom: 3px solid #36b669;
    padding-left: 7px;
}
.nsb_slide4_text{
    position: absolute;
    font-size: 17px;
    top: 120px;
    right: 40px;
    text-align: right;
}
.nsb_slide4_href{
    position: absolute;
    bottom: 71px;
    right: 40px;
}

.nsb_slide5_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 400px;
    height: 280px;
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.nsb_slide5_header{
    position: absolute;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    top: 60px;
    left: 40px;
}
.nsb_slide5_header.success{
    border-bottom: 3px solid #36b669;
    color: #36b669;
}
.nsb_slide5_header.success i{
    position: absolute;
    z-index: 0;
    font-size: 30px;
    right: -37px;
    bottom: -3px;
    color: #36b669;
    border-bottom: 3px solid #36b669;
    padding-left: 7px;
}
.nsb_slide5_text{
    position: absolute;
    font-size: 17px;
    top: 120px;
    left: 40px;
}
.nsb_slide5_href{
    position: absolute;
    bottom: 71px;
    left: 40px;
}

.nsb_slide5_special_1{
    position: absolute;
    top: 97px;
    left: 268px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
}
.nsb_slide5_special_2{
    position: absolute;
    top: 97px;
    left: 360px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

.new_steps_modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
}
.new_steps_modal.active{
    z-index: 999;
    opacity: 1;
    visibility: visible;
}
.new_steps_modal_backdrop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgb(117 117 117 / 30%); */
    z-index: -1;
}
.new_steps_modal_container{
    background-color: #fff;
    width: 800px;
    padding: 40px;
    border: 1px solid #d8d8d8;
    position: relative;
    min-height: 637px;
}

.new_steps_modal_close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    line-height: 14px;
    padding: 5px 7px;
    color: #999;
    transition: all 0.2s;
    z-index: 9;
}
.new_steps_modal_close:hover{
    cursor: pointer;
    color: #000;
}
.new_steps_modal_block{
    display: flex;
    transition: all 0.2s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 40px;
    height: 100%;
    z-index: -1;
}
.new_steps_modal_block.active{
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.new_steps_modal_block.new_steps_modal_first_block{
    align-items: center;
    justify-content: center;
}
.new_steps_modal_block.new_steps_modal_second_block{
    align-items: center;
    justify-content: center;
}
.new_steps_modal_first_block_left{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.new_steps_modal_first_block_left_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 80%;
    height: 100%;
    margin-right: 40px;
}
.new_steps_modal_first_block_right{
    width: 40%;
}
.new_steps_modal_first_block_right h2{
    font-size: 26px;
    line-height: 30px;
}
.new_steps_modal_first_block_right_price{
    display: block;
    font-size: 18px;
    color: #27AE60;
    font-weight: 700;
    margin: 20px 0;
}
.new_steps_modal_first_block_right_order{
    display: block;
    background-color: #2F80ED;
    text-align: center;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    width: 250px;
    font-size: 16px;
    margin-top: 20px;
}
.new_steps_modal_first_block_right_order:hover{
    cursor: pointer;
}
.new_steps_modal_second_block_left{
    width: 60%;
}
.new_steps_modal_second_block_left_form{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.new_steps_modal_second_block_left_form_label{
    margin-bottom: 5px;
}
.new_steps_modal_second_block_left_form_input{
    margin-bottom: 10px;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    padding: 10px 20px;
    width: 80%;
    outline: none;
    transition: all 0.2s;
}

.new_steps_modal_second_block_left_form_input.error{
    background-color: #ffe5e5;
}

.new_steps_modal_second_block_right{
    width: 40%;
    height: 100%;
}

.new_steps_modal_first_block_right_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 80%;
    height: 100%;
    margin-left: 20px;
}
.new_steps_modal_second_block_left_form_radio_container{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.new_steps_modal_second_block_left_form_item{
    position: relative;
}
.new_steps_modal_second_block_left_form_radio{
    position: absolute;
    width: 0;
    height: 0;
    top: -1px;
    -webkit-appearance: none;
    outline: 0;
    background-color: transparent;
}

.new_steps_modal_second_block_left_form_radio::before{
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #828282;
    border-radius: 50%;
    background-color: transparent;
    transition: all .2s;
    content: '';
}

.new_steps_modal_second_block_left_form_radio:checked::before{
    background-color: #6fcf97;
}

.new_steps_modal_second_block_left_form_item label{
    cursor: pointer;
    margin-left: 22px;
}

.new_steps_modal_second_block_left_order{
    display: block;
    background-color: #2F80ED;
    text-align: center;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    width: 250px;
    font-size: 16px;
    margin-top: 20px;
}
.new_steps_modal_second_block_left_order:hover{
    cursor: pointer;
}

.new_big_page_change{
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 50px;
}
.new_big_page_change.active{
    opacity: 1;
    visibility: visible;
    top: 0px;
}

.pplsb_payment_item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mappb_description {
    font-size: 14px;
    padding: 20px 20px 0 20px;
    width: 100%;
    text-align: center;
}

.stripe_payment_form {
    margin-bottom: 20px;
    text-align: right;
    margin: 20px;
    position: relative;
    width: 100%;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f2f2f2;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.lvf_payment {
    font-size: 14px;
    padding: 20px 20px 0 20px;
    text-align: left;
}

.card-errors {
    font-size: 12px;
    text-align: left;
    color: #fa755a;
    height: 18px;
}

.stripe_payment_form button {
    font-size: 16px;
    font-weight: 600;
    background: #4bbd71;
    color: #fff;
    border: 0;
    padding: 5px 30px;
    border-radius: 6px;
    outline: none;
}

.payment_form_credentials {
    position: absolute;
    left: 0;
    font-size: 12px;
    bottom: 0;
}

a.pfc_powered {
    color: #999;
}

a.pfc_terms {
    color: #999;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

.fa-spin-fast {
    -webkit-animation: fa-spin .5s linear infinite;
    animation: fa-spin .5s linear infinite
}

.payment_form_last_step {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 14px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.2s;
}

.payment_form_last_step.active {
    visibility: visible;
    opacity: 1;
}

.payment_form_last_step_text {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.payment_form_last_step_button {
    background: #ccc;
    width: 200px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    color: #fff;
    border-radius: 4px;
    transition: background 0.2s;
}

.payment_form_last_step_button:hover {
    color: #fff;
}

.payment_form_last_step_button.success {
    background: #4bbd71;
}

.payment_form_last_step_button.error {
    background: #fa755a;
}

.stripe_choose_cards {
    display: block;
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;

}

.stripe_choose_cards h4 {
    font-size: 16px;
}




.scc_item {
    padding: 5px;
    border-radius: 6px;
    transition: all 0.2s;
}

.scc_item:hover,
.scc_item.active {
    background-color: #f2f2f2;
    cursor: pointer;
}

.scc_item_check {
    margin-right: 10px;
}

.scc_item_save {
    float: right;
    padding-right: 10px;
}
.scc_item_save.disabled{
    color: #bbb;
    cursor: no-drop;
}

.card_item {
    display: flex;
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.card_item.card_item_header {
    font-weight: 600;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 6px 6px 0 0;
}

.card_item:last-child {
    border-radius: 0 0 6px 6px;
    border-bottom: 1px solid #ddd;
}

.ci_num {
    width: 5%;
    text-align: center;
}

.ci_name {
    width: 50%;
    margin-left: 5px;
    text-align: left;
}

.ci_exp {
    width: 40%;
    text-align: center;
}

.ci_controls {
    width: 5%;
    text-align: center;
    color: #bbb;
    transition: all 0.2s;
}

.card_item:not(.card_item_header) .ci_controls:hover {
    cursor: pointer;
    color: #444;
}

.mt-20 {
    margin-top: 20px;
}

.ci_date {
    width: 20%;
    text-align: center;
}

.ci_transaction {
    width: 20%;
    margin-left: 5px;
    text-align: left;
}

.ci_card {
    width: 20%;
    margin-left: 5px;
    text-align: left;
}

.ci_description {
    width: 40%;
    margin-left: 5px;
    text-align: left;
}

.ci_amount {
    width: 15%;
    text-align: right;
    margin-right: 5px;
    position: relative;
}

.ci_amount_title {
    position: absolute;
    left: 5px;
    top: 4px;
    color: #999;
}

.noty_settings_hr {
    height: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: 5px 20px;
}


.new_steps_modal_second_block_left_form_line_two{
    width: 80%;
    display: flex;
}

.new_steps_modal_second_block_left_form_tripple_input{
    margin-bottom: 10px;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    padding: 10px 20px;
    outline: none;
    transition: all 0.2s;
}
.new_steps_modal_second_block_left_form_tripple_input.error{
    background-color: #ffe5e5;
}
.new_steps_modal_second_block_left_form_select{
    margin-bottom: 10px;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    padding: 10px 6px;
    outline: none;
}

.new_steps_modal_fourth_block{
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.store_succes_icon{
    font-size: 170px;
    color: #22c522;
}
.store_succes_text{
    font-size: 50px;
    text-align: center;
    font-weight: 500;
}
.store_succes_text span{
    display: block;
    font-size: 30px;
    font-weight: 300;
}
.store_succes_close{
    border: 0;
    outline: 0;
    padding: 8px 30px;
    background-color: #eee;
    border-radius: 8px;
    margin-top: 30px;
}




.nsba_slide1_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 425px;
    height: 293px;
    position: absolute;
    top: 13px;
    left: 20px;
}

.nsba_slide1_header{
    position: absolute;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    top: 60px;
    right: 40px;
}
.nsba_slide1_header.success{
    border-bottom: 3px solid #36b669;
    color: #36b669;
    right: 77px;
}
.nsba_slide1_header.success i{
    position: absolute;
    z-index: 0;
    font-size: 30px;
    right: -37px;
    bottom: -3px;
    color: #36b669;
    border-bottom: 3px solid #36b669;
    padding-left: 7px;
}
.nsba_slide1_text{
    position: absolute;
    font-size: 17px;
    top: 120px;
    right: 40px;
    text-align: right;
}
.nsba_slide1_href{
    position: absolute;
    bottom: 54px;
    right: 40px;
}

.nsba_slide2_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 600px;
    height: 350px;
    position: absolute;
    top: 0;
    right: 0;
}
.nsba_slide2_header{
    position: absolute;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    top: 60px;
    left: 40px;
}
.nsba_slide2_header.success{
    border-bottom: 3px solid #36b669;
    color: #36b669;
}
.nsba_slide2_header.success i{
    position: absolute;
    z-index: 0;
    font-size: 30px;
    right: -37px;
    bottom: -3px;
    color: #36b669;
    border-bottom: 3px solid #36b669;
    padding-left: 7px;
}
.nsba_slide2_text{
    position: absolute;
    font-size: 17px;
    top: 120px;
    left: 40px;
}


.nsba_slide3_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 425px;
    height: 350px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.nsba_slide3_header{
    position: absolute;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    top: 60px;
    right: 40px;
}
.nsba_slide3_header.success{
    border-bottom: 3px solid #36b669;
    color: #36b669;
    right: 77px;
}
.nsba_slide3_header.success i{
    position: absolute;
    z-index: 0;
    font-size: 30px;
    right: -37px;
    bottom: -3px;
    color: #36b669;
    border-bottom: 3px solid #36b669;
    padding-left: 7px;
}
.nsba_slide3_text{
    position: absolute;
    font-size: 17px;
    top: 120px;
    right: 40px;
    text-align: right;
}
.nsba_slide3_href{
    position: absolute;
    bottom: 54px;
    right: 40px;
}

.nsba_slide4_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 425px;
    height: 300px;
    position: absolute;
    top: 10px;
    right: 0px;
}
.nsba_slide4_header{
    position: absolute;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    top: 60px;
    left: 40px;
}
.nsba_slide4_header.success{
    border-bottom: 3px solid #36b669;
    color: #36b669;
}
.nsba_slide4_header.success i{
    position: absolute;
    z-index: 0;
    font-size: 30px;
    right: -37px;
    bottom: -3px;
    color: #36b669;
    border-bottom: 3px solid #36b669;
    padding-left: 7px;
}
.nsba_slide4_text{
    position: absolute;
    font-size: 17px;
    top: 120px;
    left: 40px;
}

.nsba_slide5_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 386px;
    height: 293px;
    position: absolute;
    top: 37px;
    left: 40px;
}
.nsba_slide5_header{
    position: absolute;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    top: 60px;
    right: 40px;
}
.nsba_slide5_header.success{
    border-bottom: 3px solid #36b669;
    color: #36b669;
    right: 77px;
}
.nsba_slide5_header.success i{
    position: absolute;
    z-index: 0;
    font-size: 30px;
    right: -37px;
    bottom: -3px;
    color: #36b669;
    border-bottom: 3px solid #36b669;
    padding-left: 7px;
}
.nsba_slide5_text{
    position: absolute;
    font-size: 17px;
    top: 120px;
    right: 40px;
    text-align: right;
}
.nsba_slide5_href{
    position: absolute;
    bottom: 54px;
    right: 40px;
}

.nsc_slide1_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 310px;
    height: 220px;
    position: absolute;
    top: 40px;
    left: 50px;
}


.nsc_slide3_header{
    position: absolute;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    top: 60px;
    left: 40px;
}
.nsc_slide3_header.success{
    border-bottom: 3px solid #36b669;
    color: #36b669;
}
.nsc_slide3_header.success i{
    position: absolute;
    z-index: 0;
    font-size: 30px;
    right: -37px;
    bottom: -3px;
    color: #36b669;
    border-bottom: 3px solid #36b669;
    padding-left: 7px;
}

.nsc_slide4_header{
    position: absolute;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    top: 60px;
    right: 40px;
}
.nsc_slide4_header.success{
    border-bottom: 3px solid #36b669;
    color: #36b669;
    right: 77px;
}
.nsc_slide4_header.success i{
    position: absolute;
    z-index: 0;
    font-size: 30px;
    right: -37px;
    bottom: -3px;
    color: #36b669;
    border-bottom: 3px solid #36b669;
    padding-left: 7px;
}

.nsc_slide5_header{
    position: absolute;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    top: 60px;
    left: 40px;
}
.nsc_slide5_header.success{
    border-bottom: 3px solid #36b669;
    color: #36b669;
}
.nsc_slide5_header.success i{
    position: absolute;
    z-index: 0;
    font-size: 30px;
    right: -37px;
    bottom: -3px;
    color: #36b669;
    border-bottom: 3px solid #36b669;
    padding-left: 7px;
}

@media (max-width: 768px) {

    .nsba_slide1_image{
        width: 100%;
        height: 180px;
        position: relative;
        top: -25px;
        left: 0px;
    }
    .nsba_slide1_text{
        position: relative;
        top: auto;
        right: auto;
        display: block;
        text-align: center;
        line-height: 20px;
    }
    .nsba_slide1_href{
        position: relative;
        bottom: auto;
        right: 0;
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .nsba_slide3_image{
        width: 100%;
        height: 200px;
        position: relative;
        top: -40px;
        left: 0px;
    }
    .nsba_slide3_text{
        position: relative;
        top: auto;
        right: auto;
        display: block;
        text-align: center;
        margin-top: -25px;
        line-height: 20px;
    }
    .nsba_slide3_href{
        position: relative;
        bottom: auto;
        right: 0;
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .nsba_slide4_image{
        width: 100%;
        height: 190px;
        position: relative;
        top: -20px;
        right: 0px;
    }
    .nsba_slide4_text{
        position: relative;
        top: auto;
        left: auto;
        display: block;
        text-align: center;
        margin-top: 0px;
        line-height: 20px;
    }
    .nsba_slide4_href{
        position: relative;
        bottom: auto;
        right: 0;
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .nsba_slide5_image{
        width: 100%;
        height: 150px;
        position: relative;
        top: 0;
        left: 0px;
    }
    .nsba_slide5_text{
        position: relative;
        top: auto;
        right: auto;
        display: block;
        text-align: center;
        margin-top: 25px;
        line-height: 20px;
    }
    .nsba_slide5_href{
        position: relative;
        bottom: auto;
        right: 0;
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .nsba_slide3_header{
        right: auto!important;
    }


    .nsc_slide3_header,
    .nsc_slide4_header,
    .nsc_slide5_header,
    .nsba_slide1_header,
    .nsba_slide2_header,
    .nsba_slide3_header,
    .nsba_slide4_header,
    .nsba_slide5_header{
        top: 40px;
    }
    .new_steps_container{
        width: 100%;
        overflow: hidden;
        padding: 0 10px;
    }
    .new_steps_block{
        min-height: 310px;
        height: auto;
    }
    .nsb_slide1_image{
        height: 310px;
    }
    .nsb_slide1_text{
        font-size: 16px;
        line-height: 18px;
        bottom: 35px;
        right: 30px;
    }
    .nsb_slide2_image{
        position: relative;
        width: 100%;
        height: 100px;
        top: 0;
        left: 0px;
    }
    .nsb_slide2_text{
        position: relative;
        bottom: auto;
        left: 0;
        font-size: 16px;
        text-align: center;
        display: block;
        margin-top: 10px;
    }
    .nsb_slide2_href {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .nsb_slide3_image{
        width: 100%;
        height: 150px;
        position: relative;
        bottom: auto;
        right: 0px;
    }
    .nsb_slide3_header{
        top: 40px;
        left: auto;
        right: 40px;
    }
    .nsb_slide3_header.success{
        right: 76px;
    }
    .nsb_slide3_text{
        position: relative;
        top: 0;
        left: 0;
        display: block;
        text-align: center;
        margin-top: 25px;
        line-height: 20px;
    }
    .nsb_slide3_href{
        position: relative;
        bottom: auto;
        left: 0;
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .nsb_slide4_image{
        position: relative;
        width: 100%;
        bottom: auto;
        left: 0;
        height: 144px;
    }
    .nsb_slide4_header{
        top: 40px;
        right: auto;
        left: 40px;
    }
    .nsb_slide4_header.success{
        right: auto;
    }
    .nsb_slide4_text{
        position: relative;
        top: auto;
        right: auto;
        display: block;
        text-align: center;
        margin-top: 25px;
        line-height: 20px;
    }
    .nsb_slide4_href{
        position: relative;
        bottom: auto;
        right: auto;
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .nsb_slide5_image{
        position: relative;
        width: 100%;
        height: 144px;
        bottom: auto;
        right: auto;
    }
    .nsb_slide5_header{
        top: 40px;
        left: auto;
        right: 40px;
    }
    .nsb_slide5_header.success{
        right: 76px;
    }
    .nsb_slide5_text{
        position: relative;
        top: auto;
        left: auto;
        display: block;
        text-align: center;
        margin-top: 25px;
        line-height: 20px;
    }
    .nsb_slide5_href{
        position: relative;
        bottom: auto;
        left: auto;
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .nsb_slide5_special_1{
        top: 68px;
        font-size: 6px;
        line-height: 8px;
        text-shadow: 0 0 3px rgb(0 0 0 / 0.2);
        left: calc(50% - 117px);
    }
    .nsb_slide5_special_2{
        top: 68px;
        font-size: 6px;
        line-height: 8px;
        text-shadow: 0 0 3px rgb(0 0 0 / 0.2);
        left: calc(50% - 60px);
    }

    .new_steps_modal_container{
        width: 100%;
        margin: 0 10px;
        margin-top: 80px;
    }
    .new_steps_modal_block.new_steps_modal_first_block{
        flex-direction: column;
    }
    .new_steps_modal_first_block_left{
        width: 100%;
    }
    .new_steps_modal_first_block_left_image{
        margin-right: 0;
    }
    .new_steps_modal_first_block_right{
        width: 100%;
        margin-top: 20px;
    }
    .new_steps_modal_first_block_right h2{
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    .new_steps_modal_first_block_right_price{
        text-align: center;
        margin: 12px 0;
        font-size: 20px;
    }
    .new_steps_modal_first_block_right_description{
        font-size: 12px;
        text-align: center;
        display: block;
        line-height: 14px;
    }
    .new_steps_modal_first_block_right_order{
        width: 100%;
        padding: 10px;
    }

    .new_steps_modal_block.new_steps_modal_second_block{
        flex-direction: column;
    }
    .new_steps_modal_second_block_left{
        width: 100%;
        text-align: center;
    }
    .new_steps_modal_second_block_left_form_input{
        width: 100%;
    }
    .new_steps_modal_second_block_left_form_line_two{
        width: 100%;
    }
    .new_steps_modal_second_block_left_order{
        width: 100%;
        padding: 10px;
    }
    .new_steps_modal_second_block_right{
        display: none;
    }
    .payment_form_credentials{
        bottom: -35px;
        width: 100%;
        text-align: center;
    }
    .stripe_payment_form button{
        width: 100%;
        padding: 10px;
    }
    .store_succes_icon{
        font-size: 100px;
    }
    .store_succes_text{
        font-size: 30px;
    }
    .store_succes_text span{
        font-size: 20px;
    }
    .store_succes_close{
        font-size: 20px;
    }
    .new_steps_modal_second_block_left_form_radio_container{
        text-align: left;
    }
}