.mod-popup-btn {
    box-sizing: border-box;
    width: 169px;
    height: 43px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 11px 24px 12px;
    border-radius: 100px;
    margin-top: 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-family: Source Sans Pro;
    background: linear-gradient(180deg, #35aae8 0, #008ed9 100%);
}
.mod-popup-btn:hover {
    cursor: pointer;
    background: linear-gradient(180deg, #2593cb 0, #016296 100%);
}
.popup-mod {
    display: none;
    position: fixed;
    z-index: 1065;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(77, 77, 77, 0.62);
    overflow-x: auto;
}
.popup-mod-form {
    box-sizing: border-box;
    position: relative;
    width: 600px;
    background: #fff;
    margin: 50px auto 0;
    padding: 30px 30px 64px 80px;
    overflow-x: unset;
}
.popup-mod-form > div:nth-child(3) {
    max-width: 448px;
}
.popup-mod-close {
    position: absolute;
    right: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.popup-mod-active {
    display: block !important;
}
.popup-mod-header {
    margin-top: 45px;
}
.popup-mod-header > div:nth-child(1) {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #171719;
}
.popup-mod-header > div:nth-child(2) {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #828282;
}
.popup-mod-form-name {
    margin-top: 40px;
}
.popup-mod-form-name > div {
    color: #000;
}
.popup-mod-form-name > input {
    padding-left: 20px;
    background: #fff;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 3px;
    height: 52px;
    width: 100%;
    max-width: 448px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.popup-mod-form-tel > div, .popup-form-salon-list > div {
    color: #000;
}
.popup-mod-form-tel, .popup-form-salon-list {
    margin-top: 26px;
}
.popup-mod-form-tel > input {
    padding-left: 20px;
    background: #fff;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 3px;
    height: 52px;
    width: 100%;
    max-width: 448px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.popup-mod-form-tel > div {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 8px;
    color: #131314;
}
.popup-mod-form-mail {
    margin-top: 26px;
}
.popup-mod-form-mail > input {
    padding-left: 20px;
    background: #fff;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 3px;
    height: 52px;
    width: 100%;
    max-width: 448px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.popup-mod-form-mail > div {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 8px;
    color: #131314;
}
.popup-mod-form-textarea {
    margin-top: 26px;
}
.popup-mod-form-textarea > textarea {
    padding-left: 20px;
    background: #fff;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 3px;
    height: 52px;
    width: 100%;
    max-width: 448px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.popup-mod-form-textarea > div {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 8px;
    color: #131314;
}
.popup-mod-form-soglasie > span {
    color: #000;
}
.popup-mod-form-soglasie {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: left;
}
#popup-form-salon-check, .popup-form-salon-check {
    position: relative;
    background: #fff;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 3px;
    height: 52px;
    width: 100%;
    max-width: 448px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#popup-form-salon-check > div:nth-child(1), .popup-form-salon-check > div:nth-child(1) {
    padding: 12px 0;
    cursor: pointer;
    margin: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.mod-pop-up-salon-list{
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    overflow: auto;
    display: none;
    background: #fff;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 3px;
    width: 101%;
    max-width: 449px;
    max-height: 448px;
    z-index: 1000;
    padding: 10px;
  }
#soglasie-popup-mod {
    margin: 0px 10px 0px 0px;
    display: block;
    background: url(/templates/it_political2/images/module_icon/unchecked.png) no-repeat;
    cursor: pointer;
}
#salons-list {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    overflow: auto;
    display: none;
    background: #fff;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 3px;
    width: 101%;
    max-width: 449px;
    max-height: 448px;
    z-index: 1000;
    padding: 10px;
}
#salons-list > div {
    padding: 2px 5px;
}
#salons-list > div:hover {
    cursor: pointer;
    padding: 2px 5px;
}
#salons-list::-webkit-scrollbar {
    width: 7px;
    background-color: #f9f9fd;
}
#salons-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #919191;
}
#salons-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}
.popup-active-list {
    display: block !important;
}
.mod-popup-send {
    margin-top: 25px;
    max-width: 448px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 185px 18px;
    background: linear-gradient(0deg, #005aa5 0.06%, #1e91cd 99.97%);
    opacity: 0.99;
    border-radius: 100px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
.mod-popup-send:hover {
    cursor: pointer;
}
.popup-mod-city-name {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
}
.popup-mod-mani-city {
    margin-left: 15px;
}
.mod-popup-error {
    padding: 10px 15px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 480px) {
    .popup-mod-form {
        width: 100%;
        padding: 30px;
    }
    .mod-popup-send {
        padding: 15px 45px 18px;
    }
}
 