/* latin-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0yExcOPIDUg-g.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0KExcOPIDU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.fields-group {
    margin-bottom: 35px;
}

.text-input {
    background-color: #fff;
    height: 53px;
    box-sizing: border-box;
    padding: 0 28px;
    width: 100%;
    margin-bottom: 3px;
    border: 2px transparent;
    font-weight: 500;
    border-radius: 50px;
}

.price-text {
    white-space: nowrap;
}
.price-text:after {
    font-family: "PT Sans";
    content: '₽';
}

.text-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #949598;
    opacity: 1; /* Firefox */
}

.text-input_textarea {
    height: 130px;
    padding-top:20px;
}

.text-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #949598;
}

.text-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #949598;
}

.text-input_validate_success {
    border: 1px solid green !important;
}

.text-input_validate_error {
    border: 1px solid red !important;
}
.wrapper-input {
    position: relative;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.inline-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.inline-group .text-input {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.text-input_gor-margin {
    margin: 0 5px;
}

.wrapper-input__icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.button {
    background-color: #000;
    border: none;
    outline: none;
    text-transform: uppercase;
    text-align: center;
    height: 53px;
    line-height: 53px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    width: 100%;
    cursor:pointer;
}

.button_inverse {
    background-color: #fff;
    color:#000;
    border: 1px solid #000;
}

.button_inline {
    display: inline-block;
}

.button_disabled {
    background-color: #bbbcbd;
}

.button_load {
    position: relative;
    padding-right: 30px;
    text-align: left;
    padding-left: 25px;
}

.button_load:after {
    content: " ";
    display: block;
    right: 19px;
    top: 11px;
    position: absolute;
    width: 24px;
    height: 24px;
    margin: 1px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.psevdo-radio, .psevdo-checkbox {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.psevdo-radio:before, .psevdo-checkbox:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #808080;
    border-radius: 50%;
}

.psevdo-radio_checked:before, .psevdo-checkbox_checked:before {
    background-color: #000;
    border-color: #000;
}

.radio-group__psevdo-radio {
    margin: 0 30px;
}

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

.hidden {
    display: none !important;
}

.error-popup-field {
    position: absolute;
    border: 1px solid red;
    border-radius: 10px;
    left: 17px;
    top: 450px;
    background: #efefef;
    padding: 14px 25px;
    width: 80%;
    color: #000;
    font-weight: normal;
    display: none;
    z-index: 1000000;
}

.link {
    color: #808080;
    text-decoration: underline;
    cursor: pointer;
    font-weight: normal;
    display: inline;
    text-transform: none;
}

.link:hover {
    text-decoration: none;
}

.link_uppercase {
    text-transform: uppercase;
}

.link_hover-inversion {
    text-decoration: none;
}

.link_hover-inversion:hover {
    text-decoration: underline;
}

.italic-text {
    font-style: italic;
}

.big-text {
    font-size: 16px;
}

.grey-text {
    color:#949598;
}

.error {
    color:red;
}

.success {
    color: green;
}

.one-column {
    max-width: 570px;
    padding: 0 20px;
    margin: auto;
}


.toggle-checkbox_label {
    display: block;
    text-align:center;
    color: #fff;
    left: 0px;
    top: 0;
    position: relative;
    width: 200px;
    height: 40px;
    z-index: 10;
    line-height: 40px;
    border:1px solid #000;
    border-radius: 50px;
    font-weight: bold;
    background: #fff;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
}

.toggle-checkbox_label:after {
    content: "Все";
    width: 100px;
    height: 40px;
    position: absolute;
    left: 100px;
    border-radius: 50px;
    top: 0px;
    display: block;
    background: #6d6e71;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
}

.toggle-checkbox-item {
    display: none;
}

.toggle-checkbox-item:checked + .toggle-checkbox_label {
    left: 0px;
}

.toggle-checkbox-item:checked + .toggle-checkbox_label:after {
    left: 0px;
    background: #000;
    content: "В наличии";
}

.checkbox_disabled {
    color: #BDBDBD;
}

.checkbox_disabled .choice {
    background-color: #fff;
    border-color: #fff !important;
}

.choice-group .choice-input:checked + label.checkbox_disabled span.choice {
    background-color: #6d6e71 !important;
}

.cursor-loading, .cursor-loading label .cursor-loading input {
    cursor: wait !important;
}



