/*normolize defaults styles for correct displaying*/
*{margin:0;box-sizing:border-box;}body,html{font-family: "Involve";scroll-behavior: smooth;-webkit-text-stroke: 0.4px rgba(0, 0, 0, 0.1);height:100%;margin:0;font-weight: 400;font-style: normal !important;font-size:14px;}a{text-decoration:none}a,button:focus,input{outline:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*normolize defaults styles for correct displaying*/

:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-blue: #3b70cd;
    --color-gray-700: #6e6e6e;
    --color-gray-600: #787878;
    --color-gray-500: #969696;
    --color-card: rgba(245, 249, 252, 0.67);
    --color-progress-bg: #eff3f5;
    --font-family: "Involve", "Inter", "Segoe UI", sans-serif;
    --second-family:"Inter", "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    min-width: 320px;
    background: var(--color-white);
    color: var(--color-black);
    font-family: var(--font-family);
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: 0;
    padding: 0;
    background: transparent;
    font: inherit;
    color: inherit;
    cursor: pointer;
}

.container {
    width: min(1604px, 100% - 40px);
    margin: 0 auto;
}

.container.topbar__inner{
    width: 100% !important;
}
.topbar__inner {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.topbar__logo {
    width: 50px;
    height: 35px;
    flex: 0 0 auto;
}

.topbar__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.topbar__nav {
    display: flex;
    align-items: center;
    grid-gap: 60px;
    margin-left: 88px;
}

.topbar__nav a,
.topbar__nav a *,
.topbar__nav a p {
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18.62px !important;
    letter-spacing: 0.28px !important;
    color: var(--color-gray-600) !important;
}

.topbar__actions {
    display: flex;
    align-items: center;
    grid-gap: 16px;
    margin-top: 7px;
    margin-left: auto;
}

.topbar__phone,
.topbar__phone *,
.topbar__phone p {
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18.62px !important;
    letter-spacing: 0.28px !important;
    color: var(--color-blue) !important;
}

.topbar__wa {
    width: 20px;
    height: 20px;
}

.topbar__wa img {
    width: 20px;
    height: 20px;
}

.pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 455px;
    height: 82px;
    border: 1px solid transparent;
    border-radius: 339px;
    font-family: "Inter", "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.pill-btn--small {
    width: 279px;
    height: 56px;
    font-size: 14px;
    line-height: 15.4px;
}

.pill-btn--dark {
    border-color: #000000;
    color: #000000;
    background: transparent;
}

.pill-btn--blue {
    border-color: var(--color-blue);
    color: var(--color-blue);
    background: transparent;
}

.pill-btn--filled {
    border-color: var(--color-blue);
    color: var(--color-white);
    background: var(--color-blue);
}

.pill-btn:hover {
    background: #2f61b8;
}

.pill-btn:hover,
.pill-btn:hover * {
    color: var(--color-white) !important;
    border-color: var(--color-blue) !important;
}

.pill-btn--filled:hover {
    background: #2f61b8;
}

.slider-arrow {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-blue);
    transition: .3s;
}



.slider-arrow:hover,
.slider-arrow:active,
.slider-arrow:focus {
    background: var(--color-blue);
}

.slider-arrow:hover svg *[fill],
.slider-arrow:active svg *[fill],
.slider-arrow:focus svg *[fill] {
    fill: #fff;
}


.footer {
    height: 606px;
    position: relative;
}

.footer__inner {
    height: 100%;
}

.footer__inner h2,
.footer__inner h2 *,
.footer__inner h2 p {
    position: absolute;
    top: 100px;
    left: 20px;
    width: 694px;
    margin: 0;
    font-family: var(--font-family) !important;
    font-size: 140px !important;
    font-weight: 700 !important;
    line-height: 154px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    color: var(--color-blue) !important;
}

.footer__up {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color-blue);
    border: 1px solid var(--color-blue);
    transition: .3s;
}

.footer__up:hover{
    background: transparent;
}
.footer__up:hover *[fill]{
    fill: var(--color-blue);
}

.footer__columns {
    position: absolute;
    top: 100px;
    left: 960px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 124px;
}

.footer__column h3,
.footer__column h3 *,
.footer__column h3 p {
    margin: 0 0 30px;
    font-family: var(--font-family) !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0.4px !important;
    color: var(--color-black) !important;
}

.footer__column a,
.footer__column a *,
.footer__column a p,
.footer__column p,
.footer__column p *,
.footer__column p p {
    display: block;
    margin: 0 0 18px;
    font-family: var(--font-family) !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 26.6px !important;
    letter-spacing: 0.4px !important;
    color: var(--color-gray-600) !important;
    transition: color 0.3s ease;
}

.footer__column a:hover {
    color: var(--color-blue) !important;
}

.footer__column p {
    line-height: 24px !important;
}

.footer__column a:last-child,
.footer__column p:last-child {
    margin-bottom: 0;
}

.footer__copyright,
.footer__copyright *,
.footer__copyright p {
    position: absolute;
    left: 960px;
    top: 469px;
    margin: 0;
    font-family: var(--font-family) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16.8px !important;
    letter-spacing: 0.24px !important;
    color: var(--color-gray-700) !important;
}



.category-products__pagination {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
}


.category-products__pagination a,
.category-products__pagination span,
.category-products__pagination a *,
.category-products__pagination span * {
    min-width: 8px;
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 130% !important;
    letter-spacing: 0 !important;
    color: #6e6e6e !important;
}


.category-products__pagination a.is-active,
.category-products__pagination a.is-active *,
.category-products__pagination a.is-active p {
    width: 36px;
    height: 38px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #3b70cd;
    color: #ffffff !important;
}

.category-products__pagination a{

    position: relative;
}

.category-products__pagination a:hover{

    color: #3b70cd !important;
}

.category-products__pagination a::before{

    width: 38px;
    height: 36px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #3b70cd;
    opacity: 0;
    transform: translate(-50%,-50%);
    z-index: 0;
    border-radius: 4px;
    z-index: -1;
    transition: .3s;
}
.category-products__pagination a:hover::before{
    opacity: 1;
}
.category-products__pagination a:hover,
.category-products__pagination a:hover *{
    color: #fff !important;
}

.category-products__pagination-next {
    color: #949494 !important;
}

.screen--3 {
    height: 888px;
}

.contacts{
    position: relative;
}

.contacts .section-title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    color: #000;    
}

.contacts__inner {
    height: 100%;
}

.contacts #map,
.contacts #map iframe,
.contacts #map div iframe {
    border: none !important;
    width: 871px !important;
    height: 442px !important;
}

.contacts #map{
    transition: .3s ease;
    filter: saturate(0) !important;
}
.contacts #map:hover {
    filter: saturate(1) !important;
}

.contacts__inner .section-note {
    position: absolute;
    top: 100px;
    left: 20px;
}

.contacts__supplier {
    position: absolute;
    top: 683px;
    left: 20px;
    width: 138px;
}

.contacts__logo {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 50px;
    height: 35px;
}

.contacts__content {
    margin-left: 28.5%;
    padding-top: 100px;
    width: 871px;
}

.contacts__top {
    display: flex;
    align-items: flex-end;
    grid-gap: 20px;
    margin-top: 70px;
}

.contacts__address,
.contacts__address *,
.contacts__address p,
.contacts__phone,
.contacts__phone *,
.contacts__phone p {
    margin: 0;
    font-family: var(--font-family) !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 36px !important;
    letter-spacing: 0.6px !important;
    color: var(--color-blue) !important;
}



.contacts__socials {
    display: flex;
    align-items: center;
    grid-gap: 14px;
    margin-left: auto;
}

.contacts__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid var(--color-blue);
    border-radius: 50%;
    transition: .3s;
}

.contacts__socials a:hover{
    background: var(--color-blue);
}
.contacts__socials a:hover *[fill]{
    fill: #fff;
}

.contacts__socials img {
    width: 20px;
    height: 20px;
}

.contacts__map {
    width: 871px;
    height: 442px;
    margin-top: 40px !important;
}

.about-cta {
    padding-top: 17px;
    padding-bottom: 61px;
}


.about-cta__container {
    display: flex;
    align-items: flex-start;
    padding-left: 138px;
}


.about-cta__visual {
    width: 484px;
    height: 370px;
    display: grid;
}


.about-cta__visual > * {
    grid-column: 1;
    grid-row: 1;
}


.about-cta__circle {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background: #3b70cd;
    justify-self: start;
    margin-left: 24px;
}


.about-cta__shadow {
    width: 370.84px;
    height: 114.11px;
    border-radius: 50%;
    background: #001673;
    opacity: 0.55;
    justify-self: start;
    margin-top: 229.5px;
    margin-left: 38px;
}


.about-cta__visual img {
    width: 484px;
    height: 248px;
    object-fit: contain;
    margin-top: 72px;
}


.about-cta__content {
    width: 940px;
    margin-top: 83px;
    margin-left: -29px;
}


.about-cta__actions {
    margin-top: 40px;
    display: flex;
    align-items: center;
    grid-gap: 20px;
}


.about-title-xl,
.about-title-xl *,
.about-title-xl p {
    margin: 0;
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    font-size: 48px !important;
    line-height: 52.8px !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
}


.about-title-xl .is-blue,
.about-title-xl * .is-blue {
    color: #3b70cd !important;
}


.about-title-xl .is-gray,
.about-title-xl * .is-gray {
    color: #969696 !important;
}

.about-btn{
    width: 100% !important;
    height: 82px;
}


.about-btn,
.about-btn *,
.about-btn p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    border: 1px solid transparent;
    font-family: "Inter", "Segoe UI", sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 22px !important;
    letter-spacing: 0 !important;
    transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}


.about-btn--dark {
    color: #000000 !important;
    border-color: #000000;
    background: transparent;
}


.about-btn--blue,
.about-btn--blue *,
.about-btn--blue p {
    color: #3b70cd !important;
    border-color: #3b70cd;
    background: transparent;
}


.about-btn:hover {
    background: #2f61b8;
    border-color: #2f61b8;
    color: #ffffff !important;
}


.about-btn--blue:hover,
.about-btn--blue:hover *,
.about-btn--blue:hover p {
    color: #ffffff !important;
}

