/** 
      Joomla Site Template 5.2
      by Ethicist < cryingdaemon@gmail.com >
**/

:root {
  --frontpage-slider-height: 720px;
  --header-height: 110px;
  --header-background: #3c3636cc;
  --template-width: 1200px;
  --footer-height: 258px;
}

body .body *{
	transition: all .35s ease;
}

html{
    transition: none;
    scroll-behavior: smooth;
}
body{
    min-width: var(--template-width);
    transition: none;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.body{
    margin: 0 auto;
    padding: 0px;
    transition: none;
}
.wrapper{
    width: var(--template-width);
    margin: 0 auto;
}

button:focus {
  outline: none !important;
}

video {
  border-radius: .5em;
}

video:focus {
  outline: none;
  border: none;
}

.video-block {
  background: #333;
  padding-top: 25px;
  padding-bottom: 25px;
}

/*
preloader
*/

#loader-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
  z-index: 1001;
  transition: all 0.35s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader {
  /*position: absolute;
  left: 50%;
  top: 50%;*/
  z-index: 999;
  width: 150px;
  height: 150px;
  /*margin: -75px 0 0 -75px;*/
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #f90;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  transition: all 0.35s ease-in-out;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** наверх **/
#top{
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
    color: #fff;
    background-color: #333333dd;
    z-index: 1024;
    width: 32px;
    height: 32px;
    padding: 20px 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: .35s ease all;
    background-image: url('images/icons/top.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#top:hover{
    background-color: #333333ff;
    transition: .35s ease all;
}

/* bc */
.breadcrumb {
  background-color: rgba(0,0,0,0.4);
  height: 60px;
  padding: 10px;
  margin-bottom: 75px;
}

.breadcrumb .wrapper,
.breadcrumb li span,
.breadcrumb li > span {
  display: flex;
  align-items: center;
}

.breadcrumb li a,
.breadcrumb li span {
  display: flex;
  color: #000;
}

.breadcrumb li {
  display: flex;
  font-size: 16px;
  font-family: "Roboto Slab";
  color: rgb(4, 4, 4);
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 100%;
}

.breadcrumb li > span {
  height: 100%;
}

.breadcrumb li:last-child > span {
  color: #FFC90D;
}

.breadcrumb li:first-child,
.breadcrumb .divider:first-child {
  display: none;
}

.breadcrumb .divider {
  margin-left: 8px;
  margin-right: 8px;
}

.breadcrumb  > li + li:before {
    color: #000;
}

/*
 Header
 */ 
 
.header-panel {
  width: 100%;
  height: var(--header-height);
  background-color: var(--header-background);
  position: fixed;
  top: 0;
  z-index: 1000;
}

.header-container {
  display: flex !important;
}

.header-container > div {
  height: var(--header-height);
}

.header-logo {
  cursor: pointer;
}

.header-logo:before {
  content: '';
  background-image: url('images/design/header-logo.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 270px;
  height: 140px;
  position: absolute;
  left: 52px;
  top: 10px;
  z-index: 1001;
}

.header-logo:after {
  content: '';
  background-image: url('images/design/boobs.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 278px;
  height: 49px;
  position: absolute;
  top: 110px;
  left: 48px;
  z-index: 999;
}

.header-contacts {
  font-size: 18px;
  font-family: "Comfortaa";
  color: rgb(247, 243, 239);
  text-align: left;
}

.icon-circle {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 25px;
}

.icon-circle.telegram {
  background-image: url('images/icons/telegram.svg');
}

.icon-circle.vk {
  background-image: url('images/icons/vk.svg');
}

.icon-circle.email {
  background-image: url('images/icons/email_2.svg');
}

.icon-circle.user {
  background-image: url('images/icons/user_icon.svg');
}

.icon-circle.whatsapp {
  background-image: url('images/icons/whatsapp.svg');
}

.icon-circle.signin {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-left: 0;
  /*margin-right: 15px;*/
  margin-top: -10px;
  background-image: url('images/icons/user.svg');
  position: relative;
  top: 10px;
  left: -4px;
}

.modal .btn-signin  {
  width: calc(50% - 30px) !important;
}

.btn-signin,
.btn-sample{
  background-color: rgb(255, 156, 0);
  background-image: -moz-linear-gradient( 135deg, rgb(255,198,0) 0%, rgb(249,221,126) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(255,198,0) 0%, rgb(249,221,126) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(255,198,0) 0%, rgb(249,221,126) 100%);
  width: 100%;
  height: 45px;
  border-radius: 100px;
  font-size: 18px;
  font-family: "Comfortaa";
  color: rgb(53, 52, 51);
  line-height: 30px;
  text-align: center;
}

.btn-signin:hover {
  background-image: none;
  box-shadow: 0px 3px 4.75px 0.25px rgba(135, 127, 102, 0.004);
}
.btn-sample{
	width:auto;
	display:inline-flex;
}

.btn-signup {
  background: transparent;
  border-width: 2px;
  border-color: rgb(255, 194, 0);
  border-style: solid;
  border-radius: 100px;
  box-shadow: 0px 3px 4.75px 0.25px rgba(135, 127, 102, 0.004);
  width: 100%;
  height: 45px;
  font-size: 18px;
  font-family: "Comfortaa";
  color: white;
  line-height: 30px;
}

.btn-signup:hover {
  background-color: rgba(255, 198, 0, 0.25);
  box-shadow: 0px 3px 4.75px 0.25px rgba(135, 127, 102, 0.004);
  color: white;
}

.btn-packages {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E2DE2, #4A00E0) repeat scroll 0 0;
  transition: linear 0.1s;
  color: #fff !important;
  border-color: #4A00E0;
  border-style: solid;
  border-radius: 100px;
  font-size: 15px;
  font-family: "Comfortaa";
  color: white;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  box-shadow:
    0 0.3px 1.2px rgba(74, 0, 224, 1),
    0 0.8px 3px rgba(74, 0, 0, 224.719),
    0 1.5px 5.6px rgba(74, 0, 224, 0.596),
    0 2.7px 10.1px rgba(74, 0, 224, 0.5),
    0 5px 18.8px rgba(74, 0, 224, 0.404),
    0 12px 45px rgba(74, 0, 224, 0.281)
  !important;
}

.btn-packages:hover {
  border-color: #4A00E0 !important;
  box-shadow: 0px 3px 4.75px 0.25px #4A00E0 !important;
  color: white;
}

/*
 Packages
 */
 
.packages-wrapper {
  display: grid; 
  grid-auto-flow: column dense; 
  grid-auto-columns: 1fr 1fr 1fr; 
  grid-template-columns: repeat(3, 1fr); 
  /*grid-template-rows: repeat(2, 1fr); */
  grid-template-rows: repeat(4, 1fr); 
  gap: 15px 15px; 
  grid-template-areas: 
    ". . ."
    ". . ."; 
  align-content: center; 
  justify-items: start;
  align-items: center; 
}

.package {
  width: 100%;
  height: 320px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.2);
  backdrop-filter: blur(17px);
  text-align: center;
  flex-direction: column;
  overflow: hidden;
}

.package .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.package:hover .icon {
  width: 128px;
  height: 128px;
}

.package .caption {
  font-size: 16px;
  font-family: "Comfortaa";
  color: rgb(0, 0, 0);
  font-weight: bold;
  /*line-height: 2.625;*/
  line-height: 1;
  cursor: default;
  margin-bottom: 1em;
  
  height: 65px;
}

.package .btn-signup{
	font-size: 15px;
}

.package-0,
.package-12 {
  background-color: rgba(0, 150, 250, 0.17);
}
.package-0:hover,
.package-12:hover {
  background-color: rgba(0, 100, 200, 0.17);
}
.package-0 .icon,
.package-12 .icon {
  background-image: url('images/icons/d-01.svg');
}

.package-1,
.package-14 {
  background-color: rgba(200, 50, 200, 0.17);
}
.package-1:hover,
.package-14:hover {
  background-color: rgba(125, 0, 125, 0.17);
}
.package-1 .icon,
.package-14 .icon,
.package-16 .icon,
.package-18 .icon{
  background-image: url('images/icons/d-02.svg');
}

.package-4 {
  background-color: rgba(200, 50, 200, 0.17);
}
.package-4:hover {
  background-color: rgba(125, 0, 125, 0.17);
}
.package-4 .icon {
  background-image: url('images/icons/d-02.svg');
}

.package-2,
.package-6,
.package-9,
.package-13,
.package-19{
  background-color: rgba(50, 200, 50, 0.17);
}
.package-2:hover,
.package-6:hover,
.package-9:hover,
.package-13:hover,
.package-19:hover{
  background-color: rgba(0, 150, 0, 0.17);
}
.package-2 .icon,
.package-6 .icon,
.package-9 .icon,
.package-13 .icon,
.package-19 .icon{
  background-image: url('images/icons/d-03.svg');
}

.package-3,
.package-8,
.package-10,
.package-17,
.package-20,
.package-21{
  background-color: rgba(255, 50, 50, 0.17);
}
.package-3:hover,
.package-8:hover,
.package-10:hover,
.package-17:hover,
.package-20:hover,
.package-21:hover{
  background-color: rgba(200, 0, 0, 0.17);
}
.package-3 .icon,
.package-8 .icon,
.package-10 .icon,
.package-17 .icon,
.package-20 .icon,
.package-21 .icon{
  background-image: url('images/icons/d-04.svg');
}

.package-5,
.package-7,
.package-11,
.package-15,
.package-22{
  background-color: rgba(0, 150, 250, 0.17);
}
.package-5:hover,
.package-7:hover,
.package-11:hover,
.package-15:hover,
.package-22:hover{
  background-color: rgba(0, 100, 200, 0.17);
}
.package-5 .icon,
.package-7 .icon,
.package-11 .icon,
.package-15 .icon,
.package-22 .icon{
  background-image: url('images/icons/d-01.svg');
}
.package-6 .icon {
	background-image: url('images/icons/d-03.svg');
}

.package-bought {
  background-color: rgba(255, 255, 255, 0.17) !important;
}
.package-bought:hover {
  background-color: rgba(200, 200, 200, 0.17) !important;
}
.package-bought .icon {
  filter: grayscale(75%);
}
.package-bought:hover .icon {
  filter: grayscale(65%);
}

.text {
  font-size: 20px;
  font-family: "Roboto Slab";
  color: rgb(4, 4, 4);
  font-weight: bold;
  line-height: 1.4;
  margin-top: 25px;
  text-align: center;
  width: 100%;
}

.profile_packages .package{
    width: 50%;
    height: 100px;
    margin: 10px 0;
}
.profile_packages .package .caption{
    margin: 0;
    font-size: 14px;
}

/*
 Ribbon
 */

.ribbon {
  margin: 0;
  padding: 0;
  background: #ffc50099;
  color: black;
  padding:1em 0;
  position: absolute;
  top:0;
  right:0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  font-family: 'Comfortaa';
  font-size: 14px;
  cursor: default;
}
.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: #ffc50099;
}
.ribbon:before {
  right:100%;
}

.ribbon:after {
  left:100%;
}

/*
 Countdown
 */

.countdown-wrapper {
  background-color: transparent;
  display: inline-block;
  height: 6rem;
  position: relative;
  /*bottom: -128px;*/
  width: 6rem;
}

.countdown-circle {
  border: 0.25rem solid;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  transform-origin: 100% 50%;
  width: 50%;
}

.spinner {
  animation: rotation-animation 10s linear 1 forwards;
  border-color: #ffc100ff;
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  border-right: none;
  z-index: 200;
}

.left-half {
  animation: left-half-animation 10s steps(1,end) 1 forwards;
  border-color: #606060;
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  border-right: none;
  z-index: 400;
}

.right-half {
  animation:  right-half-animation 10s steps(1,end) 1 forwards;
  background-color: inherit;
  border-color: #606060;
  border-left: none;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  left: 50%;
  z-index: 100;
}

.countdown-mask {
  animation: mask-animation 10s steps(1,end) 1 forwards;
  background: inherit;
  height: 200%;
  left: -50%;
  opacity: 1;
  position: absolute;
  top: -50%;
  width: 100%;
  z-index: 300;
}

@keyframes rotation-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes mask-animation {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

@keyframes left-half-animation {
  0% {
    z-index: 400;
  }
  50%, 100% {
    z-index: 100;
  }
}

@keyframes right-half-animation {
  0% {
    border-color: #606060;
    z-index: 100;
  }
  50%, 100% {
    border-color: #ffc100;
    z-index: 400;
  }
}

/*
 Slider
 */
 
.owl-slide {
  width: 100%;
  height: var(--frontpage-slider-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-carousel {
  height: var(--frontpage-slider-height);
  display: flex;
  justify-content: center;
}

.owl-theme .owl-nav {
  position: relative;
  width: var(--template-width);
  margin: 0 auto;
  bottom: calc( var(--frontpage-slider-height) / 2 );
  display: flex;
  padding: 0;
  justify-content: space-between;
  height: 1px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

/*
 Frontpage section
 */
 
section {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  overflow: hiddden;
}

section.first {
  background-image: url('images/background/1-01.png'), url('images/background/1-02_i.png');
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
}

section.second {
  background-image: url('images/background/2-01.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}

.dark-block {
  background-color: rgb(53, 52, 51);
  min-height: 450px;
}

.dark-block p {
  color: white;
  font-size: 32px;
  font-family: "Roboto Slab";
  max-width: 500px;
  margin: 0;
}

.dark-block p b, 
.dark-block p strong {
  color: rgba(255, 198, 0);
  font-weight: normal;
}

.image-container,
.image-container > figure,
.image-container > figure > figcaption {
  width: 555px !important;
  height: 380px;
  z-index: 999;
}

section.first .dark-block {
  padding-top: 70px;
  padding-left: 100px;
}

section.first .image-container > figure {
  position: relative;
  top: 50px;
  left: 5%;
  margin: 0;
  padding: 0;
}

section.first .image-container > figure > figcaption {
  border: 10px solid #ffc100aa;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: -1;
  margin: 0;
  padding: 0;
  -webkit-animation: orbit2 4s linear infinite;
  -moz-animation: orbit2 4s linear infinite;
  -o-animation: orbit2 4s linear infinite;
  animation: orbit2 4s linear infinite;
}

section.second .dark-block {
  padding-top: 30px;
  padding-right: 120px;
  padding-left: 30px;
}

section.second .dark-block p {
  width: auto;
  float: right;
}

section.second .image-container {
  left: -5%;
}

section.second .image-container > figure {
  position: relative;
  top: 50px;
  right: 50px;
  margin: 0;
  padding: 0;
}

section.second .image-container > figure > figcaption {
  border: 10px solid #ffc100aa;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: -1;
  margin: 0;
  padding: 0;
  -webkit-animation: orbit2 4s linear infinite;
  -moz-animation: orbit2 4s linear infinite;
  -o-animation: orbit2 4s linear infinite;
  animation: orbit2 4s linear infinite;
}

section .container-fluid,
section .row {
  padding: 0;
}

section main.wrapper {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 100px;
}

.success-chart {
  max-width: 500px;
  width: 500px;
  float: right;
  height: 250px;
  margin-top: 45px;
  background-image: url('images/design/success-chart.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.lotos {
  max-width: 500px;
  width: 500px;
  height: 111px;
  margin-top: 25px;
  background-image: url('images/design/lotos.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

section main h1,
.page-header{
  display: inline-block;
  font-size: 42px;
  font-family: "Roboto Slab";
  color: rgb(4, 4, 4);
  font-weight: bold;
  text-align: left;
  border-bottom: 3px solid #ffc100ff;
}

section.first main h1 {
  float: right;
}

section.second main h1 {
  float: left;
}

section main .heading-wrapper {
  display: block;
  width: var(--template-width);
  height: 100px;
}

section main .awesome-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

section main .awesome-item {
  margin-top: 25px;
  margin-right: 25px;
  width: calc(20% - 25px);
  height: 250px;
  padding: 0;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 0 1 auto;
  text-align: center;
  background-color: #aaaaaa40;
  border-radius: .35rem;
  padding: 17px;
  font-size: 18px;
  font-family: "Roboto Slab";
  color: rgb(4, 4, 4);
  font-weight: bold;
  cursor: default;
  backdrop-filter: blur(7px);
}

.awesome-icon-01 {
  width: 136px;
  height: 140px;
  background: url('images/design/awesome.png') -360px -0;
}

.awesome-icon-02 {
  width: 146px;
  height: 140px;
  background: url('images/design/awesome.png') -496px -0;
}

.awesome-icon-03 {
  width: 119px;
  height: 140px;
  background: url('images/design/awesome.png') -0 -0;
}

.awesome-icon-04 {
  width: 120px;
  height: 130px;
  background: url('images/design/awesome.png') -119px -0;
}

.awesome-icon-05 {
  width: 121px;
  height: 140px;
  background: url('images/design/awesome.png') -239px -0;
}

section main .awesome-item:last-child {
  margin-right: 0;
}

section.second > main > div.container-fluid > div > div > p > a {
  margin-left: 47px;
  text-decoration: underline;
  font-size: 16px;
  font-family: "Roboto Slab";
  color: rgb(4, 4, 4);
  font-weight: bold;
}

section.second > main > div.container-fluid > div > div > p > a:hover {
  color: #d52;
}

/*
 Footer
 */
 
.footer {
  background-color: #000000cc;
  height: var(--footer-height);
  display: flex;
  align-items: stretch;
}

body > div.body > .footer > div > div > div {
  height: var(--footer-height);
  display: flex;
  align-items: center;
}

.footer .footer-contacts-container {
  display: flex;
  justify-content: center;
  padding-top: 17px;
}

.footer .footer-contacts-container > a {
  margin-left: 20px;
}

.footer .footer-contacts-container > a:first-child {
  margin-left: 0;
}

.footer .header-contacts {
  text-align: center;
}

.footer ul > li > a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "Comfortaa";
  color: rgb(247, 243, 239);
}

.footer ul > li > a:hover {
  color: rgb(255,255,120);
}

.footer ul > li > a > div {
  margin-right: 15px;
}

.footer-logo {
  background-image: url('images/design/footer-logo.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 165px;
  height: 86px;
  /*margin: 0 auto;*/
}

body > div.body > .footer > div > div > div > div:nth-child(1) > a {
  display: inline-block;
}

.footer > .wrapper {
  display: flex;
  align-items: center;
}

/*
 Other pages / Content
 */

main.content {
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 100px;
  background-image: url('images/background/woman.png'), url('images/background/1-01.png');
  background-position: center center, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
}

/*
 Forms
 */

.login_header {
  text-align: center;
  background-color: rgba(255, 198, 0, 0.5);
  padding: 10px;
  font-size: 24px;
  font-family: "Roboto Slab";
  color: rgb(0, 0, 0);
}

.input_field {
  border: 1px solid rgb(221, 213, 213);
  border-radius: 5px;
  background-color: rgb(245, 245, 245);
  box-shadow: 0px 3px 5.82px 0.18px rgba(74, 74, 72, 0.5);
  width: calc(100% - 100px);
  padding: 20px 10px;
  margin: 10px 50px;
}

/*input:hover, */
#signin_form input:active, 
#signin_form input:focus,
#set_cityname input:active, 
#set_cityname input:focus
{
  outline: 0px !important;
  border: 1px solid rgb(221, 213, 213) !important;
  box-shadow: 0px 3px 5.82px 0.18px rgba(74, 74, 72, 0.5) !important;
  -webkit-appearance: none;
}

::placeholder {
  font-size: 16px;
  font-family: "Roboto Slab";
  color: rgba(0, 0, 0, 0.502) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  font-size: 16px;
  font-family: "Roboto Slab";
  color: rgba(0, 0, 0, 0.502) !important;
}

.modal-header > svg,
.modal-header > button > svg {
  width: 32px;
  height: 32px;
}

#signin_form .modal-dialog,
#set_cityname .modal-dialog,
#remind_password .modal-dialog
{
  margin: calc(var(--frontpage-slider-height) / 2 - 150px) auto
}

#signin_form .modal-content,
#set_cityname .modal-content,
#remind_password .modal-content
{
  background: transparent;
  border: none;
  box-shadow: 0px 3px 4.75px 0.25px rgba(135, 127, 102, 0.004);
}

#signin_form .modal-header,
#set_cityname .modal-header,
#signup_form .modal-header,
#remind_password .modal-header
{
  width: 100%;
  justify-content: flex-end;
  /*width: 48px;*/
  /*justify-content: center;*/
  align-items: center;
  align-self: flex-end;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /*background: rgba(255,255,255,0.5);*/
  background: #fff;
  backdrop-filter: blur(7px);
  position: relative;
  bottom: 0;
}

#signin_form .modal-header .close,
#signup_form .modal-header .close,
#set_cityname .modal-header .close,
#remind_password .modal-header .close
{
  padding: 0.5rem;
  margin: -1.1rem -1rem;
  opacity: 1;
}

#signin_form .modal-body,
#signup_form .modal-body,
#set_cityname .modal-body,
#remind_password .modal-body
{
  padding: 0;
  background: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  top: -1px;
}

.modal-body > iframe {
  /*border-top-left-radius: 0 !important;*/
  border-top-left-radius: 8px ;
  border-top-right-radius: 8px ;
  border-bottom-left-radius: 8px ;
  border-bottom-right-radius: 8px ;
}

.btn-signin {
  background-image: -moz-linear-gradient( 135deg, rgb(255,198,0) 0%, rgb(249,221,126) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(255,198,0) 0%, rgb(249,221,126) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(255,198,0) 0%, rgb(249,221,126) 100%);
  box-shadow: 0px 3px 4.75px 0.25px rgba(135, 127, 102, 0.004);
  margin: 20px auto;
}

.btn-signin:hover,
.btn-sample:hover {
  background-image: -moz-linear-gradient( -135deg, rgb(255,198,0) 0%, rgb(249,221,126) 100%);
  background-image: -webkit-linear-gradient( -135deg, rgb(255,198,0) 0%, rgb(249,221,126) 100%);
  background-image: -ms-linear-gradient( -135deg, rgb(255,198,0) 0%, rgb(249,221,126) 100%);
}

#signup_form .modal-dialog {
  overflow-y: initial !important
}

#signup_form .modal-body {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

#signup_form .input_field {
  border: 1px solid rgb(221, 213, 213);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgb(245, 245, 245);
  box-shadow: none;
  padding: 20px 10px;
  margin: 0;
}

#signup_form .input_field:focus {
  background-color: white;
}

#signup_form .input-group.nowrap {
  flex-wrap: nowrap;
}

#signup_form .input-group {
  box-shadow: 0px 3px 5.82px 0.18px rgba(74, 74, 72, 0.5);
  margin-top: 20px;
  border-radius: 8px;
}

.input-group-append .input-group-text {
  background-color: #dd552200;
  color: #b1000dff;
  border-left: none;
}

select, select:hover, select:focus {
  color: black;
  background-color: rgb(245,245,245);
  border: 1px solid rgb(221, 213, 213);
  border-left: none;
  border-right: none;
  outline: none;
}

#agree:focus {
  outline: none;
  box-shadow: none;
}

.reg_agreement {
  font-size: 14px;
  font-family: "Comfortaa";
  color: rgb(0, 0, 0);
  text-align: left;
  font-weight: bold;
}

#signup_form .modal-body form {
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-bottom: 50px;
}

#signup_form .modal-content {
  border-radius: 10px;
}

#successful_registration h2,
#successful_registration h3
{
  font-family: "Roboto Slab";
  color: rgb(0, 0, 0);
  font-weight: bold;
}

#successful_registration .modal-header,
#successful_registration .modal-content
{
  background: transparent;
}

#successful_registration .modal-body {
  background-color: white;
  background-image: url('images/background/stars.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150%;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 35px;
}

#successful_registration .btn-signin {
  margin-top: 35px;
  width: 240px;
}

#successful_registration .modal-header > .close {
  position: relative;
  bottom: -64px;
  z-index: 1005;
}

.finance_password_wrapper {
  max-width: 520px;
}

.finance_password_wrapper .input_field {
  margin: 15px 0;
}

h3.base_heading {
  font-size: 20px;
  font-family: "Roboto Slab";
  color: rgb(4, 4, 4);
}

.finance_password_wrapper .input-group-text {
  position: relative;
  left: -34px;
}

/*
 Profile
 */
 
.profile-button {
  width: 150px;
  margin: 20px 32px 32px 0;
  color: black;
}

.profile-button:hover {
  color: black;
}

.profile_overview {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
/*
  margin: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
*/
}

.profile_details {
  display: flex;
  flex-direction: column;
}

.profile_username {
  font-size: 20px;
  font-family: "Roboto Slab";
  color: rgb(4, 4, 4);
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

.profile_strong {
  font-size: 20px;
  font-family: "Roboto Slab";
  color: rgb(4, 4, 4);
  font-weight: bold;
}

.profile_default {
  font-size: 20px;
  font-family: "Roboto Slab";
  color: rgb(4, 4, 4);
  font-weight: normal;
  margin-right: 4px;
}

small.profile_default {
  font-size: 14px;
}

.profile_avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.profile_avatar.unset {
  background-image: url('images/icons/userpic.svg');
}

.profile_avatar.partners {
  background-image: url('images/icons/partners.svg');
}

.profile_input {
  border: 1px solid rgb(217, 217, 217);
  border-radius: 5px;
  background-color: rgb(245, 245, 245);
  box-shadow: 0px 3px 2.85px 0.15px rgba(96, 96, 98, 0.5);
}

.profile_input > .btn {
  width: 38px;
  height: 38px;
}

.profile_input > .btn,
.special-btn {
  background-color: transparent !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  border: 1px solid rgb(217, 217, 217);
}

.profile_input > .btn:hover,
.special-btn:hover {
  background-color: rgba(0,0,0,0.07) !important;
}

.profile_input *:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid rgb(217, 217, 217);
}

.btn-copy {
  width: 64px;
  padding: 4px !important;
  background-image: url('images/icons/copy.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.total_statistics > div {
  border-bottom: 3px solid #ffc500ff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-right: 0 !important;
}

/*
 Tabs
 */

/* Style the tab */
.tab {
  border: 1px solid rgba(0,0,0,0.17);
  background-color: #ffffff33;
  background-image: -moz-linear-gradient( 135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.55) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.55) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.55) 100%);
  backdrop-filter: blur(17px);
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.tab.menu {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.tab.menu a:first-child {
  border-top-left-radius: 12px;
}
.tab.menu a:last-child {
  border-bottom-left-radius: 12px;
}

.tab a {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.17);
}

/* Change background color of buttons on hover */
.tab a:hover {
  background-color: #33333322;
  text-decoration: none;
}

/* Create an active/current "tab button" class */
.tab a.active {
  background: rgba(241,231,103,1);
  background: -moz-linear-gradient(45deg, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
  background: -webkit-linear-gradient(45deg, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  background: -o-linear-gradient(45deg, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  background: linear-gradient(45deg, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=1 );
}

.tab a:last-child {
  border-bottom: none;
}

.tab .icon {
  width: 50px;
  height: 50px;
  margin: 7px;
  margin-right: 16px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab .icon.icon-01 {
  background-image: url('images/icons/m-01.svg');
}

.tab .icon.icon-02 {
  background-image: url('images/icons/m-02.svg');
}

.tab .icon.icon-03 {
  background-image: url('images/icons/m-03.svg');
}

.tab .icon.icon-04 {
  background-image: url('images/icons/m-04.svg');
}

.tab .icon.icon-05 {
  background-image: url('images/icons/m-05.svg');
}

/* Style the tab content */
.tab_content {
  padding: 0;
  width: 100%;
  border-left: none;
  background-color: #dddddd66;
  backdrop-filter: blur(7px);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: calc(109px * 5);
  overflow-y: auto;
}

.tab_content .card {
  margin: 26px;
  margin-bottom: 13px;
  border-radius: 12px;
  border: none !important;
}

.tab_content .card h5 {
  /*margin-bottom: 0;*/
}

.tab_content .card .btn-signin {
  float: right;
  margin: 0;
}

.card .input-group {
  box-shadow: 0px 3px 5.82px 0.18px rgba(74, 74, 72, 0.5);
  margin-bottom: 25px !important;
}

.card .input-group * {
  font-family: "Roboto Slab" !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f0f0f0;
  opacity: 1;
}

.card .input_field {
  margin: 0;
  box-shadow: none;
}

.card .card-footer .btn-long {
  width: 100%;
}

.card-order .card-footer {
  height: 73px;
}

.select_payment {
  border: 1px solid rgb(221, 213, 213);
  border-radius: 5px;
  background-color: rgb(245, 245, 245);
  padding: 10px;
  height: 46px;
  transition: none;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

.select_payment:hover {
  border: 1px solid rgb(221, 213, 213);
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

.select_payment:focus {
  box-shadow: none;
}

/* So dangerous! */
.bg-dangerous {
  background: rgba(255,175,75,1);
  background: -moz-linear-gradient(-45deg, rgba(255,175,75,0.75) 0%, rgba(177,0,13,0.5) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,175,75,0.75)), color-stop(100%, rgba(177,0,13,0.5)));
  background: -webkit-linear-gradient(-45deg, rgba(255,175,75,0.75) 0%, rgba(177,0,13,0.5) 100%);
  background: -o-linear-gradient(-45deg, rgba(255,175,75,0.75) 0%, rgba(177,0,13,0.5) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255,175,75,0.75) 0%, rgba(177,0,13,0.5) 100%);
  background: linear-gradient(135deg, rgba(255,175,75,0.75) 0%, rgba(177,0,13,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#b1000d', GradientType=1 );
}

.bg-dark {
  background: rgba(234,234,234,1);
  background: -moz-linear-gradient(-45deg, rgba(234,234,234,1) 0%, rgba(177,177,177,1) 56%, rgba(132,132,132,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(234,234,234,1)), color-stop(56%, rgba(177,177,177,1)), color-stop(100%, rgba(132,132,132,1)));
  background: -webkit-linear-gradient(-45deg, rgba(234,234,234,1) 0%, rgba(177,177,177,1) 56%, rgba(132,132,132,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(234,234,234,1) 0%, rgba(177,177,177,1) 56%, rgba(132,132,132,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(234,234,234,1) 0%, rgba(177,177,177,1) 56%, rgba(132,132,132,1) 100%);
  background: linear-gradient(135deg, rgba(234,234,234,1) 0%, rgba(177,177,177,1) 56%, rgba(132,132,132,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666666', GradientType=1 );
}

.bg-orange {
  background: rgba(255,175,75,1);
  background: -moz-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,146,10,0.5) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,0.5)));
  background: -webkit-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,146,10,0.5) 100%);
  background: -o-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,146,10,0.5) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,146,10,0.5) 100%);
  background: linear-gradient(135deg, rgba(255,175,75,1) 0%, rgba(255,146,10,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=1 );
}

#payment_add {
}

#payment_add .modal-footer {
  padding: 0;
}

#payment_add .modal-body button {
  width: 50%;
  margin: 0;
  border-radius: 0;
}

#payment_add .modal-body button:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#payment_add .modal-body button:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#payment_add .modal-content {
  border-radius: 10px;
}

#payment_add .modal-body {
}

#payment_add .modal-header {
  padding: 6px;
  border-bottom: none;
}

.inline-buttons {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

/*
 Tooltip
 */

.tooltip {
  position: absolute;
  display: contents;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 130%;
  margin-left: -18.75%;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 75%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.ac_buy_btn{
    margin: 15px 0 0 !important;
    font-size: 14px;
}

/*
 Shadows
 */

.shadow-1 {
  box-shadow:
    0 0.3px 1.2px rgba(0, 0, 0, 1),
    0 0.8px 3px rgba(0, 0, 0, 0.719),
    0 1.5px 5.6px rgba(0, 0, 0, 0.596),
    0 2.7px 10.1px rgba(0, 0, 0, 0.5),
    0 5px 18.8px rgba(0, 0, 0, 0.404),
    0 12px 45px rgba(0, 0, 0, 0.281)
  ;
}

.shadow-1-inset {
  box-shadow:
    0 0.3px 1.2px rgba(0, 0, 0, 1),
    0 0.8px 3px rgba(0, 0, 0, 0.719),
    0 1.5px 5.6px rgba(0, 0, 0, 0.596),
    0 2.7px 10.1px rgba(0, 0, 0, 0.5),
    0 5px 18.8px rgba(0, 0, 0, 0.404),
    0 12px 45px rgba(0, 0, 0, 0.281),
    inset 1px 1px 10px black
  ;
}

.shadow-1:hover,
.shadow-3:hover {
  box-shadow:
    0 0 2.2px rgba(255, 255, 123, 0.4),
    0 0 5.3px rgba(255, 255, 123, 0.288),
    0 0 10px rgba(255, 255, 123, 0.238),
    0 0 17.9px rgba(255, 255, 123, 0.2),
    0 0 33.4px rgba(255, 255, 123, 0.162),
    0 0 80px rgba(255, 255, 123, 0.112)
  ;
}

.shadow-2 {
  box-shadow:
    0 1.4px 2.2px rgba(0, 0, 0, 0.02),
    0 3.4px 5.3px rgba(0, 0, 0, 0.028),
    0 6.4px 10px rgba(0, 0, 0, 0.035),
    0 11.4px 17.9px rgba(0, 0, 0, 0.042),
    0 21.3px 33.4px rgba(0, 0, 0, 0.05),
    0 51px 80px rgba(0, 0, 0, 0.07)
  ;
}

.shadow-2:hover {
  box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.079),
    0 6.7px 5.3px rgba(0, 0, 0, 0.059),
    0 12.5px 10px rgba(0, 0, 0, 0.049),
    0 22.3px 17.9px rgba(0, 0, 0, 0.039),
    0 41.8px 33.4px rgba(0, 0, 0, 0.029),
    0 100px 80px rgba(0, 0, 0, 0.029)
  ;
}

.shadow-3 {
  box-shadow:
    0 2.4px 4.8px rgba(0, 0, 0, 0.17),
    0 5.8px 11.6px rgba(0, 0, 0, 0.122),
    0 10.9px 21.8px rgba(0, 0, 0, 0.101),
    0 19.4px 38.9px rgba(0, 0, 0, 0.085),
    0 36.3px 72.7px rgba(0, 0, 0, 0.069),
    0 87px 174px rgba(0, 0, 0, 0.048)
  ;
}

.shadow-4 {
  position: relative;
}

.shadow-4:after,
.shadow-4:before {
  content: "";
  background: #777;
  width: 300px;
  position: absolute;
  bottom: 15px;
  top: 70%;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -moz-box-shadow: 0 15px 10px #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  left: 10px;
  z-index: -1;
}

.effect:before {
  right: 10px;
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  left: auto;
}

.shadow-3-inset {
  box-shadow:
    0 2.4px 4.8px rgba(0, 0, 0, 0.17),
    0 5.8px 11.6px rgba(0, 0, 0, 0.122),
    0 10.9px 21.8px rgba(0, 0, 0, 0.101),
    0 19.4px 38.9px rgba(0, 0, 0, 0.085),
    0 36.3px 72.7px rgba(0, 0, 0, 0.069),
    0 87px 174px rgba(0, 0, 0, 0.048),
    inset 1px 1px 10px rgba(0,0,0,0.5)
  ;
}

/*
 Classes
 */
 
.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.transparent {
  color: transparent;
  background: transparent;
  opacity: 0;
}

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

div.separator {
  width: 100%;
  height: 50px;
  display: block;
}

.inline-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-family: "Roboto Slab";
  color: rgba(4, 4, 4, 0.8);
  font-weight: bold;
}

.inline-heading .icon-circle {
  margin-right: 16px;
  margin-left: 0;
}

.no-shadow {
  box-shadow: none !important;
}

.color-black {
  color: black !important;
}
.page-header{
	margin-bottom:50px;
}
.reviews .item{
	background:#aaaaaa40;
	border-radius:.35rem;
	padding:17px;
	backdrop-filter:blur(7px);
	margin-bottom:30px;
}
.reviews .item .ttl{
	font-family: "Roboto Slab";
    color: rgb(4, 4, 4);
    font-weight: bold;
}
.fancybox-slide--iframe .fancybox-content{
	background:#fff;
	border-radius:10px;
}
.fancybox-slide--iframe .fancybox-close-small{
	right:0;
	top:0;
}
.fancybox-slide--iframe .fancybox-button svg path{
	stroke:#000;
	stroke-width:2px;
}
.reviews .btn-sample{
	margin-top:30px;
}
/*
 Widescreen
 */
 
@media all and (min-width: 1600px) {
  section.first .image-container > figure {
    position: relative;
    top: 70px !important;
    left: 37% !important;
  }
  section.second .image-container > figure {
    position: relative;
    top: 50px !important;
    right: -8%;
  }
}

@media all and (min-width: 1440px) {
  .image-container,
  .image-container > figure,
  .image-container > figure > figcaption {
    width: 555px !important;
  }
  section.first .image-container > figure {
    position: relative;
    top: 50px;
    left: 14%;
  }
  section.first .image-container > figure > figcaption {
    height: 400px;
    top: 25px;
    right: 40px;
  }
  section.second .image-container > figure {
    position: relative;
    top: 50px;
    right: -8%;
  }
  section.second .image-container > figure > figcaption {
    height: 400px;
    top: 25px;
    right: 40px;
  }
  section.second .image-container {
    left: -10px;
  }
}

@media all and (min-width: 1366px) {
  section.second .image-container {
    left: -7%;
  }
}
@media (max-width: 768px) {
	.reviews{
		padding-bottom:40px;
	}
	.reviews .btn{
		margin-top:30px;
	}
	.reviews:not(.page-reviews) .row,
	.reviews .row > div:last-child .item{
		margin:0;
	}
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px;
  }
}    

/*
 Animation
 */
 
@-webkit-keyframes orbit2 {
	from {
    -webkit-transform: rotate(0deg) translateX(5px) rotate(0deg) scale(1.0);
  }
	to {
    -webkit-transform: rotate(360deg) translateX(5px) rotate(-360deg) scale(1.0);
  }
}

@-moz-keyframes orbit2 {
	from {
    -moz-transform: rotate(0deg) translateX(5px) rotate(0deg) scale(1.0);
  }
	to {
    -moz-transform: rotate(360deg) translateX(5px) rotate(-360deg) scale(1.0);
  }
}

@-o-keyframes orbit2 {
	from {
    -o-transform: rotate(0deg) translateX(5px) rotate(0deg) scale(1.0);
  }
	to {
    -o-transform: rotate(360deg) translateX(5px) rotate(-360deg) scale(1.0);
  }
}

@keyframes orbit2 {
	from {
    transform: rotate(0deg) translateX(5px) rotate(0deg) scale(1.0);
  }
	to {
    transform: rotate(360deg) translateX(5px) rotate(-360deg) scale(1.0);
  }
}

@media all and (max-width: 998.91px) {
  :root {
    --frontpage-slider-height: 50vh;
    --header-height: 50px;
    --template-width: 100%;
    --footer-height: auto;
  }
  .desktop {
    display: none;
    visibility: hidden;
  }
  .mobile {
    display: block;
    visibility: visible;
  }
  /* modal */
  #signin_form .modal-header,
  #set_cityname .modal-header,
  #signup_form .modal-header,
  #remind_password .modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #signin_form .modal-body,
  #signup_form .modal-body,
  #set_cityname .modal-body,
  #remind_password .modal-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #signin_form .modal-dialog,
  #set_cityname .modal-dialog,
  #remind_password .modal-dialog {
    margin: calc(100vh / 2 - 180px) auto;
  }
  /* registration form */
  .sponsor {
    display: inline-block;
  }
  #signup_form > div > div > div.modal-body > div > form > div.input-group.nowrap.sponsor > div.input-group-prepend > span {
    border-radius: 0 !important;
    width: 100% !important;
  }
  #signup_form > div > div > div.modal-body > div > form > div.input-group.nowrap.sponsor > div.input-group-append {
    margin-top: 20px;
  }
  #required_indicator {
    border: none;
  }
  #signup_form > div > div > div.modal-body > div > form > div.input-group.nowrap.sponsor > div.input-group-append:after {
    content: 'Поле обязательно для заполнения';
  }
  #signup_form > div > div > div.modal-body > div > form > div.input-group.nowrap.sponsor > select {
    padding: 0.5em;
    margin: 1em 0;
    width: calc(100% - 30px);
    border: 1px solid #0000002d;
    border-radius: 0.5em;
  }
  #sponsor {
    padding: 0.5em !important;
    width: calc(100% - 30px);
  }
  #signup_form > div > div > div.modal-body > div > form > div.input-group.nowrap.sponsor > div.input-group-append > #required_indicator {
    position: relative;
    top: -4px;
    left: 4px;
  }
  #signup_form .modal-content {
    border: none;
  }
  #signup_form .modal-dialog {
    margin: 0;
  }
  #signup_form > div > div > div.modal-body > div > p {
    padding: 15px;
  }
  #signup_form .modal-body {
      max-height: calc(100vh - 40px);
      overflow-y: auto;
  }
  /* content */
  main.content {
      background-image: url(images/background/woman.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  /* footer */
  .footer {
    padding-bottom: 32px;
  }
  .footer-logo {
    margin: 20px auto;
    padding-top: 32px;
  }
  .footer .icon-circle {
    margin-left: 0;
  }
  footer ul {
    padding: 0;
    margin: 25px 0;
  }
  footer ul li {
    list-style-type: none;
    background-color: #0000002d;
    padding: 1em;
    border-radius: 0.5em;
  }
  footer ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  /* packages */
  .packages-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: stretch;
  }
  .package {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    flex-direction: column;
  }
  /* profile */
  .profile-button {
    margin: 15px auto;
    width: 100%;
  }
  .total_statistics {
    margin-top: 25px;
  }
  .total_statistics > div:first-child {
    border-bottom: none !important;
  }
  .total_statistics > div {
    padding-top: 25px;
    border-top: 3px solid #ffc500ff;
    border-bottom: 3px solid #ffc500ff;
    margin: 0;
  }
  .profile_details {
    margin-bottom: 25px;
  }
  .profile_overview {
    margin-bottom: 0;
  }
  .profile_overview:first-child {
    margin-bottom: 32px;
  }
  .fas.fa-external-link-alt.mobile {
    display: inline-block;
  }
  .separator.desktop {
    display: none;
  }
  /* tabs */
  .tab a {
    padding: 0;
  }
  .tab .icon {
    margin: 14px !important;
  }
  .container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .tab_content {
    border: 1px solid #0000002d;
    border-top: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
    overflow: auto;
  }
  .tab.menu {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tab.menu a:first-child {
    border-top-left-radius: 0;
  }
  .tab.menu a:last-child {
    border-bottom-left-radius: 0;
  }
  .pay_system {
    display: inline-block;
  }
  .select_payment {
    border-radius: 0 !important;
  }
  .pay_system span.input-group-text {
    width: 100%;
    border: none;
  }
  #payment_method {
    width: 100%;
  }
  .tab_content .card {
    margin: 12px;
    border-radius: 12px;
    border: none !important;
  }
  .card_number_deal {
    display: inline-block;
    border-radius: 0;
  }
  .card_number_deal span.input-group-text {
    width: 100%;
    border: none;
  }
  #tab_3 > div:nth-child(2) > form > div.card-body > div:nth-child(8) > div{
    display: inline-block;
    width: 100%;
  }
  #tab_3 > div:nth-child(3) > form > div.card-body > div.input-group.card_number_deal > input{
    width: 100%;
    border-radius: 0;
  }
  body > div.body > main > div:nth-child(1) > ul > div > li > a > span {
    text-align: center;
    line-height: 1;
  }
  #fancybox-container-1 > div.fancybox-inner > div.fancybox-stage > div,
  #fancybox-container-2 > div.fancybox-inner > div.fancybox-stage > div
  {
    padding: 0 !important;
  }
  #fancybox-container-1 > div.fancybox-inner > div.fancybox-stage > div > div,
  #fancybox-container-2 > div.fancybox-inner > div.fancybox-stage > div > div
  {
    width: 100% !important;
  }
  #fancybox-container-1 > div.fancybox-inner > div.fancybox-stage > div > div > button,
  #fancybox-container-2 > div.fancybox-inner > div.fancybox-stage > div > div > button
  {
    margin-right: 30px !important;
  }
  /* front page sections */
  body > div.body > section.first > div > div > div.col-md-5.image-container > figure > figcaption {
    display: none
  }
  section.first .image-container > figure {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }
  .dark-block {
    min-height: 100%;
  }
  section.first .dark-block {
    padding: 30px;
  }
  .dark-block p {
    font-size: 24px;
    max-width: 100%;
  }
  .lotos {
    max-width: 100%;
    width: auto;
  }
  section main .awesome-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    align-content: center;
  }
  .awesome-item > div:nth-child(2) {
    margin-top: 15px;
  }
  section main .awesome-item {
    height: auto;
  }
  section main .awesome-container > div {
    width: calc(100% - 30px);
    margin: 15px auto !important;
    padding: 25px;
  }
  .success-chart {
    width: 100%;
  }
  section.second .dark-block {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  section.second .image-container {
    left: 0;
  }
  section.second .image-container > figure {
    top: 0;
  }
  body > div.body > section.second.jmoddiv > div.container-fluid > div > div.col-md-5.image-container > figure > figcaption {
    display: none;
  }
  video {
    border-radius: 0;
  }
  .video-block {
    width: 100%;
    height: auto;
    background: #000;
    padding: 0 !important;
    margin: 0 !important;
  }
  center > video {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  body > div.body > section.first > div > div > div.col-md-5.image-container > figure > div,
  body > div.body > section.second.jmoddiv > div.container-fluid > div > div.col-md-5.image-container > figure > div
  {
    width: 100vw !important;
    height: 200px  !important;
    background-size: cover  !important;
  }
  .image-container, .image-container > figure, .image-container > figure > figcaption {
    width: 100% !important;
    height: 200px !important;
    margin: 0;
    padding; 0;
  }
  section main.wrapper {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.second {
    background-image: none;
  }
  body > div.body > footer > div > div > div > div > div {
    padding: 0;
  }
  .footer ul > li > a {
    width: calc(100% - 30px) !important;
  }
  body > div.body > footer > div > div > div > div {
    margin: 0 !important
  }
  section.first main h1,
  section.second main h1,
	.page-header{
    float: none;
    font-size: 26px;
    text-align: center;
    width: 100%;
    border-top: 1px solid #ffc100ff;
    border-bottom: 1px solid #ffc100ff;
    padding-top: 15px;
    padding-bottom: 15px;
    backdrop-filter: blur(10px);
  }
  .inline-heading {
    padding: 0 15px;
    padding-right: 0;
    width: 100% !important;
  }
  section.second > main > div.container-fluid > div > div > p > a {
    margin-left: 62px;
    text-decoration: underline;
    font-size: 16px;
    font-family: "Roboto Slab";
    color: rgb(4, 4, 4);
    font-weight: bold;
    padding: 0 !important;
    margin: 0 15px 0 0 !important;
  }
  section.second > main > div.container-fluid > div > div > p {
    padding: 0 !important;
    margin: 15px !important;
    width: 100%;
  }
  body > div.body > section.second.jmoddiv > main > div.container-fluid > div > div,
  body > div.body > section.second.jmoddiv > main > div.container-fluid > div {
    width: 100% !important;
  }
  body > div.body > header > div.header-panel.jmoddiv > div {
    height: 50px;
  }
  button.owl-next > svg,
  button.owl-prev > svg {
    width: 32px;
    height: 32px;
  }
  div.container-fluid:nth-child(2) > div:nth-child(1) {
    width: 100%;
  }
  .col-md-4 {
    width: 100%;
  }
  .wrapper {
    width: 100%;
  }
  section.second .image-container > figure {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
  }
  .header-container {
    height: var(--header-height);
  }
  .sidebar-heading {
    position: relative;
    top: -45px;
  }
  body > div.body > header > div.header-panel.jmoddiv > div > div.d-flex.bd-highlight.sidebar-heading.mobile > div.w-100.bd-highlight > a {
    color: #ffffffbc !important;
  }
  .sidebar-brand {
    height: 50px !important;
  }
  aside .navbar-toggler {
    padding: .25rem;
  }
  #sidebar > div > button > svg {
    width: 22px;
    height: 22px;
    margin: 10px;
  }
  .sidebar-text {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 64px !important;
  }
  .sidebar-text > a {
    margin: 0 !important;
  }
  /*.sidebar-header {
    background-color: rgb(255, 156, 0);
    background-image: -moz-linear-gradient( 135deg, rgb(255,198,0) 0%, rgb(249,221,126) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(255,198,0) 0%, rgb(249,221,126) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(255,198,0) 0%, rgb(249,221,126) 100%);
  }*/
  .sidebar .sidebar-nav {
    display: block;
    width: 100%;
    height: calc(100vh - 150px - 450px - 64px) !important;
    margin: 0;
    padding: 0;
  }
  .sidebar-inverse .sidebar-brand {
    color: #333;
  }
  .navbar-toggler {
    border: none;
  }
  .sidebar .top-bar, .sidebar .sidebar-brand {
    left: 50px;
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
  }
  aside .footer-logo {
    width: 100%;
    height: 72px;
    margin: 0 auto;
    margin-top: 14px;
  }
  #sidebar > div.sidebar-header.header-cover > div.logo > div > div > a {
    display: block;
    width: 100% !important;
  }
  body > div.body > header > div.header-panel.jmoddiv > .wrapper {
    padding: 0 !important;
  }
  .icon-circle.signin {
    left: 0;
  }
  body > div.body > header > div.header-panel.jmoddiv,
  body > div.body > header > div.header-panel.jmoddiv > div
  {
    width: 100vw;
  }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    margin-left: -30%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .modal-content {
    width: 100vw;
  }
}
@media all and (width: 1200px) {
  :root {
    --template-width: 100%;
  }
  .wrapper {
    padding: 15px;
  }
}
@media all and (max-width: 280px) {
  body > div.body > section.second.jmoddiv > main > div.container-fluid > div > div > p > a {
    font-size: 14px !important;
  }
  .tooltip .tooltiptext {
      margin-left: -50%;
  }
}
.bg-transparent {
  background: transparent !important;
}
.activity_log_pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; 
}
#user_area #tab_1 > div > nav > a:nth-child(1) {
  width: auto;
}