/*
Theme Name: admoni
*/


@font-face {
	font-family: "Rubik";
	src: url("font/Rubik-Regular.woff2") format("woff2"), 
	url("font/Rubik-Regular.woff") format("woff"), 
	url("font/Rubik-Regular.ttf") format("truetype");
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Rubik";
	src: url("font/Rubik-Medium.woff2") format("woff2"), 
	url("font/Rubik-Medium.woff") format("woff"), 
	url("font/Rubik-Medium.ttf") format("truetype");
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Rubik";
	src: url("font/Rubik-Bold.woff2") format("woff2"), 
	url("font/Rubik-Bold.woff") format("woff"), 
	url("font/Rubik-Bold.ttf") format("truetype");
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	font-display: swap;
}

body {
	background-color: #EFEFEF;
	margin: 0;
	min-height: 100vh;
	font-family: "Rubik";
}

.wpcf7-not-valid{
	border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}
.container {
	width: 1200px;
	max-width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.error {
	margin: 0 auto;
	text-align: center;
	padding: 40px;
	font-size: 41px;
	color: red;
}
table {
	border-collapse: collapse;
	width: 100%;
	box-shadow: 0px 4px 20px 0px #0000001A;
}

table, th, td {
	border: none;
	margin: 0 auto;
	text-align: right;
}

.thead-main {
	background-color: #364863;
	color: white;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.16;
	text-align: left;
}

.thead-main tr td:first-child {
	padding-right: 106px;
}

tr {
	min-height: 60px;
}

td {
	padding: 12px 20px;
	/* white-space: nowrap; */
}

table h3 {
	margin: 0;
	padding: 11px 0 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.description{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, начиная с 1999 года */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	width: 41%;
	font-size: 14px;
	line-height: 1.21;
}

.submit {
	margin: 0 auto;
	text-align: center;
	display: block;
	font-size: 30px;
	margin-top: 10px;
	cursor: pointer;
	margin-bottom: 100px;
	text-decoration: none;
}

.accordion-item {
	position: relative;
}

.accordion-item:nth-child(1)::after {
	display: none;
}

.accordion-item::after {
	content: '';
	position: absolute;
	top: -1px;
	left: 21px;
	right: 21px;
	height: 1px;
	border-top: 1px dashed #BBBBBB;
}

.accordion-item:hover {
	background-color: #646A75;
	text-decoration: underline;
	color: white;
}

.accordion-item:hover .plus {
	background-color: white;
}

.accordion-item:hover .plus::after {
	color: #646A75;
}

.accordion-item td:nth-child(1){
	width: 200px;
}

.accordion-item__title {
	display: flex;
	align-items: flex-start;
	gap: 51px;
}

.accordion-item.open {
	background: #D9D9D933;
	text-decoration: underline;
	color: #364863;
}

.plus {
	width: 36px;
	height: 36px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: white;
	background: #364863;
	position: relative;
}

.plus::after {
	content: '+';
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.open .plus {
	background: #BBBBBB;
}

.open .plus::after {
	content: '-';
}

.accordion-item.open:hover {
	background-color: #646A75;
    text-decoration: underline;
    color: white;
}

.accordion-content {
	display: none;
}

.accordion-content.open {
	display: table-row;
	background: #D9D9D933;
}

.number-control,
.number-control-th {
	width: 90px;
	text-align: center;
}

.numberstyle-wrapper {
	display: flex;
	align-items: center;
	background-color:#BBBBBB;
	height: 22px;
}

.numberstyle-wrapper:hover,
.numberstyle-wrapper:hover input {
	background-color: #364863;
}

.numberstyle-wrapper input {
	background-color: #BBBBBB;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.18;
	text-align: center;
	height: 20px;
	width: 44px;
}

.numberstyle-wrapper input::-webkit-inner-spin-button {
	display: none;
}

.numberstyle-wrapper.active {
	background-color:#364863;
}

.numberstyle-wrapper.active input {
	background-color:#364863;
}

.numberstyle-wrapper .qty-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 22px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.18;
	cursor: pointer;
	user-select: none;
}

#user-registration {
	background-color: #364863;
	max-width: 934px;
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	display: flex;
	flex-direction: column;
}

#user-registration p {
	margin: 0;
	color: white;
}

.user-registration-error {
	order: 1;
	border-color: transparent;
	background-color: transparent;
	color: #FF0000;
	padding: 15px 119px;
}

.ur-frontend-form .ur-form-row .ur-form-grid {
	display: flex;
	flex-direction: column;
	padding: 32px 119px;
}

.ur-frontend-form.login {
	padding: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid  .user-registration-form-row label {
	display: none;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"] {
	height: 60px;
	padding: 20px 50px;
	border: none;
	outline: none;
	margin-bottom: 15px;
	color: #646A75;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.18;
	background-repeat: no-repeat;
	background-position: right 16px center;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"] {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.000846669 18.7074C-0.0121356 17.8896 0.124178 17.1041 0.409787 16.3577C1.51977 13.4951 3.9864 11.8139 7.05021 11.8074C9.01053 11.8074 10.9644 11.8074 12.9247 11.8074C16.1573 11.8074 18.8251 13.8131 19.7014 16.9224C19.8572 17.4871 19.9026 18.0843 20 18.7074C13.2947 18.7074 6.66074 18.7074 0.000846669 18.7074Z' fill='%23646A75'/%3E%3Cpath d='M9.99077 0C12.9897 0 15.4238 2.45364 15.4238 5.46553C15.4174 8.45144 12.9702 10.8921 9.98428 10.8921C6.98538 10.8921 4.53174 8.43846 4.53174 5.43956C4.53823 2.44066 6.98538 0 9.99077 0Z' fill='%23646A75'/%3E%3C/svg%3E%0A");
}

.ur-frontend-form .ur-form-row .ur-form-grid .password-input-group input {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7037 0C10.2222 0 7.40742 2.81482 7.40742 6.29629C7.40742 7.03703 7.55557 7.77777 7.77777 8.51852L0 16.2963V20H3.70371V17.7778H5.92594V15.5556H8.14816L11.4815 12.2223C12.1482 12.4445 12.8889 12.5926 13.7037 12.5926C17.1852 12.5926 20 9.7778 20 6.29633C20 2.81486 17.1852 0 13.7037 0ZM15.5556 6.66668C14.2963 6.66668 13.3334 5.70373 13.3334 4.44445C13.3334 3.18517 14.2963 2.22223 15.5556 2.22223C16.8149 2.22223 17.7778 3.18517 17.7778 4.44445C17.7778 5.70373 16.8149 6.66668 15.5556 6.66668Z' fill='%23646A75'/%3E%3C/svg%3E%0A");
}

.password-input-group {
	position: relative;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"]::placeholder {
	font-family: "Rubik";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.18;
	color: #646A75;
}
#user-registration .user-registration-form__label-for-checkbox {
	color: white;
	position: relative;
	margin: 0 0 25px 0;
}

.user-registration-form__label-for-checkbox span {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.18;
	user-select: none;
}

.user-registration-form__label-for-checkbox span::before {
	content: '';
	position: relative;
	top: 50%;
	transform: translateX(-50%);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-radius: 2px;
	background-color: white;
	right: -6px;
	margin-left: 11px;
}

.user-registration-form__label-for-checkbox input:checked + span::before {
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13' height='13' rx='2' fill='white'/%3E%3Cpath d='M5.72234 10.2768C5.39624 10.2768 5.08783 10.1709 4.88956 9.98942L2.21183 7.53641C1.86355 7.21738 1.95421 6.7631 2.41414 6.5214C2.87482 6.2796 3.52926 6.34291 3.87769 6.66174L5.63887 8.2749L10.0683 3.34144C10.3733 3.00203 11.0173 2.89818 11.5076 3.10941C11.9974 3.32086 12.1469 3.76786 11.8418 4.10758L6.60923 9.93526C6.42744 10.1379 6.11363 10.2653 5.77 10.2761C5.75397 10.2765 5.73823 10.2768 5.72234 10.2768Z' fill='%23364863'/%3E%3C/svg%3E%0A");
} 

.user-registration-form__label-for-checkbox .user-registration-form__input {
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
}

#user-registration .user-registration-LostPassword.lost_password {
	margin: 0 0 25px 0;
}

.user-registration-LostPassword.lost_password a,
.whatsapp-link {
	color: white;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.18;
}

.whatsapp-link {
	margin: 0 0 25px 0;
}

.ur-frontend-form input[type="submit"],
.submit {
	display: block;
	margin: 0 auto;
	color: white;
	background-color: black;
	border-color: black;
	min-width: 258px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.19;
	padding: 17px 63px;
	text-align: right;
	float: none;
	background-repeat: no-repeat;
	background-size: 36px 33px;
	background-position: center left 60px;
	background-image: url("data:image/svg+xml,%3Csvg width='36' height='33' viewBox='0 0 36 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5 31C24.5081 31 31 24.5081 31 16.5C31 8.49187 24.5081 2 16.5 2C8.49187 2 2 8.49187 2 16.5C2 24.5081 8.49187 31 16.5 31ZM16.5 33C25.6127 33 33 25.6127 33 16.5C33 7.3873 25.6127 0 16.5 0C7.3873 0 0 7.3873 0 16.5C0 25.6127 7.3873 33 16.5 33Z' fill='white'/%3E%3Cpath d='M27 14H36V19H27V14Z' fill='%23000000'/%3E%3Cpath d='M14.2929 15.7929C13.9024 16.1834 13.9024 16.8166 14.2929 17.2071L20.6569 23.5711C21.0474 23.9616 21.6805 23.9616 22.0711 23.5711C22.4616 23.1806 22.4616 22.5474 22.0711 22.1569L16.4142 16.5L22.0711 10.8432C22.4616 10.4526 22.4616 9.81947 22.0711 9.42894C21.6805 9.03842 21.0474 9.03842 20.6568 9.42894L14.2929 15.7929ZM34.5 15.5L15 15.5L15 17.5L34.5 17.5L34.5 15.5Z' fill='white'/%3E%3C/svg%3E%0A");
}

.logo,
.user-registration-logo {
	margin: 26px auto 46px auto;
	width: 97.49px;
	height: 115.32px;
}

.logo img,
.user-registration-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.ur-form-grid > div {
	order: 1;
}

.toggle-password {
	background-color: transparent;
	position: absolute;
	top: -2px;
	left: 24px;
	width: 25px;
	height: 25px;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='19' viewBox='0 0 25 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6853 0.000119589C18.2043 0.078411 22.7322 5.04052 25 9.31001C25 9.31001 24.202 10.9432 23.4535 11.9886C23.0913 12.4944 22.7102 12.9871 22.3099 13.4636C22.0244 13.8029 21.7295 14.1333 21.4237 14.4543C18.6902 17.325 14.7647 19.4665 10.6194 18.635C6.01434 17.7112 2.25792 13.7653 0 9.52139C0 9.52139 0.801704 7.88667 1.55435 6.84278C1.89152 6.3746 2.2454 5.91895 2.61598 5.47686C2.89991 5.13812 3.19429 4.80773 3.49858 4.48674C5.91361 1.94175 9.01238 -0.0176265 12.6853 0.000119589ZM12.666 2.08789C9.59174 2.07641 7.03526 3.79307 5.01274 5.92417C4.73767 6.21384 4.47253 6.5124 4.21573 6.81825C3.87803 7.22119 3.55547 7.63718 3.24805 8.06361C2.94062 8.48951 2.62537 9.02711 2.37536 9.48381C4.36605 12.8289 7.35417 15.8505 11.0302 16.588C14.4557 17.2754 17.6526 15.387 19.9116 13.0148C20.1877 12.7251 20.4544 12.426 20.7122 12.1196C21.0776 11.6848 21.4252 11.2355 21.7556 10.7735C22.0615 10.3461 22.3762 9.80742 22.6257 9.3502C20.5598 5.89233 17.0252 2.15574 12.666 2.08789Z' fill='%23646A75'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.4998 5.23096C14.8094 5.23096 16.6848 7.1063 16.6848 9.41537C16.6848 11.725 14.8094 13.5998 12.4998 13.5998C10.1908 13.5998 8.31543 11.725 8.31543 9.41537C8.31543 7.1063 10.1908 5.23096 12.4998 5.23096ZM12.4998 7.32342C13.6549 7.32342 14.5923 8.26083 14.5923 9.41537C14.5923 10.5704 13.6549 11.5078 12.4998 11.5078C11.3453 11.5078 10.4079 10.5704 10.4079 9.41537C10.4079 8.26083 11.3453 7.32342 12.4998 7.32342Z' fill='%23646A75'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px 19px;
}

.toggle-password.eye-outline {
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='23' viewBox='0 0 25 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.90796 0L1.2915 1.61593L22.0925 22.4174L23.7089 20.801L2.90796 0Z' fill='%23646A75'/%3E%3Cpath d='M4.70636 5.03105L6.22782 6.55252C4.5623 7.97063 3.23604 9.73584 2.37901 11.2803L2.3764 11.2855C4.76325 15.2763 8.55046 19.0478 13.3304 18.4758C14.6207 18.3213 15.8243 17.8802 16.924 17.2492L18.4642 18.7889C16.3206 20.1648 13.8633 20.8934 11.2009 20.5333C6.40006 19.884 2.47453 15.9464 0 11.322C1.16184 8.98425 2.75116 6.74772 4.70636 5.03105ZM8.16683 2.77626C9.50927 2.17812 10.9618 1.82633 12.513 1.80127C12.5992 1.80075 13.6217 1.84929 14.0851 1.9255C14.3759 1.97352 14.6655 2.03354 14.951 2.10818C19.505 3.29455 22.8788 7.1444 25 11.1106C24.1101 12.9077 22.9446 14.6614 21.5547 16.1641L20.0791 14.6886C21.1058 13.582 21.9618 12.3503 22.621 11.1555C22.621 11.1555 21.9581 10.0897 21.4555 9.42059C21.1324 8.99051 20.7926 8.57296 20.4356 8.17054C20.1538 7.8532 19.0593 6.77539 18.7988 6.55095C17.0513 5.04828 14.9996 3.86921 12.5386 3.88904C11.5856 3.90418 10.669 4.09208 9.79895 4.40838L8.16683 2.77626Z' fill='%23646A75'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.84781 9.17315L10.1 10.4248C10.018 10.6737 9.97312 10.9399 9.97312 11.216C9.97312 12.6107 11.1052 13.7428 12.4998 13.7428C12.7759 13.7428 13.0421 13.6984 13.2911 13.6159L14.5432 14.8681C13.9388 15.2073 13.2415 15.4004 12.4998 15.4004C10.1902 15.4004 8.31543 13.5256 8.31543 11.216C8.31543 10.4743 8.50907 9.77756 8.84781 9.17315ZM12.4226 7.03266C12.4482 7.03214 12.4743 7.03162 12.4998 7.03162C14.8094 7.03162 16.6843 8.90696 16.6843 11.216C16.6843 11.2421 16.6843 11.2677 16.6837 11.2933L12.4226 7.03266Z' fill='%23646A75'/%3E%3C/svg%3E%0A");
	background-size: 25px 23px;
}

#user-registration .user-registration-ResetPassword p{
	margin: 0 0 15px 0;
}

.user-registration-ResetPassword .user-registration-Button,
.user-registration-ResetPassword input[type="submit"] {
	background-image: none;
	text-align: center;
}

.type-tables {
	max-width: 934px;
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	background-color: #364863;
}

.type-tables__wrapper {
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	padding: 60px 0;
}

.type-tables__title {
	margin: 0 50px 55px 50px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	text-align: center;
}

.type-tables__btn {
	display: flex;
	justify-content: space-between;
	max-width: 640px;
	margin: 0 auto;
	gap: 40px;
}

.btn {
	display: block;
	color: #364863;
	background-color: #ffffff;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.19;
	padding: 17px 40px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}


.subtitle {
	padding-right: 104px;
}

.subtitle h5,
.description h5 { 
	font-size: 14px;
	font-weight: 600;
	line-height: 1.21;
	text-align: right;
	margin: 0;
	color: #000000;
}

.subtitle-2 {
	padding-right: 104px;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.21;
	text-align: right;
	vertical-align: top;
}

.total-price {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	text-align: right;
	color: #BBBBBB;
	
}

.total-price.active {
	color: #364863;
	font-weight: 700;
}

.submit {
	margin: 65px auto 40px auto;
	background-color: #364863;
	border: none;
	text-transform: uppercase;
	background-image: url("data:image/svg+xml,%3Csvg width='36' height='33' viewBox='0 0 36 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5 31C24.5081 31 31 24.5081 31 16.5C31 8.49187 24.5081 2 16.5 2C8.49187 2 2 8.49187 2 16.5C2 24.5081 8.49187 31 16.5 31ZM16.5 33C25.6127 33 33 25.6127 33 16.5C33 7.3873 25.6127 0 16.5 0C7.3873 0 0 7.3873 0 16.5C0 25.6127 7.3873 33 16.5 33Z' fill='white'/%3E%3Cpath d='M27 14H36V19H27V14Z' fill='%23364863'/%3E%3Cpath d='M14.2929 15.7929C13.9024 16.1834 13.9024 16.8166 14.2929 17.2071L20.6569 23.5711C21.0474 23.9616 21.6805 23.9616 22.0711 23.5711C22.4616 23.1806 22.4616 22.5474 22.0711 22.1569L16.4142 16.5L22.0711 10.8432C22.4616 10.4526 22.4616 9.81947 22.0711 9.42894C21.6805 9.03842 21.0474 9.03842 20.6568 9.42894L14.2929 15.7929ZM34.5 15.5L15 15.5L15 17.5L34.5 17.5L34.5 15.5Z' fill='white'/%3E%3C/svg%3E%0A");
}

.orders-template-default {
	background-color: #ffffff;
}

.orders-template-default table, 
.orders-template-default th, 
.orders-template-default td {
	border: 1px solid #EFEFEF;
}

.orders-template-default td {
	padding: 20px;
	font-size: 16px;
}

.thead {
	background-color: #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
}

.orders-template-default thead tr td:first-child {
	padding-right: 20px;
	min-width: 31px;
}

.orders-template-default thead tr td:nth-child(2) {
	width: 14%;
} 

.btn-print {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 122px auto 58px auto;
	color: white;
	background-color: #364863;
	border-color: #364863;
	width: 260px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.19;
	padding: 11px 63px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.btns {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.btns .submit {
	margin: 0 auto 20px 0;
	box-sizing: border-box;
}


em {
	font-style: normal;
}

.input-field {
	position: relative;
	cursor: pointer;
	margin-bottom: 30px;
}

.input-field label {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	position: relative;
	padding-right: 40px;
}

.input-field label::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #364863;
	background-repeat: no-repeat;
	background-size: 29px;
	background-position: center;
	background-color: #EFEFEF;
}

.input-field input {
	position: absolute;
	opacity: 0;
	top: 0;
	right: 0;
}

.input-field input:checked + label::before {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10.5L8.66683 13L14 8' stroke='%23364863' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

table.hide-price .price,
table.hide-price .total {
	color: transparent!important;
}

.logo-print {
	display: none;
}

.logo-doc {
	display: block;
}

@media print  {
	.container {
		width: 700px;
	}

	.btn-print,
	.input-field {
		display: none;
	}

	.logo-print {
		display: block;
	}
	
	.logo-doc {
		display: none;
	}

	.logo {
		width: 215px;
		height: 118px;
		margin-bottom: 26px;
	}

	table tr td {
		padding: 10px!important;
	}

	table em { 
		display: none!important;
	}
	thead tr td:first-child {
		padding: 10px!important;
	}
}