
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}

@media (max-width:767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: "Gilroy", sans-serif !important;
}

p {
    font-family: "Gilroy", sans-serif !important;
}

main {
    display: block;
    background-color: #fbf9f3 !important;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[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 {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.clearfix,
.pagination {
    clear: both
}

.clearfix:after,
.pagination:after {
    content: "";
    display: table;
    clear: both
}

.fade {
    -webkit-animation: fade 0.5s alternate forwards;
    animation: fade 0.5s alternate forwards
}

@-webkit-keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

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

.color-vnm-green {
    color: #83BA47 !important
}

.color-vnm-blue {
    color: var(--color-main) !important
}

.fixed {
    position: fixed !important
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.w-auto {
    width: auto !important
}

.font-noto {
    font-family: 'Noto Sans', sans-serif
}

.font-simsun {
    font-family: 'SimSun', sans-serif
}

.padding-0 {
    padding: 0px
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.3333333333%
    }
    .col-sm-2 {
        width: 16.6666666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.3333333333%
    }
    .col-sm-5 {
        width: 41.6666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.3333333333%
    }
    .col-sm-8 {
        width: 66.6666666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.3333333333%
    }
    .col-sm-11 {
        width: 91.6666666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.3333333333%
    }
    .col-sm-pull-2 {
        right: 16.6666666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.3333333333%
    }
    .col-sm-pull-5 {
        right: 41.6666666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.3333333333%
    }
    .col-sm-pull-8 {
        right: 66.6666666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.3333333333%
    }
    .col-sm-pull-11 {
        right: 91.6666666667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.3333333333%
    }
    .col-sm-push-2 {
        left: 16.6666666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.3333333333%
    }
    .col-sm-push-5 {
        left: 41.6666666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.3333333333%
    }
    .col-sm-push-8 {
        left: 66.6666666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.3333333333%
    }
    .col-sm-push-11 {
        left: 91.6666666667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.3333333333%
    }
    .col-md-2 {
        width: 16.6666666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.3333333333%
    }
    .col-md-5 {
        width: 41.6666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.3333333333%
    }
    .col-md-8 {
        width: 66.6666666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.3333333333%
    }
    .col-md-11 {
        width: 91.6666666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.3333333333%
    }
    .col-md-pull-2 {
        right: 16.6666666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.3333333333%
    }
    .col-md-pull-5 {
        right: 41.6666666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.3333333333%
    }
    .col-md-pull-8 {
        right: 66.6666666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.3333333333%
    }
    .col-md-pull-11 {
        right: 91.6666666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.3333333333%
    }
    .col-md-push-2 {
        left: 16.6666666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.3333333333%
    }
    .col-md-push-5 {
        left: 41.6666666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.3333333333%
    }
    .col-md-push-8 {
        left: 66.6666666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.3333333333%
    }
    .col-md-push-11 {
        left: 91.6666666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.3333333333%
    }
    .col-lg-2 {
        width: 16.6666666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.3333333333%
    }
    .col-lg-5 {
        width: 41.6666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.3333333333%
    }
    .col-lg-8 {
        width: 66.6666666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.3333333333%
    }
    .col-lg-11 {
        width: 91.6666666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.3333333333%
    }
    .col-lg-pull-2 {
        right: 16.6666666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.3333333333%
    }
    .col-lg-pull-5 {
        right: 41.6666666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.3333333333%
    }
    .col-lg-pull-8 {
        right: 66.6666666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.3333333333%
    }
    .col-lg-pull-11 {
        right: 91.6666666667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.3333333333%
    }
    .col-lg-push-2 {
        left: 16.6666666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.3333333333%
    }
    .col-lg-push-5 {
        left: 41.6666666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.3333333333%
    }
    .col-lg-push-8 {
        left: 66.6666666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.3333333333%
    }
    .col-lg-push-11 {
        left: 91.6666666667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

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

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

.clearfix:before,
.pagination:before,
.clearfix:after,
.pagination:after {
    content: " ";
    display: table
}

.clearfix:after,
.pagination:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}


/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.flickity-prev-next-button {
    width: 56px;
    height: 56px;
    border-radius: 0;
    transform: none;
    background: none;
    box-shadow: none !important;
    padding: 0;
    transition: 0.3s;
    border-radius: 50%;
    color: #83BA47;
    top: 50%;
    margin-top: -28px
}

.flickity-prev-next-button:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #83BA47;
    border-radius: 50%;
    transition: 0.3s
}

.flickity-prev-next-button svg {
    display: none
}

.flickity-prev-next-button:hover {
    color: var(--color-main)
}

.flickity-prev-next-button:hover:before {
    border-color: var(--color-main)
}

.flickity-prev-next-button:active:before {
    transform: scale(0.9);
    transition: 0.1s
}

.flickity-prev-next-button.next {
    right: -80px
}

@media (max-width: 1279px) {
    .flickity-prev-next-button.next {
        right: -65px
    }
}

@media (max-width: 1199px) {
    .flickity-prev-next-button.next {
        right: -60px
    }
}

.flickity-prev-next-button.previous {
    left: -80px
}

@media (max-width: 1279px) {
    .flickity-prev-next-button.previous {
        left: -65px
    }
}

@media (max-width: 1199px) {
    .flickity-prev-next-button.previous {
        left: -60px
    }
}

.flickity-prev-next-button.previous:after {
    transform: translate(-50%, -50%) scaleX(-1)
}

.flickity-page-dots {
    text-align: center;
    font-size: 0;
    position: absolute;
    bottom: -45px
}

.flickity-page-dots .dot {
    width: 16px;
    height: 16px;
    position: relative;
    background: none;
    margin: 10px;
    opacity: 1
}

@media (max-width: 767px) {
    .flickity-page-dots .dot {
        width: 12px;
        height: 12px;
        margin: 7px
    }
}

.flickity-page-dots .dot:before,
.flickity-page-dots .dot:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    transition: 0.3s
}

.flickity-page-dots .dot:before {
    border: 3px solid #E6E6E6
}

@media (max-width: 767px) {
    .flickity-page-dots .dot:before {
        border-width: 2px
    }
}

.flickity-page-dots .dot:after {
    background: var(--color-main);
    opacity: 0;
    transform: scale(0)
}

.flickity-page-dots .dot:hover:before {
    border-color: var(--color-main)
}

.flickity-page-dots .dot.is-selected:before {
    opacity: 0
}

.flickity-page-dots .dot.is-selected:after {
    opacity: 1;
    transform: scale(1)
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: default
}

.icon-pause:before {
    content: "\e902"
}

.icon-play:before {
    content: "\e903"
}

.icon-search:before {
    content: "\e901";
    color: var(--color-main)
}

.icon-arrow-right:before {
    content: "\e900"
}

html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: border-box
}

*:focus,
*:hover {
    text-decoration: none !important;
    outline: none !important
}

a {
    text-decoration: none;
    outline: none !important;
    color: #10584aab;
}

a:active,
a:focus,
a:hover {
    text-decoration: underline
}

body {
    line-height: 1.375;
    min-height: 100vh;
    background: #fff
}

body.no-padding-top {
    padding-top: 0
}

body.body-fixed {
    position: fixed;
    width: 100%
}

body.unscrollnable {
    overflow: hidden
}

.svg {
    display: none
}

.svg.replaced-svg {
    display: inline-block
}

.lozad {
    opacity: 0;
    transition: 0.3s
}

.lozad.loaded {
    opacity: 1
}

html {
    font-size: 14px
}

body {
    color: #52575C;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .container {
        padding: 0 20px
    }
}

.wrapper {
    overflow: hidden
}

.block-sub-title {
    margin: 0;
    font-size: 36px;
    line-height: 1.1666666667;
    color: var(--color-main);
    font-weight: bold
}

@media (max-width: 767px) {
    .block-sub-title {
        font-size: 26px
    }
}

.block-sub-title a {
    color: var(--color-main);
    transition: 0.3s
}

.block-sub-title a:hover {
    color: #83BA47
}

.block-title+.block-sub-title {
    margin-top: 23px
}

@media (max-width: 767px) {
    .block-title+.block-sub-title {
        margin-top: 10px
    }
}

.block-title {
    margin: 0;
    color: #4F4F4F;
    font-size: 18px;
    font-weight: bold
}

.block-title a {
    color: #4F4F4F;
    transition: 0.3s
}

.block-title a:hover {
    color: #83BA47
}

.button {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 136px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 1
}

.button:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: #83BA47;
    border-radius: 20px;
    z-index: -1;
    transition: 0.3s
}

.button:hover:before {
    background: var(--color-main)
}

.button:active:before {
    transform: scale(0.95);
    transition: 0.1s
}

.checkbox {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    position: relative
}

.checkbox input {
    opacity: 0;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: 2
}

.checkbox input+span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid var(--color-main);
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
    pointer-events: none
}

.checkbox input+span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url("../images/pages/contact/icon-check.png") no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.3s;
    opacity: 0
}

.checkbox input:checked+span:before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.input-text {
    width: 100%;
    border: 1px solid #d6d6d6;
    color: #464646;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    font-size: 1rem;
    transition: 0.3s
}

@media (max-width: 1199px) {
    .input-text {
        font-size: 1rem;
        height: 40px;
        line-height: 40px
    }
}

@media (max-width: 767px) {
    .input-text {
        font-size: .9285714286rem
    }
}

.input-text::-webkit-input-placeholder {
    color: #bebebe
}

.input-text:-moz-placeholder {
    color: #bebebe
}

.input-text::-moz-placeholder {
    color: #bebebe
}

.input-text:-ms-input-placeholder {
    color: #bebebe
}

.input-text:focus {
    border-color: var(--color-main)
}

textarea.input-text {
    height: auto;
    line-height: 1.4;
    padding-top: 20px;
    padding-bottom: 20px
}

.lozad-holder {
    position: relative;
    overflow: hidden;
    font-size: 0;
    display: inline-block;
    width: 100%
}

.lozad-holder:before {
    content: "";
    display: inline-block;
    width: 100%;
    padding-bottom: 64.039408867%
}

.lozad-holder img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto
}

.pagination {
    position: relative;
    text-align: center;
    vertical-align: middle
}

.pagination__next,
.pagination__prev {
    font-size: 0
}

.pagination__next:disabled,
.pagination__prev:disabled {
    opacity: 0
}

.pagination__next a,
.pagination__prev a {
    font-size: 0;
    width: auto;
    display: inline-block;
    min-height: 60px;
    position: relative;
    width: 45px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0 !important;
    transition: 0.3s
}

.pagination__next a:hover,
.pagination__prev a:hover {
    transform: translateX(0px)
}

@media (max-width: 1199px) {
    .pagination__next a,
    .pagination__prev a {
        min-height: 44px
    }
}

@media (max-width: 991px) {
    .pagination__next a,
    .pagination__prev a {
        background-size: 34px;
        width: 36px
    }
}

.pagination__prev {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.pagination.before-animate .pagination__prev {
    opacity: 0;
    transform: translateY(50px)
}

.pagination.animate .pagination__prev {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s;
    transition-delay: 0s
}

.pagination__prev a {
    background-image: url("../images/icon/arrow-left.png")
}

.pagination__prev a:hover {
    transform: translateX(-5px)
}

.pagination__next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.pagination.before-animate .pagination__next {
    opacity: 0;
    transform: translateY(50px)
}

.pagination.animate .pagination__next {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s;
    transition-delay: 0.2s
}

.pagination__next a {
    background-image: url("../images/icon/arrow-right.png")
}

.pagination__next a:hover {
    transform: translateX(5px)
}

.pagination__pages {
    text-align: center;
    vertical-align: middle;
    display: block;
    line-height: 60px;
    padding-left: 250px;
    padding-right: 250px;
    font-size: 1.2857142857rem;
    letter-spacing: 1px
}

@media (max-width: 1199px) {
    .pagination__pages {
        line-height: 40px;
        font-size: 1.1428571429rem
    }
}

@media (max-width: 991px) {
    .pagination__pages {
        line-height: 50px
    }
}

@media (max-width: 767px) {
    .pagination__pages {
        padding-left: 50px;
        padding-right: 50px;
        line-height: 40px;
        font-size: 1rem
    }
}

.pagination.before-animate .pagination__pages {
    opacity: 0;
    transform: translateY(50px)
}

.pagination.animate .pagination__pages {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s;
    transition-delay: 0.1s
}

.pagination__pages__current {
    font-size: 2.1428571429rem;
    font-weight: bold
}

@media (max-width: 1199px) {
    .pagination__pages__current {
        font-size: 1.8571428571rem
    }
}

@media (max-width: 767px) {
    .pagination__pages__current {
        font-size: 1.7142857143rem
    }
}

.popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    padding: 40px 60px;
    -webkit-overflow-scrolling: touch;
    display: none
}

@media (max-width: 767px) {
    .popup {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px
    }
}

.popup__table {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    table-layout: fixed
}

.popup__table-cell {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    text-align: center
}

.popup__container {
    max-width: 100%;
    display: inline-block;
    position: relative
}

.popup__content {
    background: #fff;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15)
}

@media (max-width: 767px) {
    .popup__content {
        border-radius: 10px
    }
}

.popup__close {
    display: inline-block;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 2;
    opacity: 1;
    font-size: 0;
    cursor: pointer;
    transition: 0.3s;
    padding: 0
}

@media (max-width: 767px) {
    .popup__close {
        top: -45px;
        right: 0
    }
}

.popup__close span {
    width: 36px;
    height: 36px;
    display: inline-block;
    position: relative
}

@media (max-width: 767px) {
    .popup__close span {
        width: 30px;
        height: 30px
    }
}

.popup__close span:before,
.popup__close span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    left: 25%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    transition: 0.3s
}

.popup__close span:after {
    transform: rotate(-45deg)
}

.popup__close span:before {
    transform: rotate(45deg)
}

.popup__close:hover {
    background: #fff
}

.popup__close:hover span:before,
.popup__close:hover span:after {
    background: var(--color-main)
}

.popup__close--inside {
    border: 0;
    right: 15px;
    top: 15px
}

@media (max-width: 767px) {
    .popup__close--inside {
        right: 10px;
        top: 10px
    }
}

.popup__close--inside span:after,
.popup__close--inside span:before {
    background: #2f2f2f;
    width: 100%;
    left: 0
}

.popup__close--inside:hover span:after,
.popup__close--inside:hover span:before {
    background: var(--color-main)
}

#popupRegister {
    overflow-y: scroll
}

#popupRegister .popup2__table-cell {
    vertical-align: top
}

.section-heading {
    font-weight: bold;
    color: #464646;
    margin-top: 45px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .section-heading {
        text-align: center
    }
}

.section-heading--right {
    text-align: right
}

@media (max-width: 767px) {
    .section-heading--right {
        text-align: center
    }
}

.section-heading h2 {
    margin: 0;
    font-size: 2.1428571429rem;
    font-weight: bold;
    line-height: 40px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .section-heading h2 {
        font-size: 2.1428571429rem
    }
}

.section-heading h2 small {
    display: block;
    font-size: 2.1428571429rem;
    font-weight: 200;
    color: #464646
}

@media (max-width: 767px) {
    .section-heading h2 small {
        font-size: 2.1428571429rem
    }
}

.section-heading h2.color-white small {
    color: #fff
}

.select-box {
    display: inline-block;
    position: relative
}

.select-box__current {
    z-index: 1
}

.select-box__select {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none
}

@media (max-width: 1199px) {
    .select-box__select {
        display: block
    }
}

.select-box__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    background: #000;
    display: none;
    padding: 0;
    margin: 0;
    list-style: none
}

.open .select-box__dropdown {
    display: block
}

.select-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #464646;
    color: #464646;
    height: 56px;
    line-height: 56px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 1rem;
    background: url("../images/icon/selectbox-plus.png") right center no-repeat;
    display: none
}

.select-dropdown::-ms-expand {
    display: none
}

@media (max-width: 1199px) {
    .select-dropdown {
        height: 40px;
        line-height: 40px;
        font-size: 1rem;
        background-size: 40px
    }
}

@media (max-width: 991px) {
    .select-dropdown {
        display: block
    }
}

@media (max-width: 767px) {
    .select-dropdown {
        font-size: .9285714286rem
    }
}

.select-dropdown__wrap {
    position: relative;
    width: 100%;
    z-index: 2
}

.select-dropdown__current {
    position: relative;
    width: 100%;
    border: 1px solid #464646;
    color: #464646;
    height: 56px;
    line-height: 56px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 1rem;
    background: url("../images/icon/selectbox-plus.png") right center no-repeat
}

@media (max-width: 1199px) {
    .select-dropdown__current {
        height: 40px;
        line-height: 40px;
        font-size: 1rem;
        background-size: 40px
    }
}

@media (max-width: 991px) {
    .select-dropdown__current {
        display: none
    }
}

@media (max-width: 767px) {
    .select-dropdown__current {
        font-size: .8571428571rem
    }
}

.select-dropdown__current span {
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-right: 30px
}

@media (max-width: 1199px) {
    .select-dropdown__current span {
        padding-right: 15px
    }
}

.select-dropdown__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 5;
    border: 1px solid #464646;
    border-top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    display: none;
    max-height: 250px;
    overflow: auto;
    z-index: 5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1)
}

@media (max-width: 1199px) {
    .select-dropdown__list {
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    .select-dropdown__list {
        font-size: .9285714286rem
    }
}

.select-dropdown__list li {
    line-height: 1.4;
    padding: 15px 15px;
    cursor: pointer;
    transition: 0.3s;
    white-space: normal
}

.select-dropdown__list li:hover {
    background: #f5f5f5
}

.select-dropdown__list li.active {
    color: var(--color-main)
}

.arrow-left {
    background-image: url(../images/sprites.png);
    background-position: -102px 0px;
    width: 34px;
    height: 60px
}

.arrow-right {
    background-image: url(../images/sprites.png);
    background-position: -136px 0px;
    width: 34px;
    height: 60px
}

.support-phone {
    background-image: url(../images/sprites.png);
    background-position: 0px 0px;
    width: 102px;
    height: 102px
}


/*Button*/
.product-card-button-top, .product-card-button {
    border: 1px solid #252525;
    display: flex;
    padding: .3em;
    cursor: pointer;
    border-radius: 50px;
    transition: .3s ease-in-out;
}

/*Hover*/
.product-card-button-top:hover, .product-card-button:hover {
    border: 1px solid #ffcaa6;
    background-color: #ffcaa6;
}

.product-card-button-top svg, .product-card-button svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 767px) {
    .product-card-button-top {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .product-card-button-top svg {
        position: absolute;
        top: 4px;
        right: 4px;
    }
}
