@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,900|Fira+Sans:400,700,900&subset=cyrillic');
/* normalize styles */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* umodal styles */

.umodal {
    position: fixed;
    display: block;
    width: 604px;
    height: 340px;
    padding: 50px;
    left: 50%;
    margin-left: -352px;
    top: 0%;
    margin-top: -500px;
    background: #F5F5F9;
    z-index: 100500;
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0);
}

.umodal h3 {
    font-size: 30px;
    margin: 0px 0px 30px;
}

.click {
    top: 50%;
    margin-top: -220px;
    transition: 0.3s;
    box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.33);
}

.cross {
    position: absolute;
    background: #999999;
    height: 25px;
    width: 1px;
    left: 12px;
    transform: rotate(45deg);
    transition: 0.3s;
}

.cross:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    background: #999999;
    left: -12px;
    top: 12px;
    transition: 0.3s;
}

.close {
    width: 25px;
    height: 25px;
    position: fixed;
    margin-left: 610px;
    margin-top: -30px;
    cursor: pointer;
}

.close:hover .cross {
    background: #333333;
    transition: 0.3s;
}

.close:hover .cross:after {
    background: #333333;
    transition: 0.3s;
}

.umodal .result {
    background: rgba(255, 255, 255, 0);
    padding: 112px 75px;
}

/* uform styles */

.uform {
    width: 600px;
}

.uform .caption {
    text-align: left;
}

input[type=text],
input[type=email],
textarea {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    border: 2px solid #4A4490;
    outline: none;
    border-radius: 5px;
}

.result {
    background: #FFFFFF;
    padding: 92px 75px;
    border-radius: 5px;
}

.maptext .result {
    padding: 30px 30px 40px;
}

/* project styles */

body {
    height: 100%;
    min-width: 1000px;
    font-size: 16px;
    line-height: 175%;
    font-family: 'Open Sans', sans-serif;
    background: rgba(74, 72, 139, 0.05);
    color: #151515;
}

html {
    position: relative;
    min-height: 100%;
}

header {
    background: #FFFFFF;
}

.header {
    margin: auto;
    width: 1000px;
    white-space: nowrap !important;
}

.company-info {
    display: inline-block;
    vertical-align: middle;
    margin: 40px 0px;
    width: 432px !important;
}

.company-logo {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}

.company-logo svg {
    fill: #D6283B;
    margin: -15px;
}

.company-profile {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.company-name {
    font-family: 'Fira Sans', sans-serif;
    font-size: 39.5px;
    font-weight: 900;
}

.company-tagline {
    margin-top: 7px;
    font-size: 14.4px;
}

.company-work {
    display: inline-block;
    vertical-align: top;
    margin: 38px 20px 0px 30px;
    width: 170px;
    box-sizing: border-box;
    text-align: center;
    line-height: 140%;
    font-size: 15px;
    color: #666666
}

.phone-icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 47px;
    width: 50px;
    height: 50px;
    fill: #D6283B;
}

.company-contacts {
    display: inline-block;
    vertical-align: top;
    width: 285px;
    text-align: right;
    margin: 43px 0px 0px;
}

.company-phone {
    font-family: 'Fira Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.company-phone span {
    font-weight: 400;
    color: #222222
}

.company-address {
    margin-top: 5px;
    font-size: 16px;
}

.company-address a {
    color: #D6283B;
    text-decoration: none;
}

nav {
    background: #4A4490;
}

.nav {
    margin: auto;
    padding: 0px;
    width: 1000px;
    display: block;
}

.burger {
    display: none;
}

.nav>li {
    display: inline-block;
    padding: 2px 25px;
    margin: 15px 0px;
    border-left: 1px solid #2F2F58;
}

.nav>li:first-child {
    padding-left: 0px;
    border-left: none;
}

.nav>li:last-child {
    padding-right: 0px;
}

.nav li a,
.nav li span {
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
    transition: 0.3s;
}

.nav li ul li a,
.nav li ul li span {
    color: #FFFFFF;
    font-size: 16px;
}

.nav li a:hover,
.nav li span:hover {
    color: #E4E4E4;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

.nav-child {
    display: none;
    background: #2F2F58;
    position: absolute;
    margin: 17px 0px 0px -22px;
    padding: 15px 20px;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
    border-radius: 0px 0px 5px 5px;
    z-index: 100500;
}

.nav-child li {
    display: block;
    line-height: 200%;
}

.nav>li:hover ul {
    display: block;
}

.nav>li:hover ul:before {
    content: '';
    position: absolute;
    left: 30px;
    top: -24px;
    border: 12px solid transparent;
    border-bottom: 12px solid #2F2F58;
}

article {
    overflow: hidden;
}

h1 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin: 0px 0px 30px;
}

h2 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin: 20px 0px;
}

h3 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin: 15px 0px;
}

h4 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0px;
}

.page-header h1 {
    margin: 20px 0px 30px;
    font-size: 32px;
}

.page,
.subpage {
    width: 1000px;
    margin: 0px auto;
    margin-bottom: 50px !important;
    min-height: calc(100vh - 523px)
}

p a {
    color: #D6283B;
    transition: 0.3s;
}

p a:hover {
    color: #DC5050;
    transition: 0.3s;
}

.sheet p {
    margin: 10px 0px 0px;
    padding: 0px;
}

.sheet ul {
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.sheet li {
    list-style-type: none;
    margin-left: 20px;
}

.sheet li:before {
    list-style-type: none;
    display: block;
    position: absolute;
    content: '';
    background: #D6283B;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: 9px;
}

.leading-0 h2 {
    margin-top: 0px;
}

.section {
    width: 100%;
    padding: 80px 0px;
}

.first {
    padding-top: 0px;
}

.last {
    padding-bottom: 0px;
}

.mini-section {
    background: rgba(74, 72, 139, 0.15);
}

.s-dark {
    background: rgba(74, 72, 139, 0.1);
}

.content,
.page-header {
    width: 1000px;
    margin: auto;
}

.caption {
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    margin: 0px 0px 40px;
}

button {
    margin-top: 20px;
    outline: none;
}

.button {
    display: block;
    border: 0px solid #D6283B;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
    background: #D6283B;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    padding: 12px 20px;
    outline: none;
    transition: 0.3s;
}

.button:hover {
    border: 0px solid #DC5050;
    background: #DC5050;
    cursor: pointer;
    transition: 0.3s;
}

.h-triggers {
    margin-bottom: -10px;
}

.h-trigger {
    display: inline-block;
    vertical-align: top;
    width: 317px;
    margin: 10px;
}

.h-trigger:nth-child(3n-2) {
    margin-left: 0px;
}

.h-trigger:nth-child(3n) {
    margin-right: 0px;
}

.h-trigger-img,
.h-trigger-text {
    display: inline-block;
    vertical-align: top;
}

.h-trigger-img {
    width: 50px;
    height: 50px;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-top: 5px;
    border: 1px solid rgba(74, 72, 139, 0.3);
}

.h-trigger-img svg {
    fill: #4A4490;
}

.h-trigger-text {
    width: 225px;
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 150%;
}

.h-trigger-text b {
    display: inline-block;
    margin: 0px 0px 10px;
    line-height: 140%;
    font-size: 18px;
}

.h-trigger-text b:after {
    width: 100px;
    display: block;
    margin: 12px 0px 0px;
    height: 3px;
    border-radius: 3px;
    content: '';
    background: #D6283B;
}

.v-triggers {
    margin-top: 50px;
}

.v-trigger {
    display: inline-block;
    vertical-align: top;
    width: 485px;
    margin: 10px 0px 30px 10px;
}

.v-trigger:nth-child(2n-1) {
    margin: 10px 10px 30px 0px;
}

.v-trigger-img {
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 0px 0px 3px #4A4490;
}

.v-trigger-text {
    width: 390px;
    box-sizing: border-box;
    padding-left: 15px;
}

.v-trigger-text p {
    margin: -10px 0px 0px;
}

.v-trigger-img,
.v-trigger-text {
    display: inline-block;
    vertical-align: top;
}

.v-inline-blocks {
    margin-bottom: -10px;
}

.v-inline-block {
    width: 319px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 5px 8px 15px;
    border-radius: 5px;
    background: #FFFFFF;
}

.v-inline-block:nth-child(3n-2) {
    margin-left: 0px;
}

.v-inline-block:nth-child(3n) {
    margin-right: 0px;
}

.v-inline-block-img {
    line-height: 0%;
}

.v-inline-block-text {
    padding: 15px 30px 0px;
    line-height: 150%;
    text-align: center;
    overflow: hidden;
    height: 158px;
    box-sizing: border-box;
}

.v-inline-block-text h2,
.v-inline-block-text h3 {
    margin: 0px 0px 10px;
    font-size: 19px;
}

.v-inline-block-text h2:after,
.v-inline-block-text h3:after {
    display: block;
    margin: 10px 60px;
    height: 3px;
    border-radius: 3px;
    content: '';
    background: #D6283B;
}

.v-inline-block-button .button {
    padding: 12px 15px;
    text-align: center;
    border-radius: 0px;
    text-decoration: none;
    margin: 20px 0px 0px 0px;
    background: #4A4490;
    transition: 0.3s;
}

button.button {
    line-height: 160%;
    width: 100%;
}

.v-inline-block-button .button:hover {
    background: #6863A3;
}

.h-inline-blocks {
    margin-bottom: -10px;
}

.h-inline-block {
    width: 487.5px;
    display: inline-block;
    box-sizing: border-box;
    margin: 10px 10px 10px 0px;
    background: #FFFFFF;
    overflow: hidden;
}

.h-inline-block:nth-child(2n) {
    margin: 10px 0px 10px 10px;
}

.h-inline-block-img {
    width: 200px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: -10px;
}

.h-inline-block-text {
    width: 283px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px;
    line-height: 150%;
}

.h-inline-block-text button {
    margin: 15px 0px 0px;
    padding: 12px 35px;
}

.h-inline-block-text h3 {
    margin: 0px 0px 10px;
}

.wide-blocks {
    margin-bottom: -10px;
}

.wide-block {
    display: inline-block;
    box-sizing: border-box;
    background: #FFFFFF;
    margin: 10px 0px;
    overflow: hidden;
}

.wide-block-img {
    width: 250px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: -10px;
}

.wide-block-text {
    width: 745.5px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px;
    line-height: 150%;
}

.wide-block-text button {
    margin: 15px 0px 0px;
    padding: 12px 35px;
}

.wide-block-text h3 {
    margin: 0px 0px 10px;
}

.feedback {
    background-image: url('../images/feedback.png');
    background-repeat: no-repeat;
    background-position: calc(50% + 350px) bottom;
}

.feedback .uform {
    margin-top: 60px;
}

footer {
    width: 100%;
    padding: 50px 0px;
    background: #2F2F58;
    bottom: 0;
    color: #FFFFFF;
    font-weight: 300;
}

.footer {
    margin: auto;
    width: 1000px;
}

.footer a {
    color: #E98888;
    text-decoration: none;
    border-bottom: 1px dotted #E98888;
    transition: 0.3s;
}

.footer a:hover {
    color: #DC5050;
    border-bottom: 1px dotted #DC5050;
    transition: 0.3s;
}

.footer p {
    margin: 0px;
}

.footer p+p {
    margin-top: 5px;
}

.footer span {
    text-transform: uppercase;
}

.error-block {
    padding: 140px 0px;
    width: 600px;
    margin: auto;
}

.topimage {
    background: url('../images/top.jpg') center;
    background-size: cover;
    height: 450px;
    box-sizing: border-box;
    margin-top: -30px;
}

.feedback-button {
    background: #D6283B;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: 305px;
    margin-top: -54px;
    padding: 8px 40px;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
}

.feedback-button:hover {
    background: #DC5050;
    cursor: pointer;
}

.topimage-text {
    border-radius: 5px;
    box-sizing: border-box;
    padding: 50px 0px;
    width: 620px;
    margin-top: 35px;
}

.topimage-caption {
    margin: 0px !important;
    font-size: 38px !important;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 1), 0px 0px 20px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1);
}

.sub-caption {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 0px !important;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 1), 0px 0px 20px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1);
}

.topimage-text h2:before {
    background: #D6283B;
    content: '';
    height: 4px;
    display: block;
    width: 170px;
    margin: 22px 0px;
    border-radius: 3px;
}

.shadowbox {
    width: 100%;
    height: 450px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    margin-bottom: -400px;
    margin-top: -80px;
}

.numberblock {
    display: inline-block;
    margin-top: -10px;
}

.number {
    font-size: 72px;
    display: inline-block;
    vertical-align: middle;
    padding: 30px 0px 36px;
    font-weight: 300;
    color: #4A4490;
}

.numbertext {
    display: inline-block;
    vertical-align: middle;
    padding: 13px 15px 13px 10px;
    border-radius: 3px;
    width: 156px;
    line-height: 150%;
    text-align: left;
}

.numbertext span {
    font-weight: 600;
    color: #4A4490;
}

.hmvp-icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    fill: #4A4490;
}

.hmvp-text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 26px;
    margin-left: 10px;
}

#uform-mini {
    width: 560px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

#uform-mini .result {
    padding: 0px;
    font-size: 22px;
    font-weight: 300;
    margin-top: -10px;
    background: none;
    margin-left: 30px;
}

#uform-mini input[type=text] {
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #FFFFFF;
    margin: 0px;
    padding: 12px 28px;
    font-size: 22px;
    font-weight: 300;
    margin-left: 30px;
}

#uform-mini .button {
    width: 220px;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    margin: 0px 0px 0px 25px !important;
}

#uform-file {
    margin-top: 60px;
}

#name-file {
    width: 295px;
    display: inline-block;
    box-sizing: border-box;
}

#phone-file {
    width: 295px;
    display: block;
    box-sizing: border-box;
    float: right;
}

.calc {
    background-image: url('../images/calc.png');
    background-repeat: no-repeat;
    background-position: calc(50% + 330px) bottom;
}

.underline:after {
    display: block;
    margin: 40px 400px 0px;
    height: 4px;
    border-radius: 3px;
    content: '';
    background: #D6283B;
}

.mapblock {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 60px;
    box-shadow: 0px 0px 30px rgba(74, 72, 139, 0.05);
}

.mapshell {
    display: inline-block;
    vertical-align: top;
    width: 650px;
}

.maptext {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    height: 600px;
    background: #F5F5F9;
    margin-left: -5px;
    box-sizing: border-box;
    padding: 30px;
}

.maptext .uform {
    width: 100%;
}

.maptext a {
    color: #D6283B;
    text-decoration: none;
    border-bottom: 1px dotted #D6283B;
    transition: 0.3s;
}

.maptext a:hover {
    color: #DC5050;
    border-bottom: 1px dotted #DC5050;
    transition: 0.3s;
}

.maptext textarea {
    height: 80px;
    border-color: #6863A3;
}

.maptext input {
    border-color: #6863A3;
}

.sigFreeThumb {
    margin: 10px !important;
    border-radius: 5px;
    overflow: hidden;
}

.sigFreeThumb:nth-child(4n-3) {
    margin-left: 0px !important;
}

.sigFreeThumb:nth-child(4n) {
    margin-right: 0px !important;
}

.sigFreeThumb:before,
.sigFreeClear:before {
    display: none !important;
}

.contactsp {
    margin-bottom: 30px !important;
}

.mapcontainer {
    border-radius: 5px;
    overflow: hidden;
    height: 550px;
}

.nav-child:after {
    content: '';
    width: 651px;
    height: 20px;
    position: absolute;
    margin-top: -195px;
    margin-left: -346px;
}

.subpage .module-block {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-top: 50px;
    background: rgba(74, 72, 139, 0.1);
    border: 1px solid rgba(74, 72, 139, 0.2);
    border-radius: 5px;
}

.subpage .module-block:nth-child(2) {
    margin-top: 35px !important;
}

.subpage .sheet {
    display: inline-block;
    vertical-align: top;
    width: 660px;
    margin-left: 33px;
    border: 1px solid rgba(74, 72, 139, 0.2);
    background: #FFFFFF;
    margin-top: 50px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px;
    overflow: hidden;
}

.subpage .sheet .page-header {
    width: 100%;
}

.subpage .sheet .page-header h1 {
    font-size: 26px;
    margin: 0px 0px 20px;
}

.category-module {
    list-style-type: none;
    padding: 7px 20px !important;
    margin: 0px;
}

.category-module li {
    line-height: 135% !important;
    padding: 10px 0px;
    border-top: 1px solid rgba(74, 72, 139, 0.2);
}

.category-module li:first-child {
    border-top: none;
}

.category-module li a {
    text-decoration: none;
    color: #000000;
}

.category-module li .active {
    font-weight: bold;
}

.subpage .sheet .page-header:after {
    display: block;
    width: 150px;
    margin: 0px 0px 20px 0px;
    height: 3px;
    border-radius: 3px;
    content: '';
    background: #D6283B;
}

.content .sigFreeClassic {
    margin-top: -10px !important;
}

#h2-tp1,
#h2-tp2 {
    transition: 0.3s
}

.h2scroll {
    margin-top: -156px !important;
}

.doptext {
    margin-top: 20px;
    text-align: left;
}

.doptext a {
    text-decoration: none;
    color: #151515;
}

.doptext a:hover {
    text-decoration: none;
    color: #D6283B;
}

.doptext a .circle {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    background: #D6283B;
    margin-top: 8px;
    border-radius: 50%;
    margin-right: 3px;
}

.text {
    display: inline-block;
}

.item-image {
    margin: -30px -30px 20px;
}

.sidebar {
    display: inline-block;
    max-width: 302px;
}

.leftcontainer>ymaps {
    width: 100% !important;
    height: 300px !important;
}

.leftcontainer {
    border-radius: 5px;
    overflow: hidden;
}

.subpage .under-text .module-block {
    display: block;
    width: 100%;
    margin-top: 30px;
    background: rgba(74, 72, 139, 0);
    border: 1px solid rgba(74, 72, 139, 0);
}

.under-text .caption {
    font-size: 26px;
    margin: 0px 0px 20px;
    text-align: left;
}

.under-text .caption:after {
    display: block;
    width: 150px;
    margin: 20px 0px 0px 0px;
    height: 3px;
    border-radius: 3px;
    content: '';
    background: #D6283B;
}

.under-text #uform-file {
    margin-top: 30px;
}

.formcaption {
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    font-size: 28px;
    margin: 0px 0px 30px 0px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
}

td {
    border: 2px solid #4A4490;
    padding: 5px 10px;
    font-weight: 400;
}

tr:nth-child(2n-1) {
    background: rgba(74, 72, 139, 0.1);
}

tr:nth-child(1) td {
    color: #FFFFFF;
    background: rgba(74, 72, 139, 0.8);
}

tr:nth-child(1) td:nth-child(1) {
    font-weight: bold;
}

tr:nth-child(1) td:nth-child(1) {
    font-weight: 400;
}

.prices h2 {
    font-size: 24px;
    line-height: 125%;
}

.prices h2:after {
    width: 150px;
    display: block;
    margin: 12px 0px 0px;
    height: 3px;
    border-radius: 3px;
    content: '';
    background: #D6283B;
}

.prices p {
    background: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid rgba(74, 72, 139, 0.3);
}

.vk {
    float: right;
}

.vk-logo {
    width: 44px;
    height: 44px;
    padding: 5px;
    background: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.vk-text {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150%;
}

.vk-logo svg {
    fill: #2F2F58;
}