body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    color: #363636;
    min-width: 320px;
}

a {
    color: #572a32;
}

a:hover,
a:focus,
a:active {
    color: #702e3e;
}

:focus {
    outline:none;
}

::-moz-focus-inner {
    border:0;
}

.container {
    width: 1200px;
}

.btn {
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 16px 30px;
    height: 50px;
}

.btn-primary {
    background-color: #572a32;
}

.btn-primary:hover,
.btn-primary:hover:active,
.btn-primary:focus:active,
.btn-primary:focus,
.btn-primary:active {
    background-color: #702e3e;
}

.btn-success {
    background-color: #009946;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #40b374;
}

.btn-danger {
    background-color: #e8503e;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #ee7c6e;
}

.btn-group .btn-primary {
    background-color: rgba(35, 96, 147, 0.5);
}

.btn-group .btn-primary.active {
    background-color: #572a32;
}

h1,
h2,
h3,
h4,
h5,
h6,
.header {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: bold;
    color: #572a32;
    font-size: 20px;
    margin: 0 0 20px;
}

h1,
h2 {
    font-size: 36px;
    margin: 0 0 30px;
}

h3 {
    font-size: 30px;
    margin: 0 0 25px;
}

p {
    margin-bottom: 20px;
}

a,
button {
    -webkit-transition: background-color ease-out 0.07s, opacity ease-out 0.07s, color ease-out 0.07s;
    -moz-transition: background-color ease-out 0.07s, opacity ease-out 0.07s, color ease-out 0.07s;
    -o-transition: background-color ease-out 0.07s, opacity ease-out 0.07s, color ease-out 0.07s;
    transition: background-color ease-out 0.07s, opacity ease-out 0.07s, color ease-out 0.07s;
}

ul {
    list-style-image: url('../img/list-point.png');
    padding-left: 20px;
}

ul li > p {
    margin-bottom: 0;
}

#content article ul ul {
    margin-top: 10px;
}

#content article ul li {
    margin-bottom: 10px;
}

#content article ul li.list-group-item {
    margin-bottom: 0;
}

nav ul {
    list-style: none;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    height: 38px;
    padding: 10px 12px;
}

.form-horizontal .form-control {
    margin-bottom: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    background-color: #1991a9;
    padding: 30px;
}

.modal-title {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    font-family: "Fira Sans", sans-serif;
    line-height: 1.27;
}

.modal-body .form-actions {
    margin-bottom: 0;
}

.modal .form-horizontal .message {
    padding: 10px 0;
}

.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
    cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #572a32;
    border-color: #572a32;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
    outline: none;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
    cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #572a32;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #572a32;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #572a32;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

#header-logo {
    padding: 15px 0;
    border-bottom: 1px solid #d8dcde;
}

.logo {
    display: inline-block;
}

.logo img {
    height: 53px;
}

#header-logo .btn {
    display: inline-block;
    clear: both;
    float: right;
}

#header-logo .contacts {
    float: right;
    margin-right: 80px;
    margin-top: 7px;
}

.contacts-item {
    padding-left: 48px;
    min-height: 36px;
    display: block;
    text-decoration: none;
}

.contacts-item:hover,
.contacts-item:focus,
.contacts-item:active {
    text-decoration: none;
}

.contacts-item .title {
    font-size: 10px;
    font-weight: bold;
    color: #b4b8c2;
    text-transform: uppercase;
    line-height: 1;
    display: block;
}

.contacts-item .value {
    font-size: 20px;
    font-weight: bold;
    color: #363636;
    display: block;
}

.contacts-item .value.hint {
    font-size: 16px;
    color: #888888;
}

.contacts-item:hover .value {
    text-decoration: underline;
    color: #686868;
}

.contacts-item.phone {
    background: url('../img/icon-phone-circle.png') no-repeat top left;
}

.contacts-item.email {
    background: url('../img/icon-email-circle.png') no-repeat top left;
}

.contacts-item.address {
    background: url('../img/icon-address.png') no-repeat top left;
}

.contacts-item.skype {
    background: url('../img/icon-skype-circle.png') no-repeat top left;
}

.contacts-item.company-name {
    background: url('../img/icon-name-circle.png') no-repeat top left;
}

#header-nav {
    padding: 10px 0;
    border-bottom: 1px solid #d8dcde;
}

#header-nav .open {
    display: none;
}

#header-nav nav {
    font-size: 18px;
    font-weight: bold;
    color: #363636;
}

#header-nav nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header-nav nav li {
    display: inline-block;
    margin: 10px 40px 10px 0;
}

#header-nav nav li:last-child {
    margin-right: 0;
}

#header-nav nav li.pull-right {
    margin-right: 0;
    margin-left: 40px;
}

#header-nav nav li a {
    color: #572a32;
}

#header-nav nav li a:hover,
#header-nav nav li a:focus,
#header-nav nav li a:active {
    color: #686868;
}

section .container,
footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

#banner {
    height: 380px;
    background-color: #f4f7fb;
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}

#banner .container {
    height: 100%;
    background: url('../img/sexy-work-woman.png') no-repeat left bottom;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 488px;
}

#banner .container.developer {
    background: url('../img/sexy-programmer.png') no-repeat left bottom;
    background-size: contain;
}

#banner h2 {
    font-size: 36px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#banner ul {
    padding-left: 30px;
    margin-top: 25px;
}

#banner ul li {
    list-style: none;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 18px;
}

#banner ul li::before {
    content: "\e080";
    font-family: "Glyphicons Halflings";
    margin-right: 10px;
    font-size: 16px;
}

#banner .btn {
    margin-left: 20px;
    margin-top: 40px;
}

#banner #test-dialog-open {
    margin-left: 160px;
}

#how-it-works {
    position: relative;
    background: url('../img/background-how-it-works.jpg') no-repeat center top;
    background-size: cover;
}

#how-it-works .header-container,
.footer-container {
    background-color: #572a32;
    padding: 24px 0;
}

#how-it-works .header-container .container,
.footer-container .container {
    padding-top: 0;
    padding-bottom: 0;
}

#how-it-works .header-container h2 {
    color: #fff;
    margin: 0;
}

#how-it-works .module-background + .module-background {
    border-top-width: 4px;
    border-top-style: solid;
}

#how-it-works .module-background .container {
    height: 100%;
    padding: 0;
    position: relative;
}

#how-it-works .module-background .name {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    width: 400px;
    top: 50%;
    margin-left: -10%;
    margin-top: -60px;
}

#how-it-works .data-container {
    position: absolute;
    top: 87px;
    left: 0;
    right: 0;
}

#how-it-works .data-container .container {
    position: relative;
}

#how-it-works canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#how-it-works .data-item {
    color: #fff;
    font-size: 24px;
    padding: 10px 80px 10px 10px;
    width: 400px;
    min-height: 80px;
    position: relative;
    margin-bottom: 30px;
    display: table;
    height: 80px;
}

#how-it-works .data-item:nth-child(2n+1) {
    margin-left: 730px;
}

#how-it-works .data-item:nth-child(2n) {
    padding: 10px 10px 10px 80px;
    text-align: right;
    margin-left: 160px;
}

#how-it-works .data-item .name {
    line-height: 1.27;
    min-height: 50px;
    display: table-cell;
    vertical-align: middle;
}

#how-it-works .data-item .name span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

#how-it-works .data-item .open-button {
    display: block;
    width: 48px;
    height: 48px;
    background: url('../img/icon-question-circle.png') no-repeat center center;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -24px;
}

#how-it-works .data-item .open-button:hover {
    opacity: 0.7;
}

#how-it-works .data-item:nth-child(2n) .open-button {
    right: auto;
    left: 16px;
}

#how-it-works .data-item .description,
#how-it-works .data-item .link {
    display: none;
    color: #fff;
}

#how-it-works .data-item.full {
    margin-left: 160px;
    width: 80%;
    width: calc(100% - 230px);
    padding: 0;
    text-align: left;
    position: absolute;
    z-index: 100;
    display: block;
    margin-bottom: 0;
    height: auto;
    overflow: hidden;
    transition: width ease-out 0.07s, margin ease-out 0.07s;
}

#how-it-works .data-item.full .name span {
    display: none;
}

.modal button.close,
#how-it-works .data-item.full .open-button {
    background: url('../img/close-button.png');
    width: 32px;
    height: 32px;
    position: absolute;
    left: calc(100% - 58px);
    top: 52px;
    opacity: 1;
}

.modal button.close {
    top: 33px;
}

#how-it-works .data-item.full .name {
    font-size: 24px;
    display: block;
    text-align: center;
    padding: 30px;
    width: 970px;
}

#how-it-works .data-item.full .description {
    display: block;
    background: #fff url('../img/icon-document-info.png') no-repeat bottom 25px right 25px;
    color: #353535;
    font-size: 16px;
    padding: 25px 130px 25px 25px;
    width: 970px;
}

#how-it-works .data-item.full .link {
    display: block;
    width: 970px;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
}

.dialog-background {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(2, 29, 73, 0.5);
    z-index: 90;
}

.footer-container {
    text-align: center;
    color: #fff;
    font-size: 27px;
}

.footer-container a {
    color: inherit;
    text-decoration: underline;
}

.reviews-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.review-item {
    min-height: 128px;
}

#content .reviews-list .review-item {
    margin-bottom: 60px;
}

#content .reviews-list.flexslider .review-item {
    margin-bottom: 0;
}

#content > .container > h1 {
    text-align: center;
    margin-bottom: 50px;
}

.review-item .image {
    width: 128px;
    height: 128px;
    border-radius: 64px;
    background: no-repeat center;
    background-size: cover;
    float: left;
}

.review-item .text {
    margin-left: 160px;
    margin-bottom: 20px;
}

.review-item .author {
    margin-left: 160px;
    color: #9a9a9a;
    padding-left: 36px;
    background: url('../img/icon-author-circle.png') no-repeat left 5px;
    min-height: 25px;
    line-height: 1.27;
}

.review-item .image + .author {
    margin-bottom: 20px;
}

.review-item .image + .author span {
    font-size: 150%;
    color: #555;
}

#reviews .flexslider {
    margin-left: -40px;
    margin-bottom: 0;
}

#reviews .flexslider .slides img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

#reviews .flexslider .flex-control-nav {
    display: none;
}

#reviews .flexslider .flex-prev {
    display: none;
}

#reviews .flexslider .flex-next {
    opacity: 1;
}

#reviews .flexslider .flex-direction-nav a {
    font-size: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

#reviews .flexslider .flex-direction-nav a:before {
    text-shadow: none;
    color: #d9d9d9;
    font-size: 80px;
    line-height: 80px;
    margin: 0 16px;
}

#reviews .flexslider .flex-direction-nav .flex-next {
    right: 0;
}

#reviews .flex-viewport {
    margin: 0 40px;
    width: 1120px;
}

#webinar {
    background-color: #f1f5f9;
}

#webinar .btn {
    margin-top: 10px;
}

#webinar .col-xs-offset-1 {
    margin: 0;
}

#consulting-dialog-hint p {
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    margin: 50px 0 10px;
}

.calendar-info {
    padding: 20px 0;
    font-size: 27px;
    font-weight: bold;
}

.calendar-info .date {
    display: inline-block;
    background: url('../img/icon-calendar.png') no-repeat left center;
    padding-left: 40px;
    margin-right: 60px;
}

.calendar-info .time {
    display: inline-block;
    background: url('../img/icon-clock.png') no-repeat left center;
    padding-left: 40px;
}

footer {
    border-top: 1px solid #b4b8c2;
}

footer .copyright {
    font-size: 14px;
    color: #9fa3b0;
    margin: 20px 0;
}

.social-links a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: no-repeat center;
    margin-right: 5px;
}

.social-links a:last-child {
    margin-right: 0;
}

.social-links .vk {
    background-image: url('../img/social-vk.png');
}

.social-links .youtube {
    background-image: url('../img/social-youtube.png');
}

.social-links .viber {
    background-image: url('../img/social-viber.png');
}

.social-links .facebook {
    background-image: url('../img/social-fb.png');
}

footer .nav-header {
    color: #babdc6;
    font-size: 18px;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 25px;
}

footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer nav li {
    margin-bottom: 10px;
}

footer nav li a {
    color: #babdc6;
    text-decoration: underline;
}

.contacts-item + .contacts-item {
    margin-top: 20px;
}

footer .contacts-item .value {
    color: #b4b8c2;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    margin-bottom: 20px;
}

article > * + h1,
article > * + h2,
article > * + h3,
article > * + h4,
article > * + h5,
article > * + h6 {
    margin-top: 50px;
}

article > ul {
    margin-bottom: 20px;
}

aside nav > ul > li {
    border: 1px solid #d8dcde;
}

aside nav > ul > li + li {
    border-top: none;
}

aside nav > ul > li:hover,
aside nav > ul > li.active {
    background-color: #f1f5f9;
}

aside nav > ul > li.active {
    border-left: 3px solid #00973a;
}

aside nav ul li.li-block {
    margin-top: 15px;
}

aside nav ul li a {
    font-size: 16px;
    color: #353535;
    text-decoration: none;
    display: block;
}

aside nav > ul > li > a {
    padding: 18px 25px;
}

aside nav > ul > li.active > a {
    padding-left: 23px;
}

aside nav ul li a:hover,
aside nav ul li a:focus,
aside nav ul li a:active {
    text-decoration: none;
    color: inherit;
}

aside nav ul ul {
    margin-top: -5px;
    margin-bottom: 15px;
}

aside nav ul ul li {
    padding-left: 15px;
}

aside nav ul ul li + li {
    margin-top: 5px;
}

aside nav ul ul li a {
    font-size: 14px;
    display: inline-block;
}

aside nav ul ul li a:hover {
    text-decoration: underline;
}

aside nav ul ul li.active {
    position: relative;
}

aside nav ul ul li.active::before {
    content: "\e080";
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    position: absolute;
    left: -3px;
    top: 2px;
}

#title {
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
    background: #f4f7fb url('../img/background-title.png') no-repeat center;
    background-size: cover;
    padding: 20px 0;
}

#title h1 {
    font-size: 48px;
    text-align: center;
    margin: 0;
}

.updates-item + .updates-item {
    margin-top: 50px;
}

.updates-item .date {
    color: #888;
    margin-top: 8px;
}

.updates-item .date::before {
    content: "\e109";
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    color: #888;
    margin-right: 5px;
}

.updates-item ul {
    margin-top: 10px;
    margin-bottom: 40px;
}

.updates-item .btn {
    margin-top: 10px;
}

.updates-item h4 {
    margin-top: 30px;
}

.updates-item .description ul > li {
    margin-bottom: 15px !important;
}

.updates-item .description ul > p {
    margin: 0;
}

#clients {
    border-top: 1px solid #d8dcde;
}

.clients-list .row{
    margin-bottom: 20px;
}

.clients-item {
    overflow: hidden;
}

.clients-item .image {
    height: 80px;
    width: 80px;
    margin-bottom: 15px;
    background: no-repeat center center;
    background-size: contain;
    float: left;
}

.clients-item .name {
    font-size: 18px;
    font-weight: bold;
    margin-left: 90px;
    min-height: 80px;
    padding-top: 15px;
}

.clients-item.all {
    display: block;
    position: relative;
    height: 80px;
    line-height: 80px;
    color: #8f8f8f;
    font-size: 24px;
    text-align: right;
    font-weight: bold;
    padding-right: 70px;
}

.clients-item.all::after {
    content: '\f002';
    font-family: "flexslider-icon";
    color: #d9d9d9;
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    right: 0;
    top: 0;
}

a.clients-item.all:hover,
a.clients-item.all:focus,
a.clients-item.all:active {
    text-decoration: none;
}

.blocks-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.blocks-item {
    width: 140px;
    padding: 10px;
    border: 1px solid #d8dcde;
    font-size: 14px;
    text-align: center;
    color: rgb(89, 93, 104);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    opacity: 0.4;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
    color: rgba(54, 54, 54, 0.8);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    text-decoration: none;
    opacity: 1;
}

.blocks-item + .blocks-item {
    border-left: none;
}

.blocks-item + .blocks-item:hover {
    position: relative;
}

.blocks-item + .blocks-item:hover::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px solid #d8dcde;
}

.blocks-item .image {
    background: no-repeat center center;
    background-size: contain;
    height: 96px;
    margin-bottom: 15px;
}

.price-item {
    border: 1px solid #d8dcde;
    padding: 20px;
    display: table;
    width: 100%;
    height: 85px;
    cursor: pointer;
}

.price-item + .price-item {
    border-top: none;
}

.price-item.price-item-short {
    padding: 10px 20px;
    height: 65px;
}

.price-item.active {
    background-color: rgba(0, 168, 226, 0.1);
}

.price-item .checkbox,
.price-item .radio {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}

.price-item .info {
    display: table-cell;
    vertical-align: middle;
    margin-left: 20px;
}

.price-item .name {
    font-size: 18px;
    font-weight: bold;
}

.price-item .description {
    color: #9FA3B0;
    font-size: 16px;
    font-weight: bold;
}

.price-item .price {
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    text-align: right;
}

.price-item .price.free {
    color: #9FA3B0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

a[data-toggle="collapse"] {
    display: inline-block;
    margin-bottom: 20px;
}

.table-price tbody tr td,
.table-price thead tr th {
    text-align: center;
    vertical-align: middle;
}

.table-price tr td:first-child,
.table-price tr th:first-child {
    text-align: left;
    font-size: 14px;
}

.table-price thead tr th {
    vertical-align: top;
}

.table-price .help-block {
    margin: 0;
    font-size: 12px;
}

.table-price thead tr th h4 {
    margin-bottom: 0;
}

.table-price thead tr th .description {
    margin-bottom: 0;
    color: #9FA3B0;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.1;
}

.table-price .price,
.table-price .price2 {
    font-weight: bold;
    background-color: rgba(159, 163, 176, 0.15);
}

.table-price .price3 {
    font-weight: bold;
}

.table-price .free {
    color: #9FA3B0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.table-price tfoot .btn:hover,
.table-price tfoot .btn:focus,
.table-price tfoot .btn:active {
    text-decoration: none;
}

#configurator-summary {
    color: #fff;
    background-color: rgb(56, 57, 141);
}

#configurator-summary .title {
    background-color: rgb(64, 65, 162);
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
}

#configurator-summary .body {
    padding: 20px 30px;
}

#configurator-summary .body .row > div {
    width: 100%;
    display: block;
    float: none;
    text-align: left;
    margin-bottom: 20px;
}

#configurator-summary .body .row .btn {
    width: 100%;
}

#configurator-summary .body .row:last-child div {
    margin-bottom: 0;
}

#configurator-summary .price,
#configurator-summary .price2 {
    font-size: 30px;
    line-height: 1;
}

#configurator-summary .hint {
    font-size: 12px;
    font-weight: bold;
    color: rgb(159, 163, 176);
    text-transform: uppercase;
}

#configurator-summary .help-block {
    font-size: 12px;
    color: rgb(159, 163, 176);
    margin: 0;
}

a[data-toggle="collapse"] {
    margin-bottom: 0;
    text-decoration: underline;
}

.panel-group .panel + .panel {
    margin-top: 20px;
}

.partners-list {
    margin-top: 20px;
}

.partners-item {
    overflow: hidden;
}

.partners-item + .partners-item {
    margin-top: 40px !important;
}

.partners-item .image {
    width: 128px;
    height: 128px;
    background: no-repeat center;
    background-size: contain;
    float: left;
}

.partners-item .name {
    margin-left: 160px;
    margin-bottom: 20px;
}

.partners-item .text {
    margin-left: 160px;
    margin-bottom: 20px;
}

.partner-block {
    margin: 20px 0;
    background: rgba(215, 132, 44, 0.1);
    padding: 20px;
}

.partner-block .image {
    width: 128px;
    height: 128px;
    background: no-repeat center;
    background-image: none;
    background-size: contain;
    float: left;
}

.partner-block .name {
    margin-left: 160px;
    margin-bottom: 10px;
}

.partner-block .text {
    margin-left: 160px;
    font-size: 14px;
    color: #888;
}

.partner-block .text p {
    margin-bottom: 10px;
}

.partner-block .text p:last-child {
    margin-bottom: 0;
}

.legal-info {
    color: #888;
    font-size: 10px;
    margin: 10px 0;
}

.images-item {
    margin: 0 20px 20px 0;
    width: 256px;
    height: 256px;
    display: block;
    float: left;
    background: #f1f5f9 no-repeat center;
    background-size: contain;
    border-radius: 8px;
    border: 3px solid #f1f5f9;
}

.images-item:hover,
.images-item:focus {
    border-color: #00973a;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#special-info {
    background-color: #009946;
    color: #fff;
    padding: 12px 0;
    font-size: 18px;
}

#special-info a {
    color: inherit;
    text-decoration: underline;
}

.news-list .col-md-4:nth-child(3n+1) {
    clear: both;
}

.news-item {
    display: block;
    margin-bottom: 30px;
}

.news-item .name {
    color: #363636;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.news-item:hover .name {
    color: #00973A;
}

.news-item:hover,
.news-item:focus,
.news-item:active {
    text-decoration: none;
}

.news-item .description {
    color: rgba(54, 54, 54, 0.8);
    font-size: 16px;
    line-height: 25px;
}

.news-item:hover .description {
    color: rgba(54, 54, 54, 0.7);
}

.news-item .date {
    text-transform: uppercase;
    color: #9fa3b0;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

.news-item .image {
    height: 200px;
    display: block;
    border: 1px solid #d8dcde;
    margin: 0 0 20px;
    background: center no-repeat;
    background-size: cover;
}

.youtube-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.youtube-wrapper .empty {
    background-color: #dad9d7;
    height: 315px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube-wrapper .empty i {
    color: #b2b2b2;
    font-size: 8rem;
}

.ytdefer {
    max-width: 100%;
}

@media (max-width: 600px) {
    .youtube-wrapper {
        position: relative;
        padding-bottom: 33.75%; /* 16:9 */
        padding-top: 25px;
        height: 0;
        margin: 0 20% 20px;
    }

    .youtube-wrapper .empty,
    .youtube-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

#header-logo h1 {
    margin: 1.75rem 0 0;
    font-weight: normal;
    font-family: 'Fira Sans', sans-serif;
    color: #9fa3b0;
    font-size: 18px;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.card.card-collapsible {
    border: 1px solid #b4b8c2;
    margin-bottom: 20px;
}

.card.card-collapsible .card-header .btn-block {
    text-align: left;
    text-decoration: none;
}

.card.card-collapsible .card-body {
    position: relative;
}

.card.card-collapsible .card-body .hint {
    position: absolute;
    font-size: 80%;
    left: 10px;
    top: 10px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 2px 4px;
    cursor: pointer;
}

.card.card-collapsible .image {
    width: 100%;
}

.d-inline-block {
    display: inline-block !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.pagination {
    display: block;
    clear: both;
}

.line-menu {
    border-bottom: 1px solid #b4b8c2;
    background-color: rgba(155, 183, 212, 0.16);
}

.line-menu .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.line-menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.line-menu ul li {
    display: inline-block;
    margin-right: 20px;
    line-height: 1.8;
}

.line-menu ul li a {
    font-size: 16px;
    color: #572a32;
    text-decoration: underline;
}

.line-menu ul li.active a {
    font-weight: bold;
}

.line-menu .open {
    display: none;
}

.information-block {
    overflow: hidden;
}

.information-block .container {
    padding-top: 30px;
    padding-bottom: 20px;
}

.information-block + .information-block {
    border-top: 1px solid #b4b8c2;
}

.information-block p:last-child {
    margin: 0;
}

.information-block .container {
    display: flex;
}

.information-block .screenshot {
    width: 30%;
    padding-right: 30px;
    position: relative;
}

.information-block .screenshot a {
    width: 95%;
    position: absolute;
    bottom: -20px;
    right: 20px;
    transition: all 0.3s ease;
}

.information-block .screenshot a:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.information-block .screenshot a img {
    max-width: 100%;
}

.information-block .description {
    width: 100%;
}

.information-block .screenshot + .description {
    width: 70%;
}

.information-block.right .screenshot {
    order: 2;
}

.information-block.right .description {
    order: 1;
}

.information-block.right .screenshot a {
    left: 20px;
    right: auto;
}

.information-item-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.information-item {
    width: 33.33333333%;
    width: calc(33.33333333% - 13.33333333px);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
}

.information-item:nth-child(3n) {
    margin-right: 0;
}

.information-block .screenshot + .description .information-item {
    width: 50%;
    width: calc(50% - 10px);
}

.information-block .screenshot + .description .information-item:nth-child(3n) {
    margin-right: 20px;
}

.information-block .screenshot + .description .information-item:nth-child(2n) {
    margin-right: 0;
}

.information-item .image {
    width: 80px;
    flex: none;
    padding-right: 20px;
    text-align: center;
}

.information-item .image i {
    font-size: 4em;
}

.information-item .text {
    color: #515151;
}

.ui-front {
    z-index: 2000;
}

#webinar-dialog .modal-body form {
    position: relative;
}

.ui-widget.ui-widget-content {
    font-family: inherit;
    max-width: 100%;
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #ccc;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: none;
    margin: 0;
    background: rgba(0, 0, 0, 0.05);
}

.card .card-image {
    aspect-ratio: 4 / 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
}

.card .card-image.card-image-contain {
    background-size: contain;
}

.file-item-short:hover,
.file-item-short:focus,
.file-item-short:active {
    text-decoration: none;
    color: inherit;
}

.file-item-short .file-item-image {
    float: left;
}

.file-item-short .file-item-image .fa,
.file-item-short .file-item-image .fi {
    line-height: 1;
}

.file-item-short .file-item-image .fa-image {
    font-size: 2.7rem;
    margin-top: 5px;
}

.file-item-short .file-item-info {
    margin-left: 50px;
    color: #777;
    font-size: 12px;
    padding: 5px 0;
}

.file-item-short .file-item-name {
    color: #394263;
    font-weight: bold;
    font-size: 16px;
}

.file-item-short .file-item-size {
    display: inline-block;
}

.file-item-short .file-item-status {
    display: inline-block;
}

.file-item-short .file-item-size + .file-item-status::before {
    content: "|";
    display: inline-block;
    margin: 0 3px;
}

@media (max-width: 1199px) {
    .container {
        width: 960px;
    }

    #banner .container {
        position: relative;
        padding-left: 440px;
        background-size: 436px;
    }

    #banner h2 {
        font-size: 30px;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    #banner ul li {
        font-size: 16px;
    }

    #banner #test-dialog-open {
        position: absolute;
        bottom: 20px;
    }

    #reviews .flex-viewport {
        margin: 0 40px;
        width: calc(100% - 40px);
    }

    #how-it-works .container {
        width: 100%;
    }

    #how-it-works .data-item:nth-child(2n) {
        margin-left: 140px;
    }

    #how-it-works .data-item:nth-child(2n+1) {
        margin-left: calc(100% - 400px);
    }

    #how-it-works .module-background .name {
        margin-left: -130px;
    }

    #how-it-works .data-item.full {
        margin-left: 140px;
        width: calc(100% - 170px);
    }

    #how-it-works .data-item.full .name,
    #how-it-works .data-item.full .description {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .container {
        width: 720px;
    }

    article > iframe {
        max-width: 100%;
        max-height: 400px;
    }

    #banner .container {
        padding-left: 15px;
        background: none;
    }

    #banner .container::after {
        background: url('../img/sexy-work-woman.png') no-repeat left bottom;
        opacity: 0.2;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: "";
    }

    #banner .container > * {
        position: relative;
        z-index: 10;
    }

    #banner #test-dialog-open {
        right: 0;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .container {
        width: auto;
    }

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        width: 100%;
    }

    #header-logo .contacts {
        display: none;
    }

    section .container,
    footer .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    article .site-block + .site-block {
        margin-top: 30px;
    }

    aside {
        margin-top: 20px;
    }

    aside nav > ul {
        padding-left: 0;
    }

    footer > .container > .row > .col-xs-3:nth-child(1) {
        display: flex;
        flex-wrap: wrap;
    }

    footer .logo {
        order: 1;
        width: 50%;
    }

    footer .copyright {
        order: 3;
        width: 100%;
        margin-bottom: 0;
    }

    footer .social-links {
        order: 2;
        width: 50%;
        text-align: right;
        margin-top: 10px;
    }

    footer > .container > .row > .col-xs-3:nth-child(2),
    footer > .container > .row > .col-xs-3:nth-child(3) {
        width: 50%;
    }

    footer .contacts {
        display: flex;
    }

    footer .contacts-item {
        width: 50%;
    }

    footer .contacts-item + .contacts-item {
        margin: 0 0 0 20px;
    }

    footer .nav-header {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    footer nav li {
        margin-bottom: 6px;
    }

    footer .copyright br:nth-child(1),
    footer .copyright br:nth-child(3) {
        display: none;
    }

    article > * + h1,
    article > * + h2,
    article > * + h3,
    article > * + h4,
    article > * + h5,
    article > * + h6 {
        margin-top: 30px;
    }

    .review-item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .review-item .image {
        width: 80px;
        height: 80px;
        order: 1;
    }

    .review-item .author {
        width: calc(100% - 100px);
        margin-left: 20px;
        order: 2;
    }

    .review-item .text {
        width: 100%;
        margin: 10px 0 0;
        order: 3;
    }

    #content .reviews-list .review-item {
        margin-bottom: 20px;
    }

    .flexslider .slides .review-item {
        display: flex !important;
    }

    #reviews .flexslider .flex-direction-nav .flex-next {
        top: 60px;
        width: 40px;
        height: 40px;
    }

    #reviews .flexslider .flex-direction-nav a::before {
        font-size: 40px;
        line-height: 40px;
    }

    #banner ul {
        padding-left: 0;
    }

    #banner #test-dialog-open {
        right: 20px;
    }

    .youtube-wrapper {
        margin: 0;
    }

    .clients-item .image {
        width: 40px;
        height: 40px;
    }

    .clients-item .name {
        margin-left: 50px;
        padding-top: 8px;
        min-height: 0;
    }

    .clients-item.all {
        height: 40px;
        line-height: 40px;
        padding-right: 40px;
        display: inline-block;
        margin-top: 20px;
    }

    .clients-item.all::after {
        font-size: 40px;
        line-height: 40px;
    }

    .clients-list .row {
        margin-bottom: 0;
    }

    .clients-list {
        margin-bottom: 20px;
    }

    #content > .container > h1 {
        margin-bottom: 20px;
    }

    #how-it-works .data-item:nth-child(2n) {
        margin-left: 90px;
        text-align: left;
        padding: 10px 80px 10px 10px;
    }

    #how-it-works .data-item:nth-child(2n) .open-button {
        right: 16px;
        left: auto;
    }

    #how-it-works .data-item:nth-child(2n+1) {
        margin-left: 90px;
    }

    #how-it-works .data-item {
        width: calc(100% - 90px);
    }

    #how-it-works .module-background .name {
        margin-left: -150px;
        font-size: 24px;
    }

    #how-it-works .data-item.full:nth-child(2n) {
        padding: 0;
    }

    #how-it-works .data-item.full {
        width: calc(100% - 120px);
    }

    .information-block .container {
        flex-direction: column;
    }

    .information-block .screenshot,
    .information-block .screenshot + .description {
        width: 100%;
    }

    .information-item-container {
        flex-direction: column;
    }

    .information-item,
    .information-block .screenshot + .description .information-item {
        width: 100%;
        margin-right: 0;
    }

    .information-block .screenshot {
        text-align: center;
        margin-top: 20px;
    }

    .information-block .screenshot a {
        position: static;
    }

    .information-block .screenshot,
    .information-block.right .screenshot {
        order: 2;
        padding: 0 30px;
    }

    .information-block .description,
    .information-block.right .description {
        order: 1;
    }
}

@media (max-width: 480px) {
    .logo img {
        height: 40px;
    }

    .btn {
        padding: 12px 15px;
        height: 42px;
    }

    #header-nav .open {
        display: block;
        color: inherit;
        font-weight: bold;
        font-size: 18px;
    }

    #header-nav .open:hover,
    #header-nav .open:focus,
    #header-nav .open:active {
        text-decoration: none;
    }

    #header-nav nav {
        display: none;
    }

    #header-nav nav.active {
        display: block;
    }

    #header-nav nav li {
        display: block;
    }

    .line-menu .open {
        display: block;
        color: inherit;
        font-size: 16px;
    }

    .line-menu .open:hover,
    .line-menu .open:focus,
    .line-menu .open:active {
        text-decoration: none;
    }

    .line-menu nav {
        display: none;
    }

    .line-menu nav.active {
        display: block;
    }

    .line-menu ul {
        margin: 10px 0 0;
        text-align: left;
    }

    .line-menu nav li {
        display: block;
        margin-right: 0;
    }

    footer .contacts {
        flex-direction: column;
    }

    footer .contacts-item {
        width: 100%;
    }

    footer .contacts-item + .contacts-item {
        margin: 20px 0 0;
    }

    .blocks-item {
        width: 100px;
        font-size: 12px;
    }

    .blocks-item .image {
        height: 64px;
    }

    article > iframe {
        max-height: 320px;
    }

    #title h1 {
        font-size: 32px;
    }

    .btn-group {
        display: flex;
        flex-direction: column;
    }

    #configurator .btn {
        padding-left: 4px;
        padding-right: 4px;
    }

    #configurator .table-price tr td:nth-child(2),
    #configurator .table-price tr td:nth-child(3) {
        word-break: break-word;
        font-size: 14px;
        padding: 8px 4px;
    }

    .price-item {
        padding: 10px;
        height: 60px;
    }

    .price-item .name {
        font-size: 16px;
    }

    .price-item .description {
        font-size: 14px;
    }

    .price-item .price {
        font-size: 21px;
        width: 100px;
    }

    .partners-item {
        display: flex;
        flex-direction: column;
    }

    .partners-item .name {
        order: 1;
        margin-left: 0;
    }

    .partners-item .image {
        order: 2;
    }

    .partners-item .text {
        order: 3;
        margin-left: 0;
    }

    .partners-item + .partners-item {
        margin-top: 20px !important;
    }

    #banner h2 {
        font-size: 24px;
        margin-top: 15px;
    }

    #banner ul {
        margin-top: 10px;
    }

    #how-it-works {
        overflow: hidden;
    }

    footer > .container > .row > .col-xs-3:nth-child(2),
    footer > .container > .row > .col-xs-3:nth-child(3) {
        width: 100%;
        display: block;
    }

    footer .social-links {
        margin-top: 2px;
    }

    #how-it-works .data-item {
        font-size: 16px;
    }

    #how-it-works .data-item.full {
        margin-left: 0;
        width: calc(100% - 30px);
    }

    #how-it-works .data-item.full .name {
        padding: 15px;
    }

    #how-it-works .data-item.full .description {
        background-image: none;
        padding: 15px;
    }

    #how-it-works .data-container {
        top: 75px;
    }

    .footer-container,
    #how-it-works .header-container h2 {
        font-size: 24px;
    }
}