@charset "UTF-8";

:root {
  --main-blue: #07a796;
  --main-blue-rgb: 131, 232, 221;
  --main-yellow: #fbe158;
  --main-text: #393939;
  --secondary-text: #999;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body,
html {
  font-size: 16px;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:active,
a:focus,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.title {
  font-weight: 400;
  margin: 0.5em 0;
}

.title_level_1 {
  font-size: 40px;
}

.title_level_2 {
  font-size: 34px;
  font-weight: 500;
}

.title_level_3 {
  font-size: 30px;
}

.title_level_4 {
  font-size: 28px;
}

.title_level_5 {
  font-size: 26px;
}

.title_level_6 {
  font-size: 24px;
}

.title_border_yes {
  padding-bottom: 0.7em;
  position: relative;
  text-align: center;
}

.title_border_yes:before {
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
}

.title_border_yes.title_level_1:before,
.title_border_yes.title_level_2:before {
  height: 5px;
  margin-left: -90px;
  width: 180px;
}

.title_border_yes.title_level_3:before,
.title_border_yes.title_level_4:before {
  height: 4px;
  margin-left: -75px;
  width: 150px;
}

.title_border_yes.title_level_5:before,
.title_border_yes.title_level_6:before {
  height: 4px;
  margin-left: -60px;
  width: 120px;
}

.btn {
  align-items: center;
  border-radius: 5px;
  display: flex;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.btn_disabled_yes {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn_theme_red:active:not(.btn_disabled_yes) {
  box-shadow: none;
  top: 4px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--main-text);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 20px;
  line-height: 1.3;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: var(--main-blue);
  outline: none;
  transition: color 0.2s ease-out;
}

a:hover {
  color: #fa5655;
}

.header .container {
  display: grid;
  grid-template-areas: "left center right";
  grid-template-columns: 4fr 2fr 1fr;
  padding: 15px 0;
}

.header__center {
  grid-area: center;
}

.header__right {
  grid-area: right;
}

.header__left {
  grid-area: left;
  position: relative;
}

.logo {
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

.logo,
.logo:before {
  background-repeat: no-repeat;
}

.logo:before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
}

.logo_size_big {
  color: var(--main-text);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 0 20px;
  text-decoration: none;
  white-space: nowrap;
}

.logo_size_big:hover {
  color: #000;
}

.logo_size_small {
  font-size: 15px;
  height: 16px;
  line-height: 16px;
  padding-left: 0px;
}

.logo_size_small:before {
  background-image: url(../assets/sprite.png);
  background-position: -80px -49px;
  height: 16px;
  margin-top: -30px;
  width: 16px;
}

.lang {
  position: relative;
}

.lang__text {
  margin-left: 5px;
  margin-right: 5px;
}

.lang__icon,
.lang__text {
  display: inline-block;
  vertical-align: middle;
}

.lang__icon {
  background: 50% 50% no-repeat;
  background-size: contain;
  height: 20px;
  width: 25px;
}

.lang__item {
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.lang__item:not(:first-child) {
  margin-top: 5px;
}

.lang__item:link,
.lang__item:visited {
  color: var(--main-text);
}

.lang__item:hover {
  color: #fa5655;
}

.lang__item_icon_ar .lang__icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAVCAMAAAAQExzYAAAAAXNSR0IArs4c6QAAAbZQTFRF////+fv69vr45e/q4+7p4eDb4N/a3t3X29zc2tra1dXV1dXQx9vU0tTUztHJyczHyczGxc3JtNDCxMTEsse9vL28tcC7r8O68MIJosW1q721xMBUpbqppriwpbqoprivrrOuvbtPvLtPn7WmnrWlqKuqqrZTibeii7acka+hlayhj6+gm6SgjquchK6fjqqZk6Wbiqiak6OalqCViKaZiaWXlJ2SjKCWc6iKc6iJlJSUa6WKbaSEbaGEmJ8ZfZaLZKKEcZd+b5KCYph+bpJ6co5/co1/c5dEWph9ao94fZUdfJQdZpVPe4B6cIN5UJRzTZJxcXl2VYhvVYdvaHpzYokkYYgiXoYpVoQjaG1nU4QlO4RjTIM7S4M7NoRgOYJhWHFmNoNeV3BlMoBcRH4oQnRcQX0nQXwnPXBXKHpUNHgzI3lQIHdOMXUqLW1OHnRMKW1OHHRIHHNIF3NJJWhHMl9IEHBCLl1GDms/DWo9GGM/Cmk9B2k6BGY3AWM0AGMzAGIzAGEyAGAyAF8xAF4xAF0wAFkvAFkuAFYtAFUtAFErAFEqAE4pAEwqAEwmAEonAEomAEQjSyi+4gAAAPdJREFUeNpjaCAAGKitQKykIA+Pgq4eKw7RwN5uXApaJgr7GptFCk9swa6gXUohvMHOTqKBm7cdm4I2Z5cI6ejKhjqNKE/nNkwFTSaGDZbxtck12R429SImTRgKWu0F0hn1yhwyrYWYwvjNWzEVcPG5M9hKqvOwVDD4sHNhKmgycExjiKsuLipMZMh1NGrCVKAp36DGEJCT789gESqrjamgocqUzVuJmYGBWdGLVauqAVNBk66gSlZDbExKg7KgbhMWBQ1NTpzi+jJy+uKcTk3Yg7oxwS1EVcfPNamxAZuCjs7+0ozgvglBqeX9nR1YFDQ0IzGpmaIAMuMor+Bn0OQAAAAASUVORK5CYII=");
}

.lang__item_icon_en .lang__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3E%3Cpath fill='%23FFF' d='M0 0h513v342H0z'/%3E%3Cpath d='M0 0h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.7h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513V342H0z' fill='%23D80027'/%3E%3Cpath fill='%232E52B2' d='M0 0h256.5v184.1H0z'/%3E%3Cpath d='m47.8 138.9-4-12.8-4.4 12.8H26.2l10.7 7.7-4 12.8 10.9-7.9 10.6 7.9-4.1-12.8 10.9-7.7zm56.3 0-4.1-12.8-4.2 12.8H82.6l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4-12.8 10.7-7.7zm56.5 0-4.3-12.8-4 12.8h-13.5l11 7.7-4.2 12.8 10.7-7.9 11 7.9-4.2-12.8 10.7-7.7zm56.2 0-4-12.8-4.2 12.8h-13.3l10.8 7.7-4 12.8 10.7-7.9 10.8 7.9-4.3-12.8 11-7.7zM100 75.3l-4.2 12.8H82.6L93.3 96l-4 12.6 10.7-7.8 10.8 7.8-4-12.6 10.7-7.9h-13.4zm-56.2 0-4.4 12.8H26.2L36.9 96l-4 12.6 10.9-7.8 10.6 7.8L50.3 96l10.9-7.9H47.8zm112.5 0-4 12.8h-13.5l11 7.9-4.2 12.6 10.7-7.8 11 7.8-4.2-12.6 10.7-7.9h-13.2zm56.5 0-4.2 12.8h-13.3l10.8 7.9-4 12.6 10.7-7.8 10.8 7.8-4.3-12.6 11-7.9h-13.5zm-169-50.6-4.4 12.6H26.2l10.7 7.9-4 12.7L43.8 50l10.6 7.9-4.1-12.7 10.9-7.9H47.8zm56.2 0-4.2 12.6H82.6l10.7 7.9-4 12.7L100 50l10.8 7.9-4-12.7 10.7-7.9h-13.4zm56.3 0-4 12.6h-13.5l11 7.9-4.2 12.7 10.7-7.9 11 7.9-4.2-12.7 10.7-7.9h-13.2zm56.5 0-4.2 12.6h-13.3l10.8 7.9-4 12.7 10.7-7.9 10.8 7.9-4.3-12.7 11-7.9h-13.5z' fill='%23FFF'/%3E%3C/svg%3E");
}

.lang__item_icon_es .lang__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3E%3Cpath fill='%23FFDA44' d='M0 85.331h512v341.337H0z'/%3E%3Cpath d='M0 85.331h512v113.775H0zm0 227.551h512v113.775H0z' fill='%23D80027'/%3E%3C/svg%3E");
}

.lang__item_icon_fr .lang__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3E%3Cpath fill='%23FFF' d='M0 85.331h512v341.337H0z'/%3E%3Cpath fill='%230052B4' d='M0 85.331h170.663v341.337H0z'/%3E%3Cpath fill='%23D80027' d='M341.337 85.331H512v341.337H341.337z'/%3E%3C/svg%3E");
}

.lang__item_icon_it .lang__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3E%3Cpath fill='%23FFF' d='M341.334 85.33H0v341.332h512V85.33z'/%3E%3Cpath fill='%236DA544' d='M0 85.333h170.663V426.67H0z'/%3E%3Cpath fill='%23D80027' d='M341.337 85.333H512V426.67H341.337z'/%3E%3C/svg%3E");
}

.lang__item_icon_pt .lang__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3E%3Cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3E%3Cpath fill='%236DA544' d='M196.641 85.337v341.326H0V85.337z'/%3E%3Ccircle fill='%23FFDA44' cx='196.641' cy='256' r='64'/%3E%3Cpath fill='%23D80027' d='M160.638 224v40.001c0 19.882 16.118 36 36 36s36-16.118 36-36V224h-72z'/%3E%3Cpath fill='%23FFF' d='M196.638 276c-6.617 0-12-5.383-12-12v-16h24.001v16c-.001 6.616-5.385 12-12.001 12z'/%3E%3C/svg%3E");
}

.lang__item_icon_ru .lang__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3E%3Cpath fill='%23FFF' d='M0 85.33v341.332h512V85.33z'/%3E%3Cpath fill='%230052B4' d='M0 85.333h512V426.67H0z'/%3E%3Cpath fill='%23FFF' d='M0 85.333h512v113.775H0z'/%3E%3Cpath fill='%23D80027' d='M0 312.884h512v113.775H0z'/%3E%3C/svg%3E");
}

.lang__item_icon_de .lang__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3E%3Cpath fill='%23D80027' d='M0 85.331h512v341.337H0z'/%3E%3Cpath d='M0 85.331h512v113.775H0z'/%3E%3Cpath fill='%23FFDA44' d='M0 312.882h512v113.775H0z'/%3E%3C/svg%3E");
}

.lang__item_icon_ja .lang__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='600'%3E%3Cpath fill='%23fff' d='M0 0h900v600H0z'/%3E%3Ccircle cx='450' cy='300' r='180' fill='%23bc002d'/%3E%3C/svg%3E");
}

.lang__item_icon_hi .lang__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='900' height='600'%3E%3Cpath fill='%23f93' d='M0 0h900v600H0z'/%3E%3Cpath fill='%23fff' d='M0 200h900v400H0z'/%3E%3Cpath fill='%23128807' d='M0 400h900v200H0z'/%3E%3Cg transform='matrix(4 0 0 4 450 300)'%3E%3Ccircle r='20' fill='%23008'/%3E%3Ccircle r='17.5' fill='%23fff'/%3E%3Ccircle r='3.5' fill='%23008'/%3E%3Cg id='d'%3E%3Cg id='c'%3E%3Cg id='b'%3E%3Cg id='a' fill='%23008'%3E%3Ccircle r='.875' transform='rotate(7.5 -8.75 133.5)'/%3E%3Cpath d='M0 17.5.6 7 0 2l-.6 5z'/%3E%3C/g%3E%3Cuse xlink:href='%23a' width='100%25' height='100%25' transform='rotate(15)'/%3E%3C/g%3E%3Cuse xlink:href='%23b' width='100%25' height='100%25' transform='rotate(30)'/%3E%3C/g%3E%3Cuse xlink:href='%23c' width='100%25' height='100%25' transform='rotate(60)'/%3E%3C/g%3E%3Cuse xlink:href='%23d' width='100%25' height='100%25' transform='rotate(120)'/%3E%3Cuse xlink:href='%23d' width='100%25' height='100%25' transform='rotate(-120)'/%3E%3C/g%3E%3C/svg%3E");
}

.lang__dropdown {
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  display: none;
  line-height: 1.6;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 10000;
}

.lang__dropdown.active {
  display: block;
}

.langWrapper {
  margin-left: 20px !important;
  position: relative;
}

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

.menu__toggle {
  display: none;
}

.menu__toggle img {
  height: 32px;
  width: 32px;
}

.menu__link {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px;
  text-decoration: none;
  white-space: nowrap;
}

.menu__link:link,
.menu__link:visited {
  color: #000;
}

.menu__link:hover {
  background: #ebebeb;
}

.menu__link.active {
  border-color: var(--main-blue);
}

.antivirus {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: center;
}

.antivirus__copyright,
.antivirus__text {
  display: inline-block;
  vertical-align: middle;
}

.antivirus__copyright {
  color: #099686;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
}

.antivirus__copyright:before {
  background-image: url(../assets/sprite.png);
  background-position: -80px 0;
  content: "";
  height: 24px;
  left: 0;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 23px;
}

.promo {
  
  box-sizing: border-box;
  padding-top: 40px;
  position: relative;
}
.promo:before {
  bottom: -1px;
  content: "";
  height: 87px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color:#008879;
}
.promo:after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #008879;
  bottom: -20px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 0;
}

.promo .container {	display: -moz-box;  display: -ms-flexbox;  display: flex;  -webkit-flex-direction: row;  flex-direction: row;  -webkit-box-pack: justify;  flex-wrap: wrap;
  min-height: inherit;  position: relative;
}.promo .container .promo__img,.promo .container .promo__right{	width: 50%;}

.promo .container .promo__img-item {
  display: block;
}
.promo .promo__right .promo__advantage{
	background-color: #fff;
	font-size: 24px;
    display: inline-block;
    padding: 6px 15px 10px 15px;
    border-radius: 10px;
}
.promo__title {
  margin-top: 0;
}

.promo__text {
  font-size: 20px;
  margin-bottom: 20px;
}

.promo__advantage {
  color: #05695d;
  font-size: 30px;
  margin-bottom: 30px;
}

.promo__download {
  text-align: center;
}

.promo .antivirus {
  display: none;
  margin-top: 30px;
  text-align: center;
}

.page_support_yes .promo .antivirus {
  display: block;
}

.promo__unsupport {
  display: none;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}

.promo__unsupport-link:link,
.promo__unsupport-link:visited {
  font-weight: 700;
}

.page_support_no .promo__unsupport {
  display: block;
}

.tutorial {
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
  width: 90%;
  z-index: 2;
}

.tutorial:after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #fff;
  bottom: -20px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 0;
}

.tutorial__title {
  margin-bottom: 80px;
}

.advantages{
	background: #008879 url(https://vip.aquapp.net/assets/img/index-bg.jpg)no-repeat;
}
.tutorial__title:before {
  background-color: var(--main-blue);
}

.advantages {
  color: var(--main-text);
  position: relative;
  text-align: center;
}

.advantages .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 40px 10px;
}

.advantages__title {
  margin-bottom: 30px;
}

.advantages__title:before {
  background-color: #fbe158;
}

.advantages__list {
  margin-bottom: 60px;
}

.advantages__item:not(:last-child) {
  margin-bottom: 35px;
}

.advantages__item-mark {
  font-weight: 700;
}

.advantages__download {
  margin-bottom: 30px;
}

.advantages.normal_align {
  text-align: inherit;
}

.advantages.normal_align p {
  color: #fff;
}

.advantages.normal_align h2 {
  color: #fff;
}

.main-advantages {
  background-color: rgba(var(--main-blue-rgb), 0.2);
}

.advantages .main-advantages__container {
  display: block;
}

.main-advantages__title {
  font-weight: 700;
  margin-top: 10px;
}

.main-advantages__text {
  margin: 0;
}

.main-advantages__wrapper {
  margin-bottom: 50px;
  margin-top: 50px;
}

.main-advantages__subtitle {
  align-self: flex-start;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 0;
}

.main-advantages__list {
  font-size: 20px;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
  margin-top: 24px;
  padding: 0;
}

.main-advantages__item {
  margin-bottom: 24px;
}

.main-advantages__item:last-of-type {
  margin-bottom: 0;
}

.main-advantages__item--row {
  align-items: baseline;
  display: flex;
}

.main-advantages__item-title {
  font-weight: 600;
  margin: 0 10px 10px 0;
  white-space: nowrap;
}

html[dir="rtl"] .main-advantages__item-title {
  margin: 0 0 10px 10px;
}

.main-faq {
  border-bottom: 1px solid var(--main-blue);
  padding-bottom: 70px;
}

.main-faq__wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.main-faq__title {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

.accordion {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.accordion:last-of-type {
  margin-bottom: 0;
}

.accordion__button {
  background: transparent;
  border: none;
  border-bottom: 2px solid #cdedea;
  cursor: pointer;
  padding: 0 30px 18px 0;
  position: relative;
  text-align: start;
  width: 100%;
}

html[dir="rtl"] .accordion__button {
  padding: 0 0 20px 160px;
}

.accordion__button h3 {
  font-size: inherit;
  font-weight: 600;
  margin: 0;
}

.accordion__button:after {
  background-image: url(../img/icon/nav-jt-blue.png);
  background-size: cover;
  content: "";
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  transform: scale(1);
  width: 20px;
}

html[dir="rtl"] .accordion__button:after {
  left: 10px;
  right: auto;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}

.accordion__content p {
  background-color: rgba(var(--main-blue-rgb), 0.2);
  border-radius: 10px;
  margin: 0;
  padding: 20px;
}

.accordion__button.active + .accordion__content {
  max-height: none;
  padding-top: 18px;
}

.accordion__button.active:after {
  transform: scale(-1);
}

.req {
  padding-bottom: 30px;
  padding-top: 70px;
  text-align: center;
}

.req__title {
  margin-bottom: 25px;
}

.req__title:before {
  background-color: var(--main-blue);
}

.req__text {
  color: #999;
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 0;
}

.about-app {
  font-size: 12px;
}

.about-app {
  display: flex;
  padding-bottom: 40px;
  width: 100%;
}

.about-app .rights {
  margin-left: auto;
}

.advantages.topform {
  padding-bottom: 50px;
  padding-top: 50px;
}

.advantages .container {
  position: relative;
  z-index: 1;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.wrapper-box{	width: 1200px;	margin: 0 auto;}

.topform {
  width: 100%;
}

.topform h1 {
  font-size:40px;
  font-weight: 600;
  margin: 0 0 15px;
}

.topform h1,
.topform h2 {
  line-height: 1;
  position: relative;
  text-align: center;
  color: #fff;
}

.topform h2 {
  font-size:26px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
}

.topform h2 span {
  font-weight: 600;
}

.formInput {
  margin-top: 35px;
  width: 100% !important;
}

.formInput form .inner-form .input-field input {
  cursor: text;
  line-height: normal;
}

.optionsForm {
  background: #fff;
  position: relative;
  width: 100%;
  z-index: 999;
}

.optionsForm .errorMessage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.optionsForm .errorMessage h2 {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0;
}

.displayNone {
  display: none;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}

.variationWrap {
  display: flex;
  gap: 20px;
  justify-content: space-around;
}

.optionform {
  display: block;
  max-width: 400px;
}

.downloadsVid {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  width: 100%;
}

.videoTitle {
  color: #333;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  overflow: hidden;
  padding-left: 15px;
  text-align: left;
  text-overflow: ellipsis;
  width: 100%;
}

.formatVids {
  border: 2px solid var(--main-blue);
  display: flex;
  margin-bottom: 15px;
  width: 100%;
}

.groupInfo {
  display: flex;
  flex-grow: 3;
  gap: 15px;
  margin: 3px 15px;
  padding: 7.5px 0;
}

span.formats {
  color: var(--secondary-text);
  font-size: 18px;
  text-transform: uppercase;
}

a.formatDownload,
span.quality {
  color: var(--main-text);
  font-size: 18px;
}

a.formatDownload {
  background-color: var(--main-blue);
  display: inline-block;
  outline: none;
  padding: 9.5px 15px;
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.formatVids:last-child {
  margin-bottom: 0;
}

.dropDownOption {
  display: block;
  width: 100%;
}

.wrapper-dropdown-3 {
  background: #fff;
  border: 2px solid var(--main-blue);
  color: var(--main-text);
  cursor: pointer;
  font-size: 18px;
  margin: 0 auto;
  outline: none;
  padding: 7.3px 15px;
  position: relative;
  text-align: left;
}

.wrapper-dropdown-3 .dropdown {
  background: #fff;
  border: 2px solid var(--main-blue);
  border-radius: inherit;
  border-top: none !important;
  left: -2px;
  list-style: none;
  margin: 0;
  max-height: 300px;
  opacity: 0;
  overflow-y: scroll;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 39.4px;
  transition: all 0.5s ease-in;
}

.wrapper-dropdown-3 .dropdown li {
  background: var(--main-blue);
  padding: 8px 15px;
}

.wrapper-dropdown-3 .dropdown li:hover {
  background: #fff;
}

.wrapper-dropdown-3 .dropdown li a {
  color: var(--main-text);
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.wrapper-dropdown-3 .dropdown li:hover a {
  color: #333;
}

.wrapper-dropdown-3 .dropdown li:hover a span {
  color: var(--main-text);
}

.wrapper-dropdown-3 .dropdown li a span {
  float: right;
  position: relative;
}

.wrapper-dropdown-3.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.wrapper-dropdown-3 .dropdown li a span:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAAXNSR0IArs4c6QAAAFRQTFRFAAAA/1VV/1VV/1VV/1FR/1VV/1JS91VV+FdX+VVV+FVV+VdU+VdU+VZW+lZW+lVV+lZV+lZV+lZV+lZV+lZV+ldV+1ZV+1ZV+lZV+lZV+lZV+lZVJrQYrwAAABt0Uk5TAAYMFRYYGR4jLU5PVVZlZsDD2d7f4OTl7/DzT4/mHgAAAGVJREFUeNplz1sSgCAIBVB6Y2lq0Uv3v8+kqVHzfsH5uAzwppohS2NttovVZzA6H0FrXZ+eoXq6IMzDxdAtCCBNBFCEcsMEQB1hT0HulIEkVIQRei5VpjzLmRxDGkE/gNZ+ULx/AzanCbRNmNlVAAAAAElFTkSuQmCC");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  left: -25px;
  position: absolute;
  top: 1.5px;
  width: 16px;
}

.wrapper-dropdown-3:after {
  border-color: #8aa8bd transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  content: "";
  height: 0;
  margin-top: -3px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
}

.vidThumbnail {
  min-width: 368px;
}

.videoImage,
.vidThumbnail {
  min-height: 200px;
  position: relative;
  width: 100%;
}

.videoImage {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.timeCode {
  background: rgba(0, 0, 0, 0.46);
  border-radius: 5px 0 0 0;
  bottom: 0;
  font-size: 18px;
  padding: 6px 15px;
  position: absolute;
  right: 0;
}

.installWrap {
  margin-top: 35px;
}

.inBody {
  display: inline-block;
  margin: auto;
  position: relative;
  width: 750px;
}

.inBody .col {
  display: block;
  float: left;
  width: 70%;
}

.installWrap h2 {
  color: #fdfdfd;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  padding-right: 10%;
  position: relative;
  text-align: left;
}

.installWrap h2 span {
  color: #fff;
  font-weight: 700;
}

.inBody .col.right {
  width: 30%;
}

.btn_theme_red:link,
.btn_theme_red:visited {
  color: #fff;
}

.btn_theme_red {
  background-color: #fa5655;
  box-shadow: 0 4px 0 #df2c2c;
  position: relative;
  text-transform: uppercase;
  transition: backgroud-color 1s;
}

.btn_icon_arrow-down:after {
  background-image: url(../assets/sprite.png);
  background-position: -80px -24px;
  content: "";
  display: inline-block;
  height: 25px;
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
}

.inFooterLink {
  display: inline-block;
  margin: auto;
  margin-top: 25px !important;
  position: relative;
  width: 750px;
}

.inFooterLink p {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.inFooterLink p img {
  margin: 0 5px 0 10px;
  position: relative;
  top: 8px;
}

.inFooterLink p a {
  color: #fbe158;
}

.btn_size_l {
  font-size: 30px;
  line-height: 60px;
  padding: 0 30px;
}

.custom-select {
  font-family: Arial, sans-serif;
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #1e90ff;
}

.select-selected:after {
  border: 6px solid transparent;
  border-top-color: #fff;
  content: "";
  height: 0;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff;
  top: 7px;
}

.select-items div,
.select-selected {
  border: 1px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  padding: 8px 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-items {
  background-color: #1e90ff;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
}

.select-hide {
  display: none;
}

.same-as-selected,
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.choices {
  font-size: 16px;
  margin-bottom: 24px;
  position: relative;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 10px;
  width: 100%;
}

.choices[data-type*="select-one"] .choices__button {
  background-size: 8px;
  border-radius: 10em;
  height: 20px;
  margin-right: 25px;
  margin-top: -10px;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
}

.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*="select-one"]:after {
  border: 5px solid transparent;
  border-top-color: #333;
  content: "";
  height: 0;
  margin-top: -2.5px;
  pointer-events: none;
  position: absolute;
  right: 11.5px;
  top: 50%;
  width: 0;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  left: 0;
  margin-left: 25px;
  margin-right: 0;
  right: auto;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  background-size: 8px;
  border-left: 1px solid #008fa1;
  display: inline-block;
  line-height: 1;
  margin: 0 -4px 0 8px;
  opacity: 0.75;
  padding-left: 16px;
  position: relative;
  width: 8px;
}

.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  display: inline-block;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
  padding: 7.5px 7.5px 3.75px;
  vertical-align: top;
  width: 100%;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir="rtl"] .choices__list--single {
  padding-left: 16px;
  padding-right: 4px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3.75px;
  margin-right: 3.75px;
  padding: 4px 10px;
  vertical-align: middle;
  word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-left: 3.75px;
  margin-right: 0;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  display: none;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  word-break: break-all;
  z-index: 1;
}

.choices__list--dropdown.is-active {
  display: block;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  border-radius: 0.25rem 0.25rem 0 0;
  bottom: 100%;
  margin-bottom: -1px;
  margin-top: 0;
  top: auto;
}

.choices__list--dropdown .choices__list {
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
  overflow: auto;
  position: relative;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  font-size: 14px;
  padding: 10px;
  position: relative;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    padding-left: 100px;
    padding-right: 10px;
    text-align: right;
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    left: 10px;
    right: auto;
  }  .promo .container .promo__img,	.promo .container .promo__right{		width: 50%;	}
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choices__heading {
  border-bottom: 1px solid #f7f7f7;
  color: gray;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
}

.choices__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  background-color: #f9f9f9;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 100%;
  padding: 4px 0 4px 2px;
  vertical-align: baseline;
}

.choices__input:focus {
  outline: 0;
}

[dir="rtl"] .choices__input {
  padding-left: 0;
  padding-right: 2px;
}

.choices__placeholder {
  opacity: 0.5;
}

* {
  box-sizing: border-box;
}

.formInput form {
  margin: auto auto 0;
  max-width: 750px;
  width: 100%;
}

.formInput form .inner-form {
  align-items: center;
  background: #fff;
  border-radius: 5px 6px 6px 5px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.formInput form .inner-form .input-field {
  height: 60px;
}

.formInput form .inner-form .input-field input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fbe158 !important;
  border-left: 2px solid #fbe158 !important;
  border-radius: 5px 0 0 5px;
  border-top: 2px solid #fbe158 !important;
  color: #2f2f2f;
  display: block;
  font-size: 16px;
  height: 100%;
  padding: 10px 20px;
  width: 100%;
}

.formInput form .inner-form .input-field input.placeholder {
  color: #999;
  font-size: 16px;
}

.formInput form .inner-form .input-field input:-moz-placeholder {
  color: #999;
  font-size: 16px;
}

.formInput form .inner-form .input-field input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}

.formInput form .inner-form .input-field input:focus,
.formInput form .inner-form .input-field input:hover {
  border-color: #fff;
  box-shadow: none;
  outline: 0;
}

.formInput form .inner-form .input-field.first-wrap {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 200px;
}

.formInput form .inner-form .input-field.first-wrap .choices__inner {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: flex;
  height: 100%;
  padding: 10px 30px;
}

.formInput
  form
  .inner-form
  .input-field.first-wrap
  .choices__inner
  .choices__list.choices__list--single {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0;
}

.formInput
  form
  .inner-form
  .input-field.first-wrap
  .choices__inner
  .choices__item.choices__item--selectable.choices__placeholder {
  align-items: center;
  color: #888;
  display: flex;
  height: 100%;
  opacity: 1;
}

.formInput
  form
  .inner-form
  .input-field.first-wrap
  .choices__inner
  .choices__list--single
  .choices__item {
  align-items: center;
  color: #555;
  display: flex;
  height: 100%;
}

.formInput
  form
  .inner-form
  .input-field.first-wrap
  .choices[data-type*="select-one"]:after {
  border-color: #e5e5e5 transparent transparent;
  right: 30px;
}

.formInput
  form
  .inner-form
  .input-field.first-wrap
  .choices__list.choices__list--dropdown {
  background: #fff;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: 2px;
  padding: 20px 30px;
}

.formInput
  form
  .inner-form
  .input-field.first-wrap
  .choices__list.choices__list--dropdown
  .choices__item--selectable {
  padding-right: 0;
}

.formInput
  form
  .inner-form
  .input-field.first-wrap
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted {
  background: #fff;
  color: #63c76a;
}

.formInput
  form
  .inner-form
  .input-field.first-wrap
  .choices__list--dropdown
  .choices__item {
  color: #555;
  min-height: 24px;
}

.formInput form .inner-form .input-field.second-wrap {
  flex-grow: 1;
}

.formInput form .inner-form .input-field.third-wrap {
  width: 74px;
}

.btn-infowindow {
  background: rgba(
    251,
    225,
    88,
    0
  ); /* Use rgba to set the alpha value (0.5 for 50% transparency) */
  border: 0;
  border-radius: 0 5px 5px 0;
  color: #fff;
  cursor: pointer;
  height: 100%;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  white-space: nowrap;
  width: 100%;
}

.btn-infowindow svg {
  color: #333;
  position: relative;
  top: 2px;
  width: 28px;
}

.btn-infowindow:hover {
  background: #50c058;
}

.btn-infowindow:focus {
  box-shadow: none;
  outline: 0;
}

.formInput form .inner-form .input-field.third-wrap .btn-search {
  background: #fbe158;
  border: 0;
  border-radius: 0 5px 5px 0;
  color: #fff;
  cursor: pointer;
  height: 100%;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  white-space: nowrap;
  width: 100%;
}

.formInput form .inner-form .input-field.third-wrap .btn-search svg {
  color: #333;
  position: relative;
  top: 2px;
  width: 28px;
}

.formInput form .inner-form .input-field.third-wrap .btn-search:hover {
  background: #50c058;
}

.formInput form .inner-form .input-field.third-wrap .btn-search:focus {
  box-shadow: none;
  outline: 0;
}

.other-links {
  padding: 20px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.other-links .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.other-links .item-list .other-links-item {
  text-decoration: none !important;
  transition: filter 0.3s ease;
  width: 25%;
}

.other-links .item-list .other-links-item:hover {
  filter: brightness(0.8);
}

.other-links .item-list .btn {
  border: none !important;
  display: flex;
  justify-content: center;
  margin: 5px;
  outline: none;
  padding: 2px 30px;
}

.other-links:after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #fff;
  bottom: -20px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 0;
}

.other-links .btn-fb {
  background-color: #1877f2;
}

.other-links .btn-fb,
.other-links .btn-inst {
  color: #fff;
  font-size: 30px;
  transition: backgroud-color 1s;
}

.other-links .btn-inst {
  background-color: #da3b5a;
}

.other-links .btn-tw {
  background-color: #4698d6;
}

.other-links .btn-tw,
.other-links .btn-yt {
  color: #fff;
  font-size: 30px;
  transition: backgroud-color 1s;
}

.other-links .btn-yt {
  background-color: red;
}

.other-links-item {
  cursor: pointer;
  display: inline-grid;
}

.other-links img {
  margin: 15px auto;
  max-width: 140px;
}

.step__link-arrow-en {
  bottom: -102px;
  left: 178px;
}

.header__center,
.header__left,
.header__right {
  align-items: center;
  display: flex;
}

.header__center,
.header__right {
  margin-left: auto;
}

.promo-article-block {
  min-height: 330px;
  padding: 30px 0 20px;
}

.promo-article-block .promo__right {
  margin-left: 30.15254%;
  width: 68.15254%;
}

.promo-article-block .promo__title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2em;
}

.promo-article-block .promo__text {
  color: #554b17;
  font-size: 16px;
}

.promo-article-block .promo__advantage {
  font-size: 23px;
  margin-bottom: 22px;
  text-align: left;
}

.promo-article-block .promo__download {
  display: inline-block;
}

.promo-article-block .antivirus__text {
  display: block;
  margin-bottom: 4px;
}

.promo-article-block .antivirus__copyright {
  margin-left: 0;
}

.page_support_yes .promo-article-block .antivirus {
  display: inline-block;
  margin-left: 14px;
  margin-top: -8px;
  vertical-align: middle;
}

.page_support_no .promo-article-block .promo__unsupport {
  text-align: left;
}

.tutorial-article-block {
  padding: 10px 0 40px;
}

.tutorial-article-block .tutorial__title {
  margin-bottom: 24px;
}

.tutorial-article-block .tutorial-article-block-img {
  text-align: center;
}

.tutorial-article-block .tutorial-article-block-img img {
  max-width: 100%;
}

.advantages-article-block {
  padding-top: 10px;
}

.advantages-article-block .advantages__title {
  font-size: 30px;
  margin-bottom: 30px;
  padding-bottom: 38px;
}

.advantages-article-block .advantages__list {
  font-size: 23px;
  margin-bottom: 46px;
}

.advantages-article-block .advantages__item:not(:last-child) {
  margin-bottom: 16px;
}

.req-article-block {
  padding: 20px 0 44px;
}

.req-article-block .req__title {
  font-size: 30px;
}

.req-article-block .social-widget {
  padding-top: 10px;
}

.articles-page-top {
  background: #fbe158;
  padding: 17px 0;
  position: relative;
}

.articles-page-top:after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #fbe158;
  bottom: -20px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 0;
}

.articles-page-top h1 {
  float: left;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  margin: 0;
  padding: 10px 0;
}

.articles-page-top .pagination {
  text-align: center;
}

.articles-page-top .pagination ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.articles-page-top .pagination ul li {
  display: inline-block;
  font-size: 16px;
  padding: 10px 30px;
}

.articles-page-top .pagination ul li.active a {
  border-color: #099686;
  color: #099686;
  font-weight: 700;
}

.articles-page-top .pagination ul li a {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #000;
  display: block;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  transition: border 0.3s ease;
  width: 35px;
}

.articles-page-top .pagination ul li a:hover {
  border-color: #fa5655;
}

.articles-page-body {
  padding: 36px 0 32px;
}

.articles-page-body ul {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 136px;
  column-gap: 136px;
  -moz-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc;
  font-size: 17px;
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
}

.articles-page-body ul li {
  padding: 8px 0 0;
}

.articles-page-body ul li a {
  color: #000;
  font-weight: 300;
  text-decoration: none;
  transition: none;
}

.articles-page-body ul li a b,
.articles-page-body ul li a strong {
  font-weight: 600;
}

.articles-page-body ul li a:hover {
  color: #fa5655;
  text-decoration: underline;
}

body,
html {
  height: 100%;
}

.main-wrapper-height {
  min-height: 100%;
  position: relative;
}

/* .loader8 {
    background-color: hsla(0, 0%, 39%, .5);
    display: none;
    height: 48px;
    left: 50%;
    margin-left: -90px;
    position: fixed;
    top: 50%;
    transform-origin: 50% 50%;
    width: 180px;
    z-index: 1000
}
*/

/* .loader8 {
    display: none;
} */

.loader8.is-active {
  display: block;
}

.how-to-download h2 {
  font-weight: 500;
  margin-top: 60px;
  text-align: center;
}

.how-to-download .container {
  padding: 50px;
  position: relative;
}

.how-to-download .container:before {
  background: var(--main-blue);
  border-radius: 8px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}
.how-to-download .item{
	margin-top: 50px;
}
.how-to-download .item ul{
	padding-top: 20px;
}
.how-to-download .item ul li{
	position: relative;
    padding: 10px 0 10px 20px;
    margin: 0 1.5% 0 1%;
}
.how-to-download .item ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #333;
    left: 0;
    top: 20px;
    position: absolute;
}
.benefits-container {
  padding: 50px 0;
}

.benefits-container .centered {
  text-align: center;
}

.benefits-container .heading {
  font-size: 20px;
  font-weight: 600;
  margin-top:10px;  
  margin-bottom: 10px;
}

.benefits-container .benefits {
  display: flex;
  justify-content: space-between;
  margin:35px 0 20px 0;
  background-color: #cdedea;
  border-radius: 10px;
  padding: 20px;
}
.benefits-container .benefits >div{
	text-align: center;
	padding: 15px;
	font-size: 16px;
}
.benefits-container .benefits-vertical {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.benefits-container .benefits-vertical picture {
  flex-shrink: 0;
}

.benefits-container .benefits-vertical > div {
  display: flex;
}

.benefits-container .benefits-vertical > div .unit {	width: 68%;	padding-right: 2%;}
.benefits-container .benefits-vertical > div .img-pu{	width: 30%;	}
.ptb-40{
	padding-bottom: 40px;
	padding-top: 40px;
}

@media (max-width: 575.98px) {
  .header.line {
    padding-top: 0;
  }.benefits-container .benefits-vertical > div .unit{	width: 100%;}
.benefits-container .benefits-vertical > div .img-pu{	width: 100%;}
  .step_queue_2 .step__image-wrapper,
  .step_queue_3 .step__image-wrapper,
  .step_queue_4 .step__image-wrapper {
    margin-left: 0;
  }

  .tutorial .step__image-wrapper img {
    max-width: 100%;
  }

  .promo-article-block {
    padding-top: 0;
  }

  .promo-article-block .promo__img-item {
    width: 100%;
  }

  .promo-article-block .promo__right,
  .promo__right {
    float: none;
    margin-left: 0;
    padding-bottom: 20px;
    width: 100%;
  }

  .promo-article-block .promo__title,
  .promo__title {
    font-size: 24px;
  }

  .promo-article-block .promo__text,
  .promo__text {
    font-size: 16px;
  }

  .promo-article-block .promo__advantage {
    text-align: center;
  }

  .promo-article-block .promo__download {
    display: block;
  }

  .main-advantages__wrapper {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .main-advantages__text {
    font-size: 18px;
  }

  .main-advantages__subtitle {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .main-advantages__item-title {
    font-size: 18px;
  }

  .main-advantages__list {
    margin-top: 16px;
  }

  .main-advantages__item {
    margin-bottom: 16px;
  }

  .main-faq {
    padding-bottom: 30px;
  }

  .main-faq__title {
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .accordion {
    font-size: 18px;
  }

  .accordion__button {
    padding-bottom: 10px;
  }

  .accordion__button:after {
    height: 24px;
    right: 0;
    width: 24px;
  }

  html[dir="rtl"] .accordion__button:after {
    left: 0;
    right: auto;
  }

  .accordion__button.active + .accordion__content {
    padding-top: 10px;
  }

  .page_support_yes .promo-article-block .antivirus {
    display: block;
    margin-left: 0;
    margin-top: 14px;
  }

  .step .step__desc {
    display: flex;
    margin: 0 0 40px;
    width: 100%;
  }

  .step .step__number {
    left: 0;
    margin: 0 20px 0 0;
    position: relative;
    top: 0;
  }

  .tutorial-item {
    width: 100% !important;
  }

  .tutorial-item img {
    max-width: 100%;
  }

  .articles-page-body ul {
    --moz-column-count: 1;
    --webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .optionform {
    min-width: 370px;
  }
}

@media (max-width: 690px) {
  .header .container {
    display: grid !important;
    grid-template-areas: "left right" "center center" !important;
    grid-template-columns: 3fr 1fr;
  }

  .langWrapper .lang__current span {
    display: none;
  }

  .logo_size_big:before {
    width: 40px;
  }

  .header__center .menu {
    display: none;
  }

  .header__left img {
    height: 40px;
    width: 40px;
  }

  .header__center {
    width: 100%;
  }

  .header__right {
    gap: 5px;
  }

  .menu__link {
    display: block;
    text-align: center;
  }

  .header__center .menu.show {
    display: block;
    height: auto;
    overflow: hidden;
    width: 100%;
  }

  .menu__toggle {
    align-items: center;
    display: flex !important;
    width: 40px;
  }
}

@media (max-width: 860px) {
  .header .logo_size_big {
    font-size: 16px;
  }

  .header .lang__icon {
    height: 22px;
    width: 32px;
  }

  h2 {
    font-size: 28px !important;
  }

  .container {
    padding: 20px !important;
  }

  .promo .container {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
  }

  .promo .container .promo__right {
    padding: 0 20px;
  }

  .how-to-download .step {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .how-to-download .step > div {
    width: 100% !important;
  }

  .other-links .item-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .other-links .item-list .btn {
    padding: 5px 10px;
  }

  .other-links .item-list .other-links-item {
    width: 50%;
  }

  .benefits {
    align-items: center !important;
    flex-direction: column !important;
  }

  .benefits > div {
    text-align: center;
  }

  .benefits-vertical > div {
    flex-direction: column !important;
  }

  .how-to-download {
    padding: 0 20px;
  }

  .optionsForm {
    background: #fff;
    display: inline-block;
    margin: 15px 0 -10px;
    padding: 20px 0;
    position: relative;
    width: 100%;
    z-index: 999;
  }

  .variationWrap {
    align-items: center;
    display: flex;
    flex-flow: column;
    margin-top: 10px;
  }

  .optionform {
    display: block;
    order: 2;
    order: 1;
    padding: 0;
  }

  .container.topform {
    padding: 50px 20px !important;
  }
}

@media (max-width: 911px) {
  .promo-article-block .promo__img {
    display: flex;
    justify-content: center;
  }

  .promo-article-block .promo__img .promo__img-item {
    width: 80%;
  }

  .promo-article-block .promo__right {
    display: flex;
    flex-direction: column;
  }

  .promo-article-block .promo__right .promo__advantage,
  .promo-article-block .promo__right .promo__unsupport,
  .promo-article-block .promo__right .title_level_1 {
    text-align: center;
  }
}

@media (max-width: 1020px) {
  .articles-page-body .container {
    padding: 0 5%;
  }

  .clearfix {
    padding-left: 5%;
  }
}

@media (max-width: 889px) {
  .tutorial .step__link-arrow {
    display: none;
  }
}

@media (max-width: 465px) {
  .wrapper-dropdown-3 .dropdown li a {
    font-size: 14px;
    padding: 8px 5px;
  }

  .wrapper-dropdown-3 .dropdown li a span:before {
    height: 14px;
    left: -16px;
    width: 10px;
  }
}

@media (max-width: 389px) {
  .antivirus__copyright {
    margin-right: 35px;
    margin-top: 5px;
  }
}

/* ========== */

/* CUSTOM ALERT----- */
.custom-alert {
  width: 550px;
  background-color: #fff;
  padding: 32px 25px;
  border-radius: 12px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  z-index: 100;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  top: -900px;
  transition: top 0.2s ease;
}

.custom-alert.show {
  top: 60px;
  z-index: 1000;
}

.custom-alert .close {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 15px;
  cursor: pointer;
}

.custom-alert .title {
  margin-bottom: 18px;
}.custom-alert .subheading{	font-size: 20px;	font-weight: 600;}
.custom-alert .try-advance.subheading{	font-size: 25px;}
.title .question {
  font-size: 22px;
  margin-top: 3px;
  color: #7b7a7a;
}

.custom-alert .app-info {
  margin: 15px auto;
  display: block;
  text-align: center;
}

.app-info .reviews {
  display: flex;
  justify-content: center;
}

.reviews .stars {
  display: flex;
  align-items: center;
  margin-right: 15px;
  justify-content: center;
  margin-top: 10px;
}

.stars img {
  width: 20px;
}

.reviews .rating {
  margin-top: 10px;
  font-size: 18px;
}

.custom-alert .button {
  padding: 16px 20px;
  border-radius: 18px;
  background-color: rgb(230, 254, 246);
  border: 1px solid rgb(0, 131, 179);
  color: rgb(0, 131, 179);
  width: 44%;
  display: block;
  margin: 7px auto;
  cursor: pointer;
  font-size: 17px;
}

@media (max-width: 600px) {
  .custom-alert {
    width: 80%;
    padding: 25px 18px;
  }

  .title .question {
    font-size: 18px;
  }

  .custom-alert .button {
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 16px;
  }

  .custom-alert .titleHeading {
    font-size: 18px !important;
  }

  .subheading {
    font-size: 16px;
  }
}

.vertical-list {
  display: flex;
  flex-direction: column; /* Arrange items vertically */
  align-items: center; /* Center items horizontally */
}

.grid-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}

/*! CSS Used from: http://localhost/videodd/style.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#result {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
  margin: 20px auto;
}

#videoTitle {
  margin-top: 20px;
  margin-bottom: 20px;
}

#singleVideo i {
  margin-right: 5px;
}

table {
  width: 100%;
}

table {
  background-color: transparent;
}

table tr th {
  text-align: center;
  padding: 5px;
}

table tr td {
  text-align: center;
  padding: 5px;
}

.btn {
  padding: 8px 16px;
  border-radius: 0;
}

.btn {
  background-color: var(--primary-color);
  border: none;
  color: var(--main-blue);
  cursor: pointer;
  font-size: 14px;
}

#pills-tab li {
  width: 50% !important;
  text-align: center;
}

ul li {
  list-style: none;
}

.responsive__table {
  width: 100%;
  border-collapse: collapse;
}

.responsive__table thead {
  /* border: 1px solid var(--primary-color); */
  padding: 5px;
  margin-right: 10px;
}

.responsive__table thead tr:first-child {
  border-radius: 10px;
  margin-left: 10px;
}

.responsive__table tbody tr {
  margin-bottom: 5px;
}

.responsive__table td,
.responsive__table th {
  text-align: start;
  font-size: 16px;
  /* border: 1px dashed rgb(40, 38, 38); */
}

/* .responsive__table td[data-label="Link"],.responsive__table td[data-label="File Size"],.responsive__table td[data-label="Mirror"]{
    text-align: center;
} */

@media screen and (max-width: 1100px) {
  #singleVideo i {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .responsive__table thead {
    display: none;
  }

  .responsive__table,
  .responsive__table tbody,
  .responsive__table tr,
  .responsive__table td {
    display: block;
    width: 100%;
  }

  .responsive__table tr {
    margin-bottom: 15px;
    border: 1px solid gray;
  }

  .responsive__table td {
    text-align: right;
    padding-left: 10px;
    text-align: right;
    position: relative;
  }

  .responsive__table th {
    padding: 5px 15px;
  }

  .responsive__table td {
    padding-bottom: 5px;
  }

  .responsive__table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }

  .download-label {
    display: none;
  }
}

/*! CSS Used from: https://pro.fontawesome.com/releases/v5.10.0/css/all.css */
.fa,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-download:before {
  content: "\f019";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*! CSS Used from: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css */
*,
::after,
::before {
  box-sizing: border-box;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

b {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-5,
.col-md-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #007bff;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.text-center {
  text-align: center !important;
}
.banner-btn {
  margin-top: 40px;
}
.banner-btn .btn {
  color: #000;
  background-color: #fbe158;
  position: relative;
  border-radius: 30px;
  font-size: 22px;
  font-weight: 500;
  border-color: #fbe158;
  padding: 10px 30px;
}
.banner-btn .btn .download-ic {
  width: 33px;
  height: 33px;
  background: url(https://www.acethinker.com/wp-content/themes/acetheme/dist/img/icon/download-black.svg)
    0 0 / contain no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.eot);
  src: url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.eot?#iefix)
      format("embedded-opentype"),
    url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.woff2)
      format("woff2"),
    url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.woff)
      format("woff"),
    url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.ttf)
      format("truetype"),
    url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.svg#fontawesome)
      format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.eot);
  src: url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.eot?#iefix)
      format("embedded-opentype"),
    url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.woff)
      format("woff"),
    url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.ttf)
      format("truetype"),
    url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.svg#fontawesome)
      format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.eot);
  src: url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.eot?#iefix)
      format("embedded-opentype"),
    url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.woff)
      format("woff"),
    url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.ttf)
      format("truetype"),
    url(https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.svg#fontawesome)
      format("svg");
}

/* Tabs styling  */
#pills-tab {
  justify-content: center;
  background: #f9f9f9;
  padding: 8px;
  border-radius: 7px;
}
#pills-tab li {
  width: 33% !important;
  text-align: center;
}
.nav-item {
  display: flex !important;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
}

.nav-item.active {
  background: #07a796;
  color: #fff;
  border-radius: 8px;
  display: flex !important;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
}
.nav-pills .nav-link.active {
  color: #fff !important;
  background-color: transparent !important;
}

#pills-convert .convert-item {
  width: 100%;
  padding: 12px 18px;
  border-radius: 8px;
  background-color: #f9f9f9;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
  gap: 24px;
  align-items: center;
}
#pills-convert .convert-item .icon {
  width: 10%;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 6px;
}
#pills-convert .convert-item .icon.edit {
  background-color: #fef791;
}
#pills-convert .convert-item .icon.convert {
  background-color: #cff3ca;
}
#pills-convert .convert-item .convert-Btn {
  padding: 11px 12px;
  background-color: #07a796;
  margin-left: auto;
  border-radius: 8px;
  color: white;
}
#pills-convert .convert-item h5 {
  text-align: start;
}

/* -----------Video  section new design Css------- */

.video-section {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.first-div {
  width: 40%;
}
.second-div {
  width: 60%;
}
.main-video-section {
  background-color: #fff;
  width: 100%;
  height: 30%;
  padding: 20px;
  border-radius: 10px;
}
.form-select {
  width: 100%;
  border: 1px solid gray;
  border-radius: 6px;
  padding: 5px;
}
.btn-new {
  background-color: var(--main-blue);
  border: none;
  color: white;
  cursor: pointer;
  font-size: 15px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.btn-new-freedownload {
  background-color: #fbe158;

  border: none;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 8px;
  margin-top: 20px;
}
.headingText {
  display: flex;
  justify-content: space-between;
}
.right-bar {
    position: fixed;
    right: 0;
    bottom: 10%;
    width: 48px;
    z-index: 1000;
    cursor: pointer;
}
.right-bar > div {
    float: left;
    height: 46px;
    margin-bottom: 1px;
    border-radius: 20px 0 0 20px;
    color: #fff;
    padding-left: 100%;
    clear: both;
    white-space: nowrap;
    font-size: 13px;
    line-height: 46px;
    font-style: normal;
    background-repeat: no-repeat;
    background-position: 12px center;
    display: none;
    background-size: contain;
   
}
.right-bar .bar-backTop {
    background-image: url(../img/icon/uptop-o.png);
    background-position: 0 center;
    background-size: 46px;
}
@media (max-width: 1200px) {
.wrapper-box{
	width: 96%;
}	
}

