@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype'),
    url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
a{
    color: #93af6e;
    transition: 0.3s;
}
a:hover{
    color: #a4765c;
    text-decoration: none;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
input.active.focus,
input.active:focus,
input.focus,
input:active.focus,
input:active:focus,
input:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
}
button:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}
.form-control:hover, .form-control:focus, .form-control:active{
    box-shadow: none;
}
.custom-control:focus {
    box-shadow: none!important;
}
.custom-control-input ~ .custom-control-label::before{
    border: none!important;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    top: -5px;
    left: -45px;
    display: block;
    width: 32px;
    height: 32px;
}
.custom-control-label::after {
    top: 1px;
    left: -39px;
    width: 20px;
    height: 20px;
    background: no-repeat 100%/100% 100%;
}
.check-label::after {
    background: no-repeat 70%/70% 100%;
}
table .custom-control-input ~ .custom-control-label::before {
    left: -15px;
}
table .custom-control-label::after {
    left: -9px;
}
.custom-control{
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 30px;
}
table .custom-control{
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.custom-control-label{
    font-size: 14px;
}
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    border: none!important;
    background-color: #9fbf75!important;
}
.custom-radio .custom-control-input:active ~ .custom-control-label::before {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    border: none!important;
    background-color: #9fbf75!important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    border: none!important;
    background-color: #9fbf75!important;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    border: none!important;
    background-color: #fff!important;
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    border: none!important;
    background-color: #9fbf75!important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    border: none!important;
    background-color: #9fbf75!important;
}
input, textarea {
    outline:none;
    box-shadow: none;
}
input:active, textarea:active {
    outline:none;
    box-shadow: none;
}
:focus {
    outline:none;
    box-shadow: none;
}

button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}

img{
    max-width: 100%;
    height: auto!important;
}
.container {
    width: 1250px;
    max-width: calc(100% - 30px);
}
.message{
    padding: 9px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 18px;
    z-index: 8;
    position: relative;
}

.message.error{
    border: 1px solid #a94442;
    background: #a94442;
}

.message.success{
    border: 1px solid #3c763d;
    background: #3c763d;
}

.message.warning{
    border: 1px solid #8a6d3b;
    background: #8a6d3b;
}
.hidden{
    display: none;
}
label {
    font-weight: 100;
}


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

.b_video_index{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;

}

.b_video__iframe_index{
    width: 534px;
    height: 296px;
    position: relative;
    top: 11px;
    left: 26px;
}


.b_video__close_index{
/*    width: 42px;
    height: 32px;*/
    position: absolute;
    top: 15px;
    right: 30px;
    cursor: pointer;
    color: #009de2;
    font-size: 18px;
    z-index: 9;
}

.b-video-block-link{
    display: block;
    position: relative;
}

.b-video-img-hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

body{
    font-family: 'Montserrat-Regular', sans-serif;
    color: #33251d;
}
.h2, h2 {
    font-size: 30px;
    font-family: 'Montserrat-Medium', sans-serif;
}
ul{
    margin: 0;
    padding: 0;
}

.header{
    height: 80px;
    background: #fff;
    box-shadow: 0px 6px 15px rgba(0,0,0,0.2);
    z-index: 10;
    position: relative;
}

.logo{
    margin-top: 25px;
}

.logo-link{
    display: block;
    position: relative;
}
.head-link img {
    width: 22px;
    margin-right: 2px;
    position: relative;
    bottom: 1px;
}
.head-link{
    color: #b5805a;
    transition: 0.2s;
    text-decoration: none;
    position: relative;
    top: 7px;
}

.head-link:hover{
    color: #93af6e;
    text-decoration: none;
}

.skype{
    float: left;
    margin: 0 20px 0 15px;
}

.skype a{
    display: block;
    color: #203a73;
    font-size: 18px;

    margin-top: 11px;
}

.skype a span{
    color: #9aa2b2;
    font-size: 14px;
}

.skype a:hover{
    text-decoration: none;
}

.email{
    float: left;
}

.email a{
    display: block;
    color: #203a73;
    font-size: 18px;

    margin-top: 11px;
}

.email a:hover{
    text-decoration: none;
}

.email a span{
    color: #9aa2b2;
    font-size: 14px;
}

.skype-title{
    font-size: 20px;
    color: #009de2;
    border-bottom: 2px solid #009de2;
    display: inline;
    padding-bottom: 8px;
}

.phone{
    text-align: right;
    margin-top: 30px;
}

.phone-title{
    color: #009de2;
    font-size: 20px;
    margin-bottom: 5px;
}

.phone a{
    color: #4e4e4e;
    font-size: 26px;
}

.phone a:hover{
    text-decoration: none;
}

.phone a span{
    color: #7a7a7a;
    margin-right: 4px;
}

.paralax-back{
    position: fixed;
    top: 130px;
    z-index: -1;
}

.slide{
    min-height: 720px;
    max-width: 1920px;
    margin: 0 auto 0 auto;
    background: #e9efe2;
}
.private-title{
    font-size: 36px;
    color: #000;
}

.title-index h2{
    font-size: 32px;
    color: #203a73;
    text-transform: uppercase;
    margin-bottom: 0;
}

.less-margin{
    margin: 40px 0 10px 0;
}

.block-title h1{
    margin: 0;
    padding: 0;
    font-size: 46px;
}

.static-body p{
    text-align: justify;
    font-size: 16px;
    color: #33251d;
}

.seo-text-block h2{
    font-size: 22px;
}

.seo-text-block p{
    text-align: justify;
    font-size: 15px;
    color: #2f2f2f;
}

.shablon-index-title{
    background-color: #203a73;
    color: #fff;
    font-size: 22px;
    padding: 15px 25px;

    min-height: 92px;
}

.index-doc-block{
    display: block;

}

.index-doc-block:hover{
    color: #666;
    text-decoration: none;
}

.index-doc-block:hover > .shablon-index-body{
    background-color: #dde2eb;
    color: #464646;
}
.shablon-index-block{
    margin-bottom: 30px;
}
.shablon-index-body{
    background-color: #f1f3f6;
    color: #666666;
    font-size: 16px;
    padding: 15px 25px;
    text-align: justify;
    min-height: 335px;
    overflow: hidden;
    transition: 0.4s;
}

.index-module{
    padding-bottom: 50px;
    padding-top: 40px;
}

.block-more{
    text-align: center;
}
.index-seo{
    padding: 50px 0 60px 0;
    color: #78787a;

}
.index-seo p{
    font-size: 15px;
    color: #78787a;
}
.news-index-date{
    color: #fff;
    font-size: 14px;

    background: #4799bb;
    display: inline-block;
    padding: 3px 10px;
}
.news-link{
    font-size: 20px;

    line-height: 1;
}

.read-more-new{
    width: 32px;
}

.new-color{
    color: #213a73;
}

.default-color{
    color: #93af6e;
}

.default-color:hover, .default-color:focus, .default-color:active{
    text-decoration: none;
    color: #b5805a;
}

.news-index-title{
    border-bottom: 1px solid #e2d7d0;
    min-height: 95px;
    position: relative;
    font-size: 18px;
    color: #b67f59;
    font-family: 'Montserrat-Medium', sans-serif;
}
.index-news-list{
    margin-top: 30px;
}
.fon-block{
    position: absolute;
    z-index: 1;
}

.block-two-title{
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    padding: 20px 25px;
    line-height: 1.2;
}

.block-two-body{
    position: relative;
    z-index: 2;
    padding: 0 25px 15px 25px;
    color: #fff;
    font-size: 14px;
}

.back-fone{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0a2a6e;
    z-index: 1;
    opacity: 0.5;
}

.ih-item.square.effect6 .img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.ih-item.square.effect6 {
    overflow: hidden;
    height: 250px;
}

.ih-item, .ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item, .ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.ih-item a:hover, .ih-item a:focus, .ih-item a:active{
    text-decoration: none;
    color: #fff;
}

.footer{
    background-color: #ebe8e6;
}

.footer-menu-title{
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.footer-menu-block{
    margin-top: 50px;
    color: #fff;
}

.color-grey{
    color: #8094a8;
    transition: 0.2s;
}

.color-white{
    color: #fff;
}

.color-blue{
    color: #009de2;
}

.large-phone a{
    font-size: 20px;
    color: #fff;
}

.medium-phone a{
    font-size: 18px;
    color: #fff;
}
.footer-info-line a{
    color: #a4765c;
    font-size: 14px;
}
.footer-info-line a:hover, .footer-info-line a:focus, .footer-info-line a:active{
    text-decoration: none;
    color: #93af6e;
}

.footer-info-line{
    border-top: 1px solid #e4dcd8;
    padding: 10px 0 10px 0;
    width: calc(100% - 25px);

}
.footer-menu-block .footer-info-line:last-child{
    border-bottom: 1px solid #e4dcd8;

}
.docs-footer-title{
    color: #a4765c;
    line-height: 1;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-bottom: 30px;
}
.point-line{
    display: flex;
    align-items: center;
}
.point-line:before{
    content: '';
    display: block;
    background: #93af6e;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
}
.footer-img{
    margin-top: 25px;
}
.pay-cart-block{
    margin-top: 30px;
}

.pay-cart-block img{
    margin-right: 10px;
}

.soc-footer-block{
    position: absolute;
    bottom: 0;
}

.soc-footer-list li{
    display: inline-block;
    margin: 0 0 0 10px;
}

.soc-footer-list li a{
    display: block;
    width: 38px;
    height: 38px;
    font-size: 20px;
    text-align: center;
    border-radius: 22px;
    line-height: 37px;
    color: #93af6e;
    cursor: pointer;
    transition: 0.3s;
    opacity: 1;
    border: 1px solid #93af6e;
}

.soc-footer-list li a:hover{
    background-color: #93af6e;
    color: #ebe8e6;
}

.soc-footer-list .soc-title{
    color: #8094a8;
    font-size: 20px;
    margin-right: 15px;
}

.copy-line{
    font-size: 12px;
    margin: 50px 0 0 0;
    background: #93af6e;
    color: #fff;
    padding: 15px 0 15px 0;
}

.slider-title{
    color: #665252;
    margin-top: 70px;
    text-transform: uppercase;

}
.slider-title h1 {
    font-size: clamp(24px, 4vw, 36px);
    font-family: 'Montserrat-Medium', sans-serif;
    margin: 0 0 60px 0;
}
.slider-body {
    color: #665252;
    font-size: clamp(20px, 2vw, 24px);
    font-family: 'Montserrat-Medium', sans-serif;
    margin-top: 70px;
    display: inline-block;
    background: #fff;
    padding: 15px 25px 20px 25px;
    border-radius: 50px;
}
.white-link-button{
    background-color: #fff;
    color: #009de2;
    border: #fff;
}

.slider-button{
    margin-top: 45px;
}

.slider-video-block{
    text-align: right;
    margin-top: 67px;
}

.b-video-block-button{
    padding: 10px;
    border: 1px solid #75797e;
}

.logo-small-site{
    display: none;
}

.small-logo{
    display: none;
}

.shablon-index-body p{
    background-color: #f1f3f6;
    color: #666666;
    font-size: 16px;
}

.links-horizont-block{
    text-align: center;
    margin-top: 30px;
}

.links-horizont-block li{
    display: inline;
    margin: 0 10px;
}
.auth-form .input{
    width: 100%;
    margin: 10px auto 0 auto;
    float: none;
}

.default-field{
    border-radius: 5px;
    padding: 11px 15px;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border: 1px solid #fff;
    height: 50px;
    font-size: 16px;
    color: #5b5b5b;
    background: #fff;
}
.default-field:focus, .default-field:active{
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.paginator{
    text-align: center;
}

.pagination .disabled{
    display: none;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #856253;
    cursor: default;
    border: 1px solid #856253;
}
.pagination li a{
    display: block;
    color: #9eb67e;
    font-size: 16px;
    line-height: 33px;
    border: 1px solid #9eb67e;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #9eb67e;
}

.pagination li a:hover, .pagination li a:focus, .pagination li a:active{
    color: #856253;
    border: 1px solid #856253;
}

.category-title{
    background: #a4765c;
}

.category-title a{
    font-size: 18px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 18px 15px;
    font-family: 'Montserrat-Medium', sans-serif;
    transition: 0.3s;
}
.category-title a:hover, .category-title a:focus, .category-title a:active{
    background: #93af6e;
    text-decoration: none;
}

.category-not-for-all{
    background: #004202;
}

.category-not-for-all a:hover{
    color: #fff;
}

.contract-link {
    font-size: 16px;
    line-height: 1.2;
    padding-left: 25px;
    display: block;
    position: relative;
    color: #33251d;
    transition: 0.3s;
}
.contract-link:hover, .contract-link:focus, .contract-link:active{
    color: #93af6e;
    text-decoration: underline;
}

.default-color:hover > .small-ring{
    background: #009de2;
}
.category-contract-title {
    margin: 0 0 5px 2px;
    padding: 15px 5px 20px 0;
    text-align: left;
    border-bottom: 1px solid #e9ddd6;
}
.category-contract-more{
    margin: -6px 0 0 0;
}
.blue-color{
    color: #009de2;
}
.news-block-one{
    margin-bottom: 20px;
}
.more-contracts{
    color: #93af6e;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
    display: block;
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #e9ddd6;
}
.more-contracts:hover, .more-contracts:focus, .more-contracts:active{
    color: #a4765c;
    text-decoration: none;
}
.contracts-line {
    margin-bottom: 15px;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #203a73;
    border-color: #203a73;
    border-radius: 0;
    text-align: center;
    padding: 15px 15px;
}
.text-font-dogovor{
   -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 40px 30px 40px 30px;
}
.doc-end-line{
    background: #e2d7d0;
    width: 100%;
    height: 1px;
    margin-left: 30px;
}
.single-part h2{
    margin-bottom: 25px;
    font-size: 24px;
    text-align: center;
}

.parts-block{
    margin-top: 30px;
}

.default-link{
    border: none;
    background: none;
    padding: 0 0 0 5px;
    font-size: 16px;
}

#message{
    color: #a94442;
    font-size: 16px;
    margin-bottom: 5px;
}
.modal-title {
    color: #534343;
    font-size: 24px;
    text-align: center;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-top: 20px;
}

.modal-header {
    border: none;
    display: block;
    padding: 20px;
}

.modal-reg-title{
    text-align: center;
    font-size: 22px;
    font-family: 'Montserrat-Medium', sans-serif;
    line-height: 1.2;
    margin-top: 10px;
}
.modal-face-wrapper{
    text-align: center;
}
.modal-content{
    border-radius: 0;
    font-weight: normal;
}
.modal-dialog{
    max-width: 580px;
}
.modal-xl {
    max-width: 1140px;
}
.enter-title{
    color: #203a73;
    font-size: 18px;
    text-align: center;
}

.modal-header .close {
    margin-top: 4px;
}
.reg-form{
    margin-top: 15px;
}
.modal-body .submit{
    text-align: center;
}
.modal-footer {
    text-align: center;
    border-top: 1px solid #203a73;
}
.soc-block{
    margin-top: 15px;
    text-align: center;
}
.doc-print{
    display: inline-block;
    font-size: 40px;
    transition: 0.2s;
    text-align: center;
    width: 70px;
}
.doc-print span{
    display: block;
    font-size: 12px;
    color: #33251d;

}
.block-doc-buttons{
    margin: 20px 0;
}
.docs-index-title{
    padding: 20px 0 20px 0;
}
.list-print{
    width: 60px;
}
.doc-print:hover, .doc-print:focus, .doc-print:active{
    color: #203a73;
    text-decoration: none;
}
.data-doc{
    color: #a4765c;
    font-size: 14px;
}
.block-index-buttons{
    text-align: right;
}
.order-show-block{
    margin-top: 30px;
    font-family: "Times New Roman",Georgia,Serif;

}
.jq-checkbox, .jq-radio {
    vertical-align: -4px;
    width: 18px;
    height: 18px;
    margin: 0 4px 0 0;
    border: 1px solid #009de2;
    cursor: pointer;
    background: none;
    box-shadow: none;

}
.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #203a73;
    box-shadow: none;
}

.parent-list{
    font-size: 18px;
    padding: 5px 15px 0 0;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #a4765c;
    margin-top: 20px;
}
.list-podcat {
    margin: 20px 15px 15px 0;
    padding: 15px 15px 0px 0;
    color: #a4765c;
    font-size: 16px;
    border-top: 1px solid #e9ddd6;
    font-family: 'Montserrat-Medium', sans-serif;
}
.radio-line2{
    padding: 0 15px;
}

.radio-line2 label input{
    margin-right: 10px;
}
.ch-field {
    /*white-space: nowrap;*/
    background: #e4d6ce;
    cursor: text;
    position: relative;
    display: inline-block;
    border: 1px solid #a58b7f;
    border-radius: 3px;
    box-sizing: border-box;
}
.sum-nds{
    background: #dacac1;
}

.nds{
    background: #dacac1;
}

.yes-field{
    background: #e8eede!important;
    border: 1px solid #9b9e95!important;
    border-radius: 3px;
}

.redactor-panel .yes-field {
    background: #cfd8b0;
}

.redactor-panel .user_edit {
    background: #d3edee;
}
.obs-doc-buttons{
    margin: 20px 0 0 0;
}
.input-load{
    position: absolute;
    z-index: 1;
    border: 1px solid #ececec;
    bottom: -2px;
    left: -2px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    display: block;
    vertical-align: top;
    box-sizing: border-box; /* Учитывать padding в ширине/высоте */
    font-size: inherit; /* Наследуем шрифт из родителя */
    line-height: inherit;
}
.blue-button{
    background: #009de2;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 10px 25px;
    border: 1px solid #009de2;
    border-radius: 25px;

    transition: 0.3s;

}

.left-panel{
    border: none;
}

.panel-body-left{
    background: #fff;
    padding: 0 0 10px 0;
}

.message-auth{
    text-align: center;
    display: none;
}

.error-message{
    color: #a94442;
    margin-top: 3px;
}

.block-link{
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
}
.block-link a{
    color: #93af6e;
}
.check-label{
    margin-left: 8px;
    position: relative;
    bottom: 1px;
}

.seo-text-block h3{
    font-size: 18px;
}

.comment-name{
    font-size: 16px;
    line-height: 1;
    display: inline;
    margin-right: 10px;
    font-weight: bold;
}

.face-str img{
    width: 45px;
    float: left;
    margin-right: 15px;
}

.date-str{
    color: #a4765c;
    font-size: 16px;
    display: inline-block;
}
.face-str{
    margin-bottom: 5px;
}
.comment-body{
    font-size: 14px;
    text-align: left;
}

.comment-name-line{
    text-align: left;
}

.answer-comment{
    text-align: right;
}

.open-answer{
    cursor: pointer;
    display: block;
    color: #93af6e;
    font-size: 15px;
    transition: 0.3s;
    position: absolute;
    top: -1px;
    right: 0;
    text-decoration: none;
}

.open-answer:hover{
    color: #b5805a;
    text-decoration: none;
}

.open-answer:active, .open-answer:focus{
    color: #b5805a;
    text-decoration: none;
}

.show-answer-block{
    color: #979797;
    padding-top: 10px;
    display: none;
    font-size: 14px;
}

.show-answer-block a{
    color: #93af6e;
}

.show-answer-block a:hover{
    color: #b5805a;
    text-decoration: none;
}

.single-comment{
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.single-comment:first-child{
    margin-top: 30px;
}

.single-comment:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

.comment-textarea{
    padding: 5px 10px 5px 30px;
    width: 100%;
    border: 1px solid #c7c7c7;
    max-width: 100%;
    min-width: 100%;
    color: #555;
    background: url(../img/com.png) 6px 8px no-repeat;
    border-radius: 3px;
    margin-bottom: 20px;
}

.shadow-but{
    box-shadow: 1px 2px 11px rgba(0,0,0,0.5);
}

.show-answer-block .comment-textarea{
    margin-bottom: 0;
}

.answer-button{
    display: inline;
    color: #93af6e;
    font-size: 15px;
    transition: 0.3s;
    text-decoration: none;
    border: none;
    background: none;
    padding: 0;

}

.answer-button:hover{
    color: #b5805a;
    text-decoration: none;
}

.answer-button:active, .answer-button:focus{
    color: #213873;
    text-decoration: none;
}

.no-moderate{
    background: #ffd2d2;
}

.del-com{
    position: absolute;
    right: 50px;
    top: 20px;
    font-size: 18px;
    color: red;
    opacity: 0.8;
}

.del-com:hover{
    color: red;
    opacity: 1;
}

.good-com{
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 18px;
    color: green;
    opacity: 0.8;
}

.good-com:hover{
    color: green;
    opacity: 1;
}

.new-comment-title h4{
    font-size: 24px;
}

.new-comment-wrapper .submit{
    display: inline-block;
    /*background: #edecec;*/
    position: relative;
    padding: 0 20px;
}

.new-comment-wrapper{
    margin-top: 30px;
    text-align: center;
}
.please-auth{
    font-size: 14px;
    background: #faf7f5;
    padding: 25px 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.new-seo{
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
}
.new-block-link{
    text-align: center;
    padding: 25px 30px;
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
}
.not-for-all{
    color: #098100;
}

.not-for-all:hover{
    color: #096602;
}

.not-for-all:hover > .small-ring{
    background: #096602;
}
.blue-button:focus .blue-button:active{
    color: #ffffff;
    background: #009de2;
    border:1px solid #009de2;
}

.blue-button:hover{
    color: #009de2;
    background: #fff;
    border:1px solid #009de2;
}
.btn-default{
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    border: none;
    display: inline-block;
    padding: 11px 25px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s;
    opacity: 1;
    font-family: 'Montserrat-Medium', sans-serif;
}
.btn-default:hover {
    opacity: 0.9;
    color: #fff;
}
.btn-default:focus, .btn-default:active{
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
}
.btn-default img{
    margin-left: 10px;
    position: relative;
    bottom: 1px;
}
.search-to .btn-default{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}
.search-no-to .btn-default{
    max-width: 360px;
}
.search-no-to{
    margin-top: 30px;
}
.reg-but-block{
    margin-top: 15px;
    text-align: center;
}
.search-title{
    font-size: clamp(16px, 1vw, 18px);
}
.serch-slide-group img{
    position: absolute;
    width: 20px;
    top: 15px;
    left: 15px;
}
.line-blue{
    height: 4px;
    background: #213873;
    position: relative;
    top: 21px;
}

.block-title h1{
    font-size: 30px;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #685454;
    text-transform: uppercase;
}
.start-title h2{
    font-size: 30px;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #685454;
    text-transform: uppercase;
}
.zagolovok{
    font-size: 30px;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #685454;
    text-transform: uppercase;
}

.block-title span{
    background: #fff;
    position: relative;
    padding: 0 15px;
}

.product-form{
    margin-bottom: 10px;
}
.contracts-list-block{
    padding-top: 15px;
}
.small-ring{
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(../img/arrow.svg) center center no-repeat;
    background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 1px;
}

.not-for-all .small-ring{
    background: #096602;
}

.dark-button{
    background: #213873;
    border: 1px solid #213873;
    border-radius: 0;
    padding: 7px 25px;
}

.dark-button i{
    margin-right: 10px;
}

.dark-button:focus, .dark-button:active{
    background: #213873;
    border: 1px solid #213873;
    color: #fff;
}

.dark-button:hover{
    color: #213873;
    background: #fff;
    border: 1px solid #213873;
}

.new-comment-button{
    color: #fff;
    margin-top: 0;
    display: inline-block;
    font-size: 18px;
    padding: 4px 25px 5px 25px;
    border: 1px solid #213873;
    border-radius: 0;

    transition: 0.3s;
    background: #213873;
}

.face-ico{
    background: #fff url(../img/Icon_User.svg) 13px 13px no-repeat;
    background-size: 20px;
    padding-left: 45px;
}

.key-ico{
    background: #fff url(../img/Icon_Key.svg) 13px 14px no-repeat;
    background-size: 20px;
    padding-left: 45px;
}
.re-ico{
    background: #fff url(../img/Icon_Key.png) 13px 14px no-repeat;
    background-size: 22px;
    padding-left: 45px;
}
.mail-ico{
    background: #fff url(../img/Icon_Email.svg) 13px 18px no-repeat;
    background-size: 20px;
    padding-left: 45px;
}
.pnone-ico{
    background: #fff url(../img/Icon_User.svg) 13px 18px no-repeat;
    background-size: 20px;
    padding-left: 45px;
}
.no-valid-pass{
    display: none;
}
.no-valid-pass1{
    display: none;
}
.no-float .email{
    float: none;
}
.more-reit-block .email{
    float: none;
}
.modal-content .author-modal{
    padding-bottom: 30px;
}
.more-reit-title{
    margin: 15px 0 25px 0;
}
.cons-form .default-field{
    margin-bottom: 20px;
}
.small-content-block .left-block .auth-form{
    text-align: left;
}

.one-line-links a{
    display: inline;
    font-size: 16px;
    color: #3c3c3c;
}

.one-line-links .submit{
    display: inline;
}

.small-line-but{
    padding: 4px 30px;
    margin: 0 75px;
}

.enter-soc-title {
    color: #a4765c;
    font-size: 16px;
    padding: 15px 0 5px 0;
    text-align: center;
    font-family: 'Montserrat-Medium', sans-serif;
}
.soc-auth-wr{
    min-height: 120px;
}
.users-block{
    padding-left: 30px;
}
.creator-title{
    font-size: 18px;
    margin-bottom: 10px;
}

.user-link{
    float: left;
    margin-top: 22px;
    font-size: 16px;
    color: #666;
}
.user-link span{
    font-weight: bold;
    color: #33251d;
}
.face-img{
    width: 70px;
    border: 3px solid #213873;
    float: left;
    margin-right: 15px;
    border-radius: 35px;
    overflow: hidden;
}
.note-auth{
    color: #fff;
    font-size: 24px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.full-dop-auth{
    position: relative;
    bottom: 140px;
}
.face-img img{
    width: 100%;
}
.button-link{
    border: none;
    background: none;
    padding: 0;
    line-height: 1;
    font-size: 14px;
}
.form-del-user .button-link{
    font-size: 15px;
}
.obs-list-wrapper{
    padding-left: 30px;
}
.obs-comment{
    text-align: left;
}
.obs-open{
    position: static;
}
.obs-comment-wrapper{
    margin-top: 30px;
    padding: 0 0 0 30px;
    padding-bottom: 40px;
}
.obs-comment-wrapper .comment-form {
    margin-top: 5px;
}
.redactor-link{
    margin-top: 13px;
}

.creator-line{
    margin-bottom: 40px;
}

.users-title{
    font-size: 18px;
    margin-bottom: 10px;
}

.single-user-line{
    margin-bottom: 15px;
}

.dop-user-title{
    font-size: 18px;
    margin-bottom: 5px;
}

.dop-id-user{
    margin-top: 40px;
}
.add-redactor-button{
    margin-top: 20px;
}
.notes-title{
    margin-top: 50px;
}
.welcome{
    font-size: 12px;
    color: #fff;
    display: flex;
    background: #594847;
    border-radius: 5px;
    height: 46px;
    align-items: center;
    justify-content: space-between;
    width: 28%;
    padding: 0 10px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.edit-line-one{
    display: flex;
    justify-content: space-between;
}
.u-id-title{
    color: #fc9;
}
.auth-links{
    float: right;
    margin: 10px 0;
    font-size: 16px;
}
.auth-links li{
    display: inline-block;
}

.no-border-bottom{
    border-bottom: none;
}
.small-pass{
    display: none;
    color: #a94442;
    margin-bottom: 5px;
}
.chut-nige{
    margin-top: 30px;
}
.card-but{
    padding: 5px 20px;
    border-radius: 17px;
    margin-left: 10px;
    display: block;
    transition: 0.3s;
}
.card-but:hover, .card-but:focus, .card-but:active{
    color: #fff;
    text-decoration: none;
}
.edit-doc-end{
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    color: #fff;
    width: calc(100% - 30px);
}
.block-inn-default{
    display: none;
}
.open-inn{
    background: #047401;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    font-size: 12px;

    opacity: 1;
    cursor: pointer;

}

.hasInn{
    position: relative;
}

.inn-block-find{
    background: #fff;
    border: 1px solid #047401;
    padding: 10px 15px;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: -60px;
    font-size: 16px;
    box-shadow: 0px 1px 4px 1px rgba(4,116,1,.5);
    overflow: hidden;
    width: 35px;
    height: 35px;
}

.search-inn{
    border: 1px solid #203a73;
    padding: 4px 10px;
    width: 295px;
    margin-top: 10px;

}

.inn-button{
    display: inline-block;

    border: 1px solid #203a73;
    background: #203a73;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
    transition: 0.3s;
}

.inn-button:hover, .inn-button:focus, .inn-button:active{
    background: #fff;
    color: #203a73;
}

.button-inn-block{
    margin-top: 10px;
    width: 300px;
}

.inn-title{

}

.blue-link-button{
    background: #009de2;
    color: #fff;
    border: 1px solid #009de2;
    font-size: 16px;
}

.blue-link-button:hover{
    text-decoration: underline;
}

.blue-link-button:focus, .blue-link-button:active{
    color: #fff;
}

.blue-link-button i{
    margin-right: 5px;
}

.print-def-block{
    margin-top: 15px;
}

.video-img{
    width: 100%;
    height: auto;
}

.b-ts3-large-block__link{
    position: relative;
    display: block;
}

.video-img img{
    width: 100%;
    height: auto;
}

.video-img .play-button{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
}

.b_video{
    width: 50%;
    height: 50%;
    position: fixed;
    top: 50%;
    margin-top: -20%;
    left: 50%;
    margin-left: -26%;
    z-index: 9999;
    background-color: #fff;
    display: none;
    border: 5px solid #fff;

}

.b-ts3-fon{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.8);
    display: none;
}

.b_video__iframe{
    width: 100%;
    height: 100%;
}

.b_video__close{
    width: 42px;
    height: 42px;
    background: url(../img/cross.png) center center no-repeat;
    position: absolute;
    top: -40px;
    right: -50px;
    cursor: pointer;
}

.b_video .b_video__iframe{
    top: 0;
    left: 0;
}

.panel-body-video{
    padding: 0;
    border-radius: 0 0 5px 5px;
}

.notes-block{
    padding: 15px 15px 5px 15px;
    border-radius: 0 0 5px 5px;
}

/*.move-panel{
    position: fixed;
    width: 263px;
}*/

.sidebar{
    width: 290px;
    float: left;
    border-radius: 5px;
    position: relative;
}
.share-block{
    display: inline-block;
}
.share-title{
    display: inline-block;
    font-family: 'Montserrat-Medium', sans-serif;
    position: relative;
    top: 10px;
    margin-right: 5px;
}
.panel-scroll{
    overflow: auto;
    height: 95vh;
    border-radius: 5px;
}

.sidebar__inner{
    margin-bottom: 1vh;
}

.soc-share-block{
    text-align: right;
    font-size: 16px;
    margin-top: 5px;
}

.soc-share-block .ya-share2__badge {
    border: 1px solid #93af6e!important;
    background: #93af6e!important;
    border-radius: 50%!important;
}

.soc-share-block .ya-share2__container_size_m .ya-share2__icon {
    height: 35px!important;
    width: 35px!important;
    background-size: 30px 30px!important;
    background-position: 3px 3px !important;
}

.doc-container{
    padding: 50px 100px 60px 100px;
    left: -15px;
    position: relative;
    margin-bottom: 60px;
    background: #fff;
    border-radius: 5px;
}

.seo-text-block h2{
    margin-bottom: 15px;
}

.no-border{
    border: none;
}

.bread-block{
    font-size: 14px;
    color: #a4765c;
}

.bread-block span{
    color: #1e1e1e;
    margin: 0 5px;
}

.bread-block a{
    font-size: 14px;
    color: #1e1e1e;
}

.bread-block-title{
    margin: 30px 0 10px 0;
}

.nav-reg{
    text-align: center;
    border-bottom: none;
}

.nav-reg > li > a {
    display: inline;
    padding: 0 15px;
    font-size: 18px;
    color: #009de2;
}

.nav-reg > li {
    float: none;
    display: inline;
}

.nav-reg > li > a:hover {
    border-color: #fff;
    text-decoration: underline;
    background: none;
}

.nav-reg > li.active > a, .nav-reg > li.active > a:focus, .nav-reg > li.active > a:hover {
    color: #203a73;
    cursor: default;
    background-color: #fff;
    border: none;
    text-decoration: none;

}

.private-check-block{
    margin-bottom: 15px;
}

.need-check{
    color: #a94442;
    margin-top: 10px;
    display: none;
    text-align: center;
    font-size: 14px;

}

.private-check-block input{
    position: relative;
    top: -1px;
    margin-right: 15px;
    float: left;
    margin-left: 2px;
}

.modal-body {
    padding: 15px 35px 0 35px;
}

.ramka{
    border: 3px solid #213873;
    padding: 15px 20px 15px 20px;
}

.znak{
    cursor: pointer;
    transition: 0.2s;
    width: 18px;
    display: inline-block;
    height: 18px;
    line-height: 1;
}

.znak:hover{
    opacity: 0.8;
}

.note-text{
    background: #fff;
    padding: 15px 15px 11px 15px;
    font-size: 14px;
    border-radius: 7px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0px;
    display: none;
    text-align: left !important;
    line-height: 1.4;
    box-shadow: 3px 5px 6px rgba(0,0,0,0.3);
}

.note-wrapper{
    position: relative;
    left: -7px;
    bottom: 9px;
}

.note-block{
    width: 200px;
    position: absolute;
    bottom: 0;
}

.note-close{
    color: #93af6e;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 0.8;
    background: #fff;
    padding: 1px 2px 1px 3px;
    line-height: 1;
    border-radius: 10px;
    font-size: 13px;
}

.note-close:hover{
    opacity: 1;
}
.docs-date{
    margin-left: 10px;
}

.white-but{
    background: #fff;
    color: #009de2;

    font-size: 18px;
    padding: 7px 20px;
    border-radius: 20px;
}

.white-but:hover, .white-but:focus, .white-but:active{
    background: #4dc4f8;
    color: #fff;
}

.pg-docs{
    margin-top: 25px;
}

.pagination .prev a, .pagination .first a{
    background: url(../img/ico_20.png) center center no-repeat;
    background-size: 30px;
    padding: 0px 20px;
    border: none;
    display: block;
    height: 35px;
}

.pagination .next a, .pagination .last a{
    background: url(../img/ico_19.png) center center no-repeat;
    background-size: 30px;
    padding: 0px 20px;
    border: none;
    display: block;
    height: 35px;
}

.pagination > li {
    display: inline-block;
    margin: 0 7px;
}
.pagination .prev a:hover, .pagination .prev a:focus, .pagination .prev a:active{
    border: none;
}
.pagination .next a:hover, .pagination .next a:focus, .pagination .next a:active{
    border: none;
}
.pagination .first a:hover, .pagination .first a:focus, .pagination .first a:active{
    border: none;
}
.pagination .last a:hover, .pagination .last a:focus, .pagination .last a:active{
    border: none;
}
.pagination .prev, .pagination .next, .pagination .first, .pagination .last{
    position: relative;
    top: 11px;
}
.private-check-block {
    font-size: 12px;
    color: #666666;
    margin: 0 auto;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px;
}

.form-group {
    overflow: hidden;
}
.confirmation_form{
    background: #faf7f5;
    padding: 30px 35px;
    overflow: hidden;
}
.auth-wrapper{
    position: relative;
    margin-top: 50px;
    background: #fff;
}
.face-wrapper{
    text-align: center;
    padding: 15px;
    margin: 0 auto;
}
.modal-title-wrapper{
    padding: 30px 15px;
    text-align: center;
}
.reg-dop-wrapper{
    margin-top: 20px;
}
.modal-face-wrapper img{
    max-width: 30px;
}
.left-link{
    font-size: 12px;
    float: left;
    text-decoration: underline;
}
.line-form{
    margin-bottom: 20px;
}
.right-link{
    font-size: 12px;
    float: right;
    text-decoration: underline;
}

.ulogin-buttons-container div{
    margin: 0 5px 0 5px!important;
}

.modal-body{
    border-top: none;
    background: #faf7f5;
}
.form-group1{
    margin-bottom: 20px;
}
.popap-nav{
    margin-top: 20px;
}

.left-pop-link{
    width: 48%;
    display: inline-block;
    text-align: center;
}

.right-pop-link{
    width: 49%;
    display: inline-block;
    text-align: center;
}

.popap-nav li a{
    font-size: 18px;

    color: #666;
}

.popap-nav .active a{
    color: #009de2;
}

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

.enter-button .default-link-button {
    font-size: 16px;
    padding: 8px 40px;
    border-radius: 34px;

    width: auto;
    background: #009de2;
    color: #fff;
}

.enter-button .default-link-button:hover, .enter-button .default-link-button:focus, .enter-button .default-link-button:active{
    text-decoration: underline;
}

.enter-button{
    margin: 30px 0 25px 0;
}
.modal-header .close {
    font-size: 40px;
    color: #93af6e;
    position: absolute;
    right: 16px;
    top: -13px;
    opacity: 0.8;
    transition: 0.2s;
}
.modal-header .close:hover{
    color: #a4765c;
    opacity: 0.8;
}

.partner-link{
    margin-top: 20px;
    text-align: center;
}

.form-link{
    cursor: pointer;
}

.open-part-block{
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    display: none;
}

.partner-link-block{
    margin-top: 10px;
}

#doc_id{
    display: none;
}

.opened-part-block{
    display: block;
}

.partner-cab-link{
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.come-in{
    margin-top: 10px;
    font-size: 16px;
}

.sums-in{
    font-size: 16px;
}

.sums-out{
    font-size: 16px;
}

.more-partner-info{
    margin-top: 10px;
    font-size: 16px;
}

.contract-title-pay{
    display: block;
    font-size: 24px;
    text-align: center;
}

.pay-but-block{
    margin-top: 40px;
    text-align: center;
}

.pay-order-id{
    display: inline;
    margin: 0 5px;
    text-align: center;
    font-size: 20px;

}

.pay-order-id span{

}

.pay-price{
    text-align: center;
    display: inline;
    margin: 0 5px;
    font-size: 20px;

}

.pay-price span{

}

.price-block{
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.price-sum span{
    color: #009de2;
}

.pay-img{
    margin-left: 10px;
}

.total-nach{
    font-size: 18px;
}
.total-nach span{
    color: #009de2;
}

.total-balance{
    font-size: 18px;
    color: #009de2;
}

.result-total{
    background: #f3f3f3;
    padding: 15px 15px;
}

.full-text-note{
    color: #009de2;
    text-align: center;
    font-size: 24px;

    margin-top: 25px;
    margin-bottom: 20px;
}

.back-link-block{
    text-align: right;
    margin-bottom: 15px;
}

.back-link-block a{
    font-size: 16px;
    color: #009de2;
}

.edit-profil{
    margin-bottom: 15px;
}

.edit-profil a{
    font-size: 16px;
    color: #009de2;
}

.edit-form .email{
    width: 100%;
}

.edit-form label{
    color: #009de2;
    display: block;
    font-size: 18px;
    margin-left: 5px;
}

.edit-note{
    color: #009de2;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.enter-form{
    margin-top: 20px;
}

.enter-form #message{
    text-align: center;
}

.note-reg{
    width: 440px;
    margin: 0 auto;
    text-align: left;
    color: #888;
}
.polititcs-note-reg {
    width: auto;
    margin: 15px auto 0 auto;
    font-size: 14px;
    color: #666666;
    text-align: center;

}
.new-reg-form .polititcs-note-reg{
    text-align: left;
    font-size: 12px;
}
.modal-soc{
    background: #fff;
    margin: 25px -35px 0 -35px;
    overflow: hidden;
    padding: 0 0 30px 0;
}
.lost-reg {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.pay-date{
    color: #666;
    display: block;
    margin-top: 3px;
    font-size: 14px;

}

.cost-contract{
    margin-left: 10px;
    margin-top: 15px;
}

.pay-contract{
    margin-left: 10px;
}

.plavaem{
    position: fixed;
    top: auto;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.default-link-button i {
    font-size: 14px;
}
.block-more-action{
    margin-top: 65px;
    text-align: center;
}

.reg-block-more{
    margin-top: 40px;
}

.note-box-title{
    color: #203a73;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.note-box-wrapper{
    text-align: center;
}

.note-box{
    margin-bottom: 50px;
}

.slider-text-block{
    text-align: center;
}

.left-sl .slider-note-block{
    margin: 0 auto;
    color: #665252;
}
.doc-note-block{
    padding: 20px 0 25px 5px;
    background: #93af6e;
}
.doc-note-block .slider-note-title{
    font-size: 16px;
}
.doc-note-block .slider-note-body{
    font-size: 16px;
}
.doc-note-block .slider-note-ico {
    width: 60px;
    margin-right: 15px;
    float: left;
    margin-top: 9px;
}
.doc-note-block .slider-note-body span{
    display: block;
    color: #e8eede;
    text-decoration: underline;
}
.doc-note-block .slider-note-body{
    color: #fff;
}
.doc-note-block .slider-arrow{
    position: absolute;
    right: 15px;
    top: 38px;
}
.slider-form .form-group{
    margin: 0;
}
.left-sl .slider-arrow {
    position: absolute;
    right: -15px;
    top: 85px;
}
.slider-form .default-field {
    border: 1px solid #fff;
    padding: 12px 25px 10px 40px;
    font-size: 16px;
    border-radius: 5px;
    width: 525px;
    display: inline-block;
    height: 50px;
    color: #33251d;
}
.beg-color{
    color: #fed8b1;
}
.dbeg-color{
    color: #a4765c;
}
.medium-text{
    font-family: 'Montserrat-Medium', sans-serif;
}
.left-sl .slider-note-ico{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: relative;
    background: #93af6e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.slider-num{
    font-size: 170px;
    color: #9fbe75;
    font-family: 'Montserrat-Medium', sans-serif;
}
.left-sl .slider-note-wrapper{
    width: 90px;
    position: absolute;
}
.left-sl .slider-body-text {
    text-align: center;
    margin: 20px auto 0 auto;
    max-width: 240px;
}
.left-sl .slider-note-arrow{
    position: absolute;
    right: -60px;
    top: 16px;
}

.fsize-30{
    font-size: clamp(26px, 3vw, 30px);
}
.slider-note-title{
    margin: 0 0 7px 0;
    font-size: 18px;
    color: #fed8b1;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: bold;
}
.left-sl .slider-note-title{
    color: #a4765c;
}
.slider-note-title a{
    color: #a4765c;
}
.slider-note-body{
    font-size: 14px;
    line-height: 1.4;
}
.slider-form{
    background: rgba(107,85,85,0.6);
    display: inline-block;
    padding: 20px 30px;
    margin-top: 35px;
}
.slider-form .search-button{
    margin-left: 10px;
    padding: 0 40px;
}

.slider-line{
    background: #fc9;
    height: 2px;
    width: 65px;
    margin: 20px auto 0 auto;
}
.dark-line{
    background: #a4765c;
}
.bread-block-title h1{
    font-size: 32px;
    color: #203a73;
    margin-bottom: 0;
    text-transform: uppercase;
}

.first-index-modul .title-index{
    margin-bottom: 0;
}

.note-num{
    font-size: 26px;
    color: #fff;
    background: #243873;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    margin: 0 auto 20px auto;
    line-height: 39px;

}

.note-box-wrapper{
    position: relative;
}

.note-arrow{
    position: absolute;
    right: -127px;
    top: 8px;
}

.border-note{
    margin-top: 50px;
}

.note-box-wrapper img{
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.note-arrow img{
    box-shadow: none;
}

.news-block-link{
    display: block;
    transition: 0.3s;
    color: #33251d;
    font-size: 14px;
    padding: 25px;
}
.news-block-link:hover{
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    background: #fff;
    text-decoration: none;
    color: #33251d;
}
.news-block-link:hover > .news-index-title{
    color: #93af6e;
}
.news-link-body{
    padding: 20px 0 15px 0;
}
.footer-logo{
    text-align: right;
}

.enter-block{
    text-align: right;
    margin-top: 5px;
}
.phone-block{
    margin-top: 15px;
}

.top-menu{
    margin-top: 27px;
}

.top-menu li{
    display: inline;
    font-size: 16px;
    margin: 0 20px 0 20px;
}

.top-menu .active-top{
    color: #93af6e;
}
.top-menu .active-top a{
    color: #93af6e;
}

.top-menu a{
    color: #b5805a;
    transition: 0.2s;
}
.top-menu a:hover, .top-menu a:focus, .top-menu a:active{
    color: #93af6e;
    text-decoration: none;
}

.doc-line{
    margin: 20px auto 35px auto;
}

.contract-color h1{
    font-size: 32px;
}

.panel-primary > .have-radius{
    border-radius: 5px 5px 0 0;
}

.comment-line{
    background: #009de2;
    height: 4px;
    width: 460px;
    margin: 0 auto;
    position: relative;
    bottom: 16px;
    z-index: 1;
}

.comment-form{
    margin-top: 20px;
    padding-bottom: 30px;
}
.list-docs-line{
    border-bottom: 1px solid #e7dfda;
    padding: 15px 0;
    font-size: 14px;
}
.list-docs-line:last-child{
    border-bottom: none;
}

.pay-wrapper{
    margin: 20px auto 20px auto;
    padding: 10px 25px 50px 25px;
}
.pay-back{
    background: #fff;
    padding-top: 20px;
}
.pay-created{
    text-align: center;
    margin: 0 0 40px 0;
    color: #a4765c;
    font-size: 14px;
}

.pay-form{
    text-align: center;
}
.pay-price span{
    color: #a4765c;
}
.pay-order-id span{
    color: #a4765c;
}
.dog-ico-block{
    max-width: 100px;
    margin: 10px auto 50px auto;
}
.title-open {
    position: absolute;
    border: 1px solid #047401;
    padding: 15px 20px 18px 15px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #047401;
    color: #fff;
    z-index: 9999;
    box-shadow: 4px 3px 18px rgba(0,0,0,0.2);
    display: none;
}

.title-open-one{
    left: 22px;
    top: -84px;
    width: 390px;
}

.title-open-two{
    left: 50px;
    top: -7px;
    width: 410px;
    z-index: 1;
}

.title-open-three{
    left: 90px;
    top: -84px;
    width: 360px;
    text-align: left;
}

.link-arrow{
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    border: 1px solid #047401;
    width: 15px;
    height: 15px;
    position: absolute;
    background: #047401;
}

.link-arrow-one{
    left: 46px;
    bottom: -5px;
    border-top: none;
    border-left: none;
}

.link-arrow-two{
    left: 113px;
    bottom: -5px;
    border-top: none;
    border-left: none;
    z-index: 1;
}

.link-arrow-three{
    left: 46px;
    bottom: -5px;
    border-top: none;
    border-left: none;
}

.close-title{
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 20px;
    color: #fff;
    opacity: 0.5;
}

.close-title:hover{
    opacity: 0.7;
}

.top-search-block .input-group {
    display: block;
}

.top-search-block .form-group{
    overflow: visible;
}

.block-doc-buttons .doc-print{
    font-size: 50px;
}

.block-doc-buttons .doc-print span {
    font-size: 11px;
    color: #000;
    margin-top: 0;
}

.edit-more{
    margin-top: 0px;
    margin-bottom: 50px;
}

.new-title h1{
    font-size: 32px;
}

.eye-block{
    position: relative;
}
.ch-fly{
    background: #cebaae;
    padding: 2px 0;
}
.open-eye{
    color: #b5b9bd;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
    opacity: 0.8;
}

.open-eye:hover{
    opacity: 1;
}

.dop-auth-links{
    margin-top: 25px;
}
.panel-body-light{
    padding-bottom: 30px;
}
.step-block{
    display: none;
}
#step_1{
    display: block;
}
.next-step{
    margin-top: 50px;
    position: relative;
}
.blue-next{
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
}
.blue-next:hover{
    color: #fff;
}
.gray-next{
    background: rgb(186,204,162);
    background: linear-gradient(0deg, rgba(186,204,162,1) 0%, rgba(180,195,157,1) 100%);
    margin-right: 5px;
}
.next-but{
    display: inline-block;
    padding: 11px 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    opacity: 0.9;
    transition: 0.3s;
    font-family: 'Montserrat-Medium', sans-serif;
}
.next-but:hover{
    opacity: 1;
}
.next-but img{
    width: 32px;
    margin-left: 10px;
}
.inputContainer{
    padding: 0 15px 0 0;
}
.inputLine{
    margin-bottom: 10px;
}
.inputTitle{
    margin-bottom: 15px;
    color: #a4765c;
    font-family: 'Montserrat-Medium', sans-serif;
}
.inputBody input{
    border: 1px solid #9fbf75;
    border-radius: 5px;
    padding: 11px 15px;
    width: 100%;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.checkSingle{
    margin-bottom: 30px;
}
.yelow{
    background: #ffcc99;
}
.noMove .panel-scroll {
    overflow: visible;
    height: auto;
}
.finish-line{
background: #6d6a54;
border-radius: 4px;
position: relative;
margin: 15px 15px 0 0;
height: 18px;
}
.finish-rost {
    position: absolute;
    width: 0;
    height: 100%;
    background: #9fbf75;
    left: 0;
    top: 0;
    border-radius: 4px;
}
.show-finish{
    position: relative;
}
.pink-color{
    color: #fed8b1;
}
.light-btn{
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    border: none;
    display: inline-block;
    padding: 11px 17px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s;
    opacity: 0.9;
    font-family: 'Montserrat-Medium', sans-serif;
}
.light-btn:hover{
    opacity: 1;
}
.modal-light{
    text-align: center;
    margin-top: 40px;
}
.hot-block{
    display: none;
}
.first-hot{
    display: block;
}
.nice-hot ul{
    margin: 0 0 15px 15px;
}
.nice-hot ul li{
    margin-bottom: 5px;
}
.nice-hot ul .y::before {
    background: url(../img/svg_4.svg) center center no-repeat;
    content: '';
    width: 15px;
    height: 13px;
    display: inline-block;
    position: relative;
    bottom: 0px;
    margin-right: 14px;
}
.nice-hot ul .x::before {
    background: url(../img/ico_18.png) center center no-repeat;
    content: '';
    width: 13px;
    height: 11px;
    display: inline-block;
    position: relative;
    bottom: 0px;
    margin-right: 14px;
    background-size: 100%;
}
.cons-link{
    text-align: center;
    display: block;
    font-size: 22px;
    color: #203a73;
    border: 2px solid #203a73;
    padding: 25px;
}
.cons-body{
    margin-top: 50px;
}
.cons-title{
    text-align: center;
    font-size: 14px;
    margin: 30px 0 30px 0;
}
.single-tab{
    padding: 20px 0 20px 0;
}

.cons-send-btn{
    display: inline-block;
    padding: 7px 25px;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
    opacity: 0.8;
    transition: 0.3s;
    margin: 0 5px;
    border: none;
}
.cons-send-btn:hover{
    opacity: 1;
    color: #fff;
    text-decoration: none;
}

.cons-btn-block{
    margin-top: 90px;
    overflow: hidden;
    width: 100%;
}
.cons-body .key-ico{
    margin-top: 0;
}
.cons-body textarea{
    max-width: 100%;
    min-width: 100%;
}
.cons-text label{
    font-size: 14px;
    width: 100%;
}
.pay-note{
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}
.cons-step{
    display: none;
}
.cons-step1{
    display: block;
}
.cons-btn-block .submit{
    display: inline-block;
}
.half-block{
    width: 49%;
    float: left;
}
.margin-half{
    margin-right: 2%;
}
.call-title{
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
}
.dop-w{
    float: left;
    line-height: 36px;
    width: 30px;
}
.cfile{
    margin: 20px auto 20px auto;
}
.chelp-block{
    font-size: 14px;
}
.rate-list{
    overflow: hidden;
}
.rate-single{
    float: left;
    width: 33%;
}
.rate-reg-block{
    margin-bottom: 40px;
}
.title-container{
    padding: 55px 0 40px 0;
}
.doc-wrapper{
    background: #f2efed;
    position: relative;
}
.sidebar-freez{
    background: #faf7f5;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    max-width: 100%;
}
.left-fon{
    background: #faf7f5;
    position: absolute;
    top: 0;
    height: 100%;
}
.top-fon{
    background: #614f4f;
    position: absolute;
    top: 0;
    height: 100%;
}
.bottom-fon{
    background: #614f4f;
    position: absolute;
    top: 0;
    height: 100%;
}
.pril-fon{
    background: #a4765c;
    position: absolute;
    top: 0;
    height: 100%;
}
.finish-block{
    background: #614f4f;
    margin-right: -15px;
    color: #fff;
    font-size: 14px;
    padding: 20px 0 20px 15px;
    margin-left: -15px;
    position: relative;
}
.hot-wrapper{
    background: #614f4f;
    margin-right: -15px;
    color: #fff;
    font-size: 14px;
    padding: 20px 15px 20px 15px;
    margin-left: -15px;
    min-height: 100px;
    position: relative;
}
.large-links a{
    display: block;
    text-align: center;
    background: #93af6e;
    color: #fff;
    font-size: 14px;
    margin: 20px 15px 15px 0;
    padding: 20px;
    transition: 0.3s;
}
.panel-heading-light{
    font-size: 18px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.large-links a:hover{
    background: #a4765c;
}
.panel-heading-light{
    padding: 20px 0 10px 0;
}
.panel-light-line{
    background: #fc9;
    height: 2px;
    width: 65px;
}
.light-link-btn{
    display: inline-block;
    padding: 14px 42px 10px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    opacity: 0.9;
    transition: 0.3s;
    font-family: 'Montserrat-Medium', sans-serif;
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    margin: 0 10px;
}
.light-link-btn:hover{
    opacity: 1;
    color: #fff;
    text-decoration: none;
}
.light-link-btn img{
    width: 15px;
    margin-right: 10px;
}
.kaf-color{
    color: #a94442;
    font-size: 18px;
    margin-top: 35px;
}
.find-time{
    display: none;
    margin-top: 35px;
    font-size: 20px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.search-obj{
    margin-top: 35px;
}
.search-obj h3{
    font-size: 18px;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #33251d;
    text-align: center;
}
.find-time img{
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}
.sbs-ico{
    margin: 0 auto 30px auto;
}
.sbs-ico-1{
    width: 110px;
}
.sbs-ico-2{
    width: 110px;
}
.sbs-ico-3{
    width: 110px;
}
.rates-buttons-block .sbs-ico-3 {
    width: 80px;
}
.sbs-ico-5{
    width: 80px;
}
.sbs-ico-6{
    width: 80px;
}
.sbs-wrapper{
    min-height: 100%;
    transition: 0.3s;
    background: #fdfdfd;
    padding: 35px 25px 25px 25px;
}
.sbs-wrapper-doc{
    padding-bottom: 61px;
}
.rates-buttons-block .contracts-button-single-two .sbs-wrapper {
    min-height: 100%;
    transition: 0.3s;
    background: #5c4a49;
    padding-top: 55px;
}
.contracts-button-single{
    display: block;
    text-align: center;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #a4765c;
    transition: 0.3s;
}
.rates-buttons-block .contracts-button-single-two {
    color: #fff;
    bottom: 20px;
}
.sbs-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #33251d;
}
.rates-buttons-block .sbs-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #a4765c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contracts-button-single:hover, .contracts-button-single:focus, .contracts-button-single:active{
    color: #a4765c;
    text-decoration: none;
}
.contracts-button-single:hover > .sbs-wrapper{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05) !important;
}
.contracts-buttons-block{
    margin-top: 40px;
}
.rates-buttons-block .contracts-button-single-two .sbs-title, .rates-buttons-block .contracts-button-single-two .sbs-list, .rates-buttons-block .contracts-button-single-two .sbs-note1{
    color: #fff;
}
.rates-buttons-block .contracts-button-single-two .sbs-note, .rates-buttons-block .contracts-button-single-two .sbs-note:hover, .rates-buttons-block .contracts-button-single-two .sbs-note:focus, .rates-buttons-block .contracts-button-single-two .sbs-note:active{
    color: #ffdcb9;
}
.sbs-note{
    width: 60px;
    height: 2px;
    background: #fc9;
    margin: 0 auto;
}
.rates-buttons-block .sbs-note {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 25px;
    width: auto;
    height: auto;
    background: none;
}
.rates-buttons-block .contracts-button-single-two .sbs-note1{
    margin-top: 15px;
}
.max-h {
    max-height: 545px;
}
.rates-buttons-block .sbs-list {
    text-align: left;
    color: #33251d;
    font-size: 14px;
    font-family: 'Montserrat-Regular', sans-serif;
}
.rates-buttons-block .sbs-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.rates-buttons-block .sbs-list li::before {
    background: url(../img/svg_4.svg) center center no-repeat;
    content: '';
    width: 15px;
    height: 13px;
    display: block;
    position: relative;
    bottom: 1px;
    margin-right: 11px;
}
.subscribe-buttons-block .sbs-list li::before {
    background: #93af6e url(../img/svg_4.png) center center no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    bottom: 1px;
    margin-right: 11px;
    background-size: 66% auto;
    border-radius: 50%;
}
.rates-buttons-block .sbs-sum {
    background: #a4765c;
    color: #fff;
    margin: 0 -25px;
    font-size: 24px;
    line-height: 1;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.rates-buttons-block .one-doc-sbs{
    padding: 25px 0;
}
.rates-buttons-block .contracts-button-single-one .sbs-sum {
    color: #fed8b1;
}
.sbs-list li a {
    color: #fff;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    display: block;
    text-align: left;
    text-decoration: underline;
    background: #93af6e;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);
    padding: 30px 15px;
    margin-top: 15px;
}
.sbs-list li .long-index-link{
    padding: 20px 15px;
}
.sbs-list li a:hover{
    text-decoration: none;
}
.sbs-dop{
    padding: 20px;
    line-height: 25px;
}
.sbs-dop img{
    margin-right: 10px;
}
.rates-buttons-block .contracts-button-single-three .sbs-list {
    margin-bottom: 83px;
}
.rates-buttons-block .contracts-button-single-three .sbs-sum {
    background: #93af6e;
    color: #fed8b1;
}
.rates-buttons-block .contracts-button-single-three .sbs-sum {
    color: #fff;
}
.rates-buttons-block .sbs-note1 {
    text-align: left;
    color: #33251d;
    font-size: 14px;
    font-family: 'Montserrat-Regular', sans-serif;
    padding-left: 29px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.rates-buttons-block .contracts-button-single-one .sbs-note1 {
    margin-top: 70px;
}
.sbs-left{
    float: left;
    margin-top: 55px;
    padding-left: 40px;
    min-height: 65px;
    margin-right: 40px;
}
.sbs-right{
    font-size: 14px;
    font-family: 'Montserrat-Regular', sans-serif;
    text-align: left;
    margin-top: 20px;
}
.sbs-dop-title{
    color: #fff;
}
.dark-title{
    color: #534343;
}
.single-why{
    text-align: center;
}
.why-media{
    max-width: 100px;
    margin: 0 auto 30px auto;
}
.why-title{
    color: #a4765c;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.why-body{
    color: #33251d;
    font-size: 14px;
    max-width: 240px;
    margin: 0 auto;
}
.why-us{
    margin-top: 45px;
}
.rates-buttons-block{
    margin-top: 80px;
}
.sbs-dop-list{
    text-align: left;
    color: #33251d;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
}
.contracts-button-single-two .sbs-dop-list{
    color: #fff;
}
.vert-line{
    background: #e9ddd6;
    width: 1px;
}
.seo-text-block{
    padding: 50px 0;

}
.default-text{
    color: #33251d;
    font-size: 16px;
}
.default-text h1{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 30px;
}
.default-text h1::after {
    width: 70px;
    height: 2px;
    background: #ffcc99;
    display: block;
    content: '';
    margin: 15px 0 20px 0;
}
.default-text h2{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 30px;
    margin-bottom: 40px;
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #685454;
}
.default-text h2::after {
    width: 70px;
    height: 2px;
    background: #ffcc99;
    display: block;
    content: '';
    margin: 15px auto 20px auto;
}
.default-text h3{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
}
.default-text ul{
    margin-bottom: 20px;
}
.default-text ul li{
    font-size: 16px;
    margin-bottom: 5px;
}
.default-text ul li::before {
    background: #9ebe75;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    bottom: 0;
    margin-right: 15px;
    min-width: 10px;
}
.default-text ol {
    list-style-type: none;
    counter-reset: num;
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 0;
}
.default-text ol li{
    margin-bottom: 5px;
}
.default-text ol li::before {
    content: counter(num) '';
    counter-increment: num;
    color: #fff;
    background: #9ebe75;
    display: inline-block;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    height: 30px;
    line-height: 31px;
    margin-right: 10px;
}
.default-text p{
    margin-bottom: 1.3rem;
}
.why-auth-media{
    width: 40px;
    float: left;
    margin-right: 25px;
    margin-top: 9px;
}
.why-auth-title{
    font-size: 18px;
    color: #fed8b1;
    font-family: 'Montserrat-Medium', sans-serif;
}
.auth-dop-block{
    background: #665152;
    padding: 35px 60px;
}
.auth-dop-wr{
    margin-bottom: 40px;
}
.auth-dop-module{
    margin-bottom: -120px;
}
.page-module{
    padding: 50px 0;
}
.page-module-search{
    padding: 30px 0 50px 0;
}
.page-module-search-result{
    padding: 0 0 50px 0;
}
.info-page-media{
    width: 90px;
    float: left;
    margin-right: 20px;
    min-height: 100px;
    margin-top: 5px;
}
.info-page-single{
    overflow: hidden;
    background: #faf7f5;
    padding: 30px 25px;
    min-height: 170px;
}
.info-page-title{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 18px;
    color: #a4765c;
    margin-bottom: 12px;
    line-height: 1;
}
.inf-page-text{
    font-size: 14px;
    line-height: 1.4;
}
.info-page-block{
    margin-top: 40px;
}
.page-note-block{
    font-size: 14px;
    padding: 50px 0;
}
.start-search-egrn{
    padding: 50px 0;
}
.left-line{
    margin: 15px 0 0 0;
}
.light-cat-title{
    font-size: 18px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.light-doc-link{
    background: #93af6e;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 20px 40px 20px 20px;
    text-decoration: underline;
    transition: 0.3s;
}
.light-doc-link:hover, .light-doc-link:focus, .light-doc-link:active{
    background: #a4765c;
    color: #fff;
}
.light-cat-media{
    margin-top: 5px;
}
.light-cat-media img{
    max-width: 100px;
}
.light-cat-block{
    padding-bottom: 40px;
}
.mb-40{
    margin-bottom: 40px;
}
.border-bot-beg{
    border-bottom: 1px solid #ede4de;
}
.full-cat-link{
    display: block;
    font-size: 14px;
    background: #faf7f5;
    color: #33251d;
    text-align: center;
    padding: 30px 20px;
    transition: 0.3s;
}
.full-cat-link:hover, .full-cat-link:focus, .full-cat-link:active{
    background: #93af6e;
    color: #fff;
    text-decoration: none;
}
.why-page-media{
    width: 65px;
    margin: 0 auto;
}
.single-why-page{
    text-align: center;
}
.why-page-title{
    color: #fed8b1;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-top: 15px;
}
.why-page-body{
    color: #fff;
    font-size: 14px;
    max-width: 205px;
    margin: 10px auto 0 auto;
}
.full-dop-page{
    padding: 45px 0;
}
.small-title{
    font-size: 16px;
    line-height: 1.4;
}
.cons-links{
    width: 190px;
    text-align: center;
}
.light-beg{
    background: #faf7f5;
}
.light-beg-2{
    background: #f2efed;
}
.dark-beg{
    background: #665152;
}
.dark-beg-grad{
    background: #8d6959;
}
.coffe-color{
    background: #a4765c;
}
.coffe-color2{
    background: #856253;
}
.green-color{
    background: #93af6e;
}
.page-module-pad{
    padding-bottom: 100px;
}
.pril-wrap{
    margin: 0 -15px;
    padding-top: 20px;
}
.pril-head{
    background: #a4765c;
    color: #fff;
    padding: 20px 15px;
    margin: 0 -15px;
    position: relative;
}
.pril-head h3{
    font-size: 18px;
}
.pril-body{
    background: #5e4c4c;
    color: #fff;
    font-size: 14px;
}
.dop-pad-doc{
    padding-bottom: 80px;
}
.for-page-media1{
    max-width: 100px;
    margin: 0 auto 40px auto;
}
.for-page-media2{
    max-width: 70px;
    margin: 0 auto 30px auto;
}
.for-page-single{
    text-align: center;
}
.for-page-title1{
    color: #a4765c;
    font-size: 18px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.for-page-title2{
    font-size: 16px;
}
.for-page-block{
    margin-top: 40px;
}
.fs-16{
    font-size: 16px;
}
.table-page-block{
    margin-top: 15px;
}
.rate-reg-block .default-field{
    margin-bottom: 20px;
}
.search-button img{
    margin-left: 0;
    position: static;
}
.welcome-info{
    padding: 15px 0;
}
.reit-private li{
    display: inline;
    margin-right: 15px;
    font-size: 14px;
}
.reit-private li img {
    width: 16px;
    position: relative;
    bottom: 1px;
    margin-right: 5px;
}
.reit-private li a:hover{
    color: #fff;
}
.reit-else li{
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}
.cab-link img{
    width: 16px;
    position: relative;
    bottom: 1px;
    margin-right: 5px;
}
.cab-link{
    display: block;
    border: 1px solid #a4765c;
    border-radius: 3px;
    padding: 8px 25px;
    color: #fff;
}
.cab-link:hover{
    color: #fff;
    background: #a4765c;
}
.reit-private{
    margin-bottom: 20px;
}
.doc-private-line{
    font-size: 14px;
    color: #93af6e;
    font-family: 'Montserrat-Medium', sans-serif;
}
.doc-print img{
    width: 45px;
}
.del-doc-img img{
    width: 16px;
}
.del-doc-img{
    position: relative;
    bottom: 18px;
}
.del-related-img{
    bottom: 2px;
}
.del-related-img span{
    line-height: 1;
}
.pag-list{
    margin: 0 auto;
    display: block;
}
.pay-button{
    position: relative;
    bottom: 17px;
    padding-top: 10px;
}
.sico img{
    width: 35px;
}
.price-decl{
    font-size: 24px;
    font-weight: bold;
    font-family: 'Montserrat-Medium', sans-serif;
    border-bottom: 1px solid #eee3dd;
    display: inline-block;
}
.price-decl span{
    color: #93af6e;
}
.wdt-150{
    max-width: 150px;
}
.fs-20{
    font-size: 20px;
}
.count-ptice{
    font-size: 16px;
    display: block;
    margin-top: 5px;
}
.contr-title{
    margin-bottom: 35px;
    font-size: 18px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.dop-c-title{
    margin-top: 25px;
}
.egrn-note{
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
}
.ili-f{
    padding-top: 45px;
}
.ili-arrow{
    width: 35px;
    position: relative;
    bottom: 1px;
}
.ili-egrn span{
    font-size: 16px;
    display: inline-block;
    border: 1px solid #b5c797;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 50%;
    margin: 0 14px;
}
.ili-egrn{
    margin-top: 30px;
}
.ili-egrn2{
    margin-top: -1px;
}
.obj-find{
    margin-top: 0;
    text-align: left !important;
    background: #faf7f5;
    padding: 3px 10px 1px 30px;
    font-size: 16px;
    border-bottom: 1px solid #eee3dd;
}
.obj-find:last-child{
    border-bottom: none;
}
.obj-find-line{
    font-size: 18px;
}
.obj-find-line span{
    font-family: 'Montserrat-Medium', sans-serif;
}
.time-check{
    width: 110px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.custom-control-label:focus, .custom-select {
    border: none;
}
.btn-right{
    float: right;
}
.cons-text textarea{
    height: auto;
}
.check{
    margin-right: 5px;
    position: relative;
    top: 1px;
    margin-left: 2px;
}
.ccheckbox{
    font-size: 14px;
}
.v-form{
    display: inline-block;
    font-size: 12px;
    text-align: center;
}
.v-form img{
    width: 50px;
    display: block;
    margin: 0 auto 5px auto;
    padding-left: 10px;
}
.auth-form1{
    margin-top: 40px;
}
.or-line{
    margin: 30px 0 20px 0;
}
.news-list-title::after {
    width: 70px;
    height: 2px;
    background: #ffcc99;
    display: block;
    content: '';
    margin: 15px 0 20px 0;
}
.news-list-title{
    color: #b67f59;
    font-size: 18px;
    font-family: 'Montserrat-Medium', sans-serif;
    line-height: 1.3;
}
.news-list-body{
    color: #33251d;
    font-size: 14px;
    transition: 0.3s;
}
.news-list-link{
    transition: 0.3s;
}
.news-list-link:hover > .news-list-body{
    color: #151414;
}
.news-block-list {
    margin-bottom: 30px;
    background: #faf7f5;
    border-radius: 10px;
    padding: 25px 25px 25px 25px;
    transition: background-color 0.3s;
}
.news-block-list:hover{
    background-color: #fff;
}
.news-dop .read-more-new {
    width: 40px;
    margin-top: 20px;
}
.news-dop-wrapper{
    position: relative;
}
.new-page-wrapper{
    padding: 40px 30px 40px 30px;
}
.arrow-def img{
    max-width: 35px;
}
.pg-news{
    margin: 25px auto 0 auto;
}
blockquote{
    color: #fff!important;
    padding: 30px 20px 15px 100px;
    background: rgb(89,72,71) url(../img/Attention_icon.svg) 20px center no-repeat;
    background-size: 60px;
    margin: 40px 0 40px 0;
}
blockquote p{
    color: #fff!important;
}
.default-text img{
    border: 5px solid #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
}
.modal-600{
    max-width: 620px;
}
.beg-modal{
    background: #faf7f5;
}
.r-media{
    width: 16%;
    float: left;
    margin-right: 4%;
}
.r-body{
    float: left;
    width: 80%;
}
.r-title{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.r-text{
    font-size: 14px;
}
.r-line{
    overflow: hidden;
    margin-bottom: 40px;
}
.r-modal-body{
    padding-bottom: 20px;
}
.conf-num {
    border: 1px solid #e5d3c7;
    font-size: 16px;
    color: #bfbfbf;
    font-family: 'Montserrat-Medium', sans-serif;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
}
.conf-line{
    display: inline-block;
    height: 1px;
    width: 73px;
    background: #e5d3c7;
    margin: 0 5px;
    position: relative;
    bottom: 6px;
}
.conf-block{
    margin-top: 30px;
    text-align: center;
}
.pc-block{
    margin-top: 0;
}
.conf-actual{
    border: 1px solid #829d5d;
    color: #829d5d;
}
.conf-l-actual{
    background: #829d5d;
}
.pay-cons{
    margin-bottom: 0;
    padding-bottom: 35px;
}
.pay-cons .contract-title-pay{
    color: #fff;
    background: #6a5555;
    padding-top: 25px;
}
.pay-cons .pay-note{
    color: #fff;
    background: #6a5555;
    margin-bottom: 0;
    padding: 25px 40px 60px 40px;
}
.pay-cons .pay-form{
    background: #a4765c;
    color: #fff;
    padding-top: 35px;
}
.pay-cons .pay-order-id span {
    color: #fed8b1;
}
.pay-cons .pay-price span {
    color: #fed8b1;
}
.pay-cons .pay-but-block{
    background: #8d6959;
    padding: 20px 0 40px 0;
}
.podcat-single{
    margin-bottom: 15px;
}
.podcontr-line{
    padding-left: 40px;
    margin-bottom: 5px;
}
.podcontr-line a{
    font-size: 18px;
}
.list-checks{
    text-align: center;
}
.wrap-index-checks{
    width: 100%;
    margin-top: 40px;
}
.bay-single{
    display: block;
    position: absolute;
    background: #5a4749;
    height: 40px;
    width: 230px;
    line-height: 39px;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -115px;
    border-radius: 5px;
    font-family: 'Montserrat-Medium', sans-serif;
    transition: 0.3s;
    opacity: 0;
}
.list-checks li a {
    color: #a4765c;
    display: block;
    padding: 20px 0;
    position: relative;
    font-size: 20px;
    background: #fff;
}
.list-checks li a:hover .bay-single{
    opacity: 1;
}
.list-checks li a:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05) !important;
}
.list-checks li a img{
    position: relative;
    bottom: 2px;
    display: block;
    margin: 0 auto 10px auto;
}
.list-checks li{
    display: inline-block;
    width: 33%;

}
.center-checks{
    background: #a4765c;
}
.predi-doc{
    text-align: center;
    margin: 30px 0 30px 0;
    font-size: 26px;
    text-transform: uppercase;
}

.list-checks li a .bay-single img{
    width: 32px;
    margin-left: 5px;
    bottom: 0;
}
.pesonal-line{
    background: #faf7f5;
    margin-bottom: 20px;
    padding: 20px 25px 20px 25px;
}
.personal-title{
    font-size: 24px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.personal-text{
    font-size: 14px;
    margin-top: 5px;
}
.finish-media img{
    max-width: 165px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}
.finish-media{
    margin: 40px 0;
    text-align: center;
}
.light-result-title{
    font-size: 18px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.light-result-note{
    font-size: 14px;
    margin-top: 5px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.finish-but{
    margin-top: 30px;
}
.finish-print{
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
}
.img-l1{
    width: 20px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}
.img-l2{
    width: 32px;
    margin-left: 10px;
}
.contr-arrow{
    width: 32px;
    position: absolute;
    right: -15px;
    top: 35px;
}
.contract-preim .info-page-media{
    max-width: 75px;
    min-height: 1px;
}
.contract-preim .info-page-single {
    padding: 15px 15px 20px 15px;
    min-height: 120px;
}
.contract-preim .inf0-page-body{
    padding-top: 10px;
}
.light-result-note img{
    width: 32px;
    margin-left: 5px;
}
.res-color{
    margin-top: 10px;
    display: inline-block;
    width: 215px;
}
.light-result-colors{
    margin-top: 20px;
}
.res-green{
    background: #cfd8b0;
}
.res-orange{
    background: #cebaae;
}
.logo-404{
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 40px 0;
}
.error-block{
    text-align: center;
    padding-bottom: 60px;
}
.title-404{
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.body-404{
    margin-bottom: 20px;
}
.card {
    background-color: #faf7f5;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 15px 20px 15px 15px;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #faf7f5;
    border-bottom: none;
}
.acc-btn img{
    max-width: 55px;
    margin-right: 20px;
}
.acc-btn{
    display: flex;
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    font-size: 22px;
    font-family: 'Montserrat-Medium', sans-serif;
    position: relative;
    align-items: center;
    padding-right: 50px;
}
.card-body {
    padding: 0 0 0 80px;
    font-size: 14px;
}
.card-body p{
    margin-bottom: 7px;
}
.accordion{
    width: 100%;
}
.arAcc{
    position: absolute;
    width: 20px;
    right: 0;
    display: none;
}
.arBot{
    display: block;
}
.noram img{
    border: none;
    box-shadow: none;
}
.con-base img{
    max-width: 45px;
}
.con-base{
    text-align: center;
    padding: 40px 20px;
}
.con-name{
    color: #fed8b1;
    font-size: 14px;
    margin-top: 15px;
}
.more-con{
    width: 50%;
    float: left;
    position: relative;
    border-right: 1px solid #8f8382;
    height: 100%;
}
.con-dop-block{
    font-size: 12px;
    color: #fed8b1;
    text-align: center;
    padding: 10px 20px 20px 20px;
    width: 50%;
    float: left;
}
.contr-dop{
    margin-top: 10px;
}
.ili-block{
    margin-top: 10px;
}
.con-plus{
    position: absolute;
    right: -11px;
    top: 85px;
    background: #534443;
    padding: 5px 0;
    line-height: 1;
}
.how-many-block{
    background: #534443;
}
.note-pay-cons{
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
    font-size: 14px;
}
.kad-search-head{
    text-align: left!important;
    margin: 30px 0 10px 0;
}
.kad-search-2{
    width: 37%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 500;
}
.kad-search-3{
    width: 59%;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 500;
}
.kad-search-4{
    padding-left: 75px;
    width: 350px;
    display: inline-block;
}
.egrn-base-title h1{
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #fff;
}
.green-card{
    background: #93af6e;
}
.egrn-page-media {
    width: 130px;
    margin: 0 auto;
}
.egrn-page-title{
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat-Medium', sans-serif;
}
.egrn-page-body{
    color: #fff;
    font-size: 16px;
    margin: 10px auto 0 auto;
}
.egrn-back{
    padding: 50px 0 20px 0;
    background: url(../img/back6.jpg) center center no-repeat;
    background-size: auto 100%;
}
.contr-back{
    padding: 50px 0 20px 0;
    background: url(../img/back7.jpg) center center no-repeat;
    background-size: auto 100%;
}
.avto-back{
    padding: 50px 0 20px 0;
    background: url(../img/back8.jpg) center center no-repeat;
    background-size: auto 100%;
}
.tt-u{
    text-transform: uppercase;
}
.egrn-why-media{
    width: 40px;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
    padding-bottom: 20px;
}
.bottom-line{
    background: #eee3dd;
    width: 100%;
    height: 1px;
    margin-top: 40px;
}
.primer-link{
    background: #f2efed;
    display: inline-block;
    padding: 20px 60px;
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.primer-link:hover{
    box-shadow: 0 .3rem 0.5rem rgba(0,0,0,.15)!important;
}
.bottom-but-slide {
    display: inline-block;
    background: #fff;
    width: 30px;
    height: 50px;
    border-radius: 15px;
}
.bottom-but-slide img{
    width: 8px;
    margin-top: 7px;
}
.bottom-but-slide:hover{
    box-shadow: 0 .3rem 0.5rem rgba(0,0,0,.15)!important;
}
.back-beg{
    background: #f2efed url(../img/pattern.png) center center;
}
.back-beg-contr{
    background: #f2efed url(../img/pattern_1.jpg) center center;
}
.egrn-white-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}
.egrn-form-block{
    margin-top: 30px;
}
.logo-line{
    background: #856253;
}
.order-egrn{
    display: none;
}
.result-back{
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #93af6e;
    color: #93af6e;
    padding: 12px 20px;
    display: inline-block;
    font-family: 'Montserrat-Medium', sans-serif;
    position: absolute;
    left: 15px;
    bottom: 0;
    border-radius: 5px;
}
.result-back img{
    width: 35px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}
.res-title{
    font-size: 30px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.result-search-egrn{
    display: none;
}
.search-res-buttons{
    position: relative;
    text-align: center;
    margin-top: 40px;
}
.result-set{
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    border: none;
    display: inline-block;
    padding: 11px 25px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s;
    opacity: 1;
    font-family: 'Montserrat-Medium', sans-serif;
}
.result-set:hover {
    opacity: 0.9;
    color:
    #fff;
}
.to-ob{
    left: 0;
}
.ui-autocomplete{
    background: #fff;
    max-width: 444px;
    padding: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    margin-top: 4px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-autocomplete li{
    margin-bottom: 5px;
    cursor: pointer;
}
.ui-autocomplete li:hover{
    text-decoration: underline;
}
.ui-autocomplete li:last-child{
    margin-bottom: 0;
}
.address-line{
    margin-bottom: 15px;
}
.ui-helper-hidden-accessible{
    display: none;
}

.second-address{
    display: none;
}
.third-address{
    display: none;
}
.egrn-one{
    margin-top: 40px;
}
.kad-search-egrn{
    display: none;
}
.egrn-s-button {
    display: inline-block;
    padding: 14px 40px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    opacity: 1;
    transition: 0.3s;
    font-family: 'Montserrat-Medium', sans-serif;
    border: 2px solid #93af6e;
    color: #93af6e;
}
.egrn-s-button.active-s{
    background: #93af6e;
    color: #fff;
}
.search-later{
    text-align: center;
    font-size: 18px;
}
.green-res{
    color: green;
}
.red-res{
    color: red;
}
.contr-label{
    font-weight: 600;
    font-size: 16px;
    margin-top: 25px;
}
.contr-avto{
    margin: 0 auto 20px auto;
}
.avt-media{
    max-width: 68px;
    float: left;
    margin-right: 15px;
    background: #faf7f5;
    padding: 10px;
}
.avt-body{
    float: left;
    max-width: 254px;
    margin-top: 15px;
}
.avt-title{
    color: #a4765c;
    font-size: 18px;
    line-height: 1.2;
}
.avt-text{
    margin-top: 7px;
    line-height: 1.2;
}
.single-why-avto{
    margin-bottom: 40px;
}
.sva{
    margin-bottom: 15px;
}
.adop-m{
    padding-top: 12px;
}
.alt-btn{
    display: block;
    background: #fed8b1;
    width: 180px;
    height: 50px;
    border-radius: 30px;
    cursor: pointer;
    margin: 5px auto 0 auto;
    position: relative;
    z-index: 2;
    color: #33251d;
    font-size: 14px;
    padding: 7px 25px 0 25px;
    line-height: 17px;
}
.fore-left-blocks{
    margin-left: 11px;
}
.fore-right-blocks{
    margin-right: 11px;
}
.active-alt{
    background: #9fbf75;
    cursor: auto;
    color: #fff;
}
.single_doc_block{
    text-align: center;
}
.alt_title{
    color: #a4765c;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bolder;
    margin-top: 15px;
    cursor: pointer;
    font-family: 'Montserrat-Medium', sans-serif;
}
.cost-opt-pay{
    display: inline-block;
    line-height: 1;
}
.cost-opt-pay i{
    font-size: 21px;
}
.cost-opt-free{
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}
.alt_title_active .cost-opt-free:after, .alt_title_active .cost-opt-pay:after{
    content: '';
    display: block;
    height: 2px;
    background: #9fbf75;
    margin-top: 5px;
}
.face-line{
    font-size: 20px;
    font-weight: 600;
    color: #9fbf75;
    max-width: 160px;
    padding-top: 5px;
    position: relative;
}
.faces-block{
    margin-top: 20px;
}
.face-btn{
    display: inline-block;
    color: #33251d;
    border: 1px solid #e9ddd6;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    padding: 7px 20px;
    /*transition: 0.3s;*/
}
.face-btn:hover{
    color: #9fbf75;
}
.hid-block{
    display: none;
}
.uch-choise-container{
    background: #f2eae5;
}

.uch-btn-block p{
    margin-bottom: 20px;
    display: inline-block;
}
.uchastniki-block .text-right p{
    margin-left: 15px;
}
.uchastniki-block .text-right{
    padding-right: 40px;
    border-right: 2px solid #d6cac3;
}
.uchastniki-block .text-left p{
    margin-right: 15px;
}
.uchastniki-block .text-left{
    padding-left: 40px;
    padding-bottom: 25px;
}
.face-line.text-right{
    padding-right: 40px;
    border-right: 2px solid #d6cac3;
    padding-bottom: 25px;
}
.face-line.text-left{
    padding-left: 40px;
}
.face-wrap{
    display: inline-block;
}
.img-opt{
    text-align: center;
}
.opt-wrapper{
    background: #f2eae5;
}
.opt-wrapper .podscazca-doc{
    border: 1px solid #e9ddd6;
    margin: 50px 15px 70px 15px;
    border-radius: 7px;
    background: #fff;
}
.opt-container{
    padding-bottom: 60px;
}
.opt-wrapper .text-font-dogovor {
    padding: 50px 20px 40px 20px;
}
.ready-text{
    color: #a4765c;
    margin-top: 5px;
    font-size: 18px;
    padding-left: 3px;
}
.yes-wrap{
    display: none;
}
.opt-img-left{
    position: absolute;
    top: -20px;
    left: -12px;
    display: block;
    max-width: 200px;
}
.opt-img-right{
    position: absolute;
    top: -20px;
    right: -12px;
    display: block;
    max-width: 200px;
}
.hide-block{
    display: none;
}
.show-block{
    display: block;
}
.two-btns{
    margin-left: -118px;
}
.opt-fon{
    background: #544443 url(../img/back9.jpg) center center repeat-x;
    height: 60px;
    width: 100%;
    border-radius: 30px;
    position: relative;
    top: 60px;
    margin: 0 20px;
}
.opt-line-fon{
    background: #fed8b1;
    height: 2px;
    width: 90%;
    margin: 30px auto 0 auto;
}
.opt-title{
    background: #fff;
    color: #33251d;
    font-size: 22px;
    margin: 0 auto;
    height: 40px;
    border-radius: 20px;
    padding-right: 15px;
    line-height: 36px;
    border: 1px solid #e9ddd6;
    display: inline-block;
}
.opt-title span{
    font-size: 16px;
    background: #9ebe75;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 31px;
    margin: 0 10px 0 5px;
    position: relative;
    bottom: 1px;
}
.opt-title-1{
    position: relative;
    top: 30px;
    transition: all 0.5s;
}
.razd-line{
    background: #d6cac3;
    height: 1px;
    margin: 30px 0 50px 0;
}
.need-f-al{
    text-align: right;
}
.razd-f{
    margin-bottom: 30px;
}
.need-f{
    font-size: 20px;
    background: #e0d0c7;
    display: inline;
    padding: 4px 3px 4px 3px;
}
.noneed-f{
    font-size: 20px;
    background: #e4e8d7;
    display: inline;
    padding: 4px 3px 4px 3px;
}
.last-opt{
    position: relative;
    padding: 50px 0 0 0;
}
.bot-opt{
    position: absolute;
    bottom: -60px;
    z-index: 1;
}
.merz-1{
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    z-index: -1;
    display: none;
}
.merz-2{
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    z-index: -1;
    display: none;
}
.merz-3{
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    z-index: -1;
    display: none;
}
.default-link-button{
    display: inline-block;
    padding: 14px 25px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    opacity: 1;
    transition: 0.3s;
    font-family: 'Montserrat-Medium', sans-serif;
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    border: none;
    height: 55px;
    line-height: 27px;
}

.default-link-button:hover{
    color: #fff;
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    text-decoration: none;
    opacity: 0.9;
}

.default-link-button:active, .default-link-button:focus{
    color: #fff;
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    text-decoration: none;
}
.default-link-button img{
    max-width: 15px;
    margin-right: 10px;
}
.how-p i{
    font-size: 14px;
}
.author-f-block{
    border-top: 2px solid #faf7f5;
    padding: 50px 0 30px 0;
    margin-top: 20px;
}
.active-af{
    text-align: center;
    display: block;
    color: #fff;
    background: #93af6e;
    border: 1px solid #93af6e;
    font-family: 'Montserrat-Medium', sans-serif;
    padding: 10px;
    font-size: 16px;
    border-radius: 25px;
}
.not-active{
    text-align: center;
    display: block;
    color: #33251d;
    border: 1px solid #e9ddd6;
    font-family: 'Montserrat-Medium', sans-serif;
    padding: 10px;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}
.not-active:hover {
    border: 1px solid #93af6e;
}
.single-af{
    margin-bottom: 20px;
}
.firm-link img{
    width: 100px;
    border: 4px solid #93af6e;
}
.firm-link{
    background: #a4765c;
    position: relative;
    min-height: 120px;
    color: #fff;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
    margin: 0;
}
.firm-link:hover{
    color: #fff;
    background: #93af6e;
}
.author-link{
    background: #93af6e;
    position: relative;
    color: #fff;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
    margin: 0;
}
.author-note{
    background: #a4765c;
    height: 60px;
    font-size: 14px;
    font-family: 'Montserrat-Regular', sans-serif;
    min-width: 100%;
    transition: 0.3s;
    margin: 0;
}
.author-link:hover{
    color: #fff;
}
.author-link:hover > .author-note{
    background: #93af6e;
}
.firm-media{
    max-width: 115px;
    padding: 0 15px 0 0;
}
.firm-title{
    padding: 0 10px 0 20px;
}
.author-link img{
    width: 100px;
    border: 4px solid #93af6e;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: 3px;
}
.firm-link img{
    width: 100px;
    border: 4px solid #93af6e;
    border-radius: 0;
    position: absolute;
    right: 15px;
    bottom: 3px;
}
.autor-title{
    height: 60px;
    background: #93af6e;
    margin: 0;
}
.show-top{
    position: relative;
    z-index: 1;
    display: block;
    padding-right: 95px;
    height: 40px;
    overflow: hidden;
}
.aback-line{
    margin-bottom: 25px;
}
.aback-line img{
    width: 35px;
    float: left;
    margin-right: 15px;
    position: relative;
    bottom: 6px;
}
.aback-line .aimg-1{
    bottom: 0;
    width: 40px;
    margin-right: 11px;
    left: -3px;
}
.author-info-wrap{
    background: #faf7f5;
    padding: 20px;
}
.author-name-one{
    color: #522625;
    font-size: 24px;
    margin-top: 20px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.author-name-two{
    color: #b5805a;
    font-size: 18px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.author-name-block{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e9ddd6;
}
.aback-text{
    font-size: 16px;
    color: #685454;
    font-family: 'Montserrat-Medium', sans-serif;
    line-height: 1.3;
    display: block;
}
.aphone{
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}
.btn-author{
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 18px;
    padding: 13px 10px;
    border-radius: 5px;
}
.btn-author img{
    position: relative;
    bottom: 1px;
    margin-right: 10px;
}
.a-btn-block{
    width: 100%;
    margin-top: 30px;
}
.abody-block{
    padding: 25px 25px 25px 25px;
}
.block-author h1{
    font-size: 30px;
    text-transform: uppercase;
    color: #685454;
    font-family: 'Montserrat-Medium', sans-serif;
}
.block-author h2{
    font-size: 26px;
    color: #685454;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-bottom: 15px;
}
.block-author h3{
    font-size: 24px;
    color: #685454;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-bottom: 15px;
}
.acontr-block{
    margin-top: 40px;
    padding: 25px 25px 25px 25px;
}
.block-author{
    margin-bottom: 40px;
}
.author-dop-body{
    background: #fff;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 18px;
    color: #685454;
    padding: 25px;
    margin: 50px auto 40px auto;
}
.green-author{
    background: #93af6e;
    position: relative;
}
.green-author img{
    width: 100px;
}
.yur-img{
    border-radius: 50%;
    border: 4px solid #b2c693;
}
.aut-contr{
    height: 110px;
}
.acontr-name{
    color: #fff;
    font-size: 24px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.doc-alp{
    padding-bottom: 15px;
}
.acontr-note{
    color: #fff;
    font-size: 18px;
}
.acontr-container{
    padding: 0 0 35px 0;
}
.hidden-sml{
    margin-left: 80px;
}
.doc-alink{
    color: #fff;
}
.doc-alink:hover{
    color: #fff;
    text-decoration: underline;
}
.brown-aut{
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #a4765c;
}
.opt-btn-wr {
    text-align: center;
    margin: -2px 0 0 0;
    max-width: 55px;
    padding: 0;
}
.btn-opt1{
    background: none;
    border: none;
    position: relative;
    width: 48px;
    height: 48px;
    display: inline-block;
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0.3s;
    left: 4px;
}
.btn-opt1:hover{
    opacity: 0.7;
}
.modal-how li img{
    width: 60px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    padding-bottom: 30px;
}
.modal-how li{
    min-height: 60px;
    margin-bottom: 40px;
}
.modal-opt{
    max-width: 640px;
}
.modal-inside{
    padding: 0 35px 0 35px;
    background: #fff;
}
.modal-opt .modal-content{
    background: none;
    border: 2px solid #fed8b1;
    padding: 5px;
}
.mo-title{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}
.bo-body{
    font-size: 14px;
}
.tool-ico {
    position: absolute;
    background: #fff;
    padding: 20px 25px;
    font-size: 14px;
    text-align: left;
    width: 550px;
    bottom: 141px;
    z-index: 2;
    border: 2px solid #9fbf75;
    display: none;
}
.tool-ico::after, .tool-ico::before {
    content: '';
    position: absolute;
    background: #fff;
    left: 84px;
    bottom: -22px;
    width: 40px;
    height: 40px;
    z-index: -1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.tool-ico::before {
    z-index: 1;
    box-shadow: none;
    border-bottom: 2px solid #9fbf75;
    margin-left: 1px;
}
.tool-ico::after{
    border-right: 2px solid #9fbf75;
    margin-left: 4px;
}
.tool-ico ul li{
    margin-bottom: 5px;
}
.tool-ico ul li::before {
    background: #9ebe75;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 10px;
}
.tool-2{
    right: 20px;
    left: unset;
}
.tool-2::before {
    left: unset;
    right: 72px;
}
.tool-2::after{
    left: unset;
    right: 68px;
}



.tool-1{
    left: -165px;
}
.tool-1::after, .tool-1::before {
    left: 270px;
}


.three-large{
    right: -217px;
}
.three-large::before {
    right: 314px;
}
.three-large::after{
    right: 310px;
}

.zero-large{
    left: unset;
    right: -455px;
}
.zero-large::before {
    left: unset;
    right: 550px;
}
.zero-large::after{
    left: unset;
    right: 546px;
}

.two-large{
    left: -220px;
}
.two-large::before {
    left: 310px;
}
.two-large::after{
    left: 311px;
}

.five-large::before {
    right: 74px;
}
.five-large::after{
    right: 70px;
}

.two-middle{
    left: -277px;
}
.two-middle::before {
    left: 400px;
}
.two-middle::after{
    left: 401px;
}

.zero-middle{
    left: unset;
    right: -278px;
}
.zero-middle::before {
    left: unset;
    right: 404px;
}
.zero-middle::after{
    left: unset;
    right: 400px;
}

.tool-active{
    display: block!important;
}
.pos-left {
    float: left;
    width: 47%;
    border-right: 2px solid #9fbf75;
}
.pos-right{
    float: right;
    width: 50%;
}
.two-posc{
    width: 1140px;
}
.colse-tool{
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 30px;
    cursor: pointer;
    line-height: 15px;
    color: #9ebe75;
    opacity: 0.8;
}
.colse-tool:hover{
    opacity: 1;
}
.tool-title{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.reit-modal-fon{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}
.reit-modal{
    max-width: 550px;
    margin: 50px auto 0 auto;
    border: 2px solid #fed8b1;
    padding: 5px;
}
.reit-wrapper{
    background: #fff;
    padding: 40px 40px 40px 40px;
    text-align: center;
    position: relative;
}
.reit-media{
    text-align: center;
}
.reit-media img{
    max-width: 148px;
}
.rating-stars img{
    max-width: 40px;
}
.filled-stars img{
    max-width: 40px;
}
.rating-lg .caption {
    display: none;
}
.reit-title{
    color: #685454;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Montserrat-Medium', sans-serif;
}
.reit-ine{
    height: 2px;
    background: #fc9;
    width: 80px;
    margin: 15px auto 20px auto;
}
.reit-please-title{
    font-size: 24px;
    margin-top: 20px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.reit-please-text {
    font-size: 22px;
    font-family: 'Montserrat-Medium', sans-serif;
    line-height: 1.3;
}
.reit-body{
    border: 1px solid #d6cac3;
    border-radius: 0;
    box-shadow: none;
    margin-top: 25px;
    color: #a4765c;
}
.reit-stars{
    margin-top: 10px;
}
.close-reit{
    font-size: 40px;
    color: #93af6e;
    position: absolute;
    right: 11px;
    top: 3px;
    opacity: 0.8;
    transition: 0.2s;
}
.close-reit:hover{
    opacity: 1;
    color: #93af6e;
}
#uch-head-1{
    text-align: justify;
}
#uch-head-2{
    text-align: justify;
}
.eti-wrapper{
    background: #f2ebe5;
    padding: 50px 0 20px 0;
    border-bottom: 1px solid #e2dedb;
}
.opt-contr-title {
    font-size: 20px;
    border: 1px solid #e9ddd6;
    background: #fff;
    padding: 3px 20px;
}
.co-select{
    display: inline-block;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #444;
    font-size: 16px;
    padding: 1px 20px 1px 5px;
    box-sizing: border-box;
    margin: 0 3px;
    border: 1px solid #9b9e95;
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     background-color: #fff;
    background-image: url('../img/Down_arrow.svg'), linear-gradient(to bottom, #e8eede 0%,#e8eede 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .5em top 50%, 0 0;
    background-size: .55em auto, 100%;
    border-radius: 3px;
}
.co-select::-ms-expand { display: none; }
.co-select:hover { border-color: #9b9e95; }
.co-select:focus {
    border-color: #9b9e95;
    color: #222;
    outline: none!important;
}
.co-select option:focus, .co-select option:active{
    outline: none!important;
}
.co-select option { font-weight:normal;}
*[dir="rtl"] .co-select, :root:lang(ar) .co-select, :root:lang(iw) .co-select {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #e4e8d7;
}
.ui-datepicker th {
    font-weight: normal;
}
.date-f {
    background: #e4d6ce;
    cursor: text;
    position: relative;
    display: inline-block;
    width: auto;
    text-align: left;
    border: 1px solid #a58b7f;
    border-radius: 3px;
    min-width: 113px;
}
.ch-color{
    background: #e8eede!important;
    border: 1px solid #9b9e95!important;
}
/*.ui-widget.ui-widget-content {
    margin-left: -144px;
}*/
.change-face{
    display: inline-block;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #a4765c;
    font-size: 16px;
    padding: 7px 20px 7px 5px;
    box-sizing: border-box;
    margin: 0 3px;
    border: 1px solid #fff;
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     background-color: #fff;
    background-image: url('../img/Down_arrow.svg'), linear-gradient(to bottom, #fff 0%,#fff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .5em top 50%, 0 0;
    background-size: .55em auto, 100%;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 4px 3px 11px rgba(0,0,0,0.1);
    width: 100%;
}
.change-face::-ms-expand { display: none; }
.change-face:hover { border-color: #fff; }
.change-face:focus {
    border-color: #fff;
    color: #a4765c;
    outline: none!important;
}
.change-face option:focus, .change-face option:active, .change-face option:hover{
    outline: none!important;
    background: #9fbf75!important;
    box-shadow: 0 0 10px 100px orange inset;
}
.change-face option { font-weight:normal; color:#a4765c}
*[dir="rtl"] .change-face, :root:lang(ar) .change-face, :root:lang(iw) .change-face {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}
.uch-btn-block {
    max-width: 340px;
    padding: 0;
}
.uchastniki-block{
    margin-top: 30px;
}
.left-optarr{
    position: relative;
    left: 53px;
    top: 5px;
}
.right-optarr{
    position: relative;
    right: 53px;
    top: 5px;
}
.active-face-btn{
    display: inline-block;
    color: #fff;
    border: 1px solid #9fbf75;
    border-radius: 20px;
    background: #9fbf75;
    padding: 7px 20px;
    cursor: auto;
}
.active-face-btn:hover{
    color: #fff;
}
.doc-note{
    background: #93af6e;
    position: absolute;
    color: #fff;
    font-size: 16px;
    padding: 7px 20px;
    top: -18px;
    left: 30px;
    font-family: 'Montserrat-Medium', sans-serif;
    z-index: 2;
}
.doc-note img{
    position: absolute;
    right: -18px;
    top: 0;
    width: 18px;
}
.back-btns{
    background: #544342;
    padding: 10px 0;
    border-radius: 7px;
}
.dop-pback{
    padding: 10px;
}
.redy-change{
    color: #fff;
    position: absolute;
    top: 24%;
    left: 21%;
    font-size: 20px;
    font-family: 'Montserrat-Medium', sans-serif;
    display: none;
    background: #544342;
    padding: 5px 15px;
    border-radius: 7px;
}
.oner-change{
    left: 32%;
}
.smile-face img{
    width: 50px;
}
.total-ready {
    background: #fff;
    padding: 25px 0 140px 0;
    text-align: center;
}
.smile-line{
    height: 50px;
    position: relative;
    border-bottom: 1px solid #e9ddd6;
}
.smile-face{
    width: 100px;
    position: absolute;
    background: #fff;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    top: 25px;
}
.smile-title{
    margin: 45px auto 0 auto;
}
.plavaem-opt {
    position: fixed;
    top: auto;
    bottom: 20px;
    z-index: 2;
    width: auto;
    left: 50%;
    margin-left: -128px;
}
.fix-opt{
    position: relative;
}
.two-btns1 {
    margin-left: -110px;
}
.opt-stop{
    position: absolute;
    bottom: -100px;
}
.pay-opt{
    background: #fff;
    display: none;
}
.fore-left-title{
    margin-left: -60px;
}
.fore-right-title{
    margin-right: -60px;
}
.visible-md{
    display: none;
}
.last-opt {
    max-width: 100%;
}
.lk-dates-wr{
    min-width: 180px;
}
.title-doc1{
    max-width: 150px;
}
.lk-isp{
    min-width: 125px;
}
.isp-block{
    position: relative;
}
.isp-hidden{
    background: #faf7f5;
    width: 150px;
    position: absolute;
    z-index: 5;
    padding: 20px 0 7px 10px;
    margin-left: -20px;
    display: none;
}
.sign-ready img{
    width: 14px;
    position: relative;
    bottom: 1px;
    margin-right: 2px;
}
.sign-ready{
    color: #93af6e;
    margin-bottom: 10px;
    display: block;
}
.sign-btn{
    border: navajowhite;
    padding: 0;
    background: none;
    cursor: pointer;
    margin: 0 0 10px 20px;
    transition: 0.2s;
}
.sign-btn:hover{
    text-decoration: underline;
}
.isp-res{
    color: #33251d;
    cursor: pointer;
    transition: 0.2s;
    border: 1px solid #856253;
    text-align: center;
    border-radius: 20px;
    padding: 5px 4px;
    font-size: 13px;
}
.isp-res:hover{
    border: 1px solid #93af6e;
    background: #93af6e;
    color: #fff;
}
.lk-sum{
    min-width: 150px;
    color: #93af6e;
}
.doc-name1{
    color: #93af6e;
}
.doc-name2{
    color: #856253;
}
.nu-res{
    display: block;
}
.lk-head-line{
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e7dfda;
    padding: 15px 0;
    border-top: 1px solid #e7dfda;
    font-family: 'Montserrat-Medium', sans-serif;
}
.lk-head-line .lk-sum{
    color: #33251d;
}
.lk-contr{
    max-width: 200px;
}
.col51 .active-af {
    padding: 10px 15px 10px 25px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.col51 .not-active{
    padding: 10px 15px 10px 25px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.col51{
    margin: 0 5px;
}
.lk-filter{
    margin-bottom: 40px;
}
.no-info1{
    text-align: center;
    margin-top: 30px;
}
.col51 .active-af:hover{
    color: #fff;
}
.close-isp{
    display: block;
    position: absolute;
    width: 8px;
    right: 7px;
    top: 1px;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.2s;
}
.close-isp:hover{
    opacity: 1;
}
.info-pok .info-page-media{
    width: 80px;
}
.paket-block{
    background: #fff;
    text-align: center;
    height: 100%;
    position: relative;
}
.poket-body{
    padding: 25px 15px;
}
.paket-media{
    width: 100px;
    margin: 10px auto 0 auto;
}
.paket-title{
    color: #534343;
    font-size: 24px;
    margin-top: 15px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.paket-note{
    font-size: 18px;
    color: #a4765c;
    margin-top: 5px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.paket-short{
    text-align: left;
    padding: 0 25px;
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 150px;
}
.paket-short ul li::before {
    background: url(../img/ico_38.png) center left no-repeat;
    content: '';
    width: 13px;
    height: 11px;
    display: inline-block;
    position: relative;
    bottom: 0;
    left: -10px;
}
.paket-short ul li {
    margin-bottom: 5px;
}
.paket-short ul{
    margin-left: -12px;
}
.paket-short span{
    text-decoration: underline;
    color: #93af6e;
}
.paket-price {
    font-size: 24px;
    color: #33251d;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: bold;
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    left: 0;
}
.paket-price span{
    color: #93af6e;
}
.paket-price span img{
    position: relative;
    bottom: 2px;
}
.paket-footer{
    background: #93af6e;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    line-height: 75px;
}
.paket-footer span{
    color: #fff;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 24px;
}
.packet-flink{
    display: block;
    height: 100%;
    color: #534343;
}
.packet-flink .shadow{
    transition: all 0.3s;
}
.packet-flink:hover{
    color: #534343;
}
.packet-flink:hover .shadow{
    box-shadow: 0 .2rem 0.5rem rgba(0,0,0,.15) !important;
}
.ttu{
    text-transform: uppercase;
}
.block-yes{
    width: 60px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -30px;
}
.block-title{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 20px;
    color: #534343;
    margin-top: 25px;
}
.block-body{
    color: #33251d;
    font-size: 14px;
    background-color: #faf7f5;
    padding: 15px 10px 5px 10px;
    margin: 15px auto 90px 0;
}
.but-pm{
    color: #b3c694;
    font-size: 34px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 4px;
}
.but-pm:hover{
    color: #a4765c;
}
.count-m{
    font-size: 24px;
    color: #33251d;
    font-weight: bold;
    font-family: 'Montserrat-Medium', sans-serif;
    margin: 0 20px;
}
.month-count{
    margin-top: 40px;
}
.result-pcost{
    background: #fff;
    padding: 5px 10px;
    color: #33251d;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
}
.pbut{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 20px;
}
.pbut i{
    font-size: 17px;
}
.promo-block{
    border-top: 1px solid #e2d7d0;
    margin-top: 40px;
    padding-top: 30px;
}
.inside-title{
    color: #33251d;
    line-height: 50px;
}
.in-input{
    border: none;
    padding: 15px 20px;
    color: #6a6a6a;
    border-radius: 5px;
}
#add-promo{
    background: #f2efed;
    display: block;
    color: #93af6e;
    cursor: pointer;
    font-family: 'Montserrat-Medium', sans-serif;
    border-radius: 5px;
    transition: all 0.3s;
    padding: 15px 0;
}
#add-promo:hover{
    color: #a4765c;
}
.bcon-link{
    background: #93af6e;
    padding: 15px 20px;
    margin-bottom: 30px;
}
.bcon-link a{
    color: #fff;
    transition: all 0.2s;
    text-decoration: underline;
}
.bcon-link a:hover{
    text-decoration: none;
}
.whight-title h2{
    color: #fff;
}
.w-head{
    padding: 60px 0 35px 0;
}
.b-media{
    width: 60px;
    margin: 0 auto;
}
.single-b-block{
    background-color: #93af6e;
    padding: 20px 10px;
}
.b-title{
    font-size: 18px;
    color: #fed8b1;
    margin-top: 20px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.b-body{
    color: #fff;
    margin-top: 15px;
}
.s-b-min{
    max-width: 26%;
    flex: 0 0 26%;
}
.result-pcost img{
    position: relative;
    bottom: 2px;
}
.mopak-title{
    font-size: 18px;
}
.mopak-title span{
    display: block;
    font-size: 22px;
}
.mopak-media img{
    max-width: 50px;
}
.pcon-name{
    font-size: 22px;
    margin: 0;
}
.pmo-body{
    padding-bottom: 30px;
}
.spbtn{
    font-size: 18px;
}
.open-date{
    font-size: 18px;
    margin-top: 5px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.add-morepak{
    margin-top: 20px;
}
.hide-paket{
    display: none;
}
.paket-spec{
    background: #faf7f5;
    padding: 15px 15px 10px 15px;
}
.paket-spec p{
    margin-bottom: 5px;
}
.paket-spec ul {
    margin-left: 10px;
}
.mlight-beg{
    background-color: #f4f0ed;
}
.uni-index{
    color: #685454;
    font-size: 24px;
    background: #faf7f5;
    margin-bottom: 25px;
    text-align: center;
    padding: 5px 0 7px 0;
    font-family: 'Montserrat-Medium', sans-serif;
}
.spec-index{
    color: #fff;
    font-size: 24px;
    background: #8d6959;
    margin-bottom: 25px;
    text-align: center;
    padding: 5px 0 7px 0;
    font-family: 'Montserrat-Medium', sans-serif;
}
.show-spec{
    display: none;
}
.to-allpak{
    color: #fff;
    display: block;
    font-family: 'Montserrat-Medium', sans-serif;
    background: #8d6959;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
}
.to-allpak img{
    width: 32px;
    position: relative;
    bottom: 1px;
    margin-left: 5px;
}
.to-allpak:hover{
    color: #fff;
    background-color: #93af6e;
}
.to-allpak .to-all-docs{
    right: 15px;
    width: 30px;
}
.sfo-wrap{
    position: relative;
}
.search-oblock{
    margin-top: 35px;
}
.os-field{
    width: 100%;
    border: none;
    padding: 13px 45px 13px 20px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2)!important;
}
.search-obut {
    padding: 10px 12px;
    transition: 0.3s;
    opacity: 0.8;
    border: none;
    background: none;
    border-radius: 5px;
    position: absolute;
    right: 2px;
    top: 3px;
}
.search-obut:hover {
    opacity: 1;
}
.hsh-block{
    position: relative;
}
.hsh-block img{
    position: relative;
    z-index: 2;
}
.hsh-block .hsh-img{
    position: absolute;
    z-index: 3;
    opacity: 0;
    transition: all 0.3s;
}
.doc-print:hover .hsh-img{
    opacity: 1;
}
.yes-pak-wrap{
    background: #fff;
    padding: 5px 25px 40px 25px;
}
.open-pak{
    margin-top: 40px;
}
.new-one-block{
    background: #8d6959;
    color: #fff;
    text-align: center;
    padding: 35px 25px 20px 25px;
    border-radius: 10px;
    margin: 40px auto;
}
.new-doc-body{
    background: #fff;
    border: 2px solid #6b5656;
    border-radius: 10px;
    border-bottom: 90px solid #6b5656;
}
.img-back .doc-wrapper{
    background: none;
}
.img-back{
    background: url(../img/with_bg.png) repeat;
    max-width: 100%;
    overflow-x: hidden;
}
.new-podcat {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat-Medium', sans-serif;
    border: 2px solid #ffcc99;
    display: inline-flex;
    align-items: center;
    padding: 7px 25px;
    border-radius: 30px;
    margin-bottom: 30px;
    background: #8d6959;
    position: relative;
    justify-content: space-between;
}
.open-edit-title{
    display: block;
    margin-left: 10px;
    position: relative;
    bottom: 1px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}
.open-edit-title:hover{
    opacity: 1;
}
.open-edit-title-note{
    display: block;
    margin-left: 10px;
    position: relative;
    bottom: 1px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}
.open-edit-title-note:hover{
    opacity: 1;
}
.new-one-block:before{
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: url(../img/ico_43.png) left center repeat-x;
    position: absolute;
    left: 0;
    top: 48px;
}
.step-new-block{
    position: relative;
}
.custom-control-input ~ .custom-control-new::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    cursor: pointer;
    border-radius: 30px;
    background: #fc9;
}
.custom-radio .custom-control-input:focus ~ .custom-control-new::before {
    background-color: #fc9 !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-new::before {
    background-color: #9fbf75 !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-new::after {
    display: none;
}
.custom-new-radio{
    margin: 0;
    padding: 0;
}
.custom-control-new span{
    position: relative;
    color: #33251d;
    white-space: nowrap;
    line-height: 35px;
    transition: all 0.3s;
}
.custom-control-new {
    padding: 0 15px;
    cursor: pointer;
    height: 36px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.custom-control-new:hover > span{
    color: #1e1a18;
}
.custom-radio .custom-control-input:checked ~ .custom-control-new span {
    color: #fff!important;
}
.custom-new-checkbox .custom-control-label{
    border: 2px solid #99786a;
    padding: 10px 20px 11px 30px;
    line-height: 1;
    border-radius: 25px;
}
.custom-new-checkbox .custom-control-input ~ .custom-control-label::before {
    border: none !important;
    box-shadow: none;
    top: 4px;
    left: -10px;
    display: block;
    width: 27px;
    height: 27px;
    background-color: #99786a;
    border: #99786a solid 1px;
}
.custom-new-checkbox .custom-control-label::after {
    top: 7px;
    left: -7px;
}
.custom-new-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none!important;
    border: none!important;
    background-color: #99786a!important;
}
.custom-new-checkbox .custom-control-input:active ~ .custom-control-label::before {
    box-shadow: none!important;
    border: none!important;
    background-color: #9fbf75!important;
}
.custom-new-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    box-shadow: none!important;
    border: none!important;
    background-color: #9fbf75!important;
}
.custom-new-checkbox .custom-control-input:checked ~ .custom-control-label{
    border: 2px solid #93af6e;
}
.new-one-block .radio-line2 {
    display: inline-block;
}

.step-box-block::before {
    display: none;
}
.step-box-block{
    padding: 5px 5px 3px 15px;
    margin: 25px auto;
}
.step-box-block .custom-control {
    padding-left: 0;
    display: inline-block;
}
.plavaem1{
    position: relative;
    bottom: 68px;
}
.self-var {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebe8e6;
}
.my-fieald {
    min-width: 100%;
    max-width: 100%;
    border: 2px solid #ebe8e6;
    border-radius: 0 0 8px 8px;
    padding: 15px;
    background: #fff;
    min-height: 130px;
    text-align: justify;
}
.easyeditor-toolbar{
    padding: 0;
    background: #ebe8e6;
    width: 100%;
    border: 1px solid #ebe8e6;
    border-radius: 8px 8px 0 0;
    padding: 5px 15px;
}
.easyeditor-toolbar li button {
    background: #fff;
    color: #fff;
    border: none;
    font-weight: normal;
    padding: 0;
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 0;
    line-height: 1;
}
.easyeditor-toolbar li button img{
    max-width: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all 0.3s;
}
.scndbtn{
    opacity: 0;
}
.easyeditor-toolbar li button:hover{
    background: #fff;
    border: none;
}
.easyeditor-toolbar li button:hover > .scndbtn{
    opacity: 1;
}
.easyeditor-toolbar li button:hover > .firstbtn{
    opacity: 0;
}
.my-fieald p{
    margin-bottom: 0;
}
.single-part .my-fieald h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}
.single-part .my-fieald h3 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 22px;
}
.single-part .my-fieald h4 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
}
.failres{
    display: inline-block;
    padding: 13px 60px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    opacity: 1;
    transition: 0.3s;
    font-family: 'Montserrat-Medium', sans-serif;
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    border: none;
    margin: 0 auto;
}
.failres:hover {
    color: #fff;
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    text-decoration: none;
    opacity: 0.9;
}
.failres-wrap{
    text-align: center;
}
.newspin{
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-left: -20px;
    bottom: 80px;
    display: none;
}
.newok{
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-left: -20px;
    bottom: 80px;
    display: none;
    width: 32px;
}
.progress-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}
.progress{
    width:100%;
    height:15px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    background:#6d6a54;
    color:#93af6e;
    border-radius: 0;
}
.progress::-webkit-progress-bar{
    background:transparent;
    border-radius:5px;
}
.progress::-webkit-progress-value{
    background:#93af6e;
    border-radius:5px;
}
.progress::-moz-progress-bar{
    background:#93af6e;
    border-radius:5px;
}
.progress-container{
    width:100%;
    background:transparent;
    position:fixed;
    top:0;
    left:0;
    height:5px;
    display:block;
    border-radius: 0;
}
.progress-bar{
    background:#93af6e;
    width:0%;
    display:block;
    height:inherit;
    border-radius: 0;
}
.progress-proz-block{
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 999;
    background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 2px;
}
.progress-proz-inside{
    border: 2px solid #9fbf75;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9fbf75;
    font-weight: 600;
    font-size: 14px;
}
.hint-line{
    background: #9fbf75;
    color: #fff;
    display: none;
    position: absolute;
    top: 25px;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 3px;
    z-index: 9999;
}
.hint-line:before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #9fbf75;
    position: absolute;
    left: 20px;
    top: -7px;
    transform: rotate(45deg);
}
.hint-left:before{
    left: 20px;
}
.hint-middle:before{
    left: 100px;
}
.hint-right:before{
    left: 170px;
}
.hint-show{
    display: flex;
}
.pl-note{
    position: absolute;
    top: -45px;
    left: -2px;
    width: auto;
    background: #93af6e;
    color: #fff;
    padding: 4px 15px;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    font-weight: normal;
}
.pl-before{
    content: '';
    display: block;
    background: #93af6e;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 25px;
    top: -23px;
    -webkit-transform: rotate(45deg);
    z-index: 0;
}
.nfirst-block{
    margin: -81px -31px 0 -31px;
    z-index: 1;
}
.nfirst-block .new-one-block {
    background: #6b5656;
    border-radius: 10px 10px 0 0;
}
.nfirst-block .new-podcat {
    font-size: 24px;
    font-weight: normal;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 20px;
    background: #6b5656;
    text-transform: uppercase;
}
.nfirst-block .new-one-block::before {
    display: none;
}
.pay-fone{
    border-top: 1px solid #746159;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
}
.real-clear{
    margin-top: 50px;
    font-size: 18px;
}
.hideClear{
    display: none;
}
.prfileblock{
    background: #faf7f5;
    padding: 60px 25px 100px 25px;
}
.nfdoc{
    margin-top: 45px;
}
.nfdoc p{
    margin-bottom: 5px;
}
.print-fail{
    margin-top: 35px;
}
.file-wrapper{
    margin: 30px 0 60px 0;
}
.w-ico{
    display: block;
    width: 20px;
    height: 20px;
    line-height: 1px;
    float: right;
    margin: 2px 3px 0 3px;
    border-radius: 50%;
}
.yes-ico{
    background: url(../img/f2.svg) center center no-repeat;
    background-size: 100% 100%;
    border: 1px solid #babeb4;
}
.qest-ico{
    background: url(../img/f1.svg) center center no-repeat;
    background-size: 100% 100%;
    border: 1px solid #cfafa1;
}
.d-ico{
    position: absolute;
    right: 2px;
    top: -3px;
}
.my-dates{
    position: relative;
}
.error-email{
    display: none;
}
.error-wrapper{
    background: #883133;
    color: #fff;
    font-size: 13px;
    margin-top: 0;
    padding: 2px 15px 3px 15px;
    border-radius: 0 0 5px 5px;
    display: inline-block;
    position: relative;
    top: -1px;
}
.modal-wrapper{
    padding: 5px;
    border: 1px solid #fed8b1;
    width: 100%;
}
.free-media {
    max-width: 140px;
    margin: 50px auto 0 auto;
}
.vse-ravno{
    max-width: 320px;
    margin: 10px auto 0 auto;
}
.modal-header-free {
    padding: 35px 40px 40px 40px;
}
.modal-header-free .real-clear{
    font-size: 20px;
}
.modal-free-note{
    text-align: center;
    font-size: 18px;
    margin: 10px 0 0 0;
    font-family: 'Montserrat-Medium', sans-serif;
}
.free-cost{
    color: #93af6e;
    font-weight: bold;
}
.modal-free-note img{
    width: 15px;
    margin-left: 3px;
    position: relative;
    bottom: 1px;
}
.gray-button{
    background: #ebe8e6;
    color: #33251d;
}
.gray-button:hover{
    background: #d2d2d2;
    color: #33251d;
}
.btn-margin{
    margin: 0 5px;
}
.no-show-note{
    display: none;
}
.free-block{
    position: relative;
    top: -73px;
}
.btns-pay{
    display: none;
}
.fixedOpr{
    position: fixed;
    z-index: 6;
    top: -20px;
    background: #f2eae5;
    max-width: 1170px;
    width: 100%;
}
.fixedBottom{
    position: absolute;
    width: auto;
}
.fixedOpr .tool-active{
    display: none!important;
}
.zaglushka{
    height: 242px;
    position: absolute;
    width: 100%;
}
.zaglushka-fix{
    position: static;
}
.fixedOpr .opt-title-1{
    height: 0;
    overflow: hidden;
    border: none;
}
.close-last {
    width: 12px;
    height: 12px;
    opacity: 0.6;
    position: absolute;
    right: 20px;
    top: 19px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 1;
}
.close-last:hover{
    opacity: 1;
}
.last-doc-block{
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #fff;
    padding: 30px 25px;
    max-width: 360px;
    font-family: 'Montserrat-Medium', sans-serif;
    z-index: 10;
}
.last-title{
    font-size: 18px;
    color: #522625;
    line-height: 1.3;
    margin-bottom: 10px;
}
.last-name{
    color: #b5805a;
    margin-bottom: 20px;
    line-height: 1.3;
}
.podpr-open{
    width: 25px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    bottom: 1px;
    left: 9px;
    height: 25px;
}
.podpr-open:hover{
    opacity: 1;
}
.podpr-note{
    position: relative;
}
.podpr-text {
    position: absolute;
    background: #faf7f5;
    color: #33251d;
    z-index: 2;
    font-family: 'Montserrat-Regular', sans-serif;
    min-width: 500px;
    padding: 30px 30px;
    right: -48px;
    bottom: 46px;
    font-weight: normal;
    display: none;

}
.podpr-text p{
    text-align: justify;
    margin-bottom: 0;
}
.podpr-arr {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #faf7f5;
    right: 37px;
    bottom: -15px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-last1 {
    width: 12px;
    height: 12px;
    opacity: 0.6;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 1;
}
.close-last1:hover{
    opacity: 1;
}
.con-rbtns{
    margin-top: 20px;
}
.more-reit-block{
    display: none;
}
.freeze-word{
    display: inline-block;
    padding: 14px 40px;
    color: #6c757d;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    opacity: 1;
    transition: 0.3s;
    font-family: 'Montserrat-Medium', sans-serif;
    background: #e9ecef;
    border: none;
    box-shadow: 1px 2px 11px rgba(0,0,0,0.5);
}
.freeze-word img {
    max-width: 15px;
    margin-right: 10px;
}
.freeze-word:focus, .freeze-word:active{
    color: #6c757d;
    background: #e9ecef;
    box-shadow: 1px 2px 11px rgba(0,0,0,0.5);
}
.freeze-word:hover{
    color: #6c757d;
    opacity: 0.9;
    box-shadow: 1px 2px 11px rgba(0,0,0,0.5);
}
.selfnumber{
    float: left;
    position: relative;
    top: 69px;
}
.has-num-self{
    margin-left: 45px;
}
.second-podpr{
    position: absolute;
    left: 0;
    top: 1px;
    opacity: 0;
    transition: 0.3s;
}
.podpr-open:hover > .second-podpr{
    opacity: 1;
}
.hover-quest{
    display: inline-block;
    width: 25px;
    height: 25px;
    left: -8px;
    bottom: 1px;
}
.second-hover{
    position: absolute;
    left: 0;
    top: 6px;
    opacity: 0;
    transition: 0.3s;
}
.custom-control-new:hover > .hover-quest .second-hover{
    opacity: 1;
}
.timer-media img{
    max-width: 60px;
}
.timer-media span{
    display: inline-block;
    margin-left: 5px;
    line-height: 1.3;
    position: relative;
    top: 15px;
    color: #33251d;
    font-family: 'Montserrat-Medium', sans-serif;
}
#hour,#min,#sec,#day {
	float:left;
	padding:5px;
	width:48px;
	height:55px;
	position:relative;
	display:block;
}

#timer_wrap p {
    margin: 0px;
    padding: 0px;
    width: 16px;
    height: 55px;
    float: left;
    color: #33251d;
    font-size: 24px;
    font-weight: bolder;
    position: absolute;
    font-family: 'Montserrat-Medium', sans-serif;
}
#sec1,#min1,#hour1,#day1 {
	margin-left:18px!important;
}
#timer_wrap {
    background-color: #e4d6ce;
    border-radius: 5px;
    height: 45px;
    overflow: hidden;
    float: left;
    margin-top: 14px;
    padding: 0 5px 0 10px;
}
#razd {
    float: left;
    color: #33251d;
    font-weight: bold;
    font-size: 25px;
    margin: 4px 5px 0px 0px;
    font-family: 'Montserrat-Medium', sans-serif;
}
#stop {
	color:white;
	font-size:2em;
	margin:15px 10px 10px 25px;
	position:absolute;
}
.timer-media{
    float: left;
    margin-right: 20px;
}
.timer-body{
    margin-bottom: 30px;
}
.slide1{
    background: url(../img/back4_2.jpg) no-repeat center top;
    background-attachment: scroll;
    background-attachment: fixed;
    margin: 0 auto;
    min-height: 720px;
    max-width: 1920px;
}
.saved-self{
    background: #ebe8e6;
    color: #33251d;
}
.saved-self:hover{
    background: #ebe8e6;
    color: #33251d;
}
.contract-accordione .card{
    padding: 0;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.contract-accordione .card-header {
    background: #fff;
    padding: 10px 0 10px 20px;
    cursor: pointer;
}
.contract-accordione .acc-btn {
    font-size: 16px;
    color: #33251d;
}
.contract-accordione .card-body {
    padding: 15px 20px 10px 95px;
    font-size: 14px;
    color: #33251d;
}
.contract-accordione .arAcc {
    width: 15px;
    right: 5px;
    top: 50%;
    margin-top: -6px;
}
.have-author{
    padding-top: 0;
}
.have-author .green-author{
    margin: 0 -30px;
    border-radius: 10px 10px 0 0;
}
.have-author .hidden-sml{
    margin-left: 30px;
    max-width: 130px;
}
.have-new-author .hidden-sml{
    margin-left: 30px;
    max-width: 130px;
}
.contr-share{
    padding: 60px 40px 60px 40px;
}
.contr-share .more-reit-title {
    margin: 20px 0 40px 0;
}
.contr-share .reit-please-title {
    margin-top: 30px;
}
.man-face{
    position: relative;
    float: left;
    margin-right: 30px;
}
.man-pict img{
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);
    display: block;
}
.man-q {
    position: absolute;
    width: 48px;
    right: 0;
    bottom: 5px;
}
.man-q img {
    border: none;
    box-shadow: none!important;
}
.man-wrapper{
    margin: 30px auto 30px auto;
    padding: 30px 0 30px 0;
    border-top: 1px solid #e9ddd6;
    border-bottom: 1px solid #e9ddd6;
}
.man-text{
    color: #33251d;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.man-pict{
    max-width: 133px;
}
.man-name p{
    font-size: 14px;
    color: #33251d;
    margin-bottom: 0;
}
.ring-timer{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ece8e7;
    border-radius: 50%;
    margin: 0 7px 5px 7px;
}
.num-timer{
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 73px;
    border: 4px solid #b3c694;
    border-radius: 50%;
    color: #33251d;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Montserrat-Medium', sans-serif;
    margin: 0 5px;
}
.end-timer-wrapper ul{
    text-align: center;
    margin-top: 20px;
}
.timer-hide{
    display: none;
}
.modal-reg-note {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-top: 20px;
}
.long-btn{
    min-width: 300px;
}
.no-info{
    background: #e9cece;
    border: 1px solid #a94442;
}
.no-info-block .no-info{
    padding: 15px;
}
.error-fields{
    color: #f04545;
    font-size: 16px;
    position: relative;
    bottom: 10px;
    display: none;
    background: #fff;
    border: 1px solid #f04545;
    padding: 20px 25px;
}
.already-reg {
    text-align: center;
    margin-top: 15px;
}
.new-reg-form .already-reg {
    font-size: 14px;
}
.false-link{
    cursor: pointer;
    color: #93af6e;
    transition: color 0.3s;
}
.false-link:hover{
    color: #a4765c;
}
.res-bpromo{
    margin-bottom: 20px;
    color: #a94442;
    display: none;
}
.dop-url-link a img{
    width: 35px;
    margin-left: 5px;
}
.dop-url-link a {
    color: #b67f59;
    font-size: 16px;
    font-family: montserrat-medium,sans-serif;
    padding: 20px 25px;
    background: #fff;
    border-radius: 5px;
    margin-top: 30px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
}
.url-wrapper{
    padding: 20px 0 40px 0;
}
.url-line{
    height: 2px;
    width: 63px;
    background: #fc9;
    margin: 40px auto 5px auto;
}
.light-beg-dop{
    background: #f2efed;
}
.podcat-single-new {
    color: #b67f59;
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
    padding: 40px 25px 30px 25px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    display: block;
}
.podcat-single-new .contracts-line span{
    font-size: 24px;
    color: #33251d;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.podcat-single-new .contracts-line span img{
    margin-right: 14px;
    float: left;
}
.podcat-single-new .contracts-line span span{
    float: left;
    width: calc(100% - 50px);
    line-height: 1.2;
}
.podcontr-line-new a {
    font-size: 16px;
    color: #b67f59;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 7px 10px;
    width: 100%;
    padding-bottom: 3px;
}
.podcontr-line-new a:hover {
    color: #93af6e;
}
.podcontr-line-new a img{
    float: left;
    margin-right: 14px;
}
.podcontr-line-new a span{
    float: left;
    width: calc(100% - 40px);
    line-height: 1.2;
    position: relative;
    top: 4px;
}
.new-page-news{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.static-page-wrapper{
    padding: 70px 0 70px 0;
}
.share-page-wrapper{
    margin-top: 40px;
}
.new-page-news .acontr-name {
    font-size: 18px;
}
.new-page-news .acontr-note {
    font-size: 14px;
}
.new-page-news .doc-alp {
    padding-bottom: 28px;
}
.new-page-news .yur-img {
    border: 4px solid #fff;
}
.share-page-wrapper .arrow-def img {
    max-width: 30px;
    margin-right: 10px;
}
.top-search-form {
    height: 50px;
    width: 50px;
    max-width: 570px;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 20px;
}
.open-search-line{
    display: block;
    position: absolute;
    z-index: 4;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    border-radius: 5px;
    background: #fff;
    border: none;
}
.img-s{
    position: absolute;
    top: 18px;
    left: 17px;
}
.open-search-line:hover{
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
}
.base-s{
    z-index: 2;
}
.open-search-line:hover .base-s{
    visibility: hidden;
}
.insruction-block{
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 9999;
    background: url(../img/step-4.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 1920px;
    height: 100vh;
}
.inst-note{
    background: #856253;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    display: none;
}
.inst-note-1{
    top: 280px;
    left: 90px;
    display: block;
}
.inst-note-2{
    top: 370px;
    left: -15px;
}
.inst-note-3{
    top: 422px;
    right: -15px;
}
.inst-step-block{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10%;
}
.inst-step{
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-bottom: 25px;
}
.inst-next{
    margin-right: 15px;
    user-select: none;
}
.inst-close{
    user-select: none;
}
.inst-next img {
    max-width: 32px;
    margin-right: 0;
    margin-left: 5px;
}
.inst-small{
    margin-top: 30px;
}
.inst-small li{
    display: inline-block;
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.inst-small .isactive{
    background: #93af6e;
}
.instuctstop{
    display: none;
}
.open-instr-btn{
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    color: #a4765c;
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
    min-height: 50px;
}
.open-instr-btn:hover{
    opacity: 1;
}
.open-instr-btn img{
    margin-right: 15px;
}
.insimg{
    position: absolute;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s;
}
#insimg-1{
    top: 344px;
    left: 90px;
    opacity: 1;
}
#insimg-2 {
    top: 434px;
    left: -15px;
}
#insimg-3 {
    top: 485px;
    right: -15px;
}
.show-sample{
    color: #33251d;
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #33251d;
    cursor: pointer;
    line-height: 1;
    transition: all 0.3s;
}
.show-sample:hover{
    border-bottom: 1px solid #fff;
}
.pad-modal{
    padding-right: 17px!important;
    overflow: hidden;
}
.modal-dialog-sample{
    max-width: 90%;
    width: 635px;
    text-align: center;
}
.sample-img{
    margin-top: 20px;
    border: 1px solid #e9ddd6;
    border-radius: 3px;
}
.red-sample-start{
    background: #f04545;
    border: 2px solid #f04545;
}
.period-data .rico-2{
    width: 15px;
    margin-right: 9px;
}
.welcome-block-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.but-wel-block-nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 70%;
}
.user-nav-container{
    padding: 0;
}
.new-rates-block{
    margin-top: 50px;
}
.new-rate-docs {
    color: #93af6e;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #93af6e;
    padding: 20px 15px;
    line-height: 1.3;
    margin-bottom: 20px;
    min-height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-rate-block .sbs-title{
    margin-bottom: 15px;
}
.new-rate-price{
    text-align: left;
    margin: 0 0 15px 0;
    color: #33251d;
    display: flex;
    align-items: center;
    min-height: 55px;
    line-height: 1.3;
}
.new-rate-price img{
    margin-right: 10px;
}
.rew-rate-btn{
    margin: 50px 0 25px 0;
}
.new-rate-module{
    padding-bottom: 90px;
}
.new-reit-promo-block{
    background: #fbf7f5;
    margin: 0 -25px -25px -25px;
    padding: 20px 25px;
    position: relative;
    font-size: 15px;
}
.set-promo-btn{
    color: #93af6e;
    text-decoration: underline;
    cursor: pointer;
}
.set-promo-btn:hover{
    text-decoration: none;
}
.checken-open-promo{
    color: #33251d;
    text-decoration: none;
}
.promo-form{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 40px 25px 45px 25px;
    top: 55px;
    background: url("../img/promo-back.svg") center top no-repeat;
    background-size: cover;
    z-index: 10;
    text-align: left;
}
.open-promo{
    display: block;
}
.promo-form-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.promo-field{
    padding: 14px 20px;
    color: #6a6a6a;
    border-radius: 5px;
    width: calc(70% - 15px);
    border: 1px solid #93af6e;
}
.promo-btn{
    background: #a4765c;
    display: block;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
    padding: 15px 0;
    width: 30%;
    text-align: center;
}
.promo-btn:hover {
    color: #efefef;
}
.result-promo{
    display: none;
}
.result-promo-error{
    display: inline-block;
    background: rgb(136, 49, 51);
    color: rgb(255, 255, 255);
    font-size: 12px;
    margin-top: 0;
    padding: 2px 10px 3px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 22px;
}
.result-promo-success{
    display: inline-flex;
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 11px;
}
.result-promo-success:before{
    content: '%';
    color: #a4765c;
    display: flex;
    background: #fc9;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 17px;
    font-weight: bold;
}
.new-rate-block .sbs-wrapper{
    height: auto;
    min-height: 1px;
}
.alternate-body{
    color: #33251d;
    font-size: 14px;
    font-family: 'Montserrat-Regular', sans-serif;
    margin: 58px auto;
}
.sbs-title img{
    margin-left: 10px;
}
.shablon-wrapper{
    background: #fbf7f5;
    min-height: 1px;
}
.new-rate-shablon{
    color: #33251d;
    border-top: 1px solid #33251d;
    border-bottom: 1px solid #33251d;
    padding: 29px 0;
    line-height: 1.3;
    margin-bottom: 20px;
}
.rates-buttons-block .shablon-title{
    margin-bottom: 16px;
}
.shablon-body{
    max-width: 230px;
}
.shablon-btn{
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}
.shablon-btn:hover{
    color: #93af6e;
    background: #e9e3df;
}
.shablon-btn img{
    width: 15px;
    margin-right: 15px;
}
.new-rate-block .pbut{
 font-size: 16px;
}
.hide{
    display: none;
}
.update-date{
    font-weight: 600;
}
.sbs-sum-note{
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}
.faq-rates-block{
    background: #faf7f5;
    padding-bottom: 50px;
}
.faq-rates-block .pt-5{
    padding-top: 0!important;
}
.faq-rates-block .px-0{
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.podcat-body{
    display: flex;
    justify-content: space-between;
}
.podcat-left{
    width: calc(100% - 380px);
    max-width: 100%;
    background: #fff;
    padding: 70px 30px 30px 30px;
    border-radius: 10px;
    height: inherit;
}
.podcat-doc-url{
    text-align: center;
    margin-bottom: 70px;
}
.podcat-body-dop{
    margin-top: 30px;
    background: #e9efe2;
    padding: 25px 25px 15px 25px;
    border-radius: 10px;
}
.podcat-body-dop h2{
    font-size: 24px;
    margin-bottom: 20px;
}
.ico-btn img{
    max-width: 100%;
    position: relative;
    bottom: 1px;
}
.podcat-right{
    width: 345px;
    padding: 30px 25px;
    border-radius: 10px;
    background: #faf7f5;
    height: inherit;
}
.podcat-button{
    margin-top: 20px;
}
.podcat-button .default-link-button{
    width: 100%;
}
.dop-podcat-btns{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.ico-doc-link{
    display: flex;
    width: calc(50% - 5px);
    background: #8d6959;
    border-radius: 5px;
    color: #fff;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.ico-doc-link img{
    margin-right: 9px;
}
.ico-doc-link:hover{
    background: #916e5e;
    color: #fff;
}
.pod-raiting-block{
    margin-top: 30px;
    text-align: center;
}
.pod-stars-block{
    display: inline-flex;
    margin: 0 auto;
}
.pod-stars-wrapper{
    position: relative;
}
.pod-stars-reit{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.reit-cat-title{
    margin-top: 20px;
}
.reit-cat-title span{
    font-weight: 600;
}
.reit-srars{
    max-width: 162px;
}
.pod-update-block{
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
}
.podcat-categories{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
}
.pod-cat-links{
    width: calc(50% - 15px);
}
.soderganie-title {
    display: inline-flex;
    background: #93af6e;
    border-radius: 0 10px 10px 0;
    align-items: center;
    height: 50px;
    margin-left: -30px;
    padding: 0 25px 1px 25px;
}
.soderganie-block h3{
    font-size: 24px;
    color: #fff;
    margin: 0;
}
.go-to-text {
    color: #b67f59;
    font-family: 'Montserrat-Medium', sans-serif;
    display: inline-flex;
    align-items: flex-start;
    line-height: 1.4;
}
.go-to-text:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #93af6e;
    border-radius: 50%;
    margin-right: 25px;
    min-width: 8px;
    position: relative;
    top: 8px;
}
.go-to-text:hover{
    color: #93af6e;
}
.sod-line{
    margin-bottom: 15px;
}
.soderganie-body{
    margin-top: 30px;
    border-bottom: 1px solid #e2d7d0;
    margin-bottom: 35px;
    padding-bottom: 30px;
}
.preloader-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}
.modal-preloader{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
}
.reg-preloader-text{
    margin-top: 20px;
}
.reg-preloader{
    display: none;
}
.odob-preloader{
    display: none;
}
.sogl-preloader{
    display: none;
}
.qr-preloader{
    display: none;
}
.more-edit-preloader{
    display: none;
}
.preloader-open{
    display: flex;
}
.preloader-block{
    background: #fff;
    padding: 90px 100px;
    max-width: 100%;
    width: 600px;
    font-size: 24px;
    line-height: 1.3;
    font-family: 'Montserrat-Medium', sans-serif;
}
.preloader-img{
    margin-top: 40px;
}
.bottom-note-block{
    margin-top: 60px;
}
.bottom-note-block .doc-note-block{
    margin-right: -15px;
    margin-left: -15px;
}
.no-bottom-text{
    padding-bottom: 60px;
}
.url-wrapper h2{
    font-size: 30px;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #685454;
    text-transform: uppercase;
}
.bread-bottom-block{
    text-align: center;
    width: 100%;
    margin-top: 50px;
    padding: 0 15px;
}
.bread-bottom-block a{
    font-family: 'Montserrat-Medium', sans-serif;
    color: #b5805a;
    font-size: 16px;
}
.bread-bottom-block a:hover{
    color: #93af6e;
}
.hide-doc-block{
    display: none;
}
.two-icons-btn{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 14px 0;
    text-align: center;
    width: 250px;
}
.two-icons-btn img {
    margin-right: 0;
}
.brown-btn{
    background: #8d6959;
    transition: all 0.3s ease;
}
.brown-btn:hover{
    background: #7a6359;
}
.brown-btn:focus, .brown-btn:active{
    background: #8d6959;
}
.show-doc{
    margin: 0 auto;
}
.open-hidden-block{
    background: #6b5656;
    margin-top: -10px;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #75625e;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.show-doc-open{
    opacity: 0.4;
}
.show-doc-open:hover, .show-doc-open:focus, .show-doc-open:active{
    background: #8d6959;
    opacity: 0.4;
    cursor: default;
}
.btn-inside{
    text-align: center;
    margin: 30px 0 35px 0;
}
.btn-inside img{
    max-width: 100%;
    border: none;
    position: relative;
    bottom: 1px;
}
.btn-inside .default-link-button{
    display: inline-flex;
    align-items: center;
}
.pre-btn{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(141,105,89,0.7);
    width: 100%;
    height: 36px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.pre-btn img{
    width: 30px;
    opacity: 0.6;
}
.pl-btn-note{
    position: absolute;
    top: -45px;
    left: -4px;
    width: auto;
    background: #93af6e;
    color: #fff;
    padding: 4px 15px;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    font-weight: normal;
}
.pl-btn-before{
    content: '';
    display: block;
    background: #93af6e;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 12px;
    top: -23px;
    -webkit-transform: rotate(45deg);
    z-index: 0;
}
.btn-note{
    position: absolute;
}
.edit-podcat{
    position: relative;
}
.custom-control-new-edit{
    padding: 0 45px 0 15px;
}
.open-edit-btn{
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}
.open-edit-btn:hover{
    opacity: 1;
}
.open-edit-btn-note{
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}
.open-edit-btn-note:hover{
    opacity: 1;
}
.edit-podcat .img-checked{
    display: none;
}
.edit-podcat .img-nochecked{
    display: inline-block;
}
.edit-podcat.checked-podcat .img-checked{
    display: inline-block;
}
.edit-podcat.checked-podcat .img-nochecked{
    display: none;
}
.req-all{
    display: inline-flex;
    padding: 13px 60px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    opacity: 1;
    transition: all 0.3s;
    font-family: 'Montserrat-Medium', sans-serif;
    background: #8d6959;
    border: none;

}
.req-all:hover{
    background: #6f5143;
}
.req-wrap{
    display: inline-flex;
    margin: 0 auto 0 10px;
    position: relative;
}
.pl-req-note {
    position: absolute;
    top: -52px;
    left: -80px;
    width: auto;
    background: #fff;
    color: #33251d;
    padding: 8px 15px;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    border: 1px solid #d6cac3;
    font-size: 14px;
}
.pl-req-before {
    content: '';
    display: block;
    background: #fff;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 130px;
    top: -19px;
    -webkit-transform: rotate(45deg);
    z-index: 1;
    border-right: 1px solid #d6cac3;
    border-bottom: 1px solid #d6cac3;
}
.req-wrap .pre-btn{
    height: 100%;
}
.pre-result{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8d6959;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pre-result img{
    width: 30px;
}
.saved-textarea{
    background: #e8eede;
}
.uslovie-note{
    position: absolute;
}
.uslovie-note .pl-req-note{
    left: -163px;
}
.uslovie-note .pl-req-note-1{
    left: -220px;
}
.uslovie-note .pl-req-before{
    left: 2px;
}
.field-broun-note{
    position: absolute;
}
.field-green-note{
    position: absolute;
}
.field-broun-note .pl-req-before{
    background: #e1d2cb;
    border-color: #e1d2cb;
    left: 115px;
    top: -17px;
}
.field-broun-note .pl-req-note{
    background: #e1d2cb;
    border-color: #e1d2cb;
    top: -50px;
    left: 0;
}
.field-green-note .pl-req-before{
    background: #e6efde;
    border-color: #e6efde;
    left: 115px;
    top: -17px;
}
.field-green-note .pl-req-note{
    background: #e6efde;
    border-color: #e6efde;
    top: -50px;
    left: 0;
}
.closed-field{
    background: #a84741 !important;
    border: 1px solid #a84741 !important;
    color: #fff;
    padding: 0 5px;
}
.secure-note{
    position: absolute;
}
.secure-note .pl-req-before{
    background: #a84741;
    border-color: #a84741;
    left: 115px;
    top: -17px;
}
.secure-note .pl-req-note{
    background: #a84741;
    border-color: #a84741;
    color: #fff;
    top: -50px;
    left: 0;
}
.del-orders-block{
    background: #ebe8e6;
    padding: 0 30px;
    border-radius: 5px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 60px auto;
    font-family: 'Montserrat-Medium', sans-serif;
    width: 1250px;
    max-width: calc(100% - 30px);
}
.switch-wrapper{
    content: '';
    display: flex;
    position: relative;
    background: #fff;
    width: 50px;
    height: 30px;
    border-radius: 20px;
    align-items: center;
    padding: 0 5px;
    cursor: pointer;
    box-shadow: 0 5px 9px rgba(0,0,0,.15);
    transition: all 0.3s ease-in-out;
}
.swith-ring{
    content: '';
    display: block;
    position: relative;
    background: #93af6e;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
    transform: translateX(0);
}
.switcher-on{
    background: #93af6e;
}
.switcher-on .swith-ring{
    background: #fff;
    transform: translateX(20px);
}
.doc-toast {
    position: fixed;
    z-index: 9999;
    right: 15px;
    top: 30px;
    width: 270px;
    max-width: calc(100% - 30px);
    background: #fff;
    box-shadow: 0 5px 9px rgba(0,0,0,.15);
    border-radius: 7px;
    overflow: hidden;
}
.doc-toast-status{
    font-family: 'Montserrat-Medium', sans-serif;
    padding: 5px 15px;
    color: #fff;
}
.doc-toast-body{
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.3;
}
.doc-toast-ok .doc-toast-status{
    background: #93af6e;
}
.doc-toast-error .doc-toast-status{
    background: darkred;
}
.edited-block{
    width: 100%;
    text-align: left;
}
.edited-btn-block{
    width: 100%;
    text-align: left;
}
.edit-start{
    position: relative;
    z-index: 20;
}
.all-blocks-wrapper{
    display: none;
}
.hidden-blocks-wrapper{
    display: none;
}
.mobile-nav-block{
    display: none;
}
.burger-line{
    height: 3px;
    width: 100%;
    background: #93af6e;
    border-radius: 5px;
}
.burger-nav {
    height: 30px;
    width: 30px;
    min-width: 30px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.burger-lines{
    width: 100%;
    height: 100%;
    align-items: center;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
}
.burger-cross{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: none;
}
.burger-show{
    display: flex;
}
.mobile-nav{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    transform: translateY(-100%);
    transition: all 0.3s ease-in;
    padding-top: 80px;
}
.mobile-search-wrap{
    position: relative;
}
.mobile-nav-open{
    transform: translateY(0%);
    transition: all 0.3s ease-out;
}
.back-fon-nav{
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease-in;
    background: rgba(0,0,0,0);
}
.back-fon-nav-open{
    background: rgba(0,0,0,0.6);
    transform: translateY(0%);
    transition: all 0.3s ease-out;
    z-index: 9;
}
.mobile-search-block{
    background: #faf7f5;
    padding: 25px 20px 30px 20px;
}
.mobile-top-menu{
    text-align: center;
}
.mobile-top-menu li{
    margin: 10px 0 10px 0;
}
.mobile-top-menu li a{
    font-size: 20px;
}
.mobile-top-menu .active-top{
    font-size: 20px;
    font-weight: 600;
}
.burger-line-one{
    transform: rotate(45deg);
    width: 70%;
    position: relative;
    top: 12px;
}
.burger-line-two{
    transform: rotate(-45deg);
    width: 70%;
    position: relative;
    bottom: 12px;
}
.line-search-form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-line-wrapper{
    width: 100%;
    position: relative;
}
.search-input{
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 5px 0 0 5px;
    padding-left: 20px;
}
.search-input:focus{
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.search-field-block{
    position: relative;
}
.img-serch{
    position: absolute;
    right: 15px;
    top: 16px;
}
.search-index-block{
    padding-top: 50px;
}
.default-search-button{
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    height: 50px;
}
.search-data-result{
    position: absolute;
    background: #fff;
    width: 100%;
    margin-top: 3px;
    border-radius: 5px;
    z-index: 9;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    font-size: 14px;
    display: none;
    top: 50px;
}
.search-data-result a {
    color: #33251d;
    font-size: 14px;
    display: block;
    padding: 4px 21px;
    border-radius: 5px;
}
.search-data-result a span{
    color: #93af6e;
}
.search-data-result a:hover{
    background: #f2ddc2;
}
.search-error-line{
    padding-left: 20px;
}
.search-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    color: #a4765c;
    font-size: 14px;
    font-family: 'Montserrat-Medium', sans-serif;
    height: 100%;
    min-height: 82px;
}
.search-link span{
    color: #93af6e;
}
.search-link:hover{
    color: #93af6e;
}
.search-one{
    margin-bottom: 30px;
}
.search-link-text{
    padding-right: 15px;
}
.pg-search{
    margin-bottom: 40px;
}
.ellipsis{
    color: #9eb67e;
    position: relative;
    bottom: 5px;
}
.no-search-data{
    font-size: 14px;
    color: #a4765c;
}
.search-mobile{
    display: none;
}
.related-docs-header{
    font-size: 12px;
    color: #856253;
    background: #faf7f5;
    padding: 5px 15px;
    border-bottom: 1px solid #e9ddd6;
    position: relative;
}
.related-docs-header:before{
    content: '';
    display: block;
    height: calc(100% + 1px);
    width: 2px;
    background: #ffcc99;
    position: absolute;
    left: -15px;
    top: 0;
}
.related-docs-wrapper{
    border: 1px solid #e9ddd6;
    border-bottom: none;
}
.related-one-line{
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    border-bottom: 1px solid #e9ddd6;
    position: relative;
}
.related-one-line:before{
    content: '';
    display: block;
    height: calc(100% + 1px);
    width: 2px;
    background: #ffcc99;
    position: absolute;
    left: -15px;
    top: 0;
}
.related-docs-wrapper .related-one-line:last-child:before{
    content: '';
    display: block;
    height: calc(50% + 1px);
    width: 2px;
    background: #ffcc99;
    position: absolute;
    left: -15px;
    top: 0;
}
.related-one-line:after{
    content: '';
    display: block;
    height: 2px;
    width: 15px;
    background: #ffcc99;
    position: absolute;
    left: -15px;
    top: 50%;
}
.related-docs-block{
    margin-top: 15px;
}
.related-one-actions{
    white-space: nowrap;
}
.lef-np{
    padding-left: 0;
}
.right-np{
    padding-right: 0;
}
.lk-mobile-info{
    width: 100%;
    border-bottom: 1px solid #e7dfda;
    padding: 15px 0;
    display: none;
}
.lk-mobile-info-text{
    color: #33251d;
    font-size: 14px;
    background: #ece8e5;
    border-radius: 5px;
    font-family: 'Montserrat-Medium', sans-serif;
    text-align: center;
    padding: 10px 30px;
}
.open-line-note{
    padding: 0;
    background: none;
    border: none;
    width: 25px;
}
.open-line-close{
    position: absolute;
    right: 5px;
    top: -2px;
    width: 10px;
    opacity: 0.6;
}
.note-line-wrapper{
    position: relative;
    margin-left: 7px;
}
.open-line-body{
    position: absolute;
    background: #faf7f5;
    border: 1px solid #d7cbc4;
    color: #33251d;
    font-size: 14px;
    font-family: "Montserrat-Regular", sans-serif;
    z-index: 10;
    width: 300px;
    padding: 10px 30px;
    bottom: 40px;
    left: 0;
    margin-left: -152px;
    display: none;
}
.open-line-body::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 55%;
    margin-left: -9px;
    width: 16px;
    height: 16px;
    border-right: 1px solid #d7cbc4;
    border-bottom: 1px solid #d7cbc4;
    background: #faf7f5;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.instruction-btn{
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 76px;
    color: #a4765c;
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
    border: none;
    background: #fff;
    border-radius: 10px;
    padding: 0 15px 0 25px;
    transition: color 0.3s ease;
}
.instruction-btn:hover{
    color: #9fbf75;
}
.instruction-btn img{
    margin-right: 15px;
}
.sidebar-block{
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.instruction-title{
    color: #534343;
    font-size: clamp(20px, 3vw, 24px);
    text-transform: uppercase;
}
.bottom-i-line{
    background: #a4765c;
    height: 2px;
    width: 60px;
    margin: 20px auto 0 auto;
}
.instruction-block{
    margin-top: 30px;
}
.instruction-one-title{
    margin: 25px 0 0 0;
    font-size: 18px;
    color: #a4765c;
    font-family: "Montserrat-Medium", sans-serif;
}
.instruction-text{
    color: #33251d;
    line-height: 1.4;
    margin-top: 15px;
}
.instruction-modal{
    padding: 20px 50px 50px 50px;
}
.instruction-one .slider-arrow {
    position: absolute;
    right: -30px;
    top: 60px;
}
.same-documents-block{
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
    margin-top: 30px;
    padding: 20px 15px 20px 25px;
}
.same-documents-title{
    display: flex;
    align-items: center;
    color: #a4765c;
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.same-documents-title img{
    margin-right: 10px;
}
.same-documents-line{
    width: 70px;
    height: 2px;
    background: #ffc891;
    margin-top: 15px;
}
.same-documents-wrapper{
    margin-top: 20px;
}
.same-documents-wrapper ul li{
    display: flex;
    margin-bottom: 15px;
}
.same-documents-wrapper ul li:last-child{
    margin-bottom: 0;
}
.same-documents-wrapper ul li a{
    font-size: 14px;
    color: #a4765c;
    font-family: 'Montserrat-Medium', sans-serif;
    line-height: 1.3;
    display: inline-block;
    transition: color 0.3s ease;
}
.same-documents-wrapper ul li{
    font-size: 14px;
    line-height: 1.3;
}
.same-documents-wrapper ul li a:hover{
    color: #93af6e;
}
.same-documents-wrapper ul li:before{
    content: '';
    display: block;
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #93af6e;
    margin-right: 8px;
    position: relative;
    top: 5px;
}
.same-documents-wrapper p{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.3;
}
.same-documents-wrapper p:last-child{
    margin-bottom: 0;
}
.reg-modal-header{
    display: flex;
    align-items: center;
    background: #e9efe2;
    margin: 30px 15px 0 15px;
    padding: 25px 25px 25px 30px;
    border-radius: 10px;
}
.modal-download-note{
    font-size: clamp(15px, 2vw, 18px);
    color: #33251d;
    line-height: 1.3;
    font-family: 'Montserrat-Medium', sans-serif;
}
.modal-face-wrapper{
    margin-right: 25px;
}
.error-field{
    border-color: #883133;
    background-color: #f4dcdc;
}
.no-reg{
    display: none;
}
.reg-media{
    width: 37px;
    margin-right: 20px;
    min-width: 30px;
}
.padding-last-block{
    padding-bottom: 40px;
}
.no-visual{
    opacity: 0;
}
.new-reg-form .btn-default{
    width: 100%;
}
.sud-block .container{
    position: relative;
}
.sud-woman{
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 95%;
    width: auto;
}
.sud-books-block{
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    text-align: end;
}
.sud-pencil{
    max-height: 276px;
    width: auto;
}
.sud-books{
    max-height: 130px;
    width: auto;
}
.sud-books-sep{
    margin-bottom: 40px;
}
.sud-block{
    padding-top: 50px;
    position: relative;
    min-height: 670px;
}
.new-auth-wrapper{
    width: 360px;
    max-width: calc(100% - 30px);
    background: #fff;
    position: relative;
}
.new-reg-form{
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-reg-link{
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
}
.modal-auth{
    width: 360px;
    max-width: calc(100% - 30px);
}
.static-page-block{
    background: #faf7f5;
    padding: 40px 40px 40px 40px;
}
.static-body{
    margin-top: 40px;
}
.default-text a{
    text-decoration: underline;
    font-family: 'Montserrat-Medium', sans-serif;
}
.show-mobile{
    display: none;
}
.rate-faq-title .block-title{
    margin-top: 0;
}
.rate-faq-title{
    margin-bottom: 30px;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #fc9;
}
.lock-block {
    content: '';
    display: block;
    width: 48px;
    min-width: 48px;
    height: 100%;
    background: #9ab972 url("../img/ico_72.png") 14px 6px no-repeat;
    position: absolute;
    right: -15px;
    background-size: 17px;
    border-radius: 0 30px 30px 0;
}
.modal-wrapper-new{
    width: 100%;
}
.free-media-new{
    background: #e9efe2;
    border-radius: 14px;
    display: inline-flex;
    align-items: flex-start;
    padding: 15px 25px;
    color: #33251d;
    text-align: start;
    justify-content: center;
    font-size: clamp(16px, 3vw, 17px);
    line-height: 1.3;
    font-family: 'Montserrat-Medium', sans-serif;
}
.free-media-new img{
    margin-right: 15px;
}
.modal-dialog-large{
    max-width: 800px;
}
.modal-dialog-xlarge {
    max-width: 1140px;
}
.free-nice-head{
    text-align: center;
}
.free-media-new-title{
    max-width: 350px;
}
.helper-wrapper{
    display: inline-flex;
    margin-left: 2px;
    position: relative;
    bottom: 1px;
}
.helper-show-body {
    background-color: #faf7f5;
    border: 1px solid #d7cbc4;
    padding: 10px 20px;
    width: 250px;
    font-size: 14px;
    color: #33251d;
    position: absolute;
    bottom: 40px;
    left: -113px;
    line-height: 1.3;
    text-align: center;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}
.helper-wrapper:hover .helper-show-body {
    display: block;
    opacity: 1;
}
.helper-show-body::after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    border-width: 12px;
    border-style: solid;
    border-color: #faf7f5 transparent transparent transparent;
    margin-left: -12px;
}
.helper-show-body::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    border-width: 12px;
    border-style: solid;
    border-color: #d7cbc4 transparent transparent transparent;
    margin-left: -12px;
}
.free-preim-body{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.free-preim-title{
    color: #33251d;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat-Medium', sans-serif;
}
.free-preim{
    margin-top: 30px;
}
.free-preim-text{
    color: #a4765c;
    font-size: 16px;
    margin-top: 15px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.free-preim-text span{
    display: block;
}
.price-free-block{
    margin-top: 20px;
    color: #33251d;
    font-size: clamp(16px, 3vw, 18px);
    font-family: 'Montserrat-Medium', sans-serif;
}
.price-free-block img{
    margin-left: 5px;
    position: relative;
    bottom: 1px;
    width: 14px;
}
.soc-reit-block{
    margin-top: 20px;
}
.new-free-btn{
    display: none;
}
.go-to-print{
    position: relative;
    bottom: 17px;
}
.price-free-reit{
    font-size: 16px;
}
.new-one-block-article:before{
    display: none;
}
.new-one-block-article{
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: space-between;
    text-align: start;
    border-radius: 0 0 10px 10px;
    padding: 25px 25px 25px 17px;
}
.article-part{
    background: #ffffff;
    color: #33251d;
    padding: 25px 25px;
    border-radius: 0 10px 10px 10px;
    line-height: 1.4;
}
.article-part p:last-child{
    margin-bottom: 0;
}
.content-article-btn-one{
    font-size: 14px;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #33251d;
    background: #e4d6ce;
    border-radius: 10px 10px 0 0;
    height: 33px;
    display: flex;
    padding: 0 33px;
    align-items: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.btn-article-active{
    background: #fff;
    border-radius: 10px 10px 0 0;
    z-index: 2;
    cursor: default;
}
.content-article-btns{
    display: flex;
}
.btn-article-source{
    margin-left: -15px;
}
.content-article-block{
    width: 71%;
    min-width: 71%;
}
.article-block-title{
    background: #93af6e;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px 10px 0 0;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: clamp(16px, 2vw, 20px);
}
.article-btns-block .radio-line2 {
    padding: 0 5px;
}
.article-author-first{
    background: #93af6e;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 20px 25px;
}
.article-author-line{
    position: relative;
}
.article-author-img {
    position: absolute;
    width: 138px;
    border-radius: 50%;
    overflow: hidden;
    right: 25px;
    top: 50%;
    margin-top: -69px;
}
.article-author-name{
    display: flex;
    max-width: 80%;
}
.article-author-second{
    background: #e9efe2;
    border-radius: 0 0 10px 10px;
    padding: 20px 25px;
}
.article-author-large{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: clamp(14px, 3vw, 18px);
}
.article-author-title{
    min-width: 140px;
}
.article-author-medium{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: clamp(14px, 3vw, 16px);
}
.text-font-article{
    padding: 20px;
    border-bottom: 2px solid #6b5656;
}
.text-font-article .one-wrapper .step-new-block:last-child .new-one-block-article{
    margin-bottom: 0;
}
.article-btns-block .custom-control-new {
    margin-bottom: 10px;
}
.same-article-block{
    margin-top: 0;
}
.text-font-article .parts-block {
    margin-top: 25px;
}
.source-part-block{
    position: relative;
}
.source-part-one p:last-child{
    margin-bottom: 0;
}
.sources-part{
    display: block;
    background: rgb(255, 255, 255);
    color: rgb(51, 37, 29);
    padding: 25px;
    border-radius: 0 10px 10px 10px;
    line-height: 1.4;
}
.sources-one-wrapper{
    margin-bottom: 20px;
}
.sources-block .sources-one-wrapper:last-child{
    margin-bottom: 0;
}
.free-nice-title-str{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: clamp(18px, 3vw, 22px);
    text-transform: uppercase;
}
.free-nice-title{
    margin-bottom: 30px;
}
.article-doc-block{
    max-width: 27%;
}
.article-btns-block .custom-control-new span {
    white-space: unset;
    line-height: 1.3;
    display: block;
    padding: 10px 5px;
}
.article-btns-block .custom-control-input ~ .custom-control-new::before {
    height: 100%;
}
.article-btns-block .custom-control-new {
    height: auto;
    padding: 0 15px 0 15px;
}
.article-btns-block .disabled-label{
    padding-right: 47px;
}
.article-btns-block .lock-block {
    position: absolute !important;
    height: 100%;
    background: #9ab972 url(../img/ico_72.png) 14px 46% no-repeat;
    background-size: 17px;
    right: -1px;
}
.content-article-block .default-text ul li {
    display: flex;
    align-items: flex-start;
}
.content-article-block .default-text ul li::before {
    display: block;
    top: 6px;
    margin-right: 10px;
}
.content-article-block .default-text ol li {
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}
.content-article-block .default-text ol li::before {
    width: 25px;
    height: 25px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 1px;
    min-width: 25px;
}
.container-article{
    max-width: 1280px;
    margin: 0 auto;
}
.doc-table{
    min-width: 100%;
}
.doc-table thead{
    background: #faf7f5;
}
.doc-table tr th{
    padding: 15px 25px;
    border: 1px solid #e9ddd6;
    font-size: 14px;
}
.doc-table tr td{
    padding: 15px 25px;
    border: 1px solid #e9ddd6;
    font-size: 14px;
}
.doc-table-id-td{
    font-family: 'Montserrat-Medium', sans-serif;
}
.editable-tr{
    background: #efefef;
}
.table-wrapper {
    position: relative;
}

.doc-table tr td.delete-cell{
    border: none;
    max-width: 30px;
    position: absolute;
    padding: 0;
    right: 5px;
    top: 50%;
    margin-top: -14px;
}
.doc-table tbody tr{
    position: relative;
}
.delete-row{
    border: none;
    background: none;
    color: #a4765c;
    font-size: 20px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.delete-row:hover{
    opacity: 1;
}
.add-row{
    border: 1px solid #99b269;
    width: 100%;
    background: #e9efe2;
    display: flex;
    align-items: center;
    height: 40px;
    margin-top: -1px;
    color: #93af6e;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 15px;
}
.add-row img{
    margin-right: 10px;
}
.add-buttons{
    margin-bottom: 10px;
}
.responsive-table{
    overflow-x: auto; /* Включаем горизонтальную прокрутку */
    scrollbar-width: thin; /* Для Firefox делаем полосу прокрутки тонкой */
    scrollbar-color: #888 #f1f1f1; /* Цвет полосы прокрутки в Firefox */
}
/* Стилизация для Chrome, Safari и Edge */
.responsive-table::-webkit-scrollbar {
    height: 6px; /* Высота полосы прокрутки */
}

.responsive-table::-webkit-scrollbar-track {
    background: #f1f1f1; /* Цвет фона трека полосы прокрутки */
}

.responsive-table::-webkit-scrollbar-thumb {
    background-color: #888; /* Цвет ползунка полосы прокрутки */
    border-radius: 10px; /* Закругляем ползунок */
}

.responsive-table::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Цвет ползунка при наведении */
}
.banner-link{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
}
.banner-img{
    display: block;
    border-radius: 10px;
    margin-top: 30px;
}
.article-preim-title{
    text-transform: uppercase;
    font-size: clamp(20px, 3vw, 30px);
    font-family: 'Montserrat-Medium', sans-serif;
    color: #fff;
}
.one-article-note{
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat-Medium', sans-serif;
}
.article-prim-wrapper{
    margin-top: 40px;
}
.article-note-block {
    background:
        linear-gradient(to bottom, #93af6e 0%, #93af6e 30%, rgba(147, 175, 110, 0.3) 100%),
        url('../img/with_bg2.png');
    background-repeat: repeat;
    border-radius: 10px;
    margin-top: 30px;
    padding: 40px 0 40px 0;
}
.article-doc {
    position: relative;
    padding-bottom: 70px;
}

.article-doc-button {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    transition: opacity 0.3s ease, transform 0.3s ease, position 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.article-doc-button.hidden {
    opacity: 0;
    visibility: hidden;
}

.article-doc-button.fixed-to-block {
    position: absolute;
    bottom: -50px; /* Чуть ниже нижней границы блока */
    left: 50%;
    transform: translateX(-50%);
}
.article-doc-button img{
    max-width: 22px;
    min-width: 22px;
}
.article-how-num{
    font-size: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #93af6e;
    color: #fff;
    padding-left: 7px;
    position: absolute;
    left: -19px;
    top: -14px;
}
.article-note-media{
    display: inline-flex;
}
.alternative-art-template .new-one-block-article {
    flex-wrap: wrap;
}
.alternative-art-template .article-doc-block {
    max-width: 100%;
    width: 100%;
    text-align: center;
}
.alternative-art-template .content-article-block {
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
}
.free-preim-one{
    width: calc(100% / 3);
}
.user-edit-field{
    border: 1px solid #a84741!important;
    background: #eec8c6 !important;
}
.checked-by-user .custom-radio .custom-control-input:checked ~ .custom-control-new::before {
    background-color: #a84741 !important;
}
.contr-tr{
    background: #eec8c6 !important;
}
.can-edit-modal-btn{
    background: linear-gradient(to bottom, #9fbf75, #93b06e);
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 30px;
    cursor: pointer;
}
.can-edit-modal-btn img{
    min-width: 46px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}
.modal-reg-note-brown {
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-top: 20px;
    color: #a4765c;
}
.edit-modal-title{
    color: #534343;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-top: 15px;
}
.edit-modal-line{
    width: 64px;
    height: 2px;
    background: #a4765c;
    margin: 15px auto 20px auto;
}
.default-btn-close{
    background: #a4765c;
}
.default-btn-close:hover{
    background: #8a583b;
}
.default-btn-close:focus, .default-btn-close:active{
    background: #a4765c;
}
.default-btn-close img{
    max-width: 20px;
    position: relative;
    bottom: 1px;
    margin-right: 7px;
}
.free-media-new-alert{
    background: #f4dcdc;
}
#qrcode{
    width: 120px;
    margin: 15px auto 0 auto;
}
.edit-link{
    overflow: hidden;
    color: #95b16f;
    text-decoration: underline;
    margin-left: 7px;
}
.link-str{
    overflow: hidden;
    display: inline-flex;
    max-width: 420px;
}
.copy-edit-link{
    cursor: pointer;
}
.qr-title{
    color: #33251d;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.edit-alert-note{
    color: #883133;
    font-size: 16px;
    margin-top: 20px;
}
.edit-alert-note .free-media-new-title {
    max-width: 100%;
}
.edit-btn{
    display: inline-block;
    font-size: 12px;
    color: #33251d;
    text-align: center;
}
.edit-btn:hover{
    color: #33251d;
}
.edit-media{
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 auto;
}
.edit-close-btn .edit-media{
    background: #a4765c;
}
.edit-more-btn .edit-media{
    background: #93af6e;
}
.edit-more-btn img{
    position: relative;
    left: 1px;
}
.edit-body-one{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(231, 223, 218);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.edit-more-btn{
    margin-left: 10px;
}
.edit-line-title{
    font-family: 'Montserrat-Medium', sans-serif;
    width: 15%;
}
.edit-line-link{
    font-family: 'Montserrat-Medium', sans-serif;
    width: 33%;
}
.edit-line-date{
    width: 17%;
}
.edit-line-action{
    width: 17%;
    text-align: end;
}
.edit-line-status{
    width: 11%;
}
.red-color{
    color: darkred;
}
.red-color-edit{
    color: #a84741;
}
.green-color-text{
    color: darkgreen;
}
.cant-edit-block{
    position: absolute;
    width: 100%;
    height: calc(100% - 90px);
    z-index: 999;
    left: 0;
    top: 0;
}
.dop-img img{
    max-width: 100%;
    margin-right: 7px;
}
.dop-move-3 img{
    position: relative;
    bottom: 3px;
}
.edit-more-line{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 1000;
}
.user-nav-btn{
    background: #ffcc99;
    color: #33251d;
}
.user-nav-btn:hover, .user-nav-btn:focus, .user-nav-btn:active{
    color: #33251d;
}
.active-nav-btn{
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    color: #ffffff;
}
.active-nav-btn:hover, .active-nav-btn:focus, .active-nav-btn:active{
    color: #ffffff;
}
.edit-close-div{
    width: 60px;
}
.data-text{
    font-size: clamp(16px, 3vw, 18px);
    color: #a4765c;
    line-height: 1.3;
    font-family: 'Montserrat-Medium', sans-serif;
}
.data-text span{
    color: #93af6e;
}
.data-note{
    font-size: 14px;
    color: #a4765c;
    margin-top: 30px;
}
.data-media img{
    max-width: 100%;
}
.edit-link-container{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
}
.soglasovanie-line {
    padding: 10px 15px 10px 30px;
    background: #e8eede;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #93af6e;
    color: #93af6e;
    font-family: 'Montserrat-Medium', sans-serif;
    min-height: 70px;
}
.soglasovanie-text{
    margin-right: 20px;
}
.soglasovanie-text img{
    margin-right: 4px;
    position: relative;
    bottom: 1px;
}
.edit-doc-end-with{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 30px;
    bottom: 10px;
    background: #e8eede;
    width: calc(100% - 50px);
    position: absolute;
    left: 25px;
    min-height: 70px;
    border-radius: 10px;
    color: #93af6e;
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.user-edit-select .co-select{
    border: 1px solid #a84741 !important;
    background-image: url('../img/Down_arrow.svg'), linear-gradient(to bottom, #eec8c6 0%,#eec8c6 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .5em top 50%, 0 0;
    background-size: .55em auto, 100%;
}
.edit-preim-one{
    width: 25%;
}
.slider-edit-arrow{
    position: absolute;
    top: 45px;
    right: -15px;
}
.edit-open-title{
    font-size: 18px;
    color: #93af6e;
    text-align: center;
    font-family: 'Montserrat-Medium', sans-serif;
    transition: all 0.3s ease;
    cursor: pointer;
}
.edit-open-title:hover{
    text-decoration: underline;
}
.edit-open-block{
    margin-top: 20px;
}
.edit-open-title img{
    margin-left: 7px;
    transition: transform 0.3s ease;
    position: relative;
    bottom: 1px;
}
.edit-open-body{
    display: none;
}
.edit-open-title.info-open img{
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.user-edit-color{
    color: #a84741;
}
.approval-btn{
    padding: 10px 15px;
    font-size: 12px;
    min-width: 185px;
    text-align: center;
    min-height: 1px;
    height: auto;
}
.just-text-modal{
    font-size: 18px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.edit-doc-end-text img{
    position: relative;
    bottom: 1px;
    margin-right: 5px;
}
.btn-add-contragent{
    margin-top: 20px;
}
.custom-select{
    display: inline-block;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #444;
    font-size: 16px;
    padding: 1px 20px 1px 10px;
    box-sizing: border-box;
    border: 1px solid #9b9e95;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('../img/Down_arrow.svg'), linear-gradient(to bottom, #e8eede 0%,#e8eede 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .5em top 50%, 0 0;
    background-size: .55em auto, 100%;
    border-radius: 5px;
    height: 50px;
}
.custom-select::-ms-expand { display: none; }
.custom-select:hover { border-color: #9b9e95; }
.custom-select:focus {
    border-color: #9b9e95;
    color: #222;
    outline: none!important;
    box-shadow: none;
}
.custom-select:active {
    border-color: #9b9e95;
    color: #222;
    outline: none!important;
    box-shadow: none;
}
.custom-select option:focus, .custom-select option:active{
    outline: none!important;
}
.custom-select option { font-weight:normal;}
*[dir="rtl"] .custom-select, :root:lang(ar) .custom-select, :root:lang(iw) .custom-select {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}
.contr-line{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.contr-left{
    width: calc(50% - 10px);
}
.contr-right{
    width: calc(50% - 10px);
}
.contr-body{
    padding: 20px 0;
}
.contr-status{
    width: calc(50% - 10px);
}
.contr-form label{
    font-size: 14px;
    color: #33251d;
    margin-bottom: 3px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.contr-field-block{
    width: 100%;
}
.modal-header-contr{
    padding: 15px 35px 10px 35px;
}
.hidden-contr-block{
    display: none;
}
.contr-three{
    width: calc(100% / 3 - 10px);
}
.contragent-line{
    display: flex;
    margin-bottom: 20px;
}
.contragent-left .contragent-line:last-child{
    margin-bottom: 0;
}
.contragent-three{
    width: calc(100% / 3 - 10px);
    margin-left: 10px;
}
.contragent-line .contragent-three:first-child{
    margin-left: 0;
}
.have-contr-block{
    width: 100%;
}

.contragent-one{
    border: 2px solid #ebe8e6;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
}
.have-contr-block .contragent-one:last-child{
    margin-bottom: 0;
}
.contragent-title{
    font-size: clamp(14px, 2vw, 18px);
    color: #33251d;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-bottom: 5px;
}
.contragent-body{
    font-size: clamp(14px, 2vw, 16px);
    color: #33251d;
}
.contragent-left{
    width: calc(100% - 150px);
}
.contragent-right{
    width: 150px;
    text-align: right;
}
.edit-contragent-link{
    font-size: 14px;
    font-family: 'Montserrat-Medium', sans-serif;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    line-height: 1.2;
}
.edit-contragent-link img{
    min-width: 15px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.edit-contragent-link span{
    border-bottom: 1px solid #93af6e;
    transition: all 0.3s ease;
}
.edit-contragent-link:hover{
    color: #93af6e;
}
.edit-contragent-link:hover span{
    border-bottom: 1px solid #fff;
}
.delete-contragent-link{
    font-size: 14px;
    font-family: 'Montserrat-Medium', sans-serif;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    line-height: 1.2;
    color: #a4765c;
}
.delete-contragent-link img{
    min-width: 12px;
    margin-right: 5px;
}
.delete-contragent-link span{
    border-bottom: 1px solid #a4765c;
    transition: all 0.3s ease;
}
.delete-contragent-link:hover{
    color: #a4765c;
}
.delete-contragent-link:hover span{
    border-bottom: 1px solid #fff;
}
.pg-contr {
    margin-top: 15px;
}
.party-search-block{
    position: absolute;
    z-index: 2;
    margin-top: 3px;
}
.party-search-data{
    background: #fff;
    border: 1px solid #b9bdb3;
    box-shadow: 1px 2px 11px rgba(0,0,0,0.3);
    width: 350px;
    box-sizing: border-box;
    border-radius: 4px;
    padding-bottom: 10px;
}
.party-search-title{
    background: #e8eede;
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    box-sizing: border-box;
    margin: 7px;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #93af6e;
    padding: 5px;
}
.party-search-title img{
    margin-right: 5px;
}
.party-search-name{
    color: #33251d;
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
}
.party-search-name span{
    color: #8d6959;
}
.party-search-inn{
    color: #33251d;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
}
.party-search-inn span{
    color: #8d6959;
}
.party-search-address{
    color: #33251d;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 1.3;
    margin-top: 2px;
}
.party-search-address span{
    color: #8d6959;
}
.party-search-line {
    padding: 5px 10px 7px 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #e9ddd6;
}
.party-search-line:hover{
    background-color: #faf7f5;
}
.party-search-data .party-search-line:last-child{
    border-bottom: none;
}
.party-data-wrapper {
    max-height: 308px;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

/* Для Chrome, Edge и Safari */
.party-data-wrapper::-webkit-scrollbar {
    display: none;
}
.full-search-block{
    width: 100%;
}
.discount-line{
    display: flex;
    justify-content: center;
    background: #e9efe2;
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    min-height: 40px;
    line-height: 1;
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 5px;
    color: #33251d;
}
#discount-timer{
    margin-left: 5px;
    line-height: 1;
    font-size: 16px;
    width: 95px;
    font-family: 'Montserrat-Medium', sans-serif;
    display: flex;
    font-weight: 600;
}
.tsep{
    margin: 0 2px;
}
.discount-clock img{
    position: relative;
    bottom: 1px;
    margin-right: 3px;
}
.discount-sum{
    display: inline-flex;
    align-items: center;
}
.old-sum {
    color: #fed8b1;
    font-size: 16px;
    text-decoration: line-through;
}
.new-sum{
    background: #fed8b1;
    height: 40px;
    margin-left: 20px;
    border-radius: 22px;
    padding: 0 15px;
    color: #33251d;
    font-family: 'Montserrat-Medium', sans-serif;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}
.new-sum .new-reit-sum{
    margin-right: 5px;
}
.subscribe-list-one{
    display: flex;
    align-items: center;
    line-height: 1.3;
    margin-bottom: 15px;
}
.subscribe-one-media{
    min-width: 98px;
    margin-right: 30px;
}
.subscribe-list-block{
    margin-top: 30px;
}
.subscribe-title{
    margin-top: 35px;
}
.number-input {
    display: flex;
    align-items: center;
    gap: 5px;
}
.number-input button {
    width: 40px;
    height: 40px;
    font-size: 22px;
    border: none;
    cursor: pointer;
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    color: #fff;
    font-family: 'Montserrat-Medium', sans-serif;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease;
}
.number-input button:hover {
    color: #fff;
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    text-decoration: none;
    opacity: 0.9;
}
.number-input input {
    width: 50px;
    text-align: center;
    font-size: 18px;
    height: 40px;
    border: none;
    border-radius: 5px;
    margin: 0 3px;
}
.add-subscribe-block{
    border: 2px solid #ebe8e6;
    width: 100%;
    border-radius: 10px;
    padding: 30px 35px 30px 35px;
    background: #fff;
}
.add-subscribe-title{
    font-family: 'Montserrat-Medium', sans-serif;
    color: #33251d;
}
.add-subscribe-count-users{
    margin-top: 20px;
    margin-bottom: 10px;
}
.subscribe-btn-block{
    margin-top: 30px;
}
.light-shadow{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.light-shadow:hover, .light-shadow:focus, .light-shadow:active{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.sub-info-block .pay-order-id{
    display: block;
}
.agreement-block {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 40px;
    position: relative;
}

.agreement-checkbox {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #93af6e;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agreement-checkbox:checked {
    background-color: #93af6e;
    border-color: #93af6e;
}

.agreement-checkbox:checked::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(-45deg);
}

.agreement-block label {
    font-size: 16px;
    cursor: pointer;
    color: #33251d;
    font-family: 'Montserrat-Medium', sans-serif;
    margin: 0;
}
.agreement-subscribe-block{
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
}
.sub-agreement-text{
    color: #a4765c;
    font-size: 14px;
    margin-top: 20px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.sub-agreement-note{
    margin-top: 30px;
    font-size: 14px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.error-agreement{
    position: absolute;
    bottom: -35px;
    background: #883133;
    color: #fff;
    font-size: 12px;
    height: 25px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 5px;
}
.add-subscribe-next{
    margin-top: 20px;
}
.grey-btn{
    background: linear-gradient(to bottom, #c1c1c1, #aaaaaa);
}
.grey-btn:hover{
    background: linear-gradient(to bottom, #c1c1c1, #aaaaaa);
    opacity: 0.9;
}
.grey-btn:focus, .grey-btn:active{
    background: linear-gradient(to bottom, #c1c1c1, #aaaaaa);
}
.middle-btn{
    min-width: 150px;
}
.stop-subscribe-block{
    background: #e9efe2;
    border-radius: 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-family: 'Montserrat-Medium', sans-serif;
}
.stop-subscribe-form{
    width: 100%;
    margin-top: 20px;
    display: none;
}
.stop-subscribe-block button{
    margin-left: 10px;
}
.stop-subscribe{
    margin-left: 5px;
}
.stop-subscribe-dialog{
    max-width: 400px;
}
.you-create-block{
    color: #a4765c;
    background: #fbf7f5;
    border-radius: 10px;
    min-height: 40px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat-Medium', sans-serif;
    line-height: 1.2;
}
.you-create-block img{
    margin-right: 10px;
}
.employees-status{
    margin-bottom: 30px;
}
.employe_error{
    position: absolute;
    top: -32px;
    background: #883133;
    color: #fff;
    font-size: 12px;
    height: 25px;
    display: none;
    align-items: center;
    padding: 0 15px;
    border-radius: 5px;
}
.employe_error-show{
    display: flex;
}
.employee-line{
    margin-bottom: 40px;
}
.employee-line-one{
    display: flex;
    justify-content: space-between;
    min-height: 70px;
    border-bottom: 1px solid #e9ddd6;
    align-items: center;
}
.emloyee-email{
    width: 25%;
}
.emloyee-name{
    width: 25%;
    padding: 0 15px;
}
.emloyee-role{
    width: 25%;
}
.emloyee-access{
    width: 25%;
    padding: 0 15px;
}
.emloyee-action{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.have-employee-block{
    font-size: 14px;
    color: #33251d;
    font-family: 'Montserrat-Medium', sans-serif;
}
.employee-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e9ddd6;
    border-bottom: 1px solid #e9ddd6;
    min-height: 50px;
    font-weight: 600;
}
.edit-emloyee-link {
    color: #33251d;
    font-size: 12px;
    font-family: 'Montserrat-Medium', sans-serif;
    display: inline-block;
    text-align: center;
    line-height: 1;
}
.edit-emloyee-media{
    background: #93af6e;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 3px auto;
}
.delete-emloyee-media{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2px auto;
}
.delete-employee-link{
    color: #33251d;
    font-size: 12px;
    font-family: 'Montserrat-Medium', sans-serif;
    display: inline-block;
    text-align: center;
    line-height: 1;
    margin-left: 20px;
}
.default-field:disabled {
    background-color: #f0f0f0;
    color: #999;
    cursor: not-allowed;
    opacity: 0.8;
    border: 1px solid #ccc;
}
.default-field:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.default-field:disabled::placeholder {
    color: #bbb;
    font-style: italic;
}
.add-employee-disabled-note{
    margin-top: 30px;
}
.add-employee-disabled-note p{
    font-size: 14px;
    margin-bottom: 0;
}
#add-employee-disabled{
    cursor: not-allowed;
}
.mobile-employee-title{
    display: none;
}
.employee-left{
    display: flex;
    width: 80%;
}
.subscribe-rate{
    background: #e9efe2;
    border: 1px solid #e9efe2;
    border-radius: 10px;
}
.sub-note{
    margin-left: 4px;
}
.helper-show-btn{
    min-width: 20px;
}
.change-rate-count-block{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 7px;
}
.change-rate-count-block button {
    width: 40px;
    height: 40px;
    font-size: 22px;
    border: none;
    cursor: pointer;
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    color: #fff;
    font-family: 'Montserrat-Medium', sans-serif;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease;
}
.change-rate-count-block button:hover {
    color: #fff;
    background: rgb(148,176,111);
    background: linear-gradient(0deg, rgba(148,176,111,1) 0%, rgba(159,190,117,1) 100%);
    text-decoration: none;
    opacity: 0.9;
}
.change-rate-count-block .change-rate-text {
    width: 110px;
    font-size: 16px;
    height: 40px;
    border: none;
    border-radius: 5px;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}
.radio-open-btn{
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #93af6e;
    position: relative;
    cursor: pointer;
    margin-right: 7px;
    min-width: 26px;
}
.radio-open-btn-active:after{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: #93af6e;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}
.radio-open-one{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-top: 10px;
}
.radio-open-title{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 14px;
}
.add-open-btn-block{
    margin-top: 30px;
}
.hide-btns-block .step-new-block{
    display: none;
}
.modal-dialog-small{
    max-width: 400px;
}
