@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px;
    }
}


* {
    padding: 0;
    margin: 0;
}

h1 {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #17313F;
    flex: none;
    order: 0;
    flex-grow: 0;
}

h2 {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 52px;
    color: #17313F;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 14px 0px;
}

h3 {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;

    letter-spacing: -0.02em;
    color: #17313F;
}

h4 {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #17313F;
    flex: none;
    order: 0;
    flex-grow: 0;
    /* margin: 16px 0px; */
    margin-bottom: 16px;
}

h5 {
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #17313F;
}

p {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;


    color: #17313F;
    margin-bottom: 16px;
}

p.lead {font-size: 20px;line-height: 30px;color: #17313F;/* margin: 24px 0px; */font-family: Work Sans;font-style: normal;font-weight: normal;}

a {
    color: #1A1A1A;
    text-decoration: none;
}


.blog-item-gen a:hover {
    /* text-decoration: underline; */
}

.button-primary {
    padding: 12px 24px;
    background: #3D5061;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border: none;
}

.button-primary:hover {
    background: #2b3945;
    color: #FFD099;
}

.color-fff {
    color: #fff !important;
}

.F6F9F9 {
    background: #F6F9F9;
}

.F6F6F6 {
    background: #F6F6F6;
}

.E8F1F5 {
    background-color: #E8F1F5;

}

.CEDBE1 {
    background-color: #CEDBE1;

}

._17313F {
    background-color: #17313F;
}

._40647C {
    background-color: rgba(64, 100, 124, 0.5);
}

section {
    display: flex;
    position: relative;
}

.mt100px {
    margin-top: 100px;
}

.mb95px {
    margin-bottom: 95px !important;
    /* margin: 0; */
}

.first-block {
    height: 600px;
    background-image: url(/uploads/files/header_image.png);
    background-repeat: no-repeat;
    background-position: bottom right 27%;
}

a.nav-link {
    color: #1A1A1A;
    margin: 0 9px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

a.navbar-phone {
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
    color: #3D5061;
}

.delimiter {
    background: url(/local/images/delimiter.svg) no-repeat center center;
    height: 11px;
}

.delimiter-gray {
    background: url(/local/images/delimiter-gray.svg) no-repeat center center;
    height: 11px;
}

.nav-tabs .nav-link.active {


    opacity: 1;
}

.section-tabs {
    margin-bottom: 64px;
}

.nav-tabs .nav-link {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 187% */
    text-align: center;

    /* Black */
    color: #1A1A1A;
    opacity: 0.7;

    /* Inside Auto Layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 10px;
    border: none;
}

.nav-tabs .nav-link:hover {
    text-decoration: underline;
    opacity: 1;
}

li.nav-item {
    border: none;
}

.nav-tabs {
    border: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

main ul li:not(.nav-item, .slick-active, .slick-dots li, .list-unstyled li),

.content-text ul li:not(.nav-item, .slick-active, .slick-dots li, .list-unstyled li){
    padding: 6px 0 6px 24px;
    background: url(/local/images/chek.svg) no-repeat left top 6px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #17313F;
}

.col-item {
    background: #fff;
    padding: 36px;
    min-height: 364px;
    margin-bottom: 20px;
    /* outline: 1px solid #000; */
    border-radius: 4px;
    font-size: 16px;
}

.col-item-img {
    height: 53px;
    margin-bottom: 13px;
}

.taxes-block {
    padding: 138px 0 250px 0;
    background: url(/uploads/files/section_image.png) right -302px top 59px, url(/uploads/files/rings_image.png) left -364px bottom -153px, #E8F1F5;
    background-repeat: no-repeat;
}

.block-word {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 600;
    font-size: 110px;
    line-height: 50px;
    /* identical to box height, or 45% */


    /* orange */
    color: #3D5061;
    margin-right: 30px;
}

.block-text p {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #17313F;
}

.block-text-other {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    color: #1A1A1A;
}

.tax-number {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 50px;
    /* or 83% */


    /* Text/Papragraph */
    color: #17313F;
    opacity: 0.2;
    margin-bottom: 29px;
}

.item-tax {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */


    /* Text/Papragraph */
    color: #17313F;
    margin-bottom: 33px;
}

.block-header {
    display: flex;
    width: 542px;
    align-items: center;
    margin-bottom: 42px;
}

.block-tag {
    background: rgba(254, 174, 67, 0.4);
    border-radius: 26px;
    padding: 16px 24px;
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    /* identical to box height, or 100% */
    letter-spacing: -0.02em;

    /* Black */
    color: #1A1A1A;
    margin: 0px 13px 20px 0;
}

.block-tags {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: right;
    padding-top: 30px;
}

.tax-first-block {
    margin-bottom: 260px;
}

.industry-header {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 60px;
    /* identical to box height, or 107% */
    text-align: center;
    letter-spacing: -0.02em;

    /* Text/Papragraph */
    color: #17313F;
}

p.industry-header-lead {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */
    letter-spacing: -0.02em;

    /* Text/Papragraph */
    color: #17313F;
}

.estimate-block {
    padding: 144px 0;
    text-align: center;
}

.suitable-header {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #17313F;
}

section.suitable-block {
    padding: 141px 0;
}

.suitable-block-item {
    padding: 61px 22px 55px 65px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 460px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.slider-block-items {
    padding: 0 0 24px 0;
    /* width: calc(100% - 200px); */
}

.slider-item-text {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 48px;
    /* or 114% */
    letter-spacing: -0.02em;
    color: #FBF3EB;
    margin-top: 36px;
    margin-bottom: 40px;
}

.slider-item-description {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    /* or 160% */
    letter-spacing: -0.02em;
    color: #FBF3EB;
}

.slick-dots li {
    background: none;
}

.slick-next::before, .slick-prev::before {
    content: '';

}

.slick-prev:before, .slick-next:before {
}

.slick-prev, .slick-next {
    width: 48px;
    height: 48px;
    /* background: url(/local/images/sl_next.svg) center center transparent no-repeat; */
    opacity: 0.8;
    /* top: 58%; */
}

.slick-next {
    right: -45px;
    background: url(/local/images/sl_next.svg) center center transparent no-repeat;
}

.slick-prev {
    left: -45px;
    /* top: 58%; */
    background: url(/local/images/sl_prev.svg) center center transparent no-repeat;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 1;
}

.slick-next.slick-disabled {
    background: url(/local/images/sl_next_dis.svg) center center transparent no-repeat !important;
    cursor: not-allowed;
}

.slider-blog-items .slick-next.slick-disabled {
    background-position: bottom right !important;
    opacity: 1 !important;
}

button.slick-prev.slick-arrow.slick-disabled {
    background-position: bottom left !important;
}

.slick-prev.slick-disabled {
    background: url(/local/images/sl_prev_dis.svg) center center transparent no-repeat !important;
    cursor: not-allowed;
}

ul.slick-dots {
    text-align: left;
    padding-left: 80px;
}

.slick-dots li button:before {
    content: '';
    width: 20px;
    height: 20px;
}

.slick-dots li button {
    background: url(/local/images/sl_dot.svg) transparent center center no-repeat;

}

.slick-dots li.slick-active button {
    background: url(/local/images/sl_dot_active.svg) transparent center center no-repeat;

}

.slider-block {
    padding: 95px 0 69px 0;
    margin-top: 35px;
    margin-bottom: 31px;
}

.col-blog-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: flex-start;
    height: 100%;
    margin-bottom: 20px;
}

.blog-item-gen img {
    width: 100%;
}

.blog-item-gen {
    margin-bottom: 13px;
}

.block-blog {
    margin-bottom: 67px;
}

a.blog-link {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 187% */


    /* orange */
    color: #3D5061;
    text-decoration: none;
}

a.blog-read-all {
    border: 1px solid #1A1A1A;
    box-sizing: border-box;
    padding: 16px 43px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #1A1A1A;
    text-decoration: none;
}

a.blog-read-all:hover {
    background: #3D5061;
    color: #fff;
}

.slider-blog-items ul.slick-dots {
    padding: 0;
    text-align: center;
}

.slider-blog-items .slick-next {
    background-position: top right;
}

.schedule-block {
    background: #E8F1F5;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 70px;
}

.schedule-block h3 {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 60px;

    letter-spacing: -0.02em;
    color: #1A1A1A;
    margin-bottom: 16px;
}

.schedule-block p {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;

    letter-spacing: -0.02em;
    color: #17313F;
    margin-bottom: 44px;
    max-width: 690px;
}

footer {
    padding: 110px 0 75px 0;
}

footer li {
    padding: 0;
    background: none;
    margin-bottom: 9px;
}

footer li a {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */
    display: flex;
    align-items: center;

    /* Text/Papragraph */
    color: #17313F;
    opacity: 0.7;
    text-decoration: none;
}

footer li a:hover {
    opacity: 1;
    color: #17313F;
    text-decoration: underline;
}

.schendule h4 {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* or 125% */
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;

    /* Text/Papragraph */
    color: #17313F;
}

.schedule {
    background: #fff;
    width: 292px;
    float: right;
}

h4.footer-header {
    min-height: 60px;
}

a.social-item {
    height: 40px;
    width: 40px;
    background-image: url(/local/images/social.svg);
}

.insta {
    background-position: 0 -42px;
}

.fb {
    background-position: -40px;
}

.ytube {
    background-position: -80px;
}

.social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 41px;
}

a.phone {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */
    display: flex;
    align-items: center;

    /* orange */
    color: #3D5061;
    text-decoration: none;
}

.copyright {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    display: flex;
    align-items: center;

    /* Text/Papragraph */
    color: #17313F;
    opacity: 0.5;
}

main {
    height: 100%;
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-direction: column;
}

.list-unstyled > li > a {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 187% */


    /* Black */
    color: #1A1A1A;
    text-decoration: none;
}

.list-unstyled > li > a:hover {
    text-decoration: underline;
}

.list-unstyled > li {
    margin-bottom: 1px;
}

.header-section {
    padding: 82px 0 130px 0;
    margin-bottom: 40px;
    /* background-image: url(/uploads/files/photo-about.png); */
    background-repeat: no-repeat;
    background-position: bottom right 66px;
}

.content-text h2 {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height, or 125% */


    /* Black */
    color: #1A1A1A;
    margin: 40px 0;
}

.content-text p {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */


    /* Text/Papragraph */
    color: #17313F;
    margin-bottom: 20px;
}

.content-text h3 {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    /* identical to box height, or 100% */


    /* Black */
    color: #1A1A1A;
    margin: 20px 0;
}

.content-text samp {
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 48px;
    /* or 114% */
    letter-spacing: -0.02em;

    /* Black */
    color: #3D5061;
    margin: 33px 0;
    display: flex;
    flex-direction: column;
}

.content-text samp::before {
    content: url(/local/images/quote_black.svg);
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.content-page-menu-bottom {
    display: none;
}

samp + small {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #17313F;
    margin-bottom: 50px;
    display: flex;
}

img + small {
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */


    /* Text/Papragraph */
    color: #17313F;
    opacity: 0.7;
    display: flex;
    margin-top: 10px;
    margin-bottom: 50px;
}


.share-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    height: 72px;
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */


    /* Black */
    color: #1A1A1A;
    margin-bottom: 45px;
    margin-top: 45px;
    text-transform: capitalize;
    display: none;
}

a.share-buttons {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    background-image: url(/local/images/share_buttons.png);
    background-repeat: no-repeat;
}

a.share-buttons.twitter {
    background-position: -32px;
}

a.share-buttons.google {
    background-position: -64px;
}

.pl-lg-96px {
    padding-left: 96px;
}


span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(161,161,161)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.content a:not(.button-primary) {
    color: #0a58ca;
    text-decoration: underline;
}

a {}

.content  a:hover {text-decoration: none;}

a {}

.col-item-text a:not(.button-primary) {
    margin: 0 0.4rem;
    color: #333333;
    text-decoration: underline;
}

.col-item-text a:hover {
    text-decoration: none;
}
a h4.blog-header  {
    text-decoration: none !important;
    border-bottom: none;
}
.col-blog-item a:hover  {
    color: #1A1A1A;
    text-decoration:underline;

}

.col-item-text {
    font-size: 16px;
}