/*
Theme Name: PasswordLastic
Author: Vakarchuk
Author URI: https://vakarchuk.pro/
Description: Качественная верстка, Создание Wordpress тем и плагинов, Поддержка и аудит проектов, Бесплатная консультация — andrew@vakarchuk.pro
Version: 2.0
Text Domain: passwordlastic
Tags: vakarchuk, wordpress, webdev
*/

/*******************RESET********************/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  color: #0202b1;
  text-decoration: none; }

a:hover,
.custom-link button:hover {
  text-decoration: none; }

.custom-link button {
    line-height: 1.5em;
	font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    background: none;
	border: none;
    text-decoration: underline;
    color: #0202b1;
}

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }

body {
  background-color: #e4e4e9;
  color: #000;
  font-family: Times New Roman, Times, serif; }


/* main content tags */
.page__content {padding-bottom: 30px !important;}
.content img {max-width: 100%;height: auto;}
.content .aligncenter {display: block;margin: 0 auto;}
.content .left p:empty,
.content .right p:empty{display: none}

.content p,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content ul,
.content ol,
.content table,
.content blockquote {
	line-height: 1.3;
	margin-bottom: 20px;
	padding-bottom: 0 !important;
}
.content h1 {font-size: 1.7em;padding: 0;background: none;}
.content h2 {font-size: 1.5em;}
.content h3 {font-size: 1.3em;font-weight: bold;}
.content h4 {font-size: 1.1em;font-weight: bold;}
.content h5 {font-size: 1em;font-weight: bold;}

.content p,
.content ol,
.content ul {
	font-family: Arial, Helvetica, sans-serif;
}
.content ol li,
.content ul li {
	margin: 0 0 10px 15px;
}

.content table {
    border-collapse: collapse;
}
.content table td {
	font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #a0bfe9;
    background-color: #fff;
	padding: 10px;
}
.content blockquote {
	padding: 0 0 0 25px;
	border-left: 3px solid #333;
}
.content blockquote p {font-size: 1.2em;font-family: Times New Roman, Times, serif;}
.content blockquote p:last-child {margin-bottom: 0;}

.content .block {margin: 40px 0;}
.content .block:first-child {margin-top: 0;}
.content .block:last-child,
.content p:last-child {margin-bottom: 0;}
.page__content ul li {
    margin: 0 0 10px 20px;
	line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 610px) {
	.content p:last-child {margin-bottom: 20px;}
	.purchase-link {margin: 15px 0;}
	.tcenter {margin-top: -15px !important;}
}

/* form */
.feedback-form {
	overflow: hidden;
	width: 100%;
    max-width: 420px;
    background-color: #f5f5ff;
    margin: 20px auto;
    border-radius: 10px;
    padding: 20px;
}
.feedback-form label {
    padding-top: 10px;
    line-height: 2.5em;
    font-size: 1.2em;
}
.feedback-form input,
.feedback-form textarea {
    width: 100%;
    padding: 8px 5px;
    font-size: 1em;
	border: 1px solid #999;
	border-radius: 3px;
	font-family: Arial, sans-serif;
}
.feedback-form button {
	float: right;
    color: #313131;
    margin: 20px 0 0;
    height: 42px;
    padding: 0 30px;
    font-family: inherit;
    font-size: 1.3em;
    cursor: pointer;
	text-decoration: underline;
	background: -webkit-gradient(linear, left top, left bottom, from(#ecfbef), to(#a2e9af));
    background: -webkit-linear-gradient(top, #ecfbef 0%, #a2e9af 100%);
    background: -o-linear-gradient(top, #ecfbef 0%, #a2e9af 100%);
    background: linear-gradient(180deg, #ecfbef 0%, #a2e9af 100%);
	border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.feedback-form button:hover {text-decoration: none;}
.feedback-form .success {display: none;position: relative;top: 35px;color: green;}

/*******************FONTS********************/
/********************HEADER******************/
.main__container {
  max-width: 1047px;
  width: 100%;
  margin: auto;
  -webkit-box-shadow: 3px 8px 18px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 8px 18px rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.nofullscreen {
  max-width: 1047px;
  width: 100%;
  margin: auto;
  margin-top: 40px; }
  @media (max-width: 1050px) {
    .nofullscreen {
      width: 97%; } }
  @media (max-width: 870px) {
    .nofullscreen {
      margin: 0;
      width: 100%; } }

/********************HEADER******************/
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 23px 43px 25px;
  background: url("img/header-bg.jpg") no-repeat; }

.header__logo {
  padding-bottom: 14px; }

.header__menu {
  max-width: 515px;
  width: 100%; }
  .header__menu--general {
    font-family: Tahoma,Geneva,sans-serif;
    border-radius: 5px;
    border: 1px solid #737373;
    background: -webkit-gradient(linear, left top, left bottom, from(#192128), color-stop(50%, #252e36), to(#192128));
    background: -webkit-linear-gradient(top, #192128 0%, #252e36 50%, #192128 100%);
    background: -o-linear-gradient(top, #192128 0%, #252e36 50%, #192128 100%);
    background: linear-gradient(180deg, #192128 0%, #252e36 50%, #192128 100%);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); }
    .header__menu--general .bars {
      display: none;
      cursor: pointer;
      padding: 5px 0; }
      .header__menu--general .bars span {
        display: block;
        height: 4px;
        width: 80%;
        background-color: #ffffff;
        margin: auto;
        margin-top: 4px; }
        .header__menu--general .bars span:first-child {
          margin-top: 5px; }
    .header__menu--general ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 5px; }
      .header__menu--general ul.visible {
        left: 0; }
      .header__menu--general ul li {
        display: inline-block;
        padding: 0 15px;
        position: relative; }
        .header__menu--general ul li#close {
          display: none;
          text-align: right;
          cursor: pointer; }
        .header__menu--general ul li a {
          display: block;
          height: 100%;
          line-height: 33px;
          font-size: 1.2em;
          color: #ffffff; }

		.header__menu--general ul li.current-menu-item:hover a {text-decoration: underline;}
        .header__menu--general ul li > ul {
          background-color: #182027;
          border: 1px solid #737373;
          border-top: none;
          left: 10px;
          padding: 10px;
          position: absolute;
          top: 34px;
          width: 300px;
          z-index: 30;
          display: none; }
          .header__menu--general ul li > ul li {
            padding: 0; }
		  .header__menu--general ul li > ul li a {text-decoration: none !important;}
		  .header__menu--general ul li > ul li a:hover {text-decoration: underline !important;}
        @media (min-width: 571px) {
          .header__menu--general ul li:hover a {
            text-decoration: underline; }
          .header__menu--general ul li:hover > ul {
            display: block; } }
  .header__menu--lang {
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 28px;
    width: 100px;
    margin-left: auto;
    position: relative; }
    .header__menu--lang a {
      color: #ffffff;

      font-size: .9em; }
      .header__menu--lang a img {
		  position: relative;
    	  top: 2px;
   		  margin-right: 3px;
      }
      .header__menu--lang a p {
        display: inline-block; }
    .header__menu--lang .lang__active__main {
      border-radius: 4px;
      border: 1px solid #73737380;
      background: -webkit-gradient(linear, left top, left bottom, from(#192128), color-stop(50%, #252e36), to(#192128));
      background: -webkit-linear-gradient(top, #192128 0%, #252e36 50%, #192128 100%);
      background: -o-linear-gradient(top, #192128 0%, #252e36 50%, #192128 100%);
      background: linear-gradient(180deg, #192128 0%, #252e36 50%, #192128 100%);
      -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
      cursor: pointer;
      color: #ffffff;
      padding: 6px 7px 4px;
      font-size: .9em; }
      @media (min-width: 570px) {
        .header__menu--lang .lang__active__main:hover ul {
          display: block; } }
      .header__menu--lang .lang__active__main img {
        display: inline-block;
        margin-right: 3px; }
      .header__menu--lang .lang__active__main p {
        display: inline-block; }
    .header__menu--lang .lang__active {
      border-radius: 4px;
      border: 1px solid #73737380;
	
      background: -webkit-gradient(linear, left top, left bottom, from(#192128), color-stop(50%, #252e36), to(#192128));
      background: -webkit-linear-gradient(top, #192128 0%, #252e36 50%, #192128 100%);
      background: -o-linear-gradient(top, #192128 0%, #252e36 50%, #192128 100%);
      background: linear-gradient(180deg, #192128 0%, #252e36 50%, #192128 100%);
      -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
      cursor: pointer; }
    .header__menu--lang ul {
      position: absolute;
	  width: 100%;
      display: none;
      top: 23px;
      left: 0;
      margin: auto;
      z-index: 5;
	  list-style: none;
      border: 1px solid #73737380; }
      .header__menu--lang ul li {
		padding: 6px 7px 4px;;
        background-color: #182027; }
        .header__menu--lang ul li:not(:last-child) {
          border-bottom: 1px solid #73737380; }
		.header__menu--lang ul li.current-lang {display: none;}
/********************HEADER******************/
/********************FOOTER******************/
.footer__container {
  margin-top: 0;
  background: url("img/body_bg.png") repeat-y top left;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Tahoma,Geneva,sans-serif;
  line-height: 55px;
  padding: 0 25px; }
  .footer__container p.left {
    float: left; }
  .footer__container p.right {
    float: right; }

/********************FOOTER******************/
/********************MAIN******************/
h2 {
  font-size: 1.7em;
  line-height: 1.2em;
  margin-bottom: 10px; }
  h2 a {
    color: #0202b1;
    text-decoration: underline; }
    h2 a:visited {
      color: #0202b1;
      text-decoration: underline; }
    h2 a:hover {
      text-decoration: none; }
  @media (max-width: 420px) {
    h2 {
      font-size: 1.5em; } }

section {
  background: url("img/body_bg.png") repeat-y top left;
  padding: 0 20px; }
  section h1 {
    font-size: 35px;
    background: #ffffff;
    padding: 20px 30px; }
    @media (max-width: 680px) {
      section h1 {
        font-size: 30px; } }
  section .products__list {
    background: #ffffff;
    padding-top: 10px;
    padding-right: 10px; }
    section .products__list--item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      section .products__list--item:not(:last-child) {
        margin-bottom: 10px; }
      section .products__list--item:last-child {
        padding-bottom: 10px; }
      section .products__list--item .item__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 3px; }
        section .products__list--item .item__left a {
          color: #0202b1;
          text-decoration: underline; }
          section .products__list--item .item__left a:visited {
            color: #0202b1;
            text-decoration: underline; }
          section .products__list--item .item__left a:hover {
            text-decoration: none; }
        section .products__list--item .item__left--image {
          width: 180px;
          display: block;
          text-align: center;
          -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
          section .products__list--item .item__left--image img {
            width: 115px; }
        section .products__list--item .item__left--title {
          width: 200px;
          padding-left: 10px; }
        section .products__list--item .item__left--link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          section .products__list--item .item__left--link a {
            display: inline-block; }
          section .products__list--item .item__left--link span {
            display: inline-block;
            padding: 0 5px; }
      section .products__list--item .item__right {
        max-width: 500px;
        width: 100%;
        background-color: #f5f5ff;
        padding: 15px; }
        section .products__list--item .item__right p {
          padding-bottom: 10px;
          line-height: 1.5em;
          font-family: Arial,Helvetica,sans-serif; }

/********************MAIN******************/
@media (max-width: 1050px) {
  .main__container {
    width: 97%; }
  .header__container {
    background-position-x: -20px; }
  section {
    background-position-x: -20px; }
  .footer {
    background-position-x: -20px; } }

@media (max-width: 870px) {
  .main__container {
    margin: 0;
    width: 100%;
    border-radius: 0; }
  .header__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header__logo {
    width: 100%;
    padding-top: 30px; }
  .header__menu--lang {
    margin: 0;
    position: absolute;
    top: 50px;
    right: 30px; } }

@media (max-width: 760px) {
  section .products__list {
    padding-left: 10px; }
    section .products__list--item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      section .products__list--item .item__right {
        max-width: 100%;
        margin-top: 20px; } }

@media (max-width: 570px) {
  .header__menu--general {
    width: 40px;
    height: 40px; }
    .header__menu--general .bars {
      display: block; }
    .header__menu--general ul {
      position: fixed;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: #1c242b;
      left: -2000px;
      z-index: 10;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .header__menu--general ul li {
        padding: 15px 0;
        width: 100%;
        text-align: center; }
        .header__menu--general ul li a {
          height: auto; }
        .header__menu--general ul li#close {
          display: block;
          color: #ffffff;
          font-size: 25px; }
        .header__menu--general ul li.menu-item-has-children {
          cursor: pointer; }
          .header__menu--general ul li.menu-item-has-children > a {
            pointer-events: none; }
        .header__menu--general ul li .sub-menu {
          width: 100%;
          display: none;
          position: inherit;
          -webkit-transition: none;
          -o-transition: none;
          transition: none;
          padding: 0px;
          top: 0;
          left: 0;
          right: 0;
          border: none;
          background-color: #1c242b;
          height: -webkit-max-content;
          height: -moz-max-content;
          height: max-content; }
      .header__menu--general ul.visible {
        left: 0; } }

@media (max-width: 510px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px; } }

@media (max-width: 420px) {
  section .products__list--item .item__left--image {
    width: 85px;
    padding-left: 10px; }
    section .products__list--item .item__left--image img {
      width: 100%; }
  .header__menu--lang {
    top: 99px; } }

/***********************DOWNLOAD**********************************/
.download {
  background-color: #ffffff; }
  .download h1 {
    line-height: 1.2em;
    padding: 20px 0 10px; }
  .download p {
    padding-bottom: 10px;
    line-height: 1.5em;
    font-family: Arial,Helvetica,sans-serif; }
  .download a {
    text-decoration: underline; }
    .download a:hover {
      text-decoration: none; }
  .download__title {
    padding: 0 20px; }
  .download__list {
    padding: 10px 30px;
    padding-bottom: 30px; }
    .download__list--item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 4px; }
    .download__list--left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .download__list--left h2 {
        width: 180px;
        font-size: 1.55em; }
        .download__list--left h2 a {
          display: block; }
    .download__list--right {
      max-width: 534px;
      width: 100%; }
      @media (max-width: 1050px) {
        .download__list--right {
          max-width: 465px; } }
      @media (max-width: 880px) {
        .download__list--right {
          max-width: 380px; } }
      .download__list--right p {
        display: inline-block;
        width: 160px;
        text-align: center;
        font-size: 1.7em;
        padding-bottom: 0; }
    .download__list--info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #f5f5ff; }
      .download__list--info p {
        font-weight: 700;
        font-size: 1.4em;
        font-family: Arial,Helvetica,sans-serif; }
      .download__list--info .download__btn {
        margin: auto; }
        .download__list--info .download__btn a {
          display: block;
          border: 1px solid #ffffff;
          -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
          font-family: times new roman,Times,serif;
          color: #313131;
          font-size: 1.3em;
          width: 110px;
          line-height: 40px;
          text-align: center;
          background: -webkit-gradient(linear, left top, left bottom, from(#ecfbef), to(#a2e9af));
          background: -webkit-linear-gradient(top, #ecfbef 0%, #a2e9af 100%);
          background: -o-linear-gradient(top, #ecfbef 0%, #a2e9af 100%);
          background: linear-gradient(180deg, #ecfbef 0%, #a2e9af 100%); }
    .download__list--subtitle {
      display: none; }
      .download__list--subtitle.general {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }

      .download__list--subtitle p {
		line-height: 1.1;
		padding-bottom: 10px;
        font-family: times new roman,Times,serif; }
    .download__list--image {
      width: 200px;
      margin: auto;
      text-align: center;
      padding-bottom: 9px; }
      .download__list--image img {
        width: 80px; }

@media (max-width: 970px) {
  .download__list--image {
    width: auto;
    padding-right: 40px; }
  .download__list--right p {
    width: 120px; } }

@media (max-width: 775px) {
  .download__list--item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px; }
  .download__list--right {
    padding-top: 15px;
    max-width: 100%; }
    .download__list--right p {
      width: 33%; } }

@media (max-width: 450px) {
  .download__list {
    padding: 10px 15px; }
    .download__list--image {
      padding-right: 15px; }
      .download__list--image img {
        width: 60px; }
    .download__list--info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto; }
      .download__list--info p {
        padding-top: 20px; }
      .download__list--info .download__btn {
        width: 100%;
        padding: 20px 0; }
        .download__list--info .download__btn a {
          margin: auto; }
    .download__list--right p {
      width: 50%; } }

/***********************DOWNLOAD**********************************/
/***********************CASE**********************************/
.case__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #e4ecfc), to(#9cbce8));
  background: -webkit-linear-gradient(top, #e4ecfc 10%, #9cbce8 100%);
  background: -o-linear-gradient(top, #e4ecfc 10%, #9cbce8 100%);
  background: linear-gradient(180deg, #e4ecfc 10%, #9cbce8 100%); }
  .case__download--link {
    width: 278px;
    position: relative;
    z-index: 2;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Arial,Helvetica,sans-serif;
    background: url("img/bg_download.png") no-repeat;
    background-size: cover;
    padding-bottom: 5px; }
    @media (max-width: 785px) {
      .case__download--link {
        width: auto; } }
    .case__download--link a {
      margin: auto;
      text-align: center;
      color: #26412b;
      text-decoration: none;
      text-align: center;
      font-size: 24px;
      text-transform: uppercase;
      display: block;
      padding: 21px 15px 21px 83px; }
      .case__download--link a span {
        display: block;
        margin-bottom: 10px; }
  .case__download--img {
    float: left;
    margin: 10px 20px;
    text-align: center;
    width: 125px;
    display: inline-block; }
  .case__download--title {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex: 1;
    flex: 1; }
    .case__download--title h1 {
      background: transparent;
      padding: 0;
      font-weight: 400;
      font-size: 1.7em;
      line-height: 1.2em;
      margin: 20px 0 10px; }

	.content-title {margin-bottom: 20px; width: 100% !important;}
	.content-title h1 {margin-top: 0;}
	.content-title .aligncenter {display: block;margin: 20px auto;}

      @media (max-width: 610px) {
        .case__download--title h1 {
          font-size: 1.5em; } }
    .case__download--title p {
      padding-bottom: 10px;
      line-height: 1.5em;
      font-family: Arial,Helvetica,sans-serif; }
  .case__download--list {
	overflow: hidden;
    margin-top: 8px;
    display: inline-block;
    background-color: #e5eefc;
    border-radius: 10px; }
    .case__download--list a {
      font-size: .9em;
      text-align: center;
      font-family: Arial,Helvetica,sans-serif;
      display: inline-block;
      float: left;
      line-height: 24px;
      padding: 0 20px;
      text-decoration: none;
      color: #010101;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .case__download--list a.active {
        font-weight: 700; }
      .case__download--list a:hover {
        text-decoration: none;
        background-color: #598ed8;
        color: #fff; }
      .case__download--list a:not(:last-child) {
        border-right: 1px solid #9dbde9; }
    @media (max-width: 350px) {
      .case__download--list {
        width: 250px;
        padding: 0; }
        .case__download--list a {
          padding: 0px 13px; } }

.case__content {
  padding: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #f5f5ff));
  background: -webkit-linear-gradient(left, white 50%, #f5f5ff 50%);
  background: -o-linear-gradient(left, white 50%, #f5f5ff 50%);
  background: linear-gradient(90deg, white 50%, #f5f5ff 50%); }
.bgr {background: #fff;}
  @media (max-width: 610px) {
    .case__content {
      background: #f5f5ff; } }
  .case__content .section {
    display: inline-block;
    width: 49%;
    vertical-align: top; }
	.case__content .section a, .case__download--title p a {text-decoration: underline; color: #0202b1}
	.case__content .section a:hover, .case__download--title p a:hover {text-decoration: none;}
    .case__content .section.right {
      padding-left: 30px; }
    .case__content .section.not-title {
      padding-top: 45px; }
      @media (max-width: 610px) {
        .case__content .section.not-title {
          padding-top: 0; } }
    .case__content .section.left {
      padding-right: 60px; }
    .case__content .section p {
      padding-bottom: 10px;
      line-height: 1.5em;
      font-family: Arial,Helvetica,sans-serif; }
    .case__content .section ol, .case__content .section ul {
      font-family: Arial,Helvetica,sans-serif;
      line-height: 1.5em;
      padding-left: 25px; }
    .case__content .section ul {
      padding-left: 0; }
      .case__content .section ul li {
        list-style: inherit;
        margin: 0 0 10px 20px; }
    .case__content .section h2 {
      padding-bottom: 10px;
      font-size: 1.5em;
      line-height: 1.2em; }
      .case__content .section h2.top {
        padding-top: 20px; }
  .case__content--title .section.right {
    padding-top: 45px; }
    @media (max-width: 610px) {
      .case__content--title .section.right {
        padding-top: 0; } }
  .case__content--image {
    padding: 20px 0;
    text-align: center; }
    .download-link {
      margin: 30px auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #ffffff;
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      font-family: times new roman,Times,serif;
      color: #313131;
      font-size: 1.3em;
      width: 196px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 9px;
      line-height: 40px;
      text-align: center;
      background: -webkit-gradient(linear, left top, left bottom, from(#ecfbef), to(#a2e9af));
      background: -webkit-linear-gradient(top, #ecfbef 0%, #a2e9af 100%);
      background: -o-linear-gradient(top, #ecfbef 0%, #a2e9af 100%);
      background: linear-gradient(180deg, #ecfbef 0%, #a2e9af 100%); }
      .download-link::before {
		content: '';
        display: inline-block;
		background: url('img/ico_download.png') no-repeat;
		background-size: 100%;
        width: 58px;
        height: 48px;}
      .download-link span {
        font-family: times new roman,Times,serif;
        font-size: 24px;
        text-decoration: underline;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px; }
      .download-link:hover span {text-decoration: none;}

  .case__content--link {
    text-align: center; }
    .case__content--link h2 {
      font-size: 1.5em;
      line-height: 1.2em;
      margin: 20px 0 10px;
      color: #0202b1;
      text-decoration: underline; }
      .case__content--link h2:hover {
        text-decoration: none; }

@media (max-width: 960px) {
  .case__download--title {width: 200px; padding-right: 10px;}
}


@media (max-width: 740px) {
  .case__download--img {
    width: 75px; }
    .case__download--img img {
      width: 100%; } }

@media (max-width: 680px) {
  .case__download {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .case__download--link {
      width: 100%;
      margin-top: 20px;
      background: none;
      padding-bottom: 10px; }
      .case__download--link a {
        padding: 10px 20px;
        margin-left: 115px;
        background: -webkit-gradient(linear, left top, left bottom, from(#eefbf0), to(#9ee8ac));
        background: -webkit-linear-gradient(top, #eefbf0 0%, #9ee8ac 100%);
        background: -o-linear-gradient(top, #eefbf0 0%, #9ee8ac 100%);
        background: linear-gradient(180deg, #eefbf0 0%, #9ee8ac 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .case__download--link a span {
          display: inline-block;
          width: 50px;
          margin-bottom: 0; }
          .case__download--link a span img {
            width: 100%; }
        .case__download--link a p {
          padding-left: 10px;
          display: inline-block; } }

@media (max-width: 610px) {
  .case__content--image img {
    width: 100%; }
  .case__content .section {
    width: 100%; }
    .case__content .section.left {
      padding-right: 0; }
    .case__content .section.right {
      padding-left: 0; } }

@media (max-width: 415px) {
  .case__download {
    position: relative; }
    .case__download--img {
      width: 60px;
      margin: 10px; }
	.case__download--title h1 {min-height: 50px;}
    .case__download--title p {margin: 15px 0 0 -65px;padding-bottom: 5px;}
	.content-title p {margin-left: 0}
    .case__download--list {
		position: absolute;
		z-index: 9;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: center;
		max-width: max-content;
	}
    .case__download--link {padding-top: 25px;}
      .case__download--link a {margin: 0 auto 5px; } }

/***********************CASE**********************************/

.screen-slider {max-width: 529px; margin: 0 auto;}
.page-navigation {text-align: center;margin: 25px 0 10px;}
.page-navigation a {text-decoration: underline;font-size: 1.2em;}
.page-navigation a:hover {text-decoration: none;}
.tcenter {text-align: center;padding-bottom: 20px;}
.purchase-link {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    padding: 9px 25px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    font-family: times new roman,Times,serif;
    color: #313131 !important;
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#ecfbef), to(#a2e9af));
    background: -webkit-linear-gradient(top, #ecfbef 0%, #a2e9af 100%);
    background: -o-linear-gradient(top, #ecfbef 0%, #a2e9af 100%);
    background: linear-gradient(180deg, #ecfbef 0%, #a2e9af 100%);
}
.purchase-link:hover {text-decoration: none;}

@media (max-width: 400px) {
	.purchase-link {padding: 9px 5px;font-size: 15px;margin: 10px 0;}
}