body {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    direction: ltr;
	background: #f9f9ff;
    color: #212529;
    margin: 6px 0;
}
/* Прокрутка Начало */
::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #d4cad3;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(180deg, #d4cad3, #B08EAD);
}
/* Прокрутка Конец */
.padding-9 {padding: 3px 0; display: inline-block; width: 49%;}
.padding-9 button {cursor: pointer; color: #B08EAD; text-decoration: none; border: none; background: unset;}
.padding-9 button:hover {color: #4B3049;}
#dopuslugicat {display: none;} 
p {color: #212529;}
h3 {color: #B08EAD; margin: 10px 0 10px 0; font-weight: normal;}
.g-recaptcha {width: 50%;float: left;margin-top: 10px;}
.sogl {width: 100%;float: left;}
.padding-7 a {
    background-color: #4B3049;
    border: none;
	text-decoration: none;
}
#metod-help-block {color: #4B3049; font-size: 12px;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; // Yeah, yeah everybody write about it
}
input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

/* Радио кнопки Начало */
input[type="checkbox"],
input[type="radio"] {
  accent-color: #4B3049;
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
}
input:checked + span {color: #B08EAD;}
/* Радио кнопки Конец */

.sogl a {color: #B08EAD; font-weight: normal; text-decoration: none;}
.sogl a:hover {color: #4B3049;}
.sogl input {margin-right: 10px;}
.padding-22 {text-align: center; display: inline-block; padding-top: 10px; width: 100%;}
.padding-222 {display: inline-block; width: 49%;}
.padding-222 button {background-color: #4B3049; border:none; width: 100%;}
.padding-77 {text-align: left; display: inline-block; padding: 10px 0; width: 100%;}
.padding-77 input {background-color: #4B3049; border: none; width: 100%;}
#honeypot {
    opacity: 0;
    position: absolute;
    top: 0;
    left: -5000px;
}

/* Загрузка файлов в Форме заказа Начало */
.MultiFile-label {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 14px;
    color: #8F9DA8;
    margin-bottom: 3px;
    margin-right: 5px;
}

.MultiFile-label:not(:last-child){

}
.MultiFile-wrap input[type="file"] {
    height: 26px;
    margin-bottom: 15px;
    position: absolute;
    top: -3000px;
}
.MultiFile-title {
    margin-right: 3px;
}
.MultiFile-list {
   display: block;
   text-align: left;
   margin-bottom: 5px;
}

.MultiFile-remove {
    display: block;
    width: 9px;
    height: 9px;
    position: relative;
}
.MultiFile-remove:before,
.MultiFile-remove:after {
    content: '';
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000000;
}
.MultiFile-remove:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.MultiFile-remove:after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.control-group.tal {
    text-align: left;
}
.upload_files_button {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    color: #B08EAD;
    text-underline-offset: 2px;
    margin: 10px 0 10px 0;
	width: 100%;
	font-size: 14px;
}
.upload_files_button:hover {
	color: #4B3049;
}
.upload_files_button:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 13px;
    background-image: url("attach_oranz.svg");
    background-repeat: no-repeat;
}
/* Загрузка файлов в Форме заказа Конец */


img {vertical-align: middle;}
.display-none {display: none;}
.prk-parth{width: 40%;margin: 10px 0 10px 0; float: left;}
.text-center   {text-align: center;}

#skr-help-block, #dop-help-block , #cardsize-help-block, #printtype-help-block, #paper-help-block, #printlam-help-block, #qty-help-block, #dop-help-block{color: #FF8C00;}
.padding-3 input {vertical-align: middle;}
.sogl input {vertical-align: middle;}

/* Прикрепить файл */
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    background-color: #5fa9bb;
}

.inputfile + label {
	color: #f1e5e6;
    background-color: #FF8C00;
    display: inline-block;
    max-width: 80%;
    font-size: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
	border-radius: 4px;
}
.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
 
.no-js .inputfile + label {
    display: none;
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.7em;
}
svg:not(:root) {
    overflow: hidden;
}

/* Прикрепить файл */

.form-group .form-control {
    position: relative;
    z-index: 2;
    width: 120px;
    margin-bottom: 0;
    height: 36px;
    text-align: center;
}

.display-block {display:block;}

.raz {
  all: unset;
  -moz-appearance: textfield;
  width: 3em;
  text-align: center;
}
.raz::-webkit-inner-spin-button { 
  display: none;
}

input[type="number"]:invalid+span:after {
	content: '✖';
	padding-left: 5px;
	color: red;
}
 
input[type="number"]:valid+span:after {
	content: '✓';
	padding-left: 5px;
	color: green;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.display-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}  
.order {
    float: left;
    padding-top: 0;
    width: 100%;
    display: none;
}
.padding-3 {
    padding: 3px 3px 3px 0;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}
.padding-6 {width: 100%; text-align:left;}
.padding-7 {text-align:left; display: inline-block; padding: 10px 10px 0 0;}

.width-30 {
    width: 20px;
    display: inline-block;
	padding-right: 2px;
	text-align: right;
}

.col-md-3 {
    width: 100%;
    display: block;
	float: left;
	position: relative;
    min-height: 1px;
}
.padding-top-20 {
    padding-top: 10px;
}

.width-30 em {
    background: #4B3049;
    border-radius: 20px;
    text-align: center;
    color: #FFF;
    font: normal bold 12px Arial;
    padding: 0 4px;
}

 /* Подсказка по клику */
span.support::before {
   content: attr(data-title); /*помещаем подсказку в псевдоэлемент*/
   display: none; /*скрываем подсказку*/
}
span.support:focus::before {
   display: block;
}
.support {float: left; display: inline-block;
    margin: 10px 5px 0 0;
    position: relative;
    text-decoration: none;
    cursor: pointer;}
.support em {
    background: #FF8C00;
    border-radius: 20px;
    text-align: center;
    color: #FFF;
    font: normal bold 12px Arial;
    padding: 0 4px;
}
span.support-hover:hover em, span.support:hover em, span.support:focus em, a.support-hover:hover em, a.support-hover-two:hover em {
    background: #FF8C00;
}
.tip,
.tip-two,
.tip-three,
span.support::before,
span.support-hover::before { 
   display: none;
   position: absolute;
   z-index: 9998;
   top: 0;
   left: 100%;
   background: #EDEDED;
   border-radius: 3px;
   border: 1px solid #ccc;
   box-shadow: 5px 5px 0.5em -0.1em rgba(0,0,6,0.5);
   text-align: left;
   color: #000;
   font: normal 500 14px Arial, sans-serif;
   opacity: .9; 
   cursor: default;
   padding: 5px;
   margin: -15px 0 0 10px;
   width: 200px;
   min-height: 50px; 
  height: auto;
}
.tip-checkbox {
  display: none;
}
#tip-checkbox:checked ~ * .tip-three {
  display: block;
}
 /* Подсказка по клику */
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #B08EAD;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
	
}
.padding-7 input {background-color: #B08EAD; border:none;}
.padding-7 button {background-color: #B08EAD; border:none;}
.padding-7 span {font-size: 16px; color:#B08EAD;}

@media (max-width: 520px)
{
.g-recaptcha {width: 100%; margin-top: 0;}
.prk-parth {width: 100%;}
}
@media (min-width: 1200px)
{
.col-lg-12 {width: 100%;}

.container {
    width: 1170px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
}

.col-md-20 {float: left; width: 50%;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
}
table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
}

.col-md-12 h1 {
    line-height: 26px;
    margin: 0;
    padding: 0 0 10px 40px;
    border-bottom-color: #D8D8D8!important;
    letter-spacing: -1px;
    background: transparent url(https://diprint63.ru/templates/designwerks/images/icons/squaregreen.png) no-repeat 0 0;
    font-size: 18px;
    color: #b1ba52;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-minus:before {
    content: "\2212";
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default
{color:#333;background-color:#e6e6e6;border-color:#adadad}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	color: #fff;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}


.width-180 {
    width: 180px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.glyphicon-plus:before {
    content: "\2b";
}


.form-control {
    display: inline-block;
    width: inherit;
    height: 34px;
    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;
}

.form-control:focus{
	border-color:#B08EAD;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #B08EAD;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #B08EAD}
	
	
	.form-control-2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
	margin: 10px 0 0 0;
    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;
}

.form-control-2:focus{
	border-color:#B08EAD;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #B08EAD;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #B08EAD}
	.text-right {
    text-align: right;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
	height: 36px;
	text-align: center;
}
