/*@import "media.css";*/
*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

.vf-invalid::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.vf-invalid:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.vf-invalid::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.vf-invalid:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}

body input:required:valid,
body textarea:required:valid {

}

html.js .loader {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

html.js .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute;
}

body {
    font-family: sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    font-family: "NotoSansRegular";
    overflow-x: hidden;
}

.hidden {
    display: none;
}

h1, h2, h3, h4, b, strong {
    font-weight: normal;
}

a, a:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline: none;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.done-w {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    bottom: 0;
    right: 0;
    z-index: 10000;

}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.done-window {
    position: fixed;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 1);
    color: #010101;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 35px 15px;
    border: 3px solid #86bc42;
    padding-top: 13px;
}

.done-window h3 {
    margin: 0;
}

.done-window small {
    font-size: 14px;
    text-transform: none;
    line-height: 18px;
}

.video-responsive {
    position: relative;
    overflow: hidden;
    height: 270px;
    margin: auto;
    margin-bottom: 25px;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.main_mnu_button {
    background-color: transparent;
    border: none;
    color: #000000;
    font-size: 36px;
    display: none;
}

.arrow_img, .arrow_text {
    display: none;
}

.popup-form {
    background-color: #fff;
    border-radius: 3px;
    padding: 25px;
    position: relative;
    margin: 0 auto;
    max-width: 350px;
    text-align: center;
}

.popup-form input, .popup-form textarea {
    border: none;
    border-bottom: 1px solid #BCBCBC;
    text-indent: 15px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 0;
}

.popup-form h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.dib {
    display: inline-block;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

header {
    border-bottom: 1px solid #E7E7E7;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: inline-block;
    text-transform: uppercase;
    color: #202020;
    padding: 27px 5px;
    font-size: 14px;
    font-family: "NotoSansBold";
}

nav ul li a:hover, .lng-box li a:hover {
    color: #1591AB;
}

.lng-box li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #252424;
}

.lng-box ul li {
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 2px;
}

.lng-box ul li:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.lng-box li a {
    color: #252424;
}

.block-1 {
    position: relative;
    background: url(../img/architecture-2256489.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: calc(100vh - 77px);
    z-index: 1;
}

.block-1 .center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
}

.block-1:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, .37);
}

.block-1 h1 {
    font-size: 48px;
    line-height: 1.2;
    font-family: 'Gilroy-ExtraBold';
    text-transform: uppercase;
    margin-bottom: 25px;
}

.block-1 ul {
    margin-bottom: 55px;
}

.block-1 ul li {
    font-family: "NotoSansBold";
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.block-1 ul li:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #1591AB;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    left: 0;
    top: 2px;
}

.btn-vote {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}
.btn {
    display: inline-block;
    text-transform: uppercase;
    font-family: "NotoSansBold";
    padding: 18px 30px;
    position: relative;
    border: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.btn:hover {

}

.news-published {
    color: #1591AB;
    font-size: 12px;
}

.btn-small {
    padding: 10px 15px !important;
}
.btn-orange {
    background: #1591AB;
    color: #fff !important;
}

.btn-orange:hover {
    background-color: #fff;
    color: #1591AB !important;
}

.active-btn  {
    background: Orange;
    color: #fff !important;
}

.active-btn :hover {
    background-color: #fff;
    color: Orange !important;
}

.ppp-youtube {
    padding-left: 55px;
}

.ppp-youtube i {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.dog_verify th {
    background-color: #1591ab !important;
}

.ppp-youtube:hover i {
    color: #1591AB;
}

.block-1 .btn {
    margin-right: 15px;
    -webkit-box-shadow: 0 45px 90px rgba(0, 0, 0, .75);
    box-shadow: 0 45px 90px rgba(0, 0, 0, .75);
}

.block-2 {
    padding: 120px 0;
}

.block-2 h2.title {
    margin-top: 60px;
}

h2.title {
    font-size: 36px;
    line-height: 1.2;
    font-family: 'Gilroy-ExtraBold';
}

h2.title span {
    color: #1591AB;
}

.warranty-box {
    text-align: center;
    padding: 25px;
    -webkit-box-shadow: 0 40px 70px rgba(0, 0, 0, .1);
    box-shadow: 0 40px 70px rgba(0, 0, 0, .1);
    margin-bottom: 25px;
    font-size: 14px;
}
.news-box {
    padding: 25px;
    -webkit-box-shadow: 0 40px 70px rgba(0, 0, 0, .1);
    box-shadow: 0 40px 70px rgba(0, 0, 0, .1);
    margin-bottom: 25px;
    font-size: 14px;
}

.warranty-box b {
    font-family: "NotoSansBold";
}

.warranty-box p {
    min-height: 45px;
}

.warranty-box > span {
    width: 80px;
    height: 85px;
    text-align: center;
    display: inline-block;
    font-size: 44px;
    color: #1591AB;
    line-height: 1.2;
    -webkit-box-shadow: 0 40px 70px rgba(0, 0, 0, .1);
    box-shadow: 0 40px 70px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    position: relative;
    border-radius: 3px;
}

.warranty-box > span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block-3 {
    background: url(../img/bg-advantage.png) no-repeat center top;
    padding: 80px 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.b3-box {
    background-color: #fff;
    font-size: 14px;
    padding: 35px;
    -webkit-box-shadow: 0 40px 70px rgba(0, 0, 0, .1);
    box-shadow: 0 40px 70px rgba(0, 0, 0, .1);
    min-height: 460px;
    position: relative;
}

.b3-box .btn {
    position: absolute;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.b3-box h3 {
    text-align: center;
    font-family: 'Gilroy-ExtraBold';
    font-size: 24px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.b3-box h3:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 3px;
    background-color: #1591AB;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.b3-box strong {
    font-family: "NotoSansBold";
}

.b3-box ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.b3-box ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    left: 0;
    top: 1px;
    z-index: 1;
}

.b3-box ul li:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #1591AB;
    left: 4px;
    top: 5px;
    z-index: 2;
}

.block-3 .container {
    position: relative;
}

.block-3 .container:before {
    content: url(../img/key.png);
    position: absolute;
    left: -105px;
    top: -150px;
}

.block-4 {
    padding: 120px 0;
}

.block-4 h2.title {
    margin-bottom: 35px;
}

.block-4 .owl-nav {
    text-align: center;
    margin-top: 15px;
}

.block-4 .owl-nav > div {
    display: inline-block;
    height: 35px;
    width: 35px;
    color: #fff;
    text-align: center;
    background-color: #1591AB;
    font-size: 20px;
    line-height: 35px;
    margin: 0 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.block-4 .owl-nav > div:hover {
    background-color: #db8408;
}

.mfp-counter {
    display: none !important;
}

img {
    max-width: 100%;
}

.block-4 ul li {
    display: inline-block;
    width: 25%;
    padding: 15px;
}

.block-4 .owl-carousel {
    text-align: center;
}

.block-4 .owl-carousel img {
    width: auto !important;
    max-width: auto !important;
    display: inline-block !important;
}

.block-4 .owl-carousel a {
    display: inline-block;
    position: relative;
}

.block-4 .owl-carousel a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: rgba(255, 150, 0, .6) url(../img/ico-zoom.png) no-repeat center center;
}

.block-4 .owl-carousel a:hover:after {
    visibility: visible;
    opacity: 1;
}

/**/
.block-4 .owl-carousel2 {
    text-align: center;
}

.block-4 .owl-carousel2 img {
    width: auto !important;
    max-width: auto !important;
    display: inline-block !important;
    max-height: 250px !important;
}

.block-4 .owl-carousel2 a {
    display: inline-block;
    position: relative;
}

.block-4 .owl-carousel2 a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: rgba(255, 150, 0, .6) url(../img/ico-zoom.png) no-repeat center center;
}

.block-4 .owl-carousel2 a:hover:after {
    visibility: visible;
    opacity: 1;
}
/**/

.block-5 {
    background: url(../img/architecture-3363674.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.block-5:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: -1;
}

.block-5 h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    font-family: 'Gilroy-ExtraBold';
    margin-bottom: 25px;
}

.block-5 h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "NotoSansBold";
}

.block-5 .wrapper {
    background-color: rgba(255, 255, 255, .9);
    padding: 25px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 45px 90px rgba(0, 0, 0, .4);
    box-shadow: 0 45px 90px rgba(0, 0, 0, .4);
}

.block-6 {
    padding: 90px 0;
}

.block-6 p {
    font-family: 'Gilroy-ExtraBold';
    font-size: 30px;
    line-height: 1.2;
}

.block-6 .big {
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
    font-size: 48px;
    line-height: 1.2;
    margin-top: 35px;
}

.block-6 .big span {
    color: #1591AB;
}

.block-6 .btn {
    font-size: 14px;
    position: relative;
    top: -9px;
    margin-left: 15px;
}

footer {
    background-color: #202020;
    color: #fff;
    padding: 50px 0 70px;
    font-size: 14px;
}

footer a {
    color: #fff;
}

footer h4 {
    text-transform: uppercase;
    margin: 0;
    font-family: "NotoSansBold";
    margin-bottom: 15px;
}

footer p {
    margin-bottom: 7px;
}

.f-menu ul li:nth-child(2n+1) {
    width: 38%;
}

.f-menu ul li {
    display: inline-block;
    width: 60%;
    margin-bottom: 10px;
}

footer a:hover {
    color: #1591AB;
}

footer strong {
    font-family: "NotoSansBold";
}

.f-box {
    position: relative;
    min-height: 160px;
}

.f-box:after {
    content: '';
    position: absolute;
    right: -7px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, .1);
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox + label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}

.checkbox + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    transition: .2s;
}

.checkbox + label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    transition: .2s;
}

.checkbox:checked + label:before {
    background: #1591AB;
}

.checkbox:checked + label:after {
    left: 26px;
}

.checkbox:focus + label:before {
}

.radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.radio + label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.radio + label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}

.radio + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1591AB;
    opacity: 0;
    transition: .2s;
}

.radio:checked + label:after {
    opacity: 1;
}

.radio:focus + label:before {
}

.breadcrumbs {
    font-size: 12px;
    padding: 30px 0 0 0;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs a {
    color: #1591AB;
}

.content {
    font-size: 14px;
    padding-bottom: 70px;
    min-height: 500px;
}

.content a {
    color: #1591AB;
    border-bottom: 1px solid #1591AB;
}

.content a:hover {
    border-bottom: 1px solid transparent;
}

.content strong,
.content b {
    font-family: "NotoSansBold";
}

.content em {
    font-style: normal;
    font-family: "NotoSansItalic";
}

.content h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 30px;
    font-family: 'Gilroy-ExtraBold';
}

.content h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 15px;
    font-family: 'Gilroy-ExtraBold';
}

.content h3 {
    font-family: 'Gilroy-ExtraBold';
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #1591AB;
    margin-bottom: 15px;
    margin-top: 35px;
}

.content ul {
    margin-bottom: 15px;
}

.content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.content ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #1591AB;
    left: 0;
    top: 7px;
}

.content ol {
    counter-reset: myCounter;
    padding-left: 0;
}

.content ol li {
    list-style: none;
    margin-bottom: 15px;
}

.content ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #1591AB;
    display: inline-block;
    text-align: center;
    line-height: normal;
    height: auto;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0 8px;
}

.content table {
    width: 100%;
}

.content table th {
    background-color: #202020;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
}

.content table td {
    padding: 15px 10px;
}

.content table {
    margin-bottom: 25px;
}

.content table tr:nth-child(2n+1) {
    background-color: #F7F7F7;
}

.bg_blue {
    background-color: #57e2ff7a !important;
}

.bg_green {
    background-color: #8ee79a !important;
}

.bg_warning {
    background-color: #ffb2a4 !important;
}

.form-content input[type="text"],
.form-content input[type="number"],
.form-content input[type="date"],
.form-content input[type="password"],
.form-content textarea {
    width: 350px;
    padding: 10px 0;
    text-indent: 15px;
    margin-bottom: 15px;
    border: 1px solid #E1E1E1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.form-content input[type="date"] {
    text-indent: 7px;
}

.form-content input[type="text"]:focus,
.form-content input[type="number"]:focus,
.form-content input[type="date"]:focus,
.form-content input[type="password"]:focus,
.form-content textarea:focus {
    border: 1px solid #1591AB;
}

.form-content textarea {
    min-height: 150px;
}

.form-content .nice-select {
    float: none;
    margin-bottom: 15px;
    width: 350px;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #E1E1E1;
}

.form-content .nice-select ul li {
    padding-left: 15px;
}

.form-content .nice-select ul li:before {
    display: none;
}

.accordeon {
    margin-top: 35px;
}

.accordeon dt {
    color: #fff;
    background-color: #202020;
    font-size: 18px;
    padding: 10px 25px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent;
}

.accordeon dt:hover {
    background-color: #fff;
    color: #202020;
    border: 1px solid #1591AB;
}

.accordeon dd {
    padding-top: 15px;
    padding-bottom: 30px;
}

.user-panel {
    border: 1px solid #ffa201;
    padding: 25px;
    margin-bottom: 15px;
}


.user-panel .name-user:first-child {
	font-size: 16px !important;
	font-family: "NotoSansBold";
}

.user-panel .name-user {
    font-size: 13px !important;
}


.user-menu {
    background-color: #202020;
    
}

.user-menu a {
    color: #fff;
    border-bottom: none;
    padding: 15px 25px;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid #000;
}

.user-menu a:hover {
    background-color: #000;
}

.user-menu ul li {
    padding-left: 0;
    margin-bottom: 0;
}

.user-menu ul li i {
    width: 25px;
}

.user-menu ul li.active ul {
    display: block;
}

.user-menu ul li:before {
    display: none;
}

.user-menu ul li ul {
    background: #F8F8F8;
    display: none;
    margin-bottom: 0;
}

.user-menu ul li ul li a {
    border-top: none;
    border-bottom: 1px solid #DEDEDE;
    color: #000;
    padding-left: 35px;
    font-size: 13px;
}

.user-menu ul li ul li a:hover {
    color: #fff;
}

.calc-wrapper {
    background-color: #F2F2F2;
    padding: 25px;
}

.calc-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
}

.calc-item legend {
    display: block;
    font-size: 16px;
    font-family: "NotoSansBold";
}

.ui-slider .ui-slider-handle {
    width: 35px;
    height: 35px;
    border: 5px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    background-color: #1591AB;
    top: -13px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ui-slider .ui-slider-handle:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ui-widget-header {
    background-color: #1591AB;
}

#slider-range-max {
    margin: 15px 0;
}

.schedule-payments {
    margin-top: 35px;
    margin-bottom: 45px;
}

.schedule-payments table tr th {
    font-size: 9px;
}

.schedule-payments table td {
    text-align: center;
}

.schedule-payments table td:first-child {
    text-align: left;
}

.content .tab {
    display: inline-block;
    padding: 10px 35px;
    font-family: "NotoSansBold";
    text-transform: uppercase;
    color: #fff;
    background-color: #ffa201;
    cursor: pointer;
}

.content .tab.active {
    background-color: #202020;
}

.tab_content {
    margin-top: 15px;
}

.control-label {
    width: 100%;
    display: block;
    font-family: "NotoSansBold";
}

.auth-form .btn {
    margin-top: 15px;
    padding-left: 85px;
    padding-right: 85px;
}

.icon-rnd-box {
    border-radius: 3px;
    border: 1px solid #ffa201;
    text-align: center;
    padding: 35px 15px;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.icon-rnd-box:hover {
    background: #ffa201;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.img-video {
    width: 150px !important;
}

.icon-rnd-box img {
    width: 60px;
    height: 60px;
}

.icon-rnd-box a {
    display: block;
    border-bottom: none;
}

.icon-rnd-box a:hover {
    border-bottom: none;
}

.icon-rnd-box p {
    margin-top: 15px;
    margin-bottom: 0;
    font-family: "NotoSansBold";
}
.pagination {
	text-align: center;
}
.pagination  li {
	display: inline-block;
	padding-left: 0 !important;

}

.pagination  li:before {
	display: none !important;
}

.pagination  li a,
.pagination  li span {
	border-bottom: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #E7E7E7;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;

}
.pagination  li a:hover {
	background-color: #E8E8E8;
}

.pagination  li.active span {
	background-color: #1591AB;
}


.radio-item {
    position: relative;
    display: inline-block;
    width: 18%;
}
.radio-item .radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
}
.radio-item .radio + label {
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 14px;
  z-index: 1;
  border: 1px solid #000;
  font-size: 20px;
  font-family: "NotoSansBold";

}
.radio-item .radio + label:before {
  display: none;
}
.radio-item .radio + label:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  width: 100%;
  opacity: 0;
  border-radius: 0;
  transition: .2s;
  z-index: -1;
  height: 100%;
}
.radio-item .radio:checked + label:after {
  opacity: 1;
}

.radio-item .radio:checked + label {
    color: #fff;
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*AlertBlock*/

.alert {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 20px;
    border-radius: 3px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 5px;
    opacity: 0.83;
    transition: opacity 0.6s; /* 600ms to fade out */
}
.alert.success {
    background-color: #4CAF50;
}
/* The close button */
.closebtn_alert {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.mfp-figure {
    background: #FFF;
}

.mfp-figure img {
    margin: 10px;
}

.mfp-title {
    text-align: center;
    line-height: 18px;
    color: #000;
    word-wrap: break-word;
    padding-right: 36px;
}
/* Appeals */
.appeals__heading {
    margin-top: 0 !important;
}

.appeals__label {
    font-weight: bold;
    margin-top: 30px;
}
#header__appeals {
    border: 1px solid #1591ab;
    border-radius: 5px;
    padding: 10px;
}
#text__appeals {
    border: 1px solid #1591ab;
    border-radius: 5px;
    padding: 10px;
}
.appeals__add {
    display: none;
}
.appeals__span {
    width: 240px;
    height: 58px;
    border: 1px solid #1591ab;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}
.appeals__icon {
    color: #1591ab;
    margin-left: 10px;
    font-size: 15px;
}
.appeals__form button {
    margin-bottom: 50px;
}
.addingItem {
    height: 47px;
    border: 1px solid #1591ab;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.addingItem_del {
    height: 47px;
    background: #1591AB;
    color: white;
    margin-bottom: 0 !important;
    cursor: pointer;
    border: none;
    padding: 10px 10px 10px 20px;
    outline: none !important;
}
.addingItem_del,
.fa-trash {
    padding-right: 10px;
}
.addingItem:before {
    content: none !important;
}
/* show_appeal */
#header__appeals-show {
    background-color: #e6e7e9;
    padding: 10px;
}
#header__appeals_box {
    border: 1px solid #ffa201;
    padding: 10px;
    margin-bottom: 30px;
}
.margin-bot-center {
    margin-bottom: 10px;
}
/* show_notif_duty */
.text_duty {
    font-size: 25px;
}
.text_duty_view {
    color: red;
    font-weight: bold;
}

/* statementCreate */
.form__statement {
    display: flex;
    /*flex-direction: column;*/
    /*max-width: 450px;*/
    flex-wrap: wrap;
    /*width: 100% !important;*/
}

.form__statement input, textarea, option {
    width: 100% !important;
}

.form__statement_label {
    /*margin-top: 10px;*/
}

.form__statement_btn {
    margin-top: 25px;
}

.statement__heading {
    margin-top: 0 !important;
}

fieldset {
    border: 1px solid #e1e1e1 !important;
    padding: 10px !important;
    display: flex;
    flex-direction: column;
}

legend {
    width: 210px !important;
    font-size: 15px !important;
    padding: 3px !important;
    margin: 0 !important;
}

.check__span input {
    width: 95%;
}

.heading_docs {
    font-size: 14px;
}

.invalid-feedback {
    color: white;
    position: relative;
    bottom: 11px;
    background-color: #d54d4d;
    text-align: center;
    padding: 1px 16px;
}

/* кнопка добавления файла */

.fileUdlLabel {
    margin-top: 5px;
}

/* download_statement */
.stat__name_heading {
    font-size: 17px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.stat__container {
    width: 797px;
    margin: 0 auto;
}
.stat__heading {
    text-align: right;
    font-weight: bold;
    line-height: 30px;
}
.stat__heading p {
    line-height: 20px !important;
}
.stat__content {
    text-align: justify;
    line-height: 25px;
    font-size: 17px;
}
.stat__content span {
    font-weight: bold;
}
.stat__content_bold {
    font-weight: bold;
    margin-top: 50px;
    line-height: 25px;
}
.stat__bottom {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.stat__signature {
    font-size: 10px;
}
.stat__Udl {
    max-width: 400px;
}
.stat__img_file {
    width: 100%;
}

/* my_sharholder */
 .parent__item {
     display: flex;
     flex-direction: column;
     gap: 10px;
     position: relative;
 }

.parent__item_lineY {
    width: 1px;
    height: calc(100% - 80px);
    background-color: #0f6674;
    position: absolute;
    left: 24px;
    top: 56px;
}

.parent__item i {
    font-size: 50px;
    color: #ffa201;
    /*cursor: pointer;*/
}

.child__item {
    display: flex;
    max-width: 300px;
    gap: 10px;
    height: 95px;
    border: 1px solid #0f6674;
    border-radius: 2px;
    padding: 5px;
    position: relative;
    left: 73px;
}

.child__item__line {
    height: 1px;
    background-color: #0f6674;
    width: 50px;
    position: absolute;
    left: -50px;
    top: 45px;
}

.child__item_left {
    display: flex;
    align-items: center;
}

.child__item_left i {
    font-size: 50px;
    color: #0f6674 !important;
}

.child__item_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.child__item_right h3 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-size: 17px !important;
}

.child__item_right-text {
    margin-bottom: 0 !important;
}

.click__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.slide-bottom {
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.child__item_final {
    border-color: #00a65a;
}

.child__item_left_final {
    display: flex;
    align-items: center;
}

.child__item_left_final i {
    color: #00a65a;
}

.child__item_heading {
    color: #00a65a !important;
}

.closed__user_total {
    background-color: #8ee79a;
    height: 65px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.early_debt_closure_wrap {
    display: flex;
    gap: 20px;
}
.early_debt_closure {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: 400px;
    max-height: 200px;
    border: 1px solid #0f6674;
}

.early_debt_closure h3 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none !important;
    font-size: 15px;
    transition: 0.4s;
}

.active_accordion, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active_accordion:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}