html input[type=button], input[type=reset], input[type=submit],button[type=button] {
-webkit-appearance: button;
cursor: pointer;
border: none;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
width: 100%;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
background: none;
}
.order__content.no_img{background:#fff;}
@media (max-width: 480px){
	.btn__login {
	  display: flex;
	  font-size: 11px;
	}

}




.unsubscribe {
    width: 100%;
    padding-bottom:70px
}

.unsubscribe .container {
    max-width:770px
}

.unsubscribe__h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom:30px
}

.unsubscribe__h2 span {
    color:#ffc516
}

.unsubscribe__box {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    border-radius: 20px;
    padding: 30px;
    margin-bottom:30px
}

.unsubscribe__question {
    margin-top:30px
}

.unsubscribe__question:first-child {
    margin-top:0
}

.unsubscribe__question-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom:15px
}

.unsubscribe__question-number {
    display: block;
    width: 35px;
    height: 35px;
    border: 1px dashed #48b774;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    font-weight: 700;
    margin-right:15px
}

.unsubscribe__question-text {
    margin-bottom:0
}

.unsubscribe__tabshead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom:30px
}

.unsubscribe__tabshead h3 span {
    color:#ef1f1f
}

.unsubscribe .nav-tabs .nav-tab {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    color: #4f4f4f;
    padding: 0 25px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius:100px
}

.unsubscribe .nav-tabs .tab-1 {
    border-radius:100px 0 0 100px
}

.unsubscribe .nav-tabs .tab-2 {
    border-radius: 0 100px 100px 0;
    margin-left:-3px
}

.unsubscribe .nav-tab.active {
    background: rgba(239, 31, 31, .1);
    border: 1px solid #ef1f1f;
    font-weight: 500;
    cursor:default
}

.unsubscribe .tab-pane {
    display:none
}

.unsubscribe .tab-pane.active {
    display:grid !important
}

.unsubscribe__form input {
    margin-bottom:0 !important
}

.unsubscribe__form input:focus {
    border: 1px solid #ef1f1f;
    -webkit-box-shadow: 0 4px 30px rgba(239, 31, 31, .1);
    box-shadow:0 4px 30px rgba(239, 31, 31, .1)
}

.unsubscribe__form button {
    background: #ef1f1f;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding:0 25px
}

.unsubscribe__form button:hover {
    background: #ef1f1f;
    opacity:1
}

.unsubscribe .form-1 {
    width: 100%;
    display: none !important;
    display: grid;
    grid-template-columns: 2fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center
}

.unsubscribe .form-1 input.pole.email {
    max-width:430px
}

.unsubscribe .form-2 {
    width: 100%;
    display: none !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 15px;
    margin-bottom: 20px;
    position:relative
}

.unsubscribe button {
    width:100%
}

.unsubscribe__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom:10px
}

.unsubscribe__bottom-icon {
    position: relative;
    top: 0;
    margin-right:10px
}

.unsubscribe__bottom-text {
    font-size: 14px;
    line-height: 17px;
    color:#828282
}

.unsubscribe input.pole, textarea.message {
background: #fbfbfb;
font-family: ProximaNova,Helvetica,Arial,sans-serif;
font-weight: 400;
color: #4f4f4f;
width: 100%;
height: 55px;
margin-bottom: 15px;
border-radius: 100px;
padding: 10px 15px;
font-size: 16px;
line-height: 1;
border: 1px solid #e6e6e6;
}
.unsubscribe .pole {
padding: 10px 30px!important;
}


