@import url('fonts/fonts.css');

/*-- RESET --*/

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea, input, button {
    font-family: inherit;
}
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 {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
	height: 100%;
}
body {
	font-family: 'Poppins', sans-serif;
    font-variant-numeric: lining-nums;
    margin: 0;
	height: 100%;
	width: 100%;
}
a {
	color: #0086d5;
}
a:hover {
	text-decoration: none;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b {
    font-weight: 500;
}
img {
	max-width: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
img {
	max-width: 100%;
}
button input {
	display: none !important;
}
form *:focus {
    outline: none;
}

/*-- GENERAL --*/

body {
	background-color: #FEFDF9;
	background-position: top center;
	background-repeat: no-repeat;
    color: #061236;
    height: auto;
    position: relative;
}
.wrapper {
    overflow: clip;
    position: relative;
}
.container {
    display: block;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 12px;
    position: relative;
    width: 100%;
}
.container--small {
    max-width: 1064px
}

.section_bk {
    margin-top: 64px;
}
.title_bk {
    color: #3754cc;
    font-weight: 700;
    font-size: 46px;
}
.title_bk--white {
    color: #fff;
}
.title_bk--center {
    text-align: center;
}
.subtitle_bk {
    font-size: 20px;
}
.subtitle_bk--white {
    color: #fff;
}
.subtitle_bk--center {
    text-align: center;
}

.btn {
    background: #3754cc;
    border: 2px solid #fff;
    border-radius: 63px;
    cursor: pointer;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 29px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    height: 47px;
    transition: 0.25s;
}
.btn:hover {
    opacity: 0.7;
}
.btn_white {
    background: #fff;
    border-color: #3754cc;
    color: #3754cc;
}


/*-- HEADER --*/

.header {
    padding: 28px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.header_inside {
    padding: 0 16px 0 28px;
}
.header_main {
    max-width: 714px;
    width: 100%;
}
.header_logo {
    font-size: 0;
}
.header_menu ul {
    gap: 24px;
}
.header_menu ul li a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.header_menu ul li a:hover {
    opacity: 0.7;
}

/*-- FIRST BK --*/

.first_bk {
    padding: 12px 0;
}
.ftbk_col_left {
    padding: 40px 73px 0 60px;
    width: 766px;
}
.ftbk_title {
    color: #3754cc;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 88px;
    text-align: center;
}
.ftbk_desc {
    font-size: 28px;
    margin: 10px auto 0;
    max-width: 583px;
    text-align: center;
}
.ftbk_cards {
    max-width: 605px;
    margin-top: 60px;
    width: 100%;
}
.ftbk_card {
    font-size: 0;
    position: relative;
    max-width: 328px;
}
.ftbk_card:nth-child(1) {
    transform: rotate(-2.92deg);
}
.ftbk_card:nth-child(2) {
    margin: -95px 0 0 auto;
    transform: rotate(7.71deg);
}
.ftbk_btn {
    margin-top: 10px;
}
.ftbk_col_right {
    width: calc(100% - 766px);
}
.ftbk_image {
    font-size: 0;
    height: 800px;
}
.ftbk_image img {
    border-radius: 32px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/*-- ABOUT --*/

.about_inside {
    padding: 0 52px 0 28px;
}
.about_image {
    font-size: 0;
    width: 570px;
}
.about_image img {
    border-radius: 32px;
}
.about_info {
    padding-left: 64px;
    width: calc(100% - 570px);
}
.about_title {
    color: #3754cc;
    font-weight: 500;
    font-size: 26px;
}
.about_title span {
    font-weight: 600;
}
.about_items {
    margin-top: 80px;
    gap: 20px;
}
.about_item {
    border: 2px solid #3754cc;
    border-radius: 21px;
    color: #3754cc;
    padding: 17px 18px;
}
.about_item_title {
    font-weight: 500;
    font-size: 40px;
}
.about_item_subtitle {
    font-weight: 500;
}
.about_item__blue {
    background: #3754cc;
    color: #fff;
}

/*-- PRODUCTS --*/

.products {
    padding: 12px 0;
}
.products_bk {
    background: #3754cc;
    border-radius: 32px;
    overflow: hidden;
    padding: 64px 12px;
}
.products_slider_wrapper {
    margin-top: 32px;
    padding-bottom: 52px;
    position: relative;
}
.products_slider_wrapper .swiper-scrollbar {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 17px;
    bottom: 8px;
    left: 12px;
    height: 4px;
    width: calc(100% - 24px);
}
.products_slider_wrapper .swiper-scrollbar-drag {
    background: #fefdf9;
    border: 2px solid #3754cc;
    border-radius: 10px;
    top: -8px;
    height: 20px;
}
.products_slider {
    overflow: visible;
}
.products_slide {
    height: auto;
    width: 340px;
}
.products_slide_inside {
    border: 1px solid #f9f9fe;
    border-radius: 30px;
    color: #f9f9fe;
    padding: 23px;
    height: 100%;
    transition: 0.25s;
}
.products_slide_image {
    background: #f9f9fe;
    border-radius: 21px;
    overflow: hidden;
    font-size: 0;
    transition: 0.25s;
}
.products_slide_title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 16px;
}
.products_slide_desc {
    font-size: 14px;
    margin-top: 4px;
}
.products_slide_tags {
    color: #3754cc;
    margin: 12px -4px -8px;
    transition: 0.25s;
}
.products_slide_tag {
    background: #f9f9fe;
    border-radius: 45px;
    padding: 4px 6px;
    margin: 0 4px 8px;
    font-size: 12px;
    font-weight: 500;
    transition: 0.25s;
}
.products_slide_tag--empty {
    width: 100%;
}
.products_slide.swiper-slide-active .products_slide_inside {
    background: #f9f9fe;
    color: #3754cc;
}
.products_slide.swiper-slide-active .products_slide_image {
    background: #3754cc;
}
.products_slide.swiper-slide-active .products_slide_tags {
    color: #f9f9fe;
}
.products_slide.swiper-slide-active .products_slide_tag {
    background: #3754cc;
}
.products_bk_desc {
    color: #fff;
    margin-top: 32px;
    text-align: center;
}

/*-- CONTACTS --*/

.contacts {
    padding: 64px 0 49px;
}
.contacts_col_left {
    padding-right: 44px;
    width: calc(100% - 435px);
}
.contacts_col_right {
    width: 435px;
}
.contacts_block {
    background: #f4f4f6;
    border: 1px solid #3754cc;
    border-radius: 32px;
    padding: 31px;
}
.contacts_block .subtitle_bk {
    margin-top: 10px;
}
.contacts_infos {
    margin-top: 44px;
}
.contacts_info {
    gap: 12px;
    margin-bottom: 33px;
}
.contacts_info:last-child {
    margin-bottom: 0;
}
.contacts_info_icon {
    font-size: 0;
}
.contacts_info_value {
    color: #000;
    font-size: 18px;
}
.contacts_info_value a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.contacts_info_value a:hover {
    opacity: 0.7;
}

.form_field {
    margin-bottom: 12px;
}
.form_field:last-child {
    margin-bottom: 0;
}
.form_field input {
    background: rgba(55, 84, 204, 0.05);
    border: 1px solid #3754cc;
    border-radius: 63px;
    color: #000;
    padding: 0 15px;
    font-weight: 500;
    font-size: 18px;
    height: 47px;
    width: 100%;
}
.form_field textarea {
    background: rgba(55, 84, 204, 0.05);
    border: 1px solid #3754cc;
    border-radius: 16px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding: 9px 15px;
    height: 130px;
    width: 100%;
}
.form_field input::-webkit-input-placeholder,
.form_field textarea::-webkit-input-placeholder {
    color: #646b7a;
}
.form_field input::-moz-placeholder,
.form_field textarea::-moz-placeholder {
    color: #646b7a;
}
.form_field input:-ms-input-placeholder,
.form_field textarea:-ms-input-placeholder {
    color: #646b7a;
}
.form_field input:-moz-placeholder,
.form_field textarea:-moz-placeholder {
    color: #646b7a;
}
.form_field .btn {
    width: 100%;
}

/*-- FOOTER --*/

.footer {
    padding: 12px 0 32px;
}
.footer_logo {
    background: #3754cc;
    border-radius: 32px;
    text-align: center;
    font-size: 0;
    padding: 32px;
}
.footer_copyright {
    color: #3754cc;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    margin-top: 32px;
}

/*-- CUSTOM --*/

.wpcf7-not-valid {
    border-color: #ff0000 !important;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-form {
    position: relative !important;
}
.wpcf7-response-output {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
    padding: 5px 5px 4px !important;
    line-height: 1.25 !important;
    text-align: center;
}

/* ADDITIONAL RESET */

.row {
	margin-left: -10px;
	margin-right: -10px;
    margin-bottom: -20px;
}
.row .col {
    padding: 0 10px;
    margin-bottom: 20px;
}
.row.no_mg {
    margin: 0;
}
.row.no_mg .col {
    padding: 0;
    margin: 0;
}
.col-1 {
	width: 100%;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33.3333333%;
}
.col-30 {
	width: 30%;
}
.col-35 {
	width: 35%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}
.col-6 {
    width: calc(100% / 6);
}
.col-66 {
    width: calc(100% - (100% / 3));
}

.col-41 {
    width: 41.67%;
}
.col-58 {
    width: 58.33%;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.f_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f_wrap_reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.f_no_wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.f_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.f_direction_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.j_content_start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.j_content_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.j_content_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.j_content_between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.a_items_start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.a_items_end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.a_items_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-- ANIMATION --*/

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/*--------------- RESPONSIVE ---------------*/

.desktop_hidden {
    display: none;
}
.menu_btn {
    display: none;
    cursor: pointer;
    font-size: 0;
}
.menu_btn > * {
    pointer-events: none;
}

.mobile_header_wrapper {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-150%);
    height: 100vh;
    width: 100%;
    z-index: 11;
    transition: 0.25s;
}
.mobile_header_wrapper.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.mobile_header_top {
    padding: 16px 0;
}
.mobile_header_close {
    cursor: pointer;
    font-size: 0;
}
.mobile_header_close > * {
    pointer-events: none;
}
.mobile_header,
.mobile_header_body > *,
.mobile_header_body > * > * {
    height: 100%;
}
.mobile_header_body {
    overflow: auto;
    padding: 32px 0;
    height: calc(100% - 64px);
}
.mobile_header_body_inside {
    gap: 32px;
}
.mobile_header_menu {
    text-align: center;
}
.mobile_header_menu ul li {
    margin-bottom: 12px;
}
.mobile_header_menu ul li:last-child {
    margin-bottom: 0;
}
.mobile_header_menu ul li a {
    display: block;
    color: #6f7077;
    text-decoration: none;
    padding: 8px 0;
    transition: 0.25s;
}
.mobile_header_menu ul li.active {
    color: #3754cc;
    font-weight: 600;
}
.mobile_header_menu ul li a:hover {
    color: #3754cc;
}
.mobile_header_btn {
    max-width: 343px;
    width: 100%;
}


@media screen and (max-width: 1440px) {
    .about_inside {
        padding: 0;
    }
    .about_info {
        padding-left: 32px;
    }
    .about_items {
        margin-top: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }
    .section_bk {
        margin-top: 32px;
    }
    .title_bk {
        font-size: 30px;
    }
    .subtitle_bk {
        font-size: 16px;
    }
    .header {
        padding: 16px 0;
    }
    .header_inside {
        padding: 0;
    }
    .header_main {
        max-width: 100%;
    }
    .header_logo {
        max-width: 138px;
    }
    .header_menu,
    .header_btn {
        display: none;
    }
    .menu_btn {
        display: block;
    }
    .first_bk {
        padding: 110px 0 32px;
    }
    .ftbk_cols {
        padding: 0;
        position: relative;
    }
    .ftbk_col_left {
        padding: 0;
        margin-top: 100px;
        order: 1;
        width: 100%;
    }
    .ftbk_col_right {
        padding: 0;
        order: 0;
        width: 100%;
    }
    .ftbk_image {
        max-width: 420px;
        margin: 0 auto;
        height: 440px;
    }
    .ftbk_cards {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        max-width: 420px;
        width: 100%;
    }
    .ftbk_card {
        max-width: 199px;
    }
    .ftbk_card {
        position: absolute;
        margin: 0 !important;
    }
    .ftbk_card:nth-child(1) {
        transform: rotate(-15deg);
        right: 12px;
        top: -28px;
    }
    .ftbk_card:nth-child(2) {
        transform: rotate(8deg);
        left: 10px;
        top: 409px;
    }
    .ftbk_title {
        font-size: 64px;
    }
    .ftbk_desc {
        font-size: 20px;
        max-width: 343px;
    }
    .about_image {
        width: 343px;
    }
    .about_info {
        width: calc(100% - 343px);
    }
    .about_title {
        font-size: 18px;
    }
    .about_items {
        gap: 10px;
    }
    .about_item {
        padding: 11px 15px;
    }
    .products {
        padding: 0;
    }
    .products_bk {
        margin: 0 -15px;
        padding: 32px 16px;
    }
    .products_slider_wrapper {
        margin-top: 28px;
        padding-bottom: 40px;
    }
    .products_slider_wrapper .swiper-scrollbar {
        left: 0;
        width: 100%;
    }
    .contacts {
        padding: 0;
        margin-top: 24px;
    }
}

@media screen and (max-width: 768px) {
    .about_inside {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .about_image {
        margin-top: 28px;
    }
    .about_info {
        padding-left: 0;
        max-width: 420px;
        width: 100%;
    }
    .about_title {
        display: none;
    }
    .about_title.desktop_hidden {
        display: block;
    }
    .about_items {
        margin-top: 10px;
    }
    .about_item {
        width: 100%;
    }
    .products_slide {
        width: 324px;
    }
    .products_slide_inside {
        padding: 15px;
    }
    .products_slide_tags {
        margin: 12px -3px -6px;
    }
    .products_slide_tag {
        margin: 0 3px 6px;
    }
    .products_slide_tag--empty {
        display: none;
    }
    .contacts_col_left,
    .contacts_col_right {
        padding: 0;
        max-width: 540px;
        margin: 0 auto;
        width: 100%;
    }
    .contacts_col_right {
        margin-top: 32px;
    }
    .contacts_block {
        padding: 15px;
    }
    .contacts_infos {
        margin-top: 32px;
        max-width: 280px;
    }
    .contacts_info {
        margin-bottom: 20px;
    }
    .contacts_info_value {
        font-size: 16px;
    }
    .contacts_info_value br {
        display: none;
    }
    .footer {
        padding: 25px 0 16px;
    }
    .footer_logo {
        padding: 32px 16px;
    }
    .footer_copyright {
        margin-top: 16px;
    }
}
@media screen and (max-width: 380px) {
    .ftbk_image {
        margin: 0 -7px;
    }
    .ftbk_card:nth-child(2) {
        top: 370px;
    }
}
