.seopage_sellBlock_wrap .sellBlock_bloks_top {
    border-radius: 4px;
    background: none;
    box-sizing: border-box;
    padding: 53px 39px 6px;
    margin-bottom: 0px;
}
.seopage_sellBlock_wrap .sellBlock_list li .sellBlock__list_text {
    display: block;
    color: #444444;
    font-size: 16px;
    line-height: 25px;
}
.decor-wrap.fullWidth .sellBlock_body .sellBlock_bloks_top {
    padding: 30px 30px 11px;
}
.seopage_sellBlock_wrap .sellBlock_list li {
    display: block;
    padding-bottom: 15px;
    position: relative;
}
.decor-wrap.fullWidth .sellBlock_body .sellBlock_bloks_top ul {
    list-style: none;
    padding: 0;
}

.decor-wrap.fullWidth .sellBlock_body .sellBlock_bloks_top li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 5px 0;
}

.decor-wrap.fullWidth .sellBlock_body .sellBlock_bloks_top li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url(/d/checked_3.png) 50% 50% /cover no-repeat;
}
.seopage_sellBlock_wrap .sellBlock_list li .sellBlock__list_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 42px 42px;
    background-image: none;
}
.seopage_sellBlock_wrap .sellBlock_list li .sellBlock__list_body {
    display: block;
    vertical-align: top;
    padding-left: 10px;
    margin-bottom: 20px;
}
.seopage_sellBlock_wrap .sellBlock_list li .sellBlock__list_title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 0px 0 3px;
}

.seopage_sellBlock_wrap .bloksButt_popap:hover {
    box-shadow: 8px 8px 20px 0px rgba(var(--color-ifoy7ureo), 0.35);
    background-color: rgba(var(--color-iqpeig1bw), 0.9);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.seopage_sellBlock_wrap .bloksButt_popap {
    box-shadow: none;
    border-radius: 4px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    padding: 12px 13px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    width: 280px;
    max-width: 300px;
    min-width: 100px;
    box-sizing: border-box;
    margin-bottom: 5px;
    background: #f5bf06;
    text-transform: uppercase;
}

.seopage_sellBlock_wrap .bloksButt_link {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    border-radius: 4px;
    border: 2px solid rgb(245, 191, 6);
    background-color: #fff;
    padding: 12px 12px;
    width: 47%;
    max-width: 300px;
    min-width: 100px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
        text-transform: uppercase;
}

.seopage_sellBlock_wrap .bloksButt_link:hover {
    box-shadow: 8px 8px 20px 0px rgba(var(--color-ifoy7ureo), 0.35);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: none;
    text-shadow: none;
    color: #000;
    border-color: #f5bf06;
}
.popover-container .title {
    color: #212121;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.1px;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

@media all and (min-width: 681px){
	.page-title--u-ieibdb0z3 {
	    font-size: 40px;
	    line-height: normal;
	}
}
.fastcons_text_block_pack .fastcons_text_block_title {
    color: #333333;
    font-size: 30px;
    line-height: 40px;
    padding: 0 0 13px 0;
    margin: 0;
    font-weight: 700;
}

@media all and (max-width: 640px){
	.fastcons_text_block_pack .fastcons_text_block_title {
		font-size: 25px;
	}
}

.fastcons_text_block_pack .fastcons_text_block_text {
    color: #444444;
    font-size: 16px;
    line-height: 25px;
}
.fastcons_text_block_pack {
    padding: 0 0 15px 0;
}



.decor-wrap.fullWidth .fastcons_text_block_body .fastcons_text_block_text ul {
    list-style: none;
    padding: 0;
}

.decor-wrap.fullWidth .fastcons_text_block_body .fastcons_text_block_text li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 5px 0;
}

.decor-wrap.fullWidth .fastcons_text_block_body .fastcons_text_block_text li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: url(/d/checked_3.png) 50% 50% /cover no-repeat;
}

.seopage_fourthWorkOrder_wrap .fourthWorkOrder_blocksIcon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100px;
    height: 100px;
    border: 2px solid rgb(16, 0, 136);
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: 20px;
}
.seopage_fourthWorkOrder_wrap .fourthWorkOrder_blockTit {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 3px;
}
.seopage_fourthWorkOrder_wrap .fourthWorkOrder_blockText {
    color: #444444;
    font-size: 16px;
    line-height: 25px;
}

.saleseopage_popapFormBlock_wrap .popapFormBlock_button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    box-shadow: none;
    border-radius: 4px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 9px 9px;
    min-width: 220px;
    cursor: pointer;
    background: #f5bf06;
    text-transform: uppercase;
}
.decor-wrap.fullWidth .popapFormBlock_body .popapFormBlock_button {
    width: 24.8%;
}
.decor-wrap.fullWidth .popapFormBlock_body {
    padding: 25px 36px 25px 37px;
}
.popapFormBlock_body {
    background: #20344b;
}
.saleseopage_popapFormBlock_wrap .popapFormBlock_strouk {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.13px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 1%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 1%;
    -ms-flex: 1 0 1%;
    flex: 1 0 1%;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

@media all and (max-width: 480px){
	.saleseopage_popapFormBlock_wrap .popapFormBlock_strouk {
		margin-bottom: 15px;
		padding-right: 0;
	}
}
@media all and (max-width: 960px){
	.link-universal--u-ik7nhrwzl {
		margin: 0 auto;
	}
}
.popover-container button {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
    box-shadow: none;
    border-radius: 4px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    padding: 14px 14px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin: 0;
    background: #f5bf06;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.popover-container button {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
    box-shadow: none;
    border-radius: 4px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    padding: 14px 14px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin: 0;
    background: #f5bf06;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.popover-container button:hover {
    box-shadow: 8px 8px 20px 0px rgba(var(--color-ifoy7ureo), 0.35);
    background-color: rgba(var(--color-iqpeig1bw), 0.9);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.popover-container .g-form-field__title {
    color: #212121;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.1px;
    padding-bottom: 5px;
    text-align: left;
    font-family: Montserrat, sans-serif;
}
.popover-container .popover-wrap {
    background: #010080;
}

.seopage_sellBlock_wrap .bloksTable_title {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0px;
    font-weight: 500;
}

.seopage_sellBlock_wrap .sellBlock_bloksBut {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 10px;
}

.seopage_sellBlock_wrap .bloksDesk_title {
    color: #212121;
    font-size: 24px;
    line-height: 30px;
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 21px;
    font-weight: 500;
}
.seopage_fourthWorkOrder_wrap .fourthWorkOrder_blockStr {
    padding-top: 10px;
}

#_lp_block_52311700 .sellBlock_bloks_top {
    padding: 5px 30px 11px;
}
@media all and (max-width: 960px){
	#_lp_block_52311700 .sellBlock_bloks_top {
		padding: 5px 0px 11px;
	}
}

#_lp_block_52311700  .sellBlock__list_body {
    display: block;
    vertical-align: top;
    padding-left: 10px;
    margin-bottom: 11px;
}
#_lp_block_52311700.sellBlock_bloksTable {
    padding-bottom: 15px;
}

#_lp_block_52315100 .sellBlock_bloks_top {
    padding: 10px 30px 11px;
}
@media all and (max-width: 960px){
	#_lp_block_52315100 .sellBlock_bloks_top {
		padding: 5px 0px 11px;
	}
}
#_lp_block_52315100  .sellBlock__list_body {
    display: block;
    vertical-align: top;
    padding-left: 10px;
    margin-bottom: 15px;
}

.seopage_fourthWorkOrder_wrap .fourthWorkOrder_blocksIconIn {
    width: 55px;
    height: 55px;
}

@media all and (max-width: 640px){
	.seopage_sellBlock_wrap .sellBlock_bloks_top {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	.seopage_sellBlock_wrap .sellBlock_list li .sellBlock__list_body {
		padding-left: 0;
	}
}