@charset "UTF-8";
*, ::after, ::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: BebasNeue;
    font-display: swap;
    src: url(../fonts/BebasNeue-Regular.woff2) format("woff2"), url(../fonts/BebasNeue-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GTAmerica;
    font-display: swap;
    src: url(../fonts/GTAmerica-Medium.woff2) format("woff2"), url(../fonts/GTAmerica-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: PFSquareSansPro;
    font-display: swap;
    src: url(../fonts/PFSquareSansPro-Medium.woff2) format("woff2"), url(../fonts/PFSquareSansPro-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: PFSquareSansPro;
    font-display: swap;
    src: url(../fonts/PFSquareSansPro-Regular.woff2) format("woff2"), url(../fonts/PFSquareSansPro-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

.mw10 {
    max-width: 10%;
    width: 100%
}

.mw20 {
    max-width: 20%;
    width: 100%
}

.mw30 {
    max-width: 30%;
    width: 100%
}

.mw40 {
    max-width: 40%;
    width: 100%
}

.mw50 {
    max-width: 50%;
    width: 100%
}

.mw60 {
    max-width: 60%;
    width: 100%
}

.mw70 {
    max-width: 70%;
    width: 100%
}

.mw80 {
    max-width: 80%;
    width: 100%
}

.mw90 {
    max-width: 90%;
    width: 100%
}

.mw100 {
    max-width: 100%;
    width: 100%
}

.modal {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden
}

.modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal__content {
    background: #fff;
    max-width: 60%;
    width: 100%;
    max-height: 75%;
    height: 100%;
    position: relative;
    padding-left: 50px;
    padding-top: 40px
}

.modal__content_title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 100px;
    color: #2d2d2d
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.modal form .btn {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: #fff;
    background: #0c48c6;
    padding: 13px 65px;
    border: none;
    margin-top: 30px
}

.modal form .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal form .top label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 260px;
    width: 100%;
    margin-right: 40px;
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #2d2d2d
}

.modal form .top label input {
    border: 1px solid #2d2d2d;
    outline: 0;
    padding: 18px 20px;
    margin-top: 10px
}

.modal form .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}

.modal form .bottom .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 50px
}

.modal form .bottom label {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #2d2d2d;
    margin-bottom: 10px;
    display: block
}

.modal form .bottom .inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal form .bottom .inputs input {
    border: 1px solid #2d2d2d;
    outline: 0;
    padding: 18px 20px;
    max-width: 85px;
    width: 100%;
    margin-right: 15px
}

.modal form .bottom .inputs span {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #2d2d2d
}

.navbar {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5
}

.navbar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navbar-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto
}

.navbar-logo img {
    width: 100%
}

.navbar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 0 30px
}

.navbar-list__item {
    margin: 0 12.5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #2d2d2d
}

.navbar-list__item:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #0c48c6
}

.navbar-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navbar-btns__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 42px 37px 37px 37px;
    cursor: pointer
}

.navbar-btns__search p {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: .02em;
    color: #0c48c6;
    margin-left: 5px
}

.navbar-btns__call {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff;
    background: #0c48c6;
    border: 1px solid #0c48c6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 55px 27px
}

.navbar__burger {
    display: none
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header-content img {
    width: 100%;
    margin-bottom: -5px
}

.header-content__title {
    margin: 65px 0;
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100px;
    color: #2d2d2d
}

.header-content__title span {
    font-weight: 700;
    color: #0c48c6
}

.header-content__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.header-content__info_card {
    padding: 22px 22px 0 30px;
    border: 1px solid #e1e1e1;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%
}

.header-content__info_card p {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #2d2d2d;
    white-space: nowrap
}

.header-content__info_card h2 {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 100px;
    color: #2d2d2d;
    white-space: nowrap
}

.our-products {
    margin-top: 140px
}

.our-products__title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100px;
    color: #2d2d2d;
    margin-bottom: 36px
}

.our-products__title span {
    color: #0c48c6
}

.products {
    border: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products-card {
    border: 1px solid #e1e1e1;
    max-width: 33.33%;
    width: 100%;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.products-card:hover .products-card__bg {
    top: 0;
    height: 100%
}

.products-card:hover .products-card__title {
    color: #fff
}

.products-card:hover svg {
    fill: #fff
}

.products-card:hover .products-card__type {
    color: #fff;
    background: 0 0
}

.products-card__title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2d2d2d;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-top: 26px;
    padding-left: 13px
}

.products-card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-card__bg {
    background: #0c48c6;
    width: 100%;
    height: 66px;
    position: absolute;
    top: 50%;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.products-card svg {
    position: absolute;
    bottom: 15px;
    right: 20px;
    fill: #2d2d2d;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.products-card__type {
    background: rgba(12, 72, 198, .1);
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #2d2d2d;
    position: absolute;
    bottom: 15px;
    left: 13px;
    padding: 4px 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.our-exp {
    margin-top: 200px
}

.our-exp__title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    color: #2d2d2d;
    margin-bottom: 35px
}

.our-exp__title span {
    color: #0c48c6
}

.our-exp__content {
    border: #e1e1e1 solid 1px
}

.our-exp__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.our-exp__card {
    max-width: 25%;
    width: 100%;
    border: #e1e1e1 solid 1px;
    padding: 30px 15px
}

.our-exp__card_title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 50px;
    color: #2d2d2d;
    margin-top: 40px;
    margin-bottom: 10px
}

.our-exp__card_text {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2d2d2d
}

.our-exp__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.our-exp__about_description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    max-width: 50%;
    width: 100%
}

.our-exp__about_img {
    max-width: 50%;
    width: 100%;
    padding: 0
}

.our-exp__about_img img {
    height: 100%;
    width: 100%
}

.our-exp__about_title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #2d2d2d
}

.our-exp__about_text {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2d2d2d;
    margin: 32px 0
}

.our-exp__about_link {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background: #0c48c6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 10px 30px
}

.our-exp__about_link svg {
    fill: #fff;
    width: 15px;
    height: 15px;
    margin-left: 13px
}

.our-partners {
    margin-top: 200px
}

.our-partners__title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    color: #2d2d2d;
    margin-bottom: 35px
}

.our-partners__title span {
    color: #0c48c6
}

.our-partners__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.our-partners__card {
    border: 1px solid #e1e1e1;
    max-width: 25%;
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.our-partners__card picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.our-partners__card:hover .our-partners__card_hover {
    opacity: 1
}

.our-partners__card_hover {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background: #0c48c6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px
}

.our-partners__seeall {
    border: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 100px;
    color: #0c48c6;
    cursor: pointer
}

.our-partners__seeall svg {
    fill: #0c48c6;
    margin-left: 15px
}

.footer {
    margin-bottom: 50px;
    margin-top: 200px
}

.footer-head {
    background: #e7edf9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-head form {
    max-width: 50%;
    width: 100%
}

.footer-head__info {
    max-width: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-head__info_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px
}

.footer-head__info_text {
    max-width: 50%;
    width: 100%;
    border: 1px solid #e1e1e1;
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #2d2d2d;
    padding: 0 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-head__question {
    padding: 30px 20px;
    border: 1px solid #e1e1e1;
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
    color: #2d2d2d
}

.footer-head__question span {
    color: #0c48c6
}

.footer-head__download {
    background: #0c48c6;
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    max-width: 50%;
    width: 100%
}

.footer-head__download.hidden {
    display: none
}

.footer-head__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 38px 20px
}

.footer-head__form input, .footer-head__form textarea {
    background: #fff;
    border: 1px solid #2d2d2d;
    padding: 18px 20px;
    outline: 0
}

.footer-head__form input::-webkit-input-placeholder, .footer-head__form textarea::-webkit-input-placeholder {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #c4c4c4
}

.footer-head__form input::-moz-placeholder, .footer-head__form textarea::-moz-placeholder {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #c4c4c4
}

.footer-head__form input:-ms-input-placeholder, .footer-head__form textarea:-ms-input-placeholder {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #c4c4c4
}

.footer-head__form input::-ms-input-placeholder, .footer-head__form textarea::-ms-input-placeholder {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #c4c4c4
}

.footer-head__form input::placeholder, .footer-head__form textarea::placeholder {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #c4c4c4
}

.footer-head__form textarea {
    height: 110px;
    resize: none
}

.footer-head__form button {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: #fff;
    background: #0c48c6;
    border: none;
    padding: 11px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-head__form button svg {
    fill: #fff;
    margin-left: 15px
}

.footer-bootom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-bootom__left {
    border: 1px solid #e1e1e1;
    max-width: 50%;
    width: 100%;
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-bootom__left .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 35px
}

.footer-bootom__left .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-bootom__left .media.hidden {
    display: none
}

.footer-bootom__left .media a {
    border: 1.5px solid #c4c4c4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px
}

.footer-bootom__left_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 35px
}

.footer-bootom__left .geo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #2d2d2d
}

.footer-bootom__left .geo svg {
    margin-right: 15px
}

.footer-bootom__left .map {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #0c48c6
}

.footer-bootom__left .map svg {
    margin-right: 15px
}

.footer-bootom .contacts {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-bootom .contacts a {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #2d2d2d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.footer-bootom .contacts a svg {
    margin-right: 20px
}

.footer-bootom__right {
    max-width: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-bootom__right .nav-list {
    max-width: 50%;
    width: 100%;
    padding-top: 60px;
    border: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 35px
}

.footer-bootom__right .nav-list__link {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #2d2d2d;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.footer-bootom__right .nav-list__link:hover {
    color: #0c48c6;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.footer-bootom__right .items-list {
    max-width: 50%;
    width: 100%;
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e1e1e1;
    padding-left: 15px
}

.footer-bootom__right .items-list__link {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #2d2d2d;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.footer-bootom__right .items-list__link:hover {
    color: #0c48c6;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.about-header__content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-header__content .mw40 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 15px
}

.about-header__content_img {
    max-width: 60%;
    width: 100%
}

.about-header__content_img img {
    height: 100%;
    width: 100%
}

.about-header__content_link {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2d2d2d;
    margin-top: 20px
}

.about-header__content_link span {
    color: #e1e1e1
}

.about-header__content_title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 88px;
    line-height: 100px;
    color: #2d2d2d
}

.about-header__content_text {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000
}

.about-header__content_btn {
    background: #fff;
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, .13);
    box-shadow: 0 4px 7px rgba(0, 0, 0, .13);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-header__content .header-content__info h2 {
    color: #0c48c6
}

.about-more {
    margin-top: 150px
}

.about-more__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-more__content_img {
    max-width: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-more__content_img img {
    width: 80%
}

.about-more__content_text {
    max-width: 50%;
    width: 100%;
    border-left: 1px solid #e1e1e1;
    padding-left: 15px;
    padding-bottom: 60px
}

.about-more__content_text p {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2d2d2d
}

.about-power {
    margin-top: 150px
}

.about-power__title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 88px;
    line-height: 100px;
    color: #2d2d2d;
    margin-bottom: 40px
}

.about-power__title span {
    color: #0c48c6
}

.about-power__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.about-power__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-power__card_img {
    max-width: 50%;
    width: 100%
}

.about-power__card_img img {
    height: 100%;
    width: 100%
}

.about-power__card_title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    color: #2d2d2d;
    padding: 25px 15px;
    border: 1px solid #e6e6e6;
    max-width: 50%;
    width: 100%
}

.about-adv {
    margin-top: 150px
}

.about-adv__title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 88px;
    line-height: 100px;
    color: #2d2d2d;
    margin-bottom: 35px
}

.about-adv__title span {
    color: #0c48c6
}

.about-adv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-adv__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    width: 100%;
    border: 1px solid #e1e1e1;
    height: 200px
}

.about-adv__card_img {
    max-width: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(12, 72, 198, .1)
}

.about-adv__card_text {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 130%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2d2d2d;
    /*border: 1px solid #e1e1e1;*/
    padding-left: 20px
}

.about-lab {
    margin-top: 150px
}

.about-lab__title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 88px;
    line-height: 100px;
    color: #2d2d2d;
    margin-bottom: 35px;
}

.about-lab__title span {
    color: #0c48c6
}

.about-lab__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e1e1e1
}

.about-lab__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.about-lab__card_img {
    max-width: 50%;
    width: 100%
}

.about-lab__card_img img {
    height: 100%;
    width: 100%
}

.about-lab__card p {
    max-width: 50%;
    width: 100%;
    padding-left: 15px;
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #2d2d2d;
    padding-top: 40px
}

.about-lab__card_title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #0c48c6;
    margin-bottom: 40px
}

.about-lab__card_info {
    padding-left: 15px;
    padding-top: 40px;
    max-width: 50%;
    width: 100%
}

.about-lab__card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.about-lab__card_list li {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #2d2d2d
}

.about-lab__card_list li::before {
    content: "•";
    color: #0c48c6;
    font-weight: 700
}

.not-found__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.not-found__content picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.not-found__content_title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100px;
    text-align: center;
    color: #2d2d2d
}

.not-found__content_text {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    color: #2d2d2d
}

.not-found__content_text a {
    color: #0c48c6;
    text-decoration: underline
}

.contact-main__title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100px;
    color: #2d2d2d;
    margin-bottom: 35px
}

.contact-main__content_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-main__content_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-main__content_bottom iframe {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.contact-main__content_bottom .div {
    max-width: 25%;
    width: 100%
}

.contact-main__content_bottom .div .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e1e1e1;
    padding: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.contact-main__content_bottom .div .card:hover {
    background: #0c48c6
}

.contact-main__content_bottom .div .card:hover div {
    border-color: #fff
}

.contact-main__content_bottom .div .card:hover div svg {
    fill: #fff
}

.contact-main__content_bottom .div .card:hover a {
    color: #fff
}

.contact-main__content_bottom .div .card div {
    width: 46px;
    height: 46px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.contact-main__content_bottom .div .card div svg {
    fill: #0c48c6;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.contact-main__content_bottom .div .card a {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
    color: #2d2d2d;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.contact-main__content_bottom_card {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 30px 0
}

.contact-main__content_bottom_card:hover {
    background: #0c48c6
}

.contact-main__content_bottom_card:hover svg {
    fill: #fff
}

.contact-main__content_bottom_card svg {
    fill: #0c48c6;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.contact-main__top_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e1e1e1;
    padding: 20px;
    /*max-width: 25%;*/
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.contact-main__top_card:hover {
    background: #0c48c6
}

.contact-main__top_card:hover div {
    border-color: #fff
}

.contact-main__top_card:hover div svg {
    fill: #fff
}

.contact-main__top_card:hover a {
    color: #fff
}

.contact-main__top_card div {
    width: 46px;
    height: 46px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.contact-main__top_card div svg {
    fill: #0c48c6;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.contact-main__top_card a {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
    color: #2d2d2d;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.search-result__title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100px;
    color: #2d2d2d;
    margin-top: 40px
}

.search-result__find {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #0c48c6;
    margin-bottom: 15px
}

.search-result__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e1e1e1;
    padding: 20px 11px
}

.search-result__content_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.search-result__content_card div {
    background: #0c48c6;
    padding: 8px 20px;
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-right: 10px
}

.search-result__content_card p {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #2d2d2d
}

.search-result .pagination {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-result .pagination a,
.search-result .pagination span {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #2d2d2d;
    border: 1px solid #e1e1e1;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 4px
}

.search-result .pagination li.active span {
    border-color: #0c48c6;
    color: #fff;
}

.search-result .pagination a.active {
    border-color: #0c48c6;
    color: #0c48c6
}

.category__title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100px;
    color: #2d2d2d;
    margin-bottom: 35px
}

.category__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.category__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

.category__card_left a {
    color: #0c48c6
}

.category__card_left {
    padding: 20px;
    max-width: 30%;
    width: 100%;
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #0c48c6;
    border: 1px solid #e1e1e1
}

.category__card_right {
    max-width: 70%;
    width: 100%
}

.category__card_right_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.category__card_right_list_link {
    display: block;
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #2d2d2d;
    border: 1px solid #e1e1e1;
    padding: 20px
}

.product-sp__title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 100px;
    color: #2d2d2d;
    margin-bottom: 35px
}

.product-sp__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-sp__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 149.19%;
    text-align: center;
    color: #848484
}

.product-sp__image:first-child {
    margin-right: 200px
}

.product-sp table {
    width: 100%;
    margin-top: 60px
}

.product-sp table thead tr th {
    background: #5F6499;
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    padding: 8px 0
}

.product-sp table thead tr.head th {
  background: #373D81;
}

.product-sp table tbody tr {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.product-sp table tbody tr td {
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000;
    padding: 8px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.product-sp table tbody tr:nth-child(odd) {
    background: #f2f2f2
}

.product-sp table tbody tr:nth-child(even) {
    background: #fff
}

.product-sp table tbody tr:hover{
    background: #0c48c6
}

.product-sp table tbody tr.active {
    background: #00E432;
}

.product-sp table tbody tr.active td {
    color: #0a0a0a;
}


.product-sp table tbody tr:hover td {
    color: #fff
}

.product-category__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-category__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 50%;
    width: 100%;
    border: 1px solid #e1e1e1;
    position: relative;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-right: 10px
}

.product-category__card:hover {
    background: #e7edf9
}

.product-category__card img {
    margin-right: 40px
}

.product-category__card_title {
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #2d2d2d;
    margin-bottom: 20px
}

.product-category__card_span {
    background: rgba(12, 72, 198, .1);
    font-family: PFSquareSansPro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #2d2d2d;
    padding: 4px 20px
}

.product-category__card svg {
    position: absolute;
    fill: #0c48c6;
    bottom: 37px;
    right: 25px
}

@media (max-width: 1200px) {
    .modal form .top label {
        margin-right: 25px
    }

    .modal form .bottom label {
        font-size: 16px
    }

    .modal form .bottom .inputs input {
        margin-right: 10px
    }

    .modal form .bottom .inputs span {
        font-size: 16px
    }
}

@media (max-width: 1120px) {
    .navbar-list {
        padding: 0 10px
    }
}

@media (max-width: 1085px) {
    .navbar-list__item {
        margin: 0 5px
    }
}

@media (max-width: 1050px) {
    .about-power__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #e1e1e1
    }

    .about-power__card_img {
        max-width: 75%;
        width: 100%;
        margin-top: 10px
    }

    .about-power__card_title {
        text-align: center;
        border: none;
        max-width: 100%
    }
}

@media (max-width: 1020px) {
    .navbar-btns__search {
        padding: 25px 20px
    }

    .navbar-btns__call {
        padding: 25px 20px
    }

    .header-content__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header-content__info_card {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 1000px) {
    .modal__content {
        max-width: 75%
    }

    .modal form .bottom {
        display: none
    }
}

@media (max-width: 920px) {
    .navbar-content {
        border-right: 1px solid #e1e1e1
    }

    .navbar-list__item {
        color: #fff
    }

    .navbar-btns {
        border-left: 1px solid #e1e1e1
    }

    .navbar__bar {
        min-width: 50%;
        min-height: 100vh;
        right: -100%;
        position: fixed;
        opacity: 1;
        z-index: 500;
        background: #0c48c6;
        top: 0;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar__burger {
        position: relative;
        overflow: hidden;
        width: 40px;
        height: 40px;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        z-index: 999;
        display: block;
        margin: auto 25px
    }

    .navbar__burger_top {
        width: 30px;
        height: 4px;
        position: absolute;
        top: 3px;
        left: 4px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-transform-origin: 4px 0;
        -ms-transform-origin: 4px 0;
        transform-origin: 4px 0;
        background: #2d2d2d
    }

    .navbar__burger_center {
        width: 30px;
        height: 4px;
        position: absolute;
        top: 17px;
        left: 4px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        background: #2d2d2d
    }

    .navbar__burger_bottom {
        width: 30px;
        height: 4px;
        position: absolute;
        top: 31px;
        left: 4px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
        transform-origin: bottom right;
        background: #2d2d2d
    }

    .navbar__burger.active .navbar__burger_top {
        -webkit-transform: rotate(45deg) translate(8px, 4px);
        -ms-transform: rotate(45deg) translate(8px, 4px);
        transform: rotate(45deg) translate(8px, 4px)
    }

    .navbar__burger.active .navbar__burger_center {
        -webkit-transform: rotate(495deg) translate(2px);
        -ms-transform: rotate(495deg) translate(2px);
        transform: rotate(495deg) translate(2px)
    }

    .navbar__burger.active .navbar__burger_bottom {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    .header-content__title {
        font-size: 50px;
        line-height: 60px;
        margin: 45px 0
    }

    .header-content__title br {
        display: none
    }

    .our-products {
        margin-top: 100px
    }

    .our-products__title {
        font-size: 50px;
        margin-bottom: 12px
    }

    .products-card {
        max-width: 50%
    }

    .products-card__title {
        font-size: 25px;
        line-height: 30px
    }

    .our-exp {
        margin-top: 100px
    }

    .our-exp__title {
        font-size: 50px;
        line-height: 60px
    }

    .our-exp__cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .our-exp__card {
        max-width: 50%
    }

    .our-exp__about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .our-exp__about_description {
        max-width: 100%;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .our-exp__about_img {
        max-width: 100%
    }

    .our-partners {
        margin-top: 100px
    }

    .our-partners__title {
        font-size: 50px;
        line-height: 60px
    }

    .our-partners__card {
        max-width: 33.33%
    }

    .our-partners__card:nth-of-type(10), .our-partners__card:nth-of-type(11), .our-partners__card:nth-of-type(12) {
        display: none
    }

    .footer {
        margin-top: 100px
    }

    .footer-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-head form {
        max-width: 100%
    }

    .footer-head__info {
        max-width: 100%
    }

    .footer-bootom__left {
        max-width: 100%
    }

    .footer-bootom__right {
        display: none
    }

    .about-header__content .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-header__content .mw40 {
        max-width: 100%
    }

    .about-header__content_img {
        max-width: 100%
    }

    .about-header__content_btn {
        margin-bottom: 20px
    }

    .about-more {
        margin-top: 50px
    }

    .about-more__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about-more__content_img {
        margin-bottom: 15px
    }

    .about-more__content_img img {
        width: 100%
    }

    .about-more__content_text {
        border-left: none;
        padding-left: 0;
        max-width: 100%
    }

    .about-power {
        margin-top: 50px
    }

    .about-adv {
        margin-top: 50px
    }

    .about-lab {
        margin-top: 50px
    }

    .about-lab__title {
        font-size: 50px;
        line-height: 50px
    }

    .about-lab__card p {
        font-size: 16px
    }

    .about-lab__card_list li {
        font-size: 16px
    }

    .not-found__content img {
        max-width: 80%;
        width: 100%
    }

    .contact-main__content_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contact-main__content_bottom .div {
        display: none
    }

    .contact-main__top_card {
        max-width: 50%
    }

    .category__title {
        font-size: 50px;
        line-height: 60px
    }

    .category__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .category__card_left {
        max-width: 100%
    }

    .category__card_right {
        max-width: 100%
    }

    .product-category__card img {
        margin-right: 0
    }

    .product-category__card_title {
        font-size: 23px
    }
}

@media (max-width: 870px) {
    .modal form .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 825px) {
    .product-sp__images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product-sp__image:first-child {
        margin-right: 0;
        margin-bottom: 30px
    }
}

@media (max-width: 800px) {
    .about-adv__title {
        font-size: 50px
    }

    .about-adv__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-adv__card {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width: 750px) {
    .about-power__title {
        font-size: 60px
    }

    .about-power__card_title {
        font-size: 30px
    }
}

@media (max-width: 701px) {
    .header-content__title {
        font-size: 40px
    }
}

@media (max-width: 680px) {
    .about-lab__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-lab__card_img {
        max-width: 100%
    }

    .about-lab__card p {
        max-width: 100%
    }

    .about-lab__card_info {
        max-width: 100%
    }

    .product-category__card {
        max-width: 100%
    }
}

@media (max-width: 620px) {
    .navbar-logo img {
        width: 70%
    }

    .navbar-btns {
        border: none
    }

    .navbar-btns__search p {
        display: none
    }

    .navbar-btns__search {
        border-right: 1px solid #e1e1e1
    }

    .navbar-btns__call {
        display: none
    }

    .header-content__info_card {
        padding: 0;
        padding-top: 10px
    }

    .header-content__info_card p {
        font-size: 14px
    }

    .header-content__info_card h2 {
        font-size: 40px
    }

    .products-card {
        max-width: 100%
    }

    .product-sp__title {
        font-size: 26px;
        line-height: 50px
    }
}

@media (max-width: 610px) {
    .our-partners__title {
        margin-bottom: 10px
    }

    .our-partners__card {
        max-width: 50%
    }

    .our-partners__card:nth-of-type(10) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 580px) {
    .footer {
        margin-bottom: 10px
    }

    .footer-bootom {
        border: 1px solid #e1e1e1
    }

    .footer-bootom__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-bootom__left .bottom {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px
    }

    .footer-bootom__left .media.hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 50px
    }

    .footer-bootom__left .media {
        display: none;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 520px) {
    .footer-head__info_text {
        max-width: 100%
    }

    .footer-head__question {
        font-size: 40px
    }

    .footer-head__download.hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        height: 180px
    }

    .footer-head__download {
        display: none
    }

    .about-header__content_title {
        font-size: 50px
    }

    .about-header__content_text {
        font-size: 16px
    }

    .about-more {
        margin-top: 20px
    }

    .about-power {
        margin-top: 20px
    }

    .about-power__title {
        font-size: 40px
    }

    .about-adv {
        margin-top: 20px
    }

    .about-adv__title {
        font-size: 40px
    }

    .about-lab {
        margin-top: 20px
    }

    .about-lab__title {
        font-size: 40px
    }

    .category__title {
        font-size: 40px
    }
}

@media (max-width: 500px) {
    .contact-main__top_card {
        max-width: 100%
    }

    .product-category__card svg {
        bottom: 15px;
        right: 15px;
        width: 25px;
        height: 25px
    }
}

@media (max-width: 475px) {
    .our-exp__card {
        max-width: 100%;
        position: relative
    }

    .our-exp__card_title {
        margin-top: 0
    }

    .our-exp__card svg {
        position: absolute;
        right: 30px;
        top: 30px
    }

    .our-exp__about {
        display: none
    }
}

@media (max-width: 470px) {
    .modal__content {
        padding-left: 30px
    }

    .modal form .top label {
        max-width: 230px
    }
}

@media (max-width: 450px) {
    .header-content__title {
        font-size: 30px
    }
}

@media (max-width: 430px) {
    .about-adv__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 230px
    }

    .about-adv__card_img {
        max-width: 100%;
        padding: 15px 0
    }

    .about-adv__card_text {
        border: none
    }
}

@media (max-width: 410px) {
    .our-partners__card img {
        max-width: 70%
    }
}

@media (max-wdith: 920px) {
    .product-sp__title {
        font-size: 40px;
        line-height: 80px
    }
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loadingmodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )

}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .loadingmodal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loadingmodal {
    display: block;
}
@keyframes ldio-uie8hnakusl {
    0% { opacity: 1 }
    100% { opacity: 0 }
}

.ldio-uie8hnakusl div {
    margin-left: auto;
    margin-right: auto;
    top: 150px;
    position: absolute;
    animation: ldio-uie8hnakusl linear 1s infinite;
    background: #0c48c6;
    width: 12px;
    height: 24px;
    border-radius: 4.08px / 4.08px;
    transform-origin: 6px 52px;
}

.ldio-uie8hnakusl div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.9166666666666666s;
    background: #0c48c6;
}

.ldio-uie8hnakusl div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333333333334s;
    background: #0c48c6;
}

.ldio-uie8hnakusl div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.75s;
    background: #0c48c6;
}

.ldio-uie8hnakusl div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.6666666666666666s;
    background: #0c48c6;
}

.ldio-uie8hnakusl div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.5833333333333334s;
    background: #0c48c6;
}

.ldio-uie8hnakusl div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.5s;
    background: #0c48c6;
}

.ldio-uie8hnakusl div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.4166666666666667s;
    background: #0c48c6;
}

.ldio-uie8hnakusl div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.3333333333333333s;
    background: #0c48c6;
}

.ldio-uie8hnakusl div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.25s;
    background: #0c48c6;
}

.ldio-uie8hnakusl div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.16666666666666666s;
    background: #0c48c6;
}

.ldio-uie8hnakusl div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.08333333333333333s;
    background: #0c48c6;
}

.ldio-uie8hnakusl div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
    background: #0c48c6;
}

.loadingio-spinner-spinner-i9l2p5xpoy9 {
    width: 200px;
    height: 200px;
    display: inline-block;
    position: absolute;
    overflow: visible;
    background: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.ldio-uie8hnakusl {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.ldio-uie8hnakusl div {
    box-sizing: content-box;
}

