/*@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");::-webkit-scrollbar {    width: 4px;    height: 4px;}::-webkit-scrollbar-track {    background: #dddee7;    border: 1.5px solid #f8f8fa;}::-webkit-scrollbar-thumb {    background-color: #888b87;    border-radius: 5px;}* {    margin: 0;    padding: 0;    -webkit-box-sizing: border-box;    box-sizing: border-box;    text-decoration: none;}body.scroll {    overflow: hidden;}.container {    max-width: 1880px;    padding: 0 100px;    width: 100%;    margin: 0 auto;    display: -webkit-box;    display: -ms-flexbox;    display: flex;}@media (max-width: 1599px) {    .container {        padding: 0 80px;    }}@media (max-width: 1439px) {    .container {        padding: 0 70px;    }}@media (max-width: 1279px) {    .container {        padding: 0 55px;    }}@media (max-width: 1023px) {    .container {        padding: 0 35px;    }}@media (max-width: 767px) {    .container {        padding: 0 20px;    }}.btn-text {    font-family: PT Sans, sans-serif;    font-style: normal;    font-weight: normal;    font-size: 16px;    line-height: 21px;    color: #ffffff;}@media (max-width: 1439px) {    .btn-text {        font-size: 14px;        line-height: 18px;    }}.sub {    font-family: PT Sans, sans-serif;    font-style: normal;    font-weight: normal;    font-size: 14px;    line-height: 150%;}@media (max-width: 767px) {    .sub {        font-size: 12px;    }}.h4 {    font-family: PT Sans, sans-serif;    font-style: normal;    font-weight: bold;    font-size: 24px;    line-height: 31px;    color: #373a36;}@media (max-width: 1439px) {    .h4 {        font-size: 22px;        line-height: 130%;    }}@media (max-width: 1279px) {    .h4 {        font-size: 18px;    }}.h1 {    font-family: PT Sans, sans-serif;    font-style: normal;    font-weight: bold;    font-size: 90px;    line-height: 130%;    color: #ffffff;}@media (max-width: 1919px) {    .h1 {        font-size: 75px;    }}@media (max-width: 1599px) {    .h1 {        font-size: 70px;    }}@media (max-width: 1439px) {    .h1 {        font-size: 62px;    }}@media (max-width: 1279px) {    .h1 {        font-size: 50px;    }}@media (max-width: 1023px) {    .h1 {        font-size: 45px;    }}@media (max-width: 767px) {    .h1 {        font-size: 34px;    }}.h2 {    font-family: PT Sans, sans-serif;    font-style: normal;    font-weight: bold;    font-size: 55px;    line-height: 130%;    text-align: center;    color: #373a36;}@media (max-width: 1919px) {    .h2 {        font-size: 50px;    }}@media (max-width: 1599px) {    .h2 {        font-size: 45px;    }}@media (max-width: 1439px) {    .h2 {        font-size: 38px;    }}@media (max-width: 1279px) {    .h2 {        font-size: 32px;    }}@media (max-width: 1023px) {    .h2 {        font-size: 24px;    }}@media (max-width: 767px) {    .h2 {        font-size: 25px;    }}.body-big {    font-family: Open Sans, sans-serif;    font-style: normal;    font-weight: 600;    font-size: 55px;    line-height: 140%;    color: #373a36;}@media (max-width: 1919px) {    .body-big {        font-size: 50px;    }}@media (max-width: 1599px) {    .body-big {        font-size: 45px;    }}@media (max-width: 1439px) {    .body-big {        font-size: 38px;    }}@media (max-width: 1279px) {    .body-big {        font-size: 32px;    }}@media (max-width: 1023px) {    .body-big {        font-size: 24px;    }}@media (max-width: 767px) {    .body-big {        font-size: 23px;    }}.h3 {    font-family: PT Sans, sans-serif;    font-style: normal;    font-weight: bold;    font-size: 32px;    line-height: 41px;    color: #373a36;}@media (max-width: 1919px) {    .h3 {        font-size: 28px;        line-height: 130%;    }}@media (max-width: 1599px) {    .h3 {        font-size: 26px;    }}@media (max-width: 1439px) {    .h3 {        font-size: 24px;    }}@media (max-width: 1279px) {    .h3 {        font-size: 22px;    }}@media (max-width: 1023px) {    .h3 {        font-size: 22px;    }}@media (max-width: 767px) {    .h3 {        font-size: 20px;    }}.btn {    cursor: pointer;    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;    position: relative;    overflow: hidden;    border-radius: 40px;}.btn:before {    content: "";    position: absolute;    top: var(--y);    left: var(--x);    width: 0;    height: 0;    -webkit-transform: translateY(-50%) translateX(-50%);    -ms-transform: translateY(-50%) translateX(-50%);    transform: translateY(-50%) translateX(-50%);    background: #551c25;    border-radius: 50%;    -webkit-transition: width 1s, height 1s, left 0.1s, top 0.1s;    -o-transition: width 1s, height 1s, left 0.1s, top 0.1s;    transition: width 1s, height 1s, left 0.1s, top 0.1s;}.btn:hover:before {    width: 460px;    height: 460px;}.btn:hover .btn-cont {    border-color: #551c25;}.btn:hover .btn-text {    color: #ffffff;}.btn:hover svg {    -webkit-transform: rotate(45deg);    -ms-transform: rotate(45deg);    transform: rotate(45deg);}.btn:hover svg path {    fill: #ffffff;}.btn-cont {    display: -webkit-box; transform: translateZ(0);    display: -ms-flexbox;    display: flex;    border: 1px solid #373a36;    border-radius: 40px;    -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;    -webkit-transition-duration: 1s;    -o-transition-duration: 1s;    transition-duration: 1s;    padding: 9px 20px 9px 25px;    position: relative;    z-index: 1;}.btn-cont svg {    -webkit-transition-duration: 1s;    -o-transition-duration: 1s;    transition-duration: 1s;}.btn-cont svg path {    -webkit-transition-duration: 1s;    -o-transition-duration: 1s;    transition-duration: 1s;}.btn-text {    margin-right: 10px;    -webkit-transition-duration: 1s;    -o-transition-duration: 1s;    transition-duration: 1s;    color: #373a36;}.secondary-text {    font-family: PT Sans, sans-serif;    font-style: normal;    font-weight: normal;    font-size: 16px;    line-height: 130%;    color: #888b87;}.navigation {    display: -webkit-box;    display: -ms-flexbox;    display: flex;    -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;    margin-left: auto;}.next,.prev { outline: 0 !important;box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;    -webkit-tap-highlight-color: transparent;    border: 1px solid #dddee7;    border-radius: 60px;    width: 57px;    height: 45px;    overflow: hidden;    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;    cursor: pointer;}@media (max-width: 1279px) {    .next,    .prev {        display: none;    }}.pagination {    font-family: PT Sans, sans-serif;    font-style: normal;    font-weight: bold;    font-size: 20px;    line-height: 26px;    color: #373a36;    margin: 0 20px;    position: static !important;    width: auto !important;}@media (max-width: 1439px) {    .pagination {        font-size: 18px;        line-height: 23px;    }}@media (max-width: 1279px) {    .pagination {        margin: 0;    }}@media (max-width: 767px) {    .pagination {        font-size: 14px;        line-height: 18px;    }}.pagination span {    font-family: PT Sans, sans-serif;    font-style: normal;    font-weight: bold;    font-size: 20px;    line-height: 26px;    color: #373a36;}@media (max-width: 1439px) {    .pagination span {        font-size: 18px;        line-height: 23px;    }}@media (max-width: 767px) {    .pagination span {        font-size: 14px;        line-height: 18px;    }}.t2 {    font-family: Open Sans, sans-serif;    font-style: normal;    font-weight: normal;    font-size: 18px;    line-height: 150%;    color: #5c5f5b;}@media (max-width: 1919px) {    .t2 {        font-size: 16px;    }}@media (max-width: 1279px) {    .t2 {        font-size: 14px;    }}@media (max-width: 767px) {    .t2 {        font-size: 16px;    }}.t1 {    font-family: PT Sans, sans-serif;    font-style: normal;    font-weight: normal;    font-size: 16px;    line-height: 130%;    color: #888b87;}@media (max-width: 1919px) {    .t1 {        font-size: 16px;    }}@media (max-width: 1599px) {    .t1 {        font-size: 14px;    }}.h5 {    font-family: PT Sans, sans-serif;    font-style: normal;    font-weight: bold;    font-size: 28px;    line-height: 130%;    color: #373a36;}@media (max-width: 1919px) {    .h5 {        font-size: 26px;    }}@media (max-width: 1599px) {    .h5 {        font-size: 22px;    }}@media (max-width: 767px) {    .h5 {        font-size: 19px;    }}.t3 {    font-family: PT Sans, sans-serif;    font-style: normal;    font-weight: bold;    font-size: 20px;    line-height: 26px;    color: #888b87;}@media (max-width: 1439px) {    .t3 {        font-size: 18px;        line-height: 23.3px;    }}@media (max-width: 767px) {    .t3 {        font-size: 14px;        line-height: 18px;    }}.prev,.next {    position: relative;}.prev:hover:before,.next:hover:before {    width: 100px;    height: 100px;}.prev:before,.next:before {    content: "";    position: absolute;    top: var(--y);    left: var(--x);    -webkit-transform: translateX(-50%) translateY(-50%);    -ms-transform: translateX(-50%) translateY(-50%);    transform: translateX(-50%) translateY(-50%);    width: 0px;    height: 0px;    background: #dddee7;    border-radius: 50%;    -webkit-transition: width 1s, height 1s, left 0.05s, top 0.05s;    -o-transition: width 1s, height 1s, left 0.05s, top 0.05s;    transition: width 1s, height 1s, left 0.05s, top 0.05s;}.prev svg,.next svg {    position: relative;    z-index: 1;}.ul {    margin-bottom: 40px;    padding-left: 35px;}@media (max-width: 767px) {    .ul {        padding-left: 25px;    }}.li {    list-style-type: none;    position: relative;}.li:before {    content: "";    position: absolute;    left: -15px;    top: 11px;    width: 5px;    height: 5px;    border-radius: 50%;    background: #c59217;}.li:not(:last-child) {    margin-bottom: 5px;}@media (max-width: 767px) {    .li:not(:last-child) {        margin-bottom: 8px;    }}.our__numbers {    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;    margin-top: 60px;}@media (max-width: 1439px) {    .our__numbers {        margin-top: 40px;    }}@media (max-width: 1279px) {    .our__numbers {        margin-top: 30px;    }}@media (max-width: 767px) {    .our__numbers {        -webkit-box-pack: justify;        -ms-flex-pack: justify;        justify-content: space-between;    }}.our__numbers-wrapper {    display: -webkit-box;    display: -ms-flexbox;    display: flex;    -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;}.our-num {    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;    cursor: pointer;}.our-num:not(:last-child) {    margin-right: 37px;}@media (max-width: 1279px) {    .our-num:not(:last-child) {        margin-right: 30px;    }}@media (max-width: 767px) {    .our-num:not(:last-child) {        margin-right: 20px;    }}@media (max-width: 767px) {    .our-num:nth-child(4) {        display: none;    }}.our-num.active {    width: 46px;    height: 46px;    border: 1px solid #dddee7;    border-radius: 46px;    color: #373a36;    margin: 0 20px 0 0;}@media (max-width: 1439px) {    .our-num.active {        width: 43px;        height: 43px;    }}@media (max-width: 1279px) {    .our-num.active {        width: auto;        height: auto;        border: none;        margin-right: 30px;    }}@media (max-width: 767px) {    .our-num.active {        margin-right: 20px;    }}.our__numbers .next {    margin-left: 50px;}@media (max-width: 1439px) {    .our__numbers .next {        width: 51px;        height: 40px;    }}@media (max-width: 1279px) {    .our__numbers .next {        margin-left: 30px;        display: -webkit-box;        display: -ms-flexbox;        display: flex;    }}@media (max-width: 767px) {    .our__numbers .next {        width: 40px;        height: 30px;    }}@media (max-width: 767px) {    .our__numbers .next svg {        width: 6px;        height: 10px;    }}.our__numbers .prev {    margin-right: 50px;}@media (max-width: 1439px) {    .our__numbers .prev {        width: 51px;        height: 40px;    }}@media (max-width: 1279px) {    .our__numbers .prev {        margin-right: 30px;        display: -webkit-box;        display: -ms-flexbox;        display: flex;    }}@media (max-width: 767px) {    .our__numbers .prev {        width: 40px;        height: 30px;    }}@media (max-width: 767px) {    .our__numbers .prev svg {        width: 6px;        height: 10px;    }}.think_color {    color: #005760;}.scroll-btn {    position: fixed;    width: 45px;    height: 57px;    right: 35px;    bottom: 30px;    border: 1px solid #dddee7;    border-radius: 60px;    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;    background: #ffffff;    cursor: pointer;    opacity: 0;    visibility: hidden;    -webkit-transform: translateY(20px);    -ms-transform: translateY(20px);    transform: translateY(20px);    -webkit-transition-duration: 0.8s;    -o-transition-duration: 0.8s;    transition-duration: 0.8s;    z-index: 100;}@media (max-width: 1439px) {    .scroll-btn {        right: 25px;        bottom: 20px;    }}@media (max-width: 1023px) {    .scroll-btn {        width: 25px;        height: 34px;        right: 10px;        bottom: 10px;    }}.scroll-btn:hover {    background: #551c25;    border-color: #551c25;}.scroll-btn:hover svg path {    fill: #ffffff;}@media (max-width: 1023px) {    .scroll-btn svg {        width: 10px;        height: 10px;    }}.scroll-btn svg path {    -webkit-transition-duration: 0.8s;    -o-transition-duration: 0.8s;    transition-duration: 0.8s;}.scroll-btn.active {    opacity: 1;    visibility: visible;    -webkit-transform: translateY(0);    -ms-transform: translateY(0);    transform: translateY(0);}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration {    -webkit-appearance:none;}*/



/*
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
*/

/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizYRExUiTo99u79D0e0ysmIEDQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizYRExUiTo99u79D0e0w8mIEDQ.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizYRExUiTo99u79D0e0ycmIEDQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizYRExUiTo99u79D0e0x8mI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizdRExUiTo99u79D0e8fOydIhUdwzM.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizdRExUiTo99u79D0e8fOydKxUdwzM.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizdRExUiTo99u79D0e8fOydIRUdwzM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizdRExUiTo99u79D0e8fOydLxUd.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizaRExUiTo99u79D0-ExdGM.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizaRExUiTo99u79D0aExdGM.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizaRExUiTo99u79D0yExdGM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizaRExUiTo99u79D0KExQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizfRExUiTo99u79B_mh0OOtLQ0Z.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizfRExUiTo99u79B_mh0OqtLQ0Z.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/wp-content/themes/sif/assets/fonts/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    background: #dddee7;
    border: 1.5px solid #f8f8fa;
}
::-webkit-scrollbar-thumb {
    background-color: #888b87;
    border-radius: 5px;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
body.scroll {
    overflow: hidden;
}
.container {
    max-width: 1880px;
    padding: 0 100px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1599px) {
    .container {
        padding: 0 80px;
    }
}
@media (max-width: 1439px) {
    .container {
        padding: 0 70px;
    }
}
@media (max-width: 1279px) {
    .container {
        padding: 0 55px;
    }
}
@media (max-width: 1023px) {
    .container {
        padding: 0 35px;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
}
.btn-text {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
}
@media (max-width: 1439px) {
    .btn-text {
        font-size: 14px;
        line-height: 18px;
    }
}
.custom_btn_upload {
    padding: 2px 5px;
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1416;
    color: black;
    display: inline-block;
    background-color: #efefef;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid black;
}
.file_name {
    color: black;
    font-size: 14px;
}
.cv-file input {
    display: none;
}
.sub {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}
@media (max-width: 767px) {
    .sub {
        font-size: 12px;
    }
}
.h4 {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    color: #373a36;
}

.car__item-bot strong {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    color: #373a36;
}
.car__item-bot span strong {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #5c5f5b;
}
@media (max-width: 1439px) {
    .h4 {
        font-size: 22px;
        line-height: 130%;
    }
    .car__item-bot strong {
        font-size: 22px;
        line-height: 130%;
    }
}
@media (max-width: 1279px) {
    .h4 {
        font-size: 18px;
    }
    .car__item-bot strong {
        font-size: 18px;
    }
}

.h1 {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 90px;
    line-height: 130%;
    color: #ffffff;
}
@media (max-width: 1919px) {
    .h1 {
        font-size: 75px;
    }
}
@media (max-width: 1599px) {
    .h1 {
        font-size: 70px;
    }
}
@media (max-width: 1439px) {
    .h1 {
        font-size: 62px;
    }
}
@media (max-width: 1279px) {
    .h1 {
        font-size: 50px;
    }
}
@media (max-width: 1023px) {
    .h1 {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    .h1 {
        font-size: 34px;
    }
}
.h2 {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 130%;
    text-align: center;
    color: #373a36;
}
@media (max-width: 1919px) {
    .h2 {
        font-size: 50px;
    }
}
@media (max-width: 1599px) {
    .h2 {
        font-size: 45px;
    }
}
@media (max-width: 1439px) {
    .h2 {
        font-size: 38px;
    }
}
@media (max-width: 1279px) {
    .h2 {
        font-size: 32px;
    }
}
@media (max-width: 1023px) {
    .h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .h2 {
        font-size: 25px;
    }
}
.body-big {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 140%;
    color: #373a36;
}
@media (max-width: 1919px) {
    .body-big {
        font-size: 50px;
    }
}
@media (max-width: 1599px) {
    .body-big {
        font-size: 45px;
    }
}
@media (max-width: 1439px) {
    .body-big {
        font-size: 38px;
    }
}
@media (max-width: 1279px) {
    .body-big {
        font-size: 32px;
    }
}
@media (max-width: 1023px) {
    .body-big {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .body-big {
        font-size: 23px;
    }
}
.h3 {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    color: #373a36;
}
@media (max-width: 1919px) {
    .h3 {
        font-size: 28px;
        line-height: 130%;
    }
}
@media (max-width: 1599px) {
    .h3 {
        font-size: 26px;
    }
}
@media (max-width: 1439px) {
    .h3 {
        font-size: 24px;
    }
}
@media (max-width: 1279px) {
    .h3 {
        font-size: 22px;
    }
}
@media (max-width: 1023px) {
    .h3 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .h3 {
        font-size: 20px;
    }
}
.btn {
    cursor: pointer;
    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;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}
.btn:before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: #551c25;
    border-radius: 50%;
    -webkit-transition: width 1s, height 1s, left 0.1s, top 0.1s;
    -o-transition: width 1s, height 1s, left 0.1s, top 0.1s;
    transition: width 1s, height 1s, left 0.1s, top 0.1s;
}
.btn:hover:before {
    width: 460px;
    height: 460px;
}
.btn:hover .btn-cont {
    border-color: #551c25;
}
.btn:hover .btn-text {
    color: #ffffff;
}
.btn:hover svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn:hover svg path {
    fill: #ffffff;
}
.btn-cont {
    display: -webkit-box;
    transform: translateZ(0);
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #373a36;
    border-radius: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    padding: 9px 20px 9px 25px;
    position: relative;
    z-index: 1;
}
.btn-cont svg {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.btn-cont svg path {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.btn-text {
    margin-right: 10px;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    color: #373a36;
}
.secondary-text {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #888b87;
}
.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}
.next,
.prev {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #dddee7;
    border-radius: 60px;
    width: 57px;
    height: 45px;
    overflow: hidden;
    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;
    cursor: pointer;
}
@media (max-width: 1279px) {
    .next,
    .prev {
        display: none;
    }
}
.pagination {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #373a36;
    margin: 0 20px;
    position: static !important;
    width: auto !important;
}
@media (max-width: 1439px) {
    .pagination {
        font-size: 18px;
        line-height: 23px;
    }
}
@media (max-width: 1279px) {
    .pagination {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .pagination {
        font-size: 14px;
        line-height: 18px;
    }
}
.pagination span {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #373a36;
}
@media (max-width: 1439px) {
    .pagination span {
        font-size: 18px;
        line-height: 23px;
    }
}
@media (max-width: 767px) {
    .pagination span {
        font-size: 14px;
        line-height: 18px;
    }
}
.t2 {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #5c5f5b;
}
.around__item ul li {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #5c5f5b;
}
.car__item-bot ul li {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #5c5f5b;
}
.man__right p {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #5c5f5b;
}
.man__right ul li {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #5c5f5b;
}
.car__item-bot ol li {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #5c5f5b;
}
.car__item-bot p {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #5c5f5b;
}
@media (max-width: 1919px) {
    .t2 {
        font-size: 16px;
    }
    .car__item-bot p {
        font-size: 16px;
    }
    .car__item-bot ul li {
        font-size: 16px;
    }
    .car__item-bot ol li {
        font-size: 16px;
    }
    .man__right p {
        font-size: 16px;
    }
    .man__right ul li {
        font-size: 16px;
    }
    .around__item ul li {
        font-size: 16px;
    }
}
@media (max-width: 1279px) {
    .t2 {
        font-size: 14px;
    }
    .car__item-bot p {
        font-size: 14px;
    }
    .car__item-bot ul li {
        font-size: 14px;
    }
    .car__item-bot ol li {
        font-size: 14px;
    }
    .man__right p {
        font-size: 14px;
    }
    .man__right ul li {
        font-size: 14px;
    }
    .around__item ul li {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .t2 {
        font-size: 16px;
    }
    .car__item-bot p {
        font-size: 16px;
    }
    .car__item-bot ul li {
        font-size: 16px;
    }
    .car__item-bot ol li {
        font-size: 16px;
    }
    .man__right p {
        font-size: 16px;
    }
    .man__right ul li {
        font-size: 16px;
    }
    .around__item ul li {
        font-size: 16px;
    }
}
.t1 {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #888b87;
}
@media (max-width: 1919px) {
    .t1 {
        font-size: 16px;
    }
}
@media (max-width: 1599px) {
    .t1 {
        font-size: 14px;
    }
}
.h5 {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 130%;
    color: #373a36;
}
@media (max-width: 1919px) {
    .h5 {
        font-size: 26px;
    }
}
@media (max-width: 1599px) {
    .h5 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .h5 {
        font-size: 19px;
    }
}
.t3 {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #888b87;
}
@media (max-width: 1439px) {
    .t3 {
        font-size: 18px;
        line-height: 23.3px;
    }
}
@media (max-width: 767px) {
    .t3 {
        font-size: 14px;
        line-height: 18px;
    }
}
.prev,
.next {
    position: relative;
}
.prev:hover:before,
.next:hover:before {
    width: 100px;
    height: 100px;
}
.prev:before,
.next:before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 0px;
    height: 0px;
    background: #dddee7;
    border-radius: 50%;
    -webkit-transition: width 1s, height 1s, left 0.05s, top 0.05s;
    -o-transition: width 1s, height 1s, left 0.05s, top 0.05s;
    transition: width 1s, height 1s, left 0.05s, top 0.05s;
}
.prev svg,
.next svg {
    position: relative;
    z-index: 1;
}
.ul {
    margin-bottom: 40px;
    padding-left: 35px;
}
.car__item-bot ul {
    margin-bottom: 40px;
    padding-left: 35px;
}
.car__item-bot ol {
    margin-bottom: 40px;
    padding-left: 35px;
}
.man__right ul,
.man__right ol {
    margin-bottom: 40px;
    padding-left: 35px;
}
@media (max-width: 767px) {
    .ul {
        padding-left: 25px;
    }
    .car__item-bot ul {
        padding-left: 25px;
    }
    .car__item-bot ol {
        padding-left: 25px;
    }
    .man__right ul,
    .man__right ol {
        padding-left: 25px;
    }
}
.li {
    list-style-type: none;
    position: relative;
}
.car__item-bot ul li {
    list-style-type: none;
    position: relative;
}
.car__item-bot ol li {
    position: relative;
}
.car__item-bot ol li::marker {
    color: #c59217;
}
.man__right ul li{
    position: relative;
    list-style-type: none;
}
.man__right ol li::marker {
    color: #c59217;
}
.around__item ul li {
    list-style-type: none;
    position: relative;
}
.li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c59217;
}
.car__item-bot ul li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c59217;
}
.man__right ul li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c59217;
}
.around__item ul li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c59217;
}
.li:not(:last-child) {
    margin-bottom: 5px;
}
.car__item-bot ul li:not(:last-child) {
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .li:not(:last-child) {
        margin-bottom: 8px;
    }

    .car__item-bot ul li:not(:last-child) {
        margin-bottom: 8px;
    }
    .man__right ul li:not(:last-child) {
        margin-bottom: 8px;
    }
}
.our__numbers {
    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;
    margin-top: 60px;
}
@media (max-width: 1439px) {
    .our__numbers {
        margin-top: 40px;
    }
}
@media (max-width: 1279px) {
    .our__numbers {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .our__numbers {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.our__numbers-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.our-num {
    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;
    cursor: pointer;
}
.our-num:not(:last-child) {
    margin-right: 37px;
}
@media (max-width: 1279px) {
    .our-num:not(:last-child) {
        margin-right: 30px;
    }
}
@media (max-width: 767px) {
    .our-num:not(:last-child) {
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .our-num:nth-child(4) {
        display: none;
    }
}
.our-num.active {
    width: 46px;
    height: 46px;
    border: 1px solid #dddee7;
    border-radius: 46px;
    color: #373a36;
    margin: 0 20px 0 0;
}
@media (max-width: 1439px) {
    .our-num.active {
        width: 43px;
        height: 43px;
    }
}
@media (max-width: 1279px) {
    .our-num.active {
        width: auto;
        height: auto;
        border: none;
        margin-right: 30px;
    }
}
@media (max-width: 767px) {
    .our-num.active {
        margin-right: 20px;
    }
}
.our__numbers .next {
    margin-left: 50px;
}
@media (max-width: 1439px) {
    .our__numbers .next {
        width: 51px;
        height: 40px;
    }
}
@media (max-width: 1279px) {
    .our__numbers .next {
        margin-left: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 767px) {
    .our__numbers .next {
        width: 40px;
        height: 30px;
    }
}
@media (max-width: 767px) {
    .our__numbers .next svg {
        width: 6px;
        height: 10px;
    }
}
.our__numbers .prev {
    margin-right: 50px;
}
@media (max-width: 1439px) {
    .our__numbers .prev {
        width: 51px;
        height: 40px;
    }
}
@media (max-width: 1279px) {
    .our__numbers .prev {
        margin-right: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 767px) {
    .our__numbers .prev {
        width: 40px;
        height: 30px;
    }
}
@media (max-width: 767px) {
    .our__numbers .prev svg {
        width: 6px;
        height: 10px;
    }
}
.think_color {
    color: #005760;
}
.scroll-btn {
    position: fixed;
    width: 45px;
    height: 57px;
    right: 35px;
    bottom: 30px;
    border: 1px solid #dddee7;
    border-radius: 60px;
    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;
    background: #ffffff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    z-index: 100;
}
@media (max-width: 1439px) {
    .scroll-btn {
        right: 25px;
        bottom: 20px;
    }
}
@media (max-width: 1023px) {
    .scroll-btn {
        width: 25px;
        height: 34px;
        right: 10px;
        bottom: 10px;
    }
}
.scroll-btn:hover {
    background: #551c25;
    border-color: #551c25;
}
.scroll-btn:hover svg path {
    fill: #ffffff;
}
@media (max-width: 1023px) {
    .scroll-btn svg {
        width: 10px;
        height: 10px;
    }
}
.scroll-btn svg path {
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.scroll-btn.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
