.modal-content a, .modal-content a:active, .modal-content a:hover {
    outline: 0;
}

.modal-content .btn {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content a {
    text-decoration: underline;
    background-color: transparent;
}
.modal-content a:focus, .modal-content a:hover {
    color: #FF7600;
    text-decoration: none;
}
.modal-content h3 {
    font-weight: 500;
}
.modal-content h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 12px 0 14px;
}
.modal-content {
    background-color: #fff;
}
.modal {
    bottom: 0;
    right: 0;
    left: 0;
}
.modal-content button, .modal-content input {
    color: inherit;
    font: inherit;
    margin: 0;
}
.modal-content button {
    overflow: visible;
}
.modal {
    overflow: hidden;
}
.modal-content button {
    text-transform: none;
}
.modal button {
    -webkit-appearance: button;
    cursor: pointer;
}
.modal button::-moz-focus-inner, .modal input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.modal input[type=checkbox] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.modal *, .modal :after, .modal :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.modal *, .modal :after, .modal :before {
    box-sizing: border-box;
}
.modal button, .modal input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.modal a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.modal {
    position: fixed;
    top: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    padding-top: 40px;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -o-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
@media (min-width:768px) {
    .modal-dialog {
    width: 600px;
    margin: 30px auto;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
}/*! nouislider - 12.0.0 - 9/14/2018 */.form__checkbox-label {
    -webkit-user-select: none;
    -moz-user-select: none;
}
.modal ::after, .modal ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.modal ::after, .modal ::before {
    box-sizing: border-box;
}
.modal .btn {
    -moz-box-sizing: border-box;
}
.modal .btn {
    -webkit-box-sizing: border-box;
}
.modal .btn, .modal button {
    font-family: Roboto, "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system;
}
.modal .btn, .modal .btn {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 8px;
    border: none;
    border-radius: 2px;
    padding: 0 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #2196f3;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: 0;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
}
.modal .btn:focus, .modal .btn:hover{
    color: #f5f5f5;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}
.modal .btn:active {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}
.modal .btn:disabled {
    color: rgba(0, 0, 0, .38);
    background-color: rgba(0, 0, 0, .12);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: initial;
}
.modal .btn::after, .modal .btn::before {
    content: "";
    position: absolute;
    background-color: currentColor;
}
.modal .btn::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}
.modal .btn:hover::before {
    opacity: .12;
}
.modal .btn:focus::before {
    opacity: .2;
}
.modal .btn:active::before {
    opacity: .32;
}
.modal .btn:disabled::before {
    opacity: 0;
}
.modal .btn::after {
    left: 50%;
    top: 18px;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: opacity 1s, -webkit-transform .5s;
    -o-transition: opacity 1s, transform .5s;
    -o-transition: opacity 1s, -o-transform .5s;
    -moz-transition: opacity 1s, transform .5s, -moz-transform .5s;
    transition: opacity 1s, transform .5s;
    transition: opacity 1s, transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
    transition: opacity 1s, transform .5s, -webkit-transform .5s;
}
.form__item, .form__text {
    position: relative;
}
.form__text {
    width: 100%;
}
.modal input#input-captcha {
    width: 60.7%;
}
.modal .btn:active::after {
    opacity: .4;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0s;
    -o-transition: transform 0s;
    -o-transition: -o-transform 0s;
    -moz-transition: transform 0s, -moz-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s, -moz-transform 0s, -o-transform 0s;
    transition: transform 0s, -webkit-transform 0s;
}
.modal .btn:disabled::after {
    opacity: 0;
}
.form__item {
    margin-bottom: 10px;
}
.form__item:last-child {
    margin: 0;
}
.form__error {
    display: none;
    color: #d00;
    font-size: 12px;
    margin: 2px 0;
}
.form__checkbox-el:checked+.form__checkbox-label {
    color: #8c4100;
}
.form__checkbox-label:after, .form__checkbox-label:before {
    content: "";
    position: absolute;
}
.form__text-el {
    width: 100%;
    font-size: 15px;
    border: 1px solid #888;
    border-radius: 3px;
    height: 36px;
    line-height: 34px;
    padding: 0 6px;
}



.form__checkbox-label {
    margin-top: -2px;
    white-space: normal;
    -ms-user-select: none;
    cursor: pointer;
}
.form__checkbox {
    padding-left: 26px;
    display: block;
}
.form__checkbox-el {
    display: none;
}
.form__checkbox-label {
    user-select: none;
}
.form__checkbox-label:before {
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #c1bfbf;
    background-color: #fff;
    display: inline-block;
    border-radius: 2px;
    -webkit-transition: border-color .1s;
    -o-transition: border-color .1s;
    -moz-transition: border-color .1s;
    transition: border-color .1s;
    z-index: 0;
}
.form__checkbox-label:after {
    display: inline-block;
    left: 8px;
    top: -5px;
    opacity: 0;
    width: 7px;
    height: 16px;
    border-right: 2px solid #FF7600;
    border-bottom: 2px solid #FF7600;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form__checkbox-el:checked+.form__checkbox-label:before, .form__checkbox-label:hover:before {
    border-color: #FFa600;
}
.form__checkbox-el:checked+.form__checkbox-label:after {
    opacity: 1;
}
.form__checkbox-label:hover {
    text-decoration: none;
    color: #FF7600;
}
.form__checkbox-el:disabled+.form__checkbox-label {
    color: #697187;
}
.form__checkbox-el:disabled+.form__checkbox-label:before {
    background-color: #e5e7ed;
    border-color: #d1d2d6;
}
.form__checkbox-el:disabled+.form__checkbox-label:after {
    border-color: #d1d2d6;
}
.form__agreement-link {
    color: #888;
    margin-left: 26px;
}
.form__agreement .form__error {
    margin-left: 26px;
}
@font-face {
    font-family: Intro;
    src: url(intro.otf) format("opentype");
}
@media (min-width:768px) {
    .modal-dialog {
    width: 450px;
}
}@font-face {
    font-family: Intro;
    src: url(font/intro.otf);
}
.modal__btns, .modal__close {
    text-align: center;
}
.modal__close {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background: 0 0;
    border: none;
    font-size: 22px;
    outline: 0;
    font-weight: 700;
}
.modal__close:hover {
    color: #999;
}
.modal__body, .modal__header {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.modal__footer {
    padding: 20px;
}
.modal__title {
    margin-bottom: 20px;
}
.modal__description {
    font-size: 14px;
}
.form__checkbox-label, .form__agreement-link {
    font-size: 14px;
}
.modal__description:last-child {
    margin-bottom: 0;
}
.modal__submit {
    min-width: 60%;
    margin: 0 0 10px;
}
.modal button {
    color: inherit;
    font: inherit;
    margin: 0;
}
.modal button {
    overflow: visible;
}
.modal button {
    text-transform: none;
}
.modal button {
    -webkit-appearance: button;
    cursor: pointer;
}
.modal button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.modal *, .modal :after, .modal :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.modal *, .modal :after, .modal :before {
    box-sizing: border-box;
}
.modal button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.modal ::after, .modal ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.modal ::after, .modal ::before {
    box-sizing: border-box;
}
.modal button {
    font-family: Roboto, "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system;
}
@font-face {
    font-family: Intro;
    src: url(intro.otf) format("opentype");
}
.catalog__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
}

#chaffer {
    display: none;
}

.product-thumb .button-group .catalog__garant  {
    color: #8a6d3b;
    border: 1px solid #faebcc;
    cursor: pointer;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    background: 0 0;
    border-radius: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    -webkit-flex: 0 0 90%;
    -moz-box-flex: 0;
    flex: 0 0 90%;
    height: 32px;
    margin: 0 auto;
}
.product-thumb .button-group .catalog__garant:hover {
    background: #fcf8e3;
    color: #6a3a23;
}
.catalog__garant_bot {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    line-height: 32px;
}
.catalog__set {
    min-height: 50px;
    padding-top: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}
@font-face {
    font-family: Intro;
    src: url(font/intro.otf);
}

.bg-modal {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
	justify-content: center;
	align-items: center;
}

.modal-contents {
	height: 300px;
	width: 500px;
	background-color: white;
	text-align: center;
	padding: 20px;
	position: relative;
	border-radius: 4px;
}
.modal__body .btn {
    min-width: 54%;
    display: block;
    margin: 0 auto;
}

.modal__btns button {
    visibility: hidden;
}

.modal input, .modal .modal__close {
	font-size: 16px;
}