h1{line-height: 40px; font-size: 30px; text-transform: uppercase; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:100;}
h1, h2, h3{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.container_gift{font-size:14px;margin-bottom:20px}
.container_gift h3{font-size:18px;margin-top: 0;   font-weight: 100;    text-transform: uppercase;}
.box-checkbox>input[type="radio"] {	display: none;  }
.box-checkbox #tab-btn-2:checked~#content-2 {
	display: block;
}
.box-checkbox>label {
	display: block;
	user-select: none;
	font-size: 14px;
	line-height: 1.5;
	cursor: pointer;
	position: relative;
	top: 1px;
	font-weight:500;
}
.box-checkbox>label:before {
	content: "\f1db";
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 5px;
	width: 1em;
	display: inline-block;
	font-size: 1em;
}
.box-checkbox>label:not(:first-of-type) {
	border-left: none;
}
.box-checkbox>input[type="radio"]:checked+label:before {
	content: "\f111";
	color: #E32526;
	animation: checkanimate 200ms;	
}
.box-checkbox #content-2 input.input_one{
	border:1px solid #333;
	border-radius:10px;
	width: 90%;
	margin-top: 10px;
	-moz-appearance: textfield;
}
.box-checkbox #content-2 input.input_one::-webkit-inner-spin-button {  display: none; }
.box-checkbox #content-2 .sidebar-title {  margin-bottom:30px; }
.box-checkbox #content-2 .input-container {  width:100%; margin-bottom:1em;}
.box-checkbox #content-2 .input-container input,.box-checkbox #content-2 .input-container textarea{ 
	width: calc(100% - 10px);
	border: 1px solid #333;
	border-radius:10px;
}

.nominals_select, .kolvo_select{
	background-color: #fff;
	border-top:none;
	border-left:none;
	border-right:none;
	width: calc(100% - 5px);
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}
.kolvo,.nominals{padding:5px 0;}
.nominals_select option:disabled {
    color: #ccc;
     background: #efefef;
	 text-decoration: line-through;
}
.minus_input{
	width: calc(100% - 5px);
	border: 1px solid #333;
	line-height: 32px;
	text-align: center;
	border-radius:10px;
	text-transform: lowercase;
}
#csmcheck {	display: none;  }
.opiseditOption{font-size:0.9em;display:none;line-height:13px;}
.csmcheck-label:before {
	content: "\f1db";
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 5px;
	width: 1em;
	display: inline-block;
	font-size: 1em;
}
#csmcheck:checked+label:before {
	content: "\f111";
	color: #E32526;
	animation: checkanimate 200ms;	
}
.js-textarea{resize: none; }
.border-bottom-15{padding-bottom:15px;border-bottom:1px solid #333;}
.smssee textarea{background-color:#f0f0f066; cursor: not-allowed;border:none;    border-radius: 10px;padding: 20px;resize:none;}
.smssee span{font-size:0.9em;padding-left: 20px;line-height: 36px;}
.has-error {  border-color: #FF0000 !important; color: #ff0000;  }
.text-error-show{padding:15px;border:1px solid #ff0000;color:#ff0000;background-color:#f0f0f0;margin-bottom: 30px;}
.ind_block_btn{display: flex;/* justify-content: space-between; */}

label  {font-weight:500;}
label ::-webkit-input-placeholder {font-weight:500;}
label ::-moz-placeholder          {font-weight:500;}/* Firefox 19+ */
label :-moz-placeholder           {font-weight:500;}/* Firefox 18- */
label :-ms-input-placeholder      {font-weight:500;}

.button--orange{
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.button--orange:hover{
	color: #333;
	background: linear-gradient(to right, rgba(251, 226, 146, 1) 0%, rgba(224, 200, 154, 1) 50%, rgba(242, 230, 189, 1) 100%);
	border: none;
}

@media only screen and (max-width:667px){
	.ind_block_btn{display: block; text-align: center;}
	.ind_block_btn a{margin:10px 0;}
	.container_gift img.cert{padding-right:0;}
	/*.listok_sert_add{background: linear-gradient(to right, rgba(251, 226, 146, 1) 0%, rgba(224, 200, 154, 1) 50%, rgba(242, 230, 189, 1) 100%);padding-bottom: 5px;}*/
	.cert_oferta {text-align:left!important;}




}


.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    border: 3px solid #122072;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

.cssload-clock:after {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 2px;
    left: 48%;
    height: 37px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    animation: grdAiguille 0.8s linear infinite;
    -o-animation: grdAiguille 0.8s linear infinite;
    -ms-animation: grdAiguille 0.8s linear infinite;
    -webkit-animation: grdAiguille 0.8s linear infinite;
    -moz-animation: grdAiguille 0.8s linear infinite;
}

.cssload-clock:before {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 6px;
    left: 48%;
    height: 34px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 94%;
    -o-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    animation: ptAiguille 4.8s linear infinite;
    -o-animation: ptAiguille 4.8s linear infinite;
    -ms-animation: ptAiguille 4.8s linear infinite;
    -webkit-animation: ptAiguille 4.8s linear infinite;
    -moz-animation: ptAiguille 4.8s linear infinite;
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes grdAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes grdAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes grdAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes ptAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes ptAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}