: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 {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
}

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

select {
  background-image: url(/images/svg/arrow_bottom.svg);
  background-size: 10px;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

.font {
  font-weight: 600;
}

.hidden {
  display: none;
}

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

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

.line {

}

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

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

.full_width {
  width: 100% !important;
  text-align: center;
}

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

aside {
  display: none;
  font-size: 13px;
  font-weight: 400;
}

main.jq_interact {

}

main.jq_interact > div.loading_div {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
  text-align: center;
}

main.jq_interact > div.loading_div > img.loading {
  display: inline-block;
  width: 250px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
}

p.btn {
  display: inline-block;
  margin: 0;
  padding: 0;
}

p.btn > a {
  display: block;
  padding: 15px 30px;
  font-size: 13px;
  color: var(--white);
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

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);
}

.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);
}

input[type="checkbox"] {
  margin: 0;
  width: 17px;
  height: 17px;
  vertical-align: sub;
  cursor: pointer;
  accent-color: var(--btn_blue);
}

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: 20px;
  cursor: pointer;
  vertical-align: middle;
  background-image: url("/images/svg/arrow_bottom.svg");
  background-size: 13px;
  background-position: 32px 10px;
  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 7px;
  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;
}

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: 91px;
}

main section.background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

main section.remaining {
  background-size: cover;
  background-attachment: fixed;
}

main section.features {
  padding: 50px 0;
  text-align: center;
}

main section.features > section {
  width: 1300px;
  margin: 0 auto;
  padding: 50px;
  color: var(--white);
  background-color: var(--black);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

main section > h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 300;
}

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

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

main section > h3 + ul.features {
  margin-top: 50px;
}

main section > h3 + p.btn {
  margin-top: 50px;
}

main section > h1, main section > h2 {
  width: 60%;
  margin: 0 auto;
  font-size: 46px;
}

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

main section > h1 + ul.features, main section > h2 + ul.features {
  margin-top: 50px;
}

main section.features ul.features {
  text-align: left;
}

main section.features ul.features > li {
  display: block;
  padding-left: 25px;
  position: relative;
}

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

main section.features ul.features > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 5px;
  left: 0;
  border-radius: 15px;
  background-color: var(--white);
}

main section.features ul.features > li > h3 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
}

main section.features ul.features > li > p {
  width: 80%;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
  color: #c2c2c2;
}

main section.features ul.features > li h3 + p {
  margin-top: 25px;
}

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

main section.features > section > ul + p.btn {
  margin-top: 50px;
}

main section.features > section > p.btn {
  border: 1px solid var(--border_gray);
  transition-duration: 0.5s;
}

main section.features > section > p.btn:hover {
  border-color: var(--btn_blue);
  background-color: var(--btn_blue);
}

main section.advantages {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

main section.advantages > section.columned {
  width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

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

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

main section.advantages ul.advantages > li > span {
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  position: absolute;
  top: -6px;
  text-align: center;
  border-radius: 50%;
  background-color: #abbaba;
}

main section.advantages ul.advantages > li span > p {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  font-size: 25px;
  font-weight: 600;
  color: var(--white);
}

main section.advantages ul.advantages > li > h3 {
  margin: 50px 0 0 0;
  padding-left: 60px;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}

main section.advantages ul.advantages > li > h3 + p.desc {
  margin-top: 25px;
}

main section.advantages ul.advantages > li > p.desc {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
}

main section.advantages ul.advantages > li > p:not([class]) {
  margin: 25px 0 0 0;
  line-height: 1.5em;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #707070;
}

main section.advantages ul.advantages > li > p:not([class]) + h4 {
  margin-top: 35px;
}

main section.advantages ul.advantages > li > h4 {
  margin: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

main section.advantages ul.advantages > li > ol {
  margin-top: 25px;
}

main section.advantages ul.advantages > li > ol > li {
  width: 23.5%;
  height: 370px;
  margin: 35px 0 0 0;
  display: inline-block;
  vertical-align: top;
  transition-duration: 0.5s;
}

main section.advantages ul.advantages > li > ol > li + li {
  margin-left: 2%;
}

main section.advantages ul.advantages > li > ol > li:hover {
  margin-top: 0;
  -webkit-box-shadow: 0px 5px 12px 2px rgba(66, 68, 90, 0.54);
  -moz-box-shadow: 0px 5px 12px 2px rgba(66, 68, 90, 0.54);
  box-shadow: 0px 5px 12px 2px rgba(66, 68, 90, 0.54);
}

main section.advantages ul.advantages > li > ol > li a {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: block;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

main section.advantages ul.advantages > li > ol > li picture {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  vertical-align: middle;
  overflow: hidden;
  text-align:left;
}

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

main section.advantages > section.columned p.btn {
  width: 230px;
  margin-top: 50px;
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

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

main section.filler_parallax {
  position: relative;
  padding: 50px 0;
  text-align: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: var(--white);
}

main section.filler_parallax::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

main section.filler_parallax > section {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

main section.filler_parallax > section h3 + p:not([class]) {
  margin-top: 50px;
}

main section.filler_parallax > section h1 + p:not([class]), main section.filler_parallax > section h2 + p:not([class]) {
  margin-top: 50px;
}

main section.filler_parallax > section p:not([class]) {
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  color: var(--border_gray);
}

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

main section.evidence {
  background-color: var(--main_bg_color);
}

main section.evidence > section {
  width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

main section.evidence ul.evidence {
  margin: 100px 0 0 0;
}

main section.evidence ul.evidence > li {
  width: 17.6%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
}

main section.evidence ul.evidence > li + li {
  margin: 0 0 0 3%;
}

main section.evidence ul.evidence > li:nth-child(n+6) {
  margin-top: 50px;
}

main section.evidence ul.evidence > li:nth-child(5n+1) {
  margin-left: 0;
}

main section.evidence ul.evidence > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--black);
  transition-duration: 0.5s;
}

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

main section.evidence ul.evidence > li picture {
  display: inline-block;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 15px 30px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  background-color: var(--white);
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -webkit-box-shadow: 8px 8px 10px -3px rgba(196, 196, 196, 1);
  -moz-box-shadow: 8px 8px 10px -3px rgba(196, 196, 196, 1);
  box-shadow: 8px 8px 10px -3px rgba(196, 196, 196, 1);
}

main section.evidence ul.evidence > li:nth-child(odd) picture {
  background-color: #abbaba;
}

main section.evidence ul.evidence > li picture img {
  width: 70%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.evidence ul.evidence > li > a h4 {
  margin: 25px 0 0 0;
  font-size: 16px;
  font-weight: 500;
}

main section.packages {
  padding: 50px 0;
  background: rgb(244,244,244);
  background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 20%, rgba(255,255,255,1) 20%);
}

main section.packages > section {
  width: 1300px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(196, 196, 196, 1);
  -moz-box-shadow: 0px 0px 10px 4px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 10px 4px rgba(196, 196, 196, 1);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  background-color: var(--white);
}

main section.packages ul.packages {
  margin: 25px 0 0 0;
}

main section.packages ul.packages > li, ul.packages > li {
  width: 32%;
  display: inline-block;
  margin-top: 35px;
  border: 1px solid var(--border_gray);
  vertical-align: top;
  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.packages ul.packages > li:hover, ul.packages > li:hover, ul.packages > li.active {
  margin-top: 0;
  transition-duration: 0.5s;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(196, 196, 196, 1);
  -moz-box-shadow: 0px 0px 10px 4px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 10px 4px rgba(196, 196, 196, 1);
}

ul.packages > li + li {
  margin-left: 2%;
}

ul.packages > li > ol {
  margin: 0 15px;
  padding: 30px 15px;
  background-color: var(--white);
}

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

ul.packages > li > ol > li:nth-child(even) {
  background-color: #ccdbdb;
}

ul.packages > li > ol > li:first-of-type {
  background-color: transparent;
}

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

ul.packages > li h2 {
  margin: 0;
  padding: 25px 0;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  color: var(--white);
  background-color: var(--border_gray);
  transition-duration: 0.5s;
}

ul.packages > li:hover h2 {
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

ul.packages > li.active h2 {
  background-color: var(--btn_orange);
}

ul.packages > li h3 {
  margin: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--btn_blue);
}

ul.packages > li > ol > li:first-child {
  text-align: center;
}

ul.packages > li > ol > li:first-child h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

ul.packages > li > ol > li + li {
  margin-top: 15px;
}

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

ul.packages > li > 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%);
}

ul.packages > li > p.btn_package {
  display: block;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.packages > li > p.btn_package > a {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  color: var(--white);
  background-color: var(--border_gray);
  transition-duration: 0.5s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.packages > li:hover > p.btn_package > a {
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

ul.packages > li > button[type='button'] {
  width: 383px;
  margin: 15px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  color: var(--white);
  background-color: #c4c4c4;
  -webkit-box-shadow: 0 0 36px 0 #e0e0e0;
  -moz-box-shadow: 0 0 36px 0 #e0e0e0;
  box-shadow: 0 0 36px 0 #e0e0e0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition-duration: 0.5s;
}

ul.packages > li:hover > button[type='button'], ul.packages > li.active > button[type='button'] {
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.themes_list {
  padding: 50px 0;
  text-align: center;
  background-color: #f4f4f4;
  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.themes_list > section {
  display: inline-block;
}

main section.themes_list > section.left {
  width: 300px;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: left;
  background-color: var(--white);
}

main section.themes_list > section.left > form {
  padding: 25px;
}

main section.themes_list > section.left > form ul {

}

main section.themes_list > section.left > form ul li {

}

main section.themes_list > section.left > form ul li > h1, main section.themes_list > section.left > form ul li > h2 {
  margin: 0 0 20px 0;
  font-size: 15px;
  font-weight: 700;
}

main section.themes_list > section.left > form ul li > span {
  display: block;
  max-height: 250px;
  overflow-y: auto;
}

main section.themes_list > section.left > form ul li > span::-webkit-scrollbar {
  width: 7px;
}

main section.themes_list > section.left > form ul li > span::-webkit-scrollbar-track {
  background-color: var(--main_bg_color);
  border-radius: 100px;
}

main section.themes_list > section.left > form ul li > span::-webkit-scrollbar-thumb {
  background-color: var(--btn_blue);
  border-radius: 100px;
}

main section.themes_list > section.left > form ul li > button + span {
  margin-top: 15px;
}

main section.themes_list > section.left > form ul li + li {
  margin-top: 50px;
}

main section.themes_list > section.left > form ul li span h1, main section.themes_list > section.left > form ul li span h2 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: var(--black);
}

main section.themes_list > section.left > form ul li input[type="search"] {
  display: inline-block;
  width: 80%;
  height: 35px;
  padding: 8px;
  border: 1px solid #707070;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  font-size: 12px;
  vertical-align: middle;
  outline: none;
}

main section.themes_list > section.left > form ul li button[type="submit"] {
  display: inline-block;
  width: 20%;
  height: 35px;
  padding: 8px 15px;
  border: 1px solid var(--btn_blue);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  vertical-align: middle;
  cursor: pointer;
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.themes_list > section.left > form ul li button[type="submit"]:hover {
  border-color: var(--blue);
  color: var(--white);
  background-color: var(--blue);
  transition-duration: 0.5s;
}

main section.themes_list > section.left > form ul li button[type="submit"] > img {
  width: auto;
  height: 15px;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(284deg) brightness(109%) contrast(100%);
}

main section.themes_list > section.left > form ul li span label {
  display: block;
  padding: 0 10px 0 0;
  position: relative;
  font-size: 13px;
  cursor: pointer;
}

main section.themes_list > section.left > form ul li span label + label {
  margin-top: 15px;
}

main section.themes_list > section.left > form ul li span label > input[type="checkbox"] {
  margin: 0 5px 0 0;
}

main section.themes_list > section.left > form ul li span label > span.counter {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--blue);
}

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

main section.themes_list > section.right {
  width: 950px;
  text-align: left;
}

main section.themes_list > section.right > aside.no_result {
  padding: 15px;
  border-radius: 5px;
  font-size: 12px !important;
  color: var(--warn);
  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.themes_list > section.right > ul {

}

main section.themes_list > section.right > ul > 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;
  background-color: var(--white);
}

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

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

main section.themes_list > section.right > ul > li > img.lock {
  height: 25px;
  left: 30px;
  filter: brightness(0) saturate(100%) invert(57%) sepia(52%) saturate(384%) hue-rotate(358deg) brightness(97%) contrast(84%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

main section.themes_list > section.right > ul > 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.themes_list > section.right > ul > li > p:not([class]) + ol.star {
  margin-top: 15px;
}

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

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

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

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

main section.themes_list > section.right > ul > li > p.btn a {
  padding: 10px 30px;
  color: var(--white);
  font-weight: 500;
  transition-duration: 0.5s;
}

main section.themes_list > section.right > ul > li > p.btn {
  width: 100%;
  border-radius: 5px;
  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.themes_list > section.right > ul > li > p.btn:hover {
  border: 1px solid var(--btn_blue);
  background-color: var(--white);
  transition-duration: 0.5s;
}

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

main section.themes_list > section.right > * + div.paginate {
  margin: 20px auto 0 auto;
}

main section.themes_list > section.right > div.paginate {
}

main section.themes_list > section.right > div.paginate > ul.pages_nums {
  display: inline-block;
  width: 60%;
  text-align: left;
}

main section.themes_list > section.right > div.paginate > ul.pages_nums > li {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--white);
  transition-duration: 0.5s;
  -webkit-box-shadow: 0px 0px 1px 0px rgb(196 196 196);
  -moz-box-shadow: 0px 0px 1px 0px rgba(196, 196, 196, 1);
  box-shadow: 0px 0px 1px 0px rgb(196 196 196);
}

main section.themes_list > section.right > div.paginate > ul.pages_nums > li.current {
  padding: 7px 10px;
  color: var(--white);
  background-color: var(--btn_blue);
}

main section.themes_list > section.right > div.paginate > ul.pages_nums > li + li {
  margin-left: 10px;
}

main section.themes_list > section.right > div.paginate > ul.pages_nums > li > a {
  display: block;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
  transition-duration: 0.5s;
}

main section.themes_list > section.right > div.paginate > ul.pages_nums > li:not([class]):hover > a {
  color: var(--white);
  transition-duration: 0.5s;
}

main section.themes_list > section.right > div.paginate > ul.pages_nums > li:not([class]):hover {
  background-color: var(--blue);
  transition-duration: 0.5s;
}

main section.themes_list > section.right > div.paginate > ul.pages_nums + p:not([class]) {
  width: 40%;
}

main section.themes_list > section.right > div.paginate > p:not([class]) {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
}

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

main section.themes_detail > section.columned {
  width: 1300px;
  margin: 0 auto;
}

main section.themes_detail > section.columned > h1, main section.themes_detail > section.columned > h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

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

main section.themes_detail > section.columned > h1 + ul.about_product, main section.themes_detail > section.columned > h2 + ul.about_product {
  margin-top: 35px;
}

main section.themes_detail > section.columned > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  color: var(--black);
}

main section.themes_detail > section.columned > h3 + ul.about_product {
  margin-top: 35px;
}

main section.themes_detail > section.columned > ul.about_product {
  margin-bottom: 35px;
}

main section.themes_detail > section.columned > ul.about_product > li {
  display: inline-block;
  font-size: 14px;
}

main section.themes_detail > section.columned > ul.about_product > li + li {
  margin-left: 60px;
}

main section.themes_detail > section.columned > ul.about_product > li > ol.star {
  margin-right: 5px;
}

main section.themes_detail > section.columned > ul.about_product > li > ol.star > li:last-of-type {
  margin-left: 7px;
}

main section.themes_detail > section.columned > ul.about_product > li > img {
  width: 20px;
  height: auto;
  margin-right: 15px;
  vertical-align: middle;
}

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

main section.themes_detail > section.columned > ul.about_product > li > img.shopping_cart {
  filter: brightness(0) saturate(100%) invert(60%) sepia(82%) saturate(3911%) hue-rotate(97deg) brightness(94%) contrast(69%);
}

main section.themes_detail > section.columned > ul.about_product > li > img.lock {
  filter: brightness(0) saturate(100%) invert(57%) sepia(52%) saturate(384%) hue-rotate(358deg) brightness(97%) contrast(84%);
}

main section.themes_detail > section.columned > section.left {
  display: inline-block;
  width: 750px;
}

main section.themes_detail > section.columned > section.left > ul.tabs {
  text-align: center;
}

main section.themes_detail > section.columned > section.left > ul.tabs > li {
  display: inline-block;
  width: 182.5px;
  padding: 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--black);
  background-color: var(--btn_green);
}

main section.themes_detail > section.columned > section.left > ul.tabs > li + li {
  margin-left: 5px;
}

main section.themes_detail > section.columned > section.left > ul.tabs > li.active + li {
  margin-left: 10px;
}

main section.themes_detail > section.columned > section.left > ul.tabs > li.active:last-of-type {
  margin-left: 10px;
}

main section.themes_detail > section.columned > section.left > ul.tabs > li.active {
  padding: 19px 15px 22px 15px;
  color: var(--blue);
  background-color: var(--white);
}

main section.themes_detail > section.columned > section.left > ul.product {
  padding: 25px;
  position: relative;
  background-color: var(--white);
}

main section.themes_detail > section.columned > section.left > ul.product > li {
  display: none;
}

main section.themes_detail > section.columned > section.left > ul.product > li.active {
  display: block;
}

ul.owl-carousel {
  width: 100%;
  height: 450px;
  position: relative;
}

ul.owl-carousel li {
  display: inline-block;
  width: 100%;
  height: 100%;
}

div.owl-nav {
  display: block !important;
  width: 100%;
  position: absolute;
  top: 37%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.owl-nav button {
  position: absolute;
}

div.owl-nav > button.owl-prev {
  left: 10px;
}

div.owl-nav > button.owl-next {
  right: 10px;
}

div.owl-nav button > span {
  display: inline-block;
  font-size: 75px;
  color: var(--white);
}

main section.themes_detail > section.columned > section.left > ul.product li > picture, ul.answers > li > div > picture {
  display: block;
  width: 100%;
  height: 450px;
  background-color: var(--main_bg_color);
  position: relative;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

main section.themes_detail > section.columned > section.left > ul.product li > picture img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main section.themes_detail > section.columned > section.left > ul.product > li > p {
  margin: 25px 0 0 0;
  text-align: right;
}

main section.themes_detail > section.columned > section.left > ul.product li > p a.preview {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--black);
  transition-duration: 0.5s;
}

main section.themes_detail > section.columned > section.left > ul.product li > p a.preview::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background-image: url("/images/svg/arrow_right.svg");
  background-size: 10px 15px;
  background-position: right;
  background-repeat: no-repeat;
}

main section.themes_detail > section.columned > section.left > ul.product li > span {
  display: block;
  margin-top: 35px;
}

main section.themes_detail > section.columned > section.left > ul.product li > span p:not([class]) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #707070;
}

main section.themes_detail > section.columned > section.left > ul.product li > span p:not([class]) + p:not([class]) {
  margin-top: 20px;
}

main section.themes_detail > section.columned > section.left > ul.product > li > div:not([class]), main section.themes_detail > section.columned > section.left > ul.product > li > details > div:not([class]) {
  display: block;
  padding: 15px 25px;
  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 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.themes_detail > section.columned > section.left > ul.product > li > div.sort_by {
  position: relative;
}

main section.themes_detail > section.columned > section.left > ul.product > li > div.sort_by + div:not([class]) {
  margin-top: 20px;
}

main section.themes_detail > section.columned > section.left > ul.product > li > div + div {
  margin-top: 25px;
}

main section.themes_detail > section.columned > section.left > ul.product > li > div > ol.star > li:last-of-type {
  margin-left: 5px;
}

main section.themes_detail > section.columned > section.left > ul.product li div.sort_by > ol.star {
  width: auto;
}

main section.themes_detail > section.columned > section.left > ul.product li div.sort_by > ol.star li + li {
  margin-left: 10px;
}

main section.themes_detail > section.columned > section.left > ul.product li div.sort_by > ol.star li:last-of-type {
  margin-left: 15px;
}

main section.themes_detail > section.columned > section.left > ul.product li div.sort_by > ol.star li img {
  width: 30px;
  height: 30px;
}

main section.themes_detail > section.columned > section.left > ul.product li div.sort_by > ol.star li > p {
  font-size: 22px;
}

main section.themes_detail > section.columned > section.left > ul.product li div.sort_by > ol.star + p:not([class]) {
  margin-top: 15px;
}

main section.themes_detail > section.columned > section.left > ul.product li div.sort_by > p:not([class]) {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #707070;
}

main section.themes_detail > section.columned > section.left > ul.product li div > select {
  padding-right: 20px;
  border: none;
  outline: none;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--black);
  background-color: transparent;
}

/*main section.themes_detail > section.columned > section.left > ul.product li div > p.btn {
  padding: 6px 10px 7px 10px;
  position: absolute;
  right: 215px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--white);
  background-color: var(--black);
}*/

main section.themes_detail > section.columned > section.left > ul.product li div > i + p:not([class]) {
  display: inline-block;
  margin: 0 0 0 10px;
}

main section.themes_detail > section.columned > section.left > ul.product li > div + details {
  margin-top: 25px;
}

main section.themes_detail > section.columned > section.left > ul.product li > details > summary::after {
  content: "";
  width: 15px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/images/svg/arrow_lines.svg");
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
}

main section.themes_detail > section.columned > section.left > ul.product li > details[open] > summary::after {
  background-image: url("/images/svg/line.svg");
}

main section.themes_detail > section.columned > section.left > ul.product li > details.forum + details > summary {
  border-top: none;
}

main section.themes_detail > section.columned > section.left > ul.product li details summary > picture, main section.themes_detail > section.columned > section.left > ul.product li details ul li div.title > picture  {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  text-align:left;
  border-radius: 50%;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.themes_detail > section.columned > section.left > ul.product li > details.forum > ul li div > picture > img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > div {
  padding: 30px 25px;
  background-color: var(--main_bg_color);
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > div img {
  width: 50px;
  height: auto;
  vertical-align: middle;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > div > p:not([class]) {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 14px;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > div > p.modal_btn {
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 225px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  color: var(--blue);
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul {
  margin-top: 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);
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li {
  position: relative;
  padding: 20px;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.question {
  background-color: var(--btn_green);
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.answers + li.answers {
  border-top: 1px solid #ddd;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.question > p.btn {
  padding: 7px 15px;
  position: absolute;
  right: 20px;
  cursor: pointer;
  border-radius: 5px;
  color: var(--white);
  background-color: var(--blue);
  transition-duration: 0.5s;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.question > p.btn:hover {
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.question > p.question {
  margin: 0;
  font-size: 14px;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.question > p.question > span {
  margin-right: 10px;
  font-weight: 600;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.question > h2, main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li > span > h2 {
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  -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.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.question > p.date, main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.answers > span > p.date {
  display: inline-block;
  margin: 0;
  font-size: 13px;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.question > * + p.date, main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.answers > span > * + p.date {
  margin-left: 15px !important;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.answers > p {
  margin: 0;
  font-size: 14px;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.answers > p + picture {
  display: inline-block;
  width: 150px;
  height: 100px;
  margin-top: 25px;
  cursor: pointer;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li.answers > p > span {
  margin-right: 10px;
  font-weight: 600;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li > span {
  margin-top: 15px;
}

main section.themes_detail > section.columned > section.left > ul.product li#forum > ul > li > span > h2 {
  margin: 0;
}

main section.themes_detail > section.columned > section.left > ul.product li#support > h2 {
  margin: 0 0 25px 0;
  font-size: 17px;
  font-weight: 500;
}

main section.themes_detail > section.columned > section.left > ul.product li#support > details {
  border: 1px solid var(--border_gray);
}

main section.themes_detail > section.columned > section.left > ul.product li#support > details:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

main section.themes_detail > section.columned > section.left > ul.product li#support > details:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

main section.themes_detail > section.columned > section.left > ul.product li#support > details + details {
  border-top: none;
}

main section.themes_detail > section.columned > section.left > ul.product li#support > details summary {
  padding: 20px 30px;
  position: relative;
  list-style: none;
  outline: none;
  cursor: pointer;
}

main section.themes_detail > section.columned > section.left > ul.product li#support > details summary > h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

main section.themes_detail > section.columned > section.left > ul.product li#support > details[open] summary > h3 {
  font-weight: 500;
}

main section.themes_detail > section.columned > section.left > ul.product li#support > details > p:not([class]) {
  margin: 0;
  padding: 25px;
  border-top: 1px solid var(--border_gray);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: #707070;
}

main section.themes_detail > section.columned > section.left > ul.product li#support > details + h2 {
  margin: 25px 0 0 0;
}

main section.themes_detail > section.columned > section.left > ul.product > li#support p.btn {
  width: 49%;
  border-radius: 5px;
  text-align: center;
  border: 1px solid var(--btn_blue);
  background-color: transparent;
  vertical-align: middle;
  transition-duration: 0.5s;
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

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

main section.themes_detail > section.columned > section.left > ul.product > li#support p.btn + p.btn {
  margin-left: 2%;
}

main section.themes_detail > section.columned > section.left > ul.product > li#support p.btn > a {
  width: 100%;
  font-size: 13px;
  color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.themes_detail > section.columned > section.left > ul.product > li#support p.btn:hover > a {
  color: var(--white);
  transition-duration: 0.5s;
}

main section.themes_detail > section.columned > section.left > ul.product li div > h4 {
  margin: 15px 0 0 0;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  color: #707070;
}

main section.themes_detail > section.columned > section.left > ul.product li div > p:not([class]) {
  margin: 15px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  color: #707070;
}

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

main section.themes_detail > section.columned > section.right {
  display: inline-block;
  width: 500px;
  vertical-align: top;
}

main section.themes_detail > section.columned > section.right > div {
  padding: 25px;
  background-color: var(--white);
}

main section.themes_detail > section.columned > section.right > div + div {
  margin-top: 25px;
}

main section.themes_detail > section.columned > section.right > div h1, main section.themes_detail > section.columned > section.right > div h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

main section.themes_detail > section.columned > section.right > div h1 + h3, main section.themes_detail > section.columned > section.right > div h2 + h3 {
  margin-top: 15px;
}

main section.themes_detail > section.columned > section.right > div h1 + h4, main section.themes_detail > section.columned > section.right > div h2 + h4 {
  margin-top: 15px;
}

main section.themes_detail > section.columned > section.right > div h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

main section.themes_detail > section.columned > section.right > div h4 + h3 {
  margin-top: 15px;
}

main section.themes_detail > section.columned > section.right > div h4 {
  margin: 10px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
}

main section.themes_detail > section.columned > section.right > div > p:not([class]) {
  margin: 10px 0 0 0;
  position: relative;
  font-size: 13px;
  font-weight: 500;
}

main section.themes_detail > section.columned > section.right > div.template_features > p:not([class]) {
  padding-left: 15px;
}

main section.themes_detail > section.columned > section.right > div.template_features > p:not([class])::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  background-color: var(--black);
}

main section.themes_detail > section.columned > section.right > div > p.desc {
  margin: 25px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  color: #707070;
}

main section.themes_detail > section.columned > section.right > div > form.promo_key {
  margin-top: 10px;
}

main section.themes_detail > section.columned > section.right > div > form.promo_key > input {
  display: inline-block;
  width: 70%;
  height: 40px;
  text-indent: 5px;
  outline: none;
  font-size: 12px;
  border: 1px solid var(--blue);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  vertical-align: middle;
}

main section.themes_detail > section.columned > section.right > div > form.promo_key > button {
  display: inline-block;
  width: 30%;
  height: 40px;
  cursor: pointer;
  border: 1px solid var(--blue);
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: var(--white);
  background-color: var(--blue);
  transition-duration: 0.5s;
  vertical-align: middle;
}

main section.themes_detail > section.columned > section.right > div > form.promo_key > button:hover {
  color: var(--blue);
  background-color: var(--white);
  transition-duration: 0.5s;
}

main section.themes_detail > section.columned > section.right > div > form.promo_key > aside {
  margin-top: 10px;
}

main section.themes_detail > section.columned > section.right > div h4 > span {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
  color: var(--btn_orange);
} 

main section.themes_detail > section.columned > section.right > div > p:not([class]) {
  margin: 20px 0 0 0;
  font-size: 13px;
  line-height: 1.5em;
}

main section.themes_detail > section.columned > section.right > div > p.btn {
  width: 100%;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid var(--btn_orange);
  text-align: center;
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.themes_detail > section.columned > section.right > div > p.btn a {
  padding: 15px 30px;
  font-size: 15px;
  color: var(--white);
  transition-duration: 0.5s;
}

main section.themes_detail > section.columned > section.right > div > p.btn:hover {
  border-color: var(--blue);
}

main section.themes_detail > section.columned > section.right > div > p.btn:hover a {
  background-color: var(--blue);
  transition-duration: 0.5s;
}

main section.themes_detail > section.columned > section.right > div.rating ul {
  text-align: center;
}

main section.themes_detail > section.columned > section.right > div.rating ul > li {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

main section.themes_detail > section.columned > section.right > div.rating ul li > img {
  width: auto;
  height: 30px;
  cursor: pointer;
  vertical-align: middle;
}

main section.themes_detail > section.columned > section.right > div.rating ul li > img.share {

}

main section.themes_detail > section.columned > section.right > div.rating ul li > img + img {
  margin-left: 20px;
}

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

main section.themes_detail > section.columned > section.right > div.rating ul > li > p.btn {
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  color: var(--white);
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.themes_detail > section.columned > section.right > div.rating ul > li > p.btn:hover {
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.panel_columned {
  width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
}

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

main section.panel_columned > section.left {
  width: 250px;
  padding: 25px;
  border: 1px solid var(--black);
}

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

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: 400;
  color: var(--black);
}

main section.panel_columned > section.left ul li.active a {
  text-decoration: underline;
  font-weight: 600;
  color: var(--btn_blue);
}

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

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

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

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

main section.panel_columned > section.right dl.tabs {
  margin: 15px 0 0 0;
  background-color: var(--black)839;
}

main section.panel_columned > section.right dl.tabs > dt {
  display: inline-block;
  padding: 15px 50px;
  font-size: 15px;
  cursor: pointer;
  color: var(--white);
  transition-duration: 0.5s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.panel_columned > section.right dl.tabs > dt.active {
  background-color: var(--btn_blue);
}

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

main section.panel_columned > section.right form.std {
  margin-top: 30px;
}

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

}

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

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

main section.panel_columned > section.right ul li > form > ul {
  padding: 35px;
  border: 1px solid var(--black);
  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: 15px;
}

main section.panel_columned > section.right > form.std ul li label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
}

main section.panel_columned > section.right > form.std ul li picture {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  text-align:left;
  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: auto;
  height: 100%;
  vertical-align: middle;
}

main section.panel_columned > section.right > form.std ul li picture > i {
  position: absolute;
  right: 40px;
  bottom: 10px;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7460%) hue-rotate(340deg) brightness(120%) contrast(73%);
}

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  {
  width: 350px;
  padding: 10px 15px;
  border: 1px solid var(--black);
  outline: 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 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: 240px;
  border-left: none;
}

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: 20px;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: var(--white);
  background-color: var(--btn_blue);
}

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 ul li > form > ul li > div {
  margin-top: 25px;
}

div.two_step_verification {
  margin-top: 25px;
  padding: 25px;
  border: 1px solid var(--black);
  cursor: pointer;
}

div.two_step_verification.active {
  border-color: #4a47a3;
}

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 > i {
  vertical-align: middle;
}

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 p#refresh {
  cursor: pointer;
}

main section.verification > form ul li p#refresh:hover {
  text-decoration: underline;
}

main section.createwebsite {
  text-align: center;
  padding: 50px 0 100px 0;
}

main section.createwebsite form {
  width: 1300px;
  margin: 0 auto;
}

main section.createwebsite form > h1, main section.createwebsite form > h2 {
  width: 40%;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 600;
}

main section.createwebsite form > h1.line::before, main section.createwebsite form > h2.line::before {
  margin-bottom: 30px;
}

main section.createwebsite form > h3 {
  width: 60%;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 400;
  color: #707070;
}

main section.createwebsite form > h3 > b {
  text-transform: capitalize;
}

main section.createwebsite form > h3 + h3 {
  margin-top: 20px;
}

main section.createwebsite form > h4 {
  margin: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}

main section.createwebsite form > h1 + h3, main section.createwebsite form > h2 + h3 {
  margin-top: 30px;
}

main section.createwebsite form > h1 + h4, main section.createwebsite form > h2 + h4 {
  margin-top: 30px;
}

main section.createwebsite form > h3 + h4 {
  margin-top: 30px;
}

main section.createwebsite form > ul {
  margin-top: 50px;
}

main section.createwebsite form input[type='text'] {
  width: 50%;
  margin-top: 25px;
  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.createwebsite form input[type='text']::placeholder  {
  font-weight: 300;
  color: #707070;
}

main section.createwebsite form button[type='submit'] {
  display: block;
  margin: 25px auto 0 auto;
  padding: 10px 60px;
  border: 1px solid var(--btn_blue);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

main section.createwebsite form button[type='submit']:hover {
  border: 1px solid var(--btn_orange);
  color: var(--white);
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.createwebsite form dl.categories {
  display: none;
  width: 50%;
  max-height: 240px;
  overflow-y: scroll;
  margin: 5px auto 0 auto;
  border: 1px solid var(--border_gray);
  background-color: var(--main_bg_color);
  text-align: left;
}

main section.createwebsite form dl.categories dd {
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  color: #707070;
  transition-duration: 0.5s;
}

main section.createwebsite form dl.categories dd:hover {
  background-color: #707070;
  color: var(--main_bg_color);
  transition-duration: 0.5s;
}

main section.createwebsite > form > aside {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 400;
}

main section.createwebsite form div.features {
  display: inline-block;
  width: 49%;
  margin-top: 30px;
  border: 1px solid var(--black);
  vertical-align: top;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  background-color: var(--white);
}

main section.createwebsite form div.features + div.features {
  margin-left: 2%;
}

main section.createwebsite form div.features h2 {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

main section.createwebsite form div.features h2 > img {
  width: 18px;
  height: auto;
  padding-left: 15px;
  vertical-align: bottom;
}

main section.createwebsite form div.features ul {
  padding: 50px;
  text-align: left;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

main section.createwebsite form div.features ul li + li {
  margin-top: 20px;
}

main section.createwebsite form div.features ul > li > label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

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

main section.createwebsite form div.features ul > li > label > input[type="checkbox"] {
  position: absolute;
  left: 0;
}

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: 500px;
  max-height: 600px;
  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;
  background-color: var(--white);
  overflow-y: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  animation: gradient 50s ease infinite;
  background-size: 200% 200%;
  background-image: url('/images/advantages.png');
}

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

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

section.modal section img.loading {
  width: 70px;
  margin: 0 auto;
  left: 0;
  right: 0;
  cursor: default;
}

section.modal > section > img.icon {
  width: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 60px;
  cursor: default;
}

section.modal > section > img.icon + h3 {
  margin-top: 80px;
  text-align: center;
}

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

section.modal > section > h3 + * {
  margin-top: 15px;
}

section.modal > section > p.btn {
  margin-top: 25px;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  color: var(--white);
}

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

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

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

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-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);
}

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;
}

input[type="file"] {
  width: 100%;
  margin-top: 15px;
  color: var(--btn_blue);
}

input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

input[type="file"]::before {
  content: 'Dosya Seçiniz';
  display: inline-block;
  border-radius: 5px;
  border: none;
  padding: 8px 15px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 14px;
  color: var(--white);
  background-color: var(--blue);
}

input[type="file"]:active::before {
  background-color: var(--btn_blue);
}

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;
}

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-radius: 5px;
  border: none;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: var(--white);
  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 > form > button[type="submit"] + aside > a {
  color: var(--blue);
}

section.modal > section > form > button[type="submit"] + aside > a:hover {
  text-decoration: underline;
}

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;
}

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

main section.payment_columned > div {
  height: 500px;
  position: relative;
}

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

main section.payment_columned > div img.shopping_car {
  width: 200px;
  height: auto;
  vertical-align: middle;
}

main section.payment_columned > div aside {
  width: 500px;
  margin: 25px auto 0 auto;
  padding: 15px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
}

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.price {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  color: var(--blue);
}

main section.payment_columned > section.left > ul li > p:not([class]) > span.price del {
  display: block;
}

main section.payment_columned > section.left > ul li > form.add_promo_code {
  margin-top: 10px;
}

main section.payment_columned > section.left > ul li > form.add_promo_code > input {
  display: inline-block;
  width: 70%;
  height: 35px;
  margin-right: 2%;
  text-indent: 5px;
  outline: none;
  border-radius: 5px;
  border: 1px solid var(--btn_orange);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main section.payment_columned > section.left > ul li > form.add_promo_code > button {
  display: inline-block;
  width: 28%;
  height: 35px;
  cursor: pointer;
  color: var(--white);
  border-radius: 5px;
  border: 1px solid var(--btn_orange);
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.payment_columned > section.left > ul li > form.add_promo_code > button:hover {
  color: var(--btn_orange);
  background-color: var(--white);
  transition-duration: 0.5s;
}

main section.payment_columned > section.left > ul li > form.add_promo_code > aside {
  margin-top: 10px;
}

main section.payment_columned > section.left > ul li > p.btn {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  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 > div.info {
  font-size: 14px;
  font-weight: 400;
}

main section.payment_columned > section.right form > div.info > a {
  font-weight: 500;
  color: var(--blue);
}

main section.payment_columned > section.right form > div.info > a:hover {
  text-decoration: underline;
}

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

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 > div.check_dns {
  display: none;
}

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-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.payment_columned > section.right form > ul li > input + label, main section.payment_columned > section.right form > ul li > select + label {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  cursor: default;
  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: 20px 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 {
  display: inline-block !important;
  width: 48%;
}

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

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

main section.payment_columned > section.right form > ul li > label input[type="checkbox"] {
  margin: 0 15px 0 0;
}

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-radius: 5px;
  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;
}

main section.contact {
  padding: 50px 0;
  background-color: var(--main_bg_color);
}

main section.contact > section.columned {
  width: 1300px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  background-color: var(--white);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

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

main section.contact > section.columned > h3 + h4 {
  margin-top: 35px;
}

main section.contact > section.columned > h4 {
  display: inline-block;
  margin: 0;
  padding-top: 25px;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: var(--btn_blue);
}

main section.contact > section.columned > h4::before {
  content: "";
  width: 70%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--black);
}

main section.contact > section.columned > * + ul {
  margin-top: 50px;
}

main section.contact > section.columned > ul > li {
  display: inline-block;
  width: 32%;
  padding: 0 50px;
  position: relative;
  vertical-align: top;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

main section.contact > section.columned > ul > li:first-of-type {
  padding-left: 0;
}

main section.contact > section.columned > ul > li:last-of-type {
  padding-right: 0;
}

main section.contact > section.columned > ul > li + li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 80px;
  background-color: var(--black);
}

main section.contact > section.columned > ul > li a {
  color: var(--black);
}

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

main section.contact > section.columned > ul > li a > img {
  width: auto;
  height: 25px;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(15%) hue-rotate(246deg) brightness(105%) contrast(105%);
}

main section.contact > section.columned > ul > li a > p {
  margin: 20px 0 0 0;
}

main section.contact > section.columned > ul > li:nth-child(2) a > p {
  margin: 20px 0 0 0;
}

main section.contact_form {
  padding: 50px 0;
  background-color: var(--main_bg_color);
}

main section.contact_form > section.columned {
  width: 1300px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  background-color: var(--white);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

main section.contact_form > section.columned > form {
  margin-top: 35px;
}

main section.contact_form > section.columned > form > ul li {
  display: inline-block;
  width: 100%;
}

main section.contact_form > section.columned > form > ul li:last-of-type {
  text-align: left;
}

main section.contact_form > section.columned > form > ul li:nth-child(1), main section.contact_form > section.columned > form > ul li:nth-child(2) {
  width: 48%;
}

main section.contact_form > section.columned > form > ul li:nth-child(2) {
  margin-left: 4%;
}

main section.contact_form > section.columned > form > ul li:nth-child(n+3) {
  margin-top: 15px;
}

main section.contact_form > section.columned > form > ul li > input, main section.contact_form > section.columned > form > ul li > textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 5px;
  border: none;
  font-family: 'Montserrat', sans-serif;
  -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.contact_form > section.columned > form > ul li > textarea {
  height: 100px;
  min-height: 100px;
  max-height: 200px;
  resize: vertical;
}

main section.contact_form > section.columned > form > ul li > button {
  padding: 15px 60px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  color: var(--white);
  background-color: var(--btn_orange);
  transition-duration: 0.5s;
}

main section.contact_form > section.columned > form > ul li > button:hover {
  background-color: var(--btn_blue);
  transition-duration: 0.5s;
}

section.modal > section > form.cancel_order > h4 {
  margin: 50px 0 25px 0;
  text-align: start;
  font-size: 16px;
  font-weight: 400;
}

section.modal > section > form.add_basket {

}

section.modal > section > form.add_basket ul.basket_info > li {
  padding: 20px 0;
}

section.modal > section > form.add_basket ul.basket_info > li + li {
  margin-top: 0;
  border-top: 1px solid var(--border_gray);
}

section.modal > section > form.add_basket ul.basket_info li img {
  display: inline-block;
  width: 20px;
  height: auto;
  vertical-align: middle;
}

section.modal > section > form.add_basket ul.basket_info li img + h3 {
  display: inline-block;
  margin-left: 10px;
}

section.modal > section > form.add_basket ul.basket_info li > div.info {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #707070;
}

section.modal > section > form.add_basket ul.basket_info li > div.info > b {
  font-weight: 600;
  color: var(--black);
}

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

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

section.modal > section > div h1 + h3, section.modal > section > div h2 + h3 {
  margin-top: 35px;
}

section.modal > section > div ul + h3 {
  margin-top: 35px;
}

section.modal > section > div h3 {
  font-size: 20px;
  font-weight: 500;
}

section.modal > section > div ul {
}

section.modal > section > div ul > li {
  display: inline-block;
  width: 75px;
  vertical-align: top;
}

section.modal > section > div ul > li + li {
  margin-left: 20px;
}

section.modal > section > div ul > li span {
  display: block;
  width: 100%;
  height: 75px;
  padding: 20px;
  border-radius: 50%;
  background-color: var(--main_bg_color);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  transition-duration: 0.5s;
}

section.modal > section > div ul > li:hover span {
  background-color: #ccdbdb;
  transition-duration: 0.5s;
}

section.modal > section > div ul > li span > img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

section.modal > section > div ul > li p {
  margin: 15px 0 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: var(--black);
}

section.modal > section > div > span {
  display: block;
  width: 100%;
  padding: 15px 35px 15px 15px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  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);
  transition-duration: 0.5s;
}

section.modal > section > div > span:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(52, 157, 183, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(52, 157, 183, 1);
  box-shadow: 0px 0px 3px 0px rgba(52, 157, 183, 1);
  transition-duration: 0.5s;
}

section.modal > section > div > span + aside {
  margin-top: 15px;
  font-size: 14px;
}

section.modal > section > div > span > input {
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

section.modal > section > div > span > img {
  display: inline-block;
  width: 20px;
  height: auto;
  position: absolute;
  right: 10px;
  vertical-align: middle;
}

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

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

footer > section:not([class]) > a#logo {
  display: block;
}

footer > section:not([class]) > 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:not([class]) > ul.smm {
  margin-top: 35px;
}

footer > section:not([class]) > ul.smm > li {
  display: inline-block;
  cursor: pointer;
}

footer > section:not([class]) > ul.smm > li + li {
  margin-left: 30px;
}

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

footer > section:not([class]) > 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:not([class]) > ul.contact {
  margin-top: 35px;
}

footer > section:not([class]) > ul.contact > li {
  display: inline-block;
}

footer > section:not([class]) > ul.contact > li:first-of-type {
  text-align: left;
}

footer > section:not([class]) > ul.contact > li + li {
  margin-left: 50px;
}

footer > section:not([class]) > 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:not([class]) > 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:not([class]) > ul.contact > li a:hover p {
  text-decoration: underline;
  color: var(--white);
  transition-duration: 0.5s;
}

footer > section:not([class]) > ul.contact > li a p.pin {
  width: 50%;
}

footer > section:not([class]) > nav {
  margin-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #707070;
}

footer > section:not([class]) > nav > ul {

}

footer > section:not([class]) > nav > ul > li {
  display: inline-block;
  padding: 0 10px;
}

footer > section:not([class]) > nav > ul > li + li {
  border-left: 1px solid #707070;
}

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

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

footer > section:not([class]) > ul.copyright {
  padding-top: 35px;
}

footer > section:not([class]) > ul.copyright > li {
  display: inline-block;
  width: 50%;
}

footer > section:not([class]) > ul.copyright > li > p {
  margin: 0;
  text-align: start;
  font-size: 11px;
  font-weight: 300;
  color: #707070;
}

footer > section:not([class]) > ul.copyright > li > a {
  display: block;
  text-align: end;
}

footer > section:not([class]) > 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 > section > details {
  border-radius: 5px;
  background-color: var(--main_bg_color);
  -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);
}

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

section.modal > section > details.package_list > summary {
  border-radius: 5px;
}

section.modal > section > details.package_list + details.package_list {
  border-top: none;
}

section.modal > section > details > summary {
  padding: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  background-color: var(--btn_green);
  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: 95% 50%;
}

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 10px 45px;
  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: 15px;
  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 > p.btn {
  display: block;
  margin: 15px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  color: var(--white);
  background-color: var(--btn_orange);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition-duration: 0.5s;
}

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