body {
	font-family: BloggerSans;
	color: #333;
	position: relative;
	background-image: url(/assets/images/new_page/main_fone.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: BloggerSans;
	font-weight: bold;
}
a, img, fa, .animation, .inputlist, .borders, button.link {
  text-decoration: none;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: 0;
}
a, button.link {
  color: #333;
  cursor: pointer;
}
a:visited, a:focus, a:active, button.link:visited, button.link:focus, button.link:active {
  text-decoration: none;
  color: #565656;
  box-shadow: none;
}
a:hover, button.link:hover {
  text-decoration: none;
	color: #f60b4e;
}
a.active {
  color: #f60b4e;
}
a.info {
  font-weight: bold;
  text-decoration: underline;
}
a.info:hover {
  color: #565656;
  text-decoration: none;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.go-to-top {
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
	color: #b3b3b3;
}
.borders {
  border: .1rem solid #fff;
  overflow: hidden;
  border-radius: 1rem;
  border-radius: .25rem;
}
.borders:hover {
  border: .1rem solid rgba(51, 51, 51, 0.2);
}
.mb-none {
  margin-bottom: 0
}
.relative {
  position: relative;
}
.align-center {
  align-items: center;
  text-align: center;
}
.align-items-center {
  align-items: center;
}
.font-x3 {
  font-size: 1.3rem;
}
.margin-center {
  margin: 0 auto;
}
.nomargin {
  margin: 0;
}
.nopadding {
  padding: 0;
}
.marginbottom {
  margin-bottom: 1rem;
}
ul.nolist {
  list-style: none;
  padding-left: 0;
}
.btn-pink {
  font-weight: bold;
  border-color: #e73cbe;
  color: #e73cbe;
}
.btn-pink:hover {
  color: #fff;
  background-color: #e73cbe;
  border-color: #e73cbe;
}
.btn-yelow {
  font-weight: bold;
  border-color: #f8d112;
  color: #f8d112;
}
.btn-yelow:hover {
  color: #fff;
  background-color: #f8d112;
  border-color: #f8d112;
}
.btn-blue {
  font-weight: bold;
  border-color: #4eb6ff;
  color: #4eb6ff;
}
.btn-blue:hover {
  color: #fff;
  background-color: #4eb6ff;
  border-color: #4eb6ff;
}
body > .container, body > .container-fluid, .bg-white {
  background-color: #fff;
  box-shadow: 0 0 1rem 0.5rem rgb(255, 255, 255);
  border-radius: .5rem;
  padding-bottom: 1rem;
}
.pb1 {
  padding-bottom: 1rem;
}
.pagination {
  justify-content: center;
  font-weight: bold;
}
.pagination .active .page-link {
  background-color: #333333;
  border-color: rgba(51,51,51,.2);
}
.pagination a.page-link:hover {
  color: #333333;
}
.pagination .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(51,51,51,.25);
}
.ufo {
  display:none;
}
.btn-new-there {
  border-radius: 50px;
  padding: .5rem 2rem;
  font-weight: bold;
  border-color: #212529;
}
.btn-new-there:hover {
  border-color: #009dfc;
  color: #009dfc;
  text-decoration: none;
}
/* Start Header Style */
/*
header {
  position: absolute;
  top: 0;
  width: 100%;
}
*/
header hr {
  border: 1px solid rgba(0,0,0,.125);
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
}
header .nav-title .close-menu {
  position: fixed;
  right: 1rem;
  top: 1rem;
}
header .nav-title .language-menu {
  position: fixed;
  left: 1rem;
  top: 1rem;
  font-size: 1rem;
  text-decoration: revert;
}
header .nav-title .main-logo {
  margin: -1rem -1rem 0 -1rem;
}
header .desctop-menu .nav {
  justify-content: flex-end;
  font-weight: bold;
}
header  .desctop-menu .container {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  justify-content: space-between;
}
header .menu-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu-link {
  display: none;
  padding: 0.5rem 1rem;
}
header .menu {
  position: fixed;
  left: 0;
  top: 0;
  padding: 1rem;
  width: 16rem;
  overflow-y: auto;
  height: 100%;
  background: #fff;
  z-index: 100;
  box-shadow: 0 0 10px rgba(3, 3, 3, 0.50);
  -webkit-transform: translate3d(-17rem,0,0);
  transform: translate3d(-17rem,0,0);
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
  -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
  transition-timing-function: cubic-bezier(.7,0,.3,1);
}
header h6.title {
  color: #333;
}
header .menu.open {
  display: flex;
  flex-direction: column;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform .8s;
  transition: transform .8s;
  -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
  transition-timing-function: cubic-bezier(.7,0,.3,1);
}
header .menu .nav-footer {
  flex: 1;
}
header .menu .nav-footer {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
header .menu .nav-item.active {
  text-shadow: -0.1rem -0.1rem 0px #f7e137, 0.1rem 0.1rem 0em #f04081;
}
header .menu-wrap {
  display: none;
  position: fixed;
  width: 991px;
  height: 100%;
  top: 0;
  z-index: 0;
  left: -991px;
  opacity: 0;
  box-shadow: 0.2rem 0 1rem 0 rgba(3, 3, 3, 0.5);
  background: rgba(51,51,51,.3);
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  -webkit-transition: opacity .4s,-webkit-transform 0s .4s;
  transition: opacity .4s,transform 0s .4s;
  -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
  transition-timing-function: cubic-bezier(.7,0,.3,1);
}
header .menu-wrap.show {
  opacity: 1;
  z-index: 90;
}
header .nav-title {
  display: flex;
  justify-content: space-between;
}
header .navbar-nav {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2rem;
}
footer {
  background-image: url(/assets/images/other/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-marketThere {
  background-color: #8ecdf6;
  border-radius: 50px;
  padding: .5rem 2rem;
  font-weight: bold;
  border-color: #fff;
}
.btn-marketThere:hover {
  border-color: #565656;
}
.main-title .offset-md-6 {
  text-align: center;
  align-self: center;
}
.main-title, .second-title {
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.main-title {
  height: 712px;
}
.second-title > div {
  align-items: center;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.main-title-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main-title-image img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 3.5rem auto;
}
.second-title .col-md-6 {
  align-items: center;
  align-self: center;
  text-align: center;
}
a.nav-link {
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.25s ease-in-out;
}
.home a.nav-link {
  text-shadow: 1px 1px 0em #f04081;
  color: white;
}
a.nav-link:hover {
  text-shadow: 1px 1px 0px #f7e137, 3px 3px 0em #f04081;
}
@media (max-width: 768px) {
  header .menu-link {
    display: inherit;
  }
  header .menu-wrap.show {
    display: block;
  }
  header .desctop-menu {
    display:none;
  }
  .main-title .offset-md-6 {
    text-align: center;
    align-self: auto;
  }
}
/* End Header Style */
/* Start footer Style */
footer .logo > img {
  width: 100px;
}
footer .block-logo {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
footer .social .links {
  font-weight: bold;
  margin: .7rem;
  white-space: nowrap;
}
footer .terms {
  margin-top: 1rem;
  text-align: right;
}
@media (max-width: 768px) {
  footer .block-logo {
    flex-direction: column;
  }
  footer .social {
    order: 1;
  }
  footer .terms {
    text-align: center;
    margin-top: 2rem;
  }
}
/* End footer Style */

/* Start  Main Content Style */
.text-shadow-1 {
  text-shadow: 0.1rem 0.1rem 0px #009efe, 0.1rem -0.1rem 0em #f04081;
}
.text-shadow-2 {
  text-shadow: 0.1rem 0.1rem 0px #ffe300, 0.1rem -0.1rem 0em #f04081;
}
.text-shadow-3 {
  text-shadow: 0.1rem 0.1rem 0px #f04081, 0.1rem -0.1rem 0em #009efe;
}
section {
  margin-bottom: 3rem;
}
.block1 {
  padding-top: 5rem;
}
section.block1 {
  background-image: url(/assets/images/new_page/main_image_new.png);
  min-height: 800px;
  height: 80vh;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.block1 h1 {
  font-size: 4rem;
  text-align: center;
  text-shadow: 0.1rem 0.1rem 0px #f7e137, 0.1rem -0.1rem 0em #f04081;
  color: #000;
  margin-top: 575px;
}
.block2 .col {
  text-align: center;
}
.block2 .display-5, .block2 p.lead {
  font-weight: bold;
}
section.block3 {
  min-height: 500px;
  display: flex;
}
.block3 .container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.block3 .container .row:first-child {
  flex-grow: 1;
  align-items: center;
}
.block3 .image {
  width: 350px;
  position: absolute;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block3 .image.first {
  background-image: url(/assets/images/new_page/image1.png);
  left: 25px;
  top: 25px;
}
.block3 .image.second {
  background-image: url(/assets/images/new_page/image2.png);
  right: 100px;
  top: 0;
}
.block3 .display-1, .block4 .display-1 {
  font-weight: bold;
  text-align: center;
}
.block3 .display-1:first-letter {
  text-decoration: underline;
  text-shadow: 0.1rem 0.1rem 0px #f7e137, 0.1rem -0.1rem 0em #f04081;
  color: #000;
}
.block4 .image {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.block4 {
  min-height: 700px;
}
.block4 .container {
  position: relative;
}
.block4 .container .row:nth-child(2) {
  margin-bottom: 200px;
  margin-top: 50px;
}
.block4 img.first {
  max-width: 700px;
  left: calc(50% - 350px);
  top: 100px;
  position: absolute;
}
.block5 .col > *, .block7 .col-12 > *, .block8 .display-1 {
  font-weight: bold;
  text-align: center;
}
.block5 .container {
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block5 .container img {
  position: absolute;
  max-width: 350px;
}
.block5 img.left {
  left: -30px;
  top: -130px;
}
.block5 img.right {
  right: 0;
  bottom: -50px;
}
.block8 .col-12 > img {
  float: left;
}
.block8 .cards {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.block8 .cards img {
  max-width: 60px;
  padding-right: 10px;
}
.block8 .info {
  text-align: center;
}
@media (max-width: 1200px) {
  section.block3 {
    min-height: 700px;
  }
  .block3 .display-1 {
    margin-top: 100px;
  }
  .block3 .image.first {
    left: calc(50% - 175px);
    top: -50px;
  }
  .block3 .image.second {
    top: 350px;
    left: calc(50% - 215px);
  }
  .block5 img.left {
    left: -100px;
    top: -150px;
  }
  .block5 img.right {
    right: -75px;
  }
}
@media (max-width: 992px) {
  body {
    background-image: none;
  }
  .block4 .container .row:nth-child(2) {
    margin-bottom: 350px;
  }
  .block5 .container {
    align-items: flex-end;
    height: 500px;
  }
  .block5 img.left {
    left: 0;
    top: 0;
  }
  .block5 img.right {
    right: 0;
    bottom: 50px;
  }
}
@media (max-width: 768px) {
  section.block1 {
    background-position: center;
  }
  .block1 h1 {
    margin-top: 100px;
  }
  section.block3 {
    min-height: 900px;
  }
  .block3 .display-1 {
    margin-top: 0;
  }
  .block3 .image.first {
    top: 0;
  }
  .block3 .image.second {
    left: calc(50% - 175px);
  }
  section.block4 {
    min-height: 584px;
  }
  .block4 img.first {
    width: 350px;
    left: calc(50% - 175px);
    top: 200px;
    position: absolute;
  }
  .block4 .container .row:nth-child(2) {
    margin-bottom: 250px;
  }
  .block5 img.left {
    width: 250px;
  }
  .block5 img.right {
    width: 250px;
    bottom: 75px;
  }
  .block8 .col-12 > img {
    width: 300px;
  }
}
@media (max-width: 576px) {
  .block8 .col-12 > img {
    width: 400px;
    float: none;
    display: block;
    margin: 0 auto;
  }
}
/* End Main Content Style */