* {
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    min-width: 320px;
    overflow-x: hidden;
    color: #707070;
    font: 400 14px Roboto, sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
}
body.no-scroll {
    overflow: hidden;
}
body,
html {
    height: 100%;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    line-height: 24px;
    font-size: 1rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
a {
	color: #888888 !important;
	text-decoration: none !important;
}
.svg-icon {
    display: block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrapped {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.wrap {
    max-width: 1165px;
    margin: 0 auto;
    padding: 0 15px;
    min-width: 290px;
    width: 100%;
}
main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    padding: 75px 0 40px;
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
    font-weight: 600;
    color: #000;
}
.title h1,
.title h2 {
    font-size: 40px;
}
.title h3,
.title h4,
.title h5,
.title h6 {
    font-size: 28px;
}
.header {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 70px;
    /* -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; */
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
}
.header .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon_button {
    position: relative;
    width: 34px;
    height: 34px;
    display: block;
    margin-right: 5px;
}
.icon_button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-position: center !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.icon_button.chrome:before {
    background: url(../img/icons/chrome.svg);
}
.icon_button.firefox:before {
    background: url(../img/icons/firefox.svg);
}
.icon_button.manual:before {
    background: url(../img/icons/ublock.svg);
}
.icon_button.edge:before {
    background: url(../img/icons/edgechromium.svg);
}
.icon_button.opera:before {
    background: url(../img/icons/opera.svg);
}
.editor p {
    margin-bottom: 0.9rem;
}
.text{color:#fff}
.alttext{color:#7a7a7a}
.btn {
    padding: 6px 24px;
    min-height: 47px;
    background: #000;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #000;
}
.btn:hover {
    background: #252525;
}
.btn.white {
    background-color: #fff;
    color: #000;
}
.btn.white:hover {
    background: #000;
    color: #fff;
}
.btn.white:hover .alttext {
    color: #fff;
}
img {
    -webkit-filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0);
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0);
}
.logo {
    max-width: 248px;
    display: inline-block;
}
.logo img {
    width: 100%;
	max-width: 200px;
}
.section-main {
    padding: 50px 0 0;
}
.section-main .title {
    text-align: center;
    margin-bottom: 34px;
}
.section-main .title h1 {
    margin-bottom: 15px;
}
.section-main .title h2 {
    font-size: 32px;
    color: #7a7a7a;
}
.section-main .action-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}
.section-main .action-btn .wrap-btn {
    padding: 0 10px;
}
/* .section-main .action-btn .wrap-btn:first-child .label {
    text-align: right;
}
.section-main .action-btn .wrap-btn:last-child .label {
    text-align: left;
} */
.section-main .action-btn .label {
    font-size: 13px;
    display: block;
    margin-top: 2px;
}
.section-main .screenshot-block {
    max-width: 685px;
    margin: 0 auto 30px;
}
.section-main .screenshot-block .img {
    position: relative;
    width: 100%;
    padding-bottom: 68.75%;
}
.section-main .screenshot-block .img img {
    position: absolute;
    left: 0;
    text-indent: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    border-radius: 6px;
}
.section-main .description {
    text-align: center;
}
.section-main .description p {
    font-style: italic;
}
.section-advantages {
    padding: 50px 0;
}
.section-advantages .list-advan {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
}
.section-advantages .list-advan .item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 0 10px 0;
    text-align: center;
}
.section-advantages .list-advan .item .img {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 18px;
}
.section-advantages .list-advan .item .img img {
    position: absolute;
    left: 0;
    text-indent: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.section-advantages .list-advan .item h2,
.section-advantages .list-advan .item h3,
.section-advantages .list-advan .item h4,
.section-advantages .list-advan .item h5,
.section-advantages .list-advan .item h6 {
    font-size: 28px;
    margin-bottom: 15px;
}
.section-seo .title {
    margin-bottom: 15px;
}
.section-seo .title h2,
.section-seo .title h3,
.section-seo .title h4,
.section-seo .title h5,
.section-seo .title h6 {
    color: #000;
}
.footer {
    padding: 25px 0 25px;
    background: #f9f9f9;
}
.footer .logo {
    max-width: 128px;
}
.footer .block-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer .block-lists .item {
    min-width: 165px;
    margin: 0 20px 0 0;
    position: relative;
}
.footer .block-lists .title-block {
    color: #000;
    margin-bottom: 12px;
    font-size: 16px;
}
.footer .block-lists ul li {
    margin-bottom: 15px;
}
.footer .block-lists ul li a {
    color: #7a7a7a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer .block-lists ul li a.link-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .block-lists ul li a.link-icon:before {
    content: "";
    display: block;
    background-position: center !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 0;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.footer .block-lists ul li a.link-icon.chrome:before {
    background: url(../img/icons/chrome.svg);
}
.footer .block-lists ul li a.link-icon.firefox:before {
    background: url(../img/icons/firefox.svg);
}
.footer .block-lists ul li a.link-icon.manual:before {
    background: url(../img/icons/ublock.svg);
}
.footer .block-lists ul li a.link-icon.edge:before {
    background: url(../img/icons/edgechromium.svg);
}
.footer .block-lists ul li a.link-icon.opera:before {
    background: url(../img/icons/opera.svg);
}
.footer .block-lists ul li a.link-icon:hover {
    color: #336;
}
.footer .block-lists .icon-holder {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    color: #696cff;
}

.footer .copyright {
    margin: 30px auto 0;
    text-align: center;
}
.footer .copyright p {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8em;
}
.footer .copyright a {
    color: #800000 !important;
}
.footer .copyright a:hover {
    text-decoration: underline !important;
}

.icon-flag {
    width: 18px;
    margin: 0 4px 0 0;
    border: 1px solid #999;
    opacity: 0.8;
}
.dropdown {
    margin: 7px 0 0 0;
    float: right;
}
.dropdown-container {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 111;
	background: #fff;
	border: 1px solid #d2d2d2;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s;
	width: 100%;
	margin: 5px 0 0 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.open .dropdown-container {
	visibility: visible;
	opacity: 1;
}
.btn-dropdown {
    display: inline-flex;
}
.btn-dropdown .icon-flag {
    margin: 0 1px 0 0;
}
.dropdown-item {width: 50%;float: left;}
.dropdown-item:last-child {
	border-bottom: none;
}
.dropdown-link {
	padding: 0 2px 0 6px;
	display: flex;
	align-items: center;
	font-size: 13px;
}
.dropdown-link:hover {
    text-decoration: underline !important;
}
.dropdown-link .flag-icon {
	margin: 0 5px 0 0;
}
.dropdown-link .dropdown-text {
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 28px;
}
.dropdown .icon-arrow {
    width: 8px;
}

.chrome-only {
    display: none;
}

@media (max-width: 767px) {
    .logo {
        max-width: 200px;
    }
    .footer .logo {
        max-width: 210px;
    }
    .footer .block-lists .item {
        width: 100%;
        margin: 0 0 20px;
    }
    .footer .block-lists .item:last-child {
        margin-bottom: 0;
    }
    .section-advantages .list-advan .item {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 0 10px 20px;
    }
    .title h1,
    .title h2 {
        font-size: 30px;
    }
    .title h3,
    .title h4,
    .title h5,
    .title h6 {
        font-size: 20px;
    }
    .section-main {
        padding: 30px 0 0;
    }
    .section-main .action-btn {
        margin-bottom: 35px;
    }
    .section-main .title h2 {
        font-size: 20px;
    }
    .section-advantages .list-advan .item .img {
        margin-bottom: 12px;
    }
    .section-advantages .list-advan .item h1,
    .section-advantages .list-advan .item h2,
    .section-advantages .list-advan .item h3,
    .section-advantages .list-advan .item h4,
    .section-advantages .list-advan .item h5,
    .section-advantages .list-advan .item h6 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .header .flex {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .flex .action {
        display: none;
    }
}
@media (max-width: 576px) {
    .section-main .action-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section-main .action-btn .wrap-btn {
        margin-bottom: 5px;
    }
    .section-main .action-btn .wrap-btn:last-child {
        margin-bottom: 0;
    }
    .section-main .action-btn .wrap-btn .btn {
        min-width: 210px;
    }
    .section-main .action-btn .wrap-btn .label {
        text-align: center !important;
    }
}
