@charset 'UTF-8';

body {
    font-family: 'helvetica-neue-regular';
    font-display: swap;
    font-size: 1rem;
    line-height: 1.2;
} 

html {
    box-sizing: border-box;
}
.slick-slide{
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

ul,
ol {
    list-style-type: none;
}

#content_faq .action_div.fleft ol li {
    list-style-type: decimal; 
}

section .title {
    margin-bottom: 30px; 
    font-size: 41px;
}
@media screen and (max-width: 480px) {
    section .title {
        padding: 0 30px;
    }   
}
.button {
    display: inline-block;
    padding: 10px 22px 7px;
    border-radius: 3px;
    text-decoration: none;
}
.button--red {
    color: #fff;
    background: #de2b24;
    transition: .3s;
}
.button--red:hover {
    background: #e34943;
}
.button--yellow {
    color: #fff;
    background: #f8cd53;
    transition: .3s;
}
.button--yellow:hover {
    background: #f9d775;
}
.button--text-uppercase {
    text-transform: uppercase;
}

#subscribe-success {
    padding: 30px;
}

#subscribe-success a.close-modal {
    top: 5px;
    right: 5px;
}
/* #result-search-map {
    min-height: 600px;
} */

#subscribe-success .content {
    width: 100%;
    height: 100%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#add-to-basket-success .content button {
    margin-top: 20px;
    background: #f76a47;
    cursor: pointer;
    transition: background .25s ease-in-out;
    padding: 0 30px;
    outline: none;
    border: none;
    border-radius: 0.25rem;
}

#add-to-basket-success .content button a {
    font-size: 15px;
    font-weight: bold;
    line-height: 41px;
    color: white;
}

#add-to-basket-success .content .continue {
    background-color: transparent;
    cursor: none;
}

#add-to-basket-success .content .continue a {
    color: #0D0C1D;
    text-decoration: revert;
    cursor: pointer;
}

#add-to-basket-success .content span,
#subscribe-success .content span {
    font-size: 21px;
    line-height: 1;
    text-align: center;
    color: #3e445b;
}

.col-xs-12 {
    height: 220px;
    transition: all .4s ease;
    overflow: hidden;
    transition: all .4s ease;
}
.allTxt {
    height: auto;
}
.footer__more-cities {
    border: none;
    outline: none!important; 
    background-color: transparent;
    color: white;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    font-family: Arial, sans-serif;
    
}
.footer__cities-list {
    padding: 0;
    width: 100%;
    height: 125px;/*AL*/
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    transition: all .6s ease-in-out;
}

@media screen and (max-width: 769px) {
    .footer__cities-list, .footer__more-cities {
        display: none;
    }
}

.footer__cities-list li {
    display: inline-block;
    margin-left: 46px;
    width: 185px;
}
.footer__cities-list li a {
    color: white;
    text-decoration: underline;
    font-size: 14px;/*AL*/
    line-height: 1.4;
    transition: all .4s ease-in-out;
}

.footer__cities-list li a:hover {
    color: #348af8;
}
.footer__cities-all-list {
    height: auto;
}
.nav {
    display: inline-block;
    margin-right: 15px; 
    padding-top: 7px;
    vertical-align: top;
}
.nav__link {
    display: inline-block;
    padding: 10px;
    font-family: 'helvetica-neue-bold';
    color: #424242;
    transition: .3s; 
    vertical-align: top;
    text-decoration: none;
    text-transform: capitalize;
}
.nav__link:hover,
.nav__link--active {
    color: #de2b24;
}
.nav__link:after {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 15px; 
    border-radius: 50%;
    background: #424242;
    content: '';
    vertical-align: middle;
}
.nav__link:last-child:after {
    display: none;
}

/* ------ VARIABLES ------ (START) */
/* ------ VARIABLES ------ (END) */
/* ------ MIXIN ------ (START)  */
.transform,
.modal__content.fade__wr {
    -webkit-transition: -webkit-transform .3s ease-out;
         -o-transition:      -o-transform .3s ease-out;
            transition:         transform .3s ease-out;
}

.shadow-base,
.modal__wr .wrapp-popup,
header .right-side .mail-contact .dropdown-email,
header .right-side .mail-contact .dropdown-phone,
header .right-side .phone-contact .dropdown-email,
header .right-side .phone-contact .dropdown-phone,
header .right-side .lang .dropdown-lang,
#navigator-header-bottom .navigation-wrapper,
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp #dropdownContactLink .dropdown-menu,
#navigator-header-bottom .contact-menu {
    box-shadow: 0 0 10px rgba(89, 89, 89, .5);
}

.contact-style,
.modal__wr .wrapp-popup .footer-popup a,
header .right-side .header-contant > a:first-child,
#navigator-header-bottom-less-960 .title-disclose a {
    line-height: 15px; 
    color: #428cf3;
    border-bottom: 1px dashed #428cf3;
}
.contact-style:hover,
.modal__wr .wrapp-popup .footer-popup a:hover,
header .right-side .header-contant > a:hover:first-child,
#navigator-header-bottom-less-960 .title-disclose a:hover {
    text-decoration: none;
}

.input-base-field {
    /* overflow: hidden; */
    width: 100%;
    height: 46px;
    padding: 0 14px;
    color: #3e445b;
    border: 1px solid #dee5ec;
    border-radius: 2px;
    background-color: #fafbfc;
    text-overflow: ellipsis;
    transition: all .4s;
}
.input-base-field::placeholder {
    opacity: .5;
}
.selectize-dropdown.single {
    overflow: visible;
    height: auto;
}
.selectize-control {
    padding: 0;
}
.selectize-input {
    height: 100%;
}
.selectize-input input {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.select2-container.select2-container--above + .select2-container {
    top: 48px!important;
}
.select2-selection__rendered {
    overflow: hidden;
    width: 100%;
    height: 44px;
    padding: 0 14px;
    color: #3e445b;
    border-radius: 2px;
    background-color: #fafbfc;
    text-overflow: ellipsis;
    transition: all .4s;
    display: flex!important;
    align-items: center;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.select2-selection.select2-selection--single {
    height: max-content;
    border: 1px solid #dee5ec;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.select2-selection__arrow {
    height: 100%!important;
}
.input-base-field:focus {
    outline: none;
}

.btn-style {
    height: 45px;
    padding: 0; 
    font-size: 15px;/*AL*/
    font-weight: bold;
    line-height: 41px;
    color: white;
    background: #f76a47;
    cursor: pointer;
    -webkit-transition: background .25s ease-in-out;
       -moz-transition: background .25s ease-in-out;
        -ms-transition: background .25s ease-in-out;
         -o-transition: background .25s ease-in-out;
            transition: background .25s ease-in-out;
}
.btn-style:hover {
    background: #fc6b40;
}
.btn-style:focus {
    box-shadow: none;
}

.slick-boards-theme {
    /* Arrows */
    /* Dots */
}
.slick-prev,
.slick-next, 
.slick-boards-theme .slick-prev,
.slick-boards-theme .slick-next, 
.map-card-slider .slick-prev-image, 
.map-card-slider .slick-next-image,
#mob-map-board .content .slick-prev-image,
#mob-map-board .content .slick-next-image {
    position: absolute;
    z-index: 1; 
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    line-height: 0;
    color: #f76a47;
    border: 1px solid #e4e7ea;
    outline: none;
    background: white;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.slick-boards-theme .slick-prev:before,
.slick-boards-theme .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    color: black;
}
/* .slick-boards-theme .slick-prev {
    left: -25px;
}
.slick-boards-theme .slick-next {
    right: -25px;
} */
.slick-boards-theme .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-boards-theme .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 9px;
    padding: 0;
    cursor: pointer;
}
.slick-boards-theme .slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; 
    cursor: pointer;
}
.slick-boards-theme .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-family: 'slick';
    font-size: 36px;
    line-height: 20px;
    color: #c4c7ce; 
    content: '•';
    -webkit-transition: color .25s ease-in-out;
       -moz-transition: color .25s ease-in-out;
        -ms-transition: color .25s ease-in-out;
         -o-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
    text-align: center;
}
.slick-boards-theme .slick-dots li button:hover,
.slick-boards-theme .slick-dots li button:focus {
    outline: none;
}
.slick-boards-theme .slick-dots li button:hover:before,
.slick-boards-theme .slick-dots li button:focus:before {
    color: #f76a47;
}
.slick-boards-theme .slick-dots li.slick-active button:before {
    color: #f76a47;
}

.keep {
    position: relative;
    display: inline-block;
    margin: 6px 0 0 0;
    padding-top: 7px;
    padding-left: 85px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px; 
    color: white;
    vertical-align: top;
}
.keep .icheck-input {
    position: absolute;
    z-index: -99;
    top: 30px;
    display: block;
    clip: rect(0px 0px 0px 0px);
    opacity: 0;
    outline: none !important;
}
.keep .switch {
    position: absolute;
    top: 5px;
    left: 0;
    width: 68px;
    height: 33px;
    border: 1px solid #ccc;
    border-radius: 25px;
    background-color: white;
    cursor: pointer;
    -webkit-transition: .3s ease;
            transition: .3s ease;
    -webkit-transition-property: border-color, background-color;
            transition-property: border-color, background-color;
}
.keep .switch:after {
    position: absolute;
    top: 3px;
    left: 4px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #c7c7c7;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1); 
    content: '';
    -webkit-transition: .3s ease;
            transition: .3s ease;
    -webkit-transition-property: border-color, -webkit-transform;
            transition-property: border-color, transform;
}
.keep .switch.checked,
.keep .checked.radio {
    border-color: #f76a47; 
    background-color: #f76a47 !important;
}
.keep .switch.checked:after,
.keep .checked.radio:after {
    border-color: white;
    background-color: #3e445b;
    -webkit-transform: translateX(33px);
        -ms-transform: translateX(33px);
            transform: translateX(33px);
}

input[type='radio'] {
    position: absolute;
    opacity: 0;
}

input[type='radio'] + .radio-label:before {
    position: relative;
    top: -.2em;
    display: inline-block;
    width: 1.715em;
    height: 1.715em;
    margin-right: 1em;
    border: 1px solid #dee5ec;
    border-radius: 100%;
    background: #f4f4f4;
    content: '';
    cursor: pointer;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease; 
    text-align: center;
    vertical-align: top;
}

input[type='radio']:checked + .radio-label:before {
    border: 2px solid #f76a47;
    background-color: #f76a47;
    box-shadow: inset 0 0 0 6px #f4f4f4;
}

input[type='radio']:focus + .radio-label:before {
    border-color: #f76a47; 
    outline: none;
}

input[type='radio']:disabled + .radio-label:before {
    border-color: #b4b4b4;
    background: #b4b4b4; 
    box-shadow: inset 0 0 0 6px #f4f4f4;
}

input[type='radio'] + .radio-label:empty:before {
    margin-right: 0;
}

.wrapp-input {
    position: relative;
}

input.es-input {
    padding-right: 40px !important;
    background: white url('data:image/svg+xml;base64, PHN2ZyBmaWxsPSIjM0U0NDVCIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNNyAxMGw1IDUgNS01eiIvPg0KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4NCjwvc3ZnPg==') center right 8px no-repeat; 
    cursor: pointer;
}

input.es-input.open {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    background: white url('data:image/svg+xml;base64, PHN2ZyBmaWxsPSIjM0U0NDVCIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNNyAxNGw1LTUgNSA1eiIvPg0KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4NCjwvc3ZnPg==') center right 8px no-repeat;
}

.es-list {
    position: absolute;
    z-index: 1000;
    display: none;
    overflow-y: hidden;
    width: 100% !important; 
    max-height: 280px;
    margin: 0;
    padding: 0 0 0 20px;
    border: 1px solid #d1d1d1;
    background: #fff;
    box-shadow: 0 -1px 5px rgba(173, 173, 173, .5);
}
.es-list li {
    display: flex;
    height: 50px;
    margin: 0;
    margin-right: 20px; 
    padding: 0;
    border-bottom: 1px solid #dee5ec;
    cursor: pointer;

    align-items: center;
}
#auth-popup .body-popup .remember-social-wrapp .social-auth {
    visibility: hidden;
}
.es-list li.selected {
    background: #f7f7f9;
}

.es-list li.es-visible:last-child {
    border-bottom: none;
}

.es-list li[disabled] {
    opacity: .5;
}

.btn-disabled {
    opacity: 0.65;
}

.btn-disabled:hover {
    color: white!important; 
    text-decoration: none!important;
    cursor: default!important;
}

.fix-slider-aev {
    height: 4px;
    border: none !important;
    border-radius: 3px;
    background: #dee5ec;
}
.fix-slider-aev .fix-slider-range-aev {
    background: #f76a47;
}
.fix-slider-aev .fix-slider-handle-aev {
    top: -6px;
    width: 16px; 
    height: 16px;
    border: none !important;
    border-radius: 50%;
    outline: none;
    background: white;
    box-shadow: 0 0 3px 2px rgba(173, 173, 173, .5);
    cursor: pointer;
}
.fix-slider-aev .fix-slider-handle-aev:hover {
    background: white;
}
.fix-slider-aev .fix-slider-handle-aev:after {
    position: absolute;
    top: 5px;
    left: 5px; 
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f76a47;
    content: ' ';
}

/* ------ MIXIN ------ (END)  */
body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Helvetica, 'helvetica', Arial, sans-serif;
    font-size: 14px;/*AL*/
    color: #3e445b;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 0;
}

label {
    margin-bottom: 0;
}

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

a {
    color: #3e445b;
}
a:hover {
    color: #348af8;
    text-decoration: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-adjust-hue-button,
input[type=number]::-webkit-outer-adjust-hue-button {
    margin: 0; 

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* ul li.board path {
    fill: #91dc5a;
}

ul li.prism path {
    fill: #f86a48;
}

ul li.backlight path {
    fill: #6f9ee9;
}

ul li.citylight path {
    fill: #384f75;
}

ul li.pillar path {
    fill: #e84a56;
}

ul li.firewall path {
    fill: #a08bce;
}

ul li.banner path {
    fill: #F76A47;
}

ul li.scroller path {
    fill: #b563c8;
}

ul li.elite_panel path {
    fill: #2e592f;
}

ul li.videoboard path {
    fill: #af6957;
} */

ul li.no-active {
    color: white; 
    background: #c1ccd6 !important;
}
ul li.no-active path {
    fill: rgb(182, 182, 182);
}
ul li.no-active polygon {
    fill: rgb(182, 182, 182);
}

label.label-box {
    display: flex;
    margin-bottom: 0; 
    font-weight: normal;
    cursor: pointer;
}
label.label-box input[type=checkbox] {
    visibility: hidden; 
    width: 0;
    height: 0;
}
label.label-box input[type=radio] {
    visibility: hidden; 
    width: 0;
    height: 0;
}
label.label-box span {
    position: relative; 
    margin-left: 11px;
    font-size: 12px;
    color: black;
}

label.label-box.chBox div.box {
    position: relative;
    top: 2px; 
    display: inline-block;
    width: 30px;
    min-width: 30px;
    height: 15px;
    border: 1px solid #acacac;
    border-radius: 100px;
    background: #bfbfbf;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
label.label-box.chBox div.box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #acacac;
    border-radius: 50%;
    background: #fff;
    content: '';
    transition: .3s;
}

label.label-box.chBox input:checked + div.box {
    border-color: #e86b28; 
    background: #ec8243;
}

label.label-box.chBox input:checked + div.box:after {
    left: 100%;
    border-color: #e86b28;
    transform: translateX(-100%);
}

label.label-box.rdBox div.box {
    position: relative; 
    display: inline-block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 1px solid #dee5ec;
    border-radius: 100%;
    background: #f4f4f4;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
label.label-box.rdBox div.box:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%; 
    background: #f4f4f4;
    content: '';
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}

label.label-box.rdBox span {
    font-size: 14px;
}

label.label-box.rdBox input ~ span {
    color: #adadad;
    transition: .3s;
}

label.label-box.rdBox input:checked + div.box {
    border: 2px solid #f76a47;
}

label.label-box.rdBox input:checked + div.box:after {
    background: #f76a47;
    box-shadow: inset 0 0 0 6px #f4f4f4;
}

label.label-box.rdBox input:checked ~ span {
    color: #333;
}

label.label-box.chBox-v2 div.box {
    position: relative;
    overflow: hidden;
    width: 23px;
    height: 23px;
    border: 1px solid #dee5ec;
    border-radius: 2px;
    background-color: #fafbfc;
    cursor: pointer; 
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
            transition: all 1.1s cubic-bezier(.19, 1, .22, 1);
}
label.label-box.chBox-v2 div.box:after {
    position: absolute;
    top: 200%;
    right: 0;
    bottom: 5%;
    left: 0;
    width: 65%;
    height: 37%;
    margin: auto; 
    border-color: white;
    border-bottom: 2.5px solid;
    border-left: 2.5px solid;
    content: '';
    transition: all 1.1s cubic-bezier(.19, 1, .22, 1);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: center center;
}

label.label-box.chBox-v2 span {
    margin-left: 15px; 
    font-size: 14px;
    line-height: 23px;
    color: #3e445b;
}

label.label-box.chBox-v2 input:checked + div.box {
    background-color: #f76a47;
}

label.label-box.chBox-v2 input:checked + div.box:after {
    top: 0;
}

.check {
    width: 23px;
    height: 23px;
}
.check input {
    display: none;
}
.check input:checked + .box {
    background-color: #f76a47;
}
.check input:checked + .box:after {
    top: 0;
}
.check .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 1px solid #dee5ec;
    border-radius: 2px;
    background-color: #fafbfc;
    cursor: pointer; 
    transition: all 1.1s cubic-bezier(.19, 1, .22, 1);
}
.check .box:after {
    position: absolute;
    top: 200%;
    right: 0;
    bottom: 5%;
    left: 0;
    width: 65%;
    height: 37%;
    margin: auto; 
    border-color: white;
    border-bottom: 2.5px solid;
    border-left: 2.5px solid;
    content: '';
    transition: all 1.1s cubic-bezier(.19, 1, .22, 1);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: center center;
}

.container-base {
    max-width: 960px; 
    padding-right: 0;
    padding-left: 0;
}

.container-fluid-base {
    padding-right: 0;
    padding-left: 0;
}

.dropdown-toggle:after {
    display: none;
}

.legend {
    display: flex;
    font-weight: normal; 
    align-items: center;
}
@media screen and (max-width: 560px){
    .legend {width: 100%;}
}
.legend ul {
    display: flex;
    flex-flow: row wrap;
    line-height: 13px;
}
.legend .fa-circle{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 5px;
}
.legend ul li {
    display: flex;
    margin-right: 12px;
    font-size: 11px;
    line-height: 28px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.legend ul li i {
    font-size: 10px;
}
.legend ul li i.select {
    background-color: #5cbc59;
}
.legend ul li i.reserve {
    background-color: #FED648;
}
.legend ul li i.pre-order {
    background-color: #e6ecf2;
}
.legend ul li i.busy {
    background-color: #e84a56;
}
.legend ul li:last-child {
    margin-right: 0;
}

/* @media screen and (max-width: ) */

.hide-this {
    display: none;
}

.modal__wr {
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    overflow-x: hidden; 
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 1;
    text-align: right;
}
.modal__wr:before {
    display: none;
}
@media (min-width: 100px) and (max-width: 1000px) {
    .modal__wr {
        text-align: center;
    }
    .modal__wr:before {
        display: inline-block;
        height: 100%;
        content: ''; 
        vertical-align: middle;
    }
}
.modal__wr .container-base {
    margin: 0 auto;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .result-list .see-board .slick-slider {
        min-width: 250px;
    }
    .modal__wr .container-base {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
}
.modal__wr .modal__content {
    display: inline-block;
    width: 390px;
    opacity: 0;
}
@media (min-width: 100px) and (max-width: 576px) {
    .modal__wr .modal__content {
        width: 345px;
    }
}
.modal__wr .wrapp-popup {
    position: relative; 
    margin-top: 135px;
    padding: 40px;
    background: white;
}
@media (min-width: 100px) and (max-width: 1000px) {
    .modal__wr .wrapp-popup {
        margin-top: 0;
    }
}
.modal__wr .wrapp-popup .close-popup {
    position: absolute;
    top: 1px; 
    right: 1px;
    width: 36px;
    height: 35px;
    padding: 10px;
    cursor: pointer;
}
.modal__wr .wrapp-popup .close-popup span {
    position: relative;
    display: block;
    height: 2px;
    background: #c4c7ce;
}
.modal__wr .wrapp-popup .close-popup span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg);
}
.modal__wr .wrapp-popup .close-popup span:nth-child(2) {
    top: 4px;
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.modal__wr .wrapp-popup .title-popup {
    position: relative;
    font-size: 21px;
    line-height: 15px;
    text-align: left;
}
.modal__wr .wrapp-popup .body-popup {
    padding-top: 15px;
}
.modal__wr .wrapp-popup .footer-popup {
    margin-top: 28px;
    padding-top: 23px;
    border-top: 1px solid #dee5ec;
    text-align: left;
}
.modal__wr .wrapp-popup .footer-popup a {
    cursor: pointer;
}
.modal__wr .wrapp-popup .footer-popup a:first-child {
    margin-right: 21px;
}
.modal__wr .wrapp-sing-in .auth-popup .auth-p {
    margin-top: 14px;
}

.modal__wr .wrapp-sing-in .auth-popup .remember-social-wrapp {
    margin-top: 17px;
}
.modal__wr .wrapp-sing-in .auth-popup .remember-social-wrapp .remember-me > span {
    margin-left: 15px;
}
.modal__wr .wrapp-sing-in .auth-popup .remember-social-wrapp .icon-wrapp {
    display: flex;
    width: 28px;
    height: 28px;
    margin-left: 3px; 
    border-radius: 20px;
    cursor: pointer;

    align-items: center;
    justify-content: center;
}
.modal__wr .wrapp-sing-in .auth-popup .remember-social-wrapp .icon-wrapp i {
    color: white;
}
.modal__wr .wrapp-sing-in .auth-popup .remember-social-wrapp .facebook {
    background: #30448e;
}
.modal__wr .wrapp-sing-in .auth-popup .remember-social-wrapp .google-plus {
    background: #cf2e2b;
}
.modal__wr .wrapp-sing-in .auth-popup .remember-social-wrapp .twitter {
    background: #5783fa;
}
.modal__wr .wrapp-sing-in .auth-popup .submit-auth-place {
    margin-top: 34px;
}
.modal__wr .wrapp-sing-in .auth-popup .submit-auth-place .btn-auth-popup {
    width: 100%;
}
.modal__wr .wrapp-forgot-passwd .submit-forgot-place {
    margin-top: 14px;
}
.modal__wr .wrapp-forgot-passwd .submit-forgot-place .btn-forgot-popup {
    width: 100%;
}
.modal__wr .wrapp-register-user .btn-register-user {
    width: 100%;
}
.modal__wr .wrapp-register-user .wrapp-type-of-registration {
    display: flex;
    margin-top: 10px;
    margin-bottom: 23px;
    text-align: left;
}
.modal__wr .wrapp-register-user .registration-popup div:not(:first-child):not(:last-child) {
    margin-bottom: 14px;
}

.modal__wr.open {
    display: block;
}

.modal__wr.open.center-p {
    text-align: center;
}
.modal__wr.open.center-p:before {
    display: inline-block;
    height: 100%;
    content: ''; 
    vertical-align: middle;
}
.modal__wr.open.center-p .container-base {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.modal__wr.open.center-p .container-base .wrapp-popup {
    margin-top: 0;
}

.modal__content.fade__wr {
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
         -o-transform: translate(0, -25%);
            transform: translate(0, -25%);
}

.modal__content.in__wr {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
}

@media (min-width: 100px) and (max-width: 576px) {
    #auth-popup .modal__content,
    #register-popup .modal__content,
    #forgot-passwd-popup .modal__content {
        width: 330px;
    }
    #auth-popup .modal__content .remember-social-wrapp,
    #register-popup .modal__content .remember-social-wrapp,
    #forgot-passwd-popup .modal__content .remember-social-wrapp {
        flex-direction: column;
    }
    #auth-popup .modal__content .social-auth,
    #register-popup .modal__content .social-auth,
    #forgot-passwd-popup .modal__content .social-auth {
        margin-top: 17px;

        justify-content: space-around;
    }
    #auth-popup .modal__content .submit-auth-place,
    #register-popup .modal__content .submit-auth-place,
    #forgot-passwd-popup .modal__content .submit-auth-place {
        margin-top: 17px;
    }
    #auth-popup .modal__content .wrapp-type-of-registration,
    #register-popup .modal__content .wrapp-type-of-registration,
    #forgot-passwd-popup .modal__content .wrapp-type-of-registration {
        flex-direction: column;
        margin-bottom: 10px;
    }
}

.blackout {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0; 
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}
@media (min-width: 1000px) {
    .blackout {
        display: none !important;
    }
}

.modal__wr.open ~ .blackout {
    opacity: 1;
}

h3 {
    margin-bottom: 10px; 
    font-family: 'helveticaThin', sans-serif;
    font-size: 41px;
    font-weight: 100;
    line-height: 45px;
    text-align: center;
}
@media (min-width: 100px) and (max-width: 576px) {
    h3 {
        font-size: 28px;
    }
}

.layer_1_logo,
.layer_2_logo,
.layer_3_logo {
    -webkit-transition: fill .25s ease-in-out;
       -moz-transition: fill .25s ease-in-out;
        -ms-transition: fill .25s ease-in-out;
         -o-transition: fill .25s ease-in-out;
            transition: fill .25s ease-in-out;
}

@media (min-width: 100px) and (max-width: 1000px) {
    header {
        position: relative; 
        background: white;
    }
}

header .header-height {
    height: 84px; 
    -webkit-transition: height .25s ease-in-out;
       -moz-transition: height .25s ease-in-out;
        -ms-transition: height .25s ease-in-out;
         -o-transition: height .25s ease-in-out;
            transition: height .25s ease-in-out;
}
@media (min-width: 100px) and (max-width: 1000px) {
    header .header-height {
        padding: 0 20px;
    }
}
@media (min-width: 100px) and (max-width: 720px) {
    header .header-height {
        height: 62px;
    }
}

header .side-settings {
    height: 28px;
}

header .left-side .image-logo {
    padding-right: 19px;
}
header .left-side .image-logo svg {
    position: relative;
    top: -8px; 
    width: 152px;
    height: 45px;
}

header .left-side .logo-slogan {
    padding-left: 20px;
    line-height: 13px;
    border-left: 1px solid #dee5ec;
    max-width: 250px;
}
header .left-side .logo-slogan h1,
header .left-side .logo-slogan span {
    font-size: 12px;
}

@media (min-width: 100px) and (max-width: 910px) {
    header .left-side .image-logo {
        padding-right: 0;
    }
    header .left-side .image-logo svg {
        width: 135px;
    }
}

header .right-side {
    font-size: 13px;/*AL*/
}
header .right-side > div:first-child {
    border-right: 1px solid #dee5ec; 
    border-left: 1px solid #dee5ec;
}
header .right-side > div {
    border-right: 1px solid #dee5ec;
}
header .right-side .header-contant {
    position: relative; 
    font-weight: bold;
}
header .right-side .mail-contact,
header .right-side .phone-contact,
header .right-side .lang {
    display: flex; 
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 10px 0 15px;/*AL*/
}
@media (min-width: 100px) and (max-width: 720px) {
    header .right-side .mail-contact,
    header .right-side .phone-contact,
    header .right-side .lang{
        display: none;
    }
}
header .right-side .mail-contact .arr,
header .right-side .phone-contact .arr,
header .right-side .lang .arr  {
    margin-left: 3px;
}
header .right-side .mail-contact .dropdown-email,
header .right-side .mail-contact .dropdown-phone,
header .right-side .phone-contact .dropdown-email,
header .right-side .phone-contact .dropdown-phone,
header .right-side .lang .dropdown-lang {
    display: block;
    visibility: hidden;
    width: max-content;
    min-width: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    border: none; 
    border-radius: initial;
    -webkit-transition: opacity .25s ease-in-out;
       -moz-transition: opacity .25s ease-in-out;
        -ms-transition: opacity .25s ease-in-out;
         -o-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
}
header .right-side .mail-contact .dropdown-email div,
header .right-side .mail-contact .dropdown-phone div,
header .right-side .phone-contact .dropdown-email div,
header .right-side .phone-contact .dropdown-phone div,
header .right-side .lang .dropdown-lang div{
    height: 50px;
    margin: 0 20px;
}
#header .right-side .phone-contact .dropdown-phone .align-items-center {
    display: flex;
}
#header .right-side .phone-contact .dropdown-phone .align-items-center .social,
.phone-disclose .item .social{
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
}
#header .right-side .phone-contact .dropdown-phone .align-items-center img,
.phone-disclose .item .social img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
header .right-side .mail-contact .dropdown-email div a.dropdown-item,
header .right-side .mail-contact .dropdown-phone div a.dropdown-item,
header .right-side .phone-contact .dropdown-email div a.dropdown-item,
header .right-side .phone-contact .dropdown-phone div a.dropdown-item,
header .right-side .lang .dropdown-lang div a.dropdown-item {
    top: 0;
    left: 0; 
    display: inline;
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    color: initial;
    border-bottom: 1px dashed transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
}
header .right-side .mail-contact .dropdown-email div a.dropdown-item:hover,
header .right-side .mail-contact .dropdown-phone div a.dropdown-item:hover,
header .right-side .phone-contact .dropdown-email div a.dropdown-item:hover,
header .right-side .phone-contact .dropdown-phone div a.dropdown-item:hover,
header .right-side .lang .dropdown-lang div a.dropdown-item:hover {
    color: #348af8; 
    border-bottom: 1px dashed #348af8;
    background: none;
}
header .right-side .mail-contact .dropdown-email div:not(:last-child),
header .right-side .mail-contact .dropdown-phone div:not(:last-child),
header .right-side .phone-contact .dropdown-email div:not(:last-child),
header .right-side .lang .dropdown-lang div:not(:last-child),
header .right-side .phone-contact .dropdown-phone div:not(:last-child) {
    border-bottom: 1px solid #dee5ec;
}
header .right-side .mail-contact:hover .dropdown-email, header .right-side .phone-contact:hover .dropdown-phone {
    visibility: visible;
    opacity: 1;
}
header .right-side .mail-contact img, 
header .right-side .phone-contact img.arr,
header .right-side .lang:hover img.arr {
    transition: all .4s ease;
}
header .right-side .mail-contact:hover img, 
header .right-side .phone-contact:hover img.arr,
header .right-side .lang:hover img.arr {
    transition: all .4s ease;
    transform: rotate(180deg);
}
header .right-side .lang:hover .dropdown-lang {
    visibility: visible;
    opacity: 1;
}
header .right-side .place-for-auth-basket {
    width: 60px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    header .right-side .place-for-auth-basket {
        width: auto;
        margin-left: 20px; 
        border-right: none;
    }
}
header .right-side .auth-place {
    cursor: pointer;
}
@media screen and (max-width: 860px) {
    header .left-side .logo-slogan {
        display: none;
    }
}
header .right-side .basket-place {
    position: relative;
}
header .right-side .basket-place > img,
header .right-side .basket-place > span {
    cursor: pointer;
}
header .right-side .basket-place > span {
    position: absolute;
    right: 18px;
    bottom: -2px; 
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    color: #f76a47;
    background: white;
}
header .right-side .basket-place #basket-popup {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
    padding: 15px 0 15px 15px;
    width: 476px;
    max-height: 360px;
    background-color: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 10;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#basket-popup .title {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #303030;
}

header .right-side .basket-place #basket-popup.show {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
#basket-popup .cards .board_card .card_right {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#basket-popup .cards {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: scroll;
    max-height: 250px;
    padding-right: 15px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
#basket-popup .cards::-webkit-scrollbar {
  width: 4px;
	background-color: transparent;
}
#basket-popup .cards::-webkit-scrollbar-thumb {
  background-color: #E4EAEF;
  border-radius: 20px;
}
#basket-popup .cards .board_card {
    height: 83px;
    padding: 15px 0;
    display: flex;
    align-items: сenter;
    border-bottom: 1px solid #D8E1E9;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}
#basket-popup .cards .board_card .card_del {
    display: flex;
    align-items: center;
    margin-right: 14px;
}
#basket-popup .cards .board_card .card_del img {
  cursor: pointer;
}
#basket-popup .cards .board_card .card_img {
    width: 200px;
    height: 100%;
    margin-right: 15px;
}
#basket-popup .cards .board_card .card_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#basket-popup .cards .board_card .card_info {
    max-width: 211px;
    width: 211px;
    margin-right: 10px;
}
#basket-popup .cards .board_card .card_info .code {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #5E5E5E;
    margin-bottom: 5px;
}

#basket-popup .cards .board_card .card_info .name {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #303030;
    display: block; 
    display: -webkit-box;
    max-width: 211px;
    height: 34px; 
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
#basket-popup .cards .board_card .card_price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: flex-end;
}
#basket-popup .cards .board_card .card_price .price {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #303030;
    white-space: nowrap;
}
#basket-popup .cards .board_card .card_price .price-info {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #5E5E5E;
}
#basket-popup .buttons-group {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-right: 15px;
}
#basket-popup .buttons-group button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    padding: 9px 36px;
    cursor: pointer;
}
#basket-popup .buttons-group button:hover {
    opacity: .6;
}
#basket-popup .buttons-group .continue {
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;/*AL*/
    line-height: 17px;
    color: #5E5E5E;
    background-color: white;
}
#basket-popup .buttons-group .checkout {
    background: #FF4F32;
    border-radius: 4px;
} 
#basket-popup .buttons-group .checkout a {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;/*AL*/
    line-height: 17px;
    color: #FFFFFF;
}
@media screen and (max-width: 776px) {
  #basket-popup.modal {
    height: auto;
    width: 100%;
    padding: 15px 0 15px 15px;
  }
  #basket-popup.modal .cards {
    height: auto;
  }
  #basket-popup.modal .cards .board_card {
    height: 150px;
  }
  #basket-popup.modal .cards .board_card .card_price .price-info,
  #basket-popup.modal .cards .board_card .card_price .price {
    text-align: left;
  }
  #basket-popup .cards .board_card .card_right {
    align-items: flex-start;
  }
  #basket-popup.modal .cards .board_card .card_del {
    align-items: flex-start;
    padding-top: 15px;
  }
  #basket-popup.modal .cards .board_card .card_price {
    margin-top: 15px;
  }
  #basket-popup.modal .buttons-group {
    flex-direction: column-reverse;
  }
  #basket-popup.modal .buttons-group button {
    padding: 9px 0;
  }
  #basket-popup.modal .buttons-group .checkout {
    margin-bottom: 10px;
  }
  #basket-popup.modal .cards {
    max-height: calc(100vh - 250px);
  }

  #header .d-flex.side-settings.left-side {
    width: 30%;
  }

  header .right-side {
    width: 70%;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 560px) {
  #basket-popup {
    height: auto;
  }
  #basket-popup .cards .board_card .card_right {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #basket-popup .cards {
    height: auto;
  }
}
@media screen and (max-width: 399px) {
    #basket-popup .cards .board_card .card_info {
        width: 150px;
    }
}
@media (min-width: 100px) and (max-width: 1000px) {
    header .right-side .basket-place span {
        right: 1px;
    }
}
header .right-side .menu-960 {
    overflow: hidden;
    width: 23px; 
    transition: width .2s ease-in-out;
}
@media (min-width: 1001px) {
    header .right-side .menu-960 {
        width: 0; 
        transition: width .2s ease-in-out;
    }
}
header .right-side .menu-960 #nav-icon-menu-960 {
    position: relative;
    width: 23px;
    height: 18px;
    cursor: pointer; 
    -webkit-transition: .15s ease-in-out;
       -moz-transition: .15s ease-in-out;
         -o-transition: .15s ease-in-out;
            transition: .15s ease-in-out;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}
header .right-side .menu-960 #nav-icon-menu-960 span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1;
    border-radius: 9px;
    background: #3e445b;
    -webkit-transition: .15s ease-in-out;
       -moz-transition: .15s ease-in-out;
         -o-transition: .15s ease-in-out;
            transition: .15s ease-in-out; 
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}
header .right-side .menu-960 #nav-icon-menu-960 span:nth-child(1) {
    top: 0;
}
header .right-side .menu-960 #nav-icon-menu-960 span:nth-child(2) {
    top: 8px;
}
header .right-side .menu-960 #nav-icon-menu-960 span:nth-child(3) {
    top: 16px;
}
header .right-side .menu-960 #nav-icon-menu-960.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg);
}
header .right-side .menu-960 #nav-icon-menu-960.open span:nth-child(2) {
    left: -60px; 
    opacity: 0;
}
header .right-side .menu-960 #nav-icon-menu-960.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.menu-hamburger {
    position: absolute;
    z-index: 10; 
    top: -1000px;
    display: none;
    width: 100%;
    opacity: 0;
}
@media (min-width: 1000px) {
    .menu-hamburger {
        display: none !important;
    }
}
.menu-hamburger ul {
    background: white;
    text-align: left;
}
.menu-hamburger ul > li:first-child {
    background: linear-gradient(to top, white, #f4f4f4);
}
.menu-hamburger ul li {
    position: relative;
    z-index: 2; 
    display: flex;
    height: 54px;
    padding: 0 20px;
    border-bottom: 1px solid #dee5ec;
    cursor: pointer;

    align-items: center;
    justify-content: space-between;
}
.menu-hamburger ul li:last-child:not(li.submenu-item) {
    border-bottom: none;
}
.menu-hamburger ul .submenu-item {
    z-index: 1; 
    display: none;
    overflow: hidden;
    height: 0;
    padding-left: 40px;
}

.menu-hamburger.open ~ .blackout {
    opacity: 1;
}

#navigator-header-bottom {
    height: 51px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #navigator-header-bottom {
        display: none;
    }
}
#navigator-header-bottom .navigation-wrapper {
    position: relative;
}
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp {
    height: 100%;
}
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp .navigation-element {
    position: relative;
}
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp .navigation-element div.menu-item:first-child {
    border-right: 1px solid #dee5ec;
    border-left: 1px solid #dee5ec;

    flex-grow: 1;
}
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp .navigation-element div.menu-item:not(:first-child) {
    border-right: 1px solid #dee5ec;

    flex-grow: 1;
}
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp .navigation-element div.menu-item:last-child {
    position: relative; 
    cursor: pointer;
}
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp .navigation-element a {
    display: block;
    height: 100%;
    line-height: 50px;
    color: inherit;
    background: white;
    -webkit-transition: background .1s ease-in-out;
       -moz-transition: background .1s ease-in-out;
        -ms-transition: background .1s ease-in-out;
         -o-transition: background .1s ease-in-out;
            transition: background .1s ease-in-out;
    text-align: center; 
    white-space: nowrap;
    text-decoration: none;

    flex-grow: 1;
}
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp .navigation-element a:hover {
    color: white; 
    background: #f76a47;
}
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp .navigation-element a img {
    position: relative;
    left: 5px;
}
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp #dropdownContactLink .dropdown-menu {
    top: -51px !important; 
    margin: 0;
    padding: 0 28px;
    border: none;
    border-radius: 0;
}
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp #dropdownContactLink .dropdown-menu a {
    display: inline;
    font-size: 14px;
    color: #428cf3;
    border-bottom: 1px solid #428cf3;
    text-align: left;
}
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp #dropdownContactLink .dropdown-menu a:hover {
    background-color: transparent;
}
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp #dropdownContactLink .dropdown-menu div:first-child a {
    color: inherit;
    border-bottom: none;
}
#navigator-header-bottom .navigation-wrapper .navigation-element-wrapp #dropdownContactLink .dropdown-menu div:not(:first-child) {
    border-top: 1px solid #dee5ec;
}
#navigator-header-bottom .contact-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 144%;
    height: 100%; 
    background: white;
}
#navigator-header-bottom .contact-menu .btn-menu {
    display: inline !important;
}

#navigator-header-bottom-less-960 {
    display: none;
}
@media (min-width: 100px) and (max-width: 720px) {
    #navigator-header-bottom-less-960 {
        display: block;
    }
}
#navigator-header-bottom-less-960 .navigation-element-less-960 {
    font-size: 13px;
    font-weight: bold; 
    color: #428cf3;
    border-top: 1px solid #dee5ec;
}
#navigator-header-bottom-less-960 .navigation-element-less-960:last-child {
    box-shadow: 0 3px 5px rgba(173, 173, 173, .5);
}
#navigator-header-bottom-less-960 .title-disclose {
    height: 50px;
    padding: 0 20px;
    cursor: pointer;
}
#navigator-header-bottom-less-960 .wrapp-disclose-section {
    overflow: hidden; 
    height: 50px;
}
#navigator-header-bottom-less-960 .arrow-disclose-down {
    position: relative;
    top: -2px; 
    right: 3px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(45deg);
}
#navigator-header-bottom-less-960 .arrow-disclose-up {
    position: relative;
    top: -2px; 
    right: 3px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(-135deg);
}
#navigator-header-bottom-less-960 .section-show-hide {
    position: absolute;
    z-index: 1; 
    visibility: hidden;
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    background: white;
    box-shadow: 0 0 10px rgba(173, 173, 173, .5);
}
#navigator-header-bottom-less-960 .section-show-hide .item {
    height: 50px;
    font-size: 14px; 
    border-top: 1px solid #dee5ec;
}
#navigator-header-bottom-less-960 .section-show-hide .item a {
    color: #3e445b;
}
#navigator-header-bottom-less-960 .section-show-hide .item a:hover {
    line-height: 13px; 
    color: #428cf3;
    border-bottom: 1px dashed #428cf3;
    text-decoration: none;
}
#navigator-header-bottom-less-960 .section-show-hide .item:first-child {
    border-top: 1px solid transparent;
}

.search-promo-container {
    width: 100%;
}

@media (min-width: 100px) and (max-width: 768px) {
    .search-promo-container {
        flex-direction: column;
        margin-top: 41px;
    }
}
.search-promo-container .search-field {
    flex: .83854;
    margin-right: 5px;
}
@media (min-width: 100px) and (max-width: 768px) {
    .search-promo-container .search-field {
        margin-right: 0;
    }
}
.search-promo-container .search-field > div > div {
    flex: .5;
    margin-bottom: 9px;
}
@media (min-width: 100px) and (max-width: 768px) {
    .search-promo-container .search-field .simple-search,
    .search-promo-container .search-field .hard-search {
        flex-direction: column;
    }
}
.search-promo-container .search-field .simple-search > div:first-child,
.search-promo-container .search-field .hard-search > div:first-child {
    margin-right: 5px;
}
@media (min-width: 100px) and (max-width: 768px) {
    .search-promo-container .search-field .simple-search > div:first-child,
    .search-promo-container .search-field .hard-search > div:first-child {
        margin-right: 0;
        margin-bottom: 9px;
    }
}
.search-promo-container .search-field .hard-search {
    overflow: hidden;
    height: 0;
    opacity: 0;
}
.search-promo-container .search-field .hard-search > div:first-child {
    display: flex;
}
@media (min-width: 100px) and (max-width: 768px) {
    .search-promo-container .search-field .hard-search > div:first-child {
        display: block;
    }
}
.search-promo-container .search-field .hard-search .lighting-search label,
.search-promo-container .search-field .hard-search .highway-search label {
    margin-right: 7px;
}
.search-promo-container .search-field .hard-search .lighting-search span,
.search-promo-container .search-field .hard-search .highway-search span {
    color: white;
}
.search-promo-container .search-field .hard-search .lighting-search:not(:last-child),
.search-promo-container .search-field .hard-search .highway-search:not(:last-child) {
    margin-right: 15px;
}
.search-promo-container .search-field .half-input-search {
    position: relative;
    flex: .5;
    margin-bottom: 9px;
}
.search-promo-container .search-field .half-input-search .label-checkbox-field input {
    margin: 5px 0 0 0;
}
.flex {
    display: flex;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.search-promo-container .search-field .half-input-search .select-title {
    color: white;
    font-size: 14px;
}
.vertical-margin-10 {
    margin: 10px 0;
}
.search-promo-container .search-field .half-input-search .label-checkbox-field span {
    font-size: 14px;
    color: white;
}
.user-registered .search-promo-container .search-field .half-input-search .label-checkbox-field span,
.search-filter-manager .search-field .half-input-search .label-checkbox-field span,
.search-filter-manager .search-field .half-input-search .select-title {
    color: #3e445b;
}

#result-search-map .search-filter-manager {
    display: flex;
}

#result-search-map .search-filter-manager .search-promo-container {
    flex-direction: column;
}

#result-search-map .search-filter-manager .search-promo-container.display-none {
    display: none !important;
}

#result-search-map .search-filter-manager .search-promo-container .hard-search.open {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

#result-search-map .search-filter-manager .search-map {
    position: static;
    width: 40%;
    padding-bottom: 70px;
}

#result-search-map .search-filter-manager .search-map .wrapper-over {
    width: 100%;
}

#result-search-map .search-filter-manager #map-global-search {
    width: 60%;
    min-height: 600px;
    height: inherit!important;
}
#result-search-map .search-filter-manager #map-global-search:before {
    position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, .3);
	/* z-index: 1000; */
	cursor: pointer;
}
#result-search-map .search-filter-manager #map-global-search.enabled:before {
	content: none;
}
#result-search-map .search-filter-manager .search-map .search-field .question-mark {
    width: max-content;
    background-color: #eee;
    color: black;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none; 
    cursor: default;
}

#result-search-map .search-filter-manager .search-map .search-field .add-info {
    position: absolute;
    left: -92px;
    bottom: 130%;
    border: 1px solid #eee;
    padding: 5px;
    background-color: white;
    width: 200px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#result-search-map .search-filter-manager .search-map .search-field .question-mark:hover + .add-info {
    visibility: visible;
    opacity: 1;
}

#result-search-map .search-filter-manager .search-map .search-field .info-multi {
    margin-left: 5px;
    position: relative;
}

.search-promo-container.for-manager .search-field .hard-search {
    height: auto;
    visibility: visible;
    overflow: visible;
    opacity: 1;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

#result-search-map .search-map .search-promo-container.for-manager .d-flex.complexity-search > p {
    display: none;
}

.search-promo-container.for-manager #town-search{
    width: 100%;
}

.mb-10 {
    margin-bottom: 5px;
}

.w-100 {
    width: 100%;
}

.multi-input-height {
    height: 100px;/*AL*/
    border: 1px solid #dee5ec;
}

.a-i-c {
    align-items: center;
}

#result-search-map .search-map .for-manager .half-input-search.flex-column input[type=radio] {
    position: relative;
    opacity: 1;
    margin-right: 5px;
}

/*  */
.search-promo-container .search-field .half-input-search:first-child {
    margin-right: 5px;
}
@media (min-width: 100px) and (max-width: 768px) {
    .search-promo-container .search-field .half-input-search:first-child {
        margin-right: 0; 
        margin-bottom: 9px;
    }
}
.search-promo-container .search-button {
    flex: .16146;
}
@media (min-width: 100px) and (max-width: 768px) {
    .search-promo-container .search-button {
        flex: 1;
        margin-bottom: 20px;
    }
}
.search-promo-container .search-button .btn-start-search {
    width: 100%;
    height: 46px;
}

.complexity-search {
    margin-top: 14px;
    margin-bottom: 20px;
    align-items: center;
}
#result-search-map .search-map .search-field .complexity-search .clear-all-filters {
    cursor: pointer;
}
#result-search-map .search-map .search-filter-manager .search-field .complexity-search .clear-all-filters {
    cursor: pointer;
    color: black;
}
#promo .search-promo-container .search-field .complexity-search .clear-all-filters {
    color: white;
    cursor: pointer;
}
.complexity-search p {
    line-height: 15px; 
    color: white;
    border-bottom: 1px solid white;
    cursor: pointer;
    margin-right: 10px;
}
@media (min-width: 100px) and (max-width: 768px) {
    .complexity-search {
        margin-top: 10px;
        margin-bottom: 27px;
    }
}

.error_page .title-promo {
    margin: 0 auto;
}

.error_page .title-promo h3,
.error_page .title-promo .count-region  {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 41px;
    line-height: 49px;
    text-align: center;
    color: #303030;
}

.error_page .title-promo .count-region {
    font-size: 18px;
    line-height: 21px;
}

#promo.error_page .container-fluid {
    min-height: 500px;
}

@media (min-width: 100px) and (max-width: 1000px) {
    #promo .title-promo {
        padding-top: 37px;
    }
}

/* #promo .container-fluid-promo {
    min-height: 643px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
    transition: all .4s ease-in;
}
.no-webp #promo .container-fluid-promo {
    background-image: url('../img/promo_bg.jpeg');
}
.webp #promo .container-fluid-promo {
    background-image: url('../img/webp/promo_bg.webp');
} */

@media (min-width: 100px) and (max-width: 1000px) {
    #promo .container-fluid-promo {
        min-height: auto; 
        padding: 28px 0;
    }
}

@media (min-width: 100px) and (max-width: 1000px) {
    #promo .container-promo {
        padding: 0 20px;
    }
}

#promo .count-region {
    width: 100%; 
    font-size: 17px;
}
#promo .count-region p {
    text-align: center;
    letter-spacing: .3px;
}
#promo .count-region p span {
    font-weight: bold; 
    color: #f76a47;
}

#promo .search-promo-container {
    margin-top: 43px;
}

@media (min-width: 100px) and (max-width: 576px) {
    #promo h3 {
        padding: 0 20px; 
        line-height: 34px;
    }
    #promo .count-region {
        margin-top: 21px;
        padding: 0 10px;
    }
}

#why-we .container-fluid-why-we {
    padding-top: 70px;
    padding-bottom: 69px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #why-we .container-fluid-why-we {
        padding: 32px 20px 101px; 
        padding-right: 20px;
        padding-left: 20px;
    }
}

#why-we .title-why-we {
    width: 100%;
}

#why-we .container-explain-why-we div[class*='col-'] {
    padding: 35px 10px 14px 10px;
    text-align: center;
}

#why-we .container-explain-why-we .image-why-we {
    display: flex;
    width: 62px;
    height: 62px;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(59, 59, 59, .31);

    justify-content: center;
    align-items: center;
}

#why-we .container-explain-why-we .reason-block {
    overflow: hidden;
    /*height: 63px;*/
    margin-top: 21px;
    color: #3e445b;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition:all .4s ease;
}
#why-we .container-explain-why-we .reason-block .title {
    margin-bottom: 7px; 
    font-size: 12px;/*AL*/
    font-weight: bold;
    text-transform: capitalize;
}
#why-we .container-explain-why-we .reason-block .text {
    font-size: 14px;/*AL*/
    line-height: 19px; 
    opacity: .7;
}

#why-we .container-explain-why-we .show-more {
    display: inline-block;
    margin-top: 11px; 
    font-size: 10px;/*AL*/
    font-weight: bold;
    color: #428cf3;
    outline: none;
    border: none;
    border-bottom: 1px dashed #428cf3;
    cursor: pointer;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0;
}

@media (min-width: 100px) and (max-width: 1000px) {
    #why-we .container-explain-why-we div[class*='col-'] {
        padding: 21px 10px 14px 10px;
        text-align: center;
    }
    #why-we .slick-boards-theme .slick-dots {
        bottom: -57px;
    }
}

#start-now {
    color: white;
}

.no-webp #start-now .container-fluid-start-now {
    background: url('../img/reg-action-bg.jpeg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
.webp #start-now .container-fluid-start-now {
    background: url('../img/webp/reg-action-bg.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
#start-now .container-start-now {
    padding-top: 66px;
    padding-bottom: 77px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #start-now .container-start-now {
        padding-right: 20px;
        padding-left: 20px;
    }
}
#start-now .title-action-reg {
    display: inline-block;
    margin-bottom: 9px;
    font-size: 23px;
}
#start-now .list-of-advantages {
    height: 100%;
    padding-right: 26px; 
    letter-spacing: .2px;
}
#start-now .list-of-advantages ol {
    display: flex;
    flex-direction: column;
    height: 81%;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    list-style-position: outside;
    font-size: 14px;/*AL*/
    line-height: 19px;

    justify-content: space-between;
}
#start-now .list-of-advantages ol > li {
    margin-bottom: 24px; 
    padding-left: 36px;
    list-style-type: none;
    counter-increment: list;
}
#start-now .list-of-advantages ol > li:before {
    position: absolute;
    left: -1px;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-weight: bold;
    line-height: 21px; 
    color: initial;
    border-radius: 10px;
    background: white;
    content: counter(list) ' ';
    text-align: center;
}
.input-not-valid {
    color: red!important;
    border: 1px solid red!important;
}
.input-not-valid::placeholder {
    color: red!important;
    opacity: 1!important; 
}
.input-valid {
    color: green!important;
    border: 1px solid green!important;
}
.input-valid::placeholder {
    color: green!important;
    opacity: 1!important; 
}
#start-now .list-of-advantages ol > li:last-child {
    margin-bottom: 0;
}
#start-now .reg-action-place input {
    margin-bottom: 15px;
}
#start-now .reg-action-place input:last-child {
    margin-bottom: 26px;
}
@media (min-width: 100px) and (max-width: 767px) {
    #start-now .reg-action-place input:last-child {
        margin-bottom: 10px;
    }
}
#start-now .action-regs-field {
    padding-left: 30px;
}
@media (min-width: 100px) and (max-width: 767px) {
    #start-now .action-regs-field {
        padding-left: 0;
        text-align: center;
    }
}
#start-now .button-registration {
    width: 100%;
}
#start-now .btn-start-action-reg {
    padding: 0 35.5px;
    padding-bottom: 4px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #start-now .btn-start-action-reg {
        width: 100%;
    }
}
#start-now .method-action-reg {
    display: flex;
    flex-direction: row; 

    justify-content: space-between;
    align-items: center;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #start-now .method-action-reg {
        flex-direction: column;
    }
}
#start-now .method-action-reg .social-reg {
    width: 35px;
    height: 35px;
    margin-left: 7px; 
    border: 2px solid #7a5044;
    border-radius: 20px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #start-now .method-action-reg .social-reg {
        margin-top: 24px;
    }
}
#start-now .method-action-reg .social-reg i {
    font-size: 16px;
}
#start-now .method-action-reg .social-reg:first-child {
    margin-left: 0;
}
#start-now .method-action-reg .twitter i {
    font-size: 19px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #start-now .container-start-now {
        padding: 37px 20px 48px;
    }
    #start-now .title-action-reg {
        margin-bottom: 17px; 
        font-size: 21px;
        font-weight: bold;
    }
    #start-now .title-action-reg input:last-child {
        margin-bottom: 10px;
    }
}

#write-about-us .container-fluid-about-us {
    padding-top: 71px;
    padding-bottom: 121px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #write-about-us .container-fluid-about-us {
        padding-bottom: 77px;
    }
}
@media (min-width: 100px) and (max-width: 767px) {
    #write-about-us .container-fluid-about-us {
        padding-top: 40px;
    }
}

#write-about-us .title-write-about-us-media {
    width: 100%;
}
@media (min-width: 100px) and (max-width: 767px) {
    #write-about-us .title-write-about-us-media h3 {
        padding: 0 20px;
        line-height: 32px;
    }
}

#write-about-us .what-write-media {
    display: flex;
    margin-top: 51px; 

    justify-content: space-around;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #write-about-us .what-write-media {
        margin-top: 23px;
    }
}
#write-about-us .what-write-media .slick-list {
    width: 860px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #write-about-us .what-write-media .slick-list {
        width: 550px;
    }
}
@media (min-width: 100px) and (max-width: 575px) {
    #write-about-us .what-write-media .slick-list {
        width: 330px;
    }
}
#write-about-us .what-write-media .slick-list .slick-track {
    display: flex;

    align-items: center;
}
#write-about-us .what-write-media .slick-list .about-us-for-media-item {
    display: flex;
    width: 90px;
    height: 90px;
    margin: 0 10px;
    border: 1px solid #e5e7ea;
    border-radius: 50px;
    outline: none; 
    cursor: pointer;

    justify-content: center;
    align-items: center;
}
#write-about-us .what-write-media .slick-list .about-us-for-media-item:hover {
    border: 3px solid #f76a47;
}
#write-about-us .what-write-media .slick-dots {
    bottom: -40px;
}
@media (min-width: 100px) and (max-width: 767px) {
    #write-about-us .what-write-media .slick-dots {
        bottom: -47px;
    }
}

#write-about-us .title-write-about-us-user {
    width: 100%;
    margin-top: 61px;
}
#write-about-us .title-write-about-us-user .about-us-for-user-block {
    position: relative;
    margin-top: 58px; 
    margin-bottom: 6px;
    text-align: center;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #write-about-us .title-write-about-us-user .about-us-for-user-block {
        margin-right: 20px;
        margin-left: 20px;
    }
}
#write-about-us .title-write-about-us-user .about-us-for-user-block .img-user {
    position: absolute;
    top: -24px;
    left: calc(50% - 23.5px);
    width: 47px;
    height: 47px;
    opacity: 1; 
    border-radius: 30px;
}
#write-about-us .title-write-about-us-user .what-write-user .slick-list .about-us-for-user-item {
    position: relative; 
    height: auto;
    box-shadow: 0.382px 1.963px 7.36px 0.64px rgba(61, 68, 92, 0.12);
    margin: 0 20px; 
    outline: none;
}
#write-about-us .title-write-about-us-user .what-write-user .slick-list .about-us-for-user-item .user-review-block {
    overflow: hidden;
    margin-top: 50px;
    padding: 0 200px 40px 200px; 
    color: #3e445b;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #write-about-us .title-write-about-us-user .what-write-user .slick-list .about-us-for-user-item .user-review-block {
        padding: 0 25px 25px 25px;
    }
}
#write-about-us .title-write-about-us-user .what-write-user .slick-list .about-us-for-user-item .user-review-block .title {
    margin-bottom: 7px; 
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
#write-about-us .title-write-about-us-user .what-write-user .slick-list .about-us-for-user-item .user-review-block .text {
    font-size: 16px;
    line-height: 19px; 
    opacity: .7;
    margin-bottom: 20px;
}
#write-about-us .title-write-about-us-user .what-write-user .slick-dots {
    bottom: -45px;
}
@media (min-width: 100px) and (max-width: 767px) {
    #write-about-us .title-write-about-us-user {
        margin-top: 84px;
    }
    #write-about-us .title-write-about-us-user h3 {
        padding: 0 20px;
        line-height: 32px;
    }
    #write-about-us .title-write-about-us-user .about-us-for-user-block {
        margin-top: 47px;
    }
}

#type-board a {
    border-bottom: 1px solid #3e445b;
}

#type-board ul {
    padding: 26px 0;
}
#type-board ul li {
    position: relative;
    overflow: hidden;
    padding-left: 43px; 
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#type-board ul li:before {
    position: absolute;
    top: 8px;
    left: 18px;
    width: 20px;
    height: 17px;
    background: url('../img/ic_keyboard_arrow_right_24px_orange.svg') no-repeat;
    content: '';
    transform: rotate(-90deg);
}

#type-board h3 {
    margin-bottom: 28px;
}

#type-board .container-fluid-type-board {
    padding-top: 72px;
    padding-bottom: 92px; 
    background: #f6f7fa;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #type-board .container-fluid-type-board {
        padding: 34px 20px 67px;
    }
    #type-board .container-fluid-type-board h3 {
        margin-bottom: 17px; 
        text-align: center !important;
    }
}

#type-board .rows-type-board {
    position: relative; 
    z-index: 2;
    box-shadow: 0 0 10px rgba(59, 59, 59, .31);
}

#type-board .line-2 {
    box-shadow: 0 4px 10px rgba(59, 59, 59, .31);
}

#type-board .line-3 {
    box-shadow: 0 4px 10px rgba(59, 59, 59, .31);
}

#type-board svg path {
    -webkit-transition: fill .25s ease-in-out;
       -moz-transition: fill .25s ease-in-out;
        -ms-transition: fill .25s ease-in-out;
         -o-transition: fill .25s ease-in-out;
            transition: fill .25s ease-in-out;
}

#type-board .type-board {
    display: flex;
    height: 79px; 
    font-size: 12px;/*AL*/
    font-weight: bold;
    border: 1px solid #dce3ea;
    border-top: 1px solid #dce3ea;
    border-left: 1px solid transparent;
    background: white;
    cursor: pointer;
    -webkit-transition: border .1s ease-in-out;
       -moz-transition: border .1s ease-in-out;
        -ms-transition: border .1s ease-in-out;
         -o-transition: border .1s ease-in-out;
            transition: border .1s ease-in-out;

    align-items: center;
    justify-content: space-between;
}
#type-board .type-empty {
    display: flex;
    height: 79px; 
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #dce3ea;
    border-top: 1px solid #dce3ea;
    border-left: 1px solid transparent;
    background: white;
    -webkit-transition: border .1s ease-in-out;
       -moz-transition: border .1s ease-in-out;
        -ms-transition: border .1s ease-in-out;
         -o-transition: border .1s ease-in-out;
            transition: border .1s ease-in-out;

    align-items: center;
    justify-content: space-between;
}
#type-board .type-board:hover {
    border: 4px solid #f76a47;
}
#type-board .type-board:hover path {
    fill: #fc6b40;
}
#type-board .type-board:hover .board-type-name {
    color: #f76a47;
}
#type-board .type-board .board-type-name {
    position: relative;
    left: 30px;
    text-transform: uppercase;
}

#type-board .active {
    color: #f76a47; 
    border: 4px solid #f76a47;
}
#type-board .active path {
    fill: #fc6b40;
}

#type-board .image-type-board {
    position: relative;
    right: 22px;
    display: flex;
    width: 41px;
    height: 41px;
    border-radius: 20px; 
    box-shadow: 0 0 16px rgba(59, 59, 59, .31);

    align-items: center;
    justify-content: center;
}

#type-board .show-town-for-this-type {
    border-right: 1px solid #e4e7ea; 
    border-left: 1px solid #e4e7ea;
    background: white;
}
#type-board .show-town-for-this-type .hide {
    display: none;
}

#type-board .town-for-display.hide {
    display: none;
}

.no-webp #subscribe .container-fluid-subscribe {
    border: 6px solid;
    border-right: none;
    border-left: none;
    border-image: url('../img/subscribe-border.svg') 6 repeat; 
    background: url('../img/bg-subscribe.jpeg') no-repeat center center;
    background-size: cover;
}
.webp #subscribe .container-fluid-subscribe {
    border: 6px solid;
    border-right: none;
    border-left: none;
    border-image: url('../img/subscribe-border.svg') 6 repeat; 
    background: url('../img/webp/bg-subscribe.webp') no-repeat center center;
    background-size: cover;
}

@media (min-width: 100px) and (max-width: 1000px) {
    #subscribe .container-fluid-subscribe {
        padding-right: 20px;
        padding-left: 20px;
    }
}

#subscribe .title-subscribe {
    width: 100%;
    margin-bottom: 13px; 
    color: white;
    text-align: center;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #subscribe .title-subscribe {
        margin-bottom: 0;
    }
}

#subscribe .subscribe-field-btn {
    width: 100%;
    margin-bottom: 24px;
}
@media (min-width: 100px) and (max-width: 576px) {
    #subscribe .subscribe-field-btn {
        flex-direction: column;
        margin-bottom: 0;
    }
}

#subscribe .subscribe-field {
    flex: .834; 
    width: 100%;
}
@media (min-width: 100px) and (max-width: 576px) {
    #subscribe .subscribe-field {
        flex-direction: column;
        flex: 1;
    }
}
#subscribe .subscribe-field > div {
    flex: .5; 
    margin-right: 5px;
}
@media (min-width: 100px) and (max-width: 576px) {
    #subscribe .subscribe-field > div {
        flex: 1;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

#subscribe .subscribe-btn {
    flex: .166;
}
#subscribe .subscribe-btn .btn-subscribe {
    width: 100%;
    line-height: 41px;
}
@media (min-width: 100px) and (max-width: 576px) {
    #subscribe .subscribe-btn {
        margin-top: 11px;
    }
}

#subscribe .do-more-567 {
    display: none;
    width: 100%;
    margin-bottom: 19px;
    padding: 0 20px; 
    font-size: 13px;
    color: white;
    text-align: center;
    word-spacing: 1px;
}
@media (max-width: 576px) {
    #subscribe .do-more-567 {
        display: block;
    }
}

#subscribe .do-more {
    width: 100%;
    font-size: 14px;/*AL*/
    color: white;
    text-align: center;
    word-spacing: 1px;
}
@media (min-width: 100px) and (max-width: 576px) {
    #subscribe .do-more {
        display: none;
    }
}

#subscribe .container-subscribe {
    padding: 37px 0 40px 0;
}
@media (min-width: 100px) and (max-width: 567px) {
    #subscribe .container-subscribe {
        padding: 26px 0 43px 0;
    }
}

#description .container-fluid-description {
    padding: 65px 20px 85px; 
    background: white;
}

#description .title {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: bold;
    opacity: 1; 
    text-transform: uppercase;
}

#description p, #description li {
    font-size: 14px;/*AL*/
    line-height: 22px;
    opacity: .7;
    word-spacing: 1.1px;
}

#description .show-more {
    display: inline-block;
    margin-top: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #428cf3;
    border-bottom: 1px dashed #428cf3;
    cursor: pointer;
    letter-spacing: .4px; 
    text-transform: uppercase;
    width: max-content;
}

#contact-with-us .container-fluid-contact-with-us {
    padding: 50px; 
    color: white;
    background: #212126;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #contact-with-us .container-fluid-contact-with-us {
        padding: 26px 20px 46px 20px;
    }
}

#contact-with-us .wrapp-footer-contanct {
    display: flex;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #contact-with-us .wrapp-footer-contanct {
        flex-direction: column;
    }
}

#contact-with-us .feedback-form {
    width: 50%; 
    padding: 41px;
    border-radius: 5px;
    background: #28282d;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #contact-with-us .feedback-form {
        width: 100%;
        padding: 20px;
    }
}
#contact-with-us .feedback-form h3 {
    margin-bottom: 16px;
    font-size: 19px;
    font-weight: 900; 
    line-height: 19px;
    text-align: left;
    letter-spacing: .5px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #contact-with-us .feedback-form h3 {
        text-align: left;
    }
}
#contact-with-us .feedback-form input {
    height: 42px; 
    margin-bottom: 10px;
    color: white;
    border: none;
    background: #212126;
    border: 1px solid transparent;
    transition: all .4s ease;
}
#contact-with-us .feedback-form .title {
    margin-bottom: 18px;
}
#contact-with-us .feedback-form .btn-subscribe {
    margin-top: 2px; 
    padding: 0 36px;
    display: flex;
    flex: .1; 
}
@media (min-width: 100px) and (max-width: 767px) {
    #contact-with-us .feedback-form .btn-subscribe {
        margin-top: 30px;
    }
}
#contact-with-us .feedback-form .contact-us {
    display: flex;
    margin-top: 12px; 
    align-items: flex-end;
    justify-content: space-between;
}
#contact-with-us .feedback-form .contact-us .check-robot {
    display: flex; 
    flex: 0.9;
    align-items: center;
    align-self: flex-start;
}
#contact-with-us .feedback-form .contact-us label.label-box.chBox {
    height: 35px;
}
#contact-with-us .feedback-form .contact-us label.label-box.chBox div.box {
    width: 68px;
    min-width: 68px;
    height: 33px; 
    border: 1px solid #212126;
    background: #212126;
}
#contact-with-us .feedback-form .contact-us label.label-box.chBox div.box:after {
    top: 2px;
    left: 3px;
    width: 27px;
    height: 27px;
}
#contact-with-us .feedback-form .contact-us label.label-box.chBox span {
    margin-left: 17px;
    padding-top: 5px; 
    line-height: 15px;
    color: #4a4c54;
}
#contact-with-us .feedback-form .contact-us label.label-box.chBox input:checked + div.box {
    border: 1px solid #f76a47; 
    background: #f76a47;
}
#contact-with-us .feedback-form .contact-us label.label-box.chBox input:checked + div.box:after {
    left: calc(100% - 3px);
}
@media (min-width: 100px) and (max-width: 767px) {
    #contact-with-us .feedback-form .contact-us {
        flex-direction: column;
    }
}

#contact-with-us .our-contact {
    display: flex;
    flex-direction: column;
    width: 50%; 
    padding-left: 65px;

    justify-content: space-between;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #contact-with-us .our-contact {
        width: 100%; 
        padding-left: 0;
    }
}
#contact-with-us .our-contact .subscribe-upd p {
    margin-bottom: 16px; 
    font-size: 19px;
    line-height: 18px;
}
@media (min-width: 768px) and (max-width: 1000px) {
    #contact-with-us .our-contact .subscribe-upd p {
        margin-top: 16px;
    }
}
@media (min-width: 100px) and (max-width: 767px) {
    #contact-with-us .our-contact .subscribe-upd p {
        margin-top: 42px;
    }
}
#contact-with-us .our-contact .subscribe-upd .wrapp-subscribe {
    position: relative;
}
#contact-with-us .our-contact .subscribe-upd .wrapp-subscribe input {
    height: 46px;
    padding-right: 50px; 
    color: white;
    border: 2px solid #26272d;
    border-radius: 3px;
    background: #212126;
}
#contact-with-us .our-contact .subscribe-upd .img-subs {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    background: #5cbc59;
    cursor: pointer;
    -webkit-transition: background .25s ease-in-out;
       -moz-transition: background .25s ease-in-out;
        -ms-transition: background .25s ease-in-out;
         -o-transition: background .25s ease-in-out;
            transition: background .25s ease-in-out;
    text-align: center;
}
#contact-with-us .our-contact .subscribe-upd .img-subs:hover {
    background: #439240;
}
#contact-with-us .our-contact .subscribe-upd .img-subs img {
    margin-top: 9px;
}
#contact-with-us .our-contact .contact-footer p {
    margin-bottom: 16px; 
    font-size: 19px;
    line-height: 18px;
}
@media (min-width: 768px) and (max-width: 1000px) {
    #contact-with-us .our-contact .contact-footer p {
        margin-top: 16px;
    }
}
@media (min-width: 100px) and (max-width: 767px) {
    #contact-with-us .our-contact .contact-footer p {
        margin-top: 36px;
    }
}
#contact-with-us .our-contact .contact-footer .wrapp-contact {
    display: flex;
    width: 100%; 
    border: 2px solid #26272d;
    border-radius: 3px;
}
@media (min-width: 100px) and (max-width: 500px) {
    #contact-with-us .our-contact .contact-footer .wrapp-contact {
        flex-direction: column;
    }
}
#contact-with-us .our-contact .contact-footer .wrapp-contact > div {
    position: relative;
    width: 50%;
    padding-top: 19px;
    padding-bottom: 22px;
}
@media (min-width: 100px) and (max-width: 500px) {
    #contact-with-us .our-contact .contact-footer .wrapp-contact > div {
        width: 100%;
    }
}
#contact-with-us .our-contact .contact-footer .wrapp-contact .icon {
    position: absolute;
    top: 16px; 
    left: 11px;
    width: 38px;
    height: 38px;
    border: 2px solid #26272d;
    border-radius: 50%;
    text-align: center;
}
#contact-with-us .our-contact .contact-footer .wrapp-contact .ph-cont {
    border-right: 2px solid #26272d;
}
@media (min-width: 100px) and (max-width: 500px) {
    #contact-with-us .our-contact .contact-footer .wrapp-contact .ph-cont {
        border-right: 0;
        border-bottom: 2px solid #26272d;
    }
}
#contact-with-us .our-contact .contact-footer .wrapp-contact .ph-cont .icon img {
    margin-top: 6px;
}
#contact-with-us .our-contact .contact-footer .wrapp-contact .ph-cont ul {
    /*padding-left: 69px;*/
    padding-left: 49px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #contact-with-us .our-contact .contact-footer .wrapp-contact .ph-cont ul {
        padding-left: 0;
        text-align: center;
    }
}
#contact-with-us .our-contact .contact-footer .wrapp-contact .eml-cont .icon img {
    margin-top: 10px;
}
#contact-with-us .our-contact .contact-footer .wrapp-contact .eml-cont ul {
    padding-left: 67px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #contact-with-us .our-contact .contact-footer .wrapp-contact .eml-cont ul {
        padding-left: 0;
        text-align: center;
    }
}
#contact-with-us .our-contact ul {
    letter-spacing: .2px;
}
#contact-with-us .our-contact ul li {
    line-height: 27px;
}
#contact-with-us .our-contact ul li a {
    position: relative;
    font-size: 11px;/*AL*/
    color: white;
    -webkit-transition: color .25s ease-in-out;
       -moz-transition: color .25s ease-in-out;
        -ms-transition: color .25s ease-in-out;
         -o-transition: color .25s ease-in-out;
            transition: color .25s ease-in-out;
    letter-spacing: .4px;
}
#contact-with-us .our-contact ul li a:after {
    position: absolute;
    bottom: -3px;
    left: 0; 
    width: 100%;
    border-bottom: 1px solid white;
    content: '';
    -webkit-transition: border .25s ease-in-out;
       -moz-transition: border .25s ease-in-out;
        -ms-transition: border .25s ease-in-out;
         -o-transition: border .25s ease-in-out;
            transition: border .25s ease-in-out;
}
#contact-with-us .our-contact ul li a:hover {
    color: #348af8;
}
#contact-with-us .our-contact ul li a:hover:after {
    border-bottom: 1px solid #348af8;
}

#main-footer .container-fluid-main-footer {
    padding: 27px 0 54px 0; 
    font-size: 11px;/*AL*/
    color: white;
    background: #1d1d21;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #main-footer .container-fluid-main-footer {
        padding: 27px 20px 44px 20px;
    }
}

#main-footer .reverse-footer {
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #main-footer .reverse-footer {
        flex-direction: column-reverse;
    }
}

@media (min-width: 100px) and (max-width: 1000px) {
    #main-footer .copyright {
        margin-top: 43px; 
        text-align: center;
    }
}

#main-footer .list-link {
    color: white;
    text-align: right;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #main-footer .list-link {
        flex-direction: column;
        text-align: center;
    }
}
#main-footer .list-link ul li {
    display: inline;
}
@media (min-width: 100px) and (max-width: 767px) {
    #main-footer .list-link ul li {
        display: block; 
        line-height: 33px;
    }
}
#main-footer .list-link .contacts {
    display: inline-block;
    position: relative;
}
#main-footer .list-link .contacts:hover .additionally {
   opacity: 1;
   visibility: visible;
}
#main-footer .list-link .contacts .additionally {
    position: absolute;
    background-color: white;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease-in-out;
    padding: 10px;
    top: -130px;
    right: 0;
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#main-footer .list-link .contacts .additionally a {
    color: black;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    text-align: left;
    font-size: 11px;/*AL*/
    color: black;
}
#main-footer .list-link .contacts .title {
    cursor: pointer;
}
#main-footer .list-link a, #main-footer .list-link .contacts {
    margin-left: 26px; 
    color: white;
    border-bottom: 1px solid #535353;
}
@media (min-width: 100px) and (max-width: 767px) {
    #main-footer .list-link a, #main-footer .list-link .contacts {
        margin-left: 0;
    }
}

@media (min-width: 100px) and (max-width: 1000px) {
    #breadcrumbs {
        display: none;
    }
}

#breadcrumbs .container-breadcrumbs {
    display: flex;
    height: 48px; 

    align-items: center;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #breadcrumbs .container-breadcrumbs {
        padding: 0 20px;
    }
}
#breadcrumbs .row.no-gutters {
    width: 100%;
}

#breadcrumbs ul {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%; 
    overflow: hidden;
}

#breadcrumbs ul:after {
    height: 100%;
    position: absolute;
    width: 30px;
    bottom: 0;
    right: 0;
    content: "";
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), #fff 100%);
}

#breadcrumbs ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 18px;
    font-size: 11px;/*AL*/
    line-height: 1;
}
#breadcrumbs ul li:after {
    position: absolute;
    right: -12px; 
    top: 0;
    color: #898c97;
    content: '/';
}
#breadcrumbs ul li:first-child a {
    border-bottom: none;
}
#breadcrumbs ul li:last-child:after {
    display: none;
}
#breadcrumbs ul li a {
    color: #898c97;
    border-bottom: 1px solid;
}
#breadcrumbs ul li .home {
    position: relative;
    /*top:-2px;*//*AL*/
}
#breadcrumbs ul li p {
    white-space: nowrap;
    color: #3e445b;
    letter-spacing: .4px;
    position: relative;
}

#selected-filters {
    padding: 10px 23px 0;
    display: flex;
    flex-wrap: wrap;
}

#selected-filters > div {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    background-color: #eee;
    width: max-content;
    margin-right: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#selected-filters .selected-filter__item {
    margin-right: 10px;
    padding: 5px 0 5px 10px;
}

#selected-filters .selected-filter__item img {
    height: 15px;
    cursor: pointer;
}

#result-search-map .container-fluid-map {
    position: relative;
}

#result-search-map .container-fluid-map.close-map .search-map {
    position: relative;
}

#result-search-map .container-fluid-map.close-map .over-map {
    display: none;
}

#result-search-map .container-fluid-map.close-map .collapse-map {
    position: relative;
}
#result-search-map .container-fluid-map.close-map .collapse-map .wrapper-over span {
    bottom: -27px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px; 
    border-bottom-left-radius: 5px;
}

#result-search-map .container-fluid-map.close-map .set-label-view {
    display: none;
}

#result-search-map .container-fluid-map.open-map #map-global-search {
    z-index: 3; 
    height: 600px;
}

#result-search-map .container-fluid-map.open-map .collapse-map {
    position: absolute;
}

#result-search-map .container-fluid-map.open-map .over-map {
    display: block;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-map .container-fluid-map.open-map .over-map {
        display: none;
    }
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-map .container-fluid-map.open-map .over-map {
        display: none;
    }
}

#result-search-map .search-map,
#result-search-map .over-map,
#result-search-map .collapse-map,
#result-search-map .set-label-view {
    position: absolute;
    top: 0; 
    width: 100%;
    height: 100%;
}
#result-search-map .search-map .wrapper-over,
#result-search-map .over-map .wrapper-over,
#result-search-map .collapse-map .wrapper-over,
#result-search-map .set-label-view .wrapper-over {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 960px;
    height: 100%; 
    margin: 0 auto;

    justify-content: space-between;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-map .search-map .wrapper-over,
    #result-search-map .over-map .wrapper-over,
    #result-search-map .collapse-map .wrapper-over,
    #result-search-map .set-label-view .wrapper-over {
        width: 100%;
        padding: 0 20px;
    }
}
#result-search-map .search-map .wrapper-over .search,
#result-search-map .over-map .wrapper-over .search,
#result-search-map .collapse-map .wrapper-over .search,
#result-search-map .set-label-view .wrapper-over .search {
    position: relative;
    z-index: 5; 
    padding: 0 23px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: white;
}
#result-search-map .search-map .wrapper-over .search .search-promo-container .search-field,
#result-search-map .over-map .wrapper-over .search .search-promo-container .search-field,
#result-search-map .collapse-map .wrapper-over .search .search-promo-container .search-field,
#result-search-map .set-label-view .wrapper-over .search .search-promo-container .search-field {
    flex: 1;
}
#result-search-map .search-map .wrapper-over .search .search-promo-container .search-button,
#result-search-map .over-map .wrapper-over .search .search-promo-container .search-button,
#result-search-map .collapse-map .wrapper-over .search .search-promo-container .search-button,
#result-search-map .set-label-view .wrapper-over .search .search-promo-container .search-button {
    flex: none;
}
#result-search-map .search-map .wrapper-over .search .search-promo-container .search-button .btn-start-search,
#result-search-map .over-map .wrapper-over .search .search-promo-container .search-button .btn-start-search,
#result-search-map .collapse-map .wrapper-over .search .search-promo-container .search-button .btn-start-search,
#result-search-map .set-label-view .wrapper-over .search .search-promo-container .search-button .btn-start-search {
    padding: 0 30px;
}
#result-search-map .search-map .wrapper-over .search .complexity-search p,
#result-search-map .over-map .wrapper-over .search .complexity-search p,
#result-search-map .collapse-map .wrapper-over .search .complexity-search p,
#result-search-map .set-label-view .wrapper-over .search .complexity-search p {
    color: #428cf3;
    text-decoration: underline;
}
#result-search-map .search-map .wrapper-over .search .lighting-search span,
#result-search-map .search-map .wrapper-over .search .highway-search span,
#result-search-map .over-map .wrapper-over .search .lighting-search span,
#result-search-map .over-map .wrapper-over .search .highway-search span,
#result-search-map .collapse-map .wrapper-over .search .lighting-search span,
#result-search-map .collapse-map .wrapper-over .search .highway-search span,
#result-search-map .set-label-view .wrapper-over .search .lighting-search span,
#result-search-map .set-label-view .wrapper-over .search .highway-search span {
    color: #428cf3;
}
#result-search-map .search-map .wrapper-over .list-type-board,
#result-search-map .over-map .wrapper-over .list-type-board,
#result-search-map .collapse-map .wrapper-over .list-type-board,
#result-search-map .set-label-view .wrapper-over .list-type-board {
    position: absolute;
    z-index: 3; 
    bottom: 0;
    width: 100%;
}
#result-search-map .search-map .wrapper-over .list-type-board ul,
#result-search-map .over-map .wrapper-over .list-type-board ul,
#result-search-map .collapse-map .wrapper-over .list-type-board ul,
#result-search-map .set-label-view .wrapper-over .list-type-board ul {
    display: flex;
}
#result-search-map .search-map .wrapper-over .list-type-board ul li,
#result-search-map .over-map .wrapper-over .list-type-board ul li,
#result-search-map .collapse-map .wrapper-over .list-type-board ul li,
#result-search-map .set-label-view .wrapper-over .list-type-board ul li {
    display: flex;
    flex-direction: column;
    width: 10%;
    height: 54px;
    border-left: 1px solid #dce3ea;
    background: white;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
    text-align: center; 

    align-items: center;
    justify-content: center;
}
#result-search-map .search-map .wrapper-over .list-type-board ul li path,
#result-search-map .over-map .wrapper-over .list-type-board ul li path,
#result-search-map .collapse-map .wrapper-over .list-type-board ul li path,
#result-search-map .set-label-view .wrapper-over .list-type-board ul li path {
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#result-search-map .search-map .wrapper-over .list-type-board ul li:first-child,
#result-search-map .over-map .wrapper-over .list-type-board ul li:first-child,
#result-search-map .collapse-map .wrapper-over .list-type-board ul li:first-child,
#result-search-map .set-label-view .wrapper-over .list-type-board ul li:first-child {
    border-left: 0;
    border-top-left-radius: 5px;
}
#result-search-map .search-map .wrapper-over .list-type-board ul li:last-child,
#result-search-map .over-map .wrapper-over .list-type-board ul li:last-child,
#result-search-map .collapse-map .wrapper-over .list-type-board ul li:last-child,
#result-search-map .set-label-view .wrapper-over .list-type-board ul li:last-child {
    border-top-right-radius: 5px;
}
#result-search-map .search-map .wrapper-over .list-type-board ul li:hover,
#result-search-map .over-map .wrapper-over .list-type-board ul li:hover,
#result-search-map .collapse-map .wrapper-over .list-type-board ul li:hover,
#result-search-map .set-label-view .wrapper-over .list-type-board ul li:hover {
    color: white; 
    background: #5cbc59;
}
#result-search-map .search-map .wrapper-over .list-type-board ul li:hover path,
#result-search-map .over-map .wrapper-over .list-type-board ul li:hover path,
#result-search-map .collapse-map .wrapper-over .list-type-board ul li:hover path,
#result-search-map .set-label-view .wrapper-over .list-type-board ul li:hover path {
    /* fill: white; */
}
#result-search-map .search-map .wrapper-over .list-type-board ul li.select,
#result-search-map .over-map .wrapper-over .list-type-board ul li.select,
#result-search-map .collapse-map .wrapper-over .list-type-board ul li.select,
#result-search-map .set-label-view .wrapper-over .list-type-board ul li.select {
    color: white; 
    background: #5cbc59;
}
#result-search-map .search-map .wrapper-over .list-type-board ul li.select path,
#result-search-map .over-map .wrapper-over .list-type-board ul li.select path,
#result-search-map .collapse-map .wrapper-over .list-type-board ul li.select path,
#result-search-map .set-label-view .wrapper-over .list-type-board ul li.select path {
    fill: white;
}
#result-search-map .search-map .wrapper-over .list-type-board ul li.select polygon,
#result-search-map .over-map .wrapper-over .list-type-board ul li.select polygon,
#result-search-map .collapse-map .wrapper-over .list-type-board ul li.select polygon,
#result-search-map .set-label-view .wrapper-over .list-type-board ul li.select polygon {
    fill: white;
}
#Shape{
    fill: #444444 !important;
}
#result-search-map .search-map .wrapper-over .list-type-board .style-marker,
#result-search-map .over-map .wrapper-over .list-type-board .style-marker,
#result-search-map .collapse-map .wrapper-over .list-type-board .style-marker,
#result-search-map .set-label-view .wrapper-over .list-type-board .style-marker {
    /* width: 15px;
    height: 17px;     */
    width: 30px;
    height: 30px;
}
#result-search-map .search-map .wrapper-over .list-type-board .style-marker + p,
#result-search-map .over-map .wrapper-over .list-type-board .style-marker + p,
#result-search-map .collapse-map .wrapper-over .list-type-board .style-marker + p,
#result-search-map .set-label-view .wrapper-over .list-type-board .style-marker + p {
    font-size: 11px;
}
#result-search-map .search-map .wrapper-over .mob-view-map,
#result-search-map .over-map .wrapper-over .mob-view-map,
#result-search-map .collapse-map .wrapper-over .mob-view-map,
#result-search-map .set-label-view .wrapper-over .mob-view-map {
    position: absolute;
    z-index: 5; 
    bottom: 0;
    width: 100%;
}

#result-search-map .search-map {
    position: absolute;
}
@media (min-width: 721px) and (max-width: 1000px) {
    #result-search-map .search-map {
        position: relative; 
        padding-top: 20px;
        border-top: 1px solid #dee5ec;
    }
}
@media (min-width: 100px) and (max-width: 720px) {
    #result-search-map .search-map {
        position: relative;
        padding: 20px 0;
        height: max-content;
    }
}

#result-search-map .collapse-map span {
    position: absolute;
    z-index: 4;
    right: 4px;
    bottom: 54px;
    padding-right: 45px;
    padding-left: 10px; 
    font-size: 11px;
    line-height: 27px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: white;
    cursor: pointer;
}
#result-search-map .collapse-map span:after {
    position: absolute;
    top: 7px; 
    right: 12px;
    border: 4px solid transparent;
    border-bottom: 5px solid #3e445b;
    content: '';
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-map .collapse-map span {
        right: 20px;
        bottom: 33px;
        padding-right: 10px; 
        color: white;
        background: #5cbc59;
    }
    #result-search-map .collapse-map span:after {
        display: none;
    }
}

#result-search-map .set-label-view {
    display: none;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-map .set-label-view {
        display: block;
    }
    #result-search-map .set-label-view .wrapper-over {
        padding: 0;
    }
    #result-search-map .set-label-view .wrapper-over .mob-view-map {
        bottom: -25px;
    }
}
#result-search-map .set-label-view .mob-view-map {
    padding: 0 20px;
}
#result-search-map .set-label-view .mob-view-map .wrapp {
    display: flex;
    padding: 18px 20px; 
    background: white;
    cursor: pointer;
    -webkit-transition: background .25s ease-in-out;
       -moz-transition: background .25s ease-in-out;
        -ms-transition: background .25s ease-in-out;
         -o-transition: background .25s ease-in-out;
            transition: background .25s ease-in-out;

    justify-content: space-between;
}
#result-search-map .set-label-view .mob-view-map .wrapp:active {
    background: #5cbc59;
}

#result-search-list {
    background: #f6f7fa;
}
#result-search-list .container-search-result {
    padding-top: 67px;
    padding-bottom: 80px;
}
#result-search-list .manager-search {
    max-width: 100%;
}
#result-search-list .manager-search .title-search-result {
    padding: 0 10%;
}
#result-search-list .manager-search .result-list .table-result .tbody .tr .td-adress {
    max-width: 150px;
    min-width: 120px;
}
#result-search-list .manager-search .result-list .table-result .tbody .tr .td-adress a {
    word-break: break-all;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .container-search-result {
        padding-right: 20px;
        padding-bottom: 45px; 
        padding-left: 20px;
    }
}
#result-search-list .container-search-result.show-list .result-list .table-result {
    display: table;
}
#result-search-list .container-search-result.show-list-preview .result-list .list-review {
    display: block;
}
#result-search-list .title-search-result {
    margin-bottom: 12px; 
    font-family: 'helveticaThin', sans-serif;
    font-size: 28px;
    letter-spacing: 1px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#result-search-list .filter-rslt-itm {
    z-index: 2; 
    top: 0;
    left: 0;
}
@media (min-width: 1000px) {
    #result-search-list .filter-rslt-itm {
        position: sticky;
    }
}
@media (min-width: 100px) and (max-width: 1000px) {
    /* #result-search-list .filter-rslt-itm .filter-wrapp {
        display: none;
    } */
    #result-search-list .filter-rslt-itm .mobile-filter {
        position: relative; 
        display: flex;

        justify-content: space-between;
    }
}
#result-search-list .mobile-filter {
    display: none;
    padding: 13px 20px 14px 22px; 
    border-radius: 3px;
    background: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    cursor: pointer;
}
#result-search-list .mobile-filter span {
    font-size: 13px;
}
#result-search-list .filter-wrapp {
    position: relative; 
    display: flex;
    padding: 15px 26px 15px 30px;
    background: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}
#result-search-list .filter-rslt-itm .filter__mob-show {
    display: none;
    color: #3d445c;
    font-family: "Helvetica Neue";
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.07px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#result-search-list .filter-rslt-itm .filter__main  {
    display: flex;
    width: 100%;
}
@media screen and (max-width: 560px) {
    #result-search-list .filter-rslt-itm .filter__mob-show {
        display: flex;
        justify-content: space-between;
    }

    #result-search-list .filter-rslt-itm .filter__mob-show.open {
        margin-bottom: 15px;
    }

    #result-search-list .filter-rslt-itm .filter__main {
        flex-direction: column;
        align-items: center;
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
    }
    #result-search-list .filter-rslt-itm .filter__main.open {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .filter-wrapp {
        flex-direction: column;
    }
}
#result-search-list .filter-wrapp .input-base-field {
    height: 34px;
    font-size: 13px;
}
#result-search-list .filter-wrapp .filter-field {
    width: 100%;
    margin-right: 10px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .filter-wrapp .filter-field {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #result-search-list .opt-price.open {
        width: 100%
    }
}
#result-search-list .filter-wrapp .filter-field:last-child {
    margin-right: 0;
}
#result-search-list .filter-wrapp .filter-field label {
    font-size: 14px;/*AL*/
    font-weight: bold;
}
#result-search-list .filter-wrapp .btn-style {
    height: 34px;
    padding: 0 25px; 
    font-size: 15px;
    line-height: 30px;
}
#result-search-list .filter-rslt-itm .filter-apply {
    display: flex;
    align-items: flex-end;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .filter-rslt-itm .filter-apply,
    #result-search-list .filter-rslt-itm .filter-apply button  {
        width: 100%;
    }
}
#result-search-list .opt-price {
    position: absolute;
    z-index: 2;
    display: none;
    width: 300px;
    padding: 20px; 
    background: white;
    box-shadow: 0 0 3px 2px rgba(173, 173, 173, .5);
}
#result-search-list .opt-price span.title {
    font-size: 15px;
    font-weight: bold;
}
#result-search-list .opt-price .range-dpsn {
    display: flex;
    width: 100%; 
    margin-top: 10px;
    margin-bottom: 5px;

    justify-content: space-between;
}
#result-search-list .opt-price .range-dpsn span {
    font-size: 11px;
}
#result-search-list .opt-price .range-input {
    display: flex;
    margin-top: 15px;
}
#result-search-list .opt-price .range-input > div {
    display: flex;
    align-items: center;
}
#result-search-list .opt-price .range-input .min input, 
#result-search-list .opt-price .range-input .max input {
    width: calc(100% - 30px)
}

#result-search-list .opt-price .range-input > div .input-base-field {
    padding: 0 10px; 
    font-size: 13px;
}
#result-search-list .opt-price .range-input > div span {
    margin-right: 10px;
    line-height: 33px;
}
#result-search-list .opt-price .range-input div.max span {
    margin-left: 10px;
}
#result-search-list .opt-price.open {
    display: block;
}
#result-search-list .view-board {
    display: flex;
    padding: 20px 26px 14px 30px;
    border-bottom: 1px solid #dee5ec;
    background: white;

    justify-content: space-between;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .view-board {
        flex-direction: column;
        padding-left: 20px;
    }
}
#result-search-list .view-board .total-find-board {
    display: flex;
    width: 100%; 
    font-size: 15px;
    font-weight: bold;

    justify-content: space-between;
}
#result-search-list .view-board .total-find-board p {
    line-height: 28px;
    margin-right: 30px;
}
#result-search-list .view-board .total-find-board p span {
    color: #f76a47;
    white-space: nowrap;
}
#result-search-list .view-board .legend-view {
    display: flex;
    margin-left: 15px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .view-board .legend-view {
        margin-left: 0;
    }
}
#result-search-list .view-board .legend-view .view-rs-list {
    display: flex;
    width: 100%;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .view-board .legend-view .view-rs-list {
        margin: 0 auto;
        margin-top: 10px;
    }
}
#result-search-list .view-board .legend-view .view-rs-list > div {
    display: flex;
    width: 48px;
    height: 28px;
    border: 1px solid #dee5ec;
    cursor: pointer;

    justify-content: center;
    align-items: center;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .view-board .legend-view .view-rs-list > div {
        width: 50%;
    }
}
#result-search-list .view-board .legend-view .view-rs-list > div path {
    fill: #dee5ec;
}
#result-search-list .view-board .legend-view .view-rs-list > div:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#result-search-list .view-board .legend-view .view-rs-list > div:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
#result-search-list .view-board .legend-view .view-rs-list > div svg {
    width: 16px;
    height: 14px;
}
#result-search-list .view-board .legend-view .view-rs-list > div.active {
    border: 1px solid #5cbc59; 
    background: #5cbc59;
}
#result-search-list .view-board .legend-view .view-rs-list > div.active path {
    fill: white;
}
#result-search-list .result-list {
    background: white;
}
#result-search-list .result-list .wrapp-busy-table, 
.infowindow-calendar .wrapp-busy-table,
.basket .basket-table .table-body .td-choice .busy-calendar .wrapp-busy-table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#result-search-list .result-list .wrapp-busy-table .month, 
.infowindow-calendar .wrapp-busy-table .month, 
.basket .basket-table .table-body .td-choice .busy-calendar .month {
    position: relative;
    cursor: pointer;
    width: 16.6%;
    box-sizing: border-box;
    border: 1px solid transparent
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .result-list .wrapp-busy-table .month, 
    .infowindow-calendar .wrapp-busy-table .month {
        width: 16.6%;
    }
}
#result-search-list .result-list .wrapp-busy-table .month a,
.infowindow-calendar .wrapp-busy-table .month a,
.basket .basket-table .table-body .tbody .td-choice .wrapp-busy-table .month a {
    display: block;
    padding: 6px 0;
    text-align: center;
    outline: none;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .result-list .wrapp-busy-table .month a,
    .infowindow-calendar .wrapp-busy-table .month a {
        padding: 6px 0; 
        text-align: center;
    }
}
#result-search-list .result-list .wrapp-busy-table .month:nth-child(1),
.infowindow-calendar .wrapp-busy-table .month:nth-child(1), 
.basket .basket-table .table-body .td-choice .busy-calendar .month:nth-child(1) {
    border-top-left-radius: 3px;
}
#result-search-list .result-list .wrapp-busy-table .month:nth-child(6),
.infowindow-calendar .wrapp-busy-table .month:nth-child(6), 
.basket .basket-table .table-body .td-choice .busy-calendar .month:nth-child(6) {
    border-top-right-radius: 3px;
}
#result-search-list .result-list .wrapp-busy-table .month:nth-child(7),
.infowindow-calendar .wrapp-busy-table .month:nth-child(7), 
.basket .basket-table .table-body .td-choice .busy-calendar .month:nth-child(7) {
    border-bottom-left-radius: 3px;
}
#result-search-list .result-list .wrapp-busy-table .month:nth-child(12),
.infowindow-calendar .wrapp-busy-table .month:nth-child(12),
.basket .basket-table .table-body .td-choice .busy-calendar .month:nth-child(12) {
    border-bottom-right-radius: 3px;
}
/* #result-search-list .result-list .wrapp-busy-table .month.select,
.infowindow-calendar .wrapp-busy-table .month.select {
    border-color: #5cbc59; 
    background: #5cbc59;
} */
#result-search-list .result-list .td.td-busy .busy-calendar .month.reserve,
#result-search-list .list-review .wrapp-busy-table .month.reserve,
.showOnMap-card .map-card-right .wrapp-busy-table .month.reserve,
#map-global-search .map-card-right .map-card-busy .month.reserve,
.basket .basket-table .td.td-choice .month.reserve {
    background-color: #FED648;
}
#result-search-list .result-list .td.td-busy .busy-calendar .month.reserve a,
#result-search-list .list-review .wrapp-busy-table .month.reserve a,
.showOnMap-card .map-card-right .wrapp-busy-table .month.reserve a,
.basket .basket-table .table-body .td-choice .busy-calendar .month.reserve a {
    color: black;
}
#result-search-list .result-list .wrapp-busy-table .month.select,
.infowindow-calendar .wrapp-busy-table .month.select, 
.basket .basket-table .table-body .td-choice .busy-calendar .month.select {
    position: relative; 
    color: #5cbc59;
    /* box-shadow: 0 0 10px #5cbc59; */
    border: 1px solid #5cbc59!important;
    transition: all 0.4s;
}
#result-search-list .result-list .wrapp-busy-table .month.select a,
.infowindow-calendar .wrapp-busy-table .month.select a,
.basket .basket-table .table-body .td-choice .busy-calendar .month.select a {
    color: transparent;
}
#result-search-list .result-list .wrapp-busy-table .month.select:after,
.infowindow-calendar .wrapp-busy-table .month.select:after, 
.basket .basket-table .table-body .td-choice .busy-calendar .month.select:after {
    position: absolute;
    left: calc(50% - 7.5px);
    top: calc(50% - 7.5px);
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background: white;
    content: '';
    transition: all 0.4s;
}
#result-search-list .result-list .wrapp-busy-table .month.select:before,
.infowindow-calendar .wrapp-busy-table .month.select:before, 
.basket .basket-table .table-body .td-choice .busy-calendar .month.select:before {
    position: absolute;
    left: calc(50% - 7.5px);
    top: calc(50% - 7.5px);
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background-image: url('/assets/img/icons/check_mark.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
    z-index: 1; 
    content: '';
    transition: all 0.4s;
}
#result-search-list .result-list .wrapp-busy-table .month.busy,
.infowindow-calendar .wrapp-busy-table .month.busy, 
.basket .basket-table .table-body .td-choice .busy-calendar .month.busy {
    border-color: #e84a56; 
    background: #e84a56;
}
#result-search-list .result-list .wrapp-busy-table .month.free,
.infowindow-calendar .wrapp-busy-table .month.free, 
.basket .basket-table .table-body .td-choice .busy-calendar .month.free {
    border-color: #55bc4f; 
    background: #55bc4f;
    color: white;
}

#result-search-list .result-list .wrapp-busy-table .month,
.infowindow-calendar .wrapp-busy-table .month, 
.basket .basket-table .table-body .td-choice .busy-calendar .month  {
    outline: none
}

#result-search-list .result-list .wrapp-busy-table .month.free a,
.infowindow-calendar .wrapp-busy-table .month.free a, 
.basket .basket-table .table-body .td-choice .busy-calendar .month.free a {
    color: white;
}

/* #result-search-list .result-list .wrapp-busy-table .month.select:after,
.infowindow-calendar .wrapp-busy-table .month.select:after {
    content: ''; 
    position: absolute;
    width: 10px; 
    height: 10px;
    border-radius: 50%;
    background-color: white;
} */

#result-search-list .result-list .wrapp-busy-table .month.busy a,
.infowindow-calendar .wrapp-busy-table .month.busy a, 
.basket .basket-table .table-body .td-choice .busy-calendar .month.busy a {
    color: white;
}
#result-search-list .result-list .wrapp-busy, 
#result-search-list .result-list .mob-view .busy-line {
    display: flex;
    flex-direction: row;
}
#result-search-list .result-list .wrapp-busy .block,
#result-search-list .result-list .mob-view .busy-line .block {
    width: 100%;
    height: 4px;
}
#result-search-list .result-list .wrapp-busy .block:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#result-search-list .result-list .wrapp-busy .block:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
#result-search-list .result-list .wrapp-busy .free,
#result-search-list .result-list .mob-view .busy-line .wrapp-busy .free {
    background: #5cbc59;
}
#result-search-list .result-list .wrapp-busy .pre-order,
#result-search-list .result-list .mob-view .busy-line .wrapp-busy .pre-order,
#result-search-list .result-list .list-review .busy-calendar .pre-order,
#result-search-list .result-list .table-result .busy-calendar .pre-order,
#map-modal-board .map-card-right .map-card-busy .month.pre-order,
#map-global-search .map-billboard-card .map-card-right .map-card-busy .month.pre-order,
.basket .basket-table .table-body .td.td-choice .month.pre-order,
#mob-map-board .map-card-right .map-card-busy .wrapp-busy-table .month.pre-order {
    background-color: #e6ecf2;
}
#result-search-list .result-list .wrapp-busy .reserve,
#result-search-list .result-list .mob-view .busy-line .wrapp-busy .reserve {
    background: #FED648;
}
#result-search-list .result-list .wrapp-busy .busy,
#result-search-list .result-list .mob-view .busy-line .wrapp-busy .busy {
    background: #e84a56;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .result-list .wrapp-busy,
    #result-search-list .result-list .mob-view .wrapp-busy {
        width: 100%;
        min-height: 50px;
        align-items: center;
    }
    #result-search-list .result-list .wrapp-busy .block,
    #result-search-list .result-list .mob-view .wrapp-busy .block {
        width: 100%;
    }
}
#result-search-list .result-list .table-result {
    display: none;
    width: 100%;
    padding: 0 20px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .result-list .table-result {
        padding: 0;
    }
}
#result-search-list .result-list .table-result .thead,
#result-search-list .result-list .table-result .tbody {
    display: table-header-group;
}
#result-search-list .result-list .table-result .thead .tr,
#result-search-list .result-list .table-result .tbody .tr {
    display: table-row;
}
#result-search-list .result-list .table-result .thead .tr .td,
#result-search-list .result-list .table-result .tbody .tr .td {
    display: table-cell; 
    font-size: 14px;/*AL*/
	position: unset;
}
#result-search-list .result-list .table-result .thead .tr .td-checkbox {
    display: flex; 
    padding: 13px 10px 10px!important;
    height: 100%;
}
#result-search-list .add-selected-to-basket {
    padding: 0 30px;
    display: flex;
    align-items: center;
    background-color: white;
    height: 0;
    /* visibility: hidden;
    opacity: 0; */
    overflow: hidden;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}

#result-search-list .add-selected-to-basket.show {
    /* visibility: visible;
    opacity: 1; */
    overflow: auto;
    height: 100px;
}

#result-search-list .add-selected-to-basket button {
    border: none;
    outline: none;
    color: white;
    padding: 15px 20px;
    background-color: #F76B47;
    border-radius: 5px;
    cursor: pointer;
}
#result-search-list .add-selected-to-basket button span {
    margin-right: 20px;
    font-weight: bold;
}
/* #result-search-list .result-list .table-result .thead .tr .td-code,
#result-search-list .result-list .table-result .tbody .tr .td-code {
    width: 50px;
    max-width: 50px;
} */
/* #result-search-list .result-list .table-result .thead .tr .td-type,
#result-search-list .result-list .table-result .tbody .tr .td-type {
    width: 100px;
    max-width: 100px;
} */
#result-search-list .result-list .table-result .thead .tr .td-adress,
#result-search-list .result-list .table-result .tbody .tr .td-adress {
    width: 220px;
    max-width: 220px;
    padding: 5px 10px;
}
#result-search-list .result-list .table-result .thead .tr .td-side,
#result-search-list .result-list .table-result .tbody .tr .td-side {
    /* width: 84px;
    max-width: 84px;  */
    text-align: center;
}
#result-search-list .result-list .table-result .thead .tr .td-light,
#result-search-list .result-list .table-result .tbody .tr .td-light {
    /* width: 89px;
    max-width: 89px;  */
    text-align: center;
}
#result-search-list .result-list .table-result .thead .tr .td-light .img,
#result-search-list .result-list .table-result .tbody .tr .td-light .img {
    width: 20px;
    height: 18px;
}
#result-search-list .result-list .table-result .thead .tr .td-photo,
#result-search-list .result-list .table-result .tbody .tr .td-photo {
    /* width: 52px;
    max-width: 52px;  */
    cursor: pointer;
    text-align: center;
}
#result-search-list .result-list .table-result .thead .tr .td-photo .img,
#result-search-list .result-list .table-result .tbody .tr .td-photo .img {
    width: 18px;
    height: 14px;
}
#result-search-list .result-list .table-result .thead .tr .td-busy,
#result-search-list .result-list .table-result .tbody .tr .td-busy {
    position: relative; 
    /* width: 120px;
    max-width: 120px; */
}
#result-search-list .result-list .table-result .thead .tr .td-buy,
#result-search-list .result-list .table-result .tbody .tr .td-buy {
    width: 130px;
}
#result-search-list .result-list .table-result .thead .tr .td-price,
#result-search-list .result-list .table-result .tbody .tr .td-price {
    white-space: nowrap;
    width: 68px;
    text-align: right;
    padding-right: 15px!important;
    padding-left: 15px!important;
}
#result-search-list .result-list .table-result .thead {
    font-weight: 500;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .result-list .table-result .thead {
        display: none;
    }
    #result-search-list .result-list .thead .td.td-checkbox,
    #result-search-list .result-list .table-result .tbody .td.td-checkbox {
        display: none!important;
    }
    #result-search-list .result-list .table-result .tbody .tr .td-adress,
    #result-search-list .result-list .table-result .tbody .tr .td-price  {
        padding: 0!important;
    }
    #result-search-list .result-list .table-result .tbody .tr .td-adress,
    #result-search-list .result-list .table-result .tbody .tr .td-price  {
        word-break: break-word;
    }
    
}
#result-search-list .result-list .table-result .thead .tr .td {
    padding: 3px 10px 5px;
    font-size: 12px;/*AL*/
    border-bottom: 4px solid #dee5ec;
}
#result-search-list .result-list .table-result .thead .tr .td a {
    white-space: nowrap;
}
#result-search-list .result-list .table-result .thead .tr .td-busy {
    padding-left: 12px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .result-list .table-result .tbody .tr {
        display: flex;
        flex-direction: column;
        margin-top: 22px; 
        padding: 0 20px;
        border-bottom: 1px solid #dee5ec;
    }
    #result-search-list .result-list .table-result .tbody .tr:last-child {
        border-bottom: 0;
    }
}
#result-search-list .result-list .table-result .tbody .tr:last-child .td {
    border-bottom: 0;
}
#result-search-list .result-list .table-result .tbody .td-code {
    max-width: 100px;
}
#result-search-list .result-list .table-result .tbody .td-busy {
    position: relative;
    overflow: visible !important; 
    padding-left: 12px;
    cursor: pointer;
}
#result-search-list .result-list .table-result .tbody .td-busy .busy-calendar {
    position: absolute;
    bottom: 80%;
    display: none;
    width: 297px;
    padding: 20px 25px 24px 25px;
    border-radius: 3px;
    background: white;
    box-shadow: 0 4px 20px 1px rgba(177, 177, 177, .5); 
    cursor: auto;
}
.basket .basket-table .table-body .td-choice .busy-calendar {
    position: absolute;
    bottom: 80%;
    height: max-content;
    max-height: 125px;
    display: none;
    width: 297px;
    padding: 20px 25px 24px 25px;
    border-radius: 3px;
    background: white;
    box-shadow: 0 4px 20px 1px rgba(177, 177, 177, .5); 
    cursor: auto;
}
#result-search-list .result-list .table-result .tbody .td-busy .busy-calendar:before {
    position: absolute;
    bottom: -13px;
    left: 19px;
    border: 13px solid transparent;
    border-left: 10px solid white; 
    content: '';
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .result-list .table-result .tbody .td-busy .busy-calendar {
        top: -138px;
        width: 100%;
    }
    #result-search-list .result-list .table-result .tbody .td-busy .busy-calendar:before {
        display: none;
    }
}
#result-search-list .result-list .table-result .tbody .td-busy .busy-calendar .title-calendar,
.basket .basket-table .table-body .td-choice .busy-calendar .title-calendar {
    margin-bottom: 8px; 
    font-size: 13px;
    font-weight: bold;
}
#result-search-list .result-list .table-result .tbody .td-busy:hover .busy-calendar {
    z-index: 2; 
    display: block;
    height: max-content;
}
.basket .basket-table .table-body .tbody .td-choice {
    cursor: pointer;
}
.basket .basket-table .table-body .tbody .td-choice:hover .busy-calendar {
    z-index: 2; 
    display: block;
}
#result-search-list .result-list .table-result .tbody .cost-board {
    font-weight: bold;
}
#result-search-list .result-list .table-result .tbody .td {
    /* overflow: hidden; */
    padding: 9px 6px 8px;/*AL*/
    border-bottom: 1px solid #dee5ec;
    vertical-align: middle; 
    text-overflow: ellipsis;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .result-list .table-result .tbody .td {
        display: flex !important;
        overflow: visible;
        width: 100% !important;
        max-width: none !important;
        padding: 0;
        border-bottom: none;
        white-space: normal; 
        align-items: center;
        margin: 5px 0;
    }
}
#result-search-list .result-list .table-result .td .btn-buy {
    height: 29px;
    /* padding: 0 26px;  */
    font-size: 15px;/*AL*/
    line-height: 27px;
    max-width: 96px;
    width: 96px;
}
.btn-in-basket {
    background-color: #55bc4f!important;
    cursor: default!important;
    opacity: 1!important;
}
.btn-in-basket:hover {
    background-color: #55bc4f!important;
    color: white!important;
    text-decoration: none!important;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .result-list .table-result .td .btn-buy {
        width: 100%; 
        height: 46px;
        margin-top: 10px;
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 30px;
        max-width: 100%;
    }
}
#result-search-list .result-list .table-result .mb-title {
    display: none;
    min-width: 80px; 
    text-align: left;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #result-search-list .result-list .table-result .mb-title {
        display: block;
    }
}
#result-search-list .result-list .list-review {
    display: none;
}
#result-search-list .result-list .list-review .item {
    display: flex;
    padding: 0 30px;
    padding-top: 35px;
    padding-bottom: 31px;
    border-bottom: 1px solid #dee5ec;
    min-height: 181px;
}
#result-search-list .result-list .list-review .item:last-child {
    border-bottom: none;
}
@media (min-width: 100px) and (max-width: 1001px) {
    #result-search-list .result-list .list-review .item {
        flex-direction: column;
        margin: 20px 0; 
        padding: 0;
        padding-top: 20px;
        border-bottom: none;
        background: #f6f7fa;
    }
    #result-search-list .result-list .list-review .item:first-child {
        padding-top: 0;
    }
    #result-search-list .result-list .list-review .item:last-child .price-busy-board {
        padding-bottom: 20px;
    }
}
#result-search-list .result-list .list-review .item .slick-boards-theme .slick-next,
#result-search-list .result-list .list-review .item .slick-boards-theme .slick-prev {
    width: 40px;
    height: 40px; 
    color: #3e445b;
}
#result-search-list .result-list .list-review .item .slick-boards-theme .slick-next {
    right: 0;
    border-right: none;
}
#result-search-list .result-list .list-review .item .slick-boards-theme .slick-prev {
    left: 0;
    border-left: none;
}
#result-search-list .result-list .list-review .item .show-on-map {
    display: inline-block;
    min-height: 33px; 
    margin-top: 7px;
    padding: 0 10px;
    line-height: 28px;
    border: 1px solid #dee5ec;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#result-search-list .result-list .list-review .item .show-on-map img {
    margin-right: 7px;
}
#result-search-list .result-list .list-review .item .show-on-map span {
    font-family: 'helveticaMacMedium', 'Helvetica Neue', Helvetica, 'helvetica', Arial, sans-serif;
    font-size: 12px;/*AL*/
    color: #428cf3;
    border-bottom: 1px solid #428cf3; 
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#result-search-list .result-list .list-review .item .show-on-map svg {
    position: relative;
    top: 7px;
}
#result-search-list .result-list .list-review .item .show-on-map svg path {
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#result-search-list .result-list .list-review .item .show-on-map:hover {
    background: #5cbc59;
}
#result-search-list .result-list .list-review .item .show-on-map:hover svg path {
    fill: #fff;
}
#result-search-list .result-list .list-review .item .show-on-map:hover span {
    color: white;
    border-bottom: 1px solid white;
}
@media (min-width: 100px) and (max-width: 1001px) {
    #result-search-list .result-list .list-review .item .show-on-map {
        width: 100%;
        min-height: 41px;
        margin-top: 19px; 
        font-size: 13px;
        line-height: 37px;
        text-align: center;
    }
}
#result-search-list .result-list .list-review .item .see-board {
    background: white;
}
#result-search-list .result-list .list-review .item .see-board .slick-list.draggable {
    min-height: 120px;
}
@media (min-width: 100px) and (max-width: 1001px) {
    #result-search-list .result-list .list-review .item .see-board .show-on-map {
        display: none;
    }
}
#result-search-list .result-list .list-review .item .see-board .img {
    overflow: hidden; 
    width: 252px;
    cursor: pointer;
    min-height: 120px;
}
#result-search-list .result-list .list-review .item .see-board .img.not-slick {
    cursor: default;
}

#result-search-list .result-list .list-review .item .see-board .img img {
    width: 252px;
    height: 152px; 
    margin-right: 5px;
}
#result-search-list .result-list .list-review .item .see-board .img.not-slick img {
    width: 200px;
    height: 100px;
}
@media (min-width: 768px) and (max-width: 1001px) {
    #result-search-list .result-list .list-review .item .see-board .img {
        width: auto;
        height: 100%;
        max-height: 500px;
    }
    #result-search-list .result-list .list-review .item .see-board .img img {
        width: 100%;
        height: 100%; 
        margin-right: 0;
    }
}
@media (min-width: 100px) and (max-width: 767px) {
    #result-search-list .result-list .list-review .item .see-board .img {
        width: auto;
        height: 100%;
        max-height: 350px;
    }
    #result-search-list .result-list .list-review .item .see-board .img img {
        width: 100%;
        height: 100%; 
        margin-right: 0;
    }
    #result-search-list .result-list .list-review .see-board .slick-boards-theme .slick-slide {
        height: 100%;
    }
}
#result-search-list .result-list .list-review .item .info-board {
    flex: 1;
    padding: 0 30px; 
    font-size: 14px;/*AL*/
    background: white;
}
@media (min-width: 100px) and (max-width: 1001px) {
    #result-search-list .result-list .list-review .item .info-board {
        padding: 0 20px;
    }
}
#result-search-list .result-list .list-review .item .info-board p.location {
    margin-top: -6px; 
    line-height: 17px;
}
#board-detail .buy-section.info-price-board .location > h1 {
    font-size: 19px;
    line-height: 23px;
}

#board-detail .buy-section.info-price-board .location > .info {
    position: relative;
    cursor: pointer;
    width: 90%;
    height: 45px;
    overflow: hidden;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#m-m-b {
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1000px) {
    #board-detail .view-board .map-board {
        display: none;
    }
    #board-detail .mob-map-board {
        display: block;
        height: /*100vw*/ 390px;
        width: 100%;
        padding: 0 21px 0 24px;
        background-color: white;
    }
    #result-search-list .result-list .list-review .tbl-ins .cost-board {
      display: none;
    }
    #result-search-list .result-list .list-review .see-board .slick-slider {
      min-height: 250px;
    }
    #result-search-list .result-list .list-review .see-board .slick-slider .slick-list.draggable {
      height: 100%!important;
    }
    #result-search-list .result-list .list-review .see-board .slick-boards-theme.img.not-slick > div,
    #result-search-list .result-list .list-review .see-board .slick-boards-theme .slick-slide,
    #result-search-list .result-list .list-review .see-board .slick-boards-theme .slick-slide {
        height: 100%;
    }
    #result-search-list .result-list .list-review .item .see-board {
        height: 400px
    }
}

#board-detail .buy-section.info-price-board .location > .info::after {
    height: 25px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
}

#board-detail .buy-section.info-price-board .location > .info.show::after {
    background-image: none
}

#board-detail .buy-section.info-price-board .location > .info span {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

#board-detail .buy-section.info-price-board .location > .info span:hover {
    text-decoration: underline;
}

@media (min-width: 100px) and (max-width: 1001px) {
    #result-search-list .result-list .list-review .item .info-board p.location {
        display: none;
    }
}
#result-search-list .result-list .list-review .item .info-board p.code {
    margin-top: 3px;
    color: #898c97;
    letter-spacing: -.3px;
}
@media (min-width: 100px) and (max-width: 1001px) {
    #result-search-list .result-list .list-review .item .info-board p.code {
        display: none;
    }
}
#result-search-list .result-list .list-review .item .info-board .tbl-ins {
    margin-top: 9px;
}
#result-search-list .result-list .list-review .item .info-board .tbl-ins .mob-view {
    display: none;
}
@media (min-width: 100px) and (max-width: 1001px) {
    #result-search-list .result-list .list-review .item .info-board .tbl-ins .mob-view {
        display: table-row;
    }
}
#result-search-list .result-list .list-review .item .info-board .tbl-ins td {
    line-height: 17px;
    vertical-align: baseline;
    letter-spacing: -.1px;
}
#result-search-list .result-list .list-review .item .info-board .tbl-ins .title-tr {
    width: 83px; 
    font-size: 12px;/*AL*/
    line-height: 18px;
    color: #898c97;
    vertical-align: top;
}
@media (min-width: 100px) and (max-width: 1001px) {
    #result-search-list .result-list .list-review .item .info-board .tbl-ins .title-tr {
        color: inherit;
    }
}
#result-search-list .result-list .list-review .item .info-board .tbl-ins .light {
    position: relative;
    top: -2px;
    right: 4px;
}
#result-search-list .result-list .list-review .item .info-board .tbl-ins .busy-line {
    vertical-align: middle;
}
#result-search-list .result-list .list-review .item .price-busy-board {
    width: 246px; 
    background: white;
}
#result-search-list .result-list .list-review .item .price-busy-board a span {
    font-weight: bold;
}
@media (min-width: 1002px) {
    #result-search-list .result-list .list-review .item .price-busy-board .show-on-map {
        display: none;
    }
}
@media (min-width: 100px) and (max-width: 1001px) {
    #result-search-list .result-list .list-review .item .price-busy-board {
        width: 100%;
        padding: 0 20px;
    }
}
#result-search-list .result-list .list-review .item .price-busy-board .price {
    margin-top: -5px;
    margin-left: 3px;
    line-height: 16px;
}
@media (min-width: 100px) and (max-width: 1001px) {
    #result-search-list .result-list .list-review .item .price-busy-board .price {
        display: none;
    }
}
#result-search-list .result-list .list-review .item .price-busy-board .price .cost {
    font-size: 15px;
    font-weight: bold;
}
#result-search-list .result-list .list-review .item .price-busy-board .price p:not(.cost) {
    font-size: 11px; 
    color: #898c97;
}
#result-search-list .result-list .list-review .item .price-busy-board .price p:not(.cost) img {
    margin-left: 2px;
}
#result-search-list .result-list .list-review .item .price-busy-board .busy-calendar {
    margin-left: 3px;
    padding-top: 10px;
}
@media (min-width: 100px) and (max-width: 1001px) {
    #result-search-list .result-list .list-review .item .price-busy-board .busy-calendar {
        /*display: none;*/
    }
}
#result-search-list .result-list .list-review .item .price-busy-board .busy-calendar p.title {
    margin-bottom: 8px; 
    font-size: 13px;
    color: black
}
/* #result-search-list .result-list .list-review .item .price-busy-board .busy-calendar .calendar .wrapp-busy-table .month {
    flex: 1;
} */
#result-search-list .result-list .list-review .item .price-busy-board .busy-calendar .calendar .wrapp-busy-table .month a {
    font-size: 13px;
}
#result-search-list .result-list .list-review .item .price-busy-board .buy-board {
    margin-top: 19px; 
    margin-left: 3px;
}
@media (min-width: 100px) and (max-width: 1001px) {
    #result-search-list .result-list .list-review .item .price-busy-board .buy-board {
        margin-left: 0;
    }
    #result-search-list .result-list .list-review .item .price-busy-board .buy-board .btn-buy {
        width: 100%;
    }
}
#result-search-list .result-list .list-review .item .price-busy-board .buy-board .btn-buy {
    padding: 0 46px;
    min-width: 210px;
}
#result-search-list .result-paginator {
    padding: 20px 30px; 
    border-top: 1px solid #dee5ec;
    background: white;
}
@media (min-width: 100px) and (max-width: 1001px) {
    #result-search-list .result-paginator {
        padding: 20px;
    }
}
#result-search-list .result-paginator .btn-show-more {
    width: 100%; 
    background: #f76a47;
}

#type-map-filter .modal__content {
    width: 280px;
}
#type-map-filter .modal__content .wrapp-map-type-board {
    padding: 20px;
}
#type-map-filter .modal__content .wrapp-map-type-board .title-popup {
    margin-top: 10px; 
    font-size: 19px;
}
#type-map-filter .modal__content .wrapp-map-type-board .body-popup .style-marker {
    width: 15px;
    height: 17px;
    margin-top: 17px;
    margin-right: 10px;
}
#type-map-filter .modal__content .wrapp-map-type-board .body-popup .style-marker + p {
    font-size: 11px;
}
#type-map-filter .modal__content .wrapp-map-type-board .body-popup ul li {
    border-top: 1px solid #dee5ec;
}
#type-map-filter .modal__content .wrapp-map-type-board .body-popup ul li:last-child {
    border-bottom: 1px solid #dee5ec;
}
#type-map-filter .modal__content .wrapp-map-type-board .body-popup ul li > div {
    display: flex;
    line-height: 50px; 

    justify-content: space-between;
}
#type-map-filter .modal__content .wrapp-map-type-board .body-popup ul li .label {
    display: flex;
    flex-direction: row-reverse;
}
#type-map-filter .modal__content .wrapp-map-type-board .body-popup li.no-active {
    color: grey; 
    background: white !important;
}
#type-map-filter .modal__content .wrapp-map-type-board .body-popup li.no-active path {
    fill: grey;
}
#type-map-filter .modal__content .wrapp-map-type-board .body-popup li.no-active .box {
    background: grey;
}
#type-map-filter .modal__content .wrapp-map-type-board .body-popup .box {
    top: 6px;
}
#type-map-filter .modal__content .wrapp-map-type-board .btn-filter {
    width: 100%;
    margin-top: 20px;
}

#image-board, #basket-image-board {
    text-align: center;
    padding: 0!important;
    max-width: 700px!important;
    width: 60%;
}

#image-board .image-board__main .image-board__slick, #basket-image-board .image-board__main .image-board__slick {
    /* height: 400px; */
    /* position: relative; */
}

#image-board .image-board__main .image-board__slick .slick-dots,
#basket-image-board .image-board__main .image-board__slick .slick-dots,
#mob-map-board .map-card-left .slick-dots {
    display: flex; 
    position: absolute;
    bottom: 20px;
    left: 10px;
}

#image-board .image-board__main .image-board__slick .slick-dots li button,
#basket-image-board .image-board__main .image-board__slick .slick-dots li button,
#mob-map-board .map-card-left .slick-dots li button {
    outline: none;
    border-radius: 50%;
    border: none;
    background-color: lightgrey;
    color: transparent;
    width: 12px; 
    height: 12px;
    max-width: 12px;
    padding: 0;
}

#image-board .image-board__main .image-board__slick .slick-dots li,
#basket-image-board .image-board__main .image-board__slick .slick-dots li,
#mob-map-board .map-card-left .slick-dots li {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

#image-board .image-board__main .image-board__slick .slick-dots li.slick-active button,
#basket-image-board .image-board__main .image-board__slick .slick-dots li.slick-active button,
#mob-map-board .map-card-left .slick-dots li.slick-active button {
    background-color: #fc6b40;
}

#image-board .image-board__main .image-board__buy {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}

#image-board .image-board__buy-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* #image-board:before {
    display: inline-block;
    height: 100%;
    content: ''; 
    vertical-align: middle;
} */
#image-board .container-base {
    display: inline-block;
    vertical-align: middle;
}
#image-board .wrapp-popup {
    margin: 0;
}
#image-board .modal__content {
    width: calc(100vh - 40px);
}
@media (min-width: 100px) and (max-width: 1001px) {
    #image-board .modal__content {
        width: calc(100vw - 60px);
    }
}
#image-board .wrapp-image-view {
    padding: 0;
}
#image-board .wrapp-image-view .close-popup {
    z-index: 2;
}
#image-board .wrapp-image-view .close-popup span {
    background: white;
}
#image-board .wrapp-image-view .body-popup {
    padding-top: 0;
}
#image-board .wrapp-image-view .slick-boards-theme .slick-prev {
    left: 0; 
    color: #3e445b;
}
#image-board .wrapp-image-view .slick-boards-theme .slick-next {
    right: 0; 
    color: #3e445b;
}

#board-detail {
    background: #f6f7fa;
}
#board-detail .container-board-detail {
    padding-bottom: 79px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .container-board-detail {
        padding-bottom: 25px;
    }
}
#board-detail #t-m.full-mac,
#board-detail #m-m-b.full-mac {
    position: fixed !important;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#board-detail a.g-b span {
    color: #348af8; 
    border-bottom: 1px solid #348af8;
}
#board-detail .buy-section {
    display: flex;
    width: 100%;
    margin-top: 17px; 
    padding: 20px 21px 16px 24px;
    background: white;
}
#board-detail .buy-section > div {
    flex: 1;
}
#board-detail .buy-section .location {
    font-size: 19px;
    line-height: 23px;
}
#board-detail .buy-section .location p:first-child {
    margin-right: 75px;
}
#board-detail .buy-section .location p.code {
    font-size: 13px;
    line-height: 15px;
    color: #898c97;
    width: max-content;
    border-bottom: 1px solid #898c97;
}
#board-detail .buy-section .pr-buy {
    display: flex;
}
#board-detail .buy-section .pr-buy > div {
    flex: 1;
}
#board-detail .buy-section .pr-buy .price {
    padding-top: 5px; 
    line-height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#board-detail .buy-section .pr-buy .price p {
    padding-left: 11px;
}
#board-detail .buy-section .pr-buy .price .cost {
    font-size: 17px;
    font-weight: bold;
}
#board-detail .buy-section .pr-buy .price p:not(.cost) {
    font-size: 11px; 
    color: #898c97;
}
#board-detail .buy-section .pr-buy .price p:not(.cost) img {
    margin-left: 2px;
}
#board-detail .buy-section .pr-buy a.g-b {
    display: inline-block;
    margin-top: 4px;
    padding-left: 33px; 
    font-family: 'helveticaMacMedium';
    font-size: 11px;
    background: url('../img/icon_pdf.svg') no-repeat;
    background-position: 12px center;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .buy-section .pr-buy a.g-b {
        padding-left: 44px; 
        background-position: 16px center;
    }
    #board-detail .buy-section .pr-buy a.g-b span {
        font-size: 13px;
    }
}
#board-detail .buy-section .board-buy {
    margin-top: 9px;
    display: flex;
    align-items: center;
}
#board-detail .buy-section .board-buy .btn-buy {
    width: 100%;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .buy-section {
        flex-direction: column;
    }
    #board-detail .buy-section > div {
        flex: none;
    }
    #board-detail .buy-section .location {
        margin-top: 10px;
    }
    #board-detail .buy-section .location p:first-child {
        padding-right: 0;
    }
    #board-detail .buy-section .location p.code {
        margin-top: 10px;
    }
    #board-detail .buy-section .pr-buy {
        flex-direction: column;
    }
    #board-detail .buy-section .pr-buy .price {
        padding-top: 15px;
    }
    #board-detail .buy-section .pr-buy .price p {
        padding: 0;
    }
    #board-detail .buy-section .pr-buy .price .g-b {
        width: 100%;
        height: 46px;
        margin-top: 15px;
        line-height: 42px; 
        border: 1px solid #dee5ec;
        border-radius: 3px;
    }
}
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .info-price-board {
        margin-top: 0;
    }
}
#board-detail .map-less-1000 {
    display: none;
    width: 100%;
    height: calc(400px - 10vh);
    padding: 4px 21px 25px 24px; 
    background: white;
}
#board-detail .map-less-1000 #t-m-m {
    width: 100%;
    height: 100%;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .map-less-1000 {
        position: relative; 
        display: block;
    }
    #board-detail .map-less-1000 .fullSizeMap-btn {
        top: 15px;
        right: 32px;
    }
}
#board-detail .view-board {
    display: flex;
    width: 100%;
    height: 320px;
}
#board-detail .view-board > div {
    overflow: hidden; 
    flex: 1;
    max-width: 50%;
}
#board-detail .view-board .photo-board img {
    cursor: pointer;
    width: 100%;
}
#board-detail .view-board .photo-board .t-i {
    height: 100%;
}
#board-detail .view-board .photo-board .t-i.not-slick img {
    height: 100%;
}
#board-detail .view-board .photo-board .t-i .slick-prev,
#board-detail .view-board .photo-board .t-i .slick-next {
    width: 40px;
    height: 40px; 
    color: #3e445b;
    border: none;
}
#board-detail .view-board .photo-board .t-i .slick-next {
    right: 0;
}
#board-detail .view-board .photo-board .t-i .slick-prev {
    left: 0;
}
#board-detail .view-board .photo-board .t-i .slick-dots {
    bottom: 25px;
    padding-left: 25px;
    text-align: left;
}
#board-detail .view-board .photo-board .t-i .slick-dots li {
    margin: 0;
}
#board-detail .view-board .map-board {
    position: relative;
}
#board-detail .view-board .map-board:before {
    position: absolute;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 1; 
    width: 100%;
    height: 7px;
    background:    -moz-linear-gradient(top, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background:         linear-gradient(to bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
}
#board-detail .view-board .map-board #t-m {
    height: 100%;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .view-board {
        flex-direction: column;
        height: auto;

        order: -1;
    }
    #board-detail .view-board > div {
        flex: none; 
        max-width: none;
    }
    #board-detail .view-board .map-board {
        height: 500px;
    }
}
#board-detail .i-t-b {
    width: 100%; 
    margin-top: 20px;
    padding: 17px 23px 21px 23px;
    border-bottom: 1px solid #dee5ec;
    background: white;
}

#board-detail .i-t-b .calendar-board {
  min-height: 140px;
}

@media screen and (max-width: 1000px) {
    #board-detail .i-t-b .calendar-board {
        min-height: 265px;
    }  
}

@media screen and (max-width: 767px) {
    #board-detail .i-t-b .calendar-board {
        min-height: 480px;
      } 
    #result-search-list .result-list .list-review .item .see-board {
        height: 200px;
    }
}


#board-detail .i-t-b .calendar-board .legend {
    display: flex;

    justify-content: space-between;
}
#board-detail .i-t-b .calendar-board .legend p {
    font-size: 15px; 
    font-weight: bold;
}
#board-detail .i-t-b .calendar-board .legend ul li {
    margin-right: 8px;
}
#board-detail .i-t-b .calendar-board .choose-calendar {
    display: flex;
    margin-top: 9px;
}
#board-detail .i-t-b .calendar-board .choose-calendar > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 75px;
    padding: 4px 0 5px 11px;
    border-top: 1px solid #dee5ec;
    border-right: 1px solid #dee5ec;
    border-bottom: 1px solid #dee5ec;
    cursor: pointer;
    -webkit-transition: box-shadow .25s ease-in-out;
       -moz-transition: box-shadow .25s ease-in-out;
         -o-transition: box-shadow .25s ease-in-out;
            transition: box-shadow .25s ease-in-out;

    justify-content: space-between;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .i-t-b .calendar-board .choose-calendar > div {
        height: 93px;
    }
}
#board-detail .i-t-b .calendar-board .choose-calendar > div:first-child {
    /* border-left: 1px solid #dee5ec;  */
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#board-detail .i-t-b .calendar-board .choose-calendar > div:first-child.busy {
    border-left: 1px solid #e84a56;
}
#board-detail .i-t-b .calendar-board .choose-calendar > div:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#board-detail .i-t-b .calendar-board .choose-calendar > div:hover:not(.busy):not(.reserve):not(.pre-order):not(.select) {
    box-shadow: inset 0 0 0 2px #5cbc59;
}
#board-detail .i-t-b .calendar-board .choose-calendar > div.busy {
    border-top: 1px solid #e84a56;
    border-right: 1px solid #e84a56;
    border-bottom: 1px solid #e84a56; 
    background: #e84a56;
}
#board-detail .i-t-b .calendar-board .choose-calendar > div.busy p {
    color: white;
}
#board-detail .i-t-b .calendar-board .choose-calendar > div.free {
    border-top: 1px solid #55bc4f;
    border-right: 1px solid #55bc4f;
    border-bottom: 1px solid #55bc4f; 
    background: #55bc4f;
}

#board-detail .i-t-b .calendar-board .choose-calendar > div.free p {
    color: white;
}
#board-detail .i-t-b .calendar-board .choose-calendar > div.reserve {
    border-top: 1px solid #FED648;
    border-right: 1px solid #FED648;
    border-bottom: 1px solid #FED648; 
    background: #FED648;
}
#board-detail .i-t-b .calendar-board .choose-calendar > div.reserve p {
    color: black;
}
#board-detail .i-t-b .calendar-board .choose-calendar > div.pre-order {
    border-top: 1px solid #e6ecf2;
    border-right: 1px solid #e6ecf2;
    border-bottom: 1px solid #e6ecf2; 
    background: #e6ecf2;
}
#board-detail .i-t-b .calendar-board .choose-calendar > div.pre-order p {
    color: black;
}
#board-detail .i-t-b .calendar-board .choose-calendar > div.select {
    position: relative; 
    border: 1px solid #5cbc59!important;
    /* background: #5cbc59; */
    /* box-shadow: 0 0 10px 0 #5cbc59; */
}
#board-detail .i-t-b .calendar-board .choose-calendar > div.select:before {
    position: absolute;
    z-index: 2; 
    top: 11px;
    right: 16px;
    width: 4px;
    height: 8px;
    border: 1px solid #5cbc59;
    border-top: 0;
    border-left: 0;
    content: '';
    transform: rotate(45deg);
}
#board-detail .i-t-b .calendar-board .choose-calendar > div.select:after {
    position: absolute;
    top: 8px;
    right: 11px;
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background: white;
    content: '';
}
/* #board-detail .i-t-b .calendar-board .choose-calendar > div.select p {
    color: white;
} */
#board-detail .i-t-b .calendar-board .choose-calendar > div p.m-n {
    font-size: 17px;
}
#board-detail .i-t-b .calendar-board .choose-calendar > div p.m-t {
    font-size: 11px;
}
#board-detail .i-t-b .calendar-board .choose-calendar div.busy + div.busy {
    border-left: 1px solid #db393e;
}
#board-detail .i-t-b .calendar-board .choose-calendar div.reserve + div.reserve {
    border-left: 1px solid #FED648;
}
#board-detail .i-t-b .calendar-board .choose-calendar div.pre-order + div.pre-order {
    border-left: 1px solid #d5dfe9;
}
#board-detail .i-t-b .calendar-board .choose-calendar div.free + div.free {
    border-left: 1px solid #4cb348;
}
/* #board-detail .i-t-b .calendar-board .choose-calendar div.select + div.select {
    border-left: 1px solid #4cb348;
} */
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .i-t-b .calendar-board .choose-calendar > div:hover:not(.busy):not(.reserve):not(.pre-order):not(.select) {
        box-shadow: none;
    }
}
@media (min-width: 768px) and (max-width: 1000px) {
    #board-detail .i-t-b .calendar-board .choose-calendar {
        flex-wrap: wrap;
    }
    #board-detail .i-t-b .calendar-board .choose-calendar > div {
        flex: none;
        width: 16.6667%;
    }
    #board-detail .i-t-b .calendar-board .choose-calendar > div:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #board-detail .i-t-b .calendar-board .choose-calendar > div:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(7) {
        border-left: 1px solid #dee5ec;
    }
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(7).select,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(7).pre-order,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(7).reserve,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(7).busy {
        border-left: none;
    }
}
@media (min-width: 100px) and (max-width: 767px) {
    #board-detail .i-t-b .calendar-board .choose-calendar {
        flex-wrap: wrap;
    }
    #board-detail .i-t-b .calendar-board .choose-calendar > div {
        flex: none;
        width: 33.33%;
    }
    #board-detail .i-t-b .calendar-board .choose-calendar > div:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #board-detail .i-t-b .calendar-board .choose-calendar > div:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(4),
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(7),
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(10) {
        border-left: 1px solid #dee5ec;
    }
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(4).select,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(4).pre-order,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(4).reserve,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(4).busy,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(7).select,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(7).pre-order,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(7).reserve,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(7).busy,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(10).select,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(10).pre-order,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(10).reserve,
    #board-detail .i-t-b .calendar-board .choose-calendar > div:nth-child(10).busy {
        border-left: none;
    }
}
#board-detail .i-t-b .select-month {
    margin-top: 12px;
    padding-left: 2px; 
    font-size: 11px;
}
#board-detail .i-t-b .select-month img {
    margin-left: 5px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .i-t-b .calendar-board .legend {
        flex-direction: column;

        align-items: flex-start;
    }
    #board-detail .i-t-b .calendar-board .legend p {
        text-align: left;
    }
}
#board-detail .p-t-b {
    width: 100%; 
    padding: 18px 23px 23px 25px;
    background: white;
}
#board-detail .p-t-b .p-h {
    font-size: 15px;
    font-weight: bold;
}
#board-detail .p-t-b .p-t {
    display: table;
    margin-top: 15px; 
    border: 1px solid #dee5ec;
    border-radius: 3px;
    width: 100%;
}
#board-detail .p-t-b .p-t .p-t__tr {
    display: table-row;
}
#board-detail .p-t-b .p-t .p-t__tr .p-t__td {
    display: table-cell;
    padding: 7px 10px; 
    font-size: 13px;
    border-bottom: 1px solid #dee5ec;
}
#board-detail .p-t-b .image-wrapper,
#result-search-list .result-list .table-result .tbody .image-wrapper {
    position: relative;
    width: max-content;   
}
#result-search-list .result-list .table-result .tbody .image-wrapper  {
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #result-search-list .result-list .table-result .tbody .image-wrapper  {
      margin: 0;
  }
}
#board-detail .p-t-b .image-wrapper:hover .light-info ,
#result-search-list .result-list .table-result .tbody .image-wrapper:hover .light-info{
    opacity: 1;
    visibility: visible;
}
#board-detail .p-t-b .image-wrapper .light-info,
#result-search-list .result-list .table-result .tbody .image-wrapper .light-info {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    bottom: 148%;
    left: calc(-85px + 50%);
    visibility: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    background-color: white;
    height: 25px;
    width: 170px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
}
#board-detail .p-t-b .image-wrapper .light-info:before,
#result-search-list .result-list .table-result .tbody .image-wrapper .light-info:before {
    content: "";
    border-color: transparent #ffffff #ffffff transparent;
    border-style: solid;
    border-width: 5px;
    width: 0;
    height: 0;
    position: absolute;
    top: 80%;
    left: 48%;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.5)
}

#board-detail .p-t-b .image-wrapper .light-info span,
#result-search-list .result-list .table-result .tbody .image-wrapper .light-info span {
    color: #ef7242;
    margin-left: 3px;
}
@media (min-width: 100px) and (max-width: 768px) {
    #board-detail .p-t-b .p-t .p-t__tr .p-t__td {
        padding: 10px 10px;
    }
}
#board-detail .p-t-b .p-t .p-t__tr .p-t__td img.light {
    position: relative;
    top: -2px;
    left: 0;
    height: 20px;
}
#board-detail .p-t-b .p-t .p-t__tr .p-t__td img.sun {
    position: relative;
    top: -2px;
    left: 0;
    height: 20px;
}
#board-detail .p-t-b .p-t .p-t__tr .p-t__td:first-child {
    white-space: nowrap;
    /* width: 120px; */
}
@media (min-width: 100px) and (max-width: 768px) {
    #board-detail .p-t-b .p-t .p-t__tr .p-t__td:first-child {
        white-space: normal;
    }
}
#board-detail .p-t-b .p-t .p-t__tr .p-t__td:last-child {
    padding: 7px 15px;
}
@media (min-width: 100px) and (max-width: 768px) {
    #board-detail .p-t-b .p-t .p-t__tr .p-t__td:last-child {
        padding: 11px 15px;
    }
}
#board-detail .p-t-b .p-t .p-t__tr .p-t__td p {
    line-height: 18px;
}
#board-detail .p-t-b .p-t .p-t__tr:last-child .p-t__td {
    padding-bottom: 11px; 
    border-bottom: none;
}
@media (min-width: 100px) and (max-width: 768px) {
    #board-detail .p-t-b {
        padding: 18px 0 0 0;
    }
    #board-detail .p-t-b .p-h {
        padding: 0 23px;
    }
    #board-detail .p-t-b .p-t {
        border: none;
    }
    #board-detail .p-t-b .p-t .p-t__tr {
        display: flex;
        flex-direction: column;
    }
    #board-detail .p-t-b .p-t .p-t__tr .p-t__td {
        padding-right: 23px !important; 
        padding-left: 23px !important;
        font-size:14px;
    }
    #board-detail .p-t-b .p-t .p-t__tr .p-t__td:first-child {
        padding-bottom: 0; 
        color: #898c97;
        border-bottom: 0;
    }
    #board-detail .p-t-b .p-t .p-t__tr .p-t__td:last-child {
        padding-top: 0;
    }
    #board-detail .p-t-b .p-t .p-t__tr:first-child .p-t__td:first-child {
        border-top: 1px solid #dee5ec;
    }
    #board-detail .p-t-b .p-t .p-t__tr:last-child .p-t__td:last-child {
        border-bottom: 0;
    }
    #board-detail .buy-section .location p.code{
        font-size: 14px;
    }
    #navigator-header-bottom-less-960 .title-disclose{
        font-size:14px;
    }
}
#board-detail .follow-board {
    margin-top: 21px;
    padding-bottom: 25px;
}
@media (min-width: 100px) and (max-width: 768px) {
    #board-detail .follow-board {
        margin-top: 16px;
    }
}
#board-detail .follow-board .pr-buy,
#board-detail .follow-board .board-buy {
    flex: .5;
}
#board-detail .follow-board .pr-buy .price {
    padding-top: 6px;
}
#board-detail .follow-board .pr-buy a.g-b {
    margin-top: 6px;
}
#board-detail .follow-board .d-s-w-t-b {
    display: flex;
    padding-top: 5px; 

    align-items: center;
}
#board-detail .follow-board .d-s-w-t-b .btn-special {
    display: flex;
    height: 46px;
    margin-right: 8px;
    border: 1px solid #dee5ec;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;

    align-items: center;
}
#board-detail .follow-board .d-s-w-t-b .btn-special svg path {
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#board-detail .follow-board .d-s-w-t-b .btn-special span {
    font-size: 11px;
    line-height: 11px; 
    color: #428cf3;
    border-bottom: 1px solid #428cf3;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#board-detail .follow-board .d-s-w-t-b .btn-special:last-child {
    margin-right: 0;
}
#board-detail .follow-board .d-s-w-t-b .btn-special:hover {
    background: #5cbc59;
}
#board-detail .follow-board .d-s-w-t-b .btn-special:hover svg path {
    fill: #fff;
}
#board-detail .follow-board .d-s-w-t-b .btn-special:hover span {
    color: white;
    border-bottom: 1px solid white;
}
#board-detail .follow-board .d-s-w-t-b .see-on-map {
    padding-right: 29px; 
    padding-left: 14px;
}
#board-detail .follow-board .d-s-w-t-b .see-on-map svg,
#board-detail .follow-board .d-s-w-t-b .see-on-map img {
    margin-right: 11px;
}
#board-detail .follow-board .d-s-w-t-b .see-on-map span {
    font-family: 'helveticaMacMedium', 'Helvetica Neue', Helvetica, 'helvetica', Arial, sans-serif;
}
#board-detail .follow-board .d-s-w-t-b .follow {
    padding-right: 19px; 
    padding-left: 12px;
}
#board-detail .follow-board .d-s-w-t-b .follow svg,
#board-detail .follow-board .d-s-w-t-b .follow img {
    margin-right: 12px;
}
#board-detail .follow-board .d-s-w-t-b .follow .hide-this {
    display: none;
}
#board-detail .follow-board .d-s-w-t-b .follow span {
    font-family: 'helveticaMacMedium';
}
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .follow-board .d-s-w-t-b .see-on-map span,
    #board-detail .follow-board .d-s-w-t-b .follow span {
        font-size: 13px;
    }
}
#board-detail .follow-board .board-buy {
    display: flex;
    margin: 0;
    padding-top: 5px; 

    align-items: center;
}
#board-detail .follow-board .board-buy .btn-buy {
    height: 46px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .follow-board .pr-buy {
        flex: none; 

        order: -1;
    }
    #board-detail .follow-board .pr-buy .price .cost {
        font-size: 19px;
    }
    #board-detail .follow-board .d-s-w-t-b {
        flex-direction: column;
        padding: 0; 

        order: 1;
        align-items: flex-start;
    }
    #board-detail .follow-board .d-s-w-t-b .btn-special {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    #board-detail .follow-board .board-buy {
        flex: none;
        padding-top: 10px; 

        order: 2;
    }
}
#board-detail .around-board {
    width: 100%;
    margin-top: 33px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .around-board {
        margin-top: 0; 
        padding: 16px 21px 16px 24px;
    }
}
#board-detail .around-board .a-b-h {
    font-size: 19px;
}
#board-detail .around-board .s-a-b {
    display: flex;
    margin-top: 13px;
}
#board-detail .around-board .s-a-b .slick-prev,
#board-detail .around-board .s-a-b .slick-next {
    top: 25%;
    color: #3e445b; 
    border: none;
}
#board-detail .around-board .s-a-b .slick-prev {
    left: 0;
}
#board-detail .around-board .s-a-b .slick-next {
    right: 0;
}
#board-detail .around-board .s-a-b .item {
    width: 240px;
    border-right: 1px solid #dee5ec;
    outline: none; 
    background: white;
    flex-direction: column;
}
#board-detail .around-board .s-a-b .item .img-bg {
    height: 158px;
}
#board-detail .around-board .s-a-b .item .img-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#board-detail .around-board .s-a-b .item .info-board {
    padding: 21px 40px 20px 23px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .around-board .s-a-b .item .info-board {
        padding: 21px 23px 20px 23px;
    }
}
#board-detail .around-board .s-a-b .item .info-board .type-board {
    font-family: 'helveticaMacMedium', 'Helvetica Neue', Helvetica, 'helvetica', Arial, sans-serif;
    font-size: 13px; 
    color: #5cbc59;
}
#board-detail .around-board .s-a-b .item .info-board .guide-board {
    overflow: hidden;
    max-height: 53px;
    margin-top: 6px;
    margin-bottom: 12px; 
    font-size: 13px;
    line-height: 18px;
    height: 53px;
}
#board-detail .around-board .s-a-b .item .info-board .continue {
    position: relative; 
    font-family: 'helveticaMacMedium', 'Helvetica Neue', Helvetica, 'helvetica', Arial, sans-serif;
    font-size: 11px;
    color: #348af8;
    border-bottom: 1px solid #348af8;
}
#board-detail .around-board .s-a-b .item .info-board a:after {
    position: absolute;
    top: 4px;
    right: -16px; 
    width: 10px;
    height: 8px;
    background: url('../img/icon_arrow_details.svg') no-repeat;
    content: '';
}
@media (min-width: 100px) and (max-width: 1000px) {
    #board-detail .around-board .s-a-b .item .info-board .continue {
        display: inline-block;
        width: 100%;
        height: 46px;
        padding-left: 20px;
        font-size: 13px; 
        line-height: 40px;
        border: 1px solid #dee5ec;
        border-radius: 3px;
        outline: none;
        text-decoration: underline;
    }
    #board-detail .around-board .s-a-b .item .info-board a:after {
        top: 40%; 
        right: 16px;
    }
}

#follow-board a {
    position: relative;
    font-size: 10px;
    font-weight: bold; 
    line-height: 15px;
    color: #428cf3;
    border-bottom: 1px dashed #428cf3;
    text-transform: uppercase;
}

#follow-board .rdBox span {
    margin-left: 13px; 
    font-size: 13px;
    line-height: 25px;
}

#follow-board .dropdown-wrp {
    position: relative; 
    margin-top: 3px;
    margin-left: 37px;
}
#follow-board .dropdown-wrp .input-base-field {
    height: 44px;
}

#follow-board .btn-follow1,
#follow-board .btn-follow2 {
    width: 100%;
}

#follow-board .hidden-this {
    display: none;
}

#follow-board .first-step .fol-brd-data-name > div:not(:first-child) {
    margin-top: 18px;
}

#follow-board .second-step .dropdown-wrp {
    display: flex;
}
#follow-board .second-step .dropdown-wrp .fol-mt-start,
#follow-board .second-step .dropdown-wrp .fol-mt-end {
    position: relative;
}
#follow-board .second-step .dropdown-wrp .fol-mt-start {
    margin-right: 10px;
}

#follow-board .second-step .select-mnt-pl {
    margin-top: 28px;
}

#follow-board .second-step .select-range {
    margin-top: 16px;
}
#follow-board .second-step .select-range .mnt-list {
    background: url('../img/icon_calendar.svg') no-repeat center right 13px;
}

#follow-board .second-step .submit-follow2 {
    margin-top: 19px;
}

#follow-board .fin-step .body-popup {
    padding-top: 25px;
    padding-bottom: 18px;
}
#follow-board .fin-step .body-popup .img-bord {
    margin-bottom: 30px;
}
#follow-board .fin-step .body-popup .text-title {
    font-size: 19px;
}
#follow-board .fin-step .body-popup .text {
    font-size: 13px;
    line-height: 16px;
}
#follow-board .fin-step .body-popup a {
    display: inline-block;
    margin-top: 19px;
    letter-spacing: .3px;
}

#image-inner-board {
    text-align: center;
}
#image-inner-board:before {
    display: inline-block;
    height: 100%;
    content: ''; 
    vertical-align: middle;
}
#image-inner-board .container-base {
    display: inline-block;
    vertical-align: middle;
}
#image-inner-board .wrapp-popup {
    margin: 0;
}
#image-inner-board .modal__content {
    width: calc(100vh - 40px);
}
@media (min-width: 100px) and (max-width: 1001px) {
    #image-inner-board .modal__content {
        width: calc(100vw - 60px);
    }
}
#image-inner-board .wrapp-image-view {
    padding: 0;
}
#image-inner-board .wrapp-image-view .close-popup {
    z-index: 2;
}
#image-inner-board .wrapp-image-view .close-popup span {
    background: white;
}
#image-inner-board .wrapp-image-view .body-popup {
    padding-top: 0;
}
#image-inner-board .wrapp-image-view .slick-boards-theme .slick-prev {
    left: 0; 
    color: #3e445b;
}
#image-inner-board .wrapp-image-view .slick-boards-theme .slick-next {
    right: 0; 
    color: #3e445b;
}
#image-inner-board .footer-block {
    padding: 24px 19px;
}
#image-inner-board .footer-block .pr-buy {
    display: flex;
}
#image-inner-board .footer-block .pr-buy > div {
    flex: 1;
}
#image-inner-board .footer-block .pr-buy .price {
    flex: 2.88; 
    line-height: 16px;
    text-align: left;
}
#image-inner-board .footer-block .pr-buy .price p {
    padding-left: 11px;
}
#image-inner-board .footer-block .pr-buy .price .cost {
    margin-top: 4px;
    font-size: 29px;
    font-weight: bold;
}
#image-inner-board .footer-block .pr-buy .price p.cost-text {
    margin-top: 8px; 
    font-size: 11px;
    color: #898c97;
}
#image-inner-board .footer-block .pr-buy .price p.cost-text img {
    margin-left: 2px;
}
#image-inner-board .footer-block .pr-buy a.g-b {
    display: inline-block;
    margin-top: 4px;
    padding-left: 33px; 
    font-family: 'helveticaMacMedium';
    font-size: 11px;
    background: url('../img/icon_pdf.svg') no-repeat;
    background-position: 12px center;
}
@media (min-width: 100px) and (max-width: 1000px) {
    #image-inner-board .footer-block .pr-buy a.g-b {
        padding-left: 44px; 
        background-position: 16px center;
    }
    #image-inner-board .footer-block .pr-buy a.g-b span {
        font-size: 13px;
    }
}
#image-inner-board .footer-block .board-buy {
    text-align: right;
}
#image-inner-board .footer-block .board-buy .btn-buy {
    width: 100%;
}
@media (min-width: 100px) and (max-width: 768px) {
    #image-inner-board .footer-block .pr-buy {
        flex-direction: column;
    }
    #image-inner-board .footer-block .pr-buy .board-buy {
        margin-top: 15px;
    }
}

section.our-team {
    font-family: 'helvetica-neue-regular', sans-serif;
}
section.our-team .title {
    padding: 20px;
    padding-bottom: 0;
}

.team-block {
    display: flex;
    margin: 0 -15px;
    padding: 40px 20px 150px 20px; 

    flex-flow: row wrap;
    justify-content: flex-start;
}
@media screen and (max-width: 680px) {
    .team-block {
        justify-content: center;
    }
}

.person-card {
    display: flex;
    flex-direction: row;
    width: calc(33% - 30px);
    min-width: 283.5px;
    margin: 20px 15px;
    transition: all .5s ease;
}
@media screen and (max-width: 980px) {
    .person-card {
        width: calc(50% - 30px);
    }
}
.person-card .photo {
    overflow: hidden;
    width: 110px;
    min-width: 110px;
    height: 110px;
    border-radius: 100%;
}
.person-card .photo:hover {
    filter: grayscale(.6);
}
.person-card .info {
    margin-left: 20px;
}
.person-card .info p {
    margin: 0;
    white-space: nowrap;
}
.person-card .info p.name {
    font-family: 'helvetica-neue-medium', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px; 
    color: #3d445c;
}
.person-card .info p.position {
    margin-bottom: 5px; 
    line-height: 25px;
    color: #fc6b40;
}
.person-card .info p.phone,
.person-card .info p.email {
    font-size: 13px;/*AL*/
    line-height: 20px; 
    color: #9ea1ad;
}

section.faq {
    margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
    section.faq {
        padding: 0 20px;
    }
}
@media screen and (max-width: 720px) {
    section.faq {
        padding: 40px 20px;
    }
}
section.faq .main-title {
    display: flex;
    height: 60px;
    margin-bottom: 0;
    padding: 0 20px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: bold; 
    background: #fff;
    box-shadow: 0 0 2px 0 #ababab;

    align-items: center;
    justify-content: flex-start;
}

.faq-block {
    display: flex;
    flex-direction: column;
}

.faq-part {
    margin: 20px 0;
}
.faq-part .single-division {
    border-bottom: 1px solid #c5c5c5;
}
.faq-part .single-division h3 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 13px;/*AL*/
    font-weight: bold;
    border-bottom: none;
    background: transparent;
}
.faq-part .single-division .ui-accordion-header:hover {
    color: #fc6b40;
}
.faq-part .single-division .ui-accordion-header:hover .ui-icon {
    border-right: 3px solid #fc6b40;
    border-bottom: 3px solid #fc6b40;
    transform: rotate(135deg);
}

section.basket {
    padding-bottom: 77px;
}

.basket-block {
    /* overflow: hidden;  */
    padding: 0 30px;
    background: #fff;
}
.basket-block .subtitle {
    margin-bottom: 10px; 
    font-family: 'helvetica-neue',sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    color: #3d445c;
}
.basket-block .basket-table {
    margin-bottom: 35px;
}
.basket-block .extra-block {
    margin-bottom: 35px;
}
.basket-block .comment-block {
    margin-bottom: 35px;
}
.basket-block .comment-block textarea {
    width: 100%;
    min-height: 83px;
    padding: 10px 18px;
}
.basket-block .confirm-block {
    display: flex;
    margin-bottom: 33px; 

    flex-flow: row wrap;
    align-items: center;
}
.basket-block .confirm-block .check-robot {
    width: 100%;
    max-width: 340px;
}
.basket-block .confirm-block .check-robot .label-box {
    display: flex;

    align-items: center;
}
.basket-block .confirm-block .check-robot .label-box span {
    font-size: 13px;
    line-height: 15px;
    color: #4b4d55; 
    letter-spacing: .065px;
    transition: all .4s ease-in;
}
.basket-block .confirm-block .check-robot label.label-box.chBox div.box {
    width: 72px;
    height: 34px;
    border: 1px solid transparent;
    background: linear-gradient(0deg, #dde5ed, #dde5ed), #f6f7fa;
}
.basket-block .confirm-block .check-robot label.label-box.chBox div.box:after {
    top: 3px;
    left: 3px;
    width: 26px;
    height: 25px;
    border: 1px solid transparent;
}
.basket-block .confirm-block .check-robot label.label-box.chBox input:checked + div.box {
    border-color: #e86b28;
    background: #ec8243;
}
.basket-block .confirm-block .check-robot label.label-box.chBox input:checked + div.box:after {
    left: calc(100% - 2px);
    border-color: #e86b28;
    transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
    .basket-block .confirm-block .check-robot {
        margin-bottom: 20px;
    }
}
.basket-block .confirm-block .line a {
    color: #428cf3;
    border-bottom: 1px solid #428cf3;
    transition: .5s; 
    text-decoration: none;
}
.basket-block .confirm-block .line a:hover {
    border-bottom: 1px solid #f76a47;
    transition: .5s;
}
@media screen and (max-width: 768px) {
    .basket-block .confirm-block {
        flex-direction: column; 

        align-items: flex-start;
    }
}
.basket-block .total-block {
    display: flex;

    flex-flow: row wrap;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .basket-block .total-block {
        flex-direction: column;
    }
}
.basket-block .total-block .text .subtitle {
    font-size: 21px;
    line-height: 19px;
    letter-spacing: .525px;
}
.basket-block .total-block .text .descr {
    font-size: 13px;
    line-height: 19px;
    color: #898c98; 
    letter-spacing: -.13px;
}
@media screen and (max-width: 768px) {
    .basket-block .total-block .text {
        margin-bottom: 20px;
    }
}
.basket-block .total-block .submit .btn {
    height: 45px;
    padding: 0 40px;
    font-size: 15px;
    font-weight: bold;
    line-height: 41px;
    color: white;
    background: #f76a47;
}
.basket-block .line {
    display: flex;
    flex-direction: row;
    height: 30px;
    margin: 9px 0; 
    padding: 20px 10px;
    border: 1px solid transparent;
    align-items: center;
    justify-content: flex-start;
    transition: all .4s ease;
}
.basket-block .line input[type='checkbox'] {
    opacity: 0;
}
.basket-block .line input[type='checkbox'] + label::after {
    content: none;
}
.basket-block .line input[type='checkbox']:checked + label::after {
    content: '';
}
.basket-block .line label {
    position: relative;
    display: inline-block;
    padding-left: 40px;
}
.basket-block .line label:before,
.basket-block .line label:after {
    position: absolute;
    display: inline-block; 
    content: '';
}
.basket-block .line label:before {
    top: -2px; 
    left: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #dde5ed;
}
.basket-block .line label:after {
    top: 3px;
    left: 3px;
    width: 17px;
    height: 10px;
    border-bottom: 2px solid #fc6b40;
    border-left: 2px solid #fc6b40;
    transform: rotate(-45deg);
}

.table-head {
    position: relative;
    display: flex;
    padding: 15px 0; 

    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.table-head .count {
    margin-bottom: 0;
}
.table-head .count .cnt_val {
    color: #fc6b40;
}
.table-head:before {
    position: absolute;
    bottom: 0;
    left: -30px;
    width: calc(100% + 60px); 
    border-bottom: 1px solid #dde5ed;
    content: '';
}

.table-body table {
    width: 100%;
}
.table-body table thead th {
    padding: 20px;
    font-family: 'helvetica-neue-medium',sans-serif;
    font-size: 11px;
    border-bottom: 3px solid #dde5ed;
}
.table-body table thead th:first-child {
    padding-left: 0;
}
.table-body table thead th:last-child {
    padding-right: 0;
}
.table-body table tbody tr td {
    padding: 20px;
}
.table-body table tbody tr td:first-child {
    padding-left: 0;
}
.table-body table tbody tr td:last-child {
    padding-right: 0;
}
.table-body table tbody tr td:nth-child(5) {
    text-align: center;
}

.table-body .table-result {
    display: table;
}

.table-body .table-result {
    width: 100%;
    padding: 0;
}
@media (min-width: 100px) and (max-width: 1000px) {
    .table-body .table-result {
        padding: 0;
    }
    .basket .container.container-base h2.title {
        padding: 0 30px;
        margin-top: 30px;
    }
    .table-body .table-result .tbody .tr .td {
        padding: 10px 20px!important;
    }
    .table-body .table-result .tbody .td:last-child {
        border: none;
        justify-content: flex-end;
    }

}
.table-body .table-result .thead,
.table-body .table-result .tbody {
    display: table-header-group;
}
.table-body .table-result .thead .tr,
.table-body .table-result .tbody .tr {
    display: table-row;
}
.table-body .table-result .thead .tr .td,
.table-body .table-result .tbody .tr .td {
    display: table-cell; 
    font-size: 14px;/*AL*/
}
.table-body .table-result .thead .tr .td-code,
.table-body .table-result .tbody .tr .td-code {
    width: 65px;
}
.table-body .table-result .thead .tr .td-type,
.table-body .table-result .tbody .tr .td-type {
    width: 120px;
    max-width: 120px;
    white-space: nowrap;
}
.table-body .table-result .thead .tr .td.td-choice,
.table-body .table-result .tbody .tr .td.td-choice {
    width: 250px;
    max-width: 215px;
}
.table-body .table-result .thead .tr .td.td-choice .mb-title,
.table-body .table-result .tbody .tr .td.td-choice .mb-title {
    color: inherit;
}
.table-body .table-result .thead .tr .td.td-choice span,
.table-body .table-result .tbody .tr .td.td-choice span {
    color: #428cf3; 
    white-space: normal;
}
.table-body .table-result .thead .tr .td-adress,
.table-body .table-result .tbody .tr .td-adress {
    width: 190px;
    max-width: 260px;
}
.table-body .table-result .thead .tr .td-side,
.table-body .table-result .tbody .tr .td-side {
    width: 84px;
    max-width: 84px; 
    text-align: center;
}
.table-body .table-result .thead .tr .td-light,
.table-body .table-result .tbody .tr .td-light {
    width: 89px;
    max-width: 89px; 
    text-align: center;
}
.table-body .table-result .thead .tr .td-light .img,
.table-body .table-result .tbody .tr .td-light .img {
    width: 20px;
    height: 18px;
}
.table-body .table-result .thead .tr .td-photo,
.table-body .table-result .tbody .tr .td-photo {
    width: 60px;
    max-width: 60px; 
    cursor: pointer;
    text-align: center;
}
.table-body .table-result .thead .tr .td-photo .img,
.table-body .table-result .tbody .tr .td-photo .img {
    width: 18px;
    height: 14px;
}
.table-body .table-result .thead .tr .td-price,
.table-body .table-result .tbody .tr .td-price {
    width: 160px;
    min-width: 130px;
    text-align: left;
}
.table-body .table-result .thead {
    font-weight: 500;
}
@media (min-width: 100px) and (max-width: 1000px) {
    .table-body .table-result .thead {
        display: none;
    }
}
.table-body .table-result .thead .tr .td {
    padding: 13px 20px 10px;
    font-family: 'helvetica-neue-medium',sans-serif;
    font-size: 12px;/*AL*/
    border-bottom: 3px solid #dde5ed;
}
@media screen and (max-width: 1000px) {
    .table-body .table-result .thead .tr .td:first-child {
        padding-left: 20px;
    }
}
.table-body .table-result .thead .tr .td:last-child {
    padding-right: 0;
}
@media (min-width: 100px) and (max-width: 1000px) {
    .table-body .table-result .tbody .tr {
        display: flex;
        flex-direction: column;
        margin-top: 22px; 
        padding: 0 20px;
        border-bottom: 1px solid #dee5ec;
        background-color: #f6f7fa;
    }
    .table-body .table-result .tbody .tr:last-child {
        border-bottom: 0;
    }
}
.table-body .table-result .tbody .tr .td {
    padding: 20px;
}
@media screen and (max-width: 1000px) {
    .table-body .table-result .tbody .tr .td:first-child {
        padding-left: 20px;
    }
}
.table-body .table-result .tbody .tr .td:last-child {
    padding-right: 0;
}
.table-body .table-result .tbody .td-code {
    max-width: 100px;
}
.table-body .table-result .tbody .cost-board {
    font-weight: bold;
    white-space: nowrap;
}
.table-body .table-result .tbody .td {
    position: relative;
    padding: 13px 0 12px 0;
    border-bottom: 1px solid #dee5ec;
    vertical-align: middle;
    text-overflow: ellipsis;
}
@media (min-width: 100px) and (max-width: 1000px) {
    .table-body .table-result .tbody .td {
        display: flex !important;
        overflow: visible;
        width: 100% !important;
        max-width: none !important;
        padding: 0;
        white-space: normal; 

        align-items: center;
    }
}
.table-body .table-result .td .btn-buy {
    height: 29px;
    padding: 0 26px; 
    font-size: 13px;
    line-height: 27px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    .table-body .table-result .td .btn-buy {
        width: 100%; 
        height: 46px;
        margin-top: 10px;
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 30px;
    }
}
.table-body .table-result .mb-title {
    display: none;
    min-width: 140px; 
    text-align: left;
}
@media (min-width: 100px) and (max-width: 1000px) {
    .table-body .table-result .mb-title {
        display: block;
    }
}
@media (max-width: 460px) {
    .table-body .table-result .mb-title {
        width: 50%; 
        min-width: 50%;
    }

    .td-buy .del .mb-title {
        min-width: auto;
        width: auto;
    }
}
.del {
    display: flex;
    justify-content: space-between;
}

.del-ico {
    position: relative;
    overflow: hidden; 
    width: 16px;
    height: 16px;
    padding: 3px;
    cursor: pointer;
    margin-left: 5px;
}
.del-ico:after,
.del-ico:before {
    position: absolute;
    bottom: 0;
    width: 17px;
    height: 17px;
    content: '';
}
.del-ico:after {
    top: calc(50% - 3px);
    right: 3px; 
    border-right: 3px solid #f75050;
    transform: rotate(-45deg);
}
.del-ico:before {
    top: calc(50% - 3px);
    left: 6px; 
    border-left: 3px solid #f75050;
    transform: rotate(45deg);
}

.clear-bskt {
    display: flex;
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 28px;
    color: #3d445c; 
    border: none;
    background: transparent;
    letter-spacing: -.075px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.clear-bskt .del-ico {
    margin-left: 5px;
}

section.mail {
    padding-bottom: 60px;
}

.mail-block {
    display: flex;
    margin: 35px 0;
    background: #fff; 

    justify-content: center;
}

@media screen and (max-width: 560px) {
    .mail-block {
        padding: 0 20px;
    }
}

#askForm,
#confirmForm {
    width: 100%;
    max-width: 500px;
}
#askForm .formTitle,
#confirmForm .formTitle {
    border-bottom: 1px solid #ccc;
}
#askForm .formTitle h4,
#confirmForm .formTitle h4 {
    margin-bottom: 0; 
    font-family: 'helvetica-neue',sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}
#askForm .lines,
#confirmForm .lines {
    margin: 15px 0 30px 0;
}
#askForm .line,
#confirmForm .line {
    display: flex;
    flex-direction: column;
}
#askForm .line .label,
#confirmForm .line .label {
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
}
#askForm .line input,
#confirmForm .line input {
    height: 42px;
    margin-bottom: 10px; 
    padding: 5px 10px;
}
#askForm .line textarea,
#confirmForm .line textarea {
    height: 100%;
    min-height: 83px;
    max-height: min-content;
    padding: 5px 10px;
    resize: none;
}
#askForm .confirm-block,
#confirmForm .confirm-block {
    display: flex;
    margin-bottom: 33px; 

    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
#askForm .confirm-block .check-robot,
#confirmForm .confirm-block .check-robot {
    width: 50%;
    max-width: 340px;
}
#askForm .confirm-block .check-robot .label-box,
#confirmForm .confirm-block .check-robot .label-box {
    display: flex;

    align-items: center;
}
#askForm .confirm-block .check-robot .label-box span,
#confirmForm .confirm-block .check-robot .label-box span {
    font-size: 13px;
    line-height: 15px;
    color: #4b4d55; 
    letter-spacing: .065px;
}
#askForm .confirm-block .check-robot label.label-box.chBox div.box,
#confirmForm .confirm-block .check-robot label.label-box.chBox div.box {
    width: 72px;
    min-width: 72px;
    height: 34px;
    border: 1px solid transparent;
    background: linear-gradient(0deg, #dde5ed, #dde5ed), #f6f7fa;
}
#askForm .confirm-block .check-robot label.label-box.chBox div.box:after,
#confirmForm .confirm-block .check-robot label.label-box.chBox div.box:after {
    top: 3px;
    left: 3px;
    width: 26px;
    height: 25px;
    border: 1px solid transparent;
}
#askForm .confirm-block .check-robot label.label-box.chBox input:checked + div.box,
#confirmForm .confirm-block .check-robot label.label-box.chBox input:checked + div.box {
    border-color: #e86b28;
    background: #ec8243;
}
#askForm .confirm-block .check-robot label.label-box.chBox input:checked + div.box:after,
#confirmForm .confirm-block .check-robot label.label-box.chBox input:checked + div.box:after {
    left: calc(100% - 2px);
    border-color: #e86b28;
    transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
    #askForm .confirm-block .check-robot,
    #confirmForm .confirm-block .check-robot {
        margin-bottom: 20px;
    }
}
#askForm .confirm-block .submit .btn,
#confirmForm .confirm-block .submit .btn {
    height: 45px;
    padding: 0 40px;
    font-size: 15px;
    font-weight: bold;
    line-height: 41px;
    color: white;
    outline: none; 
    background: #f76a47;
}
#askForm .confirm-block .submit .btn:focus,
#confirmForm .confirm-block .submit .btn:focus {
    box-shadow: none;
}
@media screen and (max-width: 768px) {
    #askForm .confirm-block,
    #confirmForm .confirm-block {
        flex-direction: column; 

        align-items: flex-start;
    }
}

#confirmForm .line input {
    margin-bottom: 15px;
}

.mb12 {
    margin-bottom: 12px;
}

@media screen and (max-width: 1000px) {
    section.checkout h2.title {
        padding: 0 20px;
    }
}

@media screen and (max-width: 720px) {
    section.checkout h2.title {
        padding: 20px 0 0 20px;
    }
}

.checkout-block {
    display: flex;
    flex-direction: row;
    padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .checkout-block {
        flex-direction: column-reverse;
    }
}
.checkout-block .form-block,
.checkout-block .bord-choice {
    width: 50%;
}
@media screen and (max-width: 768px) {
    .checkout-block .form-block,
    .checkout-block .bord-choice {
        width: 100%;
    }

    .checkout .bord-choice .panel {
        height: max-content;
    }
}
.checkout-block .form-block {
    margin-right: 15px;
}
@media screen and (max-width: 768px) {
    .checkout-block .form-block {
        margin-right: 0;
    }
    .checkout-block .form-block #confirmForm {
        margin: 0 auto;
    }
}
.checkout-block .bord-choice {
    margin-left: 15px;
}
@media screen and (max-width: 768px) {
    .checkout-block .bord-choice {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

#confirmForm .formTitle h4 {
    padding: 0 30px; 
    text-align: left;
}

#confirmForm .lines {
    padding: 0 30px;
}

#confirmForm .totalCount {
    display: flex;
    width: 100%;
    margin: 10px 0 20px 0;
    padding: 0 30px;

    justify-content: space-between;
}
#confirmForm .totalCount p,
#confirmForm .totalCount span {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 19px;
    color: #3d445c; 
    letter-spacing: .525px;
}

#confirmForm .submit {
    width: 100%;
    padding: 0 30px;
}
#confirmForm .submit .btn {
    width: 100%;
}

.accordion {
    position: relative;
    width: 100%;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    transition: .5s; 
    text-align: left;
}
.accordion:after {
    position: absolute;
    top: calc(50% - 15px);
    right: 30px;
    width: 20px;
    height: 30px;
    background: url(../img/ic_keyboard_arrow_right_24px_orange.svg) no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    transition: .5s;
}
.accordion.accTitle {
    border-bottom: 1px solid #ccc;
}
.accordion.accTitle h4 {
    margin-bottom: 0;
    padding: 0 30px; 
    font-family: 'helvetica-neue',sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: left;
}
.accordion .boardCount {
    color: #e86b28;
}

.panel {
    overflow-y: scroll;
    max-height: fit-content;
    color: #212121;
    background-color: #fff;
    transition: max-height .3s ease-out;
    height: 530px;
}
.panel .board {
    display: flex;
    flex-direction: row;
    padding: 20px 35px;
    border-bottom: 1px solid #ccc; 

    align-items: center;
}
.panel .board:last-child {
    border-bottom: none;
}
.panel .board .board-img {
    width: 55px;
    height: 55px;
    margin-right: 15px;
}
.panel .board .description {
    display: flex;
    flex-direction: column;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #3d445c;
}
.panel .board .description .block {
    display: inline-flex;
}
.panel .board .description .block span {
    min-width: 50px;
    margin-right: 10px; 
    font-size: 12px;
    font-weight: bold;
    color: #aca8a8;
}

section.text {
    padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
    section.text h2.title {
        padding: 0 20px;
    }
}
@media screen and (max-width: 720px) {
    section.text h2.title {
        padding: 20px 0 0 20px;
    }
}
section.text .text-block {
    padding: 0  50px;
}
@media screen and (max-width: 480px) {
    section.text .text-block {
        padding: 0  30px;
    }
}
section.text .text-block h4 {
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 19px;
    color: #3d445c;
    letter-spacing: .53px;
}
section.text .text-block p {
    font-family: 'Helvetica Neue';
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color: #3d445c;
    letter-spacing: .33px;
}
section.text .Col {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #dde5ed;
}
section.text .Col .txtBlock {
    padding: 25px 0;
}
section.text .one.Col h1.title {
    margin-top: 0;
}
@media screen and (max-width: 480px) {
    section.text .one.Col {
        padding: 0 0 25px 0;
    }
}
section.text .two.Col {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
}
@media screen and (max-width: 480px) {
    section.text .two.Col {
        flex-direction: column;
    }
}
section.text .two.Col .txtBlock {
    width: calc( 50% - 20px);
}
@media screen and (max-width: 480px) {
    section.text .two.Col .txtBlock {
        width: 100%;
    }
}
section.text .img.Col {
    display: flex;

    flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
    section.text .img.Col {
        flex-flow: column;
    }
}
section.text .img.Col .imgBlock {
    padding: 50px 0;
}
@media screen and (max-width: 768px) {
    section.text .img.Col .imgBlock {
        display: flex;

        align-items: center;
        justify-content: center;
    }
}
section.text .img.Col .imgBlock .img {
    width: 100%;
    min-width: 280px;
    max-width: 440px;
    height: 100%;
    min-height: 200px;
    max-height: 238px;
}
section.text .img.Col .txtBlock {
    padding: 50px;
}
@media screen and (max-width: 480px) {
    section.text .img.Col .txtBlock {
        padding: 20px 0;
    }
}
section.text .notice.Col .txtBlock {
    position: relative;
    padding-left: 95px;
}
@media screen and (max-width: 480px) {
    section.text .notice.Col .txtBlock {
        padding-top: 95px;
        padding-left: 0;
    }
}
section.text .notice.Col .txtBlock:before {
    position: absolute;
    top: 25px;
    left: 0;
    width: 70px;
    height: 50px;
    background: url(../img/quote.png) no-repeat center/contain; 
    content: '';
}
@media screen and (max-width: 480px) {
    section.text .notice.Col .txtBlock:before {
        top: 15px;
        left: 50%;
        width: 40px;
        height: 30px;
        transform: translateX(-50%);
    }
}
section.text .notice.Col .txtBlock p {
    font-family: 'helvetica-neue-medium', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color: #3d445c;
    letter-spacing: .33px;
}
@media screen and (max-width: 480px) {
    section.text .notice.Col .txtBlock p {
        text-align: center;
    }
}
section.text .table.Col {
    padding: 50px 0;
}
section.text .table.Col table {
    width: 100%;
    border: 1px solid #3d445c;
}
section.text .table.Col table thead {
    background: #3d445c;
}
section.text .table.Col table thead tr th {
    padding: 14px 0;
    color: #fff; 
    text-align: center;
}
section.text .table.Col table tbody tr {
    border-bottom: none;
}
section.text .table.Col table tbody tr td {
    padding: 14px 0;
    border-top: none; 
    text-align: center;
}
section.text .notification.Col {
    border-bottom: none;
}
section.text .notification.Col h4 {
    margin-bottom: 25px;
}
section.text .notification.Col ul {
    counter-reset: notif;
}
section.text .notification.Col ul li {
    position: relative;
    display: flex;
    display: flex;
    flex-direction: row; 
    min-height: 30px;
    margin: 10px 0;
    padding-left: 45px;
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 13px;/*AL*/
    font-weight: 700;
    line-height: 18px;
    color: #3d445c;
    counter-increment: notif;
    letter-spacing: .33px;

    align-items: center;
}
section.text .notification.Col ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 100%; 
    background: #3d445c;
    content: counter(notif);
    text-align: center;
}


/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    margin: .67em 0; 
    font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    color: #000; 
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    /* 2 */
    margin: 0;
    /* 1 */
    font: inherit;
    color: inherit;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0; 
    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
    -webkit-box-sizing: content-box;
    /* 1 */
       -moz-box-sizing: content-box;
    /* 2 */
            box-sizing: content-box; 

    -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em; 
    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    /* 1 */
    padding: 0;
    border: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-spacing: 0; 
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

#result-search-list .result-paginator .result-paginator__pages {
    display: flex;
    justify-content: space-between;
    height: 29px;
    margin-top: 10px;
}

.result-paginator .pagination .page-item {
    height: 29px;
    display: flex; 
    justify-content: center;
    align-items: center;
}

.result-paginator .pagination .page-item:first-child, .result-paginator .pagination .page-item:last-child {
    display: none;
}

.result-paginator .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 560px) {
    .result-paginator .pagination {
        display: none;
    }
}

.result-paginator .pagination .page-item .page-link {
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: rgb(176, 149, 149);
    border: none!important;
    margin-left: 0;
}

.result-paginator .pagination .page-item .page-link:hover {
    background-color: transparent!important;
    border: none!important;
    text-decoration: underline;
}

.result-paginator .pagination .page-item .page-link:focus {
    box-shadow: none!important;
}


.result-paginator .pagination .page-item.active, .result-paginator .pagination .page-item.active .page-link {
    background-color: #55bc4f;
    color: white!important;
    text-decoration: none;
    z-index: 0!important
}

#result-search-list .result-paginator {
    padding: 20px 30px; 
    border-top: 1px solid #dee5ec;
    background: white;
}

#result-search-list .result-paginator .result-paginator__pages {
    display: flex;
    justify-content: space-between;
    height: 45px;
    margin-top: 10px;
}

#result-search-list .result-paginator .result-paginator__button {
    padding: 0 17px;
    font-size: 15px;
    height: 45px;
    margin-left: 3px;
    color: #b09595; 
    line-height: 45px;
    border: none; 
    outline: none;
    background-color: transparent;
}

#result-search-list .result-paginator .result-paginator__button:hover {
    text-decoration-color: rgb(149, 149, 149);
    text-decoration-style: solid;
    text-decoration: underline;
}

#result-search-list .result-paginator .result-paginator__button-active {
    color: white;
    background-color: #ff7345;
    font-weight: 600;
}

.result-paginator .pagination-buttons-group {
    display: flex;
    justify-content: space-between;
}

.result-paginator .result-paginator__prev, .result-paginator__next {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: "PTSans";
    color: rgb(149, 149, 149);
}

.result-paginator .result-paginator__prev.disabled, .result-paginator .result-paginator__next.disabled {
    visibility: hidden;
}

#result-search-list .result-paginator .result-paginator__prev, .result-paginator__next:hover {
    cursor: pointer;
}

.result-paginator__prev-title, .result-paginator__next-title {
    margin: 0 15px; 
    font-family: "Helvetica Neue", Helvetica, "helvetica", Arial, sans-serif;/*AL*/
    font-size: 15px;/*AL*/
}

.result-paginator .result-paginator__prev, .result-paginator__next {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: "PTSans";
    color: rgb(149, 149, 149);
}

.result-paginator .result-paginator__prev.disabled, .result-paginator .result-paginator__next.disabled {
    visibility: hidden;
}

#result-search-list .result-paginator .result-paginator__prev, .result-paginator__next:hover {
    cursor: pointer;
}

.result-paginator__prev-title, .result-paginator__next-title {
    margin: 0 15px; 
}

#show-map-modal {
    width: 70%;
    height: 80%;
    max-width: 100%!important;
    padding: 0!important;
}

#map-modal-board {
    width: 100%; 
    height: 100%
}

.modal a.close-modal {
    right: 5px!important; 
    top: 5px!important;
}

.slick-next {
    color: #3e445b;
    top: 50%;
    right: 0;
}

.slick-prev {
    color: #3e445b;
    top: 50%;
    left: 0;
}

.map__pages-info {
    display: flex; 
    align-items: center;
    flex-direction: column; 
    width: 100%;
    height: 48px; 
}

/* .map__pages-info .map__popup-pages {
    
} */

.map__pages-info .map__popup-pages .current {
    text-align: right;
}

.map__pages-info .map__popup-pages .all {
    text-align: left;
}

.map__pages-info .map__popup-pages .current, .map__pages-info .map__popup-pages .all {
    width: 50%; 
}

.map__pages-info .map-title {
    width: 100%;
    text-align: center;
    height: 24px;
    border-radius: 3px 3px 0 0;
    background-color: #55bc4f;
    color: #ffffff;
    font-family: 'Helvetica Neue';
    font-size: 11px;
    font-weight: 700;
    line-height: 2em;
    letter-spacing: -0.06px;
}

.map__popup-slider {
    position: relative;
    padding-top: 10px;
}

.map-billboard-card {
    display: flex!important; 
    /* width: 570px; */
    overflow: hidden;
    outline: none; 
    padding: 20px; 
    margin: 0;
}

.map-billboard-card .map-card-left {
    display: flex;
    flex-direction: column;
    width: calc(50% - 13px);
    height: 100%;
    margin-right: 26px;
}

.map-billboard-card .map-card-left table {
    margin-top: 15px;
}

.map-billboard-card .map-card-left table tbody tr td {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 18px;
}

.map-billboard-card .map-card-left table tbody tr td:first-child {
    color: #898c98;
    font-size: 11px;
    font-weight: 500;
    max-width: 85px;
    width: 85px; 
}

.map-billboard-card .map-card-left table tbody tr td:last-child {
    color: #3d445c;
    font-size: 13px;
    font-weight: 400;
}

.map-billboard-card .map-card-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(50% - 13px);
}

.map-billboard-card .map-card-right .map-card-title {
    margin-top: 10px;
}

.map-billboard-card .map-card-right .map-card-title:first-child {
    margin-top: 0;
}

.map-billboard-card .map-card-left .map-card-slider {
    width: 100%;
    height: 152px;
    /* display: flex;
    justify-content: center; */
}
 
.map-billboard-card .map-card-left .map-card-slider > img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
}
.map-billboard-card .table {
    margin-top: 10px;
}
.map-billboard-card .table .tr {
    display: flex;
}
.map-billboard-card .table .tr .td:nth-child(2) {
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.map-billboard-card .table .tr .td:first-child {
    min-width: fit-content;
    font-weight: 500;
    margin-right: 3px;
} 

.map-billboard-card .map-card-right .map-card-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 13px;
}

.map-billboard-card .map-card-right .map-card-buttons button, 
.map-billboard-card .map-card-right .map-card-buttons a,
#image-board .image-board__buy button,
#image-board .image-board__buy a {
    width: 118px;
    height: 33px;
    border: none;
    outline: none;
    font-family: 'Helvetica Neue';
    line-height: 15px;
    cursor: pointer;
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-billboard-card .map-card-right .map-card-buttons > button:hover, 
#image-board .image-board__buy button:hover  {
    text-decoration: underline;
    color: #348af8;
}

.map-billboard-card .map-card-right .map-card-buttons .add-to-basket, 
#image-board .image-board__buy .buy-now {
    border-radius: 3px;
    background-color: #fc6b40;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.07px;
    color: #ffffff;
    margin-left: 10px;
    white-space: nowrap;
}

#image-board .image-board__buy .buttonGroup {
    display: flex;
}

#image-board .image-board__buy .more {
    border-radius: 3px;
    border: 1px solid #dde5ed;
    background-color: #ffffff;
    color: black;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06px;
}

.map-billboard-card .map-card-right .map-card-buttons .billboards-more {
    border-radius: 3px;
    border: 1px solid #dde5ed;
    background-color: #ffffff;
    color: black;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06px;
    margin-right: 10px;
}

.result-list .item a:hover {
    color: inherit
}

.map-billboard-card .map-card-left .slick-prev-image, .map-billboard-card .map-card-left .slick-next-image,
#mob-map-board .content .slick-prev-image, #mob-map-board .content .slick-next-image  {
    color: #3e445b;
    top: 50%;
}

.map-billboard-card .map-card-left .slick-prev-image,
#mob-map-board .content .slick-prev-image {
    left: 0; 
}

.map-billboard-card .map-card-left .slick-next-image,
#mob-map-board .content .slick-next-image {
    right: 0;
}

.map__popup-slider .slick-prev-board, .map__popup-slider .slick-next-board {
    width: 29px;
    height: 29px;
    border-radius: 3px;
    border: 1px solid #dde5ed;
    background-color: #ffffff;
    top: 0; 
    outline: none;
} 

.map__popup-slider .slick-prev-board {
    left: 20px;
}

.map__popup-slider .slick-next-board {
    right: 20px;
}

.slick-list.draggable {
    padding: 0;
}

#mage-board .slick-slider .slick-list.draggable .slick-track .slick-slide {
    outline: none!important;
    height: fit-content;
}

.slick-slide {
  outline: none;
  height: fit-content;
}

.slick-list.draggable .slick-track {
    padding: 0;
    height: auto;
}

.slick-track .slick-slide > img,
.slick-track img.slick-slide {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
    transition: all .5s;
}

#board-detail .view-board .photo-board .slick-boards-theme .slick-list.draggable {
  height: 100%;
}

#result-search-list .result-list .list-review .see-board .slick-boards-theme.img.slick-initialized.slick-slider img,
#board-detail .view-board .photo-board .slick-boards-theme .slick-list.draggable .slick-track img,
.map-billboard-card .map-card-left .map-card-slider img {
    object-fit: contain;
}

#board-detail .view-board .photo-board .slick-boards-theme .slick-list.draggable .slick-track img,
#board-detail .view-board .photo-board .slick-list .slick-track a {
  height: 100%;
}

.map-billboard-card .map-card-left .map-card-slider img {
    height: auto;
}

#map-modal-board .map-card-left .map-card-slider.not-slick > img,
#map-global-search .map__popup-slider .map-billboard-card .map-card-left .map-card-slider.not-slick > img,
#map-global-search .map-card-left .map-card-slider.not-slick > img,
#mob-map-board .map-card-left .no-slick > img {
    height: 100%;
    object-fit: contain;
}

.map-billboard-card .map-card-left .map-card-slider .slick-list.draggable {
    height: 100%;
}

.slick-initialized.slick-slider.slick-dotted button {
    outline: none;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0;
    /*width: 570px; */
    height: max-content
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: hidden!important;
}

.map-billboard-card .map-card-right .map-card-title {
    color: #3d445c;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.07px;
    font-family: 'Helvetica Neue', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.map-billboard-card .map-card-right .map-card-price,
#image-board .image-board__buy .image-board__buy-price {
    margin: 15px 0;
    font-family: 'Helvetica Neue', sans-serif;
}

.map-billboard-card .map-card-right .map-card-price .price,
#image-board .image-board__buy .image-board__buy-price .price {
    color: #3d445c;
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.38px;
}

.map-billboard-card .map-card-right .map-card-price .price span, 
#image-board .image-board__buy .image-board__buy-price .price span {
    letter-spacing: -0.15px;
}

.map-billboard-card .map-card-right .map-card-price .info, 
#image-board .image-board__buy .image-board__buy-price .info {
    display: flex;
    align-items: center;
    color: #898c98;
    font-size: 11px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.11px;
    margin-top: 5px;
}

.map-billboard-card .map-card-right .map-card-price .info > img, 
#image-board .image-board__buy .image-board__buy-price .info > img {
    margin-left: 3px;
}

.infowindow-calendar {
    margin-top: 7px;
}

@media screen and (max-width: 799px) {
    .result-paginator__pages .pagination {
        display: none;
    }
} 

.map__clasterer {
    height: max-content;
}

.map__clasterer .map__pages-info .map__popup-pages {
    margin-top: 20px;
    color: #3d445c;
    font-family: 'Helvetica Neue';
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.07px;
}

.map__popup-slider .map-billboard-card {
    margin-bottom: 0;
}

.map-billboard-card .map-card-right .map-card-busy {
    width: 100%;
}
.gm-ui-hover-effect {
    opacity: 1!important;
    top: -5px!important;
    right: 0!important;
}

.jquery-modal.blocker.current {
    z-index: 10000000060; /*z-index: 60;*/ /* OLD 10 */
}

#map-global-search {
    z-index: 4;
}

@media screen and (max-width: 999px) {
    .mail-page-title {
        padding: 0 20px;
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 560px) {
    .mail-page-title {
        font-size: 24px!important;
    }
}

/* reviews page */
.reviews {
    padding: 20px 0 50px 0;
}

.reviews__cards .page-item {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: black;
    margin-right: 10px;
    margin-left: 0;
}

.reviews__cards .page-item.active {
    background-color: #FF6046!important;
    border-radius: 3px;
    border-color: #FF6046;
    color: #FFFFFF;
}

.reviews__cards .page-item.active .page-link {
    background-color: #FF6046!important;
}

.reviews__title {
    font-family: 'helvetica-neue-light', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 42px;
    line-height: 51px;
    color: #3E445B;
    margin: 0 0 30px 0;
}

.review__card {
    display: flex;
    padding: 20px 29px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.review__card-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.review__card-left img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.review__card-left .name {
    font-family: 'helvetica-neue-thin', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #3E445B;
    margin: 10px 0;
}

.review__card-left .company {
    font-family: 'helvetica-neue-regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #3E445B;
    width: 120px; 
    min-width: 120px;
}

.review__card-right {
    margin: 0 0 0 46px;
}

.review__card-right .title {
    font-family: 'helvetica-neue-bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    color: #000000;
}

.review__card-right .message {
    margin: 10px 0 20px;
    font-family: 'helvetica-neue-regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;/*AL*/
    line-height: 20px;
    color: #3E445B;
    height: 100px;
    overflow: hidden;
    transition: all .4s ease-in-out;
}

.review__card-right .images {
    height: 270px;
}

.review__card-right .images img {
    height: calc(100% - 10px);
    margin: 10px 10px 0 0;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    cursor: pointer;
}

.review__card-right .button-more {
    font-family: 'helvetica-neue-bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;/*AL*/
    line-height: 16px;    
    color: #2580EC;
    border: none; 
    outline: none;
    background-color: transparent;
    padding: 0;
}

@media screen and (max-width: 999px) {
    .reviews {
        padding: 20px;
    }

    .review__card-right .title {
        font-size: 16px;
    }

    .review__card-right {
        margin: 0 0 0 10px;
    }

    .reviews__title {
        font-size: 24px;
    }

    .review__card-right .images {
        height: 150px;
    }
}

@media screen and (max-width: 560px) {
    .review__card {
        flex-direction: column;
        align-items: center;
    }

    .review__card-left {
        align-items: center;
        margin-bottom: 20px;
    }    

    .review__card-left .company {
        text-align: center;
    }

    .review__card .review__card-right > p.title {
        text-align: center;
        padding: 0;
    }
}


/*  */


/* all cities page */

.all-cities {
    padding: 10px 0 50px 0;
}

@media screen and (max-width: 999px) {
    .all-cities {
        padding: 40px 20px 50px 20px;
    }  
}

/* .all-cities .board-type {
    margin-bottom: 20px;
} */

.all-cities .all-cities_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.all-cities .all-cities_region-block {
    width: 23%;
}

.all-cities .all-cities__list .item {
    text-decoration: underline;
    font-size: 15px;
}

.all-cities .all-cities__list .region {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}

@media screen and (max-width: 560px) {
    .all-cities .all-cities_region-block {
        margin: 0 10px;
        width: 40%;
    }
}

/* loader for load buttons*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 100%;
  }
  
.lds-ellipsis div {
    position: absolute;
    top: calc(50% - 6.5px);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
  

.select2-dropdown {
    max-height: 280px;
    margin: 0;
    border: 1px solid #d1d1d1;
    background: #fff;
		box-shadow: 0 -1px 5px rgba(173, 173, 173, .5);
}

.select2-results__option {
    display: flex;
    height: 50px;
    margin: 0;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #dee5ec;
    cursor: pointer;
    align-items: center;
}

.select2-dropdown .select2-search {
    padding-right: 20px; 
    position: absolute;
    top: -48px;
    height: 48px;
    width: 100%;
}

.select2-dropdown .select2-search input {
    height: 100%;
    border: none!important; 
    outline: none;
    background-color: #FAFBFC;
}

/* .select2-container--default {
    opacity: 0;
    transition: all 1s ease;
}

.select2-container--open {
    opacity: 1;
} */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f7f7f9;
    color: #3e445b;
}

.select2-selection__rendered, .select2-selection {
    outline: none;
}


.wrapp-input.filter-field .select2-selection__rendered {
    height: 34px
}

#add-to-basket-success .content {
    min-height: 150px;
    font-size: 24px;
    color: green;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.showOnMap-card img, #map-global-search .map-card-left img {
    transition: all .4s ease-in-out;
}

/* useragreement */

#useragreement .useragreement__title {
    font-size: xx-large;
    text-align: center;
}

#useragreement p {
    padding: 10px 0;
    margin-bottom: 0.26cm;
    color: rgb(0, 0, 0);
}

#useragreement ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.modal a.close-modal {
    background: none!important;
}

.modal a.close-modal:after,
.modal a.close-modal:before  {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    border-radius: 27px;
    background-color: #C4C7CE;
    right: 10px;
    transform: rotate(45deg);
}

.modal a.close-modal:before {
    transform: rotate(-45deg);
}

#map-global-search .mainMap-marker-card .map-card-left .map-card-slider .slick-list.draggable,
#map-global-search .map__clasterer .map-card-left .map-card-slider .slick-list.draggable,
#map-modal-board .map-billboard-card .map-card-left .map-card-slider .slick-list.draggable {
    cursor: pointer;
}

.select2-results__options::-webkit-scrollbar,
.panel::-webkit-scrollbar  {
	width: 4px;
	background-color: transparent;
}

.select2-results__options::-webkit-scrollbar-thumb,
.panel::-webkit-scrollbar-thumb {
  background-color: #E4EAEF;
  border-radius: 20px;
	min-height: 30px;
}

.gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    max-height: max-content!important;
}

.gm-style-iw.gm-style-iw-c {
    max-height: max-content!important;
}

/* board card info on map */
@media screen and (max-width: 999px) {
    #image-board .image-board__main .image-board__buy {
        flex-direction: column;
    }
}
@media screen and (max-width: 799px) {
    #show-map-modal {
        width: 100%;
        height: 100%;
    }

    .gm-style-iw.gm-style-iw-c {
        width: 350px; 
        max-height: max-content;
    }

    .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
        max-height: max-content!important;
    }

    .mainMap-marker-card .map-billboard-card,
    #map-global-search .map__popup-slider .map-billboard-card,
    .showOnMap-card .map-billboard-card {
        flex-direction: column;
        width: auto;
    }

    .mainMap-marker-card .map-billboard-card .map-card-left,
    .mainMap-marker-card .map-billboard-card .map-card-left  .map-card-slider, 
    .mainMap-marker-card .map-billboard-card .map-card-right,
    #map-global-search .map__popup-slider .map-billboard-card .map-card-right,
    #map-global-search .map__popup-slider .map-billboard-card .map-card-left,
    #map-global-search .map__popup-slider .map-billboard-card .map-card-left .map-card-slider,
    .showOnMap-card .map-billboard-card .map-card-left, 
    .showOnMap-card .map-billboard-card .map-card-right,
    .showOnMap-card .map-billboard-card .map-card-left .map-card-slider {
        width: 100%;
        margin: 0;
    }

    .mainMap-marker-card .map-billboard-card .map-card-right .map-card-title,
    .mainMap-marker-card .map-billboard-card .map-card-right .map-card-busy, 
    #map-global-search .map__popup-slider .map-billboard-card .map-card-right .map-card-title,
    .showOnMap-card .map-card-right .map-card-title {
        display: none;
    }

    .mainMap-marker-card .map-billboard-card .map-card-right .map-card-buttons,
    #map-global-search .map__popup-slider .map-billboard-card .map-card-right .map-card-buttons,
    .showOnMap-card .map-billboard-card .map-card-right .map-card-buttons {
        width: 100%;
        justify-content: space-evenly;
    }

    .map-billboard-card .map-card-right .map-card-price .price span, 
    #map-global-search .map__popup-slider .map-billboard-card .map-card-right .map-card-price .price span,
    .showOnMap-card .map-billboard-card .map-card-right .map-card-price .price span {
        font-size: 20px;
    }

    /* image board modal */
    #image-board {
        width: 100%;
        max-width: 100%!important;
    }

    #image-board .image-board__main {
        height: 100%;
    }

    #image-board .image-board__main .image-board__slick {
        height: 70%;
    }

    #image-board .image-board__main .image-board__buy {
        height: 30%;
        flex-direction: row;
    }

    #image-board .image-board__buy .price {
        font-size: 20px!important;
    }
}

#back-to-buy {
    margin-right: 10px;
}

#description .row.no-gutters { 
    flex-direction: column;
}

#board-detail .row.no-gutters .interested-title {
    margin: 40px auto 0;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #303030;
}

@media screen and (max-width: 560px) {
    #board-detail .row.no-gutters .interested-title {
        font-size: 25px;
        line-height: 1;
    }
    #add-to-basket-success .content > div {
        display: flex;
        flex-direction: column;
    }
}

#description h2.title-search-result {
    margin-bottom: 20px;
}

#description .col-xs-12 div {
    margin-bottom: 10px;
}

#description ul {
    list-style: disc outside;
    margin: 0 40px;
    padding: 10px 0;
}

#description ul  li a {
    color: #337ab7;
}

#description ul  li a:hover {
    color: #23527c;
    text-decoration: underline; 
}

/* watch by board in inner board */
.watch-the-board {
    overflow: visible!important;
}
.watch-the-board .content {
    padding-top: 10px;
}
.watch-the-board .content > button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #f76a47;
    color: white;
    outline: none;
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
}
.watch-the-board .content > button img {
    width: 20px;
    height: auto;
}
.watch-the-board .content .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.watch-the-board .content .second-step .title {
    text-align: center;
    font-size: 18px;
}
#watch-the-board-third .content .title {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}
#watch-the-board-first .content form, #watch-the-board-first-custom .content form, #new-add-to-collection .content form {
    display: flex;
    flex-direction: column;
}
#watch-the-board-first .content form input, #watch-the-board-first-custom .content form input, #new-add-to-collection .content form input {
    margin: 5px 0;
    height: 30px;
    width: 100%;
    height: 46px;
    padding: 0 14px;
    color: #3e445b;
    border: 1px solid #dee5ec;
    border-radius: 2px;
    background-color: #fafbfc;
    text-overflow: ellipsis;
    outline: none;
}
#watch-the-board-first .content form input::placeholder, #watch-the-board-first-custom .content form input::placeholder, #new-add-to-collection .content form input::placeholder {
    color: #3e445b;
    opacity: 0.6;
}

#watch-the-board-second .content .get-data .month,
#watch-the-board-second .content .get-data .from-to-month {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
#watch-the-board-second .content .get-data .month input,
#watch-the-board-second .content .get-data .from-to-month input {
    position: static;
    opacity: 1;
    margin-right: 5px;
} 
#watch-the-board-second .content .get-data .month .wrapp-input,
#watch-the-board-second .content .get-data .from-to-month .wrapp-input {
    margin: 0 5px;
}
#watch-the-board-second .content .get-data .wrapp-input {
    min-width: 150px;
}

/* actions */
.actions-img img {
    width: 150px;
    height: 100%;
    object-fit: contain;
}


#image-board .image-board__main .image-board__slick .slick-list.draggable {
    height: auto!important;
}

section.basket .basket_manager-controls {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 10px 0 20px 30px;
    border-top: 1px solid #dde5ed;
}

section.basket .basket_manager-controls > div {
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

section.basket .basket_manager-controls > div > img {
    margin-right: 5px;
}

section.basket .basket_manager-controls > div:hover {
    opacity: .5;
}

/* image modal for mob */
@media screen and (max-width: 560px) {
    #image-board {
        height: 100%;
        width: 100%;
        background-color: #303030;
    }

    #image-board .image-board__main .image-board__slick {
        height: 75%;
    }

    #image-board .image-board__main .image-board__slick .slick-list.draggable {
        height: 100%!important;
    }

    #image-board .image-board__main .image-board__slick img {
        object-fit: contain;
        width: 100%!important;
    }

    #image-board .image-board__main .image-board__buy {
        height: 25%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 20px 20px;
    }

    #image-board .image-board__main .image-board__buy .image-board__buy-price {
        align-items: center;
        margin-top: 0;
    }

    #image-board .image-board__main .image-board__buy .image-board__buy-price .price,
    #image-board .image-board__main .image-board__buy .image-board__buy-price .info {
        color: white;
    }

    #image-board > a, #mob-map-board > a, #basket-popup > a  {
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center center!important;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==)!important;
    }

    #image-board > a::after, #image-board > a:before, 
    #mob-map-board > a::after, #mob-map-board > a::before,
    #basket-popup > a::after, #basket-popup > a::before {
        content: none;  
    }

    #add-to-basket-success .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .slick-list {
        height: 100%!important;
    }

    #image-board .image-board__slick.slick-initialized.slick-slider.slick-dotted .slick-list.draggable .slick-slide {
        display: flex;
        align-items: center;
        height: 100%;
    }
}

/* mob map board modal */
@media screen and (max-width: 1000px) {
    #mob-map-board {
        height: 100%;
        padding: 0;
    }

    #mob-map-board .content {
        height: 100%;
    }

    #mob-map-board .map-billboard-card {
        width: auto;
        height: 100%;
    }

    #mob-map-board .content .map-card-left .map-card-slider {
        width: 100%;
        height: 100%; 
    }

    #mob-map-board .content .map-card-left .map-card-slider.no-slick {
        padding: 15px;
    }

    #mob-map-board .content .map-card-left .map-card-slider .slick-track img {
        height: 100%;
    }

    #mob-map-board .content .map-card-right .map-card-price {
        margin-top: 0;
    }

    #mob-map-board .content .map-card-right .map-card-buttons > button,
    #mob-map-board .content .map-card-right .map-card-buttons > a  {
        width: calc(100% / 2 - 10px);
    }
    #mob-map-board .content .map-card-right .map-card-buttons > a > button {
        width: 100%;
        height: 100%;
    }
    #mob-map-board .map-billboard-card .map-card-left .map-card-slider .slick-track {
        min-width: 100%;
    }

    #mob-map-board .map-billboard-card .map-card-left .map-card-slider .slick-track .slick-slide {
        min-width: 100%;
    }
}

/* board card info on map */
@media screen and (max-width: 999px) {
    #image-board .image-board__main .image-board__buy {
        flex-direction: column;
    }
}

@media screen and (max-width: 799px) {
    #show-map-modal {
        width: 100%;
        height: 100%;
    }

    .gm-style-iw.gm-style-iw-c {
        width: 350px; 
        max-height: max-content;
    }

    .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
        max-height: max-content!important;
    }

    .mainMap-marker-card .map-billboard-card,
    #map-global-search .map__popup-slider .map-billboard-card,
    #manager-map .map__popup-slider .map-billboard-card,
    .showOnMap-card .map-billboard-card {
        flex-direction: column;
        width: auto;
    }

    .mainMap-marker-card .map-billboard-card .map-card-left,
    .mainMap-marker-card .map-billboard-card .map-card-left  .map-card-slider, 
    .mainMap-marker-card .map-billboard-card .map-card-right,
    #map-global-search .map__popup-slider .map-billboard-card .map-card-right,
    #map-global-search .map__popup-slider .map-billboard-card .map-card-left,
    #map-global-search .map__popup-slider .map-billboard-card .map-card-left .map-card-slider,
    #manager-map .map__popup-slider .map-billboard-card .map-card-right,
    #manager-map .map__popup-slider .map-billboard-card .map-card-left,
    #manager-map .map__popup-slider .map-billboard-card .map-card-left .map-card-slider,
    .showOnMap-card .map-billboard-card .map-card-left, 
    .showOnMap-card .map-billboard-card .map-card-right,
    .showOnMap-card .map-billboard-card .map-card-left .map-card-slider {
        width: 100%;
        margin: 0;
    }

    .mainMap-marker-card .map-billboard-card .map-card-right .map-card-title,
    .mainMap-marker-card .map-billboard-card .map-card-right .map-card-busy, 
    #map-global-search .map__popup-slider .map-billboard-card .map-card-right .map-card-title,
    #manager-map .map__popup-slider .map-billboard-card .map-card-right .map-card-title,
    .showOnMap-card .map-card-right .map-card-title {
        display: none;
    }

    .mainMap-marker-card .map-billboard-card .map-card-right .map-card-buttons,
    #map-global-search .map__popup-slider .map-billboard-card .map-card-right .map-card-buttons,
    #manager-map .map__popup-slider .map-billboard-card .map-card-right .map-card-buttons,
    .showOnMap-card .map-billboard-card .map-card-right .map-card-buttons {
        width: 100%;
        justify-content: space-evenly;
    }

    .map-billboard-card .map-card-right .map-card-price .price span, 
    #map-global-search .map__popup-slider .map-billboard-card .map-card-right .map-card-price .price span,
    #manger-map .map__popup-slider .map-billboard-card .map-card-right .map-card-price .price span,
    .showOnMap-card .map-billboard-card .map-card-right .map-card-price .price span {
        font-size: 20px;
    }

    /* image board modal */
    #image-board {
        width: 100%;
        max-width: 100%!important;
    }

    #image-board .image-board__main {
        height: 100%;
    }

    #image-board .image-board__main .image-board__slick {
        height: 70%;
    }

    #image-board .image-board__main .image-board__buy {
        height: 30%;
        flex-direction: row;
    }

    #image-board .image-board__buy .price {
        font-size: 20px!important;
    }
}

@media screen and (max-width: 560px) {
    #mob-map-board {
        height: 85%;
        width: 100%;
        padding: 0;
    }
    #mob-map-board .map-billboard-card {
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    #image-board .image-board__main .image-board__buy {
        /*height: 30%;*/
        flex-direction: column;
    }

    #mob-map-board .map-billboard-card .map-card-left,
    #mob-map-board .map-billboard-card .map-card-right {
        width: 100%;
        margin: 0;
    }

    #mob-map-board .map-billboard-card .map-card-left {
      height: calc(100% - 320px);
      background-color: #E1E9F0;
    }

    #mob-map-board .map-billboard-card .map-card-right {
        padding: 10px 20px;
        height: 320px;
        justify-content: flex-end;
    }

    #mob-map-board .map-billboard-card .map-card-right .table .tr {
        max-height: 35px;
    }

    #mob-map-board .map-billboard-card .table .tr .td:nth-child(2) {
        white-space: normal;
    }

    #mob-map-board > div > div.map-card-right > div.map-card-buttons {
      margin-top: 20px;
    }

    #mob-map-board .map-card-left .map-card-slider {
        height: 100%;
        width: 100%;
    }

    #mob-map-board .map-card-left .slick-list.draggable .slick-slide {
        display: flex;
        align-items: center;
        height: 100%;
    }

    #mob-map-board .map-card-left .slick-list.draggable .slick-slide img {
      object-fit: contain;
      height: 100%;
    }
}

#content_faq {
    padding-bottom: 100px;
}

#content_faq .img_action2 {
    height: 600px;
    width: 100%;
    margin: 20px 0;
}

#content_faq .img_action2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#content_faq .title {
    font-size: 37px;
    color: rgb(0, 0, 0);
}

#content_faq .action_div.fleft {
    font-size: 16px;
}

@media screen and (max-width: 560px) {
    #content_faq .title {
        font-size: 24px;
    }

    #content_faq .img_action2 {
        height: 200px;
    }
}

/* inner-board interested board */
.interested_info,
.interested_subscribe .main {
    padding: 40px 0;
}

@media screen and (max-width: 1000px) {
    .interested_info,
    .interested_subscribe .main {
        padding: 40px 20px;
    }
}

.interested_info .main,
.interested_subscribe .main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.interested_info .main h2 ,
.interested_info .main p {
    text-align: center;
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    color: #303030;
}

.interested_info .main h2 {
    margin-bottom: 10px;
    font-size: 41px;
    line-height: 49px;
}

@media screen and (max-width: 560px) {
    .interested_info .main h2 {
        font-size: 30px;
        line-height: 35px;
    }
}

.interested_info .main p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
    max-width: 620px;
}

.interested_info .main .buttons-group {
    display: flex;
}

.interested_info .main .actual-boards {
    background: #FF4F32;
    border-radius: 4px;
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    border: none;
    outline: none;
    margin-right: 20px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.interested_info .main .actual-boards a {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.interested_info .main .buttons-group .to-home {
    border: 1px solid #5E5E5E;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px 55px;
    background-color: transparent;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.interested_info .main .buttons-group .to-home:hover,
.interested_info .main .buttons-group .actual-boards:hover,
.interested_subscribe .subscribe .submit:hover {
    opacity: 0.6;
}

.interested_info .main .buttons-group .to-home a {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #5E5E5E;
}

@media screen and (max-width: 560px) {
    .interested_info .main .buttons-group {
        flex-direction: column;
        align-items: center;
    }

    .interested_info .main .actual-boards {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.interested_subscribe {
    background-color: #D8E1E9;
}

.interested_subscribe .main > p {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #303030;
    margin-bottom: 15px;
}

.interested_subscribe .subscribe input {
    height: 49px;
    width: 400px;
    box-sizing: border-box;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #7D7D7D;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 10px;
}

.interested_subscribe .subscribe {
    display: flex;
    justify-content: center;
    width: 100%
}

.interested_subscribe .subscribe input::placeholder {
    opacity: 0.5;
}

.interested_subscribe .subscribe .submit {
    background: #FF4F32;
    border-radius: 4px;
    padding: 16px 33px;
    display: flex;
    justify-content: center;
    border: none;
    outline: none;
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

@media screen and (max-width: 399px) {
    .interested_subscribe .subscribe .submit {
        padding: 15px;
    }
}


@media screen and (max-width: 576px) {
    #type-board .row.no-gutters.rows-type-board.line-1 .w-100.show-town-for-this-type .row.no-gutters .col-md-3,
    #type-board .row.no-gutters.rows-type-board.line-3 .w-100.show-town-for-this-type .row.no-gutters .col-md-3,
    #type-board .row.no-gutters.rows-type-board.line-2 .w-100.show-town-for-this-type .row.no-gutters .col-md-3  {
        width: 50%;
    }
}

/* Basket For manager modal */
#add-to-collection {
    overflow: visible;
    max-width: 600px;
}

#add-to-collection .select2-container--default .select2-selection--single .select2-selection__placeholder,
#add-to-collection .select2-results__option,
#add-to-collection .select2-container--default .select2-selection--single .select2-selection__rendered,
#add-to-collection .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px;
    line-height: 1;
}

#add-to-collection .content {
    display: flex;
    justify-content: space-between;
}

#add-to-collection .content select {
    width: 100%;
    font-size: 18px;
}

#add-to-collection .content .wrapper-input {
    margin: 15px 0;
}

#add-to-collection .content .lead,
#add-to-collection .content .client {
    width: calc(50% - 25px);
}

#add-to-collection .content .lead .title,
#add-to-collection .content .client .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#add-to-collection .content .lead .title .checkBox,
#add-to-collection .content .client .title .checkBox {
    display: flex;
}

#add-to-collection .content .lead .title span,
#add-to-collection .content .client .title span {
    font-family: 'helvetica-neue',sans-serif;
    font-size: 24px;
    font-weight: 500;
}

#add-to-collection .content .lead .title .checkBox input,
#add-to-collection .content .client .title .checkBox input {
    visibility: hidden;
    height: 0;
    width: 0;
}

#add-to-collection .content .lead .title .checkBox input:checked + .check,
#add-to-collection .content .client .title .checkBox input:checked + .check {
    background-color: #fe7345;
    border-color: #fe7345;
}

#add-to-collection .content .lead .title .checkBox input:checked + .check:after,
#add-to-collection .content .client .title .checkBox input:checked + .check:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background-image: url('/assets/img/icons/check_mark_white.svg');
    background-repeat: no-repeat;
    background-position: center;
}

#add-to-collection .content .lead .title .checkBox .check,
#add-to-collection .content .client .title .checkBox .check {
    position: relative;
    border: 1px solid #ccc;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
} 

#add-to-collection a.close-modal {
    height: 15px;
    width: 15px; 
}

#add-to-collection button {
    display: flex;
    width: 100%;
    outline: none;
    border: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    min-height: 40px;
    margin: 10px auto 0;
    background-color: #fe7345;
}

#add-to-collection button span {
    color: white;
    font-weight: bold;
}

#add-to-collection button img {
    width: 24px
}

@media screen and (max-width: 576px) {
    #add-to-collection .content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #add-to-collection .content .lead,
    #add-to-collection .content .client {
        width: 90%;
    }  
    
    #add-to-collection .content .lead {
        border-bottom: 1px solid #ccc;
    }

    #add-to-collection .content .client {
        margin-top: 10px;
    }

    #add-to-collection button {
        width: 100%;
    }
}


/** Second Basket **/


#custom-add-to-collection {
    overflow: visible;
    max-width: 600px;
}

#custom-add-to-collection .select2-container--default .select2-selection--single .select2-selection__placeholder,
#custom-add-to-collection .select2-results__option,
#custom-add-to-collection .select2-container--default .select2-selection--single .select2-selection__rendered,
#custom-add-to-collection .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px;
    line-height: 1;
}

#custom-add-to-collection .content {
    display: flex;
    justify-content: space-between;
}

#custom-add-to-collection .content select {
    width: 100%;
    font-size: 18px;
}

#custom-add-to-collection .content .wrapper-input {
    margin: 15px 0;
}

#custom-add-to-collection .content .lead,
#custom-add-to-collection .content .client {
    width: calc(50% - 25px);
}

#custom-add-to-collection .content .lead .title,
#custom-add-to-collection .content .client .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#custom-add-to-collection .content .lead .title .checkBox,
#custom-add-to-collection .content .client .title .checkBox {
    display: flex;
}

#custom-add-to-collection .content .lead .title span,
#custom-add-to-collection .content .client .title span {
    font-family: 'helvetica-neue',sans-serif;
    font-size: 24px;
    font-weight: 500;
}

#custom-add-to-collection .content .lead .title .checkBox input,
#custom-add-to-collection .content .client .title .checkBox input {
    visibility: hidden;
    height: 0;
    width: 0;
}

#custom-add-to-collection .content .lead .title .checkBox input:checked + .check,
#custom-add-to-collection .content .client .title .checkBox input:checked + .check {
    background-color: #fe7345;
    border-color: #fe7345;
}

#custom-add-to-collection .content .lead .title .checkBox input:checked + .check:after,
#custom-add-to-collection .content .client .title .checkBox input:checked + .check:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/img/icons/check_mark_white.svg');
    background-repeat: no-repeat;
    background-position: center;
}

#custom-add-to-collection .content .lead .title .checkBox .check,
#custom-add-to-collection .content .client .title .checkBox .check {
    position: relative;
    border: 1px solid #ccc;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#custom-add-to-collection a.close-modal {
    height: 15px;
    width: 15px;
}

#custom-add-to-collection button {
    display: flex;
    width: 100%;
    outline: none;
    border: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    min-height: 40px;
    margin: 10px auto 0;
    background-color: #fe7345;
}

#custom-add-to-collection button span {
    color: white;
    font-weight: bold;
}

#custom-add-to-collection button img {
    width: 24px
}

@media screen and (max-width: 576px) {
    #custom-add-to-collection .content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #custom-add-to-collection .content .lead,
    #custom-add-to-collection .content .client {
        width: 90%;
    }

    #custom-add-to-collection .content .lead {
        border-bottom: 1px solid #ccc;
    }

    #custom-add-to-collection .content .client {
        margin-top: 10px;
    }

    #custom-add-to-collection button {
        width: 100%;
    }
}





#manager-map {
    width: 100%;
    height: 100vh; 
}

.hidden-registered-input {
    display: none;
}

@media screen and (max-width: 560px){
    #result-search-list .container-search-result {
        padding-top: 90px;
    }
    #result-search-map .collapse-map span{
        bottom: -30px;
    }
    #result-search-map .set-label-view .wrapper-over .mob-view-map {
        bottom: -90px;
    }
    .legend ul li {
        font-size: 14px;
    }
    #result-search-list .result-list .table-result .thead .tr .td, #result-search-list .result-list .table-result .tbody .tr .td {
        font-size: 14px;
    }
    #contact-with-us .our-contact ul li a {
        font-size: 14px;
        line-height: 2.3;
    }
    #main-footer .container-fluid-main-footer {
        font-size: 14px;
    }
    #main-footer .list-link .contacts .additionally a {
        font-size: 14px;
    }
    
    #breadcrumbs ul li {
        font-size: 14px;
    }
    
    #result-search-map .collapse-map span {
        font-size: 14px;
    }
    
    #result-search-list .filter-wrapp .filter-field label {
        font-size: 14px;
    }
    
    #result-search-list .opt-price .range-dpsn span {
        font-size: 14px;
    }
    
    #result-search-list .result-list .table-result .thead .tr .td {
        font-size: 14px;
    }
    
    #result-search-list .result-list .list-review .item .show-on-map span {
        font-size: 14px;
    }
    
    #result-search-list .result-list .list-review .item .info-board .tbl-ins .title-tr {
        font-size: 14px;
    }
    
    #result-search-list .result-list .list-review .item .price-busy-board .price p:not(.cost) {
        font-size: 14px;
    }
    
    #result-search-list .result-list .list-review .item .price-busy-board .busy-calendar p.title {
        font-size: 14px;
    }
    
    #board-detail .buy-section .pr-buy .price p:not(.cost) {
        font-size: 14px; 
    }
    #type-map-filter .modal__content .wrapp-map-type-board .body-popup .style-marker + p {
        font-size: 14px;
    }
    #board-detail .i-t-b .calendar-board .choose-calendar > div p.m-t {
        font-size: 14px;
    }
    #board-detail .i-t-b .select-month {
        font-size: 14px;
    }
}
#result-search-map .search-map .wrapper-over .list-type-board ul li.no-active, 
#result-search-map .over-map .wrapper-over .list-type-board ul li.no-active, 
#result-search-map .collapse-map .wrapper-over .list-type-board ul li.no-active, 
#result-search-map .set-label-view .wrapper-over .list-type-board ul li.no-active{
    cursor: default;
}

.btn-disables, .btn-disables:hover {
    height: 29px;
    font-size: 13px;
    line-height: 27px;
    max-width: 96px;
    width: 96px;
    background: #e9e9e9;
    cursor: default !important;
}

.search .select2-selection__rendered{
    height: 35px;
}
.search .input-base-field{
    height: 37px;
}
.select2-results__option{
    font-size: 14px;
}
.select2-results__options{
    scrollbar-color: #c0c0c0 #f0f0f0;
    scrollbar-width: thin;
}
.select2-results__options::-webkit-scrollbar {
  width: 8px;
  min-height: 20px;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 100px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #c0c0c0;
  /*background-image: linear-gradient(180deg, #d0368a 0%, #708ad4 99%);*/
  /*box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);*/
}
.select2-search__field{
    margin-top: 8px;
    font-size: 14px;
    height: 33px !important;
}

/** CURRENCY **/
header .right-side .currency .dropdown-currency {
    box-shadow: 0 0 10px rgba(89, 89, 89, .5);
}
header .right-side .currency {
    display: flex; 
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 4px 0 9px;/*AL*/
}
@media (min-width: 100px) and (max-width: 720px) {
    header .right-side .currency{
        display: none;
    }
}
header .right-side .currency .arr  {
    margin-left: 3px;
}
header .right-side .currency .dropdown-currency {
    display: block;
    visibility: hidden;
    width: max-content;
    min-width: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    border: none; 
    border-radius: initial;
    -webkit-transition: opacity .25s ease-in-out;
       -moz-transition: opacity .25s ease-in-out;
        -ms-transition: opacity .25s ease-in-out;
         -o-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
}
header .right-side .currency .dropdown-currency div{
    height: 50px;
    margin: 0 20px;
}
header .right-side .currency .dropdown-currency div a.dropdown-item {
    top: 0;
    left: 0; 
    display: inline;
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    color: initial;
    border-bottom: 1px dashed transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
}
header .right-side .currency .dropdown-currency div a.dropdown-item:hover {
    color: #348af8; 
    border-bottom: 1px dashed #348af8;
    background: none;
}
header .right-side .currency .dropdown-currency div:not(:last-child){
    border-bottom: 1px solid #dee5ec;
}
header .right-side .currency:hover img.arr {
    transition: all .4s ease;
}
header .right-side .currency:hover img.arr {
    transition: all .4s ease;
    transform: rotate(180deg);
}
header .right-side .currency:hover .dropdown-currency {
    visibility: visible;
    opacity: 1;
}

/*  BASKE CALENDAR  */
.basket-data-block .i-t-b .calendar-board .legend {
    display: flex;

    justify-content: space-between;
}
.basket-data-block .i-t-b .calendar-board .legend p {
    font-size: 15px; 
    font-weight: bold;
}
.basket-data-block .i-t-b .calendar-board .legend ul li {
    margin-right: 8px;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar {
    display: flex;
    margin-top: 9px;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 75px;
    padding: 4px 0 5px 11px;
    border-top: 1px solid #dee5ec;
    border-right: 1px solid #dee5ec;
    border-bottom: 1px solid #dee5ec;
    cursor: pointer;
    -webkit-transition: box-shadow .25s ease-in-out;
       -moz-transition: box-shadow .25s ease-in-out;
         -o-transition: box-shadow .25s ease-in-out;
            transition: box-shadow .25s ease-in-out;

    justify-content: space-between;
}
@media (min-width: 100px) and (max-width: 1000px) {
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div {
        height: 93px;
    }
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div:first-child {
    /* border-left: 1px solid #dee5ec;  */
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div:first-child.busy {
    border-left: 1px solid #e84a56;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div:hover:not(.busy):not(.reserve):not(.pre-order):not(.select) {
    box-shadow: inset 0 0 0 2px #5cbc59;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div.busy {
    border-top: 1px solid #e84a56;
    border-right: 1px solid #e84a56;
    border-bottom: 1px solid #e84a56; 
    background: #e84a56;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div.busy p {
    color: white;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div.free {
    border-top: 1px solid #55bc4f;
    border-right: 1px solid #55bc4f;
    border-bottom: 1px solid #55bc4f; 
    background: #55bc4f;
}

.basket-data-block .i-t-b .calendar-board .choose-calendar > div.free p {
    color: white;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div.reserve {
    border-top: 1px solid #FED648;
    border-right: 1px solid #FED648;
    border-bottom: 1px solid #FED648; 
    background: #FED648;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div.reserve p {
    color: black;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div.pre-order {
    border-top: 1px solid #e6ecf2;
    border-right: 1px solid #e6ecf2;
    border-bottom: 1px solid #e6ecf2; 
    background: #e6ecf2;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div.pre-order p {
    color: black;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div.select {
    position: relative; 
    border: 1px solid #5cbc59!important;
    /* background: #5cbc59; */
    /* box-shadow: 0 0 10px 0 #5cbc59; */
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div.select:before {
    position: absolute;
    z-index: 2; 
    top: 11px;
    right: 16px;
    width: 4px;
    height: 8px;
    border: 1px solid #5cbc59;
    border-top: 0;
    border-left: 0;
    content: '';
    transform: rotate(45deg);
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div.select:after {
    position: absolute;
    top: 8px;
    right: 11px;
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background: white;
    content: '';
}
/* #board-detail .i-t-b .calendar-board .choose-calendar > div.select p {
    color: white;
} */
.basket-data-block .i-t-b .calendar-board .choose-calendar > div p.m-n {
    font-size: 17px;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar > div p.m-t {
    font-size: 11px;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar div.busy + div.busy {
    border-left: 1px solid #db393e;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar div.reserve + div.reserve {
    border-left: 1px solid #FED648;
}
.basket-data-block .i-t-b .calendar-board .choose-calendar div.pre-order + div.pre-order {
    border-left: 1px solid #d5dfe9;
}
#board-detail .i-t-b .calendar-board .choose-calendar div.free + div.free {
    border-left: 1px solid #4cb348;
}
/* #board-detail .i-t-b .calendar-board .choose-calendar div.select + div.select {
    border-left: 1px solid #4cb348;
} */
@media (min-width: 100px) and (max-width: 1000px) {
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:hover:not(.busy):not(.reserve):not(.pre-order):not(.select) {
        box-shadow: none;
    }
}
@media (min-width: 768px) and (max-width: 1000px) {
    .basket-data-block .i-t-b .calendar-board .choose-calendar {
        flex-wrap: wrap;
    }
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div {
        flex: none;
        width: 16.6667%;
    }
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(7) {
        border-left: 1px solid #dee5ec;
    }
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(7).select,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(7).pre-order,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(7).reserve,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(7).busy {
        border-left: none;
    }
}
@media (min-width: 100px) and (max-width: 767px) {
    .basket-data-block .i-t-b .calendar-board .choose-calendar {
        flex-wrap: wrap;
    }
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div {
        flex: none;
        width: 33.33%;
    }
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(4),
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(7),
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(10) {
        border-left: 1px solid #dee5ec;
    }
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(4).select,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(4).pre-order,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(4).reserve,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(4).busy,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(7).select,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(7).pre-order,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(7).reserve,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(7).busy,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(10).select,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(10).pre-order,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(10).reserve,
    .basket-data-block .i-t-b .calendar-board .choose-calendar > div:nth-child(10).busy {
        border-left: none;
    }
}
.basket-data-block .i-t-b .select-month {
    margin-top: 12px;
    padding-left: 2px; 
    font-size: 11px;
}
.basket-data-block .i-t-b .select-month img {
    margin-left: 5px;
}
@media (min-width: 100px) and (max-width: 1000px) {
    .basket-data-block .i-t-b .calendar-board .legend {
        flex-direction: column;

        align-items: flex-start;
    }
    .basket-data-block .i-t-b .calendar-board .legend p {
        text-align: left;
    }
}
.table-body .table-result .tbody.basket-data-block .basket-container{
    position: relaive;
    height: 140px;
}
.basket-container .i-t-b{
    position: absolute;
    width: 813px;
}
.table-body .table-result .tbody.basket-data-block .tr .td{
    border-top: 2px solid #dee5ec;
}
.table-body .table-result .tbody.basket-data-block .tr .td-buy{
    border-bottom: none;
}
/* FROM BACKUP) */
.map__popup-slider > .slick-list.draggable .slick-track {
    margin-left: 40px;
}
.map-billboard-card .slick-list.draggable .slick-track {
    margin-left: 0;
}
header .right-side .basket-place.empty > img, 
header .right-side .basket-place.empty > span{
    cursor:default;
}
.basket-block.hide,
.basket-block-2.hide{
    display:none;
}
.basket-block-2{
    text-align: center;
    padding: 0 100px;
}
.basket-block-2 svg{
    width:200px;
    opacity:0.3;
}
.basket-block-2 span{
    font-size: 21px;
    line-height: 19px;
    letter-spacing: .525px;
    font-weight:bold;
    margin-top:50px;
    opacity:0.3;
    margin-left:-20px;
} 
/* Modile fix */
.w-100.navigation-element-less-960:last-child{
    display: none;
}
.w-100.navigation-element-less-960:nth-child(3){
    box-shadow: 0 3px 5px rgb(173 173 173 / 50%);
}
@media (min-width: 100px) and (max-width: 767px) {
    .al-type-fix{
        margin-bottom:9px;
    }
    .fixed-header{
        position:fixed;
        left: 0;
        top:0;
        width:100%;
        z-index:50; /* АХТУНГ*/
        border-bottom: 1px solid #ccc;
    }
    .menu-hamburger{
        position:fixed;
        left: 0;
        top:63px;
        z-index:50;
    }
}
.user-menu {
  position: relative;
}
header .right-side .user-menu .dropdown-personal {
    display: block;
    visibility: hidden;
    width: max-content;
    min-width: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    border: none;
    border-radius: initial;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    box-shadow: 0 0 10px rgb(89 89 89 / 50%);
}
header .right-side .user-menu .dropdown-personal div{
    height: 50px;
    margin: 0 20px;
  }
header .right-side .user-menu .dropdown-personal div a.dropdown-item,
header .right-side .user-menu .dropdown-personal div button.dropdown-item  {
    top: 0;
    left: 0; 
    display: inline;
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    color: initial;
    border-bottom: 1px dashed transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
}
header .right-side .user-menu .dropdown-personal div a.dropdown-item:hover {
    color: #348af8; 
    border-bottom: 1px dashed #348af8;
    background: none;
}
header .right-side .user-menu .dropdown-personal div:not(:last-child){
    border-bottom: 1px solid #dee5ec;
}
header .right-side .user-menu:hover .dropdown-personal {
    visibility: visible;
    opacity: 1;
}
#main-footer{
    background:#1d1d21;
}
.footer-phone, .footer-phone:hover{
    color: #1d1d21;
}

@keyframes mulShdSpin {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em,
        2em -2em 0 0em, 3em 0 0 -1em,
        2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em,
        3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em,
        2em -2em 0 0, 3em 0 0 0.2em,
        2em 2em 0 0, 0 3em 0 -1em,
        -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
        3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em,
        -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
        3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em,
        -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
        3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0,
        -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em,
        3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em,
        3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
.global-loader {
    color: #FC6B40;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: fixed;
    left:35px;
    top:35px;
    z-index:1011011;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
}