.mytest{

}
.MapWrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    margin-top: 100px;
}

.DefaultSale {
    width: 100%;
    box-sizing: border-box;
}
.DefaultSale .h2{ font-size: 26px; margin-top: 5px;}
.LookupSale {
    /*width: 50%;*/
}
.detailsRepInfo {flex-wrap: wrap; flex-direction: column}
.detailsRepInfo p {
    margin: 0;
}

#locator_modal .j-modal__content {
    max-width: 950px;
}

.oneRepWrap {
    margin: 20px 10px 0 0;
    padding: 16px;
    text-align: center;
    background-color: inherit;
    max-width: 315px;
    width: 32%;
    box-sizing: border-box;
    border: 1px solid #E3DDD7;
    border-radius: 18px;
}

.allRepWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.Representetive {
    display: flex;
    width: 100%;
}

.Container.Locator {
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 150px;
}

.Locator {
    min-height: calc(100vh - 310px);
    padding-bottom: 180px;
}

.Locator-Navigation {
    margin: 0;
    box-sizing: border-box;
    background-image: linear-gradient(45deg, transparent 50%, #707070 50%), linear-gradient(135deg, #707070 50%, transparent 50%);
    background-position: calc(100% - 8px) calc(1em - 2px), calc(100% - 5px) calc(1em - 2px), 100% 0;
    background-size: 5px 6px, 5px 6px, 2.5em 2.5em;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    display: block;
    width: 210px;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    border: 1px solid #dadada;

    padding: 7px 15px;
    cursor: pointer;
    height: 36px;
    letter-spacing: 1px;
}

.Locator-Navigation > option {
    color: #707070;
    letter-spacing: 1px;
}

.Locator-NavigationDescription {
    font-size: 16px;
    color: #454C52;
    margin-bottom: 10px;
    text-align: center;
}

#userformzip {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.variationsTitle {
    text-align: left;
}

.Locator-Text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    padding-left: 20px;
}

#user_zip {
    color: #585858;
    text-transform: none;
    outline: none;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 13px;
    height: 33px;
    margin-right: 15px;
    width: 175px;
    border-radius: 8px;
    border: 1px solid #dedede;
    background-color: #f3f3f3;
}

.RepDetails {
    margin: 20px auto 0;
    padding: 20px;
    text-align: center;
    background-color: inherit;
    border-radius: 8px;
}

.RepName,
.j-modal .RepName,
.detailsRep .RepName,
.RepDetails .RepName {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}

.RepText {
    font-weight: 500;
    white-space: break-spaces;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
}

.j-modal .btn {
    padding: 15px;
}

.BrowseByLocation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detailsRep {
    text-align: center;
}

.Representetive .h2 {
    font-size: 28px;
    font-weight: 400;
}

.RepTitle {
    display: flex;
    width: 100%;
    /*justify-content: flex-end;*/
    font-size: 16px;
    align-items: flex-start;
}

.j-modal h2 {
    font-size: 40px;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.j-modal__content {
    padding-top: 0;
}

.Rep-Text {
    font-size: 16px;
    text-align: center;
}

.detailsRep > p,
.RepDetails > p {
    margin: 0px;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    gap: 20px;
    align-items: baseline;
}
.detailsRep > p a,
.RepDetails > p a {
    font-size: 14px;
    white-space: initial;
}

.CustomeService {
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

a.RepText {
    text-decoration: none;
    color: #555555;
}

a.RepText:hover {
    color: #E86759;
}

.RepDetails .RepText {
    /*width: 68%;*/
}

label {
    line-height: normal;
}

#locator_modal .j-modal__content {
    width: auto;
    margin: 0 auto;
}

.j-modal__content .RepText {
    /*width: 75%;*/
}

[class*=icon--] {
    width: 26px;
    height: 26px;
    fill: currentColor;
    display: inline-block;
}

.j-modal__close {
    top: -30px;
}

.Locator-countries {
    width: 300px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    cursor: pointer;
    height: 36px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.locator-country {
    width: 50%;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    line-height: 36px;
    background-color: #fff;
    border: 1px solid #E3DDD7;
}

.locator-country:hover {
    font-weight: 500;
}

.locator-country:first-child {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.locator-country:last-child {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}


.locator-country.selected {
    color: #fff;
    background-color: #666666;
    font-weight: 500;
    border: 1px solid #666666;
}

.states-wrp {
    text-align: center;
}

.states-wrp .Locator-NavigationDescription {
    margin-bottom: 10px;
    display: inline-block;
}

.Locator-Navigation:focus {
    outline: none;
}
.j-modal__content .RepCompanyName, .j-modal__content .RepCompanyName .RepText {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin: -10px 0 0 0;
}

.locator__your-representative-btn {
    padding: 0 16px;
    text-align: center;
    box-sizing: border-box;
    line-height: 36px;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #707070;
    display: block;
    margin: 20px auto;
    width: 240px;
}

.locator__your-representative-btn:hover {
    border: 1px solid #666666;
}

.h2 {
    margin-top: 0.8em;
}

.firstSection {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    padding-bottom: 20px;
    margin:0 auto;
}
.Representetive {
    display: flex;
    justify-content: center;
}


@media all and (max-width: 950px) {
    .firstSection {
        flex-wrap: wrap;
    }

    .LookupSale {
        width: 100%;
    }

    #userformzip {
        width: 100%;
    }
}

@media all and (max-width: 430px) {
    #user_zip {
        width: 120px;
    }

    #check {
        width: 108px;
    }

    #listStates {
        margin-bottom: 10px;
    }

    .oneRepWrap {
        padding: 10px;
    }

    .j-modal__content {
        padding: 0;
    }

    .MapWrapper {
        width: 100%;
    }
}

#locator_modal .j-modal__close.close {
    top: -11px;
}
/*Locator-redesign*/
.Locator-redesign.Container {
    width: calc(100% - 200px);
}
.Locator-redesign .h2{
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 1px;
    margin: 80px auto 0 0px;
    padding-bottom: 40px;
    text-align: left;
    border-bottom: 1px solid #E3DDD7;
}
.Locator-redesign .firstSection .h2{
    border-bottom: none;
}
.Locator-redesign .firstSection{
    margin-top: 30px;
}
.Locator-redesign .Locator-top-section{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 39px 0;
    align-items: flex-end;
    border-bottom: 1px solid #E3DDD7;
}
.Locator-redesign .Locator-top-section .BrowseByLocation{
    display: flex;
    flex-direction: row;
    width: auto;
    align-items: flex-end;
}
.Locator-redesign .Locator-top-section .Locator-countries{
    margin: 0 23px 0 0;
    align-items: flex-end;
    width: auto;
}
.Locator-redesign .Locator-top-section .locator-country{
    width: 66px;
    height: 41px;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Locator-redesign .Locator-top-section .locator-country.country-usa{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
}
.Locator-redesign .Locator-top-section .locator-country.country-canada{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
.Locator-redesign .Locator-top-section .usa-states-wrp{
    text-align: left;
}
.Locator-redesign .Locator-top-section .usa-states-wrp select{
    height: 41px;
    border-radius: 6px;
    background-image: none;
    width: 242px;
    background-color: #fff;
}
.Locator-redesign .Locator-top-section .canada-states-wrp{
    text-align: left;
}
.Locator-redesign .Locator-top-section .canada-states-wrp select{
    height: 41px;
    border-radius: 6px;
    background-image: none;
    width: 242px;
    background-color: #fff;
}
.Locator-redesign .Locator-top-section .or{
    margin: 0 53px 10px 53px;
}
.Locator-redesign .Locator-top-section #user_zip{
    height: 41px;
    background-color: #fff;
    width: 320px;
    border-radius: 6px;
}
.Locator-redesign .Locator-top-section #userformzip{
    position: relative;
}
.Locator-redesign .Locator-top-section #check{
    position: absolute;
    margin: 0px;
    right: 0px;
    border-radius: 6px;
    height: 41px;
    font-size: 16px;
    width: 109px;
    padding: 0px;
}
.Locator-redesign .Locator-top-section .Locator-NavigationDescription{
    text-align: left;
}
.firstSection .reps_list_wrapper{
    width: 70%;
}
.firstSection .reps_list_wrapper .allRepWrap .RepCompanyName{
    margin: 5px 0 10px;
}

.oneRepWrap .topWrapper{
    display: flex;
}
.oneRepWrap .topWrapper .imgWrapper{
    width: 58px;
    min-width: 58px;
    padding: 0px 20px 0px 0px;
}
.oneRepWrap .topWrapper .imgWrapper img{
    width: 100%
}
.oneRepWrap .topWrapper .imgWrapper .img{
    height: 58px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #326098;
    border-radius: 30px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.detailsRepInfo.RepTitle .CustomeService{
    font-size: 24px;
    width: 100%;
    border-top: 1px solid #E3DDD7;
}
.detailsRepInfo .wrapper{
    display: flex;
    align-items: center;
}
.detailsRepInfo .wrapper a{
    color: black;
    text-decoration: none;
    margin-left: 20px;
}
.detailsRepInfo .calendar, .detailsRepInfo .telephone{
    font-size: 18px;
}
.detailsRepInfo .calendar{
    margin-bottom: 4px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAYAAAArdgcFAAACmElEQVQ4jaVVTXISQRh93zcJCzfiDcgJxBuQE4ScIMQkVrkyA6VVQlkMlYJUaciQlVUCTnIC9QbJCSQnkBtkXMrQ/VndM1AgwxjjWzBN98zr19/Pa0IGTvx+iTXvEaEEoJC8GYrQCKJvIyfqee7L8TqGVPLO2aAMJn+BcC1IcPmLJ620TXiF2A98MH1JiMciuiVT9WxC/KRePSDzVEpvA3Jl1wmVnOS+d7rD40zlp/4wEEHFHB2iW/XaUS9L9akfFESUB9CenRC49drB/Js5eec8aALai9Wo3Yb7YrR0om7/GMSvZKp2G2+W19rdvkfETTM2p3r3+uh6HhajICFGGnEsg4o2VI5T/HOpUTvyBHJhxo7DwVLMRamYWHQrlfgeaFQPTcxNUgud8882TGxVcxyziKeXDyGeQ/RFLNLmDay1LtlTQ75l1ex9MOENIy4kkpLnB3kGSTHeTa7/SzUAz90PAbICHyEqMAF5Sw4O70NAwI7nf8xoLn1rfiPtFFeaaC1ERgl7OSe5H6fdYZC6ieCxeTDRHYtpGPuNzmdxm4Yi4q2kMzHrzPb7T0ulKWDLM1XqJ8OYkJ10dv4m/q27P65XDyuLm0Sbah5Ok0STTDNWGxsjMhM50XcmyxPirTgpD0O7O6wQITDF0agdbrMhEyFTKflNPV0xn38BEawFELHtF5tQrVUrmWyefOiXHkIce1PspPXq86s5uTGaRW/ILrV1xLE3TWiyPZtfstzO2eAysYIQgtaifabB5gtoQnQcTtHuok2v3ETt80GPQK+Sv2OC9DTpm5mhGUIH0yIrKlPsSab0QhG4jdrBkjelXnNJ1mcxzISpjIij/TRfyr6gzwZlh1EG8BSwfm4QAjIW4EYr+Tq7GFYA4DffHDo6DJWF0gAAAABJRU5ErkJggg==);    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 20px;
    line-height: 24px;
    background-position-y: center;
    color: #3A3A3A;
    font-weight: 400;
}
.detailsRepInfo .telephone{
     margin-bottom: 4px;
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAYAAAArdgcFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJcSURBVHgBnVVRbtNAEJ1Zu/nODUhPQDhB0xNQTkBMBBJfrYtAaqOqRlUaqShx+UJqWuyeAHqC5gbkBpgb5JfE3mFm7USWcSD2k6JdeyZvZmffjBEYF/6kY5HlA1AbciDAGcSx0//wZgY1gEM/aBHpn//wmS9Q7XquM4eKsLWOu4gKECE8cXtO3jgYfX1EpE6DffjxGipCrTZa619FI0LyICshtqAGmFxF6U49KRoTDbM0CD6HGlCgkpSAoFM0nr1/PeVFat268m/aUBGq7xolGALP/9IqOhChCf47xiZURFZzMrXd0XY3b7wcB+dyobyNEtuuLEdDniQUysqqOVwZBqO7Ll+zZx40uXWkaMiz2kb8a158mnQKPvOFZU2hBtZSJIKPslqWCmTtv+uFXO+pBNzR9A1qYE0uZJBm3xqMJp4xKpSmiqTuw1HgQ0Vg/kFKwpk/yp7i5JnMlMHVTRttS941+XThUilT/+E4OCTQR4aEYBorelCgo0x9f5MLBuPba24audhogYt9z30b5QOY06H6DpQSlyDixF5IYlhmXc2UfIBswEmA1sqPT+Kw1GbKVnua4AAR21kCZtiVknt+0GyQ/pERrQOkgSceS/alCCC7p9LE+PQHuOFokGYqKjEznjWOR6fHr+7hP7gc34bsK8EdtcnpxHU4Y9wnoM/pUSkcju6CshGxCbiNk3Qrz/tzyOrN6ghjpe/PXNN8GzPfilyQlinx5I+511FehktI5g1qmEtPEr2/NXlJkD3IKaeA6PS4t1uZPA9pOtvCpyTfApRAyI1G0VItHVHXH/INI1qp8zeAAAAAAElFTkSuQmCC);
     background-repeat: no-repeat;
     padding-left: 30px;
     background-size: 20px;
    background-position-y: center;
    margin-top: 8px;
    color: #3A3A3A;
    font-weight: 400;
}
.allRepWrap .RepName{
    margin: 0px;
}
.usa-map-wrp { position: relative; user-select: none; }
.map-stage   { position: relative; display: inline-block; line-height: 0; }

/* порядок слоёв: img (0) -> labels (1) -> highlight (2) */
#us-map-labels { position:absolute; inset:0; pointer-events:none; z-index:1; }
#us-map-canvas { position:absolute; inset:0; pointer-events:none; z-index:2; }

.usa-map-wrp area { cursor: pointer; }
.map-stage { position: relative; }
#us-map-labels, #us-map-canvas {
    position: absolute; left: 0; top: 0; width: 100%; height: 100%;
    pointer-events: none;
}

.map-stage{position:relative;}
#us-map{display:block;width:100%;height:auto;image-rendering:auto;}
#us-map-labels,#us-map-canvas{
    position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;
}
/* курсор-рука над картой */
.map-stage:hover #us-map{cursor:pointer;}