:root {
  	--primary: #EE7421;
	--blue: #04467C;
	--grey: #4D4D4D;
	--grey_light: #F5F5F5;
	--black: #000;
	--white: #fff;
	--title: "Unbounded", serif;
	--mon: "Montserrat", Sans-serif;
	--gilroy: 'Gilroy';
}
body, html, body * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: var(--gilroy); 
	font-weight: normal;
}
a {
	text-decoration: none;
	color: var(--primary);
}
.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px 15px;
	width: 100%;
}
@media (max-width: 1480px){
	.container {max-width: 1200px;}
}
.header .container {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}
ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-menu {
	display: flex;
    gap: 21px;
    align-items: center;
    justify-content: flex-start;
}
.top-menu a {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    line-height: 1;
    text-transform: lowercase;
}
.top-menu a:hover {color: var(--primary);}
.header_phone {
	font-weight: 600;
    font-size: 19px;
    line-height: 1;
	color: var(--black);
}
.header_phone span {
    display: block;
    color: var(--grey);
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-top: 5px;
}
.header_contacts {
	display: flex;
    align-items: center;
    gap: 30px;
}
.btn {
    cursor: pointer;
    height: 43px;
    width: auto;
    padding: 0px 24px 1px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: lowercase;
    font-size: 18px;
    line-height: 1;
}
.btn_primary {
	color: var(--white);
	background: var(--primary);
}
.btn_white {
	color: var(--black);
	background: var(--white);
}
.soc_icons {
	display: flex;
    gap: 10px;
	align-items: center;
}
.btn_icon_ask {
    background: linear-gradient(309deg, #EE7421 0%, #FF8E42 100%), linear-gradient(306deg, rgba(255, 255, 255, 0) 54.33%, #FFFFFF 111.73%);
    height: 34px;
    font-weight: 500;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 1;
    padding: 0px 12px 2px 12px;
    gap: 11px;
}
.btn_icon_ask:before {
    content: '';
    display: block;
    width: 23px;
    height: 20px;
    background-image: url(/bitrix/templates/stimpmag/images/ask.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.soc_icons img {
	width: 30px;
	height: 30px;
}
.main_big_banner {
    background-image: url(/bitrix/templates/stimpmag/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0px 0px 20px 20px;
}
.banner_container {
	min-height: 600px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.banner_container:before {
   	content: '';
    background-image: url(/bitrix/templates/stimpmag/images/man3.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    display: block;
    width: 65%;
    height: 149%;
    bottom: -26%;
    right: -10%;
    background-size: auto 100%;
}
.banner_left {
    width: calc(52% - 40px);
}
.banner_right {
	width: 48%;
}
.banner_left h1, .banner_left p {color: var(--white);}
.banner_left h1 {
    font-size: 50px;
    line-height: 62px;
    font-weight: 600;
    font-family: var(--title);
}
.banner_left h1 span {
	display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 29.76px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.banner_left p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 35px;
    font-family: var(--mon);
}
.title_prices {
	display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
}
.banner_btn {
    margin-top: 43px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 35px;
	width: 432px;
}
.banner_btn a {width: 234px;}
.banner_price {
    color: var(--white);
    font-weight: 600;
    font-family: var(--title);
    font-size: 20px;
    line-height: 1;
    background-image: url(/bitrix/templates/stimpmag/images/sprice.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-left: 44px;
    height: 34px;
    display: flex;
    align-items: center;
    background-position: left center;
}
.banner_btn i {
    font-family: var(--mon);
    font-weight: 400;
    font-size: 13px;
    line-height: 13.07px;
    letter-spacing: 0px;
    color: var(--black);
    display: block;
    width: 100%;
    padding-left: 217px;
}
.section_block {margin-top: 52px;}
.under_title {
	text-transform: lowercase;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 0.25);
}
h2 {
	color: var(--black);
    font-family: var(--title);
    margin-top: 10px;
	font-weight: 500;
	font-size: 40px;
	line-height: 49.6px;
	letter-spacing: 0px;
}
.second_block_flex {
	margin-top: 28px;
	display: flex;
	align-items: center;
	gap: 80px;
}
.sbf_middle {width: 252px;}
.sbf_middle img {
	width: 100%;
	height: auto;
}
.sbf_left, .sbf_right {width: calc(50% - 205px);}
.icon_block {
	background: var(--grey_light);
	padding: 20px 20px;
	border-radius: 20px;
}
.icon_block img {
	width: 74px;
	height: auto;
	margin-bottom: 15px;
}
.icon_text {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    line-height: 22.05px;
    letter-spacing: 0px;
    color: var(--black);
    flex-direction: column;
    gap: 11px;
}
.icon_text p a.link {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.icon_text p a.link span {
	padding-top: 1px;
    display: block;
    font-size: 17px;
}
.orange_lists {
	padding: 23.5px 20px;
	width: 100%;
	display: flex;
	gap: 10px;
	background: #F8802D;
	border-radius: 20px;
	flex-direction: column;
	align-items: flex-start;
}
.orange_list {
	font-weight: 500;
	font-size: 14px;
	line-height: 16.98px;
	letter-spacing: 0px;
	color: var(--black);
	padding: 6px 14px;
	background: var(--white);
	border-radius: 100px;
	width: auto;
}
.footer {
	background: #323232;
	padding: 30px 0;
}
.footer .footer_flex {
	display: flex;
	gap: 40px;
	align-items: center;
    justify-content: space-between;
}
.footer .top-menu a {color: var(--white);}
.footer_copyright p, .footer_copyright a {
	color: var(--white);
    font-size: 12px;
    opacity: 0.8;
}
.footer_copyright a {text-decoration: underline;}
.footer_copyright {
	display: flex;
	gap: 40px;
	align-items: center;
    justify-content: space-between;
	margin-top: 15px;
}
.page_banner {
	height: 350px;
	position: relative;
    margin-bottom: 50px;
}
.page_banner:before {
    content: '';
    background-image: url(/bitrix/templates/stimpmag/images/bpage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.banner_inner {
	width: 100%;
    height: 100%;
    background: rgba(251, 126, 41, 0.67);
    position: relative;
    z-index: 2;
}
.banner_inner .container {
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bx-breadcrumb * {color: var(--white) !important; }
.bx-breadcrumb-item > span {    opacity: 0.8 !important;}
.bx-breadcrumb a, .bx-breadcrumb span {
    font-family: var(--gilroy) !important;
    font-weight: normal;
    font-size: 14px !important;
}
.banner_inner h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--title);
    color: var(--white);
	text-align: center;
}
.bx-breadcrumb {margin: 0 !important;}
.new_list_el {
    display: flex;
    gap: 45px;
	flex-wrap: wrap;
}
.new_page {padding-bottom: 60px;}
.new_item_one {
	width: calc(33.3333% - 30px);
}
.new_item_title {
    color: var(--black);
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    line-height: 1.3;
}
.new_item_desc {
	font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
}
.new_item_more {
	font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 15px;
}
.new_item_more span {margin-top: 1px;}
.news-detail-content, .news-detail-content p, .news-detail-content li {
	font-size: 17px;
    line-height: 1.4;
    font-weight: 300;
}
.news-detail-content {padding-bottom: 60px;}
.news-detail-content h2 {
	font-weight: 500;
    font-family: var(--title);
	font-size: 20px;
	margin-bottom: 15px;
}
.news-detail-content h3 {
	font-weight: 500;
    font-family: var(--title);
	font-size: 18px;
	margin-bottom: 15px;
}
.news-detail-content h4, .news-detail-content h5, .news-detail-content h6 {
	font-weight: 500;
    font-family: var(--title);
	font-size: 16px;
	margin-bottom: 15px;
}
.news-detail-content ul, .news-detail-content ol {
	padding-left: 40px;
	display: flex;
    flex-direction: column;
    gap: 10px;
	margin-top: 15px;
}
.news-detail-content ol,  .news-detail-content ol li {list-style-type: decimal;}
.news-detail-content ul,  .news-detail-content ul li {list-style-type: disc;}
.grey_bg {background-color: var(--grey_light);}
.grey_bg .under_title {color: var(--black);}
.bottom_news {padding: 50px 0;}
.bottom_news .new_list_el {margin-top: 40px;}
.title_news_flex {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.under_title a {
	display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}
.under_title a span {
    margin-top: 2px;
    display: block;
}
.nomargin {margin: 0 !important;}
.page_content_detail.grey_bg {padding-top: 34px !important;}
.top-menu a.selected {color: var(--primary);}
.method_block {padding: 50px 0;}
.grey_bg .icon_block {background-color: #fff;}
.icons_method_flex {
	margin-top: 40px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.icons_method_flex .icon_block {width: calc(50% - 20px);}
.buy_block {
	background: #04467C;
    padding: 40px 0;
}
.buy_block h3, .buy_block p {color: var(--white);}
.buy_block .container {
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: space-around;
}
.buy_right {
    max-width: 374px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.buy_left h3 {
	font-family: var(--title);
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0px;
}
ul.galochka {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 40px;
}
ul.galochka li {
    display: flex;
    font-size: 20px;
    line-height: 1.3;
    width: 100%;
    align-items: center;
    gap: 10px;
    font-weight: 300;
}
ul.galochka li:before {
    content: '';
    width: 30px;
    height: 30px;
	min-width: 30px;
    background: url(/bitrix/templates/stimpmag/images/yes.svg);
    background-size: cover;
	background-position: center;
}
.last_left, .last_right {width: calc(50% - 40px);}
.last_left img {
	max-width: 100%;
    height: auto;
}
.last_right .text_last {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
}
.pop_up {
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.pop_up.active {display: flex;}
.close_div {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	cursor: pointer;
}
.inpop {
	position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    width: 90%;
    max-width: 580px;
}
.pop_form {
	display: flex;
    flex-direction: column;
    gap: 15px;
}
.pop_form input[type="text"], .pop_form textarea {
    padding: 15px;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: 1px solid var(--grey_light);
    background: var(--grey_light);
    color: var(--black);
    font-size: 14px;
    line-height: 1;
    font-family: var(--gilroy);
}
.pop_form textarea {height: 100px;}
.pop_form button {border: none;}
.agreement {
    font-size: 14px;
    color: var(--grey);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.close_x {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 44px;
    right: 25px;
	cursor: pointer;
}
.close_x:before, .close_x:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: var(--black);
	position: absolute;
	top: 0;
    left: 0;
}
.close_x:before {transform: rotate(45deg);}
.close_x:after {transform: rotate(-45deg);}
.pop_form h3 {
	font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--title);
    margin-bottom: 12px;
}
.contact_page {
	padding: 50px 0;
}
.contact_page .container {
	display: flex;
    gap: 80px;
    align-items: flex-start;
}
.contacts_left, .contacts_right {width: calc(50% - 40px);}
.contacts_left {
	display: flex;
    flex-direction: column;
    gap: 30px;
}
.contacts_left > a {
    display: flex;
    gap: 15px;
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    align-items: center;
}
.contacts_left p {
	font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
.contacts_left h3 {
	font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--title);
}
#results {margin-bottom: -56px;}
#results .second_block_flex {align-items: flex-start;}
.icon_block img, ul.galochka li:before {opacity: 0.5;}
.black_btn .banner_price {color: var(--black);}
.complect_imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
    padding-bottom: 50px;
}
.complect_imgs img {
    width: calc(33.333% - 16px);
    border-radius: 20px;
	background: var(--grey_light);
    padding: 20px;
    box-sizing: border-box;
}
.text_last ul.galochka {
	margin-top: 25px;
    gap: 7px 40px;
}
.text_last ul.galochka li {
	font-size: 17px;
    line-height: 1.3;
    font-weight: 300;
}
.text_last ul.galochka li:before {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
.sendwich {display: none;}
@media (max-width: 1199px){
	.sendwich {
        display: flex;
        width: 40px;
        height: 28px;
        flex-direction: column;
        gap: 0;
        justify-content: space-between;
    }
	.sendwich span {
        display: block;
        width: 100%;
        height: 4px;
        background: var(--primary);
    }
	.header_contacts {display: none;}
	.logo_link img {
		height: 34px;
		width: auto;
	}
	.header .container {
		padding-top: 15px;
    	padding-bottom: 15px;
	}
	.logo_link {
		display: flex;
    	align-items: center;
	}
	.header {position: relative;}
	.header .menu_block {
        position: absolute;
        background: #fff;
        top: 65px;
        left: 0;
        width: 100%;
        padding: 15px;
        z-index: 10;
		display: none;
    }
	.header .menu_block.active {display: block;}
	.header .menu_block ul {
        flex-direction: column;
        gap: 15px;
    }
	.header .menu_block ul li a {font-size: 18px;}
	h2 {
		font-size: 32px;
    	line-height: 40.6px;
	}
	.under_title {
		font-size: 18px;
    	line-height: 18px;
	}
	ul.galochka li {
		font-size: 17px;
    	line-height: 1.3;
	}
	ul.galochka {gap: 14px 40px;}
	.banner_left h1 {
		font-size: 40px;
    	line-height: 50px;
	}
	.banner_left h1 span {
		font-size: 21px;
    	line-height: 24.76px;
	}
	.banner_left p {margin-top: 30px}
	.second_block_flex {gap: 40px;}
	.sbf_left, .sbf_right {width: calc(50% - 168px);}
	.banner_inner h1 {
		font-size: 32px;
    	line-height: 1.3;
	}
}
@media (max-width: 959px){
	.banner_container:before {display: none;}
	.banner_left {width: 100%;}
	.banner_container {
		padding: 60px 0;
		min-height: 1px;
	}
	.banner_btn {width: 234px;}
	.banner_btn i {padding-left: 0;}
	.second_block_flex {
        gap: 25px;
        flex-direction: column;
    }
	.sbf_left, .sbf_right {width: 100%;}
	.sbf_middle {width: 100%;}
	.complect_imgs img {width: calc(50% - 12px);}
	.buy_left h3 {
		max-width: 140px;
    	line-height: 1.3;
	}
	#results .sbf_middle {display: none;}
	#results {padding-bottom: 50px;}
	ul.galochka {margin-top: 0;}
	footer .menu_block {display: none;}
	.last_left, .last_right {width: 100%;}
	.page_banner {height: 250px;}
}
@media (max-width: 759px){
    .banner_left h1 {
        font-size: 36px;
        line-height: 46px;
    }
	.banner_left h1 span {
        font-size: 18px;
        line-height: 20.76px;
    }
	.banner_btn {
        width: 100%;
        margin-top: 0;
    }
	.title_prices {
		gap: 20px;
		width: 100%;
		flex-direction: column;
	}
	.title_prices .section_title {width: 100%;}
	.complect_imgs img {width: 100%;}
	.icons_method_flex {gap: 20px;}
	.icons_method_flex .icon_block {width: 100%;}
	.buy_block .container {
		flex-direction: column;
    	gap: 15px;
		align-items: flex-start;
	}
	.buy_left h3 {max-width: 305px;}
	h2 {
        font-size: 26px;
        line-height: 36.6px;
    }
	.new_item_one {width: 100%;}
	.page_banner {height: auto;}
	.banner_inner {padding: 50px 15px;}
	.banner_inner h1 {
        font-size: 27px;
        line-height: 1.3;
    }
	.contacts_left h3, .pop_form h3 {font-size: 24px;}
	.contact_page .container {
		display: flex;
		gap: 30px;
		align-items: flex-start;
		flex-direction: column;
	}
	.contacts_left, .contacts_right {width: 100%;}
	.contacts_left {gap: 15px;}
	h2 {word-wrap: break-word;}
}
@media (max-width: 499px){
	.banner_left h1 {
        font-size: 26px;
        line-height: 32px;
    }
	h2 {
        font-size: 22px;
        line-height: 28.6px;
    }
	.icon_text {
    	font-size: 16px;
    	line-height: 20.05px;
	}
	.under_title {
        font-size: 16px;
        line-height: 16px;
    }
	.buy_left h3 {font-size: 18px;}
	.buy_left h3 {max-width: 251px;}
	ul.galochka li {
        font-size: 15px;
        line-height: 1.3;
    }
	ul.galochka {
        gap: 15px 40px;
    }
	.text_last ul.galochka li {
		font-size: 15px;
		line-height: 1.3;
		font-weight: 300;
	}
	.text_last ul.galochka {
		margin-top: 25px;
		gap: 15px 40px;
	}
	.banner_inner h1 {
        font-size: 22px;
        line-height: 1.3;
        max-width: 100%;
        word-wrap: break-word;
    }
	.news-detail-content, .news-detail-content p, .news-detail-content li {font-size: 16px;}
	.sendwich {
		width: 34px;
        height: 22px;
		margin-top: 1px;
	}
	.logo_link img {
        height: 34px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }
	.logo_link {
		max-width: calc(100% - 80px);
	}
	.contacts_left h3, .pop_form h3 {
        font-size: 18px;
    }
	.footer_logo, .footer_logo img {max-width: 100%;}
	.sendwich span {height: 3px;}
}
.err_mes {
	color: #ff0000;
	font-size: 12px;
	line-height: 1;
	margin-top: -10px;
}
.icon_block.full_width {width: 100% !important;}
@media (min-width: 1200px){
	.icon_block.full_width .icon_text {
		font-size: 21px;
    	line-height: 1.4;
	}
}
.flex_bottom {
	display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.logo_done {
	display: flex;
    align-items: center;
    gap: 10px;
}
.logo_done img {
	width: 30px;
	height: auto;
}