@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');

@font-face {
	font-family: 'Fregat';
	src: url('../fonts/Fregat.eot');
	src: local('Fregat'),
	url('../fonts/Fregat.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Fregat.woff') format('woff'),
	url('../fonts/Fregat.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Fregat';
	src: url('../fonts/Fregat-BoldItalic.eot');
	src: local('Fregat Bold Italic'), local('Fregat-BoldItalic'),
	url('../fonts/Fregat-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Fregat-BoldItalic.woff') format('woff'),
	url('../fonts/Fregat-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Fregat';
	src: url('../fonts/Fregat-Bold.eot');
	src: local('Fregat Bold'), local('Fregat-Bold'),
	url('../fonts/Fregat-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Fregat-Bold.woff') format('woff'),
	url('../fonts/Fregat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Fregat';
	src: url('../fonts/Fregat-Italic.eot');
	src: local('Fregat Italic'), local('Fregat-Italic'),
	url('../fonts/Fregat-Italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Fregat-Italic.woff') format('woff'),
	url('../fonts/Fregat-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

body {
	margin: 0;

}

.container {
	padding: 0 15px;
	max-width: 1180px;
	margin: 0 auto;
}

.tabs-block {
	font-family: 'PT Sans', sans-serif;
	margin: 70px 0 30px;
}

.tabs-block__nav {
	border-bottom: 1px solid #f83600;
	margin: 70px 0 30px;
}
@media screen and (max-width: 991px) {
	.tabs-block__nav {
		border-bottom: none;
	}
}

.tabs-block__nav-content {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
	.tabs-block__nav-content {
		display: block;
	}
}

.tabs-block__nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -1px;
	width: 25%;
	cursor: pointer;
	height: 63px;
	border: 1px solid #ff8400;
	background: #ff8400;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	margin-right: -1px;
	padding: 5px;
	box-sizing: border-box;
}
@media screen and (max-width: 991px) {
	.tabs-block__nav-link {
		width: 100%;
	}
}

.tabs-block__nav-link:hover, .tabs-block__nav-link.active {
	background: #fff;
	color: #ff8400;
}

.tabs-block__cont-item {
	display: none;
}

.tabs-block__cont-item.active {
	display: block;
}

.table-black {
	border-collapse: separate;
	border-spacing: 0 0;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	box-sizing: border-box;
}

.table-black tr th {
	vertical-align: middle;
	height: 50px;
	background: #424242;
	padding: 5px 20px;
	font: 16px/20px "Fregat", sans-serif;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1.6px;
	box-sizing: border-box;
}

.table-black tr th:first-child {
	text-align: left;
}

@media screen and (max-width: 991px) {
	.table-black tr th:nth-child(3) {
		display: none;
	}
}

.table-black tr:nth-child(even) {
	background: #f5f5f5;
}

.table-black tr td {
	vertical-align: middle;
	padding: 5px 18px;
	font-size: 18px;
	text-align: center;
	color: #424242;
	line-height: 22px;
	height: 45px;
	border-bottom: 1px solid #e0e0e0;
	text-transform: uppercase;
	box-sizing: border-box;
}

.table-black tr td:first-child {
	text-align: left;
}

.table-black tr td:nth-child(2) {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.table-black tr td:nth-child(2) a{
	color: #ff8400;
	font-weight: 700;
	text-decoration: none;
}

.table-black tr td:nth-child(3) {
	width: 180px;
}
@media screen and (max-width: 991px) {
	.table-black tr td:nth-child(2) {
		border-right: none;
	}
	.table-black tr td:nth-child(3) {
		display: none;
	}
}

.btn-black {
	display: inline-flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	background: none;
	border: 1px solid #ff8400;
	border-radius: 5px;
	min-width: 160px;
	min-height: 32px;
	font: 700 14px/16px "Fregat", sans-serif;
	color: #ff8400;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	padding: 5px;
	cursor: pointer;
	box-sizing: border-box;
}

.btn-fill {
	display: inline-flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	background: #f3f3f3;
	border: 1px solid #ff8400;
	border-radius: 5px;
	min-width: 160px;
	min-height: 32px;
	font: 700 14px/16px "Fregat", sans-serif;
	color: #ff8400;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	padding: 5px;
	cursor: pointer;
	box-sizing: border-box;
}
.btn-section {
	display: block;
	margin: 32px auto 0;
	min-height: 44px;
	
	align-content: center;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	background: #ff8400;
	border: 1px solid #ff8400;
	min-width: 160px;
	font-size: 18px ;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1.4px;
	padding: 5px;
	cursor: pointer;
	box-sizing: border-box;
}
.btn-black:hover {
	color: #fff;
	background: #ff4700;
}

.recall-form {
	font-family: 'PT Sans',sans-serif;
}

.recall-form__content {
	padding: 26px 33px 15px;
}

.recall-form__title {
	font: 700 24px/28px "Fregat", sans-serif;
	color: #ff8400;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 0;
}

.recall-form__text {
	color: #757575;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-top: 6px;
}

.recall-form__form {
	width: 280px;
	margin-top: 30px;
}

.recall-form__form-item {
	margin: 10px 0;
}

.text-input {
	padding: 0 20px;
	margin: 0;
	border: 1px solid #eee;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	font: 16px 'PT Sans',sans-serif;
	color: #424242;
	box-sizing: border-box;
}

.text-input:hover, .text-input:focus {
	border-color: #757575;
}

.text-input::-webkit-input-placeholder {
	color: #b5b5b5;
	opacity: 1;
}

.text-input::-moz-placeholder {
	color: #b5b5b5;
	opacity: 1;
}

.text-input:-moz-placeholder {
	color: #b5b5b5;
	opacity: 1;
}

.text-input:-ms-input-placeholder {
	color: #b5b5b5;
	opacity: 1;
}

.btn-input {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	margin: 0;
	border: none;
	background: #ff8400;
	border-radius: 5px;
	font: 700 16px/20px Fregat,sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	height: 60px;
	cursor: pointer;
}
.roistat_changer {
	text-decoration: none;
	text-transform: none;	
}
.btn-input:hover {
	background: #df3000;
}
.table-black {
	border: none;
	border-bottom: 1px solid #000;
	border-collapse: collapse;
}
.table-black td,
.table-black tr {
	border: 1px solid #000;
}
.table-black tr td {
	border-bottom: none;
}
.table-black tr td:nth-child(2) {
	border-left: none;
	border-right-color: #000;
}
#price .table-black tr td:nth-child(2) {
	white-space: nowrap;
}
.table-black tr th {
	border: none;
	border-right: 1px solid #000;
}

.table-black .btn-black {
	color: #ffffff;
	background: #ff4700;
	border: 1px solid #ff4700;
}
.modal_sub {
	text-align: left;
	font-size: 1.3rem;
}
.modal_sub_last {
	margin-bottom: 2rem;
}
.modal_sub + .modal_sub {
	margin-top: 20px;
}
.tabs-block {
	margin-top: 50px;
}
.tabs-block__nav {
	margin-top: 50px;
}
.mobile-button-wrap {
	display: none;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.mobile-button-wrap .btn-black {
	color: #ffffff;
	background: #ff4700;
	border: 1px solid #ff4700;
	height: 50px;
	max-width: 600px;
	width: 100%;
	font-size: 1rem;
}
@media (min-width: 992px) {
	.table-black .btn-black:hover {
		background: #d33e04;
		border-color: #d33e04;
	}
	.header_details__wrap {
		height: inherit;
		overflow: hidden;
		padding-left: 315px;
	}
}
@media (min-width: 992px) and (max-width: 1180px) {
	.nav_list {
		max-width: 300px;
		justify-content: flex-start;
	}
}
@media (max-width: 991px) {
	.modal_sub {
		text-align: center;
	}
	.mobile-button-wrap {
		display: block;
	}
}
@media (max-width: 812px) {
	.modal_sub {
		font-size: 1rem;
	}
}