@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;700&display=swap");

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img,
abbr {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ul li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block
}

img,
video {
    max-width: 100%;
    height: auto
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif
}

*:focus {
    outline: none
}

body {
    font-size: 16px
}

.btn-primary {
    display: inline-block;
    max-width: 100%;
    padding: 16px;
    text-align: center;
    letter-spacing: .5px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px
}

.btn-secondary {
    display: inline-block;
    width: 350px;
    max-width: 100%;
    padding: 16px;
    text-align: center;
    font-family: 'TT Norms Pro';
    letter-spacing: .5px;
    background-color: transparent;
    border: 2px solid #FCECDD;
    color: #FCECDD;
    cursor: pointer
}

.title-primary {
    border-left: 8px solid #333;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    padding-left: 16px;
    color: #999
}

@media screen and (max-width: 768px) {
    .title-primary {
        font-size: 32px
    }
}

.title-secondary {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #999;
    position: relative;
    margin-bottom: 50px
}

.title-secondary::before {
    content: '';
    position: absolute;
    height: 8px;
    width: 100px;
    left: 50%;
    bottom: -20px;
    background: #B86D5C;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.container {
    width: 1050px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 15px
    }
}

.overhidden {
    overflow: hidden
}

.container-mini {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container-lg {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.show-xs {
    display: none !important
}

@media screen and (max-width: 576px) {
    .show-xs {
        display: block !important
    }
}

.show-sm {
    display: none !important
}

@media screen and (max-width: 768px) {
    .show-sm {
        display: block !important
    }
}

@media screen and (max-width: 768px) {
    .hide-sm {
        display: none !important
    }
}

@media screen and (max-width: 576px) {
    .hide-xs {
        display: none !important
    }
}

a {
    text-decoration: none
}

img,
video {
    max-width: 100%;
    height: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

button {
    -webkit-appearance: none
}

.pulse-white {
    -webkit-animation: pulse-with 2s linear infinite;
    animation: pulse-with 2s linear infinite
}

@-webkit-keyframes pulse-with {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8)
    }

    40% {
        -webkit-box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.5)
    }

    80% {
        -webkit-box-shadow: 0 0 3px 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 3px 10px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulse-with {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8)
    }

    40% {
        -webkit-box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.5)
    }

    80% {
        -webkit-box-shadow: 0 0 3px 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 3px 10px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

nav .nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 20px 0
}

nav .nav-inner .to_main {
    width: 33.333%;
}

nav .nav-inner .to_main svg {
    width: 30px;
}

nav .logo {
    width: 33.333%;
    position: relative;
    text-align: center;
}

header {
    padding: 50px 0
}

@media screen and (max-width: 768px) {
    header {
        text-align: center
    }
    nav .nav-inner .to_main {
        width: 25%;

    }
    nav .logo {
        width: 50%;
    }
    nav .nav-inner {
        /* justify-content: space-between; */
    }
}

header h1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    header h1 {
        font-size: 26px;
        margin-bottom: 30px
    }
}

header img {
    border-radius: 50px
}

header .left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px)
}

@media screen and (max-width: 1024px) {
    header .left {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width: 768px) {
    header .left {
        width: calc(100% - 30px)
    }
}

header .right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(66.66667% - 30px)
}

@media screen and (max-width: 1024px) {
    header .right {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width: 768px) {
    header .right {
        width: calc(100% - 30px)
    }
}

.pulse-white {
    -webkit-animation: pulse-with 2s linear infinite;
    animation: pulse-with 2s linear infinite
}

@keyframes pulse-with {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8)
    }

    40% {
        -webkit-box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.5)
    }

    80% {
        -webkit-box-shadow: 0 0 3px 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 3px 10px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.img {
    width: 700px;
    max-width: 100%;
    margin: 50px auto
}

.countries {
    padding: 60px 0
}

.countries .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    margin-bottom: 30px
}

@media screen and (max-width: 576px) {
    .countries .item {
        width: calc(100% - 30px)
    }
}

.countries a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.countries .flag {
    width: 85px;
    height: 60px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    margin-right: 20px
}

.countries .text {
    font-size: 28px;
    color: #567dbc
}

.flags {
    padding: 60px 0
}

.flags .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flags .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px
}

.flags a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flags .flag {
    width: 85px;
    height: 60px;
    border-radius: 5px;
    background-size: cover;
    background-position: center
}

.products {
    padding: 60px 0
}

@media screen and (max-width: 768px) {
    .products {
        padding: 40px 0
    }
}

.products .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
    border-radius: 15px;
    padding: 20px 15px;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .products .item {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width: 576px) {
    .products .item {
        width: calc(100% - 30px)
    }
}

.products .item .product_img {
    height: 200px;
    text-align: center;
    margin-bottom: 20px
}

.products .item .product_img img {
    height: 100%;
    width: auto
}

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

.products .item h3 {
    font-size: 22px
}

.products .item a {
    text-align: center;
    color: #567dbc;
    font-weight: bold;
}

.products .item .btn a:hover {
    background-color: #7d92a9
}

.products .item .btn img {
    width: 20px
}

.about .content .wp-block-embed__wrapper {
    text-align: center
}

.about .content p {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 17px;
    padding-right: 20px;
    letter-spacing: .2px
}

@media screen and (max-width: 576px) {
    .about .content p {
        font-size: 14px
    }
}

.about .content table {
    border-collapse: collapse;
    border: 1px solid #000
}

.about .content table.is-style-stripes {
    border: none
}

.about .content table.is-style-stripes th,
.about .content table.is-style-stripes td {
    border: none
}

.about .content table th,
.about .content table td {
    padding: 10px 20px;
    border: 1px solid #000
}

.about .content table th {
    font-weight: bold;
    margin-bottom: 10px
}

.about .content h1,
.about .content h2,
.about .content h3,
.about .content h4,
.about .content h5,
.about .content h6 {
    line-height: 1.4;
    margin-bottom: 15px;
    word-break: break-word
}

.about .content h1 {
    font-size: 45px
}

@media screen and (max-width: 1024px) {
    .about .content h1 {
        font-size: 38px
    }
}

@media screen and (max-width: 768px) {
    .about .content h1 {
        font-size: 35px
    }
}

.about .content h2 {
    font-size: 36px
}

@media screen and (max-width: 768px) {
    .about .content h2 {
        font-size: 30px
    }
}

.about .content h3 {
    font-size: 30px
}

@media screen and (max-width: 768px) {
    .about .content h3 {
        font-size: 27px
    }
}

@media screen and (max-width: 576px) {
    .about .content h3 {
        font-size: 23px
    }
}

.about .content h4 {
    font-size: 25px
}

@media screen and (max-width: 768px) {
    .about .content h4 {
        font-size: 23px
    }
}

@media screen and (max-width: 576px) {
    .about .content h4 {
        font-size: 20px
    }
}

.about .content b,
.about .content strong {
    font-weight: bold
}

.about .content ul {
    padding-left: 30px;
    margin-bottom: 15px
}

.about .content ul li {
    position: relative;
    font-size: 15px
}

.about .content ul li:not(:last-of-type) {
    margin-bottom: 10px
}

.about .content figure {
    margin: 0
}

.certificates {
    background: #dce2e9;
    padding: 50px 0
}

.certificates img {
    vertical-align: bottom
}

footer {
    background-color: #707e8e;
    padding: 50px 0
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .address {
    color: #fff
}

footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .socials a {
    display: inline-block;
    margin-left: 15px;
    color: #fff
}

footer .socials a svg {
    width: 20px
}

/*# sourceMappingURL=style.min.css.map */