/*
Theme Name: Завод поликарбоксилатов ОРЕНБУРЖЬЕ
Theme URI: /
Version: 999
*/
body {
    font-family: "Arimo";
	background:#F6FAFF;
	color:var(--black);
	line-height:initial;
}
body.open_menu {
	overflow:hidden;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}
input:hover,
input:active,
input:focus,
a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus,
textarea:hover,
textarea:active,
textarea:focus {
	outline:none;
}
a,
a:hover {
    text-decoration: none;
}
:root {
	--black:#282828;
	--blue:#1E4477;
	--hover:#11325E;
	--blue_l:#EBF4FF;
}

/* ------ ------ header ------ ------ */

header {
	position:relative;
	z-index:10;
}
.header_in {
	display:flex;
	padding:12px 0 11px;
	align-items:center;
	border-bottom:1px solid var(--blue_l);
}
.header_logo {
	margin:0 40px 0 0;
}
.header_logo img {
	height:30px;
}
.header_info {
	display:flex;
	flex-direction:column;
}
.header_time,
.mini_time {
	display:flex;
	align-items:center;	
	padding:0 0 2px;
	font-size:12px;
	color:#84888D;
}
.header_time:before,
.mini_time:before {
	background:#00D29B;
	border-radius:100px;
	width:6px;
	content:'';
	margin:0 4px 0 0;
	display:block;
	height:6px;
}
.header_phone {
	
}
.header_phone a {
	color:var(--black);
	font-size:16px;
	font-weight:bold;
	transition:color 0.2s ease;
}
.header_phone a:hover {
	color:var(--hover);
}
.header_nav {
	margin-left:auto;
	display:flex;
	align-items:center;
}
.header_nav nav > ul {
    padding: 0;
    margin: 0;
    display: flex;
}
.header_nav nav > ul > li {
    list-style: none;
	margin:0 30px 0 0;
	position:relative;
}
.header_nav nav > ul > li:after {
	left:0;
	width:100%;
	content:'';
	display:none;
	position:absolute;
    height: 27px;
    top: 100%;
}
.header_nav nav > ul > li:hover:after {
	display:block;
}
.header_nav nav > ul > li:last-child {
	margin:0;
}
.header_nav nav > ul > li > a {
    display: block;
    color: var(--black);
	text-transform:uppercase;
    font-size: 12px;
    text-decoration: none;
	transition:color 0.2s ease;
}
.header_nav nav > ul > li a:hover {
    color: var(--blue);
}
.header_nav nav > ul > li ul {
	display:none;
	position:absolute;
    top: calc(100% + 22px);
    background: #F6FAFF;
	width:248px;
	padding:8px;
	border-radius:0 0 10px 10px;
	box-shadow:0 16px 16px 0 rgba(30,68,119,0.16);
}
.header_nav nav > ul > li:hover ul {
	display:block;
}
.header_nav nav > ul > li ul li {
	padding:;
	list-style:none;
}
.header_nav nav > ul > li ul li a {
    font-size: 12px;
	color: var(--black);
	padding:6px 10px;
	display:block;
	border-radius:6px;
	transition:background 0.2s ease;
}
.header_nav nav > ul > li ul li a:hover {
	background:var(--blue_l);
}
.header_nav_btn {
    display: none;
    width: 32px;
    height: 32px;
    position: relative;
}
.header_nav_btn div,
.header_nav_btn:after,
.header_nav_btn:before {
    position: absolute;
    width: 22px;
    height: 2px;
    background: var(--blue);
    transition: all 0.3s ease;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    border-radius: 10px;
}
.header_nav_btn div {
    top: 0;
    bottom: 0;
}
.header_nav_btn:after {
    top: 8px;
}
.header_nav_btn:before {
    bottom: 8px;
}
.header_nav_btn.active {
}
.header_nav_btn.active div {
    transform: rotate(-45deg);
    bottom: initial;
    top: 18px;
}
.header_nav_btn.active:before,
.header_nav_btn.active:after {
    transform: rotate(45deg);
    bottom: initial;
    top: 18px;
}
.header_phone_mobile {
	display:none;
	width:32px;
	height:32px;
	justify-content:center;
	align-items:center;
	margin: 0 4px 0 0;
}

/* ------ ------ header_mobile ------ ------ */

.header_mobile {
	background:#F6FAFF;
	display:none;
	z-index:10001;
	position:absolute;
	top:56px;
	left:0;
	right:0;
	border-top:1px solid var(--blue_l);
}
.header_mobile .container {
	padding-bottom:30px;
}
.header_mobile.active {
	display:block;
}
.mini_title {
	font-size:14px;
	padding:16px 0 12px;
	color:#84888D;
}
.mini_menu {
	margin:0 0 16px;
}
.mini_menu ul {
	padding:0;
	margin:0;
}
.mini_menu ul li {
	list-style:none;
	margin:0 0 8px;
}
.mini_menu ul li:last-child {
	margin:0;
}
.mini_menu ul li a {
	font-size:16px;
	color:var(--black);
	transition:color 0.2s ease;
}
.mini_menu ul li a:hover {
	color:var(--hover);
}
.mini_time {
	padding:0 0 12px;
}
.mini_phone,
.mini_email {
	padding:0 0 12px;
}
.mini_phone a,
.mini_email a {
	font-size:16px;
	font-weight:bold;
	color:var(--black);
	transition:color 0.2s ease;
}
.mini_phone a:hover,
.mini_email a:hover {
	color:var(--hover);
}
.mini_adress {
	font-size:16px;
	padding:0 0 16px;
}
.mini_form {
	
}
.mini_form a {
	width:100%;
}
.mini_form a:hover {
}

/* ------ ------ top ------ ------ */

.front .top .container {
	display:flex;
	align-items:center;
}
.top {
	padding:0 0 30px;
}
.top h1 {
	font-size:64px;
	letter-spacing:-2px;
	line-height:95%;
	margin:0;
	font-weight:bold;
	width:100%;
	display:block;
}
.top_info {
	min-width:390px;
	width:390px;
	margin:0 0 0 16px;
}
.top_info a {
	margin:16px 0 0;
}
.top_info a:hover {

}


/* ------ ------ full_video ------ ------ */

.full_video {
	position:relative;
	width:100%;
	max-height:100vh;
	min-height:600px;
	height:100vh;
	overflow:hidden;
	position:relative;
}
.full_video:after {
	background:rgba(0,0,0,0.2);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	content:'';
	z-index:2;
	display:block;
}
.full_video video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* ------ ------ indent ------ ------ */

.indent {
	margin-top:100px;
}

/* ------ ------ btn ------ ------ */

.btn {
	display:flex;
	justify-content:center;
	align-items:center;
	height:44px;
	width:164px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	background:var(--blue);
	border-radius:6px;
	transition:background 0.2s ease;
}
.btn:hover {
	background:var(--hover);
	color:#fff;
}

/* ------ ------ title ------ ------ */

.title {
	display:flex;
	align-items:end;
	margin:0 0 32px;
}
.title_full {
	width:100%;
}
.title_full p {
	margin:0 0 4px;
	display:flex;
	align-items:center;
	color:var(--blue);
	font-size:12px;
}
.title_full p:before {
	content:'';
	display:block;
	height:2px;
	background:var(--blue);
	width:40px;
	margin:0 8px 0 0;
}
.title_full h2 { 
	font-size:32px;
	font-weight:bold;
	margin:0;
}
.title_small {
	width:390px;
	min-width:390px;
	margin:0 0 0 20px;
	font-size:14px;
}


/* ------ ------ technologies ------ ------ */

.technologies_row {
	display:flex;
	flex-wrap:wrap;
	margin:0 -8px -16px;
	width:calc(100% + 16px);
}
.technologies_item {
	padding:0 8px 16px;
	width:33.33%;
}
.technologies_in {

}
.technologies_in a {
	width:100%;
	display:flex;
	align-items:end;
	padding:16px;
	height:240px;
	border-radius:10px;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
}
.technologies_in a:hover {
	color:#fff;
}
.technologies_in a:after,
.technologies_in a:before {
	position:absolute;
	content:'';
	display:block;
	border-radius:10px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transition:opacity 0.2s ease;
	background: linear-gradient(15deg, rgba(30,68,119,1) 0%,rgba(30,68,119,0) 50%,rgba(30,68,119,0) 100%);
}
.technologies_in a:before {
	opacity:0;
	background:rgba(30,68,119,0.5);
}
.technologies_in a:hover:before {
	opacity:1;
}
.technologies_in a h3 {
	font-size:18px;
	font-weight:bold;
	position:relative;
	z-index:2;
	margin:0;
	display:flex;
	align-items:end;
}
.technologies_in a h3 i {
	width:24px;
	height:24px;
	min-width:24px;
	margin:0 0 0 8px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12L20 12M20 12L14 18M20 12L14 6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.technologies_btn {
	display:flex;
	margin:32px 0 0;
	justify-content:center;
}
.technologies_btn a {
	
}

/* ------ ------ solutions ------ ------ */

.solutions_row {
	display:flex;
}
.solutions_nav {
	min-width:252px;
	margin:0 36px 0 0;
}
.solutions_container {
	width:100%;
}
.solutions_entry {
	background:var(--blue_l);
	padding:20px;
	border-radius:6px;
}
.solutions_cat {
	margin:4px 0 0;
}
.solutions_cat:first-child {
	margin:0;
}
.solutions_cat_title {
	display:flex;
	align-items:center;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	background:#fff;
	border-radius:6px;
	padding:16px 10px;
	transition:color 0.2s ease,background 0.2s ease;
}
.solutions_cat.active .solutions_cat_title {
	background:var(--blue);
	color:#fff;
}
.solutions_items {
	display:none;
	background:#fff;
	padding:8px;
	margin:4px 0 0;
	border-radius:6px;
}
.solutions_cat.active .solutions_items {
	display:block;
}
.solutions_item {
	padding:10px 42px 10px 10px;
	border-radius:6px;
	font-size:14px;
	cursor:pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5L15 12L9 19' stroke='%231E4477' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat:no-repeat;
	background-position:right 4px center;
	transition:background 0.2s ease, color 0.2s ease;
	border-bottom:1px solid var(--blue_l);
}
.solutions_item.active {
	border-bottom:1px solid #fff;
	background-color:var(--blue_l);
	color:var(--blue);
}
.solutions_item:hover {
	color:var(--blue);
}
.solutions_entry h3 {
	color:var(--blue);
	margin:0 0 12px;
}
.solutions_entry ul {
	padding:0 0 0 26px;
}
.solutions_entry ul li {
	margin:0 0 6px;
}
.solutions_entry ul li:last-child {
	margin:0;
}
.solutions_entry ul:last-child {
	margin:0;
}
.solutions_entry p:last-child {
	margin:0;
}
.solution_table {
	margin:16px 0 0;
	background:#fff;
	border-radius:6px;
}
.solution_theader {
	background:var(--blue_l);
	border-radius:6px 6px 0 0;
	color:var(--blue);
}
.solution_tbody {
	font-size:14px;
}
.solution_trow {
	padding:12px 4px;
	align-items:center;
	display:flex;
	border-bottom:1px solid var(--blue_l);
}
.solution_trow:last-child {
	border:0;
}
.solution_tcol {
	padding:0 8px;
}
.solution_tcol:nth-child(1) {
	min-width:100px;
	text-align:center;
	font-weight:bold;
}
.solution_tcol:nth-child(2) {
	min-width:190px;
	text-align:center;
}
.solution_tcol:nth-child(3) {
	width:100%;
}
.solution_theader .solution_tcol {
	font-weight:bold;
	text-align:center;
}
.solution_tbody .solution_trow:hover {
	cursor:pointer;
	color:var(--blue);
}

.solutions_mobile {
	display:none;
}

/* ------ ------ video ------ ------ */

.video_wrap {
	position:relative;
	height:674px;
}
.video_img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border-radius:10px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	z-index:5;
	cursor:pointer;
}
.video_img:after {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border-radius:10px;
	content:'';
	display:block;
	background: linear-gradient(15deg, rgba(30, 68, 119, 1) 0%, rgba(30, 68, 119, 0) 100%);
}
.video_img:before {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:80px;
	height:80px;
	border-radius:10px;
	margin:auto;
	content:'';
	z-index:2;
	display:block;
	background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='-0.5' width='79' height='79' rx='39.5' transform='matrix(1 0 0 -1 0 79)' fill='white' fill-opacity='0.1'/%3E%3Crect x='0.5' y='-0.5' width='79' height='79' rx='39.5' transform='matrix(1 0 0 -1 0 79)' stroke='white'/%3E%3Cpath d='M53.7132 42.2441C55.4406 41.2467 55.4406 38.7534 53.7132 37.7561L35.0865 27.002C33.3591 26.0047 31.1999 27.2513 31.1999 29.246L31.1999 50.7542C31.1999 52.7488 33.3591 53.9955 35.0865 52.9982L53.7132 42.2441Z' fill='white'/%3E%3C/svg%3E%0A");
}
.video_code {
	display:none;
	height:100%;
}
.video_code iframe,
.video_code video {
	width:100%;
	height:674px;
	border-radius:10px;
	overflow:hidden;
	display:block;
	margin:0;
}

/* ------ ------ about ------ ------ */

.about_row {
	display:flex;
}
.about_img {
	margin:0 0 0 32px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	min-width:390px;
	width:390px;
	border-radius:10px;
}
.about_txt p:last-child {
	margin:0;
}
.about_txt {
	margin:0 0 16px;
}
.about_numbers {
	display:flex;
	width:calc(100% + 16px);
	margin:0 -8px;
}
.about_number {
	padding:0 8px;
	width:33.33%;
}
.about_number_in {
	background:var(--blue_l);
	border-radius:10px;
	height:130px;
	padding:16px 20px;
}
.about_number_num {
	color:#2975DA;
	font-size:64px;
	line-height:95%;
	margin:0 0 8px;
	padding:0 0 8px;
	position:relative;
}
.about_number_num:before {
    content: '';
	position:absolute;
	bottom:0;
	left:0;
    display: block;
    height: 2px;
    background: var(--blue);
    width: 56px;
}
.about_number_txt {
	font-size:16px;
}

/* ------ ------ advantages ------ ------ */

.advantages_row {
	display:flex;
	width:calc(100% + 16px);
	margin:0 -8px;
}
.advantages_item {
	padding:0 8px;
	width:25%;
}
.advantages_item_in {
	background:#fff;
	overflow:hidden;
	border:1px solid var(--blue_l);
	border-radius:10px;
	position:relative;
	padding:20px 20px 14px;
	height:100%;
	transition:background 0.2s ease,border 0.2s ease;
	border-bottom: 6px solid #fff;
}
.advantages_item_in:hover {
	background:var(--blue_l);
	border-bottom: 6px solid #2975DA;
}
.advantages_num {
	position:absolute;
	left:20px;
	top:20px;
	color:#2975DA;
	font-size:12px;
}
.advantages_item_ico {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100px;
	height:100px;
	margin:0 auto;
}
.advantages_item_tit {
	font-weight:bold;
	margin:0 0 8px;
	font-size:16px;
}
.advantages_item_txt {
	font-size:14px;
}

/* ------ ------ form ------ ------ */

.form_in {
	background:url(img/form.webp) center / cover no-repeat;
	border-radius:10px;
	padding:40px;
	position:relative;
}
.form_content {
	max-width:510px;
}
.form_content .title {
	color:#fff;
	padding:0 0 12px;
	margin:0;
}
.form_content .title h2 {
	margin:0;
}
.form_content .stitle {
	display:flex;
	font-size:14px;
	margin:0 0 25px;
	color:#fff;
}
.form_content .stitle img {
	margin: 0 5px 0 0;
    height: 24px;
}
.form_in .inputs {
	display:flex;
	margin:25px 0 0;
	flex-direction:column;
}
.input_row {
	margin:0 -4px;
	display:flex;
}
.input {
	width:50%;
	padding:0 4px 8px;
}
.input input {
	display:block;
	background:rgba(255,255,255,0.2);
	border:1px solid rgba(255,255,255,0.3);
	color:#fff;
	height:54px;
	width:100%;
	font-size:16px;
	border-radius:8px;
	padding:0 16px;
	transition:border 0.2s ease;
}
.input input::placeholder {
	color: #fff;
}
.input input:focus,
.input input:active {
	border:1px solid #fff;
}
.form .submit {
	width:100%;
	margin:20px 0 0;
	position:relative;
}
.form .submit p,
.inputs p {
	margin:0;
}
.form .submit:hover {
}
.submit input {
	padding:0;
	border:0;
	border-radius:8px;
	cursor:pointer;
	width:100%;
	background:#fff;
	height:44px;
	text-transform:uppercase;
	width:100%;
	color:var(--blue);
	border:0;
	cursor:pointer;
	font-size:12px;
}
.wpcf7-not-valid-tip {

}
.wpcf7-spinner {
	left:0;
	position:absolute !important;
}
.polit {
	margin:24px 0 0;
	font-size:12px;
	cursor:pointer;
	display:flex;
	color:#fff;
}
.polit > p {
	display:none;
}
.polit > div > p {
	display:flex;
	align-items:center;
	margin:0;
}
.polit i {
	min-width:24px;
	widtH:24px;
	height:24px;
	background:transparent;
	border:1px solid #fff;
	margin:0 14px 0 0;
	display:block;
	border-radius:3px;
	position:relative;
	transition:border 0.5s ease,background 0.5s ease;
}
.polit.active i {

}
.polit i:after {
	background:url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 9.4721L7.47222 12.9443L14.4167 5.99988" stroke="%23fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
	background-position:center;
	width:22px;
	height:22px;
	opacity:0;
	display:block;
	content:'';
	transition:opacity 0.5s ease;
}
.polit.active i:after {
	opacity:1;
}
.polit a {
	text-decoration:underline;
	color:#fff;
}
.polit a:hover {
	text-decoration:none;
}
.wpcf7-not-valid-tip {
	color:red;
}
.input input.wpcf7-not-valid {
	border-color:red;
}

.sended {
	display:none;
	padding:40px;
	background:#fff;
	width:420px;
	border-radius:12px;
}
.sended_title {
	text-align:center;
	padding:0 0 16px;
}
.sended_title h2 {
	font-size:24px;
	font-weight:bold;
	margin:0;
}
.sended_txt {
	text-align:center;
	font-size:16px;
}
.sended_btn {
    margin: 24px auto 0;
    display: flex;
	font-size:12px;
	text-transform:uppercase;
	border-radius:6px;
    align-items: center;
	justify-content:center;
    width: 120px;
	cursor:pointer;
	height:44px;
	background:var(--blue);
	color:#fff;
}
.form_hidden {
	display:none;
}
.form_hidden input {
	max-width:100%;
}

/* ------ ------ footer ------ ------ */

footer {
	background:var(--blue_l);

}
.footer_in {
}
.footer_top {
	padding:60px 0 40px;
	display:flex;
	justify-content:space-between;
	position:relative;
}
.footer_logo,
.footer_top .mini_info  {
	width:290px;
}
.footer_top .mini_menu ul li a{
	font-size:14px;
}
.footer_top .mini_menu {
	padding:0 15px;
	margin:0;
}
.footer_top .mini_title {
	padding-top:0;
}
.footer_top .mini_info .mini_title {
	padding:0;
}
.footer_top .mini_adress{
	font-size:14px;
	padding:0;
}

.footer_logo img {
	height:30px;
}
.footer_logo p {
	margin:12px 0 0;
	font-size:12px;
}
.footer_bottom {
	display:flex;
	padding:8px 0 30px;
	justify-content:space-between;
	font-size:12px;
	color:#84888D;
	align-items:center;
	border-top:1px solid #fff;
}
.footer_bottom p {
	margin:0;
}
.footer_bottom a {
	color:#84888D;
	text-decoration:underline;
}
.footer_bottom a:hover {
	color:#84888D;
	text-decoration:none;
}
#to_top {
	bottom: 92px;
	position: absolute;
	right: 0;
	top:60px;
	z-index: 98;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color:#fff;
	cursor: pointer;
}
#to_top svg {

}
.mini_menu_mob {
	display:none;
}

/* ------ ------ page_tehn ------ ------ */

@media (min-width: 1200px) {
    .container_page {
        max-width: 1000px;
    }
}
.page_tehn_back {
	padding:20px 0 0 0;
}
.page_tehn_back a {
	display:flex;
	font-size:14px;
	color:var(--black);
	align-items:center;
}
.page_tehn_back a span {
	padding:0 0 0 6px;
}
.page_tehn_back a:hover {
	color:var(--black);
}
.page_tehn_title {
	padding:0 0 30px;
}
.page_tehn_title h1 {
	font-size:62px;
	line-height:95%;
	font-weight:bold;
	position:relative;
	padding:0 0 15px;
	margin:0 0 12px;
}
.page_tehn_title h1:after {
	content:'';
	position:absolute;
	height:3px;
	width:80px;
	display:block;
	bottom:0;
	left:0;
	background:var(--hover);
}
.page_tehn_title p {
	font-size:24px;
	font-weight:bold;
	margin:0;
}
.page_tehn_img {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:400px;
	margin:0 0 30px;
}
.page_tehn_entry {
	font-size:16px;
}
.page_tehn_entry ul {
	margin:0 0 16px;
	padding:0;
}
.page_tehn_entry ul li {
	list-style:none;
	position:relative;
	margin:0 0 8px;
	text-indent:16px;
}
.page_tehn_entry ul li:last-child {
	margin:0;
}
.page_tehn_entry ul li:before {
	content:'';
	display:block;
	position:absolute;
	padding:0 8px 0 0;
	top:5px;
	width:8px;
	height:8px;
	border-radius:100px;
	background:#2975DA;
}
.page_tehn_entry h2,
.page_tehn_entry h3 {
	font-size:24px;
	font-weight:bold;
	margin:48px 0 16px;
}
.page_tehn_entry ol {
	list-style: none;
	margin:0 0 16px;
	padding:0;
	counter-reset: olcounter;
}
.page_tehn_entry ol li {
	position:relative;
	margin:0 0 8px;
	counter-increment: olcounter;
}
.page_tehn_entry ol li:last-child {
	margin:0;
}
.page_tehn_entry ol li::before {
  content: "0" counter(olcounter) "/";
  color: #2975DA;
  padding:0 8px 0 0;
  font-weight: bold;
}

.page_tehn_advantages {
	margin:48px 0 0;
}
.page_tehn_advantages_row {
	display:flex;
	flex-wrap:wrap;
	width:calc(100% + 16px);
	margin:0 -8px;
}
.page_tehn_advantages_item {
	padding:0 8px 16px;
	width:33.33%;
}
.page_tehn_advantages_item_in {
	background:#fff;
	overflow:hidden;
	border:1px solid var(--blue_l);
	border-radius:10px;
	position:relative;
	padding:16px;
	height:100%;
	transition:background 0.2s ease,border 0.2s ease;
	border-bottom: 6px solid #fff;
}
.page_tehn_advantages_item_in:hover {
	background:var(--blue_l);
	border-bottom: 6px solid #2975DA;
}
.page_tehn_advantages_num {
	position:absolute;
	right:16px;
	top:16px;
	color:#2975DA;
	font-size:12px;
}
.page_tehn_advantages_item_img {
	margin:0 0 16px;
}
.page_tehn_advantages_item_img img {
	width:140px;
	border-radius:6px;
}
.page_tehn_advantages_item_tit {
	font-weight:bold;
	margin:0 0 8px;
	font-size:16px;
}
.page_tehn_advantages_item_txt {
	font-size:14px;
}


/* ------ ------ 1199 ------ ------ */

@media all and (max-width: 1199px) {
	.top h1 {
		font-size: 50px;
	}
	.title {
		flex-direction:column;
	}
	.title_small {
		width:100%;
		min-width:unset;
		margin:12px 0 0;
	}
	.video_wrap,
	.video_code iframe {
		height:510px;
	}
	.about_number_num {
		font-size: 36px;
	}
	.about_number_in {
		
	}
	.page_tehn_back {
		padding: 20px 0;
	}
}

/* ------ ------ 991 ------ ------ */

@media all and (max-width: 991px) {
    .header_nav_btn {
        display: block;
    }
	.header_nav {
		display:none;
	}
	.header_info {
		display:none;
	}
	.header_phone_mobile  {
		display:flex;
	}
	.header_logo {
		margin-right:auto;
	}
	.header_mobile .container {
		overflow:auto;
		max-height:calc(100vh - 56px);
	}
	.top h1 {
        font-size: 40px;
		letter-spacing:-1px;
    }
	.front .top .container {
		flex-direction:column;
	}
	.top_info {
		margin:16px 0 0;
		width:100%;
		min-width:100%;
	}
	.full_video {
		min-height:400px;
	}
	.indent {
		margin-top:80px;
	}
	.title_full h2 {
		font-size:24px;
	}
	.title {
		margin:0 0 24px;
	}
	.solutions_nav {
		display:none;
	}
	.solutions_mobile {
		width:100%;
		display:flex;
		flex-direction:column;
		margin:0 0 24px;
	}
	.solutions_mobile .solutions_items {
		display:block;
	}
	.solutions_row {
		flex-direction:column;
	}
	.solutions_cat {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
	
	.solutions_mobile .solutions_cat_title {
		margin:0 4px 8px;
		background:var(--blue_l);
		font-weight:normal;
		height:32px;
		padding:8px 10px;
	}
	.solutions_mobile .solutions_cat_title.active {
		background:var(--blue);
		color:#fff;
	}
	.solutions_mobile .solutions_item {
		display:none;
		width:100%;
		border:0;
	}
	.solutions_mobile .solutions_item.active  {
		display:block;
	}
	.solutions_mobile .solutions_items {
		padding:0;
	}
	.solutions_mobile .solutions_item  {
		background:#fff;
		font-weight:bold;
		color:var(--black);
		height:50px;
		border:1px solid var(--blue_l);
	}
	.technologies_item {
		width: 50%;
	}
	.solution_theader {
		display:none;
	}
	.solution_trow {
		flex-direction:column;
		align-items: baseline;
		padding:12px 16px;
	}
	.solution_tcol {
		padding: 0;
	}
	.solution_tcol:nth-child(1),
	.solution_tcol:nth-child(2) {
		width:100%;
		text-align:left;
		padding:0 0 4px;
	}
	.solution_tcol:nth-child(2) {
		color:#84888D;
	}
	.solutions_entry .show-more {
		background:transparent;
		border:0;
		color:var(--blue);
		padding:0;
		font-size:14px;
		text-decoration:underline;
	}
	.solutions_entry {
		font-size:14px;
		padding:16px;
	}
	.solutions_entry ul {
		padding: 0 0 0 15px;
	}
	.video_wrap, .video_code iframe {
        height: 380px;
    }
	.about_row {
		flex-direction:column;
	}
	.about_img {
		margin:24px 0 0;
		min-width:unset;
		width:100%;
		height:180px;
	}
	.about_number_in {
		height:100%;
	}
	.about_txt {
		font-size:14px;
	}
	.advantages_row {
		flex-wrap:wrap;
	}
	.advantages_item {
		width: 50%;
		padding:0 8px 16px;
	}
	.form_in {
		position:relative;
	}
	.form_in:after {
		position:absolute;
		left:0;
		right:0;
		top:0;
		bottom:0;
		border-radius:16px;
		content:'';
		background:var(--orange);
		opacity:0.8;
	}
	.form_content {
		position:relative;
		z-index:2;
		max-width:100%;
	}
	.form_in {
		position:relative;
	}
	.form_in:after {
		opacity:0.4;
		content:'';
		display:block;
		position:absolute;
		left:0;
		right:0;
		top:0;
		bottom:0;
		background:var(--blue);
	}
	.footer_top {
		flex-wrap:wrap;
		margin:0 -15px;
		width:calc(100% + 30px);
	}
	.footer_top .mini_menu {
		width:50%;
		padding:30px 15px 0 ;
	}
	.footer_top .footer_logo {
		order:-2;
		width:50%;
		padding:0 15px;
	}
	.footer_top .mini_info {
		order:-1;
		width:50%;
		padding:0 15px;
	}
	.page_tehn_title h1 {
		font-size: 44px;
	}
	.page_tehn_img {
		height: 340px;
	}
	.page_tehn_advantages_item {
		width:50%;
	}
}
@media screen and (max-width:767px) {
    .video_wrap, .video_code iframe {
        height: 270px;
    }
	.advantages_item {
		width: 100%;
		padding:0 8px 8px;
	}
	.advantages_item_in {
		display:flex;
		padding:0;
	}
	.advantages_num {
		display:none;
	}
	.advantages_item_ico {
		width:80px;
		min-width:80px;
		height:80px;
	}
	.advantages_item_ico img {
		max-width:45px;
	}
	.advantages_item_content {
		padding:16px 16px 16px 0;
	}
	.form_in {
		padding:20px 15px;
	}
	.form_content {
		max-width:100%;
	}
	.footer_bottom  {
		flex-direction:column;
		align-items: baseline;
	}
	.footer_bottom p {
		margin:0 0 12px;
	}
    .page_tehn_title h1 {
        font-size: 32px;
    }
	.page_tehn_title p {
		font-size: 18px;
	}
	.page_tehn_img {
        height: 200px;
    }
	.page_tehn_entry {
		font-size:14px;
	}
	.page_tehn_entry h2,
	.page_tehn_entry h3 {
		margin:24px 0 16px;
		font-size:18px;
	}
	.page_tehn_advantages_item {
		width:100%;
	}
	.page_tehn_advantages {
		margin: 24px 0 0;
	}
}
@media screen and (max-width:576px) {
	.top_info a {
		width:100%;
	}
	.full_video {
		min-height:200px;
	}
	.technologies_item {
		width: 100%;
	}
    .video_wrap, .video_code iframe {
        height: 180px;
    }
	.video_img:before {
		width: 48px;
		height: 48px;
		background-size:contain;
	}
	.about_number {
		width:auto;
		flex:1;
	}
	.about_number_in {
		padding:12px 16px;
	}
	.input {
		width: 100%;
	}
	.input_row {
		flex-direction:column;
	}
	.form_in {
		background:url(img/form_m.webp) center / cover no-repeat;
	}
	.form_in:after {
		display:none;
	}
	.form .submit {
		margin: 14px 0 0;
	}
	.submit input {
		width:100%;
	}
	.title h2 {
        font-size: 22px;
    }
	.form_content .stitle img {
		margin: 0 4px 0 0;
	}
	.sended_btn {
		width:100%;
	}
	.sended {
		padding: 30px 14px;
	}
	.sended_txt {
		font-size: 16px;
	}
	.form_content .stitle {
		font-size: 12px;
	}
	.input input {
		height:48px;
	}
	.footer_logo,
	.footer_top .mini_menu,
	.footer_top .mini_info	{
        width: 100%;
	}
	.footer_top .mini_info {
		order:4;
		padding:30px 15px 0;
	}
	#to_top {
		right:15px;
		top:40px;
	}
	.footer_top {
		padding:40px 0 16px;
	}
	.mini_menu_mob {
		display:block;
	}
	.footer_top .footer_logo {
		width:100%;
	}
}
@media screen and (max-width:400px) {
    .about_number_num {
        font-size: 24px;
    }
	.about_number_txt {
		font-size: 14px;
	}
	.about_number_num:before {
		width:100%;
	}
}
@media screen and (max-width: 600px) {
    #wpadminbar {
		top: -46px !important;
    }
}