@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/merriweather/v28/u-440qyriQwlOrhSvowK_l5Oew.ttf) format('truetype');
}
/* animation */
@-webkit-keyframes shine {
    100% {
        left: 150%;
    }
}
@keyframes shine {
    100% {
        left: 150%;
    }
}
@-webkit-keyframes radial-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
        box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
        box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
    }
}
@keyframes radial-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
        box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
        box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
    }
}
/* common */
html {
    font-size: 10px;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #252547;
    scroll-behavior: smooth;
    position: relative;
}
section {
    padding-top: 60px;
    position: relative;
}
a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #315efb;
}
a:visited {
    color: #315efb;
}
a:hover {
    text-decoration: none;
    color: #252547;
}
a:focus,
input:focus,
button:focus,
video:focus,
.slick-slide:focus {
    outline: none;
}
p {
    margin-bottom: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
ul li {
    position: relative;
    margin-bottom: 8px;
}
ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #315efb;
    position: absolute;
    top: 10px;
    left: -22px;
}
.button,
a.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 240px;
    height: 50px;
    border: 2px solid #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    position: relative;
}
.button:hover,
a.button:hover {
    text-decoration: none;
    background-color: #fff;
    color: #315efb;
}
.button.button-large,
a.button.button-large {
    width: 280px;
    max-width: 280px;
}
.button.button-blue,
a.button.button-blue {
    background-color: #315efb;
    border: 2px solid #315efb;
    color: #fff;
}
.button.button-blue:hover,
a.button.button-blue:hover {
    background-color: #fff;
    text-decoration: none;
    color: #315efb;
}
::-webkit-input-placeholder {
    color: #252547;
    opacity: 0.3;
}
:-ms-input-placeholder {
    color: #252547;
    opacity: 0.3;
}
::-ms-input-placeholder {
    color: #252547;
    opacity: 0.3;
}
::placeholder {
    color: #252547;
    opacity: 0.3;
}
:-ms-input-placeholder {
    color: #252547;
    opacity: 0.3;
}
::-ms-input-placeholder {
    color: #252547;
    opacity: 0.3;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    border: 1px solid rgba(49, 94, 251, 0.3);
    border-radius: 6px;
    display: block;
    width: 100%;
    padding: 1rem;
    margin-bottom: 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus {
    border: 1px solid rgba(49, 94, 251, 0.6);
}
input[type="text"].req:invalid,
input[type="email"].req:invalid,
input[type="url"].req:invalid,
input[type="password"].req:invalid,
input[type="number"].req:invalid,
input[type="tel"].req:invalid,
input[type="range"].req:invalid,
input[type="date"].req:invalid,
input[type="month"].req:invalid,
input[type="week"].req:invalid,
input[type="time"].req:invalid,
input[type="datetime"].req:invalid,
input[type="datetime-local"].req:invalid,
input[type="color"].req:invalid {
    border: 1px solid #f00;
}
textarea {
    border: 1px solid rgba(49, 94, 251, 0.3);
    border-radius: 6px;
    display: block;
    width: 100%;
    padding: 1rem;
    margin-bottom: 15px;
    outline: none !important;
}
select {
    border: 1px solid rgba(49, 94, 251, 0.3);
    border-radius: 6px;
    display: block;
    width: 100%;
    padding: 1rem;
    margin-bottom: 15px;
    outline: none !important;
}
select:focus-visible {
    border: 1px solid rgba(49, 94, 251, 0.6) !important;
}
input[type=checkbox] {
    display: none;
    width: 0;
}
input[type=checkbox]+span {
    text-align: left;
    font-size: 1.6rem;
}
input[type=checkbox]+span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(49, 94, 251, 0.3);
    border-radius: 4px;
    position: static;
    margin-right: 8px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}
input[type=checkbox]:checked+span::before {
    background: #315efb url('../img/checkbox.png') center center no-repeat;
    background-size: 12px 10px;
}
.black {
    font-weight: 900;
}
strong,
.bold {
    font-weight: 700;
}
.medium {
    font-weight: 500;
}
.light {
    font-weight: 300;
}
.italic {
    font-style: italic;
}
.small {
    font-size: 1.4rem;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.blue {
    color: #315efb;
}
.blueline {
    position: relative;
}
.blueline:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #315efb;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 104px;
}
.slick-dots li:before {
    display: none;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 1px solid #EAEAEA;
    background-color: #E1E1E1;
}
.slick-dots li.slick-active button {
    background-color: #315efb;
}
.slick-prev {
    width: 40px;
    height: 40px;
    z-index: 1;
    background: url(../img/prev.svg) center no-repeat;
    background-size: contain;
    left: 5px;
}
.slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
    background: url(../img/next.svg) center no-repeat;
    background-size: contain;
    right: 5px;
}
.entry-footer {
    margin-top: 1.5em;
}
/* select */
.select {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.select__head {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 1px solid #C1CFFE;
    border-radius: 8px;
    cursor: pointer;
    padding: 1rem;
}
.select__head:focus-visible {
    border: 1px solid rgba(49, 94, 251, 0.6);
}
.select__head::after {
    width: 10px;
    height: 6px;
    background: #ffffff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23ED266A'/%3E%3C/svg%3E%0A") no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    content: '';
    display: block;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.select__head.open::after {
    -webkit-transform: translateY(50%) rotate(180deg);
    transform: translateY(50%) rotate(180deg);
}
.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}
.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}
.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}
.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}
.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5);
}
/* typography */
h1,
.h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4;
}
.h1,
h1 {
    font-size: 4.8rem;
}
h2,
.h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0;
}
.h2 {
    margin-bottom: 65px;
    position: relative;
}
.h2:after {
    content: '';
    width: 330px;
    height: 2px;
    background-color: #315efb;
    position: absolute;
    left: 0;
    bottom: -18px;
}
h3,
.h3 {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 0;
}
h4,
.h4 {
    font-size: 1.8rem;
}
.merriweather {
    font-family: 'Merriweather', serif;
}
/* navbar */
.navbar {
    padding: 19px 0;
    min-height: 145px;
    background-color: #315efb;
}
.navbar.navbar-expand-xl .navbar-nav {
    width: calc(100% - 280px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.navbar.navbar-expand-xl .navbar-nav .nav-item {
    margin-bottom: 0;
}
.navbar.navbar-expand-xl .navbar-nav .nav-item:before {
    display: none;
}
.navbar.navbar-expand-xl .navbar-nav .nav-link {
    color: #fff;
    padding: 0.8em 0;
}
.navbar .container {
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.navbar .navbar-brand {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-thin {
    min-height: 105px;
    padding: 9px 0;
    background-color: #315efb;
}
.navbar-thin .top-links {
    visibility: hidden;
    opacity: 0;
}
.navbar-thin .navbar-brand {
    max-width: 80px;
}
.navbar-thin .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dropdown-menu {
    border: 1px solid #EEF2F4;
    border-radius: 0;
    min-width: 230px;
    padding: 0;
    margin: 0;
}
.dropdown-item {
    font-size: 1.5rem;
    padding: 8px 15px;
    border-top: 1px solid #EEF2F4;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item.active {
    background-color: #EEF2F4;
    color: #252547;
}
.dropdown-toggle:after {
    border: none;
    width: 18px;
    height: 18px;
    background: url(../img/down.svg) center no-repeat;
    background-size: contain;
    vertical-align: -0.3em;
    display: none;
}
.top-links {
    position: absolute;
    top: -10px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.top-links .blind-link {
    cursor: pointer;
    margin-left: 35px;
}
.top-links a {
    display: block;
    margin-left: 35px;
    color: #fff;
}
.top-links a:hover {
    text-decoration: none;
}
.top-links-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 20px;
}
.top-links-mob .blind-link {
    cursor: pointer;
    margin-right: 35px;
}
.top-links-mob a {
    display: block;
    margin-right: 35px;
    color: #fff;
}
.top-links-mob a:hover {
    text-decoration: none;
}
.home .navbar {
    background-color: transparent;
}
.home .navbar-thin {
    background-color: #315efb;
}
/* main-screen */
.main-screen {
    min-height: 750px;
    background: url(../img/poster.jpg) center top no-repeat;
    background-size: cover;
	overflow: hidden;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.main-screen .container {
    position: relative;
    z-index: 1;
}
.main-screen .h1 {
    font-size: 5.7rem;
}
.main-screen p {
    margin: 15px 0 30px;
    font-size: 1.7rem;
}
video#bgvid {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%); */
}
/* partners-slider */
.partners-slider {
    padding: 50px 0;
    background-color: #fff;
}
.partners-slider .img-fluid {
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.partners-slider .img-fluid:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.partners-slide {
    height: 100px;
    padding: 0 15px;
}
/* projects */
.projects {
    background: #315efb url(../img/bg-numbers.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 120px;
    overflow: hidden;
}
.projects.blueline:before {
    background-color: rgba(255, 255, 255, .3);
}
.projects .h2:after {
    background-color: #fff;
}
.projects-slider .slick-prev {
    border: 2px solid #fff;
    border-radius: 20px;
    background: url(../img/prev-arrow-white.svg) center no-repeat;
    transition: all 0.2s;
    top: auto;
    bottom: -80px;
    left: 0;
    transform: translate(0, 0);
}
.projects-slider .slick-prev:hover {
    background: #fff url(../img/prev-arrow-blue.svg) center no-repeat;
}
.projects-slider .slick-next {
    border: 2px solid #fff;
    border-radius: 20px;
    background: url(../img/next-arrow-white.svg) center no-repeat;
    transition: all 0.2s;
    top: auto;
    bottom: -80px;
    right: auto;
    left: 60px;
    transform: translate(0, 0);
}
.projects-slider .slick-next:hover {
    background: #fff url(../img/next-arrow-blue.svg) center no-repeat;
}
.projects-slider .slick-list {
    overflow: visible;
}
.projects-slide-body {
    border: 1px solid #597EEF;
    border-radius: 15px;
    margin-right: 50px;
    padding: 50px;
    background-color: rgba(89, 126, 239, 0.4);
}
.projects h3 {
    font-size: 2.7rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 35px;
    color: #fff !important;
}
.projects a.button img {
    content: '';
    width: 6px;
    height: 10px;
    margin-left: 15px;
    /*position: absolute;
    top: 20px;
    right: 20px;*/
}
/* numbers */
.numbers {
    background: #315efb url(../img/bg-numbers.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 160px 0;
}
.numbers .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.numbers-item {
    padding: 0 60px;
    border-right: 2px solid #fff;
    width: 31%;
}
.numbers-item:nth-child(1) {
    padding-left: 0;
}
.numbers-item:nth-child(2) {
    width: 38%;
}
.numbers-item:nth-child(3) {
    padding-right: 0;
    border-right: none;
}
.numbers-header {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 30px;
    height: 120px;
    margin-bottom: 40px;
}
.numbers .button-small {
    width: 140px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.numbers .button-small:hover {
    background-color: #fff;
    color: #315efb;
    text-decoration: none;
}
.numbers .quantity {
    font-size: 7.2rem;
    font-weight: 700;
    line-height: 1;
}
.numbers p {
    font-size: 1.8rem;
}
/* event */
.event-slider {
    padding-top: 40px;
	padding-bottom: 100px;
}
.event .slick-prev {
    width: 40px;
    height: 40px;
    z-index: 1;
    background: url(../img/prev.svg) center no-repeat;
    background-size: contain;
    top: -15px;
    left: auto;
    right: 60px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.event .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
    background: url(../img/prev.svg) center no-repeat;
    background-size: contain;
    top: -15px;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* tochki */
.tochki {
    padding-bottom: 60px;
}
.tochki-header {
    font-size: 3.6rem;
    line-height: 1.4;
    margin-top: 100px;
}
.tochki-wrapper h3 {
    display: inline-block;
    font-size: 3rem;
    color: #315efb;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 2px solid transparent;
}
.tochki-wrapper p {
    font-size: 1.5rem;
}
.tochki-top {
    padding-bottom: 30px;
    margin-left: 10px;
    border-bottom: 1px solid #315efb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tochki-bottom {
    padding-top: 30px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tochki-left {
    padding-right: 10px;
    border-right: 1px solid #315efb;
    width: 49%;
    height: 170px;
    position: relative;
}
.tochki-left:before {
    -webkit-transform: translate(-55%, -54%) rotate(2deg);
    transform: translate(-55%, -54%) rotate(2deg);
}
.tochki-right {
    padding-left: 10px;
    width: 49%;
    height: 170px;
    position: relative;
}
.tochki-right:before {
    -webkit-transform: translate(-48%, -54%) rotate(-2deg);
    transform: translate(-48%, -54%) rotate(-2deg);
}
.tochki-item {
    position: relative;
    height: 170px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tochki-item:before {
    content: '';
    width: 350px;
    height: 170px;
    background-color: #315efb;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.tochki-item h3,
.tochki-item p {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tochki-item:hover:before {
    opacity: 1;
}
.tochki-item:hover h3,
.tochki-item:hover p {
    color: #fff;
}
/* application */
.application {
    font-size: 1.8rem;
    padding-bottom: 30px;
}
.application.blueline:before {
	top: 45px;
}
.application-slider {
    background-color: #EEF2F4;
    margin-top: 50px;
    margin-bottom: 50px;
}
.application-slide {
    padding: 50px 0 20px;
    background-color: #EEF2F4;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 540px;
}
.application-slide__1 {
    background-image: url(../img/application/bg1.jpg);
}
.application-slide__2 {
    background-image: url(../img/application/bg2.jpg);
}
.application-slide__3 {
    background-image: url(../img/application/bg3.jpg);
}
.application-slide__4 {
    background-image: url(../img/application/bg4.jpg);
}
.application-right img {
    margin: 0 auto;
}
.application h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #315efb;
    font-size: 3.6rem;
}
.application h2.slide-3 {
    margin-top: 50px;
    font-size: 4.8rem;
}
.application .h2 {
	font-size: 2.4rem;
}
.application-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.application-links img {
    margin-right: 20px;
}
.application-img {
    position: absolute;
    right: 0;
    top: -70px;
    z-index: 2;
}
.application ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 2rem;
}
.application .button {
    margin-top: 25px;
    max-width: 280px;
}
.application .button.slide-3 {
    margin-top: 50px;
}
.application .slick-dots {
    bottom: -80px;
}
.qr {
    margin: 40px 0;
}
/* main-articles */
.main-article {
    max-width: 270px;
    margin: 0px auto 60px auto;
}
.main-article-img {
    width: 270px;
    height: 160px;
    overflow: hidden;
    margin-bottom: 25px;
}
.main-article-img-wrapper {
    display: block;
    width: 270px;
    height: 160px;
    background-position: center center;
    background-size: 100% 100%;
    -webkit-transition: background-size 0.4s ease-in;
    transition: background-size 0.4s ease-in;
}
.main-article-img-wrapper:hover {
    background-size: 110% 110%;
}
.main-article-date {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.main-article-header {
    display: block;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    height: 70px;
    margin-bottom: 20px;
    color: #252547;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.main-article-header:visited {
    color: #252547;
}
.main-article-header:hover {
    color: #315efb;
    text-decoration: none;
}
.readmore {
    color: #252547;
    position: relative;
    padding-left: 20px;
}
.readmore:visited {
    color: #252547;
}
.readmore:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../img/readmore.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.readmore:hover {
    color: #315efb;
    text-decoration: none;
}
/* contacts */
.contacts {
    padding-top: 60px;
    padding-bottom: 20px;
}
.contacts-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contacts a {
    display: block;
}
.contacts a:hover {
    color: #252547;
}
.contacts-link {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 30px;
    font-size: 1.8rem;
}
.contacts-link:before {
    content: '';
    width: 13px;
    height: 13px;
    background: url(../img/readmore.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 7px;
    left: 0;
}
.contacts-phones {
    font-size: 1.8rem;
}
.contacts-phone {
    margin-top: 5px;
    font-size: 3.6rem;
    font-weight: 700;
}
/* footer */
.footer {
    background-color: #315efb;
    color: #fff;
}
.footer a {
    display: block;
    color: #fff;
}
.footer a:hover {
    text-decoration: none;
    color: #bbb;
}
.footer-container {
    padding: 40px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-container a {
    height: 40px;
    line-height: 40px;
}
.footer-container a.logo {
    height: auto;
}
.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 15px 30px;
    border-top: 1px solid #fff;
}
/* up button */
#up {
    display: block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #d2d2d2;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 9999;
    cursor: pointer;
}
#up:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/up.svg) center no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#up.show {
    opacity: 0.5;
}
#up.show:hover {
    opacity: 1;
}
/* pages */
.main {
    margin-top: 146px;
    padding-top: 40px;
    padding-bottom: 60px;
    min-height: 65vh;
    position: relative;
    background: url(../img/bg/main-bg.png) right 400px no-repeat;
    background-size: auto auto;
}
.main:after {
    content: '';
    width: 100%;
    height: 28px;
    background: url(../img/bg/header-bg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 40px;
    left: 0;
}
.main:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #315efb;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 85px;
}
.main-blank {
    background: none;
}
.main-block {
    padding-left: 55px;
}
.main-2 {
    background: url(../img/bg/main-2-bg.png) center bottom no-repeat;
    background-size: auto auto;
}
/* about */
.about {
    font-size: 2.1rem;
}
.about-container {
    position: relative;
    padding-left: 60px;
}
.about-block {
    margin-bottom: 60px;
    max-width: 840px;
}
.about-quote {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding: 35px 60px;
    border: 4px solid #315efb;
    max-width: 800px;
}
.about-quote .about-podpis {
    font-weight: 400;
    border: none;
    margin-top: 10px;
    padding-top: 0;
}
.aq2 {
    position: relative;    
    &:before {
        content: '';
        width: 4px;
        height: 170px;
        background-color: #fff;
        position: absolute;
        left: -4px;
        top: 50%;
        transform: translateY(-50%);
    }
    &:after {
        content: '';
        width: 4px;
        height: 170px;
        background-color: #fff;
        position: absolute;
        right: -4px;
        top: 50%;
        transform: translateY(-50%);
    }
}
.aq2 p {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
}
.about-block-quote {
    font-size: 3rem;
    line-height: 1.4;
    position: relative;
    padding-left: 55px;
}
.about-block-quote:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #315efb;
    position: absolute;
    left: -5px;
    top: 0;
}
.about-block-quote:after {
    content: '';
    width: 4px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    left: -5px;
    bottom: 20px;
}
.about-podpis {
    border-top: 1px solid #315EFB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-top: 60px;
    padding-top: 20px;
    color: #252547;
    opacity: 0.5;
    font-size: 1.8rem;
}
.about-mission {
    background-color: #315efb;
    padding: 40px 0;
    margin-bottom: 80px;
}
.about-mission p {
    max-width: 840px;
    color: #fff;
    font-size: 3rem;
    position: relative;
    padding-left: 45px;
}
.about-mission p:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: -15px;
    top: 0;
}
.about-block-list {
    margin-bottom: 100px;
    position: relative;
}
.about-number {
    display: block;
    position: absolute;
    left: -60px;
    top: 0;
}
.about h2 {
    font-size: 3rem;
    margin-bottom: 60px;
    line-height: 1.6;
}
.about ul {
    max-width: 600px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 30px;
    margin-left: 60px;
}
.about ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px 20px 30px;
    width: 48%;
    height: 200px;
    border: 2px solid #262547;
    border-radius: 20px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about ul li:before {
    content: '';
    width: 2px;
    height: 120px;
    background-color: #fff;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}
.about ul li:after {
    content: '';
    width: 2px;
    height: 120px;
    background-color: #fff;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
}
.about-director p.small {
    font-size: 1.6rem;
    opacity: 0.5;
} 
/* enter */
.quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 15px 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 20px 40px rgba(0, 0, 0, 0.2);
    max-width: 880px;
    margin: 80px 0 80px auto;
    padding: 30px;
}
.quote .italic {
    margin: 10px auto;
    opacity: 0.66;
}
.quote .medium {
    font-size: 1.8rem;
    opacity: 0.66;
}
.quote-img {
    margin-left: 30px;
}
.quote-name {
    text-align: right;
}
.text-block {
    font-size: 2rem;
    max-width: 800px;
}
.tag-cloud {
    margin: 80px 0;
    position: relative;
    font-size: 10px;
}
.tag-cloud h2 {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.tag-cloud h2:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9;
}
.tag-cloud h2:nth-child(1) {
    font-size: 3.3em;
    opacity: 0.5;
}
.tag-cloud h2:nth-child(2) {
    font-size: 2.8em;
    opacity: 0.33;
    margin-left: 70px;
}
.tag-cloud h2:nth-child(3) {
    font-size: 3.5em;
    opacity: 0.2;
    margin-left: 270px;
}
.tag-cloud h2:nth-child(4) {
    font-size: 4.2em;
    opacity: 0.75;
    margin-left: 0px;
}
.tag-cloud h2:nth-child(5) {
    font-size: 6.4em;
    opacity: 0.66;
    margin-left: 0px;
}
.tag-cloud h2:nth-child(6) {
    font-size: 3.3em;
    opacity: 0.25;
    margin-left: 110px;
}
.tag-cloud h2:nth-child(7) {
    font-size: 4.2em;
    opacity: 0.55;
    margin-left: 20px;
}
.tag-cloud h2:nth-child(8) {
    font-size: 3.1em;
    opacity: 1;
    margin-left: 0px;
}
.tag-cloud h2:nth-child(8) a {
    color: #315efb;
}
.tag-cloud h2:nth-child(9) {
    font-size: 4.2em;
    opacity: 0.42;
    margin-left: 0px;
}
.tag-cloud h2:nth-child(10) {
    font-size: 2.3em;
    opacity: 0.66;
    margin-left: 135px;
}
.tag-cloud a {
    color: #252547;
}
.tag-cloud a:hover {
    text-decoration: none;
}
.enter-about {
    padding: 80px 0 100px 0;
    background: #315efb url(../img/bg-enter.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
}
.enter-about p {
    max-width: 600px;
    font-size: 2rem;
}
.enter-about .button {
    margin-top: 40px;
    max-width: 340px;
}
.enter-about .button img {
    margin-left: 16px;
}
.enter-about .button:hover {
    background-color: transparent;
    color: #fff;
}
.enter-how {
    padding: 90px 0;
    background-color: rgba(238, 242, 244, 0.4);
}
.enter-how-head {
    font-size: 2rem;
    opacity: 0.5;
    margin: 40px 0 30px;
}
.enter-how ul {
    padding-left: 30px;
    list-style: disc;
}
.enter-how ul li:before {
    display: none;
}
.enter-how a.button {
    margin: 90px auto 0 auto;
}
.enter-prim {
    margin-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.enter-prim small {
    display: block;
    width: 200px;
}
.enter-grafik-text {
    margin-top: 50px;
    padding-left: 140px;
    font-size: 2rem;
    color: rgba(38, 38, 38, 0.5);
}
.enter-attest {
    padding: 90px 0;
    background: url(../img/ellipse5.png) left top no-repeat;
    background-size: contain;
}
.enter-tabs {
    margin-top: 50px;
    max-width: 820px;
}
.enter-tabs .nav-tabs {
    border-bottom: 1px solid rgba(49, 94, 251, 0.3);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 20px;
}
.enter-tabs .nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    font-size: 1.8rem;
}
.enter-tabs .nav-tabs .nav-link.active {
    border-bottom: 2px solid #315efb;
    color: #315efb;
    font-weight: 500;
}
.enter-tabs .tab-content {
    padding: 40px 30px;
    font-size: 2rem;
}
.enter-tabs .tab-content ul li:before {
    top: 15px;
}
.enter-docs {
    padding: 90px 0;
    background-color: rgba(238, 242, 244, 0.4);
}
.enter-docs-body {
    margin: 70px 0 50px;
    text-align: center;
}
.enter-docs-body img {
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}
.enter-treb {
    padding: 0 0 90px;
}
.enter-treb ul {
    margin-top: 45px;
    padding-left: 25px;
    font-size: 2rem;
}
.enter-treb ul li {
    margin-bottom: 15px;
}
.enter-treb ul li:before {
    top: 15px;
}
.enter-treb .button {
    margin: 100px auto 0 auto;
}
/* program */
.table thead tr th,
.tablepress thead tr th {
    padding: 1.65rem;
    padding-bottom: 2rem;
    font-weight: 300;
    opacity: 0.5;
    border: none;
    background-color: #fff;
}
.table tbody tr td,
.tablepress tbody tr td {
    padding: 1.65rem;
    border-color: #C5D2FF;
}
.table tbody tr td .contacts-link,
.tablepress tbody tr td .contacts-link {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 0;
}
.table tbody tr td .contacts-link:before,
.tablepress tbody tr td .contacts-link:before {
    top: 3px;
}
.table tbody tr td span,
.tablepress tbody tr td span {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1;
}
.table tbody tr:first-child td,
.tablepress tbody tr:first-child td {
    border-top: 1px solid #C5D2FF !important;
}
.table tfoot tr td,
.tablepress tfoot tr td {
    padding: 1.65rem;
    border-top: 1px solid #C5D2FF;
}
.program {
    background: url(../img/bg/program-bg.png) center bottom no-repeat;
    background-size: auto auto;
}
.program .table thead tr th:not( :nth-child(1)),
.program .tablepress thead tr th:not( :nth-child(1)) {
    text-align: right;
}
.program .table tbody tr td:first-child,
.program .tablepress tbody tr td:first-child {
    width: 40%;
}
.program .table tbody tr td:not( :nth-child(1)),
.program .tablepress tbody tr td:not( :nth-child(1)) {
    text-align: right;
}
/* reestr */
.podheader {
    font-size: 2rem;
}
.searchform form {
    position: relative;
    width: 100%;
    height: 80px;
    margin-top: 50px;
    margin-bottom: 70px;
}
.searchform input[type="text"] {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 80px;
    padding-left: 40px;
    position: absolute;
    border: 1px solid #C5D2FF;
    border-radius: 8px;
    -webkit-box-shadow: 0 12px 25px rgba(11, 46, 86, 0.13);
    box-shadow: 0 12px 25px rgba(11, 46, 86, 0.13);
}
.searchform input[type="text"].req:invalid {
    border: 1px solid #f00;
}
.search-button {
    display: block;
    width: 120px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #315efb;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1.4rem;
}
.search-button img {
    margin-top: -5px;
    margin-right: 10px;
}
.reestr {
    background: url(../img/bg/reestr-bg.png) center center no-repeat;
    background-size: auto auto;
    min-height: 700px;
}
.result-block {
    margin-bottom: 50px;
}
.result-block h2 {
    font-size: 3.6rem;
}
.result-body {
    max-width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.result-item {
    width: 310px;
    margin-right: 40px;
    margin-top: 30px;
    font-weight: 300;
}
.result-item span {
    opacity: 0.5;
}
.result-item-long {
    width: 100%;
    margin-right: 0;
}
.result-item a.contacts-link {
    font-size: 1.6rem;
}
.result-item a.contacts-link:before {
    top: 5px;
}
.reestr-block .table tbody tr td,
.reestr-block .tablepress tbody tr td {
    width: 25%;
}
/* mery */
.mery {
    background: url(../img/bg/mery-bg.png) center bottom no-repeat;
    background-size: auto auto;
    padding-bottom: 2px;
}
.mery-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.mery-top {
    margin-bottom: 20px;
}
.mery-bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #315efb;
}
.mery-item {
    display: block;
    width: 33%;
    font-size: 2rem;
    font-weight: bold;
    padding: 30px;
    border-right: 1px solid #315efb;
    position: relative;
}
.mery-item span {
    position: relative;
}
.mery-item:before {
    /*content: '';
        width: 365px;
        height: 170px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        transition: opacity 0.3s;*/
    content: '';
    width: 330px;
    height: 150px;
    background-color: #315efb;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.mery-item:after {
    content: '';
    width: 40px;
    height: 25px;
    background: url(../img/mery-arrow.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 50px;
    bottom: 10px;
}
.mery-item:hover {
    color: #fff;
}
.mery-item:hover:before {
    opacity: 1;
}
.mery-item:hover:after {
    background: url(../img/mery-arrow-white.svg) center no-repeat;
}
.mery-item__1:before {
    -webkit-transform: translate(-50%, -50%) rotate(-2deg);
    transform: translate(-50%, -50%) rotate(-2deg);
}
.mery-item__2:before {
    -webkit-transform: translate(-50%, -50%) rotate(2deg);
    transform: translate(-50%, -50%) rotate(2deg);
}
.mery-item__3:before {
    -webkit-transform: translate(-50%, -50%) rotate(-2deg);
    transform: translate(-50%, -50%) rotate(-2deg);
}
.mery-item__4:before {
    -webkit-transform: translate(-50%, -50%) rotate(2deg);
    transform: translate(-50%, -50%) rotate(2deg);
}
.mery-item__5:before {
    -webkit-transform: translate(-50%, -50%) rotate(-2deg);
    transform: translate(-50%, -50%) rotate(-2deg);
}
.mery-item__6:before {
    -webkit-transform: translate(-50%, -50%) rotate(2deg);
    transform: translate(-50%, -50%) rotate(2deg);
}
.accordion {
    margin-top: 100px;
}
.panel-heading {
    padding: 20px 150px 20px 10px;
    border-top: 1px solid rgba(49, 94, 251, 0.3);
    font-weight: 500;
    color: #252547;
    font-size: 2.1rem;
    position: relative;
}
.panel-heading:after {
    content: '';
    width: 25px;
    height: 20px;
    background: url(../img/panel-arrow.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 25px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.panel-heading:hover {
    cursor: pointer;
}
.panel-heading.in:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.panel-collapse {
    padding: 10px;
    padding-bottom: 50px;
    display: none;
    font-size: 1.8rem;
}
.panel-collapse.show {
    display: block;
}
.panel-collapse ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.panel-collapse ul li {
    max-width: 290px;
    margin-right: 50px;
    margin-bottom: 20px;
}
.panel-collapse a.contacts-link {
    margin-top: 10px;
    margin-bottom: 0;
}
.panel-opisanie {
    max-width: 650px;
}
.srok-summa {
    margin: 25px 0;
}
.summa {
    padding-left: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}
.summa:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../img/ruble.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.srok {
    padding-left: 30px;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
}
.srok:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../img/time.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.percent {
    padding-left: 30px;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
}
.percent:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../img/percent.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
/* akselerator */
.order-box {
    margin-top: 8rem;
    background: #315EFB;
    padding-top: 5.5rem;
    padding-bottom: 11.3rem;
    overflow: hidden;
}
.d-grid {
    display: grid;
}
.akselerator {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}
.akselerator__left {
    color: #FFFFFF;
}
.akselerator__subtitle {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 166%;
}
.akselerator__title {
    width: 100%;
    max-width: 57.5rem;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 120%;
}
.bg-blue {
    display: block;
    position: relative;
    z-index: 1;
}
.bg-blue::before {
    content: '';
    position: absolute;
    width: calc(100% + 1rem);
    height: 100%;
    background: #1340DD;
    top: 50%;
    left: -1.5rem;
    transform: translateY(-50%) skewX(-10deg);
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: -1;
}
.akselerator__list {
    margin-top: 1.5rem;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin-bottom: 5.2rem;
    grid-gap: 2rem;
}
.akselerator__list li {
    font-size: 1.8rem;
    line-height: 140%;
}
.btn-border {
    width: 100%;
    max-width: 26rem;
}
.akselerator__right {
    position: relative;
}
.akselerator__img {
    position: absolute;
    top: -5.5rem;
    left: 0;
    width: 63.5rem;
}
/* postavshiki */
.accordion-info {
    max-width: 850px;
    border-radius: 8px;
    -webkit-box-shadow: 0 12px 25px rgba(11, 46, 86, 0.13);
    box-shadow: 0 12px 25px rgba(11, 46, 86, 0.13);
}
.accordion-info .panel-heading {
    padding-left: 40px;
    background-color: rgba(49, 94, 251, 0.03);
    color: #315efb;
    border-top: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid rgba(49, 94, 251, 0.3);
    font-size: 2.4rem;
    font-weight: normal;
}
.accordion-info .panel-heading:after {
    width: 18px;
    height: 11px;
    background: url(../img/panel-arrow-blue.svg) center no-repeat;
    top: 31px;
}
.accordion-info .panel-heading.in {
    background-color: transparent;
    border-bottom: none;
}
.accordion-info .panel-heading.in:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.accordion-info .panel-collapse {
    padding: 20px;
}
.accordion-info .panel-collapse h3,
.accordion-info .panel-collapse p {
    padding-left: 1.65rem;
    line-height: 1.6;
}
.accordion-info .info {
    margin: 110px auto 50px auto;
}
.accordion-info .info.q1 {
    margin-top: 55px;
}
.accordion-info .info-itog {
    padding: 1.65rem;
    border: 1px solid rgba(49, 94, 251, 0.3);
    background-color: rgba(49, 94, 251, 0.03);
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.accordion-info .table,
.accordion-info .tablepress {
    margin: 20px auto 50px;
}
.accordion-info .table thead tr th,
.accordion-info .tablepress thead tr th {
    border-bottom: 1px solid #C5D2FF;
}
.accordion-info .table thead tr th:not(:first-child),
.accordion-info .tablepress thead tr th:not(:first-child) {
    width: 112px;
    text-align: right;
}
.accordion-info .table tbody tr td,
.accordion-info .tablepress tbody tr td {
    border: none;
}
.accordion-info .table tbody tr td:first-child,
.accordion-info .tablepress tbody tr td:first-child {
    font-weight: 300;
}
.accordion-info .table tbody tr td:not(:first-child),
.accordion-info .tablepress tbody tr td:not(:first-child) {
    width: 112px;
    text-align: right;
}
.accordion-info .table tfoot tr td:not(:first-child),
.accordion-info .tablepress tfoot tr td:not(:first-child) {
    text-align: right;
}
/* contact form */
.wpcf7-form .wpcf7-list-item {
    display: block;
    margin: 0 0 5px;
}
.wpcf7-form label {
    font-size: 14px;
}
.wpcf7-form .wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #f00;
}
/* news */
.news-page {
    padding-bottom: 60px;
}
.news-page-row .col-xl-4:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.news-page-row .col-xl-4:first-child .news-item {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.news-page-row .col-xl-4:first-child .news-item-img {
    width: 65.6%;
    max-width: 100%;
    height: 440px;
}
.news-page-row .col-xl-4:first-child .news-item-img-wrapper {
    max-width: 100%;
    height: 440px;
}
.news-page-row .col-xl-4:first-child .news-item-text {
    width: 33%;
    height: 440px;
    padding-left: 40px;
    position: relative;
}
.news-page-row .col-xl-4:first-child .news-item-header {
    font-size: 2.4rem;
    height: auto;
    margin-bottom: 10px;
}
.news-page-row .col-xl-4:first-child .news-item-excerpt {
    display: block;
    opacity: 0.5;
    margin-bottom: 50px;
}
.news-page-row .col-xl-4:first-child .news-item-date {
    position: absolute;
    bottom: 20px;
}
.news-item {
    margin: 0px auto 60px auto;
    max-width: 360px;
}
.news-item-img {
    width: 100%;
    max-width: 360px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 12px;
}
.news-item-img-wrapper {
    display: block;
    width: 100%;
    max-width: 360px;
    height: 210px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: background-size 0.4s ease-in;
    transition: background-size 0.4s ease-in;
}
.news-item-header {
    display: block;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    height: 50px;
    color: #252547;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.news-item-header:visited {
    color: #252547;
}
.news-item-header:hover {
    color: #315efb;
    text-decoration: none;
}
.news-item-excerpt {
    display: none;
}
.news-item-date {
    font-size: 1.4rem;
    margin-bottom: 10px;
    opacity: 0.5;
}
.news-row .news-item-date {
    margin-top: 15px;
    margin-bottom: 25px;
}
.news-row .post-thumbnail {
    margin-bottom: 40px;
}
.news-row ul {
    margin-left: 20px;
}
.news-header {
    font-size: 3.6rem;
}
blockquote {
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 2.6rem;
    font-family: 'Merriweather', serif;
}
blockquote:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #315efb;
    position: absolute;
    left: -5px;
    top: 0;
}
blockquote:after {
    content: '';
    width: 4px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    left: -5px;
    bottom: 15px;
}
.widget ul {
    margin: 0;
}
.widget ul li {
    line-height: 1.2;
    padding: 18px 0;
    border-top: 1px solid rgba(49, 94, 251, 0.3);
}
.widget ul li:before {
    display: none;
}
.widget ul li a {
    color: #252547;
    opacity: 0.5;
    font-size: 1.5rem;
}
.widget ul li:last-child {
    border-bottom: 1px solid rgba(49, 94, 251, 0.3);
    margin-bottom: 18px;
}
.widget-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
}
.widget-title:before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #315efb;
    position: absolute;
    left: 0;
    top: -10px;
}
a.all-news {
    display: block;
    color: #315efb;
    text-align: right;
    padding-right: 30px;
    position: relative;
}
a.all-news:visited {
    color: #315efb;
}
a.all-news:after {
    content: '';
    width: 21px;
    height: 8px;
    background: url(../img/all-news.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 8px;
}
/* blind */
html.blind {
    font-size: 12px;
}
html.blind .h2:after {
    bottom: -12px;
}
html.blind .main-article-header {
    height: 81px;
}
.blind body {
    font-family: 'Arial', sans-serif;
}
/* main-login */
.main-login {
    width: 100%;
    min-height: 100vh;
    background: url(../img/bg-login.jpg) center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-login-form {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    max-width: 450px;
    margin: 0 auto;
    padding: 40px;
}
.main-login-form .img-fluid {
    display: block;
    margin: 0 auto 20px;
}
.main-login-form h3 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.main-login-form .no-account {
    color: #999;
    text-align: center;
    font-size: 15px;
    margin: 8px auto 22px;
}
.main-login-form label {
    font-size: 14px;
}
.main-login-form .button {
    margin: 40px auto 20px;
}
.main-login-form .forgot-password {
    display: block;
    text-align: center;
}
.main-login .red {
    color: #f00;
}
.table--css {
    max-height: 500px;
    overflow-y: auto;
}
.table--css thead {
    background-color: #fff;
    position: sticky;
    top: 0;
}
/* start media */
@media (min-width: 1400px) {
    .container {
        max-width: 1230px;
    }
}
@media (max-width: 1399px) {
    .main-screen {
        min-height: 700px;
    }
    .main {
        background: none;
    }
	.projects h3 {
    	font-size: 2.4rem;
	}	
    .numbers-header {
        font-size: 2.2rem;
    }
    .tochki-header {
        font-size: 3.2rem;
    }
    .tochki-wrapper h3 {
        font-size: 2.8rem;
    }
    .tochki-wrapper p {
        font-size: 1.5rem;
    }
    .application {
        font-size: 1.5rem;
    }
    .application h2 {
        font-size: 3rem;
    }
    .application h2.slide-3 {
        font-size: 4.5rem;
    }
    .application-img {
        max-width: 600px;
    }
    .mery-item {
        font-size: 2.1rem;
    }
    .mery-item:before {
        background: #315efb;
        width: 94%;
        height: 100%;
    }
}
@media (max-width: 1199px) {
    .akselerator__title {
        font-size: 2.9rem;
    }
    .akselerator__list li {
        font-size: 1.6rem;
    }
    .akselerator__img {
        width: 53.5rem;
    }
    .order-box {
        padding-bottom: 6.3rem;
    }
    .navbar {
        background-color: #315efb;
        padding: 10px 0;
        min-height: auto;
        max-height: 100vh;
        overflow-y: scroll;
    }
    .navbar .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar.navbar-expand-xl .navbar-nav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
        width: 100%;
    }
    .navbar.navbar-expand-xl .navbar-nav .nav-link {
        margin-right: 0;
    }
    .navbar-thin {
        padding: 10px 0;
    }
    .navbar-thin .navbar-brand {
        max-width: 100%;
    }
    .home .navbar {
        background-color: #315efb;
    }
    .navbar-collapse {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-toggler.collapsed {
        width: 65px;
        height: 35px;
        position: relative;
    }
    .navbar-toggler.collapsed .burger {
        position: absolute;
        display: block;
        width: 45px;
        height: 4px;
        border-radius: 4px;
        background-color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .navbar-toggler.collapsed .burger:focus {
        outline: none;
    }
    .navbar-toggler.collapsed .burger:before {
        content: '';
        display: block;
        width: 45px;
        height: 4px;
        border-radius: 4px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: -12px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .navbar-toggler.collapsed .burger:after {
        content: '';
        display: block;
        width: 45px;
        height: 4px;
        border-radius: 4px;
        background-color: #fff;
        position: absolute;
        right: 0;
        bottom: -12px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .navbar-toggler {
        width: 65px;
        height: 35px;
        position: relative;
    }
    .navbar-toggler .burger {
        position: absolute;
        display: block;
        width: 35px;
        height: 4px;
        border-radius: 4px;
        background-color: transparent;
        top: 50%;
        left: 50%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .navbar-toggler .burger:focus {
        outline: none;
    }
    .navbar-toggler .burger:before {
        content: '';
        display: block;
        width: 35px;
        height: 4px;
        border-radius: 4px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: -12px;
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navbar-toggler .burger:after {
        content: '';
        display: block;
        width: 35px;
        height: 4px;
        border-radius: 4px;
        background-color: #fff;
        position: absolute;
        right: 0;
        bottom: -12px;
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .top-links {
        display: none;
    }
    video#bgvid {
        display: none;
    }
    .main-screen {
        min-height: 100vh;
    }
    .numbers {
        padding: 90px 0;
    }
    .numbers .quantity {
        font-size: 5.6rem;
    }
    .numbers-header {
        font-size: 1.7rem;
    }
    .numbers p {
        font-size: 1.6rem;
    }
    .tochki-header {
        font-size: 2.6rem;
    }
    .tochki-wrapper h3 {
        font-size: 2.4rem;
    }
    .tochki-item:before {
        width: 270px;
    }
    .tochki-wrapper p {
        font-size: 1.4rem;
    }
    .application {
        font-size: 1.5rem;
    }
    .application h2 {
        font-size: 2.6rem;
    }
    .application-img {
        max-width: 100%;
    }
    .contacts-phone {
        font-size: 2.6rem;
    }
    .contacts-link {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
    .main {
        margin-top: 70px;
    }
    .main-block {
        padding-left: 0;
    }
    .enter-prim {
        margin-top: 40px;
    }
    .enter-docs-item {
        margin-bottom: 50px;
    }
    .tag-cloud {
        font-size: 9px;
    }
    .table thead tr th,
    .tablepress thead tr th {
        padding: 1rem;
        font-size: 1.5rem;
    }
    .table tbody tr td,
    .tablepress tbody tr td {
        padding: 1rem;
        font-size: 1.5rem;
    }
    .table tfoot tr td,
    .tablepress tfoot tr td {
        padding: 1rem;
        font-size: 1.5rem;
    }
    .podheader {
        font-size: 1.8rem;
    }
    .mery-item {
        font-size: 1.9rem;
    }
    .panel-heading {
        font-size: 1.9rem;
    }
    .panel-collapse {
        font-size: 1.5rem;
    }
    .accordion-info .panel-collapse h3,
    .accordion-info .panel-collapse p {
        padding-left: 1rem;
    }
    .news-page-row .col-xl-4:first-child .news-item-img {
        height: 300px;
    }
    .news-page-row .col-xl-4:first-child .news-item-img-wrapper {
        height: 300px;
    }
    .news-page-row .col-xl-4:first-child .news-item-text {
        height: 300px;
    }
    .news-page-row .col-xl-4:first-child .news-item-header {
        font-size: 1.8rem;
    }
    .news-page-row .col-xl-4:first-child .news-item-excerpt {
        margin-bottom: 15px;
        font-size: 1.5rem;
    }
    .news-page-row .col-xl-4:first-child .news-item-date {
        position: relative;
        bottom: auto;
    }
    .projects h3 {
        font-size: 2rem
    }
    .projects-slide-body {
        padding: 30px
    }
    .projects-slide-body .img-fluid {}
    .about-number {
        position: relative;
        left: 0;
        display: inline;
    }
}
@media (max-width: 992px) {
    .akselerator {
        grid-template-columns: 1fr;
    }
    .akselerator__right {
        display: none
    }
    .h1,
    h1 {
        font-size: 3.6rem;
    }
    h2,
    .h2 {
        font-size: 2.1rem;
    }
    .h2:after {
        bottom: -21px;
        width: 180px;
    }
    .main-screen p {
        font-size: 1.6rem;
    }
    .numbers p {
        font-size: 1.4rem;
    }
    .numbers .quantity {
        font-size: 4.8rem;
    }
    .numbers-item {
        padding: 0 30px;
    }
    .numbers-header {
        font-size: 1.6rem;
    }
    .tochki-header {
        margin-top: 0;
        margin-bottom: 50px;
        font-size: 2.4rem;
    }
    .tochki-item:before {
        width: 350px;
    }
    .application {
        font-size: 1.3rem;
    }
    .application-slide {
        padding: 30px 0 10px;
    }	
    .application h2 {
        font-size: 1.6rem;
    }
	.application .h2 {
    	font-size: 2.1rem;
	}
    .application-img {
        position: relative;
        right: auto;
        top: auto;
    }
    .application .qr {
        margin: 20px 0;
        max-width: 100px;
    }
    .contacts-link {
        font-size: 1.3rem;
    }
    .contacts-phones {
        font-size: 1.5rem;
    }
    .contacts-phone {
        font-size: 2rem;
    }
    .footer {
        font-size: 1.3rem;
    }
    .enter-prim {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .enter-tabs .nav-tabs {
        margin-left: 0;
    }
    .enter-tabs .nav-tabs .nav-link {
        font-size: 1.6rem;
    }
    .enter-tabs .tab-content {
        font-size: 1.6rem;
    }
    .enter-tabs .tab-content ul li:before {
        top: 10px;
    }
    .tag-cloud {
        font-size: 8px;
    }
    .about {
        font-size: 1.8rem;
    }
    .about-container {
        padding-left: 0;
    }
    .about-quote {
        font-size: 3.3rem;
        padding: 30px;
    }
    .aq2 p {
        font-size: 2rem;
    }
    .about-block-quote {
        font-size: 2.2rem;
    }
    .about-mission p {
        font-size: 2.2rem;
    }
    .about h2 {
        font-size: 2.2rem;
    }
    .about-podpis {
        font-size: 1.5rem;
    }
    .podheader {
        font-size: 1.6rem;
    }
    .result-block h2 {
        font-size: 2.4rem;
    }
    .table thead tr th,
    .tablepress thead tr th {
        font-size: 1.3rem;
    }
    .table tbody tr td,
    .tablepress tbody tr td {
        padding: 1rem;
        font-size: 1.3rem;
    }
    .table tbody tr td .contacts-link,
    .tablepress tbody tr td .contacts-link {
        font-size: 1.3rem;
    }
    .table tbody tr td .contacts-link:before,
    .tablepress tbody tr td .contacts-link:before {
        display: none;
    }
    .panel-heading {
        font-size: 1.7rem;
    }
    .panel-collapse {
        font-size: 1.4rem;
    }
    .panel-collapse ul li {
        margin-right: 30px;
    }
    .panel-collapse a.contacts-link {
        font-size: 1.5rem;
    }
    .panel-collapse a.contacts-link:before {
        top: 3px;
    }
    .summa,
    .srok {
        font-size: 1.3rem;
    }
    .accordion-info .panel-heading {
        font-size: 2rem;
    }
    .accordion-info h3 {
        font-size: 2rem;
    }
    .accordion-info .table,
    .accordion-info .tablepress {
        margin: 0px auto 50px auto;
    }
    .application h2.slide-3 {
        font-size: 3rem;
    }
    .news-item-header {
        height: 49.5px;
    }
    .news-page-row .col-xl-4:first-child .news-item-img {
        width: 60%;
        height: 240px;
    }
    .news-page-row .col-xl-4:first-child .news-item-img-wrapper {
        height: 240px;
    }
    .news-page-row .col-xl-4:first-child .news-item-text {
        width: 40%;
        height: auto;
    }
    .news-page-row .col-xl-4:first-child .news-item-header {
        font-size: 1.8rem;
    }
    .news-page-row .col-xl-4:first-child .news-item-excerpt {
        margin-bottom: 15px;
        font-size: 1.3rem;
    }
    .news-page-row .col-xl-4:first-child .news-item-date {
        position: relative;
        bottom: auto;
        font-size: 1.2rem;
    }
    .news-header {
        font-size: 2rem;
    }
    blockquote {
        font-size: 2rem;
        padding-left: 20px;
    }
    .widget-title {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 3rem;
    }
    h3,
    .h3 {
        font-size: 1.8rem;
    }
    .main-screen .h1 {
        font-size: 3.2rem;
    }
    .numbers {
        padding: 50px 0;
    }
    .numbers .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .numbers-item {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #fff;
        padding: 30px 0;
    }
    .numbers-item:nth-child(2) {
        width: 100%;
    }
    .numbers-header {
        height: auto;
        font-size: 2.2rem;
    }
    .numbers .quantity {
        font-size: 5.4rem;
    }
    .tochki-item:before {
        width: 255px;
    }
    .application {
        font-size: 1.6rem;
    }
    .application h2 {
        font-size: 2.2rem;
    }
    .application-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .application-slide {
        background-image: none;
    }
    .application-img {
        max-width: 80%;
        margin: 30px auto 0;
    }
    .main-article-header {
        font-size: 1.6rem;
        height: 65px;
    }
    .contacts {
        padding-bottom: 40px;
    }
    .contacts-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts-link {
        font-size: 1.8rem;
    }
    .contacts .right {
        text-align: left;
    }
    .contacts-phone {
        font-size: 2.6rem;
    }
    .footer {
        font-size: 1.5rem;
    }
    .footer-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer .logo {
        max-width: 850px;
        margin-bottom: 20px;
    }
    .footer-links {
        width: 50%;
    }
    .main {
        margin-top: 50px;
    }
    .main:after {
        height: 21px;
    }
    .about-container {
        padding-left: 15px;
    }
    .about-container:before {
        display: none;
    }
    .about-block {
        margin-bottom: 40px;
    }
    .about-num {
        position: relative;
        display: inline-block;
        width: auto;
        height: auto;
        left: 0;
        top: 0;
        margin-right: 10px;
        padding: 0;
    }
    .about-mission {
        margin-bottom: 50px;
    }
    .about-mission p {
        font-size: 1.6rem;
        padding: 0;
    }
    .about-mission p:before {
        display: none;
    }
	.about-quote {
		font-size: 1.8rem;
        padding: 15px;
	}
    .quote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
    }
    .quote .small {
        font-size: 1.3rem;
    }
    .quote img {
        margin-top: 15px;
    }
    .text-block {
        font-size: 1.6rem;
    }
    .enter-about p {
        font-size: 1.6rem;
    }
    .enter-how-head {
        font-size: 1.6rem;
        font-weight: 500;
    }
    .enter-prim {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .enter-prim small {
        width: 100%;
        margin-bottom: 15px;
    }
    .enter-grafik-text {
        padding-left: 0;
        font-size: 1.6rem;
    }
    .enter-tabs .tab-content {
        padding: 25px;
        font-size: 1.5rem;
    }
    .enter-treb ul {
        font-size: 1.6rem;
    }
    .enter-treb ul li:before {
        top: 10px;
    }
    .tag-cloud {
        font-size: 6px;
    }
    .tag-cloud h2:nth-child(3) {
        margin-left: 100px;
    }
    .table thead tr th,
    .tablepress thead tr th {
        font-size: 1.1rem;
    }
    .table tbody tr td,
    .tablepress tbody tr td {
        padding: 1rem;
        font-size: 1.1rem;
    }
    .table tbody tr td .contacts-link,
    .tablepress tbody tr td .contacts-link {
        font-size: 1.1rem;
    }
    .table tbody tr td .contacts-link:before,
    .tablepress tbody tr td .contacts-link:before {
        display: none;
    }
    .searchform form {
        height: 60px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .searchform form input[type="text"] {
        height: 60px;
        padding-left: 10px;
        font-size: 1.2rem;
    }
    .search-button {
        width: 100px;
    }
    .result-block h2 {
        font-size: 2rem;
    }
    .result-item {
        font-size: 1.4rem;
    }
    .reestr-block .table tbody tr td,
    .reestr-block .tablepress tbody tr td {
        width: auto;
    }
    .mery-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mery-top {
        margin-bottom: 0;
    }
    .mery-bottom {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
    .mery-item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #315efb;
        padding-bottom: 30px;
    }
    .mery-item:before {
        -webkit-transform: translate(-50%, -50%) rotate(0) !important;
        transform: translate(-50%, -50%) rotate(0) !important;
    }
    .mery-item:after {
        bottom: 20px;
    }
    .accordion {
        margin-top: 0;
    }
    .panel-heading {
        font-size: 1.5rem;
        padding-right: 50px;
    }
    .summa,
    .srok {
        margin-top: 20px;
    }
    .postavshiki .h2 {
        font-size: 1.7rem;
    }
    .postavshiki h3,
    .postavshiki .h3 {
        font-size: 1.6rem;
    }
    .accordion-info .table thead tr th,
    .accordion-info .tablepress thead tr th {
        padding: 1rem;
    }
    .accordion-info .table tbody tr td:not(:first-child),
    .accordion-info .tablepress tbody tr td:not(:first-child) {
        width: 68px;
    }
    .accordion-info .table tfoot tr td,
    .accordion-info .tablepress tfoot tr td {
        font-size: 1.1rem;
    }
    .accordion-info .panel-heading {
        padding-left: 15px;
        font-size: 1.6rem;
    }
    .accordion-info .panel-collapse {
        padding-left: 10px;
    }
    .accordion-info .info {
        margin: 30px auto;
    }
    input[type=checkbox]+span {
        font-size: 1.4rem;
    }
    .news-page-row .col-xl-4:first-child .news-item {
        display: block;
    }
    .news-page-row .col-xl-4:first-child .news-item-img {
        width: 100%;
        height: 210px;
    }
    .news-page-row .col-xl-4:first-child .news-item-img-wrapper {
        height: 210px;
    }
    .news-page-row .col-xl-4:first-child .news-item-text {
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    .news-page-row .col-xl-4:first-child .news-item-header {
        font-size: 1.8rem;
    }
    .news-page-row .col-xl-4:first-child .news-item-excerpt {
        margin-bottom: 15px;
        font-size: 1.3rem;
    }
    .news-page-row .col-xl-4:first-child .news-item-date {
        position: relative;
        bottom: auto;
        font-size: 1.2rem;
    }
    .news-header {
        font-size: 2rem;
    }
    blockquote {
        font-size: 2rem;
        padding-left: 20px;
    }
    .main-login-form {
        padding: 20px;
    }
    .main-login-form h3 {
        font-size: 24px;
    }
    .projects-slide-body {
        margin-right: 15px;
        padding: 30px 20px
    }
    .projects h3 {
        font-size: 1.8rem;
    }
    .projects-slider .slick-prev,
    .projects-slider .slick-next {
        bottom: -60px
    }
}
@media (max-width: 575px) {
    .order-box {
        margin-top: 5rem;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .akselerator__title {
        font-size: 2.2rem;
    }
    .akselerator__list li {
        font-size: 1.2rem;
    }
    .btn-border {
        width: 100%!important;
         max-width: 100%!important;
    }
    .akselerator__subtitle {
        font-size: 1.4rem;
    }
    h2,
    .h2 {
        font-size: 1.8rem;
    }
    .h2:after {
        display: none;
    }
    .tochki-header {
        font-size: 1.9rem;
    }
    .tochki-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tochki-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tochki-left {
        width: 100%;
        border-right: 0;
        padding-right: 0;
        border-bottom: 1px solid #315efb;
    }
    .tochki-left:before {
        -webkit-transform: translate(-54%, -54%) rotate(2deg);
        transform: translate(-54%, -54%) rotate(2deg);
    }
    .tochki-right {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }
    .tochki-right:before {
        -webkit-transform: translate(-52%, -44%) rotate(-2deg);
        transform: translate(-52%, -44%) rotate(-2deg);
    }
    .tochki-item:before {
        width: 100%;
    }
    .footer-links {
        width: 100%;
    }
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .tag-cloud {
        margin: 40px 0;
        font-size: 4px;
    }
    .tag-cloud h2:nth-child(6) {
        margin-left: 30px;
    }
    .tag-cloud h2:nth-child(10) {
        margin-left: 50px;
    }
    .about {
        font-size: 1.6rem;
    }
    .about h2,
    .about h3 {
        font-size: 1.8rem;
    }
    .about ul {
        margin: 20px auto;
        display: block;
    }
    .about ul li {
        margin: 20px auto;
        width: 90%;
    }
    .about-quote {
        border: 3px solid #315efb;
    }
    .about-block-quote {
        padding-left: 30px;
        font-size: 1.8rem;
    }
    .about-podpis {
        font-size: 1rem;
        display: block;
    }
    .aq2 p {
        font-size: 1.8rem;
    }
	.application .h2 {
    	font-size: 1.8rem;
	}
}
@media (max-width: 359px) {
    html {
        font-size: 9px;
    }
    .main:before {
        top: 83px;
    }
}