.ets_solo_social_btn.large.flat {
    height: 35px;
    padding: 0;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ets_solo_social_btn i {
	width:100%;
	height:100%;
}

.ets_solo_social_btn img {
	width:100%;
	height:100%;
}

.ets_solo_social_btn.rounded.large {
    border-radius: 100%;
    background-color: #fff;
}


.ets_solo_social_btn  {
    background-color: #fff;
}

.ets_solo_social_btn i, .google:not(.google_new_desginer) .ets_solo_social_btn i {
    background-color: transparent;
}

.google:not(.google_new_desginer) .ets_solo_social_btn i {
    border: 0;
}

.yandex .ets_solo_social_btn:hover, .active.net_yandex:hover, .yandex .ets_solo_social_btn:hover i {
    background-color: #fff;
}

.yandex .ets_solo_social_btn i svg {
    height: 27px;
    width: 27px;    
}

.authBackdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background-color: #00000099;
    left:0;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.authBox {
    background-color: #FDFCF9FF;
    border-radius: 50px;
    padding: 90px 30px 90px;
    color: #532B00;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position:relative;
}


.authBox button {
    border-radius: 20px;
    text-align: center;
	font-weight:700;
    padding: 7px 50px;
    background-color: #FFB667;
    color: #532B00;
	opacity:0.5;
}

.authBox button.active {
    opacity:1
}

#phone[disabled] {
    color: #9e9595;
}

.loginDesc {
	padding: 0;
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
    color: #977f64;
    text-align: center;  
}

#getCodeBtnBlock {
	margin:25px 0;
}

.rowCode {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;    
}

.rowCode input {
    font-size: 32px;
    max-width: 40px;
    border-radius: 9px;
    padding: 4px 5px;
    border: 1px solid #999;
    text-align: center;                
}

.authBox close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 25px;
    line-height: 34px;
    color: #786565;    
}




@media (max-width: 1024px) {

    .authBox {
        max-width: 98%;
    }

    .authBox .select-box  {
        width: auto;
        min-width: calc(100vw - 87px);
    }

    .loginDesc {
        font-size: 18px;
        line-height: 27px;        
    }
}

.authBlock input {
	border:0!important;
	background: transparent;
}

:root {
    --primary: #111;
    --secondary: #fd0;
}	

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.select-box {
    position: relative;

    width: 26rem;
    
}

.select-box input {
    width: 100%;
	color:#532B00;
	font-size:20px;
	font-weight:700;
	font-family: "Nunito", sans-serif;
    outline: none;
}

#phone {
    width: 78%;
    position: absolute;
    z-index: 2;
    text-align: center;
    height: 27px;
}
/*
input[type="tel"] {
    border-radius: 0 .5rem .5rem 0;
}
*/
.select-box input:focus {
    border: .1rem solid var(--primary);
}

.selected-option {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.selected-option div{
	position: relative;
    width: auto;
	font-size:20px;
    padding: 0;
    cursor: pointer;
}


.authBlock.phone .selected-option {
  padding: 15px 0;
  padding-left: 106px;
}

.authBox .flag::after{
    position: absolute;
    content: "";
    right: 0;
    top: calc(50% - 3px);
    transform: translateY(-50%) rotate(45deg);
    width: .5rem;
    height: .5rem;
    border-right: .12rem solid #977f64;
    border-bottom: .12rem solid #977f64;
    transition: .2s;
}

#currentCountry {
    z-index: 8;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;  
    height: 27px;
}

.selected-option div.active::after{
    transform: translateY(-50%) rotate(225deg);
}

.select-box .options {
    position: absolute;
    top: 5rem;
    width: 100%;
    background-color: #fff;
    border-radius: .5rem;
    z-index: 20;
    display: none;
}

.select-box .options close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}


.select-box.email input {
  border-radius: 10px;
  background-color: #ffeeee;
  padding: 11px 15px;
  text-align: center;
}

.select-box .options.active {
    display: block;
}

input.search-box {
    background-color: #ffffff;
    color: #000000;
    border-radius: .5rem .5rem 0 0;
    padding: 1.4rem 1rem;
    border-bottom: 1px solid #999;
}

.select-box ol {
    list-style: none;
    max-height: 23rem;
    overflow: overlay;
}

.select-box ol::-webkit-scrollbar {
    width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: .4rem;
}

.select-box ol li {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.select-box ol li.hide {
    display: none;
}

.select-box ol li:not(:last-child) {
    border-bottom: .1rem solid #eee;
}

.select-box ol li:hover {
    background-color: lightcyan;
}

.select-box ol li .country-name {
    margin-left: .4rem;
}

.authBox .flag {
  display: inline;
  padding-right: 13px;
}

.authBox #currentCountry strong {
    font-weight: 700;
}

.authBox #currentCountry.disabled strong {
    color: #9e9595;
}

.authRow {
    margin: 10px 0;
    text-align: center;
}

.authRow.und {
    font-weight:700;
    cursor: pointer;
}


.authBlock.name input {
    background-color: #f2f2f2;
    padding: 10px 10px;
    text-align: center;
}


#nextBtnBlock a.began {
    display: block;
    margin-top: 20px;
    color: #999;
}

.ets_solo_social {
    min-height: 40px;
}