
.paper_form .form-control {
    display: block;
    width: 100%;
    
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    border-radius: 5px;
    background-color: #fff;
    box-shadow: inset -1px 1px 4px rgba(80,80,80,.46);
    height: 38px;
    outline: 0;
    border: 1px solid #ccc;
    
}

.paper_form  textarea.form-control {
    height: auto;
}
.paper_form  .form-group
{
  margin-bottom: 15px;
}  

.paper_form .control-label{color: #8d8d8d;}  

.paper_form  .col-md-3,
.paper_form  .col-md-9 {
  float:none;
  width: 100%
}
.paper_form {
  display: flex;
  flex-direction: column;
}
.paper_form .col-sm-6 {
width: 50%;
}

@media only screen and (min-width: 768px){
.entry .entry-content, .entry .entry-summary {
    max-width: 100%;
    margin: 0;
    padding: 0 60px;
}}
.paper_form {
width: 100%!important;
    margin:0!important;
    max-width:100%!important;
  }
#diplom_view {
    position: relative;
    transition: all 300ms linear;
    z-index: 10;
}
  #diplom_view.mag {
    transform: scale(1.4);
    z-index: 10;
    border: 1px solid #DDD;
    box-shadow: 0px 2px 2px 0px;
}
#diplom_view img {
    height: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
  }



.diplom-max {
    position: absolute;
    background: rgba(000,000,000,0.0);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    transition: all 300ms linear;
}
#diplom_view * {
    font-weight: bold!important;
/*    white-space: nowrap!important;*/

 
    /* white-space: nowrap !important; */
    line-height: 1;

}
  #diplom_view:hover .diplom-max {
    opacity: 1;
}

#diplom_view .diplom-max svg {
display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translatex(-50%) translatey(-50%);
    font-weight: 400!important;
}

.slider_paper_d  {
        padding: 11px 27px;
    background: #c9e0ed;
    margin: 0 14px;
}

 

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}
 .has-error.form-group .alert {
    display: inline-block;
}

 .paperalert {
   
    padding: 3px 10px;
  
}

 .alert {
    /* position: absolute; */
    /* top: 51px; */
    padding: 3px 10px;
    /* right: 22px; */
    display: none;
}
has-error.radio-inline label {
    color: #a94442;
}
.paperalert,
.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
 
    padding: 4px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.paperalert p {
    margin: 0px;
    padding: 0px;
} 

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
 
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.paper_form .alert {
    /* position: absolute; */
    /* top: 51px; */
    padding: 3px 10px;
    /* right: 22px; */
    display: none;
}
.paper_form .has-error.form-group .alert {
    display: inline-block;
}


.partweb_title {
font-size: 18px;
    background: gainsboro;
    padding: 2px 4px;
    font-weight: bold;
    margin: 15px 0 15px 0;
    border-bottom: 1px dotted #a9a8a8;
    }
    .partweb_button {
        margin-top:15px;
    }
    .inoy {
        opacity:0.6;
    }
  .errorField {  
    background: #f9bcbc!important;
    border: 1px solid red!important;
    }
    
   .auth {
   
       max-width: 338px;
    margin: 0 auto;
    }
    
    .aiteko-single-post .aiteko-the-content {
    max-width: 97%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    
}

.panel__tops {
   display: flex;
 
 align-items: center;
 align-content: center;
     flex-flow: row wrap;
}
.panel__tops a {
    margin-right: 29px;
    margin-bottom: 10px;
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    text-decoration: none!important;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}
.panel__tops a.active{
    color: #555;
    border-top: 1px solid #009933;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.panel__tops a:hover {
    color: #888;
    cursor: pointer;
}

.error input,
.error textarea {
background: #ff00002e!important;
    border: 1px solid red!important;
    }.field {
        margin:0px 0px 15px 0px;
    }
    
    @media screen and (min-width: 782px){
.wp-core-ui .quicktags-toolbar input.button.button-small {
    font-size: 12px;
    width: auto;
    height: 26px;
    display: inline-block;
    line-height: 24px;
    padding: 1px 5px;
 }
 }
 
 
 
@media (max-width: 325px) {
    .entry-page-header h1 {
    
    font-size: 23px;
    
}
   }
   
   
   .pagination {
    display: inline-block;
    padding: 0;
    margin: 8px 0;
}
.pagination li   {
    display: inline;
}

 .Zebra_Pagination {
    text-align:center;
 }
 .pagination li span,
.pagination li a  {background: #fff;
        color: #0166cc;
    float: left;
    /* font-weight: bold; */
    font-size: 16px;
    margin: 0 1px;
    font-family: 'Poppins';
    padding: 2px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #c2c0c0;
}

.pagination li.active a, 
 .pagination li a:hover,
.pagination li a:focus,
   .pagination li a:active{
     background:#e8e8e8;
     color: #000000;
    } 
    
  .pagination li:first-child a{
  border-radius: 5px 0 0 5px;
    margin-right: -2px;
   }
   .pagination li:last-child a{
  border-radius: 0 5px   5px 0 ;
    margin-left: -2px;
   }
   
   .content_partweb img {
    max-width:100%;
   }
   
   @media screen and (max-width: 1251px) {
    .panel__tops {
    display: flex;
    justify-content: center;
    }
   }
  
   
    
   
   @media screen and (max-width: 600px) {
table.simple-little-table {
    border: 0;
  }
table.simple-little-table thead {
    display: none;
  }
 table.simple-little-table  tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
 table.simple-little-table  td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }
 table.simple-little-table  td:last-child {
    border-bottom: 0;
  }
 table.simple-little-table  td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;margin-right: 10px;
  }
}
     @media screen and (max-width: 477px) {
    .panel__tops {
    flex-flow: column nowrap;
    }
   }


   .webpart_link {margin: 12px 0 20px 0;
    font-size: 15px;
    background: #e1e6e4;
    padding: 0 12px;
    border-radius: 4px;}

table.simple-little-table {width: 100%; border-collapse: collapse;}
table.simple-little-table thead tr {color: #ffffff; font-weight: bold; background: #00bf80;}
table.simple-little-table thead tr td {border: 1px solid #01ab73;}
table.simple-little-table tbody tr td {border: 1px solid #e8e9eb;

  
    text-align: center;
}
table.simple-little-table tbody tr:nth-child(2n) {background: #f4f4f4;}
table.simple-little-table tbody tr:hover {background: #ebffe8;}


table.simple-little-table td, table.simple-little-table th {
    padding: 0.5em;
    border: 1px solid #767676;
    /* word-break: break-all; */
    font-size: 14px;
    font-size"FONT-WEIGHT: 100;
}
.paper_form .col-sm-6_left {
    width: calc(50% - 20px);
    margin-right: 20px;
}
.setka_row {
 position: absolute;
    left: 0px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-bottom: 0px double #8b8a8a;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    opacity: 1;
   
}
.setka_row span {
     opacity: 1;
    font-size: 14px;
    font-weight: bold;
}


.radio {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}
.radio + label {
    cursor: pointer;
}
.radio:not(checked) {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.radio:not(checked) + label {
    position: relative;
    padding: 6px 0 0 31px;
    margin-right: 23px;
}
.radio:not(checked) + label:before {
    content: '';
    position: absolute;
  top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}
.radio:not(checked) + label:after {
    content: '';
    position: absolute;
 top: 5px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #9FD468;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: .2s;
}
.radio:checked + label:after {
    opacity: 1;
}
.radio:focus + label:before {
    box-shadow: 0 0 0 3px rgba(255,255,0,.7);
    
    
}

.col-sm-6_left1 {
    margin-bottom: 16px;
}

@media   (max-width: 782px){
    .paper_form {
    display: flex;
    flex-flow: column nowrap;
}
.paper_form .col-sm-6 {
    width: 100%;
    margin-right: 0px;
}
.paper_form .col-sm-6_left {
    width: 100%;
    margin-right: 0px;
}
    }
    
    
    @media   (max-width: 450px){
        
.paper_size13 { font-size:10px!important;}        
.paper_size12 { font-size:10px!important;}
.paper_size11 { font-size:10px!important;}

        
         .paper_size14  {
            font-size:11px!important;
        }
        .paper_size16  {
            font-size:11px!important;
        }
       .paper_size30 {
             font-size:15px!important;
        }
        .paper_size25 {
             font-size:14px!important;
        }
        }

.btn__paper {
    display: inline-block;  
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 15px 15px 0;
    outline: none;
    border: none;  
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #fff!important;
    background-color: #1a73e8;
    position: relative;
    overflow:hidden;
    vertical-align: top;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation; 
    z-index: 1;
}
.btn__paper span{
    position: absolute;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    animation: btn_ripples 0.6s linear infinite;
}
@keyframes btn_ripples {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0.5;
    }
    100% {
        width: 1000px;
        height: 1000px;
        opacity: 0;
    }
}
.btn__paper:hover {
    box-shadow: 0 1px 2px 0 rgb(26 115 232 / 45%), 0 1px 3px 1px rgb(26 115 232 / 30%);
    background-color: #297be6;
}
.btn__paper:active {
    box-shadow: 0 1px 2px 0 rgb(26 115 232 / 45%), 0 2px 6px 2px rgb(26 115 232 / 30%);
    background-color: #1a73e8 !important;
}
.btn__paper:focus-visible {
    box-shadow: 0 0 0 3px lightskyblue;
}
.btn__paper:disabled {
    pointer-events: none;
    opacity: 0.65;
}
       
 
.btn__paper-2 {
    display: inline-block;  
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 15px 15px 0;
    outline: none;
    border: 1px solid #7952b3;  
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #7952b3;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;  
}
.btn__paper-2:focus {
    box-shadow: 0 0 0 3px rgb(121 82 179 / 25%);
}
.btn__paper-2:hover {
    background-color: #61428f;
    border-color: #61428f;
}
.btn__paper-2:active {
    background-color: #61428f !important;
    border-color: #61428f !important;
}
.btn__paper-2:disabled {
    pointer-events: none;
    opacity: 0.65;
}


.alert_paper {
    box-sizing: border-box;
    min-height: 67px;
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.alert_paper-warning {
  background: #f2a600;
}
.alert_paper-success {
  background: #12c99b;
}
.alert_paper-primary {
  background: #0676ed;
}
.alert_paper-dark {
  background: #151a30;
}
.alert_paper-error {
  background: #e41749;
}
.alert_paper .icon__wrapper {
  height: 34px; box-sizing: border-box;
  width: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.253);
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert_paper .icon__wrapper span {
  font-size: 21px;
  color: #fff;
}
.alert_paper p {
  color: #fff;
  font-family: Verdana;
  margin-left: 10px;
}
.alert_paper p a,
.alert_paper p a:visited,
.alert_paper p a:active {
  color: #fff;
}
.alert_paper .open {
  margin-left: auto;
  margin-right: 5px;
}
.alert_paper .close, .alert .open {
  color: #fff;
  transition: transform 0.5s;
  font-size: 18px;
  cursor: pointer;
}
.alert_paper .close:hover, .alert_paper .open:hover {
  transform: scale(1.3);
}
.custom-box-success, .custom-box-error, .custom-box-inform, .custom-box-warning, .custom-box-edit, .custom-box-members, .custom-box-tip, .custom-box-hello, .custom-box-download {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 10px;
    background-position: 10px center !important;
    background-repeat: no-repeat;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    /* font-weight: 700; */
}
.custom-box-wrap {
    position: relative;
    margin-bottom: 1.1em;
}
.custom-box-tip {
  background: url(../images/icons/custom-tip.png) no-repeat #e5c1e5;
  border: 1px solid #bd54bd;
  color: #ae00ae;
}


.pay__robokassa_go {
    color: #59ce59;
    font-size: 15px;
   transition: all 0.1s ease; 
}
.pay__robokassa_go:hover{
    text-decoration: none;
    color: #43a043
}