.ico_fb,
.ico_vk,
.ico_tw {
    background-image: url("../m_i/ico_btn/ico_social.png");
    background-repeat: no-repeat;
    height: 18px;
    text-indent: -20000px;
    text-align: left;
    display: inline-block;
}

.ico_fb {
    background-position: -26px 0;
    width: 10px;
}

.ico_vk {
    background-position: 0 0;
    width: 12px;
}

.ico_tw {
    background-position: -50px 0;
    width: 16px;
}button {
border: none;
cursor: pointer;
}

.btn {
    cursor: pointer;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2em;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    z-index: 9;
    padding: .7em 2em;
    text-align: center;
    font-family: 'pt_serifregular';
    -webkit-border-radius: 1.3em;
    border-radius: 1.3em;
    background-color: #5c8ba0;
    box-shadow: 0 3px 0 rgba(0,0,0,.2);
    font-weight: bold;
}

.btn:hover,
.btn:active {
    background-color: #fff;
    color: #5c8ba0 !important;
    box-shadow: none;
    text-decoration: underline !important;
}

.btn_or {
    background-color: #da8d55;
}

.btn_or:hover,
.btn_or:active {
    color: #da8d55 !important;
}

.btn_big {
    font-size: 21px !important;
}

.btn_img {
	overflow: hidden;
	text-indent: -20000px;
	padding: 0 !important;
	position: relative;
	cursor: pointer;
	border: 0 !important;
	text-align: left;
    display: inline-block;
    opacity: .7;
}

.btn_img:hover {
    background-color: transparent !important;
    opacity: 1;
}

.link {
    background: none !important;
    text-decoration: underline !important;
    border: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'pt_serifregular';
}

.link:hover {
    text-decoration: none !important;
}

.ico_fb,
.ico_vk,
.ico_tw {
    background-image: url("../m_i/ico_btn/ico_social.png");
    background-repeat: no-repeat;
    height: 18px;
    text-indent: -20000px;
    text-align: left;
    display: inline-block;
}

.ico_fb {
    background-position: -26px 0;
    width: 10px;
}

.ico_vk {
    background-position: 0 0;
    width: 12px;
}

.ico_tw {
    background-position: -50px 0;
    width: 16px;
}

/*.ico_menu {
    background: url("../m_i/ico_btn/ico_menu.png") no-repeat;
    background-size: contain;
}*/

.ico_menu img {
    width: 100%;
    height: auto;
}


.btn_prew,
.btn_next {
	width: 4px;
	height: 7px;
	background-image: url(../m_i/ico_btn/arr_sm_wh.png);
	background-repeat: no-repeat;
}

.btn_prew {
	background-position: -4px 0;
}

.btn_next {
	background-position: 0 0;
}

.btn_close {
	width: 30px;
	height: 30px;
	background:  url("../m_i/ico_btn/ico_close.png") no-repeat;
	background-size: contain;
}