.popup-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
}

ul.custom {
    padding-left: 10px;
    list-style: none;
}

ul.custom li:before {
    content: "";
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0em 0 0.55em 0.55em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

ul.custom-dark li:before {
    border-color: transparent #333;
}

.popup-info .shadow {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    position: fixed;
}

.h1,
h1 {
    font-size: 48px;
    font-weight: 400
}

@media(max-width: 576px) {
    .about__title {
        font-size: 30px;
    }
    .h1,
    h1 {
        font-size: 38px;
        font-weight: 400
    }
}

.popup-info .popup-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    margin: auto;
    width: 75%;
    max-width: 1040px;
    background: url(images/pop_fon.png) no-repeat #fff;
    background-size: 101%;
    background-position: bottom;
    padding: 46px 0px;
    border-radius: 12px;
    box-shadow: 0px 0px 22px -3px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-bottom: 400px;
}

.popup-info .popup-block p {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 100px;
}

.popup-info .popup-block a {
    color: #000
}

.popup-info .popup-block a.more {
    background: -webkit-linear-gradient(196deg, #BDE049 -14.41%, #88BD23 115.63%);
    background: -o-linear-gradient(196deg, #BDE049 -14.41%, #88BD23 115.63%);
    background: linear-gradient(286deg, #BDE049 -14.41%, #88BD23 115.63%);
    border-radius: 0px;
    border: none;
    color: #fff;
    font-weight: lighter;
    padding: 10px 35px;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 15px;
}

.popup-info .popup-block i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #3a8b4c;
    font-size: 24px;
    cursor: pointer;
}

.mobile-popup {
    display: none;
}

.popup-info .popup-block h4 {
    color: #fff;
}

.desctop-popup {}

.popup-info .big_p_popup {
    float: left;
    font-size: 21px !important;
    margin-top: -4px;
}

@media (max-width: 767px) {
    .mobile-popup {
        display: block;
    }
    .desctop-popup {
        display: none;
    }
    .popup-info .popup-block {
        height: 200px;
        width: 300px;
    }
    .popup-info .popup-block p {
        padding: 0px 20px;
    }
    .popup-info .popup-block {
        padding-bottom: 280px;
    }
}

.anim-block {
    width: 100%;
    height: 300px;
    background-size: 101% !important;
    filter: grayscale(74%) sepia(1) saturate(0.5) brightness(90%) contrast(81%) hue-rotate(320deg);
    -webkit-filter: grayscale(74%) sepia(1) saturate(0.5) brightness(90%) contrast(81%) hue-rotate(320deg);
    transition: all 0.3s linear;
}

.anim-block:hover {
    filter: grayscale(64%) sepia(1) saturate(0.5) brightness(90%) contrast(81%) hue-rotate(320deg);
    -webkit-filter: grayscale(44%) sepia(1) saturate(0.5) brightness(70%) contrast(81%) hue-rotate(320deg);
    background-size: 110% !important;
}

.header-phone {
    font-size: 18px;
    color: #006338;
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
        max-width: 1570px;
    }
}

#part4 {
    margin-top: -127px;
    padding-top: 127px;
}

@media (max-width: 768px) {
    #part4 {
        margin-top: -65px;
        padding-top: 65px;
    }
}

#footer {
    background: #434A50;
}

#footer * {
    color: #fff;
}

.btn.btn-custom-1 {
    background: linear-gradient(190.16deg, #BDE049 -14.41%, #88BD23 115.63%);
    border-radius: 0px;
    border: none;
    color: #fff;
    margin-right: 6px;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 10px;
}

.btn.btn-custom-2 {
    background: linear-gradient(220.6deg, #00C66B 3.54%, #009439 104.19%);
    border-radius: 0px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 10px;
}

.small-tile {
    background: #fff;
    position: relative;
    padding-bottom: 20px;
}

.small-tile.abs {
    position: absolute;
    background: none;
}

.small-tile.abs a {
    color: inherit;
}

.small-tile.white-color input {
    background: none;
    color: #fff;
    margin-top: 35px;
    border: none;
    transition: all .4s;
}

.small-tile.white-color input.error {
    color: #f00;
    transition: all .9s;
}

.small-tile.white-color input::placeholder {
    color: #fff;
    transition: all 1.9s;
}

.small-tile.white-color input.error::placeholder {
    color: #f00;
    transition: all 0s;
}

.small-tile.white-color .btn.btn-in-tile {
    border-color: #fff;
    color: #fff;
    width: 100%;
    margin: 0;
    background: none;
}

.small-tile.white-color .btn.btn-in-tile:after {
    color: #fff
}

h3.tile-title {
    padding: 0px 20px;
    font-size: 20px;
    line-height: 27px;
    height: 65px;
}

p.tile-description {
    padding: 20px;
    height: 110px;
    margin-bottom: 20px;
}

.small-tile p.tile-subtext {
    padding: 20px;
}

.btn.btn-in-tile {
    border: 1px solid #bfbfbf;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    position: relative;
    color: #354638;
    border-radius: 0;
}

.btn.btn-in-tile:after {
    font-family: LineAwesome;
    content: "\f112";
    position: absolute;
    right: 25px;
    color: #949494;
}

.big-tile {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 507px;
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .big-tile {
        min-height: 443px;
        max-height: 493px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .big-tile {
        min-height: 412px;
    }
}

.big-tile h3.tile-title {
    padding: 0 50px;
}

.big-tile p.tile-description {
    padding: 0 50px;
}

.big-tile p.tile-subtext {
    padding: 0 50px;
}

.big-tile .btn.btn-in-tile {
    max-width: 220px;
    margin-left: 50px;
    position: absolute;
    bottom: 50px;
    width: 220px;
    z-index: 10;
}

.btn.btn-more {
    border: 1px solid #bfbfbf;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 200px;
    position: relative;
    color: #354638;
    border-radius: 0;
    min-width: 170px;
}

.btn.btn-more:after {
    font-family: LineAwesome;
    content: "\f112";
    position: absolute;
    right: 25px;
    color: #949494;
}

.btn.btn-more.m0 {
    margin: 0;
}

#menu-opener {
    font-size: 38px;
    padding-top: 5px;
}

#menu-closer {
    font-size: 36px;
}

.tab-content {
    height: 0;
    overflow: hidden;
    transition: all .3s;
}

.tab-content.tab-content-active {
    height: auto;
}

@media (max-width: 540px) {
    .btn.btn-tab {
        margin-right: 0px;
        font-size: 13px;
    }
}

@media (max-width: 374px) {
    .btn.btn-tab {
        margin-right: 0px;
        font-size: 10px;
    }
}

#popup-block {
    display: none;
}

#frame-block {
    display: none;
}

#auth-block {
    display: none;
}

#register-block {
    display: none;
}

#video-block {
    display: none;
}

#showMessageBlock {
    display: none;
}

#webarchive-block {
    display: none;
}

.popup-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.7);
}

.popup-container {
    width: 100%;
    max-width: 450px;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 530px;
    height: min-content;
    border-radius: 6px;
}

#video-block .popup-container {
    max-width: min-content;
    padding: 0;
    background: none;
    ;
}

#video-block .popup-closer {
    position: absolute;
    color: #fff;
    font-size: 36px;
    right: -35px;
    top: -30px;
}

.popup-content {
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

#video-content {
    max-width: calc(100vw - 60px);
}

.popup-content iframe {
    width: 100%;
    height: 435px;
    max-height: calc(100vh - 110px);
    border: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.popup-container .popup-closer {
    font-size: 25px;
    cursor: pointer;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .popup-content iframe {
        max-height: calc(100vh - 110px)!important;
        //height: calc(100vh - 110px)!important;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
    #frame-block .popup-container {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        max-height: calc(100vh - 110px)!important;
        height: calc(100vh - 110px)!important;
    }
}

@-webkit-keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #006338;
}

.successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #006338;
}

.successAnimationResult {
    fill: #006338;
    opacity: 0;
}

.successAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
    animation: 1s ease-out 0s 1 both scaleAnimation;
}

.successAnimation.animated .successAnimationCircle {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}

.successAnimation.animated .successAnimationCheck {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}

.successAnimation.animated .successAnimationResult {
    -webkit-animation: 0.3s linear 0.9s both fadeIn;
    animation: 0.3s linear 0.9s both fadeIn;
}

.successAnimation {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.form-success-result {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
}

h2.webinar-title {
    height: auto;
    padding: 10px;
    line-height: 25px;
    font-size: 25px;
    padding-right: 25px;
}

.webinar p.tile-description {
    height: auto;
    padding: 10px;
    line-height: 20px;
}

.webinar-info {
    padding: 30px;
    font-size: 16px;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.prop-name {
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
}

.prop-val {
    padding-top: 3px;
    max-width: 300px;
}

.prop img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

ul.dots-list {
    list-style: none;
    padding-left: 0px;
    font-size: 18px;
}

ul.clear-list {
    list-style: none;
    padding-left: 0px;
}

ul.dots-list li {
    padding-left: 15px;
}

ul.dots-list li:before {
    content: 'Ã¢â‚¬Â¢';
    color: #006338;
    position: absolute;
    left: 10px;
    font-size: 30px;
    margin-top: -10px;
}

.webinar-form {}

.webinar-form input[type=text],
.webinar-form input[type=tel],
.webinar-form input[type=phone],
.webinar-form input[type=email] {
    width: 100%;
    background: #E2F3C3;
    border: 1px solid #bfbfbf;
}

* input.error {
    border: 1px solid #e72323!important;
}

.vsmall {
    font-size: 10px;
    line-height: 13px;
    display: inline-block;
}

.psevdo-checkbox {
    position: relative;
}

.psevdo-checkbox input {
    display: none;
}

.psevdo-checkbox input {
    display: none;
}

.psevdo-checkbox input+span {
    display: inline-block;
    padding-left: 46px;
    line-height: 25px;
    font-weight: normal;
}

.psevdo-checkbox input+span:before {
    content: '';
    width: 37px;
    height: 37px;
    position: absolute;
    background: #E2F3C3;
    border: 1px solid #bfbfbf;
    left: 0;
    z-index: 1;
    line-height: 40px;
    display: block;
}

.psevdo-checkbox input:checked+span:after {
    content: "\f17b";
    font-family: LineAwesome;
    color: #006338;
    left: 5px;
    position: absolute;
    z-index: 2;
    top: -1px;
    font-size: 28px;
    line-height: 37px;
}

.recaptcha.error>div {
    border: 1px solid #e72323;
}

.webinar-info {
    display: none;
}

.webinar {
    cursor: pointer;
}

.webinar-tile .tile-title {
    height: auto;
    padding: 5px;
}

.head-info {
    background: -webkit-linear-gradient(6deg, #00C66B 3.54%, #009439 104.19%);
    background: -o-linear-gradient(6deg, #00C66B 3.54%, #009439 104.19%);
    background: linear-gradient(6deg, #00C66B 3.54%, #009439 104.19%);
    padding: 7px 0px;
    z-index: 999;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #fff;
    top: 0px;
    max-height: 48px;
    line-height: 28px;
}

.head-info.c2 {
    background: -webkit-linear-gradient(6deg, #a0aab9 3.54%, #778090 104.19%);
    background: -o-linear-gradient(6deg, #a0aab9 3.54%, #778090 104.19%);
    background: linear-gradient(6deg, #a0aab9 3.54%, #778090 104.19%);
}

.head-info.c3 {
    background: -webkit-linear-gradient(6deg, #299cbb 3.54%, #24a558 104.19%);
    background: -o-linear-gradient(6deg, #299cbb 3.54%, #24a558 104.19%);
    background: linear-gradient(6deg, #299cbb 3.54%, #24a558 104.19%);
}

.top-bar {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    top: 0;
}

@media (max-width: 767px) {
    .top-bar {
        position: relative;
    }
    .head-info {
        font-size: 13px;
        max-height: 85px;
    }
    .head-info span {
        display: inline-block;
        width: calc(100% - 115px);
        line-height: 17px;
    }
}

@media (max-width: 480px) {
    h2.webinar-title {
        height: auto;
        padding: 10px;
        line-height: 16px;
        font-size: 19px;
        padding-right: 10px;
        text-align: left;
    }
}

.t-block-image {
    padding-right: 25px;
    margin-right: -109px;
    float: left;
}

.t-block-image img {
    width: 84px;
}

.t-block-text {
    padding-left: 109px;
    float: left;
    padding-top: 10px;
}

.t-block-text h4 {
    margin-bottom: 10px;
}

.text-block {
    padding: 20px;
}

.small-tile .tile-description {
    height: 148px;
}

#main-slider.slick-initialized .slick-slide {
    background-size: 60%;
    outline: none;
}

@media (max-width: 992px) {
    #main-slider.slick-initialized .slick-slide {
        background-size: cover;
        outline: none;
    }
}

.small-tile.abs .tile-description {
    height: auto;
}

.form_expert.second-bl input.error+.checkmark {
    border: 1px solid #e72323;
}

#frame-block .popup-container {
    width: 100%;
    max-width: 680px;
}

#frame-block .popup-content iframe {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 110px);
    min-height: 494px;
    border: 0;
}

.form-field.plr {
    padding: 0 30px;
}

.white-text {
    color: #fff;
}

.spectr-registr {
    padding-left: 60px;
    min-height: 92px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #434a50;
}

.spectr-registr:before {
    content: "";
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    background: url(/images/success.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -60px;
}

.after-h-line {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 77px;
    height: 2px;
    background: #bde049
}

.online-services-head {
    position: relative;
    height: 25px;
}

.online-services-head h2 {
    display: inline-block;
    width: 320px;
    margin: auto;
    padding: 25px 50px;
    background: #fff;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    color: #777;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
    position: relative;
    top: -38px;
}

.t-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #354546;
}

.white-text.t-text {
    color: #fff;
}

.why-tile {
    background: #5d6266;
    background-position-x: 0px;
    padding: 30px;
    border-radius: 10px;
    transition: all .8s;
    cursor: pointer;
}

.why-tile:hover {
    box-shadow: 8px 8px 22px rgba(42, 42, 42, 0.65), inset 400px -400px 300px 400px #f3f6f9
}

.why-tile .tile-image {
    min-height: 74px;
}

.why-tile .tile-image img {
    max-width: 74px;
}

.why-tile .tile-title {
    color: #fff;
    padding: 0;
    margin-top: 20px;
    height: auto;
    margin-bottom: 20px;
}

.why-tile:hover .tile-title {
    color: #354546;
}

.why-tile .tile-list {
    color: #fff;
    list-style: none;
    padding-left: 0;
    min-height: 140px;
    margin-bottom: 15px;
}

.why-tile .tile-list ul {
    list-style: none;
}

.why-tile .tile-list li {
    padding-left: 25px;
    margin-bottom: 15px;
}

.why-tile .tile-list li:before {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    margin-left: -25px;
    margin-top: 6px;
    border-radius: 50%;
    background: #bde049;
}

.why-tile .tile-list.check-list>li:before {
    content: "\f17b";
    font-family: LineAwesome;
    color: #bde049;
    width: auto;
    height: auto;
    background: none;
    font-size: 20px;
    margin-top: -5px;
}

.why-tile:hover .tile-list {
    color: #354546;
}

.why-tile .tile-list ul {
    padding-left: 0px;
}

.why-tile.invert {
    background: #f3f6f9;
}

.why-tile.invert:hover {
    box-shadow: 0px 0px 22px rgba(42, 42, 42, 0.65), inset 400px -400px 300px 400px #5d6266
}

.why-tile.invert .tile-title {
    color: #354546;
}

.why-tile.invert:hover .tile-title {
    color: #fff;
}

.why-tile.invert .tile-list {
    color: #354546;
}

.why-tile.invert:hover .tile-list {
    color: #fff;
}

.more-partners {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #354546;
    padding: 25px;
    height: 100%;
    display: flex;
    align-content: flex-end;
    align-items: center;
    justify-content: space-around;
}

.pass-registry-form .form-field input {
    background: #DEE8E7;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 13px 20px;
    color: #5B6364;
}

.pass-registry-form .form-field.error input {
    border: 1px solid #e72323;
}

.pass-registry-form .btn.btn-custom-2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 20px;
}

.pass-registry-form-bg {
    background-position: left top;
    background-image: url("/images/pass-register-form-bg.jpg");
    background-repeat: no-repeat;
    background-size: 50%;
}

.ao-journal-form-bg {
    background-position: left top;
    background-image: url("/images/ao-journal-form-bg.jpg");
    background-repeat: no-repeat;
    background-size: 50%;
}

@media (max-width: 767px) {
    .pass-registry-form-bg {
        background: transparent
    }
    .ao-journal-form-bg {
        background: transparent
    }
}

ul.dots {
    list-style: none;
    padding-left: 15px;
}

ul.dots li {
    padding-left: 15px;
}

ul.dots li:before {
    content: 'Ã¢â‚¬Â¢';
    color: #009439;
    position: absolute;
    font-size: 24px;
    margin-left: -15px;
    margin-top: -7px;
}

.vertical-tab-item {
    padding: 20px 45px 20px 20px !important;
}

.vertical-tab-item .vertical-tab-title {
    font-size: 18px;
    padding: 20px 0px;
    background: rgba(243, 246, 249, 0.75);
    color: #354546;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}

.vertical-tab-item.opened .vertical-tab-title {
    color: #009439;
}

.vertical-tab-item .vertical-tab-title:before {
    /* content: ""; */
    /* position: absolute; */
    /* width: 8px; */
    /* height: 14px; */
    /* background: linear-gradient(180deg, #00C66B 0%, #009439 100%); */
    /* left: 0; */
    /* margin-top: 3px; */
}

.vertical-tab-item .vertical-tab-title:after {
    content: "\f0d8";
    font-family: FontAwesome;
    position: absolute;
    color: #009439;
    right: -25px;
    transition: all .3s;
    transform: rotate(180deg);
    top: 0;
}

.vertical-tab-item.opened .vertical-tab-title:after {
    transform: rotate(0deg)
}

.vertical-tab-item .vertical-tab-body {}

.vertical-tab-body table {
    width: 100%;
}

.vertical-tab-body table tr:nth-child(even) {
    /* background: #f2f2f2; */
}

.vertical-tab-body table td,
.vertical-tab-body table th {
    padding: 10px 15px;
}

@media(max-width: 430px) {
    .vertical-tab-body table td,
    .vertical-tab-body table th {
        padding: 5px;
    }
}

.gradient-skew {
    padding: 30px;
    background: linear-gradient(35deg, #f8f8f8 0%, #f8f8f8 50%, #f6f6f6 50%, #f6f6f6 70%, #f4f4f4 70%, #f4f4f4 90%, #f1f1f1 90%, #f1f1f1 100%);
    position: relative;
}

.gradient-skew:before {
    content: '';
    position: absolute;
    background: linear-gradient(2700deg, #00C66B 0%, #009439 100%);
    height: 5px;
    width: 50px;
    top: 0;
    left: 30px;
}

.contact-info-block select {
    max-width: 100%;
    padding: 7px 15px;
    border: 1px solid #fff
}

.contact-info-links a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.contact-info-links #filial-link {
    background: linear-gradient(220.15deg, #00C66B 3.54%, #009439 104.19%);
    color: #fff;
    text-decoration: none;
}

#filial-time-1,
#filial-time-2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #354546;
}

#filial-time-1 span,
#filial-time-2 span {
    color: #2d2d2d;
    font-weight: 300;
}

#filial-phone a {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #354546;
}

#filial-email a {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #009439;
}

.ao-green {
    border-bottom: 2px dotted;
    margin-bottom: 30px;
    position: relative;
    color: #009439;
}

.ao-green .stext {
    background-color: #FFF;
    margin: 0;
    bottom: -5px;
    position: relative;
    margin-right: 7em;
    padding-right: 2px;
}

.ao-green .spage {
    background-color: #FFF;
    margin: 0;
    bottom: -5px;
    position: absolute;
    right: 0;
    padding-left: 2px;
}

.ao-info {
    font-size: 24px;
    line-height: 34px;
    padding: 30px 50px;
    text-transform: uppercase;
    font-weight: 300
}

.vlad-style p {
    color: #767676;
    font-size: 15px;
}

.vlad-style ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.vlad-style ul li {
    color: #767676;
    font-weight: lighter;
    font-size: 15px;
    list-style-type: none;
    position: relative;
    padding-bottom: 15px;
}

.vlad-style ul li img {
    padding-right: 15px;
    vertical-align: bottom;
}

.vlad-style ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #006338;
    display: inline-block;
    border-radius: 50%;
    margin-left: -20px;
    margin-right: 9px;
    margin-top: 8px;
    position: absolute;
}

.vlad-style .search-emitent {
    background: #F3F6F9;
    border-color: #DADFE3;
    border-radius: 20px;
    width: 60%;
    color: #A7AFB6;
    font-size: 14px;
    font-weight: lighter;
    margin-right: 15px;
    outline: none;
    height: 40px;
}

a.button {
    background: linear-gradient(220.15deg, #00C66B 3.54%, #009439 104.19%);
    color: #fff;
    padding: 12px 22px;
    border-radius: 20px;
}

.download-file {
    font-size: 17px;
    padding-left: 45px;
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 500;
    line-height: 30px;
    color: #333;
}

.arhiv:hover {
    background: #F3F6F9;
}

.download-file:hover a {
    color: #009439;
}

.download-file:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 45px;
    background: url(/images/ik1.svg) no-repeat;
    left: 0;
    background-size: contain;
}

.download-file:hover:before {
    content: '';
    position: absolute;
    width: 33px;
    height: 47px;
    background: url(/images/ik1.svg) no-repeat;
    left: 0;
    background-size: contain;
}

.download-file span {
    padding-left: 0px;
    color: #9D9D9D;
    font-size: 14px;
    font-weight: 300;
}

.block-info img {
    width: 42px;
    height: auto;
    margin-bottom: 0px;
}

.block-info label {
    color: #354546;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    line-height: 40px;
    margin-bottom: 20px;
}

.block-info>div {
    display: inline-block;
    width: 230px;
    border: 1px solid #C6CDD5;
    border-radius: 6px;
    padding: 30px;
    height: 220px;
    margin-right: 25px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.3s linear;
    background: #fff;
}

.block-info>div:hover {
    background: #F3F6F9;
}

.documents h3 {
    color: #354546;
    font-size: 18px;
}

.board-direct li {
    margin-bottom: 20px;
    list-style-type: none;
    position: relative;
}

.board-direct {
    padding-left: 20px;
}

.board-direct li:before {
    content: '';
    position: absolute;
    background: #009a3f;
    width: 8px;
    height: 8px;
    left: -20px;
    border-radius: 50%;
    top: 7px;
}

.board-direct li p {
    color: #767676;
    font-size: 15px;
    font-weight: lighter;
    margin-bottom: 4px;
}

.board-direct li span {
    font-size: 16px;
    color: #354546;
    font-weight: 500;
}

.board-direct li a {
    border: 1px solid #009439;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 20px;
    margin-top: 10px;
    transition: all 0.3s linear;
}

.board-direct li a:hover {
    color: #fff;
    background: #009439;
}

.eticetca {
    color: #354546;
    font-weight: 500;
    background: #F1FCF1;
    padding: 35px;
}

.bx-pagination li:before {
    display: none;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    border-radius: 0px;
}

.bx-pagination .bx-pagination-container ul li span {
    border-radius: 0px;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #BDE049;
    color: #000;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    border: none;
    background: #F3F6F9;
    line-height: 2.3;
    font-weight: 300;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    border: none;
    background: #F3F6F9;
    line-height: 2.3;
    font-weight: 300;
}

.bx-pagination .bx-pagination-container {
    text-align: left;
}

.bx-pagination .bx-pagination-container ul {
    text-align: center;
}

.vertical-tabs.info-tabs tr p {
    font-size: 13px;
    color: #636464;
    font-weight: lighter;
}

.vertical-tabs.info-tabs tr:first-child p {
    font-size: 13px;
    color: #636464;
    font-weight: 500;
}

.vertical-tabs.info-tabs .vertical-tab-item .vertical-tab-title {
    background: none;
}

.vertical-tabs.info-tabs .vertical-tab-item .vertical-tab-title:after {
    display: none;
}

.vertical-tabs.info-tabs .vertical-tab-item .vertical-tab-title {
    font-size: 15px;
}

.vertical-tabs.info-tabs .vertical-tab-item .vertical-tab-title span {
    font-size: 16px;
    /* margin-left: -21px; */
    margin-bottom: 11px;
    margin-top: 10px;
    display: inline-block;
}

.vertical-tabs.info-tabs .vertical-tab-item .vertical-tab-title:before {
    margin-top: 1px;
}

.arhiv {
    display: inline-block;
    border: 1px solid #C6CDD5;
    border-radius: 4px;
    padding: 35px;
    transition: all 0.3s linear;
}

.arhiv p {
    color: #354546;
    font-size: 20px;
    font-weight: 600;
}

.buh-content .block-year {
    transition: all 0.3s linear;
}

.buh-content .block-year:hover {
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2)
}

img:not([src]) {
    opacity: 0;
}

.main-menu li a.button {
    background: none;
}

.color-icon {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    width: 36px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

ul.clear-list li {
    margin-bottom: 10px;
}

.tile-with-border {
    padding: 25px;
    border: 1px solid #eee;
    min-height: 215px;
}

.tile-with-border img {
    max-width: 60px;
    margin-bottom: 25px;
}

.tile-with-border .tile-title {
    font-size: 18px;
    line-height: 26px;
    color: #354546;
}

.left-bord {
    position: relative;
    padding-left: 14px;
    display: block;
}

.left-bord:before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(220.15deg, #00C66B 3.54%, #009439 104.19%);
}

.hexagon {
    background: #42484E;
    border: 1px solid #515960;
    border-radius: 5px;
    margin-left: 44px;
    padding: 20px;
    padding-left: 60px;
    min-height: 132px;
    height: 132px;
    display: table;
    width: calc(100% - 44px);
}

.hexagon img {
    position: absolute;
    max-width: 120px;
    left: 0px;
    top: 0px;
}

.hexagon p {
    font-weight: 300;
    font-size: 13px;
    min-height: 72px;
    vertical-align: middle;
    display: table-cell;
}

.clients-slider-item-container {
    width: 100%;
    padding: 0 15px;
    position: relative;
    outline: none;
}

.popup-slider-item {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    z-index: 20000;
    cursor: pointer;
}

.popup-slider-item img {
    max-width: 95%;
    max-height: 95%;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.clients-slider-item:before {
    content: '';
    height: 100%;
    background: #009439;
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 15px;
    right: 15px;
    margin: auto;
    transition: all 0.3s;
    cursor: pointer;
}

.clients-slider-item:after {
    content: "\f2eb";
    font-family: LineAwesome;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    font-size: 26px;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 0;
    transition: all 0.3s
}

.clients-slider-item:hover:before {
    opacity: 0.42;
}

.clients-slider-item:hover:after {
    opacity: 1;
}

.clients-slider .slick-prev {
    width: 40px;
    height: 40px;
    left: -60px;
    z-index: 100;
    top: 50%;
}

.clients-slider .slick-next {
    width: 40px;
    height: 40px;
    right: -60px;
    top: 50%;
}

.clients-slider .slick-prev:hover,
.clients-slider .slick-next:hover {
    background: none;
}

.clients-slider .slick-prev:before {
    width: 40px;
    height: 40px;
    content: "\f111";
    font-family: LineAwesome;
    background: rgb(185, 185, 185);
    display: block;
    padding-top: 5px;
    border-radius: 50%;
    color: #fff;
}

.clients-slider .slick-next:before {
    width: 40px;
    height: 40px;
    content: "\f112";
    font-family: LineAwesome;
    background: rgb(185, 185, 185);
    display: block;
    padding-top: 5px;
    border-radius: 50%;
    color: #fff;
}

.issuers-form-container {
    background: rgba(255, 255, 255, 0.7);
    padding: 0 30px;
    max-width: 900px;
    border-radius: 10px;
}

.issuers-form .form-field input {}

#top-mobile-menu {
    position: fixed;
    background: #27283a;
    top: 0;
    width: 75%;
    left: -100%;
    transition: all .4s;
    overflow-y: scroll;
    height: 100vh;
}

#top-mobile-menu.opened {
    left: 0;
}

.top-mobile-panel {
    height: 60px;
}

#mobile-menu-opener {
    padding: 9px 12px;
    font-size: 30px;
}

#mobile-menu-closer {
    padding: 9px 12px;
    font-size: 30px;
    color: #fff;
}

.mobile-menu-list {
    list-style: none;
    padding-left: 0px;
}

body.stop-scroll {
    overflow: hidden;
}

.mobile-menu-list li {
    padding: 15px;
    border-bottom: 1px solid #f2f2f20d;
}

.mobile-menu-list li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
}

#main-menu a.current-link {
    border-bottom: 2px solid #99996F;
    padding-bottom: 2px;
    line-height: 2;
}

#main-menu a.current-link:hover {
    border-color: #8abd24;
}

.drop-down-submenu.bigbox {
    left: 0;
    margin-left: 0!important;
    box-shadow: 0px 4px 16px 6px #00000010;
    padding: 3rem!important;
}

.drop-down-submenu .col-title {
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: bold;
    color: #304345;
    position: relative;
    min-height: 90px;
}

.drop-down-submenu.bigbox ul {
    padding-left: 0;
}

.drop-down-submenu .col-title:after {
    content: "";
    width: 50%;
    height: 3px;
    background: #8abd25;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    position: absolute;
    bottom: 0;
}

.grey-block {
    background-color: rgba(217, 217, 217, 0.30);
    position: relative;
    z-index: 1;
    /* max-width: 100%;
	overflow: hidden */
}

.grey-block::before,
.grey-block::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    width: 100%;
}

.grey-block::before {
    background-color: white;
    z-index: -2;
}

.grey-block::after {
    background-color: rgba(217, 217, 217, 0.30);
    z-index: -1;
}

.light-green-bg-c {
    background: #F4F4F4 !important;
    margin-right: 14px;
}

.light-green-bg-c:hover {
    box-shadow: none !important;
}

#popup-form input,
#popup-form-ver1 input,
#popup-form-ver2 input {
    border: 2px solid #1A1B20;
    box-sizing: border-box;
    border-radius: 35px;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    padding: 10px 25px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
}

#form-block input.error,
#popup-form input.error,
#popup-form-ver1 input.error,
#popup-form-ver2 input.error {
    border-color: #ff6c40;
}