a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

body {
    background-color: #fff;
    font-family: 'Heebo', sans-serif!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #020149;
    margin: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
img,
label,
p {
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
i {
	font-style:italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

:after,
:before {
    content: '';
    display: none
}

::selection {
    background: #1944d3;
    color: #fff
}

img {
    margin: 0;
    display: block;
    user-select: none
}

.wrapper {
    width: 100%;
    overflow: hidden
}

.container {
    max-width: 1176px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    flex: 0 0 1176px
}

@media only screen and (max-width:1176px) {
    .container {
        flex: 0 0 100%
    }
}

.section-margin {
    margin: 0 0 50px
}

@media only screen and (max-width:1024px) {
    .section-margin {
        margin: 0 0 40px
    }
}

@media only screen and (max-width:768px) {
    .section-margin {
        margin: 0 0 30px
    }
}

@media only screen and (max-width:560px) {
    .section-margin {
        margin: 0 0 24px
    }
}

.clearfix:after {
    clear: both;
    display: table
}

input[type=email],
input[type=tel],
input[type=text] {
    padding: 0 25px
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    transition: .4s ease;
    border: 0;
    border-radius: 12px;
    background-color: #fff;
    height: 64px;
    font-family: 'Heebo', sans-serif!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 64px;
    color: #020149;
    outline: 0;
    margin: 0;
    box-shadow: none!important;
    -webkit-appearance: none
}

@media only screen and (max-width:1024px) {
    input[type=email],
    input[type=tel],
    input[type=text],
    textarea {
        height: 54px;
        font-size: 16px;
        line-height: 54px
    }
}

@media only screen and (max-width:768px) {
    input[type=email],
    input[type=tel],
    input[type=text],
    textarea {
        height: 48px;
        line-height: 48px
    }
}

input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
    border: 0;
    background-color: #fff
}

textarea {
    resize: none;
    padding: 10px 25px
}

::-webkit-input-placeholder {
    color: #c5cccb!important;
    opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
    color: #c5cccb!important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #c5cccb!important;
    opacity: 1
}

button {
   /* transition: .4s ease; */
    border: 0;
    border-radius: 12px;
    background-color: transparent;
    height: 64px;
    font-family: 'Heebo', sans-serif!important;
    font-weight: 800;
    cursor: pointer;
    overflow: hidden;
    -webkit-appearance: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

@media only screen and (max-width:1024px) {
    button {
        height: 54px
    }
}

@media only screen and (max-width:768px) {
    button {
        height: 48px
    }
}

.btn:after,
.btn:before {
    transition: .4s ease;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.btn:before {
    background: #335cff;
    background: -webkit-gradient(left top, right top, color-stop(0%, #335cff), color-stop(100%, #103dc5));
    background: linear-gradient(to right, #335cff 0%, #103dc5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#335cff', endColorstr='#103dc5', GradientType=1);
    z-index: 25
}

.btn:after {
    background: #103dc5;
    background: -webkit-gradient(left top, right top, color-stop(0%, #103dc5), color-stop(100%, #183090));
    background: linear-gradient(to right, #103dc5 0%, #183090 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#103dc5', endColorstr='#183090', GradientType=1);
    opacity: 0;
    z-index: 50
}

button img,
button span {
    position: relative;
    z-index: 75
}

button img {
    width: 16px;
    margin: 0 9px 0 0
}

button span {
    font-size: 18px;
    font-weight: 800;
    line-height: 64px
}

@media only screen and (max-width:1024px) {
    button span {
        line-height: 54px
    }
}

@media only screen and (max-width:768px) {
    button span {
        line-height: 48px
    }
}

.btn:hover,
button,
button:hover {
    color: #fff
}

.btn:hover:after,
button:hover:after {
    opacity: 1
}

button.send {
    height: 56px;
    padding: 0 30px
}

@media only screen and (max-width:1024px) {
    button.send {
        height: 54px
    }
}

@media only screen and (max-width:768px) {
    button.send {
        height: 48px
    }
}

.btn,
button.send span {
    line-height: 56px
}

@media only screen and (max-width:1024px) {
    button.send span {
        line-height: 54px
    }
}

@media only screen and (max-width:768px) {
    button.send span {
        line-height: 48px
    }
}

label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 10px;
    display: block
}

.btn {
    border-radius: 12px;
    background-color: transparent;
    height: 56px;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding: 0 32px;
    display: inline-block
}

@media only screen and (max-width:1024px) {
    .btn {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        padding: 0 24px
    }
}

@media only screen and (max-width:560px) {
    .btn {
        height: 44px;
        font-size: 14px;
        line-height: 44px;
        padding: 0 20px
    }
}

.btn,
.btn span,
a {
    position: relative
}

.btn span {
    z-index: 75
}

.btn--secondary {
    border: 2px solid #1944d3;
    color: #1944d3;
    line-height: 52px;
    padding: 0 30px
}

@media only screen and (max-width:1024px) {
    .btn--secondary {
        line-height: 48px;
        padding: 0 24px
    }
}

@media only screen and (max-width:560px) {
    .btn--secondary {
        line-height: 40px;
        padding: 0 20px
    }
}

.btn--secondary:after,
.btn--secondary:before {
    display: none
}

.btn--secondary:hover {
    border-color: #020149;
    color: #020149
}

a {
    transition: .4s ease;
    text-decoration: none
}

a:hover {
    color: #020149
}

.header__languages .languages__others ul li a:hover,
a,
a.link,
a.link:hover {
    color: #1944d3
}

.extension-softwares__body .body__item .item__list ul li a span:after,
a.link:after {
    transition: .4s ease;
    background-color: #1944d3;
    width: 100%;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0
}

.extension-softwares__body .body__item .item__list ul li a:hover span:after,
a.link:hover:after {
    opacity: 1;
    bottom: 3px
}

h1,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    position: relative
}

h2,
h4 {
    line-height: normal
}

h2 {
    font-weight: 900;
    font-size: 48px
}

h1 {
    font-size: 40px;
    line-height: 50px
}

@media only screen and (max-width:1176px) {
    h1 {
        font-size: 38px;
        line-height: 48px
    }
}

@media only screen and (max-width:1024px) {
    h1 {
        font-size: 36px;
        line-height: 46px
    }
}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 32px;
        line-height: 40px
    }
}

@media only screen and (max-width:560px) {
    h1 {
        font-size: 28px;
        line-height: 36px
    }
}

@media only screen and (max-width:1176px) {
    h2 {
        font-size: 42px
    }
}

@media only screen and (max-width:1024px) {
    h2 {
        font-size: 36px
    }
}

@media only screen and (max-width:768px) {
    h2 {
        font-size: 32px;
        font-weight: 800
    }
}

@media only screen and (max-width:560px) {
    h2 {
        font-size: 28px
    }
}

h4 {
    font-size: 22px
}

@media only screen and (max-width:1176px) {
    h4 {
        font-size: 20px
    }
}

@media only screen and (max-width:768px) {
    h4 {
        font-size: 18px
    }
}

@media only screen and (max-width:560px) {
    h4 {
        font-size: 16px
    }
}

h5,
p {
    font-size: 18px;
    line-height: 30px
}

h6 {
    font-size: 12px;
    line-height: 16px
}

h2,
p {
    margin: 0
}

@media only screen and (max-width:1176px) {
    p {
        font-size: 16px;
        line-height: 28px
    }
}

@media only screen and (max-width:768px) {
    p {
        font-size: 14px;
        line-height: 26px
    }
}

h2,
ul li {
    position: relative
}

b,
strong {
    font-weight: 700
}

.c:after {
    clear: both;
    display: table
}

.c h1,
.c h2,
.c h3,
.c h4,
.c h5,
.c h6 {
    font-weight: 400
}

.c p,
.home-search h2 {
    margin: 0 0 30px
}

.c p {
    text-align: justify
}

@media only screen and (max-width:1024px) {
    .c p {
        margin: 0 0 20px
    }
}

.c>:last-child {
    margin: 0
}

.header {
    width: 100%;
    height: 104px;
    display: flex;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0
}

@media only screen and (max-width:1176px) {
    .header {
        height: 94px
    }
}

@media only screen and (max-width:768px) {
    .header {
        height: 84px
    }
}

.header .container {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.header__logo {
    padding: 2px 0 0;
    flex: 0 0 158px
}

@media only screen and (max-width:560px) {
    .header__logo {
        flex: 0 0 140px
    }
}

.header__logo a img {
    width: 100%
}

.header__form {
    margin: 0 auto 0 130px
}

@media only screen and (max-width:1176px) {
    .header__form {
        margin: 0 auto 0 65px
    }
}

@media only screen and (max-width:1024px) {
    .header__form {
        margin: 0 auto 0 50px
    }
}

@media only screen and (max-width:768px) {
    .header__form {
        transition: .4s ease;
        background-color: #fff;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        margin: 0;
        padding: 0 65px 0 25px;
        align-items: center;
        display: flex;
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0
    }
}

.header__form .form__close {
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 25px
}

@media only screen and (max-width:768px) {
    .header__form .form__close {
        display: block
    }
}

.header__form .form__close img {
    width: 16px
}

@media only screen and (max-width:768px) {
    .header__form.visible {
        opacity: 1;
        pointer-events: auto
    }
}

.header__form-trigger {
    cursor: pointer;
    margin: 0 25px 0 auto;
    display: none
}

@media only screen and (max-width:768px) {
    .header__form-trigger {
        display: block
    }
}

@media only screen and (max-width:560px) {
    .header__form-trigger {
        margin: 0 20px 0 auto
    }
}

.header__form-trigger img {
    width: 20px
}

.header__languages {
    flex: 0 0 212px;
    position: relative
}

@media only screen and (max-width:1024px) {
    .header__languages {
        flex: 0 0 190px
    }
}

@media only screen and (max-width:768px) {
    .header__languages {
        flex: 0 0 170px
    }
}

@media only screen and (max-width:560px) {
    .header__languages {
        flex: 0 0 125px
    }
}

.header__languages .languages__current {
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    height: 40px;
    cursor: pointer;
    padding: 0 13px 0 15px;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.header__languages .languages__current span {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #8a8a99
}

@media only screen and (max-width:560px) {
    .header__languages .languages__current span.desktop {
        display: none
    }
}

.header__languages .languages__current span.mobile {
    display: none
}

@media only screen and (max-width:560px) {
    .header__languages .languages__current span.mobile {
        display: block
    }
}

.header__languages .languages__current img {
    width: 12px
}

.header__languages .languages__others {
    transition: .4s ease;
    border-radius: 12px;
    background-color: #d8d8d8;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0
}

.header__languages .languages__others ul {
    padding: 17px
}

.header__languages .languages__others ul li+li {
    margin: 7px 0 0
}

.header__languages .languages__others ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #8a8a99;
    display: inline-block
}

.header__languages .languages__others ul li.active a {
    color: #020149
}

.header__languages .languages__others.visible {
    opacity: 1;
    pointer-events: auto
}

.header--subpage {
    border-bottom: 1px solid rgba(197, 204, 203, .5);
    background-color: #fff;
    height: 112px;
    position: relative;
    top: auto;
    left: auto
}

@media only screen and (max-width:1176px) {
    .header--subpage {
        height: 94px
    }
}

@media only screen and (max-width:768px) {
    .header--subpage {
        height: 84px
    }
}

.form {
    box-shadow: 0 0 44px 0 rgba(2, 1, 73, .06);
    display: flex
}

.form input[type=text] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex: 1 1 auto
}

.form button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex: 0 0 130px
}

.search_btn {
	
	background: #335cff;
	background: -webkit-gradient(left top, right top, color-stop(0%, #335cff), color-stop(100%, #103dc5));
	background: linear-gradient(to right, #335cff 0%, #103dc5 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#335cff', endColorstr='#103dc5', GradientType=1);
	z-index: 25
	
	
}

.search_btn:hover {
	
    background: #103dc5;
}


@media only screen and (max-width:560px) {
    .form button {
        flex: 0 0 60px
    }
    .form button span {
        display: none
    }
    .form button img {
        margin: 0
    }
}

.form--header {
    box-shadow: 0 0 0 0 transparent
}

@media only screen and (max-width:768px) {
    .form--header {
        width: 100%
    }
}

.form--header input[type=text] {
    border: 1px solid rgba(197, 204, 203, .5);
    border-right: 0;
    background-color: #fafafa;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    flex: 0 0 296px
}

@media only screen and (max-width:1176px) {
    .form--header input[type=text] {
        height: 40px;
        line-height: 40px
    }
}

@media only screen and (max-width:1024px) {
    .form--header input[type=text] {
        flex: 0 0 240px
    }
}

@media only screen and (max-width:768px) {
    .form--header input[type=text] {
        flex: 0 0 calc(100% - 50px)
    }
}

.form--header button {
    height: 48px;
    flex: 0 0 64px
}

@media only screen and (max-width:1176px) {
    .form--header button {
        height: 40px;
        flex: 0 0 50px
    }
}

.form--header button img {
    margin: 0
}

.section-title {
    margin: 0 0 26px;
    position: relative
}

.section-title h4:after,
.section-title:after {
    background-color: #c5cccb;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

.section-title h4 {
    padding: 0 0 22px;
    display: inline-block
}

.section-title h4:after {
    background-color: #f4bfaa;
    z-index: 25
}

.section-title--lead h4:after {
    background-color: #020149
}

.section-title--red h4:after {
    background-color: #f94848
}

.extension-details__body .body__main figure img,
.extension-how-open figure img,
.extension-softwares__body .body__item .item__list ul li a figure img,
.extension-softwares__body .body__item .item__soft figure,
.home-extensions__item .item__body ul li a .body__icon img,
.section-title--full h4 {
    width: 100%
}

.footer {
    border-top: 1px solid #c5cccb;
    background-color: #fafafa;
    padding: 48px 0
}

@media only screen and (max-width:1176px) {
    .footer {
        padding: 40px 0
    }
}

@media only screen and (max-width:1024px) {
    .footer {
        padding: 35px 0
    }
}

@media only screen and (max-width:768px) {
    .footer {
        padding: 30px 0
    }
}

@media only screen and (max-width:560px) {
    .footer {
        padding: 25px 0
    }
}

.concept__copy h1,
.footer__menu {
    margin: 0 0 20px
}

@media only screen and (max-width:1176px) {
    .footer__menu {
        margin: 0 0 15px
    }
}

@media only screen and (max-width:1024px) {
    .footer__menu {
        margin: 0 0 10px
    }
}

@media only screen and (max-width:768px) {
    .footer__menu {
        margin: 0 0 5px
    }
}

.footer__menu ul {
    flex-wrap: wrap;
    display: flex
}

@media only screen and (max-width:768px) {
    .footer__menu ul {
        justify-content: center
    }
    .footer__menu ul li {
        margin: 0 10px
    }
}

.footer__menu ul li+li {
    margin: 0 0 0 34px
}

@media only screen and (max-width:1176px) {
    .footer__menu ul li+li {
        margin: 0 0 0 30px
    }
}

@media only screen and (max-width:1024px) {
    .footer__menu ul li+li {
        margin: 0 0 0 25px
    }
}

@media only screen and (max-width:768px) {
    .footer__menu ul li+li {
        margin: 0 10px
    }
}

.footer__menu ul li a {
    font-size: 16px;
    line-height: 28px;
    color: #020149
}

@media only screen and (max-width:768px) {
    .footer__menu ul li a {
        font-size: 14px;
        line-height: 26px
    }
}

.footer__menu ul li a:hover {
    color: #1944d3
}

.footer__copy {
    font-size: 14px;
    line-height: 26px;
    color: #8a8a99
}

@media only screen and (max-width:768px) {
    .footer__copy {
        text-align: center
    }
}

.concept {
    background-size: cover;
    background-position: center center;
    min-height: 260px;
    color: #fff;
    padding: 40px 0;
    justify-content: center;
    align-items: center;
    display: flex
}

@media only screen and (max-width:1024px) {
    .concept {
        min-height: 240px;
        padding: 35px 0
    }
}

@media only screen and (max-width:768px) {
    .concept {
        min-height: 220px;
        padding: 30px 0
    }
}

.concept__copy {
    max-width: 750px
}

@media only screen and (max-width:1024px) {
    .concept__copy {
        max-width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .concept__copy h1 {
        margin: 0 0 15px
    }
}

@media only screen and (max-width:768px) {
    .concept__copy h1 {
        margin: 0 0 10px
    }
}

.concept__copy p {
    font-size: 20px;
    line-height: 34px
}

@media only screen and (max-width:1176px) {
    .concept__copy p {
        font-size: 18px;
        line-height: 30px
    }
}

@media only screen and (max-width:768px) {
    .concept__copy p {
        font-size: 16px;
        line-height: 26px
    }
}

@media only screen and (max-width:560px) {
    .concept__copy p {
        font-size: 14px;
        line-height: 24px
    }
}

.concept--lead {
    color: #020149
}

.page-title {
    margin: 0 0 26px
}

.page-title h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: normal
}

@media only screen and (max-width:1176px) {
    .page-title h1 {
        font-size: 42px
    }
}

@media only screen and (max-width:1024px) {
    .page-title h1 {
        font-size: 36px
    }
}

@media only screen and (max-width:768px) {
    .page-title h1 {
        font-size: 32px;
        font-weight: 800
    }
}

@media only screen and (max-width:560px) {
    .page-title h1 {
        font-size: 28px
    }
}

.kv {
    background: #d9fffc;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #d9fffc), color-stop(47%, #f4f5ef), color-stop(100%, #f9e7e3));
    background: linear-gradient(135deg, #d9fffc 0%, #f4f5ef 47%, #f9e7e3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9fffc', endColorstr='#f9e7e3', GradientType=1);
    padding: 132px 0 32px
}

@media only screen and (max-width:1176px) {
    .kv {
        padding: 122px 0 32px
    }
}

@media only screen and (max-width:1024px) {
    .kv {
        padding: 110px 0 30px
    }
}

@media only screen and (max-width:768px) {
    .kv {
        padding: 105px 0 30px
    }
}

@media only screen and (max-width:560px) {
    .kv {
        padding: 100px 0 25px
    }
}

.kv__top {
    margin: 0 0 95px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    display: flex
}

@media only screen and (max-width:1176px) {
    .kv__top {
        margin: 0 0 80px
    }
}

@media only screen and (max-width:1024px) {
    .kv__top {
        margin: 0 0 55px
    }
}

@media only screen and (max-width:768px) {
    .kv__top {
        margin: 0 0 50px
    }
}

@media only screen and (max-width:560px) {
    .kv__top {
        margin: 0 0 45px
    }
}

.home-search {
    flex: 0 0 560px
}

@media only screen and (max-width:1176px) {
    .home-search {
        flex: 0 0 500px
    }
}

@media only screen and (max-width:1024px) {
    .home-search {
        margin: 0 0 35px;
        flex: 0 0 100%
    }
}

@media only screen and (max-width:768px) {
    .home-search {
        margin: 0 0 30px
    }
}

@media only screen and (max-width:1176px) {
    .home-search h2 {
        margin: 0 0 20px
    }
}

@media only screen and (max-width:768px) {
    .home-search h2 {
        margin: 0 0 15px
    }
}

.home-alphabet {
    flex: 0 0 385px
}

@media only screen and (max-width:1024px) {
    .home-alphabet {
        flex: 0 0 100%
    }
}

.home-alphabet ul {
    margin: 0 -12px -12px 0;
    flex-wrap: wrap;
    display: flex
}

@media only screen and (max-width:1176px) {
    .home-alphabet ul {
        margin: 0 -10px -10px 0
    }
}

.home-alphabet ul li {
    margin: 0 12px 12px 0
}

@media only screen and (max-width:1176px) {
    .home-alphabet ul li {
        margin: 0 12px 10px 0
    }
}

@media only screen and (max-width:1024px) {
    .home-alphabet ul li {
        margin: 0 10px 10px 0
    }
}

.home-alphabet ul li a {
    box-shadow: 0 0 44px 0 rgba(2, 1, 73, .06);
    border-radius: 50%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
    color: #1944d3;
    display: block
}

@media only screen and (max-width:560px) {
    .home-alphabet ul li a {
        width: 36px;
        height: 36px;
        font-size: 16px;
        font-weight: 800;
        line-height: 36px
    }
}

.home-alphabet ul li a:hover {
    background-color: #1944d3;
    color: #fff
}

.home-extensions {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex
}

.home-extensions__item {
    flex: 0 0 calc(33.3334% - 16px)
}

@media only screen and (max-width:1024px) {
    .home-extensions__item {
        flex: 0 0 calc(50% - 12px)
    }
}

@media only screen and (max-width:768px) {
    .home-extensions__item {
        flex: 0 0 100%
    }
}

@media only screen and (max-width:1024px) {
    .home-extensions__item:last-child {
        margin: 16px 0 0;
        flex: 0 0 100%
    }
}

@media only screen and (max-width:768px) {
    .home-extensions__item+.home-extensions__item {
        margin: 16px 0 0
    }
}

.home-extensions__item .item__header {
    padding: 0 17px 17px;
    align-items: center;
    display: flex
}

.home-extensions__item .item__header img {
    width: 14px;
    margin: 0 11px 0 0
}

.home-extensions__item .item__header h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8a8a99;
    padding: 2px 0 0
}

.home-extensions__item .item__body {
    border-radius: 12px;
    background-color: #fff;
    padding: 8px 0
}

.home-extensions__item .item__body ul {
    margin: 0 0 10px
}

.home-extensions__item .item__body ul li a {
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.home-extensions__item .item__body ul li a .body__extension {
    border-radius: 12px;
    background-color: #fff8f4;
    height: 40px;
    font-size: 20px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
    color: #1944d3;
    flex: 0 0 120px;
	white-space: nowrap;
	-o-text-overflow:ellipsis;
	-moz-tex-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;	
}

@media only screen and (max-width:1176px) {
    .home-extensions__item .item__body ul li a .body__extension {
        height: 36px;
        font-size: 18px;
        font-weight: 800;
        line-height: 36px;
        flex: 0 0 90px
    }
}

@media only screen and (max-width:768px) {
    .home-extensions__item .item__body ul li a .body__extension {
        height: 34px;
        font-size: 16px;
        line-height: 34px;
        flex: 0 0 70px
    }
}

.home-extensions__item .item__body ul li a .body__description {
    font-size: 16px;
    line-height: 24px;
    color: #8a8a99;
    margin: 0 auto 0 0;
    padding: 0 0 0 16px;
    flex: 1 1 auto
}

@media only screen and (max-width:1176px) {
    .home-extensions__item .item__body ul li a .body__description {
        padding: 0 0 0 12px
    }
}

@media only screen and (max-width:768px) {
    .home-extensions__item .item__body ul li a .body__description {
        font-size: 14px;
        line-height: 22px
    }
}

.home-extensions__item .item__body ul li a .body__icon {
    flex: 0 0 20px
}

@media only screen and (max-width:1176px) {
    .home-extensions__item .item__body ul li a .body__icon {
        flex: 0 0 18px
    }
}

.home-extensions__item .item__body ul li a:hover {
    background-color: #f7f7f7
}

.home-extensions__item .item__body .body__link {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    margin: 0 0 10px;
    padding: 0 16px
}

@media only screen and (max-width:768px) {
    .home-extensions__item .item__body .body__link {
        font-size: 14px;
        line-height: 22px
    }
}

.home-text-boxes .text-boxes__body {
    padding: 80px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex
}

@media only screen and (max-width:1176px) {
    .home-text-boxes .text-boxes__body {
        padding: 70px 0
    }
}

@media only screen and (max-width:1024px) {
    .home-text-boxes .text-boxes__body {
        padding: 55px 0 60px
    }
}

@media only screen and (max-width:768px) {
    .home-text-boxes .text-boxes__body {
        padding: 50px 0 55px
    }
}

@media only screen and (max-width:560px) {
    .home-text-boxes .text-boxes__body {
        padding: 45px 0 50px
    }
}

.home-text-boxes .text-boxes__body .body__item {
    padding: 24px 20px 36px 0;
    flex: 0 0 calc(50% - 12px)
}

@media only screen and (max-width:1024px) {
    .home-text-boxes .text-boxes__body .body__item {
        padding: 0 0 36px;
        flex: 0 0 100%
    }
}

.home-text-boxes .text-boxes__body .body__item .item__first {
    margin: 0 0 24px;
    align-items: center;
    display: flex
}

@media only screen and (max-width:560px) {
    .home-text-boxes .text-boxes__body .body__item .item__first {
        margin: 0 0 14px;
        flex-wrap: wrap
    }
}

.home-text-boxes .text-boxes__body .body__item .item__first img {
    width: 168px;
    height: auto;
    border-radius: 12px;
    margin: 0 24px 0 0;
    flex: 0 0 168px
}

@media only screen and (max-width:560px) {
    .home-text-boxes .text-boxes__body .body__item .item__first img {
        width: 50%;
        margin: 0 0 24px;
        flex: 0 0 50%
    }
}

.home-text-boxes .text-boxes__body .body__item .item__first p {
    flex: 1 1 auto
}

@media only screen and (max-width:560px) {
    .home-text-boxes .text-boxes__body .body__item .item__first p {
        flex: 0 0 100%
    }
}

.home-text-boxes .text-boxes__body .body__item--bg {
    border-radius: 12px;
    background-color: #fafafa;
    padding: 24px
}

@media only screen and (max-width:560px) {
    .home-text-boxes .text-boxes__body .body__item--bg {
        border-radius: 0;
        margin: 0 -24px;
        flex: 0 0 calc(100% + 48px)
    }
}

.home-text-boxes .text-boxes__body .body__item>h4 {
    margin: 0 0 32px
}

@media only screen and (max-width:1024px) {
    .home-text-boxes .text-boxes__body .body__item>h4 {
        margin: 0 0 26px
    }
}

.file-categories {
    background-color: #fff8f4;
    padding: 36px 0 40px
}

.file-categories h4 {
    margin: 0 0 36px;
    text-align: center
}

@media only screen and (max-width:560px) {
    .file-categories h4 {
        text-align: left;
        margin: 0 0 26px
    }
}

.file-categories ul {
    margin: 0 0 -20px;
    flex-wrap: wrap;
    display: flex
}

@media only screen and (max-width:1024px) {
    .file-categories ul {
        margin: 0 0 -15px
    }
}

@media only screen and (max-width:768px) {
    .file-categories ul {
        margin: 0 0 -10px
    }
}

.file-categories ul li {
    margin: 0 0 20px;
    flex: 0 0 25%;
    display: flex
}

@media only screen and (max-width:1024px) {
    .file-categories ul li {
        margin: 0 0 15px;
        flex: 0 0 33.3334%
    }
}

@media only screen and (max-width:768px) {
    .file-categories ul li {
        margin: 0 0 10px;
        flex: 0 0 50%
    }
}

@media only screen and (max-width:560px) {
    .file-categories ul li {
        flex: 0 0 100%
    }
}

.file-categories ul li a {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 0 40px;
    position: relative
}

@media only screen and (max-width:1024px) {
    .file-categories ul li a {
        font-size: 16px;
        line-height: 28px
    }
}

@media only screen and (max-width:560px) {
    .file-categories ul li a {
        font-size: 14px;
        line-height: 26px;
        padding: 0 0 0 28px
    }
}

.file-categories ul li a:before {
    transform: translateY(-50%);
    top: 50%;
    background-image: url(../images/icon--folder.svg);
    background-size: cover;
    width: 24px;
    height: 19px;
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 0
}

@media only screen and (max-width:560px) {
    .file-categories ul li a:before {
        width: 19px;
        height: 15px;
        top: calc(50% - 1px)
    }
}

.extension-softwares__body .body__item .item__list ul li a span,
.file-categories ul li a span {
    display: inline-block;
    position: relative
}

.file-categories ul li a span:after,
ul.sidebar-categories li a span:after {
    transition: .4s ease;
    background-color: #1944d3;
    width: 100%;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

.extension-softwares__body .body__item .item__list ul li a:hover,
.extension-table ul li a:hover,
.file-categories ul li a:hover {
    color: #1944d3
}

.file-categories ul li a:hover span:after,
ul.sidebar-categories li a:hover span:after {
    opacity: 1;
    bottom: 5px
}

.home-sample-text {
    padding: 80px 0
}

@media only screen and (max-width:1176px) {
    .home-sample-text {
        padding: 65px 0
    }
}

@media only screen and (max-width:1024px) {
    .home-sample-text {
        padding: 60px 0
    }
}

@media only screen and (max-width:768px) {
    .home-sample-text {
        padding: 40px 0 55px
    }
}

@media only screen and (max-width:560px) {
    .home-sample-text {
        padding: 35px 0 50px
    }
}

.extension-details__body .body__list>ul>li,
.home-sample-text .sample-text__body {
    align-items: center;
    display: flex
}

@media only screen and (max-width:768px) {
    .home-sample-text .sample-text__body {
        flex-wrap: wrap
    }
}

.home-sample-text .sample-text__body .body__text {
    padding: 0 100px 5px 0;
    flex: 1 1 auto
}

@media only screen and (max-width:1176px) {
    .home-sample-text .sample-text__body .body__text {
        padding: 0 50px 5px 0
    }
}

@media only screen and (max-width:768px) {
    .home-sample-text .sample-text__body .body__text {
        padding: 0 0 25px;
        flex: 0 0 100%
    }
}

.home-sample-text .sample-text__body .body__text h2,
.program-text__list h5 {
    margin: 0 0 12px
}

.home-sample-text .sample-text__body .body__image {
    flex: 0 0 360px
}

@media only screen and (max-width:768px) {
    .home-sample-text .sample-text__body .body__image {
        flex: 0 0 50%
    }
}

@media only screen and (max-width:560px) {
    .home-sample-text .sample-text__body .body__image {
        flex: 0 0 100%
    }
}

.home-sample-text .sample-text__body .body__image img {
    border-radius: 12px;
    width: 100%
}

.subpage {
    padding: 50px 0 120px
}

@media only screen and (max-width:1024px) {
    .subpage {
        padding: 40px 0 80px
    }
}

@media only screen and (max-width:768px) {
    .subpage {
        padding: 30px 0 65px
    }
}

@media only screen and (max-width:560px) {
    .subpage {
        padding: 24px 0 50px
    }
}

.subpage__body {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

@media only screen and (max-width:1024px) {
    .subpage__body {
        flex-wrap: wrap
    }
}

.subpage__body .body__main {
    padding: 0 32px 0 0;
    flex: 1 1 auto
}

@media only screen and (max-width:1024px) {
    .subpage__body .body__main {
        padding: 0;
        flex: 0 0 100%
    }
}

.subpage__body .body__sidebar {
    flex: 0 0 300px
}

@media only screen and (max-width:1024px) {
    .subpage__body .body__sidebar {
        padding: 30px 0 0;
        flex: 0 0 100%
    }
}

.subpage__body .body__sidebar .sidebar__panel {
    margin: 0 0 35px
}

@media only screen and (max-width:1024px) {
    .subpage__body .body__sidebar .sidebar__panel {
        margin: 0 0 30px
    }
}

@media only screen and (max-width:560px) {
    .subpage__body .body__sidebar .sidebar__panel {
        margin: 0 0 25px
    }
}

.subpage__body .body__sidebar .sidebar__panel h4 {
    margin: 0 0 20px
}

.subpage__body .body__sidebar>:last-child {
    margin: 0
}

.extension-details {
    border-radius: 12px;
    background-color: #eef9ff;
    padding: 24px 24px 0
}

.extension-details__body {
    padding: 12px 0 38px;
    display: flex
}

@media only screen and (max-width:768px) {
    .extension-details__body {
        flex-wrap: wrap
    }
}

.extension-details__body .body__main {
    flex: 0 0 20%;
    align-items: center;
    display: flex
}

@media only screen and (max-width:1176px) {
    .extension-details__body .body__main {
        flex: 0 0 55%
    }
}

@media only screen and (max-width:768px) {
    .extension-details__body .body__main {
        margin: 0 0 28px;
        flex: 0 0 100%
    }
}

.extension-details__body .body__main figure {
    width: 100px;
    margin: 0 24px 0 0
}

@media only screen and (max-width:1024px) {
    .extension-details__body .body__main figure {
        width: 95px
    }
}

@media only screen and (max-width:768px) {
    .extension-details__body .body__main figure {
        width: 85px;
        margin: 0 20px 0 0
    }
}

@media only screen and (max-width:560px) {
    .extension-details__body .body__main figure {
        width: 75px;
        margin: 0 15px 0 0
    }
}

.extension-details__body .body__main .main__text h2 {
    line-height: 48px
}

@media only screen and (max-width:1176px) {
    .extension-details__body .body__main .main__text h2 {
        line-height: 42px
    }
}

@media only screen and (max-width:1024px) {
    .extension-details__body .body__main .main__text h2 {
        line-height: 36px
    }
}

@media only screen and (max-width:768px) {
    .extension-details__body .body__main .main__text h2 {
        line-height: 32px
    }
}

@media only screen and (max-width:560px) {
    .extension-details__body .body__main .main__text h2 {
        line-height: 28px
    }
}

.extension-details__body .body__main .main__text h4 {
    font-weight: 400
}

@media only screen and (max-width:1176px) {
    .extension-details__body .body__main .main__text h4 {
        font-size: 18px;
        line-height: 28px
    }
}

@media only screen and (max-width:768px) {
    .extension-details__body .body__main .main__text h4 {
        font-size: 16px;
        line-height: 26px
    }
}

.extension-details__body .body__list,
.extension-window__body p {
    flex: 1 1 auto
}

@media only screen and (max-width:768px) {
    .extension-details__body .body__list {
        flex: 0 0 100%
    }
}

.extension-details__body .body__list>ul>li+li {
    margin: 14px 0 0
}

.extension-details__body .body__list>ul>li span {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 0 0 15px;
    flex: 0 0 60%
}

@media only screen and (max-width:1176px) {
    .extension-details__body .body__list>ul>li span {
        font-size: 16px;
        line-height: 26px;
        padding: 0 0 0 12px;
        flex: 0 0 70%
    }
}

.extension-details__body .body__list>ul>li span.label {
    font-weight: 400;
    text-align: left;
    color: #8a8a99;
    padding: 0 15px 0 0;
    flex: 0 0 40%
}

@media only screen and (max-width:1176px) {
    .extension-details__body .body__list>ul>li span.label {
        padding: 0 12px 0 0;
        flex: 0 0 30%
    }
}

@media only screen and (max-width:768px) {
    .extension-details__body .body__list>ul>li span.label {
        text-align: left;
        padding: 0;
        flex: 0 0 90px
    }
}

.extension-details__body .body__list>ul>li ul.rate,
.program-details__body .body__list>ul>li ul.rate {
    padding: 0 0 3px 15px;
    flex: 0 0 63%;
    display: flex
}

.extension-details__body .body__list>ul>li ul.rate li+li,
.program-details__body .body__list>ul>li ul.rate li+li {
    margin: 0 0 0 4px
}

.extension-how-open {
    border-radius: 12px;
    background-color: #f5fcf8;
    padding: 24px;
    align-items: center;
    display: flex
}

.extension-how-open figure {
    width: 33px;
    margin: 0 35px 0 0
}

@media only screen and (max-width:768px) {
    .extension-how-open figure {
        margin: 0 18px 0 0
    }
}

.extension-what-is {
    border-radius: 12px;
    background-color: #f8ffe5;
    padding: 24px;
    align-items: center;
    display: flex
}

.extension-what-is figure {
    width: 33px;
    margin: 0 35px 0 0
}

@media only screen and (max-width:768px) {
    .extension-what-is figure {
        margin: 0 18px 0 0
    }
}

.extension-table {
    margin: 26px 0 0
}

@media only screen and (max-width:768px) {
    .extension-table {
        width: calc(100% + 48px);
        margin: 24px -24px 0
    }
}

.extension-table ul {
    border: 1px solid #c5cccb;
    border-radius: 12px;
    overflow: hidden
}

@media only screen and (max-width:768px) {
    .extension-table ul {
        border-left: 0;
        border-right: 0;
        border-radius: 0
    }
}

.extension-softwares-wrapper .extension-softwares__body .body__item .item__soft figure,
.extension-table ul li {
    display: flex
}

.extension-table ul li a {
    font-size: 18px;
    line-height: 30px;
    color: #020149;
    padding: 12px 34px;
    flex: 1 1 auto;
    display: flex
}

@media only screen and (max-width:1024px) {
    .extension-table ul li a {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 24px
    }
}

@media only screen and (max-width:560px) {
    .extension-table ul li a {
        font-size: 14px;
        line-height: 22px
    }
}

.extension-table ul li a span {
    flex: 0 0 50%
}

.extension-table ul li a span:first-child,
.extension-table ul li.table__header span:first-child {
    padding-right: 10px
}

.extension-table ul li:nth-child(2n+3) a {
    background-color: rgba(197, 204, 203, .1)
}

.extension-table ul li.table__header {
    border-bottom: 1px solid #c5cccb;
    background-color: rgba(197, 204, 203, .75);
    padding: 12px 34px;
    display: flex
}

@media only screen and (max-width:1024px) {
    .extension-table ul li.table__header {
        padding: 10px 24px
    }
}

.extension-table ul li.table__header span {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    flex: 0 0 50%
}

@media only screen and (max-width:1024px) {
    .extension-table ul li.table__header span {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width:560px) {
    .extension-table ul li.table__header span {
        font-size: 14px;
        line-height: 22px
    }
}

.extension-text-sample {
    padding: 70px 0 80px
}

@media only screen and (max-width:1176px) {
    .extension-text-sample {
        padding: 65px 0 75px
    }
}

@media only screen and (max-width:1024px) {
    .extension-text-sample {
        padding: 60px 0 70px
    }
}

@media only screen and (max-width:768px) {
    .extension-text-sample {
        padding: 55px 0 65px
    }
}

@media only screen and (max-width:560px) {
    .extension-text-sample {
        padding: 50px 0 60px
    }
}

.extension-text-sample h2 {
    margin: 0 0 15px
}

.extension-text-sample .c h4,
.extension-text-sample .c p,
.extension-text-sample .c ul {
    max-width: 575px
}

@media only screen and (max-width:768px) {
    .extension-text-sample .c h4,
    .extension-text-sample .c p,
    .extension-text-sample .c ul {
        max-width: 100%
    }
}

.extension-text-sample__buttons {
    margin: 40px 0 0;
    display: flex
}

@media only screen and (max-width:1024px) {
    .extension-text-sample__buttons {
        margin: 35px 0 0
    }
}

@media only screen and (max-width:560px) {
    .extension-text-sample__buttons {
        margin: 30px 0 0
    }
}

.extension-text-sample__buttons .btn+.btn {
    margin: 0 0 0 20px
}

@media only screen and (max-width:768px) {
    .extension-text-sample__buttons .btn+.btn {
        margin: 0 0 0 10px
    }
}

.extension-text-sample ul {
    margin: 35px 0 0
}

@media only screen and (max-width:1024px) {
    .extension-text-sample ul {
        margin: 30px 0 0
    }
}

@media only screen and (max-width:768px) {
    .extension-text-sample ul {
        margin: 25px 0 0
    }
}

@media only screen and (max-width:560px) {
    .extension-text-sample ul {
        margin: 20px 0 0
    }
}

.extension-text-sample ul li {
    font-size: 22px;
    line-height: normal;
    padding: 0 0 0 52px
}

@media only screen and (max-width:1176px) {
    .extension-text-sample ul li {
        font-size: 20px
    }
}

@media only screen and (max-width:768px) {
    .extension-text-sample ul li {
        font-size: 18px;
        padding: 0 0 0 45px
    }
}

@media only screen and (max-width:560px) {
    .extension-text-sample ul li {
        font-size: 16px;
        padding: 0 0 0 40px
    }
}

.extension-text-sample ul li+li {
    margin: 20px 0 0
}

@media only screen and (max-width:1024px) {
    .extension-text-sample ul li+li {
        margin: 15px 0 0
    }
}

@media only screen and (max-width:560px) {
    .extension-text-sample ul li+li {
        margin: 10px 0 0
    }
}

.extension-text-sample ul li:before {
    background-image: url(../images/icon--bullet-check.svg);
    background-size: cover;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    left: 4px
}

@media only screen and (max-width:1176px) {
    .extension-text-sample ul li:before {
        width: 30px;
        height: 30px
    }
}

@media only screen and (max-width:768px) {
    .extension-text-sample ul li:before {
        width: 26px;
        height: 26px
    }
}

@media only screen and (max-width:560px) {
    .extension-text-sample ul li:before {
        width: 21px;
        height: 21px;
        top: 1px
    }
}

.extension-window {
    border-radius: 12px;
    padding: 24px 24px 0
}

.extension-window__body {
    padding: 12px 0 38px;
    align-items: center;
    display: flex
}

@media only screen and (max-width:560px) {
    .extension-window__body {
        align-items: flex-start
    }
}

.extension-window__body figure {
    margin: 0 25px 0 0;
    flex: 0 0 140px
}

@media only screen and (max-width:1024px) {
    .extension-window__body figure {
        flex: 0 0 120px
    }
}

@media only screen and (max-width:768px) {
    .extension-window__body figure {
        margin: 0 20px 0 0;
        flex: 0 0 85px
    }
}

@media only screen and (max-width:560px) {
    .extension-window__body figure {
        flex: 0 0 60px
    }
}

.extension-window__body figure img {
    width: 100px;
    margin: 0 auto
}

@media only screen and (max-width:1024px) {
    .extension-window__body figure img {
        width: 95px
    }
}

@media only screen and (max-width:768px) {
    .extension-window__body figure img {
        width: 100%;
        margin: 0
    }
}

.extension-window--gray {
    background-color: #fafafa
}

.extension-window--orange {
    background-color: #fff9f7
}

.extension-window--yellow {
    background-color: #fffcf1
}

.extension-softwares {
    border: 1px solid #c5cccb;
    border-radius: 12px;
    padding: 24px 24px 0
}

.extension-softwares__body {
    padding: 8px 0 38px
}

@media only screen and (max-width:768px) {
    .extension-softwares__body {
        padding: 8px 0 30px
    }
}

.table-of-contents {
    border: 1px solid #c5cccb;
    border-radius: 12px;
    padding: 24px 24px 0;
	float:left;
	width:100%;
}

.table-of-contents__body {
    padding: 8px 0 38px;
	width: calc(100% - 346px);
	float:right;
}

.table-of-contents__ads {
    padding: 8px 0 38px;
	width: 336px;
	float:left;
	margin-right:10px;
}

@media only screen and (max-width:768px) {
	
.table-of-contents__body {
	float:none;
	width:100%;
}

.table-of-contents__ads {
	float:none;
}
}


.table-of-contents ol {
  padding-left: 15px;
}


@media only screen and (max-width:768px) {
    .table-of-contents__body {
        padding: 8px 0 30px
    }
}

.extension-softwares__body .body__item,
.program-details__body .body__list>ul>li {
    align-items: center;
    display: flex
}

@media only screen and (max-width:768px) {
    .extension-softwares__body .body__item {
        flex-wrap: wrap
    }
}

.extension-softwares__body .body__item+.body__item {
    margin: 48px 0 0
}

@media only screen and (max-width:1024px) {
    .extension-softwares__body .body__item+.body__item {
        margin: 30px 0 0
    }
}

.extension-softwares__body .body__item .item__soft {
    border: 1px solid rgba(197, 204, 203, .5);
    border-radius: 12px;
    overflow: hidden;
    margin: 0 60px 0 0;
    flex: 0 0 100px
}

@media only screen and (max-width:768px) {
    .extension-softwares__body .body__item .item__soft {
        flex: 0 0 212px;
        margin: 0 0 30px
    }
}

@media only screen and (max-width:768px) {
    .extension-softwares__body .body__item .item__soft figure {
        display: flex
    }
}

.extension-softwares__body .body__item .item__soft figure img {
    width: 70%;
    margin: 10px auto
}

@media only screen and (max-width:768px) {
    .extension-softwares__body .body__item .item__soft figure img {
        width: 23%;
        margin: 10px 20px;
        flex: 0 0 23%
    }
}

@media only screen and (max-width:560px) {
    .extension-softwares__body .body__item .item__soft figure img {
        width: 25%;
        margin: 5px 15px;
        flex: 0 0 25%
    }
}

.extension-softwares__body .body__item .item__soft figure figcaption {
    border-top: 1px solid rgba(197, 204, 203, .5);
    background-color: rgba(197, 204, 203, .25);
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #8a8a99;
    padding: 2px 0 0;
    display: block
}

@media only screen and (max-width:768px) {
    .extension-softwares__body .body__item .item__soft figure figcaption {
        font-size: 16px;
        line-height: 26px;
        flex: 1 1 auto;
        justify-content: center;
        align-items: center;
        display: flex
    }
}

@media only screen and (max-width:560px) {
    .extension-softwares__body .body__item .item__soft figure figcaption {
        font-size: 14px;
        line-height: 24px
    }
}

.extension-softwares__body .body__item .item__list {
    flex: 1 1 auto
}

@media only screen and (max-width:768px) {
    .extension-softwares__body .body__item .item__list {
        flex: 0 0 100%
    }
}

.extension-softwares__body .body__item .item__list ul {
    margin: 0 0 -18px;
    flex-wrap: wrap;
    display: flex
}

@media only screen and (max-width:1024px) {
    .extension-softwares__body .body__item .item__list ul {
        margin: 0 0 -12px
    }
}

.extension-softwares__body .body__item .item__list ul li {
    margin: 0 0 18px;
    flex: 0 0 50%;
    display: flex
}

@media only screen and (max-width:1024px) {
    .extension-softwares__body .body__item .item__list ul li {
        margin: 0 0 12px
    }
}

@media only screen and (max-width:768px) {
    .extension-softwares__body .body__item .item__list ul li {
        flex: 0 0 100%
    }
}

.extension-softwares__body .body__item .item__list ul li a {
    font-size: 18px;
    line-height: 26px;
    color: #1944d3;
    align-items: center;
    display: flex
}

@media only screen and (max-width:1024px) {
    .extension-softwares__body .body__item .item__list ul li a {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width:560px) {
    .extension-softwares__body .body__item .item__list ul li a {
        font-size: 14px;
        line-height: 22px
    }
}

.extension-softwares__body .body__item .item__list ul li a figure {
    width: 28px;
    margin: 0 15px 0 0
}

.extension-softwares-wrapper {
    /* margin: 0 0 -24px; */
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex
}

.extension-softwares-wrapper .extension-softwares {
    margin: 0 0 24px;
    flex: 0 0 calc(50% - 12px)
}

@media only screen and (max-width:768px) {
    .extension-softwares-wrapper .extension-softwares {
        flex: 0 0 100%
    }
}

.extension-softwares-wrapper .extension-softwares__body {
    padding: 0 0 38px
}

.extension-softwares-wrapper .extension-softwares__body .body__item,
.extension-softwares-wrapper .extension-softwares__body .body__item .item__list ul {
    display: block
}

.extension-softwares-wrapper .extension-softwares__body .body__item+.body__item {
    margin: 0
}

.extension-softwares-wrapper .extension-softwares__body .body__item .item__soft {
    width: 212px;
    margin: 0 0 37px
}

@media only screen and (max-width:768px) {
    .extension-softwares-wrapper .extension-softwares__body .body__item .item__soft {
        margin: 0 0 30px
    }
}

.extension-softwares-wrapper .extension-softwares__body .body__item .item__soft figure img {
    width: 23%;
    margin: 10px 20px;
    flex: 0 0 23%
}

@media only screen and (max-width:560px) {
    .extension-softwares-wrapper .extension-softwares__body .body__item .item__soft figure img {
        width: 25%;
        margin: 5px 15px;
        flex: 0 0 25%
    }
}

.extension-softwares-wrapper .extension-softwares__body .body__item .item__soft figure figcaption {
    font-size: 18px;
    line-height: 30px;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    display: flex
}

@media only screen and (max-width:1024px) {
    .extension-softwares-wrapper .extension-softwares__body .body__item .item__soft figure figcaption {
        font-size: 16px;
        line-height: 26px
    }
}

@media only screen and (max-width:560px) {
    .extension-softwares-wrapper .extension-softwares__body .body__item .item__soft figure figcaption {
        font-size: 14px;
        line-height: 24px
    }
}

.program-details {
    border: 1px solid #c5cccb;
    border-radius: 12px;
    padding: 24px 24px 0
}

.program-details__body {
    padding: 12px 0 38px;
    align-items: center;
    display: flex
}

@media only screen and (max-width:768px) {
    .program-details__body {
        padding: 10px 0 16px;
        flex-wrap: wrap
    }
}

.program-details__body .body__image {
    margin: 0 25px 0 0;
    flex: 0 0 100px
}

@media only screen and (max-width:768px) {
    .program-details__body .body__image {
        margin: 0 0 25px;
        flex: 0 0 100%
    }
}

.program-details__body .body__image img {
    width: 100%
}

@media only screen and (max-width:768px) {
    .program-details__body .body__image img {
        width: 90px
    }
}

@media only screen and (max-width:560px) {
    .program-details__body .body__image img {
        width: 80px
    }
}

.program-details__body .body__list {
    flex: 1 1 auto
}

@media only screen and (max-width:768px) {
    .program-details__body .body__list {
        margin: 0 0 12px;
        flex: 0 0 100%
    }
}

.program-details__body .body__list>ul>li+li {
    margin: 12px 0 0
}

.program-details__body .body__list>ul>li span {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 0 0 15px;
    flex: 0 0 63%
}

@media only screen and (max-width:1176px) {
    .program-details__body .body__list>ul>li span {
        font-size: 16px;
        line-height: 26px;
        padding: 0 0 0 12px;
        flex: 0 0 70%
    }
}

.program-details__body .body__list>ul>li span.label {
    font-weight: 400;
    text-align: right;
    color: #8a8a99;
    padding: 0 15px 0 0;
    flex: 0 0 37%
}

@media only screen and (max-width:768px) {
    .program-details__body .body__list>ul>li span.label {
        text-align: left;
        padding: 0;
        flex: 0 0 90px
    }
}

.program-details__body .body__list>ul>li ul.rate li img {
    width: 20px
}

@media only screen and (max-width:1176px) {
    .program-details__body .body__list>ul>li ul.rate li img {
        width: 18px
    }
}

.program-text__copy {
    margin: 0 0 35px;
    padding: 0 36px 0 0
}

@media only screen and (max-width:768px) {
    .program-text__copy {
        padding: 0
    }
}

.program-text__copy:after {
    clear: both;
    display: table
}

.program-text__copy p {
    line-height: 34px;
    margin: 0 0 35px;
	text-align:justify;
}

@media only screen and (max-width:1176px) {
    .program-text__copy p {
        line-height: 28px
    }
}

@media only screen and (max-width:768px) {
    .program-text__copy p {
        line-height: 26px
    }
}

.program-text__copy figure {
    width: 360px;
    margin: 0 24px 24px 0;
    float: left
}

@media only screen and (max-width:768px) {
    .program-text__copy figure {
        width: 100%;
        margin: 0 0 24px
    }
}

.program-text__copy figure img {
    width: 100%;
    margin: 0 0 5px
}

@media only screen and (max-width:768px) {
    .program-text__copy figure img {
        width: auto;
        max-width: 100%;
        margin: 0 auto 5px
    }
}

@media only screen and (max-width:560px) {
    .program-text__copy figure img {
        width: 100%
    }
}

.program-text__copy figure figcaption {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #8a8a99;
    display: block
}

.program-text__copy>:last-child {
    margin: 0
}

.program-text__list ul {
    font-size: 18px;
    line-height: 34px
}

.program-text__list ol {
    list-style-type: decimal;
    line-height: 34px;
	font-size: 18px;
    padding-left: 10%;
}

@media only screen and (max-width:1176px) {
    .program-text__list ul,
	.program-text__list ol	{
        font-size: 16px;
        line-height: 28px
    }
}

@media only screen and (max-width:768px) {
    .program-text__list ul,
	.program-text__list ol	{
        font-size: 14px;
        line-height: 26px
    }
}

.program-text__list ul li {
    padding: 0 0 0 47px
}

@media only screen and (max-width:1176px) {
    .program-text__list ul li {
        padding: 0 0 0 42px
    }
}

@media only screen and (max-width:768px) {
    .program-text__list ul li {
        padding: 0 0 0 37px
    }
}

.program-text__list ul li+li {
    margin: 10px 0 0
}

.program-text__list ul li:before,
ul.sidebar-categories li a:before {
    background-image: url(../images/icon--bullet-check.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px
}

@media only screen and (max-width:1176px) {
    .program-text__list ul li:before {
        width: 20px;
        height: 20px;
        top: 3px
    }
}

.program-form input[type=email],
.program-form input[type=tel],
.program-form input[type=text] {
    border: 1px solid #c5cccb;
    width: 330px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    margin: 0 0 30px
}

.program-form textarea {
    border: 1px solid #c5cccb;
    font-size: 16px
}

@media only screen and (max-width:768px) {
    .program-form input[type=email],
    .program-form input[type=tel],
    .program-form input[type=text],
    .program-form textarea {
        width: 80%;
        height: 44px;
        line-height: 44px;
        margin: 0 0 20px
    }
}

.program-form textarea {
    width: 540px;
    height: 105px;
    line-height: 28px;
    margin: 0 0 35px
}

@media only screen and (max-width:768px) {
    .program-form textarea {
        width: 100%;
        height: 90px;
        margin: 0 0 25px
    }
}

@media only screen and (max-width:1024px) {
    ul.sidebar-categories {
        margin: 0 0 -15px;
        flex-wrap: wrap;
        display: flex
    }
}

@media only screen and (max-width:768px) {
    ul.sidebar-categories {
        margin: 0 0 -10px
    }
}

ul.sidebar-categories li {
    display: flex
}

@media only screen and (max-width:1024px) {
    ul.sidebar-categories li {
        margin: 0 0 15px;
        flex: 0 0 33.3334%
    }
}

@media only screen and (max-width:768px) {
    ul.sidebar-categories li {
        margin: 0 0 10px;
        flex: 0 0 50%
    }
}

@media only screen and (max-width:560px) {
    ul.sidebar-categories li {
        flex: 0 0 100%
    }
}

ul.sidebar-categories li+li {
    margin: 18px 0 0
}

@media only screen and (max-width:1024px) {
    ul.sidebar-categories li+li {
        margin: 0 0 15px
    }
}

@media only screen and (max-width:768px) {
    ul.sidebar-categories li+li {
        margin: 0 0 10px
    }
}

ul.sidebar-categories li a {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 0 40px;
    position: relative
}

@media only screen and (max-width:1024px) {
    ul.sidebar-categories li a {
        font-size: 16px;
        line-height: 26px
    }
}

@media only screen and (max-width:560px) {
    ul.sidebar-categories li a {
        font-size: 14px;
        line-height: 24px
    }
}

ul.sidebar-categories li a:before {
    transform: translateY(-50%);
    top: 50%;
    background-image: url(../images/icon--folder.svg);
    height: 19px;
    top: calc(50% - 2px);
    left: 0
}

ul.sidebar-categories li a span {
    display: inline-block;
    position: relative
}

ul.sidebar-categories li a:hover {
    color: #1944d3
}

ul.sidebar-alphabet {
    margin: 0 -12px -12px 0;
    flex-wrap: wrap;
    display: flex
}

@media only screen and (max-width:1176px) {
    ul.sidebar-alphabet {
        margin: 0 -12px -10px 0
    }
}

@media only screen and (max-width:1024px) {
    ul.sidebar-alphabet {
        margin: 0 -10px -10px 0
    }
}

ul.sidebar-alphabet li {
    margin: 0 12px 12px 0
}

@media only screen and (max-width:1176px) {
    ul.sidebar-alphabet li {
        margin: 0 12px 10px 0
    }
}

@media only screen and (max-width:1024px) {
    ul.sidebar-alphabet li {
        margin: 0 10px 10px 0
    }
}

ul.sidebar-alphabet li:nth-child(6n+6) {
    margin: 0 12px 12px 0
}

@media only screen and (max-width:1176px) {
    ul.sidebar-alphabet li:nth-child(6n+6) {
        margin: 0 12px 10px 0
    }
}

@media only screen and (max-width:1024px) {
    ul.sidebar-alphabet li:nth-child(6n+6) {
        margin: 0 10px 10px 0
    }
}

ul.sidebar-alphabet li a {
    border-radius: 50%;
    background-color: #fff8f4;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
    color: #1944d3;
    display: block
}

@media only screen and (max-width:560px) {
    ul.sidebar-alphabet li a {
        width: 36px;
        height: 36px;
        font-size: 16px;
        font-weight: 800;
        line-height: 36px
    }
}

ul.sidebar-alphabet li a:hover,
ul.sidebar-extensions li a:hover {
    background-color: #1944d3;
    color: #fff
}

ul.sidebar-extensions {
    margin: 0 -8px -8px 0;
    flex-wrap: wrap;
    display: flex
}

ul.sidebar-extensions li {
    padding: 0 8px 8px 0
}

ul.sidebar-extensions li a {
    border-radius: 12px;
    background-color: #fff8f4;
    height: 40px;
    font-size: 18px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
    color: #1944d3;
    padding: 0 25px;
    display: block
}

@media only screen and (max-width:1024px) {
    ul.sidebar-extensions li a {
        height: 38px;
        font-size: 16px;
        line-height: 38px;
        padding: 0 22.5px
    }
}

@media only screen and (max-width:560px) {
    ul.sidebar-extensions li a {
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        padding: 0 20px
    }
}


/*# sourceMappingURL=style.min.css.map */