/*-------------------------reset-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Oswald:wght@500;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  font-size: 18px;
  line-height: 1.25;
  background-color: #fff;
  color: #545454;
  overflow-x: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal; }

.containerd {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

img {
  max-width: 100%;
  height: auto; }

a,
a:hover,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease; }

.d_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

/*-------------------------firstblock------------------------*/
.firstblock {
  position: relative;
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: top right;
  padding-top: 267px; }
  .firstblock:before {
    content: "";
    display: block;
    background-image: url(../images/bg_circle1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    z-index: 1;
    width: 133px;
    height: 285px;
    position: absolute;
    left: 0;
    top: calc(50% - 143px); }
  .firstblock.firstblock_usualpage {
    padding-top: 200px;
    margin-bottom: 75px;
    background-size: cover;
    background-position: bottom center;
    background-image: url(../images/bg_pageheader.png); }
    .firstblock.firstblock_usualpage:before {
      background-image: url(../images/header_green.png);
      width: 148px;
      height: 243px;
      top: calc(50% - 121px); }
    .firstblock.firstblock_usualpage:after {
      content: "";
      display: block;
      background-image: url(../images/header_right1.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: inherit;
      z-index: 1;
      width: 153px;
      height: 268px;
      position: absolute;
      right: 0;
      top: calc(50% - 134px); }
    .firstblock.firstblock_usualpage .logo:hover {
      color: #fff; }
    .firstblock.firstblock_usualpage .logo .logo__img {
      opacity: 0; }

.header {
  z-index: 22;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 42px;
  padding-bottom: 20px; }

.header__container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 50px;
  align-items: center; }

.header__logo {
  flex-basis: 18%; }

.logo {
  display: flex;
  align-items: center;
  color: #000; }
  .logo:hover {
    color: #5758fc; }

.logo__right {
  margin-left: 9px;
  margin-top: -10px; }

.logo__title {
  display: block;
  font-size: 24px;
  letter-spacing: 2.5px;
  margin-bottom: 2px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1; }

.logo__subtitle {
  font-size: 12px;
  display: block;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif; }

.header__right {
  flex-basis: 82%;
  justify-content: flex-end;
  align-items: center; }

.header__menurow {
  flex-basis: calc(100% - 100px); }
.header__lang {
  flex-basis: 100px;
  margin-left: auto; }

.hamburger,
.hamburger-profile {
  display: none; }

.mobilehover {
  align-items: center;
  justify-content: flex-end; }

.headermenu {
  margin-right: 20px; }
  .headermenu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .headermenu ul li {
      margin-right: 35px; }
    .headermenu ul a {
      font-size: 18px;
      font-weight: 400;
      color: #fff;
      padding: 5px 0; }
      .headermenu ul a:hover {
        opacity: 0.7; }

.diamondbtn {
  cursor: pointer;
  font-weight: 500;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-size: 17px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 15px 10px;
  text-align: center;
  display: inline-block;
  border: 0;
  min-width: 160px;
  background-color: #5758fc; }
  .diamondbtn:hover {
    opacity: 0.8; }

.bluebtn {
  -webkit-box-shadow: 0px 0px 17px 7px rgba(87, 88, 252, 0.2);
  -moz-box-shadow: 0px 0px 17px 7px rgba(87, 88, 252, 0.2);
  box-shadow: 0px 0px 17px 7px rgba(87, 88, 252, 0.2); }

.redbtn {
  background-color: #ff644a; }
  .redbtn:hover {
    background-color: #f37e6b;
    opacity: 1; }

.darkbtn {
  background-color: #0b2b44;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(11, 43, 68, 0.2);
  -moz-box-shadow: 0px 0px 17px 0px rgba(11, 43, 68, 0.2);
  box-shadow: 0px 0px 17px 0px rgba(11, 43, 68, 0.2); }

.hlang {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase; }
  .hlang__visible {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .hlang__visible:after {
      display: inline-block;
      content: '';
      width: 13px;
      height: 11px;
      background-image: url(../images/arrow_lang.png);
      background-size: inherit;
      margin-left: 6px;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
    .hlang__visible:hover {
      opacity: 0.7; }
    .hlang__visible.active:after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg); }
  .hlang__absolute {
    position: absolute;
    top: 30px;
    left: 10px;
    width: calc(100% - 10px);
    display: none;
    padding-left: 20px; }
    .hlang__absolute li {
      margin-bottom: 10px;
      display: block; }

.maincontent__row {
  padding-bottom: 250px;
  max-width: 620px;
  width: 100%; }
  .maincontent__row p {
    font-size: 20px; }
  .maincontent__row .darkbtn {
    margin-left: 15px; }

p {
  line-height: 1.8;
  margin-bottom: 15px; }

.maincontent__title {
  font-weight: 700;
  margin-top: 30px;
  line-height: 1.05;
  font-size: 66px;
  color: #ff644a;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 23px; }

.maincontent__links {
  margin-top: 30px; }

/*-------------------------about------------------------*/
.about {
  padding-bottom: 80px;
  position: relative; }
  .about:after {
    content: "";
    display: block;
    background-image: url(../images/half_circle_bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    z-index: 1;
    width: 161px;
    height: 285px;
    position: absolute;
    right: 0;
    top: calc(70% - 143px); }
  .about:before {
    content: "";
    display: block;
    background-image: url(../images/bg_left_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    z-index: 1;
    width: 182px;
    height: 737px;
    position: absolute;
    left: 0;
    top: -50px; }
  .about__left {
    flex-basis: 41%; }
  .about__right {
    flex-basis: 50%; }
  .about .containerd {
    align-items: center;
    padding: 0 30px;
    position: relative; }
    .about .containerd:before {
      content: "";
      display: block;
      background-image: url(../images/circle_3bg.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: inherit;
      z-index: 0;
      width: 171px;
      height: 171px;
      position: absolute;
      left: 44%;
      bottom: -2%; }

.usualcontent {
  position: relative;
  max-width: 450px;
  width: 100%;
  padding: 20px 0; }
  .usualcontent__toplink {
    color: #5758fc !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    display: block; }
    .usualcontent__toplink:hover {
      opacity: 0.7; }
  .usualcontent .bluebtn {
    margin-top: 20px; }
  .usualcontent.usualcontent-full {
    max-width: 100%; }
    .usualcontent.usualcontent-full .usualcontent__toplink,
    .usualcontent.usualcontent-full .title40 {
      text-align: center; }
  .usualcontent ul {
    margin-bottom: 12px; }
    .usualcontent ul li {
      display: block;
      padding: 1px 0;
      position: relative;
      display: flex;
      align-items: center; }
      .usualcontent ul li:before {
        content: '';
        display: inline-block;
        background-image: url(../images/li.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 33px;
        height: 33px;
        margin-right: 10px; }

.aboutitemrow_sec {
  margin-top: 55px; }

.title40 {
  font-size: 40px;
  color: #0b2b44;
  font-weight: 600;
  margin-bottom: 15px; }

.aboutitemrow {
  flex-basis: 50%;
  padding: 0 15px; }

.aboutitem {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 14px 13px rgba(238, 238, 252, 0.4);
  -moz-box-shadow: 0px 0px 14px 13px rgba(238, 238, 252, 0.4);
  box-shadow: 0px 0px 14px 13px rgba(238, 238, 252, 0.4);
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 33px 22px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .aboutitem__title {
    padding: 17px 0 5px;
    color: #0b2b44;
    font-weight: 700;
    font-size: 19px;
    font-family: 'Montserrat', sans-serif; }
  .aboutitem__descr {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 13px; }
  .aboutitem__link {
    display: flex;
    align-items: center;
    color: #0b2b44 !important;
    font-size: 16px;
    font-weight: 500;
    position: relative; }
    .aboutitem__link:after {
      content: '';
      background-image: url(../images/arrow_link.png);
      width: 15px;
      height: 12px;
      background-size: inherit;
      display: inline-block;
      margin-left: 8px; }
    .aboutitem__link:hover {
      opacity: 0.7; }

/*-------------------------advance------------------------*/
.advance {
  padding-top: 105px;
  margin-bottom: 130px;
  background-size: inherit;
  background-position: center;
  background-position-x: calc(100% - 6%);
  background-repeat: no-repeat;
  position: relative; }
  .advance:before {
    content: "";
    display: block;
    background-image: url(../images/diamond_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    z-index: 0;
    width: 297px;
    height: 495px;
    position: absolute;
    left: 0;
    top: calc(50% - 190px); }
  .advance:after {
    content: "";
    display: block;
    background-image: url(../images/bg3_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    z-index: 1;
    width: 180px;
    height: 662px;
    position: absolute;
    right: 0;
    top: calc(100% - 200px); }
  .advance .containerd {
    position: relative; }

/*-------------------------last------------------------*/
.last {
  background-image: url(../images/last_reg_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 460px;
  position: relative; }
  .last:before {
    content: "";
    display: block;
    background-image: url(../images/last_reg_left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    z-index: 0;
    width: 215px;
    height: 749px;
    position: absolute;
    left: 0;
    bottom: -75px; }
  .last:after {
    content: "";
    display: block;
    background-image: url(../images/half_circle_bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    z-index: 1;
    width: 161px;
    height: 285px;
    position: absolute;
    right: 0;
    top: calc(77% - 143px); }
  .last .containerd {
    padding: 0 30px; }
  .last__left {
    flex-basis: 47%; }
  .last__right {
    flex-basis: 47%; }

.lastitem {
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 45px 25px 35px;
  -webkit-box-shadow: 0px 0px 14px 9px rgba(238, 238, 252, 0.2);
  -moz-box-shadow: 0px 0px 14px 9px rgba(238, 238, 252, 0.2);
  box-shadow: 0px 0px 14px 9px rgba(238, 238, 252, 0.2); }
  .lastitem__title {
    margin-bottom: 31px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #529fec;
    text-transform: uppercase; }
  .lastitem.last__right .lastitem__title {
    color: #679e18; }
  .lastitem.last__right .lastline {
    -webkit-box-shadow: 0px 0px 27px 2px rgba(198, 255, 0, 0.2);
    -moz-box-shadow: 0px 0px 27px 2px rgba(198, 255, 0, 0.2);
    box-shadow: 0px 0px 27px 2px rgba(198, 255, 0, 0.2);
    background: #679e18;
    background: linear-gradient(90deg, #679e18 0%, #80c104 100%); }

.lastitem__row {
  max-height: 770px;
  overflow: auto; }

.lastline {
  flex-wrap: nowrap;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  color: #fff !important;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -webkit-box-shadow: 0px 0px 27px 2px rgba(92, 86, 252, 0.2);
  -moz-box-shadow: 0px 0px 27px 2px rgba(92, 86, 252, 0.2);
  box-shadow: 0px 0px 27px 2px rgba(92, 86, 252, 0.2);
  margin: 13px 5px;
  background: #8a3efb;
  background: linear-gradient(90deg, #8a3efb 0%, #4a5ffc 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .lastline a {
    word-break: break-all; }
    .lastline a:hover {
      opacity: 0.7; }
  .lastline__left {
    align-items: center;
    flex-basis: 50%;
    padding-right: 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.6); }
  .lastline__calendar {
    flex-basis: 50%;
    position: relative;
    display: flex;
    align-items: center; }
    .lastline__calendar:before {
      content: '';
      display: inline-block;
      margin-right: 8px;
      background-image: url(../images/calendar.png);
      background-size: contain;
      width: 14px;
      height: 15px;
      margin-bottom: 2px; }
  .lastline__time {
    display: flex;
    align-items: center;
    flex-basis: 47%;
    position: relative; }
    .lastline__time:before {
      content: '';
      display: inline-block;
      margin-right: 8px;
      background-image: url(../images/icon_clock.png);
      background-size: contain;
      width: 14px;
      height: 15px; }
  .lastline__right {
    flex-basis: 50%;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }

/*-------------------------findmore------------------------*/
.findmore {
  margin-bottom: 140px;
  margin-top: -140px;
  background-size: inherit;
  background-position: center;
  background-position-x: 4%;
  background-repeat: no-repeat;
  position: relative; }
  .findmore .usualcontent {
    margin-left: auto; }
  .findmore .usualcontent {
    max-width: 520px; }

/*-------------------------testimonial------------------------*/
.testimonial {
  position: relative; }
  .testimonial:before {
    content: "";
    display: block;
    background-image: url(../images/left_testimonial.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    z-index: 0;
    width: 97px;
    height: 284px;
    position: absolute;
    left: 0;
    top: calc(50% - 142px); }

.slicknavigation {
  display: flex;
  justify-content: center;
  align-items: center; }
  .slicknavigation__prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .slicknavigation__prev, .slicknavigation__next {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
    cursor: pointer;
    background-color: #7786a9;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .slicknavigation__prev:hover, .slicknavigation__next:hover {
      background-color: #5758fc; }

.slidertestimon {
  text-align: center; }
  .slidertestimon__main {
    position: relative; }
  .slidertestimon .slick-center {
    z-index: 11;
    position: relative;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05); }
  .slidertestimon__item {
    outline: none;
    margin-top: 70px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 25px 3px rgba(226, 226, 247, 0.75);
    -moz-box-shadow: 0px 0px 25px 3px rgba(226, 226, 247, 0.75);
    box-shadow: 0px 0px 25px 3px rgba(226, 226, 247, 0.75);
    margin-left: -40px;
    margin-right: -40px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 35px 45px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .slidertestimon__img {
    margin-top: -60px;
    max-width: 135px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px; }
  .slidertestimon__title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #0b2b44; }
  .slidertestimon__text {
    color: #545454;
    font-size: 18px;
    line-height: 1.8; }
  .slidertestimon__rate {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center; }
    .slidertestimon__rate img {
      margin: 0 2px; }

/*-------------------------contact------------------------*/
.contact {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
  text-align: center; }
  .contact:after {
    content: "";
    display: block;
    background-image: url(../images/half_circle_bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    z-index: 1;
    width: 161px;
    height: 285px;
    position: absolute;
    right: 0;
    top: calc(50% - 142px); }
  .contact__form {
    max-width: 950px;
    width: 100%;
    padding: 0 15px;
    margin: 30px auto 0; }
    .contact__form .bluebtn {
      margin-top: 10px !important; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .form-row .inputdiamond {
    flex-basis: calc(50% - 10px); }

.inputdiamond {
  color: #555555;
  font-size: 15px;
  padding: 15px 20px;
  margin-bottom: 20px;
  width: 100%;
  display: block;
  resize: none;
  outline: none;
  border: 1px solid #d7e0ef; }

textarea.inputdiamond {
  height: 210px; }

button {
  outline: none; }

/*-------------------------footer------------------------*/
.footer {
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  background-position: center top;
  padding-top: 232px;
  padding-bottom: 70px;
  color: #bbd6f8;
  font-size: 14px; }
  .footer .containerd {
    padding: 0 30px; }
  .footer__left {
    flex-basis: 38%; }
  .footer__page, .footer__profile {
    flex-basis: 15%; }
    .footer__page a, .footer__profile a {
      position: relative;
      display: flex;
      align-items: center; }
      .footer__page a:hover, .footer__profile a:hover {
        opacity: 0.7; }
      .footer__page a:before, .footer__profile a:before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: #bbd6f8;
        display: inline-block;
        margin-right: 10px; }
  .footer__title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 13px; }
  .footer__ul li {
    margin-bottom: 18px; }
  .footer__contact {
    flex-basis: 23%; }
  .footer .logo {
    margin-bottom: 23px;
    color: #fff; }
    .footer .logo:hover {
      color: #fff;
      opacity: 0.8; }

.contacts-ul a:hover {
  opacity: 0.8; }
.contacts-ul li {
  display: flex;
  align-items: center;
  position: relative; }
  .contacts-ul li:before {
    content: '';
    display: inline-block;
    margin-right: 7px;
    width: 15px;
    height: 15px;
    background-position: center left;
    background-repeat: no-repeat; }
  .contacts-ul li a {
    flex-basis: calc(100% - 20px);
    word-break: break-all; }

.emailli:before {
  background-image: url(../images/email.png); }

.adressli:before {
  background-image: url(../images/map.png); }

.telli:before {
  background-image: url(../images/tel.png); }

.social-ul {
  margin-top: 40px; }
  .social-ul ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .social-ul a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.2); }
    .social-ul a:hover {
      background-color: rgba(255, 193, 193, 0.2); }

.copyr {
  margin-top: 27px;
  padding-top: 20px;
  border-top: 1px solid #817f7f;
  text-align: center; }

/*-------------------------modalform------------------------*/
.modalform {
  position: relative;
  max-width: 737px;
  width: 100%;
  min-height: 652px;
  margin-left: auto;
  padding-left: 107px;
  margin-right: auto;
  background-image: url(../images/popup_full.png); }
  .modalform__header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 35px; }
    .modalform__header .logo__right {
      color: #fff !important; }
  .modalform__ins {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden; }
  .modalform__body {
    padding: 40px 100px 0;
    color: #fff; }
    .modalform__body input {
      outline: none;
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      padding: 15px 45px;
      background-color: #837aec;
      border: 0;
      width: 100%;
      margin-bottom: 25px; }
      .modalform__body input::placeholder {
        color: #fff; }
    .modalform__body label {
      position: relative;
      display: block; }
      .modalform__body label:before {
        content: "";
        position: absolute;
        left: 15px;
        top: 20px;
        display: block;
        width: 18px;
        height: 14px;
        background-image: url(../images/white_mess.png); }
      .modalform__body label.password-input:before, .modalform__body label.refferal-input:before {
        background-image: url(../images/eye.png);
        width: 20px;
        height: 12px; }
  .modalform .mfp-close {
    top: -13px;
    right: -10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #58468c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 1; }
    .modalform .mfp-close:hover {
      opacity: 0.8; }
  .modalform__navig {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1; }
  .modalform__login {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.747); }
    .modalform__login.active {
      font-weight: 600; }
      .modalform__login.active:hover {
        opacity: 1; }
    .modalform__login:hover {
      opacity: 0.8; }
  .modalform__register {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .modalform__register.active {
      font-weight: 600; }
      .modalform__register.active:hover {
        opacity: 1; }
    .modalform__register:hover {
      opacity: 0.8; }
  .modalform__registervisible {
    display: none; }
  .modalform .modalform__loginvisible {
    padding-bottom: 90px; }
  .modalform__row {
    align-items: center; }
  .modalform__social {
    display: flex;
    align-items: center; }
    .modalform__social a {
      width: 55px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #4f73bc;
      margin: 0 3px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      .modalform__social a:hover {
        opacity: 0.8; }
  .modalform .redbtn {
    display: flex;
    align-items: center;
    justify-content: center; }
    .modalform .redbtn img {
      display: inline-block;
      margin-left: 10px; }
  .modalform .modalform__registervisible {
    padding-bottom: 25px; }
    .modalform .modalform__registervisible .redbtn {
      margin-left: auto;
      margin-right: auto; }

.remember-passw {
  display: block;
  color: #bbb8ea;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px; }

.mfp-bg {
  background: #e8e8e8 !important; }

/*-------------------------faq------------------------*/
.contentp__row {
  margin-bottom: 30px; }

.contentp__left {
  flex-basis: 59%; }

.contentp__title {
  color: #0b2b44;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px; }

.contentp__right {
  flex-basis: 40%; }

.contentp {
  margin-bottom: 90px; }

.faq .containerd {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px; }
.faq__item {
  -webkit-box-shadow: 4px 4px 31px 4px #eeeefc;
  -moz-box-shadow: 4px 4px 31px 4px #eeeefc;
  box-shadow: 4px 4px 31px 4px #eeeefc;
  flex-basis: calc(50% - 30px);
  margin: 15px;
  border-radius: 5px;
  border-top: 4px solid #5758fc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #0b2b44; }
.faq__header {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding: 20px 80px 20px 20px; }
  .faq__header:after {
    content: " ";
    display: block;
    background-image: url(../images/faq.png);
    position: absolute;
    right: 17px;
    top: calc(50% - 20px);
    width: 53px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: center; }

.accordion__list {
  padding: 20px;
  font-size: 16px;
  border-top: 1px solid #d7e0ef; }
  .accordion__list dt {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    display: block;
    padding-right: 25px; }
    .accordion__list dt:after {
      content: " ";
      display: block;
      background-image: url(../images/plus.png);
      position: absolute;
      right: 0;
      top: calc(50% - 8px);
      width: 16px;
      height: 16px;
      background-repeat: no-repeat;
      background-position: center;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
    .accordion__list dt.activedt:after {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg); }
  .accordion__list dd {
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px;
    display: block; }

.firstblock__titlesingle {
  color: #fff;
  font-size: 61px;
  position: relative;
  z-index: 2;
  font-weight: 600;
  position: relative;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .firstblock__titlesingle:after {
    padding: 0 10px;
    content: "";
    width: 121px;
    height: 59px;
    display: inline-block;
    background-image: url(../images/title_dots.png);
    background-repeat: no-repeat;
    background-position: center; }
  .firstblock__titlesingle:before {
    padding: 0 10px;
    content: "";
    width: 121px;
    height: 59px;
    display: inline-block;
    background-image: url(../images/title_dots.png);
    background-repeat: no-repeat;
    background-position: center; }
  .firstblock__titlesingle span {
    max-width: 530px;
    font-weight: 600;
    margin: 0 90px; }

.breadcrumbs {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px; }
  .breadcrumbs ul {
    max-width: 100%;
    border: 1px solid #2edab0;
    padding: 10px 30px;
    display: inline-flex;
    background-color: #fff;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
  .breadcrumbs li {
    font-weight: 400;
    color: #0b2b44;
    font-size: 16px; }
    .breadcrumbs li a {
      display: flex;
      align-items: center;
      font-weight: 400;
      position: relative; }
      .breadcrumbs li a:after {
        padding: 0 10px;
        content: "";
        width: 12px;
        height: 9px;
        display: inline-block;
        background-image: url(../images/separator.png);
        background-repeat: no-repeat;
        background-position: center; }
      .breadcrumbs li a:hover {
        color: #ff644a; }

.firstblock__singlepage {
  padding-bottom: 135px; }

.walletsrownew {
  display: flex;
  flex-wrap: wrap;
  max-width: 1160px; }
  .walletsrownew__item {
    flex-basis: 140px;
    margin-right: 75px;
    margin-bottom: 80px; }
  .walletsrownew__top {
    border: 1px dashed #111;
    background-color: #b6c647;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px; }
    .walletsrownew__top span {
      display: block;
      font-weight: 700;
      color: #557ef8;
      font-size: 24px;
      padding-bottom: 10px;
      padding-top: 7px; }
  .walletsrownew__count {
    margin-bottom: 20px; }
  .walletsrownew__countname {
    font-size: 16px;
    color: #000; }
  .walletsrownew__countchose {
    position: relative; }
    .walletsrownew__countchose .openmoree {
      position: relative;
      top: 11px;
      margin-left: 8px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #000;
      opacity: 0.5;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }

/*-------------------------adaptive------------------------*/
@media (max-width: 1700px) {
  .firstblock {
    background-size: 1050px; }

  .firstblock:before {
    background-size: contain; }

  .advance {
    background-size: 800px; }

  .advance:before {
    background-size: 230px;
    left: -50px; }

  .advance:after {
    background-size: 150px;
    width: 150px; }

  .findmore {
    background-size: 800px; } }
@media screen and (max-width: 1500px) {
  .firstblock:before {
    width: 65px; }

  .firstblock {
    background-size: 920px;
    padding-top: 170px; }

  .about:before {
    width: 98px;
    height: 470px;
    top: 0;
    background-size: contain; }

  .about:after,
  .last:after {
    width: 85px;
    background-size: contain; }

  .advance {
    background-size: 700px; }

  .advance:before {
    background-size: contain;
    left: -8%;
    width: 190px; }

  .advance:after {
    background-size: contain;
    width: 120px; }

  .last:before {
    width: 170px;
    background-size: contain; }

  .findmore {
    background-size: 700px; } }
@media screen and (max-width: 1330px) {
  .firstblock:before,
  .about:before,
  .about:after {
    display: none; }

  .firstblock {
    background-size: 850px; }

  .header__container {
    padding-left: 15px; }

  .maincontent__title {
    font-size: 50px; }

  .maincontent__row {
    max-width: 510px;
    padding-bottom: 200px; }

  .advance {
    background-size: 600px; }

  .advance:after {
    width: 100px; }

  .last:before {
    width: 117px; }

  .findmore {
    background-size: 600px; }

  .testimonial:before,
  .contact:after {
    display: none; }

  .firstblock.firstblock_usualpage:before {
    display: block;
    top: 15%; } }
@media screen and (max-width: 1180px) {
  .firstblock__titlesingle {
    font-size: 45px; }

  .firstblock.firstblock_usualpage:before,
  .firstblock.firstblock_usualpage:after {
    width: 100px;
    background-size: contain; }

  .header__right {
    flex-direction: row-reverse; }

  .header__menurow {
    flex-basis: 75px; }

  .hamburger {
    margin-right: 15px;
    display: block;
    width: 45px;
    margin-left: auto;
    height: 24px;
    text-align: right;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .hamburger span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #fff;
      border-radius: 5px;
      opacity: 1;
      right: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
    .hamburger span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
      width: 80%; }
    .hamburger span:nth-child(2) {
      top: 10px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger span:nth-child(3) {
      top: 20px;
      width: 80%;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -2px;
      left: 9px; }
    .hamburger.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .hamburger.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 23px;
      left: 9px; }

  .mobilehover {
    position: absolute;
    top: 80px;
    z-index: 999;
    right: 0;
    display: none;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2edab0;
    border-right: 0; }
    .mobilehover .diamondbtn {
      padding: 10px; }

  .headermenu {
    margin-right: 0; }

  .headermenu ul {
    flex-direction: column; }
    .headermenu ul li {
      margin-bottom: 20px;
      margin-right: 0; }

  .headermenu ul a {
    color: #6253fc; }

  .header {
    padding: 15px 0; }

  .logo__right {
    margin-top: 0; }

  .firstblock.firstblock_usualpage {
    padding-top: 140px; }

  .firstblock__singlepage {
    padding-bottom: 100px; }

  .footer {
    padding-bottom: 25px;
    padding-top: 150px; }

  .containerd {
    padding: 0 15px; }

  .contentp__title {
    font-size: 32px; }

  body {
    font-size: 16px; }

  .maincontent__title {
    font-size: 45px; }

  .firstblock {
    background-size: 600px; }

  .maincontent__row img {
    max-width: 80px; }

  .maincontent__title {
    margin-top: 20px; }

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

  .diamondbtn {
    font-size: 15px;
    padding: 10px; }

  .maincontent__row {
    padding-bottom: 70px; }

  .about .containerd {
    flex-direction: column; }

  .usualcontent {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px; }

  .title40 {
    font-size: 37px; }

  .usualcontent__toplink {
    font-size: 14px; }

  .advance {
    background-size: 500px;
    padding-top: 50px;
    margin-bottom: 35px;
    position: relative; }
    .advance:after {
      background-image: none;
      content: "";
      position: absolute;
      z-index: 1;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.85); }
    .advance .containerd {
      position: relative;
      z-index: 2; }

  .findmore .usualcontent {
    max-width: 100%; }

  .usualcontent ul {
    margin-left: 10%; }

  .findmore .containerd {
    position: relative;
    z-index: 2; }
  .findmore:after {
    background-image: none;
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85); }

  .lastitem__title {
    font-size: 20px; }

  .last__left,
  .last__right {
    flex-basis: 49%;
    padding: 30px 15px; }

  .lastline {
    font-size: 12px; }

  .last:before,
  .last:after {
    display: none; }

  .last {
    padding-bottom: 60px; }

  .findmore {
    margin-bottom: 60px;
    margin-top: 0; } }
@media screen and (max-width: 980px) {
  .firstblock.firstblock_usualpage:before,
  .firstblock.firstblock_usualpage:after {
    width: 80px; }

  .firstblock__titlesingle {
    font-size: 38px; }

  .firstblock__titlesingle span {
    margin: 0 36px; }

  .firstblock.firstblock_usualpage {
    margin-bottom: 45px; }

  .contentp__row {
    flex-direction: column-reverse; }

  .footer__title {
    font-size: 16px; }

  .footer {
    font-size: 13px; }

  .faq__header {
    font-size: 18px; }

  .accordion__list {
    font-size: 15px; }

  .accordion__list dd {
    font-size: 14px; }

  .header .logo__img {
    display: none; }

  .aboutitem__title {
    font-size: 17px; }

  .aboutitem__link {
    font-size: 14px; }

  .about {
    padding-bottom: 15px; }

  .title40 {
    font-size: 30px; }

  .last__left,
  .last__right {
    flex-basis: 100%;
    padding: 25px 20px;
    margin-bottom: 25px; }

  .lastitem__row {
    max-height: 370px; }

  .last {
    padding-bottom: 15px; }

  .inputdiamond {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px; }

  .contact {
    padding-bottom: 20px; }

  .firstblock {
    background-size: 435px;
    padding-top: 95px; }

  .maincontent__row img {
    display: none; }

  .maincontent__row {
    max-width: 400px; }

  .maincontent__title {
    font-size: 41px; }

  .maincontent__row {
    padding-bottom: 45px; }

  .slidertestimon__item {
    margin-left: 0;
    margin-right: 0; }

  .slidertestimon .slick-center {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9); }

  .walletsrownew__item {
    margin-right: 30px;
    margin-bottom: 65px; } }
@media screen and (max-width: 760px) {
  .firstblock__titlesingle:before,
  .firstblock__titlesingle:after {
    display: none; }

  .firstblock .header {
    z-index: 2; }
  .firstblock .maincontent {
    position: relative;
    z-index: 1; }

  .maincontent__row {
    max-width: 100%;
    text-align: center; }

  .firstblock:before {
    display: block;
    background-image: none;
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(216, 215, 255, 0.85); }

  .firstblock.firstblock__titlesingle:before {
    display: none; }

  .firstblock__titlesingle span {
    margin: 0; }

  .firstblock__titlesingle {
    font-size: 35px; }

  .header__container {
    padding-left: 0; }

  .header__logo {
    flex-basis: 35%; }

  .header__right {
    flex-basis: 55%; }

  .mobilehover {
    top: 70px; }

  .contentp__title {
    font-size: 28px; }

  body {
    font-size: 14px; }

  .firstblock.firstblock_usualpage {
    margin-bottom: 20px; }

  .contentp__row {
    margin-bottom: 5px; }

  .contentp {
    margin-bottom: 50px; }

  .footer {
    color: #fff;
    padding-bottom: 20px;
    padding-top: 70px; }

  .footer__left {
    flex-basis: 100%;
    text-align: center; }

  .footer .logo {
    margin-bottom: 15px;
    justify-content: center; }

  p {
    line-height: 1.6;
    margin-bottom: 10px; }

  .footer__page,
  .footer__profile {
    flex-basis: 50%; }

  .footer__contact {
    flex-basis: 100%; }

  .footer .containerd {
    padding: 0 15px; }

  .faq__item {
    flex-basis: 100%; }

  .maincontent__title {
    font-size: 38px; }

  .diamondbtn {
    font-size: 14px; }

  .title40 {
    font-size: 28px; }

  .about .containerd {
    padding: 0 10px; }

  .aboutitemrow {
    padding: 0 7px; }

  .aboutitem__descr {
    font-size: 14px; }

  .last__left,
  .last__right {
    padding: 25px 10px; }

  .lastline__left {
    padding-right: 5px; }

  .last .containerd {
    padding: 0 10px; }

  textarea.inputdiamond {
    height: 110px; }

  .contact__form {
    padding: 0; }

  .modalform {
    max-width: 94%;
    min-height: 0;
    padding-left: 0;
    background-image: none; }

  .modalform__header {
    background: #fe6d02;
    background: linear-gradient(176deg, #fe6d02 0%, #de5b02 100%); }

  .modalform__body {
    background-color: #6c65c3; }

  .modalform__body {
    padding: 40px;
    padding-bottom: 0; }

  .modalform__navig {
    font-size: 20px; }

  .modalform__body input {
    font-size: 15px;
    padding: 11px 45px; }

  .modalform__body label::before {
    top: 16px; }

  .walletsrownew__item {
    flex-basis: 130px;
    margin-right: 15px;
    margin-bottom: 60px; }
    .walletsrownew__item .profbtn {
      min-width: 0;
      width: 100%; }

  .walletsrownew__top span {
    font-size: 21px; } }
@media screen and (max-width: 460px) {
  .mobilehover {
    width: 100%;
    border-left: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 30px 15px; }

  .mobilehover .diamondbtn {
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .firstblock__titlesingle {
    font-size: 30px; }

  .contentp__title {
    font-size: 26px; }

  .contentp {
    margin-bottom: 30px; }

  .footer {
    padding-top: 45px; }

  .hlang {
    font-size: 16px; }

  .header__lang {
    flex-basis: 90px; }

  .header__logo {
    flex-basis: 45%; }

  .breadcrumbs li {
    font-size: 14px; }

  .faq__header {
    font-size: 16px;
    padding: 15px 55px 15px 10px; }

  .faq__header:after {
    background-size: contain;
    width: 40px;
    right: 10px; }

  .accordion__list {
    font-size: 14px;
    padding: 10px; }

  .accordion__list dd {
    font-size: 13px; }

  .faq .containerd {
    padding: 0; }

  .maincontent__title {
    font-size: 30px; }

  .maincontent__row p br {
    display: none; }

  .diamondbtn {
    min-width: 130px; }

  .title40 {
    font-size: 26px; }

  .usualcontent__toplink {
    font-size: 13px; }

  .aboutitemrow {
    flex-basis: 100%; }

  .aboutitem {
    padding: 25px 20px;
    margin-bottom: 20px; }

  .aboutitemrow_sec {
    margin-top: 0; }

  .usualcontent ul {
    margin-left: 0; }

  .lastitem__title {
    font-size: 18px; }

  .findmore {
    margin-bottom: 30px; }

  .title40 {
    font-size: 22px; }

  .form-row .inputdiamond {
    flex-basis: 100%; }

  .aboutitem img {
    max-width: 55px; }

  .lastline__right {
    padding-left: 5px; }

  .lastline__left {
    border-width: 1px;
    flex-basis: 43%; }

  .lastline__calendar,
  .lastline__time {
    flex-basis: 100%; }

  .lastline__right {
    flex-basis: 57%; }

  .slidertestimon__item {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0px 0px 15px 4px rgba(226, 226, 247, 0.75);
    -moz-box-shadow: 0px 0px 15px 4px rgba(226, 226, 247, 0.75);
    box-shadow: 0px 0px 15px 4px rgba(226, 226, 247, 0.75); }

  .slidertestimon__text {
    font-size: 14px; }

  .usualcontent {
    margin-bottom: 0; }

  .slidertestimon__item {
    margin-top: 40px; }

  .slicknavigation__prev,
  .slicknavigation__next {
    margin: 0 15px; }

  .contact {
    padding-top: 35px; }

  .modalform__header {
    padding-top: 30px;
    padding-bottom: 20px; }

  .modalform__body {
    padding: 20px; }

  .modalform__navig {
    font-size: 18px; } }
/*-------------------------profile------------------------*/
.profile__main * {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px; }

.profile__menu * {
  font-family: 'Source Sans Pro';
  font-weight: 600; }

.profile {
  background-color: #f8f9fa;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh; }
  .profile__left {
    flex-basis: 300px;
    background: #4db6ee;
    background: linear-gradient(176deg, #4db6ee 0%, #673fe2 100%); }
    .profile__left .logo {
      margin-top: 38px;
      color: #fff !important;
      margin-left: 47px; }
  .profile__main {
    flex-basis: calc(100% - 300px); }
  .profile__menu {
    margin-top: 103px; }
    .profile__menu li {
      margin-bottom: 7px;
      font-size: 18px;
      color: #fff;
      font-family: 'Source Sans Pro';
      min-height: 65px;
      padding: 15px;
      padding-left: 30px;
      display: flex;
      flex-wrap: wrap;
      border-left: 4px solid transparent;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      position: relative;
      align-items: center; }
      .profile__menu li .icon_link {
        width: 35px;
        margin-top: 2px; }
        .profile__menu li .icon_link svg g {
          transition: all 0.3s ease-in-out;
          fill: #5a6378;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
      .profile__menu li a {
        padding-left: 20px;
        display: block;
        width: calc(100% - 35px); }
      .profile__menu li .opensecmenu {
        position: absolute;
        right: 15px;
        top: 30px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fff;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        .profile__menu li .opensecmenu.active {
          transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg); }
      .profile__menu li .secmenu {
        width: 100%;
        display: none; }
        .profile__menu li .secmenu li {
          min-height: 30px;
          padding: 15px 10px 0 20px; }
      .profile__menu li.active, .profile__menu li:hover {
        border-color: #b6c647;
        background-color: #2b303e; }
        .profile__menu li.active .icon_link svg g, .profile__menu li:hover .icon_link svg g {
          fill: #fff; }

/*-------------------------profile__main------------------------*/
.profile__header {
  background-color: #4e5c7e;
  padding-left: 60px;
  padding-top: 28px;
  padding-bottom: 15px;
  padding-right: 168px; }
.profile__breadcr {
  background-color: #2b303e;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 145px; }
  .profile__breadcr ul {
    display: flex;
    flex-wrap: wrap; }
  .profile__breadcr li {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 0;
    margin-right: 10px; }
    .profile__breadcr li a {
      font-family: 'Source Sans Pro';
      font-weight: 700;
      font-size: 18px;
      display: inline-block;
      margin-right: 10px; }

.headerdashb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff; }
  .headerdashb__top {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .headerdashb__price {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-right: 25px; }
  .headerdashb__green {
    color: #49c279;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700; }
    .headerdashb__green img {
      display: inline-block;
      margin-left: 5px; }
  .headerdashb__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .headerdashb__pricesmall {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-right: 30px; }
  .headerdashb__red {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #f7614e; }
    .headerdashb__red img {
      display: inline-block;
      margin-left: 5px; }
  .headerdashb__right {
    display: flex;
    align-items: center; }
  .headerdashb__user {
    border-left: 1px solid #393f4f;
    padding-left: 20px;
    padding-right: 24px;
    display: flex;
    align-items: center; }
    .headerdashb__user:hover {
      opacity: 0.8; }
  .headerdashb__userimg {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    position: relative; }
    .headerdashb__userimg img {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 100%; }
    .headerdashb__userimg:before {
      content: "";
      position: absolute;
      top: -1px;
      right: -1px;
      display: block;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border: 3px solid #5a6378;
      width: 11px;
      height: 11px;
      background-color: #9bf014; }
  .headerdashb__username {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Source Sans Pro'; }
    .headerdashb__username img {
      margin-top: 2px;
      margin-left: 10px; }
  .headerdashb__ring {
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 10px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #393f4f; }
    .headerdashb__ring:before {
      content: "";
      position: absolute;
      top: -2px;
      right: -2px;
      display: block;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 12px;
      height: 12px;
      background-color: #ff6b6b; }
    .headerdashb__ring:hover {
      background-color: #000; }

.profile-subheader {
  padding-left: 55px;
  padding-top: 25px;
  padding-bottom: 40px;
  padding-right: 145px;
  display: flex;
  justify-content: space-between; }
  .profile-subheader__item {
    flex-basis: 24%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-shadow: 0px 3px 7px 2px rgba(57, 63, 79, 0.2);
    -moz-box-shadow: 0px 3px 7px 2px rgba(57, 63, 79, 0.2);
    box-shadow: 0px 3px 7px 2px rgba(57, 63, 79, 0.2);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    min-height: 135px;
    padding: 10px 20px 10px 35px; }
  .profile-subheader__top {
    display: flex;
    align-items: center; }
  .profile-subheader__bottom {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a3aec8;
    font-family: 'Source Sans Pro'; }
  .profile-subheader .count {
    font-size: 42px;
    color: #5a6378;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    margin-right: 10px; }
    .profile-subheader .count.count_green {
      color: #b6c647; }
  .profile-subheader .text {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #5a6378; }
    .profile-subheader .text_big {
      font-size: 24px; }
    .profile-subheader .text.text_green {
      color: #b6c647; }

.profile-content {
  padding-left: 60px;
  padding-bottom: 60px;
  padding-right: 145px; }

.userform {
  padding-top: 45px; }
  .userform__top {
    margin-bottom: 66px;
    display: flex;
    align-items: center; }
  .userform__photo {
    margin-right: 100px;
    align-items: center;
    display: flex; }
  .userform__img {
    margin-right: 35px;
    width: 140px;
    overflow: hidden;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f4f5;
    border: 1px dashed #b8bec0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
  .userform__text {
    width: 180px; }
  .userform__line {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    width: 100%; }
    .userform__line .labeltit {
      margin-bottom: 11px; }
  .userform__browse input {
    display: none; }
  .userform__wallet {
    display: flex;
    align-items: center; }
    .userform__wallet .labelsub {
      text-transform: uppercase; }

.labeltit {
  font-size: 14px;
  color: #333333;
  font-family: 'Lato', sans-serif;
  margin-bottom: 5px;
  font-weight: 700; }

.labelsub {
  font-size: 12px;
  color: #b7b7b7;
  font-family: 'Lato', sans-serif; }

.profbtn {
  font-family: 'Lato', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  height: 45px;
  font-size: 11px !important;
  padding: 5px 15px;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  font-weight: 600;
  -o-border-radius: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #557ef8;
  -webkit-box-shadow: 0px 0px 14px -4px rgba(85, 126, 248, 0.7);
  -moz-box-shadow: 0px 0px 14px -4px rgba(85, 126, 248, 0.7);
  box-shadow: 0px 0px 14px -4px rgba(85, 126, 248, 0.7); }
  .profbtn span {
    font-size: inherit;
    font-weight: inherit; }
  .profbtn:hover {
    opacity: 0.8; }
  .profbtn_red {
    background-color: #ff6b6b;
    -webkit-box-shadow: 0px 0px 14px -4px rgba(255, 107, 107, 0.7);
    -moz-box-shadow: 0px 0px 14px -4px rgba(255, 107, 107, 0.7);
    box-shadow: 0px 0px 14px -4px rgba(255, 107, 107, 0.7); }
  .profbtn_green {
    background-color: #33c46d;
    -webkit-box-shadow: 0px 0px 14px -4px rgba(51, 196, 109, 0.7);
    -moz-box-shadow: 0px 0px 14px -4px rgba(51, 196, 109, 0.7);
    box-shadow: 0px 0px 14px -4px rgba(51, 196, 109, 0.7); }

.lineleft {
  padding-right: 10px;
  flex-basis: 50%; }
  .lineleft__row {
    display: flex;
    flex-wrap: wrap; }
  .lineleft__one {
    flex-basis: 51%;
    padding-right: 10px; }
  .lineleft__sec {
    flex-basis: 25.5%;
    padding-right: 10px; }
  .lineleft__third {
    flex-basis: 23.5%; }

.inputuserform {
  line-height: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #fff !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  outline: none;
  -o-border-radius: 8px;
  border: 1px solid #e1e4e5;
  padding: 10px 15px;
  width: 100%;
  font-weight: 600;
  display: block;
  color: #555555;
  font-size: 14px;
  font-family: 'Lato', sans-serif; }
  .inputuserform.greybg {
    background-color: transparent !important; }

.linecenter {
  flex-basis: 37%;
  padding-right: 10px; }

.lineright {
  flex-basis: 13%; }

/*-------------------------profile buy------------------------*/
.buytitle {
  font-size: 25px;
  font-weight: 700;
  color: #333333; }

.userformlabels {
  display: flex;
  align-items: center; }
  .userformlabels label {
    display: flex;
    align-items: center;
    margin-right: 30px; }
    .userformlabels label input {
      margin-right: 5px; }

.buyrow_inp {
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .buyrow_inp input {
    flex-basis: 70%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .buyrow_inp select {
    flex-basis: 30%;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.userform_buy {
  position: relative; }
  .userform_buy .labeltit {
    flex-basis: 100%; }
  .userform_buy .buy-title {
    font-weight: 700;
    color: #444444;
    font-size: 18px;
    margin-bottom: 35px; }
  .userform_buy .walley_bb {
    max-width: 270px;
    margin-bottom: 80px; }

.paycard_img {
  position: absolute;
  bottom: 0;
  right: calc(50% - 330px); }

/*-------------------------profile wallets------------------------*/
.profilewallet {
  margin-top: 16px; }
  .profilewallet__line {
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 58px; }
    .profilewallet__line:last-of-type {
      border: 0 !important; }
  .profilewallet__check {
    flex-basis: 4%; }
    .profilewallet__check input {
      display: none; }
    .profilewallet__check span {
      cursor: pointer;
      margin-left: 15px;
      width: 14px;
      height: 14px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      display: block;
      transition: all 0.3s ease-in-out;
      background-color: #d7dfe2;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
    .profilewallet__check input:checked + span {
      background-color: #557ef8; }
  .profilewallet__current {
    flex-basis: 18%;
    display: flex;
    align-items: center; }
    .profilewallet__current span {
      color: #333333;
      font-size: 15px;
      font-weight: 400;
      display: inline-block;
      margin-left: 10px; }
  .profilewallet__active {
    flex-basis: 65px;
    font-size: 12px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #56d4a1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px; }
    .profilewallet__active_no {
      background-color: #ee4d64; }
  .profilewallet__code {
    flex-basis: calc(47% - 110px);
    font-size: 15px;
    word-break: break-all;
    padding-left: 3%;
    padding-right: 5px;
    color: #666666; }
  .profilewallet__price {
    flex-basis: 24.7%; }
    .profilewallet__price .top {
      display: block;
      font-size: 15px;
      color: #333333; }
    .profilewallet__price .bottom {
      display: block;
      font-size: 12px;
      color: #aeaeae; }
  .profilewallet__bottom {
    display: flex;
    margin-top: 50px; }
    .profilewallet__bottom .profbtn {
      margin-right: 15px; }
  .profilewallet__delete {
    flex-basis: 9%;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .profilewallet__delete:hover {
      opacity: 0.8; }
  .profilewallet .profilewallet__currentlogo {
    margin-bottom: -5px; }

/*-------------------------Transactions------------------------*/
.transactions {
  padding-top: 38px;
  background-color: #fff;
  padding-bottom: 100px;
  padding-right: 100px; }
  .transactions .transactions__title {
    padding-left: 35px;
    font-size: 18px;
    color: #444444;
    font-weight: 700; }
  .transactions .profilewallet__bottom {
    padding-left: 35px; }
  .transactions .profilewallet__current {
    flex-basis: 18%; }
  .transactions .profilewallet__line {
    justify-content: inherit; }
    .transactions .profilewallet__line.line_sent .profilewallet__active {
      background-color: #58a3ea; }
    .transactions .profilewallet__line.line_got .profilewallet__code {
      background-image: url(../images/profile/green_c.png); }
    .transactions .profilewallet__line.line_pending .profilewallet__code {
      background-image: url(../images/profile/red_c.png); }
  .transactions .red_top {
    color: #ff5129; }
  .transactions .top_green {
    color: #56d4a1; }
  .transactions .top_yellow {
    color: #f5b871; }
  .transactions .profilewallet__code {
    flex-basis: 27%;
    line-height: 1.5;
    padding-left: 40px;
    background-image: url(../images/profile/blue_c.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center; }
  .transactions .profilewallet__price {
    margin-left: 8.5%;
    flex-basis: 18%; }

.profilewallet__time {
  font-size: 14px;
  color: #aeaeae;
  padding-left: 35px;
  flex-basis: 22%; }

/*-------------------------matrix profile------------------------*/
.matrix {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .matrix__left {
    flex-basis: 74.5%; }
  .matrix__right {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #4e5c7e;
    color: #fff;
    flex-basis: 24%;
    padding: 65px 20px 30px 20px; }

.matrixbread {
  margin-bottom: 40px; }
  .matrixbread ul {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase; }
    .matrixbread ul li {
      display: flex;
      align-items: center;
      font-size: 12px;
      color: #4e5c7e;
      font-weight: 600;
      padding: 0px 0 5px; }
      .matrixbread ul li a {
        font-weight: inherit;
        font-size: inherit; }
        .matrixbread ul li a:hover {
          opacity: 0.8; }
      .matrixbread ul li span {
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 4px; }

.sidebarprofile {
  color: #fff; }
  .sidebarprofile__nextplace img {
    display: inline-block;
    margin-left: 5px; }
  .sidebarprofile__nextplace:hover {
    opacity: 0.8; }
  .sidebarprofile .labeltit {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500; }
  .sidebarprofile .inputuserform {
    background-color: #fff !important; }
  .sidebarprofile__balance {
    letter-spacing: 1px;
    margin-top: 160px;
    text-align: center;
    color: #c4d16a !important; }
  .sidebarprofile .userform__line {
    margin-bottom: 51px; }

.matrixsheme__numb {
  color: #000000;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 7px; }
.matrixsheme__dots {
  padding-bottom: 11px;
  letter-spacing: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 65px;
  height: 30px;
  background-color: #efefef;
  border: 1px solid #dedede;
  font-size: 18px;
  color: #2b303e;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }

.matrixitem {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  background-color: #a6a6a6;
  width: 240px;
  padding: 7px 5px 7px 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif; }
  .matrixitem.matrixitem__green {
    background-color: #b6c647; }
  .matrixitem__left {
    flex-basis: 85px; }
  .matrixitem__name {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 9px; }
  .matrixitem__code {
    font-size: 12px;
    margin-bottom: 7px; }
  .matrixitem__date {
    font-size: 12px; }
  .matrixitem__buyed {
    font-size: 12px;
    text-transform: uppercase;
    color: #ff0000;
    margin-top: 9px;
    font-weight: 600; }
  .matrixitem__img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    width: 85px;
    height: 85px;
    background-color: #c7c6c6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .matrixitem__right {
    flex-basis: calc(100% - 100px); }
  .matrixitem__button {
    display: flex;
    flex-direction: column;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #b6c647;
    margin-top: 15px;
    padding: 6px;
    max-width: 95px;
    margin-left: auto;
    margin-right: auto; }
    .matrixitem__button:hover {
      opacity: 0.8; }

.matr-price {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 12px; }

.matrbuy {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 12px; }

.matrixsheme__center {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px; }

.matrixsheme__two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 935px; }
  .matrixsheme__two .matrixitem-row {
    flex-basis: 44%;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px; }

.matrixitem-row .matrixsheme__dots {
  margin-bottom: 18px; }

.matrixsheme__four {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1015px; }

.matrixsheme__fourrow {
  flex-basis: 48.7%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.newline__img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.openjsline {
  cursor: pointer; }
  .openjsline.open {
    background-color: #fff; }
    .openjsline.open .newline__img {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg); }

.newline {
  border: 0;
  align-items: center; }
  .newline__date {
    flex-basis: calc(18.5% - 65px); }
  .newline__code {
    flex-basis: 25.5%; }
  .newline__email {
    flex-basis: 22.5%; }
    .newline__email a {
      font-size: 15px; }
  .newline__name {
    flex-basis: calc(27% - 35px); }
  .newline__img {
    flex-basis: 25px;
    margin-right: 10px; }

.newline_row {
  border-bottom: 1px solid #eeeeee; }

.newcontent {
  padding-bottom: 5px;
  margin-bottom: 13px;
  display: none;
  background-color: #fff;
  padding-left: 25px; }
  .newcontent .newline {
    min-height: 33px; }

.colorcode {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  height: 25px;
  padding: 0 2px;
  line-height: 25px;
  display: inline-block;
  color: #fff;
  text-align: center;
  background-color: #58a0ec;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-left: 6px; }
  .colorcode_blue {
    background-color: #58a0ec; }
  .colorcode_green {
    background-color: #b6c647; }
  .colorcode_orange {
    background-color: #ffb169; }

.openangel {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg); }

.newline {
  cursor: pointer; }

.newline.open .openangel {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg); }

.matrixsearch {
  margin-bottom: 10px;
  margin-right: 20px; }
  .matrixsearch__title {
    color: #2b303e;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 7px; }
  .matrixsearch .inputuserform {
    width: 290px;
    background: #efefef !important; }
  .matrixsearch__form {
    position: relative; }
    .matrixsearch__form:before {
      z-index: 1;
      display: block;
      background-image: url(../images/arrow_search.png);
      background-position: right center;
      width: 8px;
      height: 5px;
      position: absolute;
      right: 15px;
      top: calc(50% - 2px);
      background-repeat: no-repeat;
      content: ""; }

.pageNav__tabItem {
  cursor: pointer;
  outline: none; }
  .pageNav__tabItem .matrixitem {
    border: 7px solid transparent; }
  .pageNav__tabItem--active .matrixitem {
    border-color: #8cbcef; }
.pageNav__contentItem {
  display: none; }
  .pageNav__contentItem--active {
    display: block; }
.pageNav .pageNav2 .pageNav__tabItem2 .matrixitem {
  border: 7px solid transparent;
  background-color: #8cbcef; }
.pageNav .pageNav2 .pageNav__tabItem2.pageNav__tabItem--active .matrixitem {
  border-color: #ffb169; }
.pageNav .pageNav2 .pageNav__contentItem2 {
  display: none; }
  .pageNav .pageNav2 .pageNav__contentItem2.pageNav__contentItem--active {
    display: block; }
.pageNav .pageNav2 .pageNav3 .pageNav__tabItem3 .matrixitem {
  border: 7px solid transparent;
  background-color: #c999e4; }
.pageNav .pageNav2 .pageNav3 .pageNav__tabItem3.pageNav__tabItem--active .matrixitem {
  border-color: #f65959; }
.pageNav .pageNav2 .pageNav3 .pageNav__contentItem3 {
  display: none; }
  .pageNav .pageNav2 .pageNav3 .pageNav__contentItem3.pageNav__contentItem--active {
    display: block; }

.w3codemasters_time_slote {
  width: 1500px;
  margin-left: auto;
  margin-right: auto; }

.owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important; }

.owl-carousel .owl-nav button.owl-next {
  margin-left: 20px;
  border-radius: 50%;
  background-color: #8cbcef !important;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-image: url(../images/arrowrightsolid.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important; }
  .owl-carousel .owl-nav button.owl-next span {
    display: none !important; }
  .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 0.8; }

.owl-carousel .owl-nav button.owl-prev {
  margin-right: 20px;
  border-radius: 50%;
  background-color: #8cbcef !important;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  background-image: url(../images/arrowleftsolid.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important; }
  .owl-carousel .owl-nav button.owl-prev span {
    display: none !important; }
  .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 0.8; }

.w3codemasters_time_slote ul.nav.nav-tabs {
  margin-bottom: 10px; }

.w3codemasters_time_slote .owl-dots {
  display: none; }

.w3codemasters_time_slote ul.nav.nav-tabs .datatab {
  display: block;
  text-align: center;
  font-size: 12px;
  cursor: pointer; }
  .w3codemasters_time_slote ul.nav.nav-tabs .datatab .matrixitem {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border: 7px solid transparent;
    margin-bottom: 10px !important; }

.w3codemasters_time_slote ul.nav.nav-tabs {
  border: none; }

.w3codemasters_time_slote ul.nav.nav-tabs li.active .datatab .matrixitem {
  border-color: #8cbcef; }

.w3codemasters_time_slote ul.nav.nav-tabs li .datatab {
  text-decoration: none !important; }

.w3codemasters_time_slote .tab-content {
  padding: 0; }
  .w3codemasters_time_slote .tab-content a {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important; }
  .w3codemasters_time_slote .tab-content .matrixitem {
    background-color: #8cbcef; }
  .w3codemasters_time_slote .tab-content li.active .matrixitem {
    border-color: #ffb169 !important; }
  .w3codemasters_time_slote .tab-content button.owl-next,
  .w3codemasters_time_slote .tab-content button.owl-prev {
    background-color: #ffb169 !important; }
  .w3codemasters_time_slote .tab-content .tab-content button.owl-next,
  .w3codemasters_time_slote .tab-content .tab-content button.owl-prev {
    background-color: #ab56da !important; }
  .w3codemasters_time_slote .tab-content .tab-content .matrixitem {
    background-color: #ffb169; }
  .w3codemasters_time_slote .tab-content .tab-content li.active .matrixitem {
    border-color: #ab56da !important; }
  .w3codemasters_time_slote .tab-content .tab-content .tab-content button.owl-next,
  .w3codemasters_time_slote .tab-content .tab-content .tab-content button.owl-prev {
    background-color: #f65959 !important; }
  .w3codemasters_time_slote .tab-content .tab-content .tab-content .matrixitem {
    background-color: #c999e4; }
  .w3codemasters_time_slote .tab-content .tab-content .tab-content li.active .matrixitem {
    border-color: #ff8888 !important; }
  .w3codemasters_time_slote .tab-content .tab-content .tab-content .tab-content button.owl-next,
  .w3codemasters_time_slote .tab-content .tab-content .tab-content .tab-content button.owl-prev {
    background-color: #9b9b9b !important; }
  .w3codemasters_time_slote .tab-content .tab-content .tab-content .tab-content .matrixitem {
    background-color: #ff8888; }
  .w3codemasters_time_slote .tab-content .tab-content .tab-content .tab-content li.active .matrixitem {
    border-color: #9b9b9b !important; }
  .w3codemasters_time_slote .tab-content .tab-content .tab-content .tab-content .tab-content button.owl-next,
  .w3codemasters_time_slote .tab-content .tab-content .tab-content .tab-content .tab-content button.owl-prev {
    background-color: #cecece !important; }
  .w3codemasters_time_slote .tab-content .tab-content .tab-content .tab-content .tab-content .matrixitem {
    background-color: #cecece; }
  .w3codemasters_time_slote .tab-content .tab-content .tab-content .tab-content .tab-content li.active .matrixitem {
    border-color: #cecece !important; }
  .w3codemasters_time_slote .tab-content .tab-content .tab-content .tab-content .tab-content .matrixitem__button {
    background-color: #9b9b9b; }

/*-------------------------news------------------------*/
.newstitle {
  display: flex;
  margin-bottom: 35px;
  align-items: center; }
  .newstitle span {
    display: inline-block;
    font-size: 18px;
    color: #2b303e;
    font-weight: 500;
    margin-left: 10px; }

.newsoverflow {
  position: relative; }

.newsrow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  width: 100%; }

.newaitem {
  margin: 0 15px 30px;
  flex-basis: calc(100% / 3 - 30px);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 30px 2px rgba(57, 63, 79, 0.05);
  -moz-box-shadow: 0px 3px 30px 2px rgba(57, 63, 79, 0.05);
  box-shadow: 0px 3px 30px 2px rgba(57, 63, 79, 0.05);
  border: 1px solid #efefef; }
  .newaitem__image img {
    width: 100%; }
  .newaitem__bottom {
    padding: 45px 50px 40px; }
  .newaitem__date {
    margin-bottom: 15px;
    color: #74727a;
    font-size: 14px; }
  .newaitem__title {
    margin-bottom: 15px;
    font-weight: 500;
    color: #2a2833;
    font-size: 24px;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .newaitem__more {
    font-size: 14px;
    color: #4db5ee;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .newaitem:hover .newaitem__title {
    color: #4db5ee; }
  .newaitem:hover .newaitem__more {
    text-decoration: underline; }

.headerdashb_news {
  align-items: center;
  padding-top: 15px; }
  .headerdashb_news .headerdashb__top {
    margin-bottom: 0;
    flex-basis: 25%; }
  .headerdashb_news .headerdashb__left {
    display: flex;
    align-items: center;
    flex-basis: calc(100% - 300px);
    padding-right: 10px;
    line-height: 1;
    justify-content: space-between; }
  .headerdashb_news .headerdashb__price {
    line-height: 1; }
  .headerdashb_news .headerdashb__right {
    flex-basis: 300px; }

.headertitlee {
  flex-basis: 41%;
  display: flex;
  align-items: center;
  min-height: 45px;
  padding-left: 20px;
  border-left: 1px solid #393f4f; }
  .headertitlee span {
    margin-left: 5px;
    font-size: 16px; }

.headerdashbnews {
  flex-basis: 34%;
  display: flex;
  align-items: center; }
  .headerdashbnews__img {
    margin-right: 10px; }
  .headerdashbnews__link {
    color: #4db5ee;
    margin-top: 5px; }

/*-------------------------newsitem------------------------*/
.newssoolo {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 30px 2px rgba(57, 63, 79, 0.05);
  -moz-box-shadow: 0px 3px 30px 2px rgba(57, 63, 79, 0.05);
  box-shadow: 0px 3px 30px 2px rgba(57, 63, 79, 0.05);
  border: 1px solid #efefef; }
  .newssoolo__img img {
    width: 100%; }
  .newssoolo__bottom {
    padding: 45px 50px 40px; }
  .newssoolo__date {
    margin-bottom: 15px;
    color: #74727a;
    font-size: 14px; }
  .newssoolo__title {
    font-size: 30px;
    font-weight: 600;
    color: #2a2833;
    margin-bottom: 35px; }
  .newssoolo__content {
    color: #74727a; }
    .newssoolo__content p {
      display: block;
      margin-bottom: 35px;
      font-size: 16px;
      color: #74727a; }

/*-------------------------media_for_profile------------------------*/
@media screen and (max-width: 1800px) {
  .profile__header,
  .profile__breadcr,
  .profile-subheader,
  .profile-content {
    padding-right: 20px; }

  .matrixsheme {
    margin-left: -40px; }

  .matrixsheme__fourrow {
    flex-basis: 49%; }

  .w3codemasters_time_slote {
    width: 1350px; } }
@media screen and (max-width: 1600px) {
  .profile-subheader__img {
    display: block;
    width: 100%; }
    .profile-subheader__img img {
      max-height: 52px;
      width: auto; }

  .userform__line {
    max-width: 900px; }

  .matrixsheme {
    margin-left: 0px; }

  .matrixsheme__fourrow {
    flex-basis: 100%; }
    .matrixsheme__fourrow .matrixitem-row {
      flex-basis: 44%; }

  .w3codemasters_time_slote {
    width: 1080px; } }
@media screen and (max-width: 1390px) {
  .w3codemasters_time_slote {
    width: 1030px; } }
@media screen and (max-width: 1340px) {
  .profile__left {
    position: fixed;
    left: -300px;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    width: 300px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .profile__left.active {
      left: 0; }

  .headerdashb_news {
    padding-top: 25px; }

  .profile__leftins {
    overflow: auto;
    height: 100vh;
    padding-bottom: 50px; }

  .profile__main {
    flex-basis: 100%; }

  .hamburger-profile {
    display: block;
    position: absolute;
    top: 35px;
    right: -55px;
    z-index: 999;
    width: 45px;
    margin-left: auto;
    height: 24px;
    text-align: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .hamburger-profile span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #4db6ee;
      border-radius: 5px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
    .hamburger-profile span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
      width: 80%; }
    .hamburger-profile span:nth-child(2) {
      top: 10px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger-profile span:nth-child(3) {
      top: 20px;
      width: 80%;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger-profile.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -2px;
      left: 9px; }
    .hamburger-profile.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .hamburger-profile.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 23px;
      left: 9px; }

  .profile__header {
    padding-left: 80px; }

  .profilewallet__code {
    flex-basis: calc(52% - 110px); }

  .profilewallet__delete {
    flex-basis: 5%; }

  .transactions {
    padding-right: 0px; }

  .newline {
    border: 0;
    align-items: center; }
    .newline__date {
      flex-basis: calc(18.5% - 65px); }
    .newline__code {
      flex-basis: 25.5%; }
    .newline__email {
      flex-basis: 22.5%; }
      .newline__email a {
        font-size: 15px; }
    .newline__name {
      flex-basis: calc(27% - 35px); }
    .newline__img {
      flex-basis: 25px;
      margin-right: 10px; } }
@media screen and (max-width: 1180px) {
  .profile__menu {
    margin-top: 50px; }

  .w3codemasters_time_slote {
    width: 930px; }

  .userform {
    padding-top: 0; }

  .profile__breadcr li {
    font-size: 16px; }
    .profile__breadcr li a {
      font-size: inherit; }

  .profile-subheader {
    padding-left: 20px; }

  .profile-subheader__img {
    width: auto; }

  .profile-subheader__item {
    flex-basis: 48%;
    margin-bottom: 15px;
    min-height: 115px; }

  .profile-subheader {
    flex-wrap: wrap;
    padding-bottom: 50px; }

  .profile-content {
    padding-left: 20px; }

  .userform__top {
    flex-wrap: wrap; }

  .userform__photo {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%; }

  .userform__img {
    width: 110px;
    height: 85px; }

  .buytitle {
    margin-bottom: 30px; }

  .paycard_img {
    right: 0; }

  .profilewallet__code {
    flex-basis: calc(62% - 110px); }

  .profilewallet__price {
    flex-basis: 15%; }

  .transactions .profilewallet__price {
    margin-left: 4%;
    flex-basis: 19%; }

  .transactions .profilewallet__code {
    flex-basis: 30%; }

  .matrixsheme__fourrow .matrixitem-row,
  .matrixsheme__two .matrixitem-row {
    flex-basis: 48%; }

  .matrix__right {
    flex-basis: 30%; }

  .matrix__left {
    flex-basis: 68%; }

  .newline {
    border: 0;
    align-items: center; }
    .newline__date {
      flex-basis: calc(18.5% - 65px); }
    .newline__code {
      flex-basis: 25.5%; }
    .newline__email {
      flex-basis: 22.5%; }
      .newline__email a {
        font-size: 15px; }
    .newline__name {
      flex-basis: calc(27% - 35px); }
    .newline__img {
      flex-basis: 25px;
      margin-right: 10px; }

  .newcontent {
    padding-left: 15px; }

  .openangel {
    margin-right: 0; }

  .headertitlee {
    display: none; }

  .headerdashbnews {
    flex-basis: 50%; }

  .headerdashb_news .headerdashb__top {
    flex-basis: 50%; }

  .newaitem {
    flex-basis: calc(100% / 2 - 30px); }

  .newsrow {
    margin: 0; } }
@media screen and (max-width: 980px) {
  .profile-subheader .count {
    font-size: 37px; }

  .w3codemasters_time_slote {
    width: 750px; }

  .newline__email a {
    font-size: 13px; }

  .newcontent {
    padding-left: 0; }

  .openangel {
    margin-left: 5px !important; }

  .newline__code,
  .newline__email,
  .newline__name {
    padding-left: 1%; }

  .linecenter {
    flex-basis: 50%;
    padding-right: 0; }

  .lineright {
    flex-basis: 50%;
    margin-top: 20px;
    padding-right: 10px; }

  .inputuserform {
    height: 45px;
    padding: 10px; }

  .profile__breadcr {
    padding-left: 20px; }

  .profile__menu li {
    font-size: 16px; }

  .headerdashb__price,
  .headerdashb__green {
    font-size: 18px; }

  .paycard_img {
    max-width: 400px; }

  .profilewallet__code {
    font-size: 13px; }

  .profilewallet__time {
    font-size: 12px;
    padding-left: 15px; }

  .transactions .profilewallet__code {
    padding-left: 27px;
    flex-basis: 31%; }

  .transactions .profilewallet__price {
    margin-left: 2%;
    flex-basis: 16%; }

  .transactions {
    padding-bottom: 40px; }

  .sidebarprofile .labeltit {
    font-size: 12px; }

  .matrix__right {
    padding: 40px 10px 30px; }

  .contentoverflow .contentoverflow_row {
    max-width: 720px;
    width: 100%;
    overflow: auto; }
    .contentoverflow .contentoverflow_row .profilewallet__row {
      width: 870px; }

  .newaitem__bottom {
    padding: 25px 20px; } }
@media screen and (max-width: 760px) {
  .userform__img {
    margin-right: 15px; }

  .w3codemasters_time_slote {
    width: 450px; }

  .userform__text {
    width: 165px; }

  .profile__header {
    flex-direction: column-reverse; }

  .profile-subheader .count {
    font-size: 30px; }

  .profile-subheader .text_big {
    font-size: 19px; }

  .profile-subheader .text {
    font-size: 12px; }

  .profile-subheader__img {
    width: 100%; }

  .profile__breadcr li {
    font-size: 14px; }

  .profile__breadcr {
    padding-top: 10px;
    padding-bottom: 10px; }

  .profile__header {
    padding-top: 10px;
    align-items: flex-end; }

  .headerdashb__right {
    margin-bottom: 10px; }

  .headerdashb__user {
    border: 0;
    padding-left: 0;
    padding-right: 10px; }

  .headerdashb__price,
  .headerdashb__green {
    font-size: 16px; }

  .userform__photo {
    margin-bottom: 20px; }

  .linemob .lineleft {
    flex-basis: 100%;
    margin-bottom: 20px;
    padding-right: 0; }
  .linemob .linecenter {
    flex-basis: 100%; }

  .paycard_img {
    display: none; }

  .userform_buy .walley_bb {
    margin-bottom: 20px; }

  .buyrow_inp input {
    flex-basis: 65%; }

  .buyrow_inp select {
    flex-basis: 35%; }

  .profilewallet__row {
    width: 100%;
    overflow: auto;
    max-width: 420px; }

  .profilewallet__line {
    width: 700px; }

  .matrix__left {
    flex-basis: 100%;
    margin-bottom: 20px; }

  .matrix__right {
    flex-basis: 100%;
    padding: 40px 5% 30px; }

  .sidebarprofile__balance {
    margin-top: 50px; }

  .sidebarprofile .userform__line {
    margin-bottom: 25px; }

  .matrixsheme__fourrow .matrixitem-row,
  .matrixsheme__two .matrixitem-row {
    flex-basis: 49%; }

  .matrixitem {
    width: 220px;
    padding-left: 5px; }

  .matrixsheme__two,
  .matrixsheme__four {
    margin-left: -10px;
    margin-right: -10px;
    width: auto; }

  .contentoverflow .contentoverflow_row {
    max-width: 420px;
    width: 100%;
    overflow: auto; }
    .contentoverflow .contentoverflow_row .profilewallet__row {
      width: 870px;
      max-width: 870px; }
      .contentoverflow .contentoverflow_row .profilewallet__row .profilewallet__line {
        width: 100%; }

  .newline {
    border: 0;
    align-items: center; }
    .newline__date {
      flex-basis: calc(18.5% - 65px); }
    .newline__code {
      flex-basis: 25.5%; }
    .newline__email {
      flex-basis: 22.5%; }
      .newline__email a {
        font-size: 15px; }
    .newline__name {
      flex-basis: calc(27% - 35px); }
    .newline__img {
      flex-basis: 25px;
      margin-right: 10px; }

  .headerdashb_news .headerdashb__right,
  .headerdashb_news .headerdashb__left {
    flex-basis: 100%; }

  .headerdashb_news .headerdashb__left {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start; }

  .headerdashb_news .headerdashb__top {
    flex-basis: 100%;
    margin-bottom: 10px; }

  .newaitem {
    flex-basis: calc(100% / 1 - 30px); }

  .newssoolo__bottom {
    padding: 25px 20px; } }
@media screen and (max-width: 460px) {
  .userform__photo,
  .userform__wallet {
    flex-wrap: wrap; }

  .w3codemasters_time_slote {
    width: 280px; }

  .matrixsearch .inputuserform {
    width: 250px; }

  .profile-subheader__item {
    flex-basis: 100%;
    padding: 10px 20px;
    justify-content: center;
    text-align: center; }

  .profile-subheader__top {
    display: inline-flex; }

  .headerdashb__username {
    display: none; }

  .profile__header {
    padding-left: 20px;
    padding-right: 10px; }

  .hamburger-profile {
    top: 20px; }

  .headerdashb__right {
    flex-direction: row-reverse; }

  .headerdashb__user {
    padding-right: 0; }

  .profile__breadcr li {
    font-size: 13px; }

  .profile__header,
  .profile__breadcr,
  .profile-subheader,
  .profile-content {
    padding-left: 10px;
    padding-right: 10px; }

  .profile-subheader {
    padding-bottom: 35px; }

  .userform__photo {
    justify-content: center; }

  .userform__img {
    width: 37%;
    margin-right: 0;
    margin-bottom: 15px; }

  .userform__text {
    width: 60%;
    margin-left: 3%;
    margin-bottom: 15px; }

  .profbtn {
    height: 35px;
    min-width: 125px; }

  .userform__wallet {
    justify-content: center;
    text-align: center;
    margin-top: 20px; }
    .userform__wallet .userform__text {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }

  .lineleft,
  .linecenter {
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 15px; }

  .userform__line {
    margin-bottom: 15px; }

  .lineright {
    margin-top: 0; }

  .lineleft__sec {
    flex-basis: 23%;
    padding-right: 5px; }

  .lineleft__one {
    padding-right: 5px; }

  .lineleft__third {
    flex-basis: 26%; }

  .lineright {
    flex-basis: 100%;
    padding-right: 0; }

  .profile__left .logo {
    margin-top: 25px; }

  .profile__menu {
    margin-top: 30px; }

  .hamburger-profile.open {
    right: 0; }
    .hamburger-profile.open span {
      background-color: #fff; }

  .profilewallet__row {
    max-width: 385px; }

  .profilewallet__bottom {
    margin-top: 30px; }

  .matrixsheme__two,
  .matrixsheme__four {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  .matrixsheme__fourrow .matrixitem-row,
  .matrixsheme__two .matrixitem-row {
    flex-basis: 100%; }

  .matrixitem {
    margin-bottom: 15px; }

  .contentoverflow .contentoverflow_row {
    max-width: 335px;
    width: 100%;
    overflow: auto; }
    .contentoverflow .contentoverflow_row .profilewallet__row {
      width: 870px;
      max-width: 870px; }
      .contentoverflow .contentoverflow_row .profilewallet__row .profilewallet__line {
        width: 100%; }

  .newaitem {
    flex-basis: calc(100%);
    margin: 0 0px 20px; }

  .newaitem__title,
  .newssoolo__title {
    font-size: 20px;
    line-height: 1.3; }

  .newssoolo__content p {
    font-size: 14px;
    margin-bottom: 20px; } }
@media screen and (max-width: 410px) {
  .profilewallet__row {
    max-width: 295px; }

  .profilewallet__bottom {
    margin-top: 20px; } }
@media screen and (max-width: 370px) {
  .contentoverflow .contentoverflow_row {
    max-width: 285px;
    width: 100%;
    overflow: auto; }
    .contentoverflow .contentoverflow_row .profilewallet__row {
      width: 870px;
      max-width: 870px; }
      .contentoverflow .contentoverflow_row .profilewallet__row .profilewallet__line {
        width: 100%; } }

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