html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
i,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
b,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
}
html,
body {
  height: 100%;
}
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
*:focus {
  outline: none;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
img {
  -ms-interpolation-mode: bicubic;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: none;
}
/*header,*/
section,
footer,
aside,
nav,
article {
  display: block;
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  font-weight: 400;
  background: #fff;
  color: #777;
  font-family: 'Open Sans', sans-serif;
}
.wrapper {
  width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .wrapper {
    width: 1000px;
  }
}
.btn {
  display: inline-block;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 700;
  font-size: 17px;
  vertical-align: middle;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.9;
}
.btn:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.btn-pink {
  background: #e98079;
  color: #fff;
}
.btn-pink.btn-chrome:before {
  background: url("../images/sprite-chrome.png") no-repeat;
  background-position: 0px 0px;
}
.btn-pink.btn-firefox:before {
  width: 32px;
  background: url("../images/sprite-firefox.png") no-repeat;
  background-position: 0px 0px;
}
.btn-pink.btn-opera:before {
  background: url("../images/sprite-opera.png") no-repeat;
  background-position: 0px 0px;
}
.btn-pink.btn-yandex:before {
  background: url("../images/sprite-yandex.png") no-repeat;
  background-position: 0px 0px;
}
.btn-white {
  background: #fff;
  color: #e98079;
}
.btn-white.btn-chrome:before {
  background: url("../images/sprite-chrome.png") no-repeat;
  background-position: 0px -30px;
}
.btn-white.btn-firefox:before {
  width: 32px;
  background: url("../images/sprite-firefox.png") no-repeat;
  background-position: 0px -30px;
}
.btn-white.btn-opera:before {
  background: url("../images/sprite-opera.png") no-repeat;
  background-position: 0px -30px;
}
.btn-white.btn-yandex:before {
  background: url("../images/sprite-yandex.png") no-repeat;
  background-position: 0px -30px;
}
.mt20 {
  margin-top: 20px;
}
img.left {
  float: left;
}
img.right {
  float: right;
}
section.bg-pink {
  background: #e98079;
  -webkit-box-shadow: inset 0px 9px 25px -5px rgba(50,50,50,0.4);
  -moz-box-shadow: inset 0px 9px 25px -5px rgba(50,50,50,0.4);
  -o-box-shadow: inset 0px 9px 25px -5px rgba(50,50,50,0.4);
  -ms-box-shadow: inset 0px 9px 25px -5px rgba(50,50,50,0.4);
  box-shadow: inset 0px 9px 25px -5px rgba(50,50,50,0.4);
  padding: 70px 0 60px;
}
section.bg-white {
  background: #fff;
  padding: 70px 0 60px;
}
section.inside-section {
  padding: 35px 0 60px;
}
.header {
  background: #fff;
  width: 100%;
  padding-top: 30px;
}
.header .logo {
  display: inline-block;
  width: 64px;
  height: 82px;
  background: url("../images/logo-2.png") no-repeat 0 0;
}
.header .logo-text {
	display: inline-block;
    vertical-align: top;
    margin-top: -9px;
}
.header .logo-text a {
	text-decoration: none;
}
.header .header-name {
	font-size: 38px;
	color: #3f3f3f;
}
.header span {
  font-size: 17px;
  margin-left: 5px;
  color: #777;
}
.features-container {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.features-title {
	display: table-cell;
	text-align: left;
    white-space: nowrap;
	vertical-align: middle;
    padding-bottom: 20px;
	font-size: 28px;
    color: #3f3f3f;
}
.features-list {
	display: table-cell;
	text-align: left;
}
.features-list > li {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 21px;
	color: #777777;
}
.features-list > li:before {
	display: inline-block;
	width: 15px;
	height: 12px;
	margin-right: 10px;
    margin-left: 30px;
	background: url("../images/checkmark.png") no-repeat 0 0;
	content: "";
}
.header .nav {
  float: right;
  margin-top: 25px;
}
.header .nav a {
  color: #777;
  font-size: 14px;
  display: inline-block;
  margin-left: 25px;
  text-decoration: none;
  line-height: 1.8;
  border-bottom: 1px solid transparent;
  transition: all .1s linear;
}
.header .nav a:hover {
	color: #e97e78;
	border-bottom: 1px solid #e97e78;
}
.header .nav a.btn-download {
	height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	border: none;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #e97e78;
	border-radius: 4px;
	transition: all .1s linear;
}

.header .nav a.btn-download:hover {
	opacity: 0.9;
}

.section-1 {
  width: 100%;
  text-align: center;
}
.section-1 p {
  font-size: 20px;
  line-height: 26px;
  padding: 0 100px;
  margin-bottom: 40px;
}
.section-1 .another-block {
  margin: 15px 0 25px 0;
}
.section-1 .another-block span {
  font-size: 17px;
  vertical-align: middle;
}
.section-1 .another-block ul {
  display: inline-block;
  vertical-align: middle;
}
.section-1 .another-block li {
  float: left;
}
.section-1 .another-block li a {
  display: inline-block;
  width: 33px;
  height: 30px;
  margin-left: 10px;
  background: url("../images/sprite-another.png") no-repeat;
}
.section-1 .another-block li a.chrome {
  background-position: -1px -93px;
}
.section-1 .another-block li a.firefox {
  background-position: 0px 0px;
}
.section-1 .another-block li a.opera {
  background-position: -1px -31px;
}
.section-1 .another-block li a.yandex {
  background-position: -1px -125px;
}
.section-2,
.section-4,
.section-6 {
  vertical-align: middle;
  width: 100%;
}
.section-2 .wrapper img,
.section-4 .wrapper img,
.section-6 .wrapper img {
  margin-right: 75px;
}
.section-2 .wrapper div,
.section-4 .wrapper div,
.section-6 .wrapper div {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.section-2 .wrapper div span,
.section-4 .wrapper div span,
.section-6 .wrapper div span {
  color: #fff;
  font-size: 38px;
}
.section-2 .wrapper div p,
.section-4 .wrapper div p,
.section-6 .wrapper div p {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}
.section-2 .wrapper .left,
.section-4 .wrapper .left,
.section-6 .wrapper .left {
  text-align: right;
}
.section-3,
.section-5,
.section-7 {
  width: 100%;
  text-align: center;
}
.section-3 .wrapper span,
.section-5 .wrapper span,
.section-7 .wrapper span {
  color: #777;
  font-size: 38px;
}
.section-3 .wrapper p,
.section-5 .wrapper p,
.section-7 .wrapper p {
  color: #777;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.section-8 {
  width: 100%;
  text-align: center;
}
.section-8 .wrapper span {
  color: #fff;
  font-size: 48px;
  display: block;
  margin-bottom: 30px;
}
.section-faq {
  overflow: hidden;
}
.section-faq .h1 {
  color: #000;
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
.section-faq .faq-list {
  overflow: hidden;
  margin-bottom: 50px;
}
.section-faq .faq-list.last-child {
  margin-bottom: 0;
}
.section-faq .faq-item {
  padding-left: 30px;
  text-align: left;
}
.section-faq .faq-item span {
  color: #d94b2d;
  font-size: 28px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 25px;
}
.section-faq .faq-item span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #d94b2d;
  width: 15px;
  margin-right: 18px;
  height: 5px;
}
.section-faq .faq-item .toggle-faq-info {
  display: none;
  width: 745px;
  text-align: left;
  /*margin-bottom: 35px;*/
  padding-left: 35px;
}
.section-faq .faq-item .toggle-faq-info p {
  color: #333;
  line-height: 18px;
  font-size: 16px;
  padding: 0;
  margin-bottom: 30px;
}
.section-faq .faq-item .toggle-faq-info a {
  color: #d94b2d;
}
.section-faq .faq-item .toggle-faq-info .faq-img {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.footer {
  width: 100%;
  background: #e98079;
  text-align: center;
  padding: 10px 0;
  position: relative;
  top: -5px;
}
.footer span,
.footer a {
  color: #fff;
  font-size: 12px;
}
#home-vid {
	width: 904px;
	height: 512px;
}
.main-wrapper {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.sad-icon {
  width: 50px;
  height: 51px;
  margin: 3px auto 6px;
  background: url("../images/sad.png") no-repeat;
}

.uninstall-title {
  margin-bottom: 7px;
  font-size: 38px;
  line-height: 1.2;
  color: #3f3f3f;
  text-align: center;
}

.uninstall-subtitle {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 1.2;
  color: #777;
  text-align: center;
}

.uninstall-reason {
  display: none;
}

.reason-content {
  display: none;
  padding-left: 46px;
  padding-right: 74px;
  padding-bottom: 29px;
}

.uninstall-reason:checked + .uninstall-label-title + .reason-content {
  display: block;
}

.reason-container {
  border: 1px solid #e6e6e6;
}

.uninstall-label-title {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 9px;
  padding: 11px 80px 11px 88px;
  font-size: 24px;
  line-height: 1.2;
  color: #3f3f3f;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.uninstall-label-title:before {
  position: absolute;
  top: 50%;
  left: 48px;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #3f3f3f;
  -webkit-transition: all .2s linear;
  transition: all .1s linear;
  content: "";
}

.uninstall-reason:checked + .uninstall-label-title:before {
  background-color: #3f3f3f;
}

.uninstall-label-title:after {
  position: absolute;
  top: 48%;
  right: 44px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 9px;
  background: url("../images/arrow.png") no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "";
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.uninstall-reason:checked + .uninstall-label-title:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.reason-title {
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #3f3f3f;
}

.reasons-list > li {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
  color: #777;
}

.reasons-list > li:last-child {
  margin-bottom: 14px;
}

.reasons-list > li > strong {
  font-weight: 700;
}

.add-again-container {
  text-align: justify;
}

.add-again-container:after {
  display: inline-block;
  width: 100%;
  content: '';
}

.add-again-text {
  display: inline-block;
  vertical-align: middle;
}

.rating-text {
  font-size: 16px;
  line-height: 20px;
  color: #3f3f3f;
}

.add-again-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 22px 10px 20px 40px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #e98079 url("../images/chrome.png") no-repeat 8px 50%;
  border-radius: 5px;
}

.add-again-btn.btn:before {
	width: 0;
    height: 0;
}

.send-reason-btn {
  display: block;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 95px;
  font-size: 12px;
  color: #e98079;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #e98079;
  border-radius: 5px;
  cursor: pointer;
  transition: all .1s linear;
}

.send-reason-btn.disabled {
	border: none;
	color: #000;
	background: #ebebeb;
	cursor: default;
}

.send-reason-btn:focus {
  outline: none;
}

.send-reason-btn:hover {
  color: #fff;
  background-color: #e98079;
}

.send-reason-btn.disabled:hover {
	color: #000;
	background: #ebebeb;
}

.reason-text {
  font-size: 16px;
  line-height: 24px;
  color: #777;
}

.reason-img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 15px auto 30px auto;
}

.other-reason {
  width: 100%;
  min-height: 210px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1.2;
  border: 1px solid #e6e6e6;
  resize: vertical;
}

.other-reason:focus {
  outline: none;
}

.other-reason::-webkit-input-placeholder {font-family: 'Open Sans', sans-serif; font-size: 16px; color:#e6e6e6;}
.other-reason::-moz-placeholder          {font-family: 'Open Sans', sans-serif; font-size: 16px; color:#e6e6e6;}/* Firefox 19+ */
.other-reason:-moz-placeholder           {font-family: 'Open Sans', sans-serif; font-size: 16px; color:#e6e6e6;}/* Firefox 18- */
.other-reason:-ms-input-placeholder      {font-family: 'Open Sans', sans-serif; font-size: 16px; color:#e6e6e6;}

.travolta-gif {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.feedback-text {
	margin: 0 auto;
    width: 100%;
    max-width: 870px;
	padding-top: 80px;
	font-size: 21px;
	color: #777;
	line-height: 30px;
	text-align: center;
}

.feedback-text > a {
	color: #e97e78;
	text-decoration: underline;
}

.feedback-text > a:hover {
	text-decoration: none;
}

.feedback-form {
  width: 420px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center;
}

.feedback-form label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.2;
  color: #777;
  text-align: left;
}

.feedback-mail-container {
  margin-bottom: 30px;
}

.feedback-mail {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 38px;
  color: #000;
  border: 1px solid #777;
}

/*.feedback-mail:focus:invalid {
  border-color: #e97e78;
}

.feedback-mail:valid {
  border-color: #5bd169;
}*/

.feedback-textarea {
  display: block;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  resize: vertical;
  border: 1px solid #777;
}

.feedback-textarea::-webkit-input-placeholder {font-family: "Open Sans", sans-serif; font-size: 15px; color: #a6a6a6;}
.feedback-textarea::-moz-placeholder          {font-family: "Open Sans", sans-serif; font-size: 15px; color: #a6a6a6;}
.feedback-textarea:-moz-placeholder           {font-family: "Open Sans", sans-serif; font-size: 15px; color: #a6a6a6;}
.feedback-textarea:-ms-input-placeholder      {font-family: "Open Sans", sans-serif; font-size: 15px; color: #a6a6a6;}

.feedback-btn {
  height: 48px;
  margin-top: 20px;
  padding-left: 63px;
  padding-right: 63px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  background-color: rgb(233, 128, 121);
  border: none;
  box-shadow: none;
  transition: all .1s linear;
  cursor: pointer;
}
.feedback-btn.disabled {
	border: none;
	color: #000;
	background: #ebebeb;
	cursor: default;
}
.feedback-btn:hover {
  opacity: 0.9;
}
form.uninstall-form {
	margin-bottom: 60px;
}
div.langs {
	display: inline-block;
    margin-left: 25px;
    margin-right: 10px;
    text-decoration: none;
    line-height: 1.8;
    border-bottom: 1px solid transparent;
    transition: all .1s linear;
    cursor: pointer;
    position: relative;
}
ul.langmenu {
	display: none;
    position: absolute;
    padding-top: 5px;
}
ul.langmenu li a {
	margin-left: 0px !important;
	font-size: 14px !important;
}
div.langs div.active {
	font-size: 14px !important;
} 
div.langs div.active i {
	background: url(../images/arrow.png);
    background-size: cover;
	position: absolute;
    display: block;
    width: 10px;
    height: 6px;
    right: -20px;
    top: 10px;
    
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
div.langs:hover ul.langmenu {
	display: block;
}
div.langs:hover div.active i {
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.feedback-success {
	display: none;
	text-align: center;
    font-size: 24px;
    font-weight: 600;
}