.btn-success {
	background-color: green !important;
}
.btn-success:hover {
	background-color: green !important;
}

.article-item .article-item__wrapper a {
	text-decoration: none;
}

ol.article-content__text {
	margin-bottom: 40px !important;
}

.anim-callback {
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 75px;
	height: 75px;
	min-width: 45px;
	min-height: 45px;
	border-radius: 50%;
	background: rgba(248,131,35, 1);
	z-index: 199;
	transition: all 0.35s linear;
}

.anim-callback:hover {
	background: #f75721;
}

.anim-callback:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: pulse-amim infinite 2s linear;
	background: rgba(248,131,35, 0.6);
	border-radius: 50%;
	z-index: 201;
	transition: all 0.35s linear;
}

.anim-callback:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: pulse-amim-2 infinite 2s linear;
	border: 2px solid rgba(248,131,35, 0.9);
	border-radius: 50%;
	z-index: 201;
	transition: all 0.35s linear;
}

.anim-callback:hover:before {
	background: rgba(248,131,35, 1);
}

.anim-callback:hover:after {
	border: 2px solid rgba(248,131,35, 1);
}

.amin-callback__link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
	z-index: 204;

}

.amin-callback__img {
	position: relative;
	z-index: 203;
	transform: rotate(0deg);
	animation: move-amim infinite 1.5s linear;
	max-width: 100%;
	display: block;
}


@keyframes pulse-amim {
	to {
			width: 180%;
			height: 180%;
			opacity: 0;
	}
}

@keyframes pulse-amim-2 {
	50% {
			width: 150%;
			height: 150%;
			opacity: 0.5;
	}

		100% {
			width: 100%;
			height: 100%;
			opacity: 0;
	}
}

@keyframes move-amim {
	25% {
		transform: rotate(8deg);
	}
	50% {
			transform: rotate(0deg);
	}

	75% {
			transform: rotate(-8deg);
	}

		100% {
			transform: rotate(0deg);
	}
}

.btn-link {
	font-size: 17px;
    font-weight: 700;
    width: 280px;
    padding-top: 60px;
    padding-bottom: 60px;
    letter-spacing: -.5px;
    color: #fff;
    border: none;
    background-color: #f88323;
    background-image: -webkit-linear-gradient(135deg, #f75821 0%, #f88323 100%);
    background-image: -moz-linear-gradient(135deg, #f75821 0%, #f88323 100%);
    background-image: -o-linear-gradient(135deg, #f75821 0%, #f88323 100%);
    background-image: linear-gradient(-45deg, #f75821 0%, #f88323 100%);
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}

#form_popup_pay select {
	text-align-last:center;
}

#form_popup_pay select option {
	color: #5c6265;
	text-align-last:center;
}

#menu-%d1%8f%d0%b7%d1%8b%d0%ba%d0%be%d0%b2%d0%be%d0%b5-%d0%bc%d0%b5%d0%bd%d1%8e {
	margin: 0;
}


.switchButton__layer {
	display: none;	
}


/* TABS */
.tabs {
	/*max-width: 350px;*/
	margin-left: auto;
	margin-right: auto;
}

.tabs .phones {
	line-height: 1.7em;
}

.tabs>input[type="radio"] {
	display: none;
}

.tabs>input[type="radio"]:checked+label {
	background-color: #f75721;
	color: #fff;
}

.tabs>div {
	/* скрыть контент по умолчанию */
	display: none;
	border: 1px solid #eee;
	padding: 10px 15px;
	border-radius: 4px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4,
#tab-btn-5:checked~#content-5,
#tab-btn-6:checked~#content-6,
#tab-btn-7:checked~#content-7,
#tab-btn-8:checked~#content-8,
#tab-btn-9:checked~#content-9,
#tab-btn-10:checked~#content-10,
#tab-btn-11:checked~#content-11,
#tab-btn-12:checked~#content-12,
#tab-btn-13:checked~#content-13,
#tab-btn-14:checked~#content-14,
#tab-btn-15:checked~#content-15,
#tab-btn-16:checked~#content-16,
#tab-btn-17:checked~#content-17,
#tab-btn-18:checked~#content-18,
#tab-btn-19:checked~#content-19,
#tab-btn-20:checked~#content-20 {
	display: block;
}

.tabs>label {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: #eee;
	border: 1px solid transparent;
	padding: 2px 8px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 4px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	margin-left: 6px;
	cursor: pointer;
	margin-bottom: 10px;
}

.tabs>label:first-of-type {
	margin-left: 0;
}
/* end TABS */

