@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,500;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');


body {
    margin: 0px;
    background: #fff;
	font-family: 'Roboto', sans-serif;
}
.content {
    margin: 0 auto;
}
h1.home {
    font-family: 'Space Mono', monospace;
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 81px;
    text-transform: uppercase;
    color: #000000;
    padding: 0px;
    margin: 0px;
}
h2.home {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
}
h2.red {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #0052EA;
}
p.home {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
}

ul.slick-dots {
    display: flex !important
;
    flex-direction: row;
    justify-content: center;
    list-style: none;
}
ul.slick-dots li {
    padding: 10px;
}
.log_part {
    margin-top: 200px;
}


.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}
.items-wrap:before,
.items-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.items-wrap:before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.items-wrap:after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.item {
    /* background: #ccc; */
    flex: 0 0 auto;
    /* width: 100px; */
    height: 100px;
    counter-increment: item;
    border-radius: 6px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
    transition: all 0.1s ease-in-out;
}
.item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.item:before {
  content: counter(item);
}

.marquee {
  animation: scroll 20s linear infinite;
}
.reverce {
  animation-direction: reverse;
}
.items-wrap:hover .marquee {
  animation-play-state: paused;
}

.perfscan {
  margin: 20px 0;
  text-align: center;
  bottom: 0;
  background: #fff;
  padding: 5px;
}
.perfscan hr {
  border: solid #999;
  border-width: 1px 0 0 0;
  max-width: 50%;
  margin: 0 auto 20px;
}
.perfscan a {
  color: #000;
  font-weight: bold;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.iti.iti--allow-dropdown {
    width: 100%;
    margin: 10px 0px;
}






.red_line {
    width: 100%;
    border-bottom: 1px solid #0052EA;
}
.slid_q {
    display: flex
;
    align-items: center;
}
.flex_h {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(85% - 30px) !important;
    margin: 0 auto;
}
.form_first input {
    width: 100%;
    padding: 16px 10px;
    margin: 10px 0px;
    border: 1px solid #DADADA;
    background: #DADADA;
    border-radius: 10px;
    font-size: 20px;
}
.info_home {
    width: 95%;
    /* margin: 0 auto; */
}
p.frg_h {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
}
.CHARGEBACK p {
    border: 1px solid #0052EA;
    display: inline-block;
    padding: 3px 0px;
    padding-right: 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}
.CHARGEBACK p font {
    background: #0052EA;
    color: #fff;
    padding: 4px 8px;
}

.politikas .content h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 82px;
    text-transform: uppercase;
    color: #0052EA;
}

.form_first {
    width: 85%;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #F1F1F1;
    padding-top: 10px;
    margin: 0 auto;
    margin-top: 80px;
}
.form_first input[type="submit"] {
    background: #0052EA;
    color: #fff;
}
.9fc2e0 {
	background: #9fc2e0;
}
.content {
    width: calc(100% - 30px);
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1440px;
}
.top_nav {
    width: 100%;
    min-height: 88px;
    background: #fff;
    border-bottom: 1.5px solid #0052EA;
    display: flex;
    align-items: center;
}
.first_slid {
    display: flex;
    /* min-height: 1024px; */
    background: url(../images/home_bg_fors.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}
.wer_w_l_bg {
    min-height: 1024px;
    background: url(../images/home_bg_fors.png);
    background-size: cover;
    background-position: center;
    display: flex;
    padding: 120px 0px;
}

.awfr_w_l_bg {
    display: flex;
    min-height: 500px;
    background-color: #790000;
    background-image: url(../images/bg_home_3.png);
    background-size: cover;
    background-position: center;
}
.werrtsss {
    background: #dee9f4;
}
.werrtsss .content {
    background: #dee9f4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 120px 0px;
}
.companiya {
    min-height: 700px;
    background-image: url(../images/bg_home_4.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: stretch;
}
.awfr_w_l_bg .content {
    padding: 120px 0px;
}
.logo img {
    height: 58px;
}
.second_block {
    background: #dee9f4;
    background: -webkit-linear-gradient(top, rgb(219 232 244), rgb(228 238 246));
}


.top_nav .content {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.nav ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    align-items: center;
}
.nav ul li {
    border-right: 2px solid #0052EA;
    padding: 0px 20px;
}

.nav ul li {
    border-right: 1px solid #0052EA;
}
.nav ul  li:last-child {
	border-right: none
}



.nav ul li a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    color: #000000;
}
.second_block .content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.second_block .content .block_fer {
    width: 25%;
    min-height: 250px;
    border: 1px solid #C0C0C0;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.syt {
    display: flex;
    /* min-height: 1024px; */
    background: url(../images/bg_home_2.png);
    background-size: cover;
    background-position: center;
}
.block_w {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin: 30px;
    padding: 48px;
    border-radius: 20px;
    border: 1px solid #C0C0C0;
    max-width: 1224px;
}
.icon_x {
    text-align: center;
    min-width: 200px;
}
.text_x_red_line p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #000000;
    padding: 0px;
    margin: 20px 0px;
    background: #fff;
    display: inline-block;
    padding-right: 20px;
}
.p_X_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #B1B1B1;
}
.icon_x {
    text-align: center;
    min-width: 200px;
    margin-right: 20px;
}

.wer_w_l_bg .content .table {
    margin: auto;
    max-width: 1224px;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.41);
    backdrop-filter: blur(12px);
    border: 1px solid #8D8D8D;
}



button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
    display: none !important;
}

.slick-slide {
    height: auto;
}


/*
table tr:first-child td {
    border-top: none;
}

table tr:last-childtd  td{
    border-bottom: none;
}
*/

.wer_w_l_bg .content table tr td:first-child {
    text-align: left;
    border-right: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
}
.wer_w_l_bg .content table tr td {
    text-align: center;
    border-bottom: 1px solid #CBCBCB;
}
.wer_w_l_bg .content table tr td:last-child {
    border-left: 1px solid #CBCBCB;
}


.wer_w_l_bg .content table tr:last-child td{
    border-bottom: 0px solid;
}

.wer_w_l_bg .content table td p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #4F4F4F;
    display: inline-block;
}
.first_tr td {
    border-bottom: none !important;
}
table {
  width: 100%;
  border-collapse: collapse;
}

.text_x_red_line {
    background: url(../images/qwet.png);
    background-repeat: repeat-x;
    background-position: center;
}



p.text_b_form {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #434343;
}
.first_tr td {
    font-size: 28px;
}

.first_tr td:first-child {
    font-size: 52px;
}




.icon {
    padding-right: 20px;
}
.ico_text {
    display: flex;
    justify-content: flex-start;
}
.text_h3 h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.text_h4 h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 34px;
    margin: 0px;
}
p.lol {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #B1B1B1;
}
a.lol_a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #0052EA;
}




.block_director {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}


.block_director .w50 h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 71px;
    line-height: 83px;
    padding-left: 50px;
    margin-top: 130px;
}
.block_director .w50 h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
	padding-left: 50px;
}
.block_director .w50 p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    padding: 20px 20px 20px 50px;
    background: -webkit-linear-gradient(right, rgb(255 255 255), rgb(255 255 255 / 56%), rgb(0 0 0 / 0%));
    border-radius: 0px 20px 20px 0px;
    filter: drop-shadow(4px 4px 23px rgba(0, 0, 0, 0.19));
}
p.text_1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
}
p.text_1 font {
    font-weight: 100;
    font-size: 30px;
}
p.text_2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}
p.text_2_1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    /* line-height: 158.19%; */
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
.flex_v_t_b {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.awfr_w_l_bg .content .w50 {
    width: 45%;
}
.w50.flex_v_t_b {
	
    padding-right: 50px;
    width: calc(45% - 50px);
}
.awfr_w_l_bg .content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
}
p.text_lq {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
    padding-top: 10px;
    border-top: 1px solid #fff;
}


.sdgsdgsdg {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
}
.awfr_w_l_bg .content .w50 .form_first {
    width: 60%;
    padding: 50px;
    padding-top: 10px;
}
a.a_companiya {
    display: inline-block;
    padding: 15px 30px;
    margin: 10px 0px;
    border-radius: 10px;
    font-size: 20px;
    background: #0052EA;
    color: #fff;
    text-decoration: none;
}
.companiya .content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 100px;
}
.footer {
    background: #db0000;
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 45px;
    padding-bottom: 40px;
}
.footer .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
p.footer_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0px;
    margin: 14px;
}

.f_div_xodus ul {
    list-style: none;
    padding: 0px;
}
.f_div_xodus ul li a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 4px 20px;
    display: block;
}


.f_div_xodus p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 4px 0px;
    display: block;
}

















.div_first {
    display: flex;
    /* min-height: 1024px; */
    background: url(../images/about1.png);
    background-size: cover;
    background-position:  top center;
    padding-bottom: 100px;
}
.div_first .content {
	
}

h1.about_1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 82px;
    text-transform: uppercase;
    padding-left: 50px;
    color: #fff;
}
p.div_text_first {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding: 20px 20px 20px 50px;
    background: -webkit-linear-gradient(right, rgb(255 255 255), rgb(255 255 255 / 77%), rgb(255 255 255 / 58%));
    border-radius: 0px 20px 20px 0px;
    filter: drop-shadow(4px 4px 23px rgba(0, 0, 0, 0.19));
}
.div_first .content .w60 {
    width: 60%;
    padding: 70px 0px;
    padding-bottom: 0px;
}







p.center_f {
    display: flex;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    align-items: center;
}
p.center_f img {
    margin-right: 15px;
}
.politikas {
    background: -webkit-linear-gradient(top, rgb(219 232 244), rgb(228 238 246));
    display: flex;
}


















.exelent h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 82px;
    text-transform: uppercase;
    color: #0052EA;
}
.exelent h3 {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 38px;
text-transform: uppercase;
color: #4F4F4F;
}

.exelent {
    background: -webkit-linear-gradient(top, rgb(219 232 244), rgb(228 238 246));
    display: flex;
}
.exelent .content .plit {
    /* background: #fff; */
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.exelent .content .plit .d_lp {
    background: #fff;
    margin-bottom: 70px;
    border-radius: 20px;
    display: flex;
    width: calc(100% - 100px);
    margin: 20px auto;
}
.d_lp_img img {
    border-radius: 20px 0px 0px 20px;
}
.d_lp_img {
    padding-right: 30px;
    width: 238px;
}
.d_lp_text h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
}

.d_lp_text p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
}





.pokaz {
    background: -webkit-linear-gradient(top, rgb(228 238 246), rgb(237 242 247));
    display: flex;
    background-image: url(../images/pokaz.png);
    padding-bottom: 100px;
}
.pokaz h2, .komanda_a h2, .haeue h2, .reviews_first h2, .text_reviews h2, .text_note_reviews h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 82px;
    text-transform: uppercase;
    color: #0052EA;
}
.pokaz h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #4F4F4F;
}
.pokaz p, .haeue p, .text_note_reviews p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #929292;
}


.reviews_first h3 {

font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 38px;
/* identical to box height */

text-transform: uppercase;

color: #4F4F4F;
}



.reviews_first p {
	font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 33px;

color: #929292;
}
.plit_pokaz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.dpp_number h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 141px;
    line-height: 165px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    padding: 5px 40px;
    border-right: 2px solid #fff;
}
.d_p_p {
    width: 45%;
    background: linear-gradient(122.71deg, #0052EA 6.98%, #0038A0 84.42%), linear-gradient(0deg, #0052EA, #0052EA);
    min-height: 296px;
    border-radius: 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.dpp_text h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 82px;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}
.dpp_text p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}
.dpp_number {
    padding-right: 20px;
}
.dpp_text {
	padding-right: 20px;
}



.komanda_a {
    background: -webkit-linear-gradient(top, rgb(219 232 244), rgb(228 238 246));
    display: flex;
}
.kom_a {
    width: 30%;
    min-height: 608px;
    background: #444;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    margin: 10px;
}
.kom_a_text {
    background: -webkit-linear-gradient(bottom, rgb(0 0 0), rgb(0 0 0 / 56%), rgb(0 0 0 / 0%));
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
    width: 100%;
}
.kom_a_text h4 {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 38px;
color: #FFFFFF;
}

.kom_a_text p {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 29px;
color: #FFFFFF;
}
.komanda {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.komanda_a a.a_companiya {
    display: table;
    margin: 50px auto;
}

.hppty {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.haeue_tupe {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
    width: calc(100% - 200px);
}

.haeue_tupe_text {
    background: #fff;
    border-radius: 20px;
}
.haeue {
    background: -webkit-linear-gradient(top, rgb(219 232 244), rgb(228 238 246));
    display: flex;
    padding-bottom: 100px;
}



.haeue_tupe .haeue_tupe_text {
    padding: 20px;
}

.haeue_tupe_text p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #4F4F4F;
}
.haeue_tupe:nth-child(1n) .haeue_tupe_text {
    padding-left: 150px;
    padding-right: 20px;
    border-radius: 0px 20px 20px 0px;
}
.haeue_tupe:nth-child(2n) .haeue_tupe_text {
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 20px 0px 0px 20px;
}


.haeue_tupe:nth-child(1n) .haeue_tupe_icon {
    position: relative;
    margin-left: 0px; 
    margin-right: -114px;
    border-radius: 0px 20px 20px 0px;
}
.haeue_tupe:nth-child(2n) .haeue_tupe_icon {
    position: relative;
    margin-right: 0px;
    margin-left: -114px;
    border-radius: 0px 20px 20px 0px;
}


.reviews {
    background: -webkit-linear-gradient(top, rgb(219 232 244), rgb(228 238 246));
}

.reviews_video {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.re_vid_div {
    width: 30%;
    /* min-height: 400px; */
    /* background: #456; */
    margin: 20px;
    border-radius: 20px;
}
.reviews_first {
    padding-bottom: 100px;
    border-bottom: 1px solid #B7B7B7;
}
.rev {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
.rev .ww50 {
    width: 45%;
    margin: 20px;
    min-height: 500px;
}
.ww50 .vidguk h3{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 49px;
line-height: 57px;
display: flex;
align-items: center;
margin-bottom: 0px;
color: #4F4F4F;	
}
.ww50 .vidguk p {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 38px;
/* identical to box height */
margin-top: 0px;
display: flex;
align-items: center;

color: #A7A7A7;	
}
.vidguk {
    background: #fff;
    padding: 20px 60px;
    border-radius: 20px;
    min-height: 990px;
}
.ava {
    margin-right: 20px;
}
.ava img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.users {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.name_user h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #000000;
}
.vid_text_t {}


.ww50 .vid_text_t p {
    display: block !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.text_note_reviews h4 {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 38px;
/* identical to box height */

text-transform: uppercase;

color: #4F4F4F;
}
.n_active h6 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 0px;
}
.answer {
    display: none;
}
.cktave .answer {
    display: block;
    padding: 20px 20px;
    background: #D5D5D5;
    border-radius: 0px 0px 20px 20px;
}
.answer div {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #4F4F4F;
}
.text_note_reviews {
    margin-bottom: 100px;
}
.guarantees h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 180px;
}
.guarantees .content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

.guarantees .content .we50 {
    width: 45%;
    min-height: 930px;
}
.guarantees {
    background-image: url(../images/image-4.png);
    background-size: cover;
    background-position: top center;
}


.guarantees p {
	font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 28px;
color: #000000;
}
.exelent.guara {
    background-image: url(../images/bfbfb.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}
.d_s_a {
    display: flex
;
    background: #2b2b2b;
    background-image: url(../images/bg_1_blake.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}
.d_s_a h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 900px;
    margin: auto;
    margin-bottom: 50px;
}
.b_b_div {
    width: calc(30% - 40px);
    padding: 20px;
    min-height: 160px;
    border-radius: 20px;
    margin: 20px;
    border: 1px solid rgb(130 130 130);
    background: rgb(255 255 255 / 5%);
    backdrop-filter: blur(12px);
}

.block_bleack {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}
.b_b_div h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}


.b_b_div p {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 25px;
line-height: 29px;
color: #A7A7A7;
}

.guarantees.dsag {
    background-image: url(../images/adgadg.png);
    padding-bottom: 60px;
}


































.mobi_nav {
	display: none;
}


.erww {
    background-image: url(../images/director.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    width: 100%;
}




@media screen and (max-width: 800px) {

	
.log_part img {
    width: 100%;
}
	
	
	
	
.flex_h {
    display: block;
    width: calc(100% - 30px) !important;
}
.CHARGEBACK p {
    font-size: 9px;
}
.CHARGEBACK p font {
    background: #0052EA;
    color: #fff;
    padding: 10px 8px;
}
.second_block .content {
    display: block;
}	
.second_block .content .block_fer {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 50px;
}	
.second_block {
    display: flex;
}	
.w50 {
    width: 100% !important;
}
.block_director {
    display: block;
}
.erww {
    background-image: none;

}
.block_w {
    display: block;
    width: 75%;
}
	
.first_tr td:first-child {
    font-size: 25px;
}	
.first_tr td {
    font-size: 13px;
}
.wer_w_l_bg .content table td p {
    font-size: 16px;
    line-height: 17px;
}	
.awfr_w_l_bg .content {
    display: block;
}
.w50.flex_v_t_b {
    width: 100%;
    padding: 0px;
    margin: 0px;
}	
.footer .content {
    display: block;
}	
.mobi_nav {
    display: block;
    /* width: 30px; */
    /* height: 30px; 
    background: #000;*/
}
.nav {
    position: absolute;
    background: #fff;
    top: 88px;
    left: 0px;
    width: 100%;
    padding-bottom: 20px;
    display: none;
}
.nav ul {
    display: block;
}	
.nav ul li {
    padding: 11px 40px;
    border-right: none;
}
.zopa .nav {
    display: block;
    z-index: 999;
}
h1.home {
    font-size: 50px;
    line-height: 56px;
}
.form_first {
    width: calc(100% - 80px);
}	
.text_h3 h3 {
    font-size: 24px;
}	
.text_h3 h3 {
    font-size: 29px;
    line-height: 37px;
    text-align: left;
}	
.block_director .w50 h2 {
    font-size: 40px;
    line-height: 40px;
}	
.block_director .w50 h3 {
    font-size: 26px;
    line-height: 29px;
}	
.block_director .w50 p {
    font-size: 18px;
    line-height: 20px;
}	
.p_X_text {
    font-size: 18px;
    line-height: 20px;
}	
.text_x_red_line p {
    font-size: 30px;
    line-height: 32px;
    width: 80%;
}
.text_x_red_line {
    background: none;
    background-repeat-y: no-repeat;
    background-position: center;
}
.awfr_w_l_bg .content .w50 .form_first {
    width: calc(90% - 40px);
    padding: 20px;
    padding-top: 10px;
}
.wer_w_l_bg {
    display: none;
}
.div_first .content .w60 {
    width: 100%;
    /* padding: 70px 0px; */
    /* padding-bottom: 0px; */
}	
h1.about_1, .guarantees h2 {
    font-size: 30px;
    line-height: 35px;
    padding-left: 0px;
}	
p.div_text_first {
    font-size: 18px;
    line-height: 20px;
}	
.exelent h2, .pokaz h2, .komanda_a h2, .haeue h2, .reviews_first h2, .text_reviews h2, .text_note_reviews h2 {
    font-size: 30px;
    line-height: 35px;
}	
.exelent h3 {
    font-size: 18px;
    line-height: 20px;
}	
.exelent .content .plit {
    display: block;
}	
.exelent .content .plit .d_lp {
    display: block;
}	
.d_lp_img img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
}	
.d_lp_img {
    padding-right: 0px;
    width: auto;
}	
.d_lp_text {
    padding: 10px;
}	
.d_lp_text p {
    font-size: 18px;
    line-height: 20px;
}	
.plit_pokaz {
    display: block;
}	
.d_p_p {
    width: 100%;
}	
.dpp_number h3 {
    font-size: 100px;
    line-height: 130px;
    padding: 5px 25px;
}	
.dpp_text h4 {
    font-size: 40px;
    line-height: 45px;
}	
.dpp_text p {
    font-size: 18px;
    line-height: 20px;
}	
.komanda {
    display: block;
}	
.kom_a {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}	
.pokaz p, .haeue p, .text_note_reviews p {
    font-size: 18px;
    line-height: 25px;
}	
.guarantees .content .we50 {
    width: 100%;
    min-height: auto;
    padding: 10px 0px;
}
.guarantees .content {
    display: block;
}	
.d_s_a h2 {
    font-size: 24px;
    line-height: 30px;
    width: auto;
}
.block_bleack {
    display: block;
}	
.b_b_div {
    width: calc(100% - 40px);
    margin: 0px;
    margin-bottom: 20px;
}	
.exelent .content .plit .d_lp {
    width: calc(100% - 50px);
}	
.haeue_tupe {
    display: block;
    margin: 20px auto;
    width: 100%;
}	
.haeue_tupe_icon {
    display: none;
}	
.haeue_tupe:nth-child(1n) .haeue_tupe_text {
    padding-left: 20px;
}	
.haeue_tupe:nth-child(2n) .haeue_tupe_text {
    padding-right: 20px;
}	
a.a_companiya {
    margin-left: 0px !important;
    text-align: center;
}	
.reviews_first p {
    font-size: 18px;
    line-height: 20px;
}	
.reviews_video {
    display: block;
}	
.re_vid_div {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
}	
.rev {
    display: block;
    padding-bottom: 40px;
}	
.vidguk {
    width: calc(100% - 40px);
    padding: 20px 20px;
    min-height: auto !important;
}	
.rev .ww50 {
    width: 100%;
    margin: 0px;    margin: 0px;
    min-height: auto !important;
    width: 100%;
}	
.slick_rev.slick-initialized.slick-slider {
    height: auto !important;
}
.slick-slide {
    display: none;
    float: left;
    height: auto !important;
    min-height: 1px;
}
.answer {
    display: block;
    padding: 20px 20px;
    background: #D5D5D5;
    border-radius: 0px 0px 20px 20px;
}	
	
.slick-slide {
    display: none;
    float: left;
    height: auto !important;
    min-height: 1px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
.burger svg {
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.burger svg path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 30px;
    stroke-linecap: round;
    stroke: #0067b2;
    stroke-dashoffset: 0px;
}
.burger svg path#top,
.burger svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.burger svg path#middle {
  stroke-dasharray: 240px 240px;
}
.cross path#top,
.cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
.cross path#middle {
    stroke-dashoffset: -240px;
    stroke-dasharray: 0px 217px;
}

}