@font-face{font-family:lg;src:url('https://panel.new.eyula.com/assets/lightGallery/src/fonts/lg.eot?n1z373');src:url('https://panel.new.eyula.com/assets/lightGallery/src/fonts/lg.eot?#iefixn1z373') format("embedded-opentype"),url('https://panel.new.eyula.com/assets/lightGallery/src/fonts/lg.woff?n1z373') format("woff"),url('https://panel.new.eyula.com/assets/lightGallery/src/fonts/lg.ttf?n1z373') format("truetype"),url('https://panel.new.eyula.com/assets/lightGallery/src/fonts/lg.svg?n1z373#lg')}
:root {
  --black: #000000;
  --white: #ffffff;
  --blue: #349db7;
  --btn_orange: #ff873c;
  --btn_blue: #304f5c;
  --btn_green: #dfeded;
  --main_bg_color: #f4f4f4;
  --border_gray: #c4c4c4;
  --green: #28a745;
  --warn: #ff4d4d;
}

html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-thumb {
  background-color: var(--btn_blue);
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

input, textarea, select, button {
  font-family: 'Montserrat', sans-serif;
}

select {
  background-image: url("/images/svg/arrow_lines.svg");
  background-size: 10px;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.font {
  font-weight: 600;
}

.hidden {
  display: none;
}

.warn {
  color: var(--warn) !important;
}

.success {
  color: var(--green) !important;
}

.blue {
  color: var(--blue) !important;
}

aside {
  display: none;
}

ul.new_question {
  display: block !important;
}

p.btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 5px;
}

p.btn > a {
  display: block;
  padding: 10px 30px;
  font-size: 13px;
  color: var(--white);
}

ol.star {
  display: inline-block;
  text-align: right;
  line-height: 1em;
}

ol.star li {
  display: inline-block;
  vertical-align: middle;
}

ol.star li:last-of-type {
  margin-left: 10px;
}

ol.star li + li {
  margin-left: 5px;
}

ol.star li > img {
  width: 18px;
  height: auto;
  vertical-align: middle;
}

ol.star li > p {
  margin: 0;
  font-size: 13px;
  color: var(--black);
}

ul.pages_nums {
  margin-bottom: 15px;
  text-align: right;
}

ul.pages_nums > li {
  display: inline-block;
}

ul.pages_nums > li + li {
  margin-left: 10px;
}

ul.pages_nums > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

ul.pages_nums > li > a:hover {
  text-decoration: underline;
}

ul.pages_nums > li > a.active {
  color: red;
}

ul.checkbox_area {
	margin-top: 5px;
	padding: 15px;
	background-color: var(--main_bg_color);
}

ul.checkbox_area > li {
	width: 220px !important;
	display: inline-block !important;
	margin: 0 0 15px 0 !important;
}

ul.checkbox_area > li > label {
	width: auto !important;
  display: inline-block !important;
  vertical-align: middle;
}

.line {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
}

.line::before {
  content: "";
  display: block;
  width: 10px;
  height: 50px;
  margin: 0 auto 10px auto;
  background-color: var(--white);
}

.black::before {
  background-color: var(--black);
}

.fixed {
  position: fixed;
  top: 0!important;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 36px 0 #e0e0e0;
  -moz-box-shadow: 0 0 36px 0 #e0e0e0;
  box-shadow: 0 0 36px 0 #e0e0e0;
  background-color: var(--white);
}

header {
  position: absolute;
  padding: 25px 0;
  text-align: center;
  top: 0;
  background-color: transparent;
  width: 100%;
  min-width: 1300px;
  z-index: 999;
  margin: 0 auto;
}

header > a#logo {
  display: inline-block;
  width: 170px;
  vertical-align: middle;
}

header > a#logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

header > p#langs{
  display: inline-block;
  margin: 0 0 0 30px;
  padding-right: 25px;
  cursor: pointer;
  vertical-align: middle;
  background-image: url("/images/svg/arrow_bottom.svg");
  background-size: 13px;
  background-position: 36px 8px;
  background-repeat: no-repeat;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

header > p#langs img {
  width: 25px;
  height: auto;
  vertical-align: middle;
}

header > select {
  width: 120px;
  margin-left: 15px;
  padding-right: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  font-size: 16px;
  background-image: url("/images/svg/arrow_bottom.svg");
  background-size: 13px;
  background-position: 107px 4px;
  background-repeat: no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
}

header > nav.main {
  width: 1035px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

header > nav.main ul {
  text-align: right;
}

header > nav.main ul > li {
  display: inline-block;
  position: relative;
}

header > nav.main ul > li.active > a {
  color: var(--blue);
}

header > nav.main ul > li > a {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 10px 15px;
  transition-duration: 0.5s;
}

header > nav.main ul > li:hover > a {
  color: var(--blue);
  transition-duration: 0.5s;
}

header > nav.main ul > li:last-of-type {
  margin-left: 30px;
}

header > nav.main ul > li > ol {

}

header > nav.main ul > li > ol > li {
  display: inline-block;
  cursor: pointer;
}

header > nav.main ul > li > ol > li + li {
  margin-left: 15px;
}

header > nav.main ul > li > ol > li > img {
  width: auto;
  height: 15px;
  position: relative;
  vertical-align: middle;
}

header > nav.main ul > li > ol > li > a.login_btn {
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(196, 196, 196, 1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 4px 0px rgba(196, 196, 196, 1);
}

header > nav.main ul > li > ol > li > a.login_btn > img {
  display: inline-block;
  width: 20px;
  height: auto;
  vertical-align: middle;
  border-radius: 50%;
}

header > nav.main ul > li > ol > li > a.login_btn > img.user {
  width: 20px;
  margin-right: 10px;
}

header > nav.main ul > li > ol > li > a.login_btn > img.arrow {
  width: 13px;
}

header > nav.main ul > li > ol > li > a.login_btn > p:not([class]) {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  color: var(--black);
}

header > nav.main ul > li > ol > li > a:not([class]) {
  color: var(--black);
  transition-duration: 0.5s;
}

header > nav.main ul > li > ol > li > a:not([class]):hover {
  color: var(--btn_orange);
  transition-duration: 0.5s;
}

ol.dropdown {
  display: none;
  width: 200px;
  padding: 0 20px;
  z-index: 1000;
  top: 80px;
  right: 70px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(196, 196, 196, 1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 4px 0px rgba(196, 196, 196, 1);
}

ol.dropdown > li {
  display: block;
  text-align: center;
}

ol.dropdown > li + li {
  border-top: 1px solid var(--border_gray);
}

ol.dropdown > li > a {
  display: block;
  padding: 15px;
  font-size: 14px;
  cursor: pointer;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  color: var(--black);
  transition-duration: 0.2s;
}

ol.dropdown > li:hover > a {
  color: var(--btn_orange);
  transition-duration: 0.2s;
}

ol.dropdown > li > a > img {
  width: 20px;
  height: auto;
  margin-left: 10px;
  vertical-align: middle;
  transition-duration: 0.2s;
}

ol.dropdown > li:hover > a > img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(9%) saturate(5016%) hue-rotate(324deg) brightness(97%) contrast(94%);
  transition-duration: 0.2s;
}

main {
  margin-top: 103px;
}

main section.register > section, main section.verification {
  width: 1300px;
  margin: 0 auto;
  text-align: center;
}

main section.register {
  padding: 50px 0 100px 0;
  animation: gradient 100s ease infinite;
  background-size: 200% 200%;
  background-image: url('/images/advantages.png');
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

main section.register > section > h1 + h3, main section.register > section > h2 + h3 {
  margin-top: 15px;
}

main section.register > section > h1 + section, main section.register > section > h2 + section {
  margin-top: 35px;
}

main section.register > section > h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

main section.register > section > h3 + section {
  margin-top: 35px;
}

main section.register > section > section {
  width: 450px;
  margin: 0 auto;
  padding: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: var(--white);
}

main section.register > section > section dl.tabs {
  margin: 0;
}

main section.register > section > section dl.tabs > dt {
  display: inline-block;
  width: 49%;
  padding: 20px 30px;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: var(--main_bg_color);
  transition-duration: 0.5s;
}

main section.register > section > section dl.tabs > dt + dt {
  margin-left: 2%;
}

main section.register > section > section dl.tabs > dt.active {
  color: #fff;
  background-color: var(--btn_blue);
}

main section.register > section > section dl.tabs > dt:hover {
  color: #fff;
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.register > section > section > form.active {
  display: block;
}

main section.register > section > section > form {
  display: none;
  padding: 30px 0;
}

main section.register > section > section > form > ul {

}

main section.register > section > section > form > ul li {
  position: relative;
  text-align: left;
}

main section.register > section > section > form > ul li + li {
  margin-top: 20px;
}

main section.register > section > section > form > ul li#city > img {
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

main section.register > section > section > form > ul li label {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

main section.register > section > section > form > ul li input, main section.register > section > section > form > ul li select, main section.register > section > section > form > ul li textarea, main section.verification > form.login > ul > li > input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgb(196 196 196);
}

main section.register > section > section > form > ul li input:focus {
  -webkit-box-shadow: 0px 0px 3px 0px rgb(52 157 183);
  -moz-box-shadow: 0px 0px 3px 0px rgba(52, 157, 183, 1);
  box-shadow: 0px 0px 3px 0px rgb(52 157 183);
}

main section.register > section > section > form > ul li input[name="country_code"] {
  width: 20%;
}

main section.register > section > section > form > ul li input[name="tel"] {
  margin-left: 2%;
  width: 78%;
  border-left: none;
}

main section.register > section > section > form > ul li > select[name="package"] {
  width: 90%;
  vertical-align: middle;
}

main section.register > section > section > form > ul li > select[name="package"] + img {
  width: 10%;
  height: 25px;
  vertical-align: middle;
  text-align: right;
  cursor: pointer;
  font-size: 23px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(14%) saturate(6876%) hue-rotate(325deg) brightness(97%) contrast(93%);
}

main section.register > section > section > form > ul li span {
  display: block;
  position: relative;
}

main section.register > section > section > form > ul li:not(#city) img {
  width: 22px;
  height: auto;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.register > section > section > form > ul li > a {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  font-size: 13px;
  color: var(--blue);
}

main section.register > section > section > form > ul li > a:hover {
  text-decoration: underline;
}

main section.register > section > section > form > ul li i.fa-boxes-stacked {
  cursor: pointer;
}

main section.register > section > section > form > ul li textarea {
  height: 60px;
  min-height: 60px;
  max-height: 180px;
  resize: vertical;
}

main section.register > section > section > form > ul + p:not([class]) {
  margin-top: 25px;
}

main section.register > section > section > form p:not([class]) {
  margin: 0;
  text-align: start;
  font-size: 13px;
  line-height: 1.5em;
}

main section.register > section > section > form button[type="submit"], main section.verification > form.login > ul > li > button[type='submit'] {
  width: 100%;
  margin-top: 25px;
  padding: 15px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  color: #fff;
  border: 1px solid var(--btn_orange);
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.register > section > section > form button[type="submit"]:hover, main section.verification > form.login > ul > li > button[type='submit']:hover {
  color: var(--btn_orange);
  background-color: transparent;
  transition-duration: 0.5s;
}

main section.verification > form.login > ul > li > button[type='submit'] {
  margin: 0;
}

main section.register > section > section > form p.google_login {
  margin: 20px 0 0 0;
  border: 1px solid #c2c8d0;
  text-align: left;
  border-radius: 5px;
  transition-duration: .4s;
}

main section.register > section > section > form p.google_login:hover {
  background-color: #f5f5f5;
  transition-duration: .4s;
}

main section.register > section > section > form p.google_login a {
  font-size: 15px;
  letter-spacing: .4px;
  display: block;
  padding: 15px 8px 15px 16px;
}

main section.register > section > section > form p.google_login a img {
  width: 20px;
  vertical-align: middle;
  height: 20px;
  margin-right: 15px;
  border-right: 1px solid #c2c8d0;
  padding-right: 15px;
}

main section.register > section > section > form p.password_refresh {
  margin: 25px 0 0 0;
  text-align: right;
}

main section.register > section > section > form p.password_refresh > a { 
  color: var(--blue);
  color: var(--blue);
  font-size: 13px;
}

main section.register > section > section > form p.password_refresh > a:hover {
  text-decoration: underline;
} 

main section.register > section > section > form ul.verification_method {

}

main section.register > section > section > form ul.verification_method li {

}

main section.register > section > section > form ul.verification_method li label p, main section.register > section > section > form ul.verification_method li label input {
  display: inline-block;
  width: auto;
  margin: 0;
  vertical-align: middle;
}

main section.register > section > section > form ul.verification_method li label p {
  font-weight: 300;
  margin-left: 10px;
}


main section.register > section > section > form ul.verification_method li label input[type='radio'] {
  width: 17px;
  height: 17px;
}

main section.register > section > section > form ul li label span#timer {
  display: inline-block;
}

main section.register > section > section > form aside {
  margin-top: 15px;
  font-size: 14px;
  text-align: left;
}

main section.panel_columned {
  padding: 50px 0;
  text-align: center;
  background-color: var(--main_bg_color);
  animation: gradient 100s ease infinite;
  background-size: 200% 200%;
  background-image: url('/images/advantages.png');
}

main section.panel_columned > section.left, main section.panel_columned > section.right {
  display: inline-block;
  vertical-align: top;
  text-align: start;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.panel_columned > section.left {
  width: 250px;
  padding: 35px 25px;
  position: sticky;
  top: 150px;
  background-color: var(--white);
}

main section.panel_columned > section.left h1, main section.panel_columned > section.left h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

main section.panel_columned > section.left ul {
  min-height: 250px;
  margin-top: 25px;
}

main section.panel_columned > section.left ul li {

}

main section.panel_columned > section.left ul li + li {
  margin-top: 20px;
}

main section.panel_columned > section.left ul li a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  transition-duration: 0.5s;
}

main section.panel_columned > section.left ul li.active a {
  color: var(--blue);
}

main section.panel_columned > section.left ul li a:hover {
  color: var(--blue);
  transition-duration: 0.5s;
}

main section.panel_columned > section.left + section.right {
  margin-left: 50px;
}

main section.panel_columned > section.right {
  width: 1000px;
}

main section.panel_columned > section.right > h1, main section.panel_columned > section.right > h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

main section.panel_columned > section.right > h1, main section.panel_columned > section.right > aside {
  margin-top: 25px;
}

main section.panel_columned > section.right h1 + p.btn, main section.panel_columned > section.right h2 + p.btn {
  margin-top: 25px;
}

main section.panel_columned > section.right p.btn + p.delete {
  margin-left: 15px;
}

main section.panel_columned > section.right > p.btn {
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right > p.btn + p.btn {
  margin-left: 15px;
}

main section.panel_columned > section.right > p.btn:hover {
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right > ul.favorite_themes {
  margin-top: 25px;
  padding: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: var(--white);
}

main section.panel_columned > section.right > ul.favorite_themes > li {
  display: inline-block;
  width: 300px;
  padding: 50px 30px 30px 30px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  border-radius: 5px;
  background-color: var(--white);
}

main section.panel_columned > section.right > ul.favorite_themes > li + li {
  margin-left: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li > img {
  width: auto;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  cursor: pointer;
}

main section.panel_columned > section.right > ul.favorite_themes > li > img.share {
  right: 30px;
}

main section.panel_columned > section.right > ul.favorite_themes > li > img.true {
  filter: brightness(0) saturate(100%) invert(42%) sepia(41%) saturate(4025%) hue-rotate(333deg) brightness(107%) contrast(109%);
}

main section.panel_columned > section.right > ul.favorite_themes > li > img.like {
  right: 30px;
}

main section.panel_columned > section.right > ul.favorite_themes > li > img.like + img.share {
  right: 65px;
}

main section.panel_columned > section.right > ul.favorite_themes > li:nth-child(3n+4) {
  margin-left: 0;
}

main section.panel_columned > section.right > ul.favorite_themes > li:nth-child(n+4) {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li picture {
  display: block;
  width: 100%;
  height: 182px;
  border-radius: 5px;
  background-color: var(--main_bg_color);
  position: relative;
  z-index: 10;
  overflow: hidden;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.panel_columned > section.right > ul.favorite_themes > li picture img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
}

main section.panel_columned > section.right > ul.favorite_themes > li picture + h3 {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li picture + h4 {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li picture + p:not([class]) {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li picture + ol.star {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li picture + p {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

main section.panel_columned > section.right > ul.favorite_themes > li h3 + h4 {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li h3 + p:not([class]) {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li h3 + ol.star {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li h3 + p {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li h4 {
  margin: 0;
  font-size: 14px;
}

main section.panel_columned > section.right > ul.favorite_themes > li h4 + p:not([class]) {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li h4 + ol.star {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li h4 + p {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li > p:not([class]) {
  width: 60%;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 13px;
  border-top: 1px solid #ddd;
  color: var(--blue);
}

main section.panel_columned > section.right > ul.favorite_themes > li > p:not([class]) + ol.star {
  margin-top: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li > ol.star + p.like {
  margin: 15px 0;
  font-size: 13px;
}

main section.panel_columned > section.right > ul.favorite_themes > li > p.like > img {
  width: 13px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(42%) sepia(41%) saturate(4025%) hue-rotate(333deg) brightness(107%) contrast(109%);
}

main section.panel_columned > section.right > ul.favorite_themes > li > p.btn {
  width: 47%;
  text-align: center;
  font-size: 15px;
}

main section.panel_columned > section.right > ul.favorite_themes > li > p.btn + p.btn {
  margin-left: 6%;
}

main section.panel_columned > section.right > ul.favorite_themes > li > p.btn a {
  transition-duration: 0.5s;
}

main section.panel_columned > section.right > ul.favorite_themes > li > p.btn {
  border: 1px solid var(--btn_blue);
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.panel_columned > section.right > ul.favorite_themes > li > p.btn:last-of-type {
  border: 1px solid var(--btn_orange);
  background-color: var(--btn_orange);
}

main section.panel_columned > section.right > ul.favorite_themes > li > p.btn:last-of-type:hover {
  border: 1px solid var(--btn_orange);
}

main section.panel_columned > section.right > ul.favorite_themes > li > p.btn:last-of-type:hover > a {
  color: var(--btn_orange);
}

main section.panel_columned > section.right > ul.favorite_themes > li > p.btn:hover {
  color: var(--btn_blue);
  border: 1px solid var(--btn_blue);
  background-color: transparent;
  transition-duration: 0.5s;
}

main section.panel_columned > section.right > ul.favorite_themes > li > p.btn:hover > a {
  color: var(--btn_blue);
}

main section.panel_columned > section.right dl.tabs {
  margin: 25px 0 0 0;
}

main section.panel_columned > section.right dl.tabs > dt {
  display: inline-block;
  width: auto;
  padding: 15px 50px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  color: var(--black);
  background-color: var(--btn_green);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.panel_columned > section.right dl.tabs > dt + dt {
  margin-left: 5px;
}

main section.panel_columned > section.right dl.tabs > dt.active {
  padding: 19px 50px 22px 50px;
  background-color: var(--white);
}

main section.panel_columned > section.right dl.tabs > dt.active + dt {
  margin-left: 10px;
}

main section.panel_columned > section.right dl.tabs > dt.active:last-of-type {
  margin-left: 10px;
}

main section.panel_columned > section.right form.user_profile_photo {
  display: none;
}

main section.panel_columned > section.right > h1 + form.std, main section.panel_columned > section.right > h2 + form.std {
  margin-top: 35px;
}

main section.panel_columned > section.right > p.btn + form.std {
  margin-top: 25px;
}

main section.panel_columned > section.right > form.std {

}

main section.panel_columned > section.right ul {
  position: relative;
  padding: 35px;
}

main section.panel_columned > section.right ul.content {
  display: none;
  background-color: var(--white);
}

main section.panel_columned > section.right ul li {
  position: relative;
}

main section.panel_columned > section.right ul li.switch > aside {
  display: block;
  margin-top: 15px;
  color: var(--warn);
}

main section.panel_columned > section.right ul.active {
  display: block;
}

main section.panel_columned > section.right ul li > div > p.info {
  margin: 15px 0;
}

main section.panel_columned > section.right ul li > h3 {
  margin: 0;
  font-size: 16px;
}

main section.panel_columned > section.right ul > li > * + p {
  margin-top: 10px !important;
}

main section.panel_columned > section.right ul > li > p {
  margin: 0;
  font-size: 12px;
}

main section.panel_columned > section.right ul > li > p > b {
  font-weight: 500;
  color: var(--blue);
}

main section.panel_columned > section.right ul li > ul.checkbox_area {
  margin: 0;
}

main section.panel_columned > section.right ul li > ul.checkbox_area > li {
  margin: 0 !important;
}

main section.panel_columned > section.right ul li > ul.checkbox_area > li > label {
  margin: 0;
}

main section.panel_columned > section.right ul li > form > ul {
  padding: 35px;
  border: 1px solid #000;
  border-top: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.panel_columned > section.right > form.std ul li + li {
  margin-top: 25px;
}

main section.panel_columned > section.right > form.std ul li > a#create_password {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  cursor: pointer;
  color: var(--blue);
}

main section.panel_columned > section.right > form.std ul li > a#create_password:hover {
  text-decoration: underline;
}

main section.panel_columned > section.right > form.std ul li label:not([class]) > input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  vertical-align: sub;
}

input[type="checkbox"], input[type="radio"] {
  accent-color: var(--btn_blue);
}

main section.panel_columned > section.right > form.std ul li label:not([class]) {
  display: block;
  margin: 0;
  font-size: 12px;
}

main section.panel_columned > section.right > form.std ul li label:not([class]) + * {
  margin-top: 10px;
}

main section.panel_columned > section.right > form.std ul li h3 + label {
  margin: 10px 0 0 0 !important;
}

main section.panel_columned > section.right > form.std ul li picture {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  text-align:left;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.panel_columned > section.right > form.std ul li picture > img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

main section.panel_columned > section.right > form.std ul li picture > span {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  background-color: rgba(51, 51, 51, 0.5);
}

main section.panel_columned > section.right > form.std ul li picture:hover > span {
  display: block;
}

main section.panel_columned > section.right > form.std ul li picture > span > img {
  width: 25px;
  height: auto;
  vertical-align: middle;
  margin-top: 40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(204deg) brightness(108%) contrast(101%);
}

main section.panel_columned > section.right > form.std ul li > button#save_profile_photo {
  display: none;
  margin-left: 20px;
  padding: 5px 10px;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right > form.std ul li > button#save_profile_photo:hover {
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right > form.std ul li input#file {
  display: none;
}

main section.panel_columned > section.right > form.std ul li > input, main section.panel_columned > section.right > form.std ul li > select, main section.panel_columned > section.right > form.std ul li > textarea, main section.panel_columned > section.right > form.std ul li > span > input {
  width: 350px;
  padding: 10px 15px;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgb(196 196 196);
}

main section.panel_columned > section.right > form.std ul li > span {
  display: inline-block;
  position: relative;
}

main section.panel_columned > section.right > form.std ul li > span > img {
  width: 22px;
  height: auto;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.panel_columned > section.right > form.std ul li > * + input[type="file"] {
  margin-top: 10px;
}

main section.panel_columned > section.right > form.std ul li input[type="file"] {
  border: none;
  color: var(--white);
  background-color: var(--blue);
}

main section.panel_columned > section.right > form.std ul li input.country_codes {
  width: 110px;
}

main section.panel_columned > section.right > form.std ul li input[name="tel"], main section.panel_columned > section.right > form.std ul li input[name="recovery_tel"] {
  width: 230px;
  margin-left: 10px;
}

main section.panel_columned > section.right > form.std ul li textarea  {
  height: 100px;
  min-height: 100px;
  max-height: 250px;
  resize: vertical;
}

main section.panel_columned > section.right > form.std > button[type="submit"] {
  margin-top: 25px;
  padding: 15px 100px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  color: #fff;
  border: 1px solid var(--btn_blue);
  background-color: var(--btn_blue);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition-duration: 0.5s;
}

main section.panel_columned > section.right > form.std > button[type="submit"]:hover {
  color: var(--btn_blue);
  border: 1px solid var(--btn_blue);
  background-color: transparent;
  transition-duration: 0.5s;
}

main section.panel_columned > section.right > form.std > aside {
  width: 60%;
  margin: 15px 0 0 0;
  font-size: 14px;
  display: none;
}

main section.panel_columned > section.right ul li > form > ul li > h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

main section.panel_columned > section.right ul li > form > ul li > h3 + p.info {
  margin-top: 25px;
}

main section.panel_columned > section.right ul li > form > ul li > h3 + select {
  margin-top: 15px;
}

main section.panel_columned > section.right ul li > form > ul li p.info {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

main section.panel_columned > section.right ul li > form > ul li > p.info + select {
  margin-top: 15px;
}

main section.panel_columned > section.right > form > ul#payments > li {
  position: relative;
  padding: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
}

main section.panel_columned > section.right > form > ul#payments > li + li {
  margin-top: 25px;
}

main section.panel_columned > section.right > form > ul#payments > li > p {
  display: inline-block;
  margin: 0;
}

main section.panel_columned > section.right > form > ul#payments > li > p.payment_status {
  font-size: 16px;
  font-weight: 500;
}

main section.panel_columned > section.right > form > ul#payments > li > p.payment_date {
  position: absolute;
  right: 25px;
  font-size: 14px;
  font-weight: 500;
  color: var(--border_gray);
}

main section.panel_columned > section.right > form > ul#payments > li > p.payment_date + a {
  display: inline-block;
  margin-left: 10px;
}

main section.panel_columned > section.right > form > ul#payments > li > p.payment_date + a > img {
  width: auto;
  height: 20px;
  vertical-align: sub;
  filter: brightness(0) saturate(100%) invert(61%) sepia(54%) saturate(1139%) hue-rotate(331deg) brightness(100%) contrast(105%);
}

main section.panel_columned > section.right > form > ul#payments > li > table.list {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

main section.panel_columned > section.right > form > ul#payments > li > table.list > thead {
  border-bottom: 1px solid var(--border_gray);
}

main section.panel_columned > section.right > form > ul#payments > li > table.list > tfoot {
  border-top: 1px solid var(--border_gray);
}

main section.panel_columned > section.right > form > ul#payments > li > table.list > thead > tr > th {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
}

main section.panel_columned > section.right > form > ul#payments > li > table.list > tbody > tr > th {
  border-bottom: 1px solid var(--border_gray);
  font-size: 18px;
  font-weight: 500;
}

main section.panel_columned > section.right > form > ul#payments > li > table.list > tbody > tr + tr > th {
  border-top: 1px solid var(--border_gray);
  border-bottom: none;
  font-size: 14px;
  font-weight: 600;
}

main section.panel_columned > section.right > form > ul#payments > li > table.list tr > td {
  font-size: 14px;
  font-weight: 500;
}

main section.panel_columned > section.right > form > ul#payments > li > table.list tr > td > details > summary {
  display: inline-block;
  padding-right: 35px;
  list-style-type: none;
  outline: none;
  cursor: pointer;
  background-image: url("/images/svg/thin_arrow.svg");
  background-size: 7px;
  background-position: 97% 50%;
  background-repeat: no-repeat;
}

main section.panel_columned > section.right > form > ul#payments > li > table.list tr > td > details[open] > summary {
  background-image: url("/images/svg/arrow_lines.svg");
  background-size: 12px;
}

main section.panel_columned > section.right > form > ul#payments > li > table.list tr > td > details > summary::-webkit-details-marker {
  display: none;
}

main section.panel_columned > section.right > form > ul#payments > li > table.list tr > td > details > div {
  width: 350px;
  padding: 25px 30px 15px 30px;
  position: relative;
}

main section.panel_columned > section.right > form > ul#payments > li > table.list tr > td > details > div + div {
  padding: 0 30px 10px 30px;
}


main section.panel_columned > section.right > form > ul#payments > li > table.list tr > td > details > div > p {
  display: inline-block;
  margin: 0;
  font-weight: 400;
}

main section.panel_columned > section.right > form > ul#payments > li > table.list tr > td > details > div > p.amount {
  position: absolute;
  right: 0;
}

main section.panel_columned > section.right > form > ul#payments > li > table.list tr > th, main section.panel_columned > section.right > form > ul#payments > li > table.list tr > td {
  padding: 15px 0;
}

main section.panel_columned > section.right > form > ul#payments > li > table.list tr > th.amount, main section.panel_columned > section.right > form > ul#payments > li > table.list tr > td.amount {
  color: var(--blue);
}

main section.panel_columned > section.right > form > ul#payments > li > table.list > tfoot > tr > th {
  font-size: 14px;
  font-weight: 600;
}

main section.panel_columned > section.right > form > ul#payments > li > p.btn {
  margin-top: 15px;
  font-size: 14px;
  color: var(--white);
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right > form > ul#payments > li > p.btn:hover {
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right > form > ul#payments > li > p.btn > a {
  display: block;
  padding: 15px 60px;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li + li {
  margin-top: 35px;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > aside {
  margin-top: 10px;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > div.warn {
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  color: var(--warn);
  -webkit-box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgb(196 196 196);
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > div.warn > img {
  width: auto;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > h3 + * {
  margin-top: 25px;
}

main section.panel_columned > section.right > p.btn + table.list {
  margin-top: 25px;
}

main section.panel_columned > section.right > table.list {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--white);
}

main section.panel_columned > section.right > table.list > tbody > tr th, main section.panel_columned > section.right > table.list > tbody > tr td {
  padding: 10px 20px;
  font-size: 12px;
  text-align: left;
}

main section.panel_columned > section.right > table.list > tbody > tr th {
  font-weight: 600;
  color: var(--white);
  background-color: var(--btn_blue);
}

main section.panel_columned > section.right > table.list > tbody > tr th > input[type="checkbox"], main section.panel_columned > section.right > table.list > tbody > tr td > input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 0;
  vertical-align: sub;
  accent-color: var(--btn_blue);
}

main section.panel_columned > section.right > table.list > tbody > tr td {
  font-weight: 400;
}

main section.panel_columned > section.right > table.list + p:not([class]) {
  margin: 0;
  padding: 0 10px;
  font-size: 13px;
  text-align: right;
}

main section.panel_columned > section.right ul#my_theme {
}

main section.panel_columned > section.right ul#my_theme > li {
}

main section.panel_columned > section.right ul#my_theme > li picture {
  display: inline-block;
  width: 30%;
  height: 200px;
  position: relative;
  border-radius: 5px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  vertical-align: middle;
  overflow: hidden;
  text-align: left;
  background-color: #f4f4f4;
}

main section.panel_columned > section.right ul#my_theme > li picture img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
}

main section.panel_columned > section.right ul#my_theme > li picture + div {
  margin-left: 5%;
}

main section.panel_columned > section.right ul#my_theme > li div {
  display: inline-block;
  width: 65%;
  vertical-align: top;
}

main section.panel_columned > section.right ul#my_theme > li div > h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

main section.panel_columned > section.right ul#my_theme > li div > h3 > a {
  color: var(--blue);
  text-decoration: underline;
}

main section.panel_columned > section.right ul#my_theme > li div > * + ol {
  margin-top: 25px;
}

main section.panel_columned > section.right ul#my_theme > li div > ol > li {
  font-size: 14px;
  font-weight: 400;
}

main section.panel_columned > section.right ul#my_theme > li div > ol > li + li {
  margin-top: 25px;
}

main section.panel_columned > section.right ul#my_theme > li div > ol > li > p.btn:nth-child(1) {
  border: 1px solid var(--btn_orange);
  background-color: var(--btn_orange);
}

main section.panel_columned > section.right ul#my_theme > li div > ol > li > p.btn:nth-child(2){
  border: 1px solid var(--btn_blue);
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right ul#my_theme > li div > ol > li > p.btn:nth-child(3){
  border: 1px solid var(--blue);
  background-color: var(--blue);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right ul#my_theme > li div > ol > li > p.btn > a {
  color: var(--white);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right ul#my_theme > li div > ol > li > p.btn:hover > a {
  color: var(--black);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right ul#my_theme > li div > ol > li > p.btn:hover {
  background-color: var(--white);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right ul#my_theme > li div > ol > li > p.btn + p.btn {
  margin-left: 25px;
}

main section.panel_columned > section.right ul > li > * + ol.upgrade_theme_list {
  margin-top: 25px;
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li {
  display: inline-block;
  width: 30%;
  padding: 25px 15px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  background-color: var(--white);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(52, 157, 183, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(52, 157, 183, 1);
  box-shadow: 0px 0px 5px 0px rgba(52, 157, 183, 1);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li + li {
  margin-left: 5%;
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li:nth-child(3n+4) {
  margin-left: 0;
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li:nth-child(n+4) {
  margin-top: 45px;
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li picture {
  display: inline-block;
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 5px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  vertical-align: middle;
  overflow: hidden;
  text-align: left;
  background-color: var(--main_bg_color);
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li picture img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li div {
  margin-top: 10px;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li div > h3 {
  margin: 0 0 25px 0;
  font-size: 16px;
  font-weight: 600;
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li div > h4 {
  margin: 0 0 25px 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5em;
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li div > p.btn:first-of-type {
  border: 1px solid var(--btn_orange);
  background-color: var(--btn_orange);
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li div > p.btn:last-of-type {
  border: 1px solid var(--btn_blue);
  background-color: var(--btn_blue);
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li div > p.btn {
  width: 48%;
  transition-duration: 0.5s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li div > p.btn:hover {
  background-color: var(--white);
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li div > p.btn:hover > a {
  color: var(--black);
}

main section.panel_columned > section.right ul > li > ol.upgrade_theme_list > li div > p.btn + p.btn {
  margin-left: 4%;
}

main section.panel_columned > section.right aside {
  padding: 15px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: var(--blue);
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgb(196 196 196);
}

main section.panel_columned > section.right aside > img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

main section.panel_columned > section.right aside > p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

main section.panel_columned > section.right aside + p.btn {
  margin-top: 25px;
}

main section.panel_columned > section.right > ul > form.upgrade_theme_pass > input {
  display: inline-block;
  width: 200px;
  margin-top: 25px;
  padding: 12px;
  outline: none;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgb(196 196 196);
}

main section.panel_columned > section.right > ul > form.upgrade_theme_pass > button {
  display: inline-block;
  margin-left: 10px;
  padding: 12px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  color: var(--white);
  background-color: var(--blue);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right > ul > form.upgrade_theme_pass > button:hover {
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right > ul > form.upgrade_theme_pass > aside.warn {
  margin-top: 25px;
}

ol.my_registered_cards {
  margin-top: 35px;
}

ol.my_registered_cards > li {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  cursor: pointer;
}

ol.my_registered_cards > li.active {
  padding: 15px;
  border: 1px solid var(--btn_orange);
  border-radius: 5px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

ol.my_registered_cards > li > h4 > img.loading_icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  right: 0;
  display: none;
}

ol.my_registered_cards > li + li {
  margin-left: 10%;
}

ol.my_registered_cards > li:nth-child(2n+3) {
  margin-left: 0;
}

ol.my_registered_cards > li:nth-child(n+3) {
  margin-top: 25px;
}

ol.my_registered_cards > li > h4 {
  margin: 0;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

ol.my_registered_cards > li > h4 > img:not([class]) {
  width: auto;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  right: 0;
  filter: brightness(0) saturate(100%) invert(26%) sepia(13%) saturate(1393%) hue-rotate(153deg) brightness(98%) contrast(88%);
}

ol.my_registered_cards > li > h4 > img:last-of-type {
  right: 30px;
}

form.payment_form > ol.my_registered_cards > li > h4 > img:last-of-type {
  right: 0;
}

ol.my_registered_cards > li > h4 > img:not([class]):hover {
  filter: brightness(0) saturate(100%) invert(69%) sepia(32%) saturate(4283%) hue-rotate(332deg) brightness(102%) contrast(101%);
}

ol.my_registered_cards > li > h4 > img.edit_card {
  filter: brightness(0) saturate(100%) invert(26%) sepia(13%) saturate(1393%) hue-rotate(153deg) brightness(98%) contrast(88%);
  margin-left: 10px;
}

.flip-box {
  background-color: transparent;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 255px;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.flip-box.active > .flip-box-inner {
  transform: rotateY(-180deg);
}

.flip-box-front, .flip-box-back {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: var(--black);
}

.flip-box-front {
  padding: 25px;
  border-radius: 15px;
  background-image: url(/images/payment_card.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: var(--white);
  background-color: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.flip-box-back {
  padding: 25px;
  border-radius: 15px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: scroll;
  background-color: var(--black);
  transform: rotateY(180deg);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.flip-box-back > div {
  display: inline-block;
  width: 150px;
  height: 15px;
  margin-top: 70px;
  padding: 10px;
  background-color: var(--border_gray);
  text-align: right;
  font-style: italic;
}

.flip-box-back > div > h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.flip-box-back::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #D6AD60;
}



ol.my_registered_cards > li > div {
  height: 235px;
  margin-top: 10px;
  padding: 25px;
  position: relative;
  border-radius: 15px;
  background-image: url(/images/payment_card.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-color: transparent;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(196, 196, 196, 1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 5px 1px rgba(196, 196, 196, 1);
}

ol.my_registered_cards > li.auto_payment_card > div {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(214, 173, 96, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(214, 173, 96, 1);
  box-shadow: 0px 0px 10px 0px rgba(214, 173, 96, 1);
}

form.payment_form > ol.my_registered_cards > li > div {
  height: 225px;
}

ol.my_registered_cards > li > div > p, div.flip-box-inner > span.flip-box-front > p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

ol.my_registered_cards > li > div > p:first-of-type, div.flip-box-inner > span.flip-box-front > p:first-of-type {
  position: relative;
  color: #D6AD60;
}

ol.my_registered_cards > li > div > p:first-of-type > span, div.flip-box-inner > span.flip-box-front > p:first-of-type > span {
  position: absolute;
  right: 0;
}

ol.my_registered_cards > li > div > p:first-of-type > span img, div.flip-box-inner > span.flip-box-front > p:first-of-type > span img {
  width: 50px;
  height: auto;
  vertical-align: middle;
}

div.flip-box-inner > span.flip-box-front > p:first-of-type > span img {
  display: none;
}

ol.my_registered_cards > li > div > p:nth-child(2), div.flip-box-inner > span.flip-box-front > p:nth-child(2) {
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  letter-spacing: 3px;
  color: #D6AD60;
}

ol.my_registered_cards > li > div > p:nth-child(3), ol.my_registered_cards > li > div > p:nth-child(4), div.flip-box-inner > span.flip-box-front > p:nth-child(3), div.flip-box-inner > span.flip-box-front > p:nth-child(4), div.flip-box-inner > span.flip-box-front > p:nth-child(5), div.flip-box-inner > span.flip-box-front > p:nth-child(6) {
  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #D6AD60;
}

div.flip-box-inner > span.flip-box-front > p:nth-child(3) {
  width: 50%;
}

ol.my_registered_cards > li > div > p:nth-child(4) {
  right: 25px;
  color: var(--black);
}

div.flip-box-inner > span.flip-box-front > p:nth-child(4) {
  right: 60px;
  color: var(--black);
}

div.flip-box-inner > span.flip-box-front > p:nth-child(5) {
  right: 50px;
  color: var(--black);
}

div.flip-box-inner > span.flip-box-front > p:nth-child(6) {
  right: 28px;
  color: var(--black);
}

ol.my_registered_cards > li > div > label {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: var(--btn_green);
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card {
  margin-top: 15px;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card > div {
  display: inline-block;
  vertical-align: top;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card > div.left {
  width: 53%;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card > div.right {
  width: 45%;
  margin-left: 2%;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card li {
  position: relative;
  vertical-align: top;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card li label.invalid_card {
  display: block;
  margin-top: 10px;
  color: var(--btn_orange);
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card li + li {
  margin-top: 15px;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card li > input, main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card li > select {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
  border-radius: 5px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgb(196 196 196);
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card li > input.warn, main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card li > select.warn {
  border-color: var(--btn_orange);
  color: var(--btn_orange);
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card li > input + img {
  width: auto;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card li > select {
  width: 48%;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card li > select + select {
  margin-left: 4%;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card li > button {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  color: var(--white);
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right > form > ul#my_registered_cards > li > ol.add_card li > button:hover {
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right form > ul {
  display: none;
  padding: 35px;
  background-color: var(--white);
}

main section.panel_columned > section.right form > ul.active {
  display: block;
}

main section.panel_columned > section.right form > ul > li div > h3 {
  display: inline-block;
  width: 50%;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--black);
}

main section.panel_columned > section.right form > ul > li div > h3:last-of-type {
  text-align: end;
}

main section.panel_columned > section.right form > ul > li div > p.btn {
  border: 1px solid var(--btn_orange);
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right form > ul > li div > p.btn:hover {
  background-color: transparent;
  transition-duration: 0.5s;
}

main section.panel_columned > section.right form > ul > li div > p.btn:hover > a {
  color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right form > ul > li div > h3 + p.btn {
  margin-top: 25px;
}

main section.panel_columned > section.right form > ul > li div > h3 > span.price {
  color: var(--blue);
}

main section.panel_columned > section.right form > ul > li div table.list {
  width: 100%;
  margin-top: 35px;
  padding: 35px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
}

main section.panel_columned > section.right form > ul > li div table.list > thead > tr + tr {
  height: 40px;
}

main section.panel_columned > section.right form > ul > li div table.list > thead > tr > td + td {
  text-align: right;
  font-weight: 500;
  color: var(--blue);
}

main section.panel_columned > section.right form > ul > li div table.list > thead > tr > td p.btn {
  background-color: var(--btn_orange);
}

main section.panel_columned > section.right form > ul > li div table.list tr td > h3 {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
}

main section.panel_columned > section.right form > ul > li div table.list tr td {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}

main section.panel_columned > section.right form > ul > li div table.list > tbody > tr td {
  height: 40px;
}

main section.panel_columned > section.right form > ul > li div table.list > tbody > tr td:nth-child(2) {
  text-align: end;
}

main section.panel_columned > section.right form > ul > li div table.list > tbody > tr td > img {
  width: 15px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

main section.panel_columned > section.right form > ul > li div table.list > tbody > tr td > p.btn {
  min-width: 250px;
  text-align: center;
  background-color: var(--main_bg_color);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right form > ul > li div table.list > tbody > tr td > p.btn:hover {
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right form > ul > li div table.list > tbody > tr td > p.btn > a {
  position: relative;
  font-weight: 500;
  color: var(--black);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right form > ul > li div table.list > tbody > tr td > p.btn:hover > a {
  color: var(--white);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right form > ul > li div table.list > tbody > tr td > p.btn > a > img {
  width: auto;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right form > ul > li div table.list > tbody > tr td > p.btn:hover > a > img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6752%) hue-rotate(84deg) brightness(111%) contrast(101%);
  transition-duration: 0.5s;
}

main section.panel_columned > section.right form > ul > li div table.list > tfoot > tr > td {
  text-align: end;
}

main section.panel_columned > section.right form > ul > li div table.list > tfoot > tr td > a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}

main section.panel_columned > section.right form > ul > li div table.list > tfoot > tr td > a:hover {
  text-decoration: underline;
}

main section.panel_columned > section.right form > ul > li div table.list > tfoot > tr td > a > img {
  width: auto;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.two_step_verification {
  padding: 25px;
  border-radius: 5px;
  text-align: left;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgb(196 196 196);
}

div.two_step_verification + div.two_step_verification {
  margin-top: 25px;
}

div.two_step_verification.active {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(52, 157, 183, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(52, 157, 183, 1);
  box-shadow: 0px 0px 5px 0px rgba(52, 157, 183, 1);
}

div.two_step_verification > input[type="radio"]{
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

div.two_step_verification > p:not([class]) {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
}

div.two_step_verification > img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(24%) sepia(58%) saturate(345%) hue-rotate(152deg) brightness(94%) contrast(88%);
}

main section.panel_columned > section.right ul li > form > ul li > input + p:not([class]), main section.panel_columned > section.right ul li > form > ul li > datalist + p:not([class]) {
  margin: 5px 0 0 0;
  font-size: 13px;
}

main section.verification {
  padding: 100px 0;
}

main section.verification > h1 {
  margin-bottom: 25px;
}

main section.verification > form {
  width: 40%;
  margin: 0 auto;
}

main section.verification > form button[type='submit'] {
  width: 250px !important;
}

main section.verification > form ul li {
  display: block;
}

main section.verification > form ul li + li {
  margin-top: 15px;
}

main section.verification > form ul li p#refresh {
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  color: var(--blue);
}

main section.confirm {
  width: 1000px;
  margin: 150px auto 100px auto;
  padding: 0;
  text-align: center;
}

main section.confirm > h1, main section.confirm > h2 {
  margin: 15px 0 0 0;
  font-size: 20px;
}

main section.confirm > h3 {
  margin: 15px 0 0 0;
  font-size: 18px;
  font-weight: 400;
}

main section.confirm > p.btn {
  margin-top: 20px;
}

main section.confirm > p.btn + p.btn {
  margin-left: 15px;
}

main section.confirm > p.btn:first-of-type {
  background-color: var(--btn_blue);
}

main section.confirm > p.btn:last-of-type {
  background-color: var(--btn_orange);
}

main section.confirm > img {
  width: auto;
  height: 80px;
  vertical-align: middle;
}

main section.right ul.list {
  margin-top: 25px;
  padding: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: var(--white);
}

main section.right ul.list > li {
  display: block;
  width: 100%;
  padding: 10px 20px;
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  background-color: var(--white);
}

main section.right ul.list > li + li {
  margin-top: 25px;
}

main section.right ul.list li picture {
  display: inline-block;
  width: 30%;
  height: 200px;
  position: relative;
  border-radius: 5px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  vertical-align: middle;
  overflow: hidden;
  text-align:left;
  background-color: transparent;
}

main section.right ul.list li picture img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.right ul.list li picture + div {
  display: inline-block;
  width: 65%;
  margin: 0 0 0 5%;
  vertical-align: middle;
}

main section.right ul.list li > div h1, main section.right ul.list li > div h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

main section.right ul.list li > div span, main section.edit_profile_data > div > span {
  display: inline-block;
  width: 49%;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}

main section.right ul.list li div > p.btn {
  margin-top: 25px;
  background-color: var(--btn_orange);
}

main section.edit_profile_data > div > h1 + span, main section.edit_profile_data > div > h2 + span, main section.right ul.list li > div h1 + span, main section.right ul.list li > div h2 + span {
  margin-top: 20px;
}

main section.edit_profile_data > div > span + h1, main section.edit_profile_data > div > span + h2 {
  margin-top: 20px;
}

main section.right ul.list li > div > span.technical_support {
  width: 100%;
  margin: 0 0 20px 0;
  font-weight: 300;
}

main section.right ul.list li > div > span.technical_support > img {
  width: 20px;
  height: auto;
  margin-right: 5px;
  vertical-align: sub;
  filter: brightness(0) saturate(100%) invert(66%) sepia(91%) saturate(1405%) hue-rotate(327deg) brightness(100%) contrast(88%);
}

main section.right ul.list li > div span + span, main section.edit_profile_data > div > span + span {
  margin-left: 2%;
}

main section.right ul.list li > div span:last-of-type, main section.edit_profile_data > div > span:last-of-type {
  font-size: 16px;
  font-weight: 300;
}

main section.right ul.orders > li {
  padding: 10px 15px;
}

main section.right ul.orders > li > picture + p {
  display: inline-block;
  margin: 0 0 0 60px !important;
  vertical-align: sub;
}

main section.right ul.orders > li > picture + p + div {
  width: 89%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

main section.right ul.orders > li > picture {
  width: 6%;
  height: 55px;
  background-color: transparent;
}

main section.right ul.orders li picture img {
  width: auto;
  height: 100%;
}

main section.right ul.orders > li > div > ol {
  width: 80%;
  text-align: center;
  display: inline-block;
}

main section.right ul.orders > li > div > ol li {
  display: inline-block;
}

main section.right ul.orders > li > div > ol li + li {
  margin-left: 7px;
  padding-left: 7px;
  border-left-color: #ccc;
  border-left-style: solid;
  border-left-width: 1px;
  border-left: 1px solid #ccc;
}

main section.right ul.orders > li > div > span.price {
  display: inline-block;
  width: 20%;
  text-align:right;
  color: var(--blue);
  font-size: 15px;
}

main section.edit_profile_data > div > span > img {
  width: 20px;
  height: auto;
  margin-right: 5px;
  vertical-align: sub;
  filter: brightness(0) saturate(100%) invert(66%) sepia(91%) saturate(1405%) hue-rotate(327deg) brightness(100%) contrast(88%);
}

main section.right ul.list li > div span > b, main section.right ul.list li > div > p:not([class]) > b, main section.edit_profile_data > div > span > b {
  font-weight: 500;
  color: var(--black);
}

main section.right ul.list li > div > ol.star {
  margin-top: 20px;
}

main section.right ul.list li > div > ol.star li + li {
  margin-left: 10px;
}

main section.right ul.list li > div > ol.star li > img {
  width: 20px;
}

main section.right ul.list li > div > p:not([class]), main section.edit_profile_data > div > p:not([class]) {
  margin: 15px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}

main section.edit_profile_data > div > p:not([class]) + p.desc {
  margin-top: 30px;
}

main section.edit_profile_data > div > p:not([class]) + p.title {
  margin-top: 15px;
}

main section.edit_profile_data > div > p.title + p.desc {
  margin-top: 15px;
}

main section.edit_profile_data > div > p.desc + p.title {
  margin-top: 15px;
}

main section.right ul.list li > div > p.desc, main section.edit_profile_data > div > p.desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #707070;
}

main section.right ul.list li > div > ol.star + p.desc, main section.edit_profile_data > div > ol.star + p.desc {
  margin-top: 20px;
}

main section.right ul.list li > div > p:not([class]) + p.desc {
  margin-top: 15px;
}

main section.right ul.list li div ul + p.desc {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
}

main section.right ul.list > li > img.edit_menu {
  width: auto;
  height: 27px;
  padding: 10px;
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
}

main section.right ul.list > li > img.edit_menu:hover {

}

main section.right ul.list > li > ol.edit_menu {
  display: none;
  padding: 5px;
  position: absolute;
  top: 65px;
  right: -35px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid var(--border_gray);
  background-color: var(--main_bg_color);
}

main section.right ul.list > li > ol.edit_menu > li {
  transition-duration: 0.5s;
}

main section.right ul.list > li > ol.edit_menu > li:hover {
  border-radius: 3px;
  background-color: #707070;
  transition-duration: 0.5s;
}

main section.right ul.list > li > ol.edit_menu > li > a {
  display: block;
  padding: 10px 25px;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.right ul.list > li > ol.edit_menu > li > a img {
  width: 15px;
  height: auto;
  vertical-align: middle;
  transition-duration: 0.5s;
  filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7473%) hue-rotate(338deg) brightness(106%) contrast(100%);
}

main section.right ul.list > li > ol.edit_menu > li:hover > a img {
  transition-duration: 0.5s;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7459%) hue-rotate(16deg) brightness(121%) contrast(81%);
}

main section.edit_profile_data {
  margin-top: 15px;
  padding: 35px;
  background-color: var(--white);
}

main section.edit_profile_data > div {
  padding: 20px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  background-color: var(--white);
}

main section.edit_profile_data > div + div {
  margin-top: 25px;
}

main section.edit_profile_data > div > h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

main section.edit_profile_data div div > form > h1, main section.edit_profile_data div div > form > h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

main section.edit_profile_data div div > h2 {
  display: inline-block;
  width: 70%;
  margin: 0 0 15px 0 !important;
  font-size: 17px !important;
}

main section.edit_profile_data div div > h3 {
  display: inline-block;
  width: 30%;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  text-align: right;
}

main section.edit_profile_data div.lightGallery > p.title {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}

main section.edit_profile_data div div > p.desc {
  display: inline-block;
  width: 68%;
  margin: 0 0 0 2%;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  vertical-align: middle;
}

main section.edit_profile_data div div > picture {
  display: inline-block;
  width: 30%;
  height: 200px;
  position: relative;
  border-radius: 5px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  vertical-align: middle;
  overflow: hidden;
  text-align: left;
  background-color: transparent;
}

main section.edit_profile_data div div > picture img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
}

main section.edit_profile_data div div > picture > span {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  background-color: rgba(51, 51, 51, 0.5);
  transition-duration: 0.5s;
}

main section.edit_profile_data div div > picture:hover > span {
  display: block;
  transition-duration: 0.5s;
}

main section.edit_profile_data div div > picture > span i {
  margin-top: 85px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(204deg) brightness(108%) contrast(101%);
}

main section.edit_profile_data div div ol.star {
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgb(196 196 196);
}

main section.edit_profile_data div div ol.star li {
  cursor: pointer;
}

main section.edit_profile_data div div > form > label {
  display: block;
  margin: 25px 0 10px 0;
  font-size: 15px;
  font-weight: 500;
}

main section.edit_profile_data div div > form textarea {
  display: block;
  width: 100%;
  height: 100px;
  min-height: 120px;
  max-height: 200px;
  padding: 10px;
  outline: none;
  border: none;
  border-radius: 5px;
  resize: vertical;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgb(196 196 196);
}

main section.edit_profile_data div div > form div.notification {
  display: block;
  margin-top: 25px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #ccdbdb;
}

main section.edit_profile_data div div > form div.notification > img {
  width: 18px;
  height: auto;
  margin-right: 10px;
  vertical-align: sub;
}

main section.edit_profile_data div div > form button {
  margin-top: 25px;
  padding: 10px 30px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  color: #fff;
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.edit_profile_data div div > form button:hover {
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.edit_profile_data div div > form > aside {
  margin-top: 15px;
}

main section.edit_profile_data > div.lightGallery > picture {
  width: 100%;
  height: 400px;
  margin-top: 25px;
  cursor: pointer;
  border-radius: 5px;
}

main section.edit_profile_data > div.lightGallery > picture.answer {
  width: 30%;
  height: 200px;
  margin: 0;
}

main section.edit_profile_data > div > picture.answer + p.answer_desc {
  margin-left: 5%;
}

main section.edit_profile_data > div > h3 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}

main section.edit_profile_data > div > p.answer_desc {
  display: inline-block;
  width: 65%;
  margin: 0;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #707070;
}

main section.edit_profile_data > div.lightGallery > picture > span.overlay {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 10;
  opacity: 1;
  overflow: hidden;
  text-align: center;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.7);
}

main section.edit_profile_data > div.lightGallery > picture:hover > span.overlay {
  height: 100%;
  bottom: 0;
}

main section.edit_profile_data > div.lightGallery > picture > span.overlay > img {
  width: 50px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(49deg) brightness(94%) contrast(110%);
}

main section.edit_profile_data > div > picture {
  display: inline-block;
  width: 30%;
  height: 200px;
  position: relative;
  border-radius: 5px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  vertical-align: top;
  overflow: hidden;
  text-align:left;
  background-color: var(--main_bg_color);
}

main section.edit_profile_data > div > picture > img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.edit_profile_data > div > picture + div {
  display: inline-block;
  width: 65%;
  margin: 0 0 0 5%;
}

main section.edit_profile_data div div > form > span {
  display: inline-block;
  width: 49%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}

main section.edit_profile_data div div > form > span + span {
  margin-left: 2%;
}

main section.edit_profile_data div div > form > span:last-of-type {
  font-weight: 300;
}

main section.edit_profile_data div div > form > span > b {
  font-weight: 500;
  color: var(--black);
}

main section.edit_profile_data div div > form > ol.star li + li {
  margin-left: 10px;
}

main section.edit_profile_data div div > form > ol.star li > img {
  width: 20px;
}

main section.panel_columned > section.right > section.edit_profile_data + h1, main section.panel_columned > section.right > section.edit_profile_data + h2 {
  margin-top: 35px;
}

main section.payment_columned {
  padding: 50px 0;
  position: relative;
  text-align: center;
  background-color: var(--main_bg_color);
}

main section.payment_columned > aside {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.payment_columned h1, main section.payment_columned h2 {
  width: 1300px;
  margin: 0 auto 25px auto;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
}

main section.payment_columned > section.left, main section.payment_columned > section.right {
  display: inline-block;
  padding: 25px;
  vertical-align: top;
  text-align: left;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  background-color: var(--white);
}

main section.payment_columned > section.left {
  width: 400px;
}

main section.payment_columned > section.left > h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

main section.payment_columned > section.left > ul {

}

main section.payment_columned > section.left > ul li {
  padding: 25px 0;
}

main section.payment_columned > section.left > ul li:last-of-type {
  padding-bottom: 0;
}

main section.payment_columned > section.left > ul li + li {
  border-top: 1px solid var(--black);
}

main section.payment_columned > section.left > ul li > p.desc {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
}

main section.payment_columned > section.left > ul li > p:not([class]) {
  margin: 0;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

main section.payment_columned > section.left > ul li > p:not([class]) > span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

main section.payment_columned > section.left > ul li > p:not([class]) > span:not([class]) {
  width: 70%;
}

main section.payment_columned > section.left > ul li > p:not([class]) > span.price {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  color: var(--blue);
}

main section.payment_columned > section.left > ul li > p.btn {
  width: 100%;
  text-align: center;
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.payment_columned > section.left > ul li > p.btn:hover {
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.payment_columned > section.left + section.right {
  margin-left: 50px;
}

main section.payment_columned > section.right {
  width: 850px;
}

main section.payment_columned > section.right form > h3 {
  margin: 0 0 25px 0;
  font-size: 20px;
  font-weight: 600;
}

main section.payment_columned > section.right form > ul {
}

main section.payment_columned > section.right form > ul li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

main section.payment_columned > section.right form > ul li.full_width {
  width: 100%;
  margin-left: 0;
}

main section.payment_columned > section.right form > ul li + li {
  margin-left: 2%;
}

main section.payment_columned > section.right form > ul li:nth-child(2n+3) {
  margin-left: 0;
}

main section.payment_columned > section.right form > ul li:nth-child(n+3) {
  margin-top: 20px;
}

main section.payment_columned > section.right form > ul li > input, main section.payment_columned > section.right form > ul li > select, main section.payment_columned > section.right form > ul li > textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--border_gray);
  outline: none;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

main section.payment_columned > section.right form > ul li > input.warn, main section.payment_columned > section.right form > ul li > select.warn {
  border-color: var(--btn_orange);
  color: var(--btn_orange)
}

main section.payment_columned > section.right form > ul li > select[name="pay_period"] {
  background-position: 98% 50%;
}

main section.payment_columned > section.right form > ul li > select {
  padding-right: 25px;
}

main section.payment_columned > section.right form > ul li > textarea {
  height: 100px;
  min-height: 100px;
  max-height: 170px;
  resize: vertical;
}

main section.payment_columned > section.right form > ul li.full_width > div.check_dns > p {
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: 400;
}

main section.payment_columned > section.right form > ul li.full_width > div.check_dns > p.result > a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--black);
}

main section.payment_columned > section.right form > ul li.full_width > div.check_dns > p.check > a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
  color: var(--white);
  background-color: var(--blue);
  transition-duration: 0.5s;
}

main section.payment_columned > section.right form > ul li.full_width > div.check_dns > p.check > a:hover {
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.payment_columned > section.right form > ul + h3 {
  margin-top: 25px;
}

main section.payment_columned > section.right form > ul li > select.date {
  width: 49%;
}

main section.payment_columned > section.right form > ul li > select.date + select {
  margin-left: 2%;
}

main section.payment_columned > section.right form > ul li > label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

main section.payment_columned > section.right form > ul li > label.invalid_card {
  margin-top: 10px;
  color: var(--btn_orange);
}

main section.payment_columned > section.right form > ul li > label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  vertical-align: sub;
  cursor: pointer;
}

main section.payment_columned > section.right form > span {
  display: block;
  margin-top: 25px;
  text-align: left;
}

main section.payment_columned > section.right form > span button[type="submit"] {
  padding: 15px 60px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  border: none;
  background-color: var(--btn_blue);
  color: var(--white);
  transition-duration: 0.5s;
}

main section.payment_columned > section.right form > span button[type="submit"]:hover {
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.payment_columned > section.right form > aside {
  margin-top: 16px;
  text-align: left;
}

label + label.switch {
  margin-top: 10px;
}

label.switch {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 35px;
}

label.switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

label.switch > span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background-color: var(--border_gray);
  border-radius: 35px;
  transition: 0.4s;
}

label.switch > span::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: white;
  transition: 0.4s;
}

label.switch > input:checked + span {
  background-color: var(--blue);
}

label.switch > input:checked + span::before {
  transform: translateX(26px);
}

form.recovery > ul {
  display: inline-block;
  margin-top: 50px;
}

form.recovery > ul li label {
  margin-right: 10px;
}

form.recovery > ul li input {
  width: 300px;
  padding: 10px;
  border-radius: 5px;
  border: none;
  outline-color: var(--btn_orange);
  -webkit-box-shadow: 0px 0px 3px 0px rgb(196 196 196);
  -moz-box-shadow: 0px 0px 3px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 3px 0px rgb(196 196 196);
}

form.recovery > button {
  display: inline-block;
  margin-left: 25px;
  padding: 10px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  color: var(--white);
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

form.recovery > button:hover {
  background-color: var(--blue);
  transition-duration: 0.5s;
}

footer {
  background-color: var(--black);
}

footer > section {
  width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  background-color: transparent !important;
}

footer > section > a#logo {
  display: block;
}

footer > section > a#logo img {
  width: 150px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(50deg) brightness(107%) contrast(101%);
}

footer > section > ul.smm {
  margin-top: 35px;
}

footer > section > ul.smm > li {
  display: inline-block;
  cursor: pointer;
}

footer > section > ul.smm > li + li {
  margin-left: 30px;
}

footer > section > ul.smm > li > img {
  width: auto;
  height: 20px;
  vertical-align: middle;
  transition-duration: 0.5s;
}

footer > section > ul.smm > li:hover > img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(259deg) brightness(104%) contrast(101%);
  transition-duration: 0.5s;
}

footer > section > ul.contact {
  margin-top: 35px;
}

footer > section > ul.contact > li {
  display: inline-block;
}

footer > section > ul.contact > li:first-of-type {
  text-align: left;
}

footer > section > ul.contact > li + li {
  margin-left: 50px;
}

footer > section > ul.contact > li a img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(50deg) brightness(107%) contrast(101%);
}

footer > section > ul.contact > li a p {
  display: inline-block;
  margin: 0 0 0 10px;
  text-align: left;
  font-size: 15px;
  color: #c4c4c4;
  vertical-align: middle;
  transition-duration: 0.5s;
}

footer > section > ul.contact > li a:hover p {
  text-decoration: underline;
  color: var(--white);
  transition-duration: 0.5s;
}

footer > section > ul.contact > li a p.pin {
  width: 50%;
}

footer > section > nav {
  margin-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #707070;
}

footer > section > nav > ul {

}

footer > section > nav > ul > li {
  display: inline-block;
  padding: 0 10px;
}

footer > section > nav > ul > li + li {
  border-left: 1px solid #707070;
}

footer > section > nav > ul > li > a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #707070;
  transition-duration: 0.5s;
}

footer > section > nav > ul > li:hover > a {
  color: var(--white);
  transition-duration: 0.5s;
}

footer > section > ul.copyright {
  padding-top: 35px;
}

footer > section > ul.copyright > li {
  display: inline-block;
  width: 50%;
}

footer > section > ul.copyright > li > p {
  margin: 0;
  text-align: start;
  font-size: 13px;
  font-weight: 300;
  color: #707070;
}

footer > section > ul.copyright > li > a {
  display: block;
  text-align: end;
}

footer > section > ul.copyright > li > a img {
  width: 150px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%) hue-rotate(7deg) brightness(100%) contrast(99%);
}

ul#langs {
  display: none;
  width: 135px;
  position: fixed;
  z-index: 1000;
  top: 80px;
  border-radius: 5px;
  background-color: var(--btn_blue);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 1);
  transition-duration: 0.5s;
}

ul#langs li {
  display: block;
  text-align: center;
}

ul#langs li + li {
  border-top: 1px solid #7b7b7b;
}

ul#langs li a {
  display: block;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 300;
  color: var(--white);
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition-duration: 0.5s;
}

ul#langs li a:hover {
  background-color: var(--blue);
  transition-duration: 0.5s;
}

ul#langs li:first-of-type a:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

ul#langs li:last-of-type a:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

ul#langs li a > img {
  width: 25px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

section.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10000;
  background-color: rgba(51, 51, 51, 0.7) !important;
}

section.modal > section {
  width: 700px;
  max-height: 630px;
  margin: 0 auto;
  padding: 60px 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 15px;
  border: 1px solid var(--black)839;
  background-color: var(--white);
  overflow-y: scroll;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

section.modal > section::-webkit-scrollbar {
  width: 15px;
}

section.modal > section::-webkit-scrollbar-track {
  background-color: var(--main_bg_color);
  border-radius: 0 100px 100px 0;
}

section.modal > section::-webkit-scrollbar-thumb {
  background-color: var(--border_gray);
  border-radius: 0 100px 100px 0;
}

section.modal > section > h1, section.modal > section > h2 {
  margin: 0 0 25px 0;
  font-size: 22px;
  font-weight: 600;
}

section.modal section img#close {
  width: 20px;
  height: auto;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}

section.modal section img.modal_warn {
  width: 50px;
  height: auto;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.modal section img.modal_warn + * {
  margin: 60px 0 0 0;
  text-align: center;
}

section.modal section img.loading {
  width: 70px;
  height: auto;
  cursor: default;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.modal section p:not([class]) {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--btn_blue);
}

section.modal section p:not([class]) > b {
  color: var(--warn);
}

section.modal section div.warn + p {
  margin-top: 25px;
}

section.modal section h4 {
  margin: 25px 0 0 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--btn_blue);
}

section.modal section label {
  display: table;
  font-size: 14px;
  cursor: pointer;
  color: var(--btn_blue);
}

section.modal section label:hover {
  text-decoration: underline;
}

section.modal section label > input {
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  cursor: pointer;
  accent-color: var(--btn_blue);
}

section.modal section aside {
  margin-top: 15px;
  font-size: 13px;
}

section.modal section ul {
  padding: 0 0 0 20px;
}

section.modal section ul > li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

section.modal section ul > li + li {
  margin-top: 10px;
}

section.modal section p.cancel {
  background-color: var(--warn);
}

section.modal section p.confirm {
  background-color: var(--blue);
}

section.modal section p.btn {
  margin-top: 25px;
}

section.modal section p.btn + p.btn {
  margin-left: 15px;
}

section.modal > section > h3 {
  margin: 0 0 15px 0;
  font-size: 15px;
  font-weight: 400;
}

section.modal > section > form {
  text-align: center;
}

section.modal > section > form ul {
  text-align: left;
}

section.modal > section > form ul > li {

}

section.modal > section > form ul > li + li {
  margin-top: 20px;
}

section.modal > section > form ul > li:not([class]) > label {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

section.modal > section > form ul > li > input[type="text"], section.modal > section > form ul > li > textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--border_gray);
  outline: none;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

section.modal > section > form ul > li > textarea {
  height: 150px;
  min-height: 150px;
  max-height: 200px;
  resize: vertical;
  vertical-align: top;
}

section.modal > section > form ul > li > h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

section.modal > section > form ul > li > p:not([class]) {
  margin: 15px 0 0 0;
  font-size: 14px;
  font-weight: 400;
}

section.modal > section > form ul > li > input[type="file"] {
  width: 100%;
  margin-top: 15px;
  padding: 10px 20px;
  color: var(--white);
  background-color: #666FFF;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

section.modal > section > form ul > li.confirmation > label {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}

section.modal > section > form ul > li.confirmation > label + label {
  margin-top: 10px;
}

section.modal > section > form ul > li.confirmation > label input[type="checkbox"] {
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  margin: 0;
}

section.modal > section > form#evaluation ul > li > ol.star > li > img {
  width: 30px;
  cursor: pointer;
}

section.modal > section > form#evaluation ul > li > ol.star > li + li {
  margin-left: 10px;
}

section.modal > section > form > button[type="submit"] {
  width: 100%;
  margin-top: 25px;
  padding: 15px 30px;
  border: none;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

section.modal > section > form > button[type="submit"]:hover {
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

section.modal > section > form > button[type="submit"] + aside {
  margin-top: 10px;
  text-align: start;
}

section.modal > section > details {
  border: 1px solid var(--border_gray);
  border-bottom: none;
  background-color: var(--main_bg_color);
}

section.modal > section > details + details {
  border-top: 1px solid var(--main_bg_color);
}

section.modal > section > details > summary {
  padding: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  color: var(--white);
  background-color: var(--border_gray);
  list-style-type: none;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  background-image: url(/images/svg/arrow_lines.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 20px top 30px;
}

section.modal > section > details[open] > summary {
  background-image: url(/images/svg/line.svg);
}


section.modal > section > details > summary::-webkit-details-marker {
  display: none;
}

section.modal > section > details > h4 {
  margin: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--btn_blue);
}

section.modal > section > details > ol {
  margin: 0 15px;
  padding: 30px 15px;
  background-color: var(--white);
}

section.modal > section > details > ol > li {
  display: block;
  position: relative;
  padding: 10px 20px;
  text-align: left;
  background-color: #abbaba;
}

section.modal > section > details > ol > li + li {
  margin-top: 15px;
}

section.modal > section > details > ol > li:nth-child(even) {
  background-color: #ccdbdb;
}

section.modal > section > details > ol > li:first-of-type {
  text-align: center;
  background-color: transparent;
}

section.modal > section > details > ol > li:last-of-type {
  text-align: center;
  font-size: 16px;
  color: var(--white);
  background-color: var(--btn_blue);
}

section.modal > section > details > ol > li > h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

section.modal > section > details > ol > li img {
  width: 17px;
  height: auto;
  vertical-align: middle;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.modal > section > details > ol > li p {
  padding-left: 30px;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}

section.modal > section > details > span.price {
  font-size: 15px;
}

section.modal > section > details > p.btn {
  display: block;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

section.modal > section > details > p.btn > a {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  cursor: pointer;
  color: var(--white);
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

section.modal > section > details > p.btn > a:hover {
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

section.modal > section > section.upgrade_content {
  padding: 25px 25px 0 25px;
}

section.modal > section > section.upgrade_content > h1, section.modal > section > section.upgrade_content > h2 {
  display: inline-block;
  width: 65%;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

section.modal > section > section.upgrade_content > button {
  display: inline-block;
  width: 35%;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: var(--white);
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

section.modal > section > section.upgrade_content > p {
  margin: 25px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  color: #707070;
}

section.modal > section > section.upgrade_content > button:hover {
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

section.modal > section > section.upgrade_content > button + table {
  margin-top: 15px;
}

section.modal > section > section.upgrade_content > table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
}

section.modal > section > section.upgrade_content > table tr {
  border-bottom: 1px solid var(--border_gray);
}

section.modal > section > section.upgrade_content > table > thead > tr th {
  padding: 15px 0;
  font-size: 15px;
  font-weight: 500;
}

section.modal > section > section.upgrade_content > table > tbody {
  padding: 15px 0;
  text-align: center;
}

section.modal > section > section.upgrade_content > table > tbody > tr td {
  padding: 15px 0;
}

section.modal > section > section.upgrade_content > table > tbody > tr td > button {
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: var(--white);
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

section.modal > section > section.upgrade_content > table > tbody > tr td > button:hover {
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}
