@charset "UTF-8";
@font-face {
    font-family: circe;
    src: url(/fonts/CRC25.otf?73b8b3e4cd98276d9c6027f37eabb6c6);
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: circe;
    src: url(/fonts/CRC35.otf?fcff34ec64e71eb0d96c580ad4468343);
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: circe;
    src: url(/fonts/CRC55.otf?534ec7d59fae6ac015a8491928d1f159);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: circe;
    src: url(/fonts/Circe-Bold.otf?208f1642b4f4c1bd8b66d7c7f56b5579);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: circe;
    src: url(/fonts/Circe-ExtraBold.otf?7e553a6c0bf3a0622f0a2459c640b17e);
    font-weight: 800;
    font-style: normal
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: Exo\ 2, Arial, sans-serif;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1.25em;
    color: #000
}

html {
    font-family: Exo\ 2, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    background-color: #fff
}

body, html {
    width: 100%
}

body {
    margin: 0 auto;
    min-width: 320px;
    max-width: 1920px;
    position: relative;
    padding-top: 0;
    overflow-x: hidden !important
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

fieldset {
    border: 1px solid #111;
    display: inline-block;
    padding: 0 10px 5px
}

legend {
    padding: 0 10px;
    font-size: 12px
}

ul {
    list-style: none;
    list-style-position: inside
}

a {
    color: inherit
}

a, a:hover {
    text-decoration: none
}

a:hover {
    cursor: pointer
}

code, p, span {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    vertical-align: baseline
}

input::-ms-clear {
    display: none
}

span, strong {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    vertical-align: baseline;
    line-height: inherit
}

.hidden {
    display: none
}

.clr {
    clear: both
}

a img {
    cursor: pointer
}

img {
    max-width: 100%
}

.abs {
    position: absolute
}

.rel {
    position: relative
}

.b {
    font-family: inherit
}

.fleft {
    float: left
}

.fright {
    float: right
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.hovered:hover {
    cursor: pointer
}

.content {
    width: 1170px;
    height: 100%;
    margin: auto
}

.button, .content {
    position: relative
}

.button {
    text-align: center;
    font-weight: 700;
    font-family: Exo\ 2, Arial;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#ffc200), to(#ff8e00));
    background: linear-gradient(90deg, #ffc200, #ff8e00);
    -webkit-box-shadow: 0 5px 10px rgba(239, 140, 21, .3);
    box-shadow: 0 5px 10px rgba(239, 140, 21, .3);
    border-radius: 15px;
    border: none;
    outline: none;
    width: auto;
    height: 50px;
    overflow: hidden
}

a.button {
    line-height: 52px
}

.button:hover {
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#fcc824), to(#fd9a1e));
    background: linear-gradient(90deg, #fcc824, #fd9a1e)
}

.button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 2px
}

.button:disabled {
    opacity: .5;
    cursor: default
}

.button:disabled:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc200), to(#ff8e00));
    background: linear-gradient(180deg, #ffc200, #ff8e00)
}

.button:disabled:active {
    margin-top: 0;
    -webkit-box-shadow: 0 2px 0 #d79516;
    box-shadow: 0 2px 0 #d79516
}

.buttonWhite {
    width: 100%;
    height: 38px;
    text-align: center;
    font-family: Exo\ 2;
    font-weight: 500;
    font-size: 13px;
    color: #434343;
    border-radius: 20px;
    border: 1px solid #f3ac23;
    text-shadow: 1px 1px 0 hsla(0, 0%, 100%, .5);
    background: #fff
}

.buttonWhite:hover {
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcc824), to(#fd9a1e));
    background: linear-gradient(180deg, #fcc824, #fd9a1e);
    color: #fff
}

a.buttonWhite {
    display: inline-block;
    line-height: 35px
}

.buttonWhite.transparent {
    background-color: transparent
}

.buttonTransparent {
    width: 100%;
    height: 40px;
    text-align: center;
    font-family: Exo\ 2;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    background: transparent;
    -webkit-transition: .5s;
    transition: .5s
}

.buttonTransparent:hover, .wrapInputLoad:hover .butLoad {
    cursor: pointer;
    background-color: #fff;
    color: #7ac629
}

a.buttonTransparent {
    line-height: 36px;
    display: inline-block
}

.wrapBut {
    text-align: center;
    height: 52px
}

.wrapBut40 {
    text-align: center;
    height: 40px
}

.wrapBut.left {
    text-align: left
}

.wrapBut.right {
    text-align: right
}

.wrapBut.inline {
    display: inline-block
}

.block {
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mobile, .mobileInline {
    display: none !important
}

.fontTit {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-align: left;
    padding: 40px 0;
    line-height: 1.3em
}

.fontTit.white {
    color: #fff
}

.fontTit.green {
    color: #6eb842
}

.fontTit strong {
    color: #7ac629
}

.fontTit span {
    font-weight: 300
}

.fontTit.left {
    text-align: left
}

.fontTitSmall {
    font-weight: 700;
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.1em
}

.fontTitSmall strong {
    color: #7ac629
}

.fontTitSmallPodpis {
    font-size: 20px
}

.wrapPhone {
    display: inline-block;
    position: relative
}

.callDesctop {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.callDesctop.noHover:hover {
    cursor: default
}

.dnone {
    opacity: 0
}

#main {
    overflow: hidden
}

video {
    max-width: 100%;
    max-height: 100%
}

.blockHeadline {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
    background-color: transparent;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blockHeadline.scroll {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    padding: 0;
    background: rgba(242, 244, 245, .97)
}

.headline {
    width: 1170px;
    height: 110px;
    margin: auto;
    text-align: center;
    display: grid;
    grid-template-columns:370px 1fr;
    grid-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blockHeadline.scroll .headline {
    height: 80px
}

.blockHeadline.scroll .headRightBottom {
    display: none
}

.blockHeadline.scroll .phoneTop {
    font-size: 26px
}

.blockHeadline.scroll .wrapButHead {
    margin-right: 150px
}

.headLeft {
    text-align: left;
    -webkit-transition: .5s;
    transition: .5s
}

.headRight {
    text-align: right
}

.phoneTop {
    font-weight: 500;
    font-size: 15px;
    color: #434343;
    -webkit-transition: .5s;
    transition: .5s
}

.butTop {
    padding: 0 20px
}

.headLeft img {
    -webkit-transition: .5s;
    transition: .5s;
    width: 358px
}

.blockHeadline.scroll .headLeft img {
    width: 280px
}

.headRightTop > div {
    display: inline-block;
    vertical-align: baseline
}

.wrapButHead {
    margin-right: 70px;
    -webkit-transition: .5s;
    transition: .5s
}

.mainMenu, .mainMenu li {
    display: inline-block
}

.mainMenu li {
    margin-left: 20px;
    position: relative
}

.mainMenu > li > a {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    display: block;
    position: relative
}

.mainMenu > li .sub-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    text-align: left;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3)
}

.mainMenu > li:hover .sub-menu, .sub-menu li {
    display: block
}

.sub-menu li {
    margin-left: 0;
    padding: 4px 0
}

.sub-menu li a {
    white-space: nowrap
}

.mainMenu li.active > a, .mainMenu li a:hover {
    color: #7ac629
}

.headRightBottom {
    margin-top: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.blockHeadline.scroll .headRightBottom {
    margin-top: 0
}

.mainMenuParent > a:after {
    content: url(/images/arr-menu.png?c9c3e52ae4cd2803f8f05bf38fcc0949);
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    margin-left: 3px;
    margin-bottom: 3px;
    line-height: 16px
}

.headMobileMenu {
    display: none
}

.smallMenuBut {
    width: 24px;
    height: 14px;
    z-index: 5;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-image: url(/images/menu.png?a1426ddbc919b24e329eb2d63f088bfa)
}

.smallMenuBut:hover {
    cursor: pointer
}

.smallMenu {
    width: 280px;
    height: auto;
    background: #fff;
    position: fixed;
    top: 0;
    right: -300px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 20;
    max-height: 98%;
    overflow-y: auto;
    max-height: 100%
}

.smallHead {
    position: relative;
    display: table;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.smallHead > div {
    display: table-cell
}

.small-menu li {
    display: block;
    padding: 2px 0
}

.small-menu li a {
    font-weight: 300;
    font-size: 20px;
    color: #000;
    display: block
}

.small-menu li a:hover {
    text-decoration: underline
}

.smallMenuLeft {
    text-align: left;
    padding-left: 20px
}

.smallMenuLeft img {
    max-width: 150px
}

.smallMenuRight {
    width: 60px
}

.smallMenuClose {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto auto;
    background-image: url(/images/back_menu.png?48fa5b5ce21d7b7ddac1a671b40b8532);
    background-color: #fff;
    position: relative
}

.smallMenuClose:hover {
    cursor: pointer
}

.smallMenuContent {
    width: 100%;
    height: auto;
    padding: 5px 20px 20px
}

.small-menu .sub-menu {
    width: auto;
    left: auto;
    top: auto;
    position: relative;
    opacity: 1;
    max-height: none;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    z-index: 1
}

.blockBanner, .blockBannerHome {
    height: auto;
    background-color: #f2f4f5;
    position: relative;
    margin-bottom: -30px
}

.blockBannerHome .content {
    padding: 170px 0 155px;
    text-align: left;
    position: relative;
    z-index: 2
}

.blockBannerHome:before {
    content: " ";
    display: block;
    width: 1270px;
    height: 1270px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate3d(-1300px, -933px, 0);
    transform: translate3d(-1300px, -933px, 0);
    z-index: 0;
    -webkit-box-shadow: 0 0 81px hsla(0, 0%, 62%, .11);
    box-shadow: 0 0 81px hsla(0, 0%, 62%, .11)
}

.blockBanner .content {
    padding: 170px 0 110px;
    text-align: left;
    position: relative;
    z-index: 2
}

.wrapBann {
    width: 60%;
    max-width: 640px;
    position: relative;
    z-index: 5
}

.blockBanner.about .wrapBann {
    min-height: 240px;
    padding-top: 50px
}

.wrapBann h1 {
    font-weight: 800;
    font-size: 36px;
    color: #000;
    margin-bottom: 40px
}

.wrapBann h1 strong {
    display: block;
    color: #72b926
}

.wrapBann p {
    font-weight: 300;
    font-size: 20px;
    color: #838383;
    margin-top: 20px
}

.bannText1 {
    font-weight: 400;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.1em
}

.bannText1 strong {
    color: #7bc629
}

.bannText1.bold {
    font-weight: 700
}

.bannText2 {
    font-size: 26px;
    margin-bottom: 30px
}

.bannText2, .bannText3 {
    font-weight: 700;
    color: #000
}

.bannText3 {
    font-size: 24px
}

.bannText3 strong {
    color: #7bc629;
    margin-bottom: 20px
}

.bannText4 {
    font-weight: 700;
    font-size: 36px
}

.bannText4.mb {
    margin-bottom: 20px
}

.bannText5 {
    font-weight: 700;
    font-size: 36px;
    color: #6eb842;
    margin-bottom: 35px
}

.bannText5 strong {
    font-size: 80px;
    display: block;
    line-height: .8em
}

.bannImg {
    position: absolute;
    right: 20px;
    top: 130px
}

.bannBlockText {
    display: inline-table;
    margin-bottom: 15px
}

.bannBlockText > div {
    display: table-cell
}

.bannBlockText div:first-child p {
    font-weight: 700;
    font-size: 76px;
    color: #000
}

.bannBlockText div:first-child p strong {
    color: #7bc629
}

.bannBlockText div:nth-child(2) {
    padding-left: 20px
}

.bannBlockText div:nth-child(2) p {
    font-weight: 700;
    font-size: 36px;
    color: #000;
    line-height: 1em
}

.bannBlockText div:nth-child(2) p strong {
    color: #7bc629
}

.bannLine {
    position: absolute;
    left: 50%;
    bottom: -70px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 4;
    max-width: none
}

.bannPodpis {
    font-size: 16px;
    color: #838383
}

.bannPodpis span {
    color: #78c528;
    display: inline-block;
    text-decoration: underline
}

.bannPodpis span:hover {
    cursor: pointer;
    text-decoration: none
}

.blPlayBann {
    position: absolute;
    bottom: 90px;
    left: 50%;
    -webkit-transform: translate3d(-88%, 0, 0);
    transform: translate3d(-88%, 0, 0);
    z-index: 5;
    display: table
}

.blPlayBann:hover {
    cursor: pointer
}

.blPlayBann > div {
    display: table-cell
}

.blPlayBann p {
    font-weight: 400;
    font-size: 16px;
    color: #6eb842
}

.playBannAbout {
    width: auto;
    display: inline-grid;
    grid-template-columns:auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 15px;
    border-radius: 50px;
    background-color: rgba(2, 13, 25, .3);
    position: absolute;
    right: 124px;
    top: 290px;
    z-index: 5
}

.playBannAbout:hover {
    cursor: pointer
}

.playBannAbout img {
    position: relative;
    z-index: 2
}

.playBannAbout p {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    padding: 0 20px 0 0
}

.playBannAbout .pulse {
    padding: 0
}

.fancybox-slide > :not(.popup) {
    padding: 0 !important
}

.blockBanner.contacts .bannText4 {
    margin-bottom: 100px
}

.blBannCont {
    margin-bottom: 30px
}

.blBannCont p {
    color: 0
}

.blBannCont a, .blBannCont p {
    font-weight: 400;
    font-size: 30px
}

.blBannCont a {
    color: #6eb842
}

.bannContPhone {
    font-weight: 700;
    font-size: 30px;
    color: #6eb842
}

.pulse {
    position: relative;
    padding: 0 30px
}

.pulse:after, .pulse:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border-radius: 100%;
    border: 1px solid #72bf44;
    z-index: 0
}

.pulse:before {
    height: 90px;
    width: 90px;
    opacity: .5;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out
}

.pulse:after {
    height: 60px;
    width: 60px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;
    opacity: .25
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
        transform: translate3d(-50%, -50%, 0) scale(0);
        opacity: 1
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
        transform: translate3d(-50%, -50%, 0) scale(0);
        opacity: 1
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 0
    }
}

.blockBannerFactoring {
    height: auto;
    background-image: url(/images/bg-banner-factor.jpg?ddd28e7e3c41c6dd7332f1f45c53bc0f);
    position: relative
}

.blockBannerFactoring > .content {
    padding: 215px 0 110px;
    text-align: left
}

.wrapFactBann {
    width: 52%;
    z-index: 2
}

.bannFactText1 {
    font-size: 80px;
    color: #8bc63f;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 80px
}

.bannFactText1 span {
    font-size: 36px;
    color: #000;
    display: block
}

.bannFactText2 {
    font-weight: 700;
    font-size: 26px;
    color: #000;
    margin: 40px 0;
    line-height: 1.25em
}

.bannFactText4 {
    font-weight: 500;
    font-size: 17px;
    color: #242424;
    margin-top: 60px
}

.bannFactImg {
    position: absolute;
    right: -103px;
    top: 140px
}

.playFactBann {
    position: absolute;
    left: 895px;
    top: 470px;
    z-index: 8;
    text-align: center
}

.playFactBann:hover {
    cursor: pointer
}

.playFactBann p {
    font-family: europe;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    color: #71bf44;
    text-align: center;
    margin-top: 0
}

.pulseFact {
    height: 86px;
    width: 86px;
    border-radius: 100%;
    position: absolute;
    left: -35px;
    top: -20px;
    margin: auto 0;
    opacity: .75
}

.pulseFact:after, .pulseFact:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    border: 1px solid #fff
}

.pulseFact:before {
    margin: auto 0;
    height: 86px;
    width: 86px;
    opacity: .5;
    -webkit-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.pulseFact:after {
    margin: 0 0 auto;
    height: 86px;
    width: 86px;
    -webkit-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    opacity: .25
}

.playFactBann img {
    display: inline-block;
    vertical-align: baseline
}

.playFactBann p {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 27px;
    text-align: left
}

.bannFactHeadImg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
    opacity: .5
}

.blockBannForm {
    background-image: url(/images/bg-bann-form.png?535f0c515e2f35141aba66db1f405a29);
    background-size: 100% 100%;
    z-index: 4
}

.blockBannForm .content {
    padding: 20px 0 60px
}

.formBann {
    width: 970px;
    height: auto;
    padding: 0 20px 20px;
    margin: auto;
    text-align: center
}

.formBann .wrapInput {
    width: 240px
}

.formBann .wrapBut {
    width: 300px
}

.formBann .wrapBut, .formBann .wrapInput {
    display: inline-block;
    margin: 0 15px 10px
}

.formBann label p br {
    display: none
}

.blockOpros {
    background-image: url(/images/bg-opros.jpg?f28b955fb5b09b7147953d8a78bf37d9);
    z-index: 2
}

.blockOpros_noBg {
    background-image: none
}

.blockOpros .content {
    padding: 25px 0 120px
}

.wrapStep {
    width: 100%;
    height: 240px;
    display: table;
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 11px 11px 50px rgba(0, 0, 0, .2);
    box-shadow: 11px 11px 50px rgba(0, 0, 0, .2)
}

.wrapStep > div {
    display: table-cell
}

.wrapVopros {
    width: 457px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-image: url(/images/bg-vopros.png?d1484f79beeb39a5613c6bccbe5e0f91);
    padding: 40px 55px 40px 40px;
    z-index: 2
}

.wrapOtvets, .wrapVopros {
    text-align: left;
    position: relative
}

.wrapOtvets {
    width: auto;
    padding-left: 140px;
    padding-right: 30px
}

.vopros {
    display: none
}

.vopros.active {
    display: block
}

.step {
    display: none
}

.step.active {
    display: block
}

.voprosTit {
    font-weight: 700;
    font-size: 26px;
    color: #fefefe;
    padding: 0 0 20px;
    line-height: 1.2em
}

.wrapOprosButtons {
    display: inline-table;
    height: 52px;
    margin-top: 25px;
    position: relative;
    z-index: 2
}

.wrapOprosButtons > div {
    display: table-cell;
    padding-right: 40px
}

.butOpros {
    width: 170px
}

.voprosList li {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px
}

.otvetText {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px
}

.wrapOtvetSlide {
    width: 370px;
    height: 70px;
    background-color: #fff;
    border-radius: 5px;
    display: table
}

.wrapOtvetSlide > div {
    display: table-cell;
    padding-left: 20px
}

.otvetSlideLabel {
    font-weight: 300;
    font-size: 15px;
    color: #8e8e8e;
    margin-bottom: 2px
}

.otvetSlide {
    font-size: 20px;
    color: #000
}

.wrapOprosSlide {
    width: 370px;
    position: relative
}

.slide {
    width: 90%;
    height: 3px;
    margin: 0 auto;
    background-color: #182352;
    position: relative
}

.ui-slider-range {
    left: 0;
    height: 100%
}

.ui-slider-handle, .ui-slider-range {
    position: absolute;
    top: 0;
    background-color: #f3ac23
}

.ui-slider-handle {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer
}

.slidePodpis {
    width: 90%;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slideMinMaxVal {
    font-size: 12px;
    color: #f2f2f2
}

.wrapStepNum {
    position: absolute;
    bottom: -4px;
    left: 0;
    font-size: 20px;
    color: rgba(122, 198, 41, .35)
}

.wrapStepNum span {
    font-size: 235px
}

.otvetList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.otvetList, .otvetList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.otvetList li {
    width: 250px;
    height: 56px;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#70bb0c), to(#3c8106));
    background: linear-gradient(90deg, #70bb0c, #3c8106);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.25em;
    text-align: center;
    margin: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.otvetList li:hover {
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#fcc824), to(#fd9a1e));
    background: linear-gradient(90deg, #fcc824, #fd9a1e);
    -webkit-box-shadow: 0 5px 10px rgba(239, 140, 21, .3);
    box-shadow: 0 5px 10px rgba(239, 140, 21, .3)
}

.otvetList li:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 2px;
    position: relative
}

.formOpros {
    text-align: center;
    padding: 40px 0
}

.formOpros .wrapInput {
    width: 270px
}

.formOpros .wrapBut, .formOpros .wrapInput {
    display: block;
    margin: 10px auto
}

.formOpros .formPodpis {
    display: inline-block
}

.formOpros .formPodpis, .formOpros .wrapBut, .formOpros .wrapInput {
    width: 300px
}

.formOpros .editbox {
    background-color: #fff
}

.butOprosFinal {
    width: 100%
}

.formOpros .formPodpis {
    margin: 0 auto;
    text-align: left
}

.formOpros label p {
    text-align: left;
    color: #000
}

.formOpros label p a {
    color: #000
}

.wrapOprosInputs {
    width: 100%;
    display: grid;
    grid-template-columns:250px auto;
    grid-gap: 10px;
    position: relative;
    z-index: 1
}

.wrapOprosInputs .wrapOprosSlide, .wrapOprosInputs .wrapOtvetSlide {
    width: 100%
}

.formOpros .label, .formOpros .labels {
    text-align: center;
    color: #000
}

.finalStep .wrapVopros {
    width: 44%;
    background-image: url(/images/bg-vopros.png?d1484f79beeb39a5613c6bccbe5e0f91);
    padding-right: 140px
}

.finalStep .wrapOtvets {
    width: 56%;
    padding-left: 0;
    padding-right: 70px
}

.finalFormInputs {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    margin: 0 0 10px
}

.formOprosDopLong {
    display: none
}

.blockVzyskStep {
    z-index: 4
}

.blockVzyskStep .content {
    padding: 30px 0 0
}

.blockVzyskStep .content:before {
    content: " ";
    display: block;
    width: 1274px;
    height: 1274px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    -webkit-transform: translate3d(-1880px, -340px, 0);
    transform: translate3d(-1880px, -340px, 0);
    -webkit-box-shadow: 0 0 81px hsla(0, 0%, 62%, .11);
    box-shadow: 0 0 81px hsla(0, 0%, 62%, .11)
}

.vzyskLine {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-areas:"vzDesc vzImg";
    grid-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vzyskStepImg {
    grid-area: vzImg
}

.vzyskStepDesc {
    grid-area: vzDesc;
    max-width: 370px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.vzyskLine:nth-child(2n) {
    grid-template-areas:"vzImg vzDesc"
}

.vzyskLine .wrapBut {
    text-align: left
}

.vzyskLine:nth-child(2n-1) .vzyskStepDesc {
    padding-left: 100px
}

.vzyskStepDesc p {
    font-size: 18px;
    color: #575757;
    margin-bottom: 30px
}

.vzyskStepDesc p strong {
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.butVzStep {
    width: 270px
}

.wrapKomanda {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px
}

.blockKomanda {
    background-color: #fff
}

.blockKomanda.about {
    background-image: url(/images/bg-about-komanda.png?39165d7653bd01ff4e064daa1bc11ea8);
    background-size: 100% 100%
}

.blockKomanda .content {
    padding: 70px 0 50px
}

.blockKomanda.about .content {
    padding: 70px 0 100px
}

.blKomanda {
    text-align: center
}

.komandaImg {
    margin-bottom: 20px
}

.komandaName {
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.komandaDolgnost {
    font-size: 16px;
    color: #000;
    margin: 5px 0 15px
}

.komandaPhone {
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.komandaEmail {
    font-size: 16px;
    color: #7ac629;
    display: block;
    margin: 8px 0 0;
    text-decoration: underline
}

.komandaEmail:hover {
    cursor: pointer;
    text-decoration: none
}

.komandaCircle {
    position: absolute;
    left: -150px;
    top: 400px;
    z-index: 1
}

.blockVideo {
    background-color: #fff;
    margin-top: 10px
}

.blockVideo .content {
    padding: 0 0 85px
}

.wrapVideoContent {
    width: 770px;
    padding: 0;
    z-index: 2
}

.wrapVideoContent .fontTit {
    text-align: left;
    margin-bottom: 30px
}

.videoContentOut {
    position: relative
}

.videoContentOut:before {
    content: "1 \41D\415\414\415\41B\42F";
    display: block;
    position: absolute;
    left: 286px;
    top: 0;
    -webkit-transform: translate3d(0, -92%, 0);
    transform: translate3d(0, -92%, 0);
    z-index: 0;
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    color: #f8f8f8
}

.videoContent {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 11px 11px 65px rgba(0, 0, 0, .3);
    box-shadow: 11px 11px 65px rgba(0, 0, 0, .3);
    padding: 30px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    background-color: #fff
}

.seePoint, .videoContent div {
    position: relative;
    text-align: center
}

.seePoint span, .videoContent span {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #6eb842;
    font-weight: 300;
    font-size: 52px;
    color: hsla(0, 0%, 100%, .5);
    line-height: 64px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: -1
}

.seePoint p, .videoContent p {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding-left: 75px;
    text-align: left
}

.videoWrap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px
}

.playVideo {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    display: table;
    background-color: rgba(2, 13, 25, .2);
    border-radius: 40px
}

.playVideo > div {
    display: table-cell
}

.playIco {
    position: relative
}

.playVideo p {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-align: left;
    vertical-align: baseline;
    padding-right: 25px
}

.playText {
    padding-left: 15px
}

.seeIn {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 2fr;
    grid-gap: 30px
}

.seeIn > div:nth-child(2) {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 30px
}

.seePoint {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.seeTitle {
    font-weight: 700;
    font-size: 30px;
    color: #000
}

.blockSee {
    background-image: url(/images/bg-see.jpg?225407b720b79b8f7e7dcb3497a6b5a5);
    background-size: 100% 100%;
    margin-top: -122px
}

.blockSee.vzyskanie {
    background-image: url(/images/bg-see-vzyskanie.png?fb397a4b1e9f02508dfd48442ab8c7d4)
}

.blockSee .content {
    padding: 170px 0 50px
}

.blockSee.vzyskanie .content {
    padding: 170px 0 90px
}

.blockBlue {
    background-image: url(/images/bg-blue.png?23a443652e4a05e5f5a27647bf8b306d);
    background-size: 100% 100%;
    margin-top: -90px;
    z-index: 3
}

.blockBlue.vzyskanie {
    background-image: url(/images/bg-blue-vzysk.png?00c5f114ec9f3414479f434b41e124bd);
    margin-top: -140px
}

.blockBlue.torgi {
    background-image: url(/images/bg-blue-torgi.png?b7c7ef5fd091cdec4864ef9efcc1c79c);
    margin-top: -273px
}

.blockBlue .content {
    padding: 70px 0 20px
}

.blockBlue.factor .content {
    padding: 100px 0 20px
}

.blockBlue.torgi .content, .blockBlue.vzyskanie .content {
    padding: 230px 0 60px
}

.blockBlue .fontTit {
    text-align: left
}

.blueBlockIn {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1.7fr 1fr;
    margin-top: 20px;
    z-index: 2;
    position: relative
}

.blockBlue.factor .blueBlockIn {
    grid-template-columns:1fr 1.5fr 1fr
}

.blockBlue.factor .blBlue span {
    line-height: 56px;
    vertical-align: top
}

.blueBlockIn > div:nth-child(2) {
    text-align: center
}

.blBlue > div {
    display: inline-block;
    text-align: left
}

.blBlue span {
    display: inline-block;
    margin-right: 10px;
    font-weight: 300;
    font-size: 80px;
    color: #7ac62a
}

.blBlue p {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    display: inline-block
}

.blBlue:first-child, .blBlue:nth-child(3) {
    padding-top: 100px
}

.wrapBlueBlock {
    position: relative;
    padding: 0 0 120px
}

.blueImg {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 0
}

.blockCircles {
    background-image: url(/images/bg-circles.png?d21a89da0231a1c96311f9c67a30ad56);
    background-size: 100% 100%;
    z-index: 4;
    margin-top: -124px
}

.blockCircles .content {
    padding: 160px 0 60px
}

.blCirclesIn {
    width: 100%;
    display: grid;
    grid-template-columns:330px 1fr;
    grid-gap: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.circlesLeft p {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px
}

.circlesLeft p strong {
    font-size: 40px
}

.butCircle {
    width: 100%;
    height: 64px;
    font-size: 13px
}

.circle1 {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background-color: #fff
}

.circle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 20px
}

.circle p {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1.8em
}

.circle2 {
    width: 260px;
    height: 260px;
    background-color: #182352
}

.circle2, .circle3 {
    border-radius: 100%
}

.circle3 {
    width: 190px;
    height: 190px;
    background-color: #fff
}

.circle1 p, .circle3 p {
    color: #182352
}

.blockShema {
    background-image: url(/images/bg-shema.png?b9525819dd206654001649220a626813);
    background-size: 100% 100%;
    z-index: 2;
    margin-top: -176px
}

.blockShema .content {
    padding: 180px 0 70px
}

.shemaIn {
    width: 100%;
    display: grid;
    grid-template-columns:auto 1fr;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shemaRight p {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 20px 0
}

.shemaRight span {
    display: inline-block;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 100%;
    background-color: #6eb842;
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    color: hsla(0, 0%, 100%, .4);
    vertical-align: middle;
    margin-right: 15px
}

.shemaRight p:nth-child(2n-1) {
    margin-left: -22px
}

.shemaLeft img {
    display: inline-block;
    margin: -158px -65px -20px;
    width: 465px;
    max-width: none
}

.shemaRight .wrapBut {
    text-align: left;
    margin-top: 55px
}

.butShema {
    width: 430px
}

.butShema br {
    display: none
}

.blockExamples .content {
    padding: 40px 0 140px
}

.blockExamples.torgi .content {
    padding: 0 0 140px
}

.wrapExamples {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 30px
}

.blExample {
    overflow: hidden;
    border-radius: 5px;
    padding: 0 10px;
    -webkit-box-shadow: 11px 11px 50px rgba(0, 0, 0, .2);
    box-shadow: 11px 11px 50px rgba(0, 0, 0, .2)
}

.exInLine {
    padding: 20px 10px;
    border-bottom: 1px solid #e1e1e1
}

.exInLine:last-child {
    border-bottom: none
}

.exTit {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-transform: uppercase
}

.exTit img {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 4px
}

.exInLine td {
    white-space: nowrap;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    padding: 2px 30px 2px 0
}

.exInLine table {
    margin-bottom: 20px
}

.exInLine td:nth-child(2n) {
    font-weight: 700
}

.exNote {
    font-weight: 300;
    font-size: 16px;
    color: #000
}

.exLineBottom {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 30px
}

.exGrInfoIn {
    margin-bottom: 15px
}

.exGrInfoIn p {
    font-size: 16px
}

.exGrInfoIn p strong {
    font-weight: 700;
    font-size: 30px
}

.exGrInfoIn.orange p {
    color: #ffa300
}

.exGrInfoIn.green p {
    color: #6eb842
}

.exGrInfoIn.grey p {
    color: #565656
}

.examplesNavMobile {
    display: none;
    text-align: center;
    margin-top: 40px
}

.exNav {
    display: inline-table
}

.exNav > div {
    display: table-cell
}

.exNext, .exPrev {
    width: 110px;
    height: 33px;
    border: 1px solid #b3b3b3;
    text-align: center;
    font-size: 12px;
    color: #b7b7b7;
    border-radius: 5px
}

.exNext:hover, .exPrev:hover {
    cursor: pointer
}

.exPrev:before {
    content: url(/images/arr-prev.png?d6e54c758b2421d529c0c4bf9fb1dc27);
    margin-right: 5px
}

.exNext:after, .exPrev:before {
    display: inline-block;
    vertical-align: middle
}

.exNext:after {
    content: url(/images/arr-next.png?c92c86dcc36b1bdb3c3914e379cafe76);
    margin-left: 5px
}

.exNext {
    border-color: #6bb340;
    color: #6bb340
}

.exNum {
    width: 80px;
    text-align: center
}

.exNum p, .exNum p span {
    color: #6eb842;
    font-size: 17px
}

.exNum p strong {
    font-size: 24px;
    color: #000
}

.exVopros {
    position: relative;
    display: inline-block
}

.exHint {
    display: none;
    position: absolute;
    text-transform: none;
    width: 300px;
    background: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #5ee334;
    left: 50%;
    top: 100%;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.exHint, .exHint p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1
}

.exVopros:hover .exHint {
    display: block
}

.butEx {
    width: 400px
}

.blockExamples .wrapBut {
    margin: 40px 0
}

.blockDiagramm {
    background-image: url(/images/bg-diagramm.png?11cd5ced87be945e7849a92703b2a706);
    background-size: 100% 100%
}

.blockDiagramm .content {
    padding: 20px 0 98px
}

.diagrammIn {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    margin-top: 20px
}

.diagrammIn p {
    font-weight: 700;
    font-size: 20px;
    color: #010101;
    margin: 10px 0 40px
}

.butDiagramm {
    width: 190px;
    border-radius: 10px
}

.diaramDigits {
    display: none
}

.blockForm {
    z-index: 2
}

.blockForm.blue {
    background-image: url(/images/bg-form-blue.png?0d34f5bee25cf1472891c1cc14538381);
    margin-top: -140px
}

.blockForm.analiz {
    background-image: url(/images/bg-form-analiz.png?cb19f933e07501ddf875ce6a5fe4758a);
    background-size: 100% 100%
}

.blockForm.vzyskanie {
    background-image: url(/images/bg-form-vzyskanie.png?556bf00304000b7e96dde5a67a4a7479);
    background-size: 100% 100%;
    margin-top: -240px;
    z-index: 5
}

.blockForm.torgi {
    margin-top: -50px
}

.blockForm .content {
    padding: 65px 0
}

.blockForm.blue .content {
    padding: 195px 0 100px
}

.blockForm.vzyskanie .content {
    padding: 250px 0 40px
}

.wrapBlockForm {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blue .formText1 {
    color: #fff
}

.formText1 {
    font-weight: 400;
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
    line-height: 1em
}

.formText1 strong, .formText2 {
    font-weight: 700
}

.formText2 {
    font-size: 36px;
    color: #7ac629
}

.formText2 strong {
    font-size: 60px
}

.formText2.mb {
    margin-bottom: 20px
}

.formText3 {
    font-weight: 700;
    font-size: 40px;
    color: #7fc72b;
    margin-bottom: 30px;
    line-height: 1em
}

.formText4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px
}

.blockFormContent ul li {
    font-size: 20px;
    color: #000
}

.blockFormContent ul {
    margin-bottom: 20px
}

.blockFormContent p:last-child {
    margin-bottom: 0
}

.blockFormRight {
    position: relative;
    text-align: right
}

.blockFormRight img {
    display: block;
    position: absolute;
    top: -10px;
    left: -14px
}

.form1 {
    width: 320px;
    height: auto;
    padding: 25px 20px;
    background-color: #6eb842;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-box-shadow: 11px 11px 65px rgba(0, 0, 0, .3);
    box-shadow: 11px 11px 65px rgba(0, 0, 0, .3)
}

.form1 .wrapBut, .form1 .wrapInput {
    width: 240px;
    margin-bottom: 10px
}

.form1 .labels {
    margin-bottom: 15px
}

.form1 .wrapBut {
    margin-bottom: 20px
}

.blockConsult {
    background-image: url(/images/bg-konsult.jpg?5f1a2790d92255745dcf6b9aa78fa8f9);
    z-index: 1;
    margin-top: -120px
}

.blockConsult.cons1 {
    background-image: url(/images/bg-consult.png?cdfc04f3d8e97802c41e311f38ce53bb)
}

.blockConsult.vzyskanie {
    background-image: url(/images/bg-consult-vzyskanie.jpg?0e95d396652d2a853a42324204422795);
    margin-top: -210px
}

.blockConsult .content {
    padding: 150px 0 0
}

.blockConsult.vzyskanie .content {
    padding: 200px 0 0
}

.wrapConsult {
    width: 100%;
    display: grid;
    grid-template-columns:670px 1fr
}

.consSubTitle {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0 30px
}

.consultList {
    margin-bottom: 15px
}

.consultList li {
    padding: 15px 0 15px 100px;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    position: relative;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.consultList li:before {
    content: " ";
    display: block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-image: url(/images/ico-x2.png?23afa67171f22e14ac34f44e9f707ea7);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.consultList.grey li:before {
    background-image: url(/images/ico-x2.png?23afa67171f22e14ac34f44e9f707ea7)
}

.consultContent {
    padding-bottom: 30px
}

.consultContent .fontTit {
    text-align: left
}

.consPodpis {
    font-weight: 700;
    font-size: 16px;
    color: #fff
}

.consPodpis.green {
    color: #6eb842;
    margin-bottom: 90px
}

.consultImg {
    display: inline-block;
    position: relative
}

.consultImg img {
    position: relative;
    z-index: 1
}

.consultRight {
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right
}

.consultImgPodpis {
    width: 204px;
    height: 204px;
    border-radius: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: -100px;
    bottom: 30px;
    z-index: 2
}

.consultImgPodpis.blue {
    background: #182352
}

.consultName {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px
}

.consultDolgnost {
    font-size: 12px;
    color: #000;
    margin-bottom: 10px
}

.counsultPhone {
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.consultImgPodpis.blue a, .consultImgPodpis.blue p {
    color: #fff
}

.consultContent.type2 {
    padding-left: 100px
}

.consTopText {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    position: relative;
    margin: 35px 0 10px -45px
}

.consTopText:before {
    content: " ";
    display: block;
    width: 145px;
    height: 145px;
    border-radius: 100%;
    background-color: #182352;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(-40%, -50%, 0);
    transform: translate3d(-40%, -50%, 0);
    z-index: -1
}

.consPriziv {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 15px
}

.consultContent .wrapBut {
    text-align: left;
    margin-bottom: 30px
}

.butCons {
    width: 370px
}

.consultLineWhite {
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 1
}

.blockMethod {
    background-image: url(/images/bg-method.png?0fd25b27338033a6fc584c29c615f299);
    background-size: 100% 100%;
    z-index: 2
}

.blockMethod .content {
    padding: 40px 0 80px
}

.methodImages {
    position: relative;
    padding-left: 100px
}

.methodIcons {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.mIcon {
    position: absolute;
    z-index: 2
}

.mIcon1 {
    left: 64px;
    top: 0
}

.mIcon2 {
    left: 0;
    top: 108px
}

.mIcon3 {
    left: 0;
    top: 203px
}

.mIcon4 {
    left: 64px;
    top: 310px
}

.methodContent {
    width: 550px;
    height: auto;
    position: absolute;
    left: 400px;
    top: 280px;
    z-index: 4;
    text-align: center
}

.methodContent > p {
    font-size: 24px;
    color: #000;
    line-height: 1.7em;
    margin-bottom: 40px;
    text-align: left
}

.methodContent > p strong {
    font-weight: 700;
    color: #7bc629
}

.wrapMethodButton {
    display: inline-block;
    text-align: left
}

.wrapMethodButton .wrapBut {
    text-align: left
}

.methodPriziv {
    font-size: 16px;
    color: #7bc629;
    margin-bottom: 15px
}

.butMethod {
    width: 270px
}

.blockSteps {
    background-image: url(/images/bg-steps.jpg?de84c0bfbdd1b3b54cde38f786d5517d);
    margin-top: -190px;
    z-index: 3
}

.blockSteps .content {
    padding: 210px 0 0
}

.wrapSteps {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 40px
}

.blStep {
    padding-left: 0;
    position: relative;
    -webkit-box-shadow: 11px 11px 50px rgba(0, 0, 0, .2);
    box-shadow: 11px 11px 50px rgba(0, 0, 0, .2);
    border-radius: 10px
}

.stepIn:after {
    content: attr(data-num);
    position: absolute;
    right: -32px;
    bottom: 0;
    z-index: 0;
    font-weight: 700;
    font-size: 252px;
    color: hsla(0, 0%, 87%, .4);
    line-height: 206px
}

.stepIn {
    position: relative;
    padding-bottom: 100px;
    height: 100%;
    overflow: hidden
}

.stepTopText {
    font-weight: 300;
    font-size: 20px;
    color: #fff
}

.stepTit {
    font-weight: 500;
    font-size: 24px;
    color: #fff
}

.stepTop {
    position: relative;
    margin-bottom: 34px;
    background-color: #182352;
    border-radius: 10px;
    text-align: center;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px
}

.blStep:before {
    content: attr(data-num);
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate3d(-50%, -72%, 0);
    transform: translate3d(-50%, -72%, 0);
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    line-height: 70px;
    z-index: 1;
    border-radius: 100%;
    text-align: center;
    background-color: #6eb842
}

.stepTop p {
    position: relative;
    z-index: 2;
    line-height: 1em
}

.stepDescription p {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    margin-bottom: 6px
}

.stepDescription {
    margin-bottom: 30px;
    padding: 0 15px 15px
}

.butStep {
    width: 100%
}

.stepPodpis {
    font-size: 13px;
    color: #7ac629;
    font-weight: 400;
    margin-top: 20px;
    text-align: center
}

.stepPodpis a, .stepPodpis span {
    text-decoration: underline
}

.stepPodpis a:hover, .stepPodpis span:hover {
    text-decoration: none;
    cursor: pointer
}

.stepBottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 35px 20px;
    z-index: 2
}

.stepsNav {
    display: none;
    max-width: 300px;
    margin: 20px auto
}

.stepsNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.stepsNav ul li {
    font-weight: 300;
    font-size: 20px;
    color: #494949;
    text-decoration: underline
}

.stepsNav ul li:hover {
    cursor: pointer;
    text-decoration: none;
    color: #6eb842
}

.stepsNav ul li.active {
    font-weight: 700;
    font-size: 24px;
    color: #6eb842;
    text-decoration: none
}

.blockSimpleForm {
    background-image: url(/images/bg-simple-form.png?6a6a5cdc2019f158b0da0c2642835b8c);
    background-size: 100% 100%;
    z-index: 2
}

.blockSimpleForm .content {
    padding: 30px 0 120px
}

.wrapSimpleForm {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns:457px 1fr;
    grid-gap: 40px;
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 11px 11px 50px rgba(0, 0, 0, .2);
    box-shadow: 11px 11px 50px rgba(0, 0, 0, .2)
}

.simpleFormLeft {
    background-image: url(/images/bg-form-title.png?ea89973fcfd8e9209b404618c321c295);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px
}

.simpleFormLeft p {
    font-weight: 700;
    font-size: 24px;
    color: #fefefe
}

.simpleFormRight {
    padding: 30px 0
}

.formSimple {
    width: 570px
}

.formSimple .wrapForm {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 30px
}

.formSimple .formPodpis, .formSimple .wrapBut {
    grid-column: span 2
}

.butSimpleForm {
    width: 300px
}

.formSimple .formPodpis br {
    display: none
}

.blockDiagram {
    z-index: 2
}

.blockDiagram .content {
    padding: 0 0 50px
}

.blockDiagram .fontTit {
    text-align: left
}

.butDiagram {
    width: 230px;
    height: 38px;
    border: 1px solid #f3ac23;
    text-transform: none;
    border-radius: 10px
}

.buttonWhite.butDiagram {
    width: 190px
}

.wrapDiagram {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 5px 0 0
}

.wrapDiagram.torgi {
    grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))
}

.blDiagram {
    text-align: center;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 30px 0 20px
}

.blDiagram.select {
    border: 1px solid #bce293;
    background-color: rgba(123, 198, 41, .1)
}

.diagramImg {
    text-align: center
}

.diagramText {
    margin: 0 0 18px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.diagramText p {
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.blockOther {
    background-image: url(/images/bg-other.png?4367662804b990e8009788657081631b);
    margin-top: -170px;
    background-size: 100% 100%
}

.blockOther .content {
    padding: 200px 0 75px
}

.blockOther.vzyskanie {
    margin-top: -100px
}

.blockOther.about {
    background-image: url(/images/bg-about-other.png?b93e04e6ac894b09fc109965be687693)
}

.blockOther.vebinars {
    background-image: url(/images/bg-vebinar-other.png?be6c59f655d57e6d599a643232a23047);
    margin-top: -125px
}

.blockOther.vebinars .content {
    padding: 80px 0 75px
}

.blockOther.about .content {
    padding: 120px 0 75px
}

.blockOther.vzyskanie .content {
    padding: 80px 0 75px
}

.blockOther.proverka .content {
    padding: 160px 0 75px
}

.blockOther .fontTit {
    text-align: left
}

.wrapOther {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 10px
}

.otherIn {
    width: 100%;
    height: 180px;
    display: table;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100%
}

.otherIn > div {
    display: table-cell;
    padding: 20px 215px 20px 20px
}

.otherTit p {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-transform: uppercase
}

.otherIn:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .5);
    box-shadow: 0 0 13px rgba(0, 0, 0, .5)
}

.blockContent {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: top;
    background-image: url(/images/bg-content.jpg?11d6e8f083ae38ed3a9249b845473a33)
}

.blockContent .content {
    padding: 60px 0 50px
}

.contentImg {
    float: right;
    margin: 0 0 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 11px 11px 65px rgba(0, 0, 0, .3);
    box-shadow: 11px 11px 65px rgba(0, 0, 0, .3)
}

.wrapContent li, .wrapContent p {
    font-weight: 300;
    font-size: 16px;
    color: #494949
}

.wrapContent li {
    list-style-position: inside
}

.wrapContent li:before {
    content: "\2014";
    display: inline-block;
    margin-right: 5px
}

.wrapContent h2, .wrapContent p, .wrapContent ul {
    margin-bottom: 20px
}

.wrapContent p strong {
    font-weight: 700
}

.wrapContent p.contTitle {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    margin-bottom: 30px
}

.wrapContent h2 {
    font-weight: 700;
    font-size: 20px;
    color: #494949;
    margin-top: 45px
}

.wrapContent .wrapBut40 {
    text-align: left
}

.butMore {
    width: 190px
}

.hiddenContent {
    display: none
}

.blockCalculator {
    background-image: url(/images/bg-calculator.png?26f01a77d3d4e9e5dc55c55764ce3bf3);
    z-index: 4;
    margin-top: -50px
}

.blockCalculator .content {
    padding: 90px 0 50px
}

.wrapCalculator {
    margin-bottom: 40px;
    margin-top: 5px
}

.calcLine {
    width: 100%;
    display: grid;
    grid-template-columns:270px 1fr;
    grid-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.wrapCalcSlide {
    width: 100%;
    height: 65px;
    background-color: #fff;
    border-radius: 10px;
    display: table
}

.wrapCalcSlide > div {
    display: table-cell;
    padding: 10px 20px
}

.calcSlideLabel {
    font-weight: 300;
    font-size: 15px;
    color: #8e8e8e;
    margin-bottom: 5px
}

.calcInput {
    font-size: 20px;
    color: #000;
    font-weight: 400
}

.calcTit {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 3px
}

.calcText {
    font-weight: 300;
    font-size: 16px;
    color: #fff
}

.calcSlide {
    width: 90%;
    height: 3px;
    margin: 0 auto;
    background-color: #182352;
    position: relative
}

.butCalc {
    width: 300px
}

.wrapToolTip {
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    margin-left: 7px
}

.wrapToolTip:hover {
    cursor: pointer
}

.wrapToolTip:hover .toolTip {
    display: block;
    opacity: 1;
    z-index: 5
}

.toolTip {
    position: absolute;
    width: auto;
    height: auto;
    right: 50%;
    top: 50%;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    -webkit-box-shadow: 0 0 15px rgba(24, 25, 25, .25);
    box-shadow: 0 0 15px rgba(24, 25, 25, .25);
    display: none;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    overflow: hidden
}

.toolTip:hover {
    cursor: default
}

.toolTip a, .toolTip li, .toolTip p {
    font-size: 14px;
    color: #000;
    white-space: nowrap
}

.toolTip a:hover {
    text-decoration: underline
}

.toolTip a, .toolTip p strong {
    font-weight: 700
}

.toolTipTable {
    width: 350px;
    height: auto;
    display: grid;
    grid-template-columns:22px 1fr 72px;
    grid-gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toolNum {
    font-weight: 400;
    font-size: 30px;
    color: #7bc629
}

.toolProc {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    text-align: center;
    background-color: #7bc629;
    border-radius: 5px;
    padding: 5px 2px
}

.toolTip h4 {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px
}

.blockVacInfo .content {
    padding: 20px 0 50px
}

.wrapVacInfo {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 370px;
    grid-gap: 130px
}

.vacLine {
    padding: 14px 15px;
    border-width: 5px;
    border-left-style: solid;
    margin-bottom: 10px
}

.vacLine.red {
    border-color: #f60;
    background-color: #efefef
}

.vacLine.green {
    border-color: #8ec63d
}

.vacLine p {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px
}

.vacLine p:last-child {
    margin-bottom: 0
}

.vacLine p strong {
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.blVac {
    margin-bottom: 30px
}

.vacLineText ul {
    margin-bottom: 25px
}

.vacLineText li {
    font-size: 16px;
    color: #000;
    line-height: 1.5em
}

.vacLineText p {
    margin-bottom: 6px
}

.vacLineText span {
    font-size: 16px;
    color: #a8a8a8;
    text-transform: uppercase
}

.wrapVacBottom {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(2, 1fr) 370px;
    border-top: 1px solid #b7b7b7;
    margin-top: 20px;
    padding-top: 30px
}

.butVac {
    width: 270px
}

.wrapVacBottom p {
    font-size: 20px;
    color: #232323;
    margin-bottom: 5px
}

.vacMail {
    font-weight: 700;
    font-size: 20px;
    color: #6fa719;
    text-decoration: underline
}

.vacMail:hover {
    cursor: pointer;
    text-decoration: none
}

.vacPhone {
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.wrapVacBottom .wrapBut {
    text-align: left
}

.vacLineText {
    padding: 0 0 0 15px
}

.blockConsult.vacancy {
    background-image: url(/images/bg-consult-vacancy.png?6b6716de1126f37f12eed5cbfa9556af);
    background-size: 100% 100%;
    margin-top: -80px
}

.consInfo {
    font-weight: 300;
    margin-bottom: 30px
}

.consEmail, .consInfo {
    font-size: 20px;
    color: #fff
}

.consEmail {
    font-weight: 700;
    text-decoration: underline;
    vertical-align: baseline
}

.consEmail:hover {
    cursor: pointer;
    text-decoration: none
}

.consPhone {
    font-weight: 700;
    font-size: 30px;
    color: #fff
}

.butVacancy {
    width: 270px
}

.blockConsult.vacancy .consultImgPodpis {
    left: -154px
}

.blockConsult.vacancy .consultContent {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.blockVacancies {
    z-index: 2
}

.blockVacancies .content {
    padding: 20px 0
}

.wrapVacancies {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 30px
}

.vacTit {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 15px 0
}

.vacInfo {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 30px
}

.blVacancy {
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    height: 100%
}

.blVacancy:hover {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .5);
    box-shadow: 0 0 13px rgba(0, 0, 0, .5)
}

.vacInfo > div {
    padding: 0 0 4px 10px;
    border-left: 5px solid #6eb842
}

.vacInfo p, .vacInfo p strong {
    font-size: 18px;
    color: #4c4c4c
}

.vacInfo p strong {
    display: block;
    font-weight: 700
}

.blockOffer {
    background-image: url(/images/bg-offer.png?1720461a64b86e48f7bef3f1b02db579);
    background-size: 100% 100%;
    margin-top: -50px
}

.blockOffer.vacancy {
    background-image: url(/images/bg-offer-vac.png?3217ffdc96b252d5f8b5ac4642d22830)
}

.blockOffer .content {
    padding: 110px 0 85px
}

.wrapOffer {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 30px;
    text-align: center
}

.wrapOffer p {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-top: 5px
}

.blockImages .content {
    padding: 0 0 40px
}

.wrapImages {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 40px;
    text-align: center;
    margin-top: 30px
}

.wrapImages img {
    display: inline-block;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, .3);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .3)
}

.blockAboutContent {
    z-index: 2
}

.blockAboutContent .content {
    padding: 40px 0
}

.aboutImg {
    border-radius: 10px;
    -webkit-box-shadow: 11px 11px 65px rgba(0, 0, 0, .3);
    box-shadow: 11px 11px 65px rgba(0, 0, 0, .3)
}

.aboutTop {
    width: 100%;
    display: grid;
    grid-template-columns:auto auto;
    grid-gap: 30px
}

.aboutTopLeft h2 {
    padding-top: 0;
    padding-bottom: 20px
}

.aboutTop p {
    font-weight: 300;
    font-size: 16px;
    color: #575757;
    margin-bottom: 15px
}

.blockAboutContent h3 {
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.wrapAboutBenefit {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 30px;
    margin: 30px 0 40px
}

.wrapAboutBenefit p {
    font-weight: 300;
    font-size: 16px;
    color: #494949
}

.wrapAboutBenefit img, .wrapAboutBenefit p {
    display: inline-block;
    vertical-align: middle
}

.wrapAboutBenefit > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wrapAboutBenefit img {
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.aboutBenefitText {
    font-weight: 700;
    font-size: 16px;
    color: #000
}

.aboutBenefit {
    margin: 50px 0 75px
}

.aboutServiceLine {
    width: 100%;
    display: grid;
    grid-gap: 30px;
    margin-bottom: 40px;
    grid-template-rows:auto 1fr;
    grid-row-gap: 20px
}

.aboutServiceLine:nth-child(2n-1) {
    grid-template-columns:670px 1fr;
    grid-template-areas:"aboutTitle aboutImg" "aboutDesc aboutImg"
}

.aboutServiceLine:nth-child(2n) {
    grid-template-columns:1fr 670px;
    grid-template-areas:"aboutImg aboutTitle" "aboutImg aboutDesc"
}

.aboutServiceTitle {
    grid-area: aboutTitle
}

.aboutServiceImg {
    grid-area: aboutImg
}

.aboutServiceDesc {
    grid-area: aboutDesc
}

.aboutServiceDesc .wrapBut {
    text-align: left;
    margin-top: 40px
}

.butMoreAbout {
    width: 190px
}

.aboutServiceDesc li, .aboutServiceDesc p {
    font-size: 16px;
    color: #575757;
    margin-bottom: 5px
}

.blockAboutClient {
    background-image: url(/images/bg-about-client.png?5ad8cb7da4295bb1cab865e4d92b5057);
    background-size: 100% 100%;
    margin-top: -140px
}

.blockAboutClient .content {
    padding: 100px 0 40px
}

.wrapAboutClient {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.aboutClientImg {
    margin: 60px 60px 40px 0
}

.aboutClientBigText {
    font-weight: 700;
    font-size: 26px;
    color: #fefefe;
    margin-bottom: 30px;
    line-height: 1.7em
}

.aboutClientPhone, .aboutClientSmallText {
    font-weight: 700;
    font-size: 20px;
    color: #fefefe
}

.aboutClientSmallText strong {
    color: #6eb842;
    display: block
}

.aboutClientPhone, .aboutClientSmallText .wrapPhone {
    vertical-align: baseline
}

.blockAboutResults {
    background-image: url(/images/bg-about-results.png?51915f70a2b11d4de290a43c517e607d);
    background-size: 100% 100%;
    margin-top: -130px
}

.blockAboutResults .content {
    padding: 180px 0 110px
}

.aboutResultsTit {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    margin-bottom: 40px
}

.aboutResultDesc > ul > li {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px
}

.aboutResultDesc > ul ul {
    margin: 10px 0 10px 35px
}

.aboutResultDesc > ul > li li {
    font-size: 16px;
    color: #fff
}

.aboutResCircles {
    position: absolute;
    right: 0;
    top: 168px;
    z-index: 3;
    white-space: nowrap
}

.abCircle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    vertical-align: top
}

.abCircle p {
    font-size: 18px;
    color: #fff
}

.abCircle p strong {
    font-weight: 700;
    font-size: 36px;
    color: inherit
}

.abCircle1 {
    width: 230px;
    height: 230px;
    margin-top: 66px;
    margin-right: -40px
}

.abCircle1, .abCircle3 {
    background-color: #fff;
    border-radius: 100%;
    z-index: 2
}

.abCircle3 {
    width: 272px;
    height: 272px;
    margin-left: -20px;
    margin-top: 34px
}

.abCircle2 {
    width: 244px;
    height: 252px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    background-image: url(/images/bg-circle2.png?e83c337b536cf15fbd7142229c2d88a4)
}

.abCircle2 p strong {
    font-size: 30px
}

.abCircle1 p, .abCircle3 p {
    color: #182352
}

.blockAboutPisma {
    margin-top: -50px
}

.blockAboutPisma .content {
    padding: 43px 0 150px
}

.blockAboutPisma h2, .wrapPisma {
    position: relative;
    z-index: 2
}

.wrapPisma {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center
}

.wrapPisma img {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    display: inline-block
}

.pismoCircle1 {
    background-color: #89cd2e;
    left: -120px;
    top: 65px
}

.pismoCircle1, .pismoCircle2 {
    width: 230px;
    height: 230px;
    border-radius: 100%;
    position: absolute;
    z-index: 0
}

.pismoCircle2 {
    background-color: #1a265a;
    left: 50%;
    top: 300px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.pismoCircle3 {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background-color: #89cd2e;
    position: absolute;
    z-index: 0;
    right: 157px;
    top: 130px
}

.blockVebinars .content {
    padding: 20px 0 66px
}

.blVebinar {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1.4fr;
    grid-gap: 30px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 11px 11px 50px rgba(0, 0, 0, .2);
    box-shadow: 11px 11px 50px rgba(0, 0, 0, .2)
}

.vebinarImg {
    position: relative
}

.vebinarImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover
}

.butVeb {
    width: 190px;
    border-radius: 10px
}

.vebinarDesc .wrapBut {
    text-align: left
}

.vebTopText {
    color: #6eb842
}

.vebTitle, .vebTopText {
    font-size: 20px;
    text-transform: uppercase
}

.vebTitle {
    font-weight: 700;
    color: #000;
    margin-bottom: 15px
}

.vebDesc {
    padding: 15px 0 25px;
    border-top: 1px solid #e1e1e1
}

.vebDesc p {
    font-weight: 300;
    font-size: 16px;
    color: #494949;
    margin-bottom: 3px
}

.vebinarDesc {
    padding: 25px 30px 5px 0
}

.blockVebinarContent .content {
    padding: 40px 0
}

.wrapVebinarContent {
    width: 100%;
    display: grid;
    grid-template-columns:270px 1fr;
    grid-gap: 30px
}

.part {
    display: none
}

.part.active {
    display: block
}

.vebinarPart {
    font-size: 20px;
    color: #6eb842;
    margin-bottom: 10px
}

.vebinarTitle {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    margin-bottom: 30px
}

.vebinarVideo {
    margin-bottom: 60px;
    position: relative
}

.vebinarPlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 2
}

.vebinarPlay:hover {
    cursor: pointer
}

.vebinarPulse:after, .vebinarPulse:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border-radius: 100%;
    border: 1px solid hsla(0, 0%, 100%, .2);
    z-index: 0
}

.vebinarPulse:after {
    border: 1px solid #fff
}

.vebinarPulse:before {
    height: 170px;
    width: 170px;
    opacity: .5;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulseOut 1.5s infinite ease-in-out;
    animation: pulseOut 1.5s infinite ease-in-out
}

.vebinarPulse:after {
    height: 120px;
    width: 120px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation: pulseOut 1.5s infinite ease-in-out;
    animation: pulseOut 1.5s infinite ease-in-out;
    opacity: .25
}

@-webkit-keyframes pulseOut {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(.3);
        transform: translate3d(-50%, -50%, 0) scale(.3);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 0
    }
}

@keyframes pulseOut {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(.3);
        transform: translate3d(-50%, -50%, 0) scale(.3);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 0
    }
}

.vebFilesTit {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px
}

.vebFilesList p {
    font-size: 18px;
    color: #000;
    position: relative;
    padding-left: 48px;
    padding: 10px 0 10px 48px
}

.vebFilesList p a {
    font-weight: 300;
    font-size: 16px;
    color: #7bc629;
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline
}

.vebFilesList p a:hover {
    cursor: pointer;
    text-decoration: none
}

.vebFilesList p:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.vebFilesList p.pdf:before {
    content: url(/fonts/ico-pdf.svg?22f3be2b4e81fa32edb06470ba27ca31)
}

.vebFilesList p.doc:before {
    content: url(/fonts/ico-doc.svg?39316448bc29b6c26495456873d5a28c)
}

.vebinarNote {
    width: 100%;
    display: block;
    border: 5px solid #6eb842;
    border-radius: 10px;
    padding: 35px 24px;
    margin: 40px 0;
    position: relative
}

.vebinarNoteTopText {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px
}

.vebinarNotePhoneLabel {
    font-weight: 700;
    font-size: 20px;
    color: #7bc629;
    margin-bottom: 3px
}

.vebinarPhone {
    font-weight: 700;
    font-size: 30px;
    color: #7bc629
}

.vebNoteCall {
    position: absolute;
    top: 50%;
    right: 87px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 2
}

.vebNoteCall:hover {
    cursor: pointer
}

.vebNoteCall img {
    position: relative;
    z-index: 2;
    -webkit-transform: translate3d(12px, 12px, 0);
    transform: translate3d(12px, 12px, 0)
}

.bigPulse:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border-radius: 100%;
    border: 30px solid hsla(0, 0%, 62%, .11);
    z-index: 0;
    height: 140px;
    width: 140px;
    opacity: .5;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out
}

.vebinarParts li {
    padding: 10px 20px;
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    margin-bottom: -1px;
    position: relative;
    z-index: 0
}

.vebinarParts li:last-child {
    border-bottom: 1px solid #d7d7d7
}

.vebPart {
    font-size: 16px;
    color: #6eb842;
    margin-bottom: 5px
}

.vebTit {
    font-weight: 300;
    font-size: 18px;
    color: #494949
}

.vebinarParts li.active .vebTit {
    font-weight: 500;
    font-size: 18px
}

.vebinarParts li.active, .vebinarParts li:hover {
    border-color: #6eb842;
    z-index: 1
}

.vebinarParts li:hover {
    cursor: pointer
}

.wrapSubscibeSideForm {
    margin-top: 60px
}

.subscibeForm {
    background-image: url(/images/bg-subscribe-form.jpg?16694dce1ed38790718897b96d8359c8);
    background-size: cover;
    padding: 20px 20px 10px;
    text-align: center;
    border-radius: 10px
}

.subscibeForm.green {
    background-image: url(/images/bg-subscribe-form-green.jpg?4a690c492e373de973f428ee6b173902)
}

.subscibeForm .label {
    font-weight: 700;
    font-size: 24px;
    color: #494949;
    margin-bottom: 20px
}

.subscibeForm .labels {
    font-weight: 300;
    font-size: 16px;
    color: #494949;
    margin-bottom: 20px
}

.subscibeForm.green .label, .subscibeForm.green .labels {
    color: #fff
}

.subscibeForm .wrapInput {
    margin-bottom: 10px
}

.subscibeForm .wrapBut, .subscibeForm .wrapInput {
    width: 100%
}

.butSubscr {
    width: 100%;
    height: 46px
}

.vebinarSideIn {
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.blockKnowledgeList .content {
    padding: 40px 0 80px
}

.wrapKnowledgeList {
    width: 100%;
    display: grid;
    grid-template-columns:270px 1fr;
    grid-gap: 30px
}

.blKnowledge {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1.264fr;
    grid-gap: 30px;
    margin-bottom: 30px
}

.knowPreImg {
    position: relative
}

.knowPreImg img {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

.knowPreImg:before, .knowPreImg img {
    position: absolute;
    width: 100%;
    height: 100%
}

.knowPreImg:before {
    content: " ";
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .2)));
    background: linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .2))
}

.knowTitles {
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 30px 15px 80px 30px
}

.knowCat {
    font-size: 14px;
    color: #6eb842;
    margin-bottom: 34px
}

.knowCat, .knowTit {
    text-transform: uppercase
}

.knowTit {
    font-weight: 700;
    font-size: 24px;
    color: #fffefe
}

.knowTitles .wrapBut {
    position: absolute;
    bottom: 6px;
    left: 30px;
    text-align: left
}

.butKnow {
    width: 190px;
    border-radius: 10px;
    color: #fff
}

.blKnowledge {
    min-height: 300px;
    -webkit-box-shadow: 11px 11px 50px rgba(0, 0, 0, .2);
    box-shadow: 11px 11px 50px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden
}

.knowDescription {
    padding: 20px 30px 50px 0;
    position: relative
}

.knowDescription p {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.5em
}

.knowMeta {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.knowMeta p {
    font-size: 14px;
    color: #494949;
    display: inline-block
}

.knowMetaRight {
    text-align: right
}

.knowMetaRight p {
    margin-right: 20px;
    position: relative
}

.knowMetaRight p:last-child {
    margin-right: 0
}

.knowMetaRight p:before {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle
}

.knowMetaRight p.knowSee:before {
    content: url(/images/ico-eye.png?b7b0f1ecbdfe8f2b91c6d62d6671e655)
}

.knowMetaRight p.knowLike:before {
    content: url(/images/ico-like.png?daeab3fd960a65c5b53962ea6b221e2e)
}

.pageNav {
    margin-top: 80px
}

.pageNav li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px
}

.pageNav li a, .pageNav li span {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pageNav li, .pageNav li a, .pageNav li span {
    font-size: 24px;
    color: #727272
}

.pageNav li.acitve a, .pageNav li.active span, .pageNav li a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#70bb0c), to(#3d8206));
    background: linear-gradient(90deg, #70bb0c, #3d8206);
    color: #fff
}

.knowList li {
    display: block
}

.knowList li span {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #494949
}

.knowList li.active span, .knowList li span:hover {
    background: #6eb842;
    cursor: pointer;
    color: #fff;
    border-radius: 5px
}

.knowledgeListLeft > div {
    margin-bottom: 50px
}

.pageMore {
    display: none
}

.blockProjectList .content {
    padding: 40px 0 70px
}

.blProject {
    width: 100%;
    min-height: 300px;
    display: grid;
    grid-template-columns:1fr 1.42fr;
    grid-gap: 30px;
    -webkit-box-shadow: 11px 11px 50px rgba(0, 0, 0, .2);
    box-shadow: 11px 11px 50px rgba(0, 0, 0, .2);
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px
}

.projectImg {
    position: relative
}

.projectImg img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.projectDescription {
    padding: 0 30px 6px 0
}

.projectTit {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    padding: 18px 0;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
    line-height: 1.25
}

.prInfo {
    padding: 12px 0
}

.prInfo p {
    font-weight: 300;
    line-height: 1.7em
}

.prInfo p, .prInfo td {
    font-size: 16px;
    color: #000
}

.prInfo td {
    padding: 2px 0;
    white-space: nowrap
}

.prInfo td:nth-child(2n-1) {
    font-weight: 300;
    padding-right: 15px
}

.prInfo td:nth-child(2n) {
    font-weight: 700
}

.wrapPrDesc .wrapBut {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0
}

.wrapPrDesc > div:first-child {
    position: relative;
    padding-bottom: 50px
}

.wrapPrDesc.two {
    width: 100%;
    display: grid;
    grid-template-columns:370px 1fr
}

.wrapPrDesc {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrapPrGr {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:auto 85px;
    text-align: right
}

.prGrInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    padding-top: 20px
}

.prGrImg {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.prGrInfo p {
    font-size: 16px;
    margin-bottom: 20px
}

.prGrInfo p strong {
    font-weight: 700;
    font-size: 30px;
    display: block
}

.prGrInfo p.orange {
    color: #ffa300
}

.prGrInfo p.green {
    color: #6eb842
}

.prGrInfo p.grey {
    color: #565656
}

.prGrImg img {
    display: inline-block
}

.butPr {
    width: 190px;
    border-radius: 10px
}

.butPrDownload {
    width: 400px
}

.butPrDownload br {
    display: none
}

.wrapProjects {
    margin-bottom: 60px
}

.blockPageContent .content {
    padding: 40px 0
}

.wrapPageContent img {
    -webkit-box-shadow: 11px 11px 65px rgba(0, 0, 0, .3);
    box-shadow: 11px 11px 65px rgba(0, 0, 0, .3);
    border-radius: 10px
}

.wrapPageContent img.fcenter {
    display: block;
    margin: 40px auto
}

.wrapPageContent img.fright {
    display: block;
    float: right;
    margin: 0 0 40px 40px
}

.wrapPageContent h3 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 8px
}

.wrapPageContent li, .wrapPageContent p {
    font-weight: 300;
    font-size: 16px;
    color: #494949;
    margin-bottom: 30px;
    line-height: 1.7em
}

.wrapPageContent li {
    margin-bottom: 0
}

.wrapPageContent.small {
    width: 970px;
    margin: auto
}

.wrapPageContent ul {
    list-style: inside disc
}

.blockSubscribe {
    background-image: url(/images/bg-subscribe.jpg?699758e5c5ded8637cf62368a7d07839)
}

.blockMap .content {
    text-align: right;
    padding: 100px 0
}

.map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5
}

#map {
    background-image: url(/images/bg-map.jpg?8598f75cbea91519ec798573c46fc3cc)
}

.blockContact {
    width: 680px;
    display: inline-grid;
    text-align: left;
    margin: 0;
    position: relative;
    z-index: 6;
    grid-template-columns:280px 1fr;
    grid-gap: 20px;
    grid-template-areas:"contImg1 cont" "contImg2 cont"
}

.blockContactIn {
    grid-area: cont;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    border-radius: 5px;
    padding: 20px 30px 20px 20px
}

.contactImg1 {
    grid-area: contImg1
}

.contactImg2 {
    grid-area: contImg2
}

.contImg {
    border-radius: 5px;
    overflow: hidden
}

.contTit {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px
}

.contInfo p, .contTit {
    font-family: circe;
    color: #000
}

.contInfo p {
    font-size: 20px
}

.contInfo p.contLabel {
    font-size: 16px;
    line-height: 1em
}

.contInfo p.contLabel_shedule_head {
    font-size: 20px;
    line-height: 1em
}

.contInfo p.contEmail a {
    font-size: 20px;
    color: #8ec63d;
    text-decoration: underline
}

.contInfo p.contEmail a:hover {
    cursor: pointer;
    text-decoration: none
}

.contPhone {
    font-family: circe;
    font-weight: 800;
    font-size: 24px;
    color: #f90
}

.contInfo {
    margin: 15px 0
}

.contInfo.address {
    margin: 30px 0
}

.contInfo:last-child {
    margin-bottom: 0
}

.blockTrick {
    background-color: #fff
}

.blockTrick .content {
    padding: 50px 0
}

.wrapTrick {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 30px;
    margin-top: 76px
}

.trickType {
    font-weight: 300;
    font-size: 30px;
    color: #4c4c4c;
    text-transform: uppercase;
    padding: 22px 0 0 105px
}

.trickBank, .trickSodr {
    position: relative
}

.trickBank:before, .trickSodr:before {
    content: " ";
    display: block;
    width: 192px;
    height: 446px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    background-image: url(/images/trick-bank-img.png?951d20fec9f31da3c2f9626e7e11f24b);
    z-index: -1
}

.trickSodr:before {
    background-image: url(/images/trick-sodr-img.png?e3b6725224bf536408d7b7c91280c0fb)
}

.trickTop {
    height: 210px;
    margin: 86px 0 20px
}

.trickTit {
    font-size: 20px
}

.trickTit, .trickTit strong {
    font-weight: 700;
    color: #000;
    line-height: 1.2em
}

.trickTit strong {
    display: block;
    font-size: 30px
}

.trickTit span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.2em
}

.trickDescription {
    font-weight: 300;
    font-size: 18px;
    color: #5f5f5f;
    margin-top: 20px
}

.trickBottom, .trickTop {
    padding: 10px 10px 10px 160px
}

.blockWork {
    background-image: url(/images/bg-work-fact.png?d3b6cbed098f813b42d4d01d4916787d);
    background-size: 100% 100%;
    z-index: 2;
    margin-top: -60px;
    margin-bottom: -115px
}

.blockWork .content {
    padding: 175px 0 95px
}

.blockWork .fontTitSmall, .blockWork .fontTitSmallPodpis {
    color: #fff
}

.workText {
    font-weight: 300;
    font-size: 18px;
    color: #d8d8d8;
    margin-top: 20px;
    margin-bottom: 50px
}

.blockWork .wrapBut {
    text-align: left
}

.butWork {
    width: 370px
}

.workRight {
    width: 325px;
    height: 269px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    background-image: url(/images/work-img.png?0b45652cd52c54e1f1e21843703252ce);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-33%);
    transform: translateY(-33%);
    padding: 80px 73px 10px 0
}

.workRight p {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em
}

.workRight p strong {
    color: #74cc1b;
    display: block;
    line-height: 1.5em
}

.workRight p span {
    display: block;
    font-size: 30px;
    line-height: 1.5em
}

.more {
    text-align: center;
    margin-top: 15px
}

.more span {
    font-size: 14px;
    color: #fff
}

.more span:hover {
    cursor: pointer;
    text-decoration: underline
}

.blockForm1 {
    background-color: #6eb842;
    overflow: hidden;
    z-index: 1
}

.blockForm1 .content {
    padding: 174px 0 100px
}

.blockForm1 .content:before {
    content: " ";
    display: none;
    width: 665px;
    height: 665px;
    border-radius: 100%;
    background-color: #fff;
    z-index: 0;
    top: -614px;
    left: -49px;
    position: absolute
}

.formInShort {
    width: 660px;
    max-width: 100%
}

.formFact {
    position: relative;
    z-index: 1
}

.formFact, .formFact .label, .formFact .labels {
    text-align: left;
    font-size: 19px
}

.formFact .label {
    font-weight: 400;
    font-size: 30px;
    margin: 0 auto 20px
}

.consFactLine {
    display: none
}

.formFact .wrapInputs {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 30px
}

.butMoreInputs {
    width: 205px
}

.formVopros {
    display: inline-block;
    margin-left: 20px
}

.formInLong {
    max-width: 900px;
    width: 100%;
    display: none
}

.wrapDopInputs {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 30px
}

.formButHide {
    display: none
}

.formButHide span {
    font-weight: 300;
    font-size: 14px;
    color: #ddffb8;
    text-decoration: underline
}

.formButHide span:hover {
    cursor: pointer;
    text-decoration: none
}

.formFact .formPodpis {
    text-align: left
}

.formFact .butForm {
    width: 300px
}

.form1Img {
    position: absolute;
    right: -82px;
    bottom: 0;
    z-index: 0
}

.form1ImgName {
    position: absolute;
    bottom: 40px;
    left: 25px;
    text-align: right
}

.form1ImgName.fact {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .28);
    box-shadow: 0 0 20px rgba(0, 0, 0, .28);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    bottom: 14px;
    text-align: center
}

.counsultPhone.fact, .form1ImgName.fact p {
    color: #182352
}

.form1ImgTit {
    font-weight: 700;
    font-size: 16px;
    color: #ddffb8
}

.form1ImgDolg {
    font-size: 12px;
    color: #ddffb8
}

.form1ImgDolg.fact {
    margin-bottom: 16px
}

.formButMore {
    padding: 20px 0 30px
}

.formFact label p br {
    display: none
}

.consFactLine {
    position: absolute;
    left: 50%;
    bottom: -24px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    max-width: none
}

.blType {
    width: 445px;
    height: auto;
    padding: 20px;
    display: inline-block;
    margin: 10px 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: #fff
}

.blType:hover {
    cursor: pointer;
    background-color: #182352
}

.wrapTypes {
    width: 100%;
    height: 615px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    position: relative;
    z-index: 2;
    margin-top: 30px
}

.typeName {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    padding-right: 140px;
    text-transform: uppercase;
    min-height: 45px
}

.blType:hover .typeDescription p, .blType:hover .typeName {
    color: #fff
}

.typeDescription {
    margin: 20px 0 0
}

.typeDescription p {
    font-weight: 300;
    font-size: 14px;
    color: #515151;
    margin-bottom: 15px
}

.butType {
    width: 200px;
    height: 26px;
    text-align: center;
    font-size: 11px;
    color: #fefefe;
    border-radius: 5px;
    background-color: #f3ac23
}

.butType:hover {
    cursor: pointer;
    background-color: #f6b841
}

.blType:hover .butType {
    color: #000
}

.blType .wrapBut {
    text-align: left;
    height: auto
}

.typeRight {
    width: 135px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-image: url(/images/bg-type-right.png?8cb45545566f8f6149e80ad8efd6f55e);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: table
}

.typeRight > div {
    display: table-cell;
    padding: 10px 15px 20px 20px
}

.blType:hover .typeRight div {
    background-image: url(/images/bg-type-right-hover.png?2d25bb4e40d137cb99e8b8fcc586d63e);
    color: #182352
}

.typeRight div {
    font-size: 14px;
    text-align: right;
    color: #6eb842;
    line-height: 1.2em
}

.typeCircle {
    width: 230px;
    height: 230px;
    background: -webkit-gradient(linear, left top, left bottom, from(#80c44d), to(#5cac37));
    background: linear-gradient(180deg, #80c44d, #5cac37);
    left: 48%;
    top: 289px;
    z-index: 0
}

.typeCircle, .typeCount {
    border-radius: 100%;
    position: absolute
}

.typeCount {
    width: 365px;
    height: 365px;
    background: -webkit-gradient(linear, left top, left bottom, from(#7fc34c), to(#5cac37));
    background: linear-gradient(180deg, #7fc34c, #5cac37);
    left: -100px;
    top: 40px;
    z-index: -1;
    display: table
}

.typeCount > div {
    display: table-cell;
    text-align: center;
    padding-bottom: 20px
}

.fontTypeCount1 {
    font-weight: 700;
    font-size: 50px;
    color: #fff
}

.fontTypeCount2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    margin: 0 0 12px
}

.fontTypeCount3 {
    font-size: 20px;
    color: #fff
}

.blockTypes .fontTit {
    padding-left: 180px
}

.blockMonitoring {
    z-index: 0
}

.blockMonitoring .content {
    padding-top: 40px;
    padding-bottom: 70px
}

.blockMonitoring:before {
    content: " ";
    display: block;
    width: 1274px;
    height: 1274px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 81px hsla(0, 0%, 66%, .2);
    box-shadow: 0 0 81px hsla(0, 0%, 66%, .2);
    position: absolute;
    left: 50%;
    top: -707px;
    -webkit-transform: translateX(-1714px);
    transform: translateX(-1714px);
    z-index: -1
}

.factoringCircle {
    position: absolute;
    right: -145px;
    bottom: 35px
}

.monFontTop {
    font-weight: 300;
    font-size: 24px;
    color: #7f7f7f;
    margin-bottom: 15px
}

.monTit {
    font-size: 26px;
    color: #000;
    margin-bottom: 40px
}

.monTit strong {
    display: block;
    font-weight: 700;
    color: #7ac629
}

.monText {
    font-weight: 300;
    font-size: 18px;
    color: #7f7f7f
}

.monText strong {
    font-weight: 700;
    color: #7ac629
}

.wrapMon {
    margin-top: 30px;
    width: 700px;
    text-align: right;
    margin-top: 45px
}

.wrapMon p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    padding: 20px 100px 20px 0;
    position: relative
}

.wrapMon p:after {
    content: attr(data-num);
    width: 68px;
    height: 68px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #6eb842;
    border-radius: 100%;
    padding: 0;
    line-height: 68px;
    font-size: 40px;
    color: hsla(0, 0%, 100%, .4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
    text-align: center
}

.wrapMon p:nth-child(2), .wrapMon p:nth-child(5) {
    margin-right: 35px
}

.wrapMon p:nth-child(3), .wrapMon p:nth-child(4) {
    margin-right: 65px
}

.blockOtchet {
    background-image: url(/images/bg-otchet.png?b87e0cf6d6b497e40bc7e8c5d6db59e0);
    background-size: 100% 100%;
    z-index: 2;
    margin-top: -130px
}

.blockOtchet .content {
    padding: 225px 0 110px
}

.otchetTit {
    font-weight: 700;
    font-size: 26px;
    color: #fff
}

.butDownloadOtchet {
    width: 240px;
    display: inline-block
}

.otchetPodpis {
    font-size: 20px;
    color: #fff;
    margin: 20px 0 30px
}

.otchetImg {
    position: absolute;
    right: -90px;
    top: 50%;
    -webkit-transform: translateY(-23%);
    transform: translateY(-23%)
}

.blockCirclesFact {
    background-image: url(/images/bg-circles-fact.png?976bbcaee0c04c3dc54ff2b2b5373a83);
    background-size: 100% 100%;
    margin-top: -127px
}

.blockCirclesFact .content {
    padding: 240px 0 165px
}

.bigFontCircles {
    font-weight: 700;
    font-size: 26px;
    color: #fff
}

.bigFontCircles strong {
    display: block;
    font-weight: 700;
    font-size: 40px;
    margin: 14px 0
}

.smallFontCircles {
    font-size: 20px;
    color: #fff;
    margin-top: 20px
}

.circlesFact {
    border-radius: 100%;
    display: table;
    position: absolute;
    text-align: center;
    z-index: 2
}

.circlesFact > div {
    display: table-cell
}

.circlesFact p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px
}

.circlesFact p:last-child {
    margin-bottom: 0
}

.circlesFact p strong {
    font-weight: 700;
    font-size: 34px;
    color: #fff
}

.circleFact1 {
    width: 270px;
    height: 270px;
    top: 210px;
    left: 362px;
    background-color: #fff
}

.circleFact3 {
    width: 332px;
    height: 332px;
    top: 170px;
    left: 819px;
    background-color: #fff
}

.circleFact1 p, .circleFact1 p strong, .circleFact3 p, .circleFact3 p strong {
    color: #182352
}

.circleFact2 {
    width: 244px;
    height: 252px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-image: url(/images/bg-circle2.png?e83c337b536cf15fbd7142229c2d88a4);
    left: 596px;
    top: 160px;
    padding: 0 26px;
    z-index: 1
}

.blockBottomForm {
    background-image: url(/images/bg-bottomform.jpg?09a3f4dfbabaf21a60cb6636f4820ad6);
    text-align: left
}

.blockBottomForm .content {
    padding: 60px 0 40px
}

.form2 {
    display: inline-block;
    text-align: center
}

.form2 .wrapBut, .form2 .wrapInput {
    width: 270px
}

.form2 .wrapInput {
    margin: 0
}

.form2 .wrapBut {
    margin-top: 20px
}

.form2 .label {
    line-height: 1.2em;
    font-weight: 400
}

.form2 .wrapInputs {
    width: 270px;
    grid-template-columns:1fr;
    grid-row-gap: 10px;
    margin: auto
}

.form2 .formPodpis, .form2 label p {
    text-align: left
}

.blockOprosFact .content {
    padding: 70px 0
}

.wrapStepFact {
    width: 100%;
    height: 350px;
    display: table;
    background-color: #6eb842;
    border-radius: 6px;
    overflow: hidden
}

.wrapStepFact > div {
    display: table-cell
}

.wrapVoprosFact {
    width: 53%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-image: url(/images/bg-vopros-fact.png?b1a25551c62c9fb7bd053597a5b0a75c);
    padding: 40px 100px 40px 40px;
    z-index: 2
}

.wrapOtvetsFact, .wrapVoprosFact {
    text-align: left;
    position: relative
}

.wrapOtvetsFact {
    width: 47%;
    padding-left: 70px;
    padding-right: 30px
}

.wrapVoprosFact .voprosTit {
    color: #6eb842
}

.wrapStepNum.fact {
    color: hsla(0, 0%, 100%, .34)
}

.formOpros.fact .label, .formOpros.fact .labels, .wrapOtvetsFact .otvetText {
    color: #fff
}

.formOpros.fact label p, .formOpros.fact label p a {
    color: #ddffb8
}

.wrapOpros.fact {
    margin-top: 40px
}

.footer {
    height: auto;
    background-color: #101c40;
    position: relative;
    z-index: 2
}

.footer .content {
    padding: 0
}

.soci {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto auto;
    background-image: url(/images/soci1.png?8b663dc46c7690fd24480294b0febc06);
    margin: 0 2px
}

.soci:hover {
    cursor: pointer;
    background-position-y: -36px
}

.soci.face {
    background-position-x: -36px
}

.soci.vk {
    background-position-x: 0
}

.soci.inst {
    background-position-x: -72px
}

.footPolitika {
    font-family: circe;
    font-weight: 300;
    font-size: 14px;
    color: #9faebb;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block
}

.footPolitika:hover {
    text-decoration: none
}

.subscribe .wrapBut, .subscribe .wrapInput {
    display: inline-block;
    width: 270px;
    margin: 15px
}

.subscribe {
    text-align: center;
    padding: 60px 0 32px
}

.subscribe label .label-text, .subscribe label .label-text a, .subscribe label a, .subscribe label p {
    color: #cecece
}

.subscribe label .label-text br, .subscribe label p br {
    display: none
}

.subscribe .labels {
    color: #fff
}

.blockFootBottom {
    background-color: rgba(16, 28, 64, .9);
    background-image: url(/images/bg-foot-ico.png?fbc7ee1e653133d1d40f55ffa31634f8);
    background-size: auto auto;
    background-position: top
}

.footBottom {
    width: 100%;
    height: 240px;
    display: table
}

.footBottom > div {
    width: 33.3%;
    display: table-cell
}

.footCenter {
    text-align: center
}

.footBigText p {
    font-family: circe;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase
}

.footBigText p.green {
    color: #68c72a
}

.footRight {
    text-align: right
}

.footBigText {
    margin-bottom: 45px
}

.blockFootSoci p {
    font-family: circe;
    font-size: 16px;
    color: #9fafbb;
    margin-bottom: 10px
}

.footPhone {
    font-family: circe;
    font-weight: 700;
    color: #fff;
    font-size: 30px
}

.callBackFoot {
    font-family: circe;
    font-weight: 300;
    font-size: 16px;
    color: #68c72a;
    text-decoration: underline;
    margin-bottom: 75px;
    display: inline-block
}

.callBackFoot:hover {
    text-decoration: none;
    cursor: pointer
}

.author {
    font-family: circe;
    font-weight: 300;
    font-size: 14px;
    color: #9faebb
}

.author span {
    display: block;
    text-decoration: underline
}

.footLeft p {
    font-family: circe;
    font-weight: 300;
    font-size: 14px;
    color: #9fafbb
}

.footLeft img {
    display: inline-block;
    margin-bottom: 30px
}

.thanksPage .block {
    max-width: 1600px
}

.thanks-page {
    background-image: url(/images/bg-thanks.jpg?a1203b23d684f0ffc582840df6520752);
    height: auto;
    z-index: 2
}

.thanksTit {
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0
}

.thanksTitPodpis {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px
}

.thanksContent {
    text-align: left;
    max-width: 670px;
    padding: 70px 0 40px
}

.thanksPhoneText {
    font-weight: 700;
    font-size: 20px;
    color: #fff
}

.thanksPhone {
    font-weight: 700;
    font-size: 26px;
    color: #fff
}

.thanksText {
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    margin-bottom: 30px
}

.thanksBottomText {
    font-size: 14px;
    color: #ddffb8;
    margin: 60px 0 30px
}

.thanksBottomText span {
    font-weight: 700;
    text-decoration: underline
}

.thanksBottomText span:hover {
    cursor: pointer;
    text-decoration: none
}

.thanksBack {
    font-size: 12px;
    color: #fff;
    cursor: pointer
}

.thanksBack:before {
    content: url(/images/arr-back.png?f0018eeb162fd1b4c055726ec1595ccf);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.thanksPodpiska .subscribe {
    display: inline-block;
    text-align: left
}

.subscribe .wrapBut, .subscribe .wrapInput {
    margin-left: 0
}

.thanksPodpiska .subscribe .label {
    text-align: left
}

.thanksLogo {
    position: absolute;
    right: 50px;
    top: 175px
}

.thanks-page-subscribe {
    background-color: #7ac629
}

.thanksRedirectMailText {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px
}

.thanksSmallText {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff
}

.thanksSmallText:last-of-type {
    margin-bottom: 40px
}

.wrapThanksPodpiska {
    margin: 80px 0
}

.tmail {
    margin-right: 30px
}

.subscrLogo {
    right: -410px;
    border-radius: 100%;
    background-color: #fff;
    width: 920px;
    height: 920px;
    z-index: 1
}

.subscrLogo, .subscrLogo img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.subscrLogo img {
    left: 100px
}

.page-404 {
    height: auto
}

.page-404 .content {
    padding: 75px 0 30px;
    text-align: center
}

.butPr {
    width: 200px
}

.tit-404 {
    font-weight: 600;
    font-size: 120px
}

.text-404 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff
}

.text-404 span {
    padding: 0 22px;
    background-color: #7bba00
}

form label input[type=checkbox] {
    display: none
}

form label span:not(.label-text) {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: -14px;
    background-image: url(/images/checkbox.png?3b95b3816a9d5dd3a59d8275061b63bd);
    margin-bottom: 2px
}

form label.grey span:not(.label-text), form label span.grey {
    background-image: url(/images/checkbox-grey.png?ef0ec3ad6c2e52caa66f63155a220706)
}

form label .label-text, form label p {
    font-weight: 400;
    font-size: 12px;
    color: #ddffb8;
    display: inline-block;
    text-align: center;
    padding-left: 6px;
    vertical-align: middle;
    line-height: .9em
}

form label.grey .label-text, form label.grey p {
    color: #b7b7b7
}

form label .label-text a, form label p a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: #ddffb8;
    text-decoration: underline;
    vertical-align: baseline
}

form label .label-text a:hover, form label p a:hover {
    cursor: pointer;
    text-decoration: none
}

form label.grey .label-text a, form label.grey p a {
    color: #b7b7b7
}

form label input:checked + span:not(.label-text) {
    background-position: 0
}

::-moz-placeholder {
    opacity: 1;
    color: #8e8e8e;
    font-size: 15px
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #8e8e8e;
    font-size: 15px
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus:-moz-placeholder, :focus::-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

iframe[name=google_conversion_frame] {
    display: none
}

.wrapPageContent.small a {
    text-decoration: underline
}

.smallMenu .wrapBut40.wrapButHead.mobile-callback {
    display: none
}

.small-menu .sub-menu-mobile {
    margin-left: 10px;
    display: none
}

.small-menu li:hover .sub-menu-mobile {
    display: block
}

.label {
    font-weight: 700;
    color: #fff;
    font-size: 26px;
    margin: 0 auto 10px;
    padding: 0
}

.label, .labels {
    text-align: center
}

.labels {
    color: #ddffb8;
    font-weight: 300;
    font-size: 16px;
    margin: 0 auto 25px;
    width: 100%
}

.labels.small {
    font-size: 14px
}

.wrapInput {
    height: auto;
    margin: 0 auto 20px;
    position: relative
}

form .wrapBut {
    margin: 0 auto 10px
}

.editbox {
    height: 50px;
    padding: 0 15px 0 20px;
    font-family: Exo\ 2 !important;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    border-radius: 5px;
    line-height: normal;
    text-align: left;
    background-color: #fff
}

.butForm, .editbox, .form .wrapBut, form .wrapInput {
    width: 100%
}

.butForm {
    display: inline-block
}

.wrapInput.error:after {
    content: " ";
    width: 187px;
    height: 43px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/images/wrong.png?7f333d0cdc3540a5e03f41c9dbdbde52) no-repeat;
    z-index: 5;
    display: block
}

.loadBar {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 6;
    display: none
}

.close, .loadBar {
    position: absolute
}

.close {
    height: 26px;
    width: 26px;
    right: 10px;
    top: 10px;
    background: url(/images/close.png?740e99de5b9e57f15d2bc0ba4569edbf) no-repeat;
    z-index: 12;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.close:hover {
    cursor: pointer;
    opacity: 1
}

.succes_send {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    opacity: 1;
    text-align: center
}

.formLayout {
    z-index: 99
}

.formOverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    z-index: 20;
    display: none;
    -webkit-overflow-scrolling: touch
}

.formIn {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.formh1 {
    width: 1033px;
    height: auto;
    position: relative;
    z-index: 17;
    text-align: center;
    border-radius: 0;
    border: none;
    background-size: auto auto;
    background-position: bottom;
    background-color: #6eb842;
    padding: 30px;
    overflow: hidden
}

.formh1 .wrapBut {
    width: 300px;
    margin: 0 0 10px
}

.formh1 .wrapInput {
    margin: 0
}

.formh1 label p {
    font-size: 12px
}

.formh1 .labels {
    margin-bottom: 0;
    text-align: left
}

.formh1 .label {
    margin-bottom: 30px;
    text-align: left;
    font-weight: 400
}

.wrapInputs {
    margin-top: 20px;
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px
}

.formh1 .formInDopBut, .formh1 .formPodpis {
    text-align: left
}

.formInDop {
    width: 100%;
    max-width: 100%;
    display: none
}

.wrapFormDopInputs {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin-top: 20px
}

.formButMore p {
    font-weight: 300;
    font-size: 16px;
    color: #ddffb8;
    margin-top: 21px
}

.formh1 .wrapForm {
    width: 570px;
    position: relative;
    z-index: 3
}

.formh1 .formButHide p {
    margin: 10px 0;
    text-align: right
}

.formh1 .formButMore {
    padding: 40px 0
}

.formImg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-height: 95%
}

.formImgPodpis {
    position: absolute;
    left: 0;
    bottom: -60px;
    -webkit-transform: translateX(-42%);
    transform: translateX(-42%);
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: #182352;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px
}

.formImgPodpis p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px
}

.formImgPodpis p strong {
    font-weight: 700;
    font-size: 16px;
    color: #fff
}

.formh1 label p br {
    display: none
}

#formh2_1 {
    width: 470px
}

#formh2_1 .wrapForm {
    width: 100%
}

#formh2_1 .wrapInputs {
    grid-template-columns:1fr
}

#formh2_1 .wrapBut {
    width: 100%
}

#formh2_1 .label, #formh2_1 .labels {
    text-align: center
}

#formh2_1 label p br {
    display: inline-block
}

#formh2_1 .formPodpis {
    text-align: center
}

#formh2 {
    overflow: hidden
}

#formh2 .formInShort, #formh2_1 .formInShort {
    margin-bottom: 30px
}

.formh3 {
    width: 770px
}

.wrapInputLoad {
    width: 200px;
    position: relative
}

.loadRezume {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0
}

.butLoad:hover, .loadRezume:hover, .wrapInputLoad:hover {
    cursor: pointer
}

.wrapInputLoad {
    margin: 15px 0
}

.formh3 .wrapInputs {
    width: 270px;
    grid-template-columns:1fr
}

.formh3 .wrapBut {
    width: 270px
}

.formh3 .wrapForm {
    width: 370px
}

.formh3 label p {
    text-align: left
}

.formh3 label p br {
    display: inline-block
}

.formh3 .formImgPodpis {
    left: 50px
}

.formh4 {
    width: 430px;
    text-align: center
}

.formh4 .wrapForm {
    width: 100%
}

.formh4 .wrapBut, .formh4 .wrapInput {
    width: 270px;
    display: inline-block;
    margin-bottom: 10px
}

.formh4 .wrapBut {
    margin-top: 20px
}

.formh4 .formPodpis {
    text-align: center
}

.formh4 label p br {
    display: inline-block
}

.formh4 .label, .formh4 .labels {
    text-align: center
}

.formh4 .labels {
    margin-bottom: 20px
}

.formh7 .wrapInputs {
    display: inline-grid;
    grid-template-columns:1fr;
    grid-row-gap: 10px;
    width: 270px
}

.formh7 .wrapBut {
    display: inline-block;
    margin-top: 20px
}

.formh7 .formPodpis, .formh7 .label, .formh7 .labels, .formh7 .wrapForm {
    text-align: center
}

.formh7 .labels {
    font-size: 15px
}

.formh7 {
    width: 870px;
    padding: 30px 30px 30px 10px
}

.formh7 .wrapForm {
    width: 430px
}

.formh7 .wrapBut {
    width: 270px
}

.formh7 label p br {
    display: inline
}

.stopScroll, .stopScroll body {
    overflow: hidden
}

#hidform {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 16;
    position: fixed;
    left: 0;
    top: 0;
    display: none
}

.formhDops {
    position: relative
}

.formDops {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    background-color: rgba(0, 0, 0, .8);
    overflow-y: auto;
    padding: 20px 0;
    display: none;
    -webkit-overflow-scrolling: touch
}

.formDops > form {
    width: 90%;
    height: auto;
    margin: 45px auto;
    background-color: #fff;
    max-width: 1000px
}

.dekorContent {
    padding: 20px;
    position: relative
}

.formDops .label {
    font-size: 20px
}

.closePolitika {
    font-weight: 700;
    font-size: 30px;
    color: #29a52f !important;
    margin-bottom: 12px;
    margin-top: 20px;
    text-align: center
}

.closePolitika:hover {
    cursor: pointer
}

#formhPolitika h4, #formhPolitika p, #formhPolitika ul {
    margin-bottom: 15px;
    color: #000;
    white-space: normal
}

#formhPolitika ul li {
    color: #000
}

.form-content {
    padding: 20px
}

.formLayout {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 15;
    background-color: rgba(0, 0, 0, .8);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.formhDouble, .formLayout {
    position: fixed;
    display: none
}

.formhDouble {
    width: 970px;
    height: auto;
    z-index: 17;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    border-radius: 0;
    background-size: auto auto
}

.formDouble .wrapForm {
    padding: 0
}

.wrapFormDouble {
    display: grid;
    grid-template-columns:auto 485px;
    width: 100%;
    background-size: auto auto;
    background-position: bottom
}

.formDoubleBg {
    padding: 55px 20px 10px;
    position: relative
}

.formDouble .wrapBut, .formDouble .wrapInput {
    width: 370px;
    text-align: center
}

.formDoubleBg .formPodpis {
    text-align: center
}

.formDoubleContent {
    padding: 60px 50px;
    text-align: left
}

.formContTit {
    font-weight: 700;
    font-size: 24px;
    color: #e0e0e0;
    margin-bottom: 30px;
    text-align: center
}

.formContDigit {
    font-weight: 900;
    font-size: 31px;
    color: #d2d2d2
}

.formContDigit span {
    display: inline-block;
    padding: 0 28px 0 0;
    border-bottom: 2px solid #ca0000;
    line-height: .8em
}

.formContText {
    padding-left: 45px;
    font-size: 14px;
    color: #e0e0e0;
    margin-bottom: 20px
}

form .wrapButForm {
    margin-top: 30px
}

.formVideo {
    width: 1110px;
    height: auto;
    position: relative;
    z-index: 17;
    margin: 0;
    text-align: center;
    border-radius: 0;
    background-size: auto auto;
    background-color: #000;
    -webkit-transition: .5s;
    transition: .5s
}

.wrapFormVideo {
    position: relative;
    display: block
}

.formVideo video, .wrapFormVideo {
    width: 100%;
    height: 100%
}

.formhVideo {
    width: 100%;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    padding: 20px 0
}

.closeFormMobile {
    display: none
}

.closeVideo {
    right: 5px;
    top: 5px;
    z-index: 20
}

.video {
    position: relative
}

.poster, .video {
    height: 100%;
    width: 100%
}

.poster {
    position: absolute;
    z-index: 3;
    background-color: rgba(0, 0, 0, .5)
}

.play p {
    font-size: 14px;
    color: #fff;
    text-align: center
}

.stop .formhVideo {
    right: 0
}

.formhVideo, .formhVideo .label, .formhVideo .labels {
    text-align: center
}

.formhVideo .wrapForm {
    padding: 10px 25px 0
}

.formhVideo .wrapBut, .formhVideo .wrapInput {
    text-align: center;
    display: inline-block
}

.formhVideo .formHead {
    margin: 10px 0 15px
}

.formhVideo .label {
    margin: 0 auto 10px;
    font-size: 22px
}

.formhVideo label p br {
    display: inline-block
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.play:hover {
    cursor: pointer
}

.formVideoWrap {
    background-color: #6eb842
}

.wrapInputsV .wrapBut, .wrapInputsV .wrapInput {
    width: 250px;
    display: inline-block;
    margin: 10px 20px
}

.formV label p br {
    display: none
}

.formV .label {
    font-size: 26px;
    font-weight: 400
}

.formV {
    padding: 20px 0 10px
}

.calcAttention {
    width: 970px;
    height: auto;
    margin: 90px auto;
    padding: 20px 20px 20px 100px;
    border: 2px solid #fff;
    border-radius: 10px;
    position: relative
}

.calcAttention:before {
    content: " ";
    display: block;
    width: 122px;
    height: 133px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 122px 122px;
    background-image: url(/images/ico-voskl-calc.png?def9088e8d2a597fbc07008d3bac7101);
    background-color: #6eb842;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 2
}

.calcAttentionTop {
    margin-bottom: 30px
}

.calcAttentionTop h4 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px
}

.calcAttentionTop p {
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.calcAttentionBottom {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.butCalcAttention {
    width: 100%
}

.calcAttRight p {
    font-weight: 700;
    font-size: 16px;
    color: #fff
}

.hintCalcPrice {
    width: 430px;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(24, 25, 29, .25);
    box-shadow: 0 0 15px rgba(24, 25, 29, .25);
    position: absolute;
    left: 50%;
    top: 59%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 10;
    text-align: center;
    padding: 28px 40px 30px;
    display: none
}

.hintCalcPrice.active {
    display: block
}

.hintClose {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-image: url(/images/close-green.png?ba1fb473be5d71a28ca5d8a39b3665e2);
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2
}

.hintClose:hover {
    cursor: pointer
}

.hintCalcPrice h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 25px
}

.hintCalcPrice h4, .hintCalcPrice p {
    font-weight: 700;
    text-transform: uppercase
}

.hintCalcPrice p {
    font-size: 30px;
    color: #6bbf24
}

.hiddenCalcBlock {
    display: none
}

.hiddenCalcBlock.active {
    display: block
}

.formPodpis {
    text-align: center
}

.formPodpis .backToSite {
    font-size: 12px;
    color: #fff;
    text-decoration: underline
}

.formPodpis .backToSite:before {
    content: url(/images/arr-back.png?f0018eeb162fd1b4c055726ec1595ccf);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 8px
}

.fancybox-slide > .popup-success {
    text-align: center;
    padding: 80px;
    border-radius: 15px
}

.fancybox-slide > .popup-success > a, .fancybox-slide > .popup-success > h1 {
    color: #9fc54b;
    margin-bottom: 20px
}

.fancybox-slide > .popup-success h1 {
    font-size: 24px
}

.fancybox-slide > .popup-success > a {
    display: inline-block;
    margin-top: 20px;
    font-size: 18px
}

.fancybox-slide > .popup-success > .text {
    font-size: 18px
}

.fancybox-slide > .popup-success form {
    width: 400px;
    margin: 25px auto 0
}

.fancybox-slide > .popup-success input[type=email], .fancybox-slide > .popup-success input[type=text] {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-bottom: 20px
}

.fancybox-slide > .popup-success button {
    width: 100%;
    margin-bottom: 20px
}

.fancybox-slide > .popup-success .confirm-text, .fancybox-slide > .popup-success .confirm-text > a {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    display: inline-block;
    text-align: left;
    padding-left: 6px;
    vertical-align: middle;
    line-height: .9em
}

.fancybox-slide > .popup-success .descrp {
    margin-bottom: 20px
}

.fancybox-slide > .popup-policy {
    max-width: 1160px
}

.fancybox-slide > .popup-policy ul {
    padding-left: 20px
}

.pageInvest {
    background-color: #f6f6f6
}

.pageInvest .left {
    float: left
}

.wrapper {
    width: 1170px;
    max-width: 1170px;
    margin: 0 auto
}

#screen1 {
    background: url(/images/fon_header.png?0b18486fa8af8bf0fc3fff812ddad57e) no-repeat;
    background-position: top;
    height: 800px;
    margin-bottom: 56px;
    padding-top: 166px
}

.btn {
    border-radius: 10px;
    background: #ee8c16;
    background-image: -webkit-gradient(linear, right top, left top, from(#ee8c16), to(#f9b127));
    background-image: linear-gradient(270deg, #ee8c16, #f9b127);
    -webkit-box-shadow: 0 5px 10px 0 rgba(239, 140, 21, .3);
    box-shadow: 0 5px 10px 0 rgba(239, 140, 21, .3);
    width: 330px;
    padding: 9px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.286;
    text-align: center;
    text-shadow: 0 1px 2px rgba(194, 112, 14, .3)
}

.btn, .btn:hover {
    -webkit-transition: .5s;
    transition: .5s
}

.btn:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(239, 140, 21, .3);
    box-shadow: 0 10px 15px 0 rgba(239, 140, 21, .3);
    cursor: pointer
}

header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 79px
}

.wrap_flex, header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo {
    position: relative
}

.description {
    font-size: 12px;
    color: #8bc63f;
    line-height: 1.167;
    text-align: left;
    position: absolute;
    width: 208px;
    left: 76px;
    top: 52px
}

.pageInvest .tel {
    font-size: 26px;
    color: #434343;
    line-height: .615
}

.green_line {
    background: #8dc838;
    background-image: -webkit-gradient(linear, right top, left top, from(#6eb842), to(#8dc838));
    background-image: linear-gradient(270deg, #6eb842, #8dc838);
    width: 200px;
    height: 3px
}

.content_screen1 {
    position: relative
}

.pageInvest h1 {
    font-size: 60px;
    color: #000;
    font-weight: 900;
    margin-top: 30px;
    margin-top: 16px
}

.pageInvest h1, .pod_h1 {
    text-transform: uppercase
}

.pod_h1 {
    font-size: 30px;
    color: #363636;
    line-height: .533;
    margin-top: 24px
}

.pageInvest h2 {
    font-size: 36px;
    color: #6eb842;
    line-height: .889;
    font-weight: 900;
    margin-top: 33px
}

.text_screen1 {
    line-height: 1.625;
    margin-top: 72px
}

.text_screen1 p span {
    text-transform: uppercase
}

.text_screen1 p strong {
    font-weight: 700
}

.m_top {
    margin-top: 13px
}

.btn_green {
    border-radius: 10px;
    background: #8dc838;
    background-image: -webkit-gradient(linear, right top, left top, from(#6eb842), to(#8dc838));
    background-image: linear-gradient(270deg, #6eb842, #8dc838);
    -webkit-box-shadow: 0 5px 10px 0 rgba(50, 115, 18, .3);
    box-shadow: 0 5px 10px 0 rgba(50, 115, 18, .3);
    width: 330px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6;
    text-align: center;
    text-shadow: 0 1px 2px rgba(194, 112, 14, .3);
    padding: 19px 0;
    margin-top: 23px
}

.btn_green, .btn_green:hover {
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.btn_green:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(50, 115, 18, .3);
    box-shadow: 0 10px 15px 0 rgba(50, 115, 18, .3)
}

.play_wrap {
    width: 130px;
    position: absolute;
    right: 237px;
    top: 69px;
    font-size: 15px;
    color: #71bf44;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
    font-weight: 500
}

.text-white {
    color: #fff
}

.play_wrap-back {
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    width: 58px;
    height: 58px
}

.play_wrap .play {
    background: url(/images/play.png?b8d84ee117ba284cb3d2318d46f0968e) no-repeat;
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none
}

.play_wrap .play:after, .play_wrap .play:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    border: 1px solid #70b942
}

.play_wrap .play:before {
    height: 150px;
    width: 150px;
    opacity: .5;
    left: -12px;
    top: -48px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsei 2s infinite ease-in-out;
    animation: pulsei 2s infinite ease-in-out;
    border: 2px solid #70b942
}

.play_wrap .play_wrap-back .play:before {
    border-color: #fff
}

.play_wrap .play:after {
    height: 100px;
    width: 100px;
    left: 14px;
    top: -22px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation: pulsei 2s infinite ease-in-out;
    animation: pulsei 2s infinite ease-in-out;
    opacity: .25
}

@-webkit-keyframes pulsei {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .6
    }
    70% {
        opacity: .3
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulsei {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .6
    }
    70% {
        opacity: .3
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

#screen2 {
    margin-bottom: 131px
}

h3 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: .825;
    margin-top: 18px
}

.sub_h3 {
    font-size: 20px;
    font-weight: 300;
    color: #3f3f3f;
    line-height: 1.65;
    margin-top: 14px
}

.tab, .tab_img {
    display: none
}

.tab.active, .tab_img.active {
    display: block
}

.tabs_wrap {
    max-width: 570px
}

.tab_id.wrap_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 41px
}

.tabs_fl {
    margin-top: 20px
}

.tab_btn {
    width: 270px;
    height: 70px;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 0 hsla(0, 0%, 41%, .2);
    box-shadow: 0 0 10px 0 hsla(0, 0%, 41%, .2);
    background: #fff;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 21px;
    padding: 10px;
    color: #000
}

.tab_btn span {
    display: inline-block;
    vertical-align: middle
}

.tab_btn span.ico {
    margin-right: 15px
}

.tab_btn.active {
    background: #8dc838;
    background-image: -webkit-gradient(linear, right top, left top, from(#6eb842), to(#8dc838));
    background-image: linear-gradient(270deg, #6eb842, #8dc838);
    color: #fff
}

.tab_btn.active, .tab_btn.hover {
    -webkit-transition: .5s;
    transition: .5s
}

.tab_btn.hover {
    border: 1px solid #f09319;
    -webkit-box-shadow: 0 0 10px 0 rgba(239, 140, 21, .3);
    box-shadow: 0 0 10px 0 rgba(239, 140, 21, .3)
}

.tab_btn.hover.active {
    background: #ee8c16;
    background-image: -webkit-gradient(linear, right top, left top, from(#ee8c16), to(#f9b127));
    background-image: linear-gradient(270deg, #ee8c16, #f9b127);
    color: #fff
}

.tab_btn.hover.active, .tab_btn:hover {
    -webkit-transition: .5s;
    transition: .5s
}

.tab_btn:hover {
    -webkit-box-shadow: 0 0 10px 3px hsla(0, 0%, 41%, .2);
    box-shadow: 0 0 10px 3px hsla(0, 0%, 41%, .2)
}

.tab_btn.hover:hover {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 10px 3px rgba(239, 140, 21, .3);
    box-shadow: 0 0 10px 3px rgba(239, 140, 21, .3)
}

.tabs {
    font-size: 16px;
    color: #000;
    line-height: 1.25;
    font-weight: 300
}

.tab_btn_1 .ico {
    background: url(/images/tab_btn_1_a.png?a4ca769c71d8bb921a07e7b5570b2b53) no-repeat 50%
}

.tab_btn_2.active .ico {
    background: url(/images/tab_btn_2_a.png?476db072b8c774e855a1cc28e1f4f0b6) no-repeat 50%
}

.tab_btn_3.active .ico {
    background: url(/images/tab_btn_3_a.png?e691f2f84c1fd488f20e38db1d05fdb4) no-repeat 50%
}

.tab_btn_4 .ico {
    background: url(/images/tab_btn_4_a.png?8c111793fb15362b20f19f0415228218) no-repeat 50%
}

.tab_btn_1 img, .tab_btn_2.active img, .tab_btn_3.active img, .tab_btn_4 img {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.tab_btn_1.active img, .tab_btn_4.active img {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.tabs p {
    margin-bottom: 20px
}

.tabs_proc {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.content_block {
    margin-left: 28px
}

.title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 1.375
}

.block_screen3 .title:hover {
    color: #7ac629;
    cursor: pointer
}

.count_count {
    font-size: 30px;
    color: #6eb842;
    line-height: .733;
    font-weight: 300;
    width: 70px;
    border-bottom: 5px solid #5eab30;
    text-align: right;
    padding-bottom: 11px
}

.text_block {
    font-size: 16px;
    color: #000;
    line-height: 1.375;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 25px
}

.screen3_title_block {
    position: relative;
    width: 500px !important
}

.screen3_title_block .play_wrap {
    right: 0;
    top: 20px;
    margin: 0
}

.block_screen3 .text_block p {
    max-width: 576px;
    margin-bottom: 15px
}

.block_screen3 .text_block .btn {
    width: auto
}

.block_screen3 .text_block:first-child {
    margin-bottom: 15px
}

.dogovor {
    text-decoration: underline;
    color: #fff
}

.dogovor:hover {
    text-decoration: none
}

.text_block ul {
    margin-top: 15px;
    font-size: 14px;
    max-width: 700px;
    line-height: 1.92
}

.text_block ul li {
    color: inherit;
    line-height: inherit
}

.block_screen3 .count_count {
    border-bottom: 5px solid #42821d
}

body {
    overflow-x: hidden
}

.block_2 .wrap_flex.wf_sc3 {
    margin-top: 44px
}

.block_screen3.block_2 .content_block {
    max-width: 540px
}

.screen3_play_wrap {
    left: 600px
}

.screen3_image {
    margin-left: 75px
}

.screen3_image.screen3_image-1 {
    max-width: 248px
}

.screen3_image.screen3_image-2 {
    max-width: 368px
}

.screen3_image.screen3_image-3 {
    max-width: 398px
}

.screen3_image.screen3_image-4 {
    max-width: 338px
}

.block_screen3.block_3 .text_block {
    max-width: 900px
}

.text_dagr {
    font-size: 14px;
    color: #000;
    line-height: 1.357
}

.blocki_diagramma {
    margin-top: 40px;
    position: relative
}

.block_diagramma {
    width: 270px;
    position: relative;
    margin: 0 auto
}

.blocki_diagramma:after {
    content: "";
    display: block;
    background: url(/images/str_punctir.png?bca8e07921b01f9de3187c309d6b2b95);
    background-repeat: repeat-x;
    height: 43px;
    width: 864px;
    position: absolute;
    bottom: -20px;
    left: 80px
}

.block_diagramma .text_dagr {
    position: absolute;
    top: 0;
    left: 119px
}

.block_diagramma .text_dagr.td1_d1 {
    top: 60px
}

.block_diagramma .text_dagr.td2_d1 {
    top: 160px
}

.block_diagramma .text_dagr.td1_d2 {
    top: 120px
}

.block_diagramma .text_dagr.td1_d3 {
    top: 90px
}

.text_dagr.td3_d4 {
    bottom: 36px;
    top: auto
}

.text_dagr.td2_d4 {
    top: 150px
}

.text_dagr.td2_d4 strong {
    font-weight: 700
}

.text_dagr.td1_d4 {
    top: 60px
}

.block_screen3.block_3 {
    padding-bottom: 124px
}

#screen3 .owl-carousel .owl-item img {
    display: block;
    width: auto !important
}

#screen3 {
    position: relative;
    z-index: 2
}

#screen3 h3 {
    margin: 0;
    padding: 30px 0 0;
    color: #fff
}

#screen3 .wrap_flex {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal
}

#screen3 .wrap_detailed {
    position: relative;
    margin-top: 15px
}

#screen3 .wrap_detailed:hover {
    cursor: pointer;
    color: #7ac629
}

.screen_form {
    background: #6eb742;
    padding-top: 5px
}

.j_c_s {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.j_c_s .wrap_detailed {
    position: relative
}

.j_c_s .wrap_detailed:hover {
    cursor: pointer;
    color: #7ac629
}

.form {
    margin-top: 93px;
    max-width: 570px
}

input {
    outline: none
}

.elena.wrap_flex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.name_elena {
    text-align: right;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 20px
}

.name_elena strong {
    font-size: 18px
}

h4 {
    font-size: 24px;
    color: #fefefe;
    font-weight: 700;
    line-height: 1.25
}

.screen_form .text_form {
    font-size: 16px;
    color: #ddffb8;
    line-height: 1.125;
    font-weight: 300;
    max-width: 520px;
    margin-top: 19px
}

.screen_form form {
    margin-top: 37px
}

.pageInvest input:not(.btn) {
    padding: 20px 15px;
    border: 1px solid #c1c9cf;
    border-radius: 5px;
    background-color: #ecf2f6;
    width: 267px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px
}

.pageInvest button.btn, .pageInvest input.btn {
    outline: none;
    border: none;
    margin-top: 30px;
    width: 267px
}

.screen_form button.btn, .screen_form input.btn {
    height: 50px
}

.inp_one {
    margin-right: 30px
}

.check {
    font-size: 12px;
    color: #ddffb8;
    line-height: 1.083;
    margin-top: 38px;
    margin-bottom: 30px
}

.check input {
    display: none
}

.check a {
    color: #ddffb8;
    text-decoration: underline
}

.check a:hover {
    color: hsla(0, 0%, 100%, .7);
    text-decoration: none
}

.check .label-text, .check p {
    cursor: pointer
}

.check .label-text:before, .check p:before {
    content: "";
    display: block;
    float: left;
    margin-right: 14px;
    border-radius: 2px;
    background-color: #92d817;
    width: 14px;
    height: 14px
}

.check input:checked + .label-text:before, .check input:checked + p:before {
    background: url(/images/check.png?4232d5cf234d262bcf8b25f418208f62) no-repeat 50% #92d817
}

.backg_56 .step.step1 {
    margin-top: 17px;
    margin-bottom: 43px;
    display: block
}

.title_step {
    font-size: 18px;
    color: #797979;
    font-weight: 700;
    line-height: 2.063;
    margin-bottom: 23px
}

.step1 .title_step {
    font-size: 16px
}

.income, .title_step span {
    color: #6eb842
}

.income {
    font-size: 40px;
    line-height: .45;
    margin-left: 30px
}

.step3 .title_step {
    margin-bottom: 43px
}

.clear {
    clear: both
}

.step1 .content_step {
    margin-left: -10px
}

.case {
    width: 388px;
    background: url(/images/portfel_case_w.png?d960b38b9344021670084e9e476be109) no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 70px 0 20px 29px;
    margin: 0 auto
}

.case, .case.active {
    -webkit-transition: .5s;
    transition: .5s
}

.case.active {
    background: url(/images/portfel_case.png?378cc18503f4d7eba8db3f0c6c1b6503) no-repeat
}

.title_case {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.65;
    margin-bottom: 14px
}

.about_case, .about_case p {
    font-size: 14px;
    color: #000;
    line-height: 1.429;
    font-weight: 300
}

.ask_hover {
    display: none;
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    line-height: 1.1;
    width: 300px;
    background: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #5ee334
}

.title_case span:hover + .ask_hover {
    display: block
}

.case.active .about_case, .case.active .about_case p, .case.active .title_case {
    color: #fff
}

.dannie {
    margin-top: 31px
}

.dannie p {
    font-size: 14px;
    color: #fff;
    line-height: 1.429;
    font-weight: 300
}

.dannie .bold {
    font-weight: 700;
    font-size: 24px
}

.dannie .left {
    width: 157px
}

.left.dan_l {
    margin-right: 23px
}

.title_step span.period_case {
    color: #000
}

.ÐŸÑ€ÑÐ¼Ð¾ÑƒÐ³Ð¾Ð»ÑŒÐ½Ð¸Ðº__ÑÐºÑ€ÑƒÐ³Ð»__ÑƒÐ³Ð»Ñ‹_9_ÐºÐ¾Ð¿Ð¸Ñ {
    border-radius: 1px;
    position: absolute;
    left: 477px;
    top: 4347px;
    width: 249px;
    height: 3px;
    z-index: 267
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    border: 1px solid #f3ac23 !important;
    background: #f3ac23 !important;
    font-weight: 400;
    color: #f3ac23
}

.ui-widget-header {
    border: 1px solid #f3ac23 !important;
    background: #f3ac23 !important
}

.range {
    width: 370px
}

.pageInvest .range input {
    width: 100%
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 0 !important
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 0 !important
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 0 !important
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 0 !important
}

.ui-widget-content {
    background-color: #182352 !important;
    height: 3px
}

.content_step .ui-slider-horizontal {
    height: 5px !important
}

.ui-slider .ui-slider-handle {
    border-radius: 50% !important;
    background-color: #f3ac23;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    width: 18px !important;
    height: 18px !important;
    outline: none !important;
    cursor: pointer !important
}

#jQuerySlider {
    position: relative
}

#jQuerySlider .ui-slider-horizontal {
    height: 3px !important
}

#jQuerySlider .ui-slider-handle {
    top: 0 !important;
    margin-left: 0
}

.pod_range {
    margin-top: 10px
}

.pod_range div {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 1.5
}

.right {
    float: right
}

#screen5 .btn.act_p {
    margin: 50px auto 0;
    border-radius: 10px;
    width: 390px
}

#screen5 input:not(.btn) {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    outline: none
}

input:not(.btn):focus {
    -webkit-box-shadow: inset 0 0 4px 0 #b2b2b2;
    box-shadow: inset 0 0 4px 0 #b2b2b2
}

.backg_56 {
    background: url(/images/fon_screen6.png?9a1c98c9aacddad0abccefcd95f7b70a) bottom no-repeat
}

.backg_56 .step {
    display: block
}

#screen6 {
    height: 1050px;
    padding-top: 120px
}

.company {
    margin-top: 70px;
    margin-bottom: 60px
}

.text_do_btn {
    font-size: 24px;
    color: #010101;
    font-weight: 700;
    line-height: 1.25;
    max-width: 619px;
    margin-right: 70px
}

#screen6 .btn {
    width: 370px;
    padding: 14px 0
}

.company_case {
    border-radius: 5px;
    background-color: #fff;
    width: 370px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 0;
    margin: 0 auto
}

.company_case .title_case {
    position: relative
}

.company_case .title_case span {
    background: url(/images/ask.png?dcb1c467b4113407c02c7cc8cf3002f4) no-repeat;
    width: 23px;
    height: 23px;
    margin-left: 20px;
    display: block;
    position: absolute;
    top: 6px;
    left: 130px
}

hr {
    display: block;
    border: 1px inset;
    border: currentcolor;
    -webkit-margin-before: .5em;
    margin-block-start: .5em;
    -webkit-margin-after: .5em;
    margin-block-end: .5em;
    -webkit-margin-start: auto;
    -moz-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    -moz-margin-end: auto;
    margin-inline-end: auto;
    color: gray;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    margin: 14px 0
}

hr.hr2 {
    margin-bottom: 5px
}

.comment_case_about, .comment_case_about p {
    font-size: 16px;
    color: #000;
    line-height: 1.5
}

.comment_case_about span {
    font-weight: 700;
    width: 117px
}

.image_diagr_case_wrap {
    height: 265px
}

.image_diagr_case {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.about_image_diagr_case {
    font-size: 16px
}

.about_image_diagr_case .num {
    font-size: 29px;
    font-weight: 700;
    margin: 5px 0 22px;
    line-height: 1em
}

.time_vz {
    margin: 10px 0
}

.sum_invest {
    margin-top: 26px;
    color: #6eb842
}

.sum_vsego {
    color: #ffa300
}

.roi {
    color: #565656
}

#screen7 {
    margin-top: 79px;
    padding-bottom: 60px
}

.screen_form {
    position: relative
}

.screen_form:before {
    content: "";
    display: block;
    width: 100%;
    height: 186px;
    background: #6eb742;
    position: absolute;
    top: -184px;
    background: url(/images/fon_screen7.png?41d9c510d0284b43a25bb763a9c08b96) no-repeat;
    background-position: bottom
}

#screen7 h3 {
    max-width: 1000px
}

.video_wrap_flex {
    margin-top: 50px
}

.j_c_c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.description_video {
    margin-top: 30px
}

.video_wrap {
    width: 470px
}

.video_wrap_1 {
    margin-right: 30px
}

.description_video > div > p {
    margin-bottom: 10px
}

.description_video > div.about_name_v > p {
    margin-bottom: 21px
}

.left_p, .left_p p {
    font-size: 20px;
    color: #000;
    line-height: 1.2
}

.left_p p strong {
    font-weight: 700
}

.about_name_v {
    padding-right: 30px
}

.about_name_vj, .about_name_v p {
    font-size: 16px;
    color: #5e5e5e;
    line-height: 1.25;
    font-weight: 300
}

.about_name_v p strong {
    font-weight: 700
}

.about_name_v p span {
    color: #6eb842;
    font-weight: 700;
    display: block
}

#screen8 {
    margin-bottom: 44px
}

#screen8 h4 {
    width: 690px
}

#screen8 .form {
    margin-top: 53px
}

#screen8 form {
    max-width: 450px
}

#screen8 input.btn, #screen8 input:not(.btn) {
    width: 330px;
    margin-bottom: 10px
}

#screen8 input.btn {
    margin-top: 10px
}

.about_figures.wrap_flex {
    margin-top: 51px
}

.text_figures {
    font-size: 18px;
    color: #000;
    margin-left: 35px
}

.text_figures .number {
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 4px
}

.h5, .text_figures .number {
    color: #000;
    font-weight: 700
}

.h5 {
    font-size: 24px;
    line-height: 1.25;
    margin-top: 73px;
    margin-bottom: 40px
}

.h5 span {
    color: #6eb842
}

.person {
    text-align: center
}

.foto_person {
    margin-bottom: 20px
}

.person_3 .foto_person {
    margin-top: -9px
}

.name_person, .tel_person {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700
}

p.tel_person {
    margin: 5px auto
}

.email_person, .post_person {
    font-size: 16px;
    line-height: 1.625
}

.email_person a {
    color: #7ac629;
    text-decoration: underline
}

section#screen9 {
    padding-bottom: 40px
}

#screen10 {
    position: relative;
    height: 600px
}

#map {
    height: 600px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.map {
    z-index: 2;
    position: relative
}

.contacts_on_map {
    float: right;
    margin-top: 90px;
    margin-right: 15px
}

.image_office {
    width: 280px;
    float: left
}

.contact_office {
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    width: 380px;
    float: left;
    margin-left: 20px;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.title_contact {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 1.083;
    margin-bottom: 30px
}

.adress {
    font-size: 20px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 27px
}

.work_time.cont_dan {
    color: #000;
    font-size: 20px;
    margin-top: 15px
}

.work_time.cont_dan .zag {
    font-size: 16px;
    margin-bottom: 5px
}

.text_cd .tel {
    color: #f90;
    font-weight: 700;
    font-size: 24px
}

.text_cd .email {
    color: #6eb842;
    text-decoration: underline
}

#screen11 {
    padding: 64px 0 0
}

.screen11 {
    text-align: center;
    margin-bottom: 30px
}

.title_rss {
    font-size: 30px;
    color: #fff;
    line-height: 1.1
}

.pod_title_rss {
    font-size: 16px;
    color: #bebebe;
    line-height: 1.125;
    margin-top: 20px;
    margin-bottom: 20px
}

#screen11 input:not(.btn) {
    border-radius: 5px;
    background-color: #fff;
    border: 0;
    padding: 15px;
    outline: none
}

#screen11 input.btn, #screen11 input:not(.btn) {
    width: 270px;
    height: 50px
}

#screen11 input.btn {
    margin-left: 30px;
    border-radius: 15px;
    background: #ff8f00;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff8f00), to(#ffc100));
    background-image: linear-gradient(0deg, #ff8f00, #ffc100);
    -webkit-box-shadow: 0 2px 0 0 rgba(215, 149, 22, .004);
    box-shadow: 0 2px 0 0 rgba(215, 149, 22, .004);
    font-size: 13px;
    color: #000;
    text-shadow: .743px .669px 0 hsla(0, 0%, 100%, .5)
}

#screen11 .check {
    width: 430px;
    margin: 14px auto;
    color: #cecece
}

#screen11 .check a {
    color: #cecece
}

#screen11 .check p:before {
    background-color: #717171
}

#screen11 .check input:checked + p:before {
    background: url(/images/check.png?4232d5cf234d262bcf8b25f418208f62) no-repeat 50% #717171
}

.text_f_b {
    margin: 27px 0 18px
}

.dolg_activ {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin-bottom: 42px
}

.dolg_activ .activ {
    color: #68c72a
}

.soc_seti {
    font-size: 16px;
    color: #9fafbb;
    line-height: 1.5;
    text-align: center
}

.soc_seti p {
    margin-bottom: 5px
}

a.soc {
    display: inline-block;
    height: 36px;
    width: 36px;
    background: url(/images/soc_seti.png?ab6a596b98525c04d4a43c4c26587350) no-repeat;
    margin: 0 5px
}

a.soc2 {
    background-position: -47px 0
}

a.soc3 {
    background-position: -94px 0
}

.footer_b3 a.tel {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    margin: 20px 0 29px;
    display: inline-block
}

.modal.call_back {
    font-size: 16px;
    color: #69c72a;
    line-height: 1;
    text-align: right;
    text-decoration: underline;
    display: block;
    margin-bottom: 63px
}

.modal.call_back:hover {
    text-decoration: none
}

.footer_b.footer_b2 {
    margin-left: 22px
}

.copyrate {
    font-size: 14px;
    color: #9faebb;
    line-height: 1.143;
    text-align: right
}

.copyrate a {
    color: #9faebb;
    text-decoration: underline
}

.copyrate a:hover {
    text-decoration: none
}

.btn_call_back_mob {
    display: none
}

.btn_call_back_mob .btn {
    margin: 0 auto
}

.thanks {
    background: url(/images/fon_thanks.jpg?5648f79f7bb59ba6d982159e70ae5cf0) no-repeat top;
    font-size: 17px;
    color: #000
}

.thanks_rss {
    background: url(/images/fon_thanks_rss.jpg?1149c554d374a9793d201c144df82c82) no-repeat 100% 0;
    font-size: 14px;
    color: #000;
    line-height: 1.14;
    padding-top: 60px;
    padding-bottom: 60px
}

.thanks_header {
    padding-top: 60px;
    padding-bottom: 200px
}

.sub_h1 {
    font-size: 20px;
    margin: 10px 0 20px
}

.ask_sos {
    font-size: 20px;
    font-weight: 700;
    margin-top: 42px
}

.ask_sos p {
    font-size: 26px;
    line-height: 1.4
}

.fast_mail {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin-top: 80px
}

.mail_a a {
    display: inline-block;
    margin: 15px;
    vertical-align: middle
}

.mail_a a:hover {
    opacity: .7
}

.mistake {
    font-size: 14px;
    color: #000;
    line-height: 1.143;
    margin-top: 60px;
    margin-bottom: 40px
}

.mistake a {
    color: #6eb842;
    text-decoration: underline
}

.text_about_mail {
    font-size: 14px;
    color: #000;
    line-height: 1.143;
    margin: 60px 0 40px;
    max-width: 560px
}

.back a {
    font-size: 12px;
    color: #6eb842;
    text-decoration: underline;
    line-height: 1.2
}

.back a:hover, .mistake a:hover {
    text-decoration: none
}

.back {
    background: url(/images/back.png?2da6425a8238f6077f4bab0e2b357737) no-repeat 0;
    padding-left: 32px;
    height: 21px
}

#screen11.thanks_screen11 {
    background: rgba(19, 20, 22, .902)
}

.thanks_screen11 .screen11 {
    margin-bottom: 0;
    padding-bottom: 30px
}

.modal {
    cursor: pointer
}

.youtube .play, .youtube .play_v {
    height: 77px;
    width: 77px;
    background: url(/images/play_v.png?272706c847b796f858b82c6d16c93fac) no-repeat
}

.youtube {
    position: relative
}

.wave_border-outer {
    height: 50px;
    position: relative;
    z-index: 7
}

.wave_border-inner {
    height: 30px;
    border-radius: 500px/0 0 40px 40px
}

.green_back {
    background-color: #6eb842
}

.light-gray_back {
    background-color: #f6f6f6
}

.white_back {
    background-color: #fff
}

.blockPolitika {
    padding-top: 100px
}

.blockPolitika, .blockPolitika p {
    font-size: 18px
}

.blockPolitika p {
    margin-bottom: 20px
}

.blockPolitika h2 {
    font-weight: 700;
    margin-bottom: 8px
}

.blockPolitika .content {
    padding-bottom: 40px
}

.editbox.error {
    border: 1px solid red
}

.form-errors {
    color: red;
    margin-bottom: 20px
}

.block-placeholder {
    width: 100%;
    height: 100px
}

.owl-next, .owl-prev {
    color: transparent;
    height: 32px;
    width: 11px;
    display: inline-block
}

.owl-nav .disabled {
    opacity: .4
}

.owl-dot span:before {
    content: "4";
    display: block;
    display: none;
    color: #000;
    font-weight: 700;
    font-size: 16px
}

.owl-dots {
    text-align: center;
    margin-top: -26px;
    margin-left: -17px
}

.owl-dot.active span:before {
    display: block
}

.numer {
    font-size: 16px;
    line-height: 1.188;
    color: #6e6e6e;
    position: absolute;
    bottom: 39px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.numer .now {
    color: #000;
    font-weight: 700;
    opacity: 0
}

.content_step {
    position: relative
}

.content_step .numer {
    bottom: -1px
}

.owl-dot:first-child span:before {
    content: "1"
}

.owl-dot:nth-child(2) span:before {
    content: "2"
}

.owl-dot:nth-child(3) span:before {
    content: "3"
}

.owl-dot:nth-child(4) span:before {
    content: "4"
}

.owl-dot:nth-child(5) span:before {
    content: "5"
}

.owl-dot:nth-child(6) span:before {
    content: "6"
}

.owl-dot:nth-child(7) span:before {
    content: "7"
}

.owl-dot:nth-child(8) span:before {
    content: "8"
}

.owl-dot:nth-child(9) span:before {
    content: "9"
}

.owl-dot:nth-child(10) span:before {
    content: "10"
}

.owl-dot:nth-child(11) span:before {
    content: "11"
}

.owl-dot:nth-child(12) span:before {
    content: "12"
}

.owl-dot:nth-child(13) span:before {
    content: "13"
}

.owl-dot:nth-child(14) span:before {
    content: "14"
}

.owl-dot:nth-child(15) span:before {
    content: "15"
}

.owl-dot:nth-child(16) span:before {
    content: "16"
}

.owl-dot:nth-child(17) span:before {
    content: "17"
}

.owl-dot:nth-child(18) span:before {
    content: "18"
}

.owl-nav {
    text-align: center
}

.owl-prev {
    background: url(/images/prev.png?e6bbb7db7f1ccaf5c7822cbb5d7b5631) no-repeat;
    margin-right: 30px
}

.owl-next {
    background: url(/images/next.png?226f4001b810edd7fbbeb3b5e9f0a671) no-repeat;
    margin-left: 30px
}

#screen6 .owl-prev {
    background: url(/images/prev_w.png?2ce8cb63e47de0d4034dc7a8a984e4fa) no-repeat
}

#screen6 .owl-next {
    background: url(/images/next_w.png?515ce7163bc5488fab31b68f94630070) no-repeat
}

#screen6 .owl-dots {
    margin-left: 0
}

#screen6 .owl-dot span:before {
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    text-shadow: 0 0 2px #000, 0 1px 3px #000
}

.title_tab {
    font-size: 16px;
    color: #010101;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 8px
}

.blockSpasibo .content {
    padding: 140px 0 40px
}

.thTit {
    font-weight: 700;
    font-size: 60px;
    color: #6eb842;
    text-transform: uppercase
}

.thPodpis {
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.thText {
    font-weight: 300;
    font-size: 17px;
    color: #000;
    margin: 20px 0 30px
}

.thText2 {
    margin-bottom: 30px
}

.thText2, .thText2 a {
    font-weight: 700;
    font-size: 26px;
    color: #000
}

.errorEnter, .errorEnter span {
    font-size: 14px;
    color: #000
}

.errorEnter span {
    font-weight: 700;
    text-decoration: underline
}

.errorEnter span:hover {
    cursor: pointer;
    text-decoration: none
}

.backLink {
    font-size: 12px;
    color: #6eb842;
    display: inline-block;
    margin-top: 40px;
    text-decoration: underline
}

.backLink:before {
    content: url(/images/arr-back-green.png?20d02ab981e65f4035c4392043cffd48);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.backlink:hover {
    cursor: pointer;
    text-decoration: none
}

.page-404 {
    text-align: center
}

.page-404, .page-404 > .content_box {
    height: 100%
}

.page-404 > .content_box > .inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: .1px 10px 0;
    position: relative
}

.page-404 > .content_box > .inner > .block {
    min-height: 500px;
    padding: 200px 0
}

.page-404 > .content_box > .inner > .block > .text {
    font-size: 40px
}

.page-404 > .content_box > .inner > .block > .code {
    font-size: 156px;
    color: #81a630
}

.page-404 > .content_box > .inner > .block > .link {
    color: #007cff;
    font-size: 20px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: underline
}

table.table-simple {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px
}

table.table-simple td, table.table-simple th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 15px
}

.factor_calculator {
    background-color: #6eb842;
    padding: 3%
}

.factor_calculator-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.factor_calculator_inputs {
    padding: 20px
}

.factor_calculator-line {
    margin-bottom: 30px
}

.factor_calculator .content {
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.factor_calculator h2 {
    text-align: center;
    font-size: 28px;
    color: #fff
}

.calculator_input_radio {
    color: #fff;
    text-align: center;
    font-size: 18px
}

.factor_calculator-result {
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.factor_calculator-table {
    padding: 12% 5% 5%;
    text-align: center;
    width: 100%
}

.factor_calculator-table th, td {
    width: 10%;
    padding: 1%;
    border-bottom: 1px solid #ddd
}

tr:nth-child(odd) {
    background-color: #fafafa
}

tr:hover {
    background-color: #d5d5d5
}

.factor_calculator-form_text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 2% 1% 1%
}

.factor_calculator-sidetext {
    width: 360px;
    padding: 25px;
    font-size: 16px;
    color: #fff;
    text-align: left
}

.calculator_input-switch {
    color: #fff
}

.calculator_input-switch_label {
    margin-bottom: 10px;
    color: #fff
}

.factor_calculator-sidetext a {
    text-decoration: underline;
    vertical-align: inherit
}

.factor_calculator-sidetext a:hover {
    text-decoration: none
}

.factor_calculator-sidetext_bold {
    font-size: 34px;
    line-height: 30px
}

.factor_calculator-sidetext_bold-second {
    font-size: 24px
}

.factor_calculator-sidetext_bold-third {
    font-size: 22px
}

.factor_calculator-preform_text {
    text-align: center;
    color: #6eb842;
    font-size: 22px;
    font-weight: 700;
    background-color: #eee;
    padding: 6%
}

.factor_calculator-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.factor_calculator-form_input {
    margin: 10px
}

.factor_calculator-button {
    max-width: 230px;
    margin: 10px
}

.factor_calculator-button .button {
    width: 200px
}

.calculator_input {
    position: relative
}

.calculator_input > input[type=range] {
    background-color: transparent;
    position: absolute;
    bottom: -3px;
    left: 5%
}

.calculator_input > input[type=text] {
    font-size: 20px
}

.calculator_input > input[type=range] {
    -webkit-appearance: none;
    width: 90%
}

.calculator_input > input[type=range]:focus {
    outline: none
}

.calculator_input > input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #f3ac23;
    cursor: pointer;
    margin-top: -8px;
    -webkit-box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d
}

.calculator_input > input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
    height: 18px;
    width: 18px;
    margin-top: -8px;
    border-radius: 50%;
    background: #f3ac23;
    cursor: pointer
}

.calculator_input > input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #f3ac23;
    cursor: pointer
}

.calculator_input > input[type=range]::-webkit-slider-runnable-track {
    width: 90%;
    height: 3px;
    cursor: pointer;
    background: #f3ac23;
    border-radius: 0
}

.calculator_input > input[type=range]::-moz-range-track {
    width: 90%;
    height: 3px;
    margin-top: 8px;
    cursor: pointer;
    background: #f3ac23;
    border-radius: 0
}

.calculator_input > input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent
}

.calculator_input > input[type=range]::-ms-fill-lower {
    background: #f3ac23;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d
}

.calculator_input > input[type=range]:focus::-ms-fill-lower {
    background: #f3ac23
}

.calculator_input > input[type=range]::-ms-fill-upper {
    background: #f3ac23;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d
}

.calculator_input > input[type=range]:focus::-ms-fill-upper {
    background: #f3ac23
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc
}

.slider, .slider:before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff
}

input:checked + .slider {
    background-color: #ffc200
}

input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #ff8e00;
    box-shadow: 0 0 1px #ff8e00
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.analytics_table {
    padding: 170px 0 110px;
    width: 1170px;
    height: 100%;
    margin: auto;
    position: relative;
    text-align: center;
    word-break: break-word
}

.analytics_table-adding {
    text-align: left;
    padding: 0 5%
}

.analytics_table h1 {
    font-size: 42px
}

.analytics_table h2 {
    font-size: 24px;
    padding: 5% 0 0
}

.analytics_table h3 {
    font-style: italic;
    font-weight: 700;
    font-size: 18px
}

.analytics_table table {
    padding: 2% 5%;
    text-align: center;
    width: 100%
}

.analytics_table table th {
    font-weight: 600;
    font-size: 18px
}

.analytics_table table th, .analytics_table td {
    width: 10%;
    padding: 1%;
    border-bottom: 1px solid #ddd
}

.analytics_table tr:first-child, .analytics_table tr:nth-child(2n) {
    background-color: #daffba
}

.analytics_table tr:first-child th:first-child {
    font-size: 26px
}

.analytics_table tr:hover {
    background-color: #d5d5d5
}

#disclaimer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px 20px 40px 100px;
    background-color: #adff2f;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#disclaimer p {
    font-size: 20px
}

#disclaimer p a {
    text-decoration: underline;
    vertical-align: baseline
}

#disclaimer p a:hover {
    text-decoration: none
}

#disclaimer_button {
    height: 36px;
    width: 36px;
    position: absolute;
    left: 20px;
    top: 20px;
    background: url(/images/close-green.png) no-repeat;
    background-size: cover;
    z-index: 9999;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.agents {
    margin-top: 140px
}

.agents_header {
    background-image: url("/images/agents.png");
    background-position: 50%;
    height: 320px;
    padding-top: 40px;
    padding-left: 30%
}

.agents_header h1 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

.agents_content {
    margin: 0 40px
}

.agents_content_first_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.agents_content_first_section div {
    width: 180px;
    border-bottom: 1px solid grey;
    margin: 20px 50px;
    font-size: 24px;
    line-height: 20px;
    padding-bottom: 20px
}

.agents_content_first_section div:last-child {
    width: 300px
}

.agents_content_second_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid grey;
    width: 830px;
    margin: 50px auto
}

.agents_content_second_section div {
    width: 150px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 20px
}

.agents_content_second_section_first_arrow {
    background-image: url("/images/agents_arrow_1.png");
    width: 100px !important;
    padding: 10px 20px 30px;
    margin: 0 20px 20px 0
}

.agents_content_second_section_second_arrow {
    background-image: url("/images/agents_arrow_2.png");
    width: 100px !important;
    padding: 10px 20px 30px;
    margin: 0 20px 20px 0
}

.agents_form_header {
    font-size: 24px;
    line-height: 20px
}

.agents .editbox {
    border: 1px solid #000
}

.agents .wrapBut, .agents .wrapInput {
    margin: 10px !important
}

.agents .label-text, .agents .label-text a {
    color: #000
}

.block_banner_experts, .blockBanner {
    height: auto;
    background-color: #f2f4f5;
    position: relative;
    margin-bottom: -30px
}

.block_banner_experts .content {
    padding: 170px 0 155px;
    text-align: left;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.block_banner_experts .content p {
    font-weight: 400;
    font-size: 34px;
    color: #000
}

.block_banner_experts .content .bannImg {
    top: 80px
}

.block_banner_experts .content h1 {
    font-size: 38px;
    font-weight: 700
}

.block_banner_experts:before {
    content: " ";
    display: block;
    width: 1270px;
    height: 1270px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate3d(-1300px, -933px, 0);
    transform: translate3d(-1300px, -933px, 0);
    z-index: 0;
    -webkit-box-shadow: 0 0 81px hsla(0, 0%, 62%, .11);
    box-shadow: 0 0 81px hsla(0, 0%, 62%, .11)
}

.expert_council {
    margin: 70px auto;
    width: 1170px;
    position: relative;
    z-index: 9;
    display: grid;
    grid-template-columns:1fr 1fr;
    font-weight: 700
}

.expert_council-block {
    margin: 20px
}

.expert_council-block_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.expert_council-block_main_photo {
    border-radius: 50%;
    height: 250px;
    width: 250px;
    margin-right: 20px
}

.expert_council-block_main_photo_1 {
    background-image: url("/images/face_expert_1.png")
}

.expert_council-block_main_photo_2 {
    background-image: url("/images/face_expert_2.png")
}

.expert_council-block_main_photo_3 {
    background-image: url("/images/face_expert_yurii.png")
}

.expert_council-block_main_bio {
    width: 275px;
    font-weight: 600
}

.expert_council-block_main_bio h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 7px
}

.expert_council-block_main_bio .secondary {
    color: #72b926
}

.expert_council-block_main_bio .third {
    color: #b0b0b0
}

.expert_council-block_main_bio p {
    font-size: 16px
}

.expert_council-block_experience {
    border-left: 4px solid orange;
    padding-left: 30px;
    font-weight: 600;
    font-size: 16px
}

.expert_council-block_experience h3 {
    color: orange;
    font-size: 16px;
    margin-bottom: 7px
}

.expert_council-block_experience b {
    font-weight: bolder;
    vertical-align: initial
}

.logo_experts_bottom {
    width: 537px;
    height: 415px;
    position: absolute;
    right: 0;
    bottom: 200px;
    background-image: url("/images/logo_for_experts_page.png")
}

@media (max-width: 1180px) {
    .screen3_image {
        margin: 15px 0;
        max-width: -webkit-fit-content !important;
        max-width: -moz-fit-content !important;
        max-width: fit-content !important
    }

    .thanks_rss {
        background: url(/images/fon_thanks_rss_o.jpg?aad4a3d7a10eed271b83cdd2f2097c2f) no-repeat 100% 0
    }

    .wrapper {
        width: 90%
    }

    #screen8 h4 {
        width: auto
    }

    .tabs_proc img {
        width: 100%
    }

    .play_wrap {
        right: 10%;
        top: 30%
    }

    .blocki_diagramma:after {
        width: 70%;
        background-size: 36%
    }

    #screen6 {
        height: auto
    }

    .figures .left {
        float: none;
        text-align: center
    }

    #screen1 {
        background: url(/images/fon_header_pl3.png?071811969fee17a46a54358a5cddc940) no-repeat;
        background-position: top
    }
}

@media screen and (max-width: 1180px) {
    .foto_block {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .person {
        margin: 0 20px 20px
    }
}

@media only screen and (max-width: 1200px) {
    .content, .headline {
        width: 800px
    }

    .headline {
        padding: 10px 0
    }

    .circText {
        font-size: 20px
    }

    .circTit {
        font-size: 38px
    }

    .factCircle {
        width: 340px;
        height: 340px
    }

    .contactImg {
        display: none
    }

    .blockContact {
        width: 380px;
        grid-template-columns:1fr;
        grid-template-areas:"cont"
    }

    .footLeft img {
        width: 200px
    }

    .footBigText p {
        font-size: 20px
    }

    .footPhone {
        font-size: 26px
    }

    .wrapOtvets {
        padding-left: 40px;
        padding-right: 20px
    }

    .wrapOtvetSlide {
        width: 100%;
        height: 55px
    }

    .wrapOprosSlide {
        width: 100%
    }

    .wrapVopros {
        width: 310px;
        padding: 20px 40px 20px 20px
    }

    .voprosTit {
        font-size: 18px
    }

    .wrapStepNum span {
        font-size: 200px
    }

    .otvetText {
        font-size: 18px
    }

    .wrapOprosInputs {
        grid-template-columns:1fr 1fr
    }

    .oprosInputsBig {
        grid-column: span 2
    }

    .wrapStep {
        height: 280px
    }

    .formOpros .wrapInput {
        width: 100%
    }

    .finalFormInputs {
        grid-gap: 10px
    }

    .formOpros .labels br {
        display: none
    }

    .finalStep .wrapVopros {
        padding-right: 80px
    }

    .otvetList li {
        width: 210px;
        font-size: 12px
    }

    .finalStep .wrapOtvets {
        padding: 0 30px
    }

    .formOpros .label, .formOpros .labels {
        font-size: 22px
    }

    .formOpros {
        padding: 20px 0
    }

    .thanksContent {
        max-width: 430px;
        padding: 20px 0 10px
    }

    .thanksTit {
        font-size: 50px
    }

    .thanksPhoneText {
        font-size: 16px
    }

    .thanksLogo {
        right: 0;
        top: 146px;
        width: 280px
    }

    .subscrLogo {
        right: -560px
    }

    .subscrLogo img {
        left: 20px;
        width: 250px
    }

    .headLeft img {
        width: 200px
    }

    .mainMenu > li > a {
        font-size: 14px
    }

    .mainMenu li {
        margin-left: 10px
    }

    .headline {
        height: 80px;
        grid-template-columns:180px 1fr
    }

    .wrapButHead {
        margin-right: 30px
    }

    .butTop {
        padding: 0 10px
    }

    .butTop, .wrapButHead {
        height: 30px
    }

    .headRightBottom {
        margin-top: 2px
    }

    .bannImg {
        width: 400px;
        width: 330px;
        right: -20px;
        top: 120px
    }

    .wrapBann {
        width: 450px
    }

    .wrapBann h1 {
        font-size: 28px
    }

    .wrapBann p {
        font-size: 16px
    }

    .bannText1 {
        font-size: 24px
    }

    .bannText3 {
        font-size: 20px
    }

    .bannBlockText div:first-child p {
        font-size: 50px
    }

    .bannBlockText div:nth-child(2) p {
        font-size: 24px
    }

    .bannText2 {
        font-size: 20px
    }

    .blockBannerHome .content {
        padding: 130px 0 150px
    }

    .blPlayBann {
        -webkit-transform: translate3d(-65%, 0, 0);
        transform: translate3d(-65%, 0, 0)
    }

    .fontTit {
        font-size: 24px
    }

    .diagramText p {
        font-size: 17px
    }

    .buttonWhite.butDiagram {
        width: 140px
    }

    a.buttonWhite {
        line-height: 28px
    }

    .butDiagram {
        width: 165px
    }

    .wrapDiagram {
        grid-gap: 15px
    }

    .blDiagram {
        padding: 20px 0 10px
    }

    .blockDiagram .content {
        padding: 0 0 20px
    }

    .blueImg {
        width: 660px
    }

    .blBlue:first-child, .blBlue:nth-child(3) {
        padding-top: 24px
    }

    .seeTitle {
        font-size: 24px
    }

    .seePoint p, .videoContent p {
        font-size: 14px
    }

    .formText1 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .formText3 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .blockForm .content {
        padding: 34px 0
    }

    .consSubTitle {
        font-size: 18px
    }

    .consultList li:before {
        width: 50px;
        height: 50px
    }

    .consultList li {
        padding: 10px 0 10px 64px;
        min-height: 60px;
        font-size: 16px
    }

    .blockConsult .fontTit {
        font-size: 24px
    }

    .wrapConsult {
        grid-template-columns:513px 1fr
    }

    .consultImg img {
        width: 128%;
        max-width: none
    }

    .blockConsult .content {
        padding: 110px 0 0
    }

    .blockConsult {
        margin-top: -70px
    }

    .formText2 strong {
        font-size: 44px
    }

    .formText2 {
        font-size: 26px
    }

    .blockForm.blue .content {
        padding: 160px 0 50px
    }

    .otherIn {
        background-position: 128%;
        height: 130px
    }

    .otherTit p {
        font-size: 16px
    }

    .otherIn > div {
        padding: 20px 125px 20px 10px
    }

    .wrapOther {
        grid-gap: 15px
    }

    .blockOther .content {
        padding: 170px 0 75px
    }

    .blockKomanda .content {
        padding: 30px 0 50px
    }

    .contentImg {
        max-width: 350px;
        margin: 20px 0 20px 20px
    }

    .formBann {
        width: 100%
    }

    .blockBannForm .content {
        padding: 0 0 25px
    }

    .blockSteps {
        margin-top: 0
    }

    .blockSteps .content {
        padding: 10px 0 0
    }

    .wrapSteps {
        grid-gap: 10px
    }

    .stepTit {
        font-size: 18px
    }

    .stepTop {
        height: 80px;
        padding-top: 15px
    }

    .stepBottom {
        padding: 0 15px 20px
    }

    .stepPodpis {
        margin-top: 8px
    }

    .stepDescription {
        margin-bottom: 0
    }

    .blockMethod {
        margin-bottom: -130px
    }

    .methodContent {
        width: 500px;
        left: 295px
    }

    .methodContent > p {
        font-size: 22px
    }

    .blockConsult.cons1 .content {
        padding: 144px 0 20px
    }

    .consultContent.type2 {
        padding-left: 0
    }

    .wrapSimpleForm {
        grid-template-columns:260px 1fr;
        grid-gap: 20px
    }

    .simpleFormLeft {
        padding: 20px
    }

    .formSimple {
        width: 100%
    }

    .simpleFormRight {
        padding: 30px 20px 30px 0
    }

    .formSimple .wrapForm {
        grid-gap: 20px
    }

    .formSimple .wrapBut, .formSimple .wrapInput {
        margin-bottom: 0
    }

    .bannText4 {
        font-size: 24px
    }

    .blockBannForm {
        background-size: auto 100%
    }

    .consPodpis.green {
        max-width: 400px;
        margin-bottom: 50px
    }

    .seePoint {
        min-height: 70px
    }

    .seePoint p br, .videoContent p br {
        display: none
    }

    .blockSee {
        background-size: auto 100%;
        margin-top: -125px
    }

    .blockSee.vzyskanie .content {
        padding: 140px 0 135px
    }

    .blockForm.vzyskanie {
        background-size: auto 100%;
        margin-top: -290px
    }

    .blockForm.vzyskanie .content {
        padding: 250px 0 50px
    }

    .blockBlue.vzyskanie, .blockCircles {
        background-size: auto 100%
    }

    .blockCircles {
        margin-top: -218px
    }

    .blCirclesIn {
        grid-template-columns:1fr;
        grid-template-areas:"circRight" "circLeft";
        grid-gap: 25px
    }

    .circlesLeft {
        grid-area: circLeft
    }

    .circlesRight {
        grid-area: circRight;
        text-align: center
    }

    .circlesLeft p {
        text-align: center;
        margin-bottom: 20px
    }

    .butCircle {
        width: 300px
    }

    .blockCircles .content {
        padding: 220px 0 60px
    }

    .wrapExamples {
        width: 100%;
        display: block;
        position: relative;
        grid-template-columns:unset
    }

    .blExample {
        margin: 10px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }

    .examplesNavMobile {
        display: block
    }

    .blockExamples .content {
        padding: 0 0 100px
    }

    .bannText5 strong {
        font-size: 62px
    }

    .blockForm.torgi .content {
        padding: 60px 0
    }

    .blockShema {
        background-size: auto 100%;
        margin-top: -150px;
        margin-top: -230px
    }

    .blockExamples.torgi {
        z-index: 3
    }

    .shemaLeft img {
        width: 370px
    }

    .shemaRight span {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }

    .shemaRight p {
        position: relative;
        padding-left: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px
    }

    .blockShema .content {
        padding: 135px 0 44px
    }

    .blockBanner.about .wrapBann {
        min-height: 165px
    }

    .playBannAbout {
        right: 23px;
        top: 235px
    }

    .aboutTop {
        grid-template-columns:1fr
    }

    .aboutTopRight {
        text-align: center
    }

    .aboutServiceLine:nth-child(2n), .aboutServiceLine:nth-child(2n-1) {
        grid-template-columns:1fr;
        grid-template-areas:"aboutTitle" "aboutImg" "aboutDesc"
    }

    .aboutServiceImg {
        text-align: center
    }

    .blockAboutContent .content {
        padding: 20px 0 40px
    }

    .blockAboutClient, .blockAboutResults {
        background-size: auto 100%
    }

    .blockAboutResults {
        margin-top: -240px
    }

    .wrapAboutClient img {
        max-width: 250px
    }

    .aboutClientBigText {
        font-size: 20px
    }

    .aboutClientPhone, .aboutClientSmallText {
        font-size: 17px
    }

    .aboutResCircles {
        position: relative;
        top: auto;
        right: auto;
        margin: 20px auto;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        display: inline-block
    }

    .blockAboutResults .content {
        padding: 234px 0 20px
    }

    .blockAboutClient .content {
        padding: 120px 0 58px
    }

    .wrapPisma {
        grid-gap: 15px
    }

    .pismoCircle2 {
        width: 130px;
        height: 130px
    }

    .pismoCircle1 {
        width: 170px;
        height: 170px;
        left: -50px;
        top: 40px
    }

    .blockKomanda.about .content {
        padding: 40px 0 100px
    }

    .blProject, .wrapPrDesc.two {
        grid-gap: 20px
    }

    .blProject {
        grid-template-columns:1fr 490px
    }

    .projectDescription {
        padding: 0 15px 6px 0
    }

    .projectTit {
        font-size: 17px
    }

    .prInfo p {
        font-size: 15px;
        line-height: 1.4em
    }

    .wrapPageContent.small {
        width: 100%
    }

    .wrapPageContent img.fright {
        max-width: 350px;
        margin: 0 0 20px 20px
    }

    .vebinarParts li {
        padding: 5px 10px
    }

    .vebNoteCall {
        -webkit-transform: translate3d(0, -26%, 0);
        transform: translate3d(0, -26%, 0);
        right: 30px
    }

    .vebFilesList p {
        font-size: 15px
    }

    .wrapVacancies {
        grid-template-columns:repeat(2, 1fr)
    }

    .wrapOffer p {
        font-size: 16px
    }

    .blockBanner.vacancy .content {
        padding: 134px 0 80px
    }

    .wrapVacInfo {
        grid-gap: 30px
    }

    .wrapVacBottom {
        grid-template-columns:1fr 1fr 1fr
    }

    .butVac {
        width: 230px
    }

    .wrapVacBottom p {
        font-size: 16px
    }

    .wrapVacBottom > div:nth-child(3) {
        text-align: right
    }

    .wrapVacBottom > div:nth-child(2) {
        text-align: center
    }

    .blockOffer {
        background-size: auto 100%
    }

    .wrapImages {
        grid-gap: 20px
    }

    .blockConsult.vacancy {
        background-size: auto 100%
    }

    .consEmail, .consInfo .wrapPhone {
        display: block
    }

    .knowledgeListLeft {
        display: none
    }

    .wrapKnowledgeList {
        grid-template-columns:1fr
    }

    .pageNav {
        text-align: center
    }

    .blockBanner.knowledge .bannText1 br {
        display: none
    }

    .bannFactImg {
        width: 462px;
        top: 100px
    }

    .bannFactText1 {
        margin-top: 0;
        font-size: 60px;
        line-height: 1
    }

    .bannFactText1 span {
        font-size: 24px
    }

    .bannFactText2 {
        margin: 20px 0;
        font-size: 20px
    }

    .bannFactText4 {
        font-size: 14px;
        margin-top: 40px
    }

    .blockBannerFactoring > .content {
        padding: 145px 0 80px
    }

    .playFactBann {
        left: 590px;
        top: 310px
    }

    .trickTit strong, .trickType {
        font-size: 24px
    }

    .trickDescription {
        margin-top: 4px
    }

    .workRight {
        right: -74px
    }

    .blockWork .content {
        padding: 155px 300px 40px 0
    }

    .blockWork {
        background-size: auto 100%;
        margin-top: -130px
    }

    .form1Img img {
        width: 450px
    }

    .formInShort {
        width: 550px
    }

    .formFact label p br {
        display: inline-block
    }

    .blockForm1 .content:before {
        left: -126px
    }

    .formFact {
        width: 550px
    }

    .formFact .wrapInput {
        margin: 0
    }

    .blType {
        width: 300px;
        margin: 5px 10px
    }

    .wrapTypes {
        height: 738px
    }

    .fontTypeCount1 {
        font-size: 38px
    }

    .fontTypeCount2 {
        font-size: 20px
    }

    .fontTypeCount3 {
        font-size: 16px
    }

    .typeCount {
        left: -25px;
        width: 250px;
        height: 250px
    }

    .typeName {
        font-size: 16px
    }

    .monFontTop {
        font-size: 20px
    }

    .monTit {
        font-size: 22px
    }

    .monText {
        font-size: 14px
    }

    .factoringCircle {
        width: 400px;
        bottom: 151px
    }

    .wrapMon {
        width: 560px
    }

    .otchetImg {
        width: 400px
    }

    .otchetTit {
        font-size: 24px
    }

    .bigFontCircles strong {
        display: inline-block
    }

    .smallFontCircles {
        margin-top: 10px
    }

    .circleFact1 {
        left: 10px;
        top: 341px
    }

    .circleFact2 {
        left: 240px;
        top: 284px
    }

    .circleFact3 {
        top: 300px;
        left: 461px
    }

    .blockCirclesFact .content {
        padding: 170px 0 400px
    }

    .blockCirclesFact, .blockOtchet {
        background-size: auto 100%
    }

    .blockCirclesFact {
        margin-top: -148px
    }

    #formh2_1, .formh1 {
        width: 600px
    }

    .formImg {
        display: none
    }

    .formh1 .wrapForm {
        width: 100%
    }

    .wrapDopInputs {
        grid-template-columns:1fr 1fr;
        margin-top: 20px;
        grid-row-gap: 20px
    }

    .formInLong {
        margin-bottom: 10px
    }

    .formh1 .label {
        font-size: 24px
    }

    .blockHeadline.scroll .phoneTop {
        font-size: 20px
    }

    .blockHeadline.scroll .wrapButHead {
        margin-right: 82px
    }

    .blockHeadline.scroll .headline {
        height: 55px
    }

    .block-placeholder {
        height: 60px
    }

    .calcAttention {
        width: 100%
    }

    .blockPolitika {
        padding-top: 70px
    }

    .blockPolitika, .blockPolitika p {
        font-size: 16px
    }

    .analytics_table {
        padding: 134px 0 80px;
        width: 800px
    }
}

@media only screen and (max-width: 820px) {
    .content, .headline {
        width: 540px
    }

    .wrapStep, .wrapStep > div {
        width: 100%;
        display: block
    }

    .wrapVopros {
        background-image: none;
        background-color: #72b926
    }

    .wrapStep {
        height: auto
    }

    .wrapOtvets {
        padding: 30px 20px 92px
    }

    .wrapStepNum {
        left: auto;
        right: 20px
    }

    .wrapStepNum span {
        font-size: 120px
    }

    .finalStep .wrapOtvets, .finalStep .wrapVopros {
        width: 100%
    }

    .finalStep .wrapOtvets {
        padding: 20px
    }

    .voprosTit br {
        display: none
    }

    .komandaImg img {
        width: 150px
    }

    .komandaName {
        font-size: 18px
    }

    .komandaPhone {
        font-size: 16px
    }

    .blockContact {
        width: 300px
    }

    .blockContactIn {
        padding: 15px
    }

    .contTit {
        font-size: 21px
    }

    .blockMap .content {
        padding: 25px 0
    }

    .subscribe {
        width: 380px;
        margin: auto
    }

    .subscribe label p br {
        display: inline-block
    }

    .footPhone {
        font-size: 20px
    }

    .footBigText p {
        font-size: 16px
    }

    .callBackFoot {
        font-size: 14px;
        cursor: pointer
    }

    .footLeft p {
        display: none
    }

    .footBigText {
        margin-bottom: 22px
    }

    .footBottom {
        height: 200px
    }

    .wrapDopInputs {
        margin-top: 5px
    }

    .komandaEmail {
        font-size: 12px
    }

    .komandaDolgnost {
        font-size: 14px
    }

    .thanksLogo {
        right: auto;
        left: 50%;
        top: 20px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .thanks-page, .thanks-page .content {
        position: static
    }

    .thanksPage {
        padding-top: 120px
    }

    .thanks-page {
        background-position: 0;
        background-color: #7ac628;
        background-image: none
    }

    .thanksContent {
        text-align: center;
        margin: auto
    }

    .thanks-page .content {
        width: 100%
    }

    .thanksPodpiska {
        background-image: url(/images/bg-subscribe-mobile.jpg?e56259b216c93fc5f06b6bbae9820ddf)
    }

    .thanksPodpiska, .thanksPodpiska .subscribe, .thanksPodpiska .subscribe .label {
        text-align: center
    }

    .subscribe {
        padding: 30px 0 20px
    }

    .subscrLogo {
        width: 100%;
        height: 120px;
        border-radius: 0;
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none
    }

    .subscrLogo img {
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }

    .thanks-page-subscribe, .thanks-page-subscribe .content {
        position: static
    }

    .thanksTitPodpis {
        font-size: 18px
    }

    .thanksRedirectMailText {
        font-size: 20px;
        margin-bottom: 10px
    }

    .tmail {
        max-width: 100px;
        display: inline-block;
        margin: 10px
    }

    .wrapThanksPodpiska {
        margin: 35px 0
    }

    .headRightBottom, .headRightTop, .thanksSmallText br {
        display: none
    }

    .headMobileMenu {
        display: block
    }

    .bannImg {
        position: relative;
        right: auto;
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .bannLine {
        bottom: 0
    }

    .wrapBann {
        width: 100%;
        margin-bottom: 100px
    }

    .blPlayBann {
        bottom: 400px
    }

    .blockBannerHome .content {
        padding: 90px 0 40px
    }

    .blockOpros {
        margin-top: -84px
    }

    .blockDiagram .fontTit br {
        display: none
    }

    .wrapDiagram {
        grid-template-columns:1fr 1fr
    }

    .calcText {
        display: none
    }

    .calcLine > div:nth-child(2n-1) {
        grid-area: calcInputs
    }

    .calcLine > div:nth-child(2n) {
        grid-area: calcText
    }

    .calcLine {
        grid-template-columns:1fr;
        grid-template-areas:"calcText" "calcInputs"
    }

    .fontTit {
        font-size: 24px
    }

    .calcLine {
        grid-gap: 12px
    }

    .calcTit {
        font-size: 16px
    }

    .blBlue p {
        font-size: 17px
    }

    .blueBlockIn {
        grid-template-columns:1fr
    }

    .blBlue, .blBlue:first-child, .blBlue:nth-child(3) {
        padding: 20px 0
    }

    .blueBlockIn > div:nth-child(2) {
        text-align: center
    }

    .blBlue:nth-child(3) {
        text-align: right
    }

    .blueImg {
        bottom: 17px
    }

    .seeIn {
        grid-template-columns:1fr
    }

    .seePoint p br {
        display: none
    }

    .wrapBlockForm {
        grid-template-columns:1fr
    }

    .blockFormLeft {
        padding-bottom: 30px
    }

    .wrapConsult {
        grid-template-columns:1fr
    }

    .consultImg img {
        width: 360px;
        max-width: 100%
    }

    .consultContent {
        padding-bottom: 0
    }

    .blockConsult .content {
        padding: 190px 0 0
    }

    .blockConsult {
        margin-top: -174px
    }

    .consultList {
        margin-bottom: 5px
    }

    .blockForm.blue {
        margin-top: -180px
    }

    .blockForm.blue .content {
        padding: 198px 0 50px
    }

    .wrapOther {
        margin: 10px auto 0;
        grid-template-columns:1fr;
        max-width: 300px
    }

    .otherIn {
        background-position: 100%
    }

    .otherIn > div {
        padding: 20px 163px 20px 10px
    }

    .otherIn {
        height: 142px
    }

    .blockOther {
        margin-top: -130px
    }

    .blockOther .content {
        padding: 120px 0 50px
    }

    .subscribe .wrapBut, .subscribe .wrapInput {
        margin: 0 0 12px
    }

    .contentImg {
        float: none;
        max-width: 100%;
        margin: 20px auto;
        display: block
    }

    .wrapContent p.contTitle {
        font-size: 26px
    }

    .blockBannForm {
        background-size: auto 100%;
        margin-top: -80px
    }

    .blockBannForm .content {
        padding: 0 0 25px
    }

    .wrapSteps {
        grid-template-columns:1fr;
        margin-top: 15px
    }

    .blStep {
        grid-column: 1/1;
        grid-row: 1/1
    }

    .blStep:before {
        display: none
    }

    .stepsNav {
        display: block;
        margin: 20px auto 0
    }

    .blStep {
        display: none
    }

    .blStep.active {
        display: block
    }

    .stepTit {
        font-size: 20px
    }

    .stepTop {
        padding-top: 0
    }

    .butStep {
        max-width: 260px
    }

    .stepTit br {
        display: none
    }

    .blockSteps .fontTit {
        padding-bottom: 20px
    }

    .methodContent {
        position: relative;
        top: auto;
        left: auto;
        max-width: 100%
    }

    .wrapMethodButton {
        text-align: center
    }

    .blockMethod {
        background-image: none;
        background-color: #f6f6f6
    }

    .wrapMethodButton .wrapBut {
        text-align: center
    }

    .blockMethod .content {
        padding: 15px 0 30px
    }

    .consTopText {
        margin: 35px 0 10px 30px
    }

    .blockConsult.cons1 {
        background-size: auto 100%;
        margin-top: -130px
    }

    .blockMethod {
        margin-bottom: 0
    }

    .blockConsult.cons1 .content {
        padding: 170px 0 0
    }

    .consultContent .wrapBut {
        text-align: center
    }

    .consPodpis {
        max-width: 150px;
        margin-bottom: -87px
    }

    .wrapSimpleForm {
        grid-template-columns:1fr;
        grid-gap: 0
    }

    .simpleFormLeft {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        background-image: none;
        background-color: #72b926
    }

    .simpleFormRight {
        padding: 20px
    }

    .blockSimpleForm {
        background-size: auto 100%
    }

    .blockSimpleForm .content {
        padding: 30px 0 65px
    }

    .blockForm.analiz {
        background-size: auto 100%
    }

    .consPodpis.green {
        margin-bottom: 20px
    }

    .blockOpros.vzyskanie {
        margin-top: 0
    }

    .blockOpros.vzyskanie .content {
        padding: 25px 0 50px
    }

    .formBann .wrapBut, .formBann .wrapInput {
        margin: 0 0 10px
    }

    .blockSee.vzyskanie .content {
        padding: 190px 0 135px
    }

    .blockForm.blue.vzyskanie .content {
        padding: 383px 0 50px
    }

    .blockForm.blue.vzyskanie {
        margin-top: -395px
    }

    .vzyskLine, .vzyskLine:nth-child(2n) {
        grid-template-columns:1fr;
        grid-template-areas:"vzImg" "vzDesc"
    }

    .vzyskStepImg {
        text-align: center
    }

    .vzyskLine:nth-child(2n) .vzyskStepDesc, .vzyskLine:nth-child(2n-1) .vzyskStepDesc {
        padding-left: 100px
    }

    .vzyskLine {
        margin-bottom: 60px
    }

    .blueImg {
        display: none
    }

    .wrapBlueBlock {
        padding: 0 0 10px
    }

    .blockBlue.vzyskanie {
        margin-top: -205px
    }

    .circle3 {
        margin-top: -87px
    }

    .wrapExamples {
        max-width: 400px;
        margin: auto
    }

    .blockSteps .content {
        padding: 10px 0 50px
    }

    .seeTitle br {
        display: none
    }

    .blockBanner.contacts .content {
        padding: 110px 0 10px
    }

    .blockBanner.contacts .bannText4 {
        margin-bottom: 40px;
        font-size: 38px
    }

    .blockBanner.contacts .wrapBann {
        margin-bottom: 40px
    }

    .blockOpros.torgi {
        margin-top: 20px
    }

    .blockOpros.torgi .content {
        padding: 25px 0 60px
    }

    .blockBlue.torgi {
        background-size: auto 100%
    }

    .shemaLeft {
        display: none
    }

    .shemaIn {
        grid-template-columns:1fr
    }

    .shemaRight p:nth-child(2n-1) {
        margin-left: 0
    }

    .shemaRight .wrapBut {
        text-align: center
    }

    .blockBanner.about .wrapBann {
        padding-top: 0;
        min-height: auto;
        margin-bottom: 40px
    }

    .blockBanner .content {
        padding: 95px 0 60px
    }

    .playBannAbout {
        right: auto;
        left: 50%;
        top: 310px;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    .blockAboutContent {
        margin-top: -100px
    }

    .wrapAboutBenefit {
        grid-template-columns:1fr;
        grid-gap: 14px
    }

    .wrapAboutBenefit img {
        margin-right: 16px
    }

    .wrapPisma {
        display: block
    }

    .blProject {
        grid-template-columns:1fr;
        grid-gap: 0
    }

    .projectImg {
        width: 100%;
        height: 300px
    }

    .projectDescription {
        padding: 0 15px 6px 20px
    }

    .wrapPrDesc.two {
        grid-template-columns:300px 1fr
    }

    .prInfo td {
        font-size: 15px
    }

    .blockOpros.projects {
        margin-top: -15px
    }

    .blockProjectList .content {
        padding-top: 0
    }

    .blockProjectList {
        margin-top: -115px
    }

    .wrapPageContent img.fright {
        float: none;
        margin: 20px auto;
        max-width: 100%
    }

    .blockPageContent {
        margin-top: -90px
    }

    .blockPageContent .content {
        padding: 0 0 40px
    }

    .blockOpros.project-in {
        margin-top: 0
    }

    .blockOpros.project-in .content {
        padding: 25px 0 60px
    }

    .blVebinar {
        grid-template-columns:1fr
    }

    .vebinarImg {
        height: 300px
    }

    .vebinarDesc {
        padding: 0 30px 10px
    }

    .blockVebinars .content {
        padding: 0 0 60px
    }

    .blockVebinars {
        margin-top: -110px
    }

    .blockOpros.vebinars {
        margin-top: 0
    }

    .blockOther.vebinars {
        background-size: auto 100%
    }

    .blockOther.vebinars .content {
        padding: 100px 0 50px
    }

    .vebinarSide {
        grid-area: vebSide
    }

    .vebinarConent {
        grid-area: vebCont
    }

    .wrapVebinarContent {
        grid-template-columns:1fr;
        grid-template-areas:"vebCont" "vebSide"
    }

    .blockVebinarContent .content {
        padding: 0 0 40px
    }

    .blockVebinarContent {
        margin-top: -50px
    }

    .wrapVebinarParts {
        display: none
    }

    .part {
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 30px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .3);
        box-shadow: 0 0 13px rgba(0, 0, 0, .3)
    }

    .vebinarPart {
        position: absolute;
        z-index: 2;
        font-size: 13px;
        color: #fff;
        padding: 10px
    }

    .vebinarPart:before {
        content: " ";
        width: 165px;
        height: 165px;
        border-radius: 100%;
        background-color: #6db741;
        position: absolute;
        z-index: -1;
        left: -74px;
        top: -112px
    }

    .vebinarTitle {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        padding: 20px;
        font-size: 18px;
        color: #fff
    }

    .vebinarTitle, .vebinarVideo {
        margin-bottom: 0
    }

    .wrapSubscibeSideForm {
        margin-top: 0
    }

    .blockBanner.vacancy .wrapBann {
        margin-bottom: 30px
    }

    .blockBanner.vacancy .content {
        padding: 100px 0 35px
    }

    .wrapVacancies {
        grid-template-columns:1fr
    }

    .blockVacancies {
        margin-top: -90px
    }

    .wrapVacancies {
        grid-gap: 15px
    }

    .blockOffer.vacancy {
        background-size: auto 100%
    }

    .wrapOffer {
        grid-gap: 15px
    }

    .wrapOffer p {
        font-size: 13px
    }

    .blockOffer .content {
        padding: 80px 0 30px
    }

    .blockBanner.vacancy-in .wrapBann {
        margin-bottom: 40px
    }

    .blockBanner.vacancy-in .content {
        padding: 95px 0 30px
    }

    .blockVacInfo {
        margin-top: -80px
    }

    .wrapVacInfo {
        grid-template-columns:1fr;
        grid-gap: 0
    }

    .wrapVacBottom {
        grid-template-columns:1fr;
        grid-gap: 30px
    }

    .wrapVacBottom > div {
        text-align: center !important
    }

    .wrapVacBottom .wrapBut {
        text-align: center
    }

    .blockVacInfo .content {
        padding: 20px 0 10px
    }

    .blockConsult.vacancy {
        background-image: none;
        background-color: #7ac629;
        margin-top: 0
    }

    .blockConsult.vacancy .content {
        padding: 5px 0 0
    }

    .blockConsult.vacancy .wrapBut {
        text-align: left
    }

    .blockConsult.vacancy .consultRight {
        margin-top: -200px;
        margin-right: -50px
    }

    .blockConsult.vacancy .consultContent {
        position: relative;
        z-index: 2
    }

    .blockBanner.knowledge .wrapBann {
        margin-bottom: 30px
    }

    .blockKnowledgeList {
        margin-top: -100px
    }

    .blKnowledge {
        grid-template-columns:1fr;
        grid-gap: 15px
    }

    .knowPreImg {
        height: 300px
    }

    .knowDescription {
        padding: 0 20px 50px
    }

    .knowMeta {
        padding: 20px 20px 10px
    }

    .wrapFactBann {
        width: 100%
    }

    .bannFactImg {
        position: relative;
        right: auto;
        top: auto;
        margin: 20px auto;
        display: block
    }

    .blockBannerFactoring .wrapBann {
        margin-bottom: 60px
    }

    blockBannerFactoring .wrapBann h1 {
        margin-bottom: 0
    }

    .bannFactText4 {
        margin-top: -30px;
        text-align: center
    }

    .bannFactText1 {
        margin-bottom: 10px;
        font-size: 40px
    }

    .bannFactText2 {
        margin: 2px 0
    }

    .blockBannerFactoring > .content {
        padding: 84px 0 35px
    }

    .playFactBann {
        left: 215px;
        top: 545px
    }

    .bannFactText3 {
        margin-bottom: 5px
    }

    .trickBank:before, .trickSodr:before {
        display: none
    }

    .trickType {
        font-size: 30px;
        position: relative;
        padding: 26px 0 26px 100px
    }

    .trickType:before {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .trickBank .trickType:before {
        content: url(/images/trick-img1.png?e7150e76e90c5a1c5b3683cd29d70ca9)
    }

    .wrapTrick {
        grid-template-columns:1fr;
        margin-top: 40px
    }

    .trickTop {
        height: auto;
        margin: 30px 0 20px
    }

    .trickBottom, .trickTop {
        padding: 40px 10px 10px 64px;
        position: relative
    }

    .trickBottom:before, .trickTop:before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1
    }

    .trickBank .trickTop:before {
        content: url(/images/trick-img2.png?38af2c53226e0c6b3dabad49c6df73b6)
    }

    .trickBank .trickBottom:before {
        content: url(/images/trick-img3.png?988a70a7363e0f901bfcde66b7fcb7a3)
    }

    .trickSodr .trickType:before {
        content: url(/images/trick-img4.png?f6ed7c4aa485141bdccb1ce684da4355)
    }

    .trickSodr .trickTop:before {
        content: url(/images/trick-img5.png?9cd5622c547057c92ff1b54346c2f19f)
    }

    .trickSodr .trickBottom:before {
        content: url(/images/trick-img6.png?32fc8f9d94bc55edb1857de4153fa7b5)
    }

    .workRight {
        display: none
    }

    .blockWork .content {
        padding: 150px 0 40px
    }

    .blockForm1 .content:before {
        width: 535px;
        height: 535px;
        top: -500px
    }

    .form1Img {
        display: none
    }

    .formFact .wrapInputs, .wrapDopInputs {
        grid-gap: 5px
    }

    .labels br {
        display: none
    }

    .blockForm1 .content {
        padding: 40px 0 30px
    }

    .blockForm1 {
        margin-top: -20px
    }

    .wrapTypes {
        height: 773px
    }

    .blType {
        width: 252px
    }

    .fontTypeCount1 {
        line-height: 1em
    }

    .fontTypeCount2 {
        margin: 0
    }

    .typeCount {
        top: 118px;
        left: 173px;
        width: 180px;
        height: 180px
    }

    .blockTypes .fontTit {
        padding: 30px 0 0;
        margin-bottom: 140px;
        font-size: 30px;
        text-align: center
    }

    .typeName {
        padding-right: 105px;
        font-size: 14px
    }

    .typeRight {
        width: 124px
    }

    .blockBlue.factor .blueBlockIn {
        grid-template-columns:1fr
    }

    .wrapMon p {
        padding: 20px 0 20px 40px
    }

    .wrapMon p:after {
        right: auto;
        left: 0;
        padding: 0 0 10px
    }

    .wrapMon {
        text-align: left;
        margin-top: 15px
    }

    .factoringCircle {
        display: none
    }

    .blockOtchet {
        background-size: auto 100%
    }

    .blockOtchet .content {
        padding: 264px 0 261px
    }

    .otchetImg {
        top: 70%;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .bigFontCircles strong {
        display: block
    }

    .circlesFact p strong {
        font-size: 22px
    }

    .circlesFact p {
        font-size: 12px
    }

    .circleFact1 {
        width: 140px;
        height: 140px;
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
        top: 450px
    }

    .circleFact2 {
        width: 140px;
        height: 140px;
        background-image: none;
        background-color: #0d173f;
        padding: 0 5px;
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
        top: 430px
    }

    .circleFact3 {
        width: 170px;
        height: 170px;
        padding: 0 10px;
        -webkit-transform: translateX(-71px);
        transform: translateX(-71px);
        top: 544px
    }

    .circlesFact {
        left: 50%
    }

    .blockCircles .content {
        padding: 42px 0 320px
    }

    .blockCirclesFact .content {
        padding: 250px 0 320px
    }

    .blockCirclesFact {
        margin-top: -170px
    }

    .fontTitSmall {
        font-size: 24px
    }

    .wrapStepFact, .wrapStepFact > div {
        width: 100%;
        display: block
    }

    .wrapVoprosFact {
        background-image: none;
        background-color: #eee
    }

    .wrapStepFact {
        height: auto
    }

    .wrapOtvetsFact {
        padding: 30px 20px
    }

    .wrapStepNum.fact {
        left: auto;
        right: 20px
    }

    .wrapStepNum.fact span {
        font-size: 120px
    }

    .finalStep .wrapOtvetsFact, .finalStep .wrapVoprosFact {
        width: 100%
    }

    .finalStep .wrapOtvetsFact {
        padding: 20px
    }

    .formOpros {
        padding: 0
    }

    .formOpros.fact .labels {
        font-size: 18px
    }

    .block-placeholder {
        height: 30px
    }

    .calcAttentionBottom {
        grid-template-columns:1fr;
        grid-gap: 10px
    }

    .hintCalcPrice {
        width: 300px;
        padding: 28px 20px 15px 11px
    }

    .hintCalcPrice h4 {
        margin-bottom: 10px
    }

    .hintCalcPrice p {
        font-size: 24px
    }

    .hintClose {
        top: 5px;
        right: 5px
    }

    .thText2 {
        font-size: 20px
    }

    .thText {
        font-size: 14px
    }

    .blockSpasibo .content {
        padding: 80px 0 30px
    }

    .thTit {
        font-size: 52px
    }

    .analytics_table {
        padding: 100px 0 35px;
        width: 540px
    }
}

@media only screen and (max-width: 620px) {
    #formh2_1, .formh1 {
        width: 300px
    }

    .formh1 {
        padding: 35px 10px 20px
    }

    .formh1 .label {
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px
    }

    .formh1 .label br {
        display: none
    }

    .formh1 .labels {
        text-align: center;
        font-size: 14px
    }

    .formh1 .wrapBut {
        width: 100%;
        margin-top: 20px
    }

    .formh1 .wrapInputs {
        grid-template-columns:1fr;
        grid-row-gap: 10px
    }

    .formInDopBut {
        display: none
    }

    .formh1 label p br {
        display: inline-block
    }

    .formh1 .formPodpis {
        text-align: center
    }

    .blockBottomForm {
        background-position: 0
    }

    .bannFactImg {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin: auto
    }

    .playFactBann {
        left: 230px;
        top: 580px
    }

    .blockBannerFactoring .wrapBann h1 {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 560px) {
    .content, .headline {
        width: 94%;
        padding: 4px 0
    }

    .headCenter {
        display: none !important
    }

    .blockOpros .fontTitSmall, .blockOpros .fontTitSmallPodpis {
        display: none
    }

    .blockOpros .content {
        width: 100%;
        padding: 0
    }

    .wrapOpros {
        margin: 0
    }

    .otvetList li {
        width: 170px
    }

    .wrapOprosInputs {
        grid-template-columns:auto 1fr
    }

    .wrapOtvetSlide > div {
        padding-right: 20px
    }

    .editbox {
        padding: 0 15px
    }

    .formOpros .wrapBut {
        width: 100%
    }

    .butOprosFinal {
        font-size: 12px
    }

    .map {
        position: relative;
        left: auto;
        top: auto;
        height: 300px
    }

    .blockMap .content {
        text-align: center;
        width: 100%;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        z-index: 6
    }

    .blockContactIn {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .map {
        background-position: 19%
    }

    .footBottom, .footBottom > div {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .footer {
        background-color: #1b2241
    }

    .blockFootBottom, .footer {
        background-image: none
    }

    .footBottom {
        height: auto
    }

    .callBackFoot, .footBigText, .footer .wrapPhone {
        display: none
    }

    .footLeft img {
        margin: 0 auto 15px
    }

    .footPolitika {
        margin: 0
    }

    .footCenter {
        margin-bottom: 30px
    }

    .footBottom {
        padding: 20px 0;
        margin-bottom: 0
    }

    .footRight {
        margin-bottom: 0 !important
    }

    .blockBannerHome > .content {
        padding: 70px 0 35px
    }

    .thanksTit {
        font-size: 42px
    }

    .thanksTitPodpis {
        font-size: 18px
    }

    .thanksPhoneText {
        font-size: 17px;
        max-width: 300px;
        margin: auto
    }

    .thanksText {
        font-size: 16px
    }

    .thanksBottomText {
        margin: 24px 0 20px
    }

    .thanksPodpiska {
        display: none
    }

    .tmail {
        max-width: 75px;
        margin: 5px
    }

    .bannBlockText, .bannBlockText > div {
        display: block
    }

    .bannBlockText div:nth-child(2) {
        padding-left: 0
    }

    .bannBlockText div:nth-child(2) p br {
        display: none
    }

    .bannText1 {
        margin-bottom: 10px
    }

    .bannText2 br {
        display: none
    }

    .blPlayBann {
        margin: 35px auto;
        display: inline-block;
        position: relative;
        bottom: auto
    }

    .wrapBann, .wrapBann p:last-child {
        margin-bottom: 0
    }

    .wrapBann h1 {
        font-size: 24px
    }

    .wrapStepNum {
        display: none
    }

    .otvetList li {
        width: 100%;
        height: 44px
    }

    .wrapOpros {
        width: 300px;
        margin: auto
    }

    .wrapOtvets {
        padding: 30px 20px 20px
    }

    .wrapStep {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        box-shadow: 0 0 10px rgba(0, 0, 0, .3)
    }

    .diagramImg {
        display: none
    }

    .wrapDiagram {
        grid-template-columns:1fr
    }

    .butDiagram {
        height: 34px
    }

    .blDiagram {
        width: 100%;
        display: grid;
        grid-template-columns:auto 1fr;
        padding: 0 10px;
        border-bottom: 1px solid #d7d7d7
    }

    .diaramDigits {
        display: block
    }

    .blDiagram > div:first-child {
        text-align: left;
        max-width: 220px
    }

    .blDiagram > div:last-child {
        text-align: right
    }

    .diaramDigits p {
        font-weight: 400;
        font-size: 14px;
        color: #838383;
        margin-bottom: 10px
    }

    .diaramDigits p strong {
        font-weight: 700;
        font-size: 24px;
        display: block
    }

    .diaramDigits p.grey strong {
        color: #434343
    }

    .diaramDigits p.green strong {
        color: #65bc22
    }

    .diaramDigits {
        -ms-flex-item-align: center;
        align-self: center
    }

    .blDiagram > div:first-child .wrapBut40 {
        text-align: left
    }

    .diagramText {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .butDiagram {
        width: 175px
    }

    .blDiagram {
        border-radius: 0;
        padding: 0 10px 20px
    }

    .blDiagram.select {
        border-radius: 10px
    }

    .blDiagram:nth-child(3) {
        border-bottom: 0;
        padding-bottom: 0
    }

    .blockCalculator {
        background-image: none;
        background-color: #6eb842;
        margin-top: 0
    }

    .blockCalculator .content {
        padding: 0 0 25px
    }

    .toolTip {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        max-width: 300px;
        right: auto;
        left: 50%;
        width: 100%
    }

    .wrapToolTip {
        position: static
    }

    .calcTit {
        position: relative
    }

    .toolTip a, .toolTip li, .toolTip p {
        white-space: normal
    }

    .blockBlue {
        background-color: #182352;
        margin-top: 0;
        background-image: none
    }

    .blockBlue .fontTit br, .blueImg {
        display: none
    }

    .blueBlockIn {
        margin-top: 0
    }

    .blBlue:nth-child(3), .blueBlockIn > div:nth-child(2) {
        text-align: left
    }

    .wrapBlueBlock {
        padding: 0
    }

    .blockBlue .content {
        padding: 0 0 20px
    }

    .seeIn {
        grid-template-columns:1fr
    }

    .seeIn > div:first-child {
        grid-column: unset
    }

    .blockSee {
        background-image: none;
        background-color: #eee;
        margin-top: 0
    }

    .blockSee .content {
        padding: 40px 0 20px
    }

    .seeTitle br {
        display: none
    }

    .seeIn > div:nth-child(2) {
        grid-template-columns:1fr
    }

    .formText1 br {
        display: none
    }

    .form1 {
        width: 300px
    }

    .blockFormRight {
        text-align: center
    }

    .blockFormRight img {
        position: relative;
        top: auto;
        left: auto;
        margin: 20px auto
    }

    .blockFormLeft {
        padding-bottom: 10px
    }

    .formText1 {
        margin-bottom: 20px;
        display: inline-block
    }

    .formText3 {
        margin-bottom: 0;
        display: inline
    }

    .formText3 br {
        display: none
    }

    .blockConsult .fontTit {
        padding-bottom: 20px
    }

    .blockConsult .fontTit br {
        display: none
    }

    .consultImg img {
        margin-right: -70px
    }

    .consultImgPodpis {
        left: -20px;
        bottom: 14px
    }

    .consultList li br {
        display: none
    }

    .blockForm.blue {
        margin-top: 0;
        background-image: none;
        background-color: #182352
    }

    .blockForm.blue .content {
        padding: 35px 0 40px
    }

    .formText2 strong {
        font-size: 38px
    }

    .formText2 {
        font-size: 24px
    }

    .wrapKomanda {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .komandaImg img {
        width: 230px
    }

    .blKomanda {
        margin-bottom: 30px
    }

    .komandaDolgnost {
        margin: 5px 0
    }

    .wrapKomanda {
        margin-top: 30px
    }

    .blockKomanda .content {
        padding: 30px 0 20px
    }

    .subscribe {
        width: 300px
    }

    .blockContent .content {
        padding: 10px 0 25px
    }

    .wrapContent .wrapBut40 {
        text-align: center
    }

    .headMobileMenu {
        display: block
    }

    .headline {
        height: 50px
    }

    .bannBlockText div:first-child p {
        font-size: 36px
    }

    .bannText3 br {
        display: none
    }

    .formBann {
        padding: 0 0 20px
    }

    .formBann .wrapBut, .formBann .wrapInput {
        width: 100%;
        margin: 0 0 10px
    }

    .formBann label p br {
        display: inline
    }

    .methodImages {
        padding-left: 20px
    }

    .mIcon1 {
        width: 140px;
        left: 164px;
        top: 150px
    }

    .mIcon2 {
        width: 130px;
        left: 164px;
        top: 75px
    }

    .mIcon3 {
        top: 30px
    }

    .mIcon3, .mIcon4 {
        width: 160px;
        left: 0
    }

    .mIcon4 {
        top: 125px
    }

    .methodContent > p {
        line-height: 1.2em
    }

    .methodContent > p br, .methodPriziv {
        display: none
    }

    .blockConsult.cons1 .consTopText {
        margin: 35px 0 10px 20px;
        font-size: 20px
    }

    .blockConsult.cons1 .consTopText:before {
        -webkit-transform: translate3d(-18%, -50%, 0);
        transform: translate3d(-18%, -50%, 0)
    }

    .butCons {
        width: 300px
    }

    .simpleFormLeft p {
        font-size: 20px
    }

    .formSimple .wrapForm {
        grid-template-columns:1fr;
        grid-gap: 10px
    }

    .formSimple .formPodpis, .formSimple .wrapBut {
        grid-column: unset;
        width: 100%
    }

    .butSimpleForm {
        width: 100%
    }

    .simpleFormRight {
        padding: 20px 10px
    }

    .formSimple .formPodpis br {
        display: inline
    }

    .simpleFormLeft p br {
        display: none
    }

    .blockForm.analiz .formText1 {
        margin-bottom: 20px;
        display: inline-block
    }

    .form1 .wrapBut, .form1 .wrapInput {
        margin: 0 auto 10px;
        width: 100%
    }

    .form1 {
        padding: 15px 10px 25px
    }

    .blockHeadline.scroll .headline {
        height: 50px
    }

    .stepTop {
        padding: 0 15px
    }

    .methodImages > img {
        width: 292px
    }

    .consPodpis.green {
        max-width: 150px;
        margin-bottom: -87px
    }

    .blockSee.vzyskanie {
        margin-top: 50px
    }

    .blockSee.vzyskanie .content {
        padding: 30px 0
    }

    .blockForm.blue.vzyskanie {
        margin-top: 0
    }

    .blockForm.blue.vzyskanie .content {
        padding: 40px 0 50px
    }

    .vzyskLine:nth-child(2n) .vzyskStepDesc, .vzyskLine:nth-child(2n-1) .vzyskStepDesc {
        padding-left: 0
    }

    .vzyskLine .wrapBut {
        text-align: center
    }

    .butVzStep {
        width: 100%;
        max-width: 300px
    }

    .blockBlue.vzyskanie {
        margin-top: 0
    }

    .blockBlue.vzyskanie .content {
        padding: 0 0 30px
    }

    .blockCircles {
        background-image: none;
        background-color: #6db641;
        margin-top: 0
    }

    .blockCircles .content {
        padding: 45px 0 50px
    }

    .circle {
        margin-left: 0
    }

    .circle2 {
        margin-top: -70px
    }

    .circle3 {
        margin-top: -60px
    }

    .circlesLeft p {
        font-size: 24px
    }

    .circlesLeft p strong {
        font-size: 32px
    }

    .blExample {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .wrapExamples {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        border-radius: 5px
    }

    .exInLine {
        padding: 20px 0
    }

    .exInLine td:nth-child(2n-1) {
        padding: 2px 10px 2px 0
    }

    .exInLine td:nth-child(2n) {
        padding-right: 0;
        text-align: right
    }

    .exInLine table {
        width: 100%
    }

    .exGrInfo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blockAboutPisma {
        z-index: 2
    }

    .blockOther {
        background-size: auto 100%;
        margin-top: -82px
    }

    .blockOther.vzyskanie {
        background-image: none;
        background-color: #f6f6f6;
        margin-top: 0
    }

    .blockOther.vzyskanie .content {
        padding: 0 0 30px
    }

    .blockExamples .content {
        padding: 0 0 40px
    }

    .blBannCont p {
        font-size: 24px
    }

    .blBannCont a {
        font-size: 26px
    }

    .blockBanner.contacts .content {
        padding: 70px 0 10px
    }

    .blockMap {
        background-color: #fff
    }

    .bannText5 strong {
        font-size: 48px
    }

    .blockBlue.torgi {
        margin-top: 0
    }

    .blockBlue.torgi .content {
        padding: 0 0 20px
    }

    .blDiagram .wrapBut {
        text-align: left
    }

    .butShema {
        width: 300px
    }

    .butShema br {
        display: inline
    }

    .shemaRight p {
        font-size: 17px
    }

    .blockDiagramm {
        background-size: auto 100%
    }

    .blockDiagramm .content {
        padding: 20px 0 40px
    }

    .playBannAbout p {
        font-size: 14px
    }

    .playBannAbout {
        width: 200px
    }

    .blockBanner.about .content {
        padding: 95px 0 30px
    }

    .blockAboutClient {
        background-image: none;
        background-color: #182352;
        margin-top: 0
    }

    .blockAboutContent .content {
        padding: 20px 0 0
    }

    .blockAboutClient .content {
        padding: 25px 0 58px
    }

    .wrapAboutClient {
        position: relative
    }

    .aboutClientImg {
        position: absolute;
        top: 34%;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        margin: auto
    }

    .aboutClientBigText br {
        display: none
    }

    .wrapAboutClient {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .aboutClientBigText {
        margin-bottom: 250px
    }

    .aboutResultsTit {
        font-size: 20px
    }

    .abCircle1 {
        width: 130px;
        height: 130px;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        margin-top: 26px;
        margin-right: -12px
    }

    .abCircle2 {
        width: 160px;
        height: 160px;
        background-image: none;
        background-color: #0d173f
    }

    .abCircle3 {
        width: 165px;
        height: 165px;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        margin-left: -190px;
        margin-top: 124px
    }

    .abCircle p strong {
        font-size: 24px
    }

    .abCircle p {
        font-size: 17px;
        white-space: normal
    }

    .abCircle {
        border-radius: 100%
    }

    .aboutResCircles {
        padding-right: 20px
    }

    .blockKomanda.about {
        background-size: auto 100%
    }

    .blockKomanda.about .content {
        padding: 40px 0 50px
    }

    .pismoCircle2, .pismoCircle3 {
        display: none
    }

    .blockOther.about {
        background-image: none;
        background-color: #f6f6f6;
        margin-top: 0
    }

    .blockOther.about .content {
        padding: 0 0 40px
    }

    .blockAboutPisma .content {
        padding: 50px 0 40px
    }

    .pismoCircle1 {
        left: -50px;
        top: 40px
    }

    .wrapPisma img {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: unset
    }

    .wrapPisma {
        -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .3);
        box-shadow: 0 0 13px rgba(0, 0, 0, .3);
        width: 250px;
        margin: auto;
        border-radius: 10px;
        overflow: hidden
    }

    .blockAboutPisma h2 {
        max-width: 300px
    }

    .projectDescription {
        padding: 0 6px 6px
    }

    .wrapPrDesc.two {
        grid-template-columns:1fr
    }

    .prInfo td:nth-child(2n-1) {
        padding-right: 10px
    }

    .wrapPrGr {
        display: none
    }

    .wrapPrDesc > div:first-child {
        padding-bottom: 70px
    }

    .blProject {
        min-height: auto
    }

    .projectImg {
        height: 150px
    }

    .wrapPrDesc.two > div:nth-child(2) {
        display: none
    }

    .butPrDownload {
        width: 300px;
        height: 60px;
        line-height: 1.25em !important;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .butPrDownload br {
        display: inline
    }

    .wrapProjects {
        margin-bottom: 30px
    }

    .blockOpros.projects .content {
        padding: 30px 0
    }

    .blockProjectList .wrapBut {
        text-align: center
    }

    .vebinarImg {
        height: 150px
    }

    .vebTitle, .vebTopText {
        font-size: 17px
    }

    .vebDesc p, .vebinarTitle {
        font-size: 15px
    }

    .vebinarTitle {
        padding: 10px
    }

    .vebinarPlay {
        top: 40%
    }

    .vebinarNote {
        display: none
    }

    .vacInfo p, .vacInfo p strong {
        font-size: 15px
    }

    .vacTit {
        font-size: 17px
    }

    .vacInfo {
        grid-gap: 20px
    }

    .blVacancy {
        padding: 15px
    }

    .wrapOffer {
        grid-template-columns:1fr
    }

    .wrapOffer > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left
    }

    .wrapOffer > div p {
        padding-left: 20px;
        text-align: left;
        font-size: 17px
    }

    .wrapOffer > div img {
        width: 60px
    }

    .vacLine p strong {
        font-size: 17px
    }

    .vacLine p {
        font-size: 15px
    }

    .vacLine {
        padding: 10px 8px
    }

    .vacLineText li {
        font-size: 15px;
        line-height: 1.25em
    }

    .blVac {
        margin-bottom: 20px
    }

    .wrapVacInfo {
        grid-gap: 0
    }

    .blockConsult.vacancy .wrapBut {
        display: none
    }

    .consEmail, .consInfo, .consPhone {
        font-size: 17px
    }

    .blockConsult.vacancy .consultRight {
        margin-top: -127px;
        margin-right: -14px
    }

    .blockConsult.vacancy .consultImgPodpis {
        left: -34px
    }

    .knowTitles {
        padding: 25px 10px 60px
    }

    .knowCat {
        margin-bottom: 20px
    }

    .knowTit {
        font-size: 20px
    }

    .knowTitles .wrapBut {
        left: 10px
    }

    .knowPreImg {
        height: 230px
    }

    .butPageMore {
        width: 300px;
        display: inline-block;
        height: 40px;
        border-radius: 30px;
        background-color: #f6f6f6;
        text-align: center;
        font-weight: 500;
        font-size: 13px;
        color: #494949
    }

    .butPageMore:hover {
        cursor: pointer;
        background-color: #e2dede
    }

    .pageMore {
        margin-top: 65px
    }

    .blockKnowledgeList .content {
        padding: 40px 0 30px
    }

    .knowDescription {
        padding: 0 10px 50px
    }

    .blockBanner.knowledge .content {
        padding: 75px 0 15px
    }

    .blockBannerFactoring > .content {
        padding: 64px 0 35px
    }

    .playFactBann {
        width: 150px;
        left: 50%;
        top: 74%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .pulseFact {
        left: 29px;
        top: -29px
    }

    .blockBannerFactoring .wrapBann {
        margin-bottom: 25px
    }

    .blockBlue.factor {
        margin-top: -30px
    }

    .trickType {
        padding: 26px 0 26px 91px
    }

    .trickDescription {
        display: none
    }

    .trickTit {
        font-size: 16px
    }

    .trickTit strong {
        font-size: 18px
    }

    .trickRight {
        margin-top: 20px
    }

    .trickTit strong {
        display: inline-block
    }

    .butWork {
        width: 100%;
        max-width: 330px;
        font-size: 12px
    }

    .blockWork .content {
        padding: 173px 0 40px
    }

    .blockForm1 .content:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .blockForm1, .typeCount {
        display: none
    }

    .blType {
        width: 100%;
        margin: 5px 0
    }

    .wrapTypes {
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .blockTypes .fontTit {
        margin-bottom: 30px
    }

    .monFontTop {
        display: none
    }

    .monTit {
        font-size: 16px;
        margin-bottom: 20px
    }

    .monTit strong {
        font-size: 24px;
        font-weight: 700
    }

    .wrapMon p:after {
        width: 40px;
        height: 40px;
        content: " "
    }

    .wrapMon p {
        font-size: 15px;
        padding: 25px 0 0 20px
    }

    .wrapMon {
        width: 100%
    }

    .monText br, .wrapMon p.noCircle:after, .wrapMon p br {
        display: none
    }

    .blockOtchet {
        margin-top: -280px
    }

    .blockOtchet .content {
        padding: 294px 0 261px
    }

    .otchetTit {
        font-size: 24px
    }

    .otchetTit br {
        display: none
    }

    .otchetImg {
        max-width: 350px
    }

    .smallFontCircles {
        display: none
    }

    .bigFontCircles, .bigFontCircles strong {
        font-size: 24px;
        margin: 0
    }

    .circleFact3 {
        top: 432px
    }

    .circleFact2 {
        top: 315px
    }

    .circleFact1 {
        top: 340px
    }

    .blockCirclesFact .content {
        padding: 200px 0 320px
    }

    .blockBottomForm {
        background-position: 0
    }

    .blockBlue.factor .content {
        padding: 20px 0
    }

    .formOpros.fact .finalFormInputs {
        grid-template-columns:1fr
    }

    .formOpros.fact .wrapInput {
        margin: 0 auto
    }

    .finalStep .wrapOtvetsFact, .wrapOtvetsFact, .wrapVoprosFact {
        padding: 20px 10px
    }

    .blockOprosFact .content {
        padding: 30px 0
    }

    .formV .label {
        font-size: 22px
    }

    .formV label p br {
        display: inline
    }

    .callDesctop {
        display: none
    }

    .block-placeholder {
        height: 50px
    }

    .calcAttention:before {
        background-size: 80px 80px;
        width: 80px;
        height: 90px;
        left: 0;
        top: 0;
        -webkit-transform: translate3d(-13%, -50%, 0);
        transform: translate3d(-13%, -50%, 0)
    }

    .calcAttention {
        margin: 122px auto 40px
    }

    .hintCalcPrice {
        top: 62%
    }

    .calcAttention {
        padding: 54px 20px 20px
    }

    .calcAttentionTop h4 {
        font-size: 24px
    }

    .butCalcAttention {
        font-size: 11px
    }

    .calcAttRight p {
        font-size: 15px
    }

    .blockPolitika {
        padding-top: 30px
    }

    .blockPolitika .fontTit {
        padding-bottom: 20px
    }

    .blockConsult.vzyskanie {
        margin-top: 0;
        margin-bottom: 100px;
        background-size: auto 100%
    }

    .blockConsult.vzyskanie .content {
        padding: 20px 0 0
    }

    .blockOpros {
        margin-top: -70px
    }

    .blockBannForm {
        margin-bottom: 80px
    }

    a.buttonWhite {
        line-height: 36px
    }

    .consPriziv br {
        display: none
    }

    .butEx {
        width: 300px
    }

    .blockExamples {
        z-index: 3
    }

    .blockShema {
        margin-top: -145px
    }

    .headRightTop {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 15px
    }

    .headRightTop .wrapBut40.wrapButHead {
        display: none
    }

    .blockHeadline.scroll .phoneTop {
        font-size: 15px;
        color: #434343
    }

    .headMobileMenu {
        display: inline-block
    }

    .smallMenu .wrapBut40.wrapButHead.mobile-callback {
        margin: 0 auto;
        max-width: 200px;
        display: block
    }

    .wrapBut40.wrapButHead.mobile-callback .butTop {
        height: 34px
    }

    a.buttonWhite {
        line-height: 31px
    }

    .block_banner_experts .content {
        padding: 170px 0 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 300px
    }

    .block_banner_experts .content .bannImg {
        top: -20px
    }

    .expert_council, .expert_council-block {
        width: 300px
    }

    .expert_council-block_main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .expert_council-block_experience {
        border: none;
        padding: 0
    }
}

@media only screen and (max-width: 400px) {
    .bannFactText1 {
        font-size: 30px
    }

    .bannFactText2, .bannFactText3 {
        font-size: 20px
    }
}

@media only screen and (min-width: 820px) {
    .blockHeadline.scroll .headRight {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .blockHeadline.scroll .headRight .headRightBottom {
        width: calc(100% - 50px)
    }

    .blockHeadline.scroll .headRight .headMobileMenu {
        display: block;
        margin-left: 50px
    }
}

@media only screen and (max-width: 736px) {
    .headRightTop {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 15px
    }

    .headRightTop .wrapBut40.wrapButHead {
        display: none
    }

    .blockHeadline.scroll .phoneTop {
        font-size: 15px;
        color: #434343
    }

    .headMobileMenu {
        display: inline-block
    }

    .smallMenu .wrapBut40.wrapButHead.mobile-callback {
        margin: 0 auto;
        max-width: 200px;
        display: block
    }

    .wrapBut40.wrapButHead.mobile-callback .butTop {
        height: 34px
    }

    a.buttonWhite {
        line-height: 31px
    }
}

@media (min-width: 576px) {
    .wrapper {
        max-width: 540px
    }

    .pageInvest h1 br {
        display: none
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px
    }

    #screen6 h3 br, .pageInvest h2 br, .title_tab {
        display: none
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px
    }

    .numer {
        display: none
    }
}

@media (min-width: 1180px) {
    .wrapper {
        max-width: 1170px
    }
}

@media (max-width: 990px) {
    .footer_b3 a.tel {
        font-size: 23px;
        margin: 8px 0 29px
    }

    .thanks_rss {
        text-align: center;
        background: rgba(198, 41, 82, .48);
        min-height: 100vh
    }

    .text_about_mail {
        margin: 60px auto 30px
    }

    .thanks_rss .green_line {
        display: none
    }

    .back {
        width: 110px;
        margin: 0 auto
    }
}

@media (max-width: 1180px) and (min-width: 1000px) {
    .tabs_wrap {
        width: 570px
    }

    .tabs_proc {
        width: 40%
    }

    .owl-dots {
        display: none
    }
}

@media (max-width: 1180px) and (min-width: 993px) {
    .text_do_btn {
        font-size: 22px
    }

    .pod_company_flex.wrap_flex.j_c_s {
        padding-bottom: 60px
    }

    .block_diagramma {
        width: 240px
    }

    .text_dagr.td3_d4 {
        bottom: 5px
    }

    .inp_one {
        margin-right: 0;
        margin-bottom: 16px
    }
}

@media (max-width: 802px) and (min-width: 768px) {
    .footer_b3 a.tel {
        font-size: 20px;
        text-align: right
    }

    .footer_b3 {
        text-align: right
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .inp_one {
        margin-right: 0;
        margin-bottom: 16px
    }

    .text_figures.left {
        margin-left: 0
    }

    .block_3 .numer {
        bottom: 43px
    }

    .block_2 .wrap_flex.wf_sc3 {
        margin-top: 4px
    }

    .block_screen3.block_3 {
        padding-bottom: 44px
    }

    .text_block ul {
        margin-top: 16px;
        font-size: 13px;
        line-height: 1.62
    }

    #screen2 {
        margin-bottom: 71px
    }
}

@media (max-width: 992px) {
    .text_do_btn {
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 38px
    }

    .elena.wrap_flex.j_c_s {
        position: relative
    }

    .name_elena {
        position: absolute;
        right: 30px;
        bottom: 0
    }

    .foto_person img {
        width: 100%
    }

    .tel_person .tel {
        font-size: 23px
    }

    .email_person, .post_person {
        font-size: 14px
    }

    .company {
        margin-top: 50px
    }

    .text_figures .number {
        font-size: 32px
    }

    .play_wrap {
        right: 7%;
        top: 90px
    }

    .blocki_diagramma:after, .image_office, header .button {
        display: none
    }

    .block_2 .wf_sc3.wrap_flex, .wrap_flex.tabs_fl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .portfel {
        margin-left: 0;
        margin-top: 40px;
        text-align: center
    }

    .portfel img {
        width: 100%;
        max-width: 408px
    }

    .case {
        margin-bottom: 20px
    }

    #screen6 .owl-nav {
        margin-top: 15px
    }
}

@media (max-width: 900px) {
    #screen11 h4 {
        width: auto
    }
}

@media (max-width: 768px) {
    .about_figures.wrap_flex, .step_flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .pod_company_flex, .video_wrap_flex, .wrap_flex.foto_block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .person {
        margin: 0 7px 22px
    }

    .block_1 .content_block ul, .description, .text_screen1 {
        display: none
    }

    #screen1 {
        background: url(/images/fon_head_pl2.png?35a315ad29ebfdb397906006be4219f1) no-repeat;
        background-position: bottom;
        height: 626px
    }

    .pageInvest h1 {
        font-size: 38px;
        color: #000;
        line-height: 1.053;
        margin-top: 20px
    }

    .pageInvest h1, .pod_h1 {
        text-transform: uppercase
    }

    .pod_h1 {
        font-size: 26px;
        color: #363636;
        line-height: .615
    }

    .pageInvest h2 {
        font-size: 26px;
        color: #6eb842;
        line-height: 1.154
    }

    .pageInvest h3 {
        font-size: 26px;
        line-height: 1.077
    }

    .sub_h3 {
        font-size: 16px;
        line-height: 1.25
    }

    .pageInvest header {
        margin-bottom: 40px
    }

    .tab_btn {
        width: 60px;
        height: 56px;
        padding: 3px;
        text-align: center
    }

    .tab_btn .ico + span {
        display: none
    }

    .tab_btn span.ico {
        margin-right: 0
    }

    .tab_btn_3 span.ico img {
        margin-top: 3px
    }

    .tabs {
        font-size: 14px
    }

    .tab_id.wrap_flex {
        margin-bottom: 12px
    }

    #screen2 {
        margin-bottom: 70px
    }

    #screen5 {
        margin-top: 35px
    }

    .wrap_flex.wf_sc3 {
        display: block
    }

    .block_screen3.block_2 .content_block, .content_block {
        margin-top: 16px;
        margin-left: 0
    }

    .block_2 .wrap_flex.wf_sc3, .block_screen3.block_3 .wf_sc3.wrap_flex {
        margin-top: 0
    }

    .block_screen3.block_3 {
        padding-bottom: 40px
    }

    .block_screen3.block_2 .count_count {
        margin-top: 0
    }

    .title_step {
        font-size: 16px;
        line-height: 1.429
    }

    .step1 .content_step {
        margin-left: 0
    }

    .video_wrap_1 {
        margin-right: 0
    }

    .figures .left.img_figure {
        width: 60px;
        margin-right: 20px;
        text-align: center
    }

    .figures .left img {
        width: auto;
        height: 50px;
        max-width: 60px
    }

    .text_figures .number {
        margin-bottom: 5px
    }

    .text_figures {
        margin-bottom: 25px
    }

    .about_figures.wrap_flex {
        display: block
    }

    #screen10 {
        height: auto
    }

    #screen10 .wrapper {
        width: 100%;
        max-width: 100%
    }

    .image_office {
        display: none
    }

    .contacts_on_map {
        float: none;
        margin-top: 0;
        margin-right: 0
    }

    .contact_office {
        border-radius: 0;
        width: 100%;
        float: none;
        margin-left: 0
    }

    .pageInvest #map {
        height: 300px;
        position: relative
    }

    #screen11 {
        padding: 0;
        background: #1c2242
    }

    .pageInvest footer .wrap_flex {
        display: block;
        text-align: center;
        position: relative
    }

    .copyrate, footer .logotip {
        text-align: center
    }

    .pageInvest footer {
        background: none
    }

    .dolg_activ, .footer_b1 .text_f_b, .footer_b3 a.tel, .screen11 {
        display: none
    }

    .footer_b3 .modal.call_back {
        text-align: center
    }

    footer .logotip {
        margin-bottom: 27px
    }

    .soc_seti {
        margin-bottom: 20px
    }

    .footer_b.footer_b2 {
        margin-left: 0
    }

    .pageInvest footer a.modal[href="#politic"] {
        position: absolute;
        top: 215px;
        left: 0;
        right: 0
    }

    .text_do_btn {
        font-size: 18px;
        text-align: center;
        margin-right: 0;
        margin-bottom: 17px
    }

    .company {
        margin-top: 50px;
        margin-bottom: 30px
    }

    #screen6 {
        padding-bottom: 50px
    }

    #screen9 .h5, .screen_form, .wrap_flex.foto_block {
        display: none
    }

    .step.step3 {
        margin-top: 10px
    }

    #screen3 {
        background: none
    }

    .block_screen3.block_3 {
        background: url(/images/fon_screen3_b3.png?90381a785090b66e914a191bbfbdd342) no-repeat top;
        background-size: auto 100%;
        padding-top: 70px;
        margin-top: -30px
    }

    .btn_call_back_mob {
        margin-bottom: 60px;
        display: block
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .pageInvest h2 {
        text-shadow: 1px 1px 1px #fff
    }
}

@media (max-width: 610px) {
    #screen1 {
        background: url(/images/fon_head_mob.png?e6d3b71fa962e35be2a3a6b6b5845327) no-repeat;
        background-position: 0 100%
    }
}

@media (min-width: 601px) {
    .block_screen3 .all {
        display: none !important
    }
}

@media (max-width: 600px) {
    .block_screen3 .all2 {
        display: none !important
    }
}

@media (max-width: 576px) {
    .text_figures .number {
        font-size: 26px;
        margin-bottom: 5px
    }

    .text_figures {
        font-size: 14px;
        margin-bottom: 25px;
        margin-left: 0
    }

    .logo img {
        width: 200px
    }

    .tel_div a {
        font-size: 20px
    }

    .pageInvest header {
        margin-bottom: 20px
    }

    #screen1 {
        height: 626px;
        margin-bottom: 130px;
        background-position: bottom;
        padding-top: 70px
    }

    .pageInvest h2 {
        margin-bottom: 110px;
        margin-top: 24px
    }

    .play_wrap {
        position: relative;
        margin: 70px 0 0;
        right: 0;
        top: 0
    }

    .play_wrap p {
        position: absolute;
        left: 150px;
        top: 10px;
        width: 140px
    }

    .title {
        font-size: 18px;
        line-height: 1.111
    }

    .text_block {
        font-size: 14px
    }

    .block_screen3.block_3 {
        background: url(/images/fon_screen3_b3.png?90381a785090b66e914a191bbfbdd342) no-repeat top;
        background-size: auto 100%;
        padding-top: 70px;
        margin-top: -30px
    }

    #screen3 {
        background: none
    }

    .case {
        margin-bottom: 10px
    }

    .step.step1 {
        margin-bottom: 23px
    }

    .step1 .title_step, .title_step {
        font-size: 14px;
        line-height: 1.429
    }

    .step3 .title_step {
        margin-bottom: 25px
    }

    #screen7 {
        background: none
    }

    .video_wrap_flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .fast_mail {
        margin-top: 50px
    }

    .description_video.wrap_flex {
        display: block
    }

    .description_video .left_p br {
        display: none
    }

    .description_video .left_p {
        font-size: 16px
    }

    .description_video .left_p p strong {
        font-size: 20px
    }

    .about_name_v {
        padding-right: 0;
        font-size: 14px
    }

    .about_name_v p span {
        display: inline-block
    }

    .description_video > div.about_name_v > p {
        margin-bottom: 5px
    }

    .video_wrap {
        margin-top: 37px
    }

    .video_wrap_flex {
        margin-top: 0
    }

    .backg_56 {
        background: none
    }

    #screen6 {
        background: url(/images/fon_screen6_mob.png?e6cf2fa4994d7bfed8b75400cd34018a) 0 100% no-repeat;
        padding-bottom: 90px;
        background-size: auto 100%
    }

    .company {
        margin-top: 30px;
        margin-bottom: 30px
    }

    #screen7 {
        margin-top: 50px
    }
}

@media (max-width: 500px) {
    .video_wrap {
        width: 100%
    }
}

@media (max-width: 460px) {
    #screen6 h3 br {
        display: none
    }
}

@media (max-width: 425px) {
    #video_modal {
        width: 90vw !important
    }

    .range {
        width: 100%
    }

    .tel_div a span {
        display: none
    }

    .logo img {
        width: 140px
    }

    .tel_div a {
        display: block;
        background: url(/images/tel.png?45f6892a3d221df1fe1c4418a1b24241) no-repeat;
        width: 24px;
        height: 24px
    }

    .case {
        width: 318px;
        background: url(/images/portfel_case_w_mob.png?2986355d2bd3090f73c6b27c3ed8e075) no-repeat;
        padding: 63px 0 20px 22px
    }

    .case.active {
        background: url(/images/portfel_case_mob.png?cb10cbd475de3ee359d34a9a2370c3d7) no-repeat
    }

    .dannie .left {
        width: 100%;
        float: none;
        margin-right: 0
    }

    .dannie .left p {
        display: inline-block
    }

    .dannie .left p:first-child {
        width: 157px;
        margin-right: 15px
    }

    #screen5 .btn.act_p {
        width: 100%
    }

    #screen5 .btn.act_p span {
        display: none
    }

    #screen6 .btn {
        width: 100%;
        max-width: 370px;
        padding: 14px 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .company_case {
        width: 100%;
        padding: 10px 10px 0
    }

    .comment_case_about, .comment_case_about p {
        font-size: 14px
    }

    .comment_case_about span {
        width: 100px
    }

    .about_image_diagr_case {
        font-size: 14px
    }

    .about_image_diagr_case .num {
        font-size: 24px
    }

    .image_diagr_case_wrap {
        height: 235px
    }

    .owl-carousel .owl-item .image_diagr_case_wrap img {
        max-width: 120px
    }

    .left.image_diagr_case {
        margin-right: 21px
    }

    span.period_case {
        display: block
    }
}

@media (max-width: 375px) {
    #screen6 .btn {
        font-size: 13px
    }

    .btn, .btn_green {
        width: 100%
    }

    .wrapper {
        width: 94%
    }

    .video_wrap {
        width: 100%
    }
}

@media (max-width: 335px) {
    .company_case {
        padding: 10px 5px 0
    }

    .case {
        width: 300px;
        padding-left: 18px
    }

    .case, .case.active {
        background-size: 100% 100%
    }
}

@media screen and (max-width: 800px) {
    .page-404 > .content_box > .inner > .block > .text {
        font-size: 30px
    }

    .page-404 > .content_box > .inner > .block > .code {
        font-size: 110px
    }
}

@media screen and (max-width: 640px) {
    table.table-simple td, table.table-simple th {
        padding: 5px;
        font-size: 13px !important
    }
}

@media only screen and (max-width: 700px) {
    .factor_calculator-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 540px) {
    .analytics_table {
        width: 100%;
        padding: 100px 0 0
    }

    .analytics_table table {
        padding: 0
    }
}

@media only screen and (max-width: 840px) {
    .agents_header {
        background-color: #6eb842;
        background-image: none;
        height: 160px;
        padding-top: 60px;
        padding-left: 0;
        word-wrap: break-word
    }

    .agents_header h1 {
        font-size: 34px
    }

    .agents_content_second_section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid grey;
        width: auto;
        margin: 50px auto
    }

    .agents_content_second_section_first_arrow, .agents_content_second_section_second_arrow {
        display: none
    }

    .agents .wrapInput {
        width: 250px
    }
}

@media only screen and (min-width: 1440px) {
    .agents_header {
        height: 460px
    }
}

@media only screen and (max-width: 1170px) {
    .expert_council {
        grid-template-columns:1fr
    }
}

@media only screen and (max-width: 1170px) and (min-width: 820px) {
    .block_banner_experts .content .bannImg {
        top: 200px
    }

    .expert_council {
        margin: 30px auto;
        width: 640px;
        grid-template-columns:1fr
    }
}

@media only screen and (max-width: 820px) and (min-width: 560px) {
    .block_banner_experts .content {
        padding: 170px 0 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .block_banner_experts .content .bannImg {
        top: -50px
    }

    .expert_council {
        width: 640px;
        margin: -50px auto 30px
    }
}