.ss-widget__button {
    margin: 0;
    padding: 15px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 2px solid transparent;
    position: fixed;
    bottom: 14px;
    right: 14px;
    display: none;
    z-index: 1000;
}

.ss-widget__button-wrapper {
    margin: 0;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(250, 7, 124, .3); 
}

.ss-widget__button-wrap {
    margin: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fa077c;
}

.ss-widget__button:hover {
    border: 2px solid #fa077c;
}

.ss-widget__popup {
    margin: 0 auto;
    position: fixed;
    background-color: rgba(0, 0, 0,.7);
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; 
    align-items: center;
    box-sizing: border-box;
    
}

.ss-widget__popup-window {
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    width: 950px;
    height: 370px;
    align-items: flex-end;
    justify-content: flex-end;
    background-image: url(../../images/callback-modal/popup_img_operator.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .ss-widget__popup-window {
        width: 92%;
    }
}

@media screen and (max-width: 786px) {
    .ss-widget__popup-window {
        background-position: 30% 0%;
    }
}

@media screen and (max-width: 620px) {
    .ss-widget__popup-window {
        background-image: url(../../images/callback-modal/operator_min.png);
    }
}

@media screen and (max-width: 530px) {
    .ss-widget__popup-window {
        background-image: none;
        background-color: #ffe1ec;
        align-items: center;
        justify-content: center;
    }
}

.ss-widget__close {
    margin: 0;
    display: flex;
    width: 24px;
    height: 24px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.ss-widget__close-cross {
    margin: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: #ffffff; 
}

.ss-widget__close:hover {
    border: 2px solid #fa077c; 
    background-color: #ffffff;
}

.ss-widget__close:hover .ss-widget__close-cross {
    color: #fa077c; 
}

.ss-widget__popup-content {
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 400px;
    align-items: center;
    margin-top: 47px;
    margin-right: 32px;
    margin-bottom: 47px;
}

@media screen and (max-width: 1024px) {
    .ss-widget__popup-content {
        width: 350px;
    }
}

@media screen and (max-width: 850px) {
    .ss-widget__popup-content {
        width: 300px;
    }
}

@media screen and (max-width: 530px) {
    .ss-widget__popup-content {
        margin-right: 0px;
    }
}

@media screen and (max-width: 375px) {
    .ss-widget__popup-content {
        width: 92%;
    }
}

.ss-widget__popup-title {
    margin: 10px 0 12px 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000000; 
}

@media screen and (max-width: 850px) {
    .ss-widget__popup-title {
        font-size: 16px;
        line-height: 26px;
    }
}

.ss-widget__info-text
{
    margin: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #fa077c; 
}

@media screen and (max-width: 850px) {
    ss-widget__info-text {
        font-size: 14px;
        line-height: 26px;
    }
}

.ss-widget__popup-form {
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 36px;
}

@media screen and (max-width: 850px) {
    .ss-widget__popup-form {
        margin-top: 24px;
    }
}

.ss-widget__popup-subtitle {
    margin: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

@media screen and (max-width: 850px) {
    .ss-widget__popup-subtitle {
        font-size: 16px;
        line-height: 26px;
    }
}

.ss-widget__popup-input {
    margin: 20px 0 20px 0;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 50px;
    background: #FFFFFF url(../../images/callback-modal/phone_mini.png) no-repeat 2% 50%;
    background-size: 31px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    outline: none;
}

.ss-widget__popup-input:hover {
    outline: 3px solid #fa077c; 
}

.ss-widget__popup-input:focus {
    outline: 3px solid #fa077c; 
}

@media screen and (max-width: 850px) {
    .ss-widget__popup-input {
        font-size: 16px;
        line-height: 21px;
    }
}

.ss-widget__popup-select {
    margin: 0;
    appearance: none;   
    width: 100%;
    margin-top: 14px;
    box-sizing: border-box;
    padding: 13px 33px;
    background: #FFFFFF url(../../images/callback-modal/arrow_pink.png) no-repeat 95% 50%;
    border: none;
    background-size: 18px;
    cursor: pointer;
    outline: none;
    border-radius: 8px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

@media screen and (max-width: 850px) {
    .ss-widget__popup-select {
        font-size: 16px;
        line-height: 21px;
        margin-top: 8px;
    }
}


.ss-widget__popup-btn {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    padding: 9px 24px;
    align-self: center;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    background-color: #fa077c;
    cursor: pointer;
    outline: none;
   /*  margin-top: 49px;*/
   /*width: 250px; */
}

.ss-widget__popup-btn:hover {
   /* background-color: #FFFFFF; */
    outline: 2px solid #fa077c;
    /*color: #fa077c;*/
}

@media screen and (max-width: 850px) {
    .ss-widget__popup-btn {
        font-size: 16px;
        line-height: 21px;
        margin-top: 32px;
    }
}

@font-face {
    src: url("./Roboto-Regular.woff") format("woff");
    font-family: Roboto;
    font-weight: normal;
}

@font-face {
    src: url("./Roboto-Bold.woff") format("woff");
    font-family: Roboto;
    font-weight: bold;
}

@font-face {
    src: url("./Montserrat-SemiBold.woff") format("woff");
    font-family: Montserrat;
    font-weight: 600;
}

@font-face {
    src: url("./Montserrat-Bold.woff") format("woff");
    font-family: Montserrat;
    font-weight: bold;
	
}

.modalDialog {
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
}


