* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none !important;
}

body {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;

}

.book_not_found {
    margin: 15px 0 0 30px;
}

select,
select option {
    font-family: 'Oswald', sans-serif;
}

button {
	border: none;
}

section {
	padding: 0 15px;
}

h1 {
	text-align: center;
	margin: 60px auto;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

h1 span,
h2 span {
	color: #008C8C;
}

h2 {
	margin: 0px 0px 30px 40px;
	font-size: 21px;
	color: #414042;
	font-weight: 700;
}

h5 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0px auto 80px;
}

.registration_page h5,
.login_page h5 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0px;
    padding: 30px;
    background: #008C8C;
    color: #fff;
}

.navbar-default {
	height: 50px;
	margin-bottom: 0px;
	background-image: -webkit-linear-gradient(top,#fff 0,#ffff 100%);
    background-image: -o-linear-gradient(top,#fff 0,#ffff 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ffff));
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #a7a9ac;
}

.navbar-default .navbar-form {
    border: none;
    padding: 0px;
}

.navbar-default i {
	color: #414042;
	transition: .3s;
}

.navbar-default i:hover {
	color: #008C8C;
}

.navbar>.container-fluid .navbar-brand,
.navbar-brand {
	width: 40px;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}

.navbar-default .navbar-form i {
	font-size: 20px;
}

.form-control {
	border-radius: 0px;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
}

.form-control:focus {
	border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .btn {
	text-shadow: none;
    background-image: none;
    border: none;
    box-shadow: none;
    padding: 0px;
    font-size: 16px;
}

.navbar-default .btn:active,
.navbar-default .btn:focus,
.navbar-default .btn:hover {
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -o-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav>li>.dropdown-menu {
	border: 1px solid #a7a9ac;
    border-radius: 0px 0px 5px 5px;
    transition: .3s;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: -1px;
    border-top: none;
}

.dropdown-menu>li>a {
    padding: 3px 10px;
    font-size: 16px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent;
    background-image: none;
    color: #008C8C;
}

i.fa-angle-down {
	font-size: 29px;
}

i.fa-sign-in-alt,
i.fa-sign-out-alt {
	font-size: 27px;
}

.nav>li>a {
    padding: 10.5px 10px;
}

.log_reg_li {
    line-height: 3;
}

/*language-select*/

.language-select {
    display: inline-flex;
    flex-direction: column;
    color: #008C8C;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    float: left;
    padding: 0px 10px;
    line-height: 2;
    font-size: 21px;
    font-weight: bold;
    z-index: 100;
}

.language-select li {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 2;
    padding: 0px;
    min-height: 50px;
}

.language-select li a {
    color: #008C8C;
}

.language-select li:hover {
    cursor: pointer;
}

.language-select.open {
    height: auto;
}

.language-select li.active {
    order: 1;
    pointer-events: none;
}

/*language-select*/

.log_reg_link {
    font-size: 21px;
    line-height: 1.2 !important;
    font-weight: 500;
    color: #414042 !important;
    transition: .3s;
}

.log_reg_link:hover {
    color: #008C8C !important;
}

/*recommendation*/

.recommendation_block {
	margin: 52px 0px;
	padding: 0px 30px;
}

.recommendation_block .card {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 15px;
	padding: 30px;
	color: #fff;
	background: rgba(0,140,140,1);
	background: -moz-linear-gradient(top, rgba(0,140,140,1) 0%, rgba(0,94,101,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,140,140,1)), color-stop(100%, rgba(0,94,101,1)));
	background: -webkit-linear-gradient(top, rgba(0,140,140,1) 0%, rgba(0,94,101,1) 100%);
	background: -o-linear-gradient(top, rgba(0,140,140,1) 0%, rgba(0,94,101,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,140,140,1) 0%, rgba(0,94,101,1) 100%);
	background: linear-gradient(to bottom, rgba(0,140,140,1) 0%, rgba(0,94,101,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c8c', endColorstr='#005e65', GradientType=0 );
}

.recommendation_block .card .info_block,
.recommendation_block .card .img_block {
	display: inline-block;
	float: left;
	height: auto;
	overflow: hidden;
}

.recommendation_block .card .img_block {
	width: 35%;
	border-radius: 5px;
	margin-right: 20px;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.3);
}

.recommendation_block .card .info_block {
	width: 57%;
}

.recommendation_block .card .img_block img {
	width: 100%;
	height: auto;
	max-height: 210px;
}

.recommendation_block .card h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
	height: 40px;
	overflow: hidden;

}

.recommendation_block .card h4 {
	font-size: 16px;
	font-weight: 400;
    height: 18px;
    overflow: hidden;
}

.recommendation_block .card .user_block {
	height: 40px;
	margin: 15px 0;
}

.recommendation_block .card .user_block img {
	border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    float: left;
    width: 40px;
    height: 40px;
}

.recommendation_block .card .user_block span {
	position: relative;
    top: -3px;
    float: left;
    color: #414042;
}

.recommendation_block .card .badge_custom {
	width: 152px;
    height: auto;
    border-radius: 7px;
    border: 2px solid #fff;
    margin-bottom: 7px;
    font-size: 13px;
    text-align: center;
    padding: 3px 0;
}

.recommendation_block .card .views {
	position: absolute;
    right: 30px;
    bottom: 40px;
}

.recommendation_block .card .views i {
	font-size: 18px;
    position: relative;
    left: -2px;
}

.carousel-indicators {
    left: 0px;
    right: 0px;
    margin: 0;
    width: 100%;
    bottom: -56px important;
}

.carousel-indicators li {
	border: 2px solid #008C8C;
}

.carousel-indicators .active {
    background-color: #008C8C;
}

/*recommendation*/


/*catalog*/

.catalog .card {
	margin-bottom: 60px;
	height: 200px;
	overflow: hidden;
	display: block;
	position: relative;
	cursor: pointer;
}

.catalog .card h3,
.catalog .card h4 {
	margin: 0px;
	transition: .3s;
}

.catalog .card h3 {
    color: #414042;
    margin-bottom: 10px;
    font-size: 16px;
    height: 52px;
    overflow: hidden;
    text-transform: uppercase;
}

.catalog .card h4 {
	color: #008C8C;
    overflow: hidden;
    height: 18px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
}

.catalog .card:hover h3 {
	color: #008C8C;
}

.catalog .card .img_block {
	width: 40%;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
    float: left;
    margin-right: 15px;
    height: 200px;
}

.catalog .card .img_block img {
	width: auto;
    height: 200px;
    margin: 0 auto;
    display: block;
    border-radius: 7px;
}

.catalog .card .card_description {
	display: inline-block;
    float: left;
    width: 55%;
}

.catalog .card .badge_block {
    color: #414042;
    font-size: 14px;
    width: 100%;
    position: relative;
    bottom: -36px;
}

#record-list .catalog .card .badge_block {
    bottom: 5px;
}

.catalog .card .badge_block div {
	width: 100%;
    max-height: 50px;
    border-radius: 7px;
    border: 2px solid #008C8C;
    margin-bottom: 7px;
    text-align: center;
    padding: 3px 0;
}

/*catalog*/

/*pagination_block*/

.pagination {
    margin: 20px 0 70px;
}

.pagination_block nav {
	text-align: center;
}

.pagination_block nav a {
	color: #fff;
    background: #a7a9ac;
    border-radius: 7px;
    margin: 0px 5px;
    border: none;
    font-size: 21px;
    transition: .3s;
    cursor: pointer;
}

.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
	background: transparent !important;
	color: #414042 !important;
	padding: 4px 2px;
}

.pagination>li:first-child>a i,
.pagination>li:last-child>a i {
	transition: .3s;
}

.pagination>li:first-child>a i:hover,
.pagination>li:last-child>a i:hover {
	color: #008C8C;
}

.pagination>li>a, .pagination>li>span {
	padding: 4px 14px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #008c8c;
}

/*pagination_block*/


/*footer*/

	footer {
		width: 100%;
        display: block;
        overflow: hidden;
        height: auto;
        background-color: #a7a9ac;
        padding: 10px 30px;
        color: #fff;
	}

	.footer_logo {
	    width: 135px;
        height: 40px;
        display: block;
        margin: 35px 0 0;
	}

	footer .social_block {
		margin: 8px auto;
		text-align: center;
	}

	footer .social_block a {
		width: 30px;
		height: 30px;
		padding: 0px 5px;
		cursor: pointer;
		display: inline-block;
	}

	footer .social_block img {
		width: 100%;
	}

	footer p {
		font-size: 18px;
		color: #fff;
		text-align: center;
	}

	footer p span {
		color: #414042;
	}

/*footer*/

/*card_block*/

.card_block {
	padding: 80px 0;
	min-height: 87vh;
}

.card_block a:hover {
	text-decoration: none;
}

.card_block h1 {
    text-align: left;
    margin: 0 0px 60px 0;
    font-size: 30px;
}

.card_block .img_block {
	width: 100%;
	height: auto;
	border-radius: 15px;
	overflow: hidden;
}

.card_block .img_block img {
	width: 100%;
}

.card_block .btn_reserve,
.card_block .to_chat_btn {
	text-align: center;
    color: #fff;
    height: 60px;
    width: 100% !important;
    background: #008c8c !important;
    border-radius: 7px;
    transition: .3s;
    display: block !important;
    margin-top: 20px;
    line-height: 1.9;
    text-decoration: none;
    font-size: 30px;
    cursor: pointer;
}

#record-list .card_block .to_chat_btn,
#record-list .card_block .btn_reserve {
    font-size: 22px;
}

#record-list .card_block .client-info {
    top: -1px;
    width: 67%;
}

#record-list .card_block .client-info .client-name,
#record-list .card_block .client-info .client-city {
    top: 0px;
    display: block;
    white-space: nowrap;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.card_block .btn_reserve:hover,
.card_block .to_chat_btn:hover {
	background: #007375 !important;
}

.card_block .to_chat_btn i {
	position: relative;
	margin-right: 10px;
	top: -2px;
	color: #fff;
}

.card_block .description_line {
	width: 100px;
    display: inline-block;
    font-size: 21px;
    margin-bottom: 10px;
    color: #a7a9ac;
}

.card_block .description_line2 {
    width: auto;
    display: inline-block;
    font-size: 21px;
    margin-bottom: 10px;
    color: #414042;
}

.card_block .description_line span {
	margin-left: 20px;
	color: #414042;
}

.card_block p {
	font-size: 21px;
	margin-top: 40px;
	color: #414042;
	text-align: justify;
}

.card_block .user_info_block {
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.card_block .user_info_block span {
	font-size: 21px;
    color: #008c8c;
    display: inline-block;
    position: relative;
    top: -5px;;
}

#record-list .card_block .avatar_block,
.card_block .user_info_block .avatar_block {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	width: 55px;
	height: 55px;
	margin-right: 20px;
}

.add_edit_book .btn-danger {
    display: block;
    margin: 15px 0px 15px 30px;
}

.add_edit_book .img-thumbnail {
    margin-left: 30px;
}

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

.card_block .rate_block {
	text-align: center;
	font-size: 21px;
	color: #a7a9ac;
}

.card_block .badge_block {
	margin-top: 15px;
}

.card_block .badge_custom {
	width: 100%;
    height: 50px;
    border-radius: 7px;
    border: 2px solid #008C8C;
    margin-bottom: 15px;
    text-align: center;
    padding: 6px 0;
    font-size: 24px;
}

.card_block .rate_block span {
	margin: 0px 15px;
}

/*card_block*/


/*login, reg, forgot pass*/

/*.login_page,
.registration_page,
.forgot_password_page {
	background: #a7a9ac;
	min-height: 100vh;
	padding: 60px 0;
}*/

form {
	width: 100%;
	background: #fff;
	padding: 60px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.modal-content {
    overflow: hidden;
}

.login_page .form-control,
.registration_page .form-control,
.forgot_password_page .form-control {
	border-bottom: 1px solid #008c8c;
}

label {
	font-size: 18px;
    color: #414042;
}

.input_alert {
	color: #d9534f;
}

.submit_btn {
	text-shadow: none;
	height: 60px;
	width: 100%;
	line-height: 2;
	background: #008c8c;
	color: #414042;
	border-radius: 5px;
	font-size: 21px;
	border: none;
	box-shadow: none;
	transition: .3s;
}

.submit_btn:hover {
	background: #007375;
	color: #fff;
}

.login_page .checkbox,
.registration_page .checkbox,
.forgot_password_page .checkbox {
    margin-top: 25px;
    margin-bottom: 25px;
}

.checkbox input {
	top: 2px;
}

.forgot_pass {
	float: right;
    color: #a7a9ac;
    transition: .3s;
}

.forgot_pass:hover {
    color: #008c8c;
}

.or {
	display: block;
	margin: 40px auto;
	text-align: center;
	width: 40px;
	background: #fff;
	color: #a7a9ac;
	position: relative;
	font-size: 21px;
	font-weight: 700;
}

hr.or_line {
	margin: 0px;
    top: 57px;
    position: relative;
    border-top: 1px solid #a7a9ac;
}

.social_btn {
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	text-align: center;
	border-radius: 5px;
	height: 60px;
	width: 100%;
	line-height: 2.9;
	display: block;
	transition: .3s
	-webkit-filter: brightness(100%);
}

.social_btn:hover {
	text-decoration: none;
	color: #fff;
	-webkit-filter: brightness(110%);
}

.social_btn.fb {
	background: #4267b2;
}

.social_btn.vk {
	background: #42a4ff;
}

.social_btn.google {
	background: #d34836;
}

p.reg_link {
	text-align: center;
    background: #a7a9ac;
    padding: 20px 0px;
    margin: 0px;
    color: #fff;
    font-size: 21px;
}

p.reg_link a,
a.add_link {
	color: #4267b2;
}

/*login, reg, forgot pass*/


/*info_pages*/

.faq_page,
.privacy_policy_page,
.terms_conditions_page {
	min-height: 87vh;
	padding-bottom: 60px;
}

.faq_page h1,
.privacy_policy_page h1,
.terms_conditions_page h1 {
	margin: 60px 0;
	text-align: left;
	font-size: 30px;
	color: #008c8c;
	font-weight: 400;
}

.faq_page p,
.privacy_policy_page p,
.terms_conditions_page p {
	font-size: 21px;
	text-align: justify;
}

.terms_conditions_page ol {
	margin-left: 37px;
    font-size: 21px;
}

/*info_pages*/

.cookie {
	padding: 15px 30px;
    background: #777777;
    color: #fff;
    text-align: center;
}

.cookie a {
	color: #fff !important;
	text-decoration: underline;
}

#record-list button {
	width: 18px;
    display: inline-block;
    background: none;
    border: none;
}

#record-list button.save {
    width: 130px;
    height: 30px;
    display: inline-block;
    transition: .3s;
    text-align: center;
    line-height: 1.7;
    font-size: 16px;
    border-radius: 5px;
    margin: 15px 30px 0 0;
}


/*media*/

@media (min-width: 200px) and (max-width: 768px) {

    .recommendation_block .card .badge_custom {
        width: 120px;
        font-size: 12px;
    }

    .recommendation_block .card .views {
        right: 20px;
    }

	section {
		padding: 0;
	}

	.navbar-default {
		height: auto;
	}

	.navbar-default .navbar-form {
		margin-left: 0px;
	}

	.container-fluid>.navbar-collapse {
		margin-right: 0px;
		margin-left: 0px;
		border: none;
	}

	.navbar-default .form-control {
	    display: inline-block;
	    width: 90%;
	}

	.nav>li {
	    width: 100%;
	    float: left;
	}

	.recommendation_block {
	    padding: 0px 15px;
	}

	.recommendation_block .card {
		margin-bottom: 15px;
	}

	.catalog .card {
    	margin-bottom: 30px;
    }

    .navbar>.container-fluid .navbar-brand {
	    left: 10px;
	    right: auto;
	}

	footer .social_block {
	    margin: 0px auto;
	    text-align: center;
	}

	footer p {
		font-size: 16px;
	}

	h1 {
		text-align: left;
	    margin: 30px auto 0px;
	    font-size: 18px;
	    line-height: 1.4;
	    font-weight: 700;
	    text-transform: uppercase;
	    padding: 0px 15px;
	}

	h1 span {
		display: block;
	    float: left;
	    height: 80px;
	    margin-right: 10px;
	    line-height: 3;
	}

	.card_block {
    	padding: 30px 0;
	}

	.card_block .container-fluid {
		padding: 0;
	}

	.card_block h1 {
	    margin: 30px 0px 30px 0;
	    font-size: 21px;
	    padding: 0;
	    text-align: center;
	}

	.card_block p {
		font-size: 16px;
	}

	.card_block .user_info_block {
	    margin-top: 30px;
	}

	form {
		padding: 15px;
	}

	.social_btn {
    	margin-bottom: 15px;
	}

	.sidebar_btn_block {
    	display: none;
	}

	.catalog .card h4 {
        height: 20px;
        margin-bottom: 6px;
    }

    #record-list button {
        width: 20px;
        text-align: center;
    }

    i.fa-search, i.fa-redo-alt {
        font-size: 16px;
        margin-left: 0px;
    }

    .footer_logo {
        margin: 0 auto;
    }
}

@media (min-width: 200px) and (max-width: 1400px) {
	.recommendation_block .card h3,
	.recommendation_block .card h4 {
		font-size: 16px;
	}

	.catalog .card .img_block {
    	width: 39%;
	}

	.recommendation_block .card h3 {
		height: 35px;
	}
}

/*media*/

.grecaptcha-badge {
	visibility: hidden;
}

/* Articles */
.static-article h2 {
    margin: 30px 0 20px 20px;
}

.static-article ul li {
    margin-left: 35px;
    font-size: 21px;
}

.static-article p {
    text-align: left;
}

/* Visa | mastercard */
.mastercard-visa {
    max-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-main {
    text-align: center;
    color: #fff;
    width: 100%;
    background: #008c8c;
    border-radius: 7px;
    display: block;
    margin-top: 20px;
    text-decoration: none;
    font-size: 30px;
    cursor: pointer;
}
