@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

.subheader,
header .top-bar {
    background-repeat: no-repeat;
    background-size: cover;
}
#search-results .item,
.sm li,
.sm ul,
.topmenu li > a,
ul.sm a,
ul.sm:after {
    display: block;
}
body,
html {
    font-size: 15px;
    overflow-x: hidden;
}
body {
    font-family: 'Comfortaa', cursive;
    margin: 0;
    padding: 0;
    color: #777777;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}
a,
a.inverted,
a.white {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    outline: 0;
}
a.white {
    color: #fff;
}
a.hover,
a:focus,
a:hover {
    -webkit-transition: all 0.55s ease;
    -moz-transition: all 0.55s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.55s ease;
    outline: 0;
    text-decoration: none;
}
hr {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
p {
    margin-bottom: 1em;
}
p:last-child {
    margin-bottom: 0;
}
.subheader {
    display: none;
}
.subheader h1 {
    color: #fff;
    margin: 0;
    font-weight: 100;
}
.subheader h1 small {
    display: block;
    font-weight: 300;
    color: #fff;
    margin-top: 0.5em;
}
.subheader .sk.breadcrumb {
    position: absolute;
    bottom: 0;
    right: 1em;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.5em 1.2em;
    text-transform: capitalize;
    width: auto;
}
.topmenu li ul li a,
.topmenu li > a strong {
    text-transform: uppercase;
    font-weight: 500;
}
.subheader .sk.breadcrumb a.section {
    color: #fff;
}
.subheader .sk.breadcrumb a:hover {
    text-decoration: underline;
}
.subheader .sk.breadcrumb .section {
    font-size: 0.876em;
    color: #fff;
}
.subheader .sk.inverted.input {
    width: 300px;
}
#suggestions {
    position: absolute;
    width: 300px;
    top: 5em;
    z-index: 100;
}
ul.sm a,
ul.sm li {
    position: relative;
}
#search-results {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
#pagination {
    margin-top: 1em;
}
.sm,
.sm li,
.sm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr;
}
ul.sm li {
    float: left;
}
ul.sm a {
    white-space: nowrap;
}
ul.sm a.disabled {
    cursor: default;
}
ul.sm ul {
    position: absolute;
    top: -999999px;
    left: -800px;
    width: 100px;
}
.top-menu,
.topmenu li > a i,
.topmenu li > a small,
.topmenu li > a strong {
    position: relative;
}
ul.sm-rtl {
    direction: rtl;
}
ul.sm-rtl li {
    float: right;
}
ul.sm ul li,
ul.sm-vertical li {
    float: none;
}
ul.sm ul a,
ul.sm-vertical a {
    white-space: normal;
}
* html ul.sm-vertical li {
    float: left;
    width: 100%;
}
* html ul.sm-vertical ul li {
    float: none;
    width: auto;
}
ul.sm ul.sm-nowrap > li > a {
    white-space: nowrap;
}
ul.sm:after {
    content: "\00a0";
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
* html ul.sm {
    height: 1px;
}
ul.sm li *,
ul.sm li :after,
ul.sm li :before {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
ul.sm {
    -webkit-tap-highlight-color: transparent;
}
.topmenu li > a {
    text-decoration: none;
    font-weight: 400;
    color: #777777;
}
.topmenu li a > i {
    display: none;
    font-size: 2em;
}
.topmenu li.nav-item {
    margin-right: 1em;
}
.topmenu li.nav-item:last-child {
    margin-right: 0;
}
#menu-wrap {
    margin-top: 1em;
}
.topmenu li > a strong {
    display: block;
}
.topmenu li > a small {
    display: none;
}
.topmenu li:hover a small,
.topmenu li:hover a strong,
.topmenu li:hover > a i {
    opacity: 1;
}
.topmenu a > small {
    display: block;
}
.topmenu a.highlighted,
.topmenu a:active,
.topmenu a:focus,
.topmenu a:hover {
    color: #ea008a;
}
.topmenu li > a.active {
    color: #ea008a;
}
.topmenu li.nav-submenu-item i.icon {
    margin-right: 0.5em;
}
.topmenu ul a.has-submenu,
.topmenu-vertical a.has-submenu {
    padding-right: 1.8em;
}
.topmenu li ul li a {
    padding: 0.85em;
    text-align: left;
    border: 0;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
    font-size: 0.778em;
}
.topmenu li ul li a:hover {
    color: #394147;
}
.topmenu li ul li a i {
    font-size: 1em;
    display: inline-block;
    margin: 0 0.5em 0 0;
}
#menu ul.two.cols {
    width: 380px !important;
}
#menu ul.three.cols {
    width: 500px !important;
}
#menu ul.three.cols li {
    width: 33.33%;
}
#menu ul.four.cols li {
    width: 25%;
}
#menu ul.four.cols {
    width: 680px !important;
}
#menu ul.cols li {
    display: block;
    float: left;
    width: 50%;
}
#menu ul.cols li:first-child {
    box-shadow: none;
}
#menu ul.cols {
    clear: both;
}
.topmenu ul.menu-submenu {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.topmenu a span.sub-arrow {
    position: absolute;
    left: 50%;
    bottom: 16px;
    margin-left: -12px;
    width: 1em;
    height: 1em;
    line-height: 1em;
}
.topmenu ul.menu-submenu a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
    right: 1em;
    top: 1.4em;
    left: auto;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.topmenu li:first-child,
.topmenu ul li,
.topmenu-vertical li {
    border-left: 0;
}
.topmenu ul li:first-child,
.topmenu-vertical li:first-child {
    border-top: 0;
}
.topmenu span.scroll-down,
.topmenu span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    border: solid #bbb;
    border-width: 1px 0;
    background: #fff;
    height: 20px;
}
.topmenu span.scroll-down-arrow,
.topmenu span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #555;
}
#botwidget,
.loader {
    position: relative;
}
.topmenu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #555 transparent transparent;
}
#topwidget {
    background-color: #fff;
}
#topwidget .static-image {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 1em 4em;
    color: #fff;
}
#topwidget .static-image > h1 {
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Comfortaa', cursive;
    font-weight: 100;
}
#leftwidget aside,
#rightwidget aside {
    margin-bottom: 1.5em;
}
#leftwidget aside h3,
#rightwidget aside h3 {
    font-weight: 400;
    color: #333;
}

.loader:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/loader-large.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.8);
    visibility: visible;
    z-index: 5000;
}
footer {
    padding: 1em 0;
    color: #777777;
}
.top-footer {
    padding-bottom: 10px;
}
footer .logo {
    max-width: 130px;
    margin: 1em auto 0;
}
.bottom-footer {
    border-top: 1px solid #777;
    margin-top: 1em;
    padding-top: 20px;
}
.footer-legal a {
    color: #777;
    font-size: 16px;
    font-weight: 500;
}
.footer-legal a:hover {
    color: #ea008a;
}
.footer-sk a {
    color: #777;
    font-size: 16px;
}
.footer-sk a:hover {
    color: #ea008a;
}
.footer-sk {
    color: #777;
    font-size: 16px;
    font-weight: 500;
}
footer .ficons {
    margin-bottom: 1em;
}
footer .ficons i.icon {
    margin: 0 0.25em;
}
#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #85959a;
    border-radius: 30px;
    line-height: 55px;
    opacity: 0.8;
    color: #455c6a;
    text-align: center;
    display: none !important;
}
#scrollUp:before {
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font: 28px Icons;
    color: #455c6a;
}
#error-page {
    background-image: url(../images/404_bg.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    background-color: #282828;
    box-shadow: inset 0 10px 0 0 #000, inset 0 -10px 0 0 #000;
    position: relative;
}
#error-page .logo {
    padding-top: 2em;
}
#error-page h1 {
    padding-top: 0.5em;
    color: #fff;
    font-size: 5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3 {
    color: #7f7f7f;
    font-size: 1.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3.primary {
    margin-top: 2em;
}
#error-page #but.button {
    font-size: 2em;
    border-radius: 500em;
}
#error-page #but.button i.icon {
    font-size: 4em;
}
.md-grid {
    max-width: 1545px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.curvy-line {
    height: 20px;
    -webkit-mask-position: left;
    mask-position: left;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: black;
    -webkit-mask-image: url('https://www.pagotinio.com/uploads/svg/wave.svg');
    mask-image: url('https://www.pagotinio.com/uploads/svg/wave.svg');
    mask-repeat: repeat-x;
}
/*Header*/
header {
    position: relative;
    z-index: 100;
    padding: 10px 0;
}
.header-left {
    width: 150px;
}
.header-left .logo {
    margin-left: -10px;
    margin-right: -30px;
}
.header-right {
    width: calc(100% - 150px);
}
.header-right-menu {
    width: calc(100% - 60px);
}
#langmenu .item {
    display: inline-block;
    position: relative;
}
#langmenu .item img {
    height: 15px;
}
.header-right-megamenu {
    width: 60px;
}
body.homepage-header header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
body.homepage-header header .logo {
    display: none;
}
/*Megamenu*/
.megamenu-toggle {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #ea008a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.megamenu-toggle .icon {
    width: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megamenu-toggle .icon div {
    height: 5px;
    position: relative;
    margin: 1px 0;
}
.megamenu-toggle .icon div::after {
    content: "";
    height: 3px;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megamenu-toggle .icon svg {
    fill: #fff;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megamenu-toggle .icon .top {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}
.megamenu-toggle .icon .bottom {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
}
.megamenu-toggle.open .middle {
    opacity: 0;
}
.megamenu-toggle.open .icon svg {
    opacity: 0;
}
.megamenu-toggle.open .icon div::after {
    opacity: 1;
}
.megamenu-toggle.open .icon .top {
    -webkit-transform: rotate(-45deg) translate(-5px, 0px);
    -moz-transform: rotate(-45deg) translate(-5px, 0px);
    -ms-transform: rotate(-45deg) translate(-5px, 0px);
    -o-transform: rotate(-45deg) translate(-5px, 0px);
    transform: rotate(-45deg) translate(-5px, 0px);
    top: -5px;
    left: -1px;
}
.megamenu-toggle.open .icon .bottom {
    -webkit-transform: rotate(45deg) translate(-4px, 2px);
    -moz-transform: rotate(45deg) translate(-4px, 2px);
    -ms-transform: rotate(45deg) translate(-4px, 2px);
    -o-transform: rotate(45deg) translate(-4px, 2px);
    transform: rotate(45deg) translate(-4px, 2px);
    top: 1px;
    left: 0;
}
.megamenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1100;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.opened-megamenu .megamenu {
    opacity: 1;
    pointer-events: all;
}
.megamenu-scroll {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.megamenu-container {
    position: relative;
}
.megamenu .megamenu-toggle {
    position: absolute;
    right: 15px;
    top: 15px;
}
html.opened-megamenu,
body.opened-megamenu {
    overflow: hidden;
}
.megamenu-category-item {
    height: 37vw;
    overflow: hidden;
    min-height: 120px;
    padding: 20px 15px;
    color: white;
    position: relative;
}
.megamenu-category-item.large {
    height: 69vw;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-flow: column;
}
.megamenu-category-title {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.megamenu-category-item.large .megamenu-category-title {
    max-width: 130px;
}
.megamenu-category-image {
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.megamenu-category-image > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 70%;
    object-fit: contain;
}
.megamenu-category-icon {
    position: absolute;
}
.megamenu-category-icon.bulk {
    top: 0.2em;
    right: 7px;
    width: 15px;
    -webkit-transform: translate(100%,-100%);
    -moz-transform: translate(100%,-100%);
    -ms-transform: translate(100%,-100%);
    -o-transform: translate(100%,-100%);
    transform: translate(100%,-100%);
}
.megamenu-category-icon.family {
    top: 0.8em;
    right: -10px;
    width: 17px;
}
.megamenu-category-icon.sorbet {
    width: 35px;
    right: -20px;
    top: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.megamenu-category-icon.milky {
    width: 12px;
    right: 0;
    top: 0;
    -webkit-transform: translate(100%, -70%);
    -moz-transform: translate(100%, -70%);
    -ms-transform: translate(100%, -70%);
    -o-transform: translate(100%, -70%);
    transform: translate(100%, -70%);
}
.megamenu-category-icon.vegan {
    top: 0;
    right: 0;
    -webkit-transform: translate(100%, -85%);
    -moz-transform: translate(100%, -85%);
    -ms-transform: translate(100%, -85%);
    -o-transform: translate(100%, -85%);
    transform: translate(100%, -85%);
    width: 12px;
}
.megamenu-category-icon.yogurt {
    right: 0;
    top: 0;
    width: 15px;
    -webkit-transform: translate(80%, -85%);
    -moz-transform: translate(80%, -85%);
    -ms-transform: translate(80%, -85%);
    -o-transform: translate(80%, -85%);
    transform: translate(80%, -85%);
}
.megamenu-category-item:not(.large) .megamenu-category-image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 23vw;
    margin: 0;
    text-align: right;
}
.megamenu-category-item:not(.large) .megamenu-category-image img {
    height: 23vw;
    width: auto;
    margin: 0;
    position: relative;
    object-fit: contain;
    object-position: right bottom;
}
.megamenu-menu-column {
    margin: 10px 0;
    padding: 0 30px;
}
.megamenu-menu-column-line {
    border-top: 1px solid rgba(119,119,119,0.3);
}
.megamenu-header-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 22px;
    font-weight: 700;
}
.megamenu-header-menu li:not(:last-child) {
    margin-bottom: 25px;
}
.megamenu-header-menu li a:hover {
    color: #ea008a;
}
.megamenu-contact-info-item:not(:last-child) {
    margin-bottom: 20px;
}
.megamenu-contact-info-left {
    width: 30px;
}
.megamenu-contact-info-right {
    width: calc(100% - 30px);
    max-width: 220px;
    font-size: 14px;
    font-weight: 700;
}
/*other*/
.hm-ad {
    margin-top: 160px;
    margin-bottom: 115px;
}
.new-type-icon-el {
    position: absolute;
    top: -50px;
    right: 80px;
}
.new-type-icon {
    position: absolute;
    bottom: 205px;
    right: 160px;
}
.hm-about-btn {
    margin-top: 90px;
}
.hm-about-btn a {
    font-size: 28px;
    color: white;
    background-color: #00a0e3;
    padding: 24px 45px;
    border-radius: 50px;
}
.hm-about-btn a:hover {
    color: white;
    background-color: #07B9E8;
}
.new-type-icon img {
    width: 95px;
}
.all-over-cyprus {
    margin-top: 9em;
}
.pink-heading {
    font-size: 54px;
    color: #ea008a;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 900;
}
.all-over-right {
    padding-left: 7em;
    margin-top: 1em;
}
.all-over-right p {
    line-height: 2.1;
    color: rgba(0,0,0,0.5);
    font-weight: 500;
}
.cyprus-splash-icon {
    position: absolute;
    bottom: -22px;
    right: 30px;
}
.cyprus-splash-icon-el {
    position: absolute;
    bottom: 20px;
    right: 40px;
}
.cyprus-splash-icon img {
    width: 40px;
}
.cyprus-splash-icon-el img {
    width: 40px;
}
.all-over-left {
    position: relative;
}
.each-cyprus-categ img {
    width: 160px;
    height: 200px;
}
.each-cyprus-categ h5 {
    font-size: 32px;
    font-weight: 900;
    margin-top: 1em;
    letter-spacing: 2px;
}
.each-cyprus-categ {
    text-align: center;
}
.various-categories {
    margin-top: 4em;
}
.var-cat-col {
    display: flex;
    justify-content: space-between;
}
.work-together {
    background-color: #dcfbab;
    padding: 140px 0 90px 0;
    --mask:
            radial-gradient(100.05px at 50% 140.30px,#000 99%,#0000 101%) calc(50% - 122px) 0/244px 51% repeat-x,
            radial-gradient(100.05px at 50% -79.3px,#0000 99%,#000 101%) 50% 61px/244px calc(51% - 61px) repeat-x,
            radial-gradient(100.05px at 50% calc(100% - 140.30px),#000 99%,#0000 101%) calc(50% - 122px) 100%/244px 51% repeat-x,
            radial-gradient(100.05px at 50% calc(100% + 79.30px),#0000 99%,#000 101%) 50% calc(100% - 61px)/244px calc(51% - 61px) repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    margin-bottom: 2em;
    margin-top: 4em;
}
.work-together-right {
    margin-top: 3em;
    margin-left: 7em;
}
.curly-curves {
    position: absolute;
    bottom: 20px;
    left: calc(100% - 140px);
    right: -1000px;
    z-index: -1;
}
.bottom-curves-resp {
    display: none;
}
.curly-curves .curvy-line {
    margin-bottom: 20px;
}
.various-colors {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4em;
}
.work-together-right h3 {
    color: #95bb4d;
    font-weight: 400;
    font-size: 52px;
}
.btn-contact {
    margin-top: 55px;
}
.btn-contact a {
    font-size: 21px;
    color: white;
    background-color: #95bb4d;
    padding: 24px 75px;
    border-radius: 50px;
}
.btn-contact a:hover {
    background-color: #ABCE57;
    color: white;
}
.first-curve {
    --mask:
            radial-gradient(123.6px at 50% calc(100% + 94.50px),#0000 calc(99% - 12px),#000 calc(101% - 12px) 99%,#0000 101%) calc(50% - 140px) calc(50% - 41px + .5px)/280px 82px repeat-x,
            radial-gradient(123.6px at 50% -94.5px,#0000 calc(99% - 12px),#000 calc(101% - 12px) 99%,#0000 101%) 50% calc(50% + 41px)/280px 82px repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.hm-category-back {
    padding-top: 80%;
}
.hm-category-front {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 80px;
}
.lg-family-pack-img {
    text-align: center;
    position: relative;
    padding-top: 30px;
    z-index: 1;
}
.each-hm-category {
    position: relative;
    padding-top: 130px;
}
.hm-category-title {
    font-size: 40px;
    color: white;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 1.2;
}
.hm-sorbet-icon {
    right: 90px;
    top: -60px;
}
.hm-milky-icon {
    right: 125px;
    top: -50px;
}
.hm-milky-icon-el {
    right: 50px;
    top: -50px;
}
.hm-vegan-icon {
    right: 30px;
    top: -55px;
}
.hm-yogurt-icon {
    right: 110px;
    top: -40px;
}
.lg-each-hm-category {
    position: relative;
}
.lg-category-img {
    text-align: center;
    position: relative;
    padding-top: 80px;
    z-index: 1;
}
.lg-cat-splash {
    position: absolute;
    top: -75px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
}
.lg-cat-splash img {
    width: 570px;
    height: 570px;
}
.hm-bulk-icecream-icon {
    right: 160px;
    top: -40px;
}
.hm-family-package-icon {
    right: 165px;
    top: 32px;
}
.hm-bulk-icecream-icon-el {
    right: 90px;
    top: -40px;
}
.hm-family-package-icon-el {
    right: 60px;
    top: 42px;
}
.top-header-curve {
    position: absolute;
    top: 40px;
    right: 0;
    left: -530px;
    transform: rotate(180deg);
}
.header-bottom-line {
    position: absolute;
    bottom: -100px;
    left: calc(100% - 780px);
    right: 0px;
}
.page-header-img {
    background-image: url(https://www.pagotinio.com/uploads/images/aboutus-header.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
}
.howismade-header-img {
    background-image: url(https://www.pagotinio.com/uploads/images/header-how-is-made.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 62em;
    position: relative;
}
.page-header-title {
    font-size: 16px;
    color: white;
    margin-bottom: 37px;
}
.page-header-heading {
    font-size: 54px;
    color: white;
    line-height: 1.5;
    font-weight: 900;
}
.about-title-icon {
    top: -50px;
    left: 270px;
}
.about-title-icon img {
    width: 92px;
}
.page-header-content {
    padding-left: calc((100vw - 1675px) / 2);
    padding-right: calc((100vw - 1850px) / 2);
    padding-top: 70px;
    padding-bottom: 100px;
}
.page-header-info {
    font-size: 18px;
    color: white;
    line-height: 2;
}
.page-header-btn {
    margin-top: 4em;
}
.page-header-btn a {
    font-size: 21px;
    color: #1d9fd9;
    background-color: white;
    padding: 20px 70px;
    border-radius: 51px;
    text-align: center;
    font-weight: 600;
}
.about-us-btn a {
    border: 2px solid white;
}
.about-us-btn a:hover {
    background-color: #1d9fd9;
    color: white;
    border-color: white;
}

.aboutus-header {
    padding-bottom: 235px;
}
.about-us-left {
    background-color: #e70f8a;
    padding-left: calc((100vw - 1660px) / 2);
    padding-right: 90px;
    padding-top: 210px;
    padding-bottom: 250px;
}
.about-us-left p {
    color: white;
    line-height: 2;
}
.about-us-right {
    background-color: #89ca8e;
    padding-left: calc((100vw - 1660px) / 2);
    padding-right: 90px;
    padding-top: 210px;
    padding-bottom: 180px;
}
.about-us-right-el {
    padding-left: calc((100vw - 1780px) / 2);
    padding-right: 70px;
}
.about-us-right p {
    color: white;
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
}
.about-btn a {
    color: white;
    font-size: 28px;
    display: block;
    text-align: center;
    position: relative;
}
.about-btn a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.about-btn a:hover::before {
    width: 100%;
}
.page-header-left {
    margin-top: 10em;
}
.about-us-header {
    --mask: radial-gradient(98.40px at 50% calc(100% - 135.15px),#000 99%,#0000 101%) calc(50% - 102px) 0/204px 100%, radial-gradient(98.40px at 50% calc(100% + 84.15px),#0000 99%,#000 101%) 50% calc(100% - 51px)/204px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}
.company-story {
    background-color: #838ec7;
    --mask:
            radial-gradient(108.05px at 50% 148.40px,#000 99%,#0000 101%) calc(50% - 112px) 0/224px 100%,
            radial-gradient(108.05px at 50% -92.4px,#0000 99%,#000 101%) 50% 56px/224px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    padding-top: 220px;
    margin-top: 7em;
    margin-bottom: 4em;
}
.mission-vision-title h4 {
    font-size: 54px;
    color: white;
    text-align: center;
}
.mission-icon {
    top: -35px;
    right: 250px;
}
.mission-icon-el {
    right: 205px;
    top: -25px;
}
.mission-icon img {
    width: 115px;
}
.mission-icon-el img {
    width: 90px;
}
.our-mission-vision p {
    color: white;
    text-align: center;
    line-height: 2.4;
}
.our-mission-vision {
    border: 4px solid rgba(255,255,255,0.3);
    padding-bottom: 90px;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
}
.vision-icon {
    top: -25px;
    right: 255px;
}
.vision-icon-el {
    right: 210px;
}
.vision-icon img {
    width: 45px;
}
.ms-icecreams {
    background-image: url(https://www.pagotinio.com/uploads/images/ice-creams-aboutus.png);
    background-size: cover;
    background-position: center;
    padding-top: 12em;
    margin-top: -5em;
    z-index: 1;
    position: relative;
}
.howismade-icon {
    top: 50px;
    right: 185px;
}
.howismade-icon-el {
    top: -30px;
    right: 100px;
}
.howismade-icon img {
    width: 115px;
}
.header-btn-pink a {
    color: #ed6461;
}
/*contact*/
.sk.form {
    font-size: 16px;
}
.sk.form .field {
    margin: 0 0 40px;
}
.sk.form .content-right .field {
    margin: 0 0 25px;
}
.sk.form .small-field .field {
    margin: 0 0 10px;
}
.label-container {
    position: relative;
}
.sk.form .field label {
    margin: 0 0 .9em;
    font-size: 14px;
}
.sk.form .field label.input-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 20px 30px;
    line-height: 1.5;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    color: #777;
    z-index: 1;
    pointer-events: none;
    font-size: 14px;
}
.sk.form .field label.input-label.focused {
    font-size: 12px;
    color: #1e9fd9;
    font-weight: bold;
    padding: 0.25em 30px;
}
.sk.form .field label,
.sk.form textarea,
.sk.form input[type="text"],
.sk.form input[type="email"],
.sk.form input[type="date"],
.sk.form input[type="password"],
.sk.form input[type="number"],
.sk.form input[type="tel"],
.sk.form .fileinput > input,
.sk.button,
.sk.textarea,
.sk.form textarea,
.sk.form .field label.radio,
.sk.form .field label.checkbox {
    font-family: 'Comfortaa', cursive;
}
.sk.form textarea,
.sk.form input[type="text"],
.sk.form input[type="email"],
.sk.form input[type="date"],
.sk.form input[type="password"],
.sk.form input[type="number"],
.sk.form input[type="tel"],
.sk.form .fileinput > input {
    border: 1px solid white;
    border-radius: 40px;
    padding: 1.5em 30px 1.5em !important;
    background-color: rgba(255,255,255,0.9);
    line-height: initial;
}
.sk.form input[type="text"]:focus,
.sk.form input[type="email"]:focus,
.sk.form input[type="date"]:focus,
.sk.form input[type="password"]:focus,
.sk.form input[type="number"]:focus,
.sk.form input[type="url"]:focus,
.sk.form input[type="tel"]:focus,
.sk.form textarea:focus {
    color: rgba(0,0,0,0.85);
    border-color: #47B4E5;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
}
.sk.textarea,
.sk.form textarea {
    resize: none;
}
.sk.form ::-webkit-input-placeholder {
    color: #2d4d5b;
}
.sk.form ::-moz-placeholder {
    color: #2d4d5b;
}
.sk.form :-ms-input-placeholder {
    color: #2d4d5b;
}
.sk.form :-moz-placeholder {
    color: #2d4d5b;
}
.sk.form .error ::-webkit-input-placeholder {
    color: #2d4d5b;
}
.sk.form .error ::-moz-placeholder {
    color: #2d4d5b;
}
.sk.form .error :-ms-input-placeholder {
    color: #2d4d5b;
}
.sk.form .error :-moz-placeholder {
    color: #2d4d5b;
}
.sk.form :hover::-webkit-input-placeholder {
    color: #2d4d5b;
}
.sk.form :hover::-moz-placeholder {
    color: #2d4d5b;
}
.sk.form :hover:-ms-input-placeholder {
    color: #2d4d5b;
}
.sk.form :hover:-moz-placeholder {
    color: #2d4d5b;
}
.sk.form :focus::-webkit-input-placeholder {
    color: #2d4d5b;
}
.sk.form :focus::-moz-placeholder {
    color: #2d4d5b;
}
.sk.form :focus:-ms-input-placeholder {
    color: #2d4d5b;
}
.sk.form :focus:-moz-placeholder {
    color: #2d4d5b;
}
.sk.form .error :focus::-webkit-input-placeholder {
    color: #2d4d5b;
}
.sk.form .error :focus::-moz-placeholder {
    color: #2d4d5b;
}
.sk.form .error :focus:-ms-input-placeholder {
    color: #2d4d5b;
}
.sk.form .error :focus:-moz-placeholder {
    color: #2d4d5b;
}
.sk.form .fields.error .field textarea, .sk.form .fields.error .field input[type="text"], .sk.form .fields.error .field input[type="email"], .sk.form .fields.error .field input[type="date"], .sk.form .fields.error .field input[type="password"], .sk.form .fields.error .field input[type="number"], .sk.form .fields.error .field input[type="url"], .sk.form .fields.error .field input[type="tel"], .sk.form .field.error textarea, .sk.form .field.error input[type="text"], .sk.form .field.error input[type="email"], .sk.form .field.error input[type="date"], .sk.form .field.error input[type="password"], .sk.form .field.error input[type="number"], .sk.form .field.error input[type="url"], .sk.form .field.error input[type="tel"] {
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    box-shadow: none;
    background-color: transparent;
    border-color: red;
    background-color: white;
}
.sk.form .fields.error .field textarea, .sk.form .fields.error .field input[type="text"], .sk.form .fields.error .field input[type="email"], .sk.form .fields.error .field input[type="date"], .sk.form .fields.error .field input[type="password"], .sk.form .fields.error .field input[type="number"], .sk.form .fields.error .field input[type="url"], .sk.form .fields.error .field input[type="tel"], .sk.form .field.error textarea, .sk.form .field.error input[type="text"], .sk.form .field.error input[type="email"], .sk.form .field.error input[type="date"], .sk.form .field.error input[type="password"], .sk.form .field.error input[type="number"], .sk.form .field.error input[type="url"], .sk.form .field.error input[type="tel"] {
    border-left: 1px solid;
}
.radio,
.checkbox {
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1;
}
.sk.form .field.error label div,
.sk.form #agreeInfo {
    font-size: 11px;
    color: #D95C5C;
    padding-left: 24px;
    padding-top: 7px;
}
.sk.form .fields.error .field label, .sk.form .field.error label, .sk.form .fields.error .field .input, .sk.form .field.error .input, .sk.form #agreeInfo {
    font-size: 15px;
}
.sk.form .fields.error .field label, .sk.form .field.error label, .sk.form .fields.error .field .input, .sk.form .field.error .input, .sk.form {
    font-size: 16px;
}
.sk.form .field label.checkbox {
    color: #777777;
    font-size: 14px;
    margin-right: 20px;
}
.radio i,
.checkbox i {
    position: relative;
    display: inline-block;
}
.checkbox i {
    width: 0.92em;
    height: 0.92em;
    border: 1px solid rgba(52,45,47,0.5);
    margin-right: 10px;
    background-color: white;
}
.checkbox input + i::after {
    content: "";
    color: #1d9fd9;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 11px;
}
.checkbox input:checked + i::after {
    content: "\f00c";
    color: #1d9fd9;
}
.sk.button {
    background-color: #1d9fd9;
    color: #fff;
    padding: 25px 110px;
    font-size: 20px;
    border-radius: 35px;
    min-width: 200px;
}
.sk.button:hover {
    color: white;
    background-color: #07B9E8;
}
.sk.success.message, .sk.positive.message {
    background-color: white !important;
    border: 2px solid #1d9fd9 !important;
    border-radius: 30px !important;
    color: rgba(1,1,1,0.6) !important;
    padding: 2em 5px !important;
}
.sk.message .header + p {
    color: rgba(1,1,1,0.6) !important;
}
.sk.message .header {
    font-family: 'Comfortaa', cursive !important;
}
.sk.icon.message > .icon:not(.close) {
    display: none !important;
}
megamenu-contact-info-right img {
    width: 185px;
}
/*end contact*/
.contact-us {
    background-color: #1d9fd9;
    padding-top: 65px;
    position: relative;
    margin-bottom: 12em;
    margin-top: 5.5em;
}
.contact-curve {
    position: absolute;
    top: 0;
    right: -270px;
    left: 360px;
    transform: rotate(180deg);
}
.contact-informations {
    margin-top: 35px;
    position: relative;
}
.contact-us-left .page-header-title {
    margin-bottom: 7px;
}
.contact-info-res-item {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #4C5367;
    letter-spacing: 1px;
}
.contact-info-res-image {
    width: 55px;
    float: left;
}
.contact-info-res-image img {
    width: 32px;
    position: relative;
}
.contact-info-res-text {
    width: calc(100% - 55px);
    float: left;
    font-weight: 400;
    color: white;
    font-size: 16px;
}
.contact-info-res-text img {
    filter: brightness(0) invert(1);
    width: 190px;
}
.contact-bg {
    background-image: url(https://www.pagotinio.com/uploads/images/contact-bg.png);
    background-size: cover;
    background-position: center;
    padding-top: 250px;
    margin-top: -2em;
}
.contact-us-right {
    position: absolute;
    top: 110px;
    right: calc((100vw - 1660px) / 2);
    width: 720px;
}
.contact-form-wrap {
    background-color: #eaeaea;
    border-radius: 30px;
    padding: 60px 30px 40px 30px;
}
.checkbox a:hover {
    color: #1d9fd9;
}
.contact-form-wrap p {
    color: #1d9fd9;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 55px;
}
.header-sk-grid {
    padding-left: 60px;
    padding-right: 20px;
}
.ice-cream-header {
    background-image: url(https://www.pagotinio.com/uploads/images/ice-cream-header.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
}
.icecream-title-icon {
    top: 50px;
    right: 18px;
}
.icecream-title-icon img {
    width: 110px;
}
.explore-our-categories .categ-info {
    margin-top: 50px;
    font-weight: 500;
}
.ice-cream-left {
    background-color: #1e9fda;
    padding-left: calc((100vw - 1660px) / 2);
    padding-right: 90px;
    padding-top: 185px;
    padding-bottom: 179px;
}
.ice-cream-left p {
    color: white;
    line-height: 2;
}
.icecream-header-content {
    padding-left: calc((100vw - 1675px) / 2);
    padding-right: calc((100vw - 1730px) / 2);
    padding-top: 70px;
    padding-bottom: 235px;
}
.ice-cream-right {
    background-color: #89ca8e;
    padding-top: 185px;
    padding-bottom: 185px;
    text-align: center;
}
.ice-cream-right-el {
    padding-top: 203px;
    padding-bottom: 203px;
}
.icecream-header-btn {
    margin-top: 4em;
}
.icecream-header-btn a {
    font-size: 21px;
    color: #e70f8a;
    background-color: white;
    padding: 20px 70px;
    border-radius: 51px;
    text-align: center;
    font-weight: 600;
    border: 2px solid white;
}
.icecream-header-btn a:hover {
    background-color: #e70f8a;
    color: white;
    border-color: white;
}
.ice-cream-cat {
    background-image: url(https://www.pagotinio.com/uploads/images/category-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
}
.categ-container {
    padding-right: calc((100vw - 1660px) / 2);
    padding-left: 4em;
    padding-top: 12em;
    padding-bottom: 12em;
    position: relative;
}
.ice-cream-categ-icon {
    position: absolute;
    top: 170px;
    left: 370px;
}
.ice-cream-categ-icon-el {
    left: 430px;
}
.categ-info {
    line-height: 1.8;
}
.ice-cream-categories-result .work-together {
    margin-top: -7em;
    padding: 150px 0 90px 0;
}
.ice-cream-categories-result .hm-category-back {
    padding-top: 90%;
}
.deliciousness-phone {
    display: none;
}
.phone-page-header-content {
    display: none;
}
.icecream-header-btn-phone {
    display: none;
}
.categ-info-phone {
    display: none;
}
.about-us-phone {
    display: none;
}
.megamenu-contact-info-right img {
    width: 172px;
}
.work-together-grid {
    padding-left: 75px;
    padding-right: 75px;
}
/*Resposive - Mobile First*/
/* sm */
@media (min-width: 576px) {
    .megamenu-contact-info-right img {
        width: 185px;
    }
    /*Megamenu*/
    .megamenu-menu-column {
        margin: 100px 0;
    }
    .megamenu-menu-column:not(:last-child) {
        border-right: 1px solid rgba(119,119,119,0.3);
    }
    .megamenu-contact-info-left {
        width: 50px;
    }
    .megamenu-contact-info-right {
        width: calc(100% - 50px);
        font-size: 16px;
    }
    .megamenu-category-title {
        font-size: 18px;
    }
    .megamenu-category-item.large .megamenu-category-title {
        max-width: 180px;
    }
}
/* md */
@media (min-width: 768px) {
    /*All*/
    body,
    html {
        font-size: 16px;
    }
    .curvy-line {
        height: 38px;
    }
    /*Header*/
    .header-left {
        width: 240px;
    }
    .header-left .logo {
        margin-left: 0;
        margin-right: 0;
    }
    .header-right {
        width: calc(100% - 240px);
    }
    .header-right-menu {
        width: calc(100% - 90px);
    }
    #langmenu .item img {
        height: 20px;
    }
    .header-right-megamenu {
        width: 90px;
    }
    /*Megamenu*/
    .megamenu-toggle {
        width: 60px;
        height: 60px;
    }
    .megamenu-toggle .icon {
        width: 30px;
    }
    .megamenu-toggle .icon div {
        margin: 3px 0;
    }
    .megamenu-toggle .icon div::after {
        height: 4px;
    }
    .megamenu-toggle.open .icon .top {
        top: -6px;
        left: -3px;
    }
    .megamenu-toggle.open .icon .bottom {
        top: 3px;
        left: -3px;
    }
    .megamenu-category-item {
        padding: 50px 20px;
    }
    .megamenu-category-title {
        font-size: 22px;
    }
    .megamenu-category-item.large .megamenu-category-title {
        max-width: 270px;
    }
    .megamenu-category-icon.bulk {
        top: 0;
        right: 0;
        width: 37px;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .megamenu-category-icon.family {
        right: 0;
        width: 40px;
    }
    .megamenu-category-icon.sorbet {
        width: 90px;
        right: -47px;
    }
    .megamenu-category-icon.milky {
        width: 30px;
    }
    .megamenu-category-icon.vegan {
        width: 30px;
    }
    .megamenu-category-icon.yogurt {
        width: 40px;
    }
}
/* lg */
@media (min-width: 1050px) {
    /*Header*/
    header {
        padding: 0;
    }
    .header-left {
        width: 300px;
    }
    .header-right {
        width: calc(100% - 300px);
    }
    .header-right-menu {
        padding-bottom: 10px;
    }
    header .top-bar {
        padding: 10px 0;
    }
    #menu {
        font-size: 15px;
    }
    /*Megamenu*/
    .megamenu .megamenu-toggle {
        right: 30px;
        top: 30px;
    }
    .megamenu-menu-column {
        padding: 0 20px;
    }
    .megamenu-category-item {
        height: 38vh;
        min-height: 350px;
    }
    .megamenu-category-item.large {
        height: 62vh;
        min-height: 500px;
    }
    .megamenu-category-item:not(.large) .megamenu-category-image {
        height: 210px;
    }
    .megamenu-category-item:not(.large) .megamenu-category-image img {
        height: 210px;
    }
}
/* xl */
@media (min-width: 1350px) {
    /*All*/
    body,
    html {
        font-size: 18px;
    }
    .curvy-line {
        height: 48px;
    }
    /*Header*/
    .header-left {
        width: 350px;
    }
    .header-right {
        width: calc(100% - 350px);
    }
    #menu {
        font-size: 18px;
    }
    .topmenu li.nav-item {
        margin-right: 2em;
    }
    /*Megamenu*/
    .megamenu-header-menu {
        font-size: 25px;
    }
}
/* xxl */
@media (min-width: 1650px) {
    /*Header*/
    .header-left {
        width: 510px;
    }
    .header-right {
        width: calc(100% - 510px);
    }
    .topmenu li.nav-item {
        margin-right: 3em;
    }
    /*Megamenu*/
    .megamenu-header-menu {
        font-size: 30px;
    }
    .megamenu-menu-column {
        padding: 0 30px 0 100px;
    }
    .megamenu-category-item {
        padding: 65px;
    }
    .megamenu-category-item.large {
        padding: 65px 30px;
    }
    .megamenu-category-title {
        font-size: 30px;
    }
    .megamenu-category-item.large .megamenu-category-title {
        max-width: 340px;
    }
    .megamenu-category-item.large .megamenu-category-image {
        width: calc(100% - 60px);
    }
}
/*Resposive - Desktop First*/
/* xl */

@media (max-width: 1649.98px) {

}
@media (max-width: 1870px) {
    .icecream-title-icon {
        right: 32px;
    }
    .cyprus-splash-icon {
        right: 25px;
    }
    .about-us-right-el {
        padding-left: 60px;
        padding-right: 60px;
        text-align: center;
        padding-bottom: 210px;
    }
    .about-us-right-el p {
        font-size: 50px;
    }
    .cyprus-splash-icon-el {
        right: 20px;
    }
    .hm-family-package-icon-el {
        right: 45px;
    }
    .hm-bulk-icecream-icon {
        right: 150px;
    }
    .hm-family-package-icon {
        right: 155px;
        top: 36px;
    }
    .vision-icon-el {
        right: auto;
        left: 455px;
    }
    .mission-icon-el {
        right: 195px;
    }
}
@media (max-width: 1850px) {
    .icecream-title-icon {
        right: 40px;
    }
    .cyprus-splash-icon {
        bottom: -18px;
        right: 18px;
    }
    .new-type-icon-el {
        right: 60px;
    }
}
@media (max-width: 1830px) {
    .cyprus-splash-icon {
        bottom: -20px;
        right: 12px;
    }
    .hm-family-package-icon-el {
        right: 0;
        top: 42px;
        left: 610px;
    }
    .hm-bulk-icecream-icon-el {
        right: 0;
        top: -40px;
        left: 545px;
    }
    .hm-family-package-icon {
        right: 140px;
    }
    .hm-bulk-icecream-icon {
        right: 143px;
    }
    .vision-icon-el {
        left: 445px;
    }
    .mission-icon-el {
        right: 185px;
    }
}
@media (max-width: 1800px) {
    .new-type-icon {
        right: 180px;
    }
    .ice-cream-right-el {
        padding-top: 161px;
        padding-bottom: 161px;
    }
    .hm-sorbet-icon {
        right: 70px;
    }
    .hm-milky-icon {
        right: 117px;
    }
    .hm-yogurt-icon {
        right: 95px;
    }
    .hm-bulk-icecream-icon {
        right: 135px;
    }
    .hm-family-package-icon {
        right: 138px;
        top: 38px;
    }
    .cyprus-splash-icon {
        right: 35px;
    }
    .icecream-header-content {
        padding-left: 60px;
        padding-right: 40px;
    }
    .page-header-content {
        padding-left: 60px;
        padding-right: 40px;
    }
    .ice-cream-left {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 158px;
        padding-bottom: 158px;
    }
    .about-us-left {
        padding-left: 60px;
        padding-right: 60px;
    }
    .categ-container {
        padding-right: 100px;
    }
    .about-us-right {
        padding-left: 70px;
        padding-right: 70px;
        text-align: center;
    }
    .sk-grid {
        padding-left: 60px;
        padding-right: 60px;
    }
    .mission-icon {
        right: 210px;
    }
    .contact-us-right {
        right: 60px;
    }
    .about-us-right-el p {
        font-size: 45px;
    }
    .vision-icon-el {
        right: auto;
        left: 460px;
    }
    .new-type-icon-el {
        right: 90px;
        top: -45px;
    }
}
@media (max-width: 1780px) {
    .cyprus-splash-icon {
        right: 28px;
    }
    .hm-milky-icon-el {
        right: 40px;
    }
    .new-type-icon {
        right: 185px;
    }
    .new-type-icon img {
        width: 75px;
    }
    .hm-vegan-icon {
        right: 15px;
    }
    .hm-bulk-icecream-icon {
        right: 125px;
        top: -45px;
    }
    .hm-family-package-icon {
        right: 118px;
    }
    .vision-icon {
        right: 245px;
    }
    .vision-icon-el {
        right: auto;
        left: 460px;
    }
    .mission-icon-el {
        right: 195px;
    }
}
@media (max-width: 1764px) {
    .icecream-title-icon {
        right: 25px;
    }
    .ice-cream-right-el {
        padding-top: 179px;
        padding-bottom: 179px;
    }
    .vision-icon-el {
        left: 455px;
    }
    .new-type-icon-el {
        right: 80px;
        top: -50px;
    }
    .new-type-icon {
        bottom: 190px;
        right: 175px;
    }
}
@media (max-width: 1750px) {
    .cyprus-splash-icon {
        right: 18px;
    }
    .mission-icon-el {
        right: 190px;
    }
}
@media (max-width: 1725px) {
    .icecream-title-icon {
        right: 15px;
    }
    .new-type-icon {
        right: 175px;
    }
}
@media (max-width: 1710px) {
    .ice-cream-categ-icon {
        left: 355px;
    }
    .icecream-title-icon {
        right: 10px;
    }
    .cyprus-splash-icon {
        right: 38px;
        bottom: -10px;
    }
    .cyprus-splash-icon-el {
        right: 40px;
        bottom: 30px;
    }
    .new-type-icon {
        right: 185px;
        bottom: 192px;
    }
    .pink-heading {
        font-size: 50px;
    }
    .vision-icon {
        right: 225px;
    }
    .vision-icon-el {
        right: auto;
        left: 440px;
    }
    .mission-icon {
        right: 190px;
    }
    .ice-cream-categ-icon-el {
        left: 400px;
    }
    .mission-icon-el {
        right: 180px;
    }
}
@media (max-width: 1680px) {
    .vision-icon-el {
        left: 430px;
    }
    .hm-milky-icon-el {
        right: 30px;
    }
    .new-type-icon {
        bottom: 190px;
        right: 180px;
    }
    .pink-heading {
        font-size: 50px;
    }
    .all-over-right p br {
        display: none;
    }
    .hm-sorbet-icon {
        right: 50px;
        top: -57px;
    }
    .hm-milky-icon {
        right: 100px;
    }
    .hm-vegan-icon {
        right: 6px;
    }
    .hm-yogurt-icon {
        right: 82px;
        top: -42px;
    }
    .hm-bulk-icecream-icon {
        right: 100px;
    }
    .hm-family-package-icon {
        right: 90px;
    }
    .each-hm-category {
        position: relative;
        padding-top: 110px;
    }
    .hm-category-back {
        padding-top: 90%;
    }
}
@media (max-width: 1675px) {
    .icecream-title-icon {
        right: auto;
        left: 330px;
    }
    .cyprus-splash-icon {
        right: 28px;
    }
    .new-type-icon {
        right: 172px;
    }
    .ice-cream-right-el {
        padding-top: 161px;
        padding-bottom: 161px;
    }
    .cyprus-splash-icon-el {
        right: 30px;
    }
    .ice-cream-left {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .hm-family-package-icon-el {
        right: -60px;
        top: 42px;
        left: 550px;
    }
    .about-us-left {
        padding-top: 160px;
        padding-bottom: 180px;
    }
    .about-us-right {
        padding-top: 130px;
        padding-bottom: 170px;
    }
    .about-us-right p {
        font-size: 50px;
    }
    .about-us-right-el p {
        font-size: 45px;
    }
    .mission-icon-el {
        right: 165px;
    }
}
@media (max-width: 1650px) {
    .ice-cream-categ-icon {
        left: 360px;
    }
    .icecream-title-icon {
        right: -10px;
        left: auto;
    }
    .cyprus-splash-icon {
        right: 20px;
    }
}
@media (max-width: 1620px) {
    .icecream-title-icon {
        right: -20px;
    }
    .cyprus-splash-icon {
        right: 10px;
    }
    .new-type-icon {
        right: 160px;
        bottom: 189px;
    }
    .hm-category-title {
        font-size: 38px;
    }
    .hm-family-package-icon {
        right: 95px;
    }
    .mission-icon {
        right: 170px;
    }
    .vision-icon {
        right: 205px;
    }
    .vision-icon-el {
        right: auto;
        left: 420px;
    }
    .mission-icon-el {
        right: 160px;
    }
    .new-type-icon-el {
        right: 65px;
    }
}
@media (max-width: 1600px) {
    .ice-cream-categ-icon {
        left: 345px;
    }
    .about-us-right-el {
        padding-left: 60px;
        padding-right: 60px;
    }
    .hm-family-package-icon-el {
        right: -40px;
        top: 35px;
    }
    .hm-bulk-icecream-icon-el {
        top: -35px;
        left: 515px;
    }
    .cyprus-splash-icon {
        bottom: 0px;
        right: 20px;
    }
    .pink-heading {
        font-size: 48px;
    }
    .ice-cream-right img {
        width: 420px;
    }
    .ice-cream-right {
        padding-top: 155px;
        padding-bottom: 155px;
    }
    .ice-cream-right-el {
        padding-top: 173px;
        padding-bottom: 173px;
    }
    .icecream-title-icon {
        right: -20px;
    }
    .ice-cream-categ-icon-el {
        left: 385px;
    }
    .our-mission-vision p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 2.4em;
        height: 9.6em;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}
@media (max-width: 1582px) {
    .icecream-title-icon {
        right: -30px;
    }
    .cyprus-splash-icon-el {
        right: 35px;
        bottom: 75px;
    }
    .mission-icon-el {
        right: 150px;
    }
}
@media (max-width: 1574px) {
    .cyprus-splash-icon {
        right: 13px;
        bottom: -2px;
    }
    .ice-cream-right-el {
        padding-top: 191px;
        padding-bottom: 191px;
    }
    .new-type-icon {
        right: 155px;
        bottom: 180px;
    }
}
@media (max-width: 1565px) {
    .ice-cream-categ-icon {
        left: 330px;
    }
    .hm-milky-icon-el {
        right: 20px;
    }
    .pink-heading {
        font-size: 45px;
    }
    .new-type-icon {
        right: 162px;
        bottom: 185px;
    }
    .hm-family-package-icon {
        right: 75px;
    }
    .hm-sorbet-icon {
        right: 44px;
    }
    .hm-milky-icon {
        right: 92px;
    }
    .hm-yogurt-icon {
        right: 72px;
        top: -44px;
    }
    .hm-vegan-icon {
        right: 3px;
    }
    .hm-bulk-icecream-icon {
        right: 80px;
        top: -42px;
    }
    .cyprus-splash-icon {
        right: 35px;
        bottom: 7px;
    }
    .each-cyprus-categ h5 {
        font-size: 30px;
    }
    .work-together-right {
        margin-left: 6em;
    }
    .page-header-info br {
        display: none;
    }
    .vision-icon {
        right: 190px;
    }
    .vision-icon-el {
        right: auto;
        left: 408px;
    }
    .mission-icon {
        right: 155px;
    }
    .icecream-title-icon {
        right: -40px;
    }
    .ice-cream-categ-icon-el {
        left: 365px;
    }
    .mission-icon-el {
        right: 145px;
    }
}
@media (max-width: 1547px) {
    .cyprus-splash-icon {
        right: 28px;
        bottom: 42px;
    }
}
@media (max-width: 1535px) {
    .about-us-right-el p {
        font-size: 43px;
    }
    .about-us-right-el {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 190px;
    }
    .vision-icon-el {
        right: auto;
        left: 395px;
    }
}
@media (max-width: 1515px) {
    .cyprus-splash-icon {
        right: 8px;
    }
    .work-together-right h3 {
        font-size: 48px;
    }
    .cyprus-splash-icon-el {
        right: 15px;
    }
    .hm-bulk-icecream-icon-el {
        left: 485px;
    }
    .hm-family-package-icon-el {
        right: -10px;
        top: 30px;
        left: 530px;
    }
    .new-type-icon-el {
        right: 50px;
    }
    .new-type-icon {
        right: 140px;
        bottom: 175px;
    }
    .sk-grid {
        padding-left: 80px;
        padding-right: 80px;
    }
    .hm-about-btn {
        margin-top: 60px;
    }
    .hm-category-title {
        font-size: 35px;
    }
    .hm-family-package-icon {
        right: 80px;
    }
    .hm-category-back {
        padding-top: 95%;
    }
    .about-us-right p {
        font-size: 45px;
    }
    .about-us-right-el p {
        font-size: 42px;
    }
    .about-btn a {
        font-size: 25px;
    }
    .about-us-left {
        padding-top: 140px;
    }
    .our-mission-vision p br {
        display: none;
    }
    .our-mission-vision {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mission-icon {
        right: 115px;
    }
    .vision-icon {
        right: 160px;
    }
    .vision-icon-el {
        right: auto;
        left: 390px;
    }
    .icecream-title-icon {
        right: -60px;
    }
    .mission-icon-el {
        right: 130px;
    }
}
@media (max-width: 1500px) {
    .new-type-icon {
        right: 135px;
    }
}
@media (max-width: 1480px) {
    .cyprus-splash-icon {
        right: -3px;
    }
    .new-type-icon {
        right: 125px;
    }
    .vision-icon-el {
        left: 380px;
    }
    .new-type-icon-el {
        right: 45px;
    }
}
@media (max-width: 1465px) {
    .icecream-title-icon {
        right: -70px;
    }
    .cyprus-splash-icon {
        right: -7px;
        bottom: 45px;
    }
    .about-us-right-el {
        padding-bottom: 210px;
    }
    .vision-icon-el {
        left: 375px;
    }
    .mission-icon-el {
        right: 120px;
    }
}
@media (max-width: 1459px) {
    .ice-cream-right-el {
        padding-top: 173px;
        padding-bottom: 173px;
    }
    .cyprus-splash-icon-el {
        right: 0;
        bottom: 85px;
    }
    .hm-family-package-icon-el {
        right: -50px;
        top: 30px;
        left: 480px;
    }
    .ice-cream-left {
        padding-top: 122px;
        padding-bottom: 122px;
    }
    .vision-icon {
        right: 140px;
    }
    .vision-icon-el {
        right: auto;
        left: 380px;
    }
    .mission-icon {
        right: 105px;
    }
    .mission-icon {
        right: 125px;
    }
}
@media (max-width: 1453px) {
    .about-us-right-el {
        padding-bottom: 190px;
    }
}
@media (max-width: 1450px) {
    .ice-cream-categ-icon {
        left: 315px;
    }
    .new-type-icon {
        right: 142px;
        bottom: 165px;
    }
    .cyprus-splash-icon-el {
        right: 25px;
        bottom: 90px;
    }
    .hm-milky-icon {
        right: 88px;
        width: 35px;
        top: -42px;
    }
    .hm-sorbet-icon {
        right: 52px;
        width: 95px;
        top: -50px;
    }
    .hm-vegan-icon {
        right: 2px;
        width: 30px;
        top: -48px;
    }
    .hm-yogurt-icon {
        right: 71px;
        top: -39px;
        width: 42px;
    }
    .hm-family-package-icon {
        right: 71px;
        width: 50px;
        top: 36px;
    }
    .hm-bulk-icecream-icon {
        right: 76px;
        top: -38px;
        width: 45px;
    }
    .hm-category-back {
        padding-top: 100%;
    }
    .cyprus-splash-icon {
        right: 10px;
    }
    .pink-heading {
        font-size: 43px;
    }
    .sk-grid {
        padding-left: 60px;
        padding-right: 60px;
    }
    .categ-container {
        padding-right: 60px;
    }
    .work-together-right {
        margin-left: 5em;
    }
    .curvy-line {
        height: 40px;
    }
    .curly-curves {
        bottom: 30px;
        left: calc(100% - 110px);
    }
    .page-header-heading {
        font-size: 49px;
    }
    .about-us-right p {
        font-size: 42px;
    }
    .icecream-title-icon img {
        width: 90px;
    }
    .icecream-title-icon {
        right: -8%;
    }
    .ice-cream-categ-icon-el {
        left: 355px;
    }
    .about-title-icon-el {
        left: 245px;
    }
    .new-type-icon-el {
        right: 60px;
        top: -52px;
    }
}

@media (max-width: 1444px) {
    .ice-cream-right-el {
        padding-top: 191px;
        padding-bottom: 191px;
    }
}
@media (max-width: 1430px) {
    .mission-icon-el {
        right: 125px;
    }
    .new-type-icon-el {
        right: 50px;
    }
}
@media (max-width: 1415px) {
    .icecream-title-icon {
        right: -11%;
    }
    .cyprus-splash-icon {
        right: 3px;
    }
    .new-type-icon {
        right: 130px;
    }
}
@media (max-width: 1400px) {
    .icecream-title-icon {
        right: -13%;
    }
    .cyprus-splash-icon-el {
        right: 10px;
        bottom: 85px;
    }
    .new-type-icon-el {
        right: 40px;
    }
    .about-us-right-el {
        padding-bottom: 150px;
        padding-top: 100px;
    }
    .mission-icon-el {
        right: 115px;
    }
    .vision-icon-el {
        left: 375px;
    }
}
@media (max-width: 1377.98px) {
    .about-us-right {
        padding-top: 140px;
        padding-bottom: 200px;
    }
    .about-us-left {
        padding-bottom: 200px;
    }
    .icecream-title-icon {
        right: -14%;
    }
    .about-us-right-el {
        padding-bottom: 150px;
        padding-top: 100px;
    }
}
@media (max-width: 1375px) {
    .aboutus-header .row-50 {
        margin-left: -20px;
        margin-right: -20px;
    }
    .aboutus-header .col-50 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cyprus-splash-icon-el {
        right: 25px;
        bottom: 95px;
    }
    .hm-bulk-icecream-icon-el {
        left: 465px;
    }
    .hm-milky-icon-el {
        right: 10px;
    }
    .hm-milky-icon {
        right: 80px;
    }
    .new-type-icon img {
        width: 65px;
    }
    .pink-heading {
        font-size: 40px;
    }
    .new-type-icon {
        right: 135px;
        bottom: 160px
    }
    .hm-bulk-icecream-icon {
        right: 60px;
    }
    .hm-family-package-icon {
        right: 56px;
    }
    .hm-vegan-icon {
        right: 13px;
        width: 28px;
        top: -54px;
    }
    .cyprus-splash-icon {
        right: 17px;
        bottom: 58px;
    }
    .each-cyprus-categ h5 {
        font-size: 25px;
    }
    .work-together-right h3 {
        font-size: 45px;
    }
    .ice-cream-categ-icon {
        top: 165px;
        left: 295px;
    }
    .mission-icon {
        right: 95px;
    }
    .vision-icon {
        right: 130px;
    }
    .vision-icon-el {
        right: auto;
        left: 365px;
    }
    .icecream-title-icon {
        right: -15%;
    }
    .ice-cream-categ-icon-el {
        left: 335px;
        top: 160px;
    }
    .mission-icon-el {
        right: 105px;
    }
    .new-type-icon-el {
        right: 55px;
    }
}
@media (max-width: 1372px) {
    .cyprus-splash-icon-el {
        bottom: 130px;
    }
}
@media (max-width: 1364px) {
    .new-type-icon {
        bottom: 200px;
    }
}
@media (max-width: 1360px) {
    .ice-cream-right-el {
        padding-top: 209px;
        padding-bottom: 209px;
    }
}
/* lg */
@media (max-width: 1349.98px) {
    .new-type-icon {
        right: 132px;
        bottom: 152px;
    }
    .cyprus-splash-icon-el {
        bottom: 65px;
        right: 15px;
    }
    .hm-bulk-icecream-icon-el {
        left: 435px;
        right: -35px;
    }
    .hm-bulk-icecream-icon {
        right: 50px;
    }
    .hm-family-package-icon {
        right: 50px;
    }
    .fml-package-img {
        width: 350px;
    }
    .bulk-package-img {
        width: 470px;
    }
    .cyprus-splash-icon {
        bottom: 32px;
        right: 7px;
    }
    .work-together-right {
        margin-top: 2em;
        margin-left: 4em;
    }
    .ice-cream-right img {
        width: 320px;
    }
    .ice-cream-right {
        padding-top: 147px;
        padding-bottom: 148px;
    }
    .ice-cream-right-el {
        padding-top: 179px;
        padding-bottom: 180px;
    }
    .our-mission-vision p {
        font-size: 18px;
    }
    .icecream-title-icon {
        right: -18%;
    }
    .ice-cream-categ-icon {
        top: 140px;
        left: 285px;
    }
    .ice-cream-categ-icon-el {
        left: 325px;
        top: 140px;
    }
    .about-us-left-el {
        padding-bottom: 240px;
    }
    .about-us-right-el {
        padding-bottom: 150px;
        padding-top: 110px;
    }
}
@media (max-width: 1346px) {
    .hm-family-package-icon-el {
        left: 260px;
    }
    .mission-icon-el {
        right: 95px;
    }
    .new-type-icon-el {
        right: 50px;
    }
}
@media (max-width: 1338px) {
    .ice-cream-right {
        padding-top: 163px;
        padding-bottom: 164px;
    }
    .ice-cream-right-el {
        padding-top: 179px;
        padding-bottom: 180px;
    }
    .about-us-right p {
        font-size: 38px;
    }
    .about-us-right {
        padding-left: 60px;
        padding-right: 60px;
    }
    .vision-icon {
        right: 115px;
    }
    .vision-icon-el {
        right: auto;
        left: 350px;
    }
    .mission-icon {
        right: 80px;
    }
    .mission-icon-el {
        right: 90px;
    }
}
@media (max-width: 1324px) {
    .icecream-title-icon {
        top: 43px;
        right: -11%;
    }
    .cyprus-splash-icon {
        right: 1px;
    }
    .new-type-icon {
        right: 122px;
        bottom: 155px;
    }
    .ice-cream-right-el {
        padding-top: 196px;
        padding-bottom: 195px;
    }
    .icecream-header-btn a {
        width: 100%;
        display: block;
        padding: 20px 0;
    }
    .page-header-heading {
        font-size: 45px;
    }
    .page-header-heading br {
        display: none;
    }
    .about-us-header .page-header-heading br {
        display: block;
    }
    .icecream-header-content {
        padding-bottom: 145px;
    }
    .new-type-icon-el {
        right: 40px;
    }
}
@media (max-width: 1299.98px) {
    .icecream-title-icon {
        right: -21%;
        top: 50px;
    }
    .cyprus-splash-icon {
        right: -9px;
    }
    .cyprus-splash-icon-el {
        right: 0;
    }
    .new-type-icon-el {
        top: -55px;
        right: 25px;
    }
    .page-header-heading {
        font-size: 48px;
    }
}
@media (max-width: 1280px) {
    .new-type-icon {
        right: 120px;
        bottom: 150px;
    }
    .hm-family-package-icon-el {
        right: -55px;
        top: 25px;
        left: 340px;
    }
    .hm-bulk-icecream-icon-el {
        left: 365px;
        right: 0;
    }
    .hm-milky-icon-el img {
        width: 40px;
    }
    .hm-milky-icon-el {
        right: 30px;
        top: -45px;
    }
    .hm-vegan-icon {
        right: 20px;
    }
    .hm-yogurt-icon {
        right: 70px;
    }
    .hm-ad {
        margin-top: 100px;
        margin-bottom: 85px;
    }
    .hm-category-title {
        font-size: 25px;
    }
    .hm-sorbet-icon {
        right: 62px;
        width: 75px;
        top: -40px;
    }
    .hm-milky-icon {
        width: 30px;
        top: -38px;
    }
    .each-hm-category {
        padding-top: 90px;
    }
    .hm-family-package-icon {
        right: 85px;
        width: 40px;
        top: 28px;
    }
    .hm-bulk-icecream-icon {
        right: 90px;
        top: -38px;
        width: 35px;
    }
    .fml-package-img {
        width: 300px;
    }
    .bulk-package-img {
        width: 420px;
    }
    .lg-cat-splash img {
        width: 410px;
        height: 410px;
    }
    .lg-cat-splash {
        top: -25px;
    }
    .cyprus-splash-icon img {
        width: 35px;
    }
    .cyprus-splash-icon {
        right: 9px;
        bottom: 46px;
    }
    .pink-heading {
        font-size: 38px;
    }
    .each-cyprus-categ img {
        width: 140px;
        height: 180px;
    }
    .work-together-right h3 {
        font-size: 45px;
    }
    .page-header-heading {
        font-size: 45px;
    }
    .icecream-header-content .columns {
        margin-left: -30px;
        margin-right: -30px;
    }
    .icecream-header-content .col-50 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-header-content .row-50 {
        margin-left: -30px;
        margin-right: -30px;
    }
    .page-header-content .col-50 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .icecream-header-btn a {
        font-size: 19px;
    }
    .page-header-btn a {
        font-size: 19px;
    }
    .top-header-curve {
        left: -270px;
    }
    .ice-cream-categ-icon img {
        width: 70px;
    }
    .ice-cream-categ-icon {
        left: 280px;
        top: 158px;
    }
    .aboutus-header {
        padding-bottom: 140px;
    }
    .company-story {
        padding-top: 190px;
        margin-top: 5em;
    }
    .mission-icon {
        right: 65px;
    }
    .vision-icon {
        right: 105px;
    }
    .vision-icon-el {
        right: auto;
        left: 340px;
    }
    .contact-info-res-image {
        width: 45px;
    }
    .icecream-title-icon img {
        width: 80px;
    }
    .icecream-title-icon {
        top: 47px;
        right: -7%;
    }
    .about-title-icon img {
        width: 80px;
    }
    .about-title-icon {
        top: -40px;
        left: 225px;
    }
    .ice-cream-categ-icon-el {
        left: 325px;
        top: 155px;
    }
    .about-us-btn a {
        padding: 20px 0;
        width: 100%;
        display: block;
    }
    .mission-icon-el {
        right: 85px;
    }
}
@media (max-width: 1250px) {
    .cyprus-splash-icon {
        right: -3px;
        bottom: 45px;
    }
    .ice-cream-right-el {
        padding-top: 211px;
        padding-bottom: 211px;
    }
}
@media (max-width: 1240px) {
    .icecream-title-icon {
        right: -11%;
    }
    .icecream-header-content {
        padding-bottom: 115px;
    }
    .cyprus-splash-icon-el {
        right: 0;
        bottom: 90px;
        left: 270px;
    }
    .new-type-icon-el {
        top: -60px;
        right: 40px;
    }
    .pink-heading {
        font-size: 35px;
        line-height: 1.3;
    }
    .new-type-icon {
        bottom: 150px;
    }
    .hm-about-btn a {
        font-size: 22px;
        padding: 20px 45px;
    }
    .hm-yogurt-icon {
        right: 60px;
    }
    .hm-bulk-icecream-icon {
        right: 85px;
    }
    .hm-family-package-icon {
        right: 80px;
    }
    .cyprus-splash-icon {
        right: 15px;
        bottom: 65px;
    }
    .work-together-right h3 {
        font-size: 40px;
    }
    .btn-contact a {
        font-size: 19px;
        padding: 21px 70px;
    }
    .btn-contact {
        margin-top: 35px;
    }
    .page-header-info {
        font-size: 17px;
    }
    .ice-cream-categ-icon {
        left: 264px;
        top: 154px;
    }
    .mission-vision-title h4 {
        font-size: 50px;
    }
    .our-mission-vision p {
        font-size: 17px;
    }
    .contact-us-right {
        width: 650px;
    }
    .contact-curve {
        display: none;
    }
    .icecream-title-icon {
        right: -14%;
    }
    .ice-cream-categ-icon-el {
        left: 295px;
        top: 150px;
    }
    .vision-icon-el {
        left: 325px;
    }
    .our-mission-vision p {
        line-height: 2.4em;
        height: 12em;
        -webkit-line-clamp: 5;
    }
}
@media (max-width: 1233px) {
    .cyprus-splash-icon-el {
        bottom: 125px;
    }
}
@media (max-width: 1226px) {
    .new-type-icon {
        bottom: 180px;
    }
}
@media (max-width: 1224px) {
    .icecream-title-icon {
        right: -3%;
        top: 40px;
    }
    .cyprus-splash-icon {
        right: 14px;
        bottom: 62px;
    }
    .howismade-header-img {
        padding-top: 62em;
    }
    .page-header-heading {
        font-size: 40px;
    }
    .new-type-icon {
        right: 118px;
        bottom: 180px;
    }
    .hm-vegan-icon {
        right: 15px;
    }
    .hm-family-package-icon {
        right: 72px;
    }
    .hm-bulk-icecream-icon {
        right: 75px;
    }
    .each-cyprus-categ h5 {
        font-size: 22px;
    }
    .about-title-icon-el {
        left: 195px;
    }
    .about-us-right p {
        font-size: 35px;
    }
    .about-us-right-el {
        padding-bottom: 150px;
        padding-top: 80px;
    }
    .about-us-left-el {
        padding-bottom: 170px;
        padding-top: 100px;
    }
    .mission-icon-el {
        right: 75px;
    }
}
@media (max-width: 1193px) {
    .icecream-title-icon {
        right: -6%;
    }
    .cyprus-splash-icon {
        right: 4px;
    }
    .new-type-icon {
        right: 108px;
    }
    .ice-cream-right-el {
        padding-top: 196px;
        padding-bottom: 195px;
    }
    .new-type-icon-el {
        right: 30px;
    }
    .ice-cream-left {
        padding-top: 106px;
        padding-bottom: 106px;
    }
    .vision-icon img {
        width: 35px;
    }
    .vision-icon {
        top: -22px;
    }
    .mission-icon img {
        width: 100px;
    }
    .mission-icon {
        top: -32px;
    }
    .vision-icon-el {
        right: auto;
        left: 315px;
        top: -17px;
    }
    .mission-icon-el {
        right: 55px;
    }
}
@media (max-width: 1180px) {
    .new-type-icon {
        right: 103px;
    }
    .hm-milky-icon {
        right: 75px;
    }
    .hm-sorbet-icon {
        right: 55px;
    }
    .hm-yogurt-icon {
        right: 55px;
    }
    .hm-vegan-icon {
        right: 12px;
    }
    .hm-bulk-icecream-icon {
        right: 65px;
    }
    .hm-family-package-icon {
        right: 62px;
    }
    .our-mission-vision p {
        font-size: 18px;
    }
}
@media (max-width: 1172px) {
    .cyprus-splash-icon {
        right: 0px;
        bottom: 96px;
    }
}
@media (max-width: 1165px) {
    .about-title-icon-el {
        left: 180px;
    }
    .hm-bulk-icecream-icon-el {
        left: 355px;
    }
    .hm-milky-icon-el {
        right: 20px;
    }
    .new-type-icon-el {
        right: 20px;
    }
    .cyprus-splash-icon {
        right: -3px;
        bottom: 95px;
    }
    .page-header-heading {
        font-size: 37px;
    }
    .icecream-header-btn a {
        padding: 20px 60px;
    }
    .page-header-btn a {
        padding: 20px 60px;
    }
    .about-us-btn a {
        padding: 20px 0px;
    }
    .company-story .row-60 {
        margin-left: -40px;
        margin-right: -40px;
    }
    .company-story .col-60 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .our-mission-vision p {
        font-size: 17px;
    }
    .our-mission-vision {
        padding-left: 25px;
        padding-right: 25px;
    }
    .mission-icon {
        right: 55px;
    }
    .vision-icon {
        right: 95px;
    }
    .vision-icon-el {
        right: auto;
        left: 308px;
    }
    .contact-us-right {
        width: 600px;
    }
    .icecream-title-icon {
        top: 35px;
        right: -2%;
    }
}
@media (max-width: 1164.98px) {
    .ice-cream-right-el {
        padding-top: 179px;
        padding-bottom: 180px;
    }
    .ice-cream-left {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .about-us-right p {
        font-size: 34px;
    }
    .about-us-right {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 220px;
    }
    .about-btn a {
        font-size: 22px;
    }
}
@media (max-width: 1150px) {
    .icecream-title-icon {
        right: -5%;
    }
    .cyprus-splash-icon {
        right: -10px;
        }
    .new-type-icon {
        right: 95px;
    }
}
@media (max-width: 1130px) {
    .about-us-right-el {
        padding-bottom: 190px;
        padding-top: 100px;
    }
    .vision-icon-el {
        left: 295px;
    }
    .mission-icon-el {
        right: 40px;
    }
}
@media (max-width: 1115px) {
    .new-type-icon {
        right: 108px;
        bottom: 185px;
    }
    .ice-cream-right-el {
        padding-top: 196px;
        padding-bottom: 195px;
    }
    .all-over-right {
        padding-left: 5em;
    }
    .cyprus-splash-icon-el {
        bottom: 135px;
        left: 235px;
    }
    .hm-family-package-icon-el {
        right: -65px;
        top: 20px;
        left: 285px;
    }
    .hm-family-package-icon-el {
        right: -55px;
        top: 20px;
        left: 295px;
    }
    .hm-bulk-icecream-icon-el {
        left: 325px;
    }
    .pink-heading {
        font-size: 30px;
    }
    .hm-category-title {
        font-size: 23px;
    }
    .hm-sorbet-icon {
        right: 52px;
    }
    .hm-category-title {
        font-size: 22px;
    }
    .hm-sorbet-icon {
        right: 57px;
        width: 65px;
        top: -35px;
    }
    .hm-milky-icon {
        width: 27px;
        top: -36px;
        right: 77px;
    }
    .hm-vegan-icon {
        width: 24px;
        top: -42px;
        right: 22px;
    }
    .hm-yogurt-icon {
        top: -32px;
        width: 32px;
        right: 60px;
    }
    .fml-package-img {
        width: 260px;
    }
    .lg-cat-splash {
        top: -45px;
    }
    .bulk-package-img {
        width: 350px;
    }
    .lg-cat-splash img {
        width: 360px;
        height: 360px;
    }
    .cyprus-splash-icon {
        right: 22px;
        bottom: 108px;
    }
    .curvy-line {
        height: 38px;
    }
    .curly-curves {
        left: calc(100% - 90px);
    }
    .about-us-right {
        padding-bottom: 260px;
    }
    .company-story .col-60 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .company-story .row-60 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .our-mission-vision {
        padding-left: 30px;
        padding-right: 30px;
    }
    .vision-icon {
        right: 85px;
    }
    .mission-icon {
        right: 45px;
    }
    .icecream-title-icon {
        top: 38px;
        right: -5%;
    }
    .icecream-title-icon img {
        width: 70px;
    }
    .icecream-title-icon {
        top: 42px;
        right: -20%;
    }
    .ice-cream-categ-icon {
        left: 235px;
        top: 150px;
    }
    .ice-cream-categ-icon-el {
        left: 265px;
    }
    .about-us-right-el {
        padding-bottom: 140px;
    }
    .vision-icon-el {
        left: 295px;
        right: auto;
        top: -18px;
    }
    .mission-icon-el img {
        width: 85px;
    }
    .mission-icon-el {
        right: 55px;
        top: -25px;
    }
    .how-is-made-header {
        padding-bottom: 100px;
    }
}
@media (max-width: 1085px) {
    .icecream-title-icon {
        right: -10%;
    }
    .cyprus-splash-icon {
        right: 12px;
    }
    .new-type-icon {
        right: 98px;
    }
    .ice-cream-right-el {
        padding-top: 211px;
        padding-bottom: 212px;
    }
    .contact-us-right {
        width: 550px;
    }
}
@media (max-width: 1080px) {
    .all-over-right {
        padding-left: 4em;
    }
    .hm-bulk-icecream-icon-el {
        left: 285px;
        right: -30px;
    }
    .hm-milky-icon {
        right: 72px;
    }
    .hm-vegan-icon {
        right: 15px;
    }
    .hm-family-package-icon {
        right: 45px;
    }
    .hm-bulk-icecream-icon {
        right: 57px;
    }
    .work-together-right {
        margin-top: 1em;
        margin-left: 3em;
    }
    .about-title-icon img {
        width: 65px;
    }
    .about-title-icon {
        top: -35px;
        left: 185px;
    }
    .mission-icon-el {
        right: 45px;
    }
    .vision-icon-el {
        left: 285px;
        top: -14px;
    }
}
@media (max-width: 1072px) {
    .icecream-title-icon {
        right: -12%;
    }
    .cyprus-splash-icon {
        right: 7px;
    }
    .ice-cream-left p {
        font-size: 15px;
    }
    .ice-cream-right img {
        width: 260px;
    }
    .ice-cream-right-el {
        padding-top: 183px;
        padding-bottom: 182px;
    }
    .ice-cream-left {
        padding-right: 40px;
    }
    .vision-icon-el {
        left: 285px;
    }
    .how-is-made-header {
        padding-bottom: 90px;
    }
    .how-is-made-header .page-header-btn {
        margin-top: 4em;
    }
}
@media (max-width: 1050px) {
    .icecream-title-icon {
        right: -9%;
        top: 35px;
    }
    .cyprus-splash-icon {
        right: 0px;
        bottom: 105px;
    }
    .new-type-icon {
        right: 85px;
    }
    .page-header-heading {
        font-size: 35px;
    }
    .hm-sorbet-icon {
        right: 48px;
    }
    .hm-vegan-icon {
        right: 12px;
    }
    .hm-yogurt-icon {
        right: 55px;
    }
    .mission-icon {
        right: 35px;
    }
    .vision-icon {
        right: 72px;
    }
    .vision-icon-el {
        right: auto;
        left: 280px;
    }
    .howismade-header-img {
        padding-top: 60em;
    }
}
@media (max-width: 1046.98px) {
    .ice-cream-right-el {
        padding-top: 167px;
        padding-bottom: 166px;
    }
    .ice-cream-left {
        padding-top: 75px;
        padding-bottom: 73px;
    }
    .hm-family-package-icon-el {
        left: 285px;
    }
}
@media (max-width: 1045px) {
    .cyprus-splash-icon-el {
        bottom: 165px;
        }
}
@media (max-width: 1040px) {
    .contact-us-right {
        width: 535px;
    }
}
@media (max-width: 1036px) {
    .about-us-right-el {
        padding-bottom: 190px;
    }
}
@media (max-width: 1030px) {
    .cyprus-splash-icon {
        right: -5px;
        bottom: 108px;
    }
    .work-together-right h3 {
        font-size: 38px;
    }
}
@media (max-width: 1024px) {
    .icecream-title-icon {
        right: auto;
        left: 410px;
        top: -20px;
    }
    .contact-us {
        margin-bottom: 8em;
    }
    .about-title-icon-el {
        left: 175px;
    }
    .ice-cream-left p {
        font-size: 16px;
    }
    .ice-cream-right {
        padding-top: 169px;
        padding-bottom: 169px;
    }
    .cyprus-splash-icon-el img {
        width: 30px;
    }
    .hm-milky-icon-el img {
        width: 30px;
    }
    .hm-milky-icon-el {
        right: 20px;
        top: -35px;
    }
    .new-type-icon-el img {
        width: 70px;
    }
    .new-type-icon-el {
        top: -45px;
        right: 0;
        left: 182px;
    }
    .all-over-left {
        width: 100%;
    }
    .all-over-right {
        width: 100%;
        padding: 0;
    }
    .pink-heading {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 25px;
    }
    .cyprus-splash-icon-el {
        right: 0;
        bottom: 0;
        left: 495px;
    }
    .ice-cream-categ-icon img {
        width: 60px;
    }
    .ice-cream-categ-icon {
        left: 240px;
        top: 157px;
    }
    .new-type-icon img {
        width: 50px;
    }
    .new-type-icon {
        right: 0;
        left: 135px;
        bottom: 120px;
    }
    .hm-ad {
        margin-top: 70px;
        margin-bottom: 75px;
    }
    .hm-sorbet-icon {
        right: 45px;
    }
    .hm-milky-icon {
        right: 62px;
    }
    .hm-vegan-icon {
        right: 8px;
    }
    .hm-yogurt-icon {
        right: 48px;
    }
    .hm-bulk-icecream-icon {
        right: 40px;
    }
    .hm-family-package-icon {
        right: 38px;
    }
    .fml-package-img {
        width: 230px;
    }
    .lg-cat-splash img {
        width: 340px;
        height: 340px;
    }
    .bulk-package-img {
        width: 310px;
    }
    .lg-category-img {
        padding-top: 40px;
    }
    .all-over-right {
        margin-top: 0;
    }
    .cyprus-splash-icon img {
        width: 30px;
    }
    .cyprus-splash-icon {
        right: 0;
        bottom: -3px;
        left: 242px;
    }
    .all-over-cyprus {
        margin-top: 4em;
    }
    .each-cyprus-categ h5 {
        font-size: 20px;
    }
    .each-cyprus-categ img {
        width: 120px;
        height: 160px;
    }
    .various-categories {
        margin-top: 2em;
    }
    .sk-grid {
        padding-left: 40px;
        padding-right: 40px;
    }
    .curly-curves {
        bottom: 5px;
        left: calc(100% - 70px);
    }
    .work-together-right h3 {
        font-size: 36px;
    }
    .each-var-color img {
        width: 140px;
    }
    .deliciousness-phone {
        display: block;
    }
    .phone-page-header-content {
        display: block;
    }
    .page-header-right {
        display: none;
    }
    .deliciousness.deliciousness-resp {
        display: none;
    }
    .icecream-header-btn-phone {
        display: block;
    }
    .header-bottom-line {
        bottom: 100px;
    }
    .icecream-header-btn-phone {
        margin-top: 3em;
    }
    .icecream-header-content {
        padding-bottom: 80px;
    }
    .phone-page-header-content .page-header-info {
        color: #e70f8a;
        line-height: 1.5;
        padding-top: 50px;
        padding-bottom: 50px;
        font-weight: 600;
    }
    .header-top-left {
        width: 100%;
    }
    .ice-cream-left {
        padding-top: 130px;
        padding-bottom: 131px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .about-us-left {
        padding-top: 130px;
        padding-bottom: 131px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .ice-cream-right {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .ice-cream-right-el {
        padding-top: 169px;
        padding-bottom: 169px;
    }
    .top-header-curve {
        left: -170px;
    }
    .about-us-phone {
        display: block;
    }
    .about-us-resp {
        display: none;
    }
    .aboutus-header {
        padding-bottom: 70px;
    }
    .about-us-right {
        padding-top: 130px;
        padding-bottom: 150px;
    }
    .ms-icecreams {
        padding-top: 9em;
        margin-top: -6em;
    }
    .contact-us-right {
        position: relative;
        top: 30px;
        left: 0;
        width: 100%;
        right: 0;
    }
    .contact-curve {
        display: block;
    }
    .contact-bg {
        padding-top: 210px;
        margin-top: 4em;
    }
    .header-bottom-line-el-icecream {
        bottom: 120px;
    }
    .ice-cream-categ-icon-el {
        left: 265px;
        top: 155px;
    }
}
@media (max-width: 990px) {
    .work-together-right h3 {
        font-size: 35px;
    }
    .btn-contact a {
        font-size: 18px;
    }
    .each-var-color img {
        width: 120px;
    }
    .curvy-line {
        height: 32px;
    }
    .curly-curves {
        left: calc(100% - 30px);
        bottom: -7px;
    }
    .work-together {
        padding: 130px 0 70px 0;
    }
    .mission-icon-el {
        right: 35px;
    }
}
@media (max-width: 966px) {
    .ice-cream-right {
        padding-top: 185px;
        padding-bottom: 185px;
    }
    .ice-cream-right-el {
        padding-top: 185px;
        padding-bottom: 185px;
    }
}
@media (max-width: 965px) {
    .hm-family-package-icon-el {
        right: -55px;
        top: 60px;
        left: 115px;
    }

}
@media (max-width: 960px) {
    .our-mission-vision p {
        line-height: 2.4em;
        height: 14.4em;
        -webkit-line-clamp: 6;
    }
    .hm-family-package-icon-el {
        right: -55px;
        top: 20px;
        left: 275px;
    }
    .hm-category-title {
        font-size: 20px;
    }
    .lg-family-pack-img {
        padding-top: 15px;
    }
    .lg-category-img {
        padding-top: 35px;
    }
    .hm-family-package-icon {
        right: 30px;
    }
    .hm-bulk-icecream-icon {
        right: 35px;
    }
    .each-cyprus-categ h5 {
        font-size: 18px;
    }
    .curly-curves {
        left: calc(100% - 50px);
        bottom: 5px;
    }
    .vision-icon {
        right: 70px;
        top: -15px;
    }
    .vision-icon-el {
        right: auto;
        top: -10px;
        left: 268px;
    }
    .vision-icon img {
        width: 30px;
    }
    .mission-icon {
        top: -22px;
    }
    .mission-icon img {
        width: 80px;
    }
    .mission-icon-el {
        right: 25px;
    }
}
@media (max-width: 950px) {
    .contact-us {
        margin-bottom: 6em;
    }
    .work-together-right {
        margin-left: 2em;
    }
}
@media (max-width: 920px) {
    .work-together {
        padding: 150px 0 90px 0;
    }
    .work-together-right h3 {
        font-size: 33px;
    }
    .hm-bulk-icecream-icon-el {
        left: 265px;
        right: -30px;
    }
    .hm-sorbet-icon {
        right: 40px;
        width: 60px;
    }
    .hm-milky-icon {
        width: 24px;
        top: -32px;
        right: 60px;
    }
    .hm-vegan-icon {
        width: 20px;
        top: -34px;
        right: 9px;
    }
    .hm-yogurt-icon {
        top: -29px;
        width: 28px;
        right: 45px;
    }
    .hm-bulk-icecream-icon {
        right: 20px;
    }
    .hm-family-package-icon {
        right: 20px;
    }
    .topmenu li > a {
        font-size: 15px;
    }
    .footer-legal a {
        font-size: 15px;
    }
    .footer-sk {
        font-size: 15px;
    }
    .footer-sk a {
        font-size: 15px;
    }
    .mission-icon {
        right: 25px;
    }
    .vision-icon {
        right: 55px;
    }
    .vision-icon-el {
        right: auto;
        left: 260px;
    }
    .mission-icon-el {
        right: 15px;
    }
}
@media (max-width: 914.98px) {
    .ice-cream-right {
        padding-top: 169px;
        padding-bottom: 169px;
    }
    .ice-cream-left {
        padding-top: 115px;
        padding-bottom: 114px;
    }
}
@media (max-width: 906px) {
    .hm-family-package-icon-el {
        right: -55px;
        top: 60px;
        left: 115px;
    }

}
@media (max-width: 890px) {
    .icecream-title-icon {
        right: -5px;
        left: auto;
        top: -20px;
    }
    .hm-category-back {
        padding-top: 110%;
    }
    .hm-family-package-icon-el {
        right: -55px;
        top: 20px;
        left: 245px;
    }
    .hm-bulk-icecream-icon-el {
        left: 245px;
    }
    .hm-category-title {
        font-size: 18px;
    }
    .fml-package-img {
        width: 210px;
    }
    .work-together-right h3 {
        font-size: 32px;
    }
    .our-mission-vision p {
        font-size: 16px;
    }
    .vision-icon {
        right: 40px;
    }
    .vision-icon-el {
        right: auto;
        left: 250px;
    }
    .mission-icon {
        right: 15px;
    }
    .mission-icon-el {
        right: 5px;
    }
}
@media (max-width: 875px) {
    .icecream-title-icon {
        right: -15px;
    }
}
@media (max-width: 860px) {
    .icecream-title-icon {
        right: -25px;
    }
    .our-mission-vision p {
        line-height: 2.4em;
        height: 16.8em;
        -webkit-line-clamp: 7;
    }
}
@media (max-width: 856px) {
    .ice-cream-right {
        padding-top: 185px;
        padding-bottom: 185px;
    }
}

@media (max-width: 850px) {
    .various-colors {
        margin-bottom: 5em;
    }
    .work-together {
        padding: 150px 0 70px 0;
    }
    .hm-bulk-icecream-icon-el {
        left: 245px;
        right: 0;
    }
    .hm-bulk-icecream-icon-el {
        width: 40px;
    }
    .hm-milky-icon-el {
        right: 110px;
    }
    .main-category-cream {
        width: 50%;
    }
    .hm-sorbet-icon {
        right: 140px;
    }
    .hm-milky-icon {
        right: 150px;
    }
    .hm-vegan-icon {
        right: 100px;
    }
    .hm-yogurt-icon {
        right: 135px;
    }
    .hm-family-package-icon {
        right: 10px;
    }
    .hm-bulk-icecream-icon {
        right: 13px;
    }
    .each-category-cyprus {
        width: 50%;
        margin-bottom: 3em;
    }
    .var-cat-col {
        flex-wrap: wrap;
    }
    .various-categories {
        margin-top: 0;
    }
    .ice-cream-left {
        padding-top: 115px;
        padding-bottom: 115px;
    }
    .about-us-left {
        padding-top: 110px;
        padding-bottom: 160px;
    }
    .about-us-right {
        padding-top: 110px;
        padding-bottom: 160px;
    }
    .our-mission-vision {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ice-cream-right {
        padding-top: 185px;
        padding-bottom: 186px;
    }
}
@media (max-width: 847px) {
    .hm-family-package-icon-el {
        top: 60px;
        left: 85px;
    }
}
@media (max-width: 842px) {
    .icecream-title-icon {
        right: 164px;
        left: auto;
        top: 30px;
    }
}
@media (max-width: 835px) {
    .icecream-title-icon {
        right: 155px;
    }
}
@media (max-width: 820px) {
    .icecream-title-icon {
        right: 142px;
    }
    .hm-bulk-icecream-icon-el {
        left: 235px;
        top: -30px;
    }
    .fml-package-img {
        width: 190px;
    }
    .hm-family-package-icon {
        right: 0px;
    }
    .hm-bulk-icecream-icon {
        right: 2px;
    }
    .topmenu li.nav-item {
        margin-right: 12px;
    }
    .sk-grid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-title-icon {
        top: -30px;
    }
    .about-title-icon-el {
        top: -35px;
    }
}
/* md */
@media (max-width: 1049.98px) {

}
@media (max-width: 793px) {
    .icecream-title-icon {
        right: 128px;
    }
    .about-us-right {
        padding-bottom: 190px;
    }
    .mission-icon-el {
        right: 0;
    }
}
@media (max-width: 789.98px) {


    .ice-cream-right {
        padding-top: 156px;
        padding-bottom: 156px;
    }
.ice-cream-right-el {
    padding-top: 186px;
    padding-bottom: 185px;
}
    .our-mission-vision {
        padding-left: 35px;
        padding-right: 35px;
    }
    .our-mission-vision p {
        line-height: 2;
    }
    .mission-icon {
        right: -5px;
    }
    .vision-icon {
        right: 20px;
    }
    .vision-icon-el {
        right: auto;
        left: 220px;
    }
}
@media (max-width: 780px) {
    .ice-cream-right {
        padding-top: 201px;
        padding-bottom: 202px;
    }
}
@media (max-width: 769px) {
    .icecream-title-icon {
        right: 35px;
        left: auto;
        top: -16px;
    }
    .contact-form-wrap .sk.button {
        font-size: 18px;
        width: 100%;
        padding: 25px 0;
    }
    .our-mission-vision p {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .ice-cream-right {
        padding-top: 158px;
        padding-bottom: 157px;
    }
    .work-together .columns {
        display: flex;
        flex-direction: column-reverse;
    }
    .curly-curves.bottom-curves-resp {
        display: none;
    }
    .hm-milky-icon-el {
        right: 0;
        top: -30px;
        left: 160px;
    }
    .hm-milky-icon-el img {
        width: 25px;
    }
    .new-type-icon-el img {
        width: 55px;
    }
    .new-type-icon-el {
        top: -35px;
        right: 0;
        left: 150px;
    }
    .sk-grid {
        padding-left: 25px;
        padding-right: 25px;
    }
    .pink-heading {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .cyprus-splash-icon-el img {
        width: 25px;
    }
    .cyprus-splash-icon-el {
        right: 0;
        bottom: 0px;
        left: 420px;
    }
    .all-over-right p {
        line-height: 1.5;
    }
    .ice-cream-categ-icon img {
        width: 35px;
    }
    .ice-cream-categ-icon {
        left: 185px;
        top: 100px;
    }
    .hm-about-btn a {
        font-size: 16px;
        padding: 16px 40px;
    }
    .hm-about-btn {
        margin-top: 40px;
    }
    .new-type-icon img {
        width: 45px;
    }
    .new-type-icon {
        left: 115px;
        bottom: 98px;
    }
    .hm-ad {
        margin-top: 60px;
        margin-bottom: 65px;
    }
    .home-flavors-top .home-flavors-res-title {
        font-size: 14px;
    }
    .lg-cat-splash img {
        width: 280px;
        height: 280px;
    }
    .hm-family-package-icon {
        right: 180px;
    }
    .hm-bulk-icecream-icon {
        right: 180px;
    }
    .cyprus-splash-icon img {
        width: 20px;
    }
    .cyprus-splash-icon {
        bottom: 4px;
        left: 205px;
    }
    .each-cyprus-categ h5 {
        font-size: 16px;
    }
    .each-cyprus-categ img {
        width: 100px;
        height: 140px;
    }
    .topmenu li.nav-item {
        margin-right: 12px;
        display: block;
        width: 100%;
        line-height: 2;
    }
    .topmenu li ul li a, .topmenu li > a strong {
        font-weight: 500;
    }
    .footer-menu {
        border-top: 1px solid #777;
        margin-top: 1em;
        display: block;
    }
    .footer-logo img {
        width: 250px;
    }
    .footer-by-sk {
        display: block;
    }
    .topmenu li > a {
        font-size: 16px;
    }
    .footer-legal {
        margin-bottom: 10px;
    }
    .bottom-footer {
        margin-top: 0;
    }
    .footer-sk {
        font-size: 14px;
    }
    .footer-sk a {
        font-size: 14px;
    }
    .footer-legal a {
        font-size: 14px;
    }
    .bottom-curves-resp {
        display: block;
    }
    .top-curves-resp {
        display: none;
    }
    .each-var-color img {
        width: 170px;
    }
    .work-together-right {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 60px;
    }
    .bottom-curves-resp .curvy-line {
        height: 22px;
    }
    .curly-curves .curvy-line {
        margin-bottom: 10px;
        transform: rotate(180deg);
    }
    .curly-curves {
        left: 220px;
        bottom: 180px;
    }
    .work-together {
        padding: 100px 0 60px 0;
        --mask: radial-gradient(59.46px at 50% 84.00px, #000 99%, #0000 101%) calc(50% - 80px) 0/160px 51% repeat-x,
        radial-gradient(59.46px at 50% -44px, #0000 99%, #000 101%) 50% 40px/160px calc(51% - 40px) repeat-x,
        radial-gradient(59.46px at 50% calc(100% - 84.00px), #000 99%, #0000 101%) calc(50% - 80px) 100%/160px 51% repeat-x,
        radial-gradient(59.46px at 50% calc(100% + 44.00px), #0000 99%, #000 101%) 50% calc(100% - 40px)/160px calc(51% - 40px) repeat-x;
        -webkit-mask: var(--mask);
        mask: var(--mask);
    }
    .work-together-right h3 {
        font-size: 35px;
        max-width: 100%;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1.1;
    }
    .btn-contact a {
        font-size: 16px;
        padding: 16px 40px;
    }
    .various-colors {
        margin-bottom: 3em;
    }
    .ice-cream-left {
        padding-top: 85px;
        padding-bottom: 85px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .ice-cream-right {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .ice-cream-right img {
        width: 250px;
    }
    .page-header-info {
        font-size: 15px;
    }
    .page-header-heading {
        font-size: 30px;
    }
    .header-bottom-line {
        bottom: 80px;
    }
    .icecream-header-content {
        padding-bottom: 70px;
    }
    .icecream-header-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    .page-header-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    .top-header-curve {
        left: -60px;
    }
    .categ-info-phone {
        display: block;
        margin-top: 3em;
        margin-bottom: 3em;
    }
    .categ-info {
        line-height: 1.3;
        font-weight: 600;
    }
    .categ-info-resp {
        display: none;
    }
    .header-sk-grid {
        padding-left: 25px;
    }
    .about-us-right {
        --mask: radial-gradient(50.29px at 50% 70.95px,#000 99%,#0000 101%) calc(50% - 66px) 0/132px 51% repeat-x, radial-gradient(50.29px at 50% -37.95px,#0000 99%,#000 101%) 50% 33px/132px calc(51% - 33px) repeat-x, radial-gradient(50.29px at 50% calc(100% - 70.95px),#000 99%,#0000 101%) calc(50% - 66px) 100%/132px 51% repeat-x, radial-gradient(50.29px at 50% calc(100% + 37.95px),#0000 99%,#000 101%) 50% calc(100% - 33px)/132px calc(51% - 33px) repeat-x !important;
        -webkit-mask: var(--mask);
        mask: var(--mask);
        margin-top: -4em;
        padding-bottom: 130px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .about-us-header {
        --mask: none;
    }
    .about-us-right p {
        font-size: 30px;
        max-width: 100%;
        margin: auto;
        margin-bottom: auto;
        margin-bottom: 1em;
    }
    .about-us-left {
        padding-top: 110px;
        padding-bottom: 130px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .all-over-cyprus {
        margin-top: 3em;
    }
    .about-us-left p {
        text-align: center;
    }
    .mission-container {
        margin-bottom: 3em;
    }
    .mission-vision-title h4 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .our-mission-vision {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
        padding-top: 20px;
    }
    .company-story {
        --mask: radial-gradient(60.87px at 50% 84.15px,#000 99%,#0000 101%) calc(50% - 66px) 0/132px 100%, radial-gradient(60.87px at 50% -51.15px,#0000 99%,#000 101%) 50% 33px/132px 100% repeat-x;
        -webkit-mask: var(--mask);
        mask: var(--mask);
        padding-top: 110px;
        margin-top: 0em;
    }
    .vision-icon img {
        width: 27px;
    }
    .vision-icon {
        right: 235px;
    }
    .vision-icon-el {
        right: auto;
        left: 410px;
    }
    .mission-icon img {
        width: 60px;
    }
    .mission-icon {
        top: -16px;
        right: 218px;
    }
    .ms-icecreams {
        padding-top: 7em;
        margin-top: -3em;
    }
    .company-story {
        margin-bottom: 2em;
    }
    .contact-us-right {
        right: 60px;
    }
    .contact-bg {
        padding-top: 130px;
    }
    .contact-us {
        padding-top: 35px;
        margin-bottom: 5em;
        margin-top: 3em;
    }
    .hm-sorbet-icon {
        right: 115px;
    }
    .hm-milky-icon {
        top: -25px;
        right: 136px;
    }
    .hm-vegan-icon {
        top: -30px;
        right: 90px;
    }
    .hm-yogurt-icon {
        right: 125px;
        top: -25px;
    }
    .hm-family-package-icon {
        right: 197px;
        width: 28px;
        top: 22px;
    }
    .hm-bulk-icecream-icon {
        right: 194px;
        top: -23px;
        width: 27px;
    }
    .work-together-right .curly-curves {
        left: 220px;
        bottom: 150px;
    }
    .icecream-title-icon img {
        width: 60px;
    }
    .about-title-icon {
        top: -23px;
    }
    .header-bottom-line-el-icecream {
        bottom: 105px;
    }
    .ice-cream-categ-icon-el {
        left: 208px;
        top: 100px;
    }
    .categ-container {
        padding-right: 35px;
        padding-left: 2em;
        padding-top: 8em;
        padding-bottom: 8em;
    }
    .pink-heading {
        font-size: 25px;
    }
    .about-title-icon-el img {
        width: 50px;
    }
    .about-title-icon-el {
        left: 150px;
        top: -28px;
    }
}
/* sm */
@media (max-width: 767.98px) {
    .icecream-title-icon {
        right: -5px;
    }
    .hm-category-back {
        padding-top: 60%;
    }
    .hm-bulk-icecream-icon-el {
        left: 70%;
        right: 0;
        top: -25px;
    }
    .hm-family-package-icon-el {
        right: -55px;
        top: 15px;
        left: 225px;
    }
    .hm-family-package-icon-el img {
        width: 40px;
    }
}
@media (max-width: 740px) {
    .mission-icon {
        right: 32%;
    }
    .vision-icon {
        right: 34%;
    }
    .vision-icon-el {
        right: auto;
        left: 62%;
    }
    .hm-milky-icon {
        right: 125px;
    }
    .hm-vegan-icon {
        right: 85px;
    }
    .hm-yogurt-icon {
        right: 115px;
    }
    .hm-sorbet-icon {
        right: 110px;
    }
    .hm-bulk-icecream-icon {
        right: 180px;
    }
    .hm-family-package-icon {
        right: 185px;
    }
    .icecream-title-icon {
        right: -5%;
    }
}
@media (max-width: 722px) {
    .icecream-title-icon {
        right: 36%;
        top: 28px;
    }
}
@media (max-width: 700px) {
    .vision-icon-el {
        left: 63%;
    }
    .hm-bulk-icecream-icon-el {
        left: 72%;
    }
    .hm-vegan-icon {
        right: 20%;
    }
    .hm-yogurt-icon {
        right: 29%;
    }
    .hm-milky-icon {
        right: 32%;
    }
    .hm-sorbet-icon {
        right: 28%;
    }
    .hm-bulk-icecream-icon {
        right: 29%;
    }
    .hm-family-package-icon {
        right: 30%;
    }
    .icecream-title-icon {
        right: 32%;
    }
}
@media (max-width: 675px) {
    .mission-icon-el {
        right: 30%;
    }
}
@media (max-width: 650px) {
    .hm-bulk-icecream-icon-el {
        left: 75%;
        top: -30px;
    }
    .lg-category-img {
        padding-top: 15px;
    }
    .bulk-package-img {
        width: 280px;
    }
    .fml-package-img {
        width: 170px;
    }
    .lg-family-pack-img {
        padding-top: 5px;
    }
    .icecream-title-icon {
        right: 28%;
    }
    .vision-icon-el {
        left: 65%;
    }
    .mission-icon-el {
        right: 29%;
    }
}
@media (max-width: 630px) {
    .icecream-title-icon {
        right: 25%;
    }
}
@media (max-width: 600px) {
    .cyprus-splash-icon img {
        width: 17px;
    }
    .cyprus-splash-icon {
        bottom: -2px;
    }
    .new-type-icon {
        left: 108px;
        bottom: 87px;
    }
    .cyprus-splash-icon-el {
        display: none;
    }
    .pink-heading {
         margin-bottom: 10px;
     }
    .hm-bulk-icecream-icon-el {
        left: 72%;
        top: -25px;
    }
    .each-var-color img {
        width: 130px;
    }
    .page-header-heading {
        font-size: 22px;
    }
    .icecream-header-btn a {
        padding: 17px 0;
        font-size: 15px;
    }
    .page-header-btn a {
        padding: 17px 45px;
        font-size: 15px;
    }
    .icecream-header-btn-phone a {
        padding: 17px 0;
        width: 100%;
        display: block;
    }
    .icecream-header-btn-phone {
        margin-top: 5em;
    }
    .header-bottom-line {
        bottom: 70px;
    }
    .header-bottom-line-el-icecream {
        bottom: 95px;
    }
    .icecream-header-content {
        padding-bottom: 60px;
    }
    .ice-cream-categ-icon {
        top: 105px;
        left: 184px;
    }
    .ice-cream-categ-icon img {
        width: 30px;
    }
    .about-us-left {
        padding-top: 80px;
        padding-bottom: 110px;
    }
    .about-us-right {
        padding-top: 105px;
        padding-bottom: 120px;
    }
    .all-over-cyprus {
        margin-top: 3em;
    }
    .mission-vision-title h4 {
        font-size: 32px;
        margin-bottom: 6px;
    }
    .mission-icon {
        top: -18px;
        right: 31%;
    }
    .vision-icon {
        right: 33%;
    }
    .vision-icon-el {
        right: auto;
        left: 64%;
    }
    .contact-curve {
        display: none;
    }
    .contact-us {
        padding-top: 30px;
        margin-bottom: 1em;
        margin-top: 2em;
    }
    .contact-us-right {
        top: 10px;
    }
    .contact-form-wrap {
        border-radius: 20px;
        padding: 30px 25px 30px 25px;
    }
    .contact-form-wrap p {
        margin-bottom: 25px;
        font-size: 14px;
    }
    .sk.form .field {
        margin: 0 0 20px;
    }
    .contact-info-res-text {
        font-size: 15px;
    }
    .contact-info-res-text img {
        width: 170px;
    }
    .hm-sorbet-icon {
        right: 25%;
    }
    .hm-milky-icon {
        right: 30%;
    }
    .hm-vegan-icon {
        right: 17%;
    }
    .hm-yogurt-icon {
        right: 27%;
    }
    .hm-bulk-icecream-icon {
        right: 27%;
    }
    .hm-family-package-icon {
        right: 29%;
    }
    .hm-category-front {
        padding: 40px;
    }
    .lg-category-img {
        padding-top: 0;
    }
    .lg-cat-splash img {
        width: 220px;
        height: 220px;
    }
    .lg-cat-splash {
        top: -45px;
    }
    .fml-package-img {
        width: 160px;
    }
    .lg-family-pack-img {
        padding-top: 0;
    }
    .work-together {
        margin-bottom: 0em;
        margin-top: 0em;
    }
    .icecream-title-icon img {
        width: 50px;
    }
    .icecream-title-icon {
        top: -16px;
        right: 1%;
    }
    .about-title-icon img {
        width: 35px;
    }
    .about-title-icon {
        top: -20px;
    }
    .ice-cream-categ-icon-el {
        left: 207px;
        top: 103px;
    }
    .about-title-icon-el {
        left: 115px;
        top: -22px;
    }
    .about-us-header .header-bottom-line {
        bottom: 95px;
    }
    .mission-icon-el {
        right: 30%;
    }
}
/* xs */
@media (max-width: 575.98px) {
    .hm-bulk-icecream-icon-el {
        left: 74%;
    }
    /*Megamenu*/
    .megamenu-menu-column:first-child {
        margin-top: 100px;
    }
    .megamenu-menu-column:last-child {
        margin-bottom: 50px;
    }
    .ice-cream-categ-icon img {
        width: 30px;
    }
    .ice-cream-categ-icon {
        top: 151px;
        left: 182px;
    }
    .ice-cream-cat {
        height: 80%;
    }
    .categ-container {
        padding-top: 11em;
        padding-bottom: 15em;
    }
    .categ-info-phone {
        margin-top: -6em;
    }
    .ice-cream-categ-icon-el {
        left: 207px;
        top: 150px;
    }
    .vision-icon {
        right: 31%;
    }
    .mission-icon {
        right: 29%;
    }
    .hm-vegan-icon {
        right: 13%;
    }
    .hm-bulk-icecream-icon {
        right: 25%;
    }
    .icecream-title-icon {
        right: -4%;
    }
    .vision-icon-el {
        left: 64%;
        top: -12px;
    }
}
@media (max-width: 552px) {
    .icecream-title-icon {
        right: 35%;
        top: 16px;
    }
}
@media (max-width: 550px) {
    .mission-icon-el {
        right: 27%;
    }
}

@media (max-width: 530px) {
    .hm-bulk-icecream-icon-el {
        left: 76%;
    }
    .icecream-title-icon {
        right: 30%;
    }
    .vision-icon-el {
        left: 65%;
        top: -5px;
    }
}
@media (max-width: 500px) {
    .sk.form .field label.checkbox {
        white-space: collapse;
        line-height: 1.5;
    }
    .contact-form-wrap .content-right {
        text-align: left;
    }
    .categ-info-phone {
        margin-top: -7em;
    }
    .each-var-color img {
        width: 105px;
    }
    .various-colors {
        margin-bottom: 2em;
    }
    .work-together {
        --mask: radial-gradient(53.76px at 50% 75.20px,#000 99%,#0000 101%) calc(50% - 64px) 0/128px 51% repeat-x, radial-gradient(53.76px at 50% -43.2px,#0000 99%,#000 101%) 50% 32px/128px calc(51% - 32px) repeat-x, radial-gradient(53.76px at 50% calc(100% - 75.20px),#000 99%,#0000 101%) calc(50% - 64px) 100%/128px 51% repeat-x, radial-gradient(53.76px at 50% calc(100% + 43.20px),#0000 99%,#000 101%) 50% calc(100% - 32px)/128px calc(51% - 32px) repeat-x;
    }
    .mission-icon {
        right: 25%;
    }
    .vision-icon {
        right: 29%;
    }
    .vision-icon-el {
        right: auto;
        left: 65%;
        top: -15px;
    }
    .company-story {
        padding-top: 90px;
    }
    .hm-sorbet-icon {
        right: 19%;
    }
    .hm-milky-icon {
        right: 26%;
    }
    .hm-vegan-icon {
        right: 8%;
    }
    .hm-yogurt-icon {
        right: 23%;
    }
    .hm-bulk-icecream-icon {
        right: 24%;
    }
    .hm-family-package-icon {
        right: 25%;
    }
    .hm-category-front {
        padding: 30px;
    }
    .bulk-package-img {
        width: 220px;
    }
    .fml-package-img {
        width: 140px;
    }
    .lg-cat-splash img {
        width: 200px;
        height: 200px;
    }
    .icecream-title-icon {
        right: 24%;
    }
}
@media (max-width: 460px) {
    .ice-cream-categ-icon {
        top: 150px;
        left: 162px;
    }
    .cyprus-splash-icon {
        left: 190px;
    }
    .new-type-icon {
        left: 96px;
        bottom: 80px;
    }
    .categ-container {
        padding-left: 20px;
    }
    .pink-heading {
        font-size: 23px;
    }
    .ice-cream-categ-icon-el {
        left: 185px;
        top: 148px;
    }
    .hm-bulk-icecream-icon-el {
        left: 80%;
    }
    .vision-icon {
        right: 27%;
    }
    .vision-icon-el {
        right: auto;
        left: 67%;
    }
    .mission-icon {
        right: 22%;
    }
    .hm-vegan-icon {
        right: 6%;
    }
    .hm-bulk-icecream-icon {
        right: 20%;
    }
    .hm-category-back {
        padding-top: 65%;
    }
    .icecream-title-icon {
        right: 17%;
    }
    .new-type-icon-el {
        left: 135px;
    }
}
@media (max-width: 435px) {
    .icecream-title-icon {
        right: 12%;
    }
    .about-title-icon {
        right: 70px;
    }
    .mission-icon-el {
        right: 20%;
    }
    .about-title-icon-el {
        right: auto;
    }
}
@media (max-width: 414px) {
    .ice-cream-categ-icon {
        left: 145px;
    }
    .cyprus-splash-icon {
        bottom: -4px;
        left: 165px;
    }
    .new-type-icon {
        left: 86px;
        bottom: 71px;
    }
    .our-mission-vision {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pink-heading {
        font-size: 20px;
    }
    .about-us-right p {
        font-size: 25px;
    }
    .about-btn a {
        font-size: 20px;
    }
    .ice-cream-categ-icon-el {
        left: 165px;
    }
    .page-header-heading {
        font-size: 20px;
    }
    .header-bottom-line-el-icecream {
        bottom: 85px;
    }
    .hm-bulk-icecream-icon-el {
        left: 83%;
    }
    .each-cyprus-categ img {
        width: 90px;
        height: 130px;
    }
    .each-cyprus-categ h5 {
        font-size: 15px;
        letter-spacing: 0;
    }
    .footer-logo img {
        width: 200px;
    }
    .each-var-color img {
        width: 95px;
    }
    .work-together {
        padding: 90px 0 70px 0;
    }
    .curly-curves {
        bottom: 190px;
    }
    .all-over-cyprus {
        margin-top: 2em;
    }
    .mission-icon {
        right: 18%;
    }
    .vision-icon {
        right: 22%;
    }
    .vision-icon-el {
        left: 69%;
        top: -18px;
    }
    .company-story {
        margin-bottom: 1em;
    }
    .sk.form .field label.checkbox {
        font-size: 13px;
    }
    .sk.button {
        font-size: 18px;
    }
    .hm-sorbet-icon {
        right: 16%;
        width: 50px;
        top: -30px;
    }
    .hm-milky-icon {
        width: 21px;
        top: -23px;
        right: 24%;
    }
    .hm-vegan-icon {
        width: 18px;
        right: 2%;
    }
    .hm-yogurt-icon {
        width: 25px;
        right: 20%;
    }
    .hm-bulk-icecream-icon {
        right: 16%;
        width: 25px;
    }
    .hm-family-package-icon {
        right: 20%;
        width: 24px;
    }
    .each-hm-category {
        padding-top: 70px;
    }
    .hm-category-back {
        padding-top: 75%;
    }
    .icecream-title-icon {
        right: 14%;
        top: 12px;
    }
    .icecream-header-btn a {
        padding: 16px 0;
    }
    .page-header-btn a {
        padding: 16px 30px;
    }
    .about-title-icon-el {
        left: 102px;
    }
    .icecream-header-btn-phone a {
        padding: 16px 0;
        width: 100%;
        display: block;
    }
    .mission-icon-el img {
        width: 45px;
    }
    .mission-icon-el {
        right: 23%;
        top: -12px;
    }
    .new-type-icon-el {
        left: 120px;
    }
}
@media (max-width: 390px) {
    .icecream-title-icon {
        right: 9%;
    }
    .vision-icon-el {
        left: 69%;
    }
    .mission-vision-title h4 {
        font-size: 28px;
    }
}
@media (max-width: 375px) {
    .hm-milky-icon-el {
        left: 130px;
    }
    .hm-bulk-icecream-icon-el {
        left: 80%;
        top: -18px;
    }
    .hm-bulk-icecream-icon-el img {
        width: 30px;
    }
    .hm-family-package-icon-el {
        left: 195px;
    }
    .ice-cream-categ-icon img {
        width: 25px;
    }
    .ice-cream-categ-icon {
        top: 152px;
        left: 147px;
    }
    .vision-icon {
        right: 21%;
    }
    .mission-icon {
        right: 14%;
    }
    .hm-category-title {
        font-size: 16px;
    }
    .icecream-title-icon {
        right: 3%;
    }
    .ice-cream-categ-icon-el {
        left: 165px;
        top: 148px;
    }
    .mission-icon-el {
        right: 21%;
    }
}
@media (max-width: 360px) {
    .hm-milky-icon-el img {
        width: 22px;
    }
    .hm-milky-icon-el {
        top: -26px;
    }
    .hm-bulk-icecream-icon-el {
        left: 83%;
    }
    .hm-bulk-icecream-icon-el {
        left: 85%;
    }
    .each-var-color img {
        width: 85px;
    }
    .mission-icon {
        right: 13%;
    }
    .vision-icon {
        right: 19%;
    }
    .vision-icon-el {
        right: auto;
        left: 71%;
    }
    .hm-category-back {
        padding-top: 85%;
    }
    .icecream-title-icon {
        right: -2%;
    }
    .icecream-header-btn a {
        padding: 16px 0;
        font-size: 14px;
    }
    .icecream-header-btn-phone a {
        padding: 16px 0;
    }
    .mission-icon-el {
        right: 19%;
    }
}
@media (max-width: 350px) {
    .ice-cream-categ-icon {
        left: 130px;
    }
    .icecream-title-icon {
        right: -5%;
    }
    .cyprus-splash-icon {
        left: 152px;
    }
    .new-type-icon {
        left: 76px;
        bottom: 65px;
    }
    .pink-heading {
        font-size: 18px;
    }
    .categ-container {
        padding-left: 15px;
    }
    .ice-cream-categ-icon-el {
        left: 145px;
        top: 150px;
    }
    .each-cyprus-categ h5 {
        font-size: 14px;
    }
    .header-right {
        width: calc(100% - 130px);
    }
    .header-left {
        width: 130px;
    }
    .vision-icon {
        right: 18%;
    }

    .mission-icon {
        right: 11%;
    }
    .hm-milky-icon {
        right: 20%;
    }
    .hm-sorbet-icon {
        right: 11%;
    }
    .hm-vegan-icon {
        top: -38px;
    }
    .hm-yogurt-icon {
        right: 16%;
    }
    .hm-bulk-icecream-icon {
        right: 14%;
    }
    .hm-family-package-icon {
        right: 18%;
    }
    .mission-icon-el {
        right: 18%;
    }
    .new-type-icon-el {
        left: 105px;
    }
}
@media (max-width: 330px) {
    .icecream-title-icon {
        right: -15%;
    }
    .hm-bulk-icecream-icon-el {
        left: 88%;
    }
    .header-right {
        width: calc(100% - 120px);
    }
    .header-left {
        width: 120px;
    }
    .mission-icon {
        right: 9%;
    }
    .vision-icon {
        right: 15%;
    }
    .vision-icon-el {
        left: 73%;
    }
    .mission-icon-el {
        right: 15%;
    }
}
@media (max-width: 320px) {
    .icecream-title-icon {
        right: -17%;
    }
    .hm-category-back {
        padding-top: 95%;
    }
    .each-cyprus-categ h5 {
        font-size: 13px;
    }
}

