@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&subset=cyrillic');

* {
    font-family: 'Open Sans', sans-serif;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 431px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 431px;
}

/***

Глобальные стили

***/

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    display: inline-block;
}

.wow {
    visibility: hidden;
}

.o-hidden {
    overflow: hidden !important;
}

.page-h1 {
    padding-top: 48px;
}



/***

Элементы интерфейса

***/

input[type="text"] {
    height: 40px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    outline: none;
    color: #000;
    font-size: 14px;
    padding: 10px;
    background: #ffffff !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9C9C9C;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9C9C9C;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9C9C9C;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9C9C9C;
}

textarea {
    height: 140px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    outline: none;
    color: #000;
    font-size: 14px;
    padding: 10px;
    line-height: 24px;
    background: #ffffff !important;
}

::-webkit-textarea-placeholder { /* Chrome/Opera/Safari */
    color: #9C9C9C;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9C9C9C;
}
:-ms-textarea-placeholder { /* IE 10+ */
    color: #9C9C9C;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9C9C9C;
}

button {
    transition: 0.15s ease-in-out;
    cursor: pointer;
}

a {
    color: #000000;
    transition: 0.15s ease-in-out;
}

a:hover {
    color: #FF6140;
    text-decoration: none;
}

.button-primary {
    padding: 10px 24px;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    background: #FF6140;
    text-align: center;
    border: none;
}

.button-primary:hover {
    background: #FF7559;
    color: #fff;
}

.btn-white {
    padding: 10px 24px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    background: #fff;
    text-align: center;
    
}

.btn-white:hover {
    background: #FAFAFA;
    color: #000000;
}

.btn-white:active {
    background: #F2F2F2;
    border: 1px solid #D9D9D9;
}

.btn-white-noactive {
    padding: 10px 24px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    background: #fff;
    text-align: center;
    opacity: 0.4;
}

.opacity4 {
    opacity: 0.4;
}



/***

Типографика

***/

h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    padding: 0;
}

h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    
}

h5 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

h6 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.p20 {
    font-size: 20px;
    line-height: 27px;
}



/***

Хедер

***/

.wrapper-header-top {
    border-bottom: 1px solid #f2f2f3;
    background: #ffffff;
    z-index: 999999;
}

.header-top {
    min-height: 80px;
}

.header-top-logo {
    
}

.header-top-appbutton {
    text-align: center;
}

.header-top-appbutton .d-table {
    margin: 0 auto;
}

.header-top-appbutton .d-table .d-table-cell {
    padding: 0 15px;
}

.header-top-appbutton .d-table .d-table-cell a:hover {
    opacity: 0.75;
}


.header-top-login {
    text-align: right;
}

.wrapper-header-bottom {
    border-bottom: 1px solid #f2f2f3;
    background: #ffffff;
    z-index: 999999;
}

.header-bottom {
    
}

.header-bottom ul {
    overflow: hidden;
}

.header-bottom ul li {
    float: left;
    margin-top: 2px;
    margin-right: 30px;
    padding: 7px 0;
}

.header-bottom ul li a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-bottom ul li:last-child {
    margin-right: 0;
}

.header-bottom ul li.active {
    border-bottom: 3px solid #ff6140;
}

.header-bottom ul li.active a {
    color: #ff6140;
}

.header-top-hamburger-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10000px;;
    background: rgba(0,0,0,0.75);
    position: fixed;
    z-index: 100;
}

.btn-hamburger {
    padding: 0;
    margin: 0;
    border: none;
    height: 75px;
    width: 33px;
    background: #ffffff;
    cursor: pointer;
}


/***

Футер | Скачать приложение

***/

.wrapper-footer-appbutton {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4cc3+0,408fff+100 */
    background: #ff4cc3; /* Old browsers */
    background: -moz-linear-gradient(45deg, #ff4cc3 0%, #408fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff4cc3 0%,#408fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ff4cc3 0%,#408fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4cc3', endColorstr='#408fff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
}

.footer-appbutton {
    min-height: 104px;
}

.footer-appbutton-descript .d-table-cell {
    vertical-align: middle;
}

.footer-appbutton-descript h4 {
    text-transform: uppercase;
    margin-left: 16px;
}

.footer-appbutton-descript img {
    margin-bottom: 2px;
}

.footer-appbutton-buttons .d-table-cell {
    vertical-align: middle;
    padding-right: 30px;
}

.footer-appbutton-buttons .d-table-cell:last-child {
    padding-right: 0px;
}

.footer-appbutton-buttons .d-table-cell a:hover {
    opacity: 0.75;
}



/***

Футер

***/

.wrapper-footer-top {
    background: #25252D;
    padding-top: 40px;
    padding-bottom: 40px;
    
}

.footer-top {
    color: #ffffff;
}

.footer-top-heading {
    border-bottom: 1px solid #3B3B42;
}

.footer-top-heading h6 {
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-top-heading-adaptive h6 {
    text-transform: uppercase;
}

.footer-top-heading-adaptive .d-table {
    width: 100%;
}

.footer-top-heading-adaptive .d-table-cell:last-child {
    width: 16px;
}

.footer-top-heading-adaptive button {
    background: none;
    color: #ffffff;
    border: none;
    padding: 24px 15px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #3B3B42;
    cursor: pointer;
}

.footer-top-menu ul {
    margin-top: 10px;
}

.footer-top-menu ul li {
    margin-top: 6px;
    
}

.footer-top-menu ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
}

.footer-top-menu ul li a:hover {
    color: #FF6140;
}

.footer-top-contacts {
    margin-top: 20px;
}

.footer-top-contacts-button {
    background: none;
    color: #C8C8CA;
    border: 2px solid #C8C8CA;
    padding: 8px 24px;
    border-radius: 1000px;
    font-weight: 700;
    font-size: 14px;
}

.footer-top-contacts-button:hover {
    color: #FF6140;
    border: 2px solid #FF6140;
}

.footer-top-contacts-social {
    margin-top: 40px;
}

.footer-top-contacts-social h6 {
    text-transform: uppercase;
}

.footer-top-contacts-social ul {
    overflow: hidden;
    display: inline-block;
    margin-top: 8px;
}

.footer-top-contacts-social ul li {
    float: left;
    margin-right: 8px;
}

.footer-top-contacts-social ul li:last-child {
    margin-right: 0;
}

.footer-top-contacts-social ul li a:hover {
    opacity: 0.75;
}


.wrapper-footer-bottom {
    background: #212126;
}

.footer-bottom {
    min-height: 56px;
}

.footer-bottom p {
    font-size: 12px;
    color: #4D4D51;
}



/***

Блок | Свяжитесь с нами

***/

.wrapper-contact-us {
    padding-top: 40px;
    padding-bottom: 80px;
}

.contact-us .d-table {
    margin-top: 30px;
}

.contact-us .d-table-cell {
    padding: 0 15px;
}

.contact-us .d-table-cell:first-child {
    padding-left: 0;
}

.contact-us .d-table-cell:last-child {
    padding-right: 0;
}

.contact-us textarea {
    margin-top: 30px;
}

.contact-us button {
    margin-top: 24px;
    width: 100%;
    max-width: 290px;
}



/***

Блок | Хлебные крошки

***/

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: 0;
}

.breadcrumb-top {
    margin-top: 16px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #A6A6A6;
    content: "/";
    font-size: 12px;
}

.breadcrumb-item.active {
    color: #000000;
    font-size: 12px;
    margin-top: 5px;
}

.breadcrumb-item a {
    color: #A6A6A6;
    font-size: 12px;
}

.breadcrumb-item a:hover {
    color: #FF6140;
}



/***

Блок | Список с меню

***/

.list-menu {
    background: #ffffff;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    text-transform: uppercase;
}

.list-menu li.active .list-menu-button {
    color: #FF6140;
}

.list-menu-button {
    display: block;
    font-weight: 700;
    font-size: 12px;
    padding: 19px 16px;
    border-bottom: solid 1px #f2f2f3;
    margin-top: -1px;
    border-top: solid 1px #f2f2f3;
}

.sub-list-menu {
    
}

.sub-list-menu li {
    margin-left: 32px;
}

.sub-list-menu li.active .sub-list-menu-button {
    color: #FF6140;
}

.sub-list-menu-button {
    display: block;
    font-weight: 500;
    font-size: 12px;
    padding: 19px 16px 19px 0px;
    border-bottom: solid 1px #f2f2f3;
}


/***

Скролл к верху страницы

***/
    
.scroll-toTop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: rgba(0,0,0,0.5);
    padding: 12px 15px;
    border-radius: 1000px;
    cursor: pointer;
    display: none;
}

.scroll-toTop img {
    margin-bottom: 6px;
}


/***

Страница | Главная

***/

.wrapper-index-screen-01 {
    /* overflow: hidden; */
}

.index-screen-01 {

}

.index-screen-01 .p20 {
    margin-top: 24px;
}

.index-screen-01 .d-table {
    margin-top: 36px;
    margin-bottom: 60px;
}

.index-screen-01 .d-table .d-table-cell {
    padding: 0 15px;
}

.index-screen-01 .d-table .d-table-cell:first-child {
    padding-left: 0;
}

.index-screen-01 .d-table .d-table-cell:last-child {
    padding-right: 0;
}

.index-screen-01 .d-table .d-table-cell a:hover {
    opacity: 0.75;
}

.index-screen-01-image {
    margin-top: 50px;
}

@-webkit-keyframes pulseMedium {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulseMedium {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulseMedium {
  -webkit-animation-name: pulseMedium;
  animation-name: pulseMedium;
}

@-webkit-keyframes pulseBig {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulseBig {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulseBig {
  -webkit-animation-name: pulseBig;
  animation-name: pulseBig;
}

.wrapper-index-screen-01-decorimage-01-wrapper {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}

.index-screen-01-decorimage-01-wrapper {
    position: absolute;
    top: 0px;
    left: 610px;
    right: 0;
}

.index-screen-01-decorimage-01-circles {
    position: absolute;
    left: -10000px;
    right: -10000px;
    top: 400px;
    z-index: -1;
    text-align: center;
}

.index-screen-01-decorimage-01-circles img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    margin: auto;
}

.index-screen-01-decorimage-01-icons {
    position: absolute;
    left: -10000px;
    right: -10000px;
    top: 400px;
    z-index: -1;
    text-align: center;
}

.index-screen-01-decorimage-01-icons img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    margin: auto;
}

.index-screen-01-decorimage-01-icons img:nth-of-type(1) {
    top: -350px;
    right: 360px;
}

.index-screen-01-decorimage-01-icons img:nth-of-type(2) {
    top: -185px;
    left: 405px;
}

.index-screen-01-decorimage-01-icons img:nth-of-type(3) {
    top: 280px;
    right: 410px;
}

.index-screen-01-decorimage-01-icons img:nth-of-type(4) {
    top: 280px;
    left: 530px;
}

.index-screen-01-decorimage-01-icons img:nth-of-type(5) {
    top: 530px;
    right: 280px;
}

.index-screen-01-decorimage-01-icons img:nth-of-type(6) {
    top: -110px;
    left: 690px;
}

.index-screen-01-decorimage-01-icons img:nth-of-type(7) {
    top: -105px;
    right: 390px;
}

.index-screen-01-decorimage-01-icons img:nth-of-type(8) {
    top: -435px;
    left: 415px;
}

.index-screen-01-decorimage-01-icons img:nth-of-type(9) {
    top: 70px;
    left: 495px;
}

.index-screen-01-decorimage-01-icons img:nth-of-type(10) {
    top: 500px;
    left: 490px;
}

.index-screen-01-decorimage-01-icons img:nth-of-type(11) {
    top: 170px;
    right: 575px;
}

.index-screen-01-decorimage-01-icons img:nth-of-type(12) {
    top: -375px;
    right: 590px;
}

.index-screen-01-decorimage-02-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.index-screen-01-decorimage-02-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    margin: auto;
}

.index-screen-01-decorimage-02-wrapper img:nth-of-type(1) {
    top: 1250px;
    left: -11250px;
}

.index-screen-01-decorimage-02-wrapper img:nth-of-type(2) {
    top: 400px;
    right: -9650px;
}

.index-screen-02, .index-screen-03, .index-screen-04, .index-screen-05 {
    min-height: 500px;
}

.index-screen-01 h1, .index-screen-02 h3, .index-screen-03 h3, .index-screen-04 h3, .index-screen-05 h3 {
    margin-top: 32px;
}

.index-screen-02 .p20, .index-screen-03 .p20, .index-screen-04 .p20, .index-screen-05 .p20 {
    margin-top: 12px;
    margin-bottom: 24px;
}

.wrapper-index-screen-02 {
    background: #654bb2;
    color: #ffffff;
}

.wrapper-index-screen-03 {
    background: #FFA64D;
    color: #ffffff;
}

.wrapper-index-screen-04 {
    background: #FF4050;
    color: #ffffff;
}

.wrapper-index-screen-05 {
    background: #29A653;
    color: #ffffff;
}

.wrapper-index-screen-06 {
    
}

.index-screen-06-heading h1 {
    margin-top: 68px;
    margin-bottom: 70px;

}

.index-screen-06 {
    padding-bottom: 78px;
}

.index-screen-06-image {
    height: 130px;
}

.index-screen-06-number {
    display: inline-block;
    background: #E6E6E6;
    padding: 6px 14px;
    border-radius: 1000px;
    font-weight: 700;
    color: #fff;
    margin: 12px auto 14px auto;
}

.index-screen-06-line {
    border-bottom: 1px solid #f2f2f2;
    display: block;
}



/***

Страница | Как это работает

***/

.wrapper-hiw-cards {
    background: #F2F2F2;
    padding-bottom: 80px;
}

.hiw-cards {
    margin-top: 28px;
}

.hiw-cards .col-lg-3 a {
    background: #ffffff;
    display: block;
    padding: 24px 16px;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
}

.hiw-cards .col-lg-3 a:hover {
    color: #000000;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.hiw-cards .col-lg-3 .d-table {
    min-height: 250px;
    width: 100%;
}

.hiw-cards .col-lg-3 .d-table-cell {
    vertical-align: middle;
}

.hiw-cards .col-lg-3 a img {
    transition: 0.15s ease-in-out;
}

.hiw-cards .col-lg-3 a:hover img {
    margin-bottom: 32px;
}

.hiw-cards .col-lg-3 h6 {
    margin-top: 20px;
    text-transform: uppercase;
}

.hiw-faq-heading {
    margin-top: 30px;
}

.hiw-faq {
    margin-top: 30px;
}

.hiw-faq-item {
    border-top: 1px solid #f2f2f3;
}

.hiw-faq-item:last-child {
    border-bottom: 1px solid #f2f2f3;
}

.hiw-faq-item-button {
    display: block;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    border: none;
}

.hiw-faq-item-button .d-table {
    width: 100%;
}

.hiw-faq-item-button .d-table-cell {
    vertical-align: middle;
}

.hiw-faq-item-button .d-table-cell:last-child {
    width: 52px;
    height: 52px;
    text-align: center;
}

.hiw-faq-item-body {
    margin-bottom: 40px;
}



/***

Страница | Как это работает > Выбранный раздел

***/

.wrapper-inside-hiw {
    background: #F2F2F2;
}

.wrapper-inside-hiw-content {
    margin-top: 24px;
}

.inside-hiw-content {
    background: #ffffff;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    margin-bottom: 80px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.inside-hiw-content-heading {
    margin: 0 15px;
}

.inside-hiw-content-phone {
    width: 100%;
    margin-top: 40px;
}

.inside-hiw-content-phone {
    padding-left: 32px;
    padding-right: 16px;
}

.inside-hiw-content-phone .d-table-cell:first-child {
    padding-right: 16px;
}

.inside-hiw-content-phone .d-table-cell:last-child {
    padding-left: 16px;
}

.inside-hiw-content-phone-smartphone {
    width: 252px;
    padding: 64px 17px;
    background-image: url(../images/inside-hiw-faq-phone.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.inside-hiw-content-adaptive-button-left {
    background: #E6E6E6;
    padding: 24px 16px 24px 8px;
    border-radius: 0 1000px 1000px 0;
}

.inside-hiw-content-adaptive-button-right {
    background: #E6E6E6;
    padding: 24px 8px 24px 16px;
    border-radius: 1000px 0 0 1000px;
}

.inside-hiw-content-indicators {
    overflow: hidden;
}

.inside-hiw-content-indicators ol {
    display: inline-block;
    overflow: hidden;
}

.inside-hiw-content-indicators li {
    float: left;
    background: #E6E6E6; /*#808080;*/ /*#E6E6E6;*/
    margin-right: 16px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 1000px;
}

.inside-hiw-content-indicators li:last-child {
    margin-right: 0;
}

.inside-hiw-content-indicators li.active {
    background: #FF6140;
}

.inside-hiw-content-descript {
    margin-top: 24px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 16px;
}



/***

Страница | Решения

***/

.solutions-top {
    margin-top: 24px;
    margin-bottom: 60px;
}

.solutions-top h4 {
    margin: 16px 0 8px 0;
}

.solutions-top-arrows {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 300px;
    text-align: center;
}

.solutions-top-arrows div {
    display: block;
    text-align: center;
}

.solutions-top-arrows div img {
    margin: 24px 0;
    width: 100%;
    max-width: 292px;
}

.wrapper-solutions-bottom {
    background: #F2F2F2;
}

.solutions-bottom {
    padding-top: 32px;
    padding-bottom: 40px;
}

.solutions-bottom-item {
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    padding: 32px 24px 40px 24px;
    margin-bottom: 32px;
}

.solutions-bottom-item:last-child {
    margin-bottom: 0;
}

.solutions-bottom-item-images {
    margin: 60px 0;
}



/***

Страница | Партнерам

***/

.wrapper-partners-screen-01 {
    background-image: url('../images/partners-image-01.jpg');
    background-size: cover;
}

.partners-screen-01 {
    min-height: 592px;
    color: #ffffff;
}

.partners-screen-01 .p20 {
    margin-top: 24px;
}

.partners-screen-01 .button-primary, .partners-screen-07 .button-primary {
    margin-top: 36px;
    font-size: 16px;
    padding: 16px 24px;
}

.wrapper-partners-screen-02-01 {
    background: #FF405C;
}

.wrapper-partners-screen-02-02 {
    background: #3BC465;
}

.wrapper-partners-screen-02-03 {
    background: #00BFE6;
}

.wrapper-partners-screen-02-04 {
    background: #FFC44C;
}

.partners-screen-02 {
    min-height: 344px;
    color: #fff;
}

.wrapper-partners-screen-03 {
    background: #FAFAFA;
}

.partners-screen-03 {
    min-height: 424px;
    border-bottom: 1px solid #E6E6E6;
}

.partners-screen-03:last-child {
    border-bottom: none;
}

.partners-screen-03-heading, .partners-screen-04-heading, .partners-screen-06-heading {
    padding-top: 60px;
}

.wrapper-partners-screen-04 {
    background: #FAFAFA;
}

.partners-screen-04 {
    padding-bottom: 60px;
}

.partners-screen-04 .d-table {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
}

.partners-screen-04 .d-table-cell {
    height: 125px;
    vertical-align: middle;
}

.wrapper-partners-screen-05-02 {
    background: #FAFAFA;
}

.partners-screen-05-heading {
    padding-top: 60px;
    padding-bottom: 30px;
}

.partners-screen-05-heading h2 {
    margin-top: 40px;
}

.partners-screen-05 {
    padding-bottom: 60px;
}

.partners-screen-05-ul li {
    margin-bottom: 24px;
}

.partners-screen-05-ul li:last-child {
    margin-bottom: 0;
}

.partners-screen-05-ul .d-table-cell {
    padding-left: 15px;
    vertical-align: middle;
}

.partners-screen-05-ul .d-table-cell:first-child {
    width: 48px;
    padding-left: 0;
}

.partners-screen-05-ul .d-table-cell p {
    font-size: 18px;
    font-weight: 600;
}

.wrapper-partners-screen-06 {
    background: #3BC465;
    color: #ffffff;
}

.partners-screen-06 {
    padding-bottom: 70px;
}

.partners-screen-06-images {
    margin-top: 60px;
    margin-bottom: 50px;
}

.wrapper-partners-screen-07 {
    background-image: url('../images/partners-image-29.jpg');
    background-size: cover;
}

.partners-screen-07 {
    color: #ffffff;
    min-height: 520px;
}

.partners-screen-07 .p20 {
    margin-top: 40px;
}


/***

Страница | О нас

***/

.wrapper-about {
    padding-bottom: 80px;
}

.about-content {
    margin-top: 16px;
}

.about-form {
    background: #F3F3F3;
    padding: 16px;
    border-radius: 10px;
}

.about-form .d-table-cell {
    padding: 0 12px;
}

.about-form .d-table-cell:first-child {
    padding-left: 0;
}

.about-form .d-table-cell:last-child {
    padding-right: 0;
}

.about-form form {
    margin-top: 16px;
}

.about-form form textarea {
    margin-top: 24px;
}

.about-form form button {
    margin-top: 18px;
    width: 100%;
}



/***

Настройка адаптивности

***/

@media (max-width: 1199px) {

    /***

    Страница | Главная

    ***/
    
    .index-screen-01-decorimage-01-wrapper {
        left: 510px;
        right: 0;
    }
    
    
}

@media (min-width: 992px) {
    
}


@media (max-width: 991px) {
    
    /***

    Страница | Главная

    ***/
    
    .index-screen-06 .col-md-6:nth-child(n+3) {
        margin-top: 110px;
    }
    
    .index-screen-01-decorimage-01-wrapper {
        top: 60px;
        left: 380px;
        right: 0;
        transform: scale(0.75);
    }
    
    
    /***

    Страница | Как это работает

    ***/
    
    .hiw-cards .col-lg-3:nth-child(n+3) a {
        margin-top: 30px;
    }
    
    
    
    /***

    Страница | Как это работает > Выбранный раздел

    ***/
    
    .inside-hiw-content-phone {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    
    
    /***

    Страница | Решения

    ***/
    
    .solutions-top-arrows div img {
        max-width: 125px;
        margin: 36px 0;
    }
    
    
    
    /***

    Страница | О нас

    ***/
    
    .about-form .d-table-cell {
        display: block !important;
        padding: 24px 0 0 0;
    }
    
    .about-form .d-table-cell:first-child {
        padding: 0;
    }

}



@media (min-width: 768px) {
    
    /***

    Хедер

    ***/
    
    .wrapper-header-bottom {
        display: block;
    }
    
    .header-top-hamburger-bg {
        display: none;
    }
    
    
    
    /***

    Футер

    ***/
    
    .footer-top-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    
    body {
        margin-top: 80px;
    }
    
    .container-max {
        max-width: 100%;
    }
    
    .container-max-nopadding {
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
    }
    
    /***

    Хедер

    ***/
    
    .wrapper-header-top {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
    
    .wrapper-header-bottom {
        margin-top: 81px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-height: 490px;
        overflow-y: scroll;
    }
    
    .header-bottom .btn-white {
        margin: 24px 0;
    }
    
    .header-bottom ul li {
        float: none;
        display: block;
        text-align: center;
        margin-top: 0;
        margin-right: 0;
        padding: 0;
    }
    
    .header-bottom ul li.active {
        border: none;
    }
    
    .header-bottom ul li a {
        display: block;
        padding: 16px 0;
        border-top: 1px solid #F2F2F2;
    }
    
    .header-bottom ul li:last-child a {
        border-bottom: 1px solid #F2F2F2;
    }
    
    .header-bottom .d-table {
        margin: 40px auto;
    }
    
    .header-bottom .d-table-cell {
        padding: 0 8px;
    }
    
    .header-bottom .d-table-cell a:hover {
        display: inline-block;
        opacity: 0.75;
    }
    
    
    /***
    
    Футер | Скачать приложение

    ***/
    
    .footer-appbutton {
        padding-top: 26px;
        padding-bottom: 32px;
    }
    
    .footer-appbutton-descript .d-table, .footer-appbutton-buttons .d-table {
        margin: auto;

    }
    
    .footer-appbutton-buttons {
        margin-top: 32px;
    }
    
    .footer-appbutton-buttons .d-table {
        width: 100%;
        text-align: center;
    }

    
    
    /***

    Футер

    ***/
    
    .wrapper-footer-top {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .footer-top-menu {
        background: #212126;
        border-bottom: 1px solid #3B3B42;
    }
    
    .footer-top-menu ul {
        margin-top: 0;
    }
    
    .footer-top-menu ul li {
        margin-top: 0;
    }
    
    .footer-top-menu ul li a {
        display: block;
        padding: 16px 15px;
        border-bottom: 1px solid #2C2C31;
    }
    
    .footer-top-menu ul li:last-child a {
        border-bottom: none;
    }
    
    .footer-top-contacts {
        margin-top: 40px;
        margin-bottom: 40px
    }

    
    
    /***

    Блок | Свяжитесь с нами

    ***/
    
    .contact-us button {
        max-width: 100%;
    }
    
    .contact-us .d-table-cell {
        display: block !important;
        padding: 30px 0 0 0;
    }
    
    .contact-us .d-table-cell:first-child {
        padding-top: 0;
    }
    
    
    
    /***

    Страница | Главная

    ***/
    
    .index-screen-01-image {
        margin-top: 0;
        transform: scale(1);
    }
    
    .index-screen-01 .d-table {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    
    .index-screen-01-decorimage-01-wrapper {
        top: 40px;
        left: 0;
        right: 0;
        transform: scale(1);
    }
    
    
    .index-screen-01, .index-screen-02, .index-screen-03, .index-screen-04, .index-screen-05 {
        min-height: 0;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .index-screen-01-image, .index-screen-02-image, .index-screen-03-image, .index-screen-04-image, .index-screen-05-image {
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .index-screen-06-heading h1 {
        margin-top: 90px;
    }
    
    .index-screen-06 {
        padding-bottom: 110px;
    }
    
    .index-screen-06 .col-md-6:nth-child(n+2) {
        margin-top: 110px;
    }
    
    
    
    /***

    Страница | Как это работает > Выбранный раздел

    ***/
    
    .inside-hiw-content {
        margin-top: 24px;
    }
    
    
    
    
    /***

    Страница | Решения

    ***/
    
    .solutions-top .col-md-6:last-child {
        margin-top: 80px;
    }
    
    
    
    /***

    Страница | Партнерам

    ***/
    
    .partners-screen-03 {
        min-height: 0;
        border-bottom: 0px solid #E6E6E6;
    }
    
    .partners-screen-03 .partners-screen-03-image {
        margin-top: 60px;
        margin-bottom: 24px;
    }
    
    .partners-screen-04 .col-md-4 {
        margin-top: 100px;
    }
    
    .partners-screen-04 .col-md-4:first-child {
        margin-top: 60px;
    }
    
    .partners-screen-04 .col-md-6 {
        margin-top: 100px;
    }
    
    .partners-screen-04 .col-md-6:first-child {
        margin-top: 60px;
    }
    
    .partners-screen-04 .d-table {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 24px; 
    }
    
    .partners-screen-04 .d-table-cell {
        height: 100px;
    }
    
    .partners-screen-03 .p20 {
        padding-bottom: 60px;
    }
    
    .partners-screen-05-ul {
        margin-top: 60px;
        padding: 0 15px;
    }
    
    .wrapper-partners-screen-07 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    
    
    
    
    /***

    Страница | О нас

    ***/
    
    .about-form {
        margin-top: 40px;
    }
    
}

@media (max-width: 575px) {
    
    /***

    Страница | Как это работает

    ***/
    
    .hiw-cards .col-lg-3:nth-child(n+2) a {
        margin-top: 30px;
    }
    
    .hiw-cards .col-sm-6 a {
        max-width: 300px;
        margin: auto;
    }
}

@media (max-width: 475px) {
    
    /***

    Страница | Как это работает

    ***/
    
    .hiw-cards .col-lg-3 .d-table {
        min-height: 200px;
    }
    
}

p.doc_site {
    font-size: 11pt !important;
    margin-bottom: 10px;
    text-align: justify;
}

h1.doc_site {
    font-size: 28px;
}

h2.doc_site {
    font-size: 22px;
    margin: 15px 0px 10px 0px;
}

ol.doc_site li {
    list-style-type: decimal;
    margin-left: 20px;
}

ul.doc_site li {
    list-style-type: disc;
    margin-left: 40px;
}