*, html {
    margin: 0;
    padding: 0;
}

html {
    box-sizing: border-box;
    line-height: 1.15;
    text-size-adjust: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Navigo, Helvetica, "Helvetica New", Arial, sans-serif;
    color: #0C0C0D;
    font-feature-settings: normal;
    vertical-align: baseline;
    padding: 0px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin: 0px;
    font-weight: 700;
}

h1 {
    font-size: 56px;
    line-height: 67px;
}

h2, h3, h4, h5, h6 {
    padding-bottom: 16px;
}

h2 {
    font-size: 34px;
    line-height: 36px;
}

h3 {
    font-size: 28px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
}

h5 {
    font-size: 20px;
    line-height: 24px;
}

p {
    font-family: "ALS Hauss", Helvetica, "Helvetica New", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #323234;
}

input, textarea {
    font-family: "ALS Hauss", Helvetica, "Helvetica New", Arial, sans-serif;
}

textarea {
    min-height: 100px;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: #2278AA;
}

a:hover {
    color: #113C55;
}

body {
    margin: 0px;
}

.content-container {
    font-size: 14px;
    font-family: "ALS Hauss", Helvetica, "Helvetica New", Arial, sans-serif;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #323234;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}


/* Buttons */

.button-top__sizelarge-sc {
    margin-top: 32px;
}

.button-top__sizemedium-sc {
    margin-top: 24px;
}

.button-top__sizesmall-sc {
    margin-top: 16px;
}

.button-top__aligncenter-sc {
    text-align: center;
}

.button-sc {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    white-space: nowrap;
    user-select: none;
    appearance: none;
    cursor: pointer;
    outline: 0px;
    position: relative;
    border-radius: 8px;
    border-color: transparent;
    font-family: "ALS Hauss", Helvetica, "Helvetica New", Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.button-sizelarge-sc {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 24px 0;
    height: 48px;
    min-width: 48px;
    color: #ffffff;
    background-color: #2A94D2;
}

.button-sizelarge-sc:hover {
    color: #ffffff;
    background-color: #0C0C0D;
}

.button-sizelarge__colorblack-sc {
    background-color: #0C0C0D;
}

.button-sizelarge__colorblack-sc:hover {
    background-color: #646468;
}

.buttonwrapper-sc {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button__outlinegray-sc {
    border: 2px solid #CBCBCD;
    color: #0C0C0D;
}

.button__outlinegray-sc:hover {
    border: 2px solid #0C0C0D;
}

.button__outlinewhite-sc {
    border: 2px solid #fff;
    color: #fff;
}

.button__outlinewhite-sc:hover {
    border: 2px solid #0C0C0D;
    color: #0C0C0D;
}

.button__outlinegray-sizesmall-sc {
    font-size: 14px;
    line-height: 22px;
    padding: 3px 16px 0;
    height: 32px;
    min-width: 48px;
}

.button__outlinegray-sizemedium-sc {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 16px 0;
    height: 40px;
    min-width: 48px;
}


/* Header */

.headerstyles__headerwrapper-sc {
    display: flex;
    flex-direction: column;
    padding: 0;
    z-index: 999;
    position: relative;
    background-color: #fff;
    user-select: none;
    border-bottom: 1px solid #CBCBCD;
    margin: 0 0 32px;
}

.topmenustyles__sections-sc {
    background: #F7F7F7;
    padding: 10px 32px;
}

.topmenustyles__sectionswrapper-sc {
    display: flex;
    width: 100%;
    flex-direction: row;
    height: max-content;
}

.leftmenustyles__leftsectionwrapper-sc, .rightmenustyles__rightsectionwrapper-sc {
    flex: 0 0 50%;
    width: 50%;
}

.leftmenustyles__leftblock-sc, .rightmenustyles__leftblock-sc {
    display: flex;
    width: 100%;
    flex-direction: row;
    height: max-content;
}

.rightmenustyles__leftblock-sc {
    justify-content: flex-end;
}

.leftmenustyles__blockitem-sc, .rightmenustyles__blockitem-sc {
    align-self: center;
    inline-size: max-content;
    min-inline-size: fit-content;
    font-weight: 500;
}

.leftmenustyles__blockitem-sc {
    color: #646468;
    padding-right: 40px;
}

.rightmenustyles__blockitem-sc {
    padding-right: 24px;
}

.leftmenustyles__blockitem-sc:first-child {
    margin-right: 40px;
    border-right: 1px solid #CBCBCD;
}

.leftmenustyles__blockitem-sc:last-child, .rightmenustyles__blockitem-sc:last-child {
    padding-right: 0px;
}

.leftmenustyles__blockitemimage-sc {
    display: flex;
    width: 100%;
    flex-direction: row;
    height: max-content;
}

.leftmenustyles__pstyle-sc {
    font-size: 14px;
    line-height: 22px;
    color: #646468;
}

.blockitemimage__imageunit-sc {
    align-self: center;
    inline-size: max-content;
    min-inline-size: fit-content;
    padding-right: 16px;
}

.blockitemimage__imageunit-sc img {
    width: 32px;
    height: 32px;
}

.menuiconitemstyles-sc {
    display: flex;
    width: 100%;
    flex-direction: row;
    height: max-content;
}

.menuiconitemstyles__iconitem-sc {
    align-self: center;
    inline-size: max-content;
    min-inline-size: fit-content;
    padding-right: 12px;
}

.middlemenustyles__sections-sc {
    padding: 12px 32px;
}

.middlemenustyles__sectionswrapper-sc {
    display: flex;
    width: 100%;
    flex-direction: row;
    height: max-content;
}

.middlemenustyles__topsectionwrapper-sc {
    margin-right: 48px;
    height: 56px;
}

.logostyles__logowrapper-sc img {
    width: 63px;
    max-width: none;
    height: 56px;
}

.middlemenustyles__middlesectionwrapper-sc {
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
}

.leftsidestyles__leftsidewrapper-sc {
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
}

.rightsidestyles__rightsidewrapper-sc {
    display: flex;
    align-items: center;
}

.rightsidestyles__rightsidewrapper-sc > .menuitemstyles__menuitemwrapper-sc {
    padding-right: 8px;
}

.menuitemstyles__menuitemwrapper-sc {
    position: relative;
    align-self: center;
    inline-size: max-content;
    min-inline-size: fit-content;
    padding-right: 32px;
    font-weight: 500;
}

.textstyles__texttoppadding-sc {
    padding-top: 3px;
}

.menuitemstyles__menuitemwrapper-sc:last-child {
    padding-right: 0;
    padding-left: 8px;
}

.linkstyles__box-sc {
    position: relative;
    cursor: pointer;
    outline: 0px;
    text-decoration: none;
    font-family: "ALS Hauss", Helvetica, "Helvetica New", Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #0C0C0D;
}

.linkstyles__box-sc:hover {
    color: #646468;
}

.linkstyles__boxsmall-sc {
    font-size: 14px;
    line-height: 22px;
}

.linkstyles__box-sc svg {
    align-self: center;
    vertical-align: middle;
}

.linkstyles__box-sc svg path:hover {
    fill: #646468;
}

.menuitemstyles__menulinkwrapper-sc {
    padding: 14px 16px 10px;
    border-radius: 8px;
    cursor: pointer;
    color: #0C0C0D;
    white-space: nowrap;
    display: inline-flex;
    vertical-align: middle;
}

.menuitemstyles__menulinkwrapper-sc:hover {
    background: #E5E5E6;
}

.menuitemstyles__menulinkwrappersmall-sc {
    padding: 7px 16px 3px;
    border-radius: 8px;
}

.loadicon__iconwrapper-sc {
    display: inline-flex;
    margin-top: -4px;
    margin-right: 8px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.loadicon__icon-sc {
    width: 24px;
    height: 24px;
}

.loadicon__iconmedium-sc {
    width: 20px;
    height: 20px;
}


/* Menu */

.menuitemstyles__headersubnav {
    display: none;
    z-index: 1200;
    line-height: normal;
    opacity: 0;
    visibility: hidden;
    transition: .3s opacity;
}

.menuitemstyles__headersubnav__item {
    position: relative;
    z-index: 2;
    margin-bottom: 16px;
    padding: 0 24px;
}

.menuitemstyles__headersubnav__item:last-child {
    margin-bottom: 0;
}

.menuitemstyles__headersubnav__item-link {
    text-decoration: none;
    font-family: "ALS Hauss", Helvetica, "Helvetica New", Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #323234;

}

.menuitemstyles__menuitemwrapper-sc:hover .menuitemstyles__headersubnav {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
}

.menuitemstyles__menuitembburger {
    display: block;
}

.menuitemstyles__menuitembb {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    white-space: nowrap;
    user-select: none;
    appearance: none;
    cursor: pointer;
    outline: 0px;
    position: relative;
    border-radius: 8px;
    border-color: transparent;
    text-decoration: none;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
    font-size: 14px;
    line-height: 22px;
    height: 32px;
    min-width: 32px;
    color: rgb(0, 0, 0);
    background-color: transparent;
    padding: 0px;
    z-index: 9999;
}

.menuitemstyles__menuitembbinner {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-burger__icon {
    display: block;
}

.button-burger__icon_off {
    display: none;
}

.button-close__icon {
    display: none;
}

.button-close__icon_on {
    display: block;
}

.middlemenustyles__navmobile {
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: scroll;
    background-color: rgb(255, 255, 255);
    top: 132px;
    left: 0;
    height: 100vh;
    padding-bottom: 180px;
}

.nav-mobile__on {
    display: block;
}

.middlemenustyles__navmobileitems {
    padding: 16px 0px 80px;
}

.middlemenustyles__navmobileitem {
    position: relative;
    width: 100%;
    padding: 12px 24px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-align: left;
    border: none;
    cursor: pointer;
    overflow: hidden;
}

.middlemenustyles__navmobileinner > a {
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

@media (min-width: 1280px) {
    .menuitemstyles__headersubnav {
        left: -10px;
    }
}

@media (min-width: 992px) {
    .menuitemstyles__headersubnav {
        position: absolute;
        left: -24px;
        top: 100%;
        padding: 24px 0;
        border-radius: 8px;
        box-shadow: 0 13px 38px 0 rgb(88 105 141 / 20%);
        background-color: #fff;
        min-width: 200px;
    }

    .menuitemstyles__headersubnav__item-link {
        font-size: 14px;
        line-height: 20px;
    }

    .menuitemstyles__menuitembburger {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .menuitemstyles__headersubnav {
        padding: 16px 0 8px 0;
        display: block;
        opacity: 1;
        visibility: inherit;
    }

    .menuitemstyles__headersubnav__item-link {
        font-weight: 400;
    }
}


/* Main */

.spacing-sc {
    height: calc(100% - 48px);
    margin-bottom: 48px;
}

.desktopresponsive-sc {
    margin: 0px 32px;
    border-radius: 15px;
    overflow: hidden;
}

.h-container-sc {
    min-height: min(36vw, 640px);
    max-height: max(100%, 640px);
}

.w-container-sc {
    width: 1120px;
    margin: 0px auto;
}

.w-container-paddingtb-sc {
    padding: 48px 0;
}

.backgroundbox-sc {
    position: relative;
    background: url(./Main_Container_img.jpg) center center / cover no-repeat;
}

.backgroundbox-gray-sc {
    background: #F7F7F7;
}

.row-sc {
    display: flex;
    flex-flow: wrap;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-align: center;
    align-items: center;
}

.box-sc {
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
}

.textcontent__titlebig-sc {
    color: #fff;
}

.textcontent__titlebig-sc strong {
    color: #2A94D2;
}

.textcontent__discription-sc {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding-top: 16px;
}

.productlistwrapper-sc:last-child {
    border-bottom: none;
}

.productlistitemwrapper-sc {
    display: flex;
    flex-wrap: nowrap;
    padding: 48px 0 0;
}

.imagewrapper-sc {
    max-width: 448px;
    width: auto;
    margin-right: 48px;
}

.imagewrapper-sc img {
    width: 100%;
    min-width: 448px;
    border-radius: 12px;
}

.maincontent-sc {
    max-width: 640px;
}

.maincontent-sc h4 {
    padding-bottom: 24px;
}

.productitemicon-sc {
    position: relative;
    padding: 0 0 24px 80px;
}

.productitemicon-sc::before {
    position: absolute;
    content: " ";
    width: 56px;
    height: 56px;
    left: 0;
    top: 0;
}

.productitemicon-safety-sc::before {
    background: url(./Main_img_icon.svg);
}

.productitemicon-term-sc::before {
    background: url(./Main_img_icon1.svg);
}

.productitemicon-risks-sc::before {
    background: url(./Main_img_icon2.svg);
}

.productitemicon-price-sc::before {
    background: url(./Main_img_icon3.svg);
}

.productitemicon-convenience-sc::before {
    background: url(./Main_img_icon4.svg);
}

.maincontactbox-aaddress-sc::before {
    background: url(./Main_img_icon5.svg);
}

.maincontactbox-phone-sc::before {
    background: url(./Main_img_icon6.svg);
}

.maincontactbox-email-sc::before {
    background: url(./Main_img_icon7.svg);
}

.productitemicon__titleitem-sc, .cardswithimageboxstyles__titleitem-sc {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #0C0C0D;
    padding: 0 0 8px;
}

.productitemicon__titleitemphone-sc  {
    color: #0C0C0D;
    text-decoration: none;
}

.mainimagewrapper-sc {
    max-width: 544px;
}

.maincontact-sc {
    padding-bottom: 48px;
}

.maincontactbox-sc {
    max-width: 544px;
}

.maincontactbox-sc h2 {
    padding-bottom: 24px;
}

.maincontactbox-sc .productitemicon__titleitem-sc {
    padding-bottom: 0;
}

.productitemicon__small-sc {
    padding: 0 0 16px 40px;
}

.productitemicon__small-sc::before {
    width: 24px;
    height: 24px;
}

.productitemicon__small1-sc::before {
    background: url(./emojione_flag-for-belarus.svg);
}

.productitemicon__small2-sc::before {
    background: url(./emojione_flag-for-kyrgyzstan.svg);
}

.productitemicon__small3-sc::before {
    background: url(./emojione_flag-for-lithuania.svg);
}

.productitemicon__small4-sc::before {
    background: url(./emojione_flag-for-azerbaijan.svg);
}

.productitemicon__small5-sc::before {
    background: url(./emojione_flag-for-russia.svg);
}

.productitemicon__small6-sc::before {
    background: url(./emojione_flag-for-uzbekistan.svg);
}

.productitemicon__small7-sc::before {
    background: url(./emojione_flag-for-latvia.svg);
}

.productitemicon__small8-sc::before {
    background: url(./emojione_flag-for-kazakhstan.svg);
}

.productitemicon__small9-sc::before {
    background: url(./emojione_flag-for-georgia.svg);
}

.productitemicon__small10-sc::before {
    background: url(./emojione_flag-for-moldova.svg);
}

.productitemicon__small11-sc::before {
    background: url(./emojione_flag-for-turkmenistan.svg);
}

.productitemicon__small12-sc::before {
    background: url(./emojione_flag-for-mongolia.svg);
}

.productitemicon__small13-sc::before {
    background: url(./emojione_flag-for-tajikistan.svg);
}

.productitemicon__titleitemsmall-sc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.productitemicon__small-sc .productitemicon__titleitemsmall-sc .productitemicon__titleitemphone-sc {
    text-decoration: underline;
}

.headerbox-sc {
    padding-bottom: 32px;
}

.headerbox__small-sc {
    padding-bottom: 16px;
}

.cardswithimagebox-sc, .cardswithstepsbox-sc {
    position: relative;
}

.cardswithstepsbox__paddinrbottom-sc {
    padding-bottom: 32px;
}

.cardswithimagebox__wrapper-sc, .cardswithstepsbox__wrapper-sc {
    transform: translate(0%);
    margin: 0px -16px;
    display: flex;
    transition: transform 0.8s ease 0s;
}

.cardswithimagebox__slidetwo-sc {
    opacity: 1;
    transition: opacity 0s ease 0s;
    flex: 0 0 50%;
    width: 50%;
}

.cardswithimagebox__slidethree-sc, .cardswithstepsbox__slidethree-sc {
    opacity: 1;
    transition: opacity 0s ease 0s;
    flex: 0 0 33.3333%;
    width: 33.3333%;
}

.cardswithimagebox__slidefour-sc {
    opacity: 1;
    transition: opacity 0s ease 0s;
    flex: 0 0 25%;
    width: 25%;
}

.cardswithimageboxstyles__wrapper-sc, .cardswithstepsbox__innerwrapper-sc {
    height: 100%;
    margin: 0px 16px;
}

.cardswithstepsbox__stepbox-sc {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #2278AA;
    background: #D4EAF7;
    padding: 16px 19px 8px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 16px;
}

.cardswithstepsbox__stepbofirst-sc {
    padding: 16px 22px 8px;
}

.cardswithimageboxstyles__block-sc {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 32px;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: unset;
}

.cardswithimageboxstyles__blocoutline-sc {
    box-shadow: none;
    border: 1px solid #E5E5E6;
}

.cardswithimageboxstyles__imagebox-sc {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    z-index: 0;
    border-radius: 12px 12px 0px 0px;
}

.cardswithimageboxstyles__imageboxhsmall-sc {
    height: 160px;
}

.cardswithimageboxstyles__imageboxhlarge-sc {
    height: 280px;
}

.cardswithimageboxstyles__imageboxhxlarge-sc {
    height: 320px;
}

.cardswithimageboxstyles__image-sc {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.25, 1) 0s;
}

.cardswithimageboxstyles__image1-sc {
    background-image: url(./Main_img_71092.jpg);
}

.cardswithimageboxstyles__image2-sc {
    background-image: url(./Main_img_71093.jpg);
}

.cardswithimageboxstyles__image3-sc {
    background-image: url(./Main_img_71094.jpg);
}

.cardswithimageboxstyles__image4-sc {
    background-image: url(./Main_img_71095.jpg);
}

.cardswithimageboxstyles__image5-sc {
    background-image: url(./Main_img_71096.jpg);
}

.cardswithimageboxstyles__image6-sc {
    background-image: url(./Main_img_71097.jpg);
}

.cardswithimageboxstyles__image7-sc {
    background-image: url(./Main_img_71098.jpg);
}

.cardswithimageboxstyles__image8-sc {
    background-image: url(./Main_img_71099.jpg);
}

.cardswithimageboxstyles__image9-sc {
    background-image: url(./Main_img_71100.jpg);
}

.cardswithimageboxstyles__image10-sc {
    background-image: url(./Main_img_71102.jpg);
}

.cardswithimageboxstyles__contentbox-sc {
    padding: 24px;
}

.cardscontactboxstyles__contentbox-sc .cardswithimageboxstyles__titleitem-sc {
    padding-bottom: 2px;
}

.cardscontactboxstyles-sc {
    padding-top: 16px;
}

.cardscontactboxstyles__row-sc {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
}

.cardscontactboxstyles__row-sc span {
    color: #646468;
    display: block;
}

.cardswithimageboxstyles__buttonbox-sc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #0C0C0D;
    display: flex;
    flex-flow: wrap;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
}

.cardswithimageboxstyles__iconbox-sc {
    width: 16px;
    height: 16px;
    padding: 0 0 0 8px;
}

.cardswithimageboxstyles__iconbox-sc svg {
    margin-top: -1px;
}

.cardswithimageboxstyles__block-sc:hover .cardswithimageboxstyles__image-sc {
    transform: scale(1.08);
}

.cardswithimageboxstyles__block-sc:hover .buttonwrapper-sc {
    color: #646468;
}

.cardswithimageboxstyles__block-sc:hover .cardswithimageboxstyles__iconbox-sc path {
    stroke: #646468;
}

.textcontent-sc {
    padding: 40px 0px;
}

.cardswithimagebox__slidetwothree-sc {
    flex: 0 0 66.6666%;
    width: 66.6666%;
}

.cardswithimagebox__slideonethree-sc {
    flex: 0 0 33.3333%;
    width: 33.3333%;
}

.cardswithimageboxstyles__blockhoriz-sc {
    flex-direction: row;
}

.cardswithimageboxstyles__blocktextoverimage-sc::before {
    content: " ";
    position: absolute;
    left: 0%;
    bottom: 0%;
    right: 0%;
    top: 25%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}

.cardswithimageboxstyles__blockhoriz-sc .cardswithimageboxstyles__imageboxhsmall-sc, .cardswithimageboxstyles__blockhoriz-sc .cardswithimageboxstyles__imagebox-sc {
    border-radius: 12px 0 0 12px;
    max-width: 220px;
    height: 100%;
}

.cardswithimageboxstyles__blockhoriz-sc .cardswithimageboxstyles__contentbox-sc {
    width: 100%;
}

.cardswithimageboxstyles__blocktextoverimage-sc .cardswithimageboxstyles__imagebox-sc {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.cardswithimageboxstyles__blocktextoverimage-sc .cardswithimageboxstyles__contentbox-sc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    z-index: 2;
}

.cardswithimageboxstyles__blocktextoverimage-sc .cardswithimageboxstyles__contentbox-sc .cardswithimageboxstyles__titleitem-sc {
   color: #fff;
   padding: 0;
}


/* Banner */

.imagebgcardsstyles__imagebgcardbox-sc {
    border-radius: 12px;
    overflow: hidden;
}

.imagebgcardsstyles__imagebackground-sc {
    padding: 32px 37% 32px 32px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.imagebgcardsstyles__imagebackground-sc h2, .imagebgcardsstyles__imagebackground-sc p {
    color: #fff;
}

.imagebgcardsstyles__imagebackgroundblue-sc {
    background: url(./Main_img_wrap.jpg) right center / cover no-repeat;
}

.imagebgcardsstyles__imagebackgrounddarkblue-sc {
    background: url(./Main_img_wrapdark.jpg) right center / cover no-repeat;
}

.imagebgcardsstyles__imagebackgroundform-sc {
    padding-right: 50%;
    background-color: #663300;
}

.imagebgcardsstyles__imagebackgroundformfull-sc {
    padding-right: 32px;
}

.imagebgcardsstyles__imagebackgroundform-sc .button-sc {
    width: 100%;
}


/* Footer */

.footerstyles__footerwrapper-sc {
    background: #343944;
    color: #fff;
}

.footerstyles__footerwrapper-sc .spacing-sc:last-child {
    margin-bottom: 0;
}

.footerstyles__footerpaddingtb-sc {
    padding: 48px 0;
}

.footerstyles__mainliststyles-sc {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.footerstyles__mainliststyles-sc li {
    list-style-type: none;
    padding: 0 0 8px;
}

.footerstyles__mainliststylestitle-sc {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.footerstyles__mainliststyles-sc a {
    color: #B1B1B4;
    text-decoration: none;
}

.footerstyles__mainliststyles-sc a:hover {
    color: #fff;
}

.footerstyles__footerwrapper-sc .logostyles__logowrapper-sc img {
    width: 80px;
    height: 71px;
}

.footerstyles__footerwrapper-sc p {
    color: #B1B1B4;
    font-size: 12px;
    line-height: 18px;
    display: block;
}

.logostyles__logoboxslyles-sc {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.logostyles__logoboxslyles-sc p {
    padding-left: 32px;
}

.footerstyles__footerwrapper-sc .linkstyles__box-sc svg {
    width: 24px;
    height: 24px;
}

.footerstyles__footerwrapper-sc .linkstyles__box-sc path {
    fill: #B1B1B4;
}

.footerstyles__footerwrapper-sc .linkstyles__box-sc:hover path {
    fill: #fff;
}


/* Form */

.simpleformtosubmit__field-sc {
    padding: 0 0 24px;
}

.simpleformtosubmit__fieldinputsimple-sc {
    font-size: 16px;
    line-height: 24px;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #D5D5D6;
    border-radius: 8px;
    box-sizing: border-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    padding: 14px 12px 10px;
}


/* Fancybox */

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-is-open .fancybox-bg {
    opacity: .48;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-bg {
    background: #0C0C0D;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.c-modal {
    display: none;
}

.fancybox-content {
    max-width: 560px;
    padding: 32px;
    border-radius: 12px;
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-content p {
    padding-bottom: 8px;
}

.fancybox-content form {
    padding-top: 16px;
}

.fancybox-content .simpleformtosubmit__field-sc {
    padding: 0 0 16px;
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/* Responsive */

@media screen and (max-width: 767px) {

    h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .w-container-sc {
        width: auto;
        margin: 0px;
        padding: 0 16px;
    }

    .desktopresponsive-sc {
        margin: 0;
    }

    .productlistitemwrapper-sc {
        display: block;
    }

    .imagewrapper-sc img {
        min-width: auto;
    }

    .cardswithimagebox__wrapper-sc, .cardswithstepsbox__wrapper-sc {
        display: block;
    }

    .cardswithimagebox__slidefour-sc, .cardswithimagebox__slidethree-sc, .cardswithstepsbox__slidethree-sc, .cardswithimagebox__slidetwo-sc {
        width: 100%;
    }

    .topmenustyles__sectionswrapper-sc {
        display: block;
    }

    .leftmenustyles__leftsectionwrapper-sc, .leftsidestyles__leftsidewrapper-sc {
        display: none;
        opacity: 0;
    }

    .rightmenustyles__rightsectionwrapper-sc {
        width: 100%;
    }

    .menuitemstyles__menuitemwrapper-sc:first-child, .menuitemstyles__menuitemwrapper-sc:nth-child(2) {
        display: none;
        opacity: 0; 
    }


    .cardswithimageboxstyles__blockhoriz-sc .cardswithimageboxstyles__imageboxhsmall-sc, .cardswithimageboxstyles__blockhoriz-sc .cardswithimageboxstyles__imagebox-sc {
        border-radius: 12px 12px 0px 0px;
        max-width: none;
        height: 320px;
    }

    .cardswithimageboxstyles__blockhoriz-sc .cardswithimageboxstyles__contentbox-sc {
        width: auto;
    }

    .cardswithimageboxstyles__blockhoriz-sc {
        flex-direction: column;
    }

}