@font-face {
  font-family: 'OpenSans-Bold';
  src: url('/assets/fonts/OpenSans-Bold.eot');
  src: local('OpenSans-Bold'), local('OpenSans-Bold'),
  url('/assets/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/OpenSans-Bold.woff') format('woff'),
  url('/assets/fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url('/assets/fonts/OpenSans-ExtraBold.eot');
  src: local('OpenSans-ExtraBold'), local('OpenSans-ExtraBold'),
  url('/assets/fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/OpenSans-ExtraBold.woff') format('woff'),
  url('/assets/fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url('/assets/fonts/OpenSans-Light.eot');
  src: local('OpenSans-Light'), local('OpenSans-Light'),
  url('/assets/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/OpenSans-Light.woff') format('woff'),
  url('/assets/fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('/assets/fonts/OpenSans-Regular.eot');
  src: local('OpenSans-Regular'), local('OpenSans-Regular'),
  url('/assets/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/OpenSans-Regular.woff') format('woff'),
  url('/assets/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('/assets/fonts/OpenSans-SemiBold.eot');
  src: local('OpenSans-SemiBold'), local('OpenSans-SemiBold'),
  url('/assets/fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/OpenSans-SemiBold.woff') format('woff'),
  url('/assets/fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Gotham';
  src: url('/assets/fonts/Gotham/Gotham-Thin.woff2') format('woff2'),
  url('/assets/fonts/Gotham/Gotham-Thin.woff') format('woff'),
  url('/assets/fonts/Gotham/Gotham-Thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('/assets/fonts/Gotham/Gotham-Medium.woff2') format('woff2'),
  url('/assets/fonts/Gotham/Gotham-Medium.woff') format('woff'),
  url('/assets/fonts/Gotham/Gotham-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Gotham-Black';
  src: url('/assets/fonts/Gotham/Gotham-Black.woff2') format('woff2'),
  url('/assets/fonts/Gotham/Gotham-Black.woff') format('woff'),
  url('/assets/fonts/Gotham/Gotham-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('/assets/fonts/Gotham/Gotham-Book.woff2') format('woff2'),
  url('/assets/fonts/Gotham/Gotham-Book.woff') format('woff'),
  url('/assets/fonts/Gotham/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('/assets/fonts/Gotham/Gotham-Bold.woff2') format('woff2'),
  url('/assets/fonts/Gotham/Gotham-Bold.woff') format('woff'),
  url('/assets/fonts/Gotham/Gotham-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

button {
  cursor: pointer;
}

ul {
  list-style: none;
}

body {
  background: white;
}
header {
    width: 100%;
    display: block;
    margin: auto;
    background: #ffffff;
    padding: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999999;
}
input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
}
/*header {
  max-width: 1218px;
  margin: 15px auto 0;
}*/
header .content-header{
  max-width: 1218px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: auto;
}
.projects-table input[type="text"] {
    min-height: 30px !important;
}
h2 {
  font-family: 'OpenSans-ExtraBold', sans-serif;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
}

h2 span {
  /*background: linear-gradient(119.03deg, #595880 0%, #5E5BCE 64.31%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;*/
  color: #332f9d;
}

p, ol li {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.invisible {
  display: none;
}

.user_id {
  display: none;
}

.mobile_menu_button {
  height: 30px;
  width: 30px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 12px;
  display: none;
}

.menu_button_line {
  height: 4px;
  width: 100%;
  background: #595880;
  border-radius: 7px;
}

.mobile_menu {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  position: fixed;
  top: 0;
  width: calc(100%);
  height: 100%;
  left: 0;
  background: white;
  z-index: 10;
  box-shadow: 0 1px 25px rgb(2 191 163 / 20%);
  display: none;
  margin-top: 80px;
}

.mobile_menu_over, .popup_over {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
}

.popup {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.popup_over {
  display: block;
}

.popup_container {
  width: 802px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0 1px 40px rgba(10, 55, 52, 0.25);
  border-radius: 20px;
  z-index: 10;
  display: flex;
  padding: 29px 39px;
  box-sizing: border-box;
}

.popup_side {
  width: calc(50% - 1px);
}

.popup_side.side1 {
  padding-right: 25px;
  background-image: url('../images/popup-side-line.svg');
  background-position: right top;
  background-repeat: no-repeat;
}

.popup_side.side2 {
  padding-left: 25px;
}

.popup_container h2 {
  text-align: center;
  margin-bottom: 30px;
}

.popup_container h2 span {
  background: linear-gradient(90deg, #01BFA3 0%, #5E5BCE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.popup_container input {
  width: 100%;
  border: 1px solid #CDD9D5;
  border-radius: 20px;
  outline: none;
  padding: 8px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.popup_container.popup_lang_close {
  width: 400px;
  height: 230px;
  flex-direction: column;
}

.popup_container .popup_2buttons {
  display: flex;
  justify-content: space-between;
}

.popup_container .popup_2buttons button {
  width: 100px;
}

.popup_container.popup_lang_close p {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
}

.captcha_block {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.popup_container a, .popup_container p {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.popup_container a {
  color: #5E5BCE;
  transition: all 0.3s;
}

.popup_container button {
  display: block;
  width: 178px;
  padding: 9px;
  background: linear-gradient(90deg, #595880 0%, #5E5BCE 100%), #FFFFFF;
  box-shadow: 0 8px 20px rgba(59, 139, 150, 0.6);
  border-radius: 20px;
  font-family: 'OpenSans-SemiBold', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border: none;
  outline: none;
  margin: 30px auto;
}

.popup_a_center {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.popup_container h3 {
  margin-top: 27px;
  font-family: 'OpenSans-SemiBold', sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.popup_container h3 span {
  background: linear-gradient(90deg, #01BFA3 0%, #5E5BCE 100%), #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.popup_container li {
  list-style: none;
  background: url(../images/list-style.svg) left no-repeat;
  font-family: 'OpenSans-Light', sans-serif;
  padding-left: 30px;
  font-size: 16px;
  line-height: 22px;
  background-size: 18px;
  background-position: top 3px left;
  margin-bottom: 4px;
}

.popup_close {
  width: 19px;
  height: 30px;
  position: absolute;
  top: 14px;
  right: 20px;
  cursor: pointer;
}

.img_popup_close_hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}

.popup_close:hover .img_popup_close_hover {
  opacity: 1;
}

.popup_register {
  height: 495px;
}

.popup_login {
  height: 388px;
}

.remember_not_have {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.remember_button {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.remember_button .remember_yes {
  opacity: 1;
}

.remember_button .remember_no {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.remember_button span {
  position: absolute;
  left: 4px;
  top: 6px;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.remember_button.remember_button_no .remember_yes {
  opacity: 0;
}

.remember_button.remember_button_no .remember_no {
  opacity: 1;
}

.remember_button.remember_button_no span {
  left: 31px;
}

.remember_button p {
  margin-left: 9px;
}

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

.mobile_menu_close {
  width: 30px;
  height: 30px;
  position: relative;
  top: 15px;
}

.menu_close_line {
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  background: #5E5BCE;
  border-radius: 7px;
}

.menu_close_line.line1 {
  transform: rotate(45deg);
}

.menu_close_line.line2 {
  transform: rotate(-45deg);
}
/*
.mobile_menu ul {
  margin-top: 30px;
  margin-bottom: 50px;
}*/

.mobile_menu li {
  margin-bottom: 20px;
}

.logo {
  /* display: flex; */
  /* justify-content: flex-start; */
  text-decoration: none;
  position: relative;
  margin-top: 2px;
}

.logo_title {
  color: #5E5BCE;
  font-family: 'OpenSans-ExtraBold', sans-serif;
  font-size: 45px;
  line-height: 54px;
  text-transform: uppercase;
}

.logo_description {
  font-family: 'OpenSans-ExtraBold', sans-serif;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  background: linear-gradient(290deg, #595880 0%, #5E5BCE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-top: 11px;
  margin-left: 5px;
  padding: 0;
  position: absolute;
  bottom: -8px;
  font-size: 19px;
  right: 0;
}

/* Скрытый выпадающий список */
header .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 0px 10px rgb(80 75 255);
  border-radius: 4px;
  list-style: none;
  padding: 15px;
  margin: 0;
  z-index: 1000;
  width: fit-content;
  border-radius: 6px;
  margin-left: 20px;
}

/* Стили элементов списка */
header .dropdown-menu li {
    /* padding: 10px; */
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .5s;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Gotham-Medium', sans-serif;
}
header .dropdown-menu li:last-child {
  border-bottom: none;
}

header .dropdown-menu li:hover {
  background-color: #f9f9f9;
  transform: scale(1.06);
  color: #5e5bce;
}

/* Иконки */
header .dropdown-menu li i {
  margin-right: 10px;
  font-size: 20px;
  color: #007bff;
}
header ul.dropdown-menu.head_email_dropdown {
    width: max-content;
    margin-left: 0px;
}
header .dropdown-menu.head_email_dropdown li img {
  margin-right: 20px;
  width: 20px;
}
.main_menu ul {
    display: flex;
    margin-top: 0px;
    align-items: center;
}

.main_menu li {
  margin-left: 40px;
}

.main_menu li a, .mobile_menu li a, .signout {
  text-decoration: none;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #595880;
  transition: all 0.2s;
  text-transform: uppercase;
}

.admin_link {
  text-decoration: none;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #595880;
  transition: all 0.2s;
  text-transform: uppercase;
}

/*
.main_menu li a:after, .mobile_menu li a:after, .signout:after{
	display: block;
	width: 30px;
	height: 2px;
	background: #5E5BCE;
	content: '';
	transition: all 0.2s;

}*/
.main_menu li a:hover, .signout:hover {
  color: #5E5BCE;
}

/*
.main_menu li a:hover:after, .signout:hover:after{
	background: #5E5BCE;
}*/
.admin_link:hover {
  color: #5E5BCE;
}


.landing_main {
  max-width: 1200px;
  margin: 50px auto;
  display: flex;
}

.landing_main .right {
  width: 472px;
  padding-top: 43px;
}
.landing_main.promotg .right {
  width: 50%;
}

.landing_main .left {
  padding-left: 7px;
}

h1 {
  font-family: 'OpenSans-ExtraBold', sans-serif;
  font-size: 40px;
  line-height: 54px;
  text-transform: uppercase;
}

h1 span {
  font-family: 'Gotham-Black', sans-serif;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  word-break: break-word;
  font-size: 54px;
  color: #5E5BCE;
  text-shadow: 1px 1px 0 black;
  text-align: left;
  display: block;
  margin-bottom: 10px;
  line-height: 70px;
}

.content h3 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'Gotham-Bold', sans-serif;
}

.content h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.landing_main .left h1 {
  font-family: 'Gotham-Black', sans-serif;
  margin-bottom: 59px;
  font-size: 64px;
}

a {
  color: #5E5BCE;
}

.landing_main .left ul {
  font-display: swap;
}

.landing_main .left li {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 25px;
  list-style: none;
  background: url('../images/list.svg') left no-repeat;
  background-size: 22px;
  padding-left: 39px;
}

.landing_main .left li::marker {
  top: 1px;
}

.landing_main .right ul {
  margin-left: 50px;
}

.landing_main .right li {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 25px;
  list-style: none;
  background: url('../images/list.svg') left no-repeat;
  background-size: 22px;
  padding-left: 39px;
}

.landing_main .right li::marker {
  top: 1px;
}
.landing_main.second .right{
  width: 800px;
}

.landing_main .left button {

  margin-top: 50px;
  padding: 19px 24px;
  background: #5E5BCE;
  border-radius: 40px;
  outline: none;
  border: none;
  font-family: 'Gotham-Black', sans-serif;
  font-size: 24px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  width: 386px;
  overflow: hidden;

  transition: 1s;
}

button {
  position: relative;
  overflow: hidden;
}

.landing_main .left button:hover {
  background: white;
  color: #5E5BCE;
  border: 3px solid #5E5BCE;
  transform: scale(1.06);
}


/*
.landing_main .right button:after, form button:after, .search_button:after, .add_domain_a:after, .white_button:after, .green_button:after, p.file_name:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #02EDCB 0%, #4F7C89 100%);
	content: '';
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
}*/
.landing_main .right button span, form button span, .search_button span, .add_domain_a span, .white_button span, .green_button span, p.file_name span {
  position: relative;
  z-index: 2;
}

/*
.landing_main .right button:hover:after, form button:hover:after, .search_button:hover:after, .add_domain_a:hover:after, .white_button:hover:after, .green_button:hover:after, p.file_name:hover:after{
	opacity: 1;
}*/
.white_button:hover, .green_button:hover {
  border: none !important;
}

.advantages {
  padding: 40px 0;
  background: #E6E6F0;
}

.advantages .container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.advantages .item {
  width: 300px;
  text-align: center;
}

.advantages .item img {
  margin-bottom: 0;
}

.advantages .item h2 {
  margin-bottom: 23px;
}

.tri_bloka {
  max-width: 1162px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 160px;
}

.tri_bloka .item {
  width: 330px;
}

.tri_bloka .item img {
  margin: 0 auto 23px;
  display: block;
}

.tri_bloka .item h2 {
  margin-bottom: 20px;
}

.tri_bloka_2 {
  max-width: 1218px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.tri_bloka_2 .item {
  width: 386px;
  height: 386px;
  box-shadow: 0 3px 20px rgba(199, 203, 202, 0.5);
  border-radius: 30px;
  background: #CBCBFB;
  position: relative;
}

.tri_bloka_2 .item .cifra {
  position: absolute;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 96px;
  line-height: 123px;
  left: 31px;
  top: 10px;
  text-transform: uppercase;
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
}

.tri_bloka_2 .item img {
  margin: 0 auto 0;
  display: block;
  height: 180px;

}

.tri_bloka_2 .item h2, .tri_bloka_2 .item p {
  text-align: center;
  width: 300px;
  margin: 23px auto;
  margin-top: 0;
  margin-bottom: 10px;
}

.tri_bloka h2, .tri_bloka p {
  text-align: center;
}

footer {
  max-width: 1520px;

  position: relative !important;
  /*left: 0;
    right: 0;
    bottom: 0;*/
  display: block;
  margin: auto;
  width: fit-content;
  margin-bottom: 40px;
  margin-top: 40px;
}

footer:before, .footer_bottom:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

footer:before {
  background: url('../images/footer-line1.svg');
}

.footer_bottom:before {
  background: url('../images/footer-line2.svg');
}

.footer_items {
  padding: 80px 0;
  display: flex;
  justify-content: flex-start;
}

.footer_items .footer_item, .footer_items .footer_left {
  width: fit-content;
  margin-right: 100px;
}

.footer_items .footer_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer_bottom {
  width: 591px;
  padding-top: 25px;
  margin: 0 auto;
  text-align: center;
  color: #5E5BCE;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.14em;
  position: relative;
}

.footer_left a {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 15px;
  color: #7371CC;
  text-align: center;
}

.footer_left a.footer_link {
  margin-top: 20px;

}


.footer_left p {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.14em;
  color: #5E5BCE;
}

.footer_left .soc {
  margin-top: 9px;
  width: 215px;
  display: flex;
  justify-content: space-between;
}

.footer_left .soc a {
  position: relative;
}

.soc a .soc_icon_hover {
  position: absolute;
  left: 0;
  bottom: 7px;
  opacity: 0;
  transition: 0.2s;
}

.soc a .soc_icon_hover:hover {
  opacity: 1;
}

.footer_item .h3 {
  margin-bottom: 20px;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #5E5BCE;
}

.footer_item a {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 15px;
  line-height: 22px;
  /*color: #7371CC;*/
  display: block;
  margin-bottom: 8px;
  transition: all 0.2s;
  text-decoration: none;
}

.footer_item a:hover, .popup_login a:hover, .popup_register a:hover {
  color: #595880;
}

.content {
  margin: 50px auto;
  max-width: 1218px;
}

.content.admin_constructor_content {
  width: 100%;
  /*max-width: 2130px;*/
}

.content.whois_site_content {
  margin: 30px auto 80px;
}

.admin_neconstructor_content h1 {
  margin-bottom: 40px;
  text-align: center;
}

.admin_neconstructor_content h2 {
  margin-top: 51px;
  margin-bottom: 30px;
}

.admin_neconstructor_content p {
  margin-bottom: 20px;
}

.admin_neconstructor_content ol {
  margin-left: 25px;
}

.admin_neconstructor_content li {
  margin-bottom: 10px;
}


.mobile_menu form {
  margin-top: 50px;
}

.center, .admin_content td.center, .admin_content th.center {
  text-align: center;
}



.whois_domains a:hover {
  background: linear-gradient(90deg, #02EDCB 0%, #4F7C89 100%);
}

.domains_spoiler_content {
  display: none;
}

.domains_spoiler_title, .faq_spoiler_title {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.domains_spoiler_title {
  margin-top: 20px;
  justify-content: center;
  padding: 8px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #CDD9D5;
}

.faq_spoiler {
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #CDD9D5;
}

.faq_spoiler_title {
  justify-content: space-between;
  padding: 12px 15px;
}

.faq_spoiler_title span {
  font-family: 'OpenSans-SemiBold', sans-serif;
  font-size: 18px;
  line-height: 25px;
  /*background: linear-gradient(90deg, #01BFA3 0%, #5E5BCE 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;*/
  color: #5E5BCE;
}

.domains_spoiler_title h2 {
  margin: 0;
  text-align: center;
}

.faq_spoiler_content {
  padding: 0 12px;
  margin-top: 0;

  overflow: hidden;
}

.faq_spoiler.active .faq_spoiler_content {
  opacity: 1;
  height: auto;
  margin-top: 10px;
}

.spoiler_open_close {
  position: relative;
  width: 19px;
  height: 11px;
  margin-left: 20px;
}

.spoiler_open_close img {
  position: absolute;
}

.spoiler_open_close .spoiler_close {
  display: none;
}

.domains_klava {
  border: 2px solid #595880;
  border-radius: 10px;
  background: #f2f2f2;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.domains_klava_mobile {
  display: none;
}

.domains_klava .left, .domains_klava .right {
  width: calc(50% - 15px);
}

.domains_klava.fullwidth_klava .right {
  width: 100%;
}

.domains_klava .left .row, .domains_klava .right .row, .domains_klava .left .row .the-links, .domains_klava .right .row .the-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 530px;
}

.domains_klava.fullwidth_klava .right .row, .domains_klava.fullwidth_klava .right .row .the-links {
  width: 100%;
}

.domains_klava .row .the-links a, .domains_klava .row .the-links p {
  flex: 1 1 auto;
}

.domains_klava a, .domains_klava p {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: block;
  padding: 4px 8px;
  color: #46463e;
  background: #A1C8BC;
  border-radius: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s;
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
}

.domains_klava a:hover, .domains_klava p:hover {
  background: #b9e0d4;
}

.domains_klava .knopki_4 a {
  width: calc(25% - 5px);
}

.domains_klava .knopki_2 a {
  width: calc(50% - 5px);
}

.domains_klava .pages.knopki_3 {
  width: 320px;
  margin: 0 auto;
  justify-content: center;
}

.domains_klava .knopki_3 a {
  width: calc(25% - 5px);
  height: 30px;
  display: flex;
  justify-content: center;
  width: 100px;
}

.domains_klava .knopki_3 a img {
  width: 8px;
}

.domains_klava .knopki_3 span {
  display: block;
  width: 100px;
  box-sizing: border-box;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: block;
  padding: 4px 8px;
  color: #46463e;
  background: #a1c8bc;
  border-radius: 5px;
  height: 30px;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
}

.content_left_right {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.content_left_right .left {
  width: 282px;
  margin-right: 30px;
}

.content_left_right .right {
  width: calc(100% - 350px);
}

.content_left_right .left img {
  width: 280px;
  margin-right: 30px;
}

.content_left_right h4 {
  font-family: 'OpenSans-ExtraBold', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 25px;
}

.content_left_right .right img {
  max-width: 100%;
}

.search_button {
  background: #FFFFFF;
  border: 1px solid #CDD9D5;
  border-radius: 30px;
  padding-top: 4px;
  width: 178px;
  height: 40px;
}

.search_button svg path {
  transition: all 0.3s;
}

.search_button:hover svg path {
  fill: #fff;
}

.faq_spoiler {
  max-width: 802px;
  margin: 0 auto 10px;
  transition: all 0.3s;
  padding: 10px;
}

.faq_spoiler:hover {
  border: 1px solid #595880;
}

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

.add_domain_a {
  width: 178px;
  display: block;
  padding: 8px;
  box-sizing: border-box;
  color: #fff;
  background: linear-gradient(90deg, #595880 0%, #5E5BCE 100%);
  box-shadow: 0 3px 8px rgba(59, 139, 150, 0.6);
  border-radius: 30px;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.add_domain_a.invisible {
  display: none;
}

.head_ns {
  margin-left: 30px;
  margin-right: 30px;
}

.head_ns p {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #5E5BCE;
}

.head_email {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #5E5BCE;
  margin-right: 25px;
  margin-left: 25px;
  cursor: pointer;

}

.signout {
  padding-left: 25px;
  position: relative;
}

.signout:before {
  width: 1px;
  height: 18px;
  content: '';
  position: absolute;
  background: #5e5bce;
  left: 0;
  top: 4px;
}

.admin_link {
  font-family: 'Gotham-Medium', sans-serif;
  padding-left: 25px;
  position: relative;
  padding-right: 25px;
}

.admin_content {
  /*display: flex;*/
}

.sidebar {
  width: 178px;
  margin-right: 30px;
  order: 0;
}

.sidebar a {
  display: block;
  padding: 8px 20px;
  color: #5E5BCE;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
  background: #FFFFFF;
  border: 1px solid #CDD9D5;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}

.sidebar a:hover, .sidebar li.active a {
  background: #5E5BCE;
  border: 1px solid #5E5BCE;
  color: #fff;
}

.sidebar li.active a:after {
  content: '';
  width: 8px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 12px;
  background: url('../images/sidebar-arrow-after.svg') no-repeat;
}

.sidebar a span, .adm_mobile_menu a span {
  padding: 2px 5px;
  background: #5E5BCE;
  border-radius: 15px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-left: 10px;
  transition: all 0.2s;
}

.sidebar li.active span, .sidebar li a:hover span {
  color: #5E5BCE;
  background: #fff;
}

.adm_content {
  width: calc(100% - 208px);
  order: 1;
}

.dashboard_items {
  display: flex;
  margin-bottom: 43px;
}

.dashboard_item {
  width: 282px;
  height: 90px;
  background: #F8FFFD;
  box-shadow: 0 3px 20px rgba(199, 203, 202, 0.5);
  border-radius: 5px;
  margin-right: 30px;
  padding: 11px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5E5BCE;
  text-decoration: none;
}

.dashboard_item:hover {
  box-shadow: 0 3px 20px rgba(29, 157, 146, 0.36);
}

.dashboard_item .item_info span {
  display: block;
  margin-bottom: 5px;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 24px;
  line-height: 33px;
}

.dashboard_item .item_info p {
  margin-bottom: 0;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.admin_content table {
  border-collapse: collapse;
}

.admin_content th {
  padding: 3px 10px;
}

.admin_content td {
  height: 29px;
  padding: 0 10px;
  box-sizing: border-box;
}

.admin_content td, .admin_content th {
  border: 1px solid #CDD9D5;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 13px;
  line-height: 18px;
  vertical-align: middle;
  max-width: 430px;
  position: relative;
  text-align: left;
}

.dashboard_content .canvas {
  margin-bottom: 50px;
}

.admin_content td p {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.admin_content .table_font_16 td p {
  font-size: 16px;
  line-height: 22px;
}

.admin_content .table_height_50 td, .admin_content .table_height_50 th {
  height: 50px;
}

.admin_content .table40 td {
  height: 38px;
}

table .dialog {
  display: none;
  flex-direction: column;
  padding-top: 10px;
}

table td .dialog p {
  margin-bottom: 10px;
}

.message_full, .message_small {
  cursor: pointer;
  transition: all 0.2s;
}

.message_full:hover, .message_small:hover {
  color: #5E5BCE;
}

.admin_content .table_font_16 td, .admin_content .table_font_16 th {
  font-size: 16px;
  line-height: 22px;
}

.admin_content table td.font14 {
  font-size: 14px;
  line-height: 19px;
}

.admin_content th .order_a {
  position: absolute;
  right: 9px;
}

.admin_content .bold_border {
  border-right: 2px solid #CDD9D5;
}

.admin_content th {
  font-family: 'Gotham-Bold', sans-serif;
  background: #595880;
  box-sizing: border-box;
  color: white;
  height: 40px;
  font-weight: bold;
  font-size: 15px;
}

.requests_content th {
  height: 54px;
  box-sizing: border-box;
}

.requests_content td p {
  white-space: pre-line;
}

.support_content th {
  height: 50px;
  box-sizing: border-box;
}

.admin_content td {
  background: #fff;
}

.admin_content tr.strong td, .admin_content tr.strong td p {
  font-family: 'OpenSans-Bold', sans-serif;
}

.admin_content td.domain_td {
  padding-right: 30px;
}

.domain_td a.table_domain_open {
  position: absolute;
  right: 10px;
}

.domain_td a.table_domain_open img {
  height: 15px;
}

.admin_content .total_tr td {
  font-family: 'OpenSans-Bold', sans-serif;
  background: #595880;
  color: #fff;
}

.admin_content td.strong, .admin_content th.strong, .admin_content td p.strong {
  font-family: 'OpenSans-Bold', sans-serif;
}

.green_status, .red_status, .grey_status {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 auto;
}

.green_status {
  background: #595880;
}

.red_status {
  background: #E00000;
}

.grey_status {
  background: #b0b0b0;
}

.adm_content table {
  width: 100%;
  border-radius: 5px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #CDD9D5;
  overflow: hidden;
}

.adm_content.dashboard_content table, .adm_content.domains_meta_tags_content table, .adm_content.domains_content table {
  border-radius: 0;
  overflow: visible;
}

.total_tr td {
  border-top: 2px solid #CDD9D5;
}

.mobile_menu .add_domain_a {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile_menu .head_ns {
  margin-left: 0;
  margin-bottom: 20px;
}

.mobile_menu .head_email {
  margin-bottom: 20px;
}

.mobile_menu .signout {
  padding-left: 0;
}

.mobile_menu .signout:before {
  width: 0;
}

.domain_title {
  display: flex;
}

.domain_title a {
  padding-top: 8px;
  margin-left: 10px;
}

.admin_neconstructor_content .adm_content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'OpenSans-Bold', sans-serif;
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
  margin-top: 7px;
}

.adm_content h2.support_tickets_h2 {
  margin-bottom: 17px;
  margin-top: 14px;
}

.adm_content.domains_codes_content h2, .adm_content.domains_redirect_content h2, .adm_content.requests_content h2, .adm_content.domains_content h2 {
  margin-bottom: 18px;
}

.tabs {
  /*margin-top: 60px; */
  margin-top: 0;
}

.admin_constructor_content .tabs {
  margin-top: 0;
}

.lang_switch_div {
  position: relative;
  margin-right: 10px;
}

.lang_switch_div .lang_close {
  position: absolute;
  right: 7px;
  top: 0;
  cursor: pointer;
}

.lang_sw {
  margin-bottom: 30px;
  display: flex;
  margin-top: 2px;
}

.lang_sw span {
  margin-right: 10px;
}

.lang_sw a, .lang_sw span {
  display: block;
  padding: 7px 25px 7px 10px;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.lang_sw span {
  background: #5E5BCE;
  color: #fff;
  border-radius: 0 0 5px 5px;
}

.lang_sw a {
  color: #5E5BCE;
  background: #fff;
  border: 1px solid #CDD9D5;
  border-radius: 0 0 5px 5px;
  text-decoration: none;
  transition: all 0.2s;
}

.lang_sw a.invisible {
  display: none;
}

.lang_sw a:hover {
  background: #5E5BCE;
  color: #fff;
  border: 1px solid #5E5BCE;
}

.lang_sw .add_language {
  margin-left: 20px;
  position: relative;
}

.lang_sw .add_language_popup {
  position: absolute;
  width: 240px;
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #D0E8E0;
  box-shadow: 0 2px 8px rgba(103, 147, 133, 0.2);
  border-radius: 4px;
  top: 30px;
  display: none;
  z-index: 11;
}

.lang_sw .add_language_popup h4 {
  font-family: 'OpenSans-SemiBold', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #5E5BCE;
  margin-bottom: 20px;
}

.lang_sw .language_checkboxes {
  display: flex;
  flex-wrap: wrap;
}

.lang_sw .add_language_popup label {
  width: 50%;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #5E5BCE;
  margin-bottom: 12px;
  cursor: pointer;
}

.lang_sw .add_language_popup label input {
  display: none;
}

.lang_sw .add_language_popup label img {
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.lang_sw .add_language_popup label img.invisible {
  display: none;
}

.lang_sw .languages .lang_item:hover .lang_close {
  opacity: 1;
}

.lang_sw .languages .lang_item.invisible {
  display: none;
}

.domains_redirect_content .tabs {
  margin-bottom: 17px;
}

.domains_codes_content .tabs, .domains_redirect_content .tabs {
  margin-top: 0;
}

.tabs ul {
  display: flex;
  border-bottom: 2px solid #5E5BCE;
  align-items: center;
}

.tabs li {
  color: #fff;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  margin-right: 10px;
}

.tabs li a {
  text-decoration: none;
  color: #5E5BCE;
  border: 1px solid #CDD9D5;
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 40px;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background: #fff;
  transition: all 0.3s;
}

.tabs li.tab_active a {
  border: none;
  background: none;
  padding: 0;
  color: #fff;
}

.tabs li a:hover {
  background: #5E5BCE;
  color: #fff;
}

.tabs li.tab_active {
  padding: 0 40px;
  border-radius: 5px 5px 0 0;
  background: #5E5BCE;
  display: flex;
  align-items: center;
  height: 39px;
}

.admin_neconstructor_content .adm_content form {
  max-width: 100%;
}

.adm_content .form_redirect {
  margin-bottom: 60px;
}

.adm_content.domains_codes_content form {
  margin-bottom: 30px;
}

.adm_content .admin_search_form, .adm_content .requests_search_form {
  margin-bottom: 11px;
}

.text_label {
  display: flex;
  justify-content: space-between;
  font-family: 'OpenSans-Light', sans-serif;
  margin-bottom: 4px;
}

.text_label label, .add_domains label {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.text_label span {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  background: linear-gradient(119.03deg, #595880 0%, #5E5BCE 64.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-right: 10px;
}

.text_label .cifra {
  font-size: 14px;
  line-height: 19px;
  color: #868686;
  padding-top: 4px;
}

.admin_neconstructor_content .adm_content textarea {
  width: 100%;
  border: 1px solid #CDD9D5;
  border-radius: 20px;
  height: 80px;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  outline: none;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.admin_neconstructor_content .adm_content textarea:focus {
  border: 1px solid #5E5BCE;
}

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

.admin_neconstructor_content .adm_content form button {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  height: 40px;
  padding: 0 40px;
}

.admin_neconstructor_content .adm_content form button:hover {
}

.white_button {
  position: relative !important;
  background: #fff !important;
  color: #5E5BCE !important;
  box-shadow: none !important;
  border: 1px solid #CDD9D5 !important;
  text-shadow: none !important;
}

.green_button {
  position: relative !important;
  color: #fff !important;
  background: linear-gradient(90deg, #595880 0%, #5E5BCE 100%) !important;
  box-shadow: 0 3px 8px rgba(59, 139, 150, 0.6) !important;
  border-radius: 30px !important;
  outline: none !important;
  border: none !important;
}

.white_button:hover {
  color: #fff !important;
}

.adm_content table a {
  color: #000;
  transition: all 0.2s;
}

.adm_content table a:hover {
  color: #595880;
}

td.underline {
  text-decoration: underline;
}

.add_domains {
  max-width: 594px;
  margin-bottom: 50px;
  display: none;
}

.add_domains.visible {
  display: block;
}

.domains_title {
  display: flex;
}

.domains_title a {
  margin-top: 8px;
  margin-left: 10px;
}

.domains_title svg path {
  transition: all 0.2s;
}

.domains_title a:hover svg path {
  fill: #595880;
}

.add_domains textarea {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 130px;
}

.add_domains input[type='file'], .open_ticket_block input[type='file'] {
  display: none;
}

.file_block {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #CDD9D5;
  border-radius: 20px;
  height: 40px;
  align-items: center;
  padding: 3px;
  box-sizing: border-box;
  margin-bottom: 10px;
  cursor: pointer;
}

.choose_file {
  display: flex;
}

.file_block p {
  margin-bottom: 0;
}

p.file_name {
  display: block;
  padding: 6px 20px;
  background: #595880;
  border-radius: 30px;
  font-family: 'OpenSans-Regular', sans-serif;
  color: #fff;
  height: 34px;
  box-sizing: border-box;
}

.choose_file > p {
  font-family: 'OpenSans-Regular', sans-serif;
  color: #B5B5B5;
}

.choose_file > img {
  margin-right: 12px;
  margin-left: 10px;
}

.add_domains_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add_domains_buttons p {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
}

.add_domains_buttons p a {
  color: #000;
  transition: all 0.2s;
}

.add_domains_buttons p a:hover {
  color: #595880;
}

.add_domains .buttons button {
  height: 40px;
  box-sizing: border-box;
  font-family: 'OpenSans-Regular', sans-serif;
  border-radius: 30px;
  outline: none;
}

.add_domains .buttons .add {
  padding: 0 54px;
  font-size: 18px;
  line-height: 25px;
  margin-right: 10px;
}

.add_domains .buttons .cancel {
  font-size: 16px;
  line-height: 22px;
  padding: 0 20px;
}

.add_domains .buttons .cancel:hover {
  padding: 0 21px;
}

.file_block .file_name {
  position: relative;
  overflow: hidden;
}

.admin_neconstructor_content .adm_content h3 {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.adm_content.domains_codes_content textarea {
  margin-bottom: 10px;
  height: 130px;
}

.right_buttons {
  display: flex;
  justify-content: flex-end;
}

.adm_content .right_buttons button {
  height: 40px;
  padding: 0 30px;
  margin-left: 10px;
}

.adm_content .right_buttons button:hover {
  /*padding: 0 31px;*/
}

.form_redirect {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form_redirect label {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.form_redirect input {
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 350px;
  font-size: 16px;
  line-height: 22px;
}

.adm_content .form_redirect button {
  height: 40px;
  padding: 0;
  box-sizing: border-box;
  padding: 0 40px;
}

.adm_content .form_redirect button:hover {
  padding: 0 41px;
}

.form_redirect select {
  display: none;
}

.select {
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #CDD9D5;
  border-radius: 20px;
  width: 83px;
  padding-left: 15px;
  padding-right: 12px;
  box-sizing: border-box;
  cursor: pointer;
  padding-top: 8px;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

table select {
  display: none;
}

table .select {
  border: none;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  height: auto;
  padding: 2px 0;
  width: 38px;
  text-align: left;
  float: right;
}

.table_container table input {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  height: auto;
  width: 38px;
  border: none;
  float: left;
  padding-top: 2px;
  border-radius: 0;
}

.table_container table input:focus {
  border: none;
}

table .select p {
  background-size: 10px;
}

.select.active {
  border: 1px solid #5E5BCE;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

table .select.active {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 43px;
  padding-left: 4px;
}

.select p {
  margin-bottom: 0;
  font-family: 'OpenSans-Regular', sans-serif;
  background: url('../images/select-open.svg') right center no-repeat;
}

.open_ticket_block .select p {
  font-size: 16px;
  line-height: 22px;
}

.select.active p {
  background: url('../images/select-close.svg') right center no-repeat;
}

table .select.active p {
  background-size: 10px;
}

.select .options {
  position: absolute;
  top: 39px;
  left: -1px;
  width: 83px;
  background: #fff;
  border: 1px solid #5E5BCE;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 15px;
  box-sizing: border-box;
  border-top: none;
  display: none;
  z-index: 10;
}

table .select .options {
  width: 43px;
  border-radius: 5px;
  padding-left: 4px;
  top: 22px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select.active .options {
  display: block;
}

.select .option {
  height: 40px;
  padding-top: 8px;
  box-sizing: border-box;
}

table .select .option {
  height: auto;
  padding-top: 0;
}

.select .option:hover {
  color: #595880;
}

.bulk_add_button, .open_ticket_button {
  height: 40px;
  border-radius: 30px;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding-left: 45px;
  padding-right: 45px;
}

.open_ticket_button {
  margin-bottom: 25px;
}

.bulk_add_button:hover, .open_ticket_button:hover {
  padding: 0 46px;
}

.form_redirect.form_bulk_add {
  align-items: flex-start;
  opacity: 0;
  height: 0;
  transition: all 0.3s;
}

.form_redirect.form_bulk_add.visible {
  opacity: 1;
  height: auto;
  margin-top: 10px;
}

.form_redirect textarea {
  max-width: 797px;
  height: 140px;
  margin-bottom: 0;
}

.admin_search_form, .requests_search_form {
  display: flex;
}

.admin_search_form input, .requests_search_form input {
  max-width: 386px;
  height: 40px;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

form.admin_search_form button, form.requests_search_form button {
  height: 40px;
  padding: 9px;
  width: 110px;
  margin-left: 10px;
}

form.admin_search_form button:hover, form.requests_search_form button:hover {
  padding: 10px;
}

form.admin_search_form button:hover svg path, form.requests_search_form button:hover svg path {
  fill: #fff;
}

.table_container td p {
  margin-bottom: 0;
}

.show_search {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.show_search p {
  font-family: 'OpenSans-Bold', sans-serif;
  margin-top: 12px;
  margin-bottom: 0;
}

.show_search form {
  margin: 0;
  width: 386px;
}

.show_search form input, .show_search form button {
  height: 40px;
  font-size: 16px;
  line-height: 22px;
  padding-top: 5px;
}

.show_search form button {
  width: 40px;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  top: 3px;
}

.show_search form button:hover, .show_search form button:hover:after, .show_search form button:after {
  background: none;
}

.show_search form button:hover {
  padding: 0;
}

.show_search form button svg path {
  transition: all 0.2s;
}

.show_search form button:hover svg path {
  fill: #595880;
}

.pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.pagination select {
  display: none;
}

.pagination .side {
  display: flex;
  align-items: center;
}

.pagination .select {
  margin-left: 10px;
}

.pagination label {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.pagination ul {
  display: flex;
}

.pagination ul li {
  margin-bottom: 0;
  margin-left: 10px;
}

.pagination li, .pagination a {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
  height: 40px;
}

.pagination li.active_page {
  border-radius: 30px;
  background: #5E5BCE;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding-top: 8px;
}

.pagination a {
  display: block;
  color: #5E5BCE;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFFFFF;
  border: 1px solid #CDD9D5;
  border-radius: 30px;
  text-decoration: none;
  box-sizing: border-box;
  padding-top: 8px;
  position: relative;
  overflow: hidden;
}

.pagination a:hover {
  border: 1px solid #5E5BCE;
}

.pagination .side > a {
  padding-left: 46px;
  padding-right: 46px;
  margin-left: 10px;
}

.pagination ul span {
  padding-top: 10px;
  margin-left: 11px;
}

.open_ticket_block {
  opacity: 0;
  height: 0;
  margin-bottom: 0 !important;
}

.open_ticket_block:after {
  content: '';
  background: url('../images/open-ticket-line.svg');
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.open_ticket_block.visible {
  height: auto;
  opacity: 1;
  padding-bottom: 50px;
  margin-bottom: 50px !important;
}

.open_ticket_block h2 {
  margin-top: 25px;
}

.open_ticket_block .form_group {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.open_ticket_block #email {
  width: 282px;
}

.open_ticket_block #subject {
  width: 490px;
}

.open_ticket_block label {
  display: block;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 4px;
}

.open_ticket_block .form_input {
  margin-right: 10px;
}

.open_ticket_block input, .open_ticket_block .form_group button, .open_ticket_block .buttons button {
  height: 40px;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.open_ticket_block .form_input .select, .open_ticket_block .form_input .select .options {
  width: 282px;
}

.open_ticket_block .form_input select {
  display: none;
}

.open_ticket_block textarea {
  height: 130px;
}

.open_ticket_block .request_file_block {
  width: 781px;
}

.open_ticket_block p {
  font-size: 13px;
  line-height: 18px;
}

.open_ticket_block p.file_name, .open_ticket_block .file_txt p {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.open_ticket_block .form_group button {
  margin-left: 10px;
}

.open_ticket_block .buttons {
  display: flex;
  justify-content: center;
}

.open_ticket_block .buttons button {
  margin-right: 10px;
}

.adm_content.settings_content {
  display: flex;
  justify-content: space-between;
}

.settings_content .left {
  width: 490px;
}

.settings_content .right {
  width: 380px;
}

.settings_content h3 {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 27px;
}

.settings_content h3 span {
  background: linear-gradient(119.03deg, #595880 0%, #5E5BCE 64.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.adm_content p.strong {
  font-family: 'OpenSans-Bold', sans-serif;
}

.settings_content .form_group {
  display: flex;
  position: relative;
  margin-top: 4px;
}

.settings_content .form_group.invisible {
  display: none;
}

.settings_content .form_group.add_number_form_group {
  margin-top: 10px;
}

.settings_content .left input {
  width: 303px;
}

.settings_content input {
  height: 40px;
  padding: 0 20px;
}

.settings_content input, .settings_content button {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.adm_content.settings_content button {
  margin-left: 10px;
  padding: 0 37px;
  height: 40px;
}

.adm_content.settings_content button:hover {
  padding: 0 38px;
}

.settings_content button.plus_button {
  /*padding: 10px 20px;*/
}

.settings_content button.plus_button:hover {
  /*padding: 11px 21px;*/
}

.settings_content button.plus_button svg {
  position: relative;
  z-index: 2;
}

.settings_content button.plus_button:hover svg path {
  fill: #fff;
}

.settings_content label {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 14px;
  line-height: 19px;
  display: block;
  margin-top: 15px;
}

.settings_content .right input {
  width: 266px;
}

.settings_content .form_group > .invisible-password, .settings_content .form_group > .visible-password {
  position: absolute;
  left: 227px;
  cursor: pointer;
}

.settings_content .form_group > .invisible-password {
  top: 14px;
  height: 13px;
}

.settings_content .form_group > .visible-password {
  height: 16px;
  top: 12px;
}

.visible-password path, .invisible-password path {
  transition: all 0.2s;
}

.visible-password:hover path, .invisible-password:hover path {
  fill: #595880;
}

.visible-password {
  display: none;
}

.adm_content td svg path {
  transition: all 0.2s;
}

.adm_content td svg:hover path, .adm_content td button:hover path {
  fill: #595880;
}

#myChart {
  max-height: 185px;
}

.domains_meta_tags_content .table_container {
  margin-bottom: 50px;
}

.canvas {
  margin-top: 40px;
}

.dialog .my_message {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 6px 10px;
  background: #DDF0EF;
  border-radius: 15px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 10px;
}

.answer_form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 10px;
}

.table_container table .answer_form input {
  width: calc(100% - 68px);
  border: 1px solid #CDD9D5;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  padding: 10px 11px;
}

.answer_form button {
  width: 58px;
  background: #fff;
  border: 1px solid #CDD9D5;
  border-radius: 20px;
}

.breadcrupms {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  color: #859590;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.breadcrupms a, .breadcrupms span {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #859590;
  margin-left: 10px;
  margin-right: 10px;
}

.notice_success {
  width: 100%;
  font-family: 'OpenSans-SemiBold', sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  background: green;
}

.notice_error {
  width: 100%;
  font-family: 'OpenSans-SemiBold', sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  background: red;
}

.file_txt {
  width: calc(100% - 250px);
  box-sizing: border-box;
  padding-left: 20px;
}

.table_support a {
  text-decoration: none;
}

.zagol_ticket {
  display: flex;
}

.zagol_ticket h2 {
  text-transform: uppercase;
}

.zagol_ticket h3 {
  text-transform: none;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin-top: 7px;
  margin-left: 20px;
}

.ticket_container {
  background: #fff;
  border: 1px solid #CDD9D5;
  border-radius: 5px;
  padding: 30px 20px;
}

.ticket_item {
  display: flex;
  margin-bottom: 30px;
}

.ticket_item.user_item {
  justify-content: flex-start;
}

.ticket_item.support_item {
  justify-content: flex-end;
}

.ticket_avatar {
  width: 108px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ticket_item.user_item .ticket_avatar {
  margin-right: 20px;
}

.ticket_item.support_item .ticket_avatar {
  margin-left: 20px;
}

.ticket_avatar pre, .ticket_avatar span {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 13px;
  line-height: 18px;
  white-space: pre-wrap;
  word-break: break-all;
  text-align: center;
}

.ticket_message .message {
  padding: 15px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 19px;
  font-family: 'OpenSans-Light', sans-serif;
  color: #000;
}

.user_item .ticket_message .message {
  background: #EBF0F0;
  white-space: pre;
}

.support_item .ticket_message .message {
  background: #DDF0EF;
}

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

.ticket_message .time {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #8C8C8C;
  margin-top: 4px;
}

.support_item .time {
  text-align: right;
}

.ticket_container form {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.ticket_container input {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 15px;
  height: 48px;
}

.adm_content .ticket_container form {
  margin-bottom: 0;
}

.adm_content .ticket_container form button {
  height: 48px;
  margin-left: 20px;
  padding-top: 5px;
}

.adm_content .ticket_container form button:hover path {
  fill: #fff;
}

.like_dislike_container {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.thanks_like_dislike_button {
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 30px;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.thanks_like_dislike_button svg {
  margin-right: 10px;
  position: relative;
  z-index: 2;
}

.like_dislike_container button {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dislike_button, .like_button {
  width: 60px;
  border-radius: 24px;
  background: #fff;
  transition: all 0.2s;
}

.dislike_button {
  border: 1px solid #C51919;
}

.like_button {
  border: 1px solid #5E5BCE;
}

.dislike_button:hover {
  background: #C41919;
}

.like_button:hover {
  background: #5E5BCE;
}

.dislike_button:hover path, .like_button:hover path {
  fill: #fff;
}

.open_ticket_block .select[data-name='related_service'] .options {
  max-height: 50vh;
  overflow-y: scroll;
}

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

.attachment_container img {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}

.contacts_form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  flex-wrap: wrap;
}

.contacts_form .left {
  width: 282px;
}

.contacts_form .right {
  width: 490px;
}

.contacts_form .button_block {
  width: 100%;
  margin-top: 9px;
}

.content.contacts_content h1 {
  margin-bottom: 24px;
}

.content.contacts_content p {
  margin-bottom: 30px;
}

.content.contacts_content label {
  width: 100%;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
  display: block;
}

.content.contacts_content form.contacts_form input {
  height: 40px;
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 19px;
  width: 80%;
  border-radius: 6px;
  border: 1px solid #c9c9c9;
}

.content.contacts_content textarea {
  width: 100%;
  border: 1px solid #CDD9D5;
  border-radius: 20px;
  height: 220px;
  outline: none;
  padding-left: 20px;
  padding-top: 10px;
  box-sizing: border-box;
}

.content.contacts_content textarea:focus {
  border: 1px solid #595880;
}

.content.contacts_content .contacts_form button {
  width: 178px;
  height: 40px;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 18px;
  line-height: 25px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error_404 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 390px;
  margin: 0 auto;
}

.error_404 .right {

}

.error_404 .right h1 {
  margin: 0 0 0 9px;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 100px;
  line-height: 136px;
  color: #5E5BCE;
}

.error_404 .right h2 {
  margin: 0;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: 0.35em;
  color: #5E5BCE;
  text-align: right;
}

b {
  font-family: 'OpenSans-Bold', 'Gotham-Book', sans-serif;
}

.white_button:hover {
  background: linear-gradient(90deg, #595880 0%, #5E5BCE 100%) !important;
  box-shadow: 0 8px 30px rgba(59, 139, 150, 0.6) !important;
  color: #fff !important;
  border: 1px solid #CDD9D5 !important;
}


.seo_projects .my-projects-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding-bottom: 80px;
}

.seo_projects .my-projects-container .my-projects-header {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 3px solid #595880;
  padding-bottom: 15px;
  gap: 20px;
}
.seo_projects .my-projects-container .my-projects-header div{
  font-size: 24px;
  color: #5E5BCE;
  margin: 0;
  background: transparent;
  border:none;
  font-family: 'Gotham-Bold', sans-serif;
  border-radius: 6px;
}
.seo_projects .my-projects-container .my-projects-header div.active-tab{
  color: white;
  background: #5E5BCE;

}

.seo_projects .my-projects-container .my-balance {
  background: #01BFA3;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 8px;
  font-size: 1.2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.seo_projects .my-projects-container .my-balance h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.seo_projects .my-projects-container .my-balance h2 span {
  background: transparent;
  color: white;
  -webkit-text-fill-color: white;
  text-shadow: 2px 3px 0 black;
}

.seo_projects .projects-table-container {
  padding: 20px;
  padding-bottom: 120px;
}

.seo_projects .my-projects-container .projects-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.seo_projects .my-projects-container .projects-table thead {
  background-color: #5E5BCE;
  color: #ffffff;
}

.seo_projects .my-projects-container .projects-table th, .seo_projects .my-projects-container .projects-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.seo_projects .my-projects-container .projects-table th {
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}

.seo_projects .my-projects-container .projects-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.seo_projects .my-projects-container .projects-table tbody tr:hover {
  background-color: #e0e6ed;
}

.seo_projects .my-projects-container .projects-table th .thinput {
  height: 25px;
  margin-top: 5px;
  text-align: center;
  padding: 0;
}


.seo_projects .my-projects-container .create-project-button {
  display: block;
  background: #595880;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  margin: auto;
  margin-bottom: 20px;
  width: 120px;
  height: 30px;
  padding: 0;
}

.seo_projects .my-projects-container .create-project-button:hover {
  background: #5E5BCE;
  transform: scale(1.05);
}

.seo_projects .my-projects-container .add-package-button {
  display: block;
  background: #5E5BCE;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  width: 80px;
  height: 50px;
  padding: 0;
}

.seo_projects .my-projects-container .add-package-button img {
  width: 30px;
  margin-top: 6px;
  display: block;
  margin: auto;
  height: 50px;
}

.seo_projects .my-projects-container .add-package-button:hover {
  background: #595880;
  transform: scale(1.05);
}

.seo_projects .my-projects-container .create-project-options {
  text-align: center;
  margin-top: 20px;
}

.seo_projects .my-projects-container .option-button {
  display: inline-block;
  width: 200px;
  padding: 15px;
  margin: 10px;
  background: white;
  color: #595880;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid #595880;
}

.seo_projects .my-projects-container .option-button:hover {
  background: #595880;
  transform: scale(1.05);
  color: white;
}

.seo_projects .my-projects-container .back-button {
  display: block;
  background: #f1f1f1;
  color: #333;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 100px;
  height: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  border: 1px solid black;
}

.seo_projects .my-projects-container .back-button img {
  margin-top: 8px;
}

.seo_projects .my-projects-container .back-button:hover {
  background: #e0e6ed;
  transform: scale(1.05);
}

.seo_projects .my-projects-container .option-button.active {
  background: #385A64;
  border-color: #003d80;
  color: #ffffff;
}

.seo_projects .my-projects-container .dropdown-container {
  display: none;
  margin-top: 20px;
  text-align: left;
}

.seo_projects .my-projects-container .dropdown {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.seo_projects .my-projects-container .dropdown option {
  padding: 10px;
}

.seo_projects .form-group {
  margin-top: 20px;
  margin-bottom: 20px;
}

.seo_projects .form-group input {
  height: fit-content;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.seo_projects .seo_button {
  background: #385A64 !important;
  border: 2px solid #003d80 !important;
  color: #ffffff !important;
  padding: 15px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  border-radius: 6px !important;
  position: relative !important;
  font-size: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  line-height: unset !important;
}

.seo_button:hover {
  background: #01BFA3 !important;
  border: 2px solid #11a190 !important;
}

.seo_projects div#response-message.success {

  padding: 20px;
  background: #a5e1a5;
  border-radius: 10px;
  border: 1px solid black;
  padding-right: 0;
  display: none;
}

.seo_projects div#response-message.error {

  padding: 20px;
  background: #e1a5a5;
  border-radius: 10px;
  border: 1px solid black;
  padding-right: 0;
  display: none;
}

.success-message {
  padding: 10px;
  background: #a5e1a5;
  border-radius: 10px;
  border: 1px solid black;
  padding-right: 0;
  display: none;
  margin-bottom: 10px;
  color: black !important;
  text-transform: capitalize;
}

.error-message {
  padding: 10px;
  background: #f9d2d2;
  border-radius: 10px;
  border: 1px solid black;
  padding-right: 0;
  display: none;
  margin-bottom: 10px;
  color: black !important;
  text-transform: capitalize;
}


.seo_projects .projects-table {
  width: 100%;
  border-collapse: collapse;
}

.seo_projects .projects-table th, .seo_projects .projects-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.seo_projects .accordion-content {
  display: none;
  background-color: #f9f9f9;
}

.seo_projects .sub-projects-table {
  width: 100%;
  border-collapse: collapse;
}

.seo_projects .sub-projects-table th, .seo_projects .sub-projects-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.seo_projects .tr_project_name td a {
  font-size: 15px;
  font-weight: bold;
  color: black;
}

/* Style the switch */
.seo_projects .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}

/* Hide default HTML checkbox */
.seo_projects .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider */
.seo_projects .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 20px;
}

/* Slider before */
.seo_projects .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

/* Toggle the slider */
.seo_projects input:checked + .slider {
  background-color: #595880;
}

/* Move the slider when checked */
.seo_projects input:checked + .slider:before {
  transform: translateX(14px);
}

/* Rounded slider */
.seo_projects .round {
  border-radius: 20px;
}

/* Button styles */
.seo_projects .save-btn {
  background: #5E5BCE;
  border: 2px solid #5E5BCE;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.seo_projects .save-btn:hover {
  background-color: #595880;
}

.seo_projects .save-btn img {
  width: 20px;
}

.seo_projects .delete-btn {
  background: #5E5BCE;
  border: 2px solid #5E5BCE;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.seo_projects .delete-btn:hover {
  background-color: #595880;
}

.seo_projects .delete-btn img {
  width: 17.5px;
}

.seo_projects table.projects-table input {
  height: auto;
  font-size: 12px;
  border-radius: 6px;
  border: none;
}

span.label.website {
  background: #d9d9e9;
  font-size: 9px;
}

.seo_projects span.label {
  position: absolute;
  top: 3px;
  font-size: 9px;
  background: #e2e2e2;
  padding: 0;
  border-radius: 5px;
  width: 50px;
  text-align: center;
}

.seo_projects .projects-accordion-button {
  background-color: #E6E6F0;
  border: none;
  padding: 15px;
  text-align: left;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.4s;
  margin-top: 10px;
  overflow: unset;
}

.seo_projects .projects-accordion-button.active {
  background-color: #E6E6F0;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-radius: 5px 5px 0 0;
}

.seo_projects .projects-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;

}

.seo_projects .projects-accordion-content.show {
  max-height: fit-content;
  padding-bottom: 80px;
  background-color: #E6E6F0;

  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.seo_projects .projects-accordion-button .arrow img {
  transform: rotate(180deg);
  width: 20px;
  position: absolute;
  right: 15px;
  top: 20px;
}

.seo_projects .arrow {
  transition: transform 0.4s ease;
}

.seo_projects .project-name {
  /*display: flex;
  align-items: center;
  width: fit-content;*/
}

.seo_projects .edit-icon {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.seo_projects .edit-pencil,
.seo_projects .edit-checkmark {
  cursor: pointer;
  margin-left: 5px;
  width: 15px;
}

.seo_projects .edit-input {
  display: none; /* Initially hidden */
  margin-left: 10px;
  padding: 5px;
}

.seo_projects .edit-checkmark {
  display: none; /* Initially hidden */
}

.seo_projects input.edit-input {
  border-radius: 6px;
  font-size: 12px;
  height: 30px;
}

.seo_projects .next-step {
  display: none;
  margin: auto;
  width: fit-content;
}

.seo_projects .next-step-select-project {
  margin: auto;
  width: 100%;
  margin-top: 10px;
}

.seo_projects span.error_input {
  position: absolute;
  bottom: 2px;
  font-size: 11px;
  background: #febebe;
  padding: 0;
  border-radius: 5px;
  width: fit-content;
  text-align: center;
  left: 15px;
  /* right: 20px; */
  padding-left: 5px;
  padding-right: 5px;
  display: none;
  text-transform: capitalize;
  color: #b30000;
}

.load-projects-block {
  position: relative;
}

.preloader-container-custom {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: fixed;
  display: flex;
  top: 0;
}

/* Прелоадер */
.preloader-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Анімація прелоадера */
.spinner-custom {
  width: 70px;
  height: 70px;
  border: 10px solid #dbdbdb;
  border-top: 10px solid #5E5BCE;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.preloader-container-mini {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;

}

.preloader-mini {
  border: 4px solid #dbdbdb;
  border-top: 4px solid #5E5BCE;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

/* Ключові кадри для анімації */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.projects-accordion .hidden-select {
  display: none;
}

.projects-accordion .custom-select-container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auto-block {
  width: 40%;
  position: relative;
}

.projects-accordion .custom-select {
  background-color: #fff;
  border: 2px solid #5E5BCE;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.projects-accordion .select-placeholder {
  color: #5E5BCE;
  display: block;
  margin: auto;
  font-family: 'Gotham-Bold', sans-serif;
}

.projects-accordion .select-options {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #5e5bce;
  border-radius: 5px;
  max-height: 160px;
  overflow-y: auto;
  position: absolute;
  top: 103%;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
}

.projects-accordion .select-options .option {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
  font-family: 'Gotham-Medium', sans-serif;
  color: #5E5BCE;
}

.projects-accordion .select-options .option:hover {
  background-color: #595880;
  color: white;
}

.projects-accordion .custom-select.open .select-options {
  display: block;
}

.list_lang {
  margin-left: 20px;
}

.list_lang .custom-select {
  position: relative;
  display: inline-block;
  width: 70px;
}

.list_lang .selected-option {
  font-family: 'Gotham-Bold', sans-serif;
  padding: 10px;
  border: 1px solid #5E5BCE;
  cursor: pointer;
  background: #5E5BCE;
  align-items: center;
  font-size: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-size: 20px;
}

.list_lang .selected-option img {
  margin-right: 10px;
  width: 20px;
  display: block;
  margin: auto;
}

.list_lang .options {
  font-family: 'Gotham-Bold', sans-serif;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #5E5BCE;
  background-color: white;
  z-index: 1;
  border-radius: 6px;
  height: 200px;
  overflow-y: auto;
}

.list_lang .options.show {
  display: block;
}

.list_lang .option {
  padding: 10px;
  cursor: pointer;

  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.list_lang .option img {
  margin-right: 10px;
  width: 20px;
}

.list_lang .option:hover {
  color: white;
  background-color: #5E5BCE;
}


.list_lang .custom-select-lang-custom {
  position: relative;
  display: inline-block;
  width: 100px;
}

.list_lang .selected-option-lang-custom {
  padding: 10px;
  border: 1px solid #CDD9D5;
  cursor: pointer;

  align-items: center;
  font-size: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
}

.list_lang .selected-option-lang-custom img {
  margin-right: 10px;
  width: 20px;
  display: block;
  margin: auto;
}

.list_lang .options-lang-custom {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background-color: white;
  z-index: 1;
}

.list_lang .options-lang-custom.show {
  display: block;
}

.list_lang .option-lang-custom {
  padding: 10px;
  cursor: pointer;

  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.list_lang .option-lang-custom img {
  margin-right: 10px;
  width: 20px;
}

.list_lang .option-lang-custom:hover {
  background-color: #f1f1f1;
}

.labelLang {
  display: block;
  width: 100%;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px
}

.lang_sw {
  display: block;
}

.block-flex {
  display: flex;
}

.customButton {
  border: 1px solid #1D9D92;
  background-color: white;
  color: #1D9D92;

  border-radius: 30px;
  padding: 13px 10px;
  font-family: 'OpenSans-SemiBold', sans-serif;

  line-height: 33px;
  text-transform: uppercase;
  outline: none;

  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 13px;
  line-height: 22px;
  text-transform: none;
  height: 40px;
  padding: 0 10px;
  margin-left: 10px;

}

.customButton:hover {
  background-color: #1D9D92;
  color: white;
}

#popup-saved {
  right: 20px;
  top: 30px;
  visibility: hidden;
  width: 300px;
  background-color: #1d9d92;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  padding: 25px;
  position: fixed;
  z-index: 1;
  /* bottom: 30px; */
  /* transform: translateX(-50%); */
  font-size: 17px;
  border: 1px solid black;
  border-radius: 10px;
}

#popup-saved.show {
  visibility: visible;
  animation: fadeout 4s forwards;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.domains_table .list_lang .custom-select {
  width: fit-content;
  display: block !important;
  margin: auto;
}

.domains_table .list_lang .selected-option {
  padding: 0;
  border: none;
}

.domains_table form#languageForm {
  margin: 0;
}

.domains_table .list_lang {
  margin-left: 0;
}

.domains_table .list_lang .options {
  width: 120px;
  z-index: 99999999;
}

.head_ns p img {
  width: 13px;
  margin-left: 5px;
}

.content-block {
  order: 1;
  width: 100%;
}

.balance {
  margin-left: 15px;
}

.proxy_projects .my-projects-header {
  position: relative;
}

.proxy_projects .add_proxy {
  background: #5E5BCE;
  border: 1px solid #5E5BCE;
  width: 50px;
  height: 50px;
  padding: 5px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 6px;
}

.proxy_projects .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.proxy_projects .modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 12px;
}

/* The Close Button */
.proxy_projects .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.proxy_projects .close:hover,
.proxy_projects .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.proxy_projects label {
  display: block;
  margin: 0;
  font-size: 17px;
}

.proxy_projects input[type="text"] {
  width: 100%;
  padding: 8px;
  margin: 5px 0 10px;
  box-sizing: border-box;
  border-radius: 10px;
  height: 40px;
  padding-left: 20px;
  font-size: 15px;
  margin-bottom: 0;
}

.proxy_projects #proxyModal select {
  width: 100%;
  padding: 8px;
  margin: 5px 0 10px;
  box-sizing: border-box;
  border-radius: 10px;
  height: 50px;
  padding-left: 20px;
  font-size: 15px;
  border: 1px solid #CDD9D5;

}

.proxy_projects button[type="submit"] {
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  position: relative;
  font-size: 15px;
  margin-top: 30px;
  text-shadow: none;
  border-radius: 10px
}

.proxy_projects button[type="submit"]:hover {
  background-color: #595880;
}

/* Add your CSS styling here */
.proxy_projects table {
  width: 100%;
  border-collapse: collapse;
  position: relative;

}

.proxy_projects table .preloader-container-custom {
  padding-bottom: 30px;

}

.proxy_projects th, .proxy_projects td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center !important;
}

.proxy_projects .pagination {
  margin: 20px 0;
  text-align: center;
  justify-content: center;
}

.proxy_projects .pagination a {
  margin: 0 5px;
  padding: 8px 16px;
  text-decoration: none;
  color: #5E5BCE;
  border: 1px solid #5E5BCE;
  border-radius: 5px;
}

.proxy_projects .pagination a.active {
  background-color: #5E5BCE;
  color: white;
}

.proxy_projects .pagination a:hover {
  background-color: #595880;
  color: white;
}

.proxy_projects .a_project_users img {
  width: 15px;
  height: 20px;
  display: inline-flex;
  position: absolute;
  top: 5px;
  margin-left: 10px;
}

tr[data-type="dedicated"] td {
  background: #f1f1fb;
}

/* Add your CSS styling here */
.clients_content_seo table {
  width: 100%;
  border-collapse: collapse;

}

.clients_content_seo th, .clients_content_seo td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center !important;
}

.clients_content_seo .pagination {
  margin: 20px 0;
  text-align: center;
  justify-content: center;
}

.clients_content_seo .pagination a {
  margin: 0 5px;
  padding: 8px 16px;
  text-decoration: none;
  color: #5E5BCE;
  border: 1px solid #5E5BCE;
  border-radius: 5px;
}

.clients_content_seo .pagination a.active {
  background-color: #5E5BCE;
  color: white;
}

.clients_content_seo .pagination a:hover {
  background-color: #595880;
  color: white;
}

.clients_content_seo .a_project_users img {
  width: 15px;
  height: 20px;
  display: inline-flex;
  position: absolute;
  top: 5px;
  margin-left: 10px;
}


.proxystatusgreen {
  width: 20px;
  height: 20px;
  background: #54be54;
  display: block;
  margin: auto;
  border-radius: 100%;
  border: 1px solid green;
}

.proxystatusred {
  width: 20px;
  height: 20px;
  background: #ff7272;
  display: block;
  margin: auto;
  border-radius: 100%;
  border: 1px solid red;
}

.option-lang a {
  text-decoration: none;
  color: black;
}

.promo-flex {
    display: flex;
    align-items: center;
}

.promo-date {
  /*margin-left: auto;*/
  margin-right: 40px;
  font-family: 'OpenSans-Regular', sans-serif;
}

.id-promo {
  text-align: right;
  margin-right: 20px;
  font-size: 16px;
  color: #a3a3a3;
  font-family: 'OpenSans-SemiBold', sans-serif;
}

.promo-count-site {
  margin-left: 100px;
  padding-top: 4px;
}

.seo_projects .project-name {
  width: fit-content;
  display: contents;
}

.popup-tariff-price {
  position: absolute;
  bottom: 30px;
  left: 70px;
  font-size: 18px;
  font-family: 'OpenSans-Regular', sans-serif;
}

.popup-tariff-price .price_one_tarriff {
  display: none;
}

span.price_one_tarriff {
  font-size: 10px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  color: black;
}

.checkProxy {
  cursor: pointer;
}

.main-ip0 td, .additional-ip0 td {
  background-color: #ffe4e4 !important;
}

.main-ip1 td, .additional-ip1 td {
  background-color: #f9edff !important;
}

.main-ip2 td, .additional-ip2 td {
  background-color: #fffeed !important;
}

.main-ip3 td, .additional-ip3 td {
  background-color: #f3ffed !important;
}

.main-ip4 td, .additional-ip4 td {
  background-color: #edf7ff !important;
}

.main-ip5 td, .additional-ip5 td {
  background-color: #f4edff !important;
}

.main-ip6 td, .additional-ip6 td {
  background-color: #feedff !important;
}

/* Стилі для блоку балансу */
.balance {
  cursor: pointer;
  color: #333;
  font-weight: bold;
  padding: 10px;
  position: relative; /* Позиціонування для випадаючого списку */
  display: inline-block;
}

.balance a {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 17px;
  text-decoration: none;
  color: #595880;
}

#balance-display:hover .dropdown-content {
  display: block;
}

#balance-dropdown a {
  color: white;
}

.dropdown-content {
  display: none; /* Приховано за замовчуванням */
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  z-index: 9999999999;
  padding: 20px;
  margin-top: 10px;
}

.dropdown-content button {
  background-color: #5E5BCE;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 16px;
}

button#replenish-balance-button a {
  font-size: 14px;
  text-align: center;
  display: block;
}

.dropdown-content button:hover {
  background-color: #595880;
}

/* Відображення випадаючого списку */
.balance.active .dropdown-content {
  display: block;
}

.promo-price {
  /* margin-left: auto;*/
  padding-top: 5px;
  margin-right: 20px;
}

.balance-mini-button {
  background-color: #5E5BCE;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  margin-left: 20px;
  text-decoration: none;
  border-radius: 6px;
  margin-right: 10px;
}

.balance-mini-button:hover {
  background-color: #595880;
}

.mini-button {
  background-color: #595880;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  width: fit-content;
  font-size: 9px;
  display: block;
  border: none;
  padding: 3px;
  display: block;
  margin: auto;

}

.mini-button:hover {
  background-color: #5E5BCE;
}

.mini-button.red {

  color: white;
  text-decoration: none;
  border-radius: 6px;
  position: absolute;
  width: fit-content;
  font-size: 9px;
  top: 1px;
  display: block;
  border: none;
  padding: 3px;
  background: #ff7c7c;
  border: 1px solid #ff7c7c;
  right: 0;
  left: 0;
  margin: auto;

}

.mini-button.red:hover {
  background: transparent;
  color: #ff7c7c;
  cursor: help;
}

.mini-button.green {

  color: white;
  text-decoration: none;
  border-radius: 6px;
  position: absolute;
  width: fit-content;
  font-size: 9px;
  top: 1px;
  display: block;
  border: none;
  padding: 3px;
  background: #54be54;
  border: 1px solid #54be54;
  right: 0;
  left: 0;
  margin: auto;

}

.mini-button.green:hover {
  background: transparent;
  color: #54be54;
  cursor: help;
}


.mini_th {
  font-size: 10px !important;
  width: 50px;
}

.multi .projects-accordion {
  display: block;
  margin: auto;
  width: 95%;
}


.promo-date .custom-checkbox {
  /*display: inline-block;*/
  position: relative;
  padding-left: 30px; /* Відступ для кастомного чекбоксу */
  cursor: pointer;
  user-select: none;
  margin-right: 10px;
}

.promo-date .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
}

.promo-date .checkbox-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: 0.3s;
}

.promo-date .custom-checkbox input:checked + .checkbox-mark {
  background-color: #5E5BCE;
  border-color: #5E5BCE;
}

.promo-date .checkbox-mark:after {
  content: "";
  position: absolute;
  display: none;
}

.promo-date .custom-checkbox input:checked + .checkbox-mark:after {
  display: block;
}

.promo-date .custom-checkbox .checkbox-mark:after {
  left: 4px;
  top: 0;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.selectContinent .custom-checkbox {
  display: block;
  position: relative;
  /* padding-left: 30px;*/
  cursor: pointer;
  user-select: none;
  /*margin-right: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;*/
}

.selectContinent .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
}

.selectContinent .checkbox-mark {
  position: absolute;

  left: 30px;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: 0.3s;
}

.selectContinent .custom-checkbox input:checked + .checkbox-mark {
  background-color: #5E5BCE;
  border-color: #5E5BCE;
}

.selectContinent .checkbox-mark:after {
  content: "";
  position: absolute;
  display: none;
}

.selectContinent .custom-checkbox input:checked + .checkbox-mark:after {
  display: block;
}

.selectContinent .custom-checkbox .checkbox-mark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-select-container.selectContinent .pAutoContinent {
  text-align: center;
  margin-bottom: 0;
  font-family: 'Gotham-Bold', sans-serif;
}

.login_form h1 {
  text-align: center;

}

.login_form form {
  width: 40%;
  display: block;
  margin: auto;
}

.login_form input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CDD9D5;
  border-radius: 30px;
  padding-top: 4px;
  height: 40px;
  margin-top: 15px;
  padding-left: 20px;
  font-size: 20px;
}

.login_form button {

  background-color: #5E5BCE;
  height: 40px;
  margin-top: 15px;
  padding-left: 60px;
  padding-right: 60px;
  border: none;
  color: white;
  border-radius: 30px;
  font-size: 20px;
}

.invalid-feedback {
  background-color: #FF949D;
  display: block;
  padding: 20px;
  text-align: center;
  color: #b51717;
  margin-top: 70px;
  position: fixed;
  right: 20px;
  top: 70px;
  font-size: 20px;
  padding: 30px;
  border-radius: 10px;
  background: #f7d0d0;
  border: 3px solid #ffa5a5;
  font-family: 'Gotham-Book', sans-serif;  
}
#error-message {
  background-color: #FF949D;
  padding: 20px;
  text-align: center;
  color: #b51717;
  margin-top: 70px;
  position: fixed;
  right: 20px;
  top: 70px;
  font-size: 20px;
  padding: 30px;
  border-radius: 10px;
  background: #f7d0d0;
  border: 3px solid #ffa5a5;
  font-family: 'Gotham-Book', sans-serif;  
}

button.delete2Fa {
  padding: 15px;
  border: 3px solid #d05656;
  background: #d05656;
  border-radius: 7px;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Gotham-Book', sans-serif;  
}
button.delete2Fa:hover {
  background: transparent;
  color: #d05656;
}


.valid-feedback {
  padding: 25px;
  background: #d4d4eb;
  width: fit-content;
  position: fixed;
  right: 30px;
  top: 180px;
  border: 2px solid #5e5bce;
  color: #000000;
  border-radius: 10px;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0 0 10px #b2b2b2;
  z-index: 999999999;
  font-size: 16px;
  font-family: 'Gotham-Bold', sans-serif;
  max-height: 250px;
  overflow-y: auto;
  max-width: 500px;
}

.g-recaptcha {
  margin-top: 15px;
}

.buttons {
  width: fit-content;
  margin-left: auto;
  margin-top: 20px;
}

.buttons a {
  color: #595880;
  border: 1px solid #595880;
  border-radius: 30px;
  padding: 10px;
  text-decoration: none;

}

.buttons a:hover {
  color: white;
  border: 1px solid #595880;
  background-color: #595880;
}

.label_role {
  display: flex;
  width: fit-content;
}

.label_role input {
  margin: 0;
  height: auto;
  margin-right: 10px;
}

.form-group-register {
  margin-bottom: 15px;
}

.form-group-register .label_input {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;

}

.form-group-register input[type="text"] {
  height: 45px;
  font-size: 16px;
  margin-top: 0;
}


.edit-landing {
  width: 100%;
  background: white;
  padding: 20px;
  border-radius: 10px;
  /*box-shadow: 0 0 10px #e8e8e8;*/
}

.edit-landing .file-list {
  margin: 20px 0;
}

.edit-landing .file-list h3 {
  display: inline-block;
  margin-right: 10px;
}

.edit-landing .edit-icon {
  cursor: pointer;
  font-size: 18px;
  color: #007bff;
}

.edit-landing .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.edit-landing .modal-content {
  background-color: white;
  margin: 5% auto;
  padding: 20px;
  width: 60%;
  position: relative;
  border-radius: 6px;
  height: 600px;
  overflow-y: auto;
}

.edit-landing .close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 38px;
}

.edit-landing .edit-landing button {
  position: relative !important;
}

.edit-landing #saveMessage {
  margin-top: 10px;
  font-size: 16px;
  color: green;
}

.edit-landing form#editForm textarea {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #c3c3c3;
}

.edit-landing #editModal h3 {
  font-size: 24px;
  text-align: center;
}

.edit-landing #editForm button {
  font-size: 17px;
  padding: 10px;
  display: block;
  position: relative;
  width: 200px;
  line-height: 20px;
  margin-top: 20px;
}

.edit-landing .file-list div span img {
  padding-top: 5px;
}

.edit-landing .file-list div {
  display: flex;
}

.edit-landing .file-list div {
  width: 100%;
  border: 1px solid #e5e5e5;
  margin-top: 5px;
  /* padding-left: 20px; */
  border-radius: 6px;
}

.edit-landing .file-list div h3 {
  margin-left: 20px;
}

.edit-landing input[type="color"] {
  border: none;
  background: transparent;
  width: 150px;
  border-radius: 0;
}

.edit-landing .color-item {
  display: inline-flex;
  align-items: center;
  width: 350px;
  font-size: 13px;
}

.edit-landing .folder-list div {
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    margin-bottom: 3px;
    background: #ffecb5;
    border: 2px solid #f0b200;
}

.edit-landing .folder-list div h3 {
  margin-left: 20px;
}

.header-buttons a {
  font-family: 'Gotham-Black', sans-serif;
  display: inline-flex;
  background: transparent;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border: 2px solid #5E5BCE;
  border-radius: 32px;
  color: #5E5BCE;
  margin-top: 10px;
  font-size: 17px;
  text-decoration: none;
}


.header-buttons a:hover {
  background: #5E5BCE;
  color: white;
}

.header-buttons {
  display: block;
  width: fit-content;
  margin-top: 100px;
  display: block;
  margin: auto;
  margin-top: 80px;
}

.login_form h1 span {
  text-align: center;
}

.login_form {
  margin-top: 50px;
}

.copy-btn {
  background: transparent;
  border: none;
  padding: 0;
}

.copy-btn img {
  width: 15px;
}

.message_send {
  padding: 20px;
  background: #98d598;
  width: fit-content;
  position: fixed;
  right: 30px;
  top: 50px;
  border: 1px solid #34a55c;
  color: #174628;
  border-radius: 10px;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0 0 10px #b2b2b2;
  z-index: 9999999999999;
  display: none;
}

.message_info {
  padding: 25px;
  background: #d4d4eb;
  width: fit-content;
  position: fixed;
  right: 30px;
  top: 90px;
  border: 2px solid #5e5bce;
  color: #000000;
  border-radius: 10px;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0 0 10px #b2b2b2;
  z-index: 999999999999999999999;
  display: none;
  font-size: 16px;
  font-family: 'Gotham-Bold', sans-serif;
  max-height: 250px;
  overflow-y: auto;
  max-width: 500px;
}

.next-step-select-project select {
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

button.btn-add-ip {
  background: white;
  border: 1px solid black;
  border-radius: 2px;
}

button.btn-add-ip:hover {
  background: black;
  color: white;
}


.list_lang {
  margin-left: 20px;
  margin-left: auto;
  margin-top: 1px;
}

.list_lang .custom-select-lang {
  position: relative;
  display: inline-block;
  width: 70px;
}

.list_lang .selected-option-lang {
  padding: 10px;
  border: 1px solid #5E5BCE;
  cursor: pointer;
  background: #5E5BCE;
  color: white;
  font-family: 'Gotham-Bold', sans-serif;
  align-items: center;
  font-size: 20px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
}

.list_lang .selected-option-lang img {
  margin-right: 10px;
  width: 20px;
  display: block;
  margin: auto;
}

.list_lang .options-lang {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #5E5BCE;
  background-color: white;
  z-index: 999;
  border-radius: 6px;
  height: 200px;
  overflow-y: auto;
}

.list_lang .options-lang.show {
  display: block;
}

.list_lang .option-lang {
  padding: 10px;
  cursor: pointer;

  align-items: center;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.list_lang .option-lang img {
  margin-right: 10px;
  width: 20px;
}

.list_lang .option-lang:hover {
  background-color: #5E5BCE;
  color: white;
}

.list_lang .option-lang:hover a {

  color: white;
}

.list_lang .option-lang a {
  margin-bottom: 0;
}

/* Стиль для затемненого фону */
.modal {
  display: none; /* Приховуємо модальне вікно за замовчуванням */
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Прозоре затемнення */
  justify-content: center;
  align-items: center;
}

.modal h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.modal input {
  font-size: 15px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 6px;
}

/* Анімація появи */
.modal .modal.fade-in {
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Стиль для контенту модального вікна */
.modal .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  position: relative;
}

.modal button {
  background-color: #5E5BCE;
  padding: 10px;
  border-radius: 6px;
  border: none;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
}

.modal button:hover {
  background-color: #595880;
}

/*.modal span {
  font-size: 14px;
  color: gray;
}*/

/* Кнопка закриття */
.modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

/* Сховане модальне вікно */
.modal.hidden {
  display: none;
}

.modal form#ipForm {
  margin-bottom: 10px;
}


/* Стиль для затемненого фону */
#ipModal {
  display: none; /* Приховуємо модальне вікно за замовчуванням */
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Прозоре затемнення */
  justify-content: center;
  align-items: center;
}

#ipModal h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

#ipModal input {
  font-size: 15px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 6px;
}

/* Анімація появи */
#ipModal .modal.fade-in {
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.expires_true .projects-accordion-button {
  background: #f1b4b4 !important;
  animation: lightPulse 4s ease-in-out infinite;
  animation-delay: 4s; /* Затримка перед першим запуском */
}
.expires_true span img {
  display: block;
  margin-right: 10px;
}

@keyframes lightPulse {
  0%, 100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0 0 10px rgb(202 0 0);
  }
}

@keyframes lightPulseNew {
  0%, 100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0 0 25px rgb(66 62 221);
  }
}

.edit-landing .my-button{
  animation: lightPulseNew 2s ease-in-out infinite;
  animation-delay: .5s;
}


/* Стиль для контенту модального вікна */
#ipModal .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  position: relative;
}

#ipModal button {
  background-color: #5E5BCE;
  padding: 10px;
  border-radius: 6px;
  border: none;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
}

#ipModal button:hover {
  background-color: #595880;
}

#ipModal #ipForm span {
  font-size: 14px;
  color: gray;
}

/* Кнопка закриття */
#ipModal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

/* Сховане модальне вікно */
#ipModal .modal.hidden {
  display: none;
}

form#ipForm {
  margin-bottom: 10px;
}


#addToProject {
  display: none; /* Приховуємо модальне вікно за замовчуванням */
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Прозоре затемнення */
  justify-content: center;
  align-items: center;
}

#addToProject h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

#addToProject input {
  font-size: 15px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 6px;
}

/* Анімація появи */
#addToProject .modal.fade-in {
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#addToProject .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  position: relative;
}

#addToProject button {
  background-color: #5E5BCE;
  padding: 10px;
  border-radius: 6px;
  border: none;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
}

#addToProject button:hover {
  background-color: #595880;
}

#addToProject #ipForm span {
  font-size: 14px;
  color: gray;
}

/* Кнопка закриття */
#addToProject .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

/* Сховане модальне вікно */
#addToProject .modal.hidden {
  display: none;
}

form#addNewSitesProject {
  margin-bottom: 10px;
}

span.additional_real_ip {
  position: absolute;
  bottom: 2px;
  border-top: 1px solid #e5e5e5;
}

input[name="cdn"] {
  width: fit-content;
}

label.labelcdn {
  position: relative;

}

label.labelcdn span {
  font-family: 'Gotham-Bold', sans-serif;
  position: absolute;
  top: -20px;
  left: -2px;
  color: #5E5BCE;
}

span.proxy-text {
  width: fit-content;
  display: inline-block;
}

.content.pricing {
  font-family: 'Gotham-Medium', sans-serif;
  margin-top: 50px;
}

.pricing .price-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.pricing .price-table th,
.pricing .price-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;

}
.pricing .price-table td:hover {
  background: #cac9f2!important;
  cursor: pointer;

}

.pricing .price-table th {
  font-family: 'Gotham-Bold', sans-serif;
  background-color: #595880;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.pricing .price-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.pricing .price-table tr:hover {
  background-color: #f1f1f1;
}

.pricing table.calculate-table {
  display: block;
  margin: auto;
  width: fit-content;
  margin-top: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pricing .calculate-table th {
  font-family: 'Gotham-Bold', sans-serif;
  background-color: #595880;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
  width: fit-content;
  padding-right: 40px;
  padding-left: 40px;
}

table.calculate-table select {
  padding: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

span.table_price_span {
  font-size: 12px;
}

.pricing .calculate-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.pricing .calculate-table tr:hover {
  background-color: #f1f1f1;
}

.pricing .calculate-table input {
  height: 30px;
  font-size: 12px;
  width: 100px;
  border-radius: 6px;
  text-align: center;
  padding: 0;
  display: block;
  margin: auto;
  border: 1px solid #daebfc;
  margin-bottom: 10px;
}

.pricing .calculate-table td {
  text-align: center;
  font-size: 20px;
  height: 50px;
  background: white;
  line-height: 50px;
  font-family: 'OpenSans-Regular', sans-serif;
}

.pricing .tariff-cell {
  position: relative;
  cursor: pointer;
}

.pricing .tariff-cell:hover {
  cursor: help;
}

.pricing .table-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
}

.pricing .vertical-description {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  /* margin-right: 20px; */
  text-align: center;
  /* font-weight: bold; */
  white-space: nowrap;
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  /* background: #f4f4f4;*/
  /* height: 60%;*/
  font-family: 'OpenSans-Light', sans-serif;
}

.pricing .table-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: auto;
}

.pricing .horizontal-description {
  margin-bottom: 10px;
  /* font-weight: bold; */
  text-align: center;
  /* background: #f4f4f4;*/
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  /* border: 1px solid black; */
  font-family: 'OpenSans-Light', sans-serif;
}

.pricing .admin_content {
  display: block;
}

.pricing p.customp {
  text-align: center;
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: 900;
}

.pricing .popup-tarif-header {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.pricing .calculator .seo_button {
  text-decoration: none;
  margin-top: 40px !important;
  display: block;
  width: fit-content;
  padding-right: 50px !important;
  padding-left: 50px !important;
  margin-left: auto;
}

.pricing .calculator {
  width: 100%;
  display: block;
  margin: auto;
  overflow: auto;
}

.pricing .seo_button {
  background: #595880 !important;
  border: 2px solid #595880 !important;
  color: #ffffff !important;
  padding: 10px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 6px !important;
  position: relative !important;
  font-size: 15px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: unset !important;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: white; 
}

::-webkit-scrollbar-thumb {
  background-color: #5E5BCE;  
  border-radius: 20px; 
  border: 3px solid white; 
}


.pricing .seo_button:hover {
  background: white !important;
  color: #595880 !important;
  border: 2px solid #595880 !important;
}

.pricing .custom_bg {
  background-color: #595880 !important;
  color: white;
  font-weight: bold;
}

.refresh-icon {
  margin-left: 20px;
  display: flex;
}

.add_to_project {
  display: flex;
  margin-left: auto;
  margin-right: 20px;
}


#fileModal.modal {

    font-family: 'Gotham-Medium', sans-serif;
}

#fileModal .modal-content {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 60px;
    position: relative;
}
#fileModal .modal-content.fullscreen {
    width: 100%;
    height: 92%;
}
#fileModal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
}
#fileModal .fullscreen-btn {
    position: absolute;
    top: 10px;
    right: 60px;
    font-size: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #333;
    height: 28px;
    line-height: 0px;
    font-weight: bold;
}

#fileModal .fullscreen-btn:hover {
    background-color: #ddd;
    border-radius: 5px;
}
#fileModal .buttons-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
}
.edit-landing.template .title-edit-landing{
  font-size: 24px;
  text-align: center;
  font-family: 'Gotham-Bold', sans-serif;
}
.edit-landing.template a, .edit-landing.template h2, .edit-landing.template h3{
  font-family: 'Gotham-Bold', sans-serif;
}
.edit-landing.template a{
  font-family: 'Gotham-Bold', sans-serif;
  color: #5E5BCE;
}


#fileModal.modal{
  font-family: 'Gotham-Book', sans-serif;
}
#fileModal.modal h2{
  font-family: 'Gotham-Bold', sans-serif;
}
#fileModal.modal button{
  font-family: 'Gotham-Bold', sans-serif;
}

span.project-title {
  display: flex;
}

.promo-date .date {
  margin-right: 20px;
  /*padding-top: 4px;
  display: inline-flex;*/
}

span.multi_projects {
  display: flex;
  line-height: 25px;
  margin-left: 30px;
}

span.multi_projects span {
  margin-right: 20px;
}

.payment {
  font-family: 'Gotham-Medium', sans-serif;
}

.payment .title {
  font-size: 24px;
  margin-bottom: 20px;
}

.payment .steps {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.payment .steps div {
  padding: 10px;
  background-color: #e9ecef;
  border-radius: 5px;
}

.payment .active {
  background-color: #595880 !important;
  color: white;

}

.payment .payment-methods {
  display: flex;
  gap: 20px;
  margin-right: 20px;
  flex-wrap: wrap;
}

.payment .method-card {
  background-color: white;
  border: 1px solid #9896F6;
  padding: 20px;
  border-radius: 10px;
  width: 220px;
  position: relative;
  height: fit-content;
  margin-top: 5px;
}

.payment .method-card h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  height: 45px;
}

.payment .payment-p {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 13px;
}

.payment .method-card p {
  margin: 5px 0;
}

.payment .choose-button {
  font-family: 'Gotham-Black', sans-serif;
  display: inline-flex;
  background: transparent;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #9896F6;
  border-radius: 32px;
  color: #9896F6;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: none;
}

.payment .choose-button:hover {
  background: #5E5BCE;
  color: white;

}

.payment .crossed-out {
  position: relative;
  opacity: 0.5;
}

.payment .cart {
  margin-left: auto;
  background-color: #fff;
  padding: 20px;
  border: 2px solid #5E5BCE;
  border-radius: 10px;
  width: 40%;
}

.payment .cart h4 {
  margin-top: 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px;
}

.payment .cart-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.payment .cart-item span {
  font-size: 16px;
}


.payment .cart-total {
    font-weight: bold;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.payment .change-order {
  text-align: right;
  margin-top: 20px;
}

.payment .change-order button {
  font-family: 'Gotham-Black', sans-serif;
  display: inline-flex;
  background: transparent;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #595880;
  background: #595880;
  border-radius: 32px;
  color: white;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: none;
}

.payment .change-order button:hover {
  background: transparent;
  color: #595880;
}

.payments-block-flex {
  display: flex;
}
label.label_type select {
    padding: 3px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}
.next-step button.active {
  display: inline-block !important;
  width: 200px !important;
  padding: 15px !important;
  margin: 10px !important;
  background: #595880 !important;
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 1.1rem !important;
  cursor: pointer !important;
  transition: background 0.3s ease, transform 0.3s ease !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  border: 2px solid #595880 !important;
}

span.sort-arrow {
  font-size: 10px;
  line-height: 0;
}

.choose-cms-website {
  margin-top: 10px;

}

.my-button {
  background: #5E5BCE;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.my-button:hover {
  background: #595880;
  transform: scale(1.05);
}

.landing-pages {
  font-family: 'Gotham-Bold', sans-serif;
}

.landing-pages .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.landing-pages .card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  position: relative;
}

.landing-pages .card-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100% !important;
  z-index: 10;
}

.landing-pages .card.selected {
  box-shadow: 0 0 10px 2px #595880;
  border: 2px solid #595880;
}

.landing-pages .card-image {
  width: 100%;
  height: auto;
}

.landing-pages .card-content {
  padding: 15px;
  flex-grow: 1;
}

.landing-pages .card-text {
  margin: 0 0 15px 0;
  font-size: 16px;
}

.landing-pages .card-button {
  display: block;
  margin: 20px auto 0;
  width: 200px;
  padding: 10px;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;

  background: #5E5BCE;
  box-shadow: 0 8px 30px rgba(59, 139, 150, 0.6);
  border-radius: 30px;
}

.landing-pages .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.landing-pages .card:hover .overlay {
  opacity: 1; /* Показуємо overlay при наведенні */
}

.landing-pages .show_site {
  width: fit-content;
  position: absolute;
  border-radius: 10px;
  top: 10px;
  right: 10px;
  background: white;
  z-index: 99;

}

.landing-pages .card:hover {
  background-color: rgba(0, 0, 0, 0.1); /* Затемнюється при наведенні */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Можна додати тінь для більшого ефекту */
}

.landing-pages .show_site img {
  width: 20px;
}

.landing-pages .custom_title {
  margin-left: 30px;
  margin-bottom: 50px;
}

.landing-pages .card-button {
  position: relative !important;
}

.landing-pages .card .select-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none; /* приховано спочатку */
  background-color: #5E5BCE;
  color: white;
  border: 50px;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding-left: 40px;
  padding-right: 40px;
  font-family: 'Gotham-Bold', sans-serif;
}

.landing-pages .card:hover .select-btn {
  display: block;
}


.landing-pages .card .select-btn:hover {
  background-color: #0056b3;
}

.landing-pages .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}

.pagination span.dots {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
}


.landing-pages .page-link {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #5E5BCE;
  transition: background-color 0.3s ease;
}

.landing-pages .page-link:hover {
  background-color: #f0f0f0;
}

.landing-pages .page-link.active {
  background-color: #5E5BCE;
  color: white;
  border-color: #5E5BCE;
}

button.save-btn.html {
  margin-left: auto;
}

span.table_theme {
  margin: auto;
  font-family: 'Gotham-Medium', sans-serif;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.gallery {
  /*width: 100%;
  max-width: 620px;
  margin: 40px auto;*/
}

.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
  width: auto;
  height: 300px;
}

.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

.blog_content h1 {
  font-family: 'Gotham-Black', sans-serif;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  word-break: break-word;
  font-size: 34px;
  color: #5E5BCE;
  text-shadow: 1px 1px 0 black;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  line-height: 70px;
}

.blog_content h2 {
  font-family: 'Gotham-Black', sans-serif;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  word-break: break-word;
  font-size: 24px;
  color: #5E5BCE;
  text-shadow: 1px 1px 0 black;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  line-height: 50px;
}

.blog_content iframe {
  width: 60%;
  height: 400px;
  display: block;
  margin: auto;
}

.blog_content img {
  display: block;
  margin: auto;
}

.blog_content p {
  font-family: 'Gotham-Book', sans-serif;
  text-align: justify;
  text-indent: 50px;
  margin-top: 10px;
  line-height: 30px;
}

.blog_content ol li, .blog_content ul li {
  font-family: 'Gotham-Book', sans-serif;
  margin-top: 10px;
  line-height: 25px;
  font-weight: 700;
  margin-left: 100px;
}

.landing_main.video {
  display: block;
}

.landing_main.video .flex-block {
  display: flex;
  align-items: center;
}

.landing_main.video .left {
  width: 50%;
}

.landing_main.video {
  align-items: center;
}

.landing_main.video h1 span {
  font-size: 40px;
  line-height: 40px;


}

.landing_main.video h2 {
  margin-bottom: 20px;
  text-align: center;
}

.landing_main.video .right {
  margin-left: 60px;
  margin-top: 0;
  padding-top: 0;
}

.landing_main.video .right p {
  text-align: justify;
  text-indent: 40px;
}

.landing_main.video iframe {
  width: 100%;
  /*height: 400px;*/
}

.block_website {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}


p#popup-first-text {
    color: #5E5BCE;
    font-weight: bold;
}

td .display-flex {
  display: flex;
  align-items: center;
}

a.editWebsite {
  margin-left: auto;
}

a.editWebsite img {
  width: 20px;
}

a.tg_bot_link {
  display: block;
  margin-left: auto;
  width: fit-content;
  margin-right: 30px;
  font-family: 'Gotham-Medium', sans-serif;
  text-decoration: none;
}
a.tg_bot_link:hover {
  text-decoration: underline;
}
.affiliate_link {
  font-family: 'Gotham-Medium', sans-serif;
  /* text-align: right; */
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 10px;
}

.precent-red{
  color: red;
}

.text-period{
  color: #5E5BCE;
}

    .seo_affiliate .block-affiliate{
      font-family: 'Gotham-Medium', sans-serif;
      /*padding: 20px;*/
      width: 60%;
      display: block;
      margin: auto;
    }
    .seo_affiliate .content-block {
        width: 60%;
        margin: auto;
    }
    .seo_affiliate .affiliate-item {
        display: flex;
        padding: 0px;
        align-items: center;
        margin-bottom: 1px;
        border-radius: 0px;
    }
    .seo_affiliate .label {
        width: 140px;
        background-color: #595880;
        color: white;
        padding-right: 10px;
        border-radius: 5px 0 0 5px;
        text-align: right;
        height: 50px;
        line-height: 50px;
    }
    .seo_affiliate .value {
        flex: 1;
        padding-left: 10px;
        background-color: #f0f0f0;
        color: black;
        border-radius: 0 5px 5px 0;
        display: flex;
        align-items: center;
        height: 50px;
        line-height: 50px;
    }
    .seo_affiliate .edit-icon {
        cursor: pointer;
        color: blue;
        margin-left: 10px;
    }
    .seo_affiliate .alias-input {
        display: none;
    }
  .affiliate-hr {
    border-color: #ffffff;
    border-radius: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.affiliate-text {
    font-family: 'Gotham-Medium', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 20px;
}
.affiliate-add input {
    position: relative;
    width: fit-content;
    font-size: 16px;
    height: 40px;
    border-radius: 7px;
}
.affiliate-add .input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.affiliate-add label, .affiliate-add input{
    font-family: 'Gotham-Medium', sans-serif;
}
.affiliate-buttons {
    background: #595880;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 6px;
    display: inline-block;
}
.affiliate-buttons:hover {
    background: #5E5BCE;
}
.text{
  margin-right: 10px;
}

span#aliasDisplay input {
    height: 30px;
    width: fit-content;
    font-size: 14px;
    background: transparent;
    border-radius: 6px;
    text-align: left;
    padding-left: 0px;
    color: black;
    border: 1px solid #595880;
    width: 280px;
}


 /* Стилі для span */
    .info-span {
        position: relative;
        display: inline-block;
    }

    /* Інформаційне вікно */
    .info-window {
        display: none;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #cac9f2;
        padding: 15px;
        border: 1px solid #5e5bce;
        border-radius: 5px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        width: 200px;
        text-align: center;
        z-index: 10;
    }
 

    /* Стиль для хрестика */
    .info-window .close-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        background: transparent;
        border: none;
        font-size: 16px;
        cursor: pointer;
        color: #888;
    }

    .info-window .close-btn:hover {
        color: #444;
    }

span.mini-date {
  font-size: 10px;
  color: #960101;
  font-family: 'Gotham-Medium', sans-serif;
  text-align: center;
  display: block;
  margin: auto;
}

span#aliasDisplay input[disabled="disabled"]{
  border: none;
}

.settings-buttons {
    display: flex;
    justify-content: right;
    gap: 20px;
    margin-right: 14px;
}


.settings-buttons a {
    background: #5E5BCE;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 30px;
    text-decoration: none;
    padding-right: 30px;
    transition: .5s;
    font-family: 'Gotham-Medium', sans-serif;
}

.settings-buttons a:hover {
   transform: scale(1.05);
   background: #595880;
}
.contact-flex-buttons {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 20px;
    margin: auto;
    font-family: 'Gotham-Medium', sans-serif;
}
.contact-flex-buttons .admin_link{
    padding-left: 0px;
    padding-right: 0px;
    color: #5E5BCE;
}

/* Блок балансу */
.balance-container {
    background: #5e5bce;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

.balance-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 24px;
}
.balance-container h2{
  font-size: 27px;
}
.current-balance {
    font-weight: 700;
    font-size: 22px;
    font-family: 'Gotham-Medium', sans-serif;
}

#replenish-balance {
    background: white;
    color: #595880;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
    border:1px solid white;
    font-family: 'Gotham-Bold', sans-serif;
}

#replenish-balance:hover {
    background: transparent;
    color: white;
}

/* Таблиця операцій */
.transactions-container {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.transactions-table {
  font-family: 'Gotham-Medium', sans-serif;
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.transactions-table th, .transactions-table td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
    color: #333;
}

.transactions-table th {
    background-color: #595880;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
    color: white;
}


.transactions-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.transactions-table tbody tr:hover {
    background-color: #f1f1f1;
}

.transactions-table th.sort-asc::after {
    content: ' ▲';
}

.transactions-table th.sort-desc::after {
    content: ' ▼';
}

/* Modal styling */
#balanceModal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: 'Gotham-Medium', sans-serif;
}
#balanceModal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
}
#balanceModal .step {
    display: none;
}
#balanceModal .step.active {
    display: block;
}
#balanceModal input{
  font-size: 17px;
  font-family: 'Gotham-Medium', sans-serif;
}
#balanceModal .balance-card {
    padding: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    background-color: #5e5bce;
    border-radius: 6px;
    color: white;
    width: 190px;
    height: 150px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#balanceModal .balance-card:hover {
    background-color: #595880;
    color: white;
}
#balanceModal h3{
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}
#balanceModal button.back-button {
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    background: transparent;
    color: #595880;
    border-bottom: 2px solid #595880;
    border-radius: 0px;
    font-family: 'Gotham-Bold', sans-serif;
}
#balanceModal button.confirm-button {
    cursor: pointer;
    display: block;
    margin: auto;
    font-size: 19px;
    font-family: 'Gotham-Bold', sans-serif;
}
#balanceModal .close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
}
#balanceModal .close-button:hover {
    color: #000;
}
#balanceModal .error-message {
    margin-top: 10px;
    display: none;
}
#balanceModal .flex-block{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.seo_account .sidebar {
  width: 250px;

  padding: 20px;
  border-right: 1px solid #ddd;
}

.seo_account .sidebar .tab {
    display: block;
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s, color 0.3s;
    font-family: 'Gotham-Bold', sans-serif;
    color: #595880;
}

.seo_account .sidebar .tab.active {
  background: #595880;
  color: white;
  font-weight: bold;
  border: 2px solid #595880;
}

.seo_account .sidebar .tab:hover {
  background: white;
  color: #595880;
  border: 2px solid #595880;
}

.seo_account .content {
  flex-grow: 1;
  padding: 20px;
}

.seo_account .tab-content {
  display: none;
}

.seo_account .tab-content.active {
  display: block;
}

.seo_account h2 {
  font-family: 'Gotham-Bold', sans-serif;
  margin-top: 0;
  color: #333;
}

.seo_account form {
  margin-top: 20px;
  font-family: 'Gotham-Medium', sans-serif;
}

.seo_account form label {
  display: block;
  margin-bottom: 5px;
  font-family: 'Gotham-Medium', sans-serif;

}
.color1{
  color: #5E5BCE;
  font-family: 'Gotham-Medium', sans-serif;
}
.seo_account form input, .seo_account form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 45px;
    font-size: 17px;
    color: #5e5bce;
    font-family: 'Gotham-Medium', sans-serif;
}

.seo_account form button {
  background: #5E5BCE;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
  position: relative;
  font-family: 'Gotham-Medium', sans-serif;
  display: block;
  margin-top: 30px;
}

.seo_account form button:hover {
  background: #595880;
}
.seo_account .content-tabs-account {
    display: flex;
}
.seo_account .content{
    margin-top: 20px;
    padding-top: 0px;
}
.seo_account h2{
    margin-bottom: 10px;
}
.seo_account form {
    margin-top: 20px;
    margin: 0px;
}

.seo_account .promo-date {
  margin-top: 20px;
  margin-bottom: 20px;
}
.seo_account .custom-checkbox{
  margin-bottom: 10px;
}
/*
.content-header .list_lang {
    position: absolute;
    top: -5px;
    right: -100px;
}*/


.blog-content-static {
    font-family: 'Gotham-Book', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    display: flex;

}
 /* Стійкий sidebar */
.blog-content-static .sidebar {
    width: 20%;
    padding: 20px;
    position: sticky;
    top: 0; /* Відступ від верхньої частини сторінки */
    height: fit-content; /* Повна висота вікна */
    overflow-y: auto; /* Прокрутка, якщо вміст великий */
    margin-top: 0px;
    padding-top: 0px;
}

.blog-content-static .content {
    width: 60%;
    padding: 20px;
    padding-top: 0px;
    margin-top: 20px;
    margin-left: 0px;
}
.blog-content-static .content img{
  display: block;
  margin: auto;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;

}

.blog-content-static .h1 {
   font-size: 40px;
}
.blog-content-static .h2 {
   font-size: 30px;
}
.blog-content-static p {
  text-indent: 50px;
  text-align: justify;
  line-height: 35px;
}

.blog-content-static .sidebar h2 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Gotham-Bold', sans-serif;
}

.blog-content-static .sidebar a {
    display: block;
    margin: 5px 0;
    color: #5E5BCE;
    text-decoration: none!important;
    font-family: 'Gotham-Book', sans-serif;
}

.blog-content-static .sidebar a:hover {
    text-decoration: underline;
    color: white;
}

.blog-content-static .h1, .blog-content-static .h2 {
    margin-top: 20px;
    color: #333;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
    text-indent: 50px;
    font-family: 'Gotham-Bold', sans-serif;
}

/* Візуальний акцент на поточному розділі */
.blog-content-static .sidebar a.active {
    font-weight: bold;
    color: #0056b3;
}

.blog-content-static iframe {
    width: 60%;
    height: 300px;
    display: block;
    margin: auto;
}
 .blog-content-static-top{
    margin-top: 50px;
}
.blog-content-static-top .article-header {
    text-align: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 100%;
}

.blog-content-static-top .category {
    font-size: 14px;
    color: #5E5BCE;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.blog-content-static-top .meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}

.blog-content-static-top .meta span {
    margin-right: 10px;
}


.blog-content-static-top .author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.blog-content-static-top .author img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.blog-content-static-top .author-info {
    text-align: left;
}

.blog-content-static-top .author-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.blog-content-static-top .author-role {
    font-size: 14px;
    color: #666;
}
.promocode-block{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 20px;
  gap: 10px;
}
.promocode-block input.promocode_input {
  height: 35px;
  
  font-size: 16px;
  font-family: 'Gotham-Bold', sans-serif;
}

.promocode-block button.choose-promocode {
    height: 35px;
    border-radius: 20px;
    font-size: 12px;
    width: 120px;
    background: #5E5BCE;
    color: white;
    font-family: 'Gotham-Bold', sans-serif;
    border: none;
}
.promocode-block button.choose-promocode:hover {
    background: #595880;
}

.promocode-block-balance{
  display: flex;
  align-items: center;

  gap: 10px;
}
.promocode-block-balance input.promocode_input {
  height: 35px;
  
  font-size: 16px;
  font-family: 'Gotham-Bold', sans-serif;
}

.promocode-block-balance button.choose-promocode {
    height: 35px;
    border-radius: 20px;
    font-size: 12px;
    width: 120px;
    background: white;
    border: 2px solid #595880;
    color: #595880;
    font-family: 'Gotham-Bold', sans-serif;
    border: none;
}
.promocode-block-balance button.choose-promocode:hover {
    background: transparent;
    border: 2px solid white;
    color: white;
}

a.unlink {
    color: red;
}

.free-button {
  position: absolute;
  right: 0px;
  bottom: -60px;
  z-index: 99;
  background: #5e5bce;
  padding: 10px;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Gotham-Bold', sans-serif;
  display: none;
}
.free-button.mob{
  display: none;
}

.two-factor-block {
    text-align: center;
}

.two-factor-block .qr-code {
    margin-top: 10px;
}

.two-factor-block .blurred img {
    filter: blur(8px); /* Розмиває зображення */
    display: block;
}

.two-factor-block #qrCodeContainer {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.two-factor-block #qrCode {
  display: none;
}
.two-factor-block #showQRCode {
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    color: #000000;
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 22px;
    width: 100%;
}
.two-factor-block #blurredQRCode {
  position: relative;
  width: fit-content;
  display: block;
  margin: auto;
}
.two-factor-block #showQRCode{
  position: absolute;
  left: 50%;
  top:50%;
  z-index: 9;
  transform:translate(-50%, -50%);
}


.qrCodeInput {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;

}
.qrCodeInput input {
  height: 40px;
  width: 60%;
  font-size: 16px;
  border-radius: 8px;
  font-family: 'Gotham-Bold', sans-serif;
}
.qrCodeInput button {
  background: #5e5bce;
  padding: 10px;
  color: white;
  border-radius: 8px;
  font-family: 'Gotham-Bold', sans-serif;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}
.qrCodeInput button:hover {
  background: #595880;
}

.next-step-select-project button, .create-project-button, .next-step button {
  text-transform: uppercase;
  font-family: 'Gotham-Bold', sans-serif;
}

.next-step-select-continent {
  /* width: 60%;*/
  /*display: none;*/
  /*margin: auto;*/
  margin-top: 20px;
}

.load-projects .preloader-container-custom {
  position: absolute;
}

.currencies_price {;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 16px;
}

.currencies_price .currency{
  padding: 5px;
  font-family: 'Gotham-Bold', sans-serif;
  border-radius: 6px;
  color: #5E5BCE;
  cursor: pointer;
}
.currencies_price .currency.active{
  background: #5E5BCE;
  color: white;
  padding: 5px;
}

.currencies_price .currency:hover{
  background: #5E5BCE;
  color: white;
  padding: 5px;
}
.seo_projects .select-container {
    margin-bottom: 20px;
}
.seo_projects .select-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.seo_projects .select-container .custom-select {
    position: relative;
    width: 300px;
}
.seo_projects .custom-select select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    appearance: none;
    background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 4 5%22%3E%3Cpath fill%3D%22%23aaa%22 d%3D%22M2 0L0 2h4zm0 5L0 3h4z%22/%3E%3C/svg%3E') no-repeat right 10px center;
    background-size: 12px 12px;
}
.seo_projects .site-selects {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    align-items: center;
}
.seo_projects .my-projects-header {
    display: flex;
    cursor: pointer;
}

.seo_projects .my-projects-header div {
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.seo_projects .my-projects-header .active-tab {
    background-color: #f0f0f0;
    font-weight: bold;
}

.seo_projects .tab-pane {
    display: none;
}

.seo_projects .tab-pane.active {
    display: block;
}
span.site_name,span.site_theme {
    color: #5e5bce;
}

.modal {
  font-family: 'Gotham-Medium', sans-serif;
}
.modal select {
    width: 100%;
    padding: 10px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    margin-top: 10px;

}

.modal button {
  font-family: 'Gotham-Bold', sans-serif;
}

div#delete_site .modal-content {
    width: 40%;
}
div#delete_site input {
  font-family: 'Gotham-Bold', sans-serif;
}
div#generated_nums {
    font-size: 25px;
    display: block;
    margin: auto;
    width: fit-content;
    margin-bottom: 20px;
    font-family: 'Gotham-Black', sans-serif;
}
div#manual img, div#manual-two img {
  width: 30%;
  height: fit-content;
  display: block;
  margin: auto;
  cursor: zoom-in;
  margin-top: 20px;
  margin-bottom: 20px;
}
div#manual iframe, div#manual-two iframe {
    width: 50%;
    height: 350px;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
div#manual p, div#manual-two p {
    text-indent: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.language-block .list_lang .custom-select {
 
}
.language-block .list_lang .option {
    text-align: left;
    padding-left: 25px;
}
.language-block .title-language{
  width: 18px;
  font-family: 'Gotham-Medium', sans-serif;
}

.language-block .list_lang .selected-option {
  font-family: 'Gotham-Bold', sans-serif;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  font-size: 15px;
  color: #5e5bce;
  text-align: left;
  padding-left: 25px;
}


#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999999;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
}

#lightbox #close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

#lightbox #prev, #lightbox #next {
  font-family: monospace;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #5e5bce;
  border: none;
  padding: 10px 20px;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 6px;
  color: white;
}

#lightbox #prev {
  left: 20px;
}

#lightbox #next {
  right: 20px;
}
button.manual_buttons {
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: 20px;
  background: #ffffff;
  cursor: help;
  color: #595880;
  font-size: 18px;
  border: 3px solid #595880;
  border-radius: 6px;
  font-family: 'Gotham-Bold', sans-serif;
}

button.manual_buttons.active, button.manual_buttons:hover {
    background: #595880;
    color: white;
}


.tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  /*white-space: nowrap;*/
  display: none;
  z-index: 1000;
  font-family: 'Gotham-Medium', sans-serif;
  max-width: 200px;
  max-height: 200px;
}

.saveDirectPayment{
  background: #5e5bce;
  padding: 15px;
  color: white;
  border: none;
  border-radius: 6px;
}

.payment.direct {
    font-family: 'Arial', sans-serif;
    color: #333;
    margin: 0 auto;
    max-width: 600px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.payment.direct h1 {
    text-align: center;
    color: #5E5BCE;
    font-size: 28px;
    margin-bottom: 20px;
}
.payment.direct .card_block {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.payment.direct .card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 16px;
    color: #555;
}
.payment.direct .card > div {
    background: #f3f2ff;
    padding: 10px;
    border-radius: 5px;
    flex: 1;
    min-width: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment.direct .card div span {
    font-weight: bold;
    color: #5E5BCE;
    display: contents;
}
.payment.direct .purchase-details {
    margin-top: 20px;
}
.payment.direct .purchase-details h2 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #5E5BCE;
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 0px;
}
.payment.direct .detail-item {
    background: #fdfdfd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    border-left: 5px solid #5E5BCE;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.payment.direct .detail-item strong {
    color: #555;
}
p.discount-p {
    color: red;
    font-weight: bold;
    font-size: 13px;
}
.payment.direct .saveDirectPayment {
    display: block;
    width: 100%;
    background: #5E5BCE;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}
.payment.direct .saveDirectPayment:hover {
    background: #595880;
}

.payment.direct .direct-payment-method {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.direct-payment-method div {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f3f2ff;
  border: 2px solid #e5e4ff;
  border-radius: 6px;
  cursor: pointer;
  height: 60px;
  color: #5e5bce;
  font-family: 'Gotham-Bold', sans-serif;
}


.payment.direct h1 span{
  font-size: 35px;
}
button.copy_btn_text {
  display: contents;
  background: transparent;
  border: none;
}
button.copy_btn_text img {
  width: 15px;
}

.landing_main .right{
  display: flex;
  align-items: center;
}
.landing_main .right img{
  width: 120%;
}
.landing_main .left img{
  width: 100%;
}
.landing_main .left {
    width: 50%;
}
.landing_main.second .left {
  width: 40%;
  display: flex;
  align-items: center;
}

.main-block .landing_main{
  margin: 0;
  padding: 0;
}
.main-block{
  margin: 120px auto;
  padding: 15px;
  max-width: 1200px;
}
.main-block .left {
    width: 50%;
    margin-right: 20px;
}
img.price-explanation {
    width: 20px;
    cursor: help;
    margin-right: 0px;
}
.countdown-container {
    font-family: Arial, sans-serif;
    text-align: center;
    color: #fff;
    background-color: #5E5BCE;
    padding: 20px;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.countdown-timer {
    font-size: 48px;
    font-weight: bold;
    margin: 10px 0;
}
.countdown-text {
    font-size: 16px;
    margin-top: 5px;
    font-family: 'Gotham-Bold', sans-serif;
}
.showsite iframe {
    width: 100%;
    height: 100vh;
    /*border: 6px dotted #5e5bce;
    border-radius: 6px;*/
}
.iframe.showsite{
    min-height: 50px;
}


#toggleButton{
    display: none;
}
button#toggleButton {
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    margin: auto;
    margin-bottom: 20px;
    background: #5e5bce;
    border: 3px solid #5e5bce;
    color: white;
    font-family: 'Gotham-Bold', sans-serif;
    border-radius: 6px;
}
button#toggleButton:hover {
    color: #5e5bce;
    background: transparent;
}

.blog_content h1 span, .blog_content h3 span {
  color: #5E5BCE;
}

.blog_content .articles-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.blog_content .article-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}

.blog_content .article-card h2 {
    color: #5E5BCE;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 25px;
}

.blog_content .article-card p {
  font-size: 16px;
  color: #595880;
  margin-bottom: 20px;
}

.blog_content .article-card .read-more {
  text-decoration: none;
  color: white;
  background-color: #5E5BCE;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.3s;
}

.blog_content .article-card .read-more:hover {
  background-color: #595880;
}

.blog_content .article-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0px 12px rgba(94, 91, 206, 0.5);
  cursor: pointer;
}

.blog-content-sidebar{
  width: 50%;
  display: block;
  margin: auto;
}
.table_refferal{
  display: flex;
  justify-content: center;
}

table.table_refferal th {
  font-family: 'Gotham-Bold', sans-serif;
  text-align: center;
}

table.table_refferal td {
  font-family: 'Gotham-Book', sans-serif;
  text-align: center;
}
.table_refferal_title {
  font-family: 'Gotham-Bold', sans-serif;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #5e5bce;
}

.my-button{
  display: block;
  margin: auto;
  margin-top: 20px;
}

#site-selects .button-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    align-items: center;
}

#site-selects .button-container .tab-button {
    padding: 20px;
    width: 250px;
    background: transparent;
    border: 4px solid #5e5bce;
    border-radius: 6px;
    color: #5e5bce;
    font-size: 16px;
    font-family: 'Gotham-Bold', sans-serif;
}
#site-selects .button-container .tab-button.active{
  background: #5e5bce;
  color: white;
}
#site-selects .textarea-container {
    width: 40%;
    display: grid;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

#site-selects label {
   font-family: 'Gotham-Bold', sans-serif;
}
#site-selects textarea {
    height: 100px;
    padding: 10px;
    margin-top: 10px;
    border-radius: 6px;
    border: 2px solid #e5e5e5;
    font-size: 15px;
    font-family: 'Gotham-Bold', sans-serif;
}

.block-result_satelites {
    display: block;
    margin: auto;
    width: fit-content;
    margin-top: 40px;
}
.block-result_satelites .custom-radio {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.block-result_satelites .custom-radio input[type="radio"] {
    display: none;
}

.block-result_satelites .custom-radio label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.block-result_satelites .custom-radio .custom-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #5e5bce;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.block-result_satelites .custom-radio input[type="radio"]:checked + label .custom-circle {
    background-color: #5e5bce;
}

.block-result_satelites .custom-radio input[type="radio"]:checked + label .custom-circle:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iframeTemplateModal {
    display: none;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Контейнер контенту модального вікна */
.iframeTemplateModal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}


.iframeTemplateModal-close {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 40px;
    color: #5E5BCE;
    cursor: pointer;
    font-weight: bold;
}

.iframeTemplateModal-close:hover {
    color: #595880 ;
}

.iframeTemplateModal iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.generateTemplates.my-button.generate{
  display: none;
}


.landing_main.backlinks .right {
    width: 572px;
    padding-top: 0px; 
}
.landing_main iframe {
    width: 100%;
    height: 300px;
}

.choosed-theme {
  text-align: center;
  font-size: 25px;
  border-bottom: 2px solid #5e5bce;
  padding-bottom: 5px;
  width: fit-content;
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: 'Gotham-Bold', sans-serif;
}

.content.admin_content.admin_neconstructor_content {
    margin-top: 140px;
}


.block-generated-templates table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.block-generated-templates th, .block-generated-templates td {
    padding: 18px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.block-generated-templates th {
    background: #5E5BCE;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.block-generated-templates tr:nth-child(even) {
    background: #f9f9f9;
}

.block-generated-templates tr:hover {
    background: #f1f1f1;
}

.block-generated-templates .pagination {
    text-align: center;
    margin: 20px 0;
    width: fit-content;
    margin: auto;
    margin-top: 40px;
}

.block-generated-templates .pagination a {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    text-decoration: none;
    color: #5E5BCE;
    border: 1px solid #5E5BCE;
    border-radius: 5px;
    transition: 0.3s;
}

.block-generated-templates .pagination a:hover {
    background: #5E5BCE;
    color: white;
}

.block-generated-templates .pagination a.active {
    background: #5E5BCE;
    color: white;
}
.block-generated-templates .pagination a[style="font-weight:bold;"] {
    background: #5E5BCE;
    color: white;
}
.block-generated-templates table .theme-block{
    max-width: 200px;
    overflow: auto;
    max-height: 60px;
}


.block-generated-templates{
  display: none;
}

.block-generated-templates table{
    margin-top: 20px;
    display: block;
    margin: auto;
}

.block-generated-templates table#templates-table {
    display: block;
    margin: auto;
    width: fit-content;
    margin-top: 30px;
}

button.my-button.block-generated-templates-button {
  border-radius: 4px;
  padding: 20px;
  background: #595880;
  font-family: 'Gotham-Bold', sans-serif;
}
table#templates-table img {
    width: 20px;
    display: block;
    margin: auto;
}
#templates-table select{
  display: block;
}

select#template-filter, select#lang-filter {
    padding: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

@media (max-width: 1550px) {
  .landing_main .right img {
    width: 600px;
  }

  .landing_main .right {
    display: flex;
    vertical-align: middle;
  }
}
@media (max-width: 1300px) {
  .blog-content-static .content {
      width: 60%;
  }
}
@media (max-width: 1200px) {
  .blog-content-static .content {
      width: 50%;
      padding: 10px;
  }
  .sidebar {
      margin-right: 0px;
  }
  .sidebar a{
     font-size: 14px;
  }
}


@media (max-width: 767px) {
  .blog-content-sidebar{
    width: 100%;

  }
  .content.admin_content.admin_neconstructor_content {
    margin-right:10px!important;
    margin-left:10px!important;
  }
  .logo {
    text-decoration: none;
    position: relative;
    margin-top: 5px;
  }
  .free-button.mob {
        position: relative;
  
        display: block !important;
        font-size: 10px;
        top: 10px;
        bottom: unset;
        /* height: 30px; */
        line-height: 14px;
        width: 90px;
        text-align: center;
        padding: 7px;
        top: auto;
    }

  .content-header .currencies_price{
    display: none;
  }

  .free-button.mob{
    
  }
  .blog-content-static iframe {
    width: 100%;
    height: 200px;
  }
  .admin_link {
    padding-left: 0;
    position: relative;
    padding-right: 0;
    line-height: 40px;
  }
  .content {
    margin-top: 50px!important;
  }
  .content p {
    word-break: break-word;
  }
  form#languageForm {
    margin: 0;
    position: absolute;
    right: 60px;
    top: 25px;
    /* width: 4px; */
  }
  .mobile_menu_button {
    padding-top: 0px;
  }
  .list_lang .custom-select {
    width: 50px;
  }

 

  .mobile_menu_header {
    margin-bottom: 30px;
  }

  .login_form form {
    width: 95%;
    display: block;
    margin: auto;
    /*margin-right: 12px;*/
  }

  .login_form input {
    padding-left: 0;
    text-align: center;
    width: 97%;
  }

  .header-buttons {
    transform: unset;
    left: 0;
    right: 0;
  }

  .landing_main .right img {
    width: 100%;
    display: block;
    margin: auto;
  }

  .header-buttons a {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  header {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .landing_main {
      margin: 150px auto;
      padding: 15px;
  }
  

  .login_form {
      margin-top: 50px;
  }

  .landing_main.video {
    padding: 15px;
  }

  .landing_main .left {
    width: 100%;
    padding-left: 0;
  }

  h1 span {
    font-size: 40px;
    line-height: 40px;
  }

  .landing_main .left button {
    margin-top: 19px;
    padding: 15px 14px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    width: 100%;
  }

  .landing_main .left {
    width: calc(100% - 40px);
    margin-left: 10px;
    margin-right: 20px;
  }

  .landing_main.video .flex-block {
    display: block;
  }

  .footer_left .soc {
    margin-top: 9px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .footer_item {
    text-align: center;
  }

  form#languageForm {
    right: 10px;
    top: 20px;

  }

  .blog_content h1 {
    line-height: 50px;
  }

  .blog_content h2 {
    line-height: 35px;
  }

  .blog_content iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
  }

  .blog_content p {
    line-height: 30px;
  }

  .blog_content ol li, .blog_content ul li {
    margin-left: 40px;
  }

  .gallery-slider .swiper-slide {
    width: auto;
    height: 200px;
  }

  .landing_main.video iframe {
    width: 100%;
    height: 200px;
    display: block;
    margin: auto;
  }

  .landing_main.video .left {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .landing_main.video .right {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }

  .landing_main.video h1 {
    margin-top: 20px;
  }

  .blog-content-static {
    display: block;
  }
  .blog-content-static .content {
    width: 100%;
    margin: 0px;
  }
  .blog-content-static .sidebar {
      width: 100%;
      position: relative;
  }
  .load-projects-block{
    overflow: auto;
  }
  .load-projects{
    width: fit-content;
  }
  .promo-date {
    margin-right: 0px;
    display: flex;
    align-items: center;
    padding-right: 50px;
  }
  .promo-date .date {
    width: 100px;
  }
  .promo-date .custom-checkbox {
    margin-bottom: 20px;
  }
  .seo_projects .projects-accordion-button .arrow img {
    top: 30px;
  }
  header .content-header {
    align-items: center;
  }
  .mobile_menu_button {
    display: flex;
    height: 20px;
  }
  .footer_items {
    flex-wrap: wrap;
    justify-content: center!important;
  }
  .blocks-menu {
    display: block;
    margin-left: 20px;
  }
  .blocks-menu a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 20px;
    line-height: 20px;
  }
  .mobile_menu .head_email {
    margin-bottom: 20px;
    display: block;
    margin: auto;
    width: 100%;
    height: 40px;
    font-size: 20px;
    line-height: 20px;
  }
  .settings-buttons {
    display: block;
    margin-right: 0px;
  }
  .settings-buttons a{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .content-block.seo_account .content {
      margin: 0px !important;
  }
  .content-block.seo_account {
      margin-top: 20px;
  }
  .seo_account .content-tabs-account {
      display: block;
  }
  .seo_account .promo-date {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
  .seo_account button[type="submit"] {
    width: 100%;
  }
  .currencies_price {
    position: relative;
    top: unset;
    right: unset;
    margin-bottom: 10px;
  }
  .seo_projects .my-projects-container .my-projects-header div {
    font-size: 14px; 
  }
  button.manual_buttons {
    margin-right: 0px;
    font-size: 14px;
  }
  .seo_projects .my-projects-container {
    padding: 10px;
  }
  div#manual img {
    width: 100%;
  }
  div#manual iframe {
    width: 100%;
  }
  .admin_neconstructor_content ol {
    margin-left: 0px; 
  }
  #lightbox #prev, #lightbox #next {
    background: transparent;
  }
  #lightbox #prev {
    left: 0px;
  }
  #lightbox #next {
    right: 0px;
  }
  #lightbox #prev, #lightbox #next {
    color: black;
  }
  .landing_main.second .right{
    width: 100%;
  }
  .landing_main.second .left {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .blog-content-static .content img{
    width: 95%;
  }
  .contact-flex-buttons {
    display: block;
    text-align: center;
  }
  .content.contacts_content form.contacts_form input {
    width: 100%;
  }
  .landing_main .right {
    width: 100%!important;
    margin-left: 0px!important; 
    margin-right: 0px!important; 
  }
  .landing_main iframe {
    height: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
    }
  .landing_main.second {
    margin: 10px auto;
  }
  
  .landing_main .left h1 {
    margin-bottom: 29px;
  }
  h1 span {
    font-size: 32px;
    line-height: 40px;
  }
  .landing_main .left h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .payments-block-flex {
    display: block;
  }
  .payment-methods{
    margin-right: 0px!important;
  }
  .payment .method-card {
    width: 100%;
  }
  .payment .cart {
    width: 100%;
    margin-top: 40px;
  }

}





@media (max-width: 500px) {
  .pricing th.custom_bg {
    font-size: 10px;
  }

  .pricing .price-table th {
    font-size: 12px;
  }

  .pricing .horizontal-description {
    font-size: 11px;
  }

  .pricing .vertical-description {
    font-size: 11px;
  }

  .pricing .table-container {
    padding: 5px;
  }
}

* {
  box-sizing: border-box;
}

.cssSlider {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cssSlider .slides {
  overflow: hidden;
  overflow: hidden;
  width: 100%;
  height: 70vmin;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cssSlider .slides > li {
  width: 100%;
  height: 70vmin;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.cssSlider .slides > li > img {
  width: 100%;
  height: auto;
}

/*
.cssSlider .slides > li:first-child:not(:target) {
	z-index: 1;
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}
*/
.cssSlider .thumbnails {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cssSlider .thumbnails > li {
  float: left;
  width: 20%;
}

.cssSlider .thumbnails > li > a {
  display: block;
}

.cssSlider .thumbnails > li > a > img {
  width: 100%;
  height: auto;
}

.cssSlider .slides li:target {
  z-index: 3;
  -webkit-animation: slide 1s 1;
}

.cssSlider .slides li:not(:target) {
  -webkit-animation: hidden 1s 1;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes hidden {
  0% {
    z-index: 2;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    z-index: 2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes hidden {
  0% {
    z-index: 2;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    z-index: 2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}



.embed-youtube-video {
  position: relative;

  display: block;
  width: 560px;
  max-width: 100%;

  background-image: linear-gradient(30deg, currentColor, transparent);
  background-position: center;
  background-size: cover;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.125);
}

.embed-youtube-video:before {
  content: '';

  display: block;
  width: 100%;
  height: initial;
  margin: auto;
  padding: 0 0 56.25% 0;
}

.embed-youtube-video:not(.embed-youtube-video__loaded):after {
  content: '';

  position: absolute;
  top: 50%;
  left: 50%;

  display: block;
  width: 68px;
  height: 48px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" fill="rgba(255, 0, 0, 1)"></path><path d="M 45,24 27,14 27,34" fill="rgba(255, 255, 255, 1)"></path></svg>');

  transform: translate(-50%, -50%);
}

@keyframes spinner {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.embed-youtube-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  border-radius: 0.5rem;
  transition: opacity 0.5s;
}

.embed-youtube-video__iframe__hide {
  opacity: 0;
}
