/*1. RESET AND TYPHOGRAPHY */
html {
    font-family: 'Manrope', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

html, body {
    min-height: 100%;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

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

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

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

mark {
    background-color: #ff0;
    color: #000;
}

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;
}

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

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

figure {
    margin: 1em 40px;
}

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

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

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 {
    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 {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

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

* {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
}
/*
html {
    font-size: 62.5%;
}
*/
body {
    font-size: 14px;
    background: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    color: #2E252C;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #272A31;
}

p span {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}

a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover {
    color: #005CBB;
}

a,
input,
textarea,
button,
select {
    outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    width: 100%;
}

figure {
    margin: 0;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.float-right {
    float: right;
}
.container {
    /*width: 1290px;*/
    max-width: 1290px;
}
.header .container-fluid
{
    max-width: 1600px;
}

/* HEADER */
.header {
   /* position: fixed;
   z-index: 98;
   left: 0;
   top: 0;
    */

    width: 100%;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    height: 96px;
}
.mp-menu h2 img.mobile-menu-logo {
    height: 56px;
    width: auto;
    margin: 0 auto;
}
.mobile-menu-btn {
    display: none;
}
.header-white {
    background: rgba(255,255,255,1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    height: 80px;
}
.header.header-white .mainmenunav ul.mainmenu > li > a:not(.btn-gradient) {
    color: #2E252C !important;
}
.header.header-white a.mainmenu-btn.mainmenu-btn {
    color: #FFF;
}
.header.header-white .header-logo img {
    height: 40px;
}
.header.header-white .header-logo {
    margin: 20px 0 0 0;
}
.header.header-white .mainmenunav ul.mainmenu > li > a:not(.mainmenu-btn) {
    margin-top: 20px;
}
.header.header-white .mainmenunav ul.mainmenu > li > a.mainmenu-btn {
    margin-top: 20px;
}
.header-mobile-menu-button {
    display: none;
}
.header.header-white a.mainmenu-btn-white {
    background: url("../svg/phone-icon-dark.svg") 18px 12px no-repeat;
    background-size: 16px 16px;
}
.header .header-logo {
    margin: 32px 0 0 0;
}
.header .header-logo a {
    display: block;
}
.header .header-logo img {
    height: 36px;
    width: auto;
    float: left;
}

.telegramm {
    width: 19px !important;
}
/*
.header .header-logo {
    display: inline-block;
    float: left;
    margin: 19px 0;
}
.header .header-logo a {
    display: block;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    padding-right: 25px;
    border-right: 1px solid rgba(255,255,255,0.2);
    margin-top: 11px;
}
.header .header-logo a img {
    height: 100%;
    width: auto;
}
.header .header-logo a:hover {
    color: rgba(255,255,255,0.6);
}*/
.header .mainmenunav ul.mainmenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header .mainmenunav ul.mainmenu > li {
    margin: 0 16px;
    position: relative;
}
.header .mainmenunav ul.mainmenu > li > a:not(.mainmenu-btn) {
    color: #272A31;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-weight: 500;
    margin: 28px 0 0 0;
}
.header .mainmenunav ul.mainmenu > li.lang-selector span {
    font-size: 13px;
    color: rgba(39,42,49,0.5);
    margin-right: 12px;
}
.header .mainmenunav ul.mainmenu > li.lang-selector a {
    margin-right: 12px;
}
.header .mainmenunav ul.mainmenu > li > a:hover {
    color: rgba(39,42,49,0.5);
}
.header.header-white .mainmenunav ul.mainmenu > li > a:not(.mainmenu-btn):hover {
    color: #005CBB !important;
}

.header .mainmenunav ul.mainmenu > li > a.mainmenu-btn {
    color: #FFF;
    padding: 0px 0;
    height: 36px;
    line-height: 34px;
    border: 1px solid #005CBB;
    background: #005CBB;
    display: inline-block;
    margin: 30px 0 0 0px;
}
.header .mainmenunav ul.mainmenu > li > a.mainmenu-btn:hover {
    background: #FEDD02;
    border: 1px solid #FEDD02;
    color: #272A31;
}

.header .mainmenunav ul.mainmenu > li > ul.submenu {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .mainmenunav ul.mainmenu > li > ul.submenu {
    min-width: 280px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 12px 0;
    border-radius: 16px;
    list-style: none;
    margin: 4px 0 0 0;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu li a {

    font-size: 13px;
    display: block;
    color: #2E252C;
    margin: 0 10px;
    border-radius: 2px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu li:hover a {
    color: #005CBB;
}
.header .mainmenunav ul.mainmenu > li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
}
.header .mainmenunav ul.mainmenu > li:hover > a {

}

.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega {
    padding: 20px 0px;
    width: 820px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li {
    display: inline-block;
    width: 200px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li a img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 16px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li:nth-last-child(1) a {
    font-weight: 600;
}

a.mainmenu-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px !important;
    font-size: 13px;
    border-radius: 8px;
}
a.mainmenu-btn-white {
    font-size: 13px;
    line-height: 36px;
    text-transform: uppercase;
}
a.mainmenu-btn-white span {
    font-weight: 500;
}
.mobile-header-lang {
    display: none;
}
.header a.mobile-lang-selector {
    color: #FFF;
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
    margin: 51px 0 0 10px;
    display: inline-block;
}
a.mobile-lang-selector-gray {
    color: #2E252C;
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
    margin: 51px 0 0 10px;
    display: inline-block;
}
.header a.header-mobile-menu-button {
    margin: 44px 0 0 0;
    height: 19px;
    display: none;
}
.header a.header-mobile-menu-button img {
    height: 16px;
    width: auto;
}
.header  a.header-mobile-contacts {
    margin: 56px 18px 0 0;
    height: 22px;
    display: none;
}
.header a.header-mobile-contacts img {
    height: 22px;
    width: auto;
}

.header-small-btn {
    display: none;
    font-size: 12px;
    border-radius: 30px;
    position: absolute;
    top: 104px;
    height: 28px;
    line-height: 28px;
    width: 160px;
    text-align: center;
    left: 50%;
    margin-left: -80px;
}

/* world map */
#worldMap-container {
    height: auto;
    min-width: 310px;
    max-width: 100%;
    width: 100%;
}

.worldMap {
    height: 615px;
    min-width: 310px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: none;
}
.worldMap div {
    position: absolute;
}
.worldMap div.worldMap-north-america {
    position: absolute;
    left: 0px;
    top: 0px;
}
.worldMap div.worldMap-south-america {
    position: absolute;
    left: 23.8%;
    top: 58.1%;

}
.worldMap div.worldMap-europe {
    position: absolute;
    left: 40%;
    top: 0px;
}
.worldMap div.worldMap-africa {
    position: absolute;
    left: 40%;
    top: 50%;
}
.worldMap div.worldMap-asia {
    position: absolute;
    right: 0px;
    top: 0px;
}
.worldMap div.worldMap-australia {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#worldMap-container svg g a path  {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#worldMap-container svg g a text  {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#worldMap-container svg g a:hover path {
    fill: #A9B4EA !important;
}
.svgHover {
    fill: #A9B4EA !important;
}

.region-icon {
    opacity: 0.5;
}
img.region-icon-africa {
    width: 80%;
}
.region ul.countrys-list {
    list-style: none;
    margin: 5px 0 80px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-count: 3;
    height: 480px;
}
.region ul.countrys-list-lg {
    height: 500px !important;
}
.region ul.countrys-list-sm {
    height: 300px !important;
}
.region ul.countrys-list li {
    height: 24px;
    margin-bottom: 24px;
}
.region ul.countrys-list a {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    color: #2E252C;
    transition: all 0.6s ease-in-out;
}
.region ul.countrys-list a:hover {
    color: #005CBB;

}
.region ul.countrys-list li a img {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-right: 20px;
}
a.anchor  {
    display: block;
    position: relative;
    top: -140px;
    visibility: hidden;
}
/* world map */

/* faq */
.accordion-header {
    background: #F1F3FA !important;
    color: #2E252C;
    font-size: 16px;
    outline: none !important;
    box-shadow: none !important;

}
.accordion-button {
    background: #F1F3FA !important;
    color: #2E252C;
    font-size: 16px !important;
    font-weight: 500;
    overflow: hidden;

    padding: 1.3rem 1.3rem;
}
.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    background: #F1F3FA;
}
.accordion-button:not(.collapsed) {
    color: #000;
}
.accordion-button:not(.collapsed)::after {

}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item {
    background-color: #F1F3FA;
    border: none;
    border-radius: 16px !important;
    margin-bottom: 10px;
    overflow: hidden;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #FFF;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}
.accordion-item:not(:first-of-type) {
    border-top: none;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-body {
    font-size: 14px;
    line-height: 140%;
    font-weight: 300;
    padding-left: 40px;
    color: #2E252C;
    padding-right: 40px;
    padding-bottom: 40px;
}
/* faq end */
/*
#worldMap-container svg g a:hover text {
    fill: #A9B4EA !important;
}
#worldMap-container svg g a:hover text tspan {
    fill: #A9B4EA !important;
}*/
/*
#worldMap-container svg a:hover path {
    fill: green !important;
}
.logo-wrapper svg text{
    fill: green !important;
}*/




    /*
    .header .header-menu-button {
        background: url('../img/svg/menu.svg') 40px 3px no-repeat;
        font-size: 13px;
        text-transform: uppercase;
        color: #FFF;
        line-height: 32px;
        display: inline-block;
        font-weight: 600;
        margin-left: 0px;
        float: left;
        margin-top: 16px;
        padding: 0px 10px 0px 76px;
        border-radius: 4px;
    }

    .header .header-mobile-menu-button {
        background: url('../img/svg/menu.svg') 40px 3px no-repeat;
        font-size: 13px;
        text-transform: uppercase;
        color: #FFF;
        line-height: 32px;
        font-weight: 600;
        margin-left: 0px;
        float: left;
        margin-top: 16px;
        padding: 0px 10px 0px 76px;
        border-radius: 4px;
        display: none;
    }

    .header a:hover.header-menu-button {

    }
    .header .header-middle-search {
        padding-top: 16px;
        width: 77%;
        display: inline-block;
    }
    .header input.header-search-field {
        display: block;
        border-radius: 4px;
        background: #FF964A;
        height: 32px;
        line-height: 32px;
        color: #FFF;
        font-size: 13px;
        padding: 0 20px;
        border: none;
        width: 89%;
        float: left;
        transition: background 0.7s;
    }
    .header input.header-search-field:focus {
        background: #FFF;
        color: #000;
    }
    .header .header-search-field::placeholder {
        color: #FFF;
        opacity: 1;
    }
    .header .header-search-field:-ms-input-placeholder {
        color: #FFF;
    }
    .header .header-search-field::-ms-input-placeholder {
        color: #FFF;
    }
    .header .header-btn-search {
        width: 32px;
        height: 32px;
        float: left;
        display: block;
        margin: 0 0 0 12px;
    }
    .header .header-search-btn {
        display: block;
        height: 32px;
        width: 32px;
        border: none;
        background: url('../img/svg/search.svg') center center no-repeat;

    }
    .header .header-middle-box-search {
        position: relative;
    }

    .header .header-middle-compare {
        width: 32px;
        height: 32px;
        margin-left: 20px;
    }
    .header .header-middle-compare a.header-compare-btn {
        background: url('../img/svg/compare.svg') center 2px no-repeat;
        height: 32px;
        width: 26px;
        display: block;
    }
    .header .header-middle-cart {
        width: 46px;
        height: 32px;
        display: block;
        margin-left: 30px;
    }
    .header .middle-mobile-search-area {
        float: right;
        display: none;
    }
    .header .middle-mobile-search-area a.header-mobile-search-btn {
        background: url('../img/svg/search.svg') left 3px no-repeat;
        background-size: 22px 26px;
        height: 32px;
        width: 32px;
        margin: 1px 0 0 0;
        display: none;
    }

    .header .header-middle-cart a.header-cart-btn {
        background: url('../img/svg/cart.svg') left 3px no-repeat;
        background-size: 22px 26px;
        height: 32px;
        width: 46px;
        display: block;
    }
    .header-middle .header-middle-cart a.header-cart-btn span {
        display: block;
        width: 18px;
        height: 18px;
        background: #FFF;
        border-radius: 50%;
        font-size: 11px;
        font-weight: 600;
        line-height: 18px;
        text-align: center;
        float: right;
        margin-top: 8px;
    }
    .header-middle .header-middle-box {
        margin: 16px 0px 0 0;
        display: inline-block;
        position: relative;
    }
    .header-dropdown {
        padding:16px 20px 20px 20px;
        position:absolute;
        background-color:#fff;
        display: table;
        border-radius:0;
        top:48px;
        width:270px;
        right:0;
        opacity:0;
        visibility:hidden;
        z-index:99;
        box-shadow:0px 2px 3px 0px rgba(72, 72, 72, 0.15);
        -webkit-transition: .5s all;
        -webkit-transition-delay: 0.5s;
        -moz-transition: .5s all;
        -moz-transition-delay: 0.5s;
        -ms-transition: .5s all;
        -ms-transition-delay: 0.5s;
        -o-transition: .5s all;
        -o-transition-delay: 0.5s;
        transition: .5s all;
        transition-delay: 0.5s;
    }
    .header-dropdown-title {
        font-size: 14px;
        line-height: 24px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 10px;
        border-bottom: 1px solid #F1F1F1;
        margin-bottom: 10px;
    }
    ul.header-dropdown-compare {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;

    }
    ul.header-dropdown-compare li {
        display: block;
    }
    ul.header-dropdown-compare li a {
        display: block;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
    ul.header-cart-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    ul.header-cart-list li {

        margin: 0 0 10px 0;
    }
    ul.header-cart-list li a.header-cart-img {
        display: inline-block;
        width: 80px;
        height: 80px;

        padding: 0;
        margin: 0;
    }
    .header-cart-box {
        display: inline-block;
        width: 130px;
        margin: 10px 0 0 0;
    }
    ul.header-cart-list li .header-cart-box a.header-cart-name {
        display: inline-block;
        font-size: 11px;
        line-height: 16px;
    }
    ul.header-cart-list li .header-cart-box .header-cart-price {
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
    }
    ul.header-cart-list li .header-cart-price span {
        font-weight: 600;
    }
    .header-cart-summary {
        text-align: center;
        height: 50px;
        line-height: 50px;
        display: block;
        font-size: 13px;
        border-top: 1px solid #F1F1F1;
        margin: 0 0 3px 0;
    }
    .header-cart-summary span {
        font-weight: 600;
    }
    a.header-checkout-btn {
        text-transform: uppercase;
        height: 48px;
        line-height: 48px;
        text-align: center;
        padding: 0 30px;
        display: inline-block;
        font-size: 11px;
        color: #FFF;
        background: #EA1F04;
        border:1px solid #EA1F04;
        width: 100%;
    }
    a.header-checkout-btn:hover {
        background: #FFF;
        color: #000;
        border:1px solid #000;
    }
    .header-middle .header-middle-cart:hover .header-dropdown {
        visibility:visible;
        opacity: 1;
    }

    .header-middle .header-middle-compare:hover .header-dropdown {
        visibility:visible;
        opacity: 1;
    }

    .header-small-dropdown {
        padding:16px 24px;
        position:absolute;
        background-color:#fff;
        border-radius:0;
        top:40px;
        width:240px;
        left:0;
        opacity:0;
        visibility:hidden;
        z-index:99;
        box-shadow:0px 2px 3px 0px rgba(72, 72, 72, 0.15);
        -webkit-transition: .4s all;
        -webkit-transition-delay: 0.4s;
        -moz-transition: .4s all;
        -moz-transition-delay: 0.4s;
        -ms-transition: .4s all;
        -ms-transition-delay: 0.4s;
        -o-transition: .4s all;
        -o-transition-delay: 0.4s;
        transition: .4s all;
        transition-delay: 0.4s;
    }

    .header-phone-box:hover .header-small-dropdown {
        visibility:visible;
        opacity: 1;
    }
    .header-phone-box {
        text-align: left;
    }
    .header-phone-box .header-phones ul.header-phones-list {
        list-style: none;
        display: table;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        height: auto;
        line-height: 28px;
        padding: 0 0 8px 0;
        margin: 0 0 14px 0;
    }
    .header-phone-box .header-phones ul.header-phones-list li {
        display: inline-block;
    }
    .header-phone-box .header-phones ul.header-phones-list li a {
        color: #000;
        font-size: 15px;
        line-height: 28px;
        height: 28px;
        font-weight: 600;
        padding: 0;
    }
    .header-phone-box .header-phones ul.header-phones-list li a:hover {
        color: #F3751A;
    }
    .header-phone-box .header-phones p {
        color: #000;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .header-recall-box:hover .header-small-dropdown {
        visibility:visible;
        opacity: 1;
    }
    .header-small-dropdown-title {
        font-size: 11px;
        line-height: 24px;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 8px;
        border-bottom: 1px solid #F1F1F1;
        margin-bottom: 10px;
    }
     */
.main {
}

.main h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    font-family: 'Podkova', serif;
    margin: 40px 0 16px 0;
}



/* Forms & Buttons */
input.form-input {
    border-radius: 8px;
    background: #F4F3F3;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 16px 0;
    height: 48px;
    line-height: 48px;
    color: #2E252C;
    font-weight: 500;
    border: 1px solid transparent;
    transition: border 0.6s linear;
    -webkit-appearance: none;
}
input.form-input:focus {
    border: 1px solid rgba(65, 70, 90, 0.3);
}
textarea.form-input {
    border-radius: 8px;
    background: #F4F3F3;
    width: 100%;
    padding: 10px 20px;
    margin: 0 0 16px 0;
    height: 108px;
    line-height: 22px;
    border: 1px solid transparent;
    color: #2E252C;
    font-weight: 500;
    transition: border 0.6s linear;
    -webkit-appearance: none;
}
textarea.form-input:focus {
    border: 1px solid rgba(65, 70, 90, 0.3);
}

button[type=submit].form-submit {
    border: none;
    border-radius: 4px;
    background: #EB2740;
    color: #FFF;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.show-more-btn {
    display: inline-block !important;
    height: 40px;
    font-size: 15px;
    line-height: 40px !important;
    text-align: center;
    padding: 0 32px;
    border-radius: 8px;
    border: 0;
    margin: 40px 0 0 0;
}

.btn-gradient {
    background: rgba(254,221,2,0.8);
    z-index: 1;
    color: #272A31 !important;
    font-weight: 400 !important;
}
.btn-gradient:hover {
    color: #272A31 !important;
    background: rgba(254,221,2,1);
}
/*
.btn-gradient::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-70deg, #005CBB 0%, #6850F8 100%);
    z-index: -1;
    transition: opacity 0.5s linear;
    opacity: 0;
    border-radius: 50px;
}
.btn-gradient:hover::before {
    opacity: 1;
}*/
.btn-xl {
    position: relative;
    display: block !important;
    height: 48px;
    line-height: 48px;
    padding: 0px 48px;
    font-weight: 600;
    font-size: 20px;
    margin: 0 auto;
}
a.btn-black {
    border: 1px solid #2E252C;
    color: #2E252C;
}
a.btn-black:hover {
    color: #005CBB;
    border: 1px solid #005CBB;
}
a.btn-white {
    border: 1px solid #FFF;
    color: #FFF;
}
a.btn-white:hover {
    color: #FFF;
    background: #005CBB;
    border: 1px solid #005CBB;
}
a.btn-red {
    border: 1px solid #005CBB;
    background: #005CBB;
    color: #FFF;
}
a.btn-red:hover {
    color: #FFF;
    background: #FFF;
    border: 1px solid #2E252C;
    color: #2E252C;
}
a.btn-yellow {
    border: 1px solid #FFD80C;
    background: #FFD80C;
    color: #272A31;
}
a.btn-yellow:hover {
    background: #FFF;
    border: 1px solid #FFD80C;
    color: #272A31;
}
/* Forms & Buttons */

/* Products list */
.product {
    width: 100%;
    background: #FFF;
    min-height: 440px;
    padding: 16px 20px 20px 20px;
    transition: box-shadow 0.5s;
    margin: 0 0 30px 0;
    position: relative;
}
.product:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.product .product-id {
    height: 26px;
    font-size: 11px;
    line-height: 26px;
    display: inline-block;
    margin: 0 20px 0 0;
}
.product .product-status {
    height: 24px;
    border: 2px solid #000;
    color: #000;
    line-height: 20px;
    font-size: 11px;
    font-weight: 400;
    border-radius: 4px;
    display: inline-block;
    z-index: 22;
    padding: 0 12px;
    float: right;
}
.product .product-status-type1 {
    border: 2px solid #55BC44;
    color: #55BC44;
}
.product .product-status-type2 {
    border: 2px solid #F3751A;
    color: #F3751A;
}
.product .product-status-type3 {
    border: 2px solid #FF4444;
    color: #FF4444;
}

.product a.product-img {
    display: block;
    margin: 0px 0 0 0;
}
.product a.product-img img {
    width: 232px;
    height: auto;
}
.product a.product-name {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    display: block;
    height: 36px;
    overflow: hidden;
    margin: 8px 0 16px 0;
}
.product a:hover.product-name {
    color: #F3751A;
}
.product .product-price {
    font-size: 22px;
    line-height: 26px;
    display: inline-block;
    font-weight: 500;
    margin: 0 20px 0 0;
}
.product .product-old-price {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #8E8E8E;
    min-height: 18px;
    min-width: 100px;
    text-decoration: line-through;
}
.product a.product-cart-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #EB2740;
    color: #FFF;
    border: 1px solid #EB2740;
    padding: 0 30px;
    font-size: 15px;
    margin: 20px 12px 0 0;
}
.product a.product-cart-btn:hover {
    background: #FFF;
    border:1px solid #000;
    color: #000;
}
.product a.product-compare-btn {
    background: url("../img/svg/compare-black.svg") left center no-repeat;
    height: 40px;
    padding: 10px 0 10px 28px;
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
}
/* Products list */

/* Main page item */
.slider_item {
    height: 400px;
    padding: 70px 0 0 110px;
    color: #FFF;
    border-radius: 16px;
    overflow: hidden;
}
.slider_item .slider_item--info {
    width: 36%;
}
.slider_item .slider_item--header {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 16px;
}
.slider_item .slider_item--text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}

.owl-dots {
    position: absolute;
    bottom: 20px;

    text-align: center;
    width: 100%;
}

.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #005CBB;
    margin: 0 10px 0 0;
    border: 2px solid #FFF;
}
.owl-carousel button.owl-dot.active {
    background: #FFF;
}
/* Main page item */

/* Reviews */
.reviews-item {
    background: #F9FAFF;
    color: #2E252C;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
    display: flex;
    flex-basis: 300px;
    min-height: 260px;
}
.reviews-item .reviews-item--thmb  {
    width: 30%;
    height: auto;
    position: relative;
    float: left;
}
.reviews-item .reviews-item--thmb span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
.reviews-item .reviews-item--thmb img {
   /* width: auto;
    height: 100%;*/
}
.reviews-item .reviews-item--info {
    padding: 30px 30px 30px 30px;
    width: 70%;
    float: right;
}
.reviews-item .reviews-item--header {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}
.reviews-item .reviews-item--header .reviews-item--name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    float: left;
}
.reviews-item .reviews-item--header .reviews-item--rating {
    font-size: 15px;
    float: right;
    background: url("../images/svg/finger.svg") left top no-repeat;
    padding-left: 28px;
}
.reviews-item .reviews-item--date {
    padding-left: 24px;
    background: url("../images/svg/calendar.svg") left top no-repeat;
    font-size: 12px;
    margin-bottom: 16px;
}
.reviews-item .reviews-item--subj {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.reviews-item .reviews-item-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
}
.reviews-item a.reviews-item-btn {
    background: url("../images/svg/gradient-line-small.svg") left bottom no-repeat;
    padding-bottom: 2px;
}
.reviews-item a.reviews-item-btn:hover {

    background: linear-gradient(90deg, #005CBB 0%, #6850F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Reviews */

/* Slideshow */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.2, 1.2);
    }
}

.carousel-item > img {
    /*-webkit-animation: zoom 20s;
    animation: zoom 20s;*/
}

.slideshow {
    position: relative;
}

.slideshow .container-fluid { padding: 0;}
/* Slideshow */

/* OWL slider */
.items-carousel--nav .owl-nav > * {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 40px;
    color: #cccccc;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.4s ease;
    transform: translateY(-50%);
}

.items-carousel--nav .owl-nav > * i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.items-carousel--nav .owl-nav > *:hover {
    color: #000;
}

.items-carousel--nav .owl-nav .owl-prev {
    margin-left: -70px;
}

.items-carousel--nav .owl-nav .owl-prev i {
    padding-right: 2px;
}

.items-carousel--nav .owl-nav .owl-next {
    float: right;
    margin-right: -70px;
}

.items-carousel--nav .owl-nav .owl-next i {
    padding-left: 2px;
}
.items-carousel--nav .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none !important;
    text-align: center;
}

.items-carousel--nav .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.items-carousel--nav .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.items-carousel--nav .owl-dots .owl-dot.active {
    background-color: #fcb800;
}

.items-carousel--nav.inside .owl-nav {
    z-index: 20;
    height: 0;
}

.items-carousel--nav.inside .owl-nav > * {
    transform: translateY(-50%);
}

.items-carousel--nav.inside .owl-prev {
    margin-left: 3rem;
}

.items-carousel--nav.inside .owl-prev i {
    padding-right: 5px;
}

.items-carousel--nav.inside .owl-next {
    float: right;
    margin-right: 3rem;
}

.items-carousel--nav.inside .owl-next i {
    padding-left: 5px;
}
.items-carousel__navigation {
    display: inline-block;

    margin: 40px 0 0 0;
}
a.items-carousel__prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #FFF;
    text-align: left;
    line-height: 40px;
    margin: 0 24px 0 0;
}
a.items-carousel__prev:hover {

}
.items-carousel__next {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #FFF;
    text-align: left;
    line-height: 40px;
    margin: 0 24px 0 0;
}
a.items-carousel__next:hover {
    color: #FFF;
}
.carousel-item-box {
    position: absolute;
    left: 34%;
    width: 44%;
    top: 200px;
}
.carousel-item .carousel-item-title {
    font-family: 'Podkova', serif;
    font-size: 78px;
    color: #FFF;
    line-height: 70px;
}
.carousel-item .carousel-item-text {
    font-size: 24px;
    line-height: 34px;
    color: #FFF;
    margin: 30px 0 0 10%;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.carousel-item-box .show-more-btn {
    margin-left: 10%;
}
/* OWL slider */

/* Brands */
.brands {
    background: #F9FAFF;
    padding: 60px 0;
}
.brand-item {
    padding: 22px;
    display: block;
    margin: 0 0 10px 0;
}
.brand-item:hover {

}
.brand-item img {
    height: 100%;
    width: auto;
    max-height: 55px;
}
a.category-item .category-item-name {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: 600;
    margin: 10px 0 0 0;
}
.category-list a.category-item {
    margin-bottom: 30px;
}
/* Brands */



/* Tour selection popup */

#makeDonation .modal-header {
   /* padding: 3rem 4rem 1rem 4rem;*/
    border-bottom: 0;
}
#makeDonation .modal-header h5 {
    font-size: 48px;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
    font-family: 'Podkova', serif;
    width: 70%;
    margin: 0 auto;
}
.popup-text {
    text-align: center;
    width: 70%;
    margin: 0 auto 40px auto;
}
#makeDonation .modal-header h5:after {
    content: "";
    display: block;
    width: 170px;
    height: 2px;
    background: #005CBB;
    margin: 20px auto;
}
#makeDonation .modal-body {

   padding: 0rem 2rem 2rem 2rem;
}
#makeDonation .modal-content {
    padding: 3rem 2rem 2rem 2rem;
}
#makeDonation .modal-header .btn-close:focus {
    outline: none;
    box-shadow: none;
}
#makeDonation .modal-header .btn-close {

    position: absolute;
    right: 30px;
    top: 30px;
}
/* Tour selection popup */

/* Review popup */
#reviewDetail .modal-header {

    border-bottom: 0;
}
#reviewDetail .modal-header h5 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}
#reviewDetail .modal-body {
    /* padding: 0rem 4rem 3rem 4rem; */
}
#reviewDetail .modal-content {
    padding: 0;
}
#reviewDetail .btn-close:focus {
    outline: none;
    box-shadow: none;
}
#reviewDetail .btn-close {
    z-index: 99;
    position: absolute;
    right: 20px;
    top: 20px;
}
#reviewDetail .reviews-item {
    background: none;
    margin-top: 20px;
    margin-bottom: 0;
}
#reviewDetail .reviews-item .reviews-item--info {
    padding: 20px;
}
/* Review popup */

/* Contacts popup */
.header .mainmenunav ul.mainmenu > li > ul.submenu.contacts-popup {
    padding: 24px 36px;
    color: #2E252C;
}
.submenu--header {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #2E252C;
    margin-bottom: 10px;
}
li.submenu--phone a {
    font-size: 16px !important;
    line-height: 20px;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 0 12px 0!important;
}
li.submenu--time {
    font-size: 12px;
    line-height: 20px;
    margin: 16px 0;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu li a.mainmenu-btn {
    border-radius: 50px;
    width: 100%;
    margin: 30px 0 10px 0 !important;
    padding: 0 !important;
}
li.submenu--icon {
    display: inline-block !important;
}
li.submenu--icon a {
    margin: 0 20px 0 0 !important;
    padding: 0 !important;
}

li.submenu--icon a img {
    width: auto;
    height: 19px;
}
    /* Contacts popup */

/* Main page video */
#videoModal {
    top: 160px;
}

#videoModal .modal-dialog.video-modal {
    max-width: 800px;
    margin: 30px auto;
}
#videoModal .modal-dialog {
    /*max-width: 600px;
    margin: 30px auto;*/
}
#videoModal .modal-body {
    position: relative;
    padding: 0px;
}
#videoModal .close {
    position: absolute;
    right: -24px;
    top: -26px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity:1 ;
    text-shadow: none;
}
/* Main page video */

/* Middle main page banner */
.middle-banner {
    margin-top: 0vw;
}
.middle-banner-box {
    width: 40%;
    min-height: 856px;
    padding: 220px 20px 220px 70px;
    color: #FFF;
    margin-left: 60%;
}
.middle-banner-header {
    font-family: 'Podkova', serif;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    margin: 0 0 20px 0;
}
.middle-banner-header:after {

}
.middle-banner-text {
    width: 340px;
    line-height: 24px;
    font-size: 18px;
    margin: 0 auto;
}
/* Middle main page banner */

/* Blog list */
.subheader {
    font-size: 56px;
    line-height: 48px;
    padding: 0 0 4px 0;
    margin: 0px 0 40px 0;
    display: inline-block;
    color: #2E252C;
    font-family: 'Podkova', serif;
}
.subheader:after {
    content: "";
    display: block;
    width: 170px;
    height: 2px;
    background: #005CBB;
    margin-top: 20px;
}
.subheader-right {
    margin-left: 50% !important;
    margin-top: 120px;
    width: 30%;
}
.subheader-left {
    width: 30%;
}
.subheader-small {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    padding: 0 0 4px 0;
    margin-bottom: 40px;
    display: inline-block;
    color: #2E252C;
    background: url("../images/svg/gradient-line.svg") left bottom no-repeat;
}

.blog .blog-post {
    margin-bottom: 50px;
}
.blog .blog-post .blog-post-img img {
    width: 100%;
    border-radius: 40px;
    height: auto;
    transition: opacity 0.7s;
}
.blog .blog-post:hover .blog-post-img img {
    opacity: 0.6;
}
.blog .blog-post .blog-post-date {
    font-size: 13px;
    color: rgba(0,0,0,0.4);
    line-height: 15px;
    padding: 0 0 0 0px;
    margin: 24px 0 12px 30px;
}
.blog .blog-post .blog-post-name {
    font-family: 'Podkova', serif;
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #2E252C;
    margin-right: 10%;
    margin-bottom: 16px;
    margin-left: 30px;
}
.blog .blog-post:hover .blog-post-name {
    color: #005CBB;
}
.blog .blog-post .blog-post-name-sm {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #2E252C;
    margin-bottom: 16px;
}
.blog .blog-post:hover .blog-post-name-sm {
    color: #005CBB;
}

/* Blog list */

/* Benefits */
.benefits {
    margin-top: -4vw;
}
.benefits .benefits_item  {
    margin: 40px 0 200px 0;
}
.benefits .benefits_item .benefits_item--thmb {
    height: auto;
    width: 25%;
    float: left;
    margin-right: 10%;
}
.benefits .benefits_item .benefits_item--thmb img {
    height: auto;
    width: 100%;
}
.benefits .benefits_item .benefits_item--info {
    width: 100%;
    margin-bottom: 30px;
    float: left;
}
.benefits .benefits_item .benefits_item--header {
    color: #2E252C;
    font-size: 21px;
    line-height: 24px;
    font-family: 'Podkova', serif;
    margin-bottom: 8px;
    width: 50%;
    float: left;
}
.benefits .benefits_item .benefits_item--text {
    font-size: 13px;
    line-height: 22px;
    width: 90%;
}
/* Benefits */

/* SEO box */
.seo {
    background: #EBCDB3 url("../images/seo-bg.jpg") center top no-repeat;
    background-size: auto 100%;
    padding-top: 8vw;
    padding-bottom:8vw;
}

.seo .seo-banner .seo-banner-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 110px;
}
.seo .seo-banner .seo-banner-text {
    margin-bottom: 0px;
}
.seo .seo-banner a.show-more-btn {
    font-size: 13px;
    display: block !important;
    width: 75%;
    margin: 100px auto 0 auto !important;
}

.seo h1 {
    font-size: 56px;
    line-height: 48px;
    padding: 0 0 4px 0;
    margin: 0px 0 40px 0;
    display: inline-block;
    color: #2E252C;
    font-weight: 400;
    font-family: 'Podkova', serif;
    width: 70%;
}
.seo h1:after {
    content: "";
    display: block;
    width: 170px;
    height: 2px;
    background: #005CBB;
    margin-top: 20px;
}
.seo h2 {
    font-size: 56px;
    line-height: 48px;
    padding: 0 0 4px 0;
    margin: 0px 0 40px 0;
    display: inline-block;
    color: #2E252C;
    font-weight: 400;
    font-family: 'Podkova', serif;
    width: 100%;
}
.seo h2:after {
    content: "";
    display: block;
    width: 170px;
    height: 2px;
    background: #005CBB;
    margin-top: 20px;
}
.seo p {
    font-size: 16px;
    line-height: 28px;
}
/* SEO box*/

/* Footer */
.footer {
    background: #F9F9F9;
    color: #272A31;
    padding: 60px 0 0px 0;
}
.footer a {
    color: #272A31;
    font-size: 13px;
    line-height: 16px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer p {
    color: #272A31;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 10px 0;
}

.footer .footer-title {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #272A31;
    font-weight: 500;
    margin-bottom: 28px;
}
.footer .footer-title span {
    display: block;
}
.footer ul.footer-menu {
    margin: 0 0 60px 0;
    padding: 0 30px 0 0;
}
.footer ul.footer-menu li a {
    display: block;
    margin: 0 0 16px 0;
    color: #272A31;
    font-weight: 400;
    text-transform: uppercase;
}
.footer ul.footer-menu li a:hover {
    color: #005CBB;
}
.footer .footer-phones-list {
    margin: 12px 0 20px 0;
}
.footer .footer-phones-list li a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #272A31;
    margin: 0 0 8px 0;
}
.footer ul.footer-phones-list li a:hover {
    color: #005CBB;
}
.footer a.footer-logo {
    display: inline-block;
    padding: 0 8px;
    width: 100%;
    height: auto;
    margin: 0 0 120px 0;
}
.footer a.footer-logo img {
    width: 100%;
    height: auto;
}

.footer ul.footer-social-list li {
    display: inline-block;
    margin: 0 20px 0 0;
}
.footer ul.footer-social-list li:nth-last-child(1) {
    margin: 0;
}
.footer ul.footer-social-list li a {
    display: block;

}
.footer ul.footer-payment-list li {
    display: inline-block;
    margin: 24px 14px 14px 0;
}
.footer ul.footer-payment-list li:nth-last-child(1) {
    margin: 0;
}
.footer .copyright p {
    margin: 10px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}
.footer-copyrights {
    background: #2E252C;
    font-size: 13px;
    padding: 32px 0;
}
.copyright-div {
    display: block;
    margin-top: 30px !important;
}
.footer-copyrights a {
    font-size: 13px;
    display: block;
}
.copyright a img {
    height: 36px;
    display: block;
    width: auto;
    margin-top: 10px;
}
.footer-copyrights a:hover {
    color: #005CBB;
}
ul.footer-social-list {
    margin-bottom: 0px;
}
a.tour-selection-btn {
    width: 180px;
    height: 40px;
    background: linear-gradient(90deg, #005CBB 0%, #6850F8 100%);
    border-radius: 30px;
    color: #FFF !important;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    display: block;
    font-weight: 600;
    margin: 24px 0 0 0 !important;
}
a.tour-selection-btn:hover {

}
/* Footer */

.overlay {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:97;
    opacity:0;
    display:none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.overlay.show {
    opacity:1;
    display:block;
}

/* Menu */


.menu--product-categories {
    position: relative;
    /*height: 100%;*/
}

.menu--product-categories .menu__toggle {
    position: relative;
    /*height: 100%;*/
    padding-bottom: 16px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
}

.menu--product-categories .menu__toggle i {
    font-size: 20px;
    margin-right: 10px;
}

.menu--product-categories .menu__toggle span {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu--product-categories .menu__toggle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
}
/*
.menu--product-categories .menu__toggle:hover:before, .menu--product-categories .menu__toggle.active:before {
    transform-origin: 0 50%;
    transform: scale3d(1, 1, 1);
}*/

.menu--product-categories .menu__content {
    position: absolute;
    top: 64px;
    left: 0px;
    z-index: 100;
    z-index: 1000;
    width: 1140px;
    max-width: 1140px;
    padding-top: 0px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 2px 3px 0px rgb(72 72 72 / 15%);
    transition: all .3s ease;
    transform: scale3d(1, 1, 0) translateY(30px);
    border-radius: 0 0 8px 8px;
    background: #FFF;
    overflow: hidden;
}

.menu--product-categories .menu--dropdown {
    background-color: #F2F2F2;
    max-width: 273px;
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.menu--product-categories:hover .menu__content {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1) translateY(0);
}

.menu--dropdown > li {
    padding: 0 20px 0 0;
    transition: all .4s ease;
    margin: 0;
    width: 273px;
}

.menu--dropdown > li > a {
    display: block;
    font-size: 11px;
    padding: 0px 30px;
    height: 40px;
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.menu--dropdown > li > a i {
    margin-right: 10px;
    font-size: 18px;
}

.menu--dropdown > li.has-mega-menu .mega-menu {
    position: absolute;
    top: 0;
    left: 273px;
    width: auto;
    min-width: 867px;
    visibility: hidden;
    opacity: 0;
    border-left: none;
    max-width: 867px;
    background: #FFF;
}
.menu--dropdown > li:hover {
    background: #FFF;
    color: #000;
}
.menu--dropdown > li.menu--active {
    background: #FFF;
    color: #000;
}

.menu--dropdown > li:hover > a {
    color: #000;
}
.menu--dropdown > li:hover.has-mega-menu .mega-menu {
    visibility: visible;
    opacity: 1;
}
.menu--dropdown > li.has-mega-menu .mega-menu.active {
    visibility: visible;
    opacity: 1;
}

.mega-menu__column {

}
ul.mega-menu__list {
    list-style: none;
    margin: 0;
    padding: 10px 30px;
    width: 33%;
    float: left;
}
/*
ul.mega-menu__list li {
    display: block;
    float: left;
    line-height: 16px;
    width: 30%;
}*/
ul.mega-menu__list li a {
    font-size: 12px;
    display: inline-block;
    line-height: 16px;
    padding: 10px 0;
}

ul.topselling {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
    background: #F2F2F2;
    width: 34%;
    float: left;
    height: 100%;
    display: block;
    border-radius: 0 0 8px 0;
    overflow: hidden;
}
ul.topselling li {
    float: left;
    display: block;
    margin: 0 0 20px 0;
}
ul.topselling li:nth-child(1) {
    text-transform: uppercase;
    font-size: 11px;
    padding: 20px 0;
    font-weight: 600;
    margin: 0 0 0 0;
}
ul.topselling li a.topselling-img {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 0px 20px 0px 0;
    float: left;
}
ul.topselling li a.topselling-img img {
    width: 48px;
    height: auto;
    mix-blend-mode: multiply;
}
ul.topselling li a.topselling-name {
    font-size: 11px;
    line-height: 15px;
    display: inline-block;
    width: 60%;
    margin: 0 0px 2px 0;
    float: left;
}
ul.topselling li .topselling-price {
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    font-weight: 400;
}
ul.topselling li .topselling-old-price {
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    font-weight: 400;
    text-decoration: line-through;
    color: #8E8E8E;
    margin: 0 0 0 10px;
}

.not-found {
    clip-path: unset;
    padding: 120px 0;
    text-align: center;
    min-height: 480px;
}

.not-found .not-found-title {
   font-size: 32px;
}
.not-found .not-found-title span {
    display: block;
    font-size: 96px;
}
/*
.not-found .not-found-404 {

    margin-bottom: 40px;
}
.not-found .not-found-404 img {
    max-width: 480px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: auto;
}
.not-found .not-found-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.not-found .not-found-text {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 40px 0;
}
.not-found .not-found-img {
    margin-top: 30px;
}
*/
.breadcrumb {
    background: none;
    padding-left: 0;
    border-radius: 0;
    font-size: 12px;
    margin-bottom: 40px;
    overflow: hidden;
}
.breadcrumb .breadcrumb-item {
    display: block;

}
.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    padding: 0;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 22px;
    background: url("../svg/arrow-grey-right.svg") left 3px no-repeat;
    margin-left: 14px;
}
.breadcrumb .breadcrumb-item .breadcrumb-img {
    display: none;
}
/*
.post .post-img {
    margin: 0 0 40px 0;
}
.post .post-img img {
    border-radius: 16px;
}
.post .post-subheader {
    font-size: 18px;
    line-height: 140%;
    color: #2E252C;
    margin-bottom: 20px;
    font-weight: 600;
}
.post h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}
.post h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
}
.post h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
.post p a {
    text-decoration: underline;
}
.post p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
}
.post img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.post ul.region-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post ul.region-list li {
    margin-bottom: 20px;
}
.post ul.region-list li a {
    font-size: 18px;
    color: #2E252C;
    line-height: 22px;
}
.post ul.region-list li a:hover {
    color: #005CBB;
}
*/
.regions a.region_item {
    display: block;
}
.regions a.region_item:hover {
    opacity: 0.6;
}
.regions a.region_item .region_item--thmb img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.regions a.region_item .region_item--name {
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

.region-header {
    padding: 160px 0 60px 0;
}
.region-header img.region-header-bg {
    width: 100%;
    height: auto;
}
.region-header .region-header-subheader {
    font-size: 40px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 10px;
}

/* weather */

.highcharts-figure, .highcharts-data-table table {
    min-width: 310px;
    max-width: 100%;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #F00;
}
.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.highcharts-credits {
    display: none;
}

/* weather */


.products-list label {
    font-size: 13px;
    margin: 0 10px 0 0;
}
.products-list .sort-select {
    display: inline-block;
    float: right;
}
.products-list .select2-container--default .select2-selection--single {
    border-radius: 0;
    border:1px solid #E0E0E0;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 40px;
    padding: 0 12px;
}
#brands-select {
    width: 203px !important;
}
#stock-select {
    width: 188px !important;
}
.select2-results__option {
    font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 30px;
}
.without-border {
    border: 0;
}

.detailed-area {
    background: #FFF;
    border-radius: 16px;
    min-height: 600px;
}
.detailed-area .col-lg-5 {
    border-right: 1px solid #F2F2F2;
}
.detailed-area .col-lg-4 {
    border-right: 1px solid #F2F2F2;
    padding-left: 0;
    padding-right: 0;
}
.detailed-table {
    background: #FFF;
    padding: 30px;
    border-radius: 16px;
}
.detailed-table table {
    width: 100%;
}
.detailed-table table tr {
    background: #F8F8F8;
}
.detailed-table table tr:nth-child(2n) {
    background: #FFF;
}
.detailed-table table tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 10px 20px;
    color: #4D4D4D;
}
.detailed-small-table {
    border-top:1px solid #F2F2F2;
    padding: 20px 30px 20px 30px;
}
.detailed-small-table  table {
    width: 100%;
}
.detailed-small-table  table tr {
    background: #F8F8F8;
}
.detailed-small-table table tr:nth-child(2n) {
    background: #FFF;
}
.detailed-small-table table tr td {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 10px 10px 16px;
    color: #4D4D4D;
}
.detailed-teasers-area {
    padding-left: 0px;
}
ul.detailed-teasers {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.detailed-teasers li {
    border-bottom:1px solid #F2F2F2;
    font-size: 13px;
    line-height: 16px;
    padding: 24px 40px 24px 70px;
    font-weight: 500;
}
ul.detailed-teasers li a {
    font-weight: 500;
    text-decoration: underline;
}
ul.detailed-teasers li.detailed-teasers-delivery {
    background: url("../img/svg/delivery.svg") 20px 32px no-repeat;
}
ul.detailed-teasers li.detailed-teasers-selfdelivery {
    background: url("../img/svg/store.svg") 24px 32px no-repeat;
}
ul.detailed-teasers li.detailed-teasers-return {
    background: url("../img/svg/calendar.svg") 24px 30px no-repeat;
}
ul.detailed-teasers li.detailed-teasers-guarantee {
    background: url("../img/svg/award.svg") 24px 30px no-repeat;
}
.detailed-teasers-area p {
    font-size: 11px;
    line-height: 18px;
    color: #4D4D4D;
    padding: 0 35px 0 15px;
    margin-top: 180px;
}
.detailed-teasers-area p span {
    display: block;
    float: left;
    min-height: 100px;
    margin-right: 10px;
    margin-top: 2px;
}
.detailed-area .col-4 {
    padding-left: 0;
    padding-right: 0;
}
.detailed-area .detailed-info-area {
    /*padding-left: 30px;
    padding-right: 30px;*/
}
.detailed-area .detailed-top {
    margin: 30px 25px 0 30px;
}
.detailed-area .detailed-old-price {
    color: #7C7C7C;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    text-decoration: line-through;
    margin-right: 16px;
}
.detailed-area .detailed-benefit {
    font-size: 14px;
    line-height: 20px;
    color: #F3751A;
    border: 2px solid #F3751A;
    display: inline-block;
    height: 24px;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 16px;
}
.detailed-area .detailed-availability {
    font-size: 11px;
    color: #FFF;
    height: 24px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 4px;
    border: 2px solid #FFF;
    display: inline-block;
    float: right;
}
.detailed-area .availability-true {
    background: #16A535;
    border: 2px solid #16A535;
}
.detailed-area .availability-false {
    background: #FFF;
    border: 2px solid #000;
    color: #000;
}
.detailed-area .detailed-price {
    font-size: 40px;
    margin: 10px 30px 0 30px;
    font-weight: 500;
}
.detailed-area .detailed-product-id {
    font-size: 12px;
    margin: 0px 25px 20px 30px;
}
.detailed-area .detailed-btn-area {
    margin: 0 30px 0 30px;
}
.detailed-area .detailed-btn-area a.detailed-cart-btn {
    font-size: 22px;
    padding: 0 40px;
    text-transform: capitalize;
    margin-right: 30px;
}
.detailed-area .detailed-btn-area a.detailed-oneclick-btn {
    display: inline-block;
    font-size: 13px;
    line-height: 48px;
    background: url("../img/svg/cart-black.svg") left 14px no-repeat;
    padding: 0 0 0 29px;
    margin: 0 0px 0 0px;
}
.detailed-area .detailed-btn-area a.detailed-compare-btn {
    display: inline-block;
    font-size: 13px;
    line-height: 48px;
    background: url("../img/svg/compare-black.svg") left 14px no-repeat;
    padding: 0 0 0 32px;
    margin: 10px 0 20px 0;
}

/* ===============  */

.detailed-area .slick-slide {
    outline: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.detailed-area .slick-slide:focus, .ps-product--detail .slick-slide:active, .ps-product--detail .slick-slide:hover {
    outline: none;
}

.detailed-area .ps-product__variants .item {
    margin-bottom: 10px;
    border: 1px solid #F2F2F2;
    padding: 5px;
    cursor: pointer;
}

.detailed-area .ps-product__variants .item img {
    opacity: 0.5;
    transition: all 0.4s ease;
}

.detailed-area .ps-product__variants .item .ps-video {
    position: relative;
    z-index: 10;
}

.detailed-area .ps-product__variants .item .ps-video:before {
    content: '\f04b';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 20;
}

.detailed-area .ps-product__variants .item:last-child {
    margin-bottom: 0;
}

.detailed-area .ps-product__variants .item.slick-current {
    border-color: #F3751A;
}

.detailed-area .ps-product__variants .item.slick-current img {
    opacity: 1;
}

.detailed-area .ps-product__variants .item:hover img {
    width: 100%;
    opacity: 1;
}

.detailed-area .ps-product__gallery {
    position: relative;
}

.detailed-area .ps-product__gallery .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 35px;
    height: 35px;
    color: #000;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
}

.detailed-area .ps-product__gallery .slick-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detailed-area .ps-product__gallery .slick-arrow:first-child {
    left: 20px;
}

.detailed-area .ps-product__gallery .slick-arrow:last-child {
    right: 10px;
}

.detailed-area .ps-product__gallery .slick-arrow:hover {
    background-color: #ff6d00;
    color: #fff;
}

.detailed-area .ps-product__gallery:hover .item:before {
    visibility: visible;
    opacity: 1;
}

.detailed-area .ps-product__gallery:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.detailed-area.ps-product__video a {
    vertical-align: middle;
}

.detailed-area .ps-product__video a:hover.ps-btn--black {
    background-color: #ff6d00;
    border-color: #ff6d00;
}

.detailed-area .ps-product__video i {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}



.detailed-area .ps-product__thumbnail {
    width: 100%;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-content: flex-start;
}

.detailed-area .ps-product__thumbnail > * {
    width: 100%;
}

.detailed-area .ps-product__thumbnail .ps-product__badge {
    width: auto;
}

.detailed-area .ps-product__thumbnail figure {
    position: relative;
    display: block;
    max-width: calc(100% - 60px);
    padding-left: 10px;
}

.detailed-area .ps-product__thumbnail .ps-product__variants {
    max-width: 60px;
    width: 100%;
    min-width: 60px;
}

.detailed-area .ps-product__thumbnail .ps-product__video {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

.detailed-area .ps-product__thumbnail .ps-wrapper {
    position: relative;
}

.detailed-area .ps-product__heading {
    margin-bottom: 40px;
    margin-top: 10px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    border-bottom: 1px solid #F2F2F2;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] {
    flex-flow: row wrap;
    padding-left: 30px;
    padding-right: 15px;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] figure {
    max-width: 100%;
    padding-left: 0;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants {
    max-width: 100%;
    text-align: center;
    width: 100%;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item {
    margin-bottom: 0;
    margin-right: 10px;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item.slick-active:last-child {
    margin-right: 0;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-list {
    margin-right: -10px;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child {
    left: -20px;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child i:before {
    content: '\f104';
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child {
    right: 0px;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child i:before {
    content: '\f105';
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:hover i {
    color: #000;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery {
    margin-bottom: 10px;
    margin-top: 50px;
}

.detailed-area .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery img {
    width: 100%;
}
/* ===============  */
.modal-content {
    border-radius: 40px;
    border: none;
}

.modal-dialog .modal-close {
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 10;
    cursor: pointer;
    width: 29px;
    height: 29px;
    color: #FFF;
    background: #000;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 300;
    line-height: 29px;
    text-align: center;
}
.ps-product--quickview {
    margin-bottom: 0;
    max-height: 500px;
    overflow: auto;
}
.ps-product--detail .ps-product__header {
    display: flex;
    flex-flow: row nowrap;
}
.ps-product--detail .ps-product__header .ps-product__thumbnail {
    max-width: 43%;
}
.ps-product--detail .ps-product__thumbnail[data-vertical='false'] {
    flex-flow: row wrap;
}
.ps-product--detail .ps-product__header .ps-product__info {
    max-width: 57%;
    padding-left: 30px;
}
.ps-product--detail .ps-product__header .ps-product__info label {
    width: 90%;
    font-size: 12px;
}
.ps-product--detail .ps-product__header .ps-product__info input {
    background: #F1F1F1;
    width: 90%;
    height: 40px;
    border-radius: 0px;
    margin-bottom: 16px;
    border: 0;
    padding: 0 20px;
}
.ps-product--detail .ps-product__header > * {
    width: 100%;
}

.ps-product--detail .ps-product__title {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 64px;
    margin: 8px 0 16px 0;
    border-bottom: 1px solid #F2F2F2;
    width: 90%;
}
.ps-product--detail .ps-product__meta {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.ps-product--detail .ps-product__name {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
    width: 90%;
}
.ps-product--detail .ps-product__desc p {
    font-size: 12px;
    margin-bottom: 32px;
    padding-bottom: 0px;
}
.ps-product--quickview .ps-product__shopping {
    border-bottom: 0;
    width: 80%;
    margin-bottom: 24px;
}
.ps-product--quickview .ps-product__shopping a {
    width: 100%;
    margin-bottom: 8px;
}
.ps-product--quickview .ps-product__images {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
}
.ps-product--detail .ps-product__thumbnail > * {
    width: 100%;
}
a.cart-popup-btn {
    height: 40px !important;
    line-height: 40px !important;
}
a.cancel-popup-btn {
    height: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase;
    background: #F8F8F8;
    text-align: center;
    display: block;
    font-size: 11px;
}
a:hover.cancel-popup-btn {
    background: #000;
    color: #FFF;
}

#product-oneclick .ps-product__shopping a {
    margin-top: 16px;
    width: auto;
}

/* ========= COMPARE ========= */
.compare-table {
    width: 100%;
}
.compare-table tr.table-header {
    background: #FFF;
}
.compare-table tr td {
    width: 16.66666666%;
    position: relative;
}
.compare-table tr.table-header td:nth-child(1) {
    border-radius: 16px 0 0 16px;
}
.compare-table tr.table-header td:nth-last-child(1) {
    border-radius: 0 16px 16px 0;
}
.compare-table tr.table-header td a.compare-table-img {
    display: block;
    width: 120px;
    height: auto;
    margin: 16px auto 8px auto;
}
.compare-table tr.table-header td a.compare-table-img img {
    width: 100%;
    height: auto;
}
.compare-table tr.table-header td a.compare-table-name {
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    width: 80%;
    margin: 0 auto 16px auto;
}
.compare-table tr td .compare-table-price {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 16px auto;
    font-weight: 500;
}
.compare-table tr td a.compare-cart-btn {
    display: block;
    color: #FFF;
    background: #EB2740;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    width: 80px;
    margin: 0 auto 24px auto;
    text-align: center;
}
.compare-table tr td a.compare-table-del {
    width: 16px;
    height: 16px;
    background: url("../img/svg/delete.svg") center center no-repeat;
    position: absolute;
    right: 16px;
    top: 16px;
}
.compare-table tr.compare-table-value {
    border-top: 1px solid #E8E8E8;
}
.compare-table tr.compare-table-value td {
    padding: 20px 0px 28px 0;
}
.compare-table tr.compare-table-value td .table-param-name {
    font-size: 11px;
    color: #656565;
    line-height: 16px;
    text-align: center;
    margin-bottom: 12px;
}
.compare-table tr.compare-table-value td .table-param-value {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
/* ========= COMPARE ========= */

/* ========= CART ========= */
.cart-table {
    width: 100%;
    border-collapse:separate;
    border-spacing: 0 1em;
}
.cart-table tr {
    background: #FFF;
}
.cart-table tr td {
    padding: 10px;
    vertical-align: middle;

}
.cart-table tr td.cart-table-img a {
    display: block;
    width: 120px;
    height: auto;
    margin-left: 10px;
}
.cart-table tr td.cart-table-img a img {
    width: 100%;
    height: auto;
}
.cart-table tr td.cart-table-name a {
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 0 10px;
}
.cart-table tr td.cart-table-price {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    padding: 0 20px;
}
.cart-table tr td a.cart-remove-btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/svg/delete.svg") center center no-repeat;
    background-size: 16px 17.5px;
    margin: 0 10px;
}
.cart-table tr td.cart-table-sum {
    padding: 16px 24px;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
}
.cart-table tr td.cart-table-sum span {
    font-weight: 600;
}
.cart-table-count {
    position: relative;
    max-width: 100px;
}
.cart-table-count span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 50%;
    border-left: 1px solid #979797;
    transition: all .4s ease;
}
.cart-table-count span:before {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}
.cart-table-count span.up {
    border-bottom: 1px solid #979797;
}

.cart-table-count span.up:before {
    content: "\f106";
}

.cart-table-count span.down {
    top: auto;
    bottom: 0;
}

.cart-table-count span.down:before {
    content: "\f107";
}

.cart-table-count span:hover {
    cursor: pointer;
    background-color: #3386FF;
}

.cart-table-count span:hover:before {
    color: #fff;
}
.cart-table-count button {
    background: none;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 20px;
    line-height: 1em;
}
.cart-table-count button.up {
    right: 10px;
}
.cart-table-count button.down {
    left: 10px;
}
.cart-table-count .cart-count-control {
    border: 1px solid #ccc;
    height: 40px;
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    max-width: 100px;
    display: inline-block;
}

.cart-info {
    padding: 24px;
    border: 1px solid #E8E8E8;
    margin-top: 14px;
}
.cart-info-header {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 16px;
}
.cart-input-group {
    margin-top: 24px;
}
.cart-input-group label {
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}
.cart-input-group label span {
    color: #EB2740;
}
.cart-input-group input {
    border: none;
    height: 40px;
    display: block;
    border-radius: 4px;
    background: #FFF;
    width: 100%;
    padding: 0 16px;
    font-size: 13px;
}
.cart-input-group .select2-container {
    width: 100%;
}
#cart-info-delivery {
    width: 100%;
}
.cart-input-group .select2-container--default .select2-selection--single {
    border: none;
    height: 40px;
    width: 100%;
}
button.cart-submit-btn {
    display: block;
    border: 1px solid #EB2740;
    background: #EB2740;
    color: #FFF;
    height: 46px;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 46px;
    font-weight: 500;
    margin-top: 32px;
    transition: all .4s ease;
}
button.cart-submit-btn:hover {
    background: #FFF;
    color: #000;
    border: 1px solid #000;
}
/* ========= CART ========= */

/* Contact page */
.contacts {
    margin-top: 80px;
}
.contacts iframe {
    display: block;
    outline: none;
}
.contacts .contacts-item {
    text-align: center;
    padding: 50px;
    /*border: 1px solid #FFF;*/
    border-radius: 40px;
    margin-bottom: 10px;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
}
.contacts-item-img {
    margin-bottom: 8px;
}
.contacts-item-img img {
    width: 80px;
    height: auto;
}
.contacts-item-header {
    font-size: 38px;
    line-height: 42px;
    font-family: 'Podkova', serif;
    font-weight: 400;
    margin-bottom: 24px;
}
.contacts-item-subheader {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 30px;
}
ul.contacts-social {
    margin: 0 auto;
    padding: 0;
    display: block;
}
ul.contacts-social li {
    display: inline-block !important;
}
ul.contacts-social a {
    margin: 0 30px 0 0 !important;
    padding: 0 !important;
}

ul.contacts-social li a img {
    width: auto;
    height: 19px;
}
ul.contacts-social li:nth-child(4) a {
    margin-right: 0 !important;
}
    /*

    .contacts .contacts-info {
        padding-left: 60px;
        color: #2E252C;
    }
    .contacts-info-title {
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .contacts-info-address {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 50px;
    }
    ul.contacts-info-phones {
        display: table;
        list-style: none;
        margin: 0 0 40px 0;
        padding: 0;
    }
    ul.contacts-info-phones li {

        width: 50%;
        float: left;
        margin-bottom: 16px;
    }
    ul.contacts-info-phones li a {
        font-size: 18px;
        line-height: 22px;
        display: block;
    }
    .contacts-info-subtitle {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 24px;
    }
    .contacts-info-worktime {
        margin-bottom: 40px;
    }
    .contacts-info-worktime p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 12px;
    }
    ul.contacts-info-social-list {
        margin: 0;
        padding: 0;
    }
    ul.contacts-info-social-list li {
        display: inline-block;
        margin: 0 40px 0 0;
    }
    ul.contacts-info-social-list li:nth-last-child(1) {
        margin: 0;
    }
    ul.contacts-info-social-list li a {
        display: block;
    }
    /* Contact page */

/* About */
.section {
    background: #CCC;
    position: relative;
    min-height: 500px;
}
.section h1 {
    font-size: 56px;
    color: #FFF;
    font-family: 'Podkova', serif;
    line-height: 48px;
    font-weight: 300;
    width: 37%;
    margin-top: 240px;
}
.section h1:after {
    content: "";
    display: block;
    width: 170px;
    height: 2px;
    background: #005CBB;
    margin-top: 20px;
}

.about {
    margin-top: 80px;
}

.about-text {
    text-align: center;
    color: #FFF;
    background: url("../images/about_bg.jpg") center top no-repeat;
    background-size: cover;
    padding: 150px 0;
}
.insurance {
    background: url("../images/insurance_bg.jpg") center top no-repeat;
    background-size: cover;
}
.employment {
    background: url("../images/employment_bg.jpg") center top no-repeat;
    background-size: cover;
}
.news {
    background: url("../images/news_bg.jpg") center top no-repeat;
    background-size: cover;
}
.contacts_bg {
    background: url("../images/contacts_bg.jpg") center top no-repeat;
    background-size: cover;
}
.post {
    background: url("../images/post_bg.jpg") center top no-repeat;
    background-size: cover;
    min-height: 210px;
}
/*
.usa {
    background: url("../images/usa_bg.jpg") center bottom no-repeat;
    background-size: cover;
}
.canada {
    background: url("../images/canada_bg.jpg") center bottom no-repeat;
    background-size: cover;
}
.australia {
    background: url("../images/australia_bg.jpg") center bottom no-repeat;
    background-size: cover;
}
.england {
    background: url("../images/england_bg.jpg") center center no-repeat;
    background-size: cover;
}*/

/*
.about-text-border {
    position: relative;
    left: -50%;
}
 */

.about-text h1.about-header {
    font-size: 52px;
    color: #FFF;
}
.about-text .about-subheader {
    font-size: 32px;
}
.team-item {
    padding: 0 20px;
    margin-bottom: 40px;
}
.team-img {
    margin-bottom: 20px;
}
.team-img img {
    transition: 0.5s all ease-in-out;
    border-radius: 8px;
    filter: grayscale(100%);
}
.team-item:hover .team-img img {
    filter: grayscale(0);
}
.team-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.team-item-thmb {
    margin-bottom: 20px;
}
.team-item-name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #2E252C;
    margin-bottom: 10px;
}
a.ps-gallery__item {
    border-radius: 0px;
    overflow: hidden;
    display: block;

}
a.ps-gallery__item img{
    transition: transform 1s ease;
}
a.ps-gallery__item:hover img {
    transform: scale(1.3);
}

/* Find tour */
.find-tour {
    margin-top: 120px;
    background: url("../images/find_bg.jpg") center top no-repeat;
    background-size: cover;
    padding: 70px 0 70px 0;
    color: #FFF;
}
.find-tour h1.find-tour-header {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
}
.find-tour .find-tour-subheader {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 26px;
}
a.popular-item {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}
a.popular-item .popular-item--thmb img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: transform 1s ease;
}
a.popular-item:hover .popular-item--thmb img {
    transform: scale(1.2);
}
a.popular-item .popular-item--name {
    color: #FFF;
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 20px;
    padding-right: 30px;
    background: url("../images/svg/gradient-line-small.svg") left bottom no-repeat;
}
.hidden-form {
    visibility: hidden;
}
.find-tour-form {
    position: relative;
}
.mainpage-find-tour {
    position: absolute;
    left: 50%;
    top: 40%;
    max-width: 1264px;
    width: 100%;
}

.mainpage-find-tour-form {

    position: relative;
    left: -50%;
    max-width: 1264px;
    width: 100%;
}
.mainpage-find-tour-form .new_f-container {
    margin: 0 20px;
    padding: 0 20px;
}

.country_item {
    position: relative;
}
.country_item .countrys_item--thmb img {
    transition: 0.5s all ease-in-out;
}
.country_item:hover .countrys_item--thmb img {
    transform: scale(1.2);
}
.country_item:hover .countrys_item--name {
    color: #005CBB;
}
.country_item .countrys_item--thmb {
    display: block;
    border-radius: 40px;
    overflow: hidden;
    width: 90%;
    margin-bottom: 28px;
}
.country_item .countrys_item--price {
    position: absolute;
    right: calc(10% + 20px);
    top: 20px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    border: 2px solid #FFF;
    line-height: 40px;
    border-radius: 40px;
}
.country_item .countrys_item--name {
    display: block;
    font-family: 'Podkova', serif;
    font-size: 21px;
    line-height: 28px;
    margin-left: 28px;
    width: 80%;
}

.grey_bg {
    background: #F9F9F9;
}
.polygon-br {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0% 100%);
}
.polygon-tl-bl {
    clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0 calc(100% - 4vw));
}
.polygon-tr {
    clip-path: polygon(0 0, 100% 4vw, 100% 100%, 0% 100%);
}
.polygon-tr-br {
    clip-path: polygon(0 0, 100% 4vw, 100% calc(100% - 4vw), 0 100%);
}
.polygon-tl {
    clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0% 100%);
}

.mt--6vw {
    margin-top: -6vw;
}

.pt-40 {
    padding-top: 40px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-120 {
    padding-bottom: 120px;
}
.article_text {
    font-size: 16px;
    line-height: 28px;

}
.article_text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 32px;
}
.article_text .main_text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    font-weight: 600;
}
.article_text h2, h3, h4 {
    font-family: 'Podkova', serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 40px;
}
.article_text h2:after, h3:after, h4:after {

}
.article_text h1 {
    font-family: 'Podkova', serif;
    font-size: 56px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 40px;
}
.article_text h1:after {
    content: "";
    display: block;
    width: 170px;
    height: 2px;
    background: #005CBB;
    margin-top: 16px;
}
.article_text ul {
    margin-bottom: 40px;
}
.article_text a {
    color: #005CBB;
}
.article_text a:hover {
    text-decoration: underline;
}
.article_text img {
    display: block;
    border-radius: 40px;
    overflow: hidden;
}
.visa_type {
    padding: 120px 0;
    margin-top: -120px;
}
img.visa_type_img {
    width: 80%;
    display: block;
    margin: 0 auto;
    height: auto;
}
h2, h3 {
    font-family: 'Podkova', serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 40px;
    width: 90%;
}
.visa_type h2:after, h3:after {

}
.visa_type p {
    font-size: 16px;
    line-height: 28px;
}
.article_text table {
    border-spacing: 4px;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 40px;
}
.article_text table tr {
    background: #F2EFEF;
    margin-bottom: 4px;


}
.article_text table tr td {
    padding: 15px 20px;
    border-radius: 8px;
}
.article_text table tr:nth-child(2n) {
    background: rgba(242,239,239, 0.3);

}
#error {
    display: none;
    text-align: center;
}
#success {
    display: none;
    text-align: center;
}

.insta_item {

    padding: 0 !important;
    margin: 0 !important;
}
.need-header {
    font-family: 'Podkova', serif;
    font-size: 44px;
    line-height: 110%;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.need-text {
    font-size: 15px;
    line-height: 150%;
}

.help_ways {
    padding: 64px 0 32px 0;
}
.helps_name {
    font-family: 'Podkova', serif;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 24px;
}
.helps_text {
    font-size: 14px;
    line-height: 24px;
}
.helps_text a {
    text-decoration: underline;
}
.middle-banner {
    height: 320px;
    background: url("../images/soldier_bg.jpg") center top no-repeat;
    background-size: cover;
    border-radius: 8px;
    text-align: center;
    color: #FFF;
    padding: 80px 0 40px 0;
}
.report-item {
    padding: 32px;
    border-radius: 8px;
    border: 1px solid rgba(35,31,32,.1);
    margin-bottom: 16px;
}
.report-item-date {
    font-size: 13px;
    margin-bottom: 16px;
}
.report-item-link {
    font-size: 18px;
}
.report_subheader {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}
.contacts-map {
    border-radius: 8px;
    overflow: hidden;
    height: 400px;
    margin-bottom: 24px;
}
.contacts-address {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}
.contacts-address span {
    display: block;
    font-size: 15px;
}
.contacts-phones-list {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
}
.contacts-phones-list li a {
    font-size: 18px;
}
.contacts-social-list {
    margin: 0 0 32px 0;
    padding: 0;
}
.project-item {
    margin-bottom: 24px;
}
.project-img {
    margin-bottom: 20px;
}
.project-img img {
    border-radius: 8px;
}
.project-name {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.masonry-grid {
    column-count: 4;
    column-gap: 1rem;
    width: 100%;
}

.masonry-grid__item {
    break-inside: avoid;
    margin-bottom: 1rem;
}


/* Tour selection popup */

#helpRequest .modal-header {
    /* padding: 3rem 4rem 1rem 4rem;*/
    border-bottom: 0;
}
#helpRequest .modal-header h5 {
    font-size: 38px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    font-family: 'Podkova', serif;
    width: 80%;
    margin: 0 auto;
}
.popup-text {
    text-align: center;
    width: 70%;
    margin: 0 auto 40px auto;
}
/*
#helpRequest .modal-header h5:after {
    content: "";
    display: block;
    width: 170px;
    height: 2px;
    background: #C30000;
    margin: 20px auto;
}*/
#tourSelection .modal-body {

    padding: 0rem 2rem 2rem 2rem;
}
#helpRequest .modal-content {
    padding: 3rem 2rem 2rem 2rem;
}
#helpRequest .modal-header .btn-close:focus {
    outline: none;
    box-shadow: none;
}
#helpRequest .modal-header .btn-close {

    position: absolute;
    right: 30px;
    top: 30px;
}
/* Tour selection popup */