/* Fonts including */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Main variables */
/* Font mixins */
/* Pages settings */
html {
  font-size: 10px;
}

body {
  width: 100%;
  color: #000;
}

* {
  font-family: 'Montserrat', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}



a,
button {
  transition: all .2 ease;
}

button {
  cursor: pointer;
}

button,
input {
  border: none;
  outline: none;
}

button:focus,
input:focus,
a:focus,
select:focus,
textarea:focus,
div:focus {
  outline: none;
}

.col-03{
   -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

@media only screen and (max-width: 767px){
.icon-grid .icon-grid-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

.cover {
  margin: 0 auto;
}

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

.indent {
  padding: 3.5rem 0 5rem;
}

.panda .loggedHide {
  display: none !important;
}

body:not(.panda) .loggedShow {
  display: none !important;
}



/* Main content */
.main {
  background-color: #000;
  position: relative;
  height: calc(100vh - 181px);
  min-height: 550px;
  max-height: 600px;
  overflow: hidden;
  /* Main content */
}

.main-barclay {
  position: absolute;
  bottom: 40%;
  left: 50%;
  height: 13rem;
  width: auto;
}

.header .nav {
  background-color: #000;
  min-height: 14rem;
  padding: 50px 0 22px;
  position: relative;
}

.header .nav-search {
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100vh;
  top: -150rem;
  z-index: 999;
}

.header .nav-search form {
  margin: 0 auto;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .nav-search form .nav-form-line,
.search-page .nav-search form .nav-form-line {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75%;
  position: relative;
}

.search-page .nav-search form .nav-form-line {
  width: 100%;
}

.header .nav-search form .nav-form-line input,
.search-page .nav-search form .nav-form-line input {
  background-color: #000;
  height: 100%;
  width: 78%;
  padding: 1rem 2rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
  border: 2px solid #a97b5a;
  border-radius: 3px;
}

.header .nav-search form .nav-form-line input+button,
.search-page .nav-search form .nav-form-line input+button {
  background-color: #a97b5a;
  width: 20%;
  height: 4.2rem;
  margin-left: 2%;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
}

.header .nav-search form .nav-form-line button+button,
.search-page .nav-search form .nav-form-line button+button {
  background-color: transparent;
  position: absolute;
  display: block;
  top: -6rem;
  right: 0;
  width: 4.5rem;
  height: 4.5rem;
  font-size: 10rem;
}

.header .nav-search form .nav-form-line button+button span,
.search-page .nav-search form .nav-form-line button+button span {
  display: block;
  position: relative;
  color: #a97b5a;
  width: 5rem;
  height: 5rem;
  font-size: 10rem;
  font-weight: 100;
  top: -2.8rem;
  left: -1.2rem;
  line-height: 10rem;
}

.header .nav-line-up {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1rem;
}

.header .nav-line-up-logo {
  display: block;
  width: 27rem;
}

.header .nav-line-up-logo320 {
  display: none;
}

.header .nav-line-up-logo img,
.header .nav-line-up-logo320 img {
  max-width: 100%;
}

.header .nav-line-up-space {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header .nav-line-up p {
  color: #fff;
  font-size: 1.4rem;
  margin: 0 2rem 0 1.4rem;
}

.header .nav-line-up-lang {
  text-transform: uppercase;
  position: relative;
}

.header .nav-line-up-lang-main {
  position: relative;
  padding: 0.5rem;
  border: 2px solid #8f664e;
  font-weight: 600;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 50%;
  z-index: 4;
  background-color: #000;
}

.header .nav-line-up-lang-main:hover {
  border: 2px solid #fff;
}

.header .nav-line-up-lang ul {
  display: none;
  position: absolute;
  background-color: #191919;
  border-radius: 3px;
  margin: 2.2rem 0 0 0;
  padding: 5px 0;
  z-index: 3;
}

.header .nav-line-up-lang ul span {
  background-color: #191919;
  position: absolute;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  top: -0.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.header .nav-line-up-lang ul li {
  list-style-type: none;
}

.header .nav-line-up-lang ul li a {
  display: block;
  background-color: #191919;
  color: #8f664e;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 5px 10px;
}

.header .nav-line-up-man {
  display: none;
  height: 2.5rem;
  width: auto;
  margin-left: 1rem;
}

.header .nav-line-up-menu {
  display: none;
  width: 3rem;
  margin-left: 1.2rem;
}

.header .nav-line-up-menu-item {
  display: block;
  background-color: #8f664e;
  width: 100%;
  height: 0.4rem;
  margin: 0.6rem 0;
}

.header .nav-line-low {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin: 0 0 1rem 0; */
}

.header .nav-line-low-links {
  position: relative;
  left: -1.4rem;
}

.header .nav-line-low-links a {
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  padding: 0 1.4rem;
  text-transform: uppercase;
}

.header .nav-line-low-links a:hover {
  color: #8f664e;
}

.header .nav-line-low-buttons .mainpandats .forex-button-pandats.simple-button-pandats {
  background-color: transparent;
  border-color: #8f664e;
  color: #8f664e;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 126px;
  height: 36px;
  margin: 0 15px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid currentColor;
  border-radius: 3px;
}


.header .nav-line-low-buttons {
  margin-right: -15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}


.header .nav-line-low-buttons .mainpandats .forex-button-pandats.simple-button-pandats:hover,
.header .nav-line-low-buttons .mainpandats .forex-button-pandats.simple-button-pandats:focus {
  color: #8f664e;
  background-color: transparent;
  border-color: #8f664e;
}

.header .nav-line-low-buttons panda-forex-login .mainpandats .forex-button-pandats.simple-button-pandats:hover,
.header .nav-line-low-buttons panda-forex-login .mainpandats .forex-button-pandats.simple-button-pandats:focus {
  color: #fff;
  background-color: #8f664e;
  border-color: #8f664e;
}

.header .nav-line-low-buttons panda-forex-signup .mainpandats .forex-button-pandats.simple-button-pandats{
  color: #fff;
  border-color: #fff;
}

.header .nav-line-low-buttons panda-forex-signup .mainpandats .forex-button-pandats.simple-button-pandats:hover,
.header .nav-line-low-buttons panda-forex-signup .mainpandats .forex-button-pandats.simple-button-pandats:focus {
  color: #fff;
  background-color: #8f664e;
  border-color: #fff;
}

.header .nav-move {
  display: none;
  position: fixed;
  width: 100%;
  height: 80rem;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  z-index: 15;
}

.header .nav-move-content {
  position: fixed;
  right: -150rem;
  background: rgba(26,25,24,0.97);
  width: 60%;
  height: 100%;
  padding: 4rem 3rem 0 3rem;
  text-align: center;
}

.header .nav-move-content button {
  background-color: transparent;
  /*top: 15rem;
  right: 10rem;
  width: 4.5rem;
  height: 4.5rem;*/
  font-size: 7rem;
}

.header .nav-move-content button span {
  display: block;
  position: absolute;
  top: -1.5rem;
  right: 0.4rem;
  height: 0.5rem;
  width: auto;
  color: #a97b5a;
}

.header .nav-move-content p {
  margin: 3rem 0;
}

.header .nav-move-content p a {
  font-weight: 400;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #fff;
  margin: 1rem 0;
}

.main-cover {
  height: 100%;
}

.main-slider {
  /* height: 85%; */
  height: 100%;
}

.main-slider-item {
  height: 100% !important;
  background-color: transparent;
}

.main-slider-item-line {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 45%;
}

.main-slider-item-line-header {
  margin: 11rem 0 0 0;
  font-weight: 700;
  font-size: 4rem;
  color: #fff;
  width: 100%;
}

.main-slider-item-line-header span {
  font-weight: 700;
  font-size: 4rem;
  color: #8f664e;
}

.main-slider-item-line-header+a {
  margin-right: 3rem;
}

.main-slider-item-line a {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.main-slider-item-line a img {
  height: 6rem;
  width: auto;
}

.main-slider-item-line a img:hover {
  -webkit-box-shadow: 0 0 4rem #fff;
  box-shadow: 0 0 4rem #fff;
}

.main-slider-item-line p {
  width: 85%;
  margin: 1.3rem 0 2.5rem 0;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  line-height: 1.79;
}

.main-slider-item-line-p {
  font-weight: 900;
  font-size: 2.5rem !important;
  line-height: 1.4 !important;
  width: 80% !important;
}

.main-slider-item-line .main-slider-btn {
  width: 45%;
  padding: 2.3rem 0.5rem;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #8f664e;
  background-color: #8f664e;
}

.main-slider-item-line .main-slider-btn.watch {
  background-color: transparent;
  margin-left: 8%;
}

.main-slider-item-line .start:hover {
  background-color: transparent;
  border: 2px solid #8f664e;
}

.main-slider-item-line .watch:hover {
  background-color: #8f664e;
}

.main .first-slide {
  background-image: url(../img/main/br-stone.com.jpg);
  background-color: transparent;
  background-position: 40% center;
  background-size: auto 140%;
  background-repeat: no-repeat;
}

.main .second-slide {
  background-image: url(../img/main/barclay_stone_forex.jpg);
  background-position: center center;
  background-size: cover;
}

.main .third-slide {
  background-image: url(../img/main/barclay_stone_trading.png);
  background-position: 80% center;
  background-size: auto 120%;
  background-repeat: no-repeat;
}

.main-left {
  background-color: transparent;
  position: absolute;
  top: 40%;
  z-index: 3;
}

.main-right {
  background-color: transparent;
  position: absolute;
  top: 40%;
  right: 20%;
  z-index: 3;
}

.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: transparent;
}

.slick-dots li {
  height: 2rem;
}

.slick-dots li button {
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 0.7rem;
  color: transparent;
}

.slick-dots .slick-active button {
  background-color: #fff;
}

/* Advantages */
.advantages {
  overflow: hidden;
  position: relative;
}

.advantages-bg {
  position: absolute;
  left: 38%;
  top: -3.5rem;
  opacity: 0.1;
}

.advantages-header {
  color: #000;
}

.advantages .advantages-header+p {
  font-weight: 600;
  font-size: 2.4rem;
  color: #8f664e;
  margin: 0 0 4rem;
}

.advantages-line {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advantages-line-icon {
  width: 15%;
  margin-bottom: 6rem;
}

.advantages-line-icon img {
  display: block;
  margin: 0 auto;
  height: 10rem;
  width: auto;
}

.advantages-line-icon p {
  margin: 2.5rem 0 0 0;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
}

.advantages .advantages-btn {
  background-color: #8f664e;
  display: inline-block;
  margin: 0 auto;
  padding: 2.3rem 5.8rem;
  border: 2px solid #8f664e;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
}

.advantages .advantages-btn:hover {
  background-color: transparent;

  color: #000;
}

/* Financial tool */
.finance {
  background-color: #191919;
}

.finance-header {
  color: #fff;
}

.finance-links {
  margin: 0 -0.8rem 4rem;
}

.finance-links a {
  font-weight: 400;
  font-size: 1.35rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0 .8rem;
}

.finance-links a:hover {
  color: #8f664e;
}

.finance-links select {
  display: none;
  padding: 1.2rem, 1.7rem;
  background-color: transparent;
  font-weight: 400;
  font-size: 1.3rem;
  color: #a97b5a;
  text-transform: uppercase;
}

.finance-graph {
  max-width: 790px;
}

.finance-graph p {
  font-size: 14px;
  line-height: 1.4;
}

.finance-right {
  max-width: 265px;
}

.finance-right-head {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.finance-calculation-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: space-between;
}

.finance-calculation-row span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.finance-calculation-row span:last-child {
  text-align: right;
}

.finance-calculation-row--gray {
  color: #5f5f5f;
}

.finance-calculation-row--white span {
  color: #fff;
  padding-bottom: 10px;
}

.finance-calculation {
  margin-bottom: 30px;
}

#graphWidget {
  width: 100% !important;
  height: 390px;
}

/* Discover */
.discover {
  position: relative;
  overflow: hidden;
}

.discover::after {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  left: calc(50% + 15px);
  width: 2172px;
  height: 180px;
  background-image: url(../img/discover/barclay-stone-cfd-broker.svg);
  background-repeat: no-repeat;
  z-index: 1;
}

.discover * {
  z-index: 2;
}

.discover-first {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45%;
  position: relative;
  margin-bottom: 5rem;
}

.section-header.discover-first-header {
  margin: 15px 0 30px;
}

.section-header.discover-first-header h2 {
  margin-bottom: 20px;
}

.discover-first-header p {
  font-weight: 600;
  font-size: 2.3rem;
  color: #8f664e;
  line-height: 1.2;
}

.discover-grid {
  margin-bottom: 40px;
}

.discover-grid-item {
  height: 44px;
}

.discover-grid-item img {
  width: 33px;
  margin-right: 22px;
}

.discover-grid-item span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}


/* Choose */
.choose {
  background-color: #000;
}

.choose-cover {
  position: relative;
}

.choose-cover-lion {
  position: absolute;
  top: 2%;
  right: 0;
  height: 42rem;
  width: auto;
}

.choose-header {
  width: 52%;
}

.choose-header h2 {
  color: #fff;
  margin-bottom: 3rem;
}

.choose-header p {
  font-weight: 600;
  font-size: 2.3rem;
  color: #8f664e;
  margin: 0;
}

.choose-deposit {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.choose-deposit .choose-deposit-item p.choose-deposit-item-paragraph{
  margin-top: 0px;
}

.choose-deposit-item {
  width: 20%;
  position: relative;
  border: 1px solid transparent;
  border-radius: 3px;
}

.choose-deposit-item:hover {
  border-color: #8f664e;
}

.choose-deposit-item button {
  visibility: hidden;
  margin-top: 1rem;
  width: 100%;
  height: 4rem;
  background-color: #2e2f31;
  font-weight: 600;
  font-size: 1.2rem;
  color: #8f664e;
  text-transform: uppercase;
}

.choose-deposit-item:hover button {
  visibility: visible;
}

.choose-deposit-item-img {
  position: relative;
  width: 100%;
  height: 20rem;
  margin-bottom: 2rem;
}

.choose-deposit-item-img img+p {
  position: absolute;
  bottom: 7rem;
  left: 2rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  float: left;
  width: 50%;
}

.choose-deposit-item-img p+p {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  font-weight: 600;
  font-size: 1.4rem;
}

.choose-deposit-item .pawn {
  background-color: #fff;
  overflow: hidden;
  border-radius: 3px;
  color: black;
}

.choose-deposit-item .pawn img {
  position: absolute;
  height: 90%;
  width: auto;
  right: 0rem;
  bottom: -2.5rem;
}

.choose-deposit-item .bishop {
  background-color: #b2815d;
  overflow: hidden;
  border-radius: 3px;
  color: black;
}

.choose-deposit-item .bishop img {
  position: absolute;
  height: 120%;
  width: auto;
  right: 0rem;
  bottom: -5.5rem;
}

.choose-deposit-item .rook {
  background-image: url(../img/choose/silver_tradingview.jpg);
  background-size: cover;
  overflow: hidden;
  border-radius: 3px;
  color: black;
}

.choose-deposit-item .rook img {
  position: absolute;
  height: 95%;
  width: auto;
  right: 0rem;
  bottom: -2rem;
}

.choose-deposit-item .king {
  background-image: url(../img/choose/gold_forex_calculator.jpg);
  background-size: cover;
  overflow: hidden;
  border-radius: 3px;
  color: black;
}

.choose-deposit-item .king img {
  position: absolute;
  height: 120%;
  width: auto;
  right: 0rem;
  bottom: -2.5rem;
}

.choose-deposit-item-paragraph {
  position: relative;
  padding: 1rem 0 1rem 6rem;
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
}

.choose-deposit-item-paragraph img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.8rem;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50px;
}

.choose-deposit-item-paragraph .no {
  border: 3px solid #8f664e;
  border-radius: 50px;
}

.choose-deposit-item-bishop {
  margin-bottom: 5rem;
  height: 90%;
}

.choose-deposit-item-pawn {
  margin-bottom: 5rem;
  height: 90%;
}

.choose-deposit-item-rook {
  height: 90%;
  margin-bottom: 5rem;
}

.choose-deposit-item-king {
  height: 80%;
  margin-bottom: 5rem;
}

.choose a {
  display: block;
  margin: 0rem auto 0 auto;
  width: 25%;
  padding: 2.5rem 7rem;
  border: 2px solid #8f664e;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.choose a:hover {
  background-color: #8f664e;
  color: #fff;
}

/* just */
.just {
  background-image: url(../img/just/forex_highest_earners.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.just-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 65%;
}

.just-line p {
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
  line-height: 2.5rem;
  margin: 0 0 4rem 0;
}

.just-line a {
  background-color: #8f664e;
  width: 35%;
  padding: 2.4rem 6rem;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.just-line a:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid #8f664e;
  padding: 2.2rem 6rem;
}

.just-line button {
  background-color: #8f664e;
  width: 250px;
  padding: 2.4rem 6rem;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.just-line button:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid #8f664e;
  padding: 2.2rem 6rem;
}

.just #buy-arrow {
  display: block;
  position: absolute;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #8f664e;
  border: 3px solid #fff;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 5;
}

.just #buy-arrow img {
  display: block;
  position: relative;
  top: 38%;
  margin: 0 auto;
  width: 55%;
  height: auto;
}

.just #buy-arrow img.hide{
  transition: all ease-in-out .2s;
}

.just #buy-arrow img.show{
  transform: rotate(180deg);
  transition: all ease-in-out .2s;
}

/* Buy */
.buy {
  background-color: #000;
  position: relative;
  transition: all ease-in-out .4s;
}

.buy.toggled {
  /*height: 0;*/
  padding: 0;
  overflow: hidden;
}

.buy-upper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 85%;
  margin-bottom: 2.5rem;
}

.buy-upper-header {
  margin-bottom: 2.5rem !important;
}

.buy-upper-header h2 {
  margin-top: 2rem;
  color: #fff;
}

.buy-upper p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 0 10px 0;
  color: #fff;
}

.buy-upper li {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0;
  color: #fff;
}

.buy-upper h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.8;
  margin: 20px 0px 10px 0;
  color: #fff;
}

.buy-lower {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.buy-lower-slider {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.buy-lower-slider .slick-dots {
  display: none;
}

.buy-lower-slider .slick-dots li button {
  color: transparent;
}

.buy-lower-slider-item {
  display: inline-block;
}

.buy-lower-slider-item h3 {
  margin: 0 2% 0.5rem 2%;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
}

.buy-lower-slider-item p {
  margin: 0 2% 1.5rem 2%;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6;
}

/* Online */
.online-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5rem;
}

.online-line-header {
  margin-bottom: 2rem;
}

.online-line p {
  margin: 0;
  font-weight: 600;
  font-size: 3rem;
  color: #8f664e;
}

.online-content {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 94%;
  margin: 0 auto 4.5rem auto;
}

.online-content-item {
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.online-content-item img {
  margin-bottom: 4.5rem;
  width: 13rem;
  height: auto;
}

.online-content-item h3 {
  margin: 0 0 1.5rem 0;
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.online-content-item p {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

.online a {
  display: block;
  margin: 0 auto;
  width: 22%;
  padding: 2.5rem 6rem;
  background-color: #8f664e;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.online a:hover {
  background-color: transparent;
  padding: 2.3rem 1rem;
  border: 2px solid #8f664e;
  color: #000;
}

.online button {
  display: block;
  margin: 0 auto;
  width: 250px;
  padding: 2.5rem 6rem;
  background-color: #8f664e;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.online button:hover {
  background-color: transparent;
  padding: 2.3rem 1rem;
  border: 2px solid #8f664e;
  color: #000;
}

/* Feddback */

.feedback{
  display: none;
}

.feedback {
  background-color: #191919;
}

.feedback-bg {
  background-color: #000;
  width: 100%;
  padding: 1.8rem 0 2rem 0;
}

.feedback-header h2 {
  color: #fff;
}

.feedback .chat {
  width: 100%;
  padding: 0 2rem;
  height: 74rem;
  overflow-y: scroll;
  border: 1px solid white;
  background-color: #fff;
  border-radius: 3px;
}

/* Footer */
.footer {
  background-color: #191919;

}

.footer-copyrights a{
   color: #a5a5a5;
}

.footer-line {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-line-item {
  width: 14%;
}

.footer-line-item h3 {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0 0 2rem 0;
  color: #fff;
}

.footer-line-item a {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 1rem;
  color: #fff;
  line-height: 1.5;
}

.footer-line-item a:hover {
  color: #8f664e;
}

.footer-line-item-arrow {
  display: none;
  margin-top: 0;
}

.footer-line-item-free {
  margin-top: 0;
}

.footer-line-item p {
  color: #fff;
}

.footer-line-item .links {
  border: 1px solid white;
  width: 100%;
  height: 3rem;
}

.footer-line .first {
  width: 6%;
}

.footer-line .first img {
  width: 100%;
  height: auto;
}

.footer-line .second {
  width: 15%;
}

.footer-line .third {
  width: 68%;
}

.footer-line .third p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #737373;
}

@media (min-width: 1200px) {
  .cover {
    max-width: 117rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cover {
    max-width: 93rem;
  }

  .indent {
    padding: 3.5rem 0 4rem 0;
  }

  /* Main content */
  .main {
    /* Navigation */
  }

  .header .nav-line-low-links a {
    padding: 0 0.8rem;
  }

  .main-slider-item {
    height: 100% !important;
  }

  .main-slider-item-line {
    width: 55%;
  }

  .main .first-slide {
    background-image: url(../img/main/br-stone.com.jpg);
    background-position: 50% 35%;
    background-size: auto 130%;
    background-repeat: no-repeat;
  }

  .main .second-slide {
    background-image: url(../img/main/barclay_stone_forex.jpg);
    background-position: center center;
    background-size: cover;
  }

  .main .third-slide {
    background-image: url(../img/main/barclay_stone_trading.png);
    background-position: 80% 40%;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .main-left {
    background-color: transparent;
    position: absolute;
    top: 40%;
    z-index: 3;
  }

  .main-right {
    background-color: transparent;
    position: absolute;
    top: 40%;
    right: 20%;
    z-index: 3;
  }

  /* Advantages */
  .advantages-bg {
    left: 38%;
  }

  .advantages-header {
    color: #000;
    margin-bottom: 1.4rem;
  }

  .advantages .header+p {
    font-size: 2rem;
    margin: 0 0 3.4rem 0;
  }

  .advantages-line-icon {
    width: 15%;
    margin-bottom: 5rem;
  }

  .advantages-line-icon img {
    height: 8rem;
  }

  .advantages-line-icon p {
    margin: 2.5rem 0 0 0;
    font-size: 1.4rem;
  }

  /* Financial tool */
  .finance {
    background-color: #121212;
  }

  .finance-links {
    margin-top: -2rem;
    margin-bottom: 1rem;
  }

  .finance-links form a {
    font-size: 1.3rem;
    line-height: 2;
  }



  /* Discover */
  .discover-barclay {
    top: 28rem;
    left: 54%;
  }

  .discover-phone {
    top: 9rem;
    left: 52%;
    width: auto;
    height: 30rem;
  }

  .discover-first {
    width: 60%;
  }

  .discover-first-header+p {
    margin: 0 0 2rem 0;
  }

  .discover-first-img img {
    margin: 0.6rem 0;
    height: 3.5rem;
    width: auto;
  }

  .discover-second button {
    padding: 1.4rem 5rem;
    font-size: 1.4rem;
  }

  .discover-second button+button {
    margin-left: 1.5rem;
  }

  .discover-second a {
    width: 14rem;
    height: 5rem;
  }

  .discover-second a img {
    position: relative;
    top: -0.1rem;
    left: -0.1rem;
    width: 101%;
    height: 104%;
  }

  .discover-second a:hover {
    -webkit-box-shadow: 0 0 3rem #000;
    box-shadow: 0 0 3rem #000;
  }

  .discover-second a+a {
    margin-left: 2rem;
  }

  .discover-second-start:hover {
    background-color: transparent;
    padding: 1.4rem 5rem;
    border: 2px solid #8f664e;
    color: #000;
  }

  .discover-second-open:hover {
    background-color: #8f664e;
    padding: 1.4rem 5rem;
    border: 2px solid #8f664e;
    color: #fff;
  }

  /* Choose */
  .choose-header {
    width: 62%;
  }

  .choose-deposit-item {
    width: 23%;
  }

  .choose-deposit-item-img {
    height: 18rem;
  }

  .choose-deposit-item .pawn img {
    height: 105%;
    right: 0.8rem;
  }

  .choose-deposit-item .bishop img {
    height: 130%;
    right: 0.8rem;
  }

  .choose-deposit-item .rook img {
    height: 95%;
    right: 0.8rem;
  }

  .choose-deposit-item .king img {
    height: 125%;
    right: 0.8rem;
  }

  .choose a {
    width: 35%;
  }

  /* just */
  .just-line {
    width: 100%;
  }

  .just-line-header {
    width: 65%;
    margin-bottom: 2.2rem;
  }

  .just-line p {
    width: 90%;
    font-size: 1.4rem;
    margin: 0 0 3.5rem 0;
  }

  .just-line a {
    background-color: #8f664e;
    width: 27%;
    padding: 2rem 5rem;
    font-size: 1.4rem;
  }

  .just-line a:hover {
    background-color: transparent;
    color: #000;
    border: 2px solid #8f664e;
    padding: 1.8rem 5rem;
  }

  /* Buy */
  .buy a {
    top: -3.8%;
  }

  .buy-upper {
    width: 85%;
    margin-bottom: 2rem;
  }

  .buy-upper p {
    font-size: 1.6rem;
  }

  .buy-lower-item h3 {
    font-size: 1.2rem;
  }

  .buy-lower-item p {
    margin: 0 0 1.5rem 0;
    font-size: 1rem;
  }

  /* Online */
  .online-line-header {
    margin-bottom: 2rem;
  }

  .online-line p {
    margin-top: -1.5rem;
    font-size: 2rem;
  }

  .online-content {
    margin: 0 auto 3.5rem auto;
  }

  .online-content-item {
    width: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .online-content-item img {
    margin-bottom: 4.5rem;
  }

  .online-content-item h3 {
    margin: 0 0 1rem 0;
    font-size: 1.4rem;
  }

  .online-content-item p {
    font-size: 1.2rem;
  }

  .online a {
    width: 25%;
    padding: 2.5rem 5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cover {
    max-width: 69rem;
  }

  .indent {
    padding: 3.5rem 0 3rem 0;
  }

  .section-header h2 {
    margin: 0;
    font-weight: 700;
    font-size: 3.5rem;
  }

  /* Main content */
  .main {
    /* Navigation */
    /* Main content */
  }

  .header .nav {
    min-height: 9rem;
  }

  .header .nav-line-up p {
    display: none;
  }

  .header .nav-line-up-lang {
    margin-left: 2.2rem;
  }

  .header .nav-line-up-lang-main {
    padding: 0.5rem;
    font-size: 1.2rem;
  }

  .header .nav-line-up-lang ul {
    display: none;
    position: absolute;
    padding: 2rem 0.6rem 0 0.6rem;
    z-index: 3;
  }

  .header .nav-line-up-lang ul li {
    list-style-type: none;
  }

  .header .nav-line-up-lang ul li a {
    color: #8f664e;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .header .nav-line-up-man {
    display: block;
  }

  .header .nav-line-up-menu {
    display: block;
  }

  .header .nav-line-low {
    display: none;
  }

  .main-slider-item {
    height: 100% !important;
  }

  .main-slider-item-line {
    width: 65%;
  }

  .main-slider-item-line-header {
    margin: 5rem 0 0 0;
  }

  .main-slider-item-line p {
    width: 95%;
  }

  .main .first-slide {
    background-image: url(../img/main/br-stone.com.jpg);
    background-position: 48% 70%;
    background-size: auto 130%;
    background-repeat: no-repeat;
  }

  .main .second-slide {
    background-image: url(../img/main/barclay_stone_forex.jpg);
    background-position: 25% center;
    background-size: cover;
  }

  .main .third-slide {
    background-position: 0% center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .main-left {
    background-color: transparent;
    position: absolute;
    top: 40%;
    z-index: 3;
  }

  .main-right {
    background-color: transparent;
    position: absolute;
    top: 40%;
    right: 20%;
    z-index: 3;
  }

  /* Advantages */
  .advantages-bg {
    top: 0;
    left: 48%;
    height: 11rem;
    width: auto;
  }

  .advantages-header {
    color: #000;
    margin-bottom: 0.8rem;
  }

  .advantages .section-header+p {
    font-size: 1.6rem;
    margin: 0 0 5rem;
  }

  .advantages-line-icon {
    width: 32%;
    margin-bottom: 2rem;
  }

  .advantages-line-icon img {
    height: 8rem;
  }

  .advantages-line-icon p {
    margin: 2.5rem auto 0 auto;
    font-size: 1.4rem;
    width: 70%;
  }

  .advantages button {
    padding: 1.7rem 4rem;
    font-size: 1.2rem;
  }

  .advantages button:hover {
    background-color: transparent;
    padding: 1.5rem 3.8rem;
    border: 2px solid #8f664e;
    color: #000;
  }

  /* Financial tool */
  .finance {
    background-color: #121212;
  }

  .finance-links {
    margin-top: -2rem;
    margin-bottom: 1rem;
  }

  .finance-links form a {
    font-size: 1.4rem;
    line-height: 2;
  }


  /* Discover */
  .discover-barclay {
    top: 29rem;
    left: 56%;
    height: 14rem;
    width: auto;
  }

  .discover-phone {
    top: 8rem;
    left: 47%;
    width: auto;
    height: 30rem;
  }

  .discover-first {
    width: 75%;
    margin-bottom: 5rem;
  }

  .discover-first-header+p {
    width: 75%;
    margin: -1rem 0 2rem 0;
    font-size: 1.8rem;
  }

  .discover-first-img {
    bottom: 0;
  }

  .discover-first-img img {
    margin: 0.6rem 0;
    height: 3rem;
    width: auto;
  }

  .discover-first-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .discover-first-list p {
    font-size: 1.2rem;
    margin: 1.5rem 0 1.5rem 5rem;
  }

  .discover-second button {
    padding: 1.5rem 3rem;
    font-size: 1.2rem;
  }

  .discover-second button+button {
    margin-left: 1.5rem;
  }

  .discover-second-space {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .discover-second a {
    height: 4.4rem;
    width: 12.8rem;
  }

  .discover-second a img {
    width: auto;
    height: 4.5rem;
  }

  .discover-second a+a {
    margin-left: 1.5rem;
  }

  .discover-second-start:hover {
    background-color: transparent;
    padding: 1.5rem 3rem;
    border: 2px solid #8f664e;
    color: #000;
  }

  .discover-second-open:hover {
    background-color: #8f664e;
    padding: 1.5rem 3rem;
    border: 2px solid #8f664e;
    color: #fff;
  }

  /* Choose */
  .choose-header {
    width: 72%;
  }

  .choose-header h2 {
    color: #fff;
    margin-bottom: 1.2rem;
  }

  .choose-header p {
    font-size: 1.8rem;
  }

  /* .choose-deposit-item {
    width: 22.2%;
    position: relative;
    border: 2px solid #8f664e;
  }
  .choose-deposit-item-img {
    position: relative;
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
  }
  .choose-deposit-item-img img + p {
    bottom: 5rem;
    left: 1rem;
    font-size: 1.4rem;
  }
  .choose-deposit-item-img p + p {
    bottom: 0;
    left: 1rem;
    font-size: 1.2rem;
  } */
  /* .choose-deposit-item .pawn {
    height: 12rem;
    width: 15rem;
  }
  .choose-deposit-item .pawn img {
    height: 115%;
    width: auto;
    right: 0;
    bottom: -2.5rem;
  }
  .choose-deposit-item .bishop {
    height: 12rem;
    width: 15rem;
  }
  .choose-deposit-item .bishop img {
    height: 140%;
    width: auto;
    right: 0;
    bottom: -4rem;
  }
  .choose-deposit-item .rook {
    height: 12rem;
    width: 15rem;
  }
  .choose-deposit-item .rook img {
    position: absolute;
    height: 108%;
    width: auto;
    right: -0.5rem;
    bottom: -1.3rem;
  }
  .choose-deposit-item .king {
    height: 12rem;
    width: 15rem;
  }
  .choose-deposit-item .king img {
    position: absolute;
    height: 135%;
    width: auto;
    right: -0.5rem;
    bottom: -1.8rem;
  } */
  .choose-deposit-item-paragraph {
    padding: 1rem 0 1rem 4.1rem;
    margin: 0;
    font-size: 1rem;
  }

  .choose-deposit-item-paragraph img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1rem;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50px;
  }

  .choose-deposit-item-paragraph .no {
    border: 3px solid #8f664e;
    border-radius: 50px;
  }

  .choose-deposit-item-bishop button {
    display: none;
  }

  .choose-deposit-item-bishop:hover {
    outline: none;
  }

  .choose-deposit-item-bishop:hover button {
    display: block;
  }

  .choose-deposit-item-pawn button {
    display: none;
  }

  .choose-deposit-item-pawn:hover {
    outline: none;
  }

  .choose-deposit-item-pawn:hover button {
    display: block;
  }

  .choose-deposit-item-rook button {
    display: none;
  }

  .choose-deposit-item-rook:hover {
    outline: none;
  }

  .choose-deposit-item-rook:hover button {
    display: block;
  }

  .choose-deposit-item-king button {
    display: none;
  }

  .choose-deposit-item-king:hover {
    outline: none;
  }

  .choose-deposit-item-king:hover button {
    display: block;
  }

  .choose a {
    margin: 4rem auto 0 auto;
    width: 30%;
    padding: 1.5rem 4.5rem;
    font-size: 1.2rem;
  }

  /* just */
  .just-line {
    width: 100%;
  }

  .just-line-header {
    width: 75%;
    margin-bottom: 2.2rem;
  }

  .just-line p {
    width: 100%;
    font-size: 1.4rem;
    margin: 0 0 2rem 0;
  }

  .just-line a {
    background-color: #8f664e;
    width: 27%;
    padding: 1.7rem 4rem;
    font-size: 1.2rem;
  }

  .just-line a:hover {
    background-color: transparent;
    color: #000;
    border: 2px solid #8f664e;
    padding: 1.5rem 4rem;
  }

  /* Buy */
  .buy a {
    top: -4.5%;
  }

  .buy-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .buy-upper p {
    font-size: 1.3rem;
  }

  .buy-lower {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .buy-lower-slider {
    width: 100%;
  }

  .buy-lower-slider .slick-dots {
    display: none;
  }

  .buy-lower-slider-item {
    display: inline-block;
  }

  .buy-lower-slider-item h3 {
    margin: 0 2% 0.5rem 2%;
    font-size: 1.2rem;
  }

  .buy-lower-slider-item p {
    margin: 0 2% 1.5rem 2%;
    font-size: 1rem;
  }

  /* Online */
  .online-line-header {
    margin-bottom: 2rem;
  }

  .online-line p {
    margin-top: -2rem;
    font-size: 1.8rem;
  }

  .online-content {
    margin: 0 auto 3.5rem auto;
  }

  .online-content-item {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .online-content-item img {
    margin-bottom: 3rem;
    height: 8rem;
  }

  .online-content-item h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
  }

  .online-content-item p {
    font-size: 1.2rem;
  }

  .online a {
    width: 30%;
    font-size: 1.2rem;
    padding: 1.5rem 1rem;
  }

  .online a:hover {
    background-color: transparent;
    padding: 1.3rem 1rem;
    border: 2px solid #8f664e;
    color: #000;
  }

  /* Feddback */
  .feedback {
    margin-bottom: -2.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .cover {
    max-width: 54rem;
  }

  .main .third-slide {
    background-size: auto 60%;
    background-position: 100% center;
  }

  .indent {
    padding: 2.8rem 0 3rem 0;
  }

  .section-header h2 {
    margin: 0;
    font-weight: 700;
    font-size: 3.5rem;
  }

  /* Main content */
  .main {
    /* min-height: 74rem; */
    /* Navigation */
  }

  .header .nav {
    padding-bottom: 0;
    padding-top: 0;
    /* height: 15rem; */
  }

  .header .nav-line-up {
    /* padding: 9rem 0 1rem 0; */
  }

  .header .nav-line-up p {
    display: none;
  }

  .header .nav-line-up-lang {
    margin-left: 2.2rem;
  }

  .header .nav-line-up-lang-main {
    padding: 0.5rem;
    font-size: 1.2rem;
  }

  .header .nav-line-up-lang ul {
    display: none;
    position: absolute;
    z-index: 3;
  }

  .header .nav-line-up-lang ul li {
    list-style-type: none;
  }

  .header .nav-line-up-lang ul li a {
    color: #8f664e;
    /* font-size: 1.4rem; */
    font-weight: 600;
    font-size: 1.2rem;
  }

  .header .nav-line-up-man {
    display: none;
  }

  .header .nav-line-up-menu {
    display: block;
  }

  .header .nav-line-low {
    display: none;
  }

  .main-slider-item {
    height: 100% !important;
  }

  .main-slider-item-line {
    width: 67%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-slider-item-line-header {
    font-size: 3.5rem;
    margin: 3rem 0 0 0;
  }

  .main-slider-item-line a {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .main-slider-item-line p {
    width: 85%;
    margin: 1.3rem 0 2.5rem 0;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
    line-height: 1.79;
  }

  .main-slider-item-line-p {
    font-weight: 900;
    font-size: 2.3rem !important;
    line-height: 1.4 !important;
    width: 80% !important;
  }

  .main-slider-item-line-p span {
    font-weight: 700;
    color: #fff;
  }

  .main-slider-item-line button {
    width: 85%;
    font-size: 1.8rem;
    padding: 2.5rem 5.3rem;
  }

  .main-slider-item-line button+button {
    margin-left: 0;
    margin-top: 2.5rem;
  }

  .main .first-slide {
    background-position: 50% 65%;
    background-size: auto 120%;
  }

  .main .second-slide {
    background-position: center center;
    background-size: cover;
  }

  .main .third-slide {
    background-position: 75% center;
    background-size: auto 110%;
  }

  .main-left {
    background-color: transparent;
    position: absolute;
    top: 40%;
    z-index: 3;
  }

  .main-right {
    background-color: transparent;
    position: absolute;
    top: 40%;
    right: 20%;
    z-index: 3;
  }

  /* Advantages */
  .advantages-bg {
    top: 0;
    left: 48%;
    height: 11rem;
    width: auto;
  }

  .advantages-header {
    color: #000;
    margin-bottom: 0.8rem;
  }

  .advantages .header+p {
    font-size: 2.4rem;
    margin: 0 0 4rem 0;
  }

  .advantages-line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantages-line-icon {
    width: 50%;
    margin-bottom: 3rem;
  }

  .advantages-line-icon img {
    height: 10rem;
  }

  .advantages-line-icon p {
    margin: 2.5rem auto 0 auto;
    font-size: 2rem;
    width: 70%;
  }

  .advantages button {
    margin-top: 2rem;
    padding: 2.5rem 5rem;
    font-size: 1.8rem;
  }

  .advantages button:hover {
    background-color: transparent;
    padding: 2.3rem 4.8rem;
    border: 2px solid #8f664e;
    color: #000;
  }

  /* Financial tool */
  .finance {
    background-color: #000;
  }

  .finance-links {
    width: 15rem;
    margin-top: -3rem;
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: auto;
  }

  .finance-links form a {
    display: none;
  }

  .finance-links form select {
    display: inline;
  }


  /* Discover */
  .discover-barclay {
    display: none;
  }

  .discover-phone {
    display: none;
  }

  .discover-first {
    width: 100%;
    margin-bottom: 2rem;
  }

  .discover-first-header {
    margin-bottom: 0.5rem;
  }

  .discover-first-header+p {
    font-size: 2.3rem;
    margin: 0 0 2rem 0;
  }

  .discover-first-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0;
  }

  .discover-first-img img {
    margin: 0.65rem 0;
    height: 3.5rem;
    width: auto;
  }

  .discover-first-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .discover-first-list p {
    font-weight: 600;
    font-size: 1.6rem;
    color: #000;
    text-transform: uppercase;
    margin: 1.5rem 0 1.5rem 6rem;
  }

  .discover-second {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .discover-second form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 3rem;
  }

  .discover-second form button {
    display: block;
    padding: 2rem 6rem;
    font-size: 1.8rem;
    margin: 0 auto 2rem auto;
  }

  .discover-second form button+button {
    display: block;
    margin: 0 auto;
  }

  .discover-second-space {
    display: none;
  }

  .discover-second-space+a {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .discover-second a+a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 2.5rem;
  }

  /* Choose */
  .choose-header {
    width: 72%;
  }

  .choose-header h2 {
    color: #fff;
    margin-bottom: 1.2rem;
  }

  .choose-header p {
    font-size: 1.8rem;
  }

  .choose-deposit {
    width: 100%;
    overflow-x: scroll;
  }

  /* .choose-deposit-item {
    width: 35%;
    position: relative;
    border: 2px solid #8f664e;
    margin: 0 1.5rem 0 1.5rem;
  } */
  .choose-deposit-item-img {
    position: relative;
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
  }

  .choose-deposit-item-img img+p {
    bottom: 7rem;
    left: 1rem;
    font-size: 2rem;
  }

  .choose-deposit-item-img p+p {
    bottom: 0;
    left: 1rem;
    font-size: 1.6rem;
  }

  /* .choose-deposit-item .pawn {
    height: 15rem;
    width: 18rem;
  }
  .choose-deposit-item .pawn img {
    height: 115%;
    width: auto;
    right: 0;
    bottom: -2.5rem;
  }
  .choose-deposit-item .bishop {
    height: 15rem;
    width: 18rem;
  }
  .choose-deposit-item .bishop img {
    height: 140%;
    width: auto;
    right: 0;
    bottom: -4rem;
  }
  .choose-deposit-item .rook {
    height: 15rem;
    width: 18rem;
  }
  .choose-deposit-item .rook img {
    position: absolute;
    height: 108%;
    width: auto;
    right: -0.5rem;
    bottom: -1.3rem;
  }
  .choose-deposit-item .king {
    height: 15rem;
    width: 18rem;
  }
  .choose-deposit-item .king img {
    position: absolute;
    height: 135%;
    width: auto;
    right: -0.5rem;
    bottom: -1.8rem;
  } */
  .choose-deposit-item-paragraph {
    padding: 1rem 0 1rem 5rem;
    margin: 0;
    font-size: 1.2rem;
  }

  .choose-deposit-item-paragraph img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.5rem;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50px;
  }

  .choose-deposit-item-paragraph .no {
    border: 3px solid #8f664e;
    border-radius: 50px;
  }

  .choose-deposit-item-bishop {
    height: auto;
  }

  .choose-deposit-item-bishop button {
    display: none;
  }

  .choose-deposit-item-bishop:hover {
    outline: none;
  }

  .choose-deposit-item-bishop:hover button {
    display: none;
  }

  .choose-deposit-item-pawn {
    height: auto;
  }

  .choose-deposit-item-pawn button {
    display: none;
  }

  .choose-deposit-item-pawn:hover {
    outline: none;
  }

  .choose-deposit-item-pawn:hover button {
    display: none;
  }

  .choose-deposit-item-rook {
    height: auto;
  }

  .choose-deposit-item-rook button {
    display: none;
  }

  .choose-deposit-item-rook:hover {
    outline: none;
  }

  .choose-deposit-item-rook:hover button {
    display: none;
  }

  .choose-deposit-item-king {
    height: auto;
  }

  .choose-deposit-item-king button {
    display: none;
  }

  .choose-deposit-item-king:hover {
    outline: none;
  }

  .choose-deposit-item-king:hover button {
    display: none;
  }

  /* .choose a {
    margin: 2.4rem auto 0 auto;
    width: 50%;
    padding: 2.5rem 6rem;
    font-size: 1.8rem;
  } */

  /* just */
  .just-line {
    width: 100%;
  }

  .just-line-header {
    width: 85%;
    margin-bottom: 2rem;
  }

  .just-line p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0 0 2rem 0;
  }

  .just-line a {
    background-color: #8f664e;
    width: 45%;
    padding: 2.4rem 4rem;
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }

  /* Buy */
  .buy a {
    top: -4%;
  }

  .buy-upper {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .buy-upper h2 {
    margin-top: 2rem;
    font-size: 2.9rem;
  }

  .buy-upper p {
    font-size: 1.8rem;
  }

  .buy-lower-slider {
    width: 100%;
  }

  .buy-lower-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -2rem;
    display: none;
  }

  .buy-lower-slider .slick-dots li button {
    width: 2rem;
    height: 2rem;
    border: 2px solid #a97b5a;
  }

  .buy-lower-slider .slick-dots .slick-active button {
    background-color: #a97b5a;
  }

  .buy-lower-slider-item {
    display: inline-block;
  }

  .buy-lower-slider-item h3 {
    margin: 0 2% 0.5rem 2%;
    font-size: 1.4rem;
  }

  .buy-lower-slider-item p {
    margin: 0 2% 1.5rem 2%;
    font-size: 1.2rem;
  }

  /* Online */
  .online-line-header {
    margin-bottom: 2rem;
  }

  .online-line p {
    margin-top: -2rem;
    font-size: 1.8rem;
  }

  .online-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
  }

  /* .online-content-item {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5rem;
  }
  .online-content-item img {
    margin-bottom: 2.2rem;
    height: 15rem;
  }
  .online-content-item h3 {
    margin: 0 0 0.5rem 0;
    font-size: 2.4rem;
  }
  .online-content-item p {
    font-size: 2rem;
  }
  .online a {
    width: 70%;
    font-size: 1.8rem;
    padding: 1.8rem 1rem;
  }
  .online a:hover {
    background-color: transparent;
    padding: 1.6rem 1rem;
    border: 2px solid #8f664e;
    color: #000;
  } */

  /* Feddback */
  .feedback {
    margin-bottom: -2.5rem;
  }

  .feedback-header {
    margin-bottom: 1.5rem;
    margin-top: -1.5rem;
  }

  /* Footer */
  .footer-line-item {
    width: 14%;
  }

  .footer-line-item h3 {
    font-size: 2.4rem;
    text-transform: uppercase;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
    padding: 2.5rem 1rem;
    text-align: left;
    margin: 0;
  }

  .footer-line-item a {
    display: none;
    font-size: 2.4rem;
    margin: 0 0 1rem;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .footer-line-item a:hover {
    color: #8f664e;
  }

  .footer-line-item p {
    color: #fff;
  }

  .footer-line-item .links {
    border: 1px solid white;
    width: 100%;
    height: 3rem;
  }

  .footer-line-item-arrow {
    display: block;
    margin-top: 0;
  }

  .footer-line-item-arrow p {
    width: 50%;
  }

  .footer-line-item-arrow a {
    display: block !important;
    width: 100%;
    font-size: 2rem;
    text-transform: uppercase;
    border: 1px solid #a97b5a;
    padding: 2.5rem 0;
    text-align: center;
    margin: 0;
  }

  .footer-line-item-free {
    display: none;
  }

  .footer-line-item .policy {
    display: block !important;
  }

  .footer-line-item .policy a {
    display: block !important;
    width: 100%;
    font-size: 2.4rem;
    text-transform: uppercase;
    border: none;
    padding: 2.5rem 0;
    text-align: center;
    margin: 0;
  }

  .footer-line .first {
    width: 20%;
    height: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 5rem;
    margin-bottom: 2rem;
  }

  .footer-line .first img {
    width: 100%;
    height: auto;
  }

  .footer-line .second {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2rem;
  }

  .footer-line .second p {
    font-size: 3rem;
    margin: 1rem 0;
  }

  .footer-line .third {
    width: 100%;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .footer-line .third p {
    line-height: 1.5;
  }

  .footer-line .four {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .footer-line .four-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-line .five {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }

  .footer-line .five-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-line .six {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
  }

  .footer-line .six-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-line .seven {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 100%;
  }

  .footer-line .seven-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-line .eight {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    width: 100%;
  }

  .footer-line .eight-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-line .nine {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    width: 100%;
  }

  .footer-line .nine-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-line .ten {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    width: 100%;
    height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 575px) {

  .cover {
    max-width: 95%;
  }

  .indent {
    padding: 2rem 0 2.5rem 0;
  }

  .section-header h2 {
    margin: 0;
    font-weight: 700;
    font-size: 3rem;
  }

  /* Main content */
  .main {
    /* Navigation */
  }

  .header .nav {
    padding-bottom: 0;
    position: relative;
    min-height: 7rem;
    height: 7.5rem;
  }

  .header .nav-line-up {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    padding: 1rem 0;
  }

  /* .header .nav-line-up-logo320 {
    display: inline;
    height: 6rem;
    width: auto;
  } */
  .header .nav-line-up-logo {
    /* display: none; */
  }

  .header .nav-line-up p {
    display: none;
  }

  .header .nav-line-up-glass {
    /* display: none; */
  }

  .header .nav-line-up-lang {
    /* display: none; */
    margin-left: 1.2rem;
  }

  .header .nav-line-up-lang-main {
    padding: 0.5rem;
    font-size: 1.2rem;
  }

  .header .nav-line-up-lang ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 2rem 1.2rem 0 1.2rem;
    z-index: 3;
    transform: translateX(-15px)
  }

  .header .nav-line-up-lang ul li {
    list-style-type: none;
  }

  .header .nav-line-up-lang ul li a {
    color: #8f664e;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .header .nav-line-up-man {
    display: none;
  }

  .header .nav-line-up-menu {
    display: block;
  }

  .header .nav-line-low {
    display: none;
  }

  .header .nav-move-content {
    width: 100%;
  }

  .header .nav-move-content button {
    right: 10%;
  }

  .header .nav-move-content p a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .main-slider-item {
    height: 100% !important;
  }

  .main-slider-item-line {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-slider-item-line-header {
    font-size: 3.5rem;
    margin: 1rem 0 1rem 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 80%;
  }

  .main-slider-item-line a {
    margin: 1rem auto;
  }

  .main-slider-item-line .apple {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 60%;
    height: auto;
    margin: 1rem auto 0 auto;
  }

  .main-slider-item-line .apple img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 20rem;
    height: auto;
  }

  .main-slider-item-line .android {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 60%;
    height: auto;
  }

  .main-slider-item-line .android img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 20rem;
    height: auto;
  }

  .main-slider-item-line p {
    width: 75%;
    margin: 1rem 0 2.5rem 0;
    font-size: 1.2rem;
    line-height: 1.5;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .main-slider-item-line-p {
    font-size: 2.1rem !important;
    color: red;
  }

  .main-slider-item-line .start {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 75%;
  }

  .main-slider-item-line .watch {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 75%;
    margin-left: 0;
    margin-top: 2rem;
  }

  .main-slider-item .first-slide {
    background-position: 55% center;
    background-size: auto 120%;
  }

  .main-slider-item .second-slide {
    background-position: center center;
    background-size: cover;
  }

  .main-slider-item .third-slide {
    background-position: 50% center;
    background-size: auto 140%;
  }

  .main-slider-item-left {
    background-color: transparent;
    position: absolute;
    top: 40%;
    z-index: 3;
  }

  .main-slider-item-right {
    background-color: transparent;
    position: absolute;
    top: 40%;
    right: 20%;
    z-index: 3;
  }

  .slick-dots {
    padding: 0;
    bottom: 1rem;
  }

  /* Advantages */
  .advantages-bg {
    display: none;
  }

  .advantages-header {
    color: #000;
    margin-bottom: 0;
    font-size: 3rem;
  }

  .advantages .section-header+p {
    width: 55%;
    font-size: 1.5rem;
    margin: 0 0 2.5rem 0;
  }

  .advantages-line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantages-line-icon {
    width: 50%;
    margin-bottom: 3rem;
  }

  .advantages-line-icon img {
    height: 6rem;
  }

  .advantages-line-icon p {
    margin: 2.5rem auto 0 auto;
    font-size: 1.2rem;
    width: 70%;
  }

  .advantages button {
    margin-top: 0.5rem;
    padding: 2rem 3.5rem;
    width: 80%;
    font-size: 1.5rem;
    text-transform: none;
    border-radius: 10px;
  }

  .advantages button:hover {
    background-color: transparent;
    padding: 1.8rem 1rem;
    border: 2px solid #8f664e;
    color: #000;
  }

  /* Financial tool */
  .finance {
    background-color: #000;
  }

  .finance-links {
    width: 15rem;
    margin-top: -3rem;
    margin-bottom: 9rem;
    margin-left: 0;
    margin-right: auto;
  }

  .finance-links form a {
    display: none;
  }

  .finance-links form select {
    display: inline;
    padding: 1rem 1rem;
    border-radius: 10px;
  }


  /* Discover */
  .discover-barclay {
    display: none;
  }

  .discover-phone {
    display: none;
  }

  .discover-first {
    width: 100%;
    margin-bottom: 0;
  }

  .discover-first-header {
    margin-bottom: 1rem;
  }

  .discover-first-header+p {
    font-size: 1.4rem;
    color: #000;
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
    width: 70%;
  }

  .discover-first-img img {
    margin: 0.6rem 0;
    height: 1.5rem;
    width: auto;
  }

  .discover-first-list p {
    font-size: 1.2rem;
    text-transform: none;
    margin: 0.7rem 0 0.7rem 3rem;
  }

  .discover-second {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .discover-second form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 3rem;
  }

  .discover-second form button {
    display: block;
    padding: 2rem 6rem;
    font-size: 1.8rem;
    margin: 0 auto 2rem auto;
    border-radius: 10px;
  }

  .discover-second form button+button {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
  }

  .discover-second-space {
    display: none;
  }

  .discover-second-space+a {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 2rem;
  }

  .discover-second a+a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-top: 2rem;
  }

  /* Choose */
  .choose-header {
    width: 100%;
  }

  .choose-header h2 {
    color: #fff;
    margin-bottom: 1.2rem;
  }

  .choose-header p {
    font-size: 1.8rem;
  }

  .choose-deposit {
    width: 100%;
    overflow-x: scroll;
  }

  /* .choose-deposit-item {
    width: 18rem;
    position: relative;
    border: 2px solid #8f664e;
    margin: 0 1.5rem 1rem 1.5rem;
  }
  .choose-deposit-item-img {
    position: relative;
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
  }
  .choose-deposit-item-img img + p {
    bottom: 7rem;
    left: 1rem;
    font-size: 2rem;
  }
  .choose-deposit-item-img p + p {
    bottom: 0;
    left: 1rem;
    font-size: 1.6rem;
  }
  .choose-deposit-item .pawn {
    height: 15rem;
    width: 17.6rem;
  }
  .choose-deposit-item .pawn img {
    height: 110%;
    width: auto;
    right: 0;
    bottom: -2.5rem;
  }
  .choose-deposit-item .bishop {
    height: 15rem;
    width: 17.6rem;
  }
  .choose-deposit-item .bishop img {
    height: 140%;
    width: auto;
    right: 0;
    bottom: -4rem;
  }
  .choose-deposit-item .rook {
    height: 15rem;
    width: 17.6rem;
  }
  .choose-deposit-item .rook img {
    position: absolute;
    height: 108%;
    width: auto;
    right: -0.5rem;
    bottom: -1.3rem;
  }
  .choose-deposit-item .king {
    height: 15rem;
    width: 17.6rem;
  }
  .choose-deposit-item .king img {
    position: absolute;
    height: 135%;
    width: auto;
    right: -0.5rem;
    bottom: -1.8rem;
  }
  .choose-deposit-item-paragraph {
    padding: 1rem 0 1rem 5rem;
    margin: 0;
    font-size: 1.2rem;
  } */
  .choose-deposit-item-paragraph img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.5rem;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50px;
  }

  .choose-deposit-item-paragraph .no {
    border: 3px solid #8f664e;
    border-radius: 50px;
  }

  .choose-deposit-item-bishop {
    margin-bottom: 1rem;
  }

  .choose-deposit-item-bishop button {
    display: none;
  }

  .choose-deposit-item-bishop:hover {
    outline: none;
    margin-bottom: 1rem;
  }

  .choose-deposit-item-bishop:hover button {
    display: none;
  }

  .choose-deposit-item-pawn {
    margin-bottom: 1rem;
  }

  .choose-deposit-item-pawn button {
    display: none;
  }

  .choose-deposit-item-pawn:hover {
    outline: none;
    margin-bottom: 1rem;
  }

  .choose-deposit-item-pawn:hover button {
    display: none;
  }

  .choose-deposit-item-rook {
    height: auto;
    margin-bottom: 1rem;
  }

  .choose-deposit-item-rook button {
    display: none;
  }

  .choose-deposit-item-rook:hover {
    outline: none;
    margin-bottom: 1rem;
  }

  .choose-deposit-item-rook:hover button {
    display: none;
  }

  .choose-deposit-item-king {
    height: auto;
    margin-bottom: 1rem;
  }

  .choose-deposit-item-king button {
    display: none;
  }

  .choose-deposit-item-king:hover {
    outline: none;
    margin-bottom: 1rem;
  }

  .choose-deposit-item-king:hover button {
    display: none;
  }

  /* .choose a {
    margin: 2.4rem auto 0 auto;
    width: 100%;
    padding: 2.5rem 6rem;
    font-size: 1.8rem;
  } */

  /* just */
  .just-line {
    width: 100%;
  }

  .just-line-header {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .just-line p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    /* margin: 0 0 1rem 0; */
  }

  .just-line a {
    display: block;
    margin: 0 auto 3rem auto;
    width: 85%;
    padding: 2.1rem 3rem;
    font-size: 1.6rem;
  }

  .just-line a:hover {
    background-color: transparent;
    color: #000;
    border: 2px solid #8f664e;
    padding: 1.9rem 3rem;
  }

  .just #buy-arrow {
    width: 6rem;
    height: 6rem;
    bottom: -7%;
  }

  /* Buy */
  .buy a {
    top: -4rem;
  }

  .buy-upper {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .buy-upper h2 {
    margin-top: 2rem;
    font-size: 2.9rem;
  }

  .buy-upper p {
    font-size: 1.8rem;
  }

  .buy-lower-slider {
    width: 100%;
    margin-bottom: 2rem;
  }

  .buy-lower-slider .slick-dots {
    display: flex !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -3rem;
  }

  .buy-lower-slider .slick-dots li button {
    display: block;
    width: 2rem;
    height: 2rem;
    border: 2px solid #a97b5a;
  }

  .buy-lower-slider .slick-dots .slick-active button {
    background-color: #a97b5a;
  }

  .buy-lower-slider-item {
    display: inline-block;
  }

  .buy-lower-slider-item h3 {
    margin: 0 2% 0.5rem 2%;
    font-size: 1.4rem;
  }

  .buy-lower-slider-item p {
    margin: 0 2% 1.5rem 2%;
    font-size: 1.2rem;
  }

  /* Online */
  .online {
    /* display: none; */
  }

  /* Feddback */
  .feedback {
    /* display: none; */
  }

  /* Footer */
  .footer-line-item {
    width: 14%;
  }

  .footer-line-item h3 {
    font-size: 2.4rem;
    text-transform: uppercase;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
    padding: 2.5rem 1rem;
    margin: 0;
  }

  .footer-line-item a {
    display: none;
    font-size: 2.4rem;
    margin: 0 0 1rem;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .footer-line-item a:hover {
    color: #8f664e;
  }

  .footer-line-item p {
    color: #fff;
  }

  .footer-line-item .links {
    border: 1px solid white;
    width: 100%;
    height: 3rem;
  }

  .footer-line-item-arrow {
    display: block;
    margin-top: 0;
  }

  .footer-line-item-arrow a {
    display: block !important;
    width: 100%;
    font-size: 2.4rem;
    text-transform: uppercase;
    border: 1px solid #a97b5a;
    padding: 2.5rem 0;
    text-align: center;
    margin: 0;
  }

  .footer-line-item-free {
    display: none;
  }

  .footer-line-item .policy {
    display: block !important;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .footer-line-item .policy a {
    display: block !important;
    width: 100%;
    font-size: 2.4rem;
    text-transform: uppercase;
    border: none;
    padding: 2.5rem 0;
    text-align: center;
    margin: 0;
    padding-bottom: 0;
  }

  .footer-line .first {
    width: 20%;
    height: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 5rem;
    margin-bottom: 2rem;
  }

  .footer-line .first img {
    width: 100%;
    height: auto;
  }

  .footer-line .second {
    width: 62%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2rem;
  }

  .footer-line .second p {
    font-size: 2rem;
    margin: 1rem 0;
  }

  .footer-line .third {
    width: 100%;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin-top: 1rem;
  }

  .footer-line .third p {
    line-height: 1.5;
  }

  .footer-line .four {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .footer-line .four-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-line .five {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }

  .footer-line .five-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-line .six {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
  }

  .footer-line .six-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-line .seven {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 100%;
  }

  .footer-line .seven-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-line .eight {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    width: 100%;
  }

  .footer-line .eight-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-line .nine {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    width: 100%;
  }

  .footer-line .nine-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-line .ten {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.nav-line-low .nav-line-low-links ul li {
  float: left;
  display: contents;
}

#menu-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#menu-main>li {
  display: flex;
  flex-direction: column;
  position: relative;
}

#menu-main>li>a {
  padding: 16px 14px;
}

#menu-main .sub-menu {
  display: none;
  border-radius: 3px;
  background-color: #191919;
  position: absolute;
  top: 48px;
  padding: 5px 0;
  z-index: 99;
}

#menu-main .sub-menu a {
  display: block;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 13px;
  text-align: left;
}

#menu-main>li:hover>.sub-menu {
  display: block;
}

#menu-main>li:hover::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-3.5px);
  -ms-transform: translateX(-3.5px);
  -o-transform: translateX(-3.5px);
  transform: translateX(-3.5px);
  font-size: 0;
  border: 7px solid transparent;
  border-bottom-color: #191919;
  z-index: 99;
}

#menu-main {
  padding-inline-start: 0;
  left: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.btn {
  display: inline-block;
  border: 2px solid #8f664e;
  border-radius: 3px;
  padding: 20px 40px;
  min-width: 236px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:not(.btn--empty),
.btn.btn--empty:hover {
  background-color: #8f664e;
  color: #fff;
}

.btn.btn--empty,
.btn:hover {
  background-color: transparent;
  color: inherit;
}

.gold,
p.gold,
.main-block-content-right p.gold,
.white-bg .main-block-content-right p.gold {
  color: #8f664e;
}

.finance .cover {
  position: relative;
}

.black-bg {
  background-color: #000;
  color: #fff;
}

.white-bg {
  background-color: #fff;
  color: #000;
}

.gray-bg {
  background-color: #191919;
  color: #fff;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.choose-cover p {
  margin-top: 35px;
}

.section-header {
  margin: 35px 0;
}

.mobile-stores {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.mobile-store-btn {
  display: block;
  padding: 10px;
  border: 2px solid currentColor;
  border-radius: 3px;
  color: #fff;
}

.discover .mobile-store-btn {
  color: #191919;
}

.mobile-stores .mobile-store-btn:not(:last-child) {
  margin-right: 25px;
}

.mobile-store-btn:hover {
  color: #8f664e;
}

.mobile-store-btn svg {
  width: 145px;
  height: 38px;
}

.feedback #mc-container, .feedback #mc-last {
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
}

.discover-second-buttons .btn:not(:last-child) {
  margin-right: 20px;
}

.awards-grid {
  margin-bottom: 40px;
}

.awards-grid img {
  height: 135px;
}

.section-header p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #8f664e;
}

.section-header.section-header--big {
  font-size: 40px;
}

.just .section-header h2 {
  margin-bottom: 5px;
}

.just .section-header p {
  margin-bottom: 0;
}

.footer-menu .sub-menu {
  padding-left: 0;
  list-style: none;
}

.footer-menu .menu-item a {
  color: #fff;
}

.footer-menu .menu-item a:hover {
  text-decoration: underline;
}

.footer-menu>.menu-item>a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-menu .sub-menu li {
  margin-bottom: 8px;
}

.footer-menu .sub-menu a {
  font-size: 10px;
}

.footer-left {
  width: 25%;
}

.footer-copyrights {
  margin-top: 15px;
  max-width: 63.5%;
}

.footer-copyrights p {
  font-size: 9px;
  line-height: 1.8;
  color: #737373;
  margin: 0 0 10px;
}

.footer-phone {
  display: block;
  font-size: 14px;
  color: #fff;
  margin: 15px 0;
}

.footer-phone:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-socials a {
  display: block;
  color: #8f664e;
}

.footer-socials a:hover {
  color: #fff;
}

.footer-socials a svg {
  width: 21px;
  height: 21px;
}


.header panda-forex-menu .button-pandats {
  color: #fff;
}

.header panda-forex-menu .button-pandats:hover {
  color: #8f664e;
  border-color: #8f664e;
}

.header panda-forex-menu .button-pandats .user-name-pandats,
.header .mainpandats [class*=" icon-"]:before,
.header .mainpandats [class^=icon-]:before {
  color: inherit;
}

#footerMenu {
  padding-left: 0;
  list-style: none;
}

#mc-container, #mc-last {
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
}

/*****REVIEWS PAGE*****/
#reviews{
  padding: 60px 0;
}
.review-item{
  display: flex;
  padding: 20px;
}
.avatar{
  width: 10%;
}
.avatar img{
  width: 100%;
  border-radius: 100px;
  overflow: hidden;
}
.review-content{
  color: #fff;
  margin: 0 20px;
  width: 90%;
}
.review-content .author-name{
  font-size: 2.3rem;
  margin-bottom: 10px;
}
.review-content .review-text{
  font-size: 1.4rem;
}
.review-rating{
  color: #8f664e;
}
@media only screen and (max-width: 600px) {

  .review-item {
    display: flex;
    padding: 20px 0;
  }
  .avatar {
    width: 70px;
    position: absolute;
  }
  .review-content {
    color: #fff;
    margin: 0;
    width: 100%;
  }
  .review-content .author-name {
    font-size: 2rem;
    margin-bottom: 30px;
    margin-left: 80px;
  }
  .review-rating {
    color: #8f664e;
    display: block;
  }
}