/* font-family: "RobotoCondensedRegular"; */
@font-face {
    font-family: "RobotoCondensedRegular";
    src: url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot");
    src: url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.woff") format("woff"),
    url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoCondensedLight"; */
@font-face {
    font-family: "RobotoCondensedLight";
    src: url("../fonts/RobotoCondensedLight/RobotoCondensedLight.eot");
    src: url("../fonts/RobotoCondensedLight/RobotoCondensedLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoCondensedLight/RobotoCondensedLight.woff") format("woff"),
    url("../fonts/RobotoCondensedLight/RobotoCondensedLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoCondensedBold"; */
@font-face {
    font-family: "RobotoCondensedBold";
    src: url("../fonts/RobotoCondensedBold/RobotoCondensedBold.eot");
    src: url("../fonts/RobotoCondensedBold/RobotoCondensedBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoCondensedBold/RobotoCondensedBold.woff") format("woff"),
    url("../fonts/RobotoCondensedBold/RobotoCondensedBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #fafafa;
}
.content {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
header {
  background: url(../images/bg_header-min.png) center bottom no-repeat;
  background-size: cover;
  border-bottom: 1px solid #cebd75;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 500;
  top: 0;
  transition: .3s;
}
.logo {
  float: left;
  margin-top: 13px;
  margin-bottom: 13px;
}
.logo img {
  display: block;
}
.top-menu {
  float: right;
}
.top-menu li {
  display: inline-block;
}
.top-menu li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #f2f1ee;
  font-size: 15px;
  line-height: 86px;
  padding: 0 10px;
  transition: .3s;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  font-weight: 700;
}
.top-menu li a:hover {
  background: #65645f;
}
.top-menu li a:focus {
  border-top-color: #cebd75;
  background: #65645f;
}
.top-menu .active a{
  border-top-color: #cebd75;
  background: #65645f;
}
.top-menu .help-link a {
  text-transform: none;
  color: #ece7d6;
  background: #403f3b url(../images/icon_1-min.png) 145px center no-repeat;
  font-weight: 700;
  line-height: 48px;
  padding: 0 45px 0 17px;
  border-radius: 5px;
  transition: .3s;
  border: 0;
}
.top-menu .help-link a:hover {
  background: #61605a url(../images/icon_1-min.png) 145px center no-repeat;
}
.top-menu .help-link a:focus {
  background: #61605a url(../images/icon_1-min.png) 145px center no-repeat;
}
/*=============================page home========================================*/
.style-1 {
  background: url(../images/bg_screen_1-min.png) center top no-repeat;
  background-size: cover;
  padding: 100px 0 150px 0;
}
.style-1 .cont-text {
  float: right;
  width: 50%;
}
.cont-text {
  text-align: center;
}
.cont-text h1 {
  font-size: 63px;
  color: #54534e;
  font-family: 'RobotoCondensedBold', sans-serif;
}
.title-after-h1 {
  font-weight: 600;
  color: #857b56;
  font-size: 20px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 80px;
  position: relative;
}
.title-after-h1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 22px;
  left: 50%;
  border-left: 2px solid #d1c188;
  margin-left: -1px;
  height: 42px;
}
.download-link {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 240px;
  line-height: 65px;
  text-decoration: none;
  text-transform: uppercase;
  background: #ef6644 url(../images/download_icon-min.png) 190px center no-repeat;
  display: block;
  padding-left: 30px;
  text-align: left;
  margin: 0 auto;
  border-radius: 5px;
  transition: .3s;
  margin-bottom: 15px;
  box-shadow: 0 15px 25px rgba(239, 102, 68, 0.28);
}
.download-link:hover {
  background-color: #ff8161;
}
.support {
  font-size: 14px;
  color: #54534e;
  font-weight: 600;
  display: inline-block;
  padding-left: 25px;
  background: url(../images/win_icon2-min.png) left center no-repeat;
}
.style-2 {
  background: url(../images/bg_screen_1_1-min.png) center top no-repeat;
  background-size: cover;
  padding: 100px 0 140px 0;
  border-bottom: 1px solid #cebd75;
}
.style-2 h1 {
  font-size: 73px;
  color: #fff;
}
.style-2 .title-after-h1 {
  color: #fff;
  margin: 0 auto;
  max-width: 730px;
}
.download-link-style-2 {
  background-color: #5bbc2e;
  box-shadow: 0 15px 25px rgba(91, 188, 46, 0.28);
}
.download-link-style-2:hover {
  background-color: #69db35;
}
.support-2 {
  color: #fff;
  background: url(../images/win_icon-min.png) left center no-repeat;
}
h2 {
  font-size: 40px;
  color: #54534e;
  font-family: 'RobotoCondensedBold', sans-serif;
}
.text-after-h2 {
  font-size: 20px;
  color: #857b56;
  font-weight: 600;
  line-height: 17px;
  border-left: 10px solid #c7b56a;
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.check-effect {
  padding: 65px 0 50px 0;
}
.effect-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.right-block {
  width: 24.5%;
}
.left-block {
  width: 75.5%;
  padding-right: 15px;
}
.title-block {
  font-size: 21px;
  color: #6e6c66;
  font-weight: 700;
  font-family: 'RobotoCondensedBold', sans-serif;
  background: #f3f2ee url(../images/icon_effect_line-min.png) 93% center no-repeat;
  line-height: 60px;
  border-left: 4px solid #cebd75;
  padding-left: 12px;
  margin-bottom: 13px;
  height: 60px;
  overflow: hidden;
}
.link-effect {
  line-height: 60px;
  height: 64px;
  overflow: hidden;
  padding-left: 56px;
  padding-right: 15px;
  background: #ffffff url(../images/icon_effect_arrow_1-min.png) 13px center no-repeat;
  border-radius: 5px;
  border-bottom: 4px solid #dbd5c1;
  margin-bottom: 13px;
  cursor: pointer;
  font-size: 18px;
  transition: .3s;
}
.link-effect:hover {
  background: #f2eddc url(../images/icon_effect_arrow_1-min.png) 13px center no-repeat;
  border-bottom: 4px solid #dbd5c1;
}
.link-effect.active {
  background: #cebd75 url(../images/icon_effect_arrow_1_1-min.png) 13px center no-repeat;
  border-bottom: 4px solid #b5a767;
  color: #fff;
}
.link-category {
  float: left;
  width: 20%;
  text-align: center;
  padding-right: 25px;
  background: #ece7d6;
  border-bottom: 3px solid #dbd5c1;
  line-height: 57px;
  height: 60px;
  overflow: hidden;
  border-right: 1px solid #fff;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  transition: .3s;
  font-size: 18px;
}
.link-category:nth-child(1) {
  background: #ece7d6 url(../images/icon_effect_1-min.png) 90% center no-repeat;
}
.link-category:nth-child(1):hover {
  background: #f4ecd3 url(../images/icon_effect_1-min.png) 90% center no-repeat;
}
.link-category:nth-child(2) {
  background: #ece7d6 url(../images/icon_effect_2-min.png) 90% center no-repeat;
}
.link-category:nth-child(2):hover {
  background: #f4ecd3 url(../images/icon_effect_2-min.png) 90% center no-repeat;
}
.link-category:nth-child(3) {
  background: #ece7d6 url(../images/icon_effect_3-min.png) 93% center no-repeat;
}
.link-category:nth-child(3):hover {
  background: #f4ecd3 url(../images/icon_effect_3-min.png) 93% center no-repeat;
}
.link-category:nth-child(4) {
  background: #ece7d6 url(../images/icon_effect_4-min.png) 90% center no-repeat;
}
.link-category:nth-child(4):hover {
  background: #f4ecd3 url(../images/icon_effect_4-min.png) 90% center no-repeat;
}
.link-category:nth-child(5) {
  background: #ece7d6 url(../images/icon_effect_5-min.png) 90% center no-repeat;
}
.link-category:nth-child(5):hover {
  background: #f4ecd3 url(../images/icon_effect_5-min.png) 90% center no-repeat;
}
.link-category:nth-child(1).active {
  background: #54534e url(../images/icon_effect_1_1-min.png) 90% center no-repeat;
  border-bottom-color: #c7b56a;
  color: #fff;
}
.link-category:nth-child(2).active {
  background: #54534e url(../images/icon_effect_2_2-min.png) 90% center no-repeat;
  border-bottom-color: #c7b56a;
  color: #fff;
}
.link-category:nth-child(3).active {
  background: #54534e url(../images/icon_effect_3_3-min.png) 93% center no-repeat;
  border-bottom-color: #c7b56a;
  color: #fff;
}
.link-category:nth-child(4).active {
  background: #54534e url(../images/icon_effect_4_4-min.png) 90% center no-repeat;
  border-bottom-color: #c7b56a;
  color: #fff;
}
.link-category:nth-child(5).active {
  background: #54534e url(../images/icon_effect_5_5-min.png) 90% center no-repeat;
  border-bottom-color: #c7b56a;
  color: #fff;
}
.link-category-block {
  padding-bottom: 13px;
}
.cont-img {
  width: 100%;
  height: 526px;
  position: relative;
  overflow: hidden;
}
.cont-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.link-category-item{
	display: none;
}
.link-category-item.active{
	display: block;
}
/* .cont-img img[src="images/effects/img_effect11.png"]{
	display: block;
} */
.left-b {
  float: left;
  width: 43%;
}
.right-b {
  float: left;
  width: 57%;
  position: relative;
  z-index: 500;
}
.big-foto {
  max-height: 382px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.big-foto img {
  width: 100%;
  display: block;
  border: 1px solid transparent;
}
.small-foto img {
  float: left;
  width: 33.33333%;
  display: block;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .3s;
  border-radius: 5px;
}
.small-foto img:hover {
  border-color: #cebd75;
}
.block-style {
  padding: 55px 0 30px 0;
  background: #f3f2ee;
}
.block-style h2 {
  position: relative;
  padding-bottom: 60px;
}
.block-style h2:after {
  content: '';
  display: block;
  width: 17px;
  height: 10px;
  background: #c7b56a;
  position: absolute;
  left: 0;
  bottom: 35px;
}
.text-cont {
  background: #fbfbfa;
  padding: 45px 30px 45px 30px;
  border-radius: 10px 0 0 10px;
  font-size: 18px;
  line-height: 32px;
  min-height: 480px;
  color: #6e6547;
  position: relative;
}
.text-cont:after {
  content: '';
  display: block;
  width: 90px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -90px;
  border-radius: 0 10px 10px 0;
  background: #fbfbfa;
  z-index: 300;
}
.landscapes,
.wedding {
  padding: 30px 0;
}
.reverse-block .right-b {
  float: left;
}
.reverse-block .left-b {
  float: right;
}
.reverse-block h2 {
  margin-left: 30px;
}
.reverse-block .text-cont {
  border-radius: 0 10px 10px 0;
}
.reverse-block .text-cont:after {
  right: auto;
  left: -90px;
  border-radius: 10px 0 0 10px;
}
.blackwhite {
  padding: 30px 0 0 0;
}
.promo-block {
  padding: 100px 0 140px 0;
  background: url(../images/bg_promo-min.png) center center no-repeat;
  background-size: cover;
}
.promo-block h2 {
  color: #fff;
  font-size: 63px;
}
.promo-block .title-after-h1 {
  color: #fff;
  padding-bottom: 40px;
}
.promo-block .title-after-h1:after {
  display: none;
}
.promo-block .support-2 {
  color: #f3f2ee;
}
footer {
  background: url(../images/bg_header-min.png) center bottom no-repeat;
  background-size: cover;
  border-top: 1px solid #cebd75;
  position: relative;
  z-index: 500;
  padding: 13px 0;
}
footer .bottom-menu {
  float: none;
  text-align: center;
  font-weight: 600;
}
footer .bottom-menu li {
  display: inline-block;
}
footer .bottom-menu li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #f2f1ee;
  font-size: 15px;
  line-height: 70px;
  padding: 0 10px;
  transition: .3s;
  border-radius: 5px;
  font-weight: 700;
}
footer .bottom-menu li a:hover {
  background: #403f3b;
}
footer .bottom-menu li a:focus {
  background: #403f3b;
}
footer .bottom-menu .active a {
  background: #403f3b;
}
.icon-menu {
  width: 25px;
  height: 26px;
  padding: 5px 0;
  cursor: pointer;
  float: right;
  z-index: 10;
  margin-top: 34px;
  margin-right: 0;
  display: none;
}
.sw-topper {
  position: relative;
  top: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  border: none;
  transition: transform 0.5s, top 0.2s;
  -moz-transition: transform 0.5s, top 0.2s;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -o-transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
  position: relative;
  width: 25px;
  height: 2px;
  top: 5px;
  background: #fff;
  border: none;
  transition: transform 0.5s, top 0.2s;
  -moz-transition: transform 0.5s, top 0.2s;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -o-transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
}
.sw-footer {
  position: relative;
  width: 25px;
  height: 2px;
  top: 10px;
  background: #fff;
  border: none;
  transition: transform 0.5s, top 0.2s;
  -moz-transition: transform 0.5s, top 0.2s;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -o-transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
}
.icon-menu.active .sw-topper {
  top: 7px;
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -webkit-transform: rotate(140deg);
  -o-transform: rotate(140deg);
}
.icon-menu.active .sw-bottom {
  top: 5px;
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg);
  -moz-transform: rotate(-140deg);
  -webkit-transform: rotate(-140deg);
  -o-transform: rotate(-140deg);
}
.icon-menu.active .sw-footer {
  top: 0;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  opacity: 0;
}
.header-fixed {
  position: fixed;
  z-index: 1000;
  top: -105px;
  transition: .6s;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  border-bottom: 4px solid #cebd75;
}
.header-fixed .logo{
	margin-right: 20px;
}
.header-fixed .top-menu {
  float: left;
}
.header-fixed .top-menu li a {
  font-weight: 700;
  color: #fafafa;
}
.button-right {
  float: right;
  margin-top: 12px;
}
.button-right .download-link {
  line-height: 50px;
  box-shadow: none;
  font-size: 15px;
  width: 220px;
  margin-bottom: 5px;
  padding-left: 25px;
  background-position: 175px center;
}
.button-right p {
  font-size: 12.5px;
  text-transform: uppercase;
  text-align: center;
  color: #ffbca6;
}
.scroll-top {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  border: 4px solid #cebd75;
  position: fixed;
  z-index: 1000;
  right: 100px;
  top: 50%;
  margin-top: -35px;
  background: rgba(206, 189, 117, 0.6) url(../images/top-min.png) center center no-repeat;
  cursor: pointer;
  transition: .3s;
  display: none;
}
.scroll-top:hover {
  background-color: #cebd75;
}
/*=============================   page-download   ========================================*/
.home-download {
  background: url(../images/bg_s_1-min.png) center bottom no-repeat;
  background-size: cover;
  padding: 50px 0 25px 0;
}
.home-download .left-b {
  float: left;
  width: 28%;
  padding-left: 30px;
}
.home-download .left-b img {
  max-width: 100%;
}
.home-download .rigth-b {
  float: right;
  width: 72%;
}
.home-download h1 {
  font-size: 40px;
  color: #54534e;
  font-family: 'RobotoCondensedBold', sans-serif;
  padding-bottom: 25px;
  font-weight: 700;
  padding-top: 18px;
}
.home-download ul {
  margin-left: 30px;
  padding-bottom: 25px;
}
.home-download ul li {
  color: #857b56;
  padding-left: 35px;
  font-size: 18px;
  margin-bottom: 18px;
  background: url(../images/list-style-min.png) 0 6px no-repeat;
}
.list-about {
  text-align: center;
  padding-top: 25px;
}
.item-about {
  font-size: 13px;
  font-weight: 600;
  color: #54534e;
  padding-left: 40px;
  margin-left: 30px;
  display: inline-block;
  text-align: left;
  padding-right: 30px;
  border-right: 1px solid #ece4d3;
  margin-bottom: 15px;
}
.item-about:nth-child(1) {
  background: url(../images/icon-d-1-min.png) 0 center no-repeat;
}
.item-about:nth-child(2) {
  background: url(../images/icon-d-2-min.png) 0 center no-repeat;
}
.item-about:nth-child(3) {
  background: url(../images/icon-d-3-min.png) 0 center no-repeat;
  border-right: 0;
}
.bg-color {
  background: #f3f2ee;
}
.testimonials {
  padding: 60px 0 50px 0;
  background: url(../images/bg_stars-min.png) center top no-repeat;
}
.testimonials h2 {
  font-size: 26px;
  line-height: 23px;
  padding-left: 12px;
  margin-bottom: 50px;
  border-left: 10px solid #c7b56a;
}
.testimonials-item {
  float: left;
  width: 32%;
  background: #faf9f7 url(../images/bloquotes-min.png) 93% 27px no-repeat;
  margin-right: 2%;
  padding: 30px 20px 40px 20px;
  border-radius: 3px;
  position: relative;
}
.testimonials-item:after {
  content: '';
  display: block;
  width: 50px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: 4px solid #c7b56a;
}
.testimonials-item:nth-child(3n) {
  margin-right: 0;
}
.name-town {
  padding-left: 60px;
  position: relative;
  padding-bottom: 15px;
  font-size: 15px;
  color: #54534e;
}
.name-town img {
  position: absolute;
  left: 0;
  top: -4px;
  max-width: 48px;
}
.name {
  font-size: 21px;
  font-weight: 700;
  font-family: 'RobotoCondensedBold', sans-serif;
}
.evaluation {
  color: #54534e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.evaluation span {
  padding-right: 5px;
}
.text-testimonials {
  font-size: 16px;
  color: #857b56;
  line-height: 25px;
}
.entry-content h2 {
  position: relative;
  padding-bottom: 55px;
}
.entry-content h2:after {
  content: '';
  display: block;
  width: 17px;
  height: 10px;
  background: #c7b56a;
  position: absolute;
  left: 0;
  bottom: 21px;
}
.entry-content p {
  font-size: 18px;
  line-height: 32px;
  color: #6e6547;
  padding-bottom: 30px;
}
.entry-content p a {
  color: #ef6644;
}
.entry-content p a:hover {
  text-decoration: none;
}
.entry-content h3 {
  font-size: 26px;
  color: #54534e;
  font-family: 'RobotoCondensedBold', sans-serif;
  padding-bottom: 30px;
}
.list-benefits {
  padding-bottom: 40px;
}
.benefits-item {
  position: relative;
}
.benefits-item:nth-child(even) .text-benefits {
  float: none;
  padding: 45px 70px 45px 30px;
}
.benefits-item:nth-child(even) .img-benefits {
  left: auto;
  right: 0;
}
.text-benefits {
  border: 2px solid #ece7d6;
  padding: 45px 30px 45px 70px;
  min-height: 440px;
  float: right;
  width: 47%;
}
.img-benefits {
  position: absolute;
  top: 50%;
  left: 0;
  width: 56.6%;
  transform: translateY(-50%);
}
.img-benefits img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
/*=============================   page-purchase   ========================================*/
.home-purchase {
  padding: 50px 0 20px 0;
  background: url(../images/bg_purch-min.png) center center no-repeat;
  background-size: cover;
  border-bottom: 2px solid #ece7d6;
}
.home-purchase .left-b {
  padding-left: 0;
  width: 29%;
}
.home-purchase .rigth-b {
  width: 71%;
  padding-left: 30px;
  padding-right: 15px;
}
.home-purchase .left-c {
  float: left;
  width: 77%;
}
.support-block {
  float: right;
  width: 23%;
  background: #faf9f7;
  padding: 35px 15px;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.support-block img {
  max-width: 100%;
}
.style-text-1 {
  font-size: 16px;
  font-weight: 600;
  color: #54534e;
}
.style-text-3 {
  font-size: 16px;
  font-weight: 600;
  color: #54534e;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 2px solid #ece7d6;
}
.style-text-2 {
  font-size: 13px;
  font-weight: 600;
  color: #6e6c66;
  padding-bottom: 20px;
}
.entry-content-2 {
  padding-top: 60px;
}
.entry-content-2 p a {
  color: #ef6644;
  font-weight: 600;
}
.purchase-terms {
  padding-top: 80px;
}
.purchase-terms .content {
  position: relative;
}
.purchase-terms h2 {
  font-size: 26px;
  padding: 0 50px;
  background: #f3f2ee;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  z-index: 500;
}
.list-purchase {
  border-top: 2px solid #ece7d6;
  padding-top: 60px;
  position: relative;
}
.list-purchase:after {
  content: '';
  display: block;
  height: 40px;
  border-left: 2px solid #ece7d6;
  position: absolute;
  top: 0;
  left: 0;
}
.list-purchase:before {
  content: '';
  display: block;
  height: 40px;
  border-left: 2px solid #ece7d6;
  position: absolute;
  top: 0;
  right: 0;
}
.purchase-item {
  text-align: center;
  width: 370px;
  border-bottom: 2px solid #ece7d6;
  padding-bottom: 60px;
  float: left;
  width: 31.33333%;
  margin-right: 3%;
  position: relative;
}
.purchase-item:nth-child(3n) {
  margin-right: 0;
}
.purchase-item img {
  margin-bottom: 23px;
}
.purchase-item .number-item {
  font-size: 36px;
  font-weight: 300;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: 55px;
}
.purchase-item:nth-child(1):after {
  content: '';
  display: block;
  background: url(../images/arrow_1-min.png) 0 0 no-repeat;
  width: 125px;
  height: 29px;
  position: absolute;
  top: 70px;
  right: -75px;
}
.purchase-item:nth-child(2):after {
  content: '';
  display: block;
  background: url(../images/arrow_2-min.png) 0 0 no-repeat;
  width: 125px;
  height: 29px;
  position: absolute;
  top: 25px;
  right: -75px;
}
.text-item {
  font-size: 18px;
  color: #857b56;
  font-weight: 600;
  position: relative;
  padding-top: 30px;
}
.text-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  border-top: 2px solid #cebd75;
}
.version-price {
  padding: 55px 0 0 0;
}
.version-price h2 {
  text-align: center;
}
.important-text {
  text-align: center;
}
.important-text span {
  display: inline-block;
  background: #f5e3df;
  color: #ef6644;
  font-size: 18px;
  font-weight: 600;
  padding: 4px 10px;
  margin-top: 10px;
}
.list-version {
  padding-top: 45px;
}
.version-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding: 10px;
  background: #faf9f7;
  margin-top: 20px;
  border-radius: 5px;
  min-height: 577px;
  padding-bottom: 100px;
  position: relative;
}
.version-item:after {
  content: '';
  display: block;
  width: 50px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: 4px solid #c7b56a;
}
.version-item:nth-child(3) {
  margin-right: 0;
}
.version-item ul li {
  color: #6e6c66;
  padding-left: 25px;
  font-size: 14px;
  margin-bottom: 14px;
  background: url(../images/list-style-1-min.png) 0 6px no-repeat;
  margin-left: 5px;
}
.top-version {
  background: url(../images/version_bg_1-min.png) 0 0 no-repeat;
  height: 176px;
  background-size: 100% 100%;
  padding-top: 25px;
  text-align: center;
  font-family: 'RobotoCondensedBold', sans-serif;
  position: relative;
  z-index: 400;
}
.title-version {
  font-size: 22px;
  color: #b3a26b;
  text-shadow: 0 1px 1px #fff;
}
.sale {
  font-size: 20px;
  color: #faf9f7;
  background: url(../images/version_bg_11-min.png) 0 0 no-repeat;
  width: 62px;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
}
.sale span {
  transform: rotate(-40deg);
  display: block;
  text-align: center;
  position: relative;
  top: 12px;
  left: -2px;
}
.name-version {
  font-size: 30px;
  color: #54534e;
  font-weight: 700;
  text-shadow: 0 1px 1px #fff;
}
.price-circle {
  width: 120px;
  height: 120px;
  background: #b3a26b;
  border: 4px solid #faf9f7;
  border-radius: 50%;
  text-align: center;
  padding-top: 28px;
  margin: -75px auto 15px auto;
  z-index: 500;
  position: relative;
}
.price-version {
  text-align: center;
  width: 100%;
}
.price-version strong {
  color: #faf9f7;
  font-size: 21px;
  line-height: 35px;
  padding-left: 5px;
}
.price-version span {
  color: #ece7d6;
  line-height: 35px;
  position: relative;
}
.price-version span:after {
  content: '';
  display: block;
  background: url(../images/crose_line-min.png) 0 0 no-repeat;
  width: 26px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -13px;
}
.t-version {
  color: #faf9f7;
  font-size: 15px;
  margin-top: -1px;
}
.cart-link {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  width: 140px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  background: #5bb000 url(../images/cart_icon-min.png) 100px center no-repeat;
  display: block;
  padding-left: 30px;
  text-align: left;
  margin: 0 auto;
  border-radius: 5px;
  transition: .3s;
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -70px;
}
.cart-link:hover {
  background-color: #6bcf00;
}
.preimum {
  margin-top: 0;
}
.preimum .top-version {
  background: url(../images/version_bg_2-min.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.preimum .title-version {
  color: #8568a1;
}
.preimum .sale {
  background: url(../images/version_bg_22-min.png) 0 0 no-repeat;
}
.preimum .price-circle {
  background: #8568a1;
}
.preimum ul li {
  background: url(../images/list-style-2-min.png) 0 6px no-repeat;
}
.preimum:after {
  border-color: #8568a1;
}
.delux .top-version {
  background: url(../images/version_bg_3-min.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.delux .title-version {
  color: #b26b79;
}
.delux .sale {
  background: url(../images/version_bg_33-min.png) 0 0 no-repeat;
}
.delux .price-circle {
  background: #b26b79;
}
.delux ul li {
  background: url(../images/list-style-3-min.png) 0 6px no-repeat;
}
.delux:after {
  border-color: #b26b79;
}
.top-sale {
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 5px 7px;
  background: #8568a1;
  font-family: "Open Sans";
  font-size: 13px;
  border-radius: 3px 0 0 3px;
}
.list-version-nodiscont .price-version strong {
  font-size: 36px;
  padding-left: 0;
  font-weight: 600;
}
/*=============================   steps   ========================================*/
.home-steps-small-height {
  text-align: center;
  padding: 40px 0;
  background: url(../images/bg_steps_1-min.png) center top no-repeat;
  background-size: cover;
}
.home-steps-small-height-one {
  text-align: center;
  padding: 40px 0;
  background: url(../images/bg_steps_2-min.png) center top no-repeat;
  background-size: cover;
}
.home-steps {
  border-bottom: 1px solid #cebd75;
  margin-bottom: 60px;
}
.home-steps h1 {
  color: #fff;
  font-size: 40px;
  font-family: 'RobotoCondensedBold', sans-serif;
  padding-bottom: 10px;
}
.home-steps p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 25px;
}
.home-steps .download-link {
  text-align: left;
  display: inline-block;
  margin: 0 6px 15px 6px;
}
.home-steps .support-2 {
  padding-bottom: 0;
  font-size: 14px;
  color: #f3f2ee;
}
.more-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 240px;
  line-height: 61px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 5px;
  transition: .3s;
  margin: 0 6px 15px 6px;
  border: 2px solid #f3f2ee;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}
.more-link:hover {
  background: #888783;
}
.step-list {
  padding: 100px 0 60px;
}
.step-item {
  position: relative;
}
.step-item:first-child .text-step {
  border-top: 2px solid #e6e1d1;
}
.step-item:first-child .text-step:after {
  content: '';
  display: block;
  height: 25px;
  border-right: 2px solid #e6e1d1;
  left: 0;
  top: -25px;
  position: absolute;
}
.step-item:first-child .text-step .step-number {
  left: -30.5px;
  top: -83px;
  bottom: auto;
  right: auto;
}
.step-item:last-child .text-step:before {
  content: '';
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #e6e1d1 url(../images/last-step-min.png) center center no-repeat;
  font-size: 26px;
  color: #54534e;
  font-family: 'RobotoCondensedBold', sans-serif;
  line-height: 63px;
  font-weight: 600;
  position: absolute;
  bottom: -30.5px;
  left: -30.5px;
}
.text-step {
  float: right;
  width: 50.1%;
  padding: 80px 30px 80px 15px;
  border-right: 2px solid #e6e1d1;
  border-bottom: 2px solid #e6e1d1;
  position: relative;
  min-height: 430px;
}
.img-step {
  float: left;
  width: 48.7%;
  padding-top: 45px;
}
.img-step img {
  width: 100%;
  border-radius: 5px;
}
.step-number {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #e6e1d1;
  font-size: 26px;
  color: #54534e;
  font-family: 'RobotoCondensedBold', sans-serif;
  line-height: 63px;
  font-weight: 600;
  position: absolute;
  top: -30.5px;
  left: -30.5px;
  text-align: center;
}
.step-list-style-2 .step-item .text-step:before {
  content: '';
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #e6e1d1 url(../images/last-step-min.png) center center no-repeat;
  font-size: 26px;
  color: #54534e;
  font-family: 'RobotoCondensedBold', sans-serif;
  line-height: 63px;
  font-weight: 600;
  position: absolute;
  bottom: -30.5px;
  left: -30.5px;
  display: none;
}
.step-list-style-2 .step-item:nth-child(even) .text-step {
  float: left;
  padding: 80px 15px 50px 30px;
  border-right: 0;
  border-top: 2px solid #e6e1d1;
  border-left: 2px solid #e6e1d1;
}
.step-list-style-2 .step-item:nth-child(even) .text-step:before {
  bottom: -30.5px;
  right: -33px;
  left: auto;
}
.step-list-style-2 .step-item:nth-child(even) .step-number {
  top: -30.5px;
  right: -33px;
  left: auto;
}
.step-list-style-2 .step-item:nth-child(even) .img-step {
  float: right;
}
.step-list-style-2 .step-item:nth-child(odd) .text-step {
  border-top: 2px solid #e6e1d1;
}
.step-list-style-2 .step-item:last-child .text-step:before {
  display: block;
}
.step-list-style-3 .line {
  display: block;
  height: 25px;
  border-right: 2px solid #e6e1d1;
  left: 0;
  bottom: -25px;
  position: absolute;
}
.step-list-style-3 .step-item {
  margin-bottom: 50px;
}
.step-list-style-3 .step-item:nth-child(odd) {
  padding-top: 50px;
}
.step-list-style-3 .step-item:first-child {
  padding-top: 0;
}
.step-list-style-3 .step-item .text-step {
  min-height: 400px;
}
.step-list-style-3 .step-item .text-step:before {
  content: '';
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #e6e1d1 url(../images/last-step-min.png) center center no-repeat;
  font-size: 26px;
  color: #54534e;
  font-family: 'RobotoCondensedBold', sans-serif;
  line-height: 63px;
  font-weight: 600;
  position: absolute;
  bottom: -82.5px;
  left: -30.5px;
  display: none;
}
.step-list-style-3 .step-item:nth-child(even) .text-step {
  float: left;
  padding: 80px 15px 50px 30px;
  border-right: 0;
  border-top: 2px solid #e6e1d1;
  border-left: 2px solid #e6e1d1;
}
.step-list-style-3 .step-item:nth-child(even) .text-step:before {
  bottom: -30.5px;
  right: -33px;
  left: auto;
}
.step-list-style-3 .step-item:nth-child(even) .text-step .line {
  left: auto;
  right: 0;
}
.step-list-style-3 .step-item:nth-child(even) .step-number {
  top: -30.5px;
  right: -33px;
  left: auto;
}
.step-list-style-3 .step-item:nth-child(even) .img-step {
  float: right;
}
.step-list-style-3 .step-item:nth-child(odd) .text-step {
  border-top: 2px solid #e6e1d1;
}
.step-list-style-3 .step-item:nth-child(odd) .text-step:after {
  content: '';
  display: block;
  height: 25px;
  border-right: 2px solid #e6e1d1;
  left: 0;
  top: -25px;
  position: absolute;
}
.step-list-style-3 .step-item:nth-child(odd) .step-number {
  top: -82.5px;
}
.step-list-style-3 .step-item:last-child .text-step:before {
  display: block;
}
/*=============================   article   ========================================*/
.home-steps-big-height {
  padding: 120px 0 160px 0;
  text-align: center;
  background: url(../images/bg_article-min.png) center top no-repeat;
  background-size: cover;
}
.two-column {
  padding-bottom: 15px;
}
.two-column .column {
  width: 49%;
}
.two-column .column:first-child {
  float: left;
}
.two-column .column:last-child {
  float: right;
}
.style-li-1 {
  font-size: 18px;
  line-height: 32px;
  color: #857b56;
  padding-bottom: 30px;
  font-weight: 600;
}
.style-li-1 li {
  padding-left: 35px;
  background: url(../images/list-style-1-min.png) 0 11px no-repeat;
  margin-bottom: 5px;
}
.style-li-2 {
  font-size: 18px;
  line-height: 32px;
  color: #857b56;
  padding-bottom: 30px;
}
.style-li-2 li {
  padding-left: 45px;
  background: url(../images/list-style-5-min.png) 0 3px no-repeat;
  margin-bottom: 5px;
}
.reference-text {
  background: #ece7d6 url(../images/reference_icon-min.png) 98% 20px no-repeat;
  padding: 35px 30px 20px 30px;
  border: 1px solid #cebd75;
  margin-bottom: 40px;
}
.reference-text .title-reference {
  font-size: 26px;
  font-weight: 700;
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #54534e;
}
.entry-content blockquote {
  border-top: 2px solid #cebd75;
  border-bottom: 2px solid #cebd75;
  margin-bottom: 40px;
  position: relative;
  display: block;
  padding: 50px 125px 50px 125px;
}
.entry-content blockquote:after {
  content: '';
  display: block;
  background: url(../images/quotes-min.png) 0 0 no-repeat;
  width: 60px;
  height: 52px;
  position: absolute;
  top: 35px;
  left: 15px;
}
.entry-content blockquote:before {
  content: '';
  display: block;
  background: url(../images/quotes-min.png) 0 0 no-repeat;
  width: 60px;
  height: 52px;
  position: absolute;
  bottom: 35px;
  right: 15px;
}
.entry-content blockquote p {
  font-size: 24px;
  color: #9c8f59;
  text-align: center;
  padding-bottom: 20px;
  font-family: 'RobotoCondensedBold', sans-serif;
}
.entry-content blockquote strong {
  color: #6e6c66;
  font-size: 18px;
  text-align: right;
  display: block;
  text-transform: uppercase;
}
.entry-content .twentytwenty-overlay {
  display: none;
}
.twentytwenty {
  padding-bottom: 50px;
  position: relative;
}
.twentytwenty-overlay {
  display: none;
}
.before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 90px;
  text-align: center;
  border-radius: 80px;
  background: rgba(61, 61, 61, 0.5);
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  line-height: 55px;
  z-index: 1000;
}
.after {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 90px;
  text-align: center;
  border-radius: 80px;
  background: rgba(61, 61, 61, 0.5);
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  line-height: 55px;
  z-index: 1000;
}
.twentytwenty-container img {
  width: 100%;
  height: auto;
}
.twentytwenty-container .twentytwenty-handle {
  background: url(../images/polzunok-min.png) 0 0 no-repeat;
  width: 54px;
  height: 62px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-left: -27px;
  margin-top: -31px;
}
.twentytwenty-container .twentytwenty-handle span {
  display: none;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 34px;
  margin-left: -2px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 34px;
  margin-left: -2px;
}
.author {
  font-family: 'RobotoCondensedBold', sans-serif;
  font-size: 18px;
  color: #54534e;
  margin-bottom: 50px;
  padding-left: 12px;
  border-left: 10px solid #c7b56a;
}
.coments-list {
  padding: 60px 0 45px 0;
}
.coments-list h2 {
  font-size: 26px;
  line-height: 23px;
  padding-left: 12px;
  margin-bottom: 50px;
  border-left: 10px solid #c7b56a;
  position: relative;
  padding-right: 50px;
}
.coments-list h2:after {
  content: '';
  display: block;
  background: url(../images/quotes-min.png) 0 0 no-repeat;
  background-size: 100%;
  width: 42px;
  height: 37px;
  position: absolute;
  top: 0;
  right: 0;
}
.coments-item {
  background: #faf9f7;
  padding: 30px 30px 40px 255px;
  margin-bottom: 20px;
  position: relative;
}
.coments-item .name-town {
  position: absolute;
  left: 25px;
  top: 30px;
  width: 220px;
}
.coments-item .evaluation {
  position: absolute;
  top: 82px;
  left: 25px;
}
.coments-item .evaluation span {
  width: 52px;
  margin-right: 7px;
  display: block;
  float: left;
  text-align: center;
}
.pagination {
  padding-top: 20px;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  color: #54534e;
  font-size: 24px;
  font-family: 'RobotoCondensedBold', sans-serif;
  background: #faf9f7;
  border-radius: 3px;
  margin: 0 4px;
  box-shadow: 0 0 10px #f3f3f3;
  transition: .3s;
}
.pagination li a:hover {
  background: #f2eddc;
}
.pagination li span {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: 'RobotoCondensedBold', sans-serif;
  background: #c7b56a;
  border-radius: 3px;
  margin: 0 4px;
  box-shadow: 0 0 10px #f3f3f3;
  transition: .3s;
}
.pagination .next a {
  background: url(../images/a-right-min.png) center center no-repeat;
  width: 40px;
  color: transparent;
  margin-left: 10px;
}
.pagination .next a:hover {
  background: url(../images/a-right-h-min.png) center center no-repeat;
}
.pagination .prev a {
  background: url(../images/a-left-min.png) center center no-repeat;
  width: 40px;
  color: transparent;
  margin-right: 10px;
}
.pagination .prev a:hover {
  background: url(../images/a-left-h-min.png) center center no-repeat;
}
.evaluation-screen {
  padding: 65px 0;
  background: #faf9f5 url(../images/bg_evaluation-min.png) center center no-repeat;
  text-align: center;
}
.evaluation-screen h2 {
  font-size: 26px;
  text-transform: uppercase;
}
.evaluation-screen p {
  font-size: 18px;
  color: #6e6547;
  padding-top: 10px;
}
.stars-container {
  margin: 70px 0;
  border-top: 2px solid #ece7d6;
  position: relative;
}
.stars-container img {
  position: absolute;
  padding: 0 40px;
  background: #faf9f5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  max-width: 100%;
  margin-top: -2px;
}
.add-review {
  display: inline-block;
  width: 240px;
  line-height: 65px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  background: #c7b56a;
  font-family: 'RobotoCondensedBold', sans-serif;
  font-size: 20px;
  transition: .3s;
}
.add-review:hover {
  background: #ece7d6;
  color: #6e6c66;
}
.quantity-review {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  position: absolute;
  left: 116px;
  top: 0;
  transform: translateY(-50%);
  margin-top: -1px;
  background: #ece7d6;
  padding-top: 22px;
}
.quantity-review span {
  display: block;
}
.quantity-review span:first-child {
  font-size: 30px;
  color: #6e6c66;
  font-family: 'RobotoCondensedBold', sans-serif;
  font-weight: 700;
}
.quantity-review span:last-child {
  font-size: 15px;
  color: #857b56;
  font-weight: 600;
  line-height: 17px;
}
.rating-review {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  position: absolute;
  right: 116px;
  top: 0;
  transform: translateY(-50%);
  margin-top: -1px;
  background: #ece7d6;
  padding-top: 22px;
}
.rating-review span {
  display: block;
}
.rating-review span:first-child {
  font-size: 30px;
  color: #6e6c66;
  font-family: 'RobotoCondensedBold', sans-serif;
  font-weight: 700;
}
.rating-review span:last-child {
  font-size: 15px;
  color: #857b56;
  font-weight: 600;
  line-height: 17px;
}
.effect-this {
  max-width: 860px;
  margin: 0 auto;
}
/*=============================   effects   ========================================*/
.home-title {
  padding: 85px 0;
  margin-bottom: 25px;
  border-bottom: 2px solid #e5e1d1;
}
.home-title h1 {
  font-size: 40px;
  text-align: center;
  color: #54534e;
  font-family: 'RobotoCondensedBold', sans-serif;
}
.home-title p {
  color: #9c8f59;
  font-size: 24px;
  text-align: center;
  font-family: 'RobotoCondensedRegular', sans-serif;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 20px;
  line-height: 36px;
}
.effect-item {
  padding: 25px 0;
}
.effect-item h2 {
  font-size: 26px;
  text-align: center;
  padding-bottom: 40px;
}
.effect-item .twentytwenty {
  padding-bottom: 0;
}
.slider-effect {
  border-right: 3px solid #f3f2ee;
}
.effect-link {
  float: left;
  width: 16.66666%;
  background: #ece7d6;
  border-right: 2px solid #f3f2ee;
  border-top: 2px solid #f3f2ee;
  cursor: pointer;
  text-align: center;
  transition: .3s;
  position: relative;
}
.effect-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #cebd75;
  opacity: 0;
  transition: .3s;
}
.effect-link:hover {
  background: #f4ecd3;
}
.effect-link span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #54534e;
  font-weight: 700;
  padding: 4px 5px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.effect-link img {
  width: 100%;
  display: block;
}
.effect-link.active {
  background: #cebd75;
}
.effect-link.active span {
  color: #fff;
}
.effect-link.active:after {
  opacity: 1;
}
/*=============================   tutorial   ========================================*/
.effects-catalog-bg {
  background: url(../images/tutorial_top.png) center 0 no-repeat;
}
.category-article {
  padding: 30px 0 30px 0;
}
.category-article h2 {
  padding-bottom: 75px;
  position: relative;
}
.category-article h2:after {
  content: '';
  display: block;
  width: 17px;
  height: 10px;
  background: #c7b56a;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.article-item {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  background: #faf9f7;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
  min-height: 370px;
}
.article-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}
.article-item:nth-child(4n) {
  margin-right: 0;
}
.article-item:hover .link-article {
  opacity: 1;
}
.article-item:hover .link-article span {
  transform: translate(-50%, -50%) scale(1, 1);
}
.title {
  font-size: 20px;
  line-height: 30px;
  color: #54534e;
  font-family: 'RobotoCondensedBold', sans-serif;
  font-weight: 700;
  padding: 0 15px 15px 15px;
}
.description {
  color: #857b56;
  font-size: 15px;
  font-weight: 600;
  padding: 0 15px;
  line-height: 25px;
}
.link-article {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(46, 42, 24, 0.6);
  border: 2px solid #c7b56a;
  transition: .4s;
  opacity: 0;
}
.link-article span {
  font-size: 20px;
  color: #54534e;
  text-decoration: none;
  background: #faf9f7;
  border-radius: 5px;
  font-family: 'RobotoCondensedBold', sans-serif;
  line-height: 50px;
  width: 145px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: .4s;
}
/*=============================   welcome   ========================================*/
.home-welcome {
  padding: 65px 0 50px 0;
  background: url(../images/bg_welcome-min.png) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.home-welcome h1 {
  color: #fff;
  font-size: 40px;
  font-family: 'RobotoCondensedBold', sans-serif;
  padding-bottom: 10px;
}
.home-welcome p {
  font-size: 20px;
  color: #f6de7b;
  font-weight: 600;
}
.play-button {
  display: block;
  margin: 10px auto;
  cursor: pointer;
  width: 286px;
  height: 286px;
  background: url(../images/button_play-min.png) center center no-repeat;
  transition: .3s;
}
.play-button:hover {
  background: url(../images/button_play_hover-min.png) center center no-repeat;
}
.text-play {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #f3f2ee;
  text-transform: uppercase;
  padding-top: 50px;
  background: url(../images/arrow_top-min.png) center top no-repeat;
}
.article-about-us {
  padding: 65px 0 90px 0;
}
.article-about-us .link-article {
  opacity: 1;
  background: none;
  border: 0;
}
.article-about-us .article-item,
.article-about-us .title,
.article-about-us .description {
  transition: .3s;
}
.article-about-us .article-item:nth-child(1):hover {
  background: #cebd75;
}
.article-about-us .article-item:nth-child(1):hover .title,
.article-about-us .article-item:nth-child(1):hover .description {
  color: #fff;
}
.article-about-us .article-item:nth-child(2):hover {
  background: #cfa776;
}
.article-about-us .article-item:nth-child(2):hover .title,
.article-about-us .article-item:nth-child(2):hover .description {
  color: #fff;
}
.article-about-us .article-item:nth-child(3):hover {
  background: #99ce75;
}
.article-about-us .article-item:nth-child(3):hover .title,
.article-about-us .article-item:nth-child(3):hover .description {
  color: #fff;
}
.article-about-us .article-item:nth-child(4):hover {
  background: #76cfaa;
}
.article-about-us .article-item:nth-child(4):hover .title,
.article-about-us .article-item:nth-child(4):hover .description {
  color: #fff;
}
.after-h2 {
  font-size: 20px;
  color: #857b56;
  font-weight: 600;
  padding-left: 12px;
  border-left: 10px solid #c7b56a;
  line-height: 17px;
  margin: 17px 0 65px 0;
}
.action-screen {
  padding: 75px 0;
  background: url(../images/bg_promo2-min.png) center center no-repeat;
  background-size: cover;
}
.action-screen .left-b {
  padding-left: 95px;
  width: 35%;
}
.action-screen .rigth-b {
  width: 65%;
  text-align: center;
}
.action-screen .rigth-b h2 {
  font-size: 44px;
  padding-top: 50px;
  padding-bottom: 10px;
}
.action-screen .cart-link {
  position: static;
  margin-left: 0;
  width: 240px;
  margin: 0 auto;
  line-height: 60px;
  font-weight: 700;
  background-image: url(../images/cart2-min.png);
  background-position: 184px center;
  font-size: 16px;
  box-shadow: 0 15px 25px rgba(91, 188, 46, 0.28);
  margin-bottom: 15px;
}
.text-important-2 {
  font-size: 18px;
  color: #ef6644;
  font-weight: 700;
  font-family: 'RobotoCondensedBold', sans-serif;
  padding-top: 5px;
  line-height: 30px;
  padding-bottom: 50px;
}
.promo-help {
  padding: 160px 0 140px 0;
  position: relative;
}
.block-content {
  padding: 30px 30px 40px 30px;
  border: 2px solid #e5e1d1;
  border-radius: 3px;
  margin-left: 80px;
  width: 100%;
  max-width: 505px;
  text-align: center;
  position: relative;
}
.block-content:after {
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  border-top: 2px solid #e5e1d1;
  border-right: 2px solid #e5e1d1;
  position: absolute;
  top: 50%;
  background: #f3f2ee;
  transform: translateY(-50%) rotate(45deg);
  right: -14px;
}
.block-content h2 {
  padding-top: 90px;
  background: url(../images/icon_question-min.png) center 0 no-repeat;
  padding-bottom: 10px;
}
.block-content a {
  font-weight: 700;
  color: #857b56;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.block-content a:hover {
  text-decoration: none;
}
.img-help {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 95px;
}
.video-cont {
  max-width: 800px;
  margin: 40px auto 0 auto;
  position: relative;
}
.video-cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.video-cont img {
  width: 100%;
}
/*=============================   pop   ========================================*/
.pop-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.pop {
  background: #fff;
  position: fixed;
  width: 90%;
  max-width: 288px;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  color: #272626;
  background: #f7f7f7;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.42);
  display: none;
}
.pop h2 {
  font-size: 22px;
  text-align: center;
  padding-bottom: 15px;
}
.pop input {
  margin: 0 0 15px 0;
}
.pop label {
  color: #192048;
}
.pop input[type="submit"] {
  width: 100%;
}
.pop-success {
  position: fixed !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
}
.close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: url(../images/close2-min.png) 0 0 no-repeat;
}
.pop-video {
  padding: 0;
  width: 90%;
  max-width: 800px;
}
.pop-video .video-cont {
  margin: 0;
}
.pop-video .close {
  top: -30px;
  right: 0;
  background: url(../images/close3-min.png) 0 0 no-repeat;
}
.pop-order {
  background: #f3f2ee;
  padding-top: 40px;
}
.pop-order .download-link {
  border: none;
  cursor: pointer;
  width: 100%;
  background-position: 90% center;
  padding-left: 20px;
  font-size: 14px;
}
/*=============================   media   ========================================*/
@media screen and (max-width: 1200px) {
  .style-1 .cont-text {
    width: 65%;
  }
  .link-category,
  .link-effect {
    font-size: 15px;
  }
  .title-block {
    font-size: 18px;
  }
  .text-cont {
    min-height: 10px;
  }
  h2 {
    font-size: 30px;
  }
  .scroll-top {
    right: 15px;
    bottom: 15px;
    top: auto;
  }
  .home-download .left-b {
    text-align: center;
    padding-left: 0;
  }
  .home-download .left-b img {
    max-width: 90%;
  }
  .text-step {
    padding-top: 45px !important;
    min-height: 10px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .top-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #51504d;
    margin-top: 1px;
    display: none;
  }
  .top-menu li {
    display: block;
    text-align: center;
  }
  .top-menu li a {
    line-height: 36px;
  }
  .top-menu .help-link a {
    padding: 0;
    background: #403f3b url(../images/icon_1-min.png) 95% center no-repeat;
  }
  .top-menu .help-link a:hover {
    background: #403f3b url(../images/icon_1-min.png) 95% center no-repeat;
  }
  .icon-menu {
    display: block;
  }
  .style-1 .cont-text {
    width: 100%;
  }
  .style-1 {
    background-position: right top;
  }
  .left-b,
  .right-b {
    float: none !important;
    width: 100%;
  }
  .text-cont:after {
    display: none !important;
  }
  .text-cont {
    margin-bottom: 30px;
  }
  .reverse-block h2 {
    margin-left: 0;
  }
  .blackwhite {
    padding-bottom: 50px;
  }
  .effect-block {
    display: block;
  }
  .left-block {
    width: 100%;
    padding-right: 0;
  }
  .cont-img {
    height: auto;
    padding-bottom: 20px;
  }
  .cont-img img {
    position: static;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
  }
  .right-block {
    width: 100%;
  }
  .link-effect {
    float: left;
    width: 49%;
  }
  .link-effect:nth-child(even) {
    margin-left: 2%;
  }
  .header-fixed .icon-menu {
    float: left;
    margin-left: 30px;
  }
  .header-fixed .top-menu {
    padding-left: 0;
  }
  .text-benefits {
    float: none;
    width: 100%;
    min-height: 20px;
    margin-bottom: 20px;
    padding: 45px 30px 15px 30px !important;
  }
  .img-benefits {
    position: static;
    transform: translateY(0);
    width: 100%;
    padding-bottom: 30px;
  }
  .home-purchase .left-c {
    width: 100%;
    float: none;
  }
  .support-block {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0 auto;
  }
  .top-sale {
    font-size: 10px;
    padding: 3px 3px;
  }
  .purchase-terms h2 {
    padding: 0 10px;
    text-align: center;
  }
  .quantity-review {
    left: 40px;
  }
  .rating-review {
    right: 40px;
  }
  .stars-container img {
    padding: 0 15px;
  }
  .article-item {
    width: 49%;
    margin-right: 2%;
  }
  .article-item:nth-child(4n) {
    margin-right: 2%;
  }
  .article-item:nth-child(2n) {
    margin-right: 0;
  }
  .action-screen .rigth-b h2 {
    padding-top: 0;
  }
  .block-content {
    margin-left: 0;
  }
  .img-help {
    margin-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .cont-text h1,
  .promo-block h2 {
    font-size: 53px;
  }
  footer .bottom-menu li a {
    font-size: 13px;
  }
  .link-category {
    font-size: 12px;
    background-size: 21px auto !important;
  }
  .link-effect {
    font-size: 14px;
  }
  .home-download .rigth-b {
    float: none;
    width: 100%;
  }
  .home-download .left-b {
    width: 100%;
    padding-top: 30px;
  }
  .home-download {
    background: #f3f2ee;
  }
  .item-about {
    border-right: 0;
  }
  .testimonials-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .version-item {
    margin-top: 0;
    width: 100%;
    margin-right: 0;
    max-width: 400px;
    margin: 0 auto 30px auto !important;
    float: none;
  }
  .purchase-item {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 50px auto !important;
  }
  .purchase-item:after {
    display: none !important;
  }
  .text-step {
    width: auto !important;
    float: none !important;
    margin-left: 20px;
    border-top: 2px solid #e6e1d1;
    border-bottom: none;
  }
  .img-step {
    width: auto !important;
    float: none !important;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 50px;
    border-right: 2px solid #e6e1d1;
  }
  .step-item {
    position: relative;
  }
  .step-item:before {
    content: '';
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: #e6e1d1 url(../images/last-step-min.png) center center no-repeat;
    font-size: 26px;
    color: #54534e;
    font-family: 'RobotoCondensedBold', sans-serif;
    line-height: 63px;
    font-weight: 600;
    position: absolute;
    bottom: -46.5px;
    right: -4.5px;
    display: none;
  }
  .step-item:nth-child(even):before {
    left: -4.5px;
    right: auto;
  }
  .step-item:last-child:before {
    display: block;
  }
  .step-list-style-1 .step-item:before {
    bottom: -46.5px;
    left: -4.5px;
    right: auto;
  }
  .step-list-style-1 .step-item:nth-child(even):before {
    right: -4.5px;
    left: auto;
  }
  .step-item:last-child .img-step {
    padding-bottom: 25px !important;
    position: relative;
  }
  .step-item:last-child .text-step:before {
    display: none !important;
  }
  .step-list-style-2 .step-item:nth-child(even) .text-step {
    margin-right: 20px;
    margin-left: 0;
  }
  .step-list-style-2 .step-item .img-step {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .step-list-style-2 .step-item:nth-child(even) .img-step {
    border-left: 2px solid #e6e1d1;
    border-right: 0;
    margin-left: 0;
    padding-left: 30px;
  }
  .step-list-style-3 .step-item:nth-child(even) .text-step {
    margin-right: 20px;
    margin-left: 0;
  }
  .step-list-style-3 .step-item .img-step {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .step-list-style-3 .step-item:nth-child(even) .img-step {
    border-left: 2px solid #e6e1d1;
    border-right: 0;
    margin-left: 0;
    padding-left: 30px;
  }
  .line {
    display: none !important;
  }
  .step-list-style-3 .step-item {
    margin-bottom: 0;
  }
  .quantity-review {
    left: 15px;
  }
  .rating-review {
    right: 15px;
  }
  .stars-container img {
    padding: 0 5px;
    width: 240px;
  }
  .two-column .column {
    width: 100%;
  }
  .block-content {
    width: 100%;
    margin: 0 auto;
  }
  .block-content:after {
    display: none;
  }
  .img-help {
    position: static;
    margin: 40px auto 0 auto;
    display: block;
    max-width: 90%;
  }
  .promo-help {
    padding: 50px 0 0 0;
  }
  .pop {
    position: absolute;
    top: 0;
    margin-top: 150px;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 580px) {
  header .logo {
    width: 230px;
  }
  header .logo img {
    width: 100%;
  }
  .icon-menu {
    margin-top: 25px;
  }
  .link-effect {
    width: 100%;
    margin-left: 0 !important;
  }
  .link-category {
    width: 50%;
    border-radius: 0;
  }
  .promo-block h2 {
    font-size: 40px;
  }
  footer .bottom-menu li a {
    line-height: 50px;
  }
  .header-fixed .logo {
    width: 40px;
  }
  .header-fixed .logo img {
    width: 100%;
  }
  .button-right .download-link {
    width: 150px;
    text-align: center;
    padding: 0;
    line-height: 40px;
  }
  .button-right p {
    font-size: 10px;
    padding-bottom: 5px;
  }
  .header-fixed .icon-menu {
    margin-top: 20px;
    margin-left: 20px;
  }
  .home-download h1 {
    font-size: 30px;
  }
  .item-about {
    display: block;
    margin-left: 0;
  }
  .home-download ul {
    margin-left: 0;
  }
  .purchase-terms h2 {
    width: 80%;
  }
  .home-steps .support-2 {
    font-size: 10px;
  }
  .entry-content blockquote {
    padding: 80px 30px;
  }
  .entry-content blockquote br {
    display: none;
  }
  .entry-content blockquote:after {
    top: 15px;
    left: 0;
  }
  .entry-content blockquote:before {
    bottom: 15px;
    right: 0;
  }
  .stars-container {
    padding-bottom: 70px;
  }
  .stars-container img {
    margin-top: 60px;
  }
  .coments-item {
    padding: 120px 30px 30px 30px;
  }
  .coments-item .name-town {
    width: auto;
  }
  .pagination li a,
  .pagination li span {
    width: 25px;
    height: 35px;
    line-height: 35px;
  }
  .before {
    left: 10px;
    top: 10px;
    width: 55px;
    line-height: 32px;
    font-size: 12px;
  }
  .after {
    right: 10px;
    top: 10px;
    width: 55px;
    line-height: 32px;
    font-size: 12px;
  }
  .effect-link {
    width: 33.3333%;
  }
  .article-item {
    width: 100%;
    margin-right: 0;
  }
  .article-item:nth-child(4n) {
    margin-right: 0;
  }
  .article-item:nth-child(2n) {
    margin-right: 0;
  }
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #cccdcf;
  background: #f4f4f4;
  font-family: 'Arimo', sans-serif;
  border-radius: 3px;
  padding-left: 10px;
  font-size: 13px;
  outline: none;
  color: #000;
  margin-bottom: 15px;
}
textarea {
  display: block;
  width: 100%;
  height: 90px;
  border: 1px solid #cccdcf;
  background: #f4f4f4;
  font-family: 'Arimo', sans-serif;
  border-radius: 3px;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 13px;
  outline: none;
  color: #000;
  margin-bottom: 15px;
}
input[type="submit"] {
  line-height: 45px;
  width: 200px;
  border-radius: 3px;
  background: #ffcc33;
  text-align: center;
  color: #333333;
  font-size: 12px;
  font-family: 'Arimo', sans-serif;
  text-decoration: none;
  display: block;
  margin: 0px auto 0 auto;
  text-transform: uppercase;
  transition: .3s;
  border: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-bottom: 1px solid #080b0f;
  position: relative;
  outline: none;
}
input[type="submit"]:hover {
  background: #ffd966;
}
::-webkit-input-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder {
  opacity: 0;
}
input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder {
  opacity: 0;
}
input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder {
  opacity: 0;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder {
  opacity: 0;
}
