@import url(fonts.css);
/*EXPRESSPAY LOGIN STYLE*/
/*EXPRESS PAY STYLE*/
.popup_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(29, 29, 29, 0.44);
    z-index: 7;
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    overflow-y: auto;
    padding: 20px;
}

.popup_wrap.big .wrap {
    max-width: 540px;
}

.popup_wrap.big .top {
    padding: 24px 24px 0;
}

.popup_wrap.big .top .title {
    text-align: left;
    padding-bottom: 0;
    border: none;
}

.popup_wrap.big .body {
    padding: 5px 24px 30px;
}

.popup_wrap.big span {
    margin: 0 0 5px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.popup_wrap.big input {
    text-align: left;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
}

.popup_wrap.big .col-sm-12, .popup_wrap.big .col-sm-6 {
    margin-top: 12px;
}

.popup_wrap.big .col-sm-12 .row > div, .popup_wrap.big .col-sm-6 .row > div {
    margin-top: 0;
}

.popup_wrap.big .infotextbig {
    text-align: right;
    line-height: 1.54;
    color: #5f5f5f;
    font-size: 13px;
}

.popup_wrap.bgpopup_shop .wrap {
    max-width: 284px;
    background: #fff url(../images/popapbg.png) 100% 0 no-repeat;
    padding: 193px 12px 18px;
}

.popup_wrap.bgpopup_shop .wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 278px;
    height: 204px;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    background-color: #ffffff;
}

.popup_wrap.bgpopup_shop .closebut {
    background: url(../images/closeyellow.svg) 0 0 no-repeat;
}

.popup_wrap .wrap {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 440px;
    width: 100%;
    line-height: 1;
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.popup_wrap .top {
    padding: 24px 20px 0;
}

.popup_wrap .top .title {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #1e1400;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 20px;
}

.popup_wrap .closebut {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(../images/close.svg) 0 0 no-repeat;
}

.popup_wrap .body {
    padding: 23px 24px 30px;
}

.popup_wrap label {
    display: block;
    position: relative;
    margin-top: 15px;
}

.popup_wrap label.filled input + .placeholder {
    top: 8px;
    line-height: 12px;
    font-size: 12px;
}

.popup_wrap label:first-child {
    margin: 0;
}

.popup_wrap label input {
    font-size: 16px;
    padding: 15px 20px 0;
    line-height: 35px;
    margin: 0;
    height: 52px;
}

.popup_wrap label input:focus + .placeholder {
    top: 8px;
    line-height: 12px;
    font-size: 12px;
}

.popup_wrap label .placeholder {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 53px;
    color: #cecece;
    cursor: text;
    text-align: center;
    transition: all 0.1s ease 0s;
}

.popup_wrap label.errorlabel input {
    border-color: #e42d22;
}

.popup_wrap label.errorlabel .placeholder {
    color: #e42d22;
}

.popup_wrap label.errorlabel + .error {
    display: block;
}

.popup_wrap label + .error {
    display: none;
    color: #e42d22;
    font-size: 12px;
    line-height: 12px;
    margin-top: 7px;
    text-align: center;
}

.popup_wrap input, .popup_wrap textarea {
    display: block;
    width: 100%;
    line-height: 50px;
    border-radius: 5px;
    background-color: #fdfdfd;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    border: solid 1px #e5e5e5;
    text-align: center;
    font-size: 18px;
    color: #1e1400;
}

.popup_wrap input::placeholder, .popup_wrap textarea::placeholder {
    color: #cecece;
}

.popup_wrap input + input, .popup_wrap textarea + input {
    margin-top: 13px;
}

.popup_wrap textarea {
    width: 100%;
    text-align: left;
    line-height: 1;
    padding: 15px;
    resize: none;
    font-size: 14px;
    height: 100px;
}

.popup_wrap .text {
    font-size: 13px;
    line-height: 22px;
    color: #1e1400;
    max-width: 155px;
    margin-bottom: 18px;
    padding-left: 5px;
    position: relative;
}

.popup_wrap .text.maxtext {
    max-width: none;
    margin: 10px -10px 0;
    padding: 0;
}

.popup_wrap .text a {
    color: #ffaa00;
}

.popup_wrap .selectblock {
    width: 100%;
}

.popup_wrap .selectblock .title {
    background-color: #fdfdfd;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
}

.popup_wrap .selectblock .title:hover {
    border-color: #ffaa00;
    background: #fff;
}

.popup_wrap .selectblock.active .title {
    border-color: #ffaa00;
    border-bottom-color: transparent;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.popup_wrap .selectblock.active ul {
    margin-top: -1px;
}

.popup_wrap .bgicon {
    position: relative;
    text-align: center;
    display: block;
}

.popup_wrap .min_text {
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #1e1400;
    margin: 9px 0 10px;
}

.popup_wrap .min_text a {
    color: #ffaa00;
    margin-top: 10px;
    display: inline-block;
}

.popup_wrap .buttonblock {
    padding: 21px 20px 24px;
    text-align: center;
    background: #f8f8f8;
}

.popup_wrap .buttonblock a {
    padding: 0 30px;
}

.popup_wrap .sitebutton {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .popup_wrap .sitebutton {
        display: block;
        width: 100%;
    }
}

.popup_wrap .dbblock {
    margin-top: 15px;
}

.popup_wrap .dbblock .capture {
    float: right;
    padding: 16px 0 0 10px;
}

.popup_wrap .dbblock .capture img {
    margin-right: 20px;
    float: left;
}

.popup_wrap .dbblock .capture a {
    display: block;
    overflow: hidden;
    width: 16px;
    height: 18px;
    background: url(../images/reload.png) 0 0 no-repeat;
}

.popup_wrap .dbblock label {
    margin-top: 0;
}

.popup_wrap .dbblock .input {
    overflow: hidden;
}

.popup_wrap .text.loginbot_text {
    margin: 0;
}

.popup_wrap .text.loginbot_text label, .popup_wrap .text.loginbot_text div {
    margin-top: 12px;
}

.popup_wrap:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.paddingblock {
    padding: 15px;
}

.paddingblock p .calendar {
    max-width: 328px;
}

.popup_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10;
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding: 20px;
    overflow-y: auto;
    display: none;
}

.popup_wrapper .sitebuttonnobg, .popup_wrapper .sitebutton {
    font-size: 14px;
    font-weight: 500;
}

.popup_wrapper .wrap {
    width: 100%;
    max-width: 465px;
    padding: 15px 24px 24px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.71;
    color: #1e1400;
    text-align: left;
    position: relative;
}

.popup_wrapper .wrap .closebut {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    z-index: 2;
}

.popup_wrapper .wrap .title {
    font-size: 19px;
    padding-right: 35px;
    font-weight: 600;
    color: #1e1400;
}

.popup_wrapper .wrap .text {
    margin: 10px 0;
}

.popup_wrapper .wrap .siteform {
    margin: 20px 0 10px;
}

.popup_wrapper .wrap .popupbut {
    margin: 0;
}

@media (max-width: 480px) {
    .popup_wrapper .wrap .popupbut {
        max-width: 100%;
    }
}

.popup_wrapper .wrap .textblock {
    margin-top: 10px;
}

.popup_wrapper .wrap .textblock .col-sm-2 {
    text-align: center;
}

.popup_wrapper .wrap .textblock img {
    width: 100px;
}

.popup_wrapper .wrap .textblock .info {
    margin-top: 20px;
}

.popup_wrapper .wrap .textblock .info span {
    color: #919191;
    margin-right: 7px;
}

.popup_wrapper .wrap .finis_pay {
    margin-top: 15px;
}

.popup_wrapper:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

@media (max-width: 768px) {
    #letter .sitebutton {
        width: 100%;
    }
}

#operation2 .wrap .textblock img {
    max-width: 100%;
    width: 100%;
}

#mail-template .wrap {
    max-width: 560px;
    padding-bottom: 30px;
}

#mail-template .wrap .closebut {
    display: none;
}

@media (max-width: 480px) {
    #mail-template .wrap .closebut {
        display: block;
    }
}

#mail-template .wrap .img-logo-form {
    position: absolute;
    top: -141px;
    left: 50%;
    margin-left: -84px;
}

#mail-template .wrap .copyright-form {
    position: absolute;
    bottom: -38px;
    left: 0;
    font-family: proxima-nova;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1e1400;
}

#mail-template .wrap .phone-form {
    position: absolute;
    bottom: -55px;
    right: 0;
    line-height: 40px;
    background: url(../images/callbot.png) 0 0 no-repeat;
    background-image: url(../images/callbot.svg), none;
    background-size: auto 100%;
    padding-left: 60px;
    font-weight: 700;
    font-size: 35px;
}

#mail-template .wrap .title-success {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #1e1400;
    margin-bottom: 21px;
}

#mail-template .wrap .block-success {
    padding-top: 28px;
    border-top: 5px #ffaa00 solid;
}

#mail-template .wrap .block-success .img-success {
    text-align: center;
}

#mail-template .wrap .block-success .desc-success {
    padding-top: 24px;
}

#mail-template .wrap .block-success .desc-success ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mail-template .wrap .block-success .desc-success ul li {
    text-align: center;
}

#mail-template .wrap .block-success .desc-success ul li div {
    font-family: proxima-nova;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: #919191;
    display: inline-block;
    width: 49%;
    padding-right: 15px;
}

#mail-template .wrap .block-success .desc-success ul li span {
    font-family: proxima-nova;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    display: inline-block;
    width: 49%;
    padding-left: 15px;
}

#mail-template-error .wrap {
    max-width: 560px;
    padding-bottom: 30px;
}

#mail-template-error .wrap .closebut {
    display: none;
    right: 15px;
}

@media (max-width: 480px) {
    #mail-template-error .wrap .closebut {
        display: block;
    }
}

#mail-template-error .wrap .img-logo-form {
    position: absolute;
    top: -141px;
    left: 50%;
    margin-left: -84px;
}

#mail-template-error .wrap .copyright-form {
    position: absolute;
    bottom: -38px;
    left: 0;
    font-family: proxima-nova;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1e1400;
}

#mail-template-error .wrap .phone-form {
    position: absolute;
    bottom: -55px;
    right: 0;
    line-height: 40px;
    background: url(../images/callbot.png) 0 0 no-repeat;
    background-image: url(../images/callbot.svg), none;
    background-size: auto 100%;
    padding-left: 60px;
    font-weight: 700;
    font-size: 35px;
}

#mail-template-error .wrap .title-error {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #1e1400;
    margin-bottom: 21px;
}

#mail-template-error .wrap .block-error {
    padding-top: 28px;
    border-top: 5px #ffaa00 solid;
}

#mail-template-error .wrap .block-error .img-error {
    text-align: center;
}

#mail-template-error .wrap .block-error .desc-error {
    padding-top: 24px;
}

#mail-template-error .wrap .block-error .desc-error p {
    max-width: 416px;
    margin: 0 auto;
    font-family: proxima-nova;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #1e1400;
}

#mail-template-error .wrap .block-error .desc-error p .sitebutton {
    margin-top: 17px;
    font-family: proxima-nova;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #1e1400;
}

@media (max-width: 767px) {
    #mail-template-error .wrap .block-error .desc-error p .sitebutton {
        display: block;
    }
}

#mail-template-error .wrap .block-error .desc-error ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mail-template-error .wrap .block-error .desc-error ul li {
    text-align: center;
}

#mail-template-error .wrap .block-error .desc-error ul li div {
    font-family: proxima-nova;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: #919191;
    display: inline-block;
    width: 49%;
    padding-right: 15px;
}

#mail-template-error .wrap .block-error .desc-error ul li span {
    font-family: proxima-nova;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    display: inline-block;
    width: 49%;
    padding-left: 15px;
}

.popup_wrapper.big .col-sm-12, .popup_wrapper.big .col-sm-6 {
    margin-top: 12px;
}

.popup_wrapper.big .wrap {
    max-width: 540px;
}

.popup_wrapper a.reload {
    display: block;
    overflow: hidden;
    width: 16px;
    height: 18px;
    background: url(../images/reload.png) 0 0 no-repeat;
}

.popup_wrapper .dbblock .capture {
    float: right;
    padding: 16px 0 0 10px;
}

.popup_wrapper .dbblock .input {
    overflow: hidden;
}

.popup_wrapper .dbblock {
    margin-top: 15px;
}

.popup_wrapper .capture img {
    margin-right: 20px;
    float: left;
}

.popup_wrapper .loginbot_text .right a {
    font-size: 14px;
}

.loginbot_text.check_block label {
    padding-bottom: 0px;
}

.popup_wrapper .wrap.info_1 {
    max-width: 393px;
}

.popup_wrapper .wrap.info_2 {
    max-width: 445px;
}

.wrap_oferta {
    text-align: center;
    margin-top: 13px;
}

/*INFO POPUP*/
.popup_wrapper.bgpopup_shop .wrap .text {
    font-size: 13px;
    line-height: 1.69;
    color: #1e1400;
    max-width: 155px;
    margin-bottom: 18px;
    padding-left: 5px;
    position: relative;
}

.bgpopup {
    position: fixed;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.44;
    background-color: #1d1d1b;
    display: none;
}

.min_text.no_mar_t {
    margin-top: 0 !important;
}

.min_text.no_mar_b {
    margin-bottom: 0 !important;
}

.siteform label.no_notes {
    margin-top: 16px;
}

.siteform.mart4 {
    margin-top: 10px !important;
}

.padb22 {
    padding-bottom: 22px !important;
}

.popup_wrap .oferta.min {
    font-size: 14px;
}

.center_block {
    text-align: center;
}

.center_block input {
    text-align: center;
}

.center_block a {
    color: #ffaa00;
}

.center_block .wrap {
    text-align: center;
}

.center_block .title {
    padding-right: 0 !important;
}

.center_block .dbbut.butwrap button, .center_block .dbbut.butwrap a {
    flex-grow: 0 !important;
    margin-left: auto;
    margin-right: auto;
}

.center_block.popup_wrapper .popupbut.but_center {
    width: 100%;
    max-width: 100%;
}

.mart30 {
    margin-top: 30px !important;
}

.bgpopup_shop .wrap.wrap_play {
    max-width: 284px;
    background: #fff url(../images/android.jpg) 100% 0 no-repeat;
    padding: 178px 12px 18px;
}

.bgpopup_shop .wrap.wrap_app {
    max-width: 284px;
    background: #fff url(../images/iphone.jpg) 100% 0 no-repeat;
    padding: 177px 12px 18px;
}

.bgpopup_shop .closebut {
    background: url(../images/closeyellow.svg) 0 0 no-repeat;
}

.bgpopup_shop .wrap.wrap_play {
    background: #fff url(../images/android.jpg) 100% 0 no-repeat;
}

.oferta.min + .right a {
    margin-left: 10px;
}

.popup_wrap .loading {
    margin-top: 0;
}

@media (max-width: 480px) {
    .popup_wrapper .dbbut.butwrap a, .popup_wrapper .dbbut.butwrap button {
        margin-top: 15px !important;
        font-size: 14px;
        color: #000;
    }

    .popup_wrapper .dbbut.butwrap a:first-child, .popup_wrapper .dbbut.butwrap button:first-child {
        margin-top: 0px !important;
    }

    .popup_wrap .dbbut.butwrap a, .popup_wrapper .dbbut.butwrap button {
        margin-top: 15px !important;
        font-size: 14px;
        color: #000;
    }

    .popup_wrap .dbbut.butwrap a:first-child, .popup_wrapper .dbbut.butwrap button:first-child {
        margin-top: 0px !important;
    }

    .dbbut.flex_480px {
        display: block;
    }

    .dbbut.flex_480px button {
        width: 100%;
        flex-basis: 100%;
    }
}

a.sitebutton {
    color: #000;
}

.popup_wrap .sitebutton {
    margin-left: 15px;
}

.popup_wrap .sitebutton:first-child {
    margin-left: 0;
}

@media (max-width: 320px) {
    .popup_wrap .sitebutton, .popup_wrapper .sitebutton {
        margin-top: 15px;
    }

    .popup_wrap .sitebutton:first-child, .popup_wrapper .sitebutton:first-child {
        margin-top: 0;
    }

    .popup_wrap .sitebutton, .popup_wrapper .sitebutton {
        margin-left: 0;
    }

    .captcha img {
        width: 147px !important;
    }
}

.captcha {
    float: right;
}

.captcha a.captcha-reloader {
    display: block;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    width: 16px;
    height: 18px;
    float: left;
    margin-top: 11px;
    word-spacing: break;
    background: url(../images/reload.png) 0 0 no-repeat;
}

.captcha img {
    width: 159px;
    height: 50px;
    float: left;
}

.captcha_input {
    overflow: hidden;
}

.error .noteerror {
    display: block;
}

.noteerror {
    display: none;
    font-size: 12px;
    margin: 0;
    color: #e32514;
}

.loginblock_page .error input, .loginblock_page .error textarea {
    border-color: #f00;
}

.payment_page .dbbut a, .payment_page .dbbut button {
    min-width: 106px;
    width: auto;
}

.loginblock_page .error_block {
    margin-top: 20px;
    padding: 15px;
}

.error_block {
    border: 1px solid #e32514;
    padding: 10px 15px;
    background-color: #fef3f2;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.success_block {
    border: 1px solid #00BB77;
    padding: 10px 15px;
    background-color: #f2fef3;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
}

a, button {
    outline: none;
}

.error_box {
    word-wrap: break-word;
}

@media (max-width: 866px) {
    .payment_page.dbbut a, .payment_page.dbbut button {
        margin-top: 10px;
    }
}

@media (max-width: 800px) {
    .payment_page.dbbut {
        flex-direction: column;
    }

    .payment_page.dbbut a, .payment_page.dbbut button {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        margin-top: 0;
    }
}

.cheque_list li {
    font-size: 0;
}

.cheque_list li span {
    font-size: 14px;
}

.mr_15 {
    margin-right: 15px;
}

.popup_wrapper .dbbut.butwrap a, .popup_wrapper .dbbut.butwrap button {
    flex-grow: 0;
}

.no_flex.dbbut.butwrap {
    display: block;
}

@media (max-width: 835px) {
    .no_flex.dbbut.butwrap {
        display: flex;
    }
}

@media (max-width: 480px) {
    .no_flex.dbbut.butwrap {
        display: block;
    }
}

.listblock table tr td div {
    position: relative;
    color: #939393;
}

.credit-card-item, .check-no-item, .check-yellow-item, .wallet-copy-item, .check-yes-item {
    display: inline-block;
    margin: 0 3px;
    vertical-align: text-bottom;
    object-fit: contain;
}

span.info_toltip_popup.table span.icon {
    display: block;
}

label.labelchek.error span {
    border: 1px solid #e32514;
}

.labelchek.error input:checked + span {
    background-color: #e32514;
    border: 1px solid #e32514;
}

.mc {
    background: url(../images/mastercard.png) calc(100% - 10px) 50% no-repeat;
    background-image: url(../images/mastercardv.svg);
    padding-right: 45px;
}

.visa {
    background: url(../images/visa.png) calc(100% - 10px) 50% no-repeat;
    background-image: url(../images/visav.svg);
    padding-right: 45px;
}

.requisites .siteform input::-webkit-input-placeholder {
    color: #000;
}

.requisites .siteform input::-moz-placeholder {
    color: #000;
}

/* Firefox 19+ */
.requisites .siteform input:-moz-placeholder {
    color: #000;
}

/* Firefox 18- */
.requisites .siteform input:-ms-input-placeholder {
    color: #000;
}

body .wrapper .info_toltip_popup {
    vertical-align: top;
    margin-top: 1px !important;
}

/*forms*/
.check_block label {
    position: relative;
    line-height: 18px;
    cursor: pointer;
    padding-bottom: 6px;
}

.check_block input {
    display: none;
}

.check_block input + span {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    display: inline-block !important;
    vertical-align: top;
    margin-right: 4px;
    border: solid 1px #919191;
    cursor: pointer;
}

.check_block input + span:hover {
    border-color: #ffaa00;
}

.check_block input:checked + span {
    background: #ffaa00 url(../images/checkw.png) 50% 50% no-repeat;
    background-image: url(../images/checkw.svg);
    border-color: #ffaa00;
}

.check_block input:disabled + span {
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
}

.radiobtn label {
    position: relative;
    line-height: 18px;
    padding-left: 25px;
    cursor: pointer;
    vertical-align: top;
    padding-bottom: 8px;
}

.radiobtn label input {
    display: none;
}

.radiobtn label input:checked + span {
    border: solid 5px #ffaa00;
}

.radiobtn label input:disabled + span {
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    border-color: #e5e5e5;
}

.radiobtn label input:disabled + span:hover {
    border-color: #e5e5e5;
}

.radiobtn label span.radio {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fafafa;
    border: solid 1px #919191;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.radiobtn label span.radio:hover {
    border-color: #ffaa00;
}

input[type=text]:disabled {
    background-color: #f1f1f1;
}

.with_scroll {
    overflow-y: scroll;
}

@media screen and (max-width: 767px) {
    .requisites .title {
        margin-top: 20px;
    }

    .requisites .dbbut.butwrap {
        margin: 0 15px;
    }

    .requisites .dbbut.butwrap button, .requisites .dbbut.butwrap a {
        margin-right: 0;
        margin-bottom: 15px;
        flex-basis: 100%;
        width: 100%;
    }

    .listblock2.saved_cards table th:nth-child(1) {
        display: none;
    }

    .listblock2.saved_cards table th:nth-child(3) {
        display: block;
    }
}

/*PAGE SAVED CARDS*/
.listblock2.saved_cards table th {
    font-weight: normal;
    text-align: left;
}

.listblock2.saved_cards {
    margin-top: 1px;
}

.listblock2.saved_cards table tr td strong {
    display: inline-block;
}

.card_logo {
    padding-left: 7px;
    vertical-align: text-top;
}

/*END PAGE SAVED CARDS*/
.ui-datepicker select.ui-datepicker-month {
    max-width: 152px !important;
    margin-right: 16px !important;
}

@media screen and (max-width: 576px) {
    .ui-datepicker select.ui-datepicker-month {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 10px !important;
    }
}

.ui-datepicker select.ui-datepicker-year {
    max-width: 100px !important;
}

@media screen and (max-width: 576px) {
    .ui-datepicker select.ui-datepicker-year {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.ui-datepicker select.ui-datepicker-month option {
    padding: 10px;
    border: 1px solid #fafafa;
}

.ui-widget-header {
    background-color: #000;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    display: none;
}

.ui-datepicker select.ui-datepicker-month:before {
    content: "" !important;
    position: absolute !important;
    top: 16px !important;
    right: 10px !important;
    width: 9px !important;
    border-width: 5px !important;
    border-style: solid !important;
    border-color: #ffaa00 transparent transparent transparent !important;
}

input.drop_date {
    max-width: 328px;
    background-image: url(../images/calendar.svg);
    background: url(../images/calendar.png);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    padding-right: 35px;
}

#ui-datepicker-div.ui-widget-content {
    background-color: #fff !important;
    border-radius: 4px;
    border: 1px solid #e3e3e3 !important;
    width: 328px;
    padding: 0 20px !important;
}

@media screen and (max-width: 576px) {
    #ui-datepicker-div.ui-widget-content {
        width: 273px !important;
    }
}

.ui-datepicker .ui-datepicker-header {
    border: none;
    background-image: none;
    background-color: #fff;
}

.ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid #e5e5e5 !important;
    margin-bottom: 10px;
    border-radius: 0 !important;
}

.ui-datepicker th {
    padding: 0 !important;
    font-weight: normal !important;
    color: #84888c !important;
    font-size: 13px !important;
}

.ui-datepicker table, .ui-widget {
    font-family: "proxima-nova", sans-serif !important;
    font-size: 13px !important;
}

td.ui-state-disabled {
    background-color: #fff !important;
}

td .ui-state-default, td .ui-widget-content .ui-state-default {
    background-color: rgba(255, 255, 255, 0) !important;
    border: none !important;
    color: #3b3a38 !important;
    text-align: center !important;
    font-weight: normal !important;
    background-image: none !important;
}

button.ui-state-default.ui-corner-all {
    background-image: none !important;
    background-color: #fdfdfd !important;
}

.ui-datepicker-calendar td {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

@media screen and (max-width: 576px) {
    .ui-datepicker-calendar td {
        width: 30px;
        height: 33px;
    }
}

.ui-datepicker-calendar td:hover {
    border-radius: 50%;
    border-color: transparent;
    color: #3b3a38;
    background-color: #ffecc6;
}

.ui-datepicker-calendar td:hover a {
    background: none !important;
}

.ui-state-highlight, .ui-datepicker-current-day {
    background-color: #ffaa00 !important;
    border-radius: 50%;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
    padding-bottom: 16px;
    padding-top: 16px;
}

@media screen and (max-width: 576px) {
    .ui-datepicker .ui-datepicker-title {
        margin: 0 !important;
    }
}

.ui-datepicker select.ui-datepicker-month:focus, .ui-datepicker select.ui-datepicker-year:focus {
    border: 1px solid #ffaa00;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    -webkit-appearance: unset !important;
    width: 100% !important;
    background: url(../images/arrow-down.png) calc(100% - 10px) 50% no-repeat !important;
    background-color: #fdfdfd;
    border: solid 1px #e5e5e5;
    position: relative;
    padding: 0 30px 0 12px !important;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-weight: normal;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 14px !important;
}

body, html {
    height: 100%;
}

body {
    margin: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 22px;
}

a {
    color: #1e1400;
    text-decoration: underline;
    transition: all 0.4s ease 0s;
}

a span {
    transition: all 0.4s ease 0s;
}

a:hover {
    text-decoration: none;
}

input, button, select, textarea {
    outline: none;
    box-sizing: border-box;
}

button {
    cursor: pointer;
}

strong {
    font-weight: bold;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 600;
    color: #1e1400;
}

h1 {
    font-size: 30px;
    line-height: 1.5;
}

h4 {
    font-size: 19px;
}

.color1 {
    color: #ffaa00;
}

.color2 {
    color: #ffc249;
}

.color3 {
    color: #201301;
}

.color4 {
    color: #5a5042;
}

.color5 {
    color: #9c9c9c;
}

.color6 {
    color: #d6d6d6;
}

.color7 {
    color: #e8e8e8;
}

.color8 {
    color: #f3f3f3;
}

.color9 {
    color: #e42d22;
}

.color10 {
    color: #45b783;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 19px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

h5 {
    font-size: 14px;
}

.ui-multiselect-menu {
    position: fixed !important;
}

.sitebutton {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    text-align: center;
    padding: 0 20px;
    line-height: 40px;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    background: #ffaa00;
    transition: all 0.4s ease 0s;
}

.sitebutton:hover {
    background: #ffc249;
}

.sitebutton:active {
    background: #e69900;
}

.sitebutton:disabled, .sitebutton.disabled {
    background: #f3f3f3;
}

.sitebutton.big {
    line-height: 50px;
    padding: 0 40px;
    font-size: 16px;
}

.labelchek {
    cursor: pointer;
    line-height: 16px;
    color: #696969;
    display: block;
}

.labelchek input {
    display: none !important;
}

.labelchek input:checked + span {
    background: #ffaa00 url(../images/checkw.svg) 50% 50% no-repeat;
    border-color: #ffaa00;
}

.labelchek.disabled {
    cursor: default;
}

.labelchek.disabled input:checked + span {
    background: #fafafa url(../images/check.svg) 50% 50% no-repeat;
    border-color: #e5e5e5;
}

.labelchek.disabled span {
    border-color: #e5e5e5;
}

.labelchek span {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    border-radius: 5px;
    background-color: #fafafa;
    border: solid 1px #ffaa00;
    position: relative;
}

.sitebuttonnobg {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    text-align: center;
    background: none;
    padding: 0 20px;
    line-height: 40px;
    text-decoration: none;
    border: none;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #ffaa00;
    font-weight: 500;
    transition: all 0.4s ease 0s;
}

.sitebuttonnobg:hover {
    box-shadow: 0 3px 7px 0 rgba(219, 219, 219, 0.61);
    border-color: #e5e5e5;
}

.sitebuttonnobg:active {
    border-color: #ffb31a;
    box-shadow: none;
}

.sitebuttonnobg:disabled, .sitebuttonnobg.disabled {
    box-shadow: none;
    background: #f3f3f3;
}

.selectblock {
    display: inline-block;
    position: relative;
    z-index: 3;
    min-width: 72px;
}

.selectblock.block2.active .title {
    border-radius: 5px 5px 0 0;
}

.selectblock.block2 .title {
    background-color: #fdfdfd;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
}

.selectblock:hover .title {
    border-color: #ffaa00;
}

.selectblock.active {
    z-index: 10;
}

.selectblock.active .title {
    border-radius: 13px 13px 0 0;
    background: #fff;
    border: 1px solid #ffaa00;
    color: #323232 !important;
    border-bottom-color: #fff;
}

.selectblock.active ul {
    display: block;
}

.selectblock .title {
    padding: 0 30px 0 12px;
    line-height: 40px;
    border-radius: 8px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.selectblock .title:before {
    content: '';
    position: absolute;
    top: 19px;
    right: 10px;
    width: 9px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffaa00 transparent transparent transparent;
}

.selectblock ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ffaa00;
}

.selectblock ul li {
    line-height: 34px;
    cursor: pointer;
    padding: 0 16px;
}

.selectblock ul li:hover {
    background: #ffaa00;
    color: #fdfdfd;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex.aic {
    align-items: center;
}

.flex.acs {
    align-content: stretch;
}

.flex.jcc {
    justify-content: center;
}

.flex.jcsb {
    justify-content: space-between;
}

.flex.fs {
    align-items: flex-start;
}

.wrapper {
    min-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/*
.main{
	.blockin{
		max-width:1115px;
	}
}
*/
.blockin {
    max-width: 1115px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.wrapin {
    flex: 1 0 auto;
}

.mob_header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 18px 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    background: #fafafa;
    transition: all 0.4s ease 0s;
}

.mob_header.open {
    background: #fff;
}

.logo_mob {
    width: 170px;
    font-size: 0;
    line-height: 0;
}

.burger {
    width: 21px;
    height: 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.burger span:nth-child(1) {
    top: 0px;
}

.burger span:nth-child(2), .burger span:nth-child(3) {
    top: 7px;
}

.burger span:nth-child(4) {
    top: 14px;
}

.burger.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.menu_header_mob {
    position: fixed;
    top: 86px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 6;
    padding: 1px 15px 20px;
    display: none;
}

.menu_header_mob .header_buttonblock {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: solid 2px #f6f6f6;
    border-bottom: solid 2px #f6f6f6;
}

.menu_header_mob .left {
    width: 152px;
}

.menu_header_mob .selectblock.active .title {
    border-color: #ffaa00;
    border-bottom-color: transparent;
}

.menu_header_mob .selectblock .title {
    border: solid 1px #eeeeee;
}

.menu_header_mob .flex {
    margin-top: 15px;
}

.menu_mob_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #f6f6f6;
}

.menu_mob_top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu_mob_top ul:last-child li a {
    color: #5f5f5f;
}

.menu_mob_top ul li a {
    font-size: 13px;
    line-height: 2.38;
    color: #1e1400;
}

.text_p {
    position: relative;
}

.text_p .info_text {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 16px 0 0 -11px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
}

.gm-style > div > div:last-child > div:last-child > div {
    width: 350px !important;
    height: auto !important;
}

.gm-style > div > div:last-child > div:last-child > div .gm-style-iw {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    width: 350px !important;
    height: auto !important;
}

.gm-style > div > div:last-child > div:last-child > div .gm-style-iw > div {
    vertical-align: top;
}

.gm-style > div > div:last-child > div:last-child > div .gm-style-iw + div {
    right: 50px !important;
    top: 30px !important;
}

.gm-style > div > div:last-child > div:last-child > div > div .gm-style-iw {
    width: 350px !important;
    height: auto !important;
    top: 17px !important;
}

.gm-style > div > div:last-child > div:last-child > div .info_text {
    background: #fff;
}

.wrapmapblock {
    height: auto !important;
}

.wrapmapblock > div:first-child > div:nth-last-child(2) > div div {
    box-shadow: none !important;
}

.gm-style-iw + div {
    opacity: 1 !important;
    background: none;
    position: relative;
}

.gm-style-iw + div img {
    display: none;
}

.gm-style-iw + div:before, .gm-style-iw + div:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
}

.gm-style-iw + div:before {
    transform: rotate(135deg);
}

.wrapmapblock2 {
    margin: 0 0 -20px 30px;
    margin-left: 25px;
    margin-top: 25px;
}

.info_text {
    width: 266px;
    background: #211703;
    border-radius: 8px;
    display: none;
}

.info_text:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 16px;
    width: 9px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #211703 transparent;
}

.info_text .top {
    border-radius: 4px 4px 0 0;
    padding: 13px;
    color: #fff;
    background: #615848;
}

.info_text .top a {
    color: #fff;
}

.info_text .top strong {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.32;
    color: #fd9a09;
}

.info_text .bottom {
    padding: 13px;
}

.info_text .bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.info_text .bottom ul li {
    margin-top: 5px;
}

.info_text .bottom ul li:first-child {
    margin-top: 0;
}

.info_text .bottom ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.57;
    color: #fff;
}

.info_text .bottom .block {
    margin-top: 10px;
    color: #1e1400;
    font-size: 13px;
}

.info_text .bottom .block:first-child {
    margin: 0;
}

.info_text .bottom .block span {
    display: block;
    font-size: 12px;
    line-height: 1.83;
    color: #636363;
    padding-bottom: 2px;
}

.payments {
    margin-right: 45px;
    color: #1e1400;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    padding-left: 35px;
}

.burderpay {
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
    height: 17px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.burderpay:before {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 4px;
    display: none;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fafafa transparent;
}

.burderpay span {
    display: block;
    position: absolute;
    height: 1px;
    border-top: 1px solid #ffaa00;
    border-bottom: 1px solid #ffaa00;
    width: 100%;
    background: #ffaa00;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.burderpay span:nth-child(1) {
    top: 0px;
}

.burderpay span:nth-child(2), .burderpay span:nth-child(3) {
    top: 7px;
}

.burderpay span:nth-child(4) {
    top: 14px;
}

.burderpay.open:before {
    display: block;
}

.burderpay.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.burderpay.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burderpay.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burderpay.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.header_wrap {
    padding: 15px 0 15px;
    background: #fafafa;
    position: relative;
    z-index: 4;
}

.header_wrap.main {
    height: 564px;
    background: #5a5042 url(../images/header/header.png) 50% 0 no-repeat;
    background-size: cover;
}

.header_wrap.main .payments {
    color: #fff;
}

.header_wrap.main .payments .burderpay + span {
    border-color: #fff;
}

.header_wrap.main .payments:hover span {
    border-color: transparent;
}

.header_wrap.main .call {
    color: #fff;
    margin-right: 45px;
    background: url(../images/headset.svg) 0 0 no-repeat;
}

.header_wrap.main .call:hover span {
    border-color: #fff;
}

.header_wrap.main .header_buttonblock a:first-child {
    color: #fff;
}

.header_wrap.main .selectblock {
    margin-right: 14px;
}

.header_wrap.main .selectblock .title {
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.2);
}

.header_wrap.main .language_top .title {
    color: #fff;
    background: url(../images/globem.svg) 0 50% no-repeat;
}

.header_wrap.main .language_top ul {
    background-color: #211703;
    border-color: #211703;
    box-shadow: none;
}

.header_wrap.main .language_top ul li a {
    color: #fff;
}

.header_wrap.main .language_top ul:before {
    display: none;
}

.header_wrap.main .language_top ul:after {
    border-bottom-color: #211703;
}

.header_wrap .call {
    margin-right: 45px;
    color: #1e1400;
    text-decoration: none;
    padding-left: 35px;
    background: url(../images/headset.svg) 0 0 no-repeat;
    background-size: auto 100%;
    line-height: 24px;
    display: inline-block;
    font-weight: 400;
}

.header_wrap .selectblock {
    margin-right: 14px;
    min-width: 72px;
}

.header_wrap .selectblock.active .title {
    border-color: #ffaa00;
    border-bottom-color: transparent;
}

.header_wrap .selectblock .title {
    color: #1e1400;
    border: solid 1px #eeeeee;
}

.header_wrap .header_buttonblock a {
    margin-left: 14px;
}

.header_wrap .header_buttonblock a:first-child {
    margin: 0;
    color: #1e1400;
}

.language_top {
    margin-right: 45px;
    position: relative;
    z-index: 9;
}

.language_top.bottom {
    margin-right: 0;
}

.language_top.bottom .title {
    line-height: 16px;
    background-size: auto 100%;
    color: #5f5f5f;
    font-size: 13px;
    font-weight: normal;
    padding-left: 22px;
}

.language_top.bottom ul {
    top: auto;
    bottom: 100%;
    margin: 0 0 18px;
}

.language_top.bottom ul:before {
    transform: rotate(-180deg);
    top: auto;
    bottom: -15px;
}

.language_top.bottom ul:after {
    transform: rotate(-180deg);
    top: auto;
    bottom: -12px;
}

.language_top ul {
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
    position: absolute;
    top: 100%;
    border-radius: 5px;
    left: -14px;
    width: 117px;
    padding: 13px 20px 13px 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(227, 227, 227, 0.5);
    border: solid 1px #e3e3e3;
    font-size: 13px;
    line-height: 1.85;
    display: none;
}

.language_top ul li a {
    color: #1e1400;
    font-weight: normal;
}

.language_top ul:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 15px;
    width: 4px;
    height: 4px;
    border: 7px solid transparent;
    border-bottom-color: #e3e3e3;
}

.language_top ul:after {
    content: '';
    position: absolute;
    top: -12px;
    left: 16px;
    width: 4px;
    height: 4px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
}

.language_top .title {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #211703;
    padding-left: 27px;
    background: url(../images/globe.svg) 0 50% no-repeat;
}

.language_top .title img {
    margin-right: 8px;
}

.header_block {
    margin-top: 100px;
    color: #fff;
}

.header_block .title {
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
}

.header_block .text {
    margin: 40px 0 35px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.header_blocks {
    display: flex;
    align-items: center;
    margin-bottom: 64px;
}

.header_blocks .block {
    display: flex;
    align-items: center;
    margin-left: 60px;
    font-weight: 500;
    line-height: 1.36;
}

.header_blocks .block:first-child {
    margin: 0;
}

.header_blocks .block img {
    margin-right: 15px;
}

.header_blocks .block:last-child {
    margin-left: 45px;
}

.logo {
    font-size: 0;
    line-height: 0;
}

.slider_main {
    padding: 30px 0 30px;
    background: #fafafa;
}

.slider_main .blockin:after {
    content: '';
    display: block;
    clear: both;
}

.slider_main .sliderwrap {
    float: left;
    width: 660px;
    margin-right: 20px;
    position: relative;
    background: #fff;
    border-radius: 8px 0 0 8px;
    z-index: 0;
}

.slider_main .sliderwrap .item {
    display: flex;
    align-items: flex-start;
}

.slider_main .sliderwrap .item .slider-video iframe,
.slider_main .sliderwrap .item img {
    display: block;
    margin-right: 25px;
    max-width: 366px;
    min-width: 366px;
    height: 249px;
    border-radius: 8px 0 0 8px;
    object-fit: cover;
}

.slider_main .sliderwrap .item .right {
    padding: 22px 0;
}

.slider_main .sliderwrap .item .title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    position: relative;
    padding-bottom: 18px;
}

.slider_main .sliderwrap .item .title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 2px;
    background: #ffaa00;
}

.slider_main .sliderwrap .item .text {
    line-height: 1.57;
    margin-top: 70px;
}

.slider_main .owl-dots {
    position: absolute;
    top: 135px;
    left: 20px;
}

.slider_main .owl-dots div {
    cursor: pointer;
    width: 9px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    height: 9px;
    display: inline-block;
    margin-left: 7px;
}

.slider_main .owl-dots div.active {
    background: #ffaa00;
}

.slider_main .owl-dots div:first-child {
    margin: 0;
}

.slider_main .owl-nav {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 0;
    line-height: 0;
    line-height: 0;
    padding-top: 1px;
}

.slider_main .owl-nav div {
    width: 12px;
    height: 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background: url(../images/arrow-right.svg) 0 0 no-repeat;
    margin-top: 1px;
}

.slider_main .owl-nav div:first-child {
    transform: rotate(-180deg);
    margin-right: 10px;
    margin-top: 0;
}

.slider_main .owl-nav div:hover {
    background: url(../images/arrow-righth.svg) 0 0 no-repeat;
}

.slider_main .imgblock {
    overflow: hidden;
    position: relative;
    position: relative;
}

.slider_main .imgblock img {
    height: 248px;
    width: 100%;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

.slider_main .imgblock:before {
    content: '';
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.49;
    background-color: rgba(30, 20, 0, 0.59);
}

.slider_main .imgblock .sitebutton {
    position: absolute;
    bottom: 28px;
    left: 20px;
}

.slider_main .imgblock .title {
    position: absolute;
    top: 21px;
    left: 24px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #ffffff;
    padding-bottom: 18px;
}

.slider_main .imgblock .title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 2px;
    background: #fdb22a;
}

.footer {
    flex: 0 0 auto;
    padding-top: 20px;
}

.footer.footerbg {
    background: #fafafa;
}

.footer_top {
    padding-bottom: 30px;
}

.footer_top .button_block {
    margin-right: 30px;
}

.fot_menu {
    flex-grow: 2;
}

.fot_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.fot_menu ul li {
    margin-right: 15px;
}

.fot_menu ul li:last-child {
    margin: 0;
}

.fot_menu ul:last-child {
    padding-top: 10px;
}

.fot_menu ul:last-child li a {
    color: #5f5f5f;
}

.phone_fot {
    line-height: 40px;
    background: url(../images/callbot.svg) 0 0 no-repeat;
    background-size: auto 100%;
    padding-left: 60px;
    font-weight: 700;
    font-size: 35px;
}

.footer_bot {
    border-top: 1px solid #f6f6f6;
}

.footer_bot.footerbot_min {
    padding: 0 0 15px;
    border-top: 0;
}

.footer_bot {
    padding: 25px 0 30px;
}

.fot_right {
    flex-grow: 2;
}

.copyright {
    width: 210px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright .phone_fot {
    display: none;
    line-height: 35px;
    background-size: auto 100%;
    font-size: 30px;
    padding-left: 45px;
}

.shop_icon a {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    line-height: 26px;
    color: #b1b1b1;
    margin-left: 30px;
}

.shop_icon a:first-child {
    margin: 0;
}

.shop_icon a img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.contentmin {
    max-width: 606px;
    padding: 30px 0 60px;
    line-height: 2.14;
}

.content {
    padding: 30px 0 60px;
    line-height: 2.14;
}

.content.content_block {
    padding-bottom: 25px;
    padding-top: 25px;
}

.mobile_attachment {
    background: #ffaa00 url(../images/apppagebgdx.png) 50% 0 no-repeat;
    background-size: cover;
    padding: 45px 0 35px;
    position: relative;
    overflow: hidden;
}

.mobile_attachment:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -600px;
    width: 395px;
    height: 325px;
    background: url(../images/bitmap.png) 0 0 no-repeat;
}

.mobile_attachment .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.54;
    color: #f9f9f9;
    font-weight: normal;
}

.mobile_attachment .text {
    font-size: 14px;
    line-height: 1.86;
    color: #171000;
    margin: 16px 0 75px;
    max-width: 385px;
}

.mobile_attachment .iconblock {
    font-size: 0;
    line-height: 0;
}

.mobile_attachment .iconblock a {
    margin-left: 15px;
}

.mobile_attachment .iconblock a:first-child {
    margin: 0;
}

.wrap_oferta {
    text-align: center;
    margin-top: 13px;
}

.oferta {
    display: inline-block;
    margin: 15px 0 0px;
    text-align: center;
    font-size: 14px;
    color: #1e1400;
    font-weight: normal;
    line-height: 16px;
    position: relative;
}

.oferta a {
    color: #ffaa00;
    text-decoration: none;
}

.oferta a:hover {
    text-decoration: underline;
}

.oferta input {
    display: none;
}

.oferta input + span {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    border: solid 1px #cecece;
    cursor: pointer;
}

.oferta input + span:hover {
    border-color: #ffaa00;
}

.oferta input:checked + span {
    background: #ffaa00 url(../images/checkbox.svg) 50% 50% no-repeat;
    border-color: #ffaa00;
}

.oferta.min {
    color: #5f5f5f;
    font-size: 13px;
    line-height: 17px;
}

.oferta.min + .right a:first-child {
    margin: 0;
}

.tab_page {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-top: 15px;
}

.tab_page ul {
    padding: 0;
    margin: 0 0 -1px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.tab_page ul li {
    margin-left: 25px;
}

.tab_page ul li:first-child {
    margin: 0;
}

.tab_page ul li a {
    line-height: 15px;
    padding: 25px 0;
    display: block;
    font-size: 15px;
    border-bottom: 4px solid transparent;
}

.tab_page ul li.active a {
    color: #636363;
    text-decoration: none;
    border-color: #ffaa00;
}

.page_text {
    padding-top: 30px;
}

.page_text.nopadding {
    padding: 0;
}

.page_text p:first-child {
    margin-top: 0;
}

.page_text p:last-child {
    margin-bottom: 0;
}

.page_text .col-sm-4, .page_text .col-sm-3 {
    font-size: 12px;
    color: #777777;
}

.page_text .col-sm-4 img, .page_text .col-sm-3 img {
    width: 100%;
}

.page_text ul {
    padding: 0;
    list-style: none;
}

.page_text ul li {
    line-height: 26px;
    position: relative;
    padding-left: 15px;
    margin-top: 7px;
}

.page_text ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #ffaa00;
}

.page_text ul li:first-child {
    margin-top: 0px;
}

.contacts_page .col-sm-4 {
    font-size: 14px;
    line-height: 26px;
    color: #1e1400;
}

.contacts_page .col-sm-4 .title {
    font-weight: 500;
}

.contacts_page .sitebutton {
    margin-top: 35px;
}

.tablewstyle1 {
    overflow-y: auto;
    margin: 20px 0;
}

.tablewstyle1 table {
    width: 100%;
}

.tablewstyle1 table th {
    text-align: left;
    color: #fff;
    background: #615848;
    font-weight: normal;
    padding: 10px;
    white-space: nowrap;
}

.tablewstyle1 table td {
    padding: 10px;
}

.tablewstyle1 table tbody tr:nth-child(even) {
    background: #fafafa;
}

.tablewstyle1 table tbody tr:first-child td {
    border-top: 2px solid #ffaa00;
}

.tablewstyle1 table tbody tr:last-child td {
    border-bottom: 2px solid #ffaa00;
}

.gallery_block {
    padding: 25px 0;
    background: #fafafa;
}

.gallery {
    padding: 0 90px;
    max-width: 710px;
}

.gallery .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin-top: -18px;
}

.gallery .owl-nav div {
    cursor: pointer;
    width: 18px;
    height: 36px;
    background: url(../images/galarrow.svg) 0 0 no-repeat;
    background-size: cover;
    float: right;
}

.gallery .owl-nav div:first-child {
    float: left;
    transform: rotate(-180deg);
}

.gallery .owl-nav div:hover {
    background-image: url(../images/galarrowh.svg);
}

.wrap_dots {
    padding: 0 0 0 130px;
    max-width: 580px;
}

.dots_owlblock {
    overflow-y: auto;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    margin: 15px 0 0;
}

.dots_owlblock li {
    width: 20%;
    padding: 0 4px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 0;
    line-height: 0;
}

.dots_owlblock li img {
    display: block;
}

.dots_owlblock li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    right: 4px;
    border: 3px solid transparent;
}

.dots_owlblock li.active:before {
    border-color: #ffaa00;
}

.site_gal a {
    font-size: 0;
    line-height: 0;
    outline: none;
}

.site_gal a img {
    display: block;
    width: 100%;
}

.site_gal .col-md-4 {
    margin-top: 20px;
}

.pagehelp {
    padding-top: 25px;
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
}

.pagehelp .col-sm-3 {
    margin-bottom: 30px;
}

.help_menu {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

.help_menu li.active a {
    color: #636363;
    text-decoration: none;
}

.help_menu li a:hover {
    color: #636363;
    text-decoration: none;
}

.help_menu + a {
    width: 169px;
}

.site_acord {
    border-bottom: 1px solid #eeeeee;
    margin-top: -10px;
}

.site_acord .title {
    font-size: 14px;
    padding: 10px 30px 10px 0;
    cursor: pointer;
    color: #171000;
    border-top: 1px solid #eeeeee;
    position: relative;
}

.site_acord .title.active {
    font-weight: bold;
}

.site_acord .title.active:before {
    background: url(../images/up.svg) 0 0 no-repeat;
}

.site_acord .title:first-child {
    border: none;
}

.site_acord .title:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    width: 12px;
    height: 7px;
    background: url(../images/down.svg) 0 0 no-repeat;
    transform: rotate(0deg);
    background-size: cover;
}

.site_acord .body {
    display: none;
    padding-bottom: 20px;
}

.h1wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.h1wrap.filter {
    margin-bottom: 27px;
    padding-bottom: 26px;
    border-bottom: 1px solid #eeeeee;
}

.h1wrap h1 a:first-child {
    display: inline-block;
    vertical-align: top;
    margin: 15px 5px 0 0;
    font-size: 0;
    line-height: 0;
}

h1 + .rightbut {
    flex-grow: 2;
    display: flex;
    justify-content: flex-end;
}

h1 + .rightbut .search {
    max-width: 210px;
}

h1 + .rightbut .selectblock {
    margin-left: 20px;
}

.search {
    flex-grow: 2;
    max-width: 397px;
    height: 40px;
    border-radius: 5px;
    background-color: #fdfdfd;
    border: solid 1px #e5e5e5;
    padding: 0 17px;
    font-size: 0;
    line-height: 0;
}

.search button {
    float: left;
    margin-top: 12px;
    border: none;
    width: 16px;
    height: 16px;
    background: url(../images/search.svg) 0 0 no-repeat;
}

.search .input {
    overflow: hidden;
}

.search input {
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: none;
    background: none;
    font-size: 14px;
    font-family: "proxima-nova", sans-serif;
    padding-bottom: 2px;
    padding-left: 10px;
}

.search input::placeholder {
    color: #d5d5d5;
}

.mapblock {
    height: 565px;
    background: #ccc;
}

.mobile_terminal {
    display: none;
}

.contactsmap #map {
    height: 285px;
}

.payment_menu {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 5;
    background: #ffffff;
    display: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);
}

.payment_menu .top {
    background: #fafafa;
}

.payment_menu .top ul {
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
}

.payment_menu .top ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}

.payment_menu .top ul li:first-child {
    margin: 0;
}

.payment_menu .top ul li.active a {
    text-decoration: none;
    border-color: #ffaa00;
}

.payment_menu .top ul li.active a span {
    border: none;
}

.payment_menu .top ul li a {
    display: block;
    color: #1e1400;
    padding-bottom: 18px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.payment_menu .top ul li a span {
    border-bottom: 1px solid #1e1400;
}

.pay_botmenu {
    padding: 5px 0 26px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.pay_botmenu li {
    flex-basis: 16%;
    flex-grow: 0;
    margin-top: 14px;
}

.pay_botmenu li a {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.23;
    color: #1e1400;
    text-decoration: none;
    padding-right: 15px;
}

.pay_botmenu li a:hover {
    text-decoration: underline;
}

.pay_botmenu li a img {
    width: 48px;
    min-width: 48px;
    margin-right: 7px;
    height: 48px;
}

.paywrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: -19px;
}

.paywrap .block {
    flex-grow: 0;
    flex-basis: 20%;
}

.paywrap a {
    flex-basis: 100%;
    text-align: center;
    margin-top: 45px;
    font-size: 14px;
    color: #1e1400;
    text-decoration: none;
    line-height: 1.33;
    padding: 0 10px;
}

.paywrap a .img {
    height: 80px;
    display: block;
    margin: 0 auto 5px;
    text-align: center;
}

.paywrap a img {
    height: 80px;
}

.paymob {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -19px;
}

.paymob a {
    flex-basis: 30%;
    text-align: center;
    margin-top: 19px;
    font-size: 12px;
    color: #1e1400;
    text-decoration: none;
    line-height: 1.33;
}

.paymob a .img {
    height: 56px;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
}

.paymob a img {
    height: 56px;
}

.other .title {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 20px;
}

.other .body {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0;
}

.other .body a {
    font-size: 0;
    line-height: 0;
    margin: 20px 10px 0;
    flex-basis: calc(25% - 20px);
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #f1f1f1;
    text-align: center;
    max-width: 253px;
}

.other .body a .container_image {
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 5%;
    margin: 0;
    margin-bottom: 6%;
    height: 72%;
    min-height: 86px;
    display: flex;
    align-items: center;
}

.other .body a img {
    width: 100%;
}

.other .body a span {
    display: block;
    font-size: 13px;
    line-height: 1.62;
    color: #919191;
    height: 17%;
}

.val_pay .title {
    font-size: 19px;
    font-weight: 600;
    display: none;
}

.val_pay .title.active {
    display: block;
}

.val_pay .ste_val {
    display: flex;
    margin-top: 20px;
}

.val_pay .ste_val div {
    flex-grow: 2;
    flex-basis: 30%;
    height: 4px;
    background: #e5e5e5;
}

.val_pay .ste_val div:nth-child(2) {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.val_pay .ste_val div.active {
    background: #ffaa00;
}

.siteform {
    line-height: 1.71;
}

.siteform input, .siteform textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 16px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fdfdfd;
    border: solid 1px #e5e5e5;
    font-family: "proxima-nova", sans-serif;
}

.siteform input::-webkit-textfield-decoration-container, .siteform input::-webkit-credentials-auto-fill-button, .siteform input::-webkit-caps-lock-indicator, .siteform textarea::-webkit-textfield-decoration-container, .siteform textarea::-webkit-credentials-auto-fill-button, .siteform textarea::-webkit-caps-lock-indicator {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.siteform input:focus, .siteform textarea:focus {
    border-color: #ffaa00 !important;
}

.siteform .col-xs-6 label:first-child, .siteform .col-sm-4 label:first-child {
    margin-top: 7px;
}

.siteform label {
    margin-top: 12px;
    display: block;
}

.siteform label.true {
    position: relative;
}

.siteform label.true:before {
    content: '';
    top: 40px;
    right: 15px;
    display: block;
    position: absolute;
    background: url(../images/true.svg) 0 0 no-repeat;
    width: 16px;
    height: 16px;
}

.siteform label:first-child {
    margin: 0;
}

.siteform label > span {
    position: relative;
}

.siteform label span {
    display: block;
    margin-bottom: 5px;
}

.siteform label .selectblock {
    margin: 0;
}

.siteform label .selectblock span {
    margin: 0;
}

.siteform a {
    font-size: 12px;
    color: #ffaa00;
}

.siteform .selectblock {
    width: 100%;
}

.siteform .selectblock.active .title {
    border-color: #ffaa00;
    border-bottom-color: transparent;
}

.siteform .selectblock .title {
    background-color: #fdfdfd;
    border: solid 1px #e5e5e5;
}

.siteform .buttonform {
    padding-top: 22px;
    border-top: solid 1px #e5e5e5;
    margin-top: 25px;
}

.siteform .note {
    font-size: 12px;
    font-weight: 400;
    color: #919191;
    padding-top: 2px;
}

.siteform .noteerror {
    display: none;
    font-size: 12px;
    margin: 0;
    color: #e32514;
}

.siteform .error > span:first-child {
    color: #e32514;
}

.siteform .error input, .siteform .error textarea {
    border-color: #f00;
}

.siteform .error .selectblock .title {
    border-color: #e32514;
}

.siteform .error .noteerror {
    display: block;
}

.step_payment .block {
    display: none;
}

.step_payment .block.active {
    display: block;
}

.dbbut {
    padding-top: 10px;
}

.dbbut a:last-child, .dbbut button:last-child {
    margin-right: 0;
}

.dbbut.butwrap {
    display: flex;
}

.dbbut.butwrap a, .dbbut.butwrap button {
    flex-grow: 2;
    text-align: center;
    padding: 0;
}

.dbbut a, .dbbut button {
    min-width: 152px;
    margin-right: 15px;
}

.hr {
    height: 1px;
    background: #e5e5e5;
    margin: 20px 0 12px;
}

.hr.nobot {
    margin-bottom: 5px;
}

.hr.margin {
    margin: 20px 0;
}

.hr.marginmin {
    margin: 18px 0;
}

.pay_right {
    text-align: center;
    font-size: 13px;
    line-height: 1.62;
    color: #939393;
    margin: 15px auto 0;
    max-width: 216px;
}

.payment_wrap {
    margin-top: 16px;
}

.payment_wrap .finis_pay {
    max-width: 416px;
    margin-top: 15px;
}

.finis_pay .img {
    margin-right: 25px;
    float: left;
}

.finis_pay .right {
    overflow: hidden;
}

.finis_pay .right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.71;
}

.finis_pay .right ul li.fix-number-field {
    display: table;
}

.finis_pay .right ul li.fix-number-field .number-string {
    word-wrap: break-word;
    word-break: break-all;
    display: table-cell;
    padding-left: 2px;
}

@media (max-width: 480px) {
    .finis_pay .right ul li.fix-number-field {
        display: block;
    }

    .finis_pay .right ul li.fix-number-field .number-name {
        white-space: nowrap;
    }
}

.finis_pay .right ul li > span:first-child {
    display: inline-block;
    width: 155px;
    color: #919191;
}

.check_block {
    font-size: 14px;
    line-height: 1.71;
}

.check_block a {
    margin-top: 8px;
    width: 100%;
    text-align: center;
    padding: 0;
}

.check_block a:first-child {
    margin: 0;
}

.text_check {
    padding-bottom: 15px;
}

.loginwrapper {
    display: flex;
    flex-direction: row;
    min-height: 100%;
    background: #fafafa;
}

.loginwrapper > div {
    flex-basis: 50%;
}

.loginwrapper .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding-bottom: 85px;
}

.loginwrapper .right {
    background: url(../images/loginright.png) 0 0 no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.loginwrapper .right .sitebutton {
    padding: 0 28px;
}

.loginwrapper .textblock {
    max-width: 450px;
    padding: 58px 58px 110px;
}

.loginwrapper .textblock .title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
}

.loginwrapper .text {
    margin: 9px 0 23px;
}

.footer_login {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 17px 55px;
}

.footer_login .wrap {
    margin: 0 auto;
}

.footer_login .wrap > .flex {
    flex-wrap: nowrap;
}

.footer_login .copyright {
    margin-bottom: 12px;
}

.footer_login .phone_fot {
    padding-left: 47px;
    line-height: 38px;
    height: 38px;
    background-size: auto 100%;
    font-size: 30px;
    margin-left: 30px;
}

.footer_login .fot_l {
    flex-grow: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    line-height: 16px;
}

.footer_login .fot_l .copyright {
    margin-right: 25px;
    width: auto;
}

.butbot {
    font-size: 13px;
    color: #5f5f5f;
    text-decoration: none;
    margin-right: 20px;
    line-height: 16px;
    padding-left: 22px;
    background: url(../images/email.svg) 0 50% no-repeat;
}

.loginblock_page {
    padding: 25px 55px;
    max-width: 490px;
    margin: 0 auto;
}

.loginblock_page form {
    margin: 20px 0 15px;
}

.loginblock_page label {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.loginblock_page label.filled input + .placeholder {
    top: 8px;
    line-height: 12px;
    font-size: 12px;
}

.loginblock_page .placeholder {
    position: absolute;
    top: 0px;
    padding: 0 20px;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 50px;
    color: #cecece;
    cursor: text;
    transition: all 0.1s ease 0s;
}

.loginblock_page input {
    width: 100%;
    display: block;
    line-height: 33px;
    padding: 15px 20px 0;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
}

.loginblock_page input::placeholder {
    color: #cecece;
}

.loginblock_page input:focus + .placeholder {
    top: 8px;
    line-height: 12px;
    font-size: 12px;
}

.loginblock_page button {
    width: 100%;
    text-align: center;
}

.loginblock_page .flex {
    line-height: 16px;
}

.loginblock_page a {
    font-size: 13px;
    color: #ffaa00;
    margin-left: 13px;
}

.loginblock_page a:first-child {
    margin: 0;
}

.terminalminmap {
    height: calc(100vh - 282px);
}

/*19.01.18*/
.loginwrap {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.loginwrap .name_block {
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}

.header_wrap.main .loginwrap .name_block {
    color: #fff;
}

.header_wrap .loginwrap .name_block {
    color: #000;
}

.toltipwrap {
    position: relative;
    min-width: 40px;
    max-width: 40px;
    text-align: left;
}

.toltipwrap a {
    display: block;
}

.toltipwrap a img {
    display: block;
}

.toltipwrap.left .toltipmenu {
    right: auto;
    left: 0;
}

.toltipwrap.left .toltipmenu:before {
    left: 10px;
    right: auto;
}

.toltipwrap.left .toltipmenu:after {
    left: 12px;
    right: auto;
}

.toltipmenu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 146px;
    padding: 5px 0;
    list-style: none;
    margin: 10px 0 0;
    border-radius: 5px;
    background-color: #fafafa;
    box-shadow: 0 2px 4px 0 rgba(227, 227, 227, 0.5);
    border: solid 1px #ffaa00;
    display: none;
    z-index: 2;
}

.toltipmenu:before {
    content: '';
    position: absolute;
    top: -20px;
    right: 10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffaa00;
}

.toltipmenu:after {
    content: '';
    position: absolute;
    top: -16px;
    right: 12px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fafafa;
}

.toltipmenu li a {
    display: block;
    padding: 0 10px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.toltipmenu li a:hover {
    background: #ffaa00;
}

/*19.01.18*/
@media screen and (max-width: 991px) {
    .pay_botmenu li {
        flex-basis: 25%;
    }

    .header_wrap.main {
        height: 515px;
    }

    .logo {
        width: 140px;
    }

    .header_wrap.main .payments {
        margin-right: 15px;
    }

    .header_wrap.main .call {
        margin-right: 10px;
    }

    .header_wrap.main .selectblock {
        margin-right: 15px;
    }

    .header_wrap .payments {
        margin-right: 15px;
    }

    .header_wrap .call {
        margin-right: 10px;
    }

    .header_wrap .selectblock {
        margin-right: 15px;
    }

    .header_wrap .header_buttonblock a {
        margin-left: 12px;
        padding: 0 10px;
    }

    .header_block {
        margin-top: 50px;
    }

    .slider_main .sliderwrap {
        width: 515px;
    }

    .slider_main .sliderwrap .item .slider-video iframe,
    .slider_main .sliderwrap .item img {
        max-width: 270px;
        min-width: 270px;
    }

    .phone_fot {
        display: none;
    }

    .copyright {
        width: 190px;
    }

    .paywrap .block {
        flex-basis: 50%;
    }

    .language_top {
        margin-right: 20px;
    }

    .loginblock_page {
        padding: 25px;
        max-width: none;
    }

    .footer_login {
        padding: 17px 25px;
    }

    .footer_login .wrap {
        max-width: none;
    }

    .footer_login .phone_fot {
        display: block;
    }

    .footerbot_min .fot_right .phone_fot {
        display: block;
    }
}

@media screen and (max-width: 960px) {
    .other .body a {
        flex-basis: calc(33% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .wrapper {
        padding-top: 67px;
    }

    .loginwrap .name_block {
        display: none;
    }

    .mob_header {
        display: flex;
    }

    .header_wrap {
        padding: 0;
    }

    .header_wrap.main {
        height: 350px;
        margin-bottom: 20px;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header_block {
        margin: 0;
        text-align: center;
    }

    .header_block .title {
        font-size: 24px;
        line-height: 1;
    }

    .header_block .text {
        margin: 25px 0 60px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.57;
    }

    .header_block .text br {
        display: none;
    }

    .header {
        display: none;
    }

    .header_blocks {
        display: none;
    }

    .slider_main {
        padding-bottom: 35px;
        padding-top: 0;
    }

    .slider_main .sliderwrap {
        width: auto;
        float: none;
        margin: 0 -20px 20px;
    }

    .slider_main .sliderwrap .item {
        flex-direction: column;
    }

    .slider_main .sliderwrap .item .slider-video iframe,
    .slider_main .sliderwrap .item img {
        width: 100%;
        max-width: none;
        height: 165px;
        min-width: 100%;
        border-radius: 0;
        margin: 0;
    }

    .slider_main .sliderwrap .item .right {
        padding: 17px 15px 20px;
    }

    .slider_main .sliderwrap .item .text {
        margin-top: 15px;
    }

    .slider_main .sliderwrap .item br {
        display: none;
    }

    .footer_top {
        flex-direction: column;
    }

    .footer_top .button_block {
        order: 2;
        margin: 20px 0 0;
        width: 100%;
    }

    .footer_top .button_block a {
        width: 100%;
    }

    .fot_menu ul {
        justify-content: center;
    }

    .fot_menu ul li {
        margin: 5px 4px 0;
    }

    .fot_menu ul li a {
        font-size: 13px;
    }

    .fot_menu ul li:last-child {
        margin: 5px 4px 0;
    }

    .footer_bot {
        padding: 20px 0;
        border: 0;
    }

    .fot_right {
        flex-direction: column;
    }

    .shop_icon {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }

    .shop_icon a {
        display: flex;
        align-items: center;
        line-height: 1.58;
        max-width: 105px;
    }

    .shop_icon a img {
        max-width: 100%;
    }

    .copyright {
        width: 100%;
        order: 2;
        padding-top: 35px;
    }

    .copyright .phone_fot {
        display: block;
    }

    .mobile_attachment {
        margin: 0;
    }

    .content {
        padding-top: 10px;
    }

    .gallery_block {
        padding-top: 0;
        background: none;
    }

    .gallery {
        max-width: none;
        margin: 0 -20px;
        padding: 0;
        width: auto;
    }

    .gallery .owl-nav {
        left: 15px;
        right: 15px;
    }

    .wrap_dots {
        max-width: none;
        margin: 0 -20px;
        padding: 0;
    }

    .wrap_dots li {
        min-width: 84px;
    }

    .help_menu + a {
        width: 100%;
    }

    .contactsmap {
        margin: 10px -20px 25px;
    }

    .contacts_page .sitebutton {
        margin-top: 0;
    }

    .page_text .col-sm-3, .page_text .col-sm-4 {
        display: none;
    }

    .page_text.contacts_page .col-sm-4 {
        display: block;
    }

    .contacts_page h1 {
        line-height: 1;
    }

    .slider_main .sliderwrap .item .title {
        padding-bottom: 15px;
        font-size: 19px;
        font-weight: 600;
    }

    .paywrap {
        display: none;
    }

    .paymob {
        display: flex;
    }

    .payment_wrap .finis_pay {
        margin-left: auto;
        margin-right: auto;
    }

    .centered_768px {
        text-align: center;
    }

    .siteform .sitebutton, .siteform .sitebuttonnobg {
        width: 100%;
        min-width: auto;
    }

    .dbbut {
        display: flex;
        align-items: center;
    }

    .dbbut button, .dbbut a {
        width: 46%;
        flex-grow: 2;
    }

    .loginwrapper {
        padding-top: 0;
        flex-direction: column-reverse;
        justify-content: flex-end;
        height: auto;
        text-align: center;
    }

    .loginwrapper .left {
        position: static;
    }

    .loginwrapper .textblock {
        padding: 25px;
        max-width: none;
    }

    .loginwrapper > div {
        flex-basis: 100%;
    }

    .loginwrapper .sitebutton {
        width: 100%;
    }

    .loginwrapper .labelchek {
        display: inline-block;
    }

    .loginwrapper .fot_l {
        display: block;
        flex-grow: 1;
    }

    .loginwrapper .fot_l .copyright {
        padding-top: 0;
        margin-right: 0;
    }

    .popup_wrap.big .sitebutton {
        width: 100%;
    }

    .popup_wrap.big .infotextbig {
        text-align: center;
        margin-top: 15px !important;
    }

    .footerbot_min .fot_right .phone_fot {
        display: none;
    }

    .h1wrap.filter.minmob {
        padding-bottom: 10px;
    }

    .h1wrap.filter.minmob .search {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .mapblock {
        height: 380px;
    }

    h1 + .rightbut .search {
        position: absolute;
        top: 170px;
        z-index: 2;
        left: 10px;
        right: 10px;
        max-width: none;
        width: auto;
    }

    h1 + .rightbut .selectbox {
        display: none;
    }

    .mobile_terminal {
        display: block;
        padding: 5px 15px 15px;
    }

    .mobile_terminal > div {
        width: 100%;
        margin-top: 10px;
    }

    .mobile_terminal .mar_l_20 {
        margin-left: 0;
    }

    .mobile_terminal .mar_r_20 {
        margin-right: 0;
    }
}

@media screen and (max-width: 550px) {
    .tabopenmobile {
        position: relative;
        cursor: pointer;
    }

    .tabopenmobile.open:before {
        background: url(../images/up.svg) 0 0 no-repeat;
        background-size: cover;
        transform: rotate(0deg);
    }

    .tabopenmobile:before {
        content: '';
        position: absolute;
        top: 20px;
        right: 10px;
        width: 12px;
        height: 7px;
        transform: rotate(0deg);
        background: url(../images/down.svg) 0 0 no-repeat;
        background-size: cover;
    }

    .content_block h1:first-child {
        border-bottom: 1px solid #eeeeee;
        margin-bottom: -1px;
        padding-bottom: 8px;
    }

    .content_block .h1wrap h1 {
        border: none;
    }

    .search {
        width: 100%;
        max-width: 100%;
    }

    .tab_page {
        display: none;
        margin-top: 0;
    }

    .tab_page ul {
        display: block;
        margin: 10px 0;
    }

    .tab_page ul li {
        margin: 0;
    }

    .tab_page ul li a {
        padding: 10px 0;
        border: none;
    }

    .page_text {
        padding-top: 10px;
    }

    .popup_wrap .title {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    body .gm-style > div > div:last-child > div:last-child > div {
        width: 270px !important;
    }

    body .gm-style > div > div:last-child > div:last-child > div .gm-style-iw {
        width: 270px !important;
    }

    body .gm-style > div > div:last-child > div:last-child > div .gm-style-iw > div {
        max-width: 270px !important;
    }

    .finis_pay .right ul li > span:first-child {
        display: block;
        width: 100%;
    }

    .dbbut.butwrap {
        display: block;
    }

    .dbbut.butwrap .sitebuttonnobg, .dbbut.butwrap .sitebutton {
        width: 100%;
        flex-basis: 100%;
        margin-top: 10px;
    }

    .dbbut.butwrap .sitebuttonnobg:first-child, .dbbut.butwrap .sitebutton:first-child {
        margin: 0;
    }

    .loginblock_page .flex {
        display: block;
    }

    .loginblock_page .flex .right_but {
        margin: 0;
    }

    .footer_login .phone_fot {
        display: none;
    }

    .other .body a {
        flex-basis: calc(50% - 20px);
    }

    .loginwrapper .fot_l .flex {
        justify-content: center;
    }

    .loginwrapper .fot_l .copyright {
        justify-content: center;
    }

    .popup_wrap .text.loginbot_text {
        flex-direction: column;
        justify-content: center;
    }

    /*24.01.18*/
    .error_404 {
        padding: 20px 0 20px !important;
    }
}

/*24.01.18*/
.padt30 {
    padding-top: 30px;
}

.error_404 {
    max-width: 416px;
    padding: 96px 0 143px;
    text-align: center;
}

.error_404 .img_404 {
    padding-bottom: 55px;
}

.error_404 .hr {
    max-width: 336px;
    margin: 0 auto 28px;
}

.error_404 .title_error_404 {
    padding-bottom: 55px;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 52px;
}

.preloader {
    position: absolute;
    margin-left: -53px;
    top: 50px;
}

.other {
    min-height: 200px;
    position: relative;
}

.pre {
    display: none;
}

.loading {
    text-align: center;
    font-size: 0;
}

.loading img {
    max-width: 45px;
}

.img_404 {
    font-size: 162px;
    color: #ffaa00;
    font-weight: 600;
}

.loading {
    width: 100%;
    text-align: center;
    height: 45px;
    margin-top: 30px;
}

.loading img {
    height: 100%;
}

.loading.no_mar {
    margin-top: 0 !important;
}

/*09.02.18*/
@media screen and (max-width: 768px) {
    .burger {
        position: absolute;
        right: 20px;
        top: 30px;
    }

    .loginwrap {
        margin-right: 45px;
    }
}

/*12.02.18*/
.popup_wrap.log_in .body {
    padding: 15px 25px 15px;
}

.popup_wrap.log_in .textblock {
    font-size: 14px;
    line-height: 1.71;
}

.popup_wrap.log_in .info {
    margin-top: 20px;
}

.popup_wrap.log_in .info span {
    color: #919191;
    margin-right: 7px;
}

.popup_wrap.log_in .title {
    border-bottom: none;
    padding-bottom: 0px;
    text-align: left;
}

.padb10 {
    padding-bottom: 10px;
}

.popup_wrap.log_in .wrap .popupbut {
    max-width: 320px;
}

/*19.01.18*/
.ui-multiselect-menu input {
    display: inline-block !important;
    width: auto !important;
}

button.ui-corner-all {
    width: 100% !important;
    margin: 0 !important;
    background-image: none;
    background-color: #fdfdfd;
    border: solid 1px #e5e5e5;
    position: relative;
    padding: 0 30px 0 12px !important;
    height: 40px;
    line-height: 40px;
}

button.ui-corner-all.ui-state-active {
    border: 1px solid #ffaa00 !important;
}

button.ui-corner-all span.ui-icon.ui-icon-triangle-1-s {
    line-height: 38px !important;
    border-radius: 8px !important;
    border: solid 1px rgba(255, 255, 255, 0.3) !important;
    cursor: pointer !important;
    background: none !important;
}

button.ui-corner-all span.ui-icon.ui-icon-triangle-1-s:before {
    content: "" !important;
    position: absolute !important;
    top: 16px !important;
    right: 10px !important;
    width: 9px !important;
    border-width: 5px !important;
    border-style: solid !important;
    border-color: #ffaa00 transparent transparent transparent !important;
}

button.ui-corner-all span {
    font-family: "proxima-nova", sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: normal !important;
}

ul.ui-multiselect-checkboxes {
    padding: 0;
    margin-top: -3px;
    background: #fff;
    border: 1px solid #ffaa00;
}

ul.ui-multiselect-checkboxes li {
    cursor: pointer;
    padding: 0px;
}

ul.ui-multiselect-checkboxes li:hover {
    background: #ffaa00;
    color: #fdfdfd;
    cursor: pointer;
}

ul.ui-multiselect-checkboxes li label {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 22px;
    border: none !important;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 14px !important;
}

ul.ui-multiselect-checkboxes li label input {
    height: auto !important;
}

ul.ui-multiselect-checkboxes li label.ui-state-hover {
    /*12.02.18*/
    border: none !important;
    font-weight: normal;
    color: #fff;
    background-color: #ffaa00;
}

ul.ui-multiselect-checkboxes li label.ui-state-hover span {
    font-weight: normal;
}

ul.ui-multiselect-checkboxes li label.ui-state-active {
    font-weight: normal;
    color: #ffaa00;
}

ul.ui-multiselect-checkboxes li label.ui-corner-all.ui-state-active.ui-state-hover {
    color: #fff;
    background-color: #ffaa00 !important;
    background-image: none !important;
    border-radius: 0;
}

ul.ui-multiselect-checkboxes li label.ui-corner-all.ui-state-hover {
    background-image: none;
    background-color: #ffaa00;
    border-radius: 0;
}

.ui-widget-content {
    border: none !important;
    padding: 0 !important;
}

.ui-multiselect-header {
    display: none !important;
}

/*input[type=checkbox]*/
ul.ui-multiselect-checkboxes input[type=checkbox] {
    opacity: 0;
    width: 16px;
    height: 16px;
}

ul.ui-multiselect-checkboxes span {
    position: relative;
    display: inline-block;
    margin-left: 8px;
}

.selectbox {
    position: relative;
    min-height: 40px;
}

.selectbox .load_box {
    position: absolute;
    top: 0;
    left: 50%;
    height: 45px;
    width: 100%;
}

.selectbox .load_box img {
    height: 100%;
}

.padt25 {
    padding-top: 25px;
}

.padt20 {
    padding-top: 20px;
}

.padb25 {
    padding-bottom: 25px;
}

.mar_l_20 {
    margin-left: 20px;
}

.mar_r_20 {
    margin-right: 20px;
}

.ui-multiselect-menu {
    z-index: 999;
}

.popup_wrap .textblock {
    font-size: 14px;
    line-height: 1.71;
}

input[type=text]:disabled {
    background-color: #f1f1f1;
}

.popup_wrap label input.no_placeholder {
    padding: 3px 20px;
}

.popup_wrap .note {
    font-size: 12px;
    font-weight: 500;
    color: #919191;
    display: inline-block;
}

.mart6 {
    margin-top: 6px;
}

.marb6 {
    margin-bottom: 6px;
}

.popup_wrap .center_block {
    text-align: center;
}

.center_block.dbbut button {
    flex-grow: 0 !important;
    margin: 0 auto;
}

.popup_wrap .wrap .textblock .info span {
    color: #919191;
    margin-right: 7px;
}

.daterangepicker {
    display: none;
    border: 1px solid #e3e3e3;
    font-size: 13px;
}

.daterangepicker .daterangepicker_input {
    display: none;
}

.daterangepicker table {
    border-collapse: collapse;
}

.daterangepicker td.off {
    visibility: hidden;
    height: 0;
    min-height: 0;
    padding: 0;
    line-height: 0;
}

.daterangepicker .month {
    font-size: 19px;
    font-weight: 500;
}

.daterangepicker .table-condensed thead tr:first-child th.next i {
    transform: rotate(180deg);
}

.daterangepicker .table-condensed thead tr:first-child th i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/arrowcalendar.png) 0 0 no-repeat;
    background-image: url(../images/arrowcalendar.svg), none;
}

.daterangepicker .table-condensed thead tr:first-child th i:hover {
    background: url(../images/arrowcalendarh.png) 0 0 no-repeat;
    background-image: url(../images/arrowcalendarh.svg), none;
}

.daterangepicker .table-condensed thead tr:first-child th {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

.daterangepicker .table-condensed thead tr:last-child th {
    padding: 15px 0;
    font-weight: normal;
    color: #84888c;
    font-size: 13px;
}

.bigcalendar {
    display: table;
    width: 100%;
    border-bottom: solid 1px #e3e3e3;
    font-size: 13px;
    margin-top: 25px;
}

.bigcalendar .tr {
    display: table-row;
}

.bigcalendar .tr.title .td {
    border-top: 0;
    border-left: 0;
    padding-bottom: 5px;
    color: #919191;
    height: auto;
}

.bigcalendar .tr.title .td:last-child {
    border-right: 0;
}

.bigcalendar .tr .td {
    display: table-cell;
    position: relative;
    border-top: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    height: 88px;
    width: 14%;
}

.bigcalendar .tr .td.off {
    background: #fdfdfd;
}

.bigcalendar .tr .td.off > span {
    color: #a9a9a9;
}

.bigcalendar .tr .td.active {
    cursor: pointer;
}

.bigcalendar .tr .td.active > span {
    font-weight: bold;
    color: #ffaa00;
}

.bigcalendar .tr .td.focus {
    background: #fafafa;
}

.bigcalendar .tr .td.focus .infopopup {
    display: block;
}

.bigcalendar .tr .td > span {
    position: absolute;
    top: 2px;
    left: 8px;
}

.bigcalendar .tr .td .text {
    position: absolute;
    top: 25px;
    overflow: hidden;
    left: 8px;
    line-height: 1.4;
    right: 0;
}

.bigcalendar .tr .td .text > div {
    white-space: nowrap;
}

.bigcalendar .tr .td .text:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 31px;
    background-image: linear-gradient(to left, #fafafa, rgba(255, 255, 255, 0));
}

.bigcalendar .tr .td .all {
    position: absolute;
    bottom: 8px;
    line-height: 1;
    left: 8px;
    color: #919191;
    font-size: 11px;
}

.bigcalendar .tr .td .clickblock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bigcalendar .tr .td:nth-child(4) .infopopup, .bigcalendar .tr .td:nth-child(5) .infopopup, .bigcalendar .tr .td:nth-child(6) .infopopup, .bigcalendar .tr .td:nth-child(7) .infopopup {
    left: auto;
    right: calc(100% + 5px);
}

.bigcalendar .tr .td:nth-child(4) .infopopup:before, .bigcalendar .tr .td:nth-child(5) .infopopup:before, .bigcalendar .tr .td:nth-child(6) .infopopup:before, .bigcalendar .tr .td:nth-child(7) .infopopup:before {
    left: auto;
    right: -14px;
    transform: rotate(-180deg);
}

.bigcalendar .tr .td:nth-child(4) .infopopup:after, .bigcalendar .tr .td:nth-child(5) .infopopup:after, .bigcalendar .tr .td:nth-child(6) .infopopup:after, .bigcalendar .tr .td:nth-child(7) .infopopup:after {
    left: auto;
    right: -11px;
    transform: rotate(-180deg);
}

.bigcalendar .tr .td .infopopup {
    position: absolute;
    display: none;
    z-index: 5;
    left: calc(100% + 5px);
}

.bigcalendar .tr .td .infopopup .title {
    display: none;
    line-height: 50px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-color: #ffaa00;
    color: #fff;
    font-size: 17px;
}

.bigcalendar .tr .td .infopopup .body {
    padding: 15px;
    top: 5px;
    width: 335px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(227, 227, 227, 0.5);
    border: solid 1px #e3e3e3;
    cursor: default;
}

.bigcalendar .tr .td .infopopup .block {
    padding: 10px 0;
    border-top: 1px solid #f6f6f6;
}

.bigcalendar .tr .td .infopopup .block:first-child {
    padding-top: 0;
    border: none;
}

.bigcalendar .tr .td .infopopup .block:nth-last-child(2), .bigcalendar .tr .td .infopopup .block:last-child {
    padding-bottom: 0;
}

.bigcalendar .tr .td .infopopup .block .top {
    font-weight: bold;
    font-size: 14px;
}

.bigcalendar .tr .td .infopopup .block .top img {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    margin: 5px 0 0 5px;
}

.bigcalendar .tr .td .infopopup .block .bot {
    color: #919191;
}

.bigcalendar .tr .td .infopopup .block .bot span {
    color: #1e1400;
}

.bigcalendar .tr .td .infopopup .block.mob {
    display: none;
}

.bigcalendar .tr .td .infopopup .button {
    display: block;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.bigcalendar .tr .td .infopopup:before {
    content: '';
    position: absolute;
    top: 16px;
    left: -14px;
    width: 4px;
    height: 4px;
    border: 7px solid transparent;
    border-right-color: #e3e3e3;
}

.bigcalendar .tr .td .infopopup:after {
    content: '';
    position: absolute;
    top: 17px;
    left: -11px;
    width: 4px;
    height: 4px;
    border: 6px solid transparent;
    border-right-color: #fff;
}

.bigcalendar .tr .td:last-child {
    border-right: solid 1px #e3e3e3;
}

input.calendar {
    background-image: url(../images/calendar.svg);
    background: url(../images/calendar.png);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    padding-right: 35px !important;
}

/*19.02.18*/
.selectbox.big button.ui-corner-all {
    height: 50px;
    line-height: 50px;
}

.selectbox.big button.ui-corner-all span.ui-icon.ui-icon-triangle-1-s:before {
    top: 23px !important;
}

body .wrapper .info_toltip_popup {
    display: inline-block;
    margin: 0;
    line-height: 22px;
}

body .wrapper .info_toltip_popup span {
    margin: 0;
}

body .wrapper .info_toltip_popup .icon {
    margin: 0;
    border-radius: 50%;
    font-size: 0;
    background: url(../images/alert-circle-i.png) 0 0 no-repeat;
    background-image: url(../images/alert-circle-i.svg), none;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

body .wrapper .info_toltip_popup .text {
    position: absolute;
    left: 0;
    width: 213px;
    border-radius: 5px;
    padding: 12px 35px 12px 15px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(227, 227, 227, 0.5);
    border: solid 1px #e3e3e3;
    font-size: 13px;
    line-height: 1.62;
    color: #939393;
    margin: 0;
    display: none;
    z-index: 2;
}

body .wrapper .info_toltip_popup .text:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 11px;
    width: 4px;
    height: 4px;
    border: 7px solid transparent;
    border-right-color: #e3e3e3;
    transform: rotate(90deg);
}

body .wrapper .info_toltip_popup .text:after {
    content: '';
    position: absolute;
    top: -11px;
    left: 12px;
    width: 4px;
    height: 4px;
    border: 6px solid transparent;
    border-right-color: #fff;
    transform: rotate(90deg);
}

body .wrapper .info_toltip_popup .text .colse_popupinfo {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/close-small.png) 0 0 no-repeat;
    background-image: url(../images/close-small.svg), none;
}

.search.active {
    border-color: #ffaa00 !important;
}

.popup_wrap input[type="text"]:focus, .popup_wrap textarea:focus, input[type="password"]:focus, input[type="email"]:focus {
    border-color: #ffaa00 !important;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + span {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    border: solid 1px #cecece;
    cursor: pointer;
}

input[type="checkbox"] + span:hover {
    border-color: #ffaa00;
}

input[type="checkbox"]:checked + span {
    background: #ffaa00 url(../images/checkw.png) 50% 50% no-repeat;
    background-image: url(../images/checkw.svg);
    border-color: #ffaa00;
}

label span.input_checkbox {
    display: inline-block;
    line-height: 16px;
    margin-bottom: 0;
}

label.radiobutton {
    position: relative;
    line-height: 1.71;
    cursor: pointer;
    vertical-align: top;
}

label.radiobutton input {
    display: none;
}

label.radiobutton input:checked + span {
    border: solid 5px #ffaa00;
}

label.radiobutton input:disabled + span {
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    border-color: #e5e5e5;
}

label.radiobutton input:disabled + span:hover {
    border-color: #e5e5e5;
}

label.radiobutton span.radio {
    width: 16px;
    height: 16px;
    background-color: #fafafa;
    border: solid 1px #919191;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

label.radiobutton span.radio:hover {
    border-color: #ffaa00;
}

textarea {
    min-height: 150px;
    height: 100% !important;
    resize: none;
    line-height: 1.71 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

@media screen and (max-width: 320px) {
    .other .body a .container_image {
        min-height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .other .body a .container_image {
        min-height: 60px;
    }
}