@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url(/public/fonts/Roboto-Light.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url(/public/fonts/Roboto-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url(/public/fonts/Roboto-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url(/public/fonts/Roboto-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: 400;
  src: url(/public/fonts/RobotoCondensed-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: 500;
  src: url(/public/fonts/roboto-condensed-medium.ttf);
  font-display: swap;
}

.howto_blocks {
  display: none !important;
}


/*-------------Clear page------------------*/
body,
form,
form input,
form div,
span,
div,
p,
h1,
h2,
h3,
h4,
dl,
dt,
dd,
ul,
ol,
li,
img,
form input,
textarea,
select {
  padding: 0;
  margin: 0;
}
body table,
th,
tr,
td {
  padding: 0;
  border: 0;
  border-collapse: collapse;
  margin: 0;
}
body > img {
  position: absolute;
  border: none;
}
#captcha_container {
  margin-bottom: 20px;
  order: 1;
}

#captcha_container > div {
  height: auto !important;
}
/*-------------Main setup------------------*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;

  overflow-x: hidden;
}
body {
  min-height: 100%;
  min-width: 320px;
  height: auto !important;
  font: 17px/24px "Roboto", sans-serif;
  font-weight: 400;
  color: #424242;
  background-color: #4e6680;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
}
b {
  font-weight: 500;
}
a {
  color: #16a4fa;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
.container {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
}
.no-cols {
  background-color: #f7f7f7;
  padding: 20px;
}

h1,
h2,
h3,
h4,
h5,
.h3 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
}
h3,
.h3 {
  font-size: 24px;
  line-height: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: #424242;
}
input,
textarea,
select {
  outline: none;
}
input[type="text"],
input[type="email"] {
  border: none;
  font: 18px/22px "Roboto", sans-serif;
  background: #fff;
}

#buzztable input[type="text"],
#buzztable input[type="email"],
#buzztable textarea {
  border: 1px solid #888;
  border-radius: 6px;
  height: 42px;
  padding: 0 17px;
  font-size: 17px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

#buzztable textarea {
  height: 230px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.buzztable_row {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  max-width: 650px;
  align-items: center;
}

.buzztable_row.no_flex {
  flex-direction: column;
  align-items: start;
}

.buzztable_row.no_flex .buzztable_left {
  min-height: 30px;
  margin-top: 8px;
}

.buzztable_row.no_flex .buzztable_right {
  width: 100%;
}

.buzztable_row .buzztable_left {
  width: 190px;
}

.buzztable_row .buzztable_left:last-child {
  width: auto;
}

.buzztable_row .buzztable_right {
  flex: 1;
}

.buzztable_row input[type="checkbox"] {
  display: none;
}

.buzztable_row input[type="checkbox"] + label {
  display: flex;
  align-items: center;
}

.buzztable_row input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Crect%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%222.5%22%20ry%3D%222.5%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M21%2C24H3c-1.65%2C0-3-1.35-3-3V3C0%2C1.35%2C1.35%2C0%2C3%2C0H21c1.65%2C0%2C3%2C1.35%2C3%2C3V21c0%2C1.65-1.35%2C3-3%2C3ZM3%2C1C1.9%2C1%2C1%2C1.9%2C1%2C3V21c0%2C1.1%2C.9%2C2%2C2%2C2H21c1.1%2C0%2C2-.9%2C2-2V3c0-1.1-.9-2-2-2H3Z%22%20style%3D%22fill%3A%23888%3B%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}

.buzztable_row input[type="checkbox"]:checked + label:before {
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%3E%3Cpath%20d%3D%22M3%2C.5H21c1.38%2C0%2C2.5%2C1.12%2C2.5%2C2.5V21c0%2C1.38-1.12%2C2.5-2.5%2C2.5H3c-1.38%2C0-2.5-1.12-2.5-2.5V3C.5%2C1.62%2C1.62%2C.5%2C3%2C.5Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M21%2C24H3c-1.65%2C0-3-1.35-3-3V3C0%2C1.35%2C1.35%2C0%2C3%2C0H21c1.65%2C0%2C3%2C1.35%2C3%2C3V21c0%2C1.65-1.35%2C3-3%2C3ZM3%2C1C1.9%2C1%2C1%2C1.9%2C1%2C3V21c0%2C1.1%2C.9%2C2%2C2%2C2H21c1.1%2C0%2C2-.9%2C2-2V3c0-1.1-.9-2-2-2H3Z%22%20style%3D%22fill%3A%23888%3B%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M9.27%2C18.93s-.05%2C0-.09-.05L3.06%2C12.6s-.06-.08-.06-.13%2C0-.09%2C.06-.14l1.56-1.6s.06-.05%2C.09-.05%2C.05%2C0%2C.1%2C.05l4.46%2C4.57L19.19%2C5.12s.06-.05%2C.09-.05%2C.05%2C0%2C.09%2C.05l1.57%2C1.61s.06%2C.08%2C.06%2C.13%2C0%2C.08-.06%2C.13l-11.58%2C11.88s-.06%2C.05-.1%2C.05Z%22%20style%3D%22fill%3A%232ec888%3B%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}

.buzztable_row input[type="submit"].btn {
  top: auto;
  margin: 10px 0 0;
}

input[type="submit"] {
  border: 0 none;
  cursor: pointer;
  font: 16px/20px "Roboto", sans-serif;
}
.icon72 {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  float: left;
}
.icon48 {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  float: left;
}
.icon40 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
}
/*.clear:after {*/
/*	display:block;*/
/*	content:'';*/
/*	clear:both;*/
/*}*/
.hide {
  display: none;
}
/*-------------Header------------------*/
.header {
  height: 80px;
  position: relative;

  background-color: #112232;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header::before,
.header::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #112232;
  display: block;
  top: 0;
  bottom: 0;
}
.header::before {
  right: 100%;
}
.header::after {
  left: 100%;
}

.logo,
.header > a {
  height: 52px;
}
.logo {
  display: none;
}
.logo.v2 {
  display: block;
}

.mobile_menu {
  display: none;
}

.lang {
  color: #fff;
  font: 500 16px "Roboto", sans-serif;
  cursor: pointer;
  padding-right: 10px;
}
.lang_slct {
  padding-left: 55px;
  cursor: pointer;
  position: relative;
}

.lang_slct:before,
.lang_dd a:before {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.lang_dd a:before {
  left: 7px;
  top: 50%;
  width: 40px;
  height: 28px;
  transform: translate(0, -50%);
}

.lang_slct.en:before,
.lang_dd a.en:before {
  background: url("/public/v2/img/languages/en.svg") no-repeat;
}
.lang_slct.es:before,
.lang_dd a.es:before {
  background: url("/public/v2/img/languages/es.svg") no-repeat;
}
.lang_slct.fr:before,
.lang_dd a.fr:before {
  background: url("/public/v2/img/languages/fr.svg") no-repeat;
}
.lang_slct.pt:before,
.lang_dd a.pt:before {
  background: url("/public/v2/img/languages/pt.svg") no-repeat;
}
.lang_slct.de:before,
.lang_dd a.de:before {
  background: url("/public/v2/img/languages/de.svg") no-repeat;
}
.lang_slct.zh:before,
.lang_dd a.zh:before {
  background: url("/public/v2/img/languages/zn.svg") no-repeat;
}
.lang_slct.ru:before,
.lang_dd a.ru:before {
  background: url("/public/v2/img/languages/ru.svg") no-repeat;
}

.lang_dd a.en:before {
  background: url("/public/v2/img/languages/dropdown/en.svg") no-repeat center;
}
.lang_dd a.es:before {
  background: url("/public/v2/img/languages/dropdown/es.svg") no-repeat center;
}
.lang_dd a.fr:before {
  background: url("/public/v2/img/languages/dropdown/fr.svg") no-repeat center;
}
.lang_dd a.pt:before {
  background: url("/public/v2/img/languages/dropdown/pt.svg") no-repeat center;
}
.lang_dd a.de:before {
  background: url("/public/v2/img/languages/dropdown/de.svg") no-repeat center;
}
.lang_dd a.zh:before {
  background: url("/public/v2/img/languages/dropdown/zn.svg") no-repeat center;
}
.lang_dd a.ru:before {
  background: url("/public/v2/img/languages/dropdown/ru.svg") no-repeat center;
}

.lang_dd {
  position: absolute;
  right: 0;
  top: 18px;
  width: 100px;
  background-color: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  z-index: 100000;
  display: none;
  box-shadow: 0 5px 10px 2px rgba(17, 12, 46, 0.16);
}
.lang_dd a {
  display: block;
  padding-left: 60px;
  line-height: 50px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #272727;
}
.lang_dd a:hover {
  color: #bc260d;
}
.lang_dd a:first-child {
  border-bottom: 1px solid #e1e1e1;
}

.lang_dd {
  top: 80px;
}

.wrapper_privacy h2, .wrapper_privacy h3, .wrapper_privacy h4 {margin: 20px 0 10px;}
.wrapper_privacy ul {padding: 20px;}


@media (max-width: 960px) {
  .lang_dd {
    top: 70px;
  }
}
/*@media (max-width: 500px)  {*/
/*	.lang_dd {*/
/*		top: 39px;*/
/*	}*/
/*}*/
/*styles for lang menu: end*/

.menu {
  background-color: #f6f8fa;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  height: 49px;
}
.menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 6px 6px;
}
.menu li {
  display: block;
  position: relative;
  list-style: none;
  flex-grow: 1;
}
.container .menu a {
  font: 17px/49px "Roboto", sans-serif;
  text-align: center;
  color: #112232;
  display: block;
}
.menu a:hover {
  color: #188aca;
}
.menu li.selected {
}
.container .selected a {
  background-color: #16a4fa;
  color: #fff;
}
.selected a:hover {
  color: #fff;
}

.img_footer {
  position: absolute;
}

.footer {
  border-radius: 0 0 10px 10px;
  clear: both;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.footer .columns {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.footer .footer_links2 {
  background-color: #fff;
  width: 74%;
  max-width: 948px;
  border-radius: 6px;
  height: 50px;
  padding: 14px 30px;
  margin-right: 20px;
  text-align: left;
  box-sizing: border-box;
}
#footer .copy a,
.footer_links2 a {
  color: #4e6680;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
/*#footer .footer_links2 a:hover {*/
/*	text-decoration: none;*/
/*}*/
.footer > a {
  font: 28px "Roboto", sans-serif;
  color: #4e6680;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .copy span {
  color: #4e6680;
}
.footer .copy a {
  color: #b4c4d4;
  text-decoration: underline;
}
.footer .copy {
  color: #eff3f6;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

/*------------- Left Column Blocks------------------*/
.columns_wrapper {
  display: flex;
  justify-content: space-between;
}
.left_container {
  width: 948px;
  display: flex;
  flex-direction: column;
}
.left_container > h1 {
  margin-top: 40px;
}
.right_container {
  /*overflow: hidden;*/
  width: 331px;
  border-radius: 6px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.wide_container {
  background-color: #f7f7f7;
  width: 100% !important;
}
.nav {
  margin: 11px 10px 7px 0;
  font-size: 13px;
  display: inline-block;
  list-style: none;
  position: relative;
  line-height: 22px;
  visibility: hidden;
}
.nav:first-child {
  margin-left: 22px;
}
.nav:after {
  font-size: 13px;
  display: block;
  content: "›";
  position: absolute;
  top: -1px;
  right: -9px;
}
.nav:last-child:after {
  display: none;
}
.articles-nav li:after {
  color: #01b96d;
}
.articles-nav li:last-child:after {
  display: none;
}
.left_container h1 {
  margin-bottom: 20px;
}
.left_container h1 {
  background-color: #102232;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.left_container h1 strong {
  font-weight: 900;
}

.unitewidget .button.main_join {
  background-color: red !important;
}
/*------------- Right Column Blocks------------------*/
.howto_related {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.fdm_block {
  background-color: #999;
  width: calc(33% - 9px);
  padding: 30px 18px 73px 30px;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  min-height: 210px;
  border-radius: 6px;
}
.fdm_block:nth-child(1) {
  background-color: #63a1f4;
  background-position: center;
  background-size: cover;
}
.fdm_block:nth-child(2) {
  background-color: #f95168;
  background-position: center;
  background-size: cover;
}
.fdm_block:nth-child(3) {
  background-color: #9999ff;
  background-position: center;
  background-size: cover;
}
.how_to_block_h1 > span:not(.date_info) {
  position: relative;
  font-weight: 500;
  color: #fff;
  font-size: 26px;
  line-height: normal;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
}

.how_to_block_h1 > span:not(.date_info)::before {
  content: "";
  display: block;
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #102232;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 6px;
}
.fdm_block:nth-child(1) .how_to_block_h1 > span:not(.date_info)::before {
  background: #102232
    url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M20.8333%2011.6667C22.214%2011.6667%2023.3333%2010.5474%2023.3333%209.16667C23.3333%207.78595%2022.214%206.66667%2020.8333%206.66667C19.4526%206.66667%2018.3333%207.78595%2018.3333%209.16667C18.3333%2010.5474%2019.4526%2011.6667%2020.8333%2011.6667Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0%203.33333C0%201.49238%201.49238%200%203.33333%200H26.6667C28.5076%200%2030%201.49238%2030%203.33333V26.6667C30%2028.5076%2028.5076%2030%2026.6667%2030H3.33333C1.49238%2030%200%2028.5076%200%2026.6667V3.33333ZM26.6667%203.33333H3.33333V16.5323L8.9589%2012.0319C9.5676%2011.5449%2010.4325%2011.5449%2011.0412%2012.0319L18.2097%2017.7667L20.4882%2015.4882C21.1391%2014.8373%2022.1944%2014.8373%2022.8452%2015.4882L26.6667%2019.3096V3.33333ZM3.33333%2026.6667H26.6667V24.0236L21.6667%2019.0237L19.5119%2021.1785C18.9114%2021.779%2017.9554%2021.832%2017.2922%2021.3014L10.0001%2015.4677L3.33333%2020.8011V26.6667Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A")
    no-repeat center center;
}
.fdm_block:nth-child(2) .how_to_block_h1 > span:not(.date_info)::before {
  background: #102232
    url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2235%22%20height%3D%2224%22%20viewBox%3D%220%200%2035%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M33.7292%202.16665C33.2167%201.83331%2032.5333%201.83331%2032.0208%202.16665L24.5042%207.16665V3.66665C24.5042%201.83331%2022.9667%200.333313%2021.0875%200.333313H3.83334C1.95417%200.333313%200.416672%201.83331%200.416672%203.66665V20.3333C0.416672%2022.1667%201.95417%2023.6667%203.83334%2023.6667H20.9167C22.7958%2023.6667%2024.3333%2022.1667%2024.3333%2020.3333V16.8333L31.85%2021.8333C32.1917%2022%2032.5333%2022.1667%2032.875%2022.1667C33.2167%2022.1667%2033.3875%2022.1667%2033.7292%2022C34.2417%2021.6667%2034.5833%2021.1667%2034.5833%2020.5V3.66665C34.5833%202.99998%2034.2417%202.49998%2033.7292%202.16665ZM20.9167%2020.3333H3.83334V3.66665H20.9167V10.3333V13.6666V20.3333ZM31.1667%2017.1667L24.3333%2012.6666V11.1666L31.1667%206.66665V17.1667Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A")
    no-repeat center center;
}
.fdm_block:nth-child(3) .how_to_block_h1 > span:not(.date_info)::before {
  background: #102232
    url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.1906%200.543051C16.694%200.2634%2017.306%200.2634%2017.8094%200.543051L32.8094%208.87638C33.3385%209.17033%2033.6667%209.72803%2033.6667%2010.3333C33.6667%2010.9386%2033.3385%2011.4963%2032.8094%2011.7902L17.8094%2020.1236C17.306%2020.4032%2016.694%2020.4032%2016.1906%2020.1236L1.1906%2011.7902C0.661495%2011.4963%200.333342%2010.9386%200.333342%2010.3333C0.333342%209.72803%200.661495%209.17033%201.1906%208.87638L16.1906%200.543051ZM5.43189%2010.3333L17%2016.76L28.5681%2010.3333L17%203.90658L5.43189%2010.3333Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0.54308%2016.1906C0.990102%2015.3859%202.00477%2015.096%202.80941%2015.5431L17%2023.4267L31.1906%2015.5431C31.9952%2015.096%2033.0099%2015.3859%2033.4569%2016.1906C33.904%2016.9952%2033.6141%2018.0099%2032.8094%2018.4569L17.8094%2026.7902C17.306%2027.0699%2016.694%2027.0699%2016.1906%2026.7902L1.1906%2018.4569C0.385964%2018.0099%200.0960578%2016.9952%200.54308%2016.1906Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0.54308%2022.8572C0.990102%2022.0526%202.00477%2021.7627%202.80941%2022.2097L17%2030.0934L31.1906%2022.2097C31.9952%2021.7627%2033.0099%2022.0526%2033.4569%2022.8572C33.904%2023.6619%2033.6141%2024.6766%2032.8094%2025.1236L17.8094%2033.4569C17.306%2033.7366%2016.694%2033.7366%2016.1906%2033.4569L1.1906%2025.1236C0.385964%2024.6766%200.0960579%2023.6619%200.54308%2022.8572Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A")
    no-repeat center center;
}

.right_container .download_block.fdm_block {
  background: #9999ff
    url(https://www.freedownloadmanager.org/public/v2/img/bg_3.png) center;
  background-size: cover;
  padding: 14px 22px;
  min-height: unset;
  height: 148px;
  position: relative;
}
.right_container .download_block.fdm_block::before {
  content: "";
  position: absolute;
  width: 109px;
  height: 109px;
  right: 20px;
  top: 20px;
  background: url("/public/v2/img/arrow0.svg") no-repeat center;
}
.right_container .download_block.fdm_block span {
  font: 500 30px/35px "Roboto Condensed", sans-serif;
}
.right_container .download_block.fdm_block p {
  font-size: 17px;
  line-height: 20px;
}
.right_container .download_block.fdm_block:hover {
  opacity: 0.8;
}

.fdm_block .date_info {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 18px;
  font-size: 17px;
  font-family: "Roboto Medium", sans-serif;
  color: #000;
  position: absolute;
  left: 30px;
  bottom: 23px;
}

.bcrumbs {
  padding: 10px 30px;
  margin: 0 -30px;
  background-color: #f6f8fa;
  border-radius: 6px 6px 0 0;
  /*width: 100%;*/
  box-sizing: border-box;
}

.buzztext {
  margin-bottom: 20px;
}

.buzztext + ul {
  margin-left: 20px;
}

.featured {
  display: inline-block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
  font-size: 18px;
  font-weight: 900;
  line-height: 33px;
  padding: 0 22px;
  top: 217px;
  color: #172e51;
}
.how_to_block a,
.solutions_block a,
.download_block a,
.translate_block a,
.software_info a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.solutions_block,
.download_block,
.translate_block {
  background-color: #f05c40;
  color: #fff;
  position: relative;
}
.translate_block {
  height: 310px;
}
.solutions_block span,
.download_block span {
  font: 46px/1 "Roboto", sans-serif;
  margin-bottom: 20px;
  display: block;
}
.solutions_block:after,
.translate_block:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 39px;
  left: 33px;
  width: 50px;
  height: 50px;
  background: url(/public/img/sprite.png?1) 0 0 no-repeat;
  z-index: 10;
}
.translate_block:after {
  bottom: 29px;
}
.download_block,
.translate_block {
  background-color: #01b96d;
}
.download_block h1 {
  line-height: 40px;
}
.download_block p {
  font: 30px "Roboto", sans-serif;
}
.download_block:after {
  background-position: 0 -157px;
}

.download_block.fdm_block {
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  flex-shrink: 0;
}

.fdm_block .h3 {
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.translate_block h3 {
  padding: 31px 31px 0 31px;
}
.translate_block p {
  padding: 0 31px;
  font-size: 16px;
  line-height: 25px;
}
.translate_block span {
  color: #ffe778;
}
.translate_block span:last-child {
  display: block;
}
.software_item {
  clear: both;
  padding-bottom: 20px;
}
.software_item div {
  font: 18px "Roboto", sans-serif;
  float: left;
  width: 196px;
  overflow: hidden;
  /*color:#01B96D;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
.software_item h2 {
  font: 18px "Roboto", sans-serif;
  color: #01b96d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.software_item h2:hover {
  color: #bc260d;
}
.software_item p {
  color: #7d7d7d;
  font-size: 13px;
}
.select_software {
  background-color: #16a4fa;
}
.select_software h2 {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select_software p {
  color: #d5effc;
}
.software_item .icon48,
.software_item .icon72 {
  margin-right: 15px;
}
.software_block {
  height: auto;
  box-sizing: border-box;
  padding: 16px 28px 20px 20px;
}
.software_item:last-child {
  /*padding:0;*/
}
#platform_filter {
  /*float:right;*/
  flex-shrink: 0;
  margin-left: 15px;
  display: flex;
}
.filter span {
  font-size: 16px;
  cursor: pointer;
  padding: 0 17px;
  white-space: nowrap;
  line-height: 34px;
  border-radius: 6px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: #424242;
  background-color: #eff3f6;
}
span.filter_selected {
  color: #fff;
  background-color: #16a4fa;
}
.platform_filter_win {
  margin-right: 12px;
}

#comments_error,
#comments_error_reply {
  background: #c1504d;
  color: #ffffff;
  font-weight: 400;
  padding: 0 4px;
}
.placeholder {
  color: #aaa;
}

.software_info a.download {
  position: relative;
  width: 90px;
  color: #fff;
  margin-left: 20px;
  margin-top: 20px;
  padding: 11px 52px 9px 20px;
  z-index: 21;
  background: url(../public/img/content.png) no-repeat 122px -757px #01b96d;
}

/* Right Column*/
.get {
  display: block;
  color: #fff;
  background-color: #16a4fa;
  font: 24px/80px "Roboto", sans-serif;
  text-align: center;
}
.get:hover {
  color: #fff;
}

.comments_title {
  font: 34px/80px "Roboto", sans-serif;
  color: #102232;
}

.pop_tutorials {
  border-radius: 6px;
  overflow: hidden;
  background-color: #eff3f6;
}
.news_wrap {
  height: 309px;
  overflow-y: auto;
}
.news_block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 17px;
  height: 50px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 76%,
    rgba(255, 255, 255, 1) 100%
  );
}
.news_wrap::-webkit-scrollbar {
  background-color: #d8dbe3;
  cursor: pointer;
}
.news_wrap::-webkit-scrollbar-thumb {
  background-color: #eaeaea;
  margin: 0 1px;
  border-radius: 10px;
}
.news_block {
  position: relative;
  min-height: 300px;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
  overflow: hidden;
  flex: 1;
}
.news_block_title,
.pop_tutorials_title {
  padding: 19px 20px;
  background: #102232;
  color: #fff;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  box-sizing: border-box;
}

/*Scroll bar start*/
.mCS-fdm.mCSB_scrollTools {
  width: 15px !important;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #eaeaea;
}
.mCS-fdm.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 10px !important;
  margin: 0 1px !important;
  background-color: #fff !important;
  width: 12px !important;
}
/*Scroll bar end*/

.date {
  font-size: 14px;
  line-height: 16px;
  color: #888;
  padding: 10px 20px 5px;
}
.news_title {
  padding: 5px 20px;
}
.news_title a {
  font-family: "Roboto Medium", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #16a4fa;
}
.news {
  font-size: 17px;
  line-height: 24px;
  padding: 0 20px 28px 20px;
}
.news:last-child {
  padding-bottom: 50px;
}
.news_subscr {
  padding: 10px 20px 0;
  background-color: #102232;
  border-radius: 0 0 6px 6px;
  margin-bottom: 20px;
}

.news_subscr:last-child {
  margin-bottom: 0;
}

.news_subscr_title {
  font-size: 24px;
  line-height: 28px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 14px;
  color: #fff;
}
.subscribe_wrap {
  display: flex;
  height: 40px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 6px;
}
.news_subscr label[for="e-mail"] {
  flex-grow: 1;
}
.news_subscr #e-mail {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 10px;
  border-radius: 6px 0 0 6px;
  box-sizing: border-box;
  font-size: 16px;
}
label[for="email_submit"] {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 6px 6px 0;
}
.news_subscr input[type="submit"] {
  padding: 0 23px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #01b96d;
  /*height: 100%;*/
  border-radius: 6px;
  -webkit-appearance: none;
  height: 40px;
}
.news_subscr input[type="submit"]:hover {
  opacity: 0.8;
}
#subscribe_form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news_subscr span {
  display: none;
}
.news_subscr.error input[type="text"],
.news_subscr.error input[type="email"] {
  border-left: 3px solid #f25966;
}
.error #subscribe_form > span,
.success #subscribe_form > span {
  display: block;
  position: relative;
  top: -9px;
  width: auto;
  color: #4f0000;
  background-color: #f4f072;
  font-size: 13px;
  line-height: 17px;
  height: auto;
  padding: 7px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-box-shadow: 10px 10px 18px -6px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 10px 10px 18px -6px rgba(0, 0, 0, 0.53);
  box-shadow: 10px 10px 18px -6px rgba(0, 0, 0, 0.53);
}
.news_subscr.success #subscribe_form > span {
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 20px;
}
.news_subscr.success #subscribe_form > span .tnx {
  position: static;
  display: block;
  padding: 0;
  margin-bottom: 6px;
  margin-top: -4px;
}
.news_subscr.success #subscribe_form > span .tnx:before {
  display: none;
}
/*.news_subscr.error span:before,*/
/*.news_subscr.success span:before {*/
/*  content: "";*/
/*  width: 0;*/
/*  height: 0;*/
/*  position: absolute;*/
/*  left: 10px;*/
/*  top: -4px;*/
/*  border-left: 3px solid transparent;*/
/*  border-right: 3px solid transparent;*/
/*  border-bottom: 4px solid #f4f072;*/
/*}*/
.news_subscr.success span:before {
  right: auto;
  bottom: auto;
  left: 10px;
  top: -4px;
}

.comments {
  border-bottom: 10px solid #4e6680;
  background-color: #d6d6d6;
  padding: 0 30px 32px 33px;
}
.comment_text {
  font-size: 15px;
  font-style: italic;
}
.comment_by {
  color: #898989;
  text-align: right;
  padding-top: 5px;
  font-size: 15px;
}

.mCS-fdm.mCSB_scrollTools {
  position: absolute;
  width: 10px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.mCSB_outside + .mCS-fdm.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCS-fdm.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 10px;
  height: 30px;
  z-index: 1;
}
.mCS-fdm.mCSB_scrollTools,
.mCS-fdm.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-fdm.mCSB_scrollTools .mCSB_buttonUp,
.mCS-fdm.mCSB_scrollTools .mCSB_buttonDown,
.mCS-fdm.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-fdm.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.mCustomScrollBox.mCS-fdm + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-fdm + .mCSB_scrollTools  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-fdm.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-fdm.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: transparent;
}
.mCS-fdm.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-fdm.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-fdm.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0;
  background-color: #cacaca;
  position: relative;
  width: 10px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.mCS-fdm.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
}
.mCS-fdm.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-fdm.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #7f7f7f;
}

/*-----Tutorial Pages----*/

.left_container .top_links,
.left_container .bottom_links {
  overflow: hidden;
}

.left_container .top_links {
  padding-top: 15px;
}

.left_container .bottom_links {
  padding-bottom: 20px;
}

.top_links a,
.bottom_links a {
  display: block;
  float: left;
  clear: both;
}

.tutorial_img {
  display: block;
  margin: 5px auto 10px;
  max-width: 100%;
  height: auto;
}

.tutorial_list {
  padding: 10px 20px 10px 70px;
}

.unistall_form.modal_text {
  margin: 10px 0 0;
}

input[type="submit"].btn.send_btn {
  float: right;
  margin-right: 20px;
}

.screen_wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.screenshots_content h2 {
  font-weight: 500;
  margin: 20px 0;
}

.block_screen {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
}

.block_screen:nth-child(2n) {
  margin-right: 0;
}

.block_screen img {
  width: 100%;
  display: block;
  margin-bottom: 4px;
  cursor: pointer;
}

/*fr local: start*/
.fr .download_block p {
  font-size: 27px;
}
/*fr local: end*/

div.ad_strip_noline {
  padding-top: 12px;
  margin-top: -12px;
  text-align: center;
  margin-left: auto !important;
  background: transparent url(../public/img/ad_strip_noline.png) center top
    no-repeat;
}

.donate_page {
  min-height: 600px;
}

.donate_page p {
  line-height: 23px;
  margin: 20px 0;
}
.donate_page p.nearby {
  margin: 0;
}

.donate_page p.nearby:nth-child(6) {
  margin: 0 0 20px 0;
}

.paypal_btn {
  display: block;
  width: 172px;
  height: 30px;
  margin: 15px 20px 15px;
  background: url(../public/img/paypal_button.png) no-repeat;
}

.donate_page h3.subtitle,
.donate_page h2.subtitle {
  color: #102232;
  font-size: 22px;
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 10px;
}

.donate_page > span {
  padding: 0 20px;
  margin-bottom: 20px;
}

.table_view {
  overflow: hidden;
  margin-top: 10px;
}

.row {
  line-height: 30px;
  overflow: hidden;
}

.row:nth-child(2n + 1) {
  background-color: #e7e7e7;
}

.row > div {
  float: left;
  font-size: 15px;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row .count {
  padding-left: 20px;
  width: 115px;
  font-weight: 600;
}

.row .name {
  width: 320px;
}

.row .date {
  color: inherit;
  line-height: inherit;
  padding: inherit;
}

.donate_block {
  padding: 20px;
  font-size: 15px;
}

.donate_btn {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  margin-left: 5px;
  color: #000;
  background-color: #ffc439;
  border: 1px solid #f7a807;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 1);
}

.xmas_style .header > a {
  position: relative;
  display: block;
}

.xmas_style .header > a:before, .xmas_style .header .container > a:before {
  content: "";
  display: block;
  width: 46px;
  height: 36px;
  position: absolute;
  top: -6px;
  left: -15px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2246%22%20height%3D%2236%22%20viewBox%3D%220%200%2046%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M40.4248%2012.35L15.5717%2021.3825C14.5496%2021.7548%2013.9169%2022.9659%2014.1618%2024.0753L15.2172%2028.8026C15.4665%2029.9094%2016.505%2030.513%2017.527%2030.1407L42.3801%2021.1081C43.4021%2020.7358%2044.0349%2019.5247%2043.79%2018.4153L42.7345%2013.688C42.4878%2012.5856%2041.4494%2011.9821%2040.4248%2012.35Z%22%20fill%3D%22%23E6E6E6%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M25.0748%203.77108C13.695%207.90635%205.77856%2017.1229%207.39267%2024.3568L27.9979%2016.8664L25.0748%203.77108Z%22%20fill%3D%22%238B1A28%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M25.1505%203.85504C18.4744%206.27977%2014.3677%2014.1121%2015.9818%2021.346L40.161%2012.5573C38.5495%205.32786%2031.8266%201.4303%2025.1505%203.85504Z%22%20fill%3D%22%238B1A28%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.19578%2018.9966C3.46191%2019.9885%201.78201%2023.1937%202.4465%2026.1514C3.10657%2029.1116%205.8565%2030.7087%208.58775%2029.7124C11.3216%2028.7205%2013.0015%2025.5153%2012.337%2022.5576C11.677%2019.5973%208.92965%2018.0047%206.19578%2018.9966Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat;
}

.xmas_style .header .container > a:before {
  top: 8px;
}

.xmas_style .lang:after {
  content: "";
  display: block;
  width: 549px;
  height: 65px;
  position: absolute;
  top: 7px;
  right: 130px;
  cursor: default;
  pointer-events: none;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22549%22%20height%3D%2265%22%20viewBox%3D%220%200%20549%2065%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M183.533%2058.7384C183.11%2059.0864%20183.149%2059.6242%20183.627%2059.9348C184.105%2060.2455%20184.83%2060.2167%20185.257%2059.8658L186.441%2058.8937L187.765%2059.7623C188.239%2060.0729%20188.968%2060.0441%20189.395%2059.6933C189.819%2059.3453%20189.779%2058.8075%20189.301%2058.4968L187.977%2057.6283L189.16%2056.6562C189.584%2056.3082%20189.544%2055.7733%20189.066%2055.4598C188.592%2055.1492%20187.863%2055.1779%20187.436%2055.5288L186.252%2056.5009L184.928%2055.6324C184.454%2055.3218%20183.725%2055.3505%20183.298%2055.7014C182.874%2056.0494%20182.914%2056.5843%20183.392%2056.8978L184.716%2057.7663L183.533%2058.7384Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M154.381%2060.7229C153.464%2060.7602%20152.763%2061.3383%20152.817%2062.0084C152.868%2062.6814%20153.656%2063.1962%20154.569%2063.1559C155.486%2063.1186%20156.184%2062.5405%20156.133%2061.8704C156.082%2061.2003%20155.298%2060.6855%20154.381%2060.7229Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M147.543%2053.5473C146.269%2053.5991%20145.297%2054.3986%20145.368%2055.3333C145.438%2056.268%20146.528%2056.9812%20147.801%2056.9295C149.075%2056.8777%20150.047%2056.0782%20149.976%2055.1435C149.906%2054.2088%20148.813%2053.4956%20147.543%2053.5473Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24.8475%2037.9479C23.5739%2037.9996%2022.602%2038.7992%2022.6726%2039.7339C22.7431%2040.6686%2023.8325%2041.3818%2025.1061%2041.3301C26.3798%2041.2783%2027.3516%2040.4788%2027.2811%2039.5441C27.2106%2038.6094%2026.1211%2037.8932%2024.8475%2037.9479Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M200.038%2055.9085C199.121%2055.9458%20198.42%2056.5239%20198.475%2057.194C198.53%2057.8641%20199.309%2058.3818%20200.226%2058.3415C201.143%2058.3042%20201.845%2057.7261%20201.79%2057.056C201.739%2056.383%20200.955%2055.8682%20200.038%2055.9085Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M185.431%2045.8339C184.514%2045.8713%20183.812%2046.4494%20183.867%2047.1195C183.918%2047.7925%20184.702%2048.3044%20185.619%2048.267C186.536%2048.2296%20187.237%2047.6545%20187.183%2046.9815C187.132%2046.3114%20186.348%2045.7966%20185.431%2045.8339Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M126.401%2057.22C125.978%2057.5679%20126.017%2058.1029%20126.495%2058.4164C126.969%2058.727%20127.698%2058.6982%20128.125%2058.3474L129.309%2057.3753L130.633%2058.2438C131.108%2058.5544%20131.836%2058.5257%20132.264%2058.1748C132.687%2057.8268%20132.648%2057.2919%20132.17%2056.9784L130.845%2056.1098L132.028%2055.1377C132.452%2054.7897%20132.412%2054.2548%20131.934%2053.9413C131.46%2053.6307%20130.731%2053.6595%20130.304%2054.0104L129.121%2054.9825L127.796%2054.1139C127.322%2053.8033%20126.593%2053.832%20126.166%2054.1829C125.743%2054.5309%20125.782%2055.0659%20126.26%2055.3793L127.584%2056.2479L126.401%2057.22Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M221.292%2058.6638L219.035%2057.1855C218.639%2056.9267%20218.032%2056.9526%20217.679%2057.243L215.665%2058.8996C215.312%2059.1901%20215.348%2059.6359%20215.743%2059.8947L218.001%2061.373C218.396%2061.6318%20219.004%2061.6059%20219.357%2061.3154L221.371%2059.6589C221.723%2059.3684%20221.688%2058.9226%20221.292%2058.6638Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M172.831%2053.8206L171.15%2052.7191C170.856%2052.5264%20170.401%2052.5465%20170.138%2052.7622L168.638%2053.996C168.375%2054.2117%20168.402%2054.5453%20168.696%2054.738L170.378%2055.8395C170.671%2056.0322%20171.126%2056.0121%20171.389%2055.7964L172.89%2054.5625C173.148%2054.3468%20173.125%2054.0132%20172.831%2053.8206Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M297.289%2053.3316C296.865%2053.6796%20296.905%2054.2173%20297.383%2054.528C297.857%2054.8386%20298.586%2054.8098%20299.013%2054.4589L300.196%2053.4868L301.521%2054.3554C301.995%2054.666%20302.728%2054.6372%20303.151%2054.2864C303.574%2053.9384%20303.535%2053.4006%20303.057%2053.09L301.733%2052.2214L302.916%2051.2493C303.339%2050.9013%20303.3%2050.3664%20302.822%2050.0529C302.348%2049.7423%20301.615%2049.7711%20301.192%2050.1219L300.008%2051.094L298.684%2050.2255C298.21%2049.9149%20297.481%2049.9436%20297.054%2050.2945C296.63%2050.6425%20296.67%2051.1774%20297.148%2051.4909L298.472%2052.3595L297.289%2053.3316Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M362.096%2035.23C361.673%2035.578%20361.712%2036.1158%20362.19%2036.4264C362.665%2036.737%20363.393%2036.7083%20363.821%2036.3574L365.004%2035.3853L366.329%2036.2539C366.803%2036.5645%20367.532%2036.5357%20367.959%2036.1848C368.382%2035.8368%20368.343%2035.299%20367.865%2034.9884L366.54%2034.1199L367.724%2033.1478C368.147%2032.7998%20368.108%2032.2648%20367.63%2031.9513C367.156%2031.6407%20366.427%2031.6695%20365.999%2032.0204L364.816%2032.9925L363.491%2032.1239C363.017%2031.8133%20362.288%2031.8421%20361.861%2032.1929C361.438%2032.5409%20361.477%2033.0759%20361.955%2033.3893L363.28%2034.2579L362.096%2035.23Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M256.922%2041.5458C256.499%2041.8938%20256.538%2042.4287%20257.017%2042.7422C257.491%2043.0528%20258.22%2043.024%20258.647%2042.6732L259.83%2041.7011L261.155%2042.5696C261.629%2042.8802%20262.358%2042.8515%20262.785%2042.5006C263.208%2042.1526%20263.169%2041.6177%20262.691%2041.3042L261.366%2040.4356L262.55%2039.4635C262.973%2039.1155%20262.934%2038.5806%20262.456%2038.2671C261.982%2037.9565%20261.253%2037.9853%20260.826%2038.3362L259.642%2039.3083L258.318%2038.4397C257.843%2038.1291%20257.115%2038.1578%20256.687%2038.5087C256.264%2038.8567%20256.303%2039.3917%20256.781%2039.7051L258.106%2040.5737L256.922%2041.5458Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M314.316%2042.3856L312.059%2040.9073C311.663%2040.6485%20311.051%2040.6744%20310.703%2040.9648L308.688%2042.6214C308.336%2042.9119%20308.371%2043.3605%20308.767%2043.6165L311.024%2045.0948C311.42%2045.3536%20312.027%2045.3277%20312.38%2045.0372L314.394%2043.3806C314.743%2043.093%20314.708%2042.6444%20314.316%2042.3856Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M432.886%2020.712L430.629%2019.2337C430.233%2018.9749%20429.622%2019.0008%20429.273%2019.2912L427.259%2020.9478C426.906%2021.2383%20426.941%2021.6869%20427.337%2021.9429L429.594%2023.4212C429.99%2023.68%20430.598%2023.6541%20430.95%2023.3636L432.965%2021.7071C433.313%2021.4166%20433.278%2020.9708%20432.886%2020.712Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M100.83%2044.2433L98.5723%2042.7651C98.1765%2042.5062%2097.5652%2042.5321%2097.2164%2042.8226L95.2021%2044.4792C94.8494%2044.7697%2094.8847%2045.2154%2095.2805%2045.4743L97.5377%2046.9526C97.9335%2047.2114%2098.5409%2047.1855%2098.8936%2046.895L100.908%2045.2385C101.257%2044.948%20101.221%2044.5022%20100.83%2044.2433Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M348.222%2045.5319L345.965%2044.0537C345.569%2043.7948%20344.958%2043.8207%20344.609%2044.1112L342.595%2045.7678C342.242%2046.0582%20342.277%2046.504%20342.673%2046.7628L344.93%2048.2411C345.326%2048.4999%20345.934%2048.4741%20346.286%2048.1836L348.301%2046.527C348.653%2046.2365%20348.618%2045.7879%20348.222%2045.5319Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M481.318%203.57392L479.061%202.09565C478.665%201.83681%20478.053%201.8627%20477.705%202.15318L475.69%203.80976C475.338%204.10023%20475.373%204.5489%20475.769%204.80486L478.026%206.28311C478.422%206.54195%20479.033%206.51608%20479.382%206.22561L481.396%204.56903C481.749%204.27855%20481.714%203.82989%20481.318%203.57392Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M158.742%2038.8337C157.825%2038.8711%20157.124%2039.4492%20157.179%2040.1193C157.23%2040.7922%20158.014%2041.3042%20158.931%2041.2668C159.848%2041.2294%20160.549%2040.6542%20160.494%2039.9812C160.443%2039.3111%20159.659%2038.7963%20158.742%2038.8337Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M277.555%2061.8359C276.638%2061.8733%20275.936%2062.4514%20275.991%2063.1215C276.042%2063.7944%20276.83%2064.3064%20277.743%2064.269C278.66%2064.2316%20279.361%2063.6535%20279.307%2062.9834C279.256%2062.3133%20278.472%2061.7985%20277.555%2061.8359Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M344.372%2032.1729C343.455%2032.2103%20342.754%2032.7883%20342.809%2033.4584C342.86%2034.1314%20343.647%2034.6433%20344.56%2034.6059C345.477%2034.5686%20346.175%2033.9934%20346.124%2033.3204C346.073%2032.6474%20345.289%2032.1326%20344.372%2032.1729Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M512.594%203.82699C511.677%203.86438%20510.979%204.44246%20511.03%205.11257C511.081%205.78555%20511.869%206.30035%20512.782%206.26009C513.699%206.2227%20514.4%205.64462%20514.345%204.97451C514.294%204.3044%20513.507%203.7896%20512.594%203.82699Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M404.665%2012.1616C403.748%2012.199%20403.047%2012.7771%20403.102%2013.4472C403.153%2014.1202%20403.94%2014.6321%20404.853%2014.5947C405.77%2014.5573%20406.472%2013.9821%20406.417%2013.3091C406.366%2012.6361%20405.582%2012.1242%20404.665%2012.1616Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M374.278%2038.1146C373.361%2038.152%20372.659%2038.7301%20372.714%2039.4002C372.765%2040.0732%20373.553%2040.588%20374.466%2040.5477C375.379%2040.5075%20376.084%2039.9323%20376.029%2039.2622C375.978%2038.5892%20375.195%2038.0744%20374.278%2038.1146Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M405.862%2027.6748C404.945%2027.7122%20404.243%2028.2903%20404.298%2028.9604C404.353%2029.6305%20405.137%2030.1453%20406.05%2030.1079C406.967%2030.0705%20407.668%2029.4953%20407.613%2028.8224C407.562%2028.1494%20406.779%2027.6346%20405.862%2027.6748Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M64.5403%2059.9723C63.6233%2060.0096%2062.9218%2060.5877%2062.9766%2061.2578C63.0276%2061.9308%2063.8114%2062.4456%2064.7284%2062.4053C65.6454%2062.3679%2066.3429%2061.7899%2066.292%2061.1198C66.241%2060.4497%2065.4573%2059.9349%2064.5403%2059.9723Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M547.245%207.4767C546.328%207.51409%20545.627%208.09217%20545.682%208.76228C545.733%209.43526%20546.52%209.95006%20547.433%209.9098C548.35%209.87241%20549.052%209.29433%20548.997%208.62422C548.946%207.95123%20548.162%207.43643%20547.245%207.4767Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M335.301%2054.3698C334.384%2054.4072%20333.683%2054.9853%20333.737%2055.6554C333.788%2056.3284%20334.576%2056.8403%20335.489%2056.8029C336.406%2056.7655%20337.104%2056.1875%20337.053%2055.5174C337.002%2054.8444%20336.218%2054.3325%20335.301%2054.3698Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M505.968%200.00191431C505.051%200.0393023%20504.349%200.61737%20504.404%201.28748C504.455%201.96046%20505.243%202.47528%20506.156%202.43502C507.073%202.39763%20507.774%201.81954%20507.72%201.14944C507.669%200.479328%20506.885%20-0.0354737%20505.968%200.00191431Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M389.752%2026.9213L387.02%2025.1324C386.542%2024.8189%20385.806%2024.8506%20385.378%2025.2015L382.941%2027.206C382.514%2027.5569%20382.557%2028.1005%20383.035%2028.4111L385.766%2030.1999C386.244%2030.5134%20386.985%2030.4818%20387.408%2030.1309L389.846%2028.1263C390.273%2027.7755%20390.23%2027.2348%20389.752%2026.9213Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M318.823%2060.3376L316.092%2058.5487C315.614%2058.2352%20314.873%2058.2668%20314.45%2058.6177L312.012%2060.6223C311.585%2060.9732%20311.628%2061.5167%20312.106%2061.8273L314.838%2063.6162C315.316%2063.9297%20316.052%2063.8981%20316.48%2063.5472L318.917%2061.5426C319.34%2061.1917%20319.297%2060.6482%20318.823%2060.3376Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M280.282%2052.8973L277.551%2051.1084C277.073%2050.7949%20276.332%2050.8265%20275.909%2051.1774L273.471%2053.182C273.044%2053.5329%20273.087%2054.0735%20273.565%2054.387L276.297%2056.1759C276.775%2056.4894%20277.511%2056.4577%20277.939%2056.1069L280.376%2054.1023C280.803%2053.7543%20280.76%2053.2108%20280.282%2052.8973Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M356.557%2026.3605L353.826%2024.5716C353.348%2024.2582%20352.607%2024.2898%20352.184%2024.6407L349.747%2026.6452C349.319%2026.9961%20349.363%2027.5368%20349.841%2027.8503L352.572%2029.6392C353.05%2029.9526%20353.791%2029.921%20354.214%2029.5701L356.652%2027.5656C357.075%2027.2147%20357.036%2026.674%20356.557%2026.3605Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M103.848%2056.5844C102.574%2056.6362%20101.602%2057.4386%20101.673%2058.3704C101.743%2059.3051%20102.836%2060.0184%20104.106%2059.9666C105.38%2059.9148%20106.352%2059.1125%20106.281%2058.1806C106.211%2057.2459%20105.121%2056.5327%20103.848%2056.5844Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M130.691%2043.7545C129.418%2043.8062%20128.446%2044.6058%20128.516%2045.5405C128.587%2046.4752%20129.676%2047.1884%20130.95%2047.1367C132.224%2047.0849%20133.195%2046.2825%20133.125%2045.3507C133.054%2044.416%20131.965%2043.7027%20130.691%2043.7545Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M337.151%2041.9052C335.878%2041.957%20334.906%2042.7566%20334.976%2043.6913C335.047%2044.626%20336.136%2045.3392%20337.41%2045.2874C338.683%2045.2356%20339.655%2044.4361%20339.585%2043.5014C339.514%2042.5667%20338.425%2041.8535%20337.151%2041.9052Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M473.579%209.98732C472.305%2010.0391%20471.333%2010.8386%20471.404%2011.7733C471.475%2012.708%20472.568%2013.4213%20473.838%2013.3695C475.111%2013.3177%20476.083%2012.5182%20476.013%2011.5835C475.938%2010.6459%20474.849%209.93267%20473.579%209.98732Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M424.08%2013.3897C422.806%2013.4415%20421.834%2014.2439%20421.905%2015.1757C421.976%2016.1104%20423.065%2016.8237%20424.339%2016.7719C425.612%2016.7201%20426.584%2015.9177%20426.514%2014.9859C426.443%2014.0512%20425.354%2013.338%20424.08%2013.3897Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.0982%2022.915C14.0793%2022.9581%2013.3033%2023.5966%2013.3582%2024.3444C13.417%2025.0921%2014.287%2025.6616%2015.3059%2025.6213C16.3248%2025.5782%2017.1046%2024.9397%2017.0458%2024.192C16.987%2023.4442%2016.1131%2022.8719%2015.0982%2022.915Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M318.588%2052.9318C317.671%2052.9692%20316.97%2053.5444%20317.024%2054.2174C317.075%2054.8904%20317.863%2055.4023%20318.776%2055.3649C319.689%2055.3275%20320.391%2054.7495%20320.34%2054.0794C320.289%2053.4093%20319.505%2052.8945%20318.588%2052.9318Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M271.386%2045.3852C270.469%2045.4226%20269.767%2046.0007%20269.822%2046.6708C269.873%2047.3438%20270.661%2047.8586%20271.574%2047.8183C272.491%2047.7809%20273.189%2047.2028%20273.138%2046.5327C273.087%2045.8626%20272.303%2045.3478%20271.386%2045.3852Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M242.566%2059.863C241.649%2059.9004%20240.947%2060.4785%20241.002%2061.1486C241.053%2061.8215%20241.841%2062.3363%20242.754%2062.2961C243.671%2062.2587%20244.368%2061.6806%20244.317%2061.0105C244.266%2060.3404%20243.483%2059.8256%20242.566%2059.863Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M256.071%2056.4952C255.154%2056.5326%20254.457%2057.1107%20254.508%2057.7808C254.558%2058.4538%20255.346%2058.9686%20256.259%2058.9283C257.172%2058.888%20257.878%2058.3128%20257.823%2057.6427C257.772%2056.9697%20256.988%2056.4578%20256.071%2056.4952Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M162.989%2048.6926C162.072%2048.73%20161.371%2049.3052%20161.426%2049.9782C161.477%2050.6511%20162.264%2051.1659%20163.178%2051.1257C164.095%2051.0883%20164.796%2050.5102%20164.741%2049.8401C164.69%2049.17%20163.903%2048.6552%20162.989%2048.6926Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M218.82%2049.9121C217.903%2049.9495%20217.201%2050.5275%20217.256%2051.1976C217.307%2051.8706%20218.091%2052.3825%20219.008%2052.3452C219.925%2052.3078%20220.626%2051.7326%20220.571%2051.0596C220.52%2050.3895%20219.737%2049.8747%20218.82%2049.9121Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M71.4973%2035.5608C70.5803%2035.5982%2069.8788%2036.1734%2069.9337%2036.8464C69.9846%2037.5194%2070.7723%2038.0342%2071.6854%2037.9939C72.6024%2037.9565%2073.3039%2037.3784%2073.249%2036.7083C73.1981%2036.0353%2072.4143%2035.5205%2071.4973%2035.5608Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M101.053%2032.0808C100.136%2032.1182%2099.4345%2032.6934%2099.4893%2033.3664C99.5403%2034.0393%20100.328%2034.5541%20101.241%2034.5139C102.158%2034.4765%20102.86%2033.8984%20102.805%2033.2283C102.754%2032.5553%20101.97%2032.0434%20101.053%2032.0808Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M85.3104%2042.535C84.3934%2042.5724%2083.6958%2043.1476%2083.7468%2043.8206C83.7977%2044.4936%2084.5854%2045.0084%2085.4985%2044.9681C86.4155%2044.9307%2087.117%2044.3526%2087.0621%2043.6825C87.0112%2043.0095%2086.2274%2042.4976%2085.3104%2042.535Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M42.6873%2048.3043C41.7703%2048.3417%2041.0728%2048.9169%2041.1237%2049.5899C41.1747%2050.2629%2041.9623%2050.7777%2042.8754%2050.7375C43.7924%2050.7001%2044.4939%2050.122%2044.439%2049.4519C44.3881%2048.7789%2043.6043%2048.2641%2042.6873%2048.3043Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M393.743%2023.8957C392.826%2023.9331%20392.125%2024.5112%20392.18%2025.1813C392.231%2025.8543%20393.018%2026.3691%20393.931%2026.3288C394.848%2026.2914%20395.55%2025.7134%20395.495%2025.0432C395.444%2024.3703%20394.656%2023.8583%20393.743%2023.8957Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M300.891%2040.9705C299.974%2041.0079%20299.272%2041.586%20299.327%2042.2561C299.378%2042.9291%20300.166%2043.4439%20301.079%2043.4037C301.996%2043.3663%20302.697%2042.7882%20302.643%2042.1181C302.592%2041.448%20301.808%2040.9332%20300.891%2040.9705Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M438.144%2013.755C437.227%2013.7924%20436.525%2014.3675%20436.58%2015.0405C436.631%2015.7135%20437.419%2016.2283%20438.332%2016.1881C439.249%2016.1507%20439.946%2015.5726%20439.895%2014.9025C439.845%2014.2324%20439.057%2013.7176%20438.144%2013.755Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M498.224%208.39699C497.307%208.43437%20496.605%209.01244%20496.66%209.68255C496.711%2010.3555%20497.499%2010.8675%20498.412%2010.8301C499.329%2010.7927%20500.03%2010.2146%20499.976%209.54451C499.925%208.87152%20499.141%208.35672%20498.224%208.39699Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M300.734%2060.4727C299.817%2060.5101%20299.115%2061.0882%20299.17%2061.7583C299.221%2062.4313%20300.009%2062.9461%20300.922%2062.9058C301.839%2062.8684%20302.54%2062.2904%20302.485%2061.6203C302.434%2060.9502%20301.651%2060.4354%20300.734%2060.4727Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M378.833%2063.9929C378.868%2064.3639%20378.715%2064.7234%20378.429%2064.9938H374.973C374.753%2064.758%20374.6%2064.4876%20374.585%2064.177C374.518%2063.3113%20375.411%2062.5808%20376.591%2062.5319C377.751%2062.4859%20378.762%2063.1416%20378.833%2063.9929Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M464.827%2027.1628C463.656%2027.2117%20462.762%2027.948%20462.829%2028.805C462.895%2029.6621%20463.899%2030.3207%20465.066%2030.2718C466.234%2030.2229%20467.132%2029.4866%20467.065%2028.6296C467.002%2027.7697%20465.999%2027.114%20464.827%2027.1628Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M56.3205%2011.8827C55.4035%2011.92%2054.7021%2012.4952%2054.7569%2013.1682C54.8079%2013.8412%2055.5916%2014.356%2056.5086%2014.3158C57.4256%2014.2784%2058.1232%2013.7032%2058.0722%2013.0302C58.0213%2012.3601%2057.2375%2011.8453%2056.3205%2011.8827Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M465.113%2052.4141C464.196%2052.4515%20463.499%2053.0296%20463.549%2053.6997C463.6%2054.3727%20464.384%2054.8875%20465.301%2054.8472C466.218%2054.8098%20466.916%2054.2318%20466.865%2053.5617C466.814%2052.8916%20466.03%2052.3768%20465.113%2052.4141Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M178.525%2064.9967H175.323C175.492%2064.502%20176.099%2064.1195%20176.824%2064.0936C177.631%2064.0562%20178.337%2064.4531%20178.525%2064.9967Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M320.249%2037.3152C319.332%2037.3526%20318.631%2037.9307%20318.686%2038.6008C318.737%2039.2737%20319.524%2039.7885%20320.437%2039.7483C321.35%2039.708%20322.056%2039.1328%20322.001%2038.4627C321.95%2037.7897%20321.166%2037.2749%20320.249%2037.3152Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M419.219%2020.5567C418.302%2020.5941%20417.6%2021.1722%20417.655%2021.8423C417.706%2022.5153%20418.494%2023.0301%20419.407%2022.9898C420.324%2022.9524%20421.026%2022.3744%20420.971%2021.7043C420.92%2021.0342%20420.136%2020.5193%20419.219%2020.5567Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.6121%2051.3701C17.6951%2051.4075%2016.9976%2051.9856%2017.0485%2052.6557C17.0995%2053.3287%2017.8872%2053.8406%2018.8002%2053.8032C19.7172%2053.7658%2020.4148%2053.1878%2020.3639%2052.5177C20.3129%2051.8447%2019.5291%2051.3299%2018.6121%2051.3701Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M52.9969%2037.2C52.0799%2037.2374%2051.3823%2037.8126%2051.4333%2038.4856C51.4842%2039.1586%2052.2719%2039.6705%2053.185%2039.6332C54.102%2039.5958%2054.7996%2039.0177%2054.7486%2038.3476C54.6977%2037.6774%2053.9139%2037.1626%2052.9969%2037.2Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M363.137%2050.3147C362.22%2050.352%20361.518%2050.9273%20361.573%2051.6003C361.624%2052.2732%20362.412%2052.788%20363.325%2052.7478C364.242%2052.7104%20364.944%2052.1323%20364.889%2051.4622C364.838%2050.7921%20364.05%2050.2773%20363.137%2050.3147Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M425.463%2035.9836C424.546%2036.021%20423.845%2036.5991%20423.899%2037.2692C423.95%2037.9422%20424.738%2038.457%20425.651%2038.4167C426.568%2038.3793%20427.27%2037.8012%20427.215%2037.1311C427.164%2036.461%20426.38%2035.9462%20425.463%2035.9836Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M410.847%2049.0952C409.93%2049.1326%20409.228%2049.7078%20409.283%2050.3808C409.334%2051.0538%20410.122%2051.5657%20411.035%2051.5283C411.952%2051.4909%20412.653%2050.9128%20412.599%2050.2427C412.548%2049.5726%20411.764%2049.0578%20410.847%2049.0952Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1.56624%2042.5869C0.649229%2042.6243%20-0.048323%2043.1995%200.00262182%2043.8725C0.0535666%2044.5455%200.841251%2045.0603%201.75434%2045.02C2.67135%2044.9826%203.37282%2044.4045%203.31795%2043.7344C3.26309%2043.0643%202.48324%2042.5495%201.56624%2042.5869Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M445.131%2015.981C444.214%2016.0184%20443.513%2016.5965%20443.567%2017.2666C443.618%2017.9396%20444.406%2018.4515%20445.319%2018.4141C446.236%2018.3768%20446.938%2017.7987%20446.883%2017.1286C446.832%2016.4585%20446.048%2015.9437%20445.131%2015.981Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M493.791%202.3315C492.874%202.36889%20492.173%202.94698%20492.228%203.61709C492.279%204.29007%20493.066%204.80487%20493.979%204.76461C494.896%204.72722%20495.598%204.14913%20495.543%203.47903C495.488%202.80892%20494.708%202.29412%20493.791%202.3315Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M378.211%2024.7068C377.294%2024.7441%20376.593%2025.3193%20376.648%2025.9923C376.698%2026.6653%20377.486%2027.1772%20378.399%2027.1398C379.316%2027.1025%20380.018%2026.5244%20379.963%2025.8543C379.912%2025.1813%20379.124%2024.6694%20378.211%2024.7068Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M530.702%202.57014L528.444%201.09187C528.049%200.83303%20527.441%200.858918%20527.088%201.14939L525.074%202.80597C524.721%203.09645%20524.757%203.54224%20525.153%203.80108L527.41%205.27933C527.806%205.53817%20528.417%205.5123%20528.766%205.22182L530.78%203.56524C531.129%203.27477%20531.093%202.8261%20530.702%202.57014Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M209.183%2047.6343L206.452%2045.8454C205.974%2045.532%20205.237%2045.5636%20204.81%2045.9145L202.373%2047.919C201.945%2048.2699%20201.988%2048.8106%20202.467%2049.1241L205.198%2050.913C205.676%2051.2264%20206.417%2051.1948%20206.84%2050.8439L209.277%2048.8393C209.705%2048.4885%20209.662%2047.9478%20209.183%2047.6343Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M122.094%2035.5263L119.362%2033.7374C118.884%2033.4239%20118.147%2033.4556%20117.72%2033.8064L115.283%2035.811C114.856%2036.1619%20114.899%2036.7054%20115.377%2037.016L118.108%2038.8049C118.586%2039.1184%20119.327%2039.0868%20119.75%2038.7359L122.188%2036.7313C122.615%2036.3833%20122.572%2035.8398%20122.094%2035.5263Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M237.877%2051.6549L236.195%2050.5534C235.902%2050.3607%20235.447%2050.3808%20235.184%2050.5965L233.683%2051.8303C233.421%2052.046%20233.448%2052.3797%20233.742%2052.5723L235.423%2053.6738C235.717%2053.8665%20236.172%2053.8464%20236.434%2053.6307L237.935%2052.3969C238.198%2052.1812%20238.171%2051.8476%20237.877%2051.6549Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M144.314%2032.8401L142.633%2031.7386C142.339%2031.5459%20141.884%2031.566%20141.622%2031.7817L140.121%2033.0155C139.858%2033.2312%20139.886%2033.5648%20140.18%2033.7575L141.861%2034.859C142.155%2035.0517%20142.609%2035.0316%20142.872%2034.8159L144.373%2033.5821C144.635%2033.3664%20144.608%2033.0328%20144.314%2032.8401Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M238.599%2039.3888L236.918%2038.2873C236.624%2038.0946%20236.17%2038.1147%20235.907%2038.3304L234.406%2039.5642C234.144%2039.7799%20234.171%2040.1135%20234.465%2040.3062L236.146%2041.4077C236.44%2041.6004%20236.895%2041.5803%20237.157%2041.3646L238.658%2040.1308C238.917%2039.9151%20238.893%2039.5815%20238.599%2039.3888Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M192.321%2036.0439L190.64%2034.9424C190.346%2034.7497%20189.891%2034.7699%20189.629%2034.9856L188.128%2036.2194C187.865%2036.4351%20187.893%2036.7687%20188.187%2036.9614L189.868%2038.0629C190.162%2038.2556%20190.616%2038.2354%20190.879%2038.0197L192.38%2036.786C192.642%2036.5703%20192.615%2036.2366%20192.321%2036.0439Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M84.7585%2054.1656L83.0773%2053.0641C82.7834%2052.8714%2082.3288%2052.8916%2082.0662%2053.1073L80.5653%2054.3411C80.3027%2054.5568%2080.3302%2054.8904%2080.6241%2055.0831L82.3053%2056.1846C82.5992%2056.3773%2083.0538%2056.3571%2083.3163%2056.1414L84.8172%2054.9077C85.0798%2054.692%2085.0524%2054.3583%2084.7585%2054.1656Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E') no-repeat;
}

/*.xmas_style .header:before {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 312px;*/
/*  height: 52px;*/
/*  position: absolute;*/
/*  top: 4px;*/
/*  right: 4px;*/
/*  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20223%2053%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.b%7Bfill%3A%23fff%3B%7D.b%7Bopacity%3A0.5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Efatherfrost%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M184.77%2C31c-2.33-.69-3.6-.69-3.4-2.46s-1.49-2.57-.95-5.39c.05-.26.09-.46.51-.33a11.16%2C11.16%2C0%2C0%2C0%2C2.65.63A.41.41%2C0%2C0%2C0%2C184%2C23a1.37%2C1.37%2C0%2C0%2C0%2C.27-.06c.27-.09.61-.65-.23-1.11-.61-.33-1.73-1.41-3-2.14a3.21%2C3.21%2C0%2C0%2C0%2C1.83-3.41.53.53%2C0%2C1%2C0-1%2C.27%2C1.94%2C1.94%2C0%2C0%2C1-.83%2C1.85%2C4%2C4%2C0%2C0%2C0-.1-1.55.53.53%2C0%2C1%2C0-1%2C.3%2C3%2C3%2C0%2C0%2C1-.18%2C2l-.26-.07a1.11%2C1.11%2C0%2C0%2C0-1.23.42q-.41-.13-.78-.28c-.58-.75.34-1.92.35-1.94a.54.54%2C0%2C0%2C0-.83-.67%2C3.49%2C3.49%2C0%2C0%2C0-.78%2C2%2C7.1%2C7.1%2C0%2C0%2C1-.82-.55%2C4%2C4%2C0%2C0%2C1%2C.92-3.43.54.54%2C0%2C0%2C0-.77-.74%2C5.26%2C5.26%2C0%2C0%2C0-1.28%2C3%2C4.41%2C4.41%2C0%2C0%2C1-.32-.57%2C5%2C5%2C0%2C0%2C1-.08-3.73.53.53%2C0%2C0%2C0-1-.43%2C6%2C6%2C0%2C0%2C0%2C.09%2C4.59%2C5.88%2C5.88%2C0%2C0%2C0%2C1.57%2C2l.08.07a10.07%2C10.07%2C0%2C0%2C0%2C3.29%2C1.71%2C5.26%2C5.26%2C0%2C0%2C0%2C0%2C1.17%2C11.72%2C11.72%2C0%2C0%2C1-.09%2C1.25l-.15.92a6.77%2C6.77%2C0%2C0%2C1-1%2C2.63c-1.28%2C1.74-8.09%2C2.17-10.48%2C1.4a2.27%2C2.27%2C0%2C0%2C1-1.38-1.06.2.2%2C0%2C0%2C0-.37%2C0c-.2.8-.22%2C2.27%2C1.72%2C3.54%2C0%2C0%2C.56.6-.44%2C1.48a6.05%2C6.05%2C0%2C0%2C1-3%2C1.36s-1.27%2C3.27-3.88%2C4l-.22%2C2s3.75-1.31%2C5-4.2c0%2C0%2C3%2C2.21%2C6.24-1%2C0%2C0%2C4.73%2C1.4%2C8.49-1.63%2C0%2C0%2C6.11%2C0%2C6.16.36.15%2C1.06-3.59%2C3.43-4.32%2C4.16l-.19%2C1.34c.53.06%2C4.9-2.92%2C5.89-5C186%2C32.62%2C187.09%2C31.65%2C184.77%2C31Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M152.9%2C27.65c-2.39-.41-3.66-.27-3.66-2.06%2C0-1.11-.69-1.76-1.15-2.79%2C3.86.26%2C11.54-2.56%2C17.3-2.72%2C4.46-.13%2C12.31%2C6.22%2C12.43%2C5.82s.19-.68.08-.72-6.46-5.91-12.5-6c-5.26-.12-14%2C3.26-17.6%2C2.85a5.15%2C5.15%2C0%2C0%2C1-.12-1.64c0-.26%2C0-.47.47-.39a11.15%2C11.15%2C0%2C0%2C0%2C2.71.32.41.41%2C0%2C0%2C0%2C.35-.4%2C1.37%2C1.37%2C0%2C0%2C0%2C.26-.09c.25-.12.53-.71-.36-1.07-.64-.26-1.88-1.2-3.25-1.78a3.21%2C3.21%2C0%2C0%2C0%2C1.43-3.6.54.54%2C0%2C1%2C0-1%2C.39%2C1.94%2C1.94%2C0%2C0%2C1-.61%2C1.94%2C4%2C4%2C0%2C0%2C0-.27-1.53.54.54%2C0%2C1%2C0-1%2C.41%2C3%2C3%2C0%2C0%2C1%2C0%2C2l-.26%2C0A1.11%2C1.11%2C0%2C0%2C0%2C145%2C17l-.81-.19c-.66-.68.12-1.95.13-2a.54.54%2C0%2C0%2C0-.91-.57%2C3.49%2C3.49%2C0%2C0%2C0-.55%2C2.07%2C7.09%2C7.09%2C0%2C0%2C1-.87-.45%2C4.05%2C4.05%2C0%2C0%2C1%2C.52-3.51.54.54%2C0%2C0%2C0-.85-.65%2C5.26%2C5.26%2C0%2C0%2C0-.93%2C3.09%2C4.4%2C4.4%2C0%2C0%2C1-.38-.53%2C5%2C5%2C0%2C0%2C1-.51-3.69.53.53%2C0%2C1%2C0-1-.31%2C6%2C6%2C0%2C0%2C0%2C.61%2C4.55%2C5.87%2C5.87%2C0%2C0%2C0%2C1.79%2C1.82l.09.06a10.06%2C10.06%2C0%2C0%2C0%2C3.46%2C1.32%2C5.26%2C5.26%2C0%2C0%2C0%2C.09%2C1.16%2C12.36%2C12.36%2C0%2C0%2C1%2C0%2C2c-4.68-1-9.68.12-15.21%2C3.45-5.26%2C3.17-9.41%2C3.75-11.56%2C3.79a4.94%2C4.94%2C0%2C0%2C1-.22-2c0-.26%2C0-.47.47-.39a11.15%2C11.15%2C0%2C0%2C0%2C2.71.32.41.41%2C0%2C0%2C0%2C.35-.4%2C1.37%2C1.37%2C0%2C0%2C0%2C.26-.09c.25-.12.53-.71-.36-1.07-.64-.26-1.88-1.2-3.25-1.78a3.21%2C3.21%2C0%2C0%2C0%2C1.43-3.6.54.54%2C0%2C1%2C0-1%2C.39%2C1.94%2C1.94%2C0%2C0%2C1-.61%2C1.94%2C4%2C4%2C0%2C0%2C0-.27-1.53.54.54%2C0%2C1%2C0-1%2C.41%2C3%2C3%2C0%2C0%2C1%2C0%2C2l-.26%2C0a1.11%2C1.11%2C0%2C0%2C0-1.18.56l-.81-.19c-.66-.68.12-1.95.13-2a.54.54%2C0%2C0%2C0-.91-.57%2C3.49%2C3.49%2C0%2C0%2C0-.55%2C2.07%2C7.08%2C7.08%2C0%2C0%2C1-.87-.45%2C4%2C4%2C0%2C0%2C1%2C.52-3.51.54.54%2C0%2C0%2C0-.85-.65A5.26%2C5.26%2C0%2C0%2C0%2C111%2C21a4.4%2C4.4%2C0%2C0%2C1-.38-.53%2C5%2C5%2C0%2C0%2C1-.51-3.69.53.53%2C0%2C1%2C0-1-.31%2C6%2C6%2C0%2C0%2C0%2C.61%2C4.55%2C5.87%2C5.87%2C0%2C0%2C0%2C1.79%2C1.82l.09.06A10.06%2C10.06%2C0%2C0%2C0%2C115%2C24.25a5.25%2C5.25%2C0%2C0%2C0%2C.09%2C1.16%2C12.09%2C12.09%2C0%2C0%2C1-.08%2C3A52.59%2C52.59%2C0%2C0%2C1%2C97.24%2C24.9%2C51.67%2C51.67%2C0%2C0%2C0%2C90.75%2C23%2C13.86%2C13.86%2C0%2C0%2C0%2C81.34%2C24c-1.06-1.57-2.52-1.71-2.52-1.11a3.9%2C3.9%2C0%2C0%2C1-.2.92%2C4.47%2C4.47%2C0%2C0%2C1-1.67-.65c-.89-.8-1.74-2.59-3.7-2.14a18.91%2C18.91%2C0%2C0%2C0-5.06%2C2.08%2C1.07%2C1.07%2C0%2C1%2C0%2C.18%2C1.21%2C3.66%2C3.66%2C0%2C0%2C0%2C2.17-.25c1-.54.89.54.53%2C1.16s.18%2C1.61.53%2C2%2C.71.89.18%2C1.16a4.77%2C4.77%2C0%2C0%2C0-3.39%2C2.95%2C6.07%2C6.07%2C0%2C0%2C0-2.32-2.06c-2.85-1.61-9.07-3.66-12.87-.71a2.91%2C2.91%2C0%2C0%2C0-2.3%2C2.79L47.36%2C33.2l-.57.3.62.19.57.18L46.4%2C39l-.08.26.26.08%2C4.21%2C1.31.26.08.08-.26%2C1.58-5.09.57.18.62.19-.3-.57-1.91-3.65a2.35%2C2.35%2C0%2C0%2C1%2C1.16-2c1.17.52%2C4.23%2C2%2C5.37%2C4.14%2C1.23%2C2.26%2C1.85%2C8.76%2C5.94%2C10.63l-2.48%2C4.18-4.26%2C0c-3.09.1-2-4.1-.61-4.72%2C1.81-.8%2C2.76-.34%2C3.47.79.95%2C1.52-1.34%2C3.22-1.34%2C3.22a2.63%2C2.63%2C0%2C0%2C0%2C2.41-3.4%2C3%2C3%2C0%2C0%2C0-2.23-2c-1.46-.35-4.48-.07-5.25%2C2.92-.7%2C2.7.94%2C4.56%2C3.2%2C4.65%2C0%2C0%2C32.72.09%2C34.24%2C0a5.11%2C5.11%2C0%2C0%2C0%2C3.45-1.7c1.19-1.53%2C2.37-3.7%2C1.3-8.08s-4.11-5.33-6.81-6.76c-2.34-1.24-4.93-1.69-5.71-2.77a2.12%2C2.12%2C0%2C0%2C1-.3-2l.21-.47a3.38%2C3.38%2C0%2C0%2C1%2C.3-.46%2C1.62%2C1.62%2C0%2C0%2C1%2C2.73.76c.45%2C1.25-1.34%2C2.14-1.34%2C2.14a1.83%2C1.83%2C0%2C0%2C0%2C2.5-1.52%2C2.53%2C2.53%2C0%2C0%2C0-1.07-2.5%2C2.85%2C2.85%2C0%2C0%2C0-4.32%2C1.15%2C3.43%2C3.43%2C0%2C0%2C0-.59.64c-.22.36%2C0-2.3-.09-3.54a13.08%2C13.08%2C0%2C0%2C1%2C9-1.07A51.06%2C51.06%2C0%2C0%2C1%2C97%2C25.66a53.28%2C53.28%2C0%2C0%2C0%2C17.87%2C3.53%2C5%2C5%2C0%2C0%2C1-.46%2C1.14c-1.07%2C1.88-7.79%2C3.08-10.25%2C2.59a2.27%2C2.27%2C0%2C0%2C1-1.49-.89.2.2%2C0%2C0%2C0-.36.08c-.11.82%2C0%2C2.28%2C2.12%2C3.32%2C0%2C0%2C.62.54-.27%2C1.52a6.06%2C6.06%2C0%2C0%2C1-2.85%2C1.7s-.89%2C3.4-3.39%2C4.47v2s3.58-1.73%2C4.48-4.75c0%2C0%2C3.28%2C1.84%2C6.08-1.69%2C0%2C0%2C4.86.85%2C8.25-2.59%2C0%2C0%2C6.07-.72%2C6.16-.35.27%2C1-3.18%2C3.82-3.81%2C4.62l0%2C1.35c.53%2C0%2C4.54-3.47%2C5.28-5.64.25-.72%2C1.2-1.81-1.18-2.22s-3.66-.27-3.66-2.06a5%2C5%2C0%2C0%2C0-1-2.45c2.33-.09%2C6.44-.78%2C11.63-3.91%2C5.38-3.24%2C10.21-4.33%2C14.71-3.33a6%2C6%2C0%2C0%2C1-.66%2C2.09c-1.07%2C1.88-7.79%2C3.08-10.25%2C2.59a2.27%2C2.27%2C0%2C0%2C1-1.49-.89.2.2%2C0%2C0%2C0-.36.08c-.11.82%2C0%2C2.28%2C2.12%2C3.32%2C0%2C0%2C.62.54-.27%2C1.52a6.06%2C6.06%2C0%2C0%2C1-2.85%2C1.7s-.89%2C3.4-3.39%2C4.47v2s3.58-1.73%2C4.48-4.75c0%2C0%2C3.28%2C1.84%2C6.08-1.69%2C0%2C0%2C4.86.85%2C8.25-2.59%2C0%2C0%2C6.07-.72%2C6.16-.35.27%2C1-3.18%2C3.82-3.81%2C4.62l0%2C1.35c.53%2C0%2C4.54-3.47%2C5.28-5.64C154.33%2C29.15%2C155.29%2C28.06%2C152.9%2C27.65ZM47.76%2C38.33l1.17-3.78.83.26-1.17%2C3.78Zm2.62.82-.83-.26%2C1.17-3.78.83.26Zm28.29-13c.56.77%2C1.63%2C1.83%2C1.49%2C2.19s-1.16%2C1.07-1.52.54A7.75%2C7.75%2C0%2C0%2C1%2C78.67%2C26.18Zm-5%2C22.2-10.47.06%2C2.23-3.76a64.76%2C64.76%2C0%2C0%2C0%2C9.06.79Zm1.39%2C0%2C.81-2.88c1.45%2C0%2C2.87%2C0%2C4.15-.09l2.23%2C2.93Zm14.23-.08-5.37%2C0-2.32-3.05c1.86-.2%2C3.24-.53%2C3.68-1a6%2C6%2C0%2C0%2C0%2C.87-1.32l6.69%2C4.56A5.87%2C5.87%2C0%2C0%2C1%2C89.34%2C48.29ZM82%2C30.48a4.23%2C4.23%2C0%2C0%2C0%2C2.31%2C2.08c3.57%2C1.34%2C3.63%2C1.14%2C7.43%2C3.57a7.29%2C7.29%2C0%2C0%2C1%2C3.11%2C8.65%2C5.31%2C5.31%2C0%2C0%2C1-1%2C1.77l-7.29-5c.32-1.79-.36-3.32.29-4.55.8-1.52%2C1.94-.15%2C2.14.45A3.54%2C3.54%2C0%2C0%2C1%2C89%2C39.35s1.6-2.73.18-4.07a3.78%2C3.78%2C0%2C0%2C0-5.53.22c-1.69%2C1.88-2.85%2C1.25-2.85%2C1.25s.18-3-.53-4.11A17.8%2C17.8%2C0%2C0%2C1%2C82%2C30.48Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M221.55%2C29.12c-2.33-.69-3.6-.69-3.4-2.46s-1.49-2.57-.95-5.39c.05-.26.09-.46.51-.33a11.16%2C11.16%2C0%2C0%2C0%2C2.65.63.41.41%2C0%2C0%2C0%2C.39-.36%2C1.37%2C1.37%2C0%2C0%2C0%2C.27-.06c.27-.09.61-.65-.23-1.11-.61-.33-1.73-1.41-3-2.14a3.21%2C3.21%2C0%2C0%2C0%2C1.83-3.41.53.53%2C0%2C1%2C0-1%2C.27%2C1.94%2C1.94%2C0%2C0%2C1-.83%2C1.85%2C4%2C4%2C0%2C0%2C0-.1-1.55.53.53%2C0%2C1%2C0-1%2C.3%2C3%2C3%2C0%2C0%2C1-.18%2C2l-.26-.07a1.11%2C1.11%2C0%2C0%2C0-1.23.42q-.41-.13-.78-.28c-.58-.75.34-1.92.35-1.94a.54.54%2C0%2C0%2C0-.83-.67%2C3.49%2C3.49%2C0%2C0%2C0-.78%2C2%2C7.1%2C7.1%2C0%2C0%2C1-.82-.55%2C4%2C4%2C0%2C0%2C1%2C.92-3.43.54.54%2C0%2C0%2C0-.77-.74%2C5.26%2C5.26%2C0%2C0%2C0-1.28%2C3%2C4.41%2C4.41%2C0%2C0%2C1-.32-.57%2C5%2C5%2C0%2C0%2C1-.08-3.73.53.53%2C0%2C0%2C0-1-.43%2C6%2C6%2C0%2C0%2C0%2C.09%2C4.59%2C5.88%2C5.88%2C0%2C0%2C0%2C1.57%2C2l.08.07a10.07%2C10.07%2C0%2C0%2C0%2C3.29%2C1.71%2C5.26%2C5.26%2C0%2C0%2C0%2C0%2C1.17%2C11.72%2C11.72%2C0%2C0%2C1-.09%2C1.25l-.15.92a6.77%2C6.77%2C0%2C0%2C1-1%2C2.63c-1.28%2C1.74-8.09%2C2.17-10.48%2C1.4A2.27%2C2.27%2C0%2C0%2C1%2C201.41%2C25a.2.2%2C0%2C0%2C0-.37%2C0c-.2.8-.22%2C2.27%2C1.72%2C3.54%2C0%2C0%2C.56.6-.44%2C1.48a6.05%2C6.05%2C0%2C0%2C1-3%2C1.36s-1.27%2C3.27-3.88%2C4l-.22%2C2s3.75-1.31%2C5-4.2c0%2C0%2C3%2C2.21%2C6.24-1%2C0%2C0%2C4.73%2C1.4%2C8.49-1.63%2C0%2C0%2C6.11%2C0%2C6.16.36.15%2C1.06-3.59%2C3.43-4.32%2C4.16l-.19%2C1.34c.53.06%2C4.9-2.92%2C5.89-5C222.79%2C30.78%2C223.87%2C29.81%2C221.55%2C29.12Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M180.91%2C28.87c0-1.11-.69-1.76-1.15-2.79%2C3.86.26%2C19.71-6.08%2C24-6.41S214.88%2C23.43%2C215%2C23s.19-.68.08-.72-5.12-3.85-11.27-3.58c-5.26.23-20.77%2C6.95-24.34%2C6.53a5.15%2C5.15%2C0%2C0%2C1-.12-1.64%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M54.9%2C10.83h-.84l.67-.87-.34-.27-.88%2C1.14h-.82a3.28%2C3.28%2C0%2C0%2C0-.81-2l.57-.6%2C1.38.17V8l-1-.12.57-.57L53.07%2C7l-.6.6-.15-1.14H51.9L52.14%2C8l-.57.57a3.27%2C3.27%2C0%2C0%2C0-2-.81V7.08l1.09-.92-.28-.33-.81.68v-1h-.44v1l-.93-.71L48%2C6.16l1.22.92v.68a3.27%2C3.27%2C0%2C0%2C0-2%2C.81l-.5-.5.12-1.44h-.44l-.07%2C1L45.7%2C7l-.3.31L46%2C8l-1.13.15v.43l1.45-.17.52.53a3.28%2C3.28%2C0%2C0%2C0-.81%2C2h-.89l-.91-1.14-.34.27.7.87h-.71v.44h.76l-.7.87.34.27.91-1.14h.89a3.28%2C3.28%2C0%2C0%2C0%2C.81%2C2l-.57.57-1.5-.16v.44l1.15.12-.57.57.3.31.52-.53.11%2C1.05h.44l-.21-1.45.63-.64a3.27%2C3.27%2C0%2C0%2C0%2C2%2C.81V15l-1.13.92.27.34.87-.7v1h.44v-1l.87.7.27-.34L49.63%2C15v-.68a3.27%2C3.27%2C0%2C0%2C0%2C2-.81L52%2C14l-.16%2C1.43h.44l.12-1.09.7.7.3-.31-.72-.62L53.85%2C14v-.44l-1.48.16-.45-.45a3.28%2C3.28%2C0%2C0%2C0%2C.81-2h.81l.89%2C1.14.34-.27-.68-.87h.82Zm-2.65%2C0H49.93l1.65-1.61A2.85%2C2.85%2C0%2C0%2C1%2C52.25%2C10.83Zm-1-2-1.61%2C1.65V8.2A2.84%2C2.84%2C0%2C0%2C1%2C51.24%2C8.88Zm-2.07-.68v2.32L47.58%2C8.88a2.84%2C2.84%2C0%2C0%2C1%2C1.61-.67Zm-1.93%2C1%2C1.63%2C1.64H46.55A2.85%2C2.85%2C0%2C0%2C1%2C47.24%2C9.22Zm-.68%2C2.08h2.32l-1.63%2C1.59a2.85%2C2.85%2C0%2C0%2C1-.67-1.61Zm1%2C1.93%2C1.63-1.64v2.32A2.84%2C2.84%2C0%2C0%2C1%2C47.58%2C13.22Zm2.07.68V11.58l1.59%2C1.65a2.84%2C2.84%2C0%2C0%2C1-1.61.67Zm1.93-1-1.65-1.61h2.32A2.85%2C2.85%2C0%2C0%2C1%2C51.58%2C12.88Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M24.42%2C16h-.69l.55-.71L24%2C15.06l-.72.93h-.67a2.68%2C2.68%2C0%2C0%2C0-.66-1.6l.47-.49%2C1.13.14v-.35l-.85-.1.47-.47-.25-.25-.49.49-.12-.93H22l.2%2C1.24-.47.47a2.67%2C2.67%2C0%2C0%2C0-1.6-.66v-.56l.89-.75-.23-.27-.66.56v-.79h-.36v.8L19%2C11.89l-.22.28%2C1%2C.75v.56a2.67%2C2.67%2C0%2C0%2C0-1.6.66l-.41-.41.1-1.18H17.5l-.06.85-.54-.54-.25.25.53.53-.93.12v.35L17.44%2C14l.43.43a2.68%2C2.68%2C0%2C0%2C0-.66%2C1.6h-.73l-.75-.93-.28.22L16%2C16h-.58v.36h.62l-.57.71.28.22.75-.93h.73a2.68%2C2.68%2C0%2C0%2C0%2C.66%2C1.6l-.47.47-1.23-.13v.36l.94.1-.47.47.25.25.43-.43.09.86h.36l-.17-1.19.52-.52a2.67%2C2.67%2C0%2C0%2C0%2C1.6.66v.56l-.93.75.22.28.71-.57v.79h.36v-.79l.71.57.22-.28-.93-.75v-.56a2.67%2C2.67%2C0%2C0%2C0%2C1.6-.66l.38.38L22%2C19.75h.36l.1-.89.57.57.25-.25-.59-.51.92-.1v-.36l-1.21.13L22%2C18a2.68%2C2.68%2C0%2C0%2C0%2C.66-1.6h.66l.73.93.28-.22-.56-.71h.67Zm-2.17%2C0h-1.9l1.35-1.32A2.33%2C2.33%2C0%2C0%2C1%2C22.26%2C16Zm-.83-1.6-1.32%2C1.35v-1.9A2.32%2C2.32%2C0%2C0%2C1%2C21.43%2C14.39Zm-1.7-.56v1.9l-1.3-1.34a2.32%2C2.32%2C0%2C0%2C1%2C1.32-.55Zm-1.58.84L19.49%2C16H17.6A2.33%2C2.33%2C0%2C0%2C1%2C18.16%2C14.67Zm-.56%2C1.7h1.9l-1.34%2C1.3a2.33%2C2.33%2C0%2C0%2C1-.55-1.32ZM18.43%2C18l1.34-1.34v1.9A2.32%2C2.32%2C0%2C0%2C1%2C18.43%2C18Zm1.7.56V16.6L21.43%2C18a2.32%2C2.32%2C0%2C0%2C1-1.32.55Zm1.58-.84-1.35-1.32h1.9A2.33%2C2.33%2C0%2C0%2C1%2C21.71%2C17.67Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M89.11%2C4.32h-.69L89%2C3.61l-.28-.22L88%2C4.32h-.67a2.68%2C2.68%2C0%2C0%2C0-.66-1.6l.47-.49%2C1.13.14V2l-.85-.1.47-.47-.25-.25-.49.49L87%2C.76h-.35L86.86%2C2l-.47.47a2.67%2C2.67%2C0%2C0%2C0-1.6-.66V1.25L85.68.5%2C85.45.23l-.66.56V0h-.36V.8L83.67.22%2C83.45.5l1%2C.75v.56a2.67%2C2.67%2C0%2C0%2C0-1.6.66l-.41-.41.1-1.18h-.36l-.06.85-.54-.54-.25.25.53.53-.93.12v.35l1.19-.14.43.43a2.68%2C2.68%2C0%2C0%2C0-.66%2C1.6h-.73l-.75-.93-.28.22.57.71h-.58v.36h.62l-.57.71.28.22.75-.93h.73a2.68%2C2.68%2C0%2C0%2C0%2C.66%2C1.6l-.47.47L80.9%2C6.63V7l.94.1-.47.47.25.25L82%2C7.38l.09.86h.36L82.33%2C7l.52-.52a2.67%2C2.67%2C0%2C0%2C0%2C1.6.66v.56l-.93.75.22.28.71-.57V9h.36V8.21l.71.57.22-.28-.93-.75V7.19a2.67%2C2.67%2C0%2C0%2C0%2C1.6-.66l.38.38-.13%2C1.17H87l.1-.89.57.57.25-.25L87.34%2C7l.92-.1V6.54L87%2C6.67l-.37-.37a2.68%2C2.68%2C0%2C0%2C0%2C.66-1.6H88l.73.93L89%2C5.41l-.56-.71h.67Zm-2.17%2C0h-1.9L86.4%2C3A2.33%2C2.33%2C0%2C0%2C1%2C86.95%2C4.32Zm-.83-1.6L84.8%2C4.07V2.17A2.32%2C2.32%2C0%2C0%2C1%2C86.12%2C2.72Zm-1.7-.56v1.9l-1.3-1.34a2.32%2C2.32%2C0%2C0%2C1%2C1.32-.55ZM82.85%2C3l1.34%2C1.34h-1.9A2.33%2C2.33%2C0%2C0%2C1%2C82.85%2C3Zm-.56%2C1.7h1.9L82.85%2C6a2.33%2C2.33%2C0%2C0%2C1-.55-1.32Zm.84%2C1.58%2C1.34-1.34v1.9A2.32%2C2.32%2C0%2C0%2C1%2C83.13%2C6.28Zm1.7.56V4.93l1.3%2C1.35a2.32%2C2.32%2C0%2C0%2C1-1.32.55ZM86.4%2C6%2C85.05%2C4.68h1.9A2.33%2C2.33%2C0%2C0%2C1%2C86.4%2C6Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M141.24%2C47.28h-.84l.67-.87-.34-.27-.88%2C1.14H139a3.28%2C3.28%2C0%2C0%2C0-.81-2l.57-.6%2C1.38.17v-.43l-1-.12.57-.57-.3-.31-.6.6-.15-1.14h-.43l.24%2C1.51-.57.57a3.27%2C3.27%2C0%2C0%2C0-2-.81v-.68l1.09-.92-.28-.33L136%2C43V42h-.44v1l-.93-.71-.27.34%2C1.22.92v.68a3.27%2C3.27%2C0%2C0%2C0-2%2C.81l-.5-.5.12-1.44h-.44l-.07%2C1-.66-.66-.3.31.65.65-1.13.15V45l1.45-.17.52.53a3.28%2C3.28%2C0%2C0%2C0-.81%2C2h-.89l-.91-1.14-.34.27.7.87h-.71v.44H131l-.7.87.34.27.91-1.14h.89a3.28%2C3.28%2C0%2C0%2C0%2C.81%2C2l-.57.57-1.5-.16v.44l1.15.12-.57.57.3.31.52-.53.11%2C1.05h.44l-.21-1.45.63-.64a3.27%2C3.27%2C0%2C0%2C0%2C2%2C.81v.68l-1.13.92.27.34.87-.7v1H136V52l.87.7.27-.34L136%2C51.47v-.68a3.27%2C3.27%2C0%2C0%2C0%2C2-.81l.46.46-.16%2C1.43h.44l.12-1.09.7.7.3-.31-.72-.62%2C1.12-.12V50l-1.48.16-.45-.45a3.28%2C3.28%2C0%2C0%2C0%2C.81-2h.81l.89%2C1.14.34-.27-.68-.87h.82Zm-2.65%2C0h-2.32l1.65-1.61A2.85%2C2.85%2C0%2C0%2C1%2C138.59%2C47.28Zm-1-2L136%2C47V44.66A2.84%2C2.84%2C0%2C0%2C1%2C137.58%2C45.33Zm-2.07-.68V47l-1.59-1.64a2.84%2C2.84%2C0%2C0%2C1%2C1.61-.67Zm-1.93%2C1%2C1.63%2C1.64h-2.32A2.85%2C2.85%2C0%2C0%2C1%2C133.57%2C45.67Zm-.68%2C2.08h2.32l-1.63%2C1.59a2.85%2C2.85%2C0%2C0%2C1-.67-1.61Zm1%2C1.93L135.55%2C48v2.32A2.84%2C2.84%2C0%2C0%2C1%2C133.92%2C49.68Zm2.07.68V48l1.59%2C1.65a2.84%2C2.84%2C0%2C0%2C1-1.61.67Zm1.93-1-1.65-1.61h2.32A2.85%2C2.85%2C0%2C0%2C1%2C137.92%2C49.33Z%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%2238.93%22%20cy%3D%2222.67%22%20r%3D%222%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%2266.88%22%20cy%3D%225.55%22%20r%3D%222%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%22151.72%22%20cy%3D%2245.5%22%20r%3D%222%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%22118.7%22%20cy%3D%2247.5%22%20r%3D%222%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%22102.31%22%20cy%3D%227.8%22%20r%3D%221.5%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%221.5%22%20cy%3D%2217.8%22%20r%3D%221.5%22%2F%3E%3C%2Fsvg%3E")*/
/*    no-repeat;*/
/*}*/

.bottom_note {
  font-size: 13px;
}
.download_page_block .bottom_note span {
  color: #777;
  display: inline;
}

.row2 {
  margin: 20px 0;
}
input.txt {
  border-bottom: 1px solid #777;
}
/*.error {*/
/*  color: #bc260d;*/
/*}*/

.download_page_block {
  padding: 0 0 0 20px;
}

.pad-success__title {
  font: 500 36px 'Roboto Condensed', sans-serif;
  margin: 0 0 30px;
}

.pad-success__txt {
  font-size: 24px;
  line-height: 1;
}

.link_new {
  position: relative;
}
.link_new:before {
  content: "New";
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  color: #01b96d;
  font-family: "Roboto", "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.download_page_block span.link_new {
  display: inline;
  padding-right: 34px;
}

.download_btn_new {
  padding: 8px 20px 12px 80px;
  color: #fff;
  width: 321px;
  /*max-width: 265px;*/
  height: 77px;
  border-radius: 6px;
  /*background: #01B96D url(/public/img/sprite.png) 20px -795px no-repeat;*/
  background-color: #01b96d;
  margin: 20px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 35;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.download_btn_new:hover {
  text-decoration: none;
  background-color: #00ab64;
}
.download_btn_new:hover .a_btn__icon::before {
  box-shadow: inset 0 0 0 35px #fff;
  transform: scale3d(1, 1, 1);
}
.download_btn_new .a_btn__icon svg .st0 {
  transition: fill 0.3s;
}
.download_btn_new:hover .a_btn__icon svg .st0 {
  fill: #00ab64;
}

.download_btn_new .btn_second {
  font: 400 16px/19px "Roboto", sans-serif;
  margin-top: 3px;
}

.download_btn_new:hover {
  color: #fff;
}

.microsoft_btn {
  /*width: 224px;*/
  margin: 6px 0;

  transform: scale(.83);
  transform-origin: left;
}

.download_page_block span.grey {
  color: #666;
  display: inline;
}

.subgroup {
  padding-left: 10px;
}

.right_column__btn {
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
}
.social_block {
  background-color: #16a4fa;
}
.social_btn:hover {
  opacity: 0.8;
}
.social_block > span {
  font-size: 22px;
  margin-right: 20px;
}
.social_btn.facebook,
.footer_links .fb::before {
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22.6094%200.109375H3.39062C2.52038%200.109375%201.68578%200.455077%201.07043%201.07043C0.455077%201.68578%200.109375%202.52038%200.109375%203.39062V22.6094C0.109375%2023.4796%200.455077%2024.3142%201.07043%2024.9296C1.68578%2025.5449%202.52038%2025.8906%203.39062%2025.8906H12.8049V15.1635H10.6595V10.8727H12.7871V8.93359C12.7871%207.17859%2013.6231%204.43676%2017.3023%204.43676L20.6167%204.45006V8.12629H18.2097C17.8184%208.12629%2017.2615%208.32117%2017.2615%209.15707V10.873H20.6714L20.28%2015.1638H17.0957V25.8906H22.6094C23.0403%2025.8906%2023.467%2025.8058%2023.8651%2025.6409C24.2632%2025.476%2024.6249%2025.2343%2024.9296%2024.9296C25.2343%2024.6249%2025.476%2024.2632%2025.6409%2023.8651C25.8058%2023.467%2025.8906%2023.0403%2025.8906%2022.6094V3.39062C25.8906%202.95973%2025.8058%202.53304%2025.6409%202.13494C25.476%201.73685%2025.2343%201.37512%2024.9296%201.07043C24.6249%200.765739%2024.2632%200.524043%2023.8651%200.359145C23.467%200.194247%2023.0403%200.109375%2022.6094%200.109375Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A")
    no-repeat;
}
.social_btn.twitter,
.footer_links .tw::before {
  width: 30px;
  height: 24px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2230%22%20height%3D%2225%22%20viewBox%3D%220%200%2030%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M30%202.88563C28.8844%203.375%2027.6956%203.69937%2026.4562%203.85687C27.7312%203.09562%2028.7044%201.89937%2029.1619%200.4575C27.9731%201.16625%2026.6606%201.66688%2025.2619%201.94625C24.1331%200.744375%2022.5244%200%2020.7694%200C17.3644%200%2014.6231%202.76375%2014.6231%206.15188C14.6231%206.63938%2014.6644%207.10812%2014.7656%207.55437C9.6525%207.305%205.12813%204.85438%202.08875%201.12125C1.55812%202.04188%201.24688%203.09563%201.24688%204.23C1.24688%206.36%202.34375%208.24812%203.97875%209.34125C2.99062%209.3225%202.02125%209.03563%201.2%208.58375C1.2%208.6025%201.2%208.62687%201.2%208.65125C1.2%2011.64%203.33187%2014.1225%206.1275%2014.6944C5.62687%2014.8312%205.08125%2014.8969%204.515%2014.8969C4.12125%2014.8969%203.72375%2014.8744%203.35062%2014.7919C4.1475%2017.2275%206.40875%2019.0181%209.0975%2019.0762C7.005%2020.7131%204.34813%2021.6994%201.47188%2021.6994C0.9675%2021.6994%200.48375%2021.6769%200%2021.615C2.72437%2023.3719%205.95313%2024.375%209.435%2024.375C20.7525%2024.375%2026.94%2015%2026.94%206.87375C26.94%206.60187%2026.9306%206.33938%2026.9175%206.07875C28.1381%205.2125%2029.1637%204.13063%2030%202.88563Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A")
    no-repeat;
}
.social_btn.vkontakte {
  width: 35px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2235%22%20height%3D%2220%22%20viewBox%3D%220%200%2035%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M31.0328%208.36158C31.5306%207.71719%2031.9257%207.20015%2032.2175%206.81006C34.3191%204.01165%2035.23%202.22401%2034.9509%201.44463L34.8413%201.2621C34.7686%201.15246%2034.5799%201.05178%2034.2764%200.960644C33.9726%200.869576%2033.5839%200.855024%2033.1103%200.915143L27.8622%200.952216C27.7407%200.9401%2027.6191%200.94293%2027.4976%200.960644C27.3761%200.979147%2027.2973%200.997716%2027.2606%201.01543C27.224%201.034%2027.1938%201.04888%2027.1697%201.061L27.0969%201.11578C27.0362%201.15206%2026.9694%201.21613%2026.8966%201.30766C26.8237%201.39913%2026.7625%201.50514%2026.7143%201.62722C26.1433%203.09932%2025.4935%204.46831%2024.7644%205.73371C24.3149%206.48813%2023.9016%207.1426%2023.5255%207.69546C23.1488%208.24957%2022.833%208.65704%2022.5778%208.91813C22.3228%209.17968%2022.0917%209.38999%2021.8854%209.54764C21.6786%209.70639%2021.5208%209.7729%2021.4118%209.74873C21.3023%209.72457%2021.1989%209.7004%2021.102%209.67538C20.9318%209.5662%2020.7949%209.41745%2020.692%209.22847C20.5886%209.04034%2020.519%208.80289%2020.4823%208.51678C20.4461%208.23107%2020.4244%207.98447%2020.4187%207.77731C20.4123%207.57061%2020.4155%207.27884%2020.428%206.9012C20.4401%206.52395%2020.4461%206.26892%2020.4461%206.13473C20.4461%205.67287%2020.4553%205.17078%2020.4735%204.62917C20.4916%204.08797%2020.5069%203.65877%2020.519%203.34237C20.5311%203.02643%2020.5371%202.69153%2020.5371%202.33852C20.5371%201.98629%2020.5158%201.70901%2020.4729%201.50797C20.4303%201.30766%2020.3664%201.11302%2020.2819%200.924032C20.1966%200.735838%2020.0722%200.589524%2019.908%200.486406C19.7439%200.382826%2019.5406%200.301043%2019.2977%200.239738C18.6534%200.0934238%2017.8334%200.0152618%2016.8376%200.00242146C14.5778%20-0.0209546%2013.126%200.124899%2012.4822%200.440839C12.2271%200.575037%2011.9961%200.757173%2011.7898%200.988498C11.5709%201.2565%2011.5407%201.40275%2011.6988%201.42612C12.4279%201.53576%2012.9438%201.7977%2013.2476%202.21117L13.3571%202.42998C13.4419%202.58874%2013.5269%202.86846%2013.6122%203.26981C13.6971%203.67122%2013.7518%204.1153%2013.7763%204.60211C13.8371%205.49027%2013.8371%206.25036%2013.7763%206.88349C13.7156%207.51655%2013.6581%208.00903%2013.6034%208.36125C13.5486%208.71426%2013.4665%208.99998%2013.3575%209.21879C13.248%209.43839%2013.1752%209.5722%2013.1386%209.62092C13.102%209.66926%2013.0718%209.69988%2013.0477%209.71206C12.8895%209.77251%2012.7258%209.80313%2012.5556%209.80313C12.3854%209.80313%2012.1789%209.71765%2011.9359%209.54717C11.6929%209.37755%2011.4406%209.143%2011.1798%208.84477C10.9183%208.54701%2010.6241%208.12992%2010.2958%207.59432C9.96783%207.05956%209.62739%206.42643%209.27531%205.69664L8.98398%205.16709C8.80173%204.82698%208.55261%204.33088%208.23676%203.68004C7.9209%203.0292%207.64121%202.39975%207.3986%201.79086C7.30123%201.53576%207.15553%201.34111%206.96125%201.20692L6.87032%201.15213C6.80957%201.10373%206.71219%201.05178%206.5786%200.997321C6.4446%200.942536%206.30541%200.903026%206.15932%200.878465L1.16623%200.914748C0.656032%200.914748%200.310001%201.03084%200.127748%201.2621L0.0548994%201.37134C0.0180806%201.43258%200%201.5301%200%201.66351C0%201.7977%200.0366215%201.96173%200.10947%202.15598C0.838548%203.87192%201.63127%205.52662%202.4875%207.12001C3.3442%208.71426%204.0882%209.99817%204.7199%2010.9714C5.35161%2011.9454%205.99541%2012.8634%206.65171%2013.7274C7.308%2014.5914%207.74213%2015.1447%207.95457%2015.3877C8.167%2015.6315%208.334%2015.8141%208.45556%2015.9354L8.91107%2016.3738C9.20239%2016.6656%209.63094%2017.0153%2010.1959%2017.4232C10.7608%2017.831%2011.3861%2018.2324%2012.073%2018.6274C12.7591%2019.0231%2013.5582%2019.345%2014.4691%2019.5949C15.3801%2019.8448%2016.2669%2019.9451%2017.1296%2019.8959H19.2253C19.6506%2019.8596%2019.9723%2019.7263%2020.191%2019.4945L20.2637%2019.4035C20.312%2019.3309%2020.3579%2019.2181%2020.4005%2019.0661C20.4428%2018.9142%2020.4646%2018.7466%2020.4646%2018.5644C20.452%2018.0414%2020.492%2017.5691%2020.5829%2017.1499C20.6738%2016.73%2020.7772%2016.4141%2020.8927%2016.2005C21.0082%2015.9881%2021.1385%2015.8084%2021.2845%2015.6621C21.4303%2015.5158%2021.5333%2015.4283%2021.5944%2015.3977C21.6552%2015.3679%2021.7039%2015.3465%2021.7402%2015.3336C22.0314%2015.2365%2022.3746%2015.3308%2022.7698%2015.6165C23.1645%2015.9031%2023.5352%2016.2553%2023.8816%2016.6752C24.2275%2017.0951%2024.6436%2017.5662%2025.1297%2018.0897C25.6154%2018.6127%2026.0407%2019.002%2026.4052%2019.2575L26.7698%2019.4771C27.0128%2019.6226%2027.3283%2019.7564%2027.7174%2019.8785C28.1061%2019.9998%2028.4465%2020.0305%2028.7378%2019.9696L33.4029%2019.8963C33.8645%2019.8963%2034.223%2019.8205%2034.4782%2019.6682C34.7332%2019.517%2034.885%2019.3486%2034.9337%2019.1665C34.9819%2018.9839%2034.9851%2018.778%2034.9429%2018.5462C34.9003%2018.3153%2034.8577%2018.1541%2034.8154%2018.063C34.7728%2017.972%2034.7333%2017.8954%2034.6966%2017.835C34.0891%2016.74%2032.929%2015.3952%2031.2161%2013.8014L31.1795%2013.7651L31.1614%2013.7466L31.1433%2013.7289H31.125C30.3472%2012.9866%2029.8555%2012.4876%2029.649%2012.2317C29.2725%2011.7458%2029.1872%2011.2529%2029.394%2010.754C29.5389%2010.3757%2030.0853%209.57865%2031.0328%208.36158Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A")
    no-repeat;
}
.right_column__btn.vers {
  cursor: pointer;
  font-size: 22px;
  background: #01b96d
    url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Crect%20width%3D%2226%22%20height%3D%2226%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20style%3D%22clip-path%3Aurl(%23b)%3B%22%3E%3Cg%3E%3Cpath%20d%3D%22M8.44%2C12.03c-.14-.9-.9-1.92-1.77-2.37-.73-.38-.73-.39-.34-.47%2C.85-.17%2C2.13-1.79%2C2.17-2.77%2C0-.16%2C.15%2C.1%2C.31%2C.57%2C.35%2C1.02%2C1.27%2C2.02%2C2%2C2.19l.49%2C.11-.5%2C.21c-.96%2C.39-1.72%2C1.33-2.09%2C2.56l-.17%2C.57-.09-.59Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M3.54%2C8.41c-.11-.68-.67-1.83-1.25-2.52-.27-.33-.85-.74-1.48-1.04C.24%2C4.56-.11%2C4.33%2C.03%2C4.33c.47%2C0%2C1.63-.7%2C2.18-1.31%2C.6-.67%2C1.38-2.2%2C1.38-2.71s.24-.37%2C.34%2C.21c.24%2C1.45%2C1.75%2C3.29%2C3.03%2C3.67l.65%2C.19-1%2C.49c-.73%2C.35-1.15%2C.68-1.56%2C1.2-.52%2C.66-1.16%2C2.05-1.16%2C2.52s-.26%2C.32-.34-.18Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M23.6%2C1.39c.64%2C0%2C1.2%2C.21%2C1.68%2C.64%2C.48%2C.43%2C.72%2C.96%2C.72%2C1.6%2C0%2C.58-.2%2C1.27-.62%2C2.07-3.03%2C5.76-5.15%2C9.2-6.37%2C10.33-.89%2C.83-1.88%2C1.25-2.98%2C1.25s-2.14-.42-2.96-1.27c-.83-.85-1.24-1.85-1.24-3.01s.42-2.14%2C1.26-2.91L21.82%2C2.13c.54-.49%2C1.13-.74%2C1.78-.74ZM11.16%2C15.59c.36%2C.7%2C.84%2C1.29%2C1.46%2C1.79%2C.62%2C.49%2C1.3%2C.84%2C2.06%2C1.04v.97c.05%2C1.95-.54%2C3.54-1.76%2C4.77-1.22%2C1.23-2.81%2C1.84-4.77%2C1.84-1.12%2C0-2.12-.21-2.98-.64-.87-.43-1.56-1.01-2.09-1.75-.53-.74-.92-1.58-1.18-2.51-.27-.94-.4-1.94-.4-3.02%2C.06%2C.05%2C.25%2C.18%2C.56%2C.41%2C.31%2C.23%2C.59%2C.43%2C.85%2C.61%2C.26%2C.18%2C.52%2C.35%2C.81%2C.5%2C.28%2C.16%2C.49%2C.23%2C.63%2C.23%2C.37%2C0%2C.63-.17%2C.75-.51%2C.23-.6%2C.49-1.12%2C.79-1.54%2C.3-.43%2C.61-.77%2C.95-1.04%2C.34-.27%2C.74-.49%2C1.21-.65%2C.47-.16%2C.94-.28%2C1.41-.35%2C.47-.07%2C1.04-.11%2C1.71-.14Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
    no-repeat right 18px center;
  background-size: 26px;
  padding-right: 50px;
  /*margin-bottom: 0;*/
}
.right_column__btn.vers:hover {
  text-decoration: none;
  background-color: #00ab64;
}
@media screen and (min-width: 601px) {
  .right_column__btn.vers:last-child {margin-bottom: 0;}
}
.right_column__btn.platforms {
  background-color: #01b96d;
  cursor: pointer;
}

.social_block > div {
  display: flex;
  align-items: center;
}

.social_block .social_btn {
  margin-right: 20px;
}

.social_block .social_btn:last-child {
  margin-right: 0;
}

/*.ru .download_btn_new {max-width: 317px;}*/

.footer_links {
  float: right;
  background: #102232;
  border-radius: 6px;
  width: 331px;
  flex-shrink: 0;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
}
.footer_links a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  opacity: 1;
  transition: opacity 0.15s linear;
}
.footer_links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.footer_links a.tw::before {
  height: 17px;
  width: 20px;
  background-size: contain;
}

.footer_links a.fb::before {
  height: 17px;
  width: 17px;
  background-size: contain;
}

/*Tabs + common styles }*/

.left_container .download_page_block {
  margin: 30px 0 0;
}
.left_container .download_page_block h3, .left_container .download_page_block h2 {
  padding: 0 0 15px;
  margin-bottom: 0;
}
/*.left_container .download_page_block>h3:first-child {*/
/*	margin-top: 20px;*/
/*}*/
/*.download_page_block.windows {*/
/*	column-count: 2;*/
/*	break-inside: avoid;*/
/*}*/

.download_page_block:not(.users_say__wrap) {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.download_page_block__wrap:first-child {
  margin-right: 20px;
}
.download_page_block span {
  break-after: avoid;
  margin-bottom: 12px;
}
.os_tabs {
  position: relative;
  padding: 35px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  background-color: #f6f8fa;
}
.os_tabs > a:hover:before,
.os_tabs > a.active:before {
  transform: scale(1.2);
}

.os_tabs > a:before {
  transition: 0.3s;
}

.os_tabs:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #1022321c;
  position: absolute;
  bottom: 0;
  left: 0;
}

.os_tabs > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 90px;
  width: 25%;
}
.os_tabs > a:hover {
  text-decoration: none;
  color: #16a4fa;
}
.os_tabs > a:before {
  content: "";
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
}

.win_tab:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.27%2029.29%22%3E%3Ctitle%3EWin%3C%2Ftitle%3E%3Cpath%20d%3D%22M13.36%2C2.34C18.73%2C1.46%2C24%2C.78%2C29.27%2C0V13.86c-5.27%2C0-10.54.1-15.91.1V2.34%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3Cpath%20d%3D%22M0%2C4.2C4%2C3.62%2C8%2C3%2C12%2C2.54V14.06c-4%2C0-8%2C.1-12%2C0V4.2%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3Cpath%20d%3D%22M0%2C15.33c4%2C0%2C8%2C.09%2C12%2C0V26.84c-4-.58-8-1.07-12-1.66V15.33%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3Cpath%20d%3D%22M13.36%2C15.43H29.27V29.29C24%2C28.51%2C18.73%2C27.73%2C13.36%2C27V15.43%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}
.win_tab.active:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.3%2029.3%22%3E%3Ctitle%3EWin%20(1)%3C%2Ftitle%3E%3Cpath%20d%3D%22M13.4%2C2.3C18.7%2C1.5%2C24%2C.8%2C29.3%2C0V13.9c-5.3%2C0-10.6.1-15.9.1V2.3%22%20style%3D%22fill%3A%2316A4FA%22%2F%3E%3Cpath%20d%3D%22M0%2C4.2C4%2C3.6%2C8%2C3%2C12%2C2.5V14c-4%2C0-8%2C.1-12%2C0V4.2%22%20style%3D%22fill%3A%2316A4FA%22%2F%3E%3Cpath%20d%3D%22M0%2C15.3c4%2C0%2C8%2C.1%2C12%2C0V26.8c-4-.6-8-1.1-12-1.7V15.3%22%20style%3D%22fill%3A%2316A4FA%22%2F%3E%3Cpath%20d%3D%22M13.4%2C15.4H29.3V29.3C24%2C28.5%2C18.7%2C27.7%2C13.4%2C27V15.4%22%20style%3D%22fill%3A%2316A4FA%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}

.mac_tab:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.97%2030%22%3E%3Ctitle%3EMac%3C%2Ftitle%3E%3Cpath%20d%3D%22M14%2C0h2l.24.06a13.68%2C13.68%2C0%2C0%2C1%2C5.13%2C1.37%2C14.79%2C14.79%2C0%2C0%2C1%2C8.32%2C10.74c.13.61.19%2C1.22.28%2C1.83v2l-.06.24a13.86%2C13.86%2C0%2C0%2C1-1.39%2C5.2%2C14.76%2C14.76%2C0%2C0%2C1-10.73%2C8.29c-.59.12-1.19.18-1.79.27H14l-.27-.06a14.06%2C14.06%2C0%2C0%2C1-4-.89A15%2C15%2C0%2C0%2C1%2C.94%2C9.83l.17-.42A14.54%2C14.54%2C0%2C0%2C1%2C12.16.28C12.76.15%2C13.37.09%2C14%2C0Zm8.14%2C24.28c-.12-.19-.2-.3-.28-.42Q18.92%2C19.59%2C16%2C15.3a.42.42%2C0%2C0%2C1%2C0-.59l5.88-8.59c.08-.12.15-.23.25-.4H20.87a.55.55%2C0%2C0%2C0-.54.3l-5.09%2C7.44c-.07.11-.15.21-.24.34l-.24-.33L9.64%2C6c-.08-.11-.18-.28-.29-.28H7.83l.28.42L14%2C14.67a.48.48%2C0%2C0%2C1%2C0%2C.65c-2%2C2.85-3.91%2C5.71-5.87%2C8.56l-.25.4H9.14a.51.51%2C0%2C0%2C0%2C.5-.28l5.11-7.47L15%2C16.2c.11.15.19.26.26.37L20.33%2C24a.63.63%2C0%2C0%2C0%2C.34.26c.46%2C0%2C.92%2C0%2C1.45%2C0Z%22%20transform%3D%22translate(0)%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}
.mac_tab.active:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.91%2030%22%3E%3Ctitle%3EMac%20(1)%3C%2Ftitle%3E%3Cpath%20d%3D%22M14%2C0h2c.1%2C0%2C.2%2C0%2C.2.1a12.94%2C12.94%2C0%2C0%2C1%2C5.1%2C1.4%2C14.43%2C14.43%2C0%2C0%2C1%2C8.3%2C10.7l.3%2C1.8v2c0%2C.1%2C0%2C.2-.1.2a13.42%2C13.42%2C0%2C0%2C1-1.4%2C5.2%2C14.89%2C14.89%2C0%2C0%2C1-10.7%2C8.3l-1.8.3h-2a.37.37%2C0%2C0%2C1-.3-.1%2C13.67%2C13.67%2C0%2C0%2C1-4-.9A15%2C15%2C0%2C0%2C1%2C.9%2C9.8a.52.52%2C0%2C0%2C0%2C.2-.4A14.4%2C14.4%2C0%2C0%2C1%2C12.2.3Zm8.1%2C24.3a1.38%2C1.38%2C0%2C0%2C0-.3-.4c-2-2.8-3.9-5.7-5.9-8.6a.38.38%2C0%2C0%2C1%2C0-.6l5.9-8.6c.2-.1.2-.2.3-.4H20.8a.55.55%2C0%2C0%2C0-.5.3l-5.1%2C7.4c-.1.1-.1.2-.2.3l-.2-.3L9.6%2C6c0-.1-.1-.3-.2-.3H7.9l.3.4%2C5.9%2C8.5c.2.2.2.5%2C0%2C.6-2%2C2.9-3.9%2C5.7-5.9%2C8.6l-.3.4H9.2a.55.55%2C0%2C0%2C0%2C.5-.3l5.1-7.5.3-.3c.1.1.2.3.3.4l5.1%2C7.4.3.3a4.89%2C4.89%2C0%2C0%2C0%2C1.3.1Z%22%20transform%3D%22translate(0.01)%22%20style%3D%22fill%3A%2316A4FA%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}

.android_tab:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.7%2029.53%22%3E%3Ctitle%3EAndroid%3C%2Ftitle%3E%3Cpath%20d%3D%22M33.58%2C29.54V20.33H.11v9.21H33.58%22%20transform%3D%22translate(0%20-0.01)%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3Cpath%20d%3D%22M25.16%2C5.28%2C28%2C.9a.5.5%2C0%2C0%2C0-.06-.69.56.56%2C0%2C0%2C0-.17-.09.49.49%2C0%2C0%2C0-.69.07A1.09%2C1.09%2C0%2C0%2C0%2C27%2C.34L24%2C4.83a19.23%2C19.23%2C0%2C0%2C0-7.19-1.34A18.8%2C18.8%2C0%2C0%2C0%2C9.66%2C4.83L6.74.34A.57.57%2C0%2C0%2C0%2C6%2C.12.73.73%2C0%2C0%2C0%2C5.73.9L8.54%2C5.28C3.48%2C7.75%2C0%2C12.47%2C0%2C17.86v1H33.7v-1c0-5.39-3.48-10.11-8.54-12.58M9.1%2C13a1.57%2C1.57%2C0%2C1%2C1%2C1.57-1.57h0A1.53%2C1.53%2C0%2C0%2C1%2C9.18%2C13H9.1m15.5%2C0a1.57%2C1.57%2C0%2C1%2C1%2C1.57-1.57h0A1.47%2C1.47%2C0%2C0%2C1%2C24.81%2C13H24.6%22%20transform%3D%22translate(0%20-0.01)%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}
.android_tab.active:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.7%2029.47%22%3E%3Ctitle%3EAndroid%20(1)%3C%2Ftitle%3E%3Cpath%20d%3D%22M33.6%2C29.5V20.3H.1v9.2H33.6%22%20transform%3D%22translate(0%20-0.03)%22%20style%3D%22fill%3A%2316A4FA%22%2F%3E%3Cpath%20d%3D%22M25.2%2C5.3%2C28%2C.9a.49.49%2C0%2C0%2C0-.1-.7.35.35%2C0%2C0%2C0-.2-.1.48.48%2C0%2C0%2C0-.6.1L27%2C.3%2C24%2C4.8a17.69%2C17.69%2C0%2C0%2C0-7.2-1.3A19%2C19%2C0%2C0%2C0%2C9.7%2C4.8L6.7.3A.57.57%2C0%2C0%2C0%2C6%2C.1a1.14%2C1.14%2C0%2C0%2C0-.3.8L8.5%2C5.3C3.5%2C7.8%2C0%2C12.5%2C0%2C17.9v1H33.7v-1c0-5.4-3.5-10.1-8.5-12.6M9.1%2C13a1.6%2C1.6%2C0%2C1%2C1%2C1.6-1.6h0A1.58%2C1.58%2C0%2C0%2C1%2C9.1%2C13h0m15.5%2C0a1.6%2C1.6%2C0%2C1%2C1%2C1.6-1.6h0A1.54%2C1.54%2C0%2C0%2C1%2C24.8%2C13h-.2%22%20transform%3D%22translate(0%20-0.03)%22%20style%3D%22fill%3A%2316A4FA%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}

.linux_tab:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032.41%2030.02%22%3E%3Ctitle%3Elinux%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C30H5.28a27.39%2C27.39%2C0%2C0%2C0%2C2-7.49c0-.05.07-.1.19-.27.54.39%2C1.12.74%2C1.62%2C1.18%2C2.36%2C2.07%2C4.22%2C2.23%2C6.93.63.78-.46%2C1.63-.8%2C2.42-1.25s1.58-1%2C2.42-1.51a1.84%2C1.84%2C0%2C0%2C1%2C.17.38A77.29%2C77.29%2C0%2C0%2C0%2C24%2C30h8.38c-1.08-1.46-2.2-2.9-3.3-4.35a13.33%2C13.33%2C0%2C0%2C1-3-9.17%2C29.31%2C29.31%2C0%2C0%2C0-.67-8.71C24.58%2C4%2C22.63%2C1.22%2C18.65.3a13.92%2C13.92%2C0%2C0%2C0-5.89%2C0A8.59%2C8.59%2C0%2C0%2C0%2C5.54%2C7.2c-.76%2C3.14-.46%2C6.3-.28%2C9.47a15.51%2C15.51%2C0%2C0%2C1-3.5%2C11C1.16%2C28.48.57%2C29.23%2C0%2C30ZM14%2C13.14c.32-2.21%2C1.84-3.67%2C3.67-3.54a3.79%2C3.79%2C0%2C0%2C1%2C3.09%2C3.25%2C5.59%2C5.59%2C0%2C0%2C1-.38%2C3.58c-.32.7-.72%2C1-1.44.54a4.88%2C4.88%2C0%2C0%2C0-.66-.29%2C20.66%2C20.66%2C0%2C0%2C0%2C.28-2.6c0-1-.69-1.79-1.38-1.76-1%2C0-1.29.77-1.5%2C1.55a8.14%2C8.14%2C0%2C0%2C0-.18%2C1.39C13.81%2C14.88%2C13.74%2C14.77%2C14%2C13.14ZM7.12%2C11.3a1.92%2C1.92%2C0%2C0%2C1%2C2.58-.85%2C2%2C2%2C0%2C0%2C1%2C.77.71%2C4.06%2C4.06%2C0%2C0%2C1%2C.93%2C3.16c-.06.44-.72.8-1.17%2C1.26a15.63%2C15.63%2C0%2C0%2C0-.66-2.11%2C1.1%2C1.1%2C0%2C0%2C0-.87-.55%2C1.18%2C1.18%2C0%2C0%2C0-.74.71%2C3.14%2C3.14%2C0%2C0%2C0%2C.58%2C3.15l-.83.57A5.19%2C5.19%2C0%2C0%2C1%2C7.12%2C11.3ZM7%2C18.52c1-.8%2C2-1.62%2C3-2.4a4.48%2C4.48%2C0%2C0%2C1%2C4.88-.5L19.5%2C17.7c1.59.73%2C1.86%2C2%2C.72%2C3.33a1.11%2C1.11%2C0%2C0%2C1-.26.27c-2.07%2C1.09-4.13%2C2.18-6.22%2C3.23a3.07%2C3.07%2C0%2C0%2C1-1%2C.1h-.53C11%2C24.48%2C7%2C21.6%2C6.49%2C20.45A1.49%2C1.49%2C0%2C0%2C1%2C7%2C18.52Z%22%20transform%3D%22translate(0%200.02)%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3Cpath%20d%3D%22M19.45%2C19.53c-2.22%2C1-4.09%2C2.75-6.67%2C3a6.52%2C6.52%2C0%2C0%2C1-5.69-3.11%2C3.5%2C3.5%2C0%2C0%2C1%2C.62.29c.43.36.84.76%2C1.28%2C1.11a5%2C5%2C0%2C0%2C0%2C5.54.8c1.19-.54%2C2.31-1.24%2C3.48-1.85.42-.22.86-.39%2C1.3-.58Z%22%20transform%3D%22translate(0%200.02)%22%20style%3D%22fill%3A%2313324b%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}
.linux_tab.active:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032.4%2030.2%22%3E%3Ctitle%3Elinux%20(1)%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C30H5.3a27.73%2C27.73%2C0%2C0%2C0%2C2-7.5%2C1.24%2C1.24%2C0%2C0%2C0%2C.2-.3c.5.4%2C1.1.8%2C1.6%2C1.2%2C2.4%2C2.1%2C4.2%2C2.2%2C6.9.6.8-.5%2C1.6-.8%2C2.4-1.3l2.4-1.5c.1.1.1.2.2.4a63.37%2C63.37%2C0%2C0%2C0%2C3%2C8.3h8.4c-1.1-1.5-2.2-2.9-3.3-4.4a13.28%2C13.28%2C0%2C0%2C1-3-9.2%2C28.22%2C28.22%2C0%2C0%2C0-.7-8.7c-.9-3.8-2.8-6.5-6.8-7.5a14.65%2C14.65%2C0%2C0%2C0-5.9%2C0A9.08%2C9.08%2C0%2C0%2C0%2C5.5%2C7.2c-.8%2C3.1-.5%2C6.3-.3%2C9.5a15.65%2C15.65%2C0%2C0%2C1-3.5%2C11C1.2%2C28.5.6%2C29.2%2C0%2C30ZM14%2C13.1c.3-2.2%2C1.8-3.7%2C3.7-3.5a3.82%2C3.82%2C0%2C0%2C1%2C3.1%2C3.3%2C5.58%2C5.58%2C0%2C0%2C1-.4%2C3.6c-.3.7-.7%2C1-1.4.5a4.88%2C4.88%2C0%2C0%2C0-.7-.3c.1-.9.2-1.7.3-2.6a1.69%2C1.69%2C0%2C0%2C0-1.4-1.8c-1%2C0-1.3.8-1.5%2C1.6a6.75%2C6.75%2C0%2C0%2C0-.2%2C1.4C13.8%2C14.9%2C13.7%2C14.8%2C14%2C13.1ZM7.1%2C11.3a1.94%2C1.94%2C0%2C0%2C1%2C2.6-.8%2C2.7%2C2.7%2C0%2C0%2C1%2C.8.7%2C4.06%2C4.06%2C0%2C0%2C1%2C.9%2C3.2c-.1.4-.7.8-1.2%2C1.3a17.23%2C17.23%2C0%2C0%2C0-.7-2.1%2C1.46%2C1.46%2C0%2C0%2C0-.9-.6c-.2%2C0-.5.3-.6.6a3.13%2C3.13%2C0%2C0%2C0%2C.6%2C3.2l-.8.6A5.15%2C5.15%2C0%2C0%2C1%2C7.1%2C11.3ZM7%2C18.5l3-2.4a4.59%2C4.59%2C0%2C0%2C1%2C4.9-.5l4.6%2C2.1c1.6.7%2C1.9%2C2%2C.7%2C3.3l-.3.3c-2.1%2C1.1-4.1%2C2.2-6.2%2C3.2a3.4%2C3.4%2C0%2C0%2C1-1%2C.1h-.5c-1.2-.2-5.2-3-5.7-4.2A1.45%2C1.45%2C0%2C0%2C1%2C7%2C18.5Z%22%20transform%3D%22translate(0%200.2)%22%20style%3D%22fill%3A%2316A4FA%22%2F%3E%3Cpath%20d%3D%22M19.5%2C19.5c-2.2%2C1-4.1%2C2.8-6.7%2C3a6.58%2C6.58%2C0%2C0%2C1-5.7-3.1l.6.3A6.89%2C6.89%2C0%2C0%2C0%2C9%2C20.8a4.87%2C4.87%2C0%2C0%2C0%2C5.5.8A30.1%2C30.1%2C0%2C0%2C0%2C18%2C19.7c.4-.2.9-.4%2C1.3-.6Z%22%20transform%3D%22translate(0%200.2)%22%20style%3D%22fill%3A%2316A4FA%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}

.os_tabs > a:not(:last-child) {
  margin-right: 20px;
}

.os_tabs > a > span {
  font: 17px/20px "Roboto", sans-serif;
  font-weight: 500;
  color: #102232;
  white-space: nowrap;
  margin-bottom: 25px;
}
.os_tabs > .active > span {
  color: #16a4fa;
}
.os_tabs > .active:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #16a4fa;
  position: absolute;
  bottom: 0;
  left: 0;
}
.download_page_block .h3 > span {
  display: inline-block;
  margin: 0;
  color: #bc0d43;
}
.version {
  color: #102232;
}
.download_page_block .download_btn_new > span {
  font-weight: 500;
  font-size: 30px;
  margin: 0;
}
.download_page_block .download_btn_new .btn_second {
  font-size: 19px;
  font-weight: 400;
}

.download_page_block span.list_name {
  margin-bottom: 10px;
}

.download_list + .screens {font-size: 17px;}

.download_list {
  list-style: none;
  margin-bottom: 30px;
}

div.list_item {
  margin-bottom: 20px;
}
.list_item {
  padding-left: 45px;
  position: relative;
  margin-bottom: 8px;
  min-height: 30px;
}
.list_item > a {
  padding-top: 3px;
  line-height: 1.4;
  font-size: 17px;
  display: inline-block;
  color: #16a4fa;
  text-decoration: underline;
}
.list_item > a:hover {
  color: #188aca;
}
.list_item > a:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Ctitle%3Edownload_FDM_green%3C%2Ftitle%3E%3Cpath%20d%3D%22M15.05%2C7.2h0a.87.87%2C0%2C0%2C1%2C.88.88V20.44a.87.87%2C0%2C0%2C1-.88.88h0a.87.87%2C0%2C0%2C1-.88-.88V8.08A.87.87%2C0%2C0%2C1%2C15.05%2C7.2Z%22%20style%3D%22fill%3A%2301B96D%22%2F%3E%3Crect%20x%3D%2211.99%22%20y%3D%2215.71%22%20width%3D%221.66%22%20height%3D%227.95%22%20rx%3D%220.68%22%20transform%3D%22translate(-10.16%2014.83)%20rotate(-45)%22%20style%3D%22fill%3A%2301B96D%22%2F%3E%3Crect%20x%3D%2213.21%22%20y%3D%2218.85%22%20width%3D%227.95%22%20height%3D%221.66%22%20rx%3D%220.68%22%20transform%3D%22translate(-8.89%2017.91)%20rotate(-45)%22%20style%3D%22fill%3A%2301B96D%22%2F%3E%3Cpath%20d%3D%22M15%2C30A15%2C15%2C0%2C1%2C1%2C30%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C30ZM15%2C1.76A13.24%2C13.24%2C0%2C1%2C0%2C28.24%2C15%2C13.24%2C13.24%2C0%2C0%2C0%2C15%2C1.76Z%22%20style%3D%22fill%3A%2301B96D%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}
.list_item > a:hover:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Ctitle%3Edownload_FDM_inv%3C%2Ftitle%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20style%3D%22fill%3A%2301B96D%22%2F%3E%3Cpath%20d%3D%22M15.05%2C7.2h0a.87.87%2C0%2C0%2C1%2C.88.86V20.44a.87.87%2C0%2C0%2C1-.86.88h0a.87.87%2C0%2C0%2C1-.88-.86V8.08A.87.87%2C0%2C0%2C1%2C15%2C7.2Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Crect%20x%3D%2211.93%22%20y%3D%2215.71%22%20width%3D%221.66%22%20height%3D%227.95%22%20rx%3D%220.68%22%20transform%3D%22translate(-10.18%2014.78)%20rotate(-45)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Crect%20x%3D%2213.26%22%20y%3D%2218.85%22%20width%3D%227.95%22%20height%3D%221.66%22%20rx%3D%220.68%22%20transform%3D%22translate(-8.87%2017.96)%20rotate(-45)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}
.download_page_block .thx {
  padding: 0;
  font: 16px/25px "Roboto", sans-serif;
  color: #666666;
}
/*Tabs {*/

/*main grid: start*/
.menu + .grid {
  margin-top: 20px;
}

.menu + .grid .left_container > div {
  background-color: #fff;
  border-radius: 6px;
  padding: 0 30px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
}
.menu + .grid .left_container > div:first-child {
  flex-grow: 1;
}

/*.menu + .grid h1 {*/
/*	background-color: transparent;*/
/*	color: #333;*/
/*	left: auto;*/
/*	padding: 0;*/
/*	width: auto;*/
/*	margin: 0 0 20px;*/
/*}*/

.menu + .grid .news_subscr {
  position: relative;
}

.menu + .grid .news_block {
  flex-shrink: 0;
  max-width: 100%;
}

/*.bcrumbs {margin-bottom: 20px;}*/
/*main grid: end*/

/*Android styles {*/
.download_btn_google {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  /*background-image: -moz-linear-gradient( 90deg, rgb(214,213,217) 0%, rgb(236,234,234) 100%);*/
  /*background-image: -webkit-linear-gradient( 90deg, rgb(214,213,217) 0%, rgb(236,234,234) 100%);*/
  /*background-image: -ms-linear-gradient( 90deg, rgb(214,213,217) 0%, rgb(236,234,234) 100%);*/
  width: 240px;
  height: 93px;
  margin-bottom: 20px;
  margin-top: 8px;
  /*border: 1px solid rgb(201, 202, 202);*/
  /*border-radius: 5px;*/
  /*padding: 5px 9px 5px 60px;*/
  /*margin: 10px 0 20px;*/
}
.download_btn_google > img {
  margin-left: -15px;
}
/*.download_btn_google>span {*/
/*	color: #555555;*/
/*	font-weight: 700;*/
/*	font-size: 14px;*/
/*}*/
/*.download_page_block .download_btn_google span {*/
/*	line-height: 14px;*/
/*	letter-spacing: 0;*/
/*}*/
/*.download_btn_google:before{*/
/*	content: '';*/
/*	position:absolute;*/
/*	width: 32px;*/
/*	height: 34px;*/
/*	left: 13px;*/
/*	top: 9px;*/
/*	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22d%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2034%2036.39%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82%22%20x1%3D%22-1.48%22%20y1%3D%2210.99%22%20x2%3D%2213.16%22%20y2%3D%2236.34%22%20gradientTransform%3D%22matrix(1%2C%200%2C%200%2C%20-1%2C%200%2C%2042)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220.09%22%20stop-color%3D%22%2349ddfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2346befd%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82_2%22%20x1%3D%229.76%22%20y1%3D%2227.97%22%20x2%3D%2214.24%22%20y2%3D%2235.73%22%20gradientTransform%3D%22matrix(1%2C%200%2C%200%2C%20-1%2C%200%2C%2042)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2337f175%22%2F%3E%3Cstop%20offset%3D%220.99%22%20stop-color%3D%22%233cf07d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82_3%22%20x1%3D%2214.92%22%20y1%3D%228.61%22%20x2%3D%229.79%22%20y2%3D%2217.5%22%20gradientTransform%3D%22matrix(1%2C%200%2C%200%2C%20-1%2C%200%2C%2042)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f44149%22%2F%3E%3Cstop%20offset%3D%220.99%22%20stop-color%3D%22%23d82e55%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ctitle%3Egoogle_play%3C%2Ftitle%3E%3Cpath%20d%3D%22M18.8%2C19.3%2C1.3%2C36.9A4.39%2C4.39%2C0%2C0%2C1%2C0%2C33.8V6.2A4.39%2C4.39%2C0%2C0%2C1%2C1.3%2C3.1Z%22%20transform%3D%22translate(0%20-1.81)%22%20style%3D%22fill%3Aurl(%23%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82)%22%2F%3E%3Cpath%20d%3D%22M34%2C20a4.38%2C4.38%2C0%2C0%2C1-2.3%2C3.8l-5%2C2.8-6.2-5.7-1.7-1.6%2C6.6-6.6%2C6.3%2C3.5A4.38%2C4.38%2C0%2C0%2C1%2C34%2C20Z%22%20transform%3D%22translate(0%20-1.81)%22%20style%3D%22fill%3A%23f7cf18%22%2F%3E%3Cpath%20d%3D%22M18.8%2C19.3%2C1.3%2C3.1a5.55%2C5.55%2C0%2C0%2C1%2C.8-.6%2C4.47%2C4.47%2C0%2C0%2C1%2C4.6-.1L25.3%2C12.7Z%22%20transform%3D%22translate(0%20-1.81)%22%20style%3D%22fill%3Aurl(%23%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82_2)%22%2F%3E%3Cpath%20d%3D%22M26.7%2C26.6%2C6.8%2C37.6a4.65%2C4.65%2C0%2C0%2C1-2.3.6%2C4.42%2C4.42%2C0%2C0%2C1-2.4-.7%2C5.5%2C5.5%2C0%2C0%2C1-.9-.7L18.7%2C19.2l1.7%2C1.6Z%22%20transform%3D%22translate(0%20-1.81)%22%20style%3D%22fill%3Aurl(%23%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9_%D0%B3%D1%80%D0%B0%D0%B4%D0%B8%D0%B5%D0%BD%D1%82_3)%22%2F%3E%3C%2Fsvg%3E') no-repeat;*/
/*}*/
/*.download_btn_google .btn_second {*/
/*	text-transform: uppercase;*/
/*}*/
/*.download_btn_google:hover {*/
/*	opacity: .8;*/
/*}*/

.qr_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.qr_block img {
  border: 6px solid white;
  outline: 1px solid grey;
  margin-right: 15px;
}
.qr_block span {
  font-size: 16px;
  color: #102232;
  margin-left: 20px;
}

/*Android styles }*/

/*Permission styles {*/
.permission_container {
  padding: 24px;
}
.permission_item {
  position: relative;
  padding: 0 0 10px 80px;
  margin-bottom: 40px;
}
.permission_item h3,
.permission_item p {
  color: #102232;
}
.left_container .permission_item h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 0;
}
.left_container .permission_item p {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
}
.permission_item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 40px;
  height: 40px;
}
.permission_item.history::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Ctitle%3E%D0%92%D0%B5%D0%BA%D1%82%D0%BE%D1%80%D0%BD%D1%8B%D0%B9%20%D1%81%D0%BC%D0%B0%D1%80%D1%82-%D0%BE%D0%B1%D1%8A%D0%B5%D0%BA%D1%82%3C%2Ftitle%3E%3Cpath%20d%3D%22M437%2C75A256.31%2C256.31%2C0%2C0%2C0%2C169.2%2C15.1l-5.69-9.8a10%2C10%2C0%2C0%2C0-8.65-5h0a10%2C10%2C0%2C0%2C0-8.65%2C5L106.64%2C74.27a10%2C10%2C0%2C0%2C0%2C8.68%2C15h0L194.81%2C89a10%2C10%2C0%2C0%2C0%2C8.62-15L200%2C68.13A195.51%2C195.51%2C0%2C0%2C1%2C256%2C60c108.07%2C0%2C196%2C87.93%2C196%2C196S364.07%2C452%2C256%2C452%2C60%2C364.07%2C60%2C256a10%2C10%2C0%2C0%2C0-10-10H10A10%2C10%2C0%2C0%2C0%2C0%2C256%2C256%2C256%2C0%2C0%2C0%2C437%2C437a256%2C256%2C0%2C0%2C0%2C0-362ZM256%2C492C129.22%2C492%2C25.47%2C391.51%2C20.21%2C266h20a216%2C216%2C0%2C0%2C0%2C368.5%2C142.73%2C216%2C216%2C0%2C0%2C0-227-355.61%2C10%2C10%2C0%2C0%2C0-5.21%2C14.42l.89%2C1.54-44.82.12%2C22.3-38.88%2C1.26%2C2.16a10%2C10%2C0%2C0%2C0%2C12.35%2C4.26A234.88%2C234.88%2C0%2C0%2C1%2C256%2C20c130.13%2C0%2C236%2C105.87%2C236%2C236S386.13%2C492%2C256%2C492Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M379%2C133a10%2C10%2C0%2C0%2C0-14.13%2C14.16l.07.08A10%2C10%2C0%2C0%2C0%2C379.11%2C133Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M344.55%2C117.56A10%2C10%2C0%2C0%2C0%2C340.69%2C104%2C175.3%2C175.3%2C0%2C0%2C0%2C233.1%2C83.5%2C174%2C174%2C0%2C0%2C0%2C133%2C379a174%2C174%2C0%2C0%2C0%2C272.4-212.38%2C10%2C10%2C0%2C1%2C0-17.16%2C10.28%2C154%2C154%2C0%2C1%2C1-241.09-29.83c48.46-48.47%2C124.05-59%2C183.84-25.69A10%2C10%2C0%2C0%2C0%2C344.55%2C117.56Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M266.13%2C136.5V129a10%2C10%2C0%2C0%2C0-20%2C0v7.5a10%2C10%2C0%2C0%2C0%2C20%2C0Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M245.87%2C375.5V383a10%2C10%2C0%2C0%2C0%2C20%2C0v-7.5a10%2C10%2C0%2C0%2C0-20%2C0Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M365.5%2C256.13a10%2C10%2C0%2C0%2C0%2C10%2C10H383a10%2C10%2C0%2C0%2C0%2C0-20h-7.5A10%2C10%2C0%2C0%2C0%2C365.5%2C256.13Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M129%2C245.87a10%2C10%2C0%2C0%2C0%2C0%2C20h7.5a10%2C10%2C0%2C0%2C0%2C0-20Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M316%2C256a10%2C10%2C0%2C0%2C0-10-10H260.14l-75-75A10%2C10%2C0%2C0%2C0%2C171%2C185.17l77.9%2C77.9A10%2C10%2C0%2C0%2C0%2C256%2C266h50A10%2C10%2C0%2C0%2C0%2C316%2C256Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}
.permission_item.acces::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20504.04%20512%22%3E%3Ctitle%3Ekey%3C%2Ftitle%3E%3Cpath%20d%3D%22M335%2C0c-95.42%2C0-173%2C77.63-173%2C173.05a171.76%2C171.76%2C0%2C0%2C0%2C11.21%2C61.4L7.67%2C399.93A12.62%2C12.62%2C0%2C0%2C0%2C4%2C408.85v90.54A12.61%2C12.61%2C0%2C0%2C0%2C16.59%2C512H91.21a12.63%2C12.63%2C0%2C0%2C0%2C8.91-3.69l25.14-25.1a12.62%2C12.62%2C0%2C0%2C0%2C3.7-8.93V443.41H159.8a12.62%2C12.62%2C0%2C0%2C0%2C12.61-12.61V418.44h12.36a12.62%2C12.62%2C0%2C0%2C0%2C12.61-12.62V378.69h27.14a12.58%2C12.58%2C0%2C0%2C0%2C8.91-3.7l40.13-40.12A171.8%2C171.8%2C0%2C0%2C0%2C335%2C346.1c95.42%2C0%2C173-77.63%2C173-173S430.39%2C0%2C335%2C0Zm0%2C320.87a146.72%2C146.72%2C0%2C0%2C1-59.33-12.39A12.6%2C12.6%2C0%2C0%2C0%2C261.76%2C311l-.11.1L219.3%2C353.47H184.77a12.61%2C12.61%2C0%2C0%2C0-12.61%2C12.61v27.13H159.8a12.62%2C12.62%2C0%2C0%2C0-12.61%2C12.61v12.36H116.35a12.62%2C12.62%2C0%2C0%2C0-12.61%2C12.61v38.26L86%2C486.78H29.2V469L183.34%2C314.82a11.35%2C11.35%2C0%2C1%2C0-16.05-16.06L29.2%2C436.85V414.07L196.9%2C246.36l.1-.11a12.6%2C12.6%2C0%2C0%2C0%2C2.53-13.87%2C146.71%2C146.71%2C0%2C0%2C1-12.38-59.33c0-81.51%2C66.31-147.83%2C147.83-147.83S482.8%2C91.54%2C482.8%2C173.05%2C416.48%2C320.87%2C335%2C320.87Z%22%20transform%3D%22translate(-3.98)%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M387.64%2C73.14a47.24%2C47.24%2C0%2C1%2C0%2C47.24%2C47.24A47.29%2C47.29%2C0%2C0%2C0%2C387.64%2C73.14Zm0%2C69.26a22%2C22%2C0%2C1%2C1%2C22-22A22%2C22%2C0%2C0%2C1%2C387.64%2C142.4Z%22%20transform%3D%22translate(-3.98)%22%20style%3D%22fill%3A%23999%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}
.permission_item.messages::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20460%22%3E%3Ctitle%3Espeech-bubble%3C%2Ftitle%3E%3Cpath%20d%3D%22M256%2C100a10%2C10%2C0%2C1%2C0%2C10%2C10A10%2C10%2C0%2C0%2C0%2C256%2C100Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M90%2C280a10%2C10%2C0%2C1%2C0-10-10A10%2C10%2C0%2C0%2C0%2C90%2C280Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M336%2C0C246%2C0%2C172.08%2C62.07%2C166.37%2C140.25%2C80.63%2C144.55%2C0%2C206.38%2C0%2C290%2C0%2C325%2C13.83%2C358.8%2C39%2C385.63a60.83%2C60.83%2C0%2C0%2C1-16.07%2C57.3A10%2C10%2C0%2C0%2C0%2C30%2C460a110.32%2C110.32%2C0%2C0%2C0%2C76.43-30.89C126.32%2C435.89%2C152.28%2C440%2C176%2C440c90%2C0%2C163.9-62.05%2C169.63-140.22%2C20.94-.93%2C42.71-4.8%2C59.94-10.67A110.32%2C110.32%2C0%2C0%2C0%2C482%2C320a10%2C10%2C0%2C0%2C0%2C7.07-17.07A60.83%2C60.83%2C0%2C0%2C1%2C473%2C245.63C498.17%2C218.8%2C512%2C185%2C512%2C150%2C512%2C63.11%2C425.16%2C0%2C336%2C0ZM176%2C420c-23.6%2C0-50.5-4.63-68.51-11.8a10%2C10%2C0%2C0%2C0-11.08%2C2.54%2C90.18%2C90.18%2C0%2C0%2C1-44.88%2C26.63%2C80.88%2C80.88%2C0%2C0%2C0%2C6.1-59.52%2C9.83%2C9.83%2C0%2C0%2C0-2.45-4.22C32.5%2C350.26%2C20%2C320.56%2C20%2C290c0-70.47%2C71.44-130%2C156-130%2C79.85%2C0%2C150%2C55.53%2C150%2C130C326%2C361.68%2C258.71%2C420%2C176%2C420ZM456.82%2C233.63a9.89%2C9.89%2C0%2C0%2C0-2.45%2C4.22%2C80.88%2C80.88%2C0%2C0%2C0%2C6.1%2C59.52%2C90.18%2C90.18%2C0%2C0%2C1-44.88-26.63%2C10%2C10%2C0%2C0%2C0-11.08-2.54c-15.61%2C6.21-37.88%2C10.51-58.91%2C11.55-2.92-37.82-21.79-73.36-54-99.75H422a10%2C10%2C0%2C0%2C0%2C0-20H260.84a186.7%2C186.7%2C0%2C0%2C0-74.42-19.71C192.16%2C73.13%2C257.06%2C20%2C336%2C20c84.56%2C0%2C156%2C59.53%2C156%2C130C492%2C180.56%2C479.5%2C210.26%2C456.82%2C233.63Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M256%2C260H130a10%2C10%2C0%2C0%2C0%2C0%2C20H256a10%2C10%2C0%2C0%2C0%2C0-20Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M256%2C320H90a10%2C10%2C0%2C0%2C0%2C0%2C20H256a10%2C10%2C0%2C0%2C0%2C0-20Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M422%2C100H296a10%2C10%2C0%2C0%2C0%2C0%2C20H422a10%2C10%2C0%2C0%2C0%2C0-20Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}
.permission_item.download::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20430.66%20512%22%3E%3Ctitle%3E%D0%92%D0%B5%D0%BA%D1%82%D0%BE%D1%80%D0%BD%D1%8B%D0%B9%20%D1%81%D0%BC%D0%B0%D1%80%D1%82-%D0%BE%D0%B1%D1%8A%D0%B5%D0%BA%D1%821%3C%2Ftitle%3E%3Cpath%20d%3D%22M430.66%2C180.59A110.65%2C110.65%2C0%2C0%2C0%2C398%2C101.81L328.85%2C32.63A110.73%2C110.73%2C0%2C0%2C0%2C250.06%2C0H89.74A43.73%2C43.73%2C0%2C0%2C0%2C46.06%2C43.68v2.38H43.68A43.74%2C43.74%2C0%2C0%2C0%2C0%2C89.74V468.32A43.73%2C43.73%2C0%2C0%2C0%2C43.68%2C512H340.92a43.73%2C43.73%2C0%2C0%2C0%2C43.68-43.68v-2.38H387a43.74%2C43.74%2C0%2C0%2C0%2C43.68-43.68V180.6ZM318.24%2C43.24l69.18%2C69.18a96.17%2C96.17%2C0%2C0%2C1%2C22.66%2C35.7%2C65.64%2C65.64%2C0%2C0%2C0-45.27-18.07H329.29a28.72%2C28.72%2C0%2C0%2C1-28.68-28.68V65.85a65.64%2C65.64%2C0%2C0%2C0-18.07-45.27A96%2C96%2C0%2C0%2C1%2C318.24%2C43.24Zm97.42%2C379A28.72%2C28.72%2C0%2C0%2C1%2C387%2C450.94H306.26a7.5%2C7.5%2C0%2C0%2C0%2C0%2C15H369.6v2.38A28.72%2C28.72%2C0%2C0%2C1%2C340.92%2C497H43.68A28.71%2C28.71%2C0%2C0%2C1%2C15%2C468.32V89.74A28.71%2C28.71%2C0%2C0%2C1%2C43.68%2C61.06h2.38v361.2a43.74%2C43.74%2C0%2C0%2C0%2C43.68%2C43.68H276.26a7.5%2C7.5%2C0%2C0%2C0%2C0-15H89.74a28.72%2C28.72%2C0%2C0%2C1-28.68-28.68V43.68A28.72%2C28.72%2C0%2C0%2C1%2C89.74%2C15h145a50.91%2C50.91%2C0%2C0%2C1%2C50.85%2C50.85v35.52a43.73%2C43.73%2C0%2C0%2C0%2C43.68%2C43.68h35.52a50.91%2C50.91%2C0%2C0%2C1%2C50.85%2C50.85Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M220.33%2C341.4a25.49%2C25.49%2C0%2C0%2C0%2C36.06%2C0l52.74-52.74A15.76%2C15.76%2C0%2C0%2C0%2C298%2C261.75h-16.1V163.47a15.78%2C15.78%2C0%2C0%2C0-15.76-15.76H210.6a15.78%2C15.78%2C0%2C0%2C0-15.76%2C15.76v38.82a7.5%2C7.5%2C0%2C0%2C0%2C15%2C0V163.47a.76.76%2C0%2C0%2C1%2C.76-.76h55.52a.76.76%2C0%2C0%2C1%2C.76.76V269.25a7.5%2C7.5%2C0%2C0%2C0%2C7.5%2C7.5H298a.67.67%2C0%2C0%2C1%2C.71.47.66.66%2C0%2C0%2C1-.17.83l-52.74%2C52.74a10.48%2C10.48%2C0%2C0%2C1-14.84%2C0L178.2%2C278.05a.66.66%2C0%2C0%2C1-.17-.83.67.67%2C0%2C0%2C1%2C.71-.47h23.6a7.5%2C7.5%2C0%2C0%2C0%2C7.5-7.5v-37a7.5%2C7.5%2C0%2C0%2C0-15%2C0v29.46h-16.1a15.76%2C15.76%2C0%2C0%2C0-11.15%2C26.91Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M302.74%2C357.63H174a23.62%2C23.62%2C0%2C0%2C0-23.6%2C23.6v.44a23.63%2C23.63%2C0%2C0%2C0%2C23.6%2C23.6H302.74a23.62%2C23.62%2C0%2C0%2C0%2C23.6-23.6v-.44A23.62%2C23.62%2C0%2C0%2C0%2C302.74%2C357.63Zm8.6%2C24a8.61%2C8.61%2C0%2C0%2C1-8.6%2C8.6H174a8.61%2C8.61%2C0%2C0%2C1-8.6-8.6v-.44a8.61%2C8.61%2C0%2C0%2C1%2C8.6-8.6H302.74a8.61%2C8.61%2C0%2C0%2C1%2C8.6%2C8.6Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23999%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}
.permission_item.notification::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20471.07%20512%22%3E%3Ctitle%3E%D0%92%D0%B5%D0%BA%D1%82%D0%BE%D1%80%D0%BD%D1%8B%D0%B9%20%D1%81%D0%BC%D0%B0%D1%80%D1%82-%D0%BE%D0%B1%D1%8A%D0%B5%D0%BA%D1%822%3C%2Ftitle%3E%3Cpath%20d%3D%22M426.49%2C348.88h0c-14.72%2C0-23-7.65-27.79-25.54-4.87-18.29-5-44.81-5.2-72.89-.21-34-.44-72.59-8.9-107.07A7.6%2C7.6%2C0%2C1%2C0%2C369.8%2C147c8%2C32.75%2C8.26%2C70.36%2C8.46%2C103.54.18%2C29.08.35%2C56.55%2C5.71%2C76.71q3.5%2C13.15%2C10%2C21.63H77.11q6.48-8.47%2C10-21.63c5.36-20.16%2C5.53-47.63%2C5.7-76.71.27-44.39.58-94.71%2C18.74-133.22C132%2C74%2C172.55%2C52.9%2C235.54%2C52.9c34.59%2C0%2C62.89%2C6.5%2C84.12%2C19.33%2C18.41%2C11.11%2C31.93%2C26.91%2C41.32%2C48.3a7.61%2C7.61%2C0%2C0%2C0%2C13.93-6.12c-10.55-24-26.49-42.59-47.38-55.2-13.34-8.06-29-13.87-46.83-17.41a45.29%2C45.29%2C0%2C0%2C0-90.31%2C0c-17%2C3.37-32.06%2C8.81-45%2C16.29-20.77%2C12-36.79%2C29.78-47.62%2C52.74-19.6%2C41.54-19.92%2C93.64-20.19%2C139.61-.18%2C28.08-.34%2C54.6-5.2%2C72.89-4.76%2C17.89-13.07%2C25.53-27.8%2C25.54h0a44.58%2C44.58%2C0%2C0%2C0%2C0%2C89.16H92.71a7.6%2C7.6%2C0%2C1%2C0%2C0-15.2H44.58a29.38%2C29.38%2C0%2C0%2C1%2C0-58.75H426.5a29.38%2C29.38%2C0%2C0%2C1%2C0%2C58.75H123.13a7.6%2C7.6%2C0%2C1%2C0%2C0%2C15.2h31.21a81.55%2C81.55%2C0%2C0%2C0%2C162.39%2C0H426.49a44.58%2C44.58%2C0%2C0%2C0%2C0-89.16Zm-191-333.67A30.14%2C30.14%2C0%2C0%2C1%2C265%2C39.37a261.39%2C261.39%2C0%2C0%2C0-59%2C0A30.14%2C30.14%2C0%2C0%2C1%2C235.54%2C15.21Zm0%2C481.58A66.44%2C66.44%2C0%2C0%2C1%2C169.63%2C438H301.44A66.43%2C66.43%2C0%2C0%2C1%2C235.54%2C496.79Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M357.63%2C47.72c.14.08%2C13.68%2C7.8%2C27%2C25.75%2C17.84%2C24%2C26.89%2C54.07%2C26.89%2C89.26a7.61%2C7.61%2C0%2C1%2C0%2C15.21%2C0c0-48.44-16.55-80.6-30.43-99C381.05%2C43.43%2C365.66%2C34.78%2C365%2C34.42a7.61%2C7.61%2C0%2C0%2C0-7.38%2C13.3Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M415%2C50.51c1.23.8%2C30%2C20.1%2C30%2C68.63a7.61%2C7.61%2C0%2C1%2C0%2C15.21%2C0c0-57.25-35.47-80.48-37-81.44A7.61%2C7.61%2C0%2C0%2C0%2C415%2C50.51Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M52%2C170.34a7.61%2C7.61%2C0%2C0%2C0%2C7.6-7.61c0-35.19%2C9-65.22%2C26.89-89.26%2C13.24-17.83%2C26.7-25.58%2C27-25.75a7.6%2C7.6%2C0%2C0%2C0-7.37-13.3c-.65.36-16%2C9-31.29%2C29.27-13.88%2C18.44-30.42%2C50.6-30.42%2C99A7.61%2C7.61%2C0%2C0%2C0%2C52%2C170.34Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3Cpath%20d%3D%22M18.5%2C126.75a7.61%2C7.61%2C0%2C0%2C0%2C7.6-7.61c0-48.5%2C28.7-67.8%2C30-68.62a7.6%2C7.6%2C0%2C0%2C0-8.2-12.81c-1.51%2C1-37%2C24.18-37%2C81.43A7.61%2C7.61%2C0%2C0%2C0%2C18.5%2C126.75Z%22%20style%3D%22fill%3A%23999%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}
.permission_item.tabs::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22a%22%20data-name%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2013%22%3E%3Ctitle%3E%D0%92%D0%B5%D0%BA%D1%82%D0%BE%D1%80%D0%BD%D1%8B%D0%B9%20%D1%81%D0%BC%D0%B0%D1%80%D1%82-%D0%BE%D0%B1%D1%8A%D0%B5%D0%BA%D1%823%3C%2Ftitle%3E%3Cpath%20d%3D%22M14%2C1.32V.75A.71.71%2C0%2C0%2C0%2C13.29%2C0H.71A.71.71%2C0%2C0%2C0%2C0%2C.75V12.32A.71.71%2C0%2C0%2C0%2C.71%2C13H15.29a.71.71%2C0%2C0%2C0%2C.71-.72V2.75A.71.71%2C0%2C0%2C0%2C15.29%2C2h-.58A.71.71%2C0%2C0%2C1%2C14%2C1.32ZM10.71.61h1.94a.71.71%2C0%2C0%2C1%2C.72.71h0a.72.72%2C0%2C0%2C1-.72.72H10.71A.71.71%2C0%2C0%2C1%2C10%2C1.32h0A.71.71%2C0%2C0%2C1%2C10.71.61Zm-4%2C0H8.65a.71.71%2C0%2C0%2C1%2C.72.71h0A.72.72%2C0%2C0%2C1%2C8.65%2C2H6.71A.71.71%2C0%2C0%2C1%2C6%2C1.32H6A.71.71%2C0%2C0%2C1%2C6.71.61Zm8.12%2C11.86H1.17a.72.72%2C0%2C0%2C1-.72-.72V1.32A.71.71%2C0%2C0%2C1%2C1.17.61h3.3a.71.71%2C0%2C0%2C1%2C.72.71v.5a.71.71%2C0%2C0%2C0%2C.71.72h8.93a.71.71%2C0%2C0%2C1%2C.72.71v8.5A.72.72%2C0%2C0%2C1%2C14.83%2C12.47Z%22%20transform%3D%22translate(0%20-0.04)%22%20style%3D%22fill%3A%23999%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}
/*Permission styles }*/

/*Right search {*/
.wrapper_search {
  margin-bottom: 18px;
  padding: 14px 30px;
  background-color: #102232;
  border-radius: 6px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 40px;
  position: relative;
}
.container > .wrapper_search.dropOn {
  border-radius: 6px 6px 6px 0;
}
#search_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.category_btn {
  cursor: pointer;
  flex-shrink: 0;
  width: 35px;
  height: 24px;
  margin-right: 20px;
  display: block;
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035%2024%22%3E%3Cpath%20d%3D%22M32.92%2C5.48H10.09c-1.15%2C0-2.08-1.08-2.08-2.41s.93-2.41%2C2.08-2.41h22.83c1.15%2C0%2C2.08%2C1.08%2C2.08%2C2.41s-.93%2C2.41-2.08%2C2.41Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M2.97%2C6.14c1.64%2C0%2C2.97-1.38%2C2.97-3.07S4.61%2C0%2C2.97%2C0%2C0%2C1.38%2C0%2C3.07s1.33%2C3.07%2C2.97%2C3.07Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M32.92%2C14.41H10.09c-1.15%2C0-2.08-1.08-2.08-2.41s.93-2.41%2C2.08-2.41h22.83c1.15%2C0%2C2.08%2C1.08%2C2.08%2C2.41s-.93%2C2.41-2.08%2C2.41Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M2.97%2C15.07c1.64%2C0%2C2.97-1.38%2C2.97-3.07s-1.33-3.07-2.97-3.07-2.97%2C1.38-2.97%2C3.07%2C1.33%2C3.07%2C2.97%2C3.07Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M32.92%2C23.34H10.09c-1.15%2C0-2.08-1.08-2.08-2.41s.93-2.41%2C2.08-2.41h22.83c1.15%2C0%2C2.08%2C1.08%2C2.08%2C2.41s-.93%2C2.41-2.08%2C2.41Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M2.97%2C24c1.64%2C0%2C2.97-1.38%2C2.97-3.07s-1.33-3.07-2.97-3.07-2.97%2C1.38-2.97%2C3.07%2C1.33%2C3.07%2C2.97%2C3.07Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
}

html[lang="de"] .category_btn {
  background-position: 0 0;
}

.search_form__text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  margin-right: 34px;
  letter-spacing: 0.2px;
}
.wrapper_search input[type="text"] {
  color: #424242;
  background-color: #f6f8fa;
  font-size: 17px;
  padding: 0 50px 0 15px;
  width: 100%;
  box-sizing: border-box;
  height: 38px;
  border-radius: 6px;
  position: relative;
}
.wrapper_search input[type="text"].black {
  color: #000;
}
.searchInput__container {
  display: block;
  position: relative;
  flex-grow: 1;
}
#search_form > .searchInput__container::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M9%2C18C4.04%2C18%2C0%2C13.96%2C0%2C9S4.04%2C0%2C9%2C0s9%2C4.04%2C9%2C9-4.04%2C9-9%2C9Zm0-16c-3.86%2C0-7%2C3.14-7%2C7s3.14%2C7%2C7%2C7%2C7-3.14%2C7-7-3.14-7-7-7Z%22%20style%3D%22fill%3A%23888%3B%22%2F%3E%3Cpath%20d%3D%22M19%2C20c-.26%2C0-.51-.1-.71-.29l-4.35-4.35c-.39-.39-.39-1.02%2C0-1.41s1.02-.39%2C1.41%2C0l4.35%2C4.35c.39%2C.39%2C.39%2C1.02%2C0%2C1.41-.2%2C.2-.45%2C.29-.71%2C.29Z%22%20style%3D%22fill%3A%23888%3B%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  right: 12px;
  bottom: 11px;
  cursor: pointer;
  z-index: 10;
}
.right_container .search_icon {
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M9%2C18C4.04%2C18%2C0%2C13.96%2C0%2C9S4.04%2C0%2C9%2C0s9%2C4.04%2C9%2C9-4.04%2C9-9%2C9Zm0-16c-3.86%2C0-7%2C3.14-7%2C7s3.14%2C7%2C7%2C7%2C7-3.14%2C7-7-3.14-7-7-7Z%22%20style%3D%22fill%3A%23888%3B%22%2F%3E%3Cpath%20d%3D%22M19%2C20c-.26%2C0-.51-.1-.71-.29l-4.35-4.35c-.39-.39-.39-1.02%2C0-1.41s1.02-.39%2C1.41%2C0l4.35%2C4.35c.39%2C.39%2C.39%2C1.02%2C0%2C1.41-.2%2C.2-.45%2C.29-.71%2C.29Z%22%20style%3D%22fill%3A%23888%3B%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  right: 12px;
  bottom: 11px;
  cursor: pointer;
  z-index: 10;
}
/*.search_form__container {*/
/*	display: flex;*/
/*	align-items: center;*/
/*}*/
.right_container .wrapper_search {
  padding-left: 20px;
  padding-right: 20px;
}
.cat_drop__txt {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 8px;
  display: block;
}
.right_container #search_form {
  margin-bottom: 15px;
}
#catDrop {
  border: 1px solid rgba(222, 229, 234, 0.5);
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  position: relative;
  cursor: pointer;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.right_container .cat_drop__wrap::after {
  content: "";
  width: 7px;
  height: 11px;
  position: absolute;
  right: 18px;
  top: 15px;
  transition: transform 0.3s;
  background: url("https://www.freedownloadmanager.org/public/v2/img/arrow_dropdown.svg");
}
.right_container .dropShown.cat_drop__wrap::after {
  transform: rotate(90deg);
}
.cat_drop__list {
  display: none;
}
.dropShown .cat_drop__list {
  display: block;
}
.dropShown .cat_drop__list ul {
  list-style: none;
  margin-top: 6px;
  padding: 0;
  margin-bottom: 0;
}
.dropShown .cat_drop__list li a {
  color: #fff;
  line-height: 2.4em;
  padding: 0 20px;
  display: block;
}

#catDrop.dropShown {
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}
.right_container .dropShown .cat_drop__list {
  position: absolute;
  z-index: 99999;
  background-color: rgba(12, 34, 49, 0.85);
  backdrop-filter: blur(4px);
  left: -1px;
  right: -1px;
  /*padding: 0 0 6px;*/
  border-radius: 0 0 6px 6px;
  top: 34px;
  border: 1px solid rgba(222, 229, 234, 0.5);
  border-top: 0;
  bottom: auto;
}
.right_container #catDrop li:after,
#catDrop_main li:after {
  display: none;
}
.cat_drop__h {
  pointer-events: none;
}
/*Right search }*/

/*Home search {*/
#catDrop_main {
  width: 100%;
  height: 100%;
}
#catDrop_main .cat_drop__list {
  font-size: 17px;
  position: absolute;
  z-index: 100;
  border-radius: 0 0 6px 6px;
  top: 50px;
  left: -30px;
  bottom: auto;
  right: auto;
  user-select: none;
  overflow: hidden;
}

.cat_drop__list li {
  background-color: rgba(12, 34, 49, 0.8);
  backdrop-filter: blur(5px);
  /*padding: 0 20px;*/
}

.cat_drop__list li:hover {
  background-color: rgba(12, 34, 49, 1);
}

.cat_drop__list li:hover a {
  text-decoration: none;
}

.cat_drop__list li:last-child {padding-bottom: 6px;}

@media (min-width: 601px) and (max-width: 960px) {
  #catDrop_main .cat_drop__list {
    left: 0;
  }
  body .container > .wrapper_search.dropOn {
    border-radius: 6px;
  }
}
@media (max-width: 600px) {
  #catDrop_main .cat_drop__list {
    left: -21px;
  }
}
/*Home search }*/

/* ajax_listOfOptions list box */
#ajax_listOfOptions {
  /*width: 480px;*/
  position: absolute;
  overflow: auto;
  background-color: #fff;
  text-align: left;
  font-size: 14px;
  z-index: 100;
  border-radius: 6px;
  color: #000;
  font-weight: normal;
  left: 140px;
  right: 0;
  top: 62px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#ajax_listOfOptions div {
  cursor: pointer;
  font-size: 20px;
  border-bottom: 1px solid #e1e1e1;
}
#ajax_listOfOptions div:first-child {
  color: #1b6eae;
  display: none;
}
#ajax_listOfOptions div:last-child {
  border-bottom: none;
}
#ajax_listOfOptions .optionDiv,
#ajax_listOfOptions .optionDivSelected {
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}
#ajax_listOfOptions div:first-child {
  background-color: #f1f8ff;
}
#ajax_listOfOptions span {
  color: #b6b6b6;
  font-size: 13px;
  display: block;
  padding: 0;
  line-height: normal;
  font-weight: 400;
  margin-top: 4px;
}

#ajax_listOfOptions .optionDivSelected {
  color: #bc260d;
  background-color: #f6f8fa;
}
#ajax_listOfOptions p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: normal;
  margin-top: -3px;
  color: #424242;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 48px;
}
#ajax_listOfOptions img {
  float: left;
  display: block;
  margin-right: 10px;
  width: 48px;
  height: 48px;
}

.blackout:before {
  content: "";
  display: block;
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

.blackout .wrapper_search input[type="text"],
.blackout #ajax_listOfOptions {
  z-index: 10000;
}

@media (min-width: 1101px) {
  .menu + .grid .right_container:after {
    display: none;
  }
  .menu + .grid .news_block {
    position: relative;
  }
  .news_block {
    position: relative;
  }
  .news_wrap {
    height: calc(100% - 62px);
    position: absolute;
  }
}
@media (max-width: 1100px) {
  #catDrop_main .cat_drop__list {
    left: -2px;
  }

  .social_block {order: -1;}
  .right_column__btn.vers {
    order: -1;
  }
  .right_column__btn.vers:last-child {margin-bottom: 20px;}
  .index .news_subscr, .download .news_subscr {margin-bottom: 0;}
}

@media all and (max-width: 600px) {
  .os_tabs {
    margin-left: -20px;
    margin-right: -20px;
  }
  .os_tabs > a > span {
    display: none;
  }
  .os_tabs > a {
    height: 40px;
  }
  .menu + .grid {
    margin-top: 10px;
  }
  .left_container h1,
  .features_content__wrapper h2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buzztable_row {
    flex-direction: column;
    align-items: start;
  }
  .buzztable_row .buzztable_right {
    width: 100%;
  }
  .buzztable_row .buzztable_left {
    margin-bottom: 5px;
  }
  .buzztable_row.no_flex .buzztable_left {
    min-height: 0;
    margin-top: 0;
  }
  .buzztable_row .buzztable_left:last-child {
    margin-bottom: 0;
  }

  .right_column__btn.vers, .right_column__btn.vers:last-child {margin-bottom: 10px;}
}

@media all and (min-width: 601px) {
  #frmSend .g-recaptcha {
    margin-left: 107px;
  }
}

/*de local*/
@media all and (max-width: 700px) and (min-width: 601px) {
  .de .container .menu a {
    font-size: 13px;
  }
}

/*fr local*/
@media all and (max-width: 700px) and (min-width: 601px) {
  .fr .container .menu a {
    font-size: 13px;
  }
}

/*ru local*/
@media all and (max-width: 700px) and (min-width: 601px) {
  .ru .container .menu a {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px){
  body .menu {
    height: auto;
    padding: 5px 5px 0 5px;
  }
  body .menu li {
    margin: 0 5px 5px 0;
    flex: initial;
  }

  body .menu ul {
    flex-wrap: wrap;
    align-items: normal;
    justify-content: normal;
  }

  body .container .menu a {
    padding: 5px;
    line-height: 22px;
    border-radius: 6px;
  }
}

@media all and (max-width: 767px) {
  .donate_page h3.subtitle, .donate_page h2.subtitle, .donate_page > span {
    padding-left: 0;
    padding-right: 0;
  }
  .donate_page .paypal_btn {
    margin-left: 0;
  }

  .donate_page .row {
    padding: 0 10px;
    display: flex;
  }
  .donate_page .row .count {
    width: 42px;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 15px;
  }
  .donate_page .row .name {
    width: 124px;
    padding-left: 0;
    padding-right: 15px;
  }
  .donate_page .row .dat {
    width: 144px;
    padding-left: 0;
    padding-right: 0;
  }
}
