html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    text-rendering: optimizeLegibility;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/client/rajdhani-v7-latin-regular.eot');
    src: local('Rajdhani Regular'), local('Rajdhani-Regular'),
    url('/fonts/client/rajdhani-v7-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/client/rajdhani-v7-latin-regular.woff2') format('woff2'),
    url('/fonts/client/rajdhani-v7-latin-regular.woff') format('woff'),
    url('/fonts/client/rajdhani-v7-latin-regular.ttf') format('truetype'),
    url('/fonts/client/rajdhani-v7-latin-regular.svg#Rajdhani') format('svg');
}

@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/client/Rajdhanibold.eot');
    src: local('Rajdhani Regular'), local('Rajdhani-Regular'),
    url('/fonts/client/Rajdhanibold.woff2') format('woff2'),
    url('/fonts/client/Rajdhanibold.woff') format('woff'),
    url('/fonts/client/Rajdhanibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/client/HelveticaLight.eot');
    src: local('Helvetica'), local('Helvetica'),
    url('/fonts/client/HelveticaLight.woff') format('woff'),
    url('/fonts/client/HelveticaLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/client/HelveticaRegular.eot');
    src: local('Helvetica'), local('Helvetica'),
    url('/fonts/client/HelveticaRegular.woff') format('woff'),
    url('/fonts/client/HelveticaRegular.ttf') format('truetype');
}

body {
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
}

.main-part-wrap {
    display: flex;
    display: -ms-flex;
    width: 100%;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

.fixed-padding-width, .wrap-main-contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
}

.footer-bottom {
    padding-bottom: 180px;
}

.header-wrap {
    height: 62px;
}

.header {
    height: 62px;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 100;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

#header-search {
    cursor: pointer;
    display: flex;
    position: absolute;
    right: 34px;
    align-items: center;
    top: -4px;
}

#search-field {
    width: 0;
    transition: .3s ease-in-out;
}

#search-field.show {
    width: 180px;
    height: 100%;
}

.input {
    border: none;
    outline: none;
    border-bottom: 1px solid #4C4C4C;
    color: #4C4C4C;
    width: 100%;
    font-family: Helvetica;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.input:focus::-webkit-input-placeholder {
    color: transparent;
}

.input:focus:-moz-placeholder {
    color: transparent;
}

.input:focus::-moz-placeholder {
    color: transparent;
}

.input:focus:-ms-input-placeholder {
    color: transparent;
}

.toolbar {
    display: flex;
    display: -ms-flex;
    max-width: 1074px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.left-info {
    display: -webkit-box;
    display: flex;
    display: -ms-flex;
    -webkit-box-align: center;
    align-items: center;
}

.left-info__logo {
    height: 25px;
    width: 28px;
}

.left-info__name a {
    color: #1C1C1C;
    font-size: 20px;
    padding-left: 15px;
}

.icon-right {
    display: flex;
    display: -ms-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.fa-github, .fa-search {
    color: #4C4C4C;
    font-size: 16px;
}

div a {
    text-decoration: none;
    display: block;
}

div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topmenu > li {
    display: inline-block;
    position: relative;
}

.topmenu > li > a {
    padding: 20px 25px;
    font-size: 14px;
    line-height: 23px;
    color: #4C4C4C;
}

.topmenu li a {
    font-size: 14px;
    line-height: 23px;
    color: #4C4C4C;
}

.topmenu .link-with-submenu:hover .first-menu-link a, .topmenu .link-of-submenu:hover > a {
    color: #0146E9;
}

.topmenu .link-with-submenu .first-menu-link .fa-angle-down, .topmenu .link-of-submenu .link-with-submenu .fa-angle-down {
    display: inline;
}

.topmenu .link-with-submenu .first-menu-link .fa-angle-right, .topmenu .link-of-submenu .link-with-submenu .fa-angle-right {
    display: none;
}

.topmenu .link-with-submenu:hover .first-menu-link .fa-angle-down, .topmenu .link-of-submenu:hover > .link-with-submenu .fa-angle-down {
    display: none;
}

.topmenu .link-with-submenu:hover .first-menu-link .fa-angle-right, .topmenu .link-of-submenu:hover > .link-with-submenu .fa-angle-right {
    display: inline;
}

.topmenu .topmenu__link.active, .topmenu > li > a:hover, .link-with-submenu a:hover, .first-menu-link__single.active {
    color: #0146E9;
}

.link-of-submenu:first-child {
    border-radius: 10px 10px 0 0;
}

.link-of-submenu:last-child {
    border-radius: 0 0 10px 10px;
}

.link-of-submenu > a.topmenu__link {
    padding: 10px;
    width: inherit;
}

.first-menu-link {
    position: relative;
    z-index: 10;
    font-size: 14px;
    line-height: 23px;
    width: 90%;
}

.empty {
    height: 40px;
}

.submenu {
    position: absolute;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    width: 136.5px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.submenu li {
    position: relative;
}

.fa-angle-down, .fa-angle-right {
    margin: 8px;
    font-size: 12px;
}

.submenu a {
    color: #4C4C4C;
    text-align: left;
    font-size: 14px;
    padding: 5px 0px;
}

.submenu .submenu {
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
}

div li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.topmenu .submenu:hover {
    z-index: 2;
}

.link-of-submenu:hover {
    background-color: #E6E7EA;
}

.topmenu__link {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
}

.topmenu__link span {
    width: 24px;
}

/*
закончился хэдер
*/

/* Slider */
.main-slider {
    height: 658px;
    background: #E7E8EB;
}

.main-slider-content {
    max-width: 1074px;
    margin: auto;
    display: flex;
    display: -ms-flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.main-slider-content-info-label-title {
    color: #0146E9;
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
}

.main-slider-content-info-label-description {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-top: 12px;
    font-size: 72px;
    color: #383838;
}

.main-slider-content-info-download {
    font-family: Helvetica;
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 19px 37px;
    background: #0146E9;
    border-radius: 10px;
    box-shadow: 0px -4px 4px #EAEAEA, 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 33px;
    display: table;
    transition: 0.2s ease-in-out;
}

.main-slider-content-info-download:hover {
    background: #5A93F1;
    box-shadow: 0 -4px 10px #EAEAEA, 0 4px 10px rgba(0, 0, 0, 0.25);
}

/* Main contents */
.wrap-main-contents {
    max-width: 1074px;
    margin: auto;
    min-height: calc(100vh - 360px);
}

/* Main about */
.main-about {
    margin: 90px 0;
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
}

.main-about-description {
    font-family: Helvetica;
    font-weight: 300;
    line-height: 53px;
    font-size: 30px;
    color: #353535;
    max-width: 50%;
}

.main-about-title {
    margin-top: 9px;
}

/* Main performance */
.main-performance-list {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.main-perfomance-item {
    max-width: 333px;
    margin-bottom: 110px;
}

.main-perfomance-item-header {
    display: flex;
    display: -ms-flex;
}

.main-performance-item-header-order-number {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    color: #FFAA00;
    margin-right: 15px;
}

.main-performance-item-header-title {
    font-family: Helvetica;
    line-height: 28px;
    font-size: 16px;
    color: #353535;
}

.main-performance-item-picture {
    margin-top: 60px;
}

/* Content */
.content, .content p {
    font-family: Helvetica;
    line-height: 21px;
    font-weight: 300;
    font-size: 14px;
    color: #353535;
    letter-spacing: 0.5px;
}

.content p {
    margin-top: 20px;
}

.content .text-middle-size {
    font-size: 16px;
}

.content .big-text {
    font-family: Helvetica;
    line-height: 40px;
    font-size: 24px;
    color: #000000;
    margin-top: 30px;
}

.content ol {
    list-style-type: decimal;
    counter-reset: li;
    list-style: none;
}

.content ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 3px;
    border: 1px solid #D9DFF0;
    text-align: center;
    font-weight: bold;
    color: #0146E9;
    font-size: 12px;
    padding: 3px 4px 2px 4px;
    line-height: 10px;
}

.content ul, .content ol {
    margin-top: 20px;
}

.content ul li, .content ol li {
    padding: 2px 0 0 20px;
    position: relative;
    margin-top: 12px;
}

.content ol li {
    padding-left: 27px;
}

.content ul li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 9px;
    left: 0;
    border-radius: 50%;
    background: #0146E9;
}

.content .big-container {
    margin-top: 220px;
}

.content h3 {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    text-align: justify;
    margin-top: 20px;

    color: #000000;
}

.content code, .content q {
    background: #F0F5FE;
    border-radius: 20px;
    width: 100%;
    padding: 17px;
    display: block;
    font-family: Helvetica;
    line-height: 21px;
    font-size: 12px;
    margin-top: 10px;
    color: #000000;
}

.h3-title, .content h3 {
    color: #0146E9;
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
}

.content a {
    border-bottom: 1px solid transparent;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    display: inline;
    color: #3E75F4;
}

.content a:hover {
    border-color: #3E75F4;
}

.content .warn-link {
    color: #FFAA00;
}

.content a.warn-link:hover {
    border-color: #FFAA00;
}

/* Main content */
.content-row {
    display: -ms-flexbox;
    display: flex;
}

.main-content-container1 img {
    margin-left: 20px;
}

.main-content-container2 img {
    margin-right: 40px;
}

.main-content-container2 .big-text {
    margin-bottom: 20px;
}

/* Main plans */
.main-plans {
    margin-top: 120px;
}

.main-plans-list {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    margin-top: 45px;
}

.main-plans .main-plans-item {
    font-family: Helvetica;
    line-height: 35px;
    font-size: 20px;
    max-width: 188px;
}

/* Footer */
.footer {
    /*background: #6A7184;
    margin-top: 180px;
    width: 100%;*/

    background: #6A7184;
    width: 100%;
    height: 296px;
}

.footer-container {
    max-width: 1074px;
    margin: auto;
    padding: 49px 0;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.footer-center {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
}

.footer-contacts {
    margin-left: 95px;
}

.footer-contacts-container li, .footer-contacts-container i, .footer-item, .footer-list a {
    color: #fff;
}

.footer-contacts-container li, .footer-item {
    margin-top: 19px;
}

.footer-list a {
    border-bottom: 1px solid transparent;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    display: inline;
}

.footer-list a:hover {
    border-color: #fff;
}

.footer-contacts-container i {
    font-size: 12px;
    margin-right: 8px;
}

.footer-contacts-container li span {
    font-size: 18px;
}

.footer-title {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #8992AB;
}

.footer-stroked-button {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    font-family: Helvetica;
    line-height: 28px;
    font-size: 16px;
    padding: 15px 25px;
    margin-top: 20px;
    transition: 0.2s ease-in-out;
}

.footer-stroked-button:hover {
    background: #fff;
    color: #6A7184;
}

/* Share content */

.h1 {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    color: #0146E9;
}

.content-title {
    padding-top: 70px;
}

/* Documentation */
.documentation-wrap {
    display: flex;
    display: -ms-flex;
}

.documentation-content {
    padding: 20px 70px 160px 70px;
}

.documentation-h1 {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding: 5px 0 20px 0;
    color: #000000;

}

.left-menu {
    background: #D9DFF0;
    width: 388px;
    min-width: 388px;
    min-height: calc(100vh - 358px);
}

.left-menu-container {
    padding-bottom: 20px;
}

.left-menu-h1 {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 30px;
    letter-spacing: 0.05em;
    color: #6A7184;
}

.left-menu-title-block {
    padding: 20px 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(106, 113, 132, 0.12);
}

.left-menu-container-item {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0 20px;
    color: #494949;
}

.left-menu-container-item.active, .left-menu-container-item:hover, .left-menu-container-item__sub.active, .left-menu-container-item__sub:hover {
    color: #0146E9;
}

.left-menu-container-list__sub {
    margin-top: 15px;
}

.left-menu-container-item__sub {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
    padding: 16px 55px 16px 85px;
    color: #858585;
    display: block;
    border-left: 5px solid transparent;
}

.left-menu-container-item__sub.active, .left-menu-container-item__sub:hover {
    background: rgba(1, 70, 233, 0.05)
}

.left-menu-container-item__sub.active {
    border-left: 5px solid #0146E9;
}

/* Section menu */
.section-menu-list {
    width: 100%;
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-menu-item {
    width: 500px;
    margin-top: 48px;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16), 0px -1px 1px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    height: 206px;
    box-sizing: border-box;
    padding: 41px 28px;
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
}

.section-menu-item-title {
    font-family: Helvetica;
    line-height: 36px;
    font-size: 24px;
    color: #353535;
}

.section-menu-item-description {
    margin-top: 20px;
    font-family: Helvetica;
    line-height: 24px;
    font-size: 16px;
    color: #888888;
}

.section-menu-item-right-part {
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    justify-content: center;
}

.section-menu-item:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2), 0px -3px 5px rgba(0, 0, 0, 0.11);
    transition: .3s ease-in-out;
}

/* Contacts */
.contacts-main-content {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    margin-top: 40px;
}

.greeting-title {
    font-family: Helvetica;
    line-height: 30px;
    font-size: 20px;
    color: #353535;
    margin-top: -2px;
}

.greeting-description {
    font-family: Helvetica;
    line-height: 59px;
    font-size: 40px;
    color: #353535;
    margin-top: 35px;
}

.contact-list {
    font-family: Helvetica;
    line-height: 24px;
    font-size: 16px;
    color: #353535;
    margin-top: 46px;
}

.contact-list li span {
    font-family: Helvetica;
    font-weight: 300;
    margin-left: 15px;
}

.contacts-social {
    margin-top: 196px;
    display: flex;
    display: -ms-flex;
    align-items: center;
}

.contacts-social-links {
    margin-left: 151px;
    display: flex;
}

.contacts-social-link-item-prefix {
    margin: 0 10px;
}

/* Downloads */
.download-content {
    margin-top: 50px;
}

.download-link-to-github {
    margin-top: 50px;
    display: flex;
    display: -ms-flex;
}

.download-link-to-github a {
    margin-left: 5px;
}

.download-programming-language {
    margin-top: 25px;
}

.download-versions {
    display: flex;
    display: -ms-flex;
}

.download-version {
    background: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 15px 30px;
    margin: 25px 25px 0 0;
}

.download-version:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25), 0 -1px 10px rgba(0, 0, 0, 0.25);
    transition: .3s ease-in-out;
}

.download-version-icon {
    background-image: url('/images/client/file-archive-solid.svg');
    width: 52px;
    height: 70px;
    margin: auto;
}

.download-version-title {
    font-family: Helvetica;
    line-height: 24px;
    font-size: 16px;
    margin-top: 10px;

    color: #353535;
}

/* Demo-site */
.demo-content-block {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    margin-top: 40px;
}

.demo-picture-block {
    margin-right: 12%;
}

.demo-content-wrap {
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    justify-content: space-between;
}

.demo-content-description-item {
    font-size: 16px;
    margin-top: 25px;
}

.demo-content-label {
    margin-left: 15px;
}

.demo-content-description-item .fas, .demo-content-description-item .fab {
    font-size: 20px;
}

/* Members */
.member-list {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.member-item {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25), 0px -1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 31%;
    margin-top: 40px;
    min-height: 171px;
    transition: 0.3s ease-in-out;
}

.member-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25), 0 -1px 10px rgba(0, 0, 0, 0.25);
}

.member-label {
    border-bottom: 1px solid #EAEAEA;
    padding: 24px 0;
    margin: auto;
    display: flex;
    display: -ms-flex;
    flex-direction: row;
    justify-content: center;
}

.member-title {
    font-family: Helvetica;
    line-height: 40px;
    font-size: 27px;

    color: #353535;
}

.member-specialty {
    font-family: Helvetica;
    line-height: 33px;
    font-size: 22px;

    color: #0146E9;
}

.member-contacts {
    text-align: center;
    padding: 18px 0;
}

.member-contacts ul li {
    font-family: Helvetica;
    line-height: 21px;
    font-size: 14px;

    color: #6C6C6C;
}

/* Search */
form {
    display: flex;
    display: -ms-flex;
    margin: 30px 0 50px 0;
}

#search-string-page {
    width: 400px;
}

#search-page-button {
    background: none;
    border: none;
    outline: none;
}

/* Pagination */
.pagination {
    display: flex;
    align-items: center;
    margin-top: 35px;
    font-size: 16px;
}

.pagination li:not(:first-child) {
    margin-left: 14px;
}

.pagination li i {
    margin: 0;
}

@media (max-width: 900px) {
    .big-text, .main-plans-item {
        font-size: 14px;
    }
}