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 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
button{
	cursor: pointer;
}
ul {
	list-style: none;
}
button{
	cursor: pointer;
}
ul {
	list-style: none;
}
.clear{
	clear: both;
}
header.constructor_header{
	background: linear-gradient(270deg, #E1F1EC 0%, #F7FBF9 100%);
	height: 64px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 64px;
	padding-right: 56px;
	box-sizing: border-box;
	max-width: 1920px;
	margin: 0 auto;
}
header.constructor_header:before{
	/*background: linear-gradient(57.38deg, #00E0C0 -19.05%, #385A64 186%);*/
	background: #1D9D92;
	width: 12px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
header.constructor_header .left{
	display: flex;
	align-items: center;
}
header.constructor_header .left .languages{
	display: flex;
}
header.constructor_header .left .languages .lang_item{
	display: flex;
}
header.constructor_header .right ul{
	display: flex;
	align-items: center;
	height: 100%;
}
.user_id{
	display: none;
}
.breadcrumps{
	display: flex;
	align-items: center;
	margin-right: 126px;
}
.breadcrumps a{
	text-transform: uppercase;
	font-family: 'OpenSans-SemiBold';
	font-size: 13px;
	line-height: 18px;
	color: #385A64;
	text-decoration: none;
}
.breadcrumps .home_a{
	margin-right: 8px;
	padding-top: 1px;
}
.breadcrumps .img_arrow{
	margin-left: 12px;
	margin-right: 12px;
}
.breadcrumps span{
	font-family: 'OpenSans-SemiBold';
	font-size: 13px;
	line-height: 18px;
	color: #07D0B5;
	text-transform: uppercase;
}
header.constructor_header .languages .lang_item{
	font-family: 'OpenSans-Regular';
	font-size: 13px;
	line-height: 18px;
	color: #385A64;
	padding-right: 5px;
	align-items: center;
	margin-left: 20px;
	border-right: 1px solid #D0E8E0;
}
header.constructor_header .languages .lang_item.last{
	border-right: none;
}
header.constructor_header .languages .lang_item span{
	cursor: pointer;
}
header.constructor_header .languages .lang_item.active span{
	font-family: 'OpenSans-Bold';
}
header.constructor_header .languages .lang_item a{
	font-family: 'OpenSans-Regular';
	font-size: 13px;
	line-height: 18px;
	color: #385A64;
	text-decoration: none;
}
header.constructor_header .languages .lang_item .lang_close{
	margin-left: 6px;
	cursor: pointer;
	opacity: 0;
	transition: all 0.2s;
}
header.constructor_header .languages .add_language{
	margin-left: 20px;
	position: relative;
}
header.constructor_header .languages .add_language a{
	font-family: 'OpenSans-Bold';
	font-size: 13px;
	line-height: 18px;
	color: #385A64;
	text-decoration: none;
}
header.constructor_header .right li{
	margin-left: 40px;
	position: relative;
}
header.constructor_header .right li a{
	display: flex;
	align-items: center;
	font-family: 'OpenSans-Regular';
	font-size: 13px;
	line-height: 18px;
	color: #385A64;
	text-decoration: none;
}
header.constructor_header .right li a:hover{
	font-family: 'OpenSans-Bold';
}
header.constructor_header .right li a img{
	margin-left: 6px;
}
.peremestit{
	max-width: 1232px;
	margin: 0 auto;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F7F7F7;
	color: #8A8A8A;
	font-family: 'OpenSans-Regular';
	font-size: 13px;
	line-height: 18px;
	position: absolute;
    bottom: 0;
    z-index: 10;
	width: calc(100% - 40px);
    left: 0;
    right: 0;
    cursor: pointer;
}
.peremestit img{
	margin-right: 12px;
}
.add_language_popup, .templates_popup, .domains_popup{
	position: absolute;
	width: 240px;
	padding: 20px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #D0E8E0;
	box-shadow: 0px 2px 8px rgba(103, 147, 133, 0.2);
	border-radius: 4px;
	top: 30px;
	display: none;
	z-index: 11;
}
.domains_popup{
	right: 0;
}
.add_language_popup h4, .templates_popup h4, .domains_popup h4{
	font-family: 'OpenSans-SemiBold';
	font-size: 13px;
	line-height: 18px;
	color: #385A64;
	margin-bottom: 20px;
}
.language_checkboxes, .domains_checkboxes{
	display: flex;
	flex-wrap: wrap;
}
.add_language_popup label, .domains_popup label{
	width: 50%;
	font-family: 'OpenSans-Regular';
	font-size: 13px;
	line-height: 18px;
	color: #385A64;
	margin-bottom: 12px;
	cursor: pointer;
}
.add_language_popup label input, .domains_popup label input{
	display: none;
}
.add_language_popup label img, .templates_popup label img, .domains_popup label img{
	position: relative;
	top: 2px;
	margin-right: 6px;
}
.add_language_popup label img.invisible, .templates_popup label img.invisible, .domains_popup label img.invisible{
	display: none;
}
header.constructor_header .templates_popup a.active{
	font-family: 'OpenSans-SemiBold';
}
header.constructor_header .languages .lang_item:hover .lang_close{
	opacity: 1;
}
header.constructor_header .left .languages .lang_item.invisible{
	display: none;
}
.block_settings{
	position: fixed;
	left: -400px;
	top: 0;
	width: 344px;
	height: 100vh;
	background: #fff;
	z-index: 100;
	box-shadow: 0px 2px 8px rgba(103, 147, 133, 0.2);
}
.settings_buttons{
	display: flex;
}
.settings_buttons button{
	width: 50%;
	height: 50px;
	font-family: 'OpenSans-Regular';
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	border: none;
	outline: none;
}
.save_button{
	background: #385A64;
}
.save_close_button{
	background: #08CEB4;
}
.block_settings_container{
	padding: 16px 20px;
	overflow-y: scroll;
    height: calc(100% - 80px);
}
.block_settings2 .block_settings_container{
	height: 100%;
}
.block_settings_container {
  scrollbar-width: thin;
  scrollbar-color: blue orange;
}

/* Работает в Chrome, Edge и Safari */
.block_settings_container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.block_settings_container::-webkit-scrollbar-track {
  background: none;
  border: none;
}

.block_settings_container::-webkit-scrollbar-thumb {
  background-color: #E1F1EC;
  border-radius: 2px;
}
.block_settings_container h3{
	margin-top: 16px;
	font-family: 'OpenSans-Regular';
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #385A64;
}
.block_settings_container h4{
	margin-top: 16px;
	font-family: 'OpenSans-SemiBold';
	font-size: 14px;
	line-height: 19px;
	color: #385A64;
}
.settings_select{
	position: relative;
}
.settings_select select{
	display: none;
}
.settings_select_select{
	font-family: 'OpenSans-Regular';
	font-size: 12px;
	line-height: 16px;
	color: #385A64;
	padding-bottom: 12px;
	border-bottom: 1px solid #D0E8E0;
	margin-top: 12px;
	background-image: url('/assets/images/select-arrow-down.svg');
	background-position: right top 7px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.settings_select_options{
	background: #fff;
	border: 1px solid #D0E8E0;
	position: absolute;
	width: calc(100% - 2px);
    top: 30px;
    z-index: 100;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
    max-height: 200px;
    overflow-y: scroll;
}
.settings_select_options::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.settings_select_options::-webkit-scrollbar-track {
  background: none;
  border: none;
}

.settings_select_options::-webkit-scrollbar-thumb {
  background-color: #E1F1EC;
  border-radius: 2px;
}
.settings_select_option{
	font-family: 'OpenSans-Regular';
	font-size: 12px;
	line-height: 16px;
	padding: 4px 11px;
	color: #385A64;
	cursor: pointer;
}
.settings_select_option:hover{
	background: #1E90FF;
	color: #fff;
}
.children_block_name{
	border: 1px solid #D0E8E0;
	padding: 16px;
	font-family: 'OpenSans-Regular';
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #385A64;
	margin-bottom: 8px;
	border-radius: 4px;
	background-image: url('/assets/images/children-arrow-right.svg');
	background-repeat: no-repeat;
	background-position: right 16px center;
	cursor: pointer;
}
.children_blocks{
	margin-top: 32px;
	margin-bottom: 32px;
}
.colors{
	margin-top: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #D0E8E0;
	display: flex;
	position: relative;
}
.color_item{
	display: flex;
	margin-right: 16px;
	align-items: center;
}
.color_circle{
	background: url('/assets/images/color-circle-bg.svg');
	width: 28px;
	height: 28px;
	position: relative;
	border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}
.circle_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.color_item span{
	font-family: 'OpenSans-Regular';
	font-size: 14px;
	line-height: 19px;
	color: #BCBCBC;
}
.block_settings2{
	width: 344px;
	height: 100vh;
	background: #fff;
	border: 1px solid #D0E8E0;
	box-shadow: 0px 2px 8px rgba(103, 147, 133, 0.2);
	border-radius: 4px;
	position: fixed;
	left: 344px;
	top: 0;
	z-index: 99;
	left: -500px;
}
.color_text_input{
	font-family: 'OpenSans-Regular';
    font-size: 14px;
    line-height: 19px;
    color: #BCBCBC;
    border: none;
    outline: none;
    width: 65px;
}
input[type='color']{
	position: absolute;
	left: 325px;
    top: -45px;
    opacity: 0;
}
.font_color input[type='color']{
	left: 150px;
}
.container{
	max-width: 1232px;
	margin: 0 auto;
}
.container{
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.container.container_popolam{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container_popolam .container{
	margin-left: 0;
	margin-right: 0;
}
.content.constructor_content{
	max-width: 1920px;
	background: #fff;
	margin: 0 auto;
	margin: 0 auto 100px;
    padding-bottom: 50px;
}
.constructor_navigator{
	position: fixed;
	width: 208px;
	bottom: 10px;
	left: 0px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-sizing: border-box;
	z-index: 30;
	overflow: hidden;
}
.knopka_svernut{
	position: absolute;
	right: 11px;
	top: 15px;
	width: 10px;
	height: 2px;
	background: #385A64;
	cursor: pointer;
}
.constructor_navigator h2{
	font-family: 'OpenSans-SemiBold';
    color: #385A64;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px;
    text-align: center;
}
.constructor_navigator .navigator_content{
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 5px 10px;
	font-size: 13px;
    line-height: 18px;
    font-family: 'OpenSans-Regular';
}
.constructor_navigator .navigator_container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.constructor_navigator .main_navigator_block{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 62px;
}
.constructor_navigator .main_navigator_block h3{
	padding-left: 10px;
}
.constructor_navigator .main_navigator_block, .constructor_navigator .navigator_block{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 8px;
}
.constructor_navigator .main_navigator_block, .constructor_navigator .navigator_block.fullwidth_block{
	width: 100%;
}
.constructor_navigator .navigator_block{
	height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: calc(50% - 5px);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	cursor: move;
}
.constructor_navigator .navigator_block:hover{
	background: rgba(0,0,0,0.05);
}
.bottom_offer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	z-index: 29;
}
.bottom_offer_container{
	display: flex;
	max-width: 1232px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	height: 100%;
}
.bottom_offer .left a{
	border: 1px solid #E1F1EC;
    border-radius: 4px;
    box-sizing: border-box;
    width: 72px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px;
}
.bottom_offer .left a.opacity{
	opacity: 0.5;
}
.bottom_offer .left{
	display: flex;
}
.bottom_offer .right{
	display: flex;
	justify-content: flex-end;
}
.bottom_offer .price{
	background: rgb(242, 243, 244);
	transform: skewX(-20deg);
	height: 40px;
	border-radius: 5px;
	margin-right: 25px;
}
.bottom_offer .price p{
	transform: skewX(20deg);
	font-family: 'OpenSans-SemiBold';
    font-size: 14px;
    line-height: 19px;
    color: #385A64;
    margin: 10px 20px;
}
.bottom_offer .right a, .bottom_offer .right .a_buy{
	color: #fff;
    background: #4C7BF1;
    border-radius: 23px;
    font-family: 'OpenSans-Bold';
    height: 40px;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
    box-sizing: border-box;
    padding: 6px 0;
    text-align: center;
    width: 126px;
}
.bottom_offer .right .a_buy{
	border: none;
	outline: none;
}
.payment_popup, .save_template_popup{
	position: fixed;
    width: 544px;
    height: 118px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #F6FBF9;
    padding: 20px 48px;
    box-sizing: border-box;
    display: none;
    z-index: 20;
}
.payment_popup label, .payment_popup input, .save_template_popup label, .save_template_popup input{
	font-family: 'OpenSans-Regular';
	font-size: 14px;
    line-height: 28px;
    padding-left: 25px;
    box-sizing: border-box;
}
.payment_popup label, .save_template_popup label{
	width: 100%;
	display: block;
}
.payment_popup input, .save_template_popup input{
	border-radius: 48px;
    border: none;
    outline: none;
	color: #B6C8C3;
	height: 44px;
	width: calc(100% - 140px);
}
.payment_popup button, .save_template_popup button{
	width: 130px;
	box-sizing: border-box;
	border: none;
	height: 44px;
    border-radius: 23px;
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}
.payment_popup .payment_input_button, .save_template_popup .template_input_button{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.settings_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.font_family_select{
	width: 220px;
}
.font_size_select, .border_width_select, .border_radius_select{
	width: 60px;
}
.font_style_select, .font_weight_select, .line_height_select{
	width: calc(50% - 10px);
}
.settings_item{
	margin-bottom: 40px;
}
.text_decoration_select{
	width: 50%;
}
.popup{
	position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}
.popup_container{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 40px rgba(10, 55, 52, 0.25);
    border-radius: 20px;
    z-index: 10;
    display: flex;
    padding: 32px 48px;
    box-sizing: border-box;
}
.popup_container.popup_thanks{
	width: 400px;
	height: 146px;
}
.popup_container p{
	font-family: 'Open Sans';
	font-size: 24px;
	line-height: 38px;
	text-align: center;
}
.popup_over{
	position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}