@font-face {
    font-family: 'OpenSans-Regular';
    src: url("/wp-content/themes/CUT/fonts/Open_Sans/OpenSans-Regular.ttf");
}
@font-face {
    font-family: 'OpenSans-Semibold';
    src: url("/wp-content/themes/CUT/fonts/Open_Sans/OpenSans-Semibold.ttf");
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url("/wp-content/themes/CUT/fonts/Open_Sans/OpenSans-Bold.ttf");
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url("/wp-content/themes/CUT/fonts/Open_Sans/OpenSans-Light.ttf");
}
@font-face {
    font-family: 'OpenSans-LightItalic';
    src: url("/wp-content/themes/CUT/fonts/Open_Sans/OpenSans-LightItalic.ttf");
}
@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url("/wp-content/themes/CUT/fonts/RobotoSlab/RobotoSlab-Regular.ttf");
}
@font-face {
    font-family: 'RobotoSlab-Light';
    src: url("/wp-content/themes/CUT/fonts/RobotoSlab/RobotoSlab-Light.ttf");
}
@font-face {
    font-family: 'RobotoSlab-Thin';
    src: url("/wp-content/themes/CUT/fonts/RobotoSlab/RobotoSlab-Thin.ttf");
}
@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url("/wp-content/themes/CUT/fonts/RobotoSlab/RobotoSlab-Bold.ttf");
}
a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: #1b4bb3;
    cursor: pointer;
}
html, body {
    height: 100%;
    /*background: #ffffff;*/
    background: #385cae;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
em {
    font-style: italic !important;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    /*overflow-y: scroll;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #001b55;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}
body,
button,
input,
select,
textarea {
    color: #3b5cad;
    font-family: 'RobotoSlab-Regular';
    line-height: 1.6;
    font-size: 1.8rem;
}
.contact-form ::-webkit-input-placeholder {color:#4d4d4d;}
.contact-form ::-moz-placeholder          {color:#4d4d4d;}/* Firefox 19+ */
.contact-form :-moz-placeholder           {color:#4d4d4d;}/* Firefox 18- */
.contact-form :-ms-input-placeholder      {color:#4d4d4d;}

.subscribe-wrapper ::-webkit-input-placeholder {color:#fff;}
.subscribe-wrapper ::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.subscribe-wrapper :-moz-placeholder           {color:#fff;}/* Firefox 18- */
.subscribe-wrapper :-ms-input-placeholder      {color:#fff;}

.blue-form .contact-form ::-webkit-input-placeholder {color:#fff;}
.blue-form .contact-form ::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.blue-form .contact-form :-moz-placeholder           {color:#fff;}/* Firefox 18- */
.blue-form .contact-form :-ms-input-placeholder      {color:#fff;}
.popup-form {
    width: 75%;
    margin: 6% auto 0;
}
input, textarea {
    width: calc(100% - 42px);
    padding: 10px 20px;
    color: #4d4d4d;
    font-size: 1.6rem;
    border: 1px solid #3b5cae;
    outline: none;
    background: transparent;
    font-family: 'OpenSans-Light';
    margin-bottom: 20px;
    resize: none;
}
textarea {
    height: 160px;
}
label {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
input[type='submit'] {
    font-family: 'RobotoSlab-Regular';
    text-transform: uppercase;
    text-align: center;
    width: 200px;
    color: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 1.4rem;
    background-color: #3b5cae;
    border: 0 !important;
    cursor: pointer;
    margin: 2vh auto 0 !important;
}
input[type='submit']:hover {
    background: #ffb545;
    color: #ffffff;
}
/*<----------------------scroll window----------------------*/
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    background: #e2e2ea;
}
::-webkit-scrollbar-track-piece {
    border-radius: 0;
    background: #e2e2ea;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #3b5cad;
}
/*----------------------scroll window---------------------->*/

.container {
    max-width: 1720px;
    width: auto;
    margin: 0 3vw;
}
.content-indents {
    padding: 7vh 0;
}
.page-heading {
    overflow: hidden;
    position: fixed;
    z-index: 0;
    text-align: center;
    height: 68vh;
    max-height: 680px;
    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;
    width: 100%;
    top: 0;
}
.page-heading .image-header {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-heading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/header-fon1.png) no-repeat center;
    background-size: cover;
    opacity: .6;
    /*box-shadow: inset 0 0 20px rgba(0,0,0,0.4);*/
}
.previous-page {
    position: absolute;
    top: 5vh;
    left: 0;
    font-family: 'RobotoSlab-Regular';
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
.previous-page:hover {
    color: #ffffff;
}
.previous-page:before {
    content: '\f104';
    color: #ffffff;
    font-size: 2rem;
    font-family: "FontAwesome";
    margin-right: 10px;
}
.page-heading-information {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.page-heading-information > div {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.entry-title {
    font-family: 'RobotoSlab-Regular';
    font-size: 54px;
    color: #ffffff;
    text-transform: uppercase;
}
.addtoany_list a > span {
    border-radius: 0 !important;
    background-color: #ffffff !important;
    padding: 4px;
}
.addtoany_list a > span svg path {
    fill: #3b5cad;
}
.share > span {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    font-family: 'OpenSans-Light';
}
.category-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category-product > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100%/5);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    font-family: 'RobotoSlab-Regular';
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    background-position: center;
    -webkit-transition: background-size .3s;
    -o-transition: background-size .3s;
    transition: background-size .3s;
    padding: 0;
}
.category-product > a:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(28, 26, 45, 0.3);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-product > a span {
    margin-top: 20px;
    display: inline-block;
}
.category-product > a img, .category-product > a span {
    position: relative;
    z-index: 2;
}
.category-product > a:hover {
    background-size: 150% 150%;
}
.category-product > a:hover:before {
    background: rgba(28, 26, 45, 0.15);
}
footer {
    background-color: #3b5cae;
    padding-top: 4vh;
    float: left;
    width: 100%;
    z-index: 4;
    position: relative;
}
.footer-menu ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-menu a {
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 0;
    display: inline-block;
    border-bottom: 1px solid #3b5cae;
    text-decoration: none;
    /*margin-right: 20px;*/
    white-space: nowrap;
    font-family: 'RobotoSlab-Regular';
}
.footer-menu .current-menu-item a,
.footer-menu a:hover {
    /*border-bottom: 1px solid #ffb545;*/
}
.footer-menu li:first-of-type a {
    margin-left: 0;
}
.create-site, .create-site a {
    font-family: 'OpenSans-Regular';
    color: #ffffff;
    font-size: 1.4rem;
    text-decoration: none;
    vertical-align: bottom;
}
.footer-facebook {
    width: 43px;
    height: 43px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.footer-facebook span {
    background-color: #ffffff;
    height: 43px;
    display: block;
}
.footer-facebook svg {
    width: 100%;
    height: 100%;
}
.footer-facebook svg path {
    fill: #3b5cae;
}
.footer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-block-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.footer-menu ul li {
    /*flex: 1 1 0;*/
    text-align: center;
    margin-right: 2vw;
}
.footer-menu ul li:last-of-type {
    margin-right: 0;
}
.footer-block-right {
    padding-top: 10px;
}
.footer-menu {
    margin-bottom: 4vh;
}
.footer-info ul {
    list-style-type: none;
    font-size: 1.4rem;
    font-family: 'OpenSans-Light';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-info ul li:before {
    content: '';
    background: url(/wp-content/themes/CUT/images/footer-icon.png) no-repeat;
    height: 31px;
    width: 31px;
    display: inline-block;
    margin-right: 40px;
}
.footer-info ul li.footer-address:before {
    background: url(/wp-content/themes/CUT/images/footer-icon.png) no-repeat;
    background-position-x: -29px;
}
.footer-info ul li.footer-e_mail:before {
    background: url(/wp-content/themes/CUT/images/footer-icon.png) no-repeat;
    background-position-x: -61px;
}
.footer-info ul li:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #5e79bc;
    left: 50px;
    position: absolute;
}
.footer-info ul li.footer-e_mail {
    font-size: 1.8rem;
}
.footer-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-right: 40px;
    position: relative;
    color: #fff;
}
.footer-info ul li p {
    display: inline-block;
}
.footer-info {
    margin-bottom: 30px;
}
.subscribe-wrapper {
    margin-bottom: 4rem;
}
.subscribe-wrapper > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.subscribe-wrapper > form:before {
    content: "\e086";
    font-family: 'simple-line-icons';
    position: absolute;
    font-size: 1.6rem;
    color: #fff;
    margin-top: -12px;
    top: 50%;
    left: 20px;
}
.subscribe-wrapper > form input[type="email"] {
    margin: 0;
    padding: 8px 5px 8px 50px;
    border-color: #fff;
    color: #fff;
    width: 13vw;
}
.block-left-category ul {
    list-style-type: none;
}
.block-left-category .up-level > li {
    margin-bottom: 2rem;
}
.block-left-category .up-level > li.active-cat > a,
.block-left-category .up-level > li:hover > a {
    background-color: #ffb545;
    color: #ffffff;
}
.block-left-category .up-level > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 8px;
    color: #3b5cae;
    font-size: 1.8rem;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'RobotoSlab-Regular';
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    line-height: 26px;
}
.block-left-category a {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.block-left-category li ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
    color: #5770af;
    font-size: 1.6rem;
    text-decoration: none;
    font-family: 'RobotoSlab-Light';
    font-weight: bold;
}
.block-left-category li ul a:hover,
.block-left-category li ul a.active-link {
    color: #ffb545;
}
.block-left-category .up-level > li > ul {
    padding: 2vh 0 0 1.5vw;
}
.block-left-category .up-level > li ul {
    padding-left: 1.5vw;
}
.block-left-category {
    max-width: 368px;
    padding-right: 3.5vw;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    /* width: 26vw; */
}
.block-right-prods {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.category-prods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.block-right-prods ul {
    list-style-type: none;
}
.block-right-prods li {
    width: calc((100%/3) - 38px);
    margin: 0 19px 30px 19px;
    float: left;
}
.name-prod-archive {
    font-size: 1.8rem;
    margin-top: 18px;
    color: #3b5cad;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    font-family: 'OpenSans-Regular';
    height: 87px;
    overflow: hidden;
    text-align:center;
    width:100%;
}
.name-prod-archive:hover {
    color: #ffc164;
}
.name-prod-archive span{
    font-size: 1.4rem;
}
.block-right-prods li a {
    text-decoration: none;
    position: relative;
    display: block;
    text-align:center;
}
.image-prod-archive {
    position: relative;
    border-bottom: 1px solid #f5f7fb;
    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;
    padding: 15px;
}
.image-prod-archive:hover {
    /*border: 1px solid #ffc164;*/
}
.image-prod-archive:hover:before,
.image-prod-archive:hover span {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.image-prod-archive span {
    color: #ffffff;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: 'RobotoSlab-Regular';
    text-align: center;
    display: block;
    width: 180px;
    padding: 10px;
    position: absolute;
    background-color: #ffb545;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
}
.lean-more {
    color: #ffffff;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: 'RobotoSlab-Regular';
    text-align: center;
    display: block;
    width: 180px;
    padding: 10px;
    background-color: #3b5cad;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0 auto;
    line-height: 26px;
}
.lean-more:hover {
    color: #ffffff;
    /*background-color: #ffb545;*/
}
.image-prod-archive:before {
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ffb545;
}
.pagination,
.block-right-prods ul {
    float: left;
    width: 100%;
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-links a {
    color: #3b5cad;
    font-size: 1.8rem;
    font-family: 'OpenSans-Regular';
    text-decoration: none;
    width: 48px;
    height: 48px;
    border: 1px solid #cfcfcf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 8px;
}
.nav-links span,
.nav-links a:hover {
    color: #ffffff;
    font-size: 1.8rem;
    font-family: 'OpenSans-Regular';
    width: 48px;
    height: 48px;
    background-color: #ffb545;
    border: 1px solid #ffb545;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 8px;
}
.nav-links a > div {
    color: #3b5cad;
    font-size: 1.2rem;
    display: inline-block;
}
.nav-links a:hover > div {
    color: #ffffff;
}
.prod-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.prod-image-single {
/*    height: 100%; */
    width: 45%;
    margin-right: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prod-info-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin-bottom: 2vw;
}
.prod-desc-single {
    color: #4d4d4d;
    font-size: 1.8rem;
    font-family: 'OpenSans-Light';
    line-height: 28px;
    margin-top: 1vh;
    border-bottom: 2px solid #d8deef;
    margin-bottom: 4.5vh;
    text-align:justify;
}
.prod-desc-single h3{
    color: #3b5cad;
    font-weight: bold;
    margin-bottom: 1vh;
    font-size: 1.8rem;
}
.prod-desc-single ul{
    color: #777;
    margin-bottom: 2vh;
    margin-left: 2vh;

    font-size: 1.6rem;
}


.prod-nutrition-facts-single {
    margin-bottom: 1vh;
}
.prod-nutrition-facts-single span {
    font-size: 1.8rem;
    color: #3b5cad;
    font-family: 'RobotoSlab-Light';
    margin-bottom: 0.5vh;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}
.prod-nutrition-facts-single table {
    width: 100%;
    border-collapse: collapse;
}
.prod-nutrition-facts-single table tr:nth-child(2n+1) {
    background-color: #ebeef7;
}
.prod-nutrition-facts-single table tr:nth-child(2n) {
    background-color: #fff7ec;
}
.prod-nutrition-facts-single table tr td {
    font-size: 1.8rem;
    color: #555;
    padding: 5px 18px;
    text-align: left;
    border: 0;
}
.prod-nutrition-facts-single table tr td img {
    margin-right: 20px;
    max-width: 30px;
}
.prod-nutrition-facts-single table tr td:first-of-type {
    font-family: 'RobotoSlab-Light';
    position: relative;
}
.prod-nutrition-facts-single table tr td:first-of-type:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffffff;
}
.prod-nutrition-facts-single table tr td:last-of-type {
    width: 43%;
    font-family: 'RobotoSlab-Thin';
}

.heading-section,
.about-us-page h1,
.about-us-page h2 {
    color: #3b5cad;
    text-transform: uppercase;
    font-family: 'RobotoSlab-Regular';
    font-size: 2.8rem;
    margin-bottom: 7vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.about-us-page h1:after,
.about-us-page h1:before,
.about-us-page h2:after,
.about-us-page h2:before,
.heading-section:after,
.heading-section:before {
    content: '';
    width: 138px;
    height: 12px;
    background: url("/wp-content/themes/CUT/images/heading-section.png") center no-repeat;
    display: inline-block;
    margin: 0 1.5vw;
}
.recipes-page ul {
    list-style-type: none;
}
.recipes a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.recipes a:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(59, 92, 173, 0.5);
    position: absolute;
    z-index: 1;
}
.recipes img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.2) translate3d(40px,0,0);
    transform: scale(1.2) translate3d(40px,0,0);
}
.recipes:hover img {
    -webkit-transform: scale(1) translate3d(0,0,0);
    transform: scale(1) translate3d(0,0,0);
    /*transform: ;*/
}
.recipes:hover .lean-more {
    /*background-color: #ffb545;*/
}
.recipes .info-recipes {
    position: absolute;
    z-index: 2;
    width: calc(100% - 8vh);
    padding: 4vh;
    bottom: 0;
}
.recipes {
    /*width: calc(100%/3 - 18px);*/
    margin: 0 9px 18px;
    float: left;
    overflow: hidden;
    max-width: 560px;
    display: block;
}
.list-recipes {
    float: left;
    margin-left: -9px;
    width: calc(100% + 9px);
    list-style-type: none;
}
.rubric-recipes {
    font-family: 'RobotoSlab-Light';
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0.5vh;
}
.name-recipes {
    font-family: 'RobotoSlab-Regular';
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 3vh;
}
.info-recipes .lean-more {
    float: right;
}
.sections-recipes {
    margin-bottom: 8vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sections-recipes li:hover a,
.sections-recipes li.active a {
    color: #ffb545;
}
.sections-recipes a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #5770af;
    font-family: 'RobotoSlab-Regular';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sections-recipes span {
    margin-top: 1.5vh;
    display: inline-block;
}
.sections-recipes li {
    margin: 0 3vh;
}
.icon-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 85px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.position-center {
    margin-top: 6vh;
}
.position-center .nav-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prod-lean-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: left;
    margin-top: 3vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prod-lean-more .lean-more {
    background-color: #ffb545;
}
.prod-lean-more .lean-more:hover {
    background-color: #3b5cad;
}
.heading-no-img .entry-title {
    color: #385cae;
    font-size: 3.4rem;
}
.heading-no-img + .page-heading:after {
    display: none;
}
.heading-no-img {
    position: relative;
    /*padding: 4vh 0 0;*/
    padding: 12vh 0 5vh;
    /*padding: 25vh 0 5vh;*/
    background: #fff;
    z-index: 3;
}
.first-desc-recipes {
    text-align: center;
}
.additional-information-recipes {
    margin-bottom: 5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffb545;
    font-size: 2.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cooking-time:before {
    background: url("/wp-content/themes/CUT/images/recipes-icon1.png") no-repeat center;
}
.complexity-cooking:before {
    background: url("/wp-content/themes/CUT/images/recipes-icon2.png") no-repeat center;
}
.additional-information-recipes > div {
    margin: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.additional-information-recipes > div:before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: contain;
    margin-right: 25px;
}
.ingredients-recipes table {
    border-collapse: collapse;
    margin: 0 2vw;
}
.ingredients-recipes table td {
    border-bottom: 1px solid #ffd494;
    font-size: 1.6rem;
    font-weight: bold;
}
.ingredients-recipes table td:first-of-type {
    border-bottom: 1px solid #ffd494;
    font-family: 'OpenSans-Light';
    padding: 6px 5px 4px 0;
    color: #4d4d4d;
}
.ingredients-recipes table td:last-of-type {
    min-width: 60px;
    text-align: right;
    font-family: 'OpenSans-LightItalic';
    padding: 6px 0 4px;
    color: #3b5cad;
}
.ingredients-recipes {
    max-width: 1200px;
    margin: 0 auto 8vh;
    background-color: #fff4e3;
    padding: 8vh 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.last-desc-recipes {
    text-align: justify;
}
.desc-recipes {
    font-size: 1.6rem;
    color: #4d4d4d;
    font-family: 'OpenSans-Light';
    line-height: 30px;
    margin-bottom: 5vh;
}
.desc-recipes p {
    margin-bottom: 3vh;
}
.heading-section-orange {
    text-transform: uppercase;
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 6vh;
    color: #ffb545;
}
.prod-recipes {
    /*max-width: 390px;*/
    /*display: block;*/
}
.owl-carousel .owl-item img {
    width: auto !important;
}
.products-recipes {
    margin: 0 1.5vw;
}
.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.owl-theme .owl-nav [class*=owl-]:before {
    font-size: 4rem;
    color: #3b5cad;
    display: inline-block;
    font-family: "FontAwesome";
}
div.owl-prev {
    left: -35px;
}
div.owl-next {
    right: -35px;
}
div.owl-prev:before {
    content: '\f104';
}
div.owl-next:before {
    content: '\f105';
}
.owl-theme .owl-dots div.owl-dot span {
    border-radius: 0;
    margin: 5px 3px;
    background: #3b5cae;
}
.owl-theme .owl-dots div.owl-dot.active span, .owl-theme .owl-dots div.owl-dot:hover span {
    background: #ffb545;
}
.owl-theme .owl-nav {
    margin: 0;
}
.page-content {
    font-size: 1.6rem;
    /*color: #4d4d4d;*/
    color: #000000;
    line-height: 30px;
    font-family: 'OpenSans-Light';
    position: relative;
    overflow: hidden;
    z-index: 5;
    /*float: left;*/
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 -4px 15px rgba(0,0,0,0.1);
    box-shadow: 0 -4px 15px rgba(0,0,0,0.1);
}
.news-image {
    margin-right: 2vw;
    margin-bottom: 2vh;
    float: left;
    max-width: 770px;
}
.news-page {
    float: left;
    width: 100%;
}
.news-page-border {
    margin-bottom: 2vh;
    padding-bottom: 1vh;
    border-bottom: 1px solid #d8deef
}
.news-date {
    color: #385cae;
    font-family: 'RobotoSlab-Regular';
}
header {
    /*height: 70px;*/
    border-bottom: 1px solid #4d71c7;
    position: fixed;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 5px 6px 20px rgba(0,0,0,0.25);
    box-shadow: 5px 6px 20px rgba(0,0,0,0.25);
    top: 0;
}
.video-full {
    position: relative;
    z-index: 5;
    float: left;
    width: 100%;
    background-color: #ffffff;
}
.video-full iframe {
    width: 100%;
    margin-bottom: -7px;
}
.about-us-page h3 {
    font-size: 2.4rem;
    color: #3b5cae;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 6vh;
    font-family: 'RobotoSlab-Light';
}
.page-content p {
    margin-bottom: 3vh;
}
.about-us-page ul {
    list-style-type: none;
    margin-bottom: 8vh;
}
.about-us-page ul li {
    padding-left: 26px;
    position: relative;
    line-height: 34px;
}
.about-us-page ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ffb545;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    border-radius: 15px;
    left: 0;
}
.page-content strong {
    font-weight: bold;
}
.page-heading.no-fon {
    position: absolute;
    z-index: 6;
    background: #fff;
    height: auto;
    min-height: 34vh;
}
.news-desc {
    text-align: justify;
}
.gallery-page {
    float: left;
    width: calc(100% - 4px);
    margin: 2px;
}
.gallery-page a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px;
    float: left;
    width: calc(100%/4 - 4px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.gallery-page a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 92, 174, 0.7);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.gallery-page a:hover:before {
    opacity: 1;
}
.gallery-page a img {
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}
#fancybox-right-ico {
    background: url(/wp-content/themes/CUT/images/fancybox-next.png);
    width: 13px;
    height: 21px;
    margin-top: -10px;
}
#fancybox-left-ico {
    background: url(/wp-content/themes/CUT/images/fancybox-prev.png);
    width: 13px;
    height: 21px;
    margin-top: -10px;
}
#fancybox-left span,
#fancybox-left:hover span {
    left: 2vw;
    right: auto;
}
#fancybox-right span,
#fancybox-right:hover span {
    left: auto;
    right: 2vw;
}
.fancybox-bg {
    display: none;
}
#fancybox-close {
    top: 2vh;
    right: 1vw;
    width: 13px;
    height: 13px;
    background: url(/wp-content/themes/CUT/images/fancybox-close.png) no-repeat center;
}
.title-partners-input {
    color: #3b5cae;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-family: 'RobotoSlab-Regular';
    margin-bottom: 1.5vh;
}
.item-partners-input-1 .title-partners-input:before {
    content: '';
    width: 55px;
    height: 29px;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    background: url(/wp-content/themes/CUT/images/partner-icon6.png) no-repeat center;
    border-right: 1px solid #e0e0e0;
}
.item-partners-input-2 .title-partners-input:before {
    content: '';
    width: 55px;
    height: 33px;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    background: url(/wp-content/themes/CUT/images/partner-icon7.png) no-repeat center;
    border-right: 1px solid #e0e0e0;
}
.partners-input {
    color: #242526;
    font-size: 2.4rem;
    font-family: 'OpenSans-Light';
    line-height: 40px;
}
.partner-section {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 6vh 0 7vh;
}
.partner-section li {
    margin: 0 4.5vw;
}
.partner-section li > div {
    padding-left: 70px;
    position: relative;
}
.advantages-partners {
    background: #ffb545;
    padding: 7vh 0 8vh;
    margin-top: 7vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.advantages-partners:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    background: url("/wp-content/themes/CUT/images/teeth-img1.png") center;
}
.advantages-partners:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    background: url("/wp-content/themes/CUT/images/teeth-img2.png") center;
}
.advantages-gallery-item {
    width: calc(100%/5);
}
.advantages-gallery-item > div {
    max-width: 200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.advantages-gallery-item > div span {
    margin-top: 1vh;
    display: inline-block;
    font-size: 1.8rem;
    color: #ffffff;
    font-family: 'RobotoSlab-Light';
}
.advantages-gallery-item > div div {
    width: 100%;
    height: 130px;
    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;
}
.content-indents-partners {
    padding-bottom: 0;
}
.feedback-form-title {
    color: #3b5cae;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: 'RobotoSlab-Regular';
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blue-form .feedback-form-title {
    color: #ffffff;
}
.blue-form .feedback-form-title:before,
.blue-form .feedback-form-title:after {
    background: url(/wp-content/themes/CUT/images/heading-section-white.png) center no-repeat;
}
.feedback-form-title:before,
.feedback-form-title:after {
    content: '';
    width: 138px;
    height: 12px;
    background: url(/wp-content/themes/CUT/images/heading-section-blue.png) center no-repeat;
    display: inline-block;
    margin: 0 1.5vw;
}
.blue-form input[type='submit'] {
    background: #ffb545;
    color: #ffffff;
}
.blue-form input[type='submit']:hover {
    background: #ffffff;
    color: #3b5cae;
}
.blue-form {
    background-color: #3b5cae;
}
.blue-form input, .blue-form textarea {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.blue-form span.wpcf7-not-valid-tip,
.blue-form div.wpcf7-mail-sent-ok,
.blue-form div.wpcf7-validation-errors {
    color: #ffffff;
}
.feedback-form {
    padding: 9vh 0 7vh;
}
.wpcf7-form > div {
    width: 480px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
}
.wpcf7-form {
    text-align: center;
    margin-top: 5vh;
}
.wpcf7-form p {
    width: 100%;
    margin: 0;
}
.wpcf7-form p input{
    margin: 0;
}
div.wpcf7-recaptcha {
    padding-bottom: 20px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -5px;
    text-align: left;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
div.wpcf7-response-output,
div.wpcf7-validation-errors {
    border: 0;
    padding: 10px 0 0;
    font-size: 1.4rem;
    width: auto;
}
div.wpcf7-mail-sent-ok {
    border: 0;
}
.subscribe-wrapper input[type='submit'] {
    width: 158px;
    height: 43px;
    color: #3b5cae;
    margin: 0 !important;
    background-color: #ffffff;
}
.subscribe-wrapper input[type='submit']:hover {
    background: #ffb545;
    color: #ffffff;
}
.contact-map iframe {
    width: 100%;
    margin-bottom: -9px;
}
.contact-section {
    list-style-type: none;
    text-align: center;
}
.contact-section li {
    width: 30vw;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 3vh;
}
.contact-section li + li div.title-contact-input, .contact-section li + li div.contact-input{
	font-size: 2.0rem;
	color: #777;
}
.contact-section .title-contact-input {
    font-size: 2.4rem;
    color: #4d4d4d;
    text-transform: uppercase;
    font-family: 'RobotoSlab-Bold';
    line-height: 34px;
    position: relative;
	max-width:676px;
}
.contact-section .title-contact-input img {
    position: absolute;
    left: 0;
    width: 70px;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center;
}
.contact-section .item-contact-input-1 .title-contact-input:before {
    background: url("/wp-content/themes/CUT/images/contact-icon1.png") no-repeat center;
}
.contact-section .item-contact-input-2 .title-contact-input:before {
    background: url("/wp-content/themes/CUT/images/contact-icon2.png") no-repeat center;
}
.contact-section .item-contact-input-3 .title-contact-input:before {
    background: url("/wp-content/themes/CUT/images/contact-icon3.png") no-repeat center;
}
.contact-section .item-contact-input-4 .title-contact-input:before {
    background: url("/wp-content/themes/CUT/images/contact-icon4.png") no-repeat center;
}
.contact-section .title-contact-input:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 70px;
    border-right: 1px solid #dbdbdb;
}
.contact-section .contact-input {
    margin-top: 15px;
    font-size: 2.4rem;
    color: #4d4d4d;
    text-transform: uppercase;
    font-family: 'OpenSans-Light';
}
.contact-section li > div {
    /*padding-left: 5vw;*/
    padding-left: 85px;
}
.prod-homepage .homepage-lean-more {
    margin-top: 6vh;
    margin-bottom: 8vh;
}
.prod-homepage, .news-homepage, .category-prod-homepage {
    width: 100%;
    float: left;
}
.products-homepage {
    margin: 0 1.5vw;
}
.category-prod-homepage {
    margin-bottom: 9vh;
    margin-top: 9vh;
}
.gray-form {
    background-color: #f6f7fb;
}
.about_us_info > div {
    width: 50%;
}
.about_us_info > div iframe {
    width: calc(100% - 70px);
    height: calc(100% - 20px);
    border: 10px solid #f2e1c1;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.about_us_info > div:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.about_us_info > div:first-of-type span {
    padding-right: 50px;
    margin-bottom: 5px;
}
.about_us_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: justify;
    margin-bottom: 8vh;
}
.advantages-about-us {
    margin: 0 5vw 5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.name-advantages {
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #4d71c7;
    font-family: 'RobotoSlab-Regular';
}
.desc-advantages {
    font-size: 1.6rem;
    color: #4d4d4d;
    font-family: 'OpenSans-Light';
}
.image-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10vh;
    margin-bottom: 1vh;
}
.about_us_homepage {
    position: relative;
}
.clouds {
    position: absolute;
    top: -4vh;
    width: 28%;
    height: 13%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.clouds1 {
    left: 0;
}
.clouds2 {
    right: 0;
}
.clouds1-1 {
    width: 46%;
    padding-top: 8%;
}
.clouds1-2 {
    width: 21%;
}
.clouds1-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 13%;
}
.clouds2-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
    margin-right: -20px;
}
.clouds2-2 {
    width: 42%;
    padding-top: 10%;
}
.slide-block {
    width: 100vw;
    height: 100vh;
    background-size: cover;
}
.slider-homepage {
    height: 100vh;
    overflow: hidden;
}
.slider-homepage .item {
    position: relative;
}
.slider-homepage .item:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    position: absolute;
    background: url(/wp-content/themes/CUT/images/fon-slider2.png) no-repeat center;
    background-size: cover;
}
.slider-homepage + .content-indents {
    padding-top: 9vh;
}
.slider-homepage .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}
.slider-homepage .owl-nav {
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
}
.slider-homepage div.owl-prev {
    left: 10px;
}
.slider-homepage div.owl-next {
    right: 10px;
}
.group path {
    /*fill: #3b5cae;*/
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.group text {
    font-family: 'RobotoSlab-Regular';
    font-size: 14px;
    fill: #ffffff;
}
.group a:hover path,
.group a.active path {
    fill: #ffb545;
}
.icon-block {
    height: 39px;
    width: 60px;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.block-left-category .up-level > li > a:hover .cat-4:before,
.block-left-category .up-level > li > a:hover .cat-120:before,
.block-left-category .up-level > li > a:hover .cat-121:before,
.active-cat .cat-4:before,
.active-cat .cat-120:before,
.active-cat .cat-121:before {
    background-image: url(/wp-content/themes/CUT/images/icon_categ1.png);
}
.cat-4:before,
.cat-120:before,
.cat-121:before {
    background-image: url(/wp-content/themes/CUT/images/icon_categ1-1.png);
}

.block-left-category .up-level > li > a:hover .cat-5:before,
.block-left-category .up-level > li > a:hover .cat-126:before,
.block-left-category .up-level > li > a:hover .cat-117:before,
.active-cat .cat-5:before,
.active-cat .cat-126:before,
.active-cat .cat-117:before {
    background-image: url(/wp-content/themes/CUT/images/icon_categ2.png);
}
.cat-5:before,
.cat-126:before,
.cat-117:before {
    background-image: url(/wp-content/themes/CUT/images/icon_categ2-1.png);
}

.block-left-category .up-level > li > a:hover .cat-6:before,
.block-left-category .up-level > li > a:hover .cat-114:before,
.block-left-category .up-level > li > a:hover .cat-115:before,
.active-cat .cat-6:before,
.active-cat .cat-115:before,
.active-cat .cat-114:before {
    background-image: url(/wp-content/themes/CUT/images/icon_categ3.png);
}
.cat-6:before,
.cat-114:before,
.cat-115:before {
    background-image: url(/wp-content/themes/CUT/images/icon_categ3-1.png);
}

.block-left-category .up-level > li > a:hover .cat-7:before,
.block-left-category .up-level > li > a:hover .cat-122:before,
.block-left-category .up-level > li > a:hover .cat-123:before,
.active-cat .cat-7:before,
.active-cat .cat-122:before,
.active-cat .cat-123:before {
    background-image: url(/wp-content/themes/CUT/images/icon_categ4.png);
}
.cat-7:before,
.cat-122:before,
.cat-123:before {
    background-image: url(/wp-content/themes/CUT/images/icon_categ4-1.png);
}

.block-left-category .up-level > li > a:hover .cat-8:before,
.block-left-category .up-level > li > a:hover .cat-118:before,
.block-left-category .up-level > li > a:hover .cat-119:before,
.active-cat .cat-8:before,
.active-cat .cat-118:before,
.active-cat .cat-119:before {
    background-image: url(/wp-content/themes/CUT/images/icon_categ5.png);
}
.cat-8:before,
.cat-118:before,
.cat-119:before {
    background-image: url(/wp-content/themes/CUT/images/icon_categ5-1.png);
}

.icon-block:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.animation-svg svg {
    width: 100%;
    height: 100%;
    margin-bottom: -7px;
}
.about-svg.active path {
    stroke: #3B5DAA;
}
.footer-svg.active path {
    stroke: #fff;
}
.animation-svg.active path {
    stroke-width: .15;
    stroke-dasharray: 400px;
    stroke-dashoffset: 400px;
    fill-opacity: 0;
    -webkit-animation: draw 20s forwards;
    animation: draw 20s forwards;
    /*transition: fill-opacity .3s;*/
}
@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
        fill-opacity: 1;
    }
}
@keyframes draw {
    to {
        stroke-dashoffset: 0;
        fill-opacity: 1;
    }
}
.footer-menu a::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 7px 0;
    max-width: 0;
    border-bottom: 1px solid #ffb545;
    color: #ffb545;
    content: attr(data-text);
    -webkit-transition: max-width 0.4s;
    -o-transition: max-width 0.4s;
    transition: max-width 0.4s;
    background-color: #3b5cae;
}
.footer-menu a:hover::before, .footer-menu a:focus::before {
    max-width: 100%;
}
.footer-menu a {
    position: relative;
}
.lean-more {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.lean-more::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f3f8e;
    content: attr(data-text);
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.recipes:hover .lean-more, .lean-more:hover {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
.recipes:hover .lean-more::before, .lean-more:hover::before {
    background: #ffb545;
}
.my-effect {
    visibility: hidden;
}
.my-effect.active {
    visibility: visible;
}
.stub {
    background: #385cae;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.stub .logo {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.stub .logo svg {
    height: 265px;
    width: 300px;
}
.img-stub {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 29vh;*/
}
.img-stub svg,
.img-stub img {
    width: 100%;
    height: 100%;
}
.img-stub.active path {
    fill: #fff;
    stroke: #fff;
    stroke-width: .2;
    stroke-dasharray: 400px;
    stroke-dashoffset: 400px;
    fill-opacity: 0;
    -webkit-animation: draw2 12s forwards, draw3 2s forwards 2s;
    animation: draw2 12s forwards, draw3 2s forwards 2s;
    /*transition: fill-opacity .3s;*/
}
.stub .logo.active path, .stub .logo.active polygon {
    fill: #fff;
    stroke: #fff;
    stroke-width: .5;
    stroke-dasharray: 600px;
    stroke-dashoffset: 600px;
    fill-opacity: 0;
    -webkit-animation: draw2 6s forwards, draw3 2s forwards 2s;
    animation: draw2 6s forwards, draw3 2s forwards 2s;
    /*transition: fill-opacity .3s;*/
}
@-webkit-keyframes draw2 {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes draw2 {
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes draw3 {
    to {
        stroke-width: 0;
        fill-opacity: 1;
    }
}
@keyframes draw3 {
    to {
        stroke-width: 0;
        fill-opacity: 1;
    }
}
.stub-active {
    overflow: hidden;
}
.slider-logo path , .slider-logo polygon {
    /*fill: #4d71c7;*/
}
.slider-info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider-logo {
    width: 29vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider-logo svg, .slider-logo img {
    max-height: 27vh;
}
.text-slider {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5vw;
}
.text-slider > div {
    font-size: 5.2rem;
    text-transform: uppercase;
    color: #4d71c7;
    font-family: 'OpenSans-Regular';
    padding-left: 2.6vw;
    position: relative;
    line-height: 64px;
    white-space: pre-wrap;
    text-shadow: 0 0 30px #fff;
}
.text-slider > div:before {
    content: '';
    width: 3px;
    display: inline-block;
    height: calc(100% - 20px);
    background-color: #4d71c7;
    position: absolute;
    margin-top: 15px;
    left: 0;
}
.text-slider span {
    color: #ffb545;
}
.header-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.lang-block #lang_sel_list a {
    font-size: 1.4rem !important;
    text-transform: uppercase;
    color: #4d71c7 !important;
    font-family: 'OpenSans-Regular';
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    margin-left: 1.4vw;
    padding: 26px 0;
    background-color: transparent !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.lang-block #lang_sel_list a:hover,
.lang-block #lang_sel_list a.lang_sel_sel {
    border-color: #4d71c7;
}
.lang-block #lang_sel_list  ul {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lang-block #lang_sel_list {
    font-family: inherit;
    height: auto;
    display: table;
}
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after, .cmn-toggle-switch span {
    background-color: #385cae;
}
.cmn-toggle-switch {
    margin: 0;
}
.active-menu {
    overflow: hidden;
}
.block-menu {
    position: absolute;
    padding-top: 60px;
    /*z-index: 99;*/
    width: 300px;
    height: calc(100% - 60px);
    background-color: #385cae;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.active-menu .block-menu {
    opacity: 1;
}
.active-menu header,
.active-menu .page-wrapper,
.active-menu .hover-block-menu {
    -webkit-transform: translate3d(300px,60px,0);
    transform: translate3d(300px,60px,0);
    max-height: 100vh;
    overflow: hidden;
}
header,
.page-wrapper {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.active-menu .hover-block-menu {
    opacity: 1;
}
.hover-block-menu {
    position: absolute;
    /*width: 100%;*/
    /*height: 100%;*/
    width: calc(100% - 300px);
    height: calc(100% - 60px);
    z-index: -99;
    opacity: 0;
    cursor: pointer;
    background-color: rgba(56, 92, 174, 0.2);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    /*transition: transform .3s;*/
    transition: transform .3s, -webkit-transform .3s;
}
.header-menu a {
    line-height: 60px;
    font-size: 1.6rem;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    font-family: 'RobotoSlab-Regular';
}
.header-menu .current-menu-item a,
.header-menu a:hover {
    border-color: #ffb545;
}
.header-menu li {
    text-align: center;
    border-bottom: 1px solid #335299;
}
.logo-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 16vh;
    margin-bottom: 4vh;
}
.logo-menu svg,
.logo-menu img {
    height: 100%;
}
header {
    /*background-color: rgba(255, 255, 255, 0.75);*/
    background-color: rgba(220, 240, 255, 0.8);
}
.home header {
    background-color: rgba(220, 240, 255, 0.8);
}
.logo-header {
    height: 14vh;
    margin: 2.4vh 0;
}
.logo-header svg {
    height: 100%;
    width: auto;
}
.heading-info {
    /*margin-top: 15vh;*/
    margin-top: 5vh;
}
.page-heading.no-fon:after {
    background: none;
}
.page-heading.no-fon + .content-indents {
    padding: 0 0 7vh;
}
.category-mobile {
    display: none;
}
.close-category-mobile {
    display: none;
}
.left-block-map {
    width: 27vw;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.right-block-map {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
    position: relative;
    min-height: 750px;
}
.left-block-map ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.left-block-map li:nth-child(2n + 1) {
    width: 40%;
}
.left-block-map li:nth-child(2n) {
    width: 60%;
}
.left-block-map li {
    /*width: 50%;*/
    line-height: 40px;
}
.info-region {
    color: #242526;
    font-size: 1.8rem;
    font-family: 'OpenSans-Light';
    display: none;
}
.info-region.active-region {
    display: block;
}
.info-region h2 {
    color: #3b5cae;
    font-size: 2.2rem;
    text-transform: uppercase;
    margin-bottom: 6vh;
    font-family: 'RobotoSlab-Regular';
}
.info-region h3 {
    color: #3b5cae;
    font-size: 1.8rem;
    font-family: 'RobotoSlab-Regular';
    margin: 4vh 0 3vh;
}

.selected_region {
    display: table;
    position: relative;
}
.selected_region:after {
    display: block;
    content: '\25BC';
    right: 0;
    color: #fff;
    padding: 0 20px;
    font-size: 12px;
    pointer-events: none;
    position: absolute;
    top: 0;
}
.selected_region {
    width: 300px;
    line-height: 48px;
    margin-bottom: 30px;
    display: none;
}
.selected_region span {
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    outline: none;
    font-size: 1.8rem;
    color: #ffffff;
    font-family: 'OpenSans-Semibold';
    background: #3b5cae;
    cursor: pointer;
    padding: 0 20px;
}
.region {
    width:100%;
    height:48px;
    position:relative;
    border:none;
    cursor:pointer;
    opacity:0;
}
.region option {
    outline: none;
}
.page-404 {
    padding-top: 25vh;
}
.block-404, .block-404 a {
    text-align: center;
    font-size: 2rem;
    line-height: 32px;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
}
.block-404 a {
    color: #ffb545;
}
.block-404 span  {
    font-size: 15rem;
    margin-bottom: 35px;
    display: inline-block;
    line-height: 132px;
    color: #ffb545;
}
.block-404 div {
    font-size: 3rem;
    margin-bottom: 25px;
    color: #3b5cae;
}
.breadcrumbs {
    position: absolute;
    left: 0;
    /*margin-top: -10vh;*/
    /*margin-top: -22vh;*/
    top: 105px;
}

@media all and (max-width: 992px){
    .breadcrumbs {
        top: 75px;
    }
}
.breadcrumbs br{
    display:none;
}
.breadcrumbs , .breadcrumbs a {
    font-family: 'RobotoSlab-Regular';
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
.breadcrumbs i {
    color: #ffffff;
    font-size: 2rem;
    margin: 0 4px 0 6px;
}
.breadcrumbs-new .breadcrumbs {
    position: relative;
    top: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    /*margin-bottom: 15px;*/
    margin-bottom: 4vh;
    color: #385cae;
}
.breadcrumbs-new .breadcrumbs a,
.breadcrumbs-new .breadcrumbs i {
    color: #385cae;
}
.breadcrumbs-new.page-heading-information > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.seo-text{
    padding-top:30px;
    margin: 20px 0 0;
    display: table;
    width: 100%;
    text-align:justify;
}
.seo-text h2, .prod-desc-single h2{
    text-transform: uppercase;
    font-size: 18px;
    color: #3b5cad;
    font-weight: bold;
}
.seo-text h3, .prod-desc-single h3{
    font-size: 16px;
    color: #3b5cad;
    font-weight: bold;
}
.seo-text p, .prod-desc-single p{
    margin-bottom: 10px;
}

.seo-text img{
    margin-left: 10px;
}

.seo-text li{
    width: 93%;
    margin: 0 10px 10px 0;
    font-size:90%;
    position: relative;
    padding-left: 30px; 
}
.seo-text li:before{
    border-radius: 50%;
    background: #3b5cad;
    position: absolute;
    height: 10px;
    content: '';
    width: 10px;
    top: 10px;
    left: 0;
}
.seo-text li a{
    display: inline;
}



.section-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    position: relative;
    margin-top: 5vh;
}
.mfp-figure:after {
    display: none;
}
.gallery__item__new {
    /*height: 30vw;*/
    height: 25vw;
    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;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 2vw;
}
.contact-section_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin: 0 auto;
    max-width: 1366px;
}
.contact-section-item {
    width: 50%;
	margin-bottom: 5vh;
}
.premium-pod {
    position: absolute;
    top: 10px;
    left: 10px;
}
.link-for-contact {
    color: #ffffff;
    background-color: #ffb545;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 1.4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 2.5vw;
    text-decoration: none;
    margin-bottom: 4rem;
    height: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.link-for-contact:hover {
    background: #ffffff;
    color: #3b5cad;
}
.prod-info-single h1 {
    font-size: 2rem;
    color: #3b5cad;
    font-family: 'RobotoSlab-Light';
    margin-bottom: 2vh;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}

.desktop-navigation {
    display: flex;
    align-items: center;
}

.desktop-navigation__logo {
    width: 90px;
    margin-top: 10px;
    margin-right: 10px;
}

.desktop-menu {
    display: flex;
    flex-wrap: wrap;

    margin: 0;
    padding: 0;
    list-style: none;
}

.desktop-menu .menu-item:not(:last-of-type) {
    margin-right: 20px;
}

.desktop-menu .menu-item a {
    line-height: 1;
    white-space: nowrap;
    font-size: 15px;
    display: inline-block;
    color: #3b5cad;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    font-family: 'RobotoSlab-Regular', sans-serif;
    transition: all .4s;
}

.desktop-menu .menu-item a:hover {
    border-bottom: 1px solid #ffb545;
    color: #ffb545;
}

.desktop-logo svg {
    width: 100%;
    height: auto;
}

.desktop-logo svg polygon,
.desktop-logo svg path {
    fill: #3b5cad;
}

@media all and (min-width: 992px){
    .cmn-toggle-switch {
        display: none;
    }
}

@media all and (max-width: 991px){
    .desktop-navigation-wrapper {
        display: none;
    }
}

.dropdown-menu a.regional-center {
    font-size: 2rem;
    font-weight: bolder;
}

sup {
	vertical-align: super;
	font-size:smaller;
}