/*
Theme Name: Sega Niko Engine
Author: Serhii Nikolaienko
Author Email: seganiko.corp@gmail.com
Author Phone: +48576111731
Author Telegram: @sega_niko
Author Viber: +48576111731
Author WhatsApp: +48576111731
Author Url: https://seganiko.com
Author Linkedin profile: https://www.linkedin.com/in/sergeynikolaenko/
Version: 1.0
*/

* { box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	transition: 0.5s!important;
	outline: none!important;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}

blockquote, q{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	max-width: 100%;
	height: auto;
    vertical-align: middle!important;
}

ul, ol{
	padding: 10px 10px 10px 20px;
}

a{
	transition: 0.5s;
	text-decoration: none;
	color: #1e8199;
}

a:hover,
a:active,
a:focus,
a:visited{
	text-decoration: none!important;
	color: #1e8199;
}

::-webkit-scrollbar{
    width: 6px;
    background: #fff;
}

::-webkit-scrollbar-thumb{
    width: 6px;
    background: #222;
}

@font-face{
	font-family: Montserrat-Light;
    src: url('../fonts/Montserrat-Light.ttf');
}



html,
body{
	font-family: Montserrat-Light;
	font-size: 15px;
	line-height: 1.3;
	color: #222;
	overflow-x: hidden;
}

strong{
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6{
	padding: 8px 0 6px;
	font-family: Roboto;
	font-weight: 300;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 26px;
}

h3{
	font-size: 22px;
	font-family: Roboto;
}

h4{
	font-size: 19px;
}

p{
	margin: 12px 0;
}



.header{
	padding: 0;
	border-bottom: 1px solid #e2e2e2;
}

.top-header .row{
	display: flex;
	position: relative;
}

.top-header select[name=code_lang]{
	width: 52px;
	margin-right: 18px;
	padding: 2px;
	height: auto;
	border-radius: 4px;
}

.logo{
    display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 42px;
	position: relative;
	top: 0;
	left: 0;
}

.logo img{
	max-height: 42px;
}

.header-contacts{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.header-phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	height: 27px;
}

.header-phone a{
	color: #808080;
	color: #444;
	font-size: 24px;
	line-height: 1;
}

.header-phone a:hover{
	color: #222;
}

.header-phone img{
	width: 20px;
}

.topmenu{
	width: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
    clear: both;
	min-height: 42px;
}

.topmenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
    display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.topmenu ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
}

.topmenu ul li a{
	color: #222;
	font-family: Bahnschrift Light;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	padding: 23px 10px;
	display: inline-block;
}

.topmenu ul li.active a,
.topmenu ul li.current-menu-item a,
.topmenu ul li.current_page_item a,
.topmenu ul li a:hover,
.topmenu ul li ul.sub-menu li.current-menu-item a,
.topmenu ul li ul.sub-menu li.current_page_item a{
	color: #fff;
	background: #721c24;
}

.topmenu ul li.current-menu-item ul.sub-menu li a,
.topmenu ul li.current_page_item ul.sub-menu li a{
	background: transparent;
}

.topmenu ul li ul.sub-menu li a:hover,
.topmenu ul li.current-menu-item ul.sub-menu li a:hover,
.topmenu ul li.current_page_item ul.sub-menu li a:hover{
	color: #721c24;
}

.topmenu ul ul.sub-menu{
	display: none;
	background: #fff;
	color: #fff;
	width: 250px;
	box-shadow: 0px 0px 14px 1px #cfcfcf;
	padding: 0;
	padding-top: 0px;
	margin-top: 13px;
	margin-left: 0;
}

.topmenu ul li:hover > ul.sub-menu{
	display: block;
	position: absolute;
	z-index: 9999;
}

.topmenu ul ul.sub-menu li{
	display: block;
	width: 100%;
	float: none;
	text-align: left;
	background: #fff;
	padding: 0;
	margin: 0 0 1px;
}

.topmenu ul ul.sub-menu li:last-child{
	margin: 0;
}

.topmenu ul ul.sub-menu li a{
	color: #222;
	text-align: left;
	padding: 8px 15px;
	display: block;
	width: 100%;
	font-weight: 300;
	float: none;
	font-size: 15px;
	text-transform: none;
}

.topmenu ul ul.sub-menu li a:hover{
}

.close-menu{
	position: absolute;
	right: 15px;
	top: 20px;
	width: 32px;
	cursor: pointer;
	display: none;
}

.close-menu.active .active-img{
	display: block;
}

.close-menu .active-img,
.close-menu.active .no-active-img{
	display: none;
}



.content{
	min-height: calc(100vh - 141px);
	padding: 0 0 70px;
}

.top-heading{
	padding: 35px 0 0;
	width: 100%;
	max-width: 100%;
}

.top-heading .container{
	width: 100%;
	max-width: 100%;
}

.top-heading h1{
	padding: 0;
}

#breadcrumbs{
	font-size: 13px;
	margin: 0 0 15px;
}

#breadcrumbs,
#breadcrumbs a{
	color: #ccc;
}

.author-avatar{
	display: none;
}

body .rcl-bttn.rcl-bttn__type-primary{
	background: #721c24;
	font-size: 16px;
    padding: 15px 10px;
}

.office-sunshine #lk-conteyner{
	display: none;
}

#lk-menu a{
	padding: 10px;
	background: #222;
}

#rcl-office #lk-menu a.recall-button.active,
#lk-menu a:hover{
	color: #fff;
	background: #a21f1d;
}

#bar-item-rcl-edit-post{
	display: none;
}

.thumb-user,
.userlist.rows-list .user-content-rcl::before,
.userlist.rows-list .userlist_cntr{
	display: none;
}

#block_author-rcl{
	padding: 15px;
	margin: 50px 0 0;
}

.userlist.rows-list .userlist_top{
	margin: 0;
}

.userlist.rows-list .user-single{
	width: 100%;
}

.userlist.rows-list .userlist_top{
	padding: 7px;
}

.panel_lk_recall{
	/* max-width: 100%; */
}

.panel_lk_recall .rcl-widget-buttons .rcl-widget-button{
	display: inline-block;
	margin: 0 5px 5px 0;
}

.attention h3{
	text-align: center;
}

.panel_lk_recall .form_reg,
.panel_lk_recall .form_auth,
.form_rmmbr a{
	width: 100%;
	border: none;
}

.panel_lk_recall .form_reg,
.panel_lk_recall .form-tab-rcl .form_head a.link-register-rcl{
	display: none;
}

.calc-block{
	padding: 30px 15px 15px 15px;
}

.calc-block hr{
	border-color: rgba(0,0,0,.1);
}

.calc-block .row{
	display: flex;
	width: auto;
	justify-content: space-between;
}

.calc-block .col-xl-3{
	margin-top: 7px;
	margin-bottom: 7px;
}

.calc-block span{
	display: block;
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 700;
}

.calc-block select,
.calc-block input{
	padding: 7px;
	width: 100%;
	height: auto;
}

.calc-block input[type="checkbox"],
.calc-block input[type="radio"]{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 7px 0 0;
}

.calc-block label{
	margin: 4px 15px 3px 0;
}

.calc-block label b{
	display: block;
	float: left;
	font-size: 13px;
	margin-top: 1px;
}

.one-col-1-3,
.one-col-1-4,
.one-col-1-5,
.one-col-1-6{
	padding: 0 15px;
	margin-top: 7px;
	margin-bottom: 7px;
	float: left;
}

.one-col-1-3{
	width: 33.33%;
}

.one-col-1-4{
	width: 25%;
}

.one-col-1-5{
	width: 20%;
}

.one-col-1-6{
	width: 16.66%;
}

.hidden{
	display: none!important;
}

.row.list,
.row.box_list,
.row.plat_list,
.row.nest_hyak,
.row.plat_nest_hyak,
.row.dob_list,
.row.nesdob_list,
.row.over_list,
.row.plintus_list{
	/* border-bottom: 1px solid #eaeaea; */
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.row.box_list:nth-child(odd),
.row.plat_list:nth-child(2n),
.row.plat_nest_hyak:nth-child(2n),
.row.nest_hyak:nth-child(odd),
.row.dob_list:nth-child(2n),
.row.nesdob_list:nth-child(odd),
.row.over_list:nth-child(2n),
.row.plintus_list:nth-child(2n),
.row.list:nth-child(2n){
	background: #f7f7f7;
	background: #efefef;
}

.row.list.hidden{
	height: 0px;
	overflow: hidden;
}

.col_box_btn_block{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;  
}

select option[disabled="disabled"]{
	background: #ccc;
}

.add-plus{
	text-align: right;
	padding-top: 15px;
}

.add-plus span{
	padding: 15px;
	color: #222;
	display: inline-block;
	border: 1px solid #222;
	cursor: pointer;
}

.add-plus span:hover{
	color: #fff;
	background: #222;
}

.remove-plus{
	width: 100%;
	text-align: right;
	padding-right:15px;
}

.remove-plus span{
	padding: 15px;
	color: #fc4444;
	display: inline-block;
	border: 1px solid #fc4444;
	cursor: pointer;
}

.remove-plus span:hover{
	color: #fff;
	background: #fc4444;
}

.option-block{
	background: rgba(219, 219, 219, 0.6);
	opacity: 0.2;
	pointer-events: none;
}

.receipt-fixed{
	background: #fff;
	padding: 22px 30px;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
	font-size: 28px;
	font-family: Bahnschrift Light;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 99;
	text-align: center;
}

.receipt-fixed span{
	font-weight: 700;
}

.col_box_btn_block{
	display: flex;
	justify-content: space-between;
}

.col_box_btn_block input{
	margin: 3px 15px;
}

.col_box_btn{
	display: inline-block;
	width: 55px;
	height: 35px;
	border: 1px solid #222;
	font-size: 35px;
	line-height: 32px;
	text-align:center;
	cursor: pointer;
	margin: 3px 0;
	font-weight: 300;
	background: #222;
	color: #fff;
}

.col_box_btn:hover{
	background: #222;
	color: #fff;
}






.block-one-list-news{
	box-shadow: 0px 0px 4px 0px #cfcfcf;
	padding: 15px;
}

.one-list-news{
	margin-top: 25px;
	margin-bottom: 25px;
}

.h-one-list-news a{
	font-size: 22px;
	font-family: Roboto;
}

.img-one-list-news{
	min-height: 200px;
	background-size: cover;
	margin: 15px 0;
}

img.alignright{
	display: block;
	float: right;
	margin: 5px 0 15px 15px;
	width: 100%;
	max-width: 440px;
}

img.alignleft{
	display: block;
	float: left;
	margin: 5px 15px 15px 0;
	width: 100%;
	max-width: 440px;
}

img.aligncenter{
	clear: both;
	display: block;
	margin: 15px auto;
}

img.alignnone{
	clear: both;
	display: block;
	margin: 15px 0;
}

input[type="submit"].gform_button.button{
	font-size: 17px;
	border: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: #721c24;
	font-weight: 400;
	color: #fff;
	padding: 15px;
	margin: 8px 0 0;
	display: block;
	max-width: 100%;
	text-align: center;
}

.button.gform_button_select_files{
	padding: 7px 12px;
}

div.gform_confirmation_message{
	background: #76e885;
	padding: 15px;
	color: #222;
	text-align: center;
	margin-top: 25px;
}

a.word-export{
	color: #fff;
    display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 9995;
	bottom: 0;
	right: 0;
    background: #a21f1d;
    padding: 15px;
	width: 100px;
	font-size: 13px;
	text-align: center;
	line-height: 1.15;
	box-shadow: 0px 0px 10px 1px #777;
}

a.word-export img{
	width: 54px;
	margin-bottom: 9px;
}

a.word-export:hover{
	background: #222;
}

.to-order a.word-export-vyb{
	color: #fff;
    display: inline-block;
    background: #a21f1d;
    padding: 15px;
	width: 170px;
	font-size: 15px;
	padding: 15px;
	text-align: center;
	text-transform: none;
	line-height: 1.15;
	letter-spacing: 0;
	box-shadow: 0px 0px 10px 1px #777;
}

.to-order a.word-export-vyb:hover{
	color: #fff;
    background: #222;
}

a.word-export-vyb img{
	width: 40px;
	margin: 0 0 7px;
}

#tab-button-publics{
	display: none;
}

#input_1_2,
#input_1_1,
#input_1_6,
#field_1_9,
#input_1_9,
.one-list-order.cat-6,
.archive.category tr.order_total,
.archive tr.order_total,
.mini-table,
#field_1_12,
#field_1_13,
#field_1_14,
#field_1_15,
#field_1_16{
	display: none;
}

.a-order{
	font-size: 17px;
    border: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #721c24;
    font-weight: 400;
    color: #fff;
    padding: 15px;
    margin: 8px 0 0;
    display: block;
    max-width: 100%;
    text-align: center;
	margin-top: 17px;
}

.a-order:hover,
.a-order:focus{
    background: #222;
	color: #fff;
}

input#gform_submit_button_1{
	opacity: 0;
	position: relative;
	z-index: -1;
}

.line-menu-admin{
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
}

.content-vyb{
	background: #eaeaea;
	padding: 45px 0;
	margin: 0 0 65px;
}

.container.to-order.export-vyb{
	padding: 45px 15px;
}

.to-order a.word-export-vyb{
	display: none;
}

.to-order a.word-export-vyb.active{
	display: inline-block;
}



.page-template-page-vyb .content-page.content-vyb{
	margin-top: 30px;
}

input[name="daterange"]{
	padding: 12px;
}

span.vb{
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #721c24;
	padding: 15px;
	height: 46px;
	margin: 3px 0;
	cursor: pointer;
}

span.vb:hover{
	background: #222;
}

.modal-thanks{
	width: 100%;
	max-width: 400px;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
	position: fixed;
	top: 100px;
	background: #fff;
	font-size: 18px;
	left: calc(50% - 200px);
	padding: 50px;
	text-align: center;
	z-index: -1;
	opacity: 0;
	display: none;
}

.modal-thanks-bg{
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: 0;
	display: none;
}

.modal-thanks .h-modal{
	font-size: 26px;
    font-family: Roboto;
}

.close-win{
	font-size: 16px;
	background: #721c24;
	cursor: pointer;
	color: #fff;
	text-align: center;
	width: 200px;
	padding: 15px;
	margin: 35px auto 0;
}

.close-win:hover{
	background: #222;
}

.modal-thanks-bg.active,
.modal-thanks.active{
	opacity: 1;
	z-index: 9997;
	display: block;
}

.modal-thanks-bg{
	z-index: 9996;
}


img.gif-load{
	border-radius: 50%;
	padding: 30px;
	background: #fff;
	margin: 15px auto;
	display: block;
}




.dws-progress-bar{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

.dws-progress-bar img{
	border-radius: 50%;
	padding: 20px;
	background: #fff;
}

#preloader{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: #222;
}



.one-col-1-6.molding,
.one-col-1-5.hide_selects.molding{
	display: none;
}

.one-col-1-6.molding.active,
.one-col-1-5.hide_selects.molding.active{
	display: block;
}

.one-col-1-6.active-m{
	width: 14.28%;
}

.one-col-1-5.hide_selects.active-m{
	width: 16%;
}





.top-heading-page{
	margin: 30px 0 0;
}

.content-page .row{
	margin-left: 0;
	margin-right: 0;
}

.key_model{
	display: none;
}

.hidden-opacity{
	opacity: 0;
	z-index: -1;
}

















.text-success-order{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	z-index: 999;
}

.text-success-order div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.text-success-order strong{
	display: block;
	width: 100%;
	text-align: center;
}



















/* .row.box_list,
.row.plat_list,
.row.nest_hyak,
.row.dob_list,
.row.nesdob_list,
.row.over_list,
.add-plus,
.row h3,
.number-order,
hr{
	display: none;
} */

#tab-profile a:link:hover,
body :not(.rcl-wrap__wiget) > .rcl-bttn:not(.rcl-bttn__active):hover{
	color: #fff;
	opacity: 1;
	background: #222;
}

.cab_sidebar{
	display: none;
}

.order-calendar{
	margin: 0 0 15px;
}

.sort-orders{
	margin-bottom: 50px;
}

.order-calendar caption{
	color: #222;
	font-size: 20px;
	font-family: Roboto;
	caption-side: top;
	margin: 15px 0 7px;
}

.order-calendar th{
	font-size: 18px;
	font-family: Roboto;
	text-align: center;
	padding: 7px;
}

.order-calendar td{
	font-size: 18px;
	text-align: center;
	font-family: Roboto;
	padding: 0;
	line-height: 40px;
}

.order-calendar td a{
	color: #fff;
	display: block;
	background: #a21f1d;
	padding: 0;
	line-height: 40px;
}

.order-calendar td a:hover{
	background: #222;
}

.order-calendar nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 0;
}

.order-calendar nav span{
	width: auto;
	display: inline-block;
}

.order-calendar nav a{
	color: #222;
	border: 1px solid #222;
	padding: 10px 15px;
}

.order-calendar nav a:hover{
	color: #fff;
	background: #222;
}

.list-users-author{
	width: 100%;
	height: 227px;
	overflow-y: scroll;
	margin: 0 0 25px;
	border: 1px solid #cecece;
}

.list-users-author ul{
	list-style: none;
	padding: 0;
}

.list-users-author ul li{
	padding: 7px 10px;
	color: #222;
	font-weight: 700;
	font-size: 16px;
}

.list-users-author ul li:hover{
	background: #f0f0f1;
}

.list-users-author ul li a{
	font-weight: 300;
}

.rcl-post-bar{
	text-align: right;
	margin-bottom: -66px;
	display: none;
}

body .rcl-post-bar .rcl-bttn.rcl-bttn__type-primary{
	padding: 15px;
}

.one-list-order{
	margin: 5px 0;
}

.rcl_author_postlist .rcl-table__row > div:nth-child(1){
	width: 75px;
	flex-basis: 75px;
	display: none;
}

.rcl_author_postlist .rcl-table__row > div:nth-child(2){
	flex-basis: 100%;
}

.rcl_author_postlist .rcl-table__row > div:nth-child(3){
	display: none;
}

.menu-admin-open{
	display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    color: #fff;
    text-align: center;
    padding: 7px;
	width: 115px;
	top: 0;
	left: 0;
	position: absolute;
    height: 63px;
	cursor: pointer;
    font-size: 14px;
	font-weight: 500;
}

.menu-admin{
	position: absolute;
	width: 115px;
	z-index: 9996;
	top: 63px;
	left: 0;
	text-align: center;
	display: none;
}

.menu-admin.active{
	display: block;
}

.menu-admin a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #721c24;
	color: #fff;
	text-align: center;
	padding: 7px;
	height: 62px;
	font-size: 13px;
}

.menu-admin a:hover{
	background: #222;
	color: #fff;
}

#post-postlist h3{
	display: none;
}

.to-order{
	padding: 25px 0 60px;
	text-align: center;
}

.to-order a{
	padding: 25px 50px;
	background: #222;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
}

.to-order a:hover{
	background: #721c24;
}

span.wpcf7-form-control-wrap.text-360,
span.wpcf7-form-control-wrap.your-email,
span.wpcf7-form-control-wrap.text-984{
	display: none;
}

.number-order{
	padding-left: 5px;
	padding-right: 5px;
}

.receipt{
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 50px 0 25px;
}

table{
	width: 100%;
}

table tr th{
	font-weight: 700;
}

table tr th,
table tr td{
	border: 1px solid #777;
	padding: 5px;
	font-size: 12px;
	vertical-align: center;
}

span.bold{
	font-weight: 700;
}

div.wpcf7{
	margin: 0;
}

.fancybox-close-small,
.fancybox-close-small:after{
	outline: none!important;
	border: none!important;
}

input,
select,
textarea{
	padding: 7px;
	border: none;
	border: 1px solid #888;
	outline: none;
	background: transparent;
	font-size: 15px;
	width: 100%;
	max-width: 100%;
	font-weight: 300;
	margin: 0;
	border-radius: 0px;
	color: #222;
}

span.wpcf7-form-control-wrap{
	display: block;
}

div.wpcf7 select{
	padding: 15px;
	outline: none;
}

div.wpcf7 textarea{
	height: 120px;
}

div.wpcf7 label{
	text-align: left;
}

div.wpcf7 br{
	display: none;
}

div.wpcf7{
	width: 100%;
	max-width: 600px;
}

div.wpcf7 label{
	font-size: 16px;
	font-weight: 700;
	padding-top: 15px;
	padding-left: 15px;
}

div.wpcf7 input[type=submit]{
	font-size: 17px;
	border: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: #721c24;
	font-weight: 400;
	color: #fff;
	padding: 15px;
	margin: 8px 0 0;
	display: block;
	max-width: 100%;
	text-align: center;
}

div.wpcf7 input[type=submit]:hover{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: #222;
}

div.wpcf7-response-output{
	margin: 0!important;
}

div.wpcf7-validation-errors{
	background: #c52517!important;
}

div.wpcf7-mail-sent-ok{
	background: #368c09!important;
}

span.wpcf7-not-valid-tip,
.ajax-loader,
.wpcf7 br{
	display: none!important;
}

div.wpcf7-response-output{
	padding: 15px!important;
	width: 100%!important;
	float: none;
	clear: both;
	max-width: 100%!important;
	margin: 0 auto!important;
	margin-top: 7px!important;
	font-size: 17px;
	text-align: center;
	color: #fff!important;
	font-weight: 400!important;
	border: none!important;
	background: #c52517!important;
}



.footer{
	padding: 30px 0;
	background: #dad9d0;
	font-size: 14px;
	text-align: center;
}

.btn-modal-win{
	display: none;
}

.modal-win{
	width: 100%;
	max-width: 650px;
	display: none;
}

.h-modal-win{
	font-size: 32px;
    font-family: Roboto;
	text-align: center;
}

select option.loshara{
	color: #ff2e00!important;
	font-weight: 700;
}

select.model,
select.color_doors,
select.model_2,
select.color_doors_2,
select.color_box,
select.box,
select.color_plat,
select.model_plat,
select.color_nest,
select.model_nest,
select.color_dob,
select.model_dob,
select.color_nesdob,
select.model_nesdob,
select.model_over,
select.color_over,
select.color_plintus,
select.model_plintus,
select.opening_doors{
	color: #ff2e00;
	font-weight: 700;
}

select:active,
select:focus,
select:focus-visible,
select:visited,
select.anti-loshara{
	color: #222;
	font-weight: 300;
}

.from-loshara{
	padding: 20px 0;
	margin: 15px 20px;
	font-size: 17px;
	text-align: center;
	
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	
	font-weight: 600;
	letter-spacing: 1px;
}

input[name="order-from"],
input[name="order-to"]{
	padding: 12px;
}

.z-vyb-error h3{
	font-size: 18px;
}

.z-vyb-error span{
	display: none;
}

.z-vyb-error input{
	padding: 12px;
}

.z-vyb-error.active input{
	border: 1px solid #ff2e00;
}

.z-vyb-error.active span{
	display: block;
	color: #ff2e00;
	font-size: 12px;
}

.preloader{
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.preloader__loader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}



.parent-googoose .googoose{
	overflow-x: auto;
    width: 100%;
    max-width: 100%;
}




.footer{
	background: rgba(0,0,0,.075);
	padding: 22px 0 22px 230px;
	font-size: 13px;
	font-weight: 500;
}

.footer .container{
	margin: 0;
}





.modal-overflow{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 16px;
	background-color: rgba(3,11,21,.45);
	opacity: 0;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}

.modal-overflow.active{
	z-index: 9991;
	opacity: 1;
}

.modal-container{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: -1;
}

.modal-container.active{
	opacity: 1;
	z-index: 9992;
}

.modal-win{
	min-width: 400px;
	max-height: 100vh;
	background: #fff;
	padding: 44px 38px;
	border-radius: 10px;
	display: none;
	z-index: -1;
	overflow-y: auto;
	position: relative;
}

.modal-win.active{
	z-index: 9993;
	display: block;
}

.close-small{
	color: #2c3e50;
	line-height: 1;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 9;
	width: 48px;
    height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-modal-win{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 10px;
}

.h-modal-win{
	width: 100%;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 15px;
}

.content-modal-win{
	width: 100%;
}



.hidden{
	display: none;
}












@media screen and (max-width: 1200px){

	.topmenu ul li a{
		font-size: 14px;
		padding: 15px 6px;
	}
	
	.header-phone{
		text-align: right;
	}
	
	.header-phone a:nth-child(4){
		font-size: 13px;
	}
	
}



@media screen and (max-width: 991px){

	.header{
		padding: 6px 0;
	}
	
	.logo img{
		max-height: 25px;
	}
	
	.topmenu-block{
		position: absolute;
		right: -35px;
		top: 49px;
		background: #fff;
		z-index: 9995;
		width: 0%;
		box-shadow: 0px 0px 4px 0px #cfcfcf;
		padding: 0;
		flex: 100%;
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
		border-bottom: 1px solid #e2e2e2;
		overflow: hidden;
		display: none;
	}
	
	.topmenu{
		justify-content: flex-end;
	}
	
	.topmenu-block.active{
		z-index: 9995;
		display: block;
	}
	
	.topmenu ul{
		display: block;
		width: 100%;
	}
	
	.topmenu ul li{
		display: block;
		width: 100%;
	}
	
	.topmenu ul li a{
		display: block;
		padding: 15px 22px;
		margin: 0 0 1px;
		text-align: center;
		width: 100%;
		min-width: 100%;
		font-size: 15px;
		letter-spacing: 0.5px;
		font-weight: 500;
	}
	
	.close-menu{
		display: block;
		top: 12px;
	}
	
	.header-phone a{
		/* font-size: 12px; */
		font-size: 18px;
	}
	
	.header-phone img{
		width: 17px;
	}
	
	.header-phone a:nth-child(5){
		font-size: 11px;
	}
	
	.calc-block .one-col-1-5{
		width: 50%;
	}
	
	body .rcl-bttn.rcl-bttn__type-primary{
		font-size: 14px;
		padding: 10px;
	}
	
	.content{
		min-height: calc(100vh - 133px);
	}
	
	h1{
		font-size: 25px;
	}
	
	h4{
		font-size: 15px;
	}
	
	.remove-plus span,
	.add-plus span{
		font-size: 13px;
		padding: 10px 15px;
		font-weight: 300;
	}
	
	.row.list{
		padding: 0 8px;
	}
	
	.one-col-1-3,
	.one-col-1-4,
	.one-col-1-5,
	.one-col-1-6{
		width: 50%;
		padding: 0 7px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	
	.menu-admin a{
		height: 55px;
	}
	
	.list-post-archive{
		padding: 0 15px;
	}
	
	.one-list-order{
		padding: 7px 0;
		overflow-x: scroll;
	}
	
	.one-list-order::-webkit-scrollbar{
		width: 6px;
		background: #fff;
	}
	
	.one-list-order::-webkit-scrollbar-thumb{
		width: 6px;
		background: #222;
	}
	
	.one-col-1-6.active-m,
	.one-col-1-5.hide_selects.active-m{
		width: 50%;
	}
	
	.from-loshara{
		padding: 15px 0;
		font-size: 15px;
	}
	
	.menu-admin-open{
		height: 54px;
	}
	
	.menu-admin{
		top: 54px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.footer{
		padding: 15px 22px;
		font-size: 13px;
	}
	
	
	
	
}



@media screen and (max-width: 768px){

	.calc-block select,
	.calc-block input{
		font-size: 14px;
	}
	
	.calc-block span{
		font-size: 11px;
		margin: 0 0 3px;
	}
	
	.calc-block label{
		margin: 1px 7px 1px 0;
		width: 100%;
	}
	
	.calc-block input[type="checkbox"],
	.calc-block input[type="radio"]{
		width: 17px;
		height: 17px;
	}
	
	h2{
		font-size: 19px;
	}
	
	h3{
		font-size: 16px;
	}
	
	.header-phone{
		padding-right: 47px;
	}
	
	.receipt-fixed{
		padding: 15px;
		font-size: 20px;
	}
	
	.horizontal-menu #lk-menu{
		width: 100%;
	}
	
	#lk-menu a{
		padding: 15px 7px;
	}
	
	#lk-menu a span{
		font-size: 13px;
	}
	
	#lk-menu a .rcli{
		padding: 0px;
	}
	
	.menu-admin-open{
		height: 54px;
	}
	
	.menu-admin{
		top: 55px;
		width: 162px;
	}
	
	.menu-admin a{
		width: 80px;
		float: left;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	
	.menu-admin .line-menu-admin{
		width: 1px;
		float: left;
		display: none;
		height: 62px;
	}
	
	.rcl_author_postlist .rcl-table__row-header ~ .rcl-table__row .rcl-table__cell::before{
		display: none;
	}
	
	.rcl-table .rcl-table__row-header ~ .rcl-table__row:not(.rcl-table__row-header){
		overflow-x: scroll;
		border-radius: 0;
		padding: 7px;
	}
	
	table tr th,
	table tr td{
		font-size: 11px;
		padding: 4px;
	}
	
	.rcl-table{
		word-break: normal;
		word-wrap: normal;
	}
	
	.content{
		min-height: calc(100vh - 131px);
	}
	
	.footer{
		font-size: 13px;
	}
	
	
	
	.block-submit-btn{
		flex-wrap: wrap;
		gap: 15px;
	}
	
	.w50, 
	.btn.w50{
		width: 100%;
	}
	
	.modal-container{
		align-items: flex-start;
	}
	
	.modal-win{
		min-width: 100%;
		padding: 40px 22px 60px;
		border-radius: 0;
		height: 100vh;
		overflow: auto;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}




