/*
Theme Name: Theme
Author: flatpik
Author URI: https://kwork.ru/user/flatpik
main-color: #FF7557;
*/

:root {
    --dark: #1D203F;
    --blue: #019EE3;
}
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:focus,
*:active {
    outline: none;
} 
body {
    font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 14px;
  line-height: 1.5;
  color: var(--dark);
}
a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
button,
input,
textarea {
    outline: none;
    font-family: inherit;
}
button {
    background: transparent;
    border: none;
    cursor: pointer;
}
ul {
    list-style: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.site {
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    max-width: 1920px;
}
.container {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.head {
    background: #fff;
    padding: 16px 0;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 30%);
}
.head_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu {
    display: flex;
    align-items: center;
    gap: 40px;
}
.menu_item {
    font-size: 18px;
    font-weight: 700;
}
.call {
    color: #fff;
    padding: 11px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    transition: all 0.2s;
    border-radius: 2px;
}
.call:hover {
    opacity: 0.8;
}
.top_call {
	margin-left:auto;
}
.lang_bl {
	margin-left: 30px;
	display:flex;
	flex-direction:column;
	gap: 10px;
}
.lang-item img {
	width:20px !important;
	height:15px !important;
}
.h_form {
    background: var(--blue);
    padding: 32px;
    width: 450px;
}
.fancybox-slide--html .fancybox-close-small {
    color: #fff;
    background: var(--dark);
}
.form_title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}
.form_desc {
    font-size: 14px;
    color: #fff;
    margin-bottom: 24px;
    font-weight: 500;
}
.form_field .wpcf7-form-control {
    padding: 16px 24px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    width: 100%;
}
.form_field_send .wpcf7-form-control,
.h_form_result_btn {
    padding: 16px 24px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: var(--dark);
    width: 100%;
    cursor: pointer;
}
.form_field {
    margin-bottom: 8px;
}
.form_field .wpcf7-not-valid-tip {
    color: #000;
    text-decoration: underline;
}
.form_field .wpcf7-form-control::placeholder {
    font-size: 14px;
    color: #858585;
}
.form_accept {
    color: #fff;
    font-size: 12px;
}
.form_img {
    display: flex;
    justify-content: center;
}
.h_form_result {
    display: none;
}
.bann_slide {
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-size: 50% 100%;
    position: relative;
}
.bann_slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(29, 32, 63, 1) 52% 50%, rgba(29, 32, 63, 0.5) 65%);
}
.bann_slide:nth-child(2n):before {
    background: linear-gradient(90deg, rgba(1, 158, 227, 1) 52% 50%, rgba(1, 158, 227, 0.5) 65%);
}
.logo_invert {
	filter: invert(1);
}
.logo_invert,
.slick-slide .logo_invert {
	max-width:290px;
}
.bann_slide_in {
    height: 600px;
    position: relative;
    padding-top: 45px;
}
.bann_slide_top {
    display: flex;
    align-items: flex-start;
}
.regis {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    gap: 10px;
}
.regis_up {
    color: #fff;
    font-weight: 400;
}
.regis_text {
    color: #A4A6B2;
    font-weight: 400;
}
.bann_slide_title {
    margin-top: 10px;
    color: var(--blue);
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
}
.bann_slide:nth-child(2n) .bann_slide_title {
    color: #fff;
}
.bann_slide_text_blocks {
    max-width: 730px;
    display: flex;
    gap: 8px;
    margin-top: 20px;
}
.bann_slide_text_block {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    padding: 10px 15px;
}
.bann_slide_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}
.bann_slide_bot_left {
    display: flex;
    align-items: center;
    gap: 16px;
}
.bann_slide_bot .call {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--dark);
    border-radius: 2px;
}
.btn_more {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border: 1px solid #fff;
    border-radius: 2px;
    transition: all 0.2s;
}
.btn_more:hover {
    background: var(--blue);
}
.bann_slide_bot_right {
    display: flex;
    gap:4px;
}
.bann_arr {
     width: 40px;
     height: 40px;
     background: #fff url('/wp-content/themes/theme/img/arr-right.svg') no-repeat center center;
     background-size: 5px 10px;
     border-radius: 2px;
     cursor: pointer;
}
.bann_arr.slick-disabled {
    opacity: 0.8;
}
.bann_left {
    transform: rotate(180deg);
}
.slides_num {
    padding: 8px 16px;
    background: #fff;
    border-radius: 2px;
}
.feats {
    padding: 65px 0;
}
.feats_in {
    display: flex;
    gap: 35px;
}
.feat_item {
    width: calc(100% / 4 - 18px);
}
.feat_item_title {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.serv {
    background: #fff url('/wp-content/themes/theme/img/serv-bg.png') no-repeat left center;
    background-size: cover;
    padding: 120px 0;
}
.serv_in {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.serv_item {
    width: calc(100% / 2 - 8px);
    background: rgba(242, 248, 251, 1);
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serv_icon {
    margin-left: 100px;
    max-width: 130px;
}
.serv_item_1,
.serv_item_2 {
    align-items: flex-start;
}
.serv_item_1 .serv_icon,
.serv_item_2 .serv_icon {
    margin-top: 120px;
    margin-left: 0;
}
.serv_item_title {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
}
.bl_title {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bl_title > span {
    font-size: 48px;
    font-weight: 700;
}
.all_btn {
    display: inline-flex;
    padding: 11px 16px;
    gap: 10px;
    align-items: center;
    background: #fff;
    color: var(--dark);
}
.all_btn.white {
    background: var(--dark);
    color: #fff;
}
.all_btn.white img {
    filter: invert(1);
}
.patenty {
    padding: 60px 0;
    background: var(--dark);
}
.patenty_title {
    color: #fff;
}
.patenty_slider_wrap {
    position: relative;
}
.patenty_slide {
    padding: 0 4px;
}
.patenty_left,
.projs_left {
    transform: rotate(180deg);
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -20px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);

    z-index: 1;
}
.patenty_right,
.projs_right {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);

    z-index: 1;
}
.patenty_in {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    margin-top: 30px;
    gap: 2px;
}
.patenty_item {
    background: #fff;
    padding: 16px;
    border-radius: 2px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.patenty_item_nomer {
    font-weight: 700;
    color: var(--blue);
}
.patenty_item_date {
    font-size: 12px;
    color: rgba(164, 166, 178, 1);
    white-space: nowrap;
}
.patenty_item_text {
    text-transform: lowercase;
}
.projs {
    padding: 60px 0;
    background: rgba(242, 248, 251, 1);
}
.proj_slider_wrap {
    position: relative;
}
.proj_text {
    display: none;
}
.proj_slide {
    padding: 0 8px;
    min-height: 350px;
	
}
.proj_item {
    position: relative;
    background: #fff;
    padding: 12px;
    min-height: inherit;
    display: flex;
    flex-direction: column;
	align-content: flex-start;
	width: auto;
	align-items: flex-start !important;
}
.proj_top {
    position: relative;
    font-size: 10px;
    padding: 4px 3px;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    background: var(--blue);
    text-transform: uppercase;
	margin-top: 25px;
}
.proj_name {
    margin-bottom: 8px;
    color: var(--blue);
    margin-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height: 50px;
}
.proj_more {
    display: block;
    padding: 11px 16px;
    border: 1px solid #000;
    border-radius: 2px;
    width: 100%;
    margin-top: auto;
    text-align: center;
    transition: all 0.2s;
}
.proj_more:hover {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}
.full_p {
    width: 1100px;
    max-width: 100%;
}
.full_row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    justify-content: space-between;
}
.full_top {
    font-size: 10px;
    padding: 4px 3px;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    background: var(--blue);
    text-transform: uppercase;
    display: inline-flex;
}
.full_name {
    font-size: 48px;
    margin-top: 8px;
    font-weight: 700;
    line-height: 52px;
}
.full_vers {
    margin-top: 8px;
    font-size: 16px;
}
.full_text {
    margin-top: 32px;
    font-size: 16px;
}
.full_text li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
}
.full_text li:before {
    content: "";
    width: 12px;
    height: 2px;
    background: var(--blue);
    display: inline-block;
	align-items: flex-start;
    margin-top: 12px;
}
.ktm {
    padding: 120px 0;
}
.ktm_row {
    display: flex;
    justify-content: space-between;
}
.ktm_item {
    width: 40%;
}
.ktm_item_top {
    font-size: 10px;
    padding: 4px 3px;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    background: var(--blue);
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-flex;
}
.ktm_item_title {
    margin-bottom: 20px;
}
.ktm_item_text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;

}
.ktm_item_text ul {
    list-style: disc;
    padding-left: 20px;
}
.ktm_item_text li {
    margin-bottom: 5px;
}
.ktml_text_price {
    margin-top: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ktm_price {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
}
.doc_top {
    font-size: 18px;
    margin-bottom: 16px;
}
.doc_items {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}
.doc_item {
    display: flex;
    align-items: center;
    padding: 12px 30px;
    background: var(--blue);
    color: #fff;
    border-radius: 2px;
    gap: 20px;
}
.doc_item_size {
    opacity: 0.5;
}
.doc_item_mid {
    max-width: 80%;
    overflow-x: hidden;
}
.doc_item_icon_rigth {
    margin-left: auto;
}
.ktm_img {
    margin-top: 100px;
}
.ntc {
    padding: 60px 0;
    background: var(--blue);
}
.ntc_title span {
    color: #fff;
    line-height: 54px;
}
.ntc_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ntc_item {
    width: 50%;
}
.ntc_item_right {
    width: 40%;
}
.ntc_sub {
    font-size: 18px;
    margin-bottom: 16px;
    color: #fff;
}
.ntc_text {
    color: #fff;
}
.ntc_text p {
    margin-bottom: 15px;
}
.ntc_item_right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ntc_item_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(242, 248, 251, 1);
    padding: 12px 12px 16px;
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase;
    border-radius: 2px;
}
.img_house {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: top;
}
.cifr {
    padding: 60px 0 210px;
    background: var(--blue);
}
.cifr_row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.cifr_item {
    width: calc(100% / 4 - 25px);
    color: #fff;
}
.cifr_num {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 16px;
	white-space:nowrap;
}
.foot {
    background: var(--dark);
    padding: 60px 0;
}
.foot_form {
    background: var(--blue);
    padding: 32px;
    margin-top: -200px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    border-radius: 5px;
}
.form_field_row {
    display: flex;
    justify-content: space-between;
    gap:10px;
}
.form_field_row .form_field {
    width: 100%;
}
.form_field_send_row {
    display: flex;
    justify-content: center;
}
.form_field_send_row .form_field_send {
    width: calc(100% / 3 - 5px);
}
.foot_form .form_title {
    font-size: 48px;
    line-height: 54px;
}
.foot_menu {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot_menu .menu_item {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.foot_menu_pages,
.foot_menu > span {
    color: #fff;
    opacity: 0.5;
    font-weight: 400;
    font-size: 14px;
}
.foot_bot {
    padding: 15px 0 40px;
    background: var(--dark);
    border-top: 1px solid rgba(164, 166, 178, 0.5);
    
}
.foot_bot_in {
    display: flex;
    align-items: center;
    gap: 100px;
}
.foot_bot_right {
    color: #fff;
    opacity: 0.5;
    font-weight: 400;
}

body:not(.home) {
    background: rgba(242, 248, 251, 1);
}
body:not(.home) .main {
    padding: 90px 0 200px;
}
.page_title {
    max-width: 800px;
    margin-top: 30px;
}
.page_title h1 {
    font-size: 48px;
    line-height: 56px;
}
.serv_page {
    margin-top: 40px;
}
.serv_page .serv_item {
    flex-direction: column;
    background: #fff;
}
.serv_page .serv_icon {
    margin-left: 0;
    max-width: 200px;
    margin-bottom: 40px;
}
.serv_page .serv_item_data {
    padding: 32px;
    background: var(--dark);
    min-height: 160px;
}
.serv_page .serv_item_title {
    margin-bottom: 5px;
    color: #fff;
}
.serv_item_text_row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
}
.serv_page .serv_item_text {
    max-width: 60%;
    color: #fff;
}
.serv_page .call {
    color: #257de3;
    padding: 0;
    gap: 10px;
    background: transparent;
}
.patenty_page .patenty_in {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 14px;
}
.patenty_page .patenty_item {
    background: #fff;
    padding: 16px;
    border-radius: 2px;
    display: flex;
    align-items: stretch;
    width: calc(100% / 5 - 12px);
    flex-direction: column;
    gap: 0;
}
.patenty_page .patenty_slide_in {
    align-self: center;
    margin-bottom: 16px;
}
.patenty_page .partnery_item_tip {
    font-size: 12px;
    color: rgba(164, 166, 178, 1);
}
.patenty_page .patenty_item_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.projs_page {
    margin-top: 50px;
}
.projs_page .proj_row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.projs_page .proj_slide {
    width: calc(100% / 4 - 16px);
}
.ktm_page {
    padding: 30px 0;
    background: #fff;
    margin-top: 30px;
}
body.page-template-tmpl-about {
    background: #fff;
}
.ab_sect {
    margin-top: 30px;
}
.ab_in {
    background: rgba(242, 248, 251, 1);
    padding: 24px;
    max-width: 800px;
}
.ab_logo {
    padding-top: 0;
}
.ab_block {
    padding: 20px 0;
}
.ab_icons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.ab_icon {
    padding: 24px;
    background: #fff;
    border-radius: 2px;
    width: calc(100% / 3 - 11px);
}
.ab_icon_4,
.ab_icon_5 {
    width: calc(100% / 2 - 8px);
}
.ab_icon_title {
    margin-top: 8px;
    color: var(--blue);
    font-weight: 700;
    text-transform: uppercase;
}
.ab_icon_text {
    margin-top: 8px;
}
.ab_text_2 {
    padding: 20px 24px;
    background: #fff;
    border-radius: 2px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.ab_text_2_title {
    margin-bottom: 10px;
    color: var(--blue);
    font-weight: 700;
    text-transform: uppercase;
}
.ab_text_2_text ul {
    list-style: disc;
    padding-left: 20px;
}
.ab_text_2_text li + li {
    margin-top: 10px;
}
.ab_sin {
    background: var(--blue);
    padding: 24px;
    color: #fff;
    margin-top: 30px;
}
.ab_sin_title {
    font-size: 32px;
}
.ab_sin_item {
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(123, 184, 211, 1);
}
.burg {
    display: none;
}



@media (max-width: 1270px) {
	.container {
        max-width: 1024px;
        padding: 0 15px;
    }
    .patenty_in {
        grid-template-columns: repeat(3, 1fr);
    }
    .ktml_text_price {
        margin-top: 40px;
    }
    .ktm_img {
        margin-top: 40px;
    }
    .ktm_price,
    .cifr_num {
        white-space: nowrap;
    }

}
@media (max-width: 992px) {
	.container {
        max-width: 740px;
    }
    .feats_in {
        flex-wrap: wrap;
    }
    .feat_item {
        width: calc(100% / 2 - 18px);
    }
    .serv_item {
        width: 100%;
    }
    .serv_item_1, .serv_item_2 {
        align-items: center;
    }
    .serv_item_1 .serv_icon, 
    .serv_item_2 .serv_icon {
        margin-top: 0px;
        margin-left: 100px;
    }
    .patenty_in {
        grid-template-columns: repeat(2, 1fr);
    }
    .bl_title > span {
        font-size: 36px;
    }
    .ktm {
        padding: 60px 0;
    }
    .ktm_item {
        width: 48%;
    }
    .cifr_row {
        flex-wrap: wrap;
        gap: 20px;
    }
    .cifr_item {
        width: calc(100% / 2 - 25px);
    }
    .foot_menu {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 20px;
    }
    .full_row {
        flex-wrap: wrap;
    }
    .patenty_page .patenty_item {
        width: calc(100% / 3 - 12px);
    }
    .projs_page .proj_slide {
        width: calc(100% / 2 - 16px);
    }

}
@media (max-width: 768px) {
	.container {
        max-width: 100%;
    }
    .head_in .menu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        z-index: 10;
        width: 100%;
        flex-direction: column;
        padding: 20px 0;
    }
    .burg {
        display: block;
        width: 40px;
    }
    .head {
        position: relative;
    }
    .bann_slide_in {
        height: auto;
        padding-top: 45px;
        padding-block: 45px;
    }
    .ktm_row {
        flex-wrap: wrap;
        gap: 30px;
    }
    .ktm_item {
        width: 100%;
    }
    .bl_title {
        flex-wrap: wrap;
        gap: 20px;
    }
    .ntc_row {
        flex-wrap: wrap;
        gap: 20px;
    }
    .ntc_item {
        width: 100%;
    }
    .page_title h1 {
        font-size: 34px;
        line-height: 42px;
    }
    .patenty_page .patenty_item {
        width: calc(100% / 2 - 12px);
    }
    .ab_icon,
    .ab_icon_4, 
    .ab_icon_5 {
        width: 100%;
    }
	.bann_slide {
		background-size:cover;
	}
	.bann_slide:before {
		background: linear-gradient(90deg, rgba(29, 32, 63, 1) 52% 50%, rgba(29, 32, 63, 0.5) 75%);
	}
	.bann_slide:nth-child(2n):before {
		background: linear-gradient(90deg, rgba(1, 158, 227, 1) 52% 50%, rgba(1, 158, 227, 0.5) 75%);
	}

}
@media (max-width: 578px) {
	.container {
        max-width: 100%;
    }
    .bann_slide_title {
        font-size: 40px;
        line-height: 50px;
    }
    .bann_slide_text_blocks {
        flex-wrap: wrap;
    }
    .bann_slide_bot {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .bann_slide_bot_left {
        flex-wrap: wrap;
    }
    .bann_slide_top {
        flex-wrap: wrap;
    }
    .feat_item {
        width: 100%;
    }
    .serv {
        padding: 60px 0;
    }
    .serv_item {
        padding: 20px;
        flex-direction: column-reverse;
    }
    .serv_item_1 .serv_icon, 
    .serv_item_2 .serv_icon, 
    .serv_icon {
        margin-left: 0;
    }
    .patenty_in {
        grid-template-columns: repeat(1, 1fr);
    }
    .full_row {
        flex-wrap: wrap;
    }
    .full_name {
        font-size: 34px;
        line-height: 40px;
    }
    .cifr_item {
        width: 100%;
    }
    .form_field_row {
        flex-direction: column;
    }
    .form_field_send_row .form_field_send {
        width: 100%;
    }
    .foot_form .form_title {
        font-size: 40px;
        line-height: 48px;
    }
    .foot_bot_in {
        flex-wrap: wrap;
        gap: 30px;
    }
    .ktml_text_price {
        flex-wrap: wrap;
    }
    .patenty_page .patenty_item {
        width: 100%;
    }
    body:not(.home) .main {
        padding: 40px 0 200px;
    }
    .projs_page .proj_slide {
        width: 100%;
    }
    .ab_text_2 img {
        display: none;
    }
	.full_p {
		padding-left:15px;
		padding-right: 15px;
	}
	.full_text li {
		align-items:flex-start;
	}
	.full_text li:before {
		min-width:12px;
		margin-top: 12px;
	}
    
}