@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);
.absoluter {
    z-index: 9999!important;
}
body.menu-open {
    overflow: hidden;
}
main h1 {
    font-weight: 500;
}
.hat-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.writers-box p {
    text-transform: none!important;
}
.badge-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    max-width: 100%}
.badge-wrapper>div {
    border: 1px solid #e0ebeb;
    border-radius: 5px;
}
.badge-wrapper>div img {
    width: 100%;
    max-width: 100%}
.intro aside .button-zona a.order {
    background: #f39c12!important;
}
.intro aside .button-zona a.order:hover {
    background: #ba5d0b!important;
}
.cookie-policy {
    border: 1px solid #000!important;
    border-collapse: collapse;
}
.cookie-policy td, .cookie-policy tr {
    background: 0 0!important;
    border: 1px solid #000!important;
}
.cookie-policy tr:first-child td {
    font-weight: 700!important;
}
.cookie-policy tr td {
    width: 50%!important;
}
.widgets-dscr aside {
    width: 48%!important;
}
.widgets h4 {
    margin-bottom: 20px;
    color: #f39c12;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 18px;
}
.widgets nav h5 {
    display: none;
}
.sample-posts {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 3px;
}
.sample-posts .tag-more-link {
    display: block;
}
@media screen and (max-width:568px) {
    .badge-wrapper {
        flex-wrap: wrap;
    }
    .badge-wrapper>div {
        width: 48%;
        margin-bottom: 15px;
    }
    .sample-posts h2 {
        font-size: 30px;
    }
}@media screen and (max-width:420px) {
    .widgets-dscr aside {
        width: 100%!important;
    }
}@media screen and (max-width:360px) {
    .badge-wrapper>div {
        width: 100%}
}.sample-wrapper>p {
     text-indent: 35px;
 }
.sample-wrapper span {
    font-size: 14px;
}
.prices li a {
    font-weight: 700;
    text-align: center;
}
.prices li {
    width: 25%}
.prices ul {
    margin-bottom: 10px;
    margin-bottom: 4px;
}
.prices table thead th {
    background: 0 0!important;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #ddd!important;
}
.prices table tbody td {
    background: 0 0!important;
}
.currency_select {
    width: 80px;
}
aside.phone {
    float: left;
    margin-left: 46px!important;
}
aside.phone a {
    white-space: nowrap;
}
aside.chat {
    float: left;
    margin-left: 46px!important;
}
@media(max-width:550px) {
    aside.phone {
        margin: 0 0 0 10px!important;
    }
    aside.social {
        margin: 0!important;
    }
    aside.mail {
        margin: 0 0 0 10px!important;
    }
}.calculator {
     background-color: rgba(88, 88, 88, .9);
     padding: 40px 0;
 }
.calculator .form-control {
    display: block;
    height: 34px;
    padding: 5px 20px 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid silver;
}
.calculator select.form-control {
    width: 180px;
}
.calculator .form-inline {
    position: relative;
}
.calculator .form-group .control-label {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}
.calculator .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    box-sizing: border-box;
}
.calculator .calc_input_form {
    white-space: nowrap;
    width: 130px;
}
.calculator .calc_input input.form-control {
    width: 55px;
    text-align: center;
    box-shadow: none;
    z-index: 0;
    padding: 5px;
}
.calculator .calc_input .input-group-addon {
    height: 34px;
    width: 34px!important;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.calculator .calc_input .minus {
    float: left;
    border-radius: 3px 0 0 3px!important;
    border-right: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.calculator .calc_input .plus {
    border-left: none;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    border-radius: 0 4px 4px 1px;
}
.calculator .form-group {
    margin-left: 18px;
}
.calculator ._pages {
    display: table-cell;
}
.calculator .price {
    white-space: nowrap;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    margin: 0 15px;
}
.calculator .price span {
    font-size: 25px;
    vertical-align: top;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 1;
}
.calculator .price-col-left {
    line-height: 1;
}
.calculator .price-col-right {
    display: flex;
}
.calculator .container-fluid {
    max-width: 1170px;
    margin: 0 auto;
}
.calculator .button-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    text-transform: uppercase;
    text-decoration: none;
    background: #f39c12;
    color: #fff;
    width: 206px;
    height: 44px;
    border-radius: 4px;
    font-size: 18px;
    transition: .5s;
    margin-top: 15px;
}
.calculator-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
@media(max-width:1199px) {
    .calculator-container {
        justify-content: center;
    }
}@media(max-width:767px) {
    div.calculator-container {
        justify-content: center;
        max-width: 400px;
        margin: 0 auto;
        padding: 0 20px;
    }
    div.calculator select.form-control {
        width: 100%}
    div.calculator .form-group {
        margin-left: 0;
        width: 100%}
    div.calculator .form-group, div.calculator .form-group .input-group {
        margin: 0 auto 15px auto;
    }
    .calculator .form-inline .form-group {
        margin-bottom: 15px;
    }
    div.calculator .price {
        margin: 0 0 15px 0;
        width: 100%;
        text-align: center;
    }
}@media screen and (min-width:768px) {
    .client-lead-informer.mobile-view {
        display: none!important;
    }
    .client-lead-informer.desktop-view {
        top: 450px;
        left: 14px;
        border-radius: 5px;
        width: 200px;
        position: fixed;
        background: rgba(0, 0, 0, .95);
        opacity: .94;
        color: #fff;
        z-index: 4;
    }
    .client-lead-informer.desktop-view::after {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: rgba(0, 0, 0, .95);
        border-width: 0 12px 24px 0;
        top: 50%;
        margin-top: -16px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    }
    .client-lead-informer.desktop-view.closed {
        width: auto;
    }
    .client-lead-informer.desktop-view .fa-phone {
        font-size: 40px;
        float: left;
        padding: 9px 11px 3px 14px;
        cursor: pointer;
    }
    .client-lead-informer.desktop-view div {
        width: 190px;
        padding-top: 10px;
        font-size: 13px;
        line-height: 17px;
    }
    .client-lead-informer.desktop-view div span {
        padding-right: 10px;
        display: inline-block;
        font: 13px/16px Arial, Helvetica, sans-serif!important;
    }
    .client-lead-informer.desktop-view div strong {
        background-color: #f43f54;
        color: #fff;
        text-align: center;
        cursor: pointer;
        display: block;
        border-radius: 70px;
        padding: 5px 46px;
        margin: 10px 5px 15px 15px;
    }
    .client-lead-informer.desktop-view .fa-minus, .client-lead-informer.desktop-view .fa-plus {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        font-size: 14px;
        padding: 4px 4px;
        line-height: 10px;
        opacity: .8;
        cursor: pointer;
    }
    .client-lead-informer.desktop-view .fa-minus:hover, .client-lead-informer.desktop-view .fa-plus:hover {
        background: rgba(255, 255, 255, .3);
        border-radius: 3px;
    }
}.last-step-order-form-modal {
     display: none;
 }
.last-step-order-form-modal .heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}
.last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
    text-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    padding: 6px 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-family: arial;
    background: #f39c12;
    color: #fff;
    border-color: #f39c12;
}
.last-step-order-form-modal .modal-dialog .btn.go_to_step2:hover {
    background: #fff;
    color: #f39c12;
}
.last-step-order-form-modal .modal-dialog .btn.go_to_step2 i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: -1px;
}
.last-step-order-form-modal .modal-body {
    padding: 15px;
    background: url(https://www.affordable-papers.net/wp-content/themes/affordablepapers/images/girl-modal.jpg) no-repeat right bottom;
}
.last-step-order-form-modal .modal-sidebar {
    float: left;
    width: 140px;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-header {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    background: #989594;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body {
    padding: 20px 10px;
    border-radius: 0 0 4px 4px;
    background: #e5e5e5;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body div {
    color: #707070;
    font-size: 12px;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body span {
    color: #3e3e3e;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}
.last-step-order-form-modal .modal-header {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    border: none;
    color: #f39c12;
    margin-top: 25px;
}
.last-step-order-form-modal .modal-body .text-block {
    float: left;
    font-size: 14px;
    width: 418px;
    margin-top: 5px!important;
    padding: 0 0 0 10px!important;
    background: 0 0;
    border: none;
}
.last-step-order-form-modal .text-block .text-inside {
    font-size: 14px;
}
.last-step-order-form-modal .text-block .under-heading {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    margin: 25px 0 18px;
}
.last-step-order-form-modal .text-block .under-heading .new_price_modal {
    color: #0fbea7;
    font-size: 28px;
}
.last-step-order-form-modal .modal-footer .go_to_proc {
    text-decoration: underline;
    font-size: 13px;
    margin-top: 10px;
    float: left;
    color: #f39c12;
}
.last-step-order-form-modal .modal-footer .go_to_proc:hover {
    text-decoration: none;
    color: #f39c12;
}
.last-step-order-form-modal .text-block ul {
    width: 290px;
}
.last-step-order-form-modal .text-block ul li {
    margin-top: 10px;
    background: 0 0;
    padding: 0;
    list-style: none;
}
.last-step-order-form-modal .text-block ul li i {
    font-size: 14px;
    color: #9c9c9c;
    padding-right: 4px;
}
@media screen and (max-width:767px) {
    .last-step-order-form-modal .modal-sidebar {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .last-step-order-form-modal .modal-body {
        background: 0 0;
    }
    .last-step-order-form-modal .modal-body .text-block {
        width: 100%;
        padding: 0;
    }
    .last-step-order-form-modal .text-block ul {
        width: auto;
    }
    .last-step-order-form-modal .modal-footer {
        text-align: center;
    }
    .last-step-order-form-modal .modal-footer .go_to_proc {
        float: none;
    }
    .last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
        display: block;
        margin: 20px auto 0;
    }
    .discount-banner .text-holder {
        padding-left: 10px;
    }
    .discount-banner .lead-text {
        font-size: 18px!important;
    }
}.go-back-modal * {
     box-sizing: border-box;
 }
.go-back-modal.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    overflow: hidden;
    outline: 0;
    margin: 0;
    width: auto;
    background: 0 0;
}
.modal-open .go-back-modal.modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-open .modal-backdrop .in {
    opacity: .9;
}
.go-back-modal .modal-dialog {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10%;
    position: relative;
    max-width: 1300px;
}
.go-back-modal .modal-dialog .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    border-radius: 6px;
    overflow: hidden;
}
.go-back-modal .modal-dialog .modal-inside {
    display: table-cell;
    vertical-align: middle;
}
.go-back-modal .modal-header {
    position: relative;
    text-align: center;
    padding: 10px 50px;
    border-bottom: 1px solid #dae2e0;
    background: #2c2d2d;
}
.go-back-modal .modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    margin-top: 5px;
    opacity: 1;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    float: right;
}
.go-back-modal .modal-header i {
    font-size: 24px;
    color: #fff;
    line-height: 18px;
    margin-top: 3px;
}
.go-back-modal .modal-header i:hover {
    color: #fff;
}
.go-back-modal .modal-header a {
    display: inline-block;
    border: none;
}
.go-back-modal .modal-body {
    font-family: Arial;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
    max-height: inherit;
    padding: 15px;
    overflow-y: inherit;
    position: relative;
}
.go-back-modal .modal-body h4 {
    line-height: 20px;
    font-weight: 700;
    margin: 10px 0;
    font-size: 17.5px;
}
.go-back-modal .modal-body form {
    max-width: 600px;
    margin: 20px auto;
}
.go-back-modal .modal-body form .form-group {
    margin-bottom: 15px;
}
.go-back-modal .modal-body form .form-group .input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.go-back-modal .modal-body form .input-group .input-group-addon {
    background-color: #fff;
    border: 3px solid #777;
    border-radius: 8px 0 0 8px;
    border-right: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3) inset;
    padding: 6px 12px 6px 20px;
    display: table-cell;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}
.go-back-modal .modal-body form .input-group .input-group-addon i {
    font-size: 28px;
    color: #777;
    height: 28px;
}
.go-back-modal .modal-body form .input-group .form-control {
    border-radius: 0 8px 8px 0;
}
.go-back-modal .modal-body form .form-control {
    font-size: 24px;
    color: #3d3d3d;
    border: 3px solid #777;
    border-left: none;
    height: 56px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .3) inset;
    padding-left: 5px;
    transition: none;
    line-height: 26px;
    display: table-cell;
    width: 100%}
.go-back-modal .modal-body form .form-control::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}
.go-back-modal .modal-body form .form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.go-back-modal .modal-body form .form-control:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}
.go-back-modal .modal-body form .form-group {
    text-align: center;
}
.go-back-modal .modal-body form .form-group .btn {
    border: none;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #f39c12;
    border-radius: 6px;
    font-size: 18px;
    text-decoration: none;
    transition: .5s;
    padding: 10px 20px;
}
.go-back-modal .modal-body form .form-group .btn:hover {
    opacity: .9;
}
.go-back-modal .lead-text {
    font-size: 38px;
    font-weight: 700;
    color: #f39c12;
    line-height: 62px;
    text-transform: uppercase;
}
.go-back-modal .secondary-text {
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    color: #000;
    padding-bottom: 20px;
}
.go-back-modal .secondary-text span {
    color: #f39c12;
}
.go-back-modal .modal-counter-holder {
    margin: 10px auto;
}
.go-back-modal .modal-counter-holder span {
    display: inline-block;
    font-size: 20px;
    vertical-align: 28px;
    padding-right: 10px;
}
.go-back-modal .modal-counter {
    width: 381px;
    display: inline-block;
}
.go-back-modal .modal-counter span {
    float: left;
    background-color: #d3d3d3;
    border-left: 3px solid #fff;
    position: relative;
    color: #262626;
    text-align: center;
    padding: 15px 3px 13px;
    width: 109px;
    height: 68px;
    font-size: 62px;
    line-height: 40px;
}
.go-back-modal .modal-counter span:first-child {
    border-radius: 4px 0 0 4px;
    border: none;
}
.go-back-modal .modal-counter span:last-child {
    border-radius: 0 4px 4px 0;
}
.go-back-modal .for-free {
    position: absolute;
    right: 250px;
    top: 5px;
}
.go-back-modal .form-group .input-group .input-group-addon strong {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin: 0 -10px 0 14px;
    color: #777;
    vertical-align: 1px;
}
.go-back-modal ._validation-error {
    color: #e03100;
    font-family: Arial;
    font-size: 20px;
    display: none;
    padding: 5px 0 20px 0;
}
.go-back-modal .btn:active {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .24);
    margin-top: 1px;
}
.go-back-modal .btn:focus {
    outline: 0!important;
}
.go-back-modal .modal-counter span:after, .go-back-modal .modal-counter span:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
    right: -8px;
    top: 18px;
    z-index: 2;
}
.go-back-modal .modal-counter span:before {
    top: 41px;
}
.go-back-modal .modal-counter span:last-child:after, .go-back-modal .modal-counter span:last-child:before {
    content: none;
}
.go-back-modal .modal-body form .input-group.focused .form-control, .go-back-modal .modal-body form .input-group.focused .input-group-addon {
    border-color: #60847d;
}
.go-back-modal.go-back-modal-book .secondary-text {
    font-size: 32px;
}
.go-back-modal.go-back-modal-book .modal-body {
    padding-top: 50px;
}
.go-back-modal .form-error .form-control, .go-back-modal .form-error .input-group-addon {
    border-color: #e03100!important;
}
#goBackModalWithTimer.go-back-modal .lead-text {
    font-size: 33px;
    line-height: 45px;
}
#goBackModalWithTimer.go-back-modal .secondary-text {
    padding-bottom: 2px;
    font-size: 24px;
}
#goBackModalWithTimer.go-back-modal .modal-body form {
    margin: 0 auto;
}
#goBackModalWithTimer.go-back-modal ._validation-error {
    padding: 0 0 10px 0;
}
.alert-danger-gdbr {
    margin-top: 10px;
    font-size: 15px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px 15px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 4px;
}
.client-lead-modal .modal-header {
    position: relative;
    text-align: center;
    padding: 10px 50px;
    border-bottom: 1px solid #dae2e0;
    background: #2c2d2d;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.client-lead-modal .text-center {
    text-align: center;
}
.client-lead-modal .modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    margin-top: 0;
    opacity: 1;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    float: right;
}
.client-lead-modal .modal-header i {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
}
.client-lead-modal .modal-header i:hover {
    color: #fff;
}
.client-lead-modal .modal-dialog {
    margin-top: 30px!important;
}
@media (max-width:767px) {
    .client-lead-modal {
        margin-top: 30px;
    }
    .client-lead-modal img {
        display: none;
    }
    .client-lead-modal h4 {
        margin: 0;
    }
    .client-lead-modal .modal-body {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .client-lead-informer.desktop-view {
        display: none!important;
    }
    .client-lead-informer.mobile-view {
        font-size: 14px;
        width: 100%;
        position: fixed;
        z-index: 99999999999999;
        bottom: 0;
    }
    .client-lead-informer.mobile-view .client-lead-inside {
        cursor: pointer;
        border-radius: 10px;
        padding: 20px;
        background: rgba(0, 0, 0, .95);
        opacity: .94;
        color: #fff;
        margin: 20px;
    }
    .client-lead-informer.mobile-view .client-lead-holder {
        display: table;
        width: 100%}
    .client-lead-informer.mobile-view i {
        font-size: 40px;
    }
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell {
        display: table-cell;
        vertical-align: top;
    }
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:first-child, .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:last-child {
        width: 45px;
    }
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:last-child {
        text-align: right;
    }
}.container-checkbox-gdpr {
     display: inline-block;
     position: relative;
     padding-left: 35px!important;
     margin-bottom: 12px;
     cursor: pointer;
     font-size: 14px;
     line-height: 16px;
     font-weight: 400!important;
     padding-top: 3px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }
.container-checkbox-gdpr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container-checkbox-gdpr .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.container-checkbox-gdpr input:checked~.checkmark {
    background-color: #fff;
}
.container-checkbox-gdpr .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-checkbox-gdpr input:checked~.checkmark:after {
    display: block;
}
.container-checkbox-gdpr .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #f39c12;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
}
.container-checkbox-gdpr .gdpr-agree-err~span.checkmark {
    border-color: red;
}
.container-checkbox-gdpr a {
    color: #f39c12;
    text-decoration: underline;
}
*, :focus, :hover {
    outline: 0!important;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    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);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: .5;
}
.click-to-call-modal {
    text-align: center;
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    text-align: left;
}
.modal-header h3 {
    font-size: 24.5px;
    margin: 0;
    padding: 0;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.modal-dialog .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.click-to-call-modal .btn-success {
    background: #b7d495;
    color: #394c23;
    border: none;
    padding: 11px 18px;
}
.click-to-call-modal .cancel-btn {
    color: #333;
    padding: 11px 18px;
    border: none;
    background: #ddd;
}
.click-to-call-modal .btn-danger.called {
    color: #fff;
    background: 0 0;
    background-color: #d9534f;
    border-color: #d43f3a;
    border: none;
    padding: 11px 18px;
}
.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-body .btn {
    border: none;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #f39c12;
    border-radius: 6px;
    font-size: 18px;
    text-decoration: none;
    transition: .5s;
    padding: 10px 20px;
}
.modal-body .btn:focus, .modal-body .btn:hover {
    color: #fff;
    background: #f39c12;
    text-decoration: none;
}
.modal-body .text-block {
    font-size: 13px;
    background: #f1f1f1;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    margin-top: 15px;
    text-align: left;
}
.modal-footer {
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 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);
    }
    .modal-sm {
        width: 300px;
    }
}@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}.form-group label {
     display: inline-block;
     max-width: 100%;
     margin-bottom: 5px;
     font-weight: 700;
 }
.form-group input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-group input[type=checkbox], .form-group input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}
.form-group input[type=file] {
    display: block;
}
.form-group input[type=range] {
    display: block;
    width: 100%}
.form-group select[multiple], .form-group select[size] {
    height: auto;
}
.form-group input[type=checkbox]:focus, .form-group input[type=file]:focus, .form-group input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.form-control {
    display: block;
    width: 100%;
    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, 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: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #777;
}
.form-control::-webkit-input-placeholder {
    color: #777;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
.form-group input[type=search] {
    -webkit-appearance: none;
}
.form-group input[type=date], .form-group input[type=datetime-local], .form-group input[type=month], .form-group input[type=time] {
    line-height: 34px;
}
input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 30px;
}
input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 46px;
}
.form-group {
    margin-bottom: 15px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label, .radio label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.form-group fieldset[disabled] input[type=checkbox], .form-group fieldset[disabled] input[type=radio], .form-group input[type=checkbox].disabled, .form-group input[type=checkbox][disabled], .form-group input[type=radio].disabled, .form-group input[type=radio][disabled] {
    cursor: not-allowed;
}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.form-horizontal .form-group-sm .form-control, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm, textarea.input-sm {
    height: auto;
}
.form-horizontal .form-group-lg .form-control, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg, textarea.input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: #a94442;
}
.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 .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.form-group input, .form-group input:after, .form-group input:before, .form-group textarea, .form-group textarea:after, .form-group textarea:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn>.btn {
    position: relative;
}
.input-group-btn>.btn+.btn {
    margin-left: -1px;
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}
.clearfix:after, .clearfix:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table;
}
.clearfix:after, .form-horizontal .form-group:after {
    clear: both;
}
#callback-wmp textarea {
    resize: none;
}
.category_select {
    margin: 10px 0;
}
bootstrap #callback-wmp {
    overflow: auto;
}
bootstrap #callback-wmp .modal-footer {
    padding: 10px 0;
}
#callback-request-form span {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 5px 0;
}
.clear {
    clear: both;
}
.field_name_phone {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    display: inline-block;
    height: 100%}
.field_name_phone div {
    text-align: left;
}
#callback-request-form span.country {
    margin: 11px 0 0 0;
    display: inline-block;
    width: 100%}
.category_select {
    text-align: left;
}
.not_your_country {
    margin-top: 5px;
    cursor: pointer;
    display: inline-block;
    color: #3a87ad;
    font-size: 14px;
}
.hide {
    display: none;
}
.field_comment {
    text-align: left;
}
.field_comment .input-group {
    width: 100%}
.country option {
    max-width: 100%;
    width: 100%}
.modal-footer {
    margin-top: 11px;
}
.field_id_customer_id_email .field_text {
    float: left;
    width: 185px;
    text-align: left;
}
.donot_have_any a {
    cursor: pointer;
    font-size: 14px;
    color: #3a87ad;
}
.donot_have_any {
    margin: 10px 45px 10px 0;
}
span.error_callback_request {
    color: red;
    background: #ecbcc0;
    padding: 5px;
    margin: 3px 0 0 1px;
    width: 225px;
}
#callback-wmp .alert {
    margin-top: 10px;
    font-size: 15px;
}
input.input-error {
    border-color: #a94442;
}
#callback-request-form div.alert-danger {
    display: none;
}
#callback-request-form .btn-success {
    background: #b7d495 none repeat scroll 0 0;
    border: medium none;
    color: #394c23;
    padding: 11px 18px;
}
#callback-request-form .cancel-btn, .answer-callback-request-content .cancel-btn {
    background: #ddd none repeat scroll 0 0;
    border: medium none;
    color: #333;
    padding: 11px 18px;
}
#callback-request-form {
    color: #3f3f3f;
}
span#phone_prefix_callback_modal {
    display: table-cell;
}
.answer-callback-request-content cancel-btn {
    text-align: center;
}
#callback-wmp h4 {
    font-size: 15px;
    margin: 10px 0 0 0;
    color: #3f3f3f;
    font-weight: 700;
}
#callback-wmp textarea {
    resize: none;
}
.category_select {
    margin: 10px 0;
}
bootstrap #callback-wmp {
    overflow: auto;
}
bootstrap #callback-wmp .modal-footer {
    padding: 10px 0;
}
#callback-request-form span {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 5px 0;
}
.clear {
    clear: both;
}
.field_name_phone {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    display: inline-block;
    height: 100%}
.field_name_phone div {
    text-align: left;
}
#callback-request-form span.country {
    margin: 11px 0 0 0;
    display: inline-block;
    width: 100%}
.category_select {
    text-align: left;
}
.not_your_country {
    margin-top: 5px;
    cursor: pointer;
    display: inline-block;
    color: #3a87ad;
    font-size: 14px;
}
.hide {
    display: none;
}
.field_comment {
    text-align: left;
}
.field_comment .input-group {
    width: 100%}
.country option {
    max-width: 100%;
    width: 100%}
.modal-footer {
    margin-top: 11px;
}
.field_id_customer_id_email .field_text {
    float: left;
    width: 185px;
    text-align: left;
}
.donot_have_any a {
    cursor: pointer;
    font-size: 14px;
    color: #3a87ad;
}
.donot_have_any {
    margin: 10px 45px 10px 0;
}
span.error_callback_request {
    color: red;
    background: #ecbcc0;
    padding: 5px;
    margin: 3px 0 0 1px;
    width: 225px;
}
#callback-wmp .alert {
    margin-top: 10px;
    font-size: 15px;
}
input.input-error {
    border-color: #a94442;
}
#callback-request-form div.alert-danger {
    display: none;
}
#callback-request-form .btn-success {
    background: #b7d495 none repeat scroll 0 0;
    border: medium none;
    color: #394c23;
    padding: 11px 18px;
}
#callback-request-form .cancel-btn, .answer-callback-request-content .cancel-btn {
    background: #ddd none repeat scroll 0 0;
    border: medium none;
    color: #333;
    padding: 11px 18px;
}
#callback-request-form {
    color: #3f3f3f;
}
span#phone_prefix_callback_modal {
    display: table-cell;
}
.answer-callback-request-content cancel-btn {
    text-align: center;
}
#callback-wmp h4 {
    font-size: 15px;
    margin: 10px 0 0 0;
    color: #3f3f3f;
    font-weight: 700;
}
bootstrap .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
bootstrap .modal-header a {
    text-decoration: none;
}
#callback-request-form span.hide {
    display: none;
}
.recovery-passw-modal.sidebar-order-form-modal .alert {
    background: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
    border-radius: 3px;
    padding: 7px 10px;
    margin-top: 10px;
    margin-bottom: 0;
    text-shadow: none;
    font-size: 14px;
}
.calculator select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: table-cell;
    background-color: transparent;
    border: 1px solid #efebe7;
    color: #fff;
    width: 100%;
    position: relative;
    height: auto;
}
.calculator .select-block {
    position: relative;
}
.calculator .select-block:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 10px;
    width: 9px;
    height: 8px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphYWY4ODRkMy1mNmViLTQyNzYtOThiYS03NDI5NmRkZTViZjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDQ4RDc5RkE5QzkyMTFFOEE2MDNGNjUyMTZBRDNGREQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDQ4RDc5Rjk5QzkyMTFFOEE2MDNGNjUyMTZBRDNGREQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmMWVkMjQwMi1mNDBiLTQ2NWUtYjBjOS01YzkxZjc4MjVmOTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YWFmODg0ZDMtZjZlYi00Mjc2LTk4YmEtNzQyOTZkZGU1YmYxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sGOAvwAAAFxJREFUeNpirKysnM/AwBAAxI5AfIEBARKAGCSXyAQkDIBYAIj3Q9nICkBAnwnJBJjCeiQFC4C4EKToA5rCBiQFiSAGE1TgA5qb4ApAgAXJoTCFIPdMQBJnAAgwAKXTE/rgoQo6AAAAAElFTkSuQmCC) no-repeat;
}
.calculator select::-ms-expand {
    display: none;
}
.calculator .price {
    min-width: 180px;
    text-align: center;
}
.sign-in-link {
    color: #fff;
}
bootstrap .alert-danger {
    margin-top: 10px;
    font-size: 15px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px 15px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fixed-promo {
    z-index: 999;
}
.orange-wrapper {
    padding: 8px 0!important;
    background: #4a4a4a!important;
    display: flex;
    justify-content: space-between;
    width: 100%}
.orange-wrapper .auth {
    float: right;
    margin-left: 15px;
}
.orange-wrapper .social a:last-child {
    display: none;
}
.centrovka {
    width: 100%}
.owner-block img {
    max-width: 100%}
#form_send_rec_passw fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
#form_send_rec_passw {
    margin-bottom: 0;
}
.banner-bonus .border-wrap {
    margin: 0 15px;
}
.goTop {
    left: 20px!important;
    right: inherit!important;
}
.client-area {
    margin-right: 10px;
}
.orange-wrapper a.skype-icon {
    margin-right: 10px;
}
.badge-wrapper>div a {
    width: 80%;
    text-align: center;
}
.badge-wrapper>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:400px) {
    .absoluter .orange-wrapper {
        display: block;
    }
    aside.chat {
        margin-left: 5px!important;
    }
    .absoluter .orange-wrapper .centrovka {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
    .absoluter .orange-wrapper aside {
        float: none!important;
        display: inline-block;
    }
}@media screen and (max-width:470px) {
    .prices td, .prices th {
        display: table-cell!important;
    }
    .prices .table thead th {
        font-size: 9px!important;
        padding: 5px 1px;
    }
}@media(min-width:768px) {
    .fixed-promo i {
        margin-right: 80px;
    }
}@media(max-width:767px) {
    .fixed-promo {
        z-index: 99999999999!important;
    }
    #last-step-order-form-modal .modal-dialog {
        width: 90%!important;
    }
    .prices .nav.nav-tabs li {
        width: 100%}
    .prices .nav.nav-tabs li a:before {
        content: none;
    }
    .prices li {
        margin: 0;
    }
    .prices li a {
        text-align: center;
    }
    .prices .table thead th {
        font-size: 11px;
    }
    .prices .table tbody th {
        font-size: 11px;
        text-align: center;
    }
    .prices .table td {
        font-size: 11px;
        padding: 5px 2px;
    }
    .prices .table-responsive>.table>tbody>tr>th, .prices .table-responsive>.table>tfoot>tr>td, .prices .table-responsive>.table>tfoot>tr>th, .prices .table-responsive>.table>thead>tr>td, .prices .table-responsive>.table>thead>tr>th, v .prices .table-responsive>.table>tbody>tr>td {
        padding: 5px 2px;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        border-bottom-color: #ddd!important;
    }
}.tawk-widget-custom {
     position: fixed;
     bottom: 20px;
     width: 60px;
     height: 60px;
     right: 30px;
     border-radius: 50%;
     padding: 0;
     z-index: 999;
     background: url(../images/tawck.svg) center no-repeat;
 }
@media screen and (max-width:850px) {
    .hat {
        text-align: left!important;
    }
}.covid-banner {
     background: #f2f2f2;
     color: #636363;
 }
.covid-banner-inner {
    position: relative;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    padding: 3px 30px 3px 10px;
}
.covid-hide_banner {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
}
.covid-hide_banner svg path {
    fill: #636363;
}
.covid-banner-holder {
    position: relative;
}
.covid-banner-inner span:after {
    content: '';
    background: url(../images/clock-cov.svg) no-repeat;
    display: inline-block;
    background-size: 42px auto;
    height: 22px;
    width: 42px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.covid-banner strong {
    font-weight: 700;
    padding-right: 5px;
}
.covid-banner span {
    font-weight: 500;
}
@media (min-width:1200px) {
    .covid-banner {
        position: absolute;
        right: 175px;
        top: 5px;
        border-radius: 4px;
        min-width: 480px;
    }
    .covid-banner-holder {
        max-width: 1170px;
        margin: 0 auto;
    }
}@media (max-width:1199px) and (min-width:851px) {
    .covid-banner-inner {
        padding: 7px 30px 7px 20px;
    }
    .covid-hide_banner {
        right: 20px;
    }
}@media (max-width:850px) and (min-width:768px) {
    .covid-banner-inner {
        text-align: left;
    }
    .covid-banner {
        position: absolute;
        right: 10px;
        top: 63px;
        border-radius: 4px;
        min-width: 320px;
    }
    .covid-banner strong {
        display: block;
    }
    .covid-banner-inner span:after {
        position: absolute;
        top: calc(50% - 12px);
    }
}@media (min-width:851px) {
    .covid-banner span {
        display: flex;
        align-items: center;
    }
}@media (min-width:768px) {
    .covid-banner {
        border-radius: 4px;
    }
}@media(max-width:767px) {
    .covid-banner-inner {
        padding: 8px 35px 8px 12px;
        font-size: 14px;
        text-align: left;
        line-height: 20px;
    }
    .covid-hide_banner {
        right: 10px;
        top: 10px;
    }
    .covid-banner-inner span:after {
        background-position: center;
        height: 17px;
        top: 3px;
    }
    .intro aside h4 {
        padding-top: 45px;
    }
    .intro {
        padding-top: 250px;
    }
}
.info-tooltip.info-tooltip-active {
     background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFhSURBVHgBjVO7cYNAFDwOFDgjU2hcgbGUOLOoQFYJVGC5AnAHUhmOjCoQBcCYDkxIZkIHfLyrOTzHDWi8Myc97r19u487LGHA9/2N4zjbruueLcvy1HbB1bbtW1EUpV5vaURXShmBtBdXgPyhaRo2qv8akAzVc9/3vvgf6CZgE8knKutkxDXW62KxuEPuAXGIVeqTQjC6OIC6Z9v2l6Gwy/M8oTPELueeqsM4gcRmZJBrRSbhmyQ2YhPDheCLdmjHaCDW6/WZymqcUlN0DQfbqQYs2qg4hcqOL2u1WkVDUw2eFPPgKMHgCGrxVJFDi9qFGQGqMXK3miMTBR2cZpKuIntiHgWOWSYzyRQjhMMYU+DVvtxEzHjA34uRr3nbcIwe4o8J/hHN947qFKPwSYxPxMXep5ixTg4Dmz9VVf0sl8t3jHODx0dxHUeQw9HHpEPdwBjh/eBIndQJK8myLNXrfwHp5KLiCjs3jAAAAABJRU5ErkJggg==);
 }
.info-tooltip {
    position: relative;
    top: 3px;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/info-tooltip.svg?v=3) no-repeat;
    background-size: cover;
    margin-left: 5px;
}
.w-academic_level .control-label {
    position: relative;
}
.info-tooltip-wrap {
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 10px 45px rgba(47, 45, 133, .1);
    padding: 20px 16px;
    width: 360px;
    position: absolute;
    z-index: 9;
    bottom: calc(100% + 16px);
    left: calc(50% - 204px);
}
.hero-calc .info-tooltip:hover .info-tooltip-wrap {
    display: block!important;
}
.info-tooltip-wrap:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 4px);
}
.academic-lvl-box .info-tooltip-wrap:after {
    border-bottom: 10px solid #fff;
    border-top: none;
    top: -9px;
    bottom: auto;
    left: calc(50% - 173px);
}
.academic-lvl-box .info-tooltip-wrap {
    top: 36px;
    bottom: auto;
}
.info-tooltip-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}
.info-tooltip-wrap td {
    padding: 10px 12px;
    background: #f1f1f1;
    border-radius: 4px;
    text-align: left;
}
.info-tooltip-wrap tr td:first-child {
    background: #95d05e;
    font-weight: 600;
    color: #fff;
    width: 108px;
    text-align: left!important;
}
.info-tooltip-wrap table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%}
.close-mob-tooltip {
    background: url(../images/tooltip-Close.svg) no-repeat center!important;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -3px;
    top: -7px;
    display: none;
    border: none;
}
.calculator .info-tooltip-wrap td {
    font-size: 12px;
    color: #333;
}
@media(min-width:768px) {
    .close-mob-tooltip {
        display: none!important;
    }
    .info-tooltip-bottom {
        top: 36px;
        bottom: auto;
    }
    .info-tooltip-bottom:after {
        border-bottom: 10px solid #fff;
        border-top: transparent;
        top: -9px;
        bottom: auto;
    }
}@media(max-width:767px) {
    .info-tooltip-title {
        padding-top: 4px;
    }
    .close-mob-tooltip {
        display: block!important;
    }
    .info-tooltip-wrap {
        border-radius: 7px;
        width: 312px;
        padding: 16px 12px;
        left: calc(50% - 155px);
        margin: 0 auto;
        top: calc(50% - 150px);
        bottom: auto;
        display: block;
        position: fixed;
        z-index: 1050;
    }
    .open-tooltip-lvl .promo-calc {
        z-index: unset;
    }
    .open-tooltip-lvl {
        overflow: hidden;
    }
    .open-tooltip-lvl:after {
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        outline: 0;
        transition: opacity .15s linear;
        background: rgba(51, 51, 51, .2);
    }
    .info-tooltip-wrap:after {
        display: none;
    }
    .info-tooltip-wrap td {
        font-size: 13px;
        padding: 10px 6px;
    }
    .calculator .info-tooltip-wrap td {
        font-size: 11px;
    }
}.hat.hat-w {
     position: fixed;
     background: #fff;
     box-shadow: 0 4px 20px rgb(103 103 103 / 12%);
 }
.hat.hat-w .centrovka {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 86px;
}
.hat.hat-w .centrovka>a {
    margin-top: 0;
}
.hat.hat-w #menu-main-menu {
    display: flex;
    align-items: center;
}
.hat .link-sign-in {
    display: none;
}
.hat.hat-w nav>div>ul>li.link-sign-in {
    display: block;
    margin-right: 30px;
}
.hat.hat-w nav>div>ul>li.link-sign-in a {
    padding-right: 18px;
    background: url(../images/sign-in.svg) no-repeat right 0 top 50%}
.hat.hat-w nav>div>ul>li.new-style-link-logout a {
    padding-right: 18px;
    background: url(../images/sign-out.svg) no-repeat right 0 top 50%}
.hat.hat-w nav>div>ul>.popular>a {
    background: #fff;
    padding: 10px 34px;
    border: 1px solid #fbb40d;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #fbb40d;
    transition: all .3s;
}
.hat.hat-w nav>div>ul>.popular>a:focus, .hat.hat-w nav>div>ul>.popular>a:hover {
    background: #fbb40d;
    color: #fff;
    border: 1px solid #fbb40d;
}
.hat.hat-w nav>div>ul>.popular>a:before {
    display: none;
}
.hat.hat-w nav>div>ul>li>a {
    text-transform: initial;
    padding: 33px 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #2c3e50;
}
.hero-wrapper {
    width: 100%;
    min-height: 616px;
    padding-top: 86px;
    background: url(../images/header-bg.webp) center center no-repeat #e1cac4;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .hero-wrapper {
            background: url(../images/header-bg.png) no-repeat bottom;
            background-size: cover;
        }
    }
}
.hero-wrapper.breadcrumbz {
     background: 0 0;
     min-height: initial;
     box-sizing: border-box;
 }
.hero-wrapper.breadcrumbz #breadcrumbs {
    color: #2c3e50;
    font-size: 14px;
}
.hero-wrapper.breadcrumbz #breadcrumbs a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2c3e50;
    text-decoration: none;
}
.hero-wrapper.breadcrumbz #breadcrumbs a .breadcrumb_last {
    color: #828282;
}
.hero-wrapper.breadcrumbz+main {
    padding-top: 0;
}
.hero-wrapper.breadcrumbz nav {
    margin: 46px 0 25px 0;
}
.hero-wrapper h3 {
    text-transform: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #2c3e50;
}
.hero-wrapper h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #fff;
    text-transform: none;
    margin: 0 0 6px 0;
}
.hero-wrapper header+p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: left;
}
@media(min-width:1200px) {
    .hero-wrapper header+p {
        max-width: 593px;
    }
}.hero-wrapper .centrovka {
     display: flex;
     justify-content: space-between;
     margin: 0 20px;
 }
.hero-wrapper.breadcrumbz .centrovka {
    justify-content: center;
}
h1.main-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #333;
    margin: 0 0 39px 0;
}
.hero-wrapper .centrovka aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 90px;
}
.niz-saita.niz-saita-w {
    background: #3d3535;
}
.hat.hat-w nav>div>ul>li:hover>a {
    color: #6d869f;
}
.social-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 0;
    margin: 0 15px;
}
.social-wrapper aside {
    width: 250px;
}
.social-wrapper aside.social {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.social-wrapper aside.social a {
    color: transparent;
    background: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-wrapper aside.social a:last-child {
    margin-right: 7px;
}
.social-wrapper aside.social a .fa {
    color: #3d3d3d;
}
.social-wrapper aside.mail a {
    color: #fff;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}
.niz-saita.niz-saita-w .copyright-zona p {
    padding: 0;
}
main .centrovka.centrovka-content {
    display: flex;
    justify-content: center;
}
main .centrovka.centrovka-content .col-md-10 {
    padding: 0;
}
.likes-wrapper a.nice-likes {
    margin-bottom: 5px!important;
}
.hat .btn-order {
    margin: 0 34px 0 0;
    display: none;
    max-height: 38px;
    background: #fff;
    padding: 10px 34px;
    border: 1px solid #fbb40d;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fbb40d;
    transition: all .3s;
}
.hat .btn-order:focus, .hat .btn-order:hover {
    background: #fbb40d;
    color: #fff;
    border: 1px solid #fbb40d;
}
@media(min-width:768px) {
    .likes-wrapper {
        text-align: right;
    }
}@media(max-width:1200px) and (min-width:768px) {
    .hat .btn-order {
        display: flex;
    }
}@media(max-width:1024px) {
    .social-wrapper {
        padding: 50px 0 20px 0;
        flex-direction: column;
        justify-content: center;
    }
    .niz-saita.niz-saita-w .copyright-zona p, .social-wrapper aside.mail {
        margin: 0 0 10px 0!important;
    }
    .social-wrapper aside {
        width: auto;
    }
    .social-wrapper aside.social {
        order: 3;
    }
    .social-wrapper aside.mail {
        order: 2;
    }
    .niz-saita.niz-saita-w .copyright-zona p {
        order: 1;
    }
}@media(max-width:1400px) and (min-width:1199px) {
    .hat.hat-w nav>div>ul>li>a {
        padding: 33px 5px;
    }
}@media(max-width:991px) and (min-width:768px) {
    .hero-wrapper .centrovka {
        flex-direction: column;
        align-items: center;
    }
    .hero-wrapper .centrovka aside {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 97px 0 20px 0!important;
        align-items: center;
    }
    .hero-wrapper header+p {
        text-align: center;
        max-width: 480px;
    }
    .calc-block {
        margin: 0 0 99px 0;
    }
    .hero-wrapper.breadcrumbz nav {
        margin: 34px 0 35px 0;
    }
}
@media(max-width:1199px) {
    .hat.hat-w .openNavigation {
        display: block;
        text-align: left;
    }
    .hat.hat-w #navIsClosed, .hat.hat-w #navIsOpen {
        color: #828282;
        margin: 0 10px 0 0;
        cursor: pointer;
    }
    .hat.hat-w #navIsOpen {
        display: block;
    }
    .hat.hat-w #navIsClosed {
        position: relative;
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
    }
    .hat.hat-w #navIsOpen svg {
        margin: 0 0 -4px 0;
    }
    .hat.hat-w .centrovka {
        min-height: 60px;
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }
    .hero-wrapper {
        padding-top: 60px;
    }
    .hat.hat-w .centrovka>a {
        margin: 0;
    }
    .hat.hat-w nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 9;
        background: #fff;
        margin: 0;
    }
    .hat.hat-w nav .menu-main-menu-container {
        height: 100%}
    .hat.hat-w nav #menu-main-menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background: #fff;
        margin: 47px 0 0 0;
    }
    .hat.hat-w nav>div>ul>li {
        width: 100%}
    .hat.hat-w nav>div>ul>li>a {
        background: 0 0;
        text-transform: initial;
        padding: 18px 40px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        color: #2c3e50;
        border: none;
    }
    .hat.hat-w nav>div>ul>.popular>a {
        max-width: 100%;
        width: 295px;
        justify-content: center;
        margin: 0 40px;
    }
    .hat.hat-w nav>div>ul>li.link-sign-in a {
        padding-right: 18px;
        background: url(../images/sign-in.svg) no-repeat left 105px top 50%}
    .hat.hat-w nav>div>ul>li.link-sign-in {
        margin: 0 0 164px 0;
    }
}@media(max-width:991px) {
    .hero-wrapper .centrovka {
        flex-direction: column;
        align-items: center;
    }
    .hero-wrapper .centrovka aside {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 34px 0 10px 0;
        align-items: center;
    }
    .calc-block {
        width: 100%;
        margin: 0 0 40px 0!important;
    }
    .hero-wrapper h4 {
        font-size: 30px;
        line-height: 32px;
    }
    .hero-wrapper header+p {
        font-size: 16px;
        line-height: 22px;
    }
}@media screen and (max-width:991px) {
    .calc-new .col-price .title-calc {
        text-align: left!important;
    }
}@media(max-width:767px) {
    .hat.hat-w nav>div>ul>li.link-sign-in {
        margin: 0 0 66px 0;
    }
    .hat.hat-w nav>div>ul>.popular {
        text-align: center;
        justify-content: center;
        display: flex;
        margin: 0;
    }
    .calc-block {
        max-width: 335px;
    }
    .calc-new .d-flex .form-control {
        width: 94px;
        min-width: 94px;
    }
    .calc-new .wrap-inline-block .btn-group-toggle .btn-custom {
        width: 50%!important;
    }
    .hero-wrapper.breadcrumbz nav {
        margin: 20px 0 47px 0;
    }
    h1.main-title {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 52px 0;
    }
}.banner-discount {
     background: #f1f1f1;
     margin: 0 0 25px 0;
     padding: 20px;
 }
.banner-discount-inner {
    position: relative;
    border: 1px solid #cecece;
    box-sizing: border-box;
    padding: 27px 26px 18px 26px;
}
.banner-discount-inner:before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 82px;
    height: 82px;
    left: 50%;
    top: 50%;
    margin: -41px 0 0 -41px;
    background: url(../images/discount.svg) no-repeat;
    background-size: 100%}
.banner-discount-inner:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../images/discount-bg.png) no-repeat;
    background-size: cover;
}
.banner-discount .title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 3px 0;
    color: #333;
}
.banner-discount .text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 13px 0;
    color: #2c3e50;
}
.banner-discount .btn {
    display: flex;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 182px;
    height: 35px;
    background: #fbb40d;
    border-radius: 4px;
    border: 1px solid #fbb40d;
    transition: .5s;
    padding: 0;
}
.banner-discount .btn:focus, .banner-discount .btn:hover {
    border: 1px solid #fbb40d;
    background: #ffff;
    color: #fbb40d;
}
@media(max-width:1024px) and (min-width:768px) {
    .banner-discount-inner: after {
        width: 302px;
        background: url(../images/discount-bg.png) no-repeat right -55px top 0;
        background-size: cover;
    }
    .banner-discount-inner:before {
        left: initial;
        right: 256px;
    }
}@media(max-width:767px) {
    .banner-discount {
        margin-top: 25px;
    }
    .banner-discount-inner {
        padding: 51px 15px 170px 15px;
        text-align: center;
    }
    .banner-discount-inner:after {
        width: 100%;
        height: 135px;
        background: url(../images/discount-bg.png) no-repeat right 50% top 0;
        background-size: cover;
        top: initial;
        bottom: 0;
    }
    .banner-discount-inner:before {
        left: initial;
        right: 50%;
        margin-right: -41px;
        top: 0;
        margin-top: -41px;
    }
    .banner-discount .title {
        margin: 0 0 6px 0;
    }
    .banner-discount .text {
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 15px 0;
    }
    .banner-discount .btn {
        margin: 0 auto;
        width: 265px;
        height: 35px;
    }
}
.select2-container--default .select2-search--dropdown .select2-search__field {
     outline: 0!important;
 }
.calc_mini .select2-container--default .select2-selection--single {
    border-color: #fff;
    height: 34px;
}
.calc_mini .select2-selection--single .select2-selection__rendered {
    line-height: unset;
}
.select2-container--default .select2-selection--single {
    font-size: 15px;
    color: #333;
    width: 100%;
    height: 44px;
    line-height: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #fff;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #c6cbd2;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-results {
    font-size: 15px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 6px 25px 6px 11px;
    color: #333;
    border: none;
    font-size: 14px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none!important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}
.select2-container--default .select2-selection--single {
    border-color: #c6cbd2;
}
.select2-container--default.select2-container--open .select2-dropdown {
    border: 1px solid #f8f8f8!important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
}
.select2-container--default .select2-results__group {
    color: #bababa;
    padding: 10px 10px 5px!important;
}
.select2-container--default .select2-search--dropdown {
    border-top: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 34px;
    border-color: #bababa;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJZSURBVHgBrVa7ctpAFN2VKDxDQ7p00TDA0IV8QZSO4TUKPxC5S5ekSyrjMlXSpjKuMukMwytV5C6lXPIolC7plIYZGB4+F0v2shISjDkzO/vw3nvOntVew1kIdF1PJZNJk3P+cr1eF9BrtI6xjc5erVatfr9/xfYAlxdqtdo7JGhgmIoM5NwB4Wmn07Gi9qnipFwuX6D7iHbC4kECzFwux0aj0XUsQbVa/YLurfR3F+0blP5A/xPtHyWGevF0ejab/T8ej3+HEWwsKpVKpqIoF2JiJD3vdrtf5YBisaglEgkTwzNxP2x91ev17MAJDMMgNd/Zg+fuYrF4gUscsBBMJhMXlliwhsTp3vIJTpXH+qW8X5nP5wbUav4ClHwYDAYOiwEut4E4MaFer9efBQiAN/4EAQ6O2WR7Avu3LJzNZq8DBGgFf4JjttgBIM9JFHtQ+zyMICUoctiBgChbiNfCCB6LyAepxB0xDn4Z8XATIEC7f4UgM6gOsT1RqVR06QsMvAMFCprCnIrcGdsTiBUfJxFYAQIqVqJNCHoPZbEkVLdE9Rg3w95Pwkt6iu6XsN5AAm25XJ7LQWQLOqpbBSlXwP9NbiGwwbbri6/MhgDXm1LSnXeEj8Rst9tb5eK+mlJ9oaqIZMUtBZw/Rad5LbKM00eSz+ed4XB4EyAgUMlNp9OXSPoErRCRi070GQlbsiCZhO/KQGVZVVWD/m2yO1tcsgr3cj2dTq8sy9rYFlLqN/Dt2klwCKJIjkIQQeKq7EjA/dmZTOYPbDT8NdzH36MRiCQY0k8dsujTLUryDu1rXyEAAAAAAElFTkSuQmCC) 50% 50% no-repeat;
    background-size: 12px;
    background-position: center right 18px;
    padding-right: 30px;
    border-radius: 6px;
    font-weight: 500;
    color: #4c4c4c;
    padding: 0 10px;
}
.select2-selection__rendered {
    color: #333;
    font-weight: 500;
}
.select2-selection__rendered[title="Choose your subject"], .select2-selection__rendered[title=Choose] {
    color: #c6cbd2!important;
    font-weight: 300;
}
.select2.select2-container--open .select2-selection {
    border-color: #c6cbd2;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 260px;
}
.optinal-label {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #c6cbd2;
    margin: -2px 0 0 5px;
}
.select2-dropdown--below {
    margin-top: -2px;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-results__option--highlighted, .select2-results__option--highlighted[aria-selected] {
    background-color: #f8f8f8!important;
    color: #4c4c4c!important;
}
.select2-container--default.select2-container--open .select2-dropdown {
    border: 1px solid #f8f8f8!important;
}
.select2-container--default .select2-search--dropdown {
    padding: 16px 10px;
}
.select2-container--default .select2-results__group {
    color: #bababa;
    background: 0 0;
    font-weight: 500;
    font-size: 12px;
}
.select2-container--default .select2-results>.select2-results__options {
    font-size: 14px;
    line-height: 14px;
}
.select2-results__option {
    padding: 18px 10px!important;
    color: #4c4c4c;
}
.select2-container--default .select2-results__option .select2-results__option {
    font-size: 12px;
    padding: 10px 10px!important;
    color: #4c4c4c!important;
    line-height: 23px;
}
.select2-results__message {
    color: #212529;
    padding: 16px 16px 24px!important;
}
.select2-container--default .select2-results__option {
    height: auto;
    line-height: 1;
    margin: 0;
    font-size: 14px;
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #c6cbd2;
    font-weight: 400;
    font-size: 14px;
}
.nice-likes.liked {
    pointer-events: auto!important;
}