/**
*@helpers
*/


/**
    color text
*/


/**
    gradient
*/


/**
    font
*/


/**
* @base
*/

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: sans-serif;
    scroll-behavior: smooth;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

html:focus {
    outline: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "AvertaStdCY-Regular_3", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #171717;
}
.only-mobi{
	display: none !important;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    padding-left: 3rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

input {
    width: 100%;
    outline: none;
}

input:focus {
    outline: none;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.container {
    max-width: -webkit-calc(1160px + 30px);
    max-width: -moz-calc(1160px + 30px);
    max-width: calc(1160px + 30px);
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.open__modal,
#main {
    overflow: hidden;
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
}

.breadcrumb li {
    position: relative;
    padding-bottom: 16px;
}

.breadcrumb li:not(:last-child) {
    padding-right: 2.2rem;
}

.breadcrumb li:not(:last-child)::before {
    content: '/';
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 14px;
    line-height: 16px;
}

.breadcrumb li a {
    font-size: 14px;
    line-height: 16px;
    color: #262262;
    display: block;
}

.breadcrumb li p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
}
.search-cate{
    margin-bottom: 15px !important;
    text-align: right;
}
@media (min-width: 230px) {
    [data-controller=index] .projects-cont .bg-columns .text-service .aux-btn {
        position: relative;
        width: 240px;
    }

    [data-controller=index] .projects-cont .bg-columns .text-service .aux-btn::before {
        content: '';
        position: absolute;
        border-radius: 60px;
        top: -4px;
        left: -2px;
        width: 100%;
        height: 100%;
        border: 1px solid #2FD0C7;
        z-index: -1;
    }

    [data-controller=index] .projects-cont .bg-columns .text-service .aux-btn::after {
        content: '';
        position: absolute;
        border-radius: 60px;
        top: 4px;
        left: 2px;
        width: 100%;
        height: 100%;
        border: 1px solid #EF3EC8;
        z-index: -1;
    }

    .aux-btn {
        position: relative;
        width: 240px;
    }

    .aux-btn::before {
        content: '';
        position: absolute;
        border-radius: 60px;
        top: -4px;
        left: -2px;
        width: 100%;
        height: 100%;
        border: 1px solid #2FD0C7;
        z-index: -1;
    }

    .aux-btn::after {
        content: '';
        position: absolute;
        border-radius: 60px;
        top: 4px;
        left: 2px;
        width: 100%;
        height: 100%;
        border: 1px solid #EF3EC8;
        z-index: -1;
    }
}

@media (min-width: 1300px) {
    [data-controller=index] .projects-cont .bg-columns .text-service .button {
        font-size: 20px;
        line-height: 27px;
    }
}

.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
}

.btn:hover {
    opacity: 0.8;
}

.btn__search {
    width: 3rem;
    height: 4rem;
    border: 1px solid #ddd;
    padding: 0.5rem;
    border-left: 0;
}

.btn__toggle-search {
    color: #222222;
}

.btn__send {
    width: 100%;
    font-size: 1.5rem;
    background-color: #262262;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.btn__send:hover,
.btn__send:focus {
    background-color: #fff;
    color: #262262;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: 0;
    border: 1px solid #262262;
}

.frame {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.frame img,
.frame video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}


/**
*@addon
*
*/

@media (min-width: 230px) {
    .addon__menu {
        --color: #262626;
        --colorHover: red;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.459);
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
    }

    .addon__menu.active {
        opacity: 1;
        visibility: visible;
    }

    .addon__menu.active .box__menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .addon__menu .box__menu {
        max-width: 260px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
    }

    .addon__menu .box__menu .menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .addon__menu .box__menu .menu .menu__list {
        position: relative;
    }

    .addon__menu .box__menu .menu .menu__list .menu__link {
        display: block;
        color: #222222;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 40px;
        padding: 0 15px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.6);
        text-transform: uppercase;
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .addon__menu .box__menu .menu .menu__list .menu__link img {
        display: none;
    }

    .addon__menu .box__menu .menu .menu__list:last-child .menu__link {
        border-bottom: 0;
    }

    .addon__menu .box__menu .menu .menu__list:hover .menu__link,
    .addon__menu .box__menu .menu .menu__list.active .menu__link {
        color: #262262;
        font-family: 'Montserrat-Bold', sans-serif;
        font-weight: 700;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .addon__menu .box__menu .menu .menu__list ul {
        display: none;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .addon__menu .box__menu .menu .menu__list ul li {
        position: relative;
    }

    .addon__menu .box__menu .menu .menu__list ul li::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        border: 1px solid var(--color);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20px;
    }

    .addon__menu .box__menu .menu .menu__list ul li a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: #000000;
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        line-height: 35px;
        padding-left: 35px;
        padding-right: 15px;
    }

    .addon__menu .box__menu .menu .menu__list ul li:hover::before {
        border-color: var(--colorHover);
    }

    .addon__menu .box__menu .menu .menu__list ul li:hover a {
        text-decoration: none;
    }

    .addon__menu .box__menu .menu .menu__list .btn__childrens {
        cursor: pointer;
        position: absolute;
        top: 8px;
        right: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px;
        overflow: hidden;
        border: 0;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        background: #000;
        padding: 0;
        color: #fff;
    }

    .addon__menu .box__menu .menu .menu__list .btn__childrens::before {
        content: "+";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
        transition: color 0.3s ease, -webkit-transform 0.3s ease;
        -o-transition: color 0.3s ease, transform 0.3s ease;
        -moz-transition: color 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
        transition: color 0.3s ease, transform 0.3s ease;
        transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
    }

    .addon__menu .box__menu .menu .menu__list .btn__childrens.active::before {
        color: red;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .toggle__menu {
        width: 3rem;
        height: 3rem;
        border: 0px;
        background-color: transparent;
        margin-left: auto;
        padding: 0;
    }

    .toggle__menu img {
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    .addon__menu {
        position: unset;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        background-color: transparent;
        z-index: unset;
        visibility: unset;
        opacity: 1;
        margin-left: auto;
    }

    .addon__menu .box__menu {
        max-width: 100%;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        transform: unset;
        height: 100%;
        background-color: transparent;
    }

    .addon__menu .box__menu .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }

    .addon__menu .box__menu .menu .menu__list {
        height: 100%;
    }

    .addon__menu .box__menu .menu .menu__list .menu__link {
        border-bottom: 0;
        padding: 0 15px;
        line-height: 50px;
        color: #222222;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .addon__menu .box__menu .menu .menu__list .menu__link img {
        display: block;
        width: 20px;
        height: 20px;
        margin-left: 1.3rem;
    }

    .addon__menu .box__menu .menu .menu__list:hover ul {
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        -moz-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    .addon__menu .box__menu .menu .menu__list ul {
        z-index: 999;
        display: block;
        position: absolute;
        min-width: unset;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        top: -webkit-calc(100% + 4px);
        top: -moz-calc(100% + 4px);
        top: calc(100% + 4px);
        left: 0;
        background-color: #fff;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        padding: 10px 0;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        -moz-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

    .addon__menu .box__menu .menu .menu__list ul li {
        padding: 8px 16px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .addon__menu .box__menu .menu .menu__list ul li::before {
        display: none;
    }

    .addon__menu .box__menu .menu .menu__list ul li:hover {
        background: #F2F2F2;
    }

    .addon__menu .box__menu .menu .menu__list ul li:hover a {
        font-weight: bold;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #262262;
    }

    .addon__menu .box__menu .menu .menu__list ul li a {
        padding: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
        color: #222222;
    }

    .addon__menu .box__menu .menu .menu__list .btn__childrens {
        display: none;
    }

    .toggle__menu {
        display: none;
    }
}

@media (min-width: 1200px) {
    .addon__menu .box__menu .menu .menu__list .menu__link {
        line-height: 75px;
    }
}

@media (min-width: 230px) {
    .logo {
        max-width: 176px;
        height: 40px;
        width: 100%;
        overflow: hidden;
        display: block;
    }

    .logo .logo-img img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (min-width: 230px) {
    .addon__search {
        margin-left: auto;
        cursor: pointer;
    }

    .addon__search .main__search {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.231);
        z-index: 999;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
    }

    .addon__search .main__search.active {
        opacity: 1;
        visibility: visible;
    }

    .addon__search .main__search.active .form__search {
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        -moz-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .addon__search .main__search .form__search {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        background-color: #fff;
        width: 100%;
        padding: 0.5rem;
        border-radius: 0.5rem;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        -moz-transition: 0.3s all;
        transition: 0.3s all;
    }

    .addon__search .main__search .form__search .input__search {
        width: 100%;
        height: 4rem;
        border: 1px solid #ddd;
        border-right: 0;
    }
}

@media (min-width: 992px) {
    .addon__search .main__search .form__search {
        padding: 1.5rem;
    }

    .addon__search .main__search .form__search .input__search {
        height: 5rem;
    }
}

.bs-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    margin: 15px;
    margin-left: auto;
    margin-right: auto;
}

.bs-modal.show-modal {
    padding: 15px;
    z-index: 10;
    opacity: 1;
}

.bs-modal .modal-frame {
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bs-modal .content-modal {
    max-width: 90%;
}

.bs-modal .content-modal.show-modal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.bs-modal.modal-left .content-modal.show-modal {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.bs-modal.modal-right .content-modal.show-modal {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.bs-modal.modal-top .content-modal.show-modal {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.bs-modal.modal-bottom .content-modal.show-modal {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.content-modal {
    max-width: 587px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s cubic-bezier(0.45, 0, 0.1, 1.13);
    -o-transition: all 0.5s cubic-bezier(0.45, 0, 0.1, 1.13);
    -moz-transition: all 0.5s cubic-bezier(0.45, 0, 0.1, 1.13);
    transition: all 0.5s cubic-bezier(0.45, 0, 0.1, 1.13);
    padding: 2.5rem 4.3rem;
}

.content-modal .header-modal {
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-modal .header-modal .modal__title {
    font-size: 2.1rem;
    color: #262626;
    font-weight: 400;
}

.content-modal .footer-modal {
    overflow: hidden;
}

.content-modal .footer-modal .close__btn {
    float: right;
}

.content-modal .footer-modal button {
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.content-modal .footer-modal button.red__btn {
    background: red;
}

.content-modal .footer-modal button.red__btn:focus,
.content-modal .footer-modal button.red__btn:hover {
    background: #d60808;
}

.content-modal .footer-modal button.green__btn {
    background: green;
}

.content-modal .footer-modal button.green__btn:focus,
.content-modal .footer-modal button.green__btn:hover {
    background: #106710;
}

.content-modal .footer-modal button.blue__btn {
    background: blue;
}

.content-modal .footer-modal button.blue__btn:focus,
.content-modal .footer-modal button.blue__btn:hover {
    background: #0c0cb9;
}

.content-modal .footer-modal button.gray__btn {
    background: #717171;
}

.content-modal .footer-modal button.gray__btn:focus,
.content-modal .footer-modal button.gray__btn:hover {
    background: #4e4d4d;
}

.content-modal .footer-modal button.black__btn {
    background: #000;
}

.content-modal .footer-modal button.black__btn:focus,
.content-modal .footer-modal button.black__btn:hover {
    background: #403f3f;
}

.content-modal.modal-left .content-modal {
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
}

.content-modal.modal-right .content-modal {
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
}

.content-modal.modal-top .content-modal {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
}

.content-modal.modal-bottom .content-modal {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
}

.content-modal.modal-small .content-modal {
    max-width: 320px;
}

.content-modal.modal-large .content-modal {
    max-width: 950px;
}

.content-modal.modal-full .content-modal {
    max-width: 100%;
}

body {
    position: relative;
    min-height: 100vh;
}

body:after {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    min-height: 100vh;
}

body.active-modal {
    overflow: hidden;
}

body.active-modal:after {
    display: block;
}
@media screen and (max-width: 992px) {
	.only-pc{
		display : none !important;
	}
	.only-mobi{
		display: block !important;
	}
	.footer-cont .columns .column .contact .footer-logo{
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 767px) {
    .content-modal {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .content-modal {
        padding: 1.5rem;
    }

}

@media (min-width: 230px) {
    .addon__banner.slick-dotted.slick-slider {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .addon__banner .banner__item {
        position: relative;
    }
}

@media (min-width: 992px) {

    .addon__banner .banner__item {
        position: relative;
    }

    .addon__banner .banner__item .frame {
        padding-top: 36.806%;
    }

    .addon__banner .banner__item .frame img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom center;
        object-position: bottom center;
    }
}

.addon__pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4rem;
    width: 100%;
    margin-top: 20px;
}

.addon__pagination .addon__pagination-item {
    margin: 0 0.3rem;
}

.addon__pagination .addon__pagination-item .addon__pagination-item-link {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 3.8rem;
    height: 3.8rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #D8D8D9;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.addon__pagination .addon__pagination-item:hover .addon__pagination-item-link,
.addon__pagination .addon__pagination-item.active .addon__pagination-item-link {
    background-color: #262262;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.addon__pagination .addon__pagination-item:hover .addon__pagination-item-link img,
.addon__pagination .addon__pagination-item.active .addon__pagination-item-link img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (max-width: 1199.98px) {
    .addon__pagination {
        padding-bottom: 3rem;
    }
}

@media (max-width: 767.98px) {
    .addon__pagination {
        margin-top: 0;
    }
}

@media (min-width: 230px) {
    #addon__society .addon__item {
        position: fixed;
        z-index: 99;
    }

    #addon__society .addon__item.left {
        bottom: 15px;
        left: 15px;
    }

    #addon__society .addon__item.left .addon__icon {
        width: 60px;
        height: 60px;
        background-color: #C5000C;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        -webkit-box-shadow: 0px 4px 8px rgba(197, 0, 12, 0.2);
        box-shadow: 0px 4px 8px rgba(197, 0, 12, 0.2);
        -webkit-animation: boxShadow 1.5s ease-in-out infinite;
        -moz-animation: boxShadow 1.5s ease-in-out infinite;
        animation: boxShadow 1.5s ease-in-out infinite;
    }

    #addon__society .addon__item.left .addon__icon img {
        width: 27px;
        height: 27px;
        -webkit-animation: phonering-alo-circle 1s ease-in-out infinite;
        -moz-animation: phonering-alo-circle 1s ease-in-out infinite;
        animation: phonering-alo-circle 1s ease-in-out infinite;
    }

    #addon__society .addon__item.right {
        bottom: 25px;
        right: 15px;
    }

    #addon__society .addon__item.right .addon__icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #0084FF;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-top: 1.5rem;
        padding: 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #addon__society .addon__item.right .addon__icon.hot-line {
        background: #6DBB44;
    }

    #addon__society .addon__item.right .addon__icon.hot-line img {
        -webkit-animation: phonering-alo-circle 1s infinite;
        -moz-animation: phonering-alo-circle 1s infinite;
        animation: phonering-alo-circle 1s infinite;
    }
}

@media (min-width: 1200px) {
    #addon__society .addon__item.left {
        bottom: 50px;
        left: 50px;
    }

    #addon__society .addon__item.right {
        bottom: 50px;
        right: 36px;
    }
}

@-webkit-keyframes boxShadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
    }

    75% {
        -webkit-box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
        box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
        box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
    }
}

@-moz-keyframes boxShadow {
    0% {
        box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
    }

    75% {
        box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
    }
}

@keyframes boxShadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
    }

    75% {
        -webkit-box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
        box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
        box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
    }
}

@-webkit-keyframes phonering-alo-circle {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-moz-keyframes phonering-alo-circle {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes phonering-alo-circle {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}


/**
*@ layout
*/

@media (min-width: 230px) {
    #header {
        background-color: #fff;
        border-bottom: 1px solid #E0E0E0;
    }

    #header .header__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 0;
    }

    #header .header__top {
        background-color: #222222;
        height: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: right;
        -webkit-justify-content: right;
        -moz-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header .header__top .language-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: right;
        -webkit-justify-content: right;
        -moz-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        margin-left: auto;
        background-color: transparent;
        color: #fff;
        margin-bottom: 0;
        border: 0;
    }

    #header .header__top .language-group select {
        background-color: transparent;
        border: 0;
        color: #fff;
    }

    #header .header__top .language-group select:hover,
    #header .header__top .language-group select:focus {
        outline: 0;
    }

    #header .header__top .language-group select option {
        color: #222222;
    }

    #header .header__bottom {
        background-color: #fff;
    }

    #header .header__bottom.scroll {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        -webkit-animation: scroll 0.6s;
        -moz-animation: scroll 0.6s;
        animation: scroll 0.6s;
        -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
    }
}

@media (min-width: 1200px) {
    #header .header__main {
        padding: 0;
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (min-width: 230px) {
    .footer-cont {
        background: #1E201F;
        padding-top: 30px;
    }

    .footer-cont .columns {
        max-width: 1430px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-cont .columns .column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
        width: 100%;
    }

    .footer-cont .columns .column .news {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .footer-cont .columns .column .news h3 {
        font-family: UTM-Neutra;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        margin-bottom: 12px;
        width: 100%;
    }

    .footer-cont .columns .column .news p {
        font-family: Gotham;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        opacity: 0.7;
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-cont .columns .column .news .input-cont {
        max-width: 370px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-cont .columns .column .news .input-cont .news-input {
        padding: 0 16px;
        font-family: Gotham;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        opacity: 0.3;
        height: 44px;
        width: 100%;
        max-width: -webkit-calc(100% - 82px);
        max-width: -moz-calc(100% - 82px);
        max-width: calc(100% - 82px);
        opacity: 0.5;
        border: 1px solid #FFFFFF;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .footer-cont .columns .column .news .input-cont .button {
        height: 44px;
        max-width: 82px;
        width: 100%;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        background: #F1C40F;
        font-family: Gotham;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #1A1A1A;
    }

    .footer-cont .columns .column .news .input-cont .button::after {
        border-radius: 0;
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
    }

    .footer-cont .columns .column .contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-cont .columns .column .contact a {
        width: 100%;
        text-align: center;
    }

    .footer-cont .columns .column .contact .contact-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 12px;
    }

    .footer-cont .columns .column .contact .contact-item img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .footer-cont .columns .column .contact .contact-item span {
        font-family: Gotham;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        opacity: 0.7;
    }

    .footer-cont .columns .column .contact .footer-logo {
        margin-bottom: 45px;
    }

    .footer-cont .columns .column .social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-cont .columns .column .social h3 {
        font-family: UTM-Neutra;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        margin-right: 25px;
    }

    .footer-cont .columns .column .social .icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-cont .columns .column .social .icons a {
        color: rgba(255, 255, 255, 0.6);
        margin-right: 15px;
        font-size: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-cont .pix {
        font-family: Gotham;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 13px;
        text-align: center;
        color: #8E8E8E;
        opacity: 0.7;
        padding-top: 16px;
        padding-bottom: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (min-width: 992px) {
    .footer-cont {
        padding-top: 50px;
    }

    .footer-cont .columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-cont .columns .column {
        max-width: 30%;
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .footer-cont .columns .column:nth-child(1) {
        max-width: 370px;
    }

    .footer-cont .columns .column:nth-child(2) {
        max-width: 411px;
    }

    .footer-cont .columns .column:nth-child(3) {
        max-width: 550px;
    }

    .footer-cont .columns .column .social {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
}


/**
*@ components
*/

@media (min-width: 230px) {
    .banner-global {
        padding: 1.3rem 0 0;
    }

    .banner-global .breadcrumb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style-type: none;
    }

    .banner-global .breadcrumb li:not(:first-child) {
        margin-left: 2rem;
        position: relative;
    }

    .banner-global .breadcrumb li:not(:first-child)::before {
        content: "";
        width: 0.2rem;
        height: 0.2rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -1.1rem;
        background-color: #808080;
    }

    .banner-global .breadcrumb li a {
        font-size: 1.2rem;
        line-height: 2.4rem;
        color: #595959;
    }

    .banner-global .breadcrumb li:last-child a {
        max-width: 9.1rem;
        width: 100%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        line-height: 2.4rem;
        -webkit-line-clamp: 1;
        max-height: -webkit-calc(2.4rem * 1);
        max-height: -moz-calc(2.4rem * 1);
        max-height: calc(2.4rem * 1);
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .banner-global .title__global {
        text-align: center;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 400px) {
    .banner-global .breadcrumb li:last-child a {
        max-width: 17.1rem;
    }
}

@media (min-width: 480px) {
    .banner-global .breadcrumb li:last-child a {
        max-width: 25.1rem;
    }
}

@media (min-width: 576px) {
    .banner-global .breadcrumb li:last-child a {
        max-width: 30rem;
    }
}

.menu-cont .relav .menu-options .cent div.menu-li .first.principal {
    margin-right: 0;
}

.menu-cont .relav .menu-options .cent div.menu-li .first.principal img,
.menu-cont .relav .menu-options .cent div.menu-li .sub-options.lang img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
	object-fit: cover;
}

@media (max-width: 1024px) {

    .menu-cont .relav .lang-xs,
    .menu-cont .relav .lang-xs img {
        width: 22px;
        height: 22px;
        border-radius: 50%;
		object-fit: cover;
    }

    #main .menu-cont .relav .lang-xs .menu-li .sub-options.lang {
        width: 22px;
    }
}